@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600,700,800&subset=cyrillic');


@font-face {
  font-family: 'rc71';
  src: url('/fonts/SM_RC71_VFVF.woff?12807633') format('woff'),
       url('/fonts/SM_RC71_VFVF.ttf?12807633') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body, html {
    height: 100%;
}

body{
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 16px;
    font-family: 'FiraSans', sans-serif;
    font-weight: 400;
    background: #F8F3E5;
}

img{
    max-width: 100%;
    height:auto;
}

a{
    color: #2281bf;
    outline: none;
}

h1, h2, h3{
    font-weight: normal;
    margin: 0;
}

.clear{
    clear: both;
    float: none !important;
}

.ph1{
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 500;
    /*font-family: 'rc71';*/
}

.ph1.ph1--center{
    text-align: center;
}

.btn{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 31px;
    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border-radius: 25px;
    cursor: pointer;
}

.btn.btn--reverse{
    color: #ffffff;
    background-color: #E52629;
    border: solid 1px #E52629;
}

.btn.btn--reverse:hover{
    color: #E52629;
    background-color: #ffffff; /*#2d9ee6;*/
    border: solid 1px #E52629;
}

.btn.btn--main{
    color: #E52629;
    background-color: #ffffff; /*#2d9ee6;*/
    border: solid 1px #E52629;
}

.btn.btn--main:hover{
    color: #ffffff;
    background-color: #E52629;
    border: solid 1px #E52629;
}

.btn.btn--spec1{
    color: #111828;
    background-color: #ffffff;
    border: solid 1px #ffffff;
}

.btn.btn--spec1:hover{
    color: #111828;
    background-color: #F3F4F6;
    border: solid 1px #F3F4F6;
}

.btn.btn--spec2{
    color: #ffffff;
    background-color: transparent; 
    border: solid 1px #FAE1B1;
}

.btn.btn--spec2:hover{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); 
    border: solid 1px #FAE1B1;
}


.form{
    display: flex;
    flex-wrap: wrap;
}
.form.form--padding{
    padding-bottom: 30px;
}

.form-item{
    width: 100%;
    margin-top: 20px;
}

.form-item-field{
    position: relative;
    margin-top: 10px;
}

.form-item-field.form-item-field--bd input{
    width: 25%;
    margin-right: 10px;
}

.form-item-field.form-item-field--radio{
    margin-top: 15px;
}

.form-item.form-item--half{
    width: 48%
}

.form-item.form-item--half:nth-child(2n+1){
    margin-right: 4%;
}

.form-item-field-error {
    margin-top: 5px;
    color: #c23321;
    font-size: 12px;
}

.form-item-field a{
    color: #E52629;
}

.form-item-star{
    color: #3c8dbc;
}


input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
    width: 100%;
    height: 34px;
    line-height: 22px;
    display: inline-block;
    padding: 22px 10px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
}
/*input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #3c8dbc;
    -webkit-box-shadow: inset 1px 0 0 #3c8dbc, inset 0 1px 0 #3c8dbc, inset -1px 0 0 #3c8dbc, inset 0 -1px 0 #3c8dbc;
    box-shadow: inset 1px 0 0 #3c8dbc, inset 0 1px 0 #3c8dbc, inset -1px 0 0 #3c8dbc, inset 0 -1px 0 #3c8dbc;
}*/

input:disabled{
    background: #eee;
}

textarea{
    height: auto;
    min-height: 160px;
    resize: none;
}

select{
    width: 100%;
}

.checkbox,
.radio {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.checkbox-label,
.radio-label {
  padding-left: 10px;
}

.checkbox-input,
.radio-input {
  appearance: none;
  position: relative;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin: 0;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  transition: 500ms;
}

.radio-input {
  border-radius: 50%;
}

.checkbox-input::after,
.radio-input::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='22' viewBox='0 -960 960 960' width='22' stroke='%23FFFFFF' stroke-width='22' fill='%23FFFFFF'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: 500ms;
}

.radio-input::after {
  background-image: url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.88 23C12.6 23 14.2 21.32 15.52 19.52C16.84 21.32 18.44 23 21.16 23C22.16 23 23.04 22.72 23.04 21.8C23.04 21.24 22.6 20.72 21.96 20.72C21.72 20.72 21.28 20.8 21 20.8C19.72 20.8 18.2 19.12 17.36 17.92C19.08 16.08 20.96 13.72 20.96 11.12C20.96 8.12 18.68 6 15.52 6C12.36 6 10.08 8.12 10.08 11.12C10.08 13.72 11.96 16.08 13.68 17.92C12.84 19.12 11.32 20.8 10.04 20.8C9.76 20.8 9.32 20.72 9.08 20.72C8.44 20.72 8 21.24 8 21.8C8 22.72 8.88 23 9.88 23Z' fill='white'/%3e%3c/svg%3e");
}

.checkbox-input:checked,
.radio-input:checked {
    border: 1px solid #E52629;
  background-color: #E52629;
}

.checkbox-input:checked::after,
.radio-input:checked::after {
  width: 28px;
  height: 28px;
  transition: 500ms;
}

.checkbox-input:disabled::after,
.radio-input:disabled::after {
  filter: grayscale(100%);
}


.alert{
    color: #ffffff;
    border-radius: 4px;
}

.alert--success,
.alert--danger{
    padding: 10px 15px;
}


.alert--success{
    background: #00a65a;
}

.alert--danger{
    background: #c23321;
}


.wrapper{
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.layout{
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 10px;
}

.layout-form{
    max-width: 700px;
    margin: 36px 0 48px;
    padding: 48px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
}

.header{
    position: fixed;
    width: 100%;
    height: 56px;
    background: #F8F3E6;
    z-index: 50;
    box-shadow:
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.header .layout{
    display: flex;
    justify-content: space-between;
}

.mainbanner{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 200px 0 100px;
    color: #ffffff;
    background: url("../image/header.jpg") no-repeat center; 
    background-size: cover;
    box-sizing: border-box;
}

.mainbanner-image{
    position: absolute;
    top: -80px;
    right: 0;
    width: 450px;
    height: 610px;
    background: url("../image/header3.png") no-repeat center; 
    background-size: cover;
    //opacity: 80%;
}

.mainbanner-logo{
    width: 400px;
    margin: 0 0;
}

.mainbanner-logo svg{
    fill: #ffffff;
    fill: #E52629;
}

.mainbanner-slogan{
    max-width: 900px;
    line-height: 88px;
    margin: 24px 0 0;
    font-size: 66px;
    font-family: "rc71";
    //text-align: center;
}

.mainbanner-slogan span{
    color: #E52629;
}

.mainbanner-text{
    max-width: 800px;
    margin: 36px 0 0;
    font-size: 20px;
    line-height: 30px;
    //text-align: center;
}

.mainbanner-btn{
    margin-top: 48px;
    //text-align: center;
}

.mainbanner-btn .btn{
    margin-left: 24px;
}

.mainbanner-btn .btn:first-child{
    margin: 0;
}

.logo{
    display: inline-block;
    margin-top: 12px;
}

.logo svg{
    width: 120px;
    height: 30px;
    fill: #E52629;
}

.menu,
.lang,
.soc, 
.mywidget{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-item:first-child,
.lang-item:first-child,
.soc-item:first-child{
    margin-left:0;
}

.menu-item a {
    color: #4A5565;
    text-decoration: none;
}

.menu-item a:hover {
    color: #E52629;
}

.menu-ico {
    width: 16px;
    display: none;
    margin-top: 22px;
    cursor: pointer;
}

.menu-ico div {
    width: 100%;
    height: 2px;
    background-color: #E52629;
}

.menu-ico .two,
.menu-ico .three {
    margin-top: 3px;
}


.soc{
    display: flex;
}

.soc-item{
    margin-top: 8px;
    padding: 0 12px;
}

.soc-item a{
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    background: #E52629;
    border-radius: 100%;
    box-sizing: border-box;
}

.soc-item svg{
    width: 19px;
    height: 19px;
    fill: #ffffff;
}
.soc-item.soc-item--vk a{
    padding-top: 8px;
}
.soc-item.soc-item--vk svg{
    width: 26px;
    height: 21px;
}
/*.soc-item.soc-item--fb svg{
    width: 17px;
    height: 28px;
    margin-top: 2px;
}
.soc-item.soc-item--ig svg{
    width: 31px;
    height: 31px;
}*/
.soc-item.soc-item--tg a{
    padding-top: 8px;
}
.soc-item.soc-item--tg svg{
    width: 20px;
    height: 20px;
}


.mywidget{
    right:10px;
    top:20px;
}

.mywidget-ico{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color:  #ffffff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.mywidget-login{
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.mywidget-login svg{
    width: 22px;
    margin: 0 0 3px 9px;
}

.mywidget-login span{
    display: block;
}


.breadcrumbs{
    margin: 30px 0 10px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    font-size: 14px;
}

.breadcrumbs li{
    position: relative;
    padding-left:20px;
}
.breadcrumbs li:first-child{
    padding-left: 0;
}

.breadcrumbs li:before{
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #a7a7a7;
    border-radius: 50%;
}
.breadcrumbs li:first-child:before{
    display: none;
}


.connector{
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 10;
}
.connector-item1,
.connector-item2,
.connector-item3{
    position: absolute;
    width: 80px;
    height: 16px;
    margin-left: -80px;
    background: #E52629;
    border-radius: 9px;
    transform: rotate(-45deg);
    border: 1px solid #E52629;
    box-sizing: border-box;
}

.connector-item1{
    left: 0;
    top: 0;
}

.connector-item2{
    left: 45px;
    top: 0;
    background: transparent;
}

.connector-item1{
    left: 90px;
    top: 0;
}

.about{
    position: relative;
    padding: 70px 0 46px; 
    background: #ffffff;
}

.about-content{
    margin-bottom: 64px;
    text-align: center;
}

.about-advantages{
    display: flex;
    justify-content: space-between;
}

.about-advantage{
    width: 24%;
    margin-bottom: 24px;
    padding: 32px 16px;
    box-sizing: border-box;
    border: 2px solid #E6E7EB;
    border-radius: 10px;
}

.about-advantage:hover{
    border: 2px solid #e52629;
    box-shadow:
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.about-advantage-title{
    display: flex;
    padding-bottom: 16px;
}

.about-advantage-title-icon{
    width: 36px;
    height: 36px;
    margin-right: 8px;
    color: #e52629;
}

.about-advantage-title-text{
    line-height: 36px;
    font-size: 18px;
    white-space: nowrap;
}

/*.about-advantage-icon{
    width: 48px;
    height: 48px;
    line-height: 58px;
    margin-bottom: 16px;
    text-align: center;
    background: #FBC2C1;
    border-radius: 10px;
}

.about-advantage-icon svg,
.about-advantage-icon object{
    width: 24px;
    height: 24px;
    color: #e52629;
}

.about-advantage-title{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
}*/

.about-advantage-desc{
    line-height: 24px;
    color: #4A5565;
}


.coaches{
    position: relative;
    padding: 70px 0; 
}

.coaches-content{
    text-align: center;
}

.coaches-items{
    margin-top: 64px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.coaches-item{
    width: 35%;
    margin: 0 15px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
}

.coaches-item-data{
    padding: 24px;
}

.coaches-item-photo{
    max-height: 440px;
    overflow: hidden;
}

.coaches-item-name{
    font-size: 20px;
    font-weight: 500;
}

.coaches-item-title{
    margin-top: 7px;
    color: #E52629;
}

.coaches-item-desc{
    line-height: 24px;
    margin-top: 10px;
    color: #4A5565;
}

.prices{
    position: relative;
    padding: 70px 0 38px; 
    background: #ffffff;
}

.prices-content{
    margin-bottom: 64px;
    text-align: center;
}

.prices-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prices-item{
    width: 24%; /*31*/
    padding: 15px 0;
    margin-bottom: 32px;
}

.prices-item-wrap{
    position: relative;
    height: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    border: 2px solid #E6E7EB;
    border-radius: 10px;
}

.prices-item.prices-item--popular{
    padding: 0;
}

.prices-item.prices-item--popular .prices-item-wrap{
    box-sizing: border-box;
    border: 2px solid #E52629;
    box-shadow: 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, 
        rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}

.prices-item-name{
    margin-bottom: 8px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.prices-item-name span{
    color: #E52629;
}

.prices-item-name b{
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    margin: 3px 0 0 5px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    background: #E52629;
    border-radius: 100%;
    cursor: pointer;
}

.prices-item-spec{
    position: absolute;
    left: 50%;
    top: -17px;
    height: 34px;
    line-height: 34px;
    transform:translate(-50%, 0);
    padding: 0 16px;
    color: #ffffff;
    background: #E52629;
    border-radius: 13px;
}

.prices-item-val{
    margin-bottom: 24px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.prices-item-val span:first-child{
    line-height: 40px;
    font-size: 36px;
}


.prices-item-list{
    margin: 0 0 32px;
    padding: 0;
    list-style-type: none;
}

.prices-item-list li{
    position: relative;
    margin-bottom: 16px;
    padding-left: 30px;
}

.prices-item-list li svg{
    position: absolute;
    left: 0;
    top:0;
    width: 20px;
    color: #e52629;
}

.prices .btn{
    display: block;
}

.pricesform{
    max-width: 550px;
    padding: 48px;
    background: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}


.pricesform .btn{
    width: 100%;
    font-size: 16px;
}

.corporate{
    position: relative;
    padding: 70px 0; 
}

.corporate-content{
    margin-bottom: 64px;
    text-align: center;
}

.corporate-advantages{
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.corporate-advantage-item{
    line-height: 24px;
    padding: 0 24px;
}

.corporate-advantage-item-ico{
    width: 64px;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    border-radius: 100%;
}

.corporate-advantage-item-ico svg{
    width: 32px;
    height: 32px;
    margin-top: 16px;
    color: #E52629;
}

.corporate-advantage-item-name{
    margin: 16px 0 8px;
    color: #0A0A0A;
}

.corporate-advantage-item-desc{
    color: #4A5565;
}

.corporate-tariff{
    display: flex;
    align-items: start;
    padding: 48px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
}

.corporate-tariff-list{
    padding-right: 24px;
}

.corporate-tariff-list-head{
    margin-bottom: 16px;
    font-size: 24px;
}

.corporate-tariff-list ul{
    margin: 0 0 32px;
    padding: 0;
    list-style-type: none;
}

.corporate-tariff-list ul li{
    position: relative;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 30px;
}

.corporate-tariff-list ul li svg{
    position: absolute;
    left: 0;
    top:0;
    width: 20px;
    color: #e52629;
}

.corporate-tariff-price{
    padding: 32px;
    color: #4A5565;
    text-align: center;
    background: #F8F3E6;
    border-radius: 14px;
}

.corporate-tariff-price-head{
    margin-bottom: 8px;
}

.corporate-tariff-price-num{
    color: #0A0A0A;
    font-size: 48px;
}

.corporate-tariff-price-num span{
    color: #4A5565;
    font-size: 16px;
}

.corporate-tariff-price-desc{

}

.corporate-tariff-price .btn{
    width: 100%;
    margin: 24px 0 16px;
    box-sizing: border-box;
}

.corporate-tariff-price-desc2{
    line-height: 24px;
}


.shedule{
    position: relative;
    padding: 70px 0 46px; 
    background: #ffffff;
}

.shedule-content{
    margin-bottom: 48px;
    text-align: center;
}

.shedule-time{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 48px;
    padding: 32px;
    background: #E6262A;
    border-radius: 10px;
}

.shedule-time-head{
    width: 400px;
    padding-right: 16px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    box-sizing: border-box;
}

.shedule-time-head div{
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
}

.shedule-time-data{
    display: flex;
    justify-content: space-around;
}

.shedule-time-data-item{
    width: 80px;
    line-height: 24px;
    margin: 0 3px 6px;
    padding: 12px 16px; 
    color: #E59594;
    font-weight: 600;
    text-align: center;
    background: #C41F24;
    border-radius: 10px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.shedule-time-data-item.shedule-time-data-item--active{
    color: #E6262A;
    background: #ffffff;
}

.shedule-time-data-item div{
    line-height: 20px;
    margin-top: 4px;
    font-weight: 400;
    text-transform: capitalize;
}


.shedule-places{
    display: flex;
    justify-content: space-between;    
}

.shedule-places-item{
    margin-left: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: #F8F3E5;
}

.shedule-places-item:first-child{
    margin-left: 0;
}

.shedule-places-item:hover{
    box-shadow:
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.shedule-places-item-head{
    position: relative;
    padding: 24px 24px 24px 104px; 
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 4px solid #E6262A;
}

.shedule-places-item-head-ico {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #E6262A;
    border-radius: 100%;
}

.shedule-places-item-head-ico svg{
    width: 28px;
    height: 28px;
    margin-top: 14px;
    color: #ffffff;
}

.shedule-places-item-head-name{
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
}

.shedule-places-item-head-desc{
    margin-top: 4px;
}

.shedule-places-item-list{
    padding: 24px;
}

.shedule-places-item-list-head{
    line-height: 24px;
}

.shedule-places-item-list ul{
    margin: 16px 0 0;
    padding: 0;
    list-style-type: none;
}

.shedule-places-item-list ul li{
    position: relative;
    margin-bottom: 8px;
    padding-left: 30px;
}

.shedule-places-item-list ul li svg{
    position: absolute;
    left: 0;
    top:0;
    width: 20px;
    color: #e52629;
}

.faq{
    position: relative;
    padding: 70px 0; 
}

.faq-content{
    margin-bottom: 64px;
    text-align: center;
}

.faq-item{
    position: relative;
    max-width: 768px;
    margin: 0 auto 16px;
    color: #424242;
    background: #ffffff;
    border-radius: 10px; 
}

.faq-item-q{
    padding: 16px 24px;
    cursor: pointer;
}

.faq-item-q:hover{
    color: #E52629;
}

.faq-item-q span{
    position: relative;
    display: block;
    padding-right: 25px;
}

.faq-item-q span:before{
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid #777777;
    border-bottom: 2px solid #777777;
    rotate: 45deg;
}

.faq-item-a{
    display: none;
    line-height: 24px;
    padding: 0 24px 16px;
}

.faq-item.faq-item--active .faq-item-q span:before{
    top: 7px;
    rotate: -135deg;
}
.faq-item.faq-item--active .faq-item-a{
    display: block;
}

.faq-item-p{
    position: absolute;
    left: 0;
    top: -25px;
}


.partners{
    position: relative;
    text-align: center;
    padding: 70px 0 50px; 
    background: #ffffff;
}

.partners-content{
    margin-bottom: 48px;
    text-align: center;
}

.partners-items{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 0 20px;
}

.partners-items > img,
.partners-items a{
    //width: 16%;
    display: block;
    margin: 20px 2%;
}

.content{
    padding: 56px 0 32px;
}

.content-body{
    line-height: 24px;
}

.fixed,
.footer{
    height: 350px;
}

.footer{
    position: relative;
    margin-top: -350px;
    padding: 48px 0;
    background: #1A1A1A;
    box-sizing: border-box;
}

.footer-top,
.footer-bottom{
    display: flex;
    justify-content: space-between;
}

.footer-top{
    line-height: 20px;
    padding-bottom: 32px;
    color: #99A1AF;
    font-size: 14px;
}

.footer-top a{
    color: #99A1AF;
    text-decoration: none;
}

.footer-top a:hover{
    color: #E52629;
}

.footer-top .logo svg{
    fill: #F8F3E6;
}

.footer-logo-text{
    max-width: 435px;
    margin-top: 16px;
    padding-right: 20px;
}

.footer-soc{
    width: 230px;
}

.footer-menu ul,
.footer-soc ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menu-head,
.footer-soc-head{
    color: #CED2D8;
    text-transform: uppercase;
}

.footer-menu-item,
.footer-soc-item{
    margin-top: 12px;
}

.footer-soc-item{
    position: relative;
    padding-left: 40px;
}

.footer-soc-item svg{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 30px;
    height: 20px;
    fill: #99A1AF;
}

.footer-soc-item.footer-soc-item--email svg{
    max-width: 20px;
    left: 4px;
}

.footer-soc-item.footer-soc-item--tg svg{
    left: 3px;
}

.footer-bottom{
    padding-top: 24px;
    font-size: 12px;
    color: #6A7282;
    border-top: 1px solid #2A2A2A;
}

.footer-bottom a{
    margin-left: 24px;
    color: #6A7282;
    text-decoration: none;
}

.footer-bottom a:hover{
    color: #E52629;
}

.cookiepopup{
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 99999;
    display: none;
}

.cookiepopup-content{
    position: relative;
    max-width: 80%;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px 2px;
}

.cookiepopup-content-text{
    line-height: 25px;
    padding-right: 10px;
    font-size: 15px;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9998; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000; opacity: 0.6; filter: alpha(opacity = 60);}
/*div {cursor: pointer; position: absolute; top: 20px; left: 10px;}*/
/*#cboxOverlay:before, #cboxOverlay:after {content: ""; position: absolute; top: 40px; right:20px; width: 30px; height: 2px; background: #CED2D8;}
#cboxOverlay:hover:before, #cboxOverlay:hover:after {background: #E52629;}
#cboxOverlay:before {transform: rotate(45deg);}
#cboxOverlay:after {transform: rotate(-45deg);}*/
#colorbox{outline:0;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        /*#cboxLoadedContent{background:#fff;}*/
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        /* #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}*/
        #cboxClose{position:absolute; top:30px; right:30px; display:block; /*background:url(images/controls.png) no-repeat top center;*/ width:30px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
        #cboxClose:before, #cboxClose:after {content: ""; position: absolute; top: 13px; right:0; width: 30px; height: 2px; background: #CED2D8;}
        #cboxClose:hover:before, #cboxClose:hover:after {background: #E52629;}
        #cboxClose:before {transform: rotate(45deg);}
        #cboxClose:after {transform: rotate(-45deg);}



.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    padding: 13px 10px;
    height: 46px;
    width: 100%;
}

.select2-container--default.select2-container--open {
    border-color: #c9c9c9;
    z-index:9999;
}

.select2-dropdown {
    border: 1px solid #c9c9c9;
    border-radius: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c9c9c9;
    color: white
}

.select2-results__option {
    padding: 12px 12px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
    top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #3c8dbc !important
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #c9c9c9
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9e7e7
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #c9c9c9;
    border-radius: 0
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    padding: 1px 10px;
    color: #fff
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-search--inline{
    display: none;
}


 /* above mobile and tablet*/
@media (min-width: 992px) {
    .menu{
        margin-top: 16px;
    }

    .menu-item{
        position: relative;
        float:left;
        margin-left:25px;
        padding-bottom: 20px;
    }

    .menu-item-sub{
        position: absolute;
        left: 0;
        top: 30px;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 13px;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
        overflow: hidden;
    }

    .menu-item:hover .menu-item-sub{
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility 200ms linear, opacity 150ms linear;
        transition: visibility 200ms linear, opacity 150ms linear;
    }

    .menu-item-sub-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-item-sub-item a{
        display: block;
        padding: 13px 25px;
        color: #2d2d2d;
        white-space: nowrap;
    }

    .menu-item-sub-item a:hover{
        background: #f3f3f3;
    }  
}


 /* large desktop */
@media (min-width: 1200px) {

}

 /* desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .layout{
        max-width: 954px;
        padding: 0 10px;
    }

    /*.menu{
        top: 40px;
        left: 155px;
        font-size: 13px;
    }*/

    .menu-item{
        margin-left:15px;
    }

    /*.soc-item.soc-item--vk{
        width: 28px;
        height: 16px;
    }

    .soc-item.soc-item--fb{
        width: 12px;
        height: 23px;
    }

    .soc-item.soc-item--ig{
        width: 26px;
        height: 26px;
    }*/

    .btn.btn--head,
    .btn.btn--partners
    .btn.btn--gallery{
        height: 64px;
        line-height: 64px;
        font-size: 18px;
    }

    .fastmenu-item{
        width: 219px;
        height: 284px;
        font-size: 18px;
    }

    .fastmenu-item svg{
        width: 86px;
        height: 90px;
    }

    .ph1 {
        font-size: 36px;
    }

    .mainbanner{
        height: auto;
        padding: 100px 0 64px;
    }

    .mainbanner-image {
        top: -30px;
        width: 350px;
        height: 475px;
    }

    .mainbanner-slogan {
        max-width: 600px;
        line-height: 66px;
        font-size: 44px;
    }

    .mainbanner-text {
        max-width: 600px;
        font-size: 16px;
        line-height: 26px;
    }

    .about-advantages{
        flex-wrap: wrap;
    }

    .about-advantage{
        width: 48%;
    }

    .coaches-items {
        justify-content: space-between;
    }

    .coaches-item{
        width: 48%;
        margin: 0;
    } 

    .prices-item{
        width: 48%;
    }

    .shedule-time-data-item{
        width: 75px;
        padding: 12px 12px;         
    }
}



 /* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .ph1 {
        font-size: 30px;
    }

    .btn.btn--head,
    .btn.btn--partners
    .btn.btn--gallery{
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .btn.btn--head{
        margin-top: 35px;
    }

    .btn.btn--mevents{
        height: 32px;
        line-height: 32px;
        display: inline-block;
        margin-top: 15px;
        font-size: 12px;
    }

    .menu.menu--main{
        position: absolute;
        left: 0;
        top: 56px;
        width: 100%;
        display: none;
        font-size: 15px;
        background: #ffffff;
        box-shadow:
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
            rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }


    .menu.menu--main .menu-item a{
        display: block;
        padding: 13px 25px;
        color: #2d2d2d;
        white-space: nowrap;
    }

    .menu.menu--main .menu-item-sub{
        margin: 0;
        padding: 0 0 0 15px;
        list-style-type: none;
        font-size: 13px;
        border-top: 1px solid #f3f3f3;
    }

    .menu.menu--main .menu-item-sub-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-ico{
        display: block;
    }

    .mywidget{
        right: 60px;
    }

    /*.soc {
        right: 50%;
        margin-right: 10px;
    }*/

    .lang {
        right: 50%;
        margin-right: -130px;
    }

    .fastmenu{
        padding: 50px 0;
    }

    .fastmenu .layout{
        flex-wrap: wrap;
    }

    .fastmenu-item{
        width: 49%;
        height: auto;
        margin-top: 11px;
        font-size: 18px;
        text-align: left;
    }

    .fastmenu-item span{
        width: auto;
        padding: 36px 0 36px 126px;
        margin-top: 0;
    }

    .fastmenu-item svg{
        position: absolute;
        top: 50%;
        left: 46px;
        width: 62px;
        height: 62px;
        margin-top: -31px;
    }

    .mainbanner{
        height: auto;
        padding: 100px 0 64px;
    }

    .mainbanner-image {
        top: 0;
        right: 3%;
        width: 300px;
        height: 407px;
    }

    .mainbanner-slogan {
        max-width: 520px;
        line-height: 62px;
        font-size: 40px;
    }

    .mainbanner-text {
        max-width: 480px;
        font-size: 16px;
        line-height: 26px;
    }


    .about-advantages{
        flex-wrap: wrap;
    }

    .about-advantage{
        width: 48%;
    }

    .coaches-items {
        justify-content: space-between;
    }

    .coaches-item{
        width: 48%;
        margin: 0;
    }   

    .prices-item{
        width: 48%;
        margin-bottom: 5px;
    }

    .corporate-content {
        margin-bottom: 16px;
    }

    .corporate-advantages{
        flex-wrap: wrap;
    }

    .corporate-advantage-item{
        width: 50%;
        margin-top: 48px;
        box-sizing: border-box;
    }

    .shedule-time-data{
        width: 450px;
        flex-wrap: wrap;
        justify-content: start;
    }

    .footer-logo-text{
        max-width: 260px;
    }

    .footer-soc {
        width: auto;
        padding-right: 20px;
    }

    .cookiepopup-content{
        max-width: 90%;
        display: block;
        padding: 15px;
    }

    .cookiepopup-content-text{
        line-height: 23px;
        padding-right: 0;
    }

    .cookiepopup-btn{
        position: relative;
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%);
    }
}

 /* above mobile */
@media (min-width: 768px) {

}

 /* mobile */
@media (max-width: 767px) {
    .ph1 {
        font-size: 26px;
    }

    .btn{
        padding: 0 30px;
    }

    .btn.btn--head,
    .workbanner .btn.btn--head,
    .btn.btn--partners,
    .btn.btn--gallery{
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .btn.btn--head{
        margin-top: 35px;
    }

    .btn.btn--mevents{
        height: 32px;
        line-height: 32px;
        display: inline-block;
        margin-top: 15px;
        font-size: 12px;
    }

    .btn.btn--gallery{
        margin-top: 70px;
    }

    .btn.btn--partners{
        margin-top: 0;
    }

    .menu.menu--main{
        position: absolute;
        left: 0;
        top: 56px;
        width: 100%;
        display: none;
        font-size: 15px;
        background: #ffffff;
        box-shadow:
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
            rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, 
            rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        border-radius: 0 0 5px 5px;
        z-index: 2;
        overflow: hidden;
    }

    .menu.menu--main .menu-item a{
        display: block;
        padding: 13px 25px;
        color: #2d2d2d;
        white-space: nowrap;
    }

    .menu.menu--main .menu-item-sub{
        margin: 0;
        padding: 0 0 0 15px;
        list-style-type: none;
        font-size: 13px;
        border-top: 1px solid #f3f3f3;
    }

    .menu.menu--main .menu-item-sub-item{
        border-bottom: 1px solid #f3f3f3;
    }

    .menu-ico{
        display: block;
    }

    .mywidget{
        right: 60px;
    }

    .soc {
        top:75px;
        right: 10px;
        margin-right: 0;
    }

    .soc-item{
        float: none;
        margin: 10px 0 0;
        text-align: center;
    }

    .soc-item a{
        display: inline-block;
    }

    .lang {
        right: 50%;
        margin-right: -130px;
    }

    .fastmenu{
        padding: 50px 0;
    }

    .fastmenu .layout{
        flex-wrap: wrap;
    }

    .fastmenu-item{
        width: 100%;
        height: auto;
        margin-top: 11px;
        font-size: 18px;
        text-align: left;
    }

    .fastmenu-item span{
        width: auto;
        padding: 36px 0 36px 103px;
        margin-top: 0;
    }

    .fastmenu-item svg{
        position: absolute;
        top: 50%;
        left: 28px;
        width: 62px;
        height: 62px;
        margin-top: -31px;
    }

    .mainbanner{
        height: auto;
        padding: 80px 0 44px;
    }

    .mainbanner-image {
        display: none;
    }

    .mainbanner-slogan {
        max-width: 350px;
        line-height: 40px;
        font-size: 26px;
    }

    .mainbanner-text {
        max-width: none;
        margin-top: 24px;
        font-size: 14px;
        line-height: 22px;
    }

    .mainbanner-btn .btn {
        margin-left: 0;
        margin-top: 24px;
    }

    .about-advantages{
        flex-wrap: wrap;
    }

    .about-advantage{
        width: 100%;
    }

    .coaches-item{
        width: 100%;
        margin: 0 0 24px;
    }  
    .coaches-item:last-child{
        margin: 0;
    }  


    .prices-item{
        width: 100%;
        margin-bottom: 5px;
    }

    .form-item{
        margin-top: 15px;
    }

    .form-item-field {
        margin-top: 8px;
    }

    input[type=text], 
    input[type=email], 
    input[type=number], 
    input[type=tel], 
    input[type=password], 
    textarea {
        height: 28px;
        padding: 16px 10px;
    }

    .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
        padding: 6px 10px;
        height: 34px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 0;
    }

    .select2-results__option {
        padding: 6px 12px;
    }

    .pricesform,
    .layout-form{
        padding: 24px;
    }

    .checkbox-label--checkbox-label{
        font-size: 14px;
    }

    .corporate-content {
        margin-bottom: 16px;
    }

    .corporate-advantages{
        flex-wrap: wrap;
    }

    .corporate-advantage-item{
        width: 100%;
        margin-top: 48px;
        box-sizing: border-box;
    }

    .corporate-tariff{
        display: block;
        padding: 24px;
    }

    .corporate-tariff-price {
        padding: 16px;
    }

    .corporate-tariff-price-num {
        color: #0A0A0A;
        font-size: 36px;
    }

    .shedule-time{
        padding: 32px 24px;
        flex-wrap: wrap;
    }

    .shedule-time-head{
        width: 100%;
        margin-bottom: 24px;
    }

    .shedule-time-data{
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
    }

    .shedule-time-data-item {
        width: 22.5%;
        padding: 8px 8px;
    }

    .shedule-places{
        flex-wrap: wrap;
    }

    .shedule-places-item{
        width: 100%;
        margin-left: 0;
    }

    .fixed, .footer {
        height: auto;
        margin: 0;
    }

    .fixed{
        display: none;
    }

    .footer-top,
    .footer-bottom{
        display: block;
    }

    .footer-logo-text {
        max-width: none;
        padding: 0;
    }

    .footer-menu-head, .footer-soc-head {
        margin-top: 42px;
    }

    .footer-bottom{
        text-align: center;
    }

    .footer-bottom-link{
        margin-top: 10px;
    }

    .footer-bottom-link a:first-child{
        margin-left: 0;
    }

    .cookiepopup-content{
        max-width: 90%;
        box-sizing: border-box;
        display: block;
    }

    .cookiepopup-content-text{
        line-height: 23px;
        padding-right: 0;
    }

    .cookiepopup-btn{
        position: relative;
        width: 100%;
        box-sizing: border-box;
        margin-top: 15px;
    }
}


 /* big mobile */
@media (min-width: 600px) and (max-width: 767px) {
    .mainbanner-image {
        top: 0;
        right: auto;
        left: 72%;
        width: 300px;
        height: 407px;
        display: block;
    }

    .mainbanner-slogan {
        max-width: 520px;
        line-height: 62px;
        font-size: 40px;
    }

    .mainbanner-text {
        max-width: 480px;
        font-size: 16px;
        line-height: 26px;
    }

    .about-advantages{
        flex-wrap: wrap;
    }

    .about-advantage{
        width: 48%;
    }

    .coaches-items {
        justify-content: space-between;
    }

    .coaches-item{
        width: 48%;
        margin: 0;
    }   

    .prices-item{
        width: 48%;
        margin-bottom: 5px;
    }

    .corporate-advantage-item{
        width: 50%;
        margin-top: 48px;
        box-sizing: border-box;
    }
}