body {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    background-image: url(/img/2.jpg);
    min-height: 684px;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.nav {
    display: flex;
    background: #000;
    position: relative;
    z-index: 1;
}

.navbar {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    
}

.nav img {
    width: 90px;
    height: 90px;
}

.header_burger {
    display: none;
}

.nav_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease 0s;
}

ul {
    transition: 0.3s all;
}

.nav_list li {
    margin: 0px 0px 0px 20px;
}

li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    transition: all .90s ease-out;
}

li a:hover {
    color: #feca0a;
}

.navbar a {
    color: #fff;
    font-weight: 400;
}

.burger_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.burger_menu_active, .burger_menu_overlay {
    display: block;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;

}

.offer {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    
}

.offer i {
    margin-right: 5px;
}

.img_screen {
    position: relative;
    width: 40%;
    height: 40%;
    margin-top: 20px;
}

.floating-button {
    position: relative;
    text-decoration: none;
    width: 156px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    margin: 0 0 0 0;
    padding: 20px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    background: #c8161e;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    transition: .3s;
}

.floating-button:hover {
    background: #c8161e;
    box-shadow: 0 15px 20px rgba(229, 67, 46, 0.4);
    color: white;
    transform: translateY(-7px);
}

.about, .schedule, .coaches {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/img/1.jpg);  
}

h2 {
    margin: 50px 0 15px 0;
    text-transform: none;
    background: none;
    font-family: 'Rubik Dirt', cursive;
    font-size: 64px;
    line-height: 86px;
    color: #343434;
    font-weight: 200;
}

.content {
    width: 66%;
    padding-bottom: 50px;
}

.content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 30px;
}

.letter { 
    color: #feca0a; /* Красный цвет символов */ 
    font-size: 200%; /* Размер шрифта в процентах */ 
    font-family: serif; /* Шрифт с засечками */ 
    position: relative; /* Относительное позиционирование */ 
    top: 5px; /* Сдвиг сверху */ 
}

.parallax {
    padding: 100px 0 100px;
    background-image: url(/img/2.jpg);
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    line-height: 85px;
}

.parallax_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.parallax h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 64px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.schedule a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.schedule_block {
    display: flex;
    justify-content: center;
    padding: 5% 0 5% 0;
    width: 100%;
}

.schedule_block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.block {
    background-color: #fff;
    margin: 0 4% 0 4%;
    border: 2px solid #feca0a;
    border-radius: 10px;
    padding: 0 1% 0 1%;
}

.block h3 {
    margin-bottom: 7%;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.price-block {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

table.iksweb {
    text-decoration: none;
    border-collapse:collapse;
    width:100%;
    text-align:center;
    padding: 5% 0 5% 0;
    background-color: #fff;
}

table.iksweb th {
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    background-color:#354251;
}

table.iksweb td {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

	
table.iksweb td,table.iksweb th {
    white-space:pre-wrap;
    padding:10px 5px;
    line-height:13px;
    vertical-align: middle;
    border: 1px solid #354251;
}	

table.iksweb tr:hover {
    background-color:#f9fafb
}

table.iksweb tr:hover td {
    color:#354251;
    cursor:default;
}
.mobile-table {
    width: 100%; 
    max-width: 100%; 
    overflow-x: auto;
}


.coaches {
    padding-bottom: 50px;
}

.coaches_list {
    max-width: 650px;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    text-align: center;
}

.trainer {
    margin-top: 60px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.trainer img {
    margin-bottom: 30px;
}

.trainer li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.name {
    color: #c8161e;
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.line {
    max-width: 300px;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
}

.photo, .contact, .price {
    background-image: url(/img/1.jpg);
    padding-bottom: 50px;
}

.photo, .contact, .about, .schedule, .price, .coaches {
    margin: 0;
    padding: 50px 0 15px 0;
    text-align: center;
}

.wrap {
    margin: 10px 50px;
    text-align: center;
}

.wrap img {
    width: 200px;
    padding: 10px;
    transition: 0.5s;
}

.wrap img:hover {
    transform: scale(1.1);
}

.contact h3 {
    font-size: 40px;
}

.contact_block {
    display: flex;
    justify-content: center;
    padding: 5% 0 5% 0;
    width: 100%;
}

.contact_block h3 {
    margin-top: 3%;
    margin-bottom: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

.cont_block {
    background-color: #fff;
    margin: 0 4% 0 4%;
    border: 2px solid #feca0a;
    border-radius: 10px;
    padding: 0 1% 0 1%;
    max-width: 510px;
    max-height: 600px;
}

.map {
    text-align: center;
}

.phone {
    text-align: center;
    padding-bottom: 5%;
}

.footer {
    background-color: #000;
    margin: 0;
    padding: 5px 0 5px 0;
    text-align: center;
}

.footer p {
    color: #fff;
}

.footer_icon {
    padding: 13px 0px 0px 8px;
    color: #fff;
}

.footer_icon a {
    color: #fff;
    padding: 0 10px 0 10px;
}

.footer__clever-text {
    color: #fff;
}

.footer__clever-text a {
    color: #fff;
    transition: all .90s ease-out;
}

.footer__clever-text a:hover {
    color: #feca0a;
}


.header_fixed {
    position: fixed;
    width: 100%;
    z-index: 7;
    top: 0;
    left: 0;
    animation-name: show_header;
    animation-duration: 1s;
}

@keyframes show_header {
    0%{
        opacity: 0;
        top: -70px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}

.back-to-top {
    color: #feca0a;
    position: fixed;
    bottom: -100px;
    padding: 10px 12px;
    right: 1px;
    cursor: pointer;
    transition: 0.3s all;
    font-size: 0.8em;
}

.back-to-top.active {
    bottom: 10px;
    transition: 0.3s all;
}


@media screen and (min-width:240px) and (max-width:720px) {
    
    
    .navbar {
        display: flex;
        width: 100%;
        max-width: 1140px;
        margin: 0px auto;
        padding: 0px 10px;
    }

    .navbar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 1;
    }

    .logo {
        position: relative;
        z-index: 3;
    }

    .nav img {
        width: 80px;
        height: 80px;
    }

    .nav_list {
        display: block;
        text-align: left;
    }

    .nav_list li {
        margin: 0px 0px 20px 0px;
    }

    .header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
    }

    .header_burger span {
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }

    .header_burger:before,
    .header_burger:after {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    .header_burger:before {
        top: 0;
    }

    .header_burger:after {
        bottom: 0;
    }

    .header_burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }

    .header_burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header_burger.active span {
        transform: scale(0);
    }

    .header_menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        overflow: auto;
        transition: all 0.3s ease 0s;
        background-color: #414243;
        padding: 115px 10px 20px 10px;
    }

    .header_menu.active {
        top: 0;
    }

    a .burger_link, .active {
        transition: all 0.3s ease 0s;
    }

    .offer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .parallax h1 {
        font-size: 58px;
    }

    .container {
        display: flex;
        flex-direction: column;
    }
    .container img {
        width: 70%;
    }

    table.iksweb td {
        font-size: 10px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 42px;
    }

    .content p {
        font-size: 16px;
    }

    .floating-button {
        font-size: 13px;
        padding: 11px 11px;
        width: 180px;
        height: 30px;
        line-height: 30px;
    }

    .coaches_list {
        padding: 0px 7px
    }

    a .lightzoom {
        max-width: 40%;
        max-height: 60%;
    }

    .contact_block {
        display: flex;
        flex-direction: column;
    }

    .cont_block {
        margin: 0 4% 4% 4%;
    }

    .schedule_block {
        display: flex;
        flex-direction: column;
    }

    .block {
        margin: 0px 4% 25px 4%;
    }

    .map img {
        width: 100%;
    }

}

/* @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {} */

/* @media only screen and (min-device-width : 670px) and (max-device-width : 1024px) {} */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}