@font-face{
  font-family: "Montserrat-Regular";  
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}
@font-face{
  font-family: "Montserrat-Medium";  
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

body {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #7676A7;
    font-size: 14px;
}
.btn.focus, 
.btn:focus,
button:focus{
    box-shadow: none;
    outline: none;
}
:focus-visible{
    outline: none;
}
ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 700;
    color: #393982;
    line-height: 1.2;
}
h1{
    font-size: 65px;
    line-height: 100px;
    margin: 0;
    color: #FFE75F;
}
h2{
    font-size: 48px;
    margin: 0 0 60px;
}
h3{
    font-size: 40px;
    margin-bottom: 10px;
}
h4{
    font-size: 38px;
    margin: 0 0 60px;
}
h5{
    font-size: 36px;
    margin-bottom: 20px;
}
.responce{
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.responce main {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.responce footer {
    flex-shrink: 0;
}
header .navbar{
    padding: 15px 0;
    background: #000;
}
header .navbar .navbar-brand,
header .navbar .navbar-nav .nav-link{
    font-size: 20px;
    color: #FFE75F;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}
header .navbar .navbar-brand:hover,
.navbar .navbar-nav .nav-link:hover,
.btn.btn-register:hover{
    text-decoration: underline;
}
header .navbar .navbar-nav .nav-item:not(:last-of-type){
    margin-right: 22px;
}
.navholder{
    gap: 10px;
    flex-direction: column;
}
.header_address{
    justify-content: flex-end;
    gap: 30px;
}
.header_address p{
    margin: 0;
    color: #FFE75F;
}
.section-one{
    background: #000;
    padding: 64px 0 50px;
    color: #FFE75F;
    display: flex;
    min-height: 100vh;
    align-items: center;
}
section[class^=section] img{
    max-width: 100%;
}
.section-one p{
    font-size: 28px;
    font-weight: 700;
    margin: 50px 0 0;
}
.btn.btn-register{
    position: relative;
    font-weight: 900;
    font-size: 25px;
    color: #FFE75F;
    line-height: 2.6;
    padding: 0 82px 0 0;
    border-radius: 0;
    background: #000;
    cursor: pointer;
}
.btn.btn-register:after{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: url(/public/img/arrow_right.svg) no-repeat center center #FFE75F;
}
.btn.btn-register:hover:after{
    background: url(/public/img/arrow_right.svg) no-repeat center center #A6911F;
}
.section-two{
    padding: 120px 0 70px;
}
.section-two .row > div:first-of-type{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-two p,
.section-three p{
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}
.section-three,
.section-six{
    padding: 60px 0;
    background: linear-gradient(163.45deg, #FFFFFF 12.08%, #F2F6FE 89.18%);
}
.section-four{
    padding: 120px 0 30px;
}
.onstyles li div{
    padding: 24px;
    box-shadow: 0px 4px 5px rgba(138, 138, 138, 0.14);
    line-height: 20px;
    height: 100%;
    background: #fff;
}
.onstyles li{
    margin-bottom: 22px;
}
.onstyles li p{
    margin-bottom: 0;
}
.onstyles li:nth-of-type(odd){
    padding: 0 11px 0 0;
}
.onstyles li:nth-of-type(even){
    padding: 0 0 0 11px;
}
.onstyles li h6{
    color: #393982;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.section-five{
    padding: 60px 0 0;
}
.section-five h2,
.contacts h2{
    text-align: center;
}
.choreographers{
    font-size: 28px;
    line-height: 1.2;
}
.choreographers li:not(:last-of-type){
    margin-bottom: 60px;
}
.choreographers .descript{
    margin-bottom: 0.8em;
}
.choreographers li .row > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.choreographers img{
    border-radius: 50%;
    width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.choreographers img.img_top{
    object-position: top;
}
.section-six{
    padding: 90px 0 38px;
}
.section-seven{
    padding: 90px 0 0; 
}
.section-seven h2{
    text-align: center;
}
.price{
    background: #fff;
    padding: 40px;
    border: 4px solid #393982;
    font-size: 15px;
    line-height: 1.2;
}
.section-seven .row >div:last-of-type .price{
    background: #393982;
}
.section-seven .row >div:last-of-type h3{
    color: #fff;
}
.price p{
    color: #BFBFBF;
    margin-bottom: 40px;
}
.section-seven .row >div:last-of-type p{
    color: #8EFCBA;
    font-weight: 700;
}
.price ul{
    margin-bottom: 48px;
}
.price ul li{
    background: url(/public/img/check_blue.svg) no-repeat left center;
    padding-left: 27px;
    width: 100%;
    color: #393982;
    margin-bottom: 22px;
}
.section-seven .row >div:last-of-type .price ul li{
    flex-basis: 50%;
    background: url(/public/img/check_grey.svg) no-repeat left center;
    color: #fff;
}
.btn.btn-buycource,
.btn.btn-buy{
    background: #fff;
    border: 2px solid #393982;
    line-height: 56px;
    font-weight: 700;
    font-size: 18px;
    color: #393982;
    cursor: pointer;
    padding: 0 30px;
    border-radius: 0;
}
.section-seven .row >div:last-of-type .price .btn.btn-buycource{
    background: #393982;
    border: 2px solid #fff;
    color: #fff;
}
.btn.btn-buycource:hover,
.btn.btn-buy:hover{
    background: #393982;
    color: #fff;
}
.section-seven .row >div:last-of-type .price .btn.btn-buycource:hover{
    background: #fff;
    color: #393982;
}
.section-eight{
    padding: 90px 0;
}
.examples_video{
    gap: 30px;
}
.example_video_item{
    width: calc(50% - 15px);
}
.example_video_item iframe{
    width: 100%!important;
}
.btn_example{
    background: #393982;
    color: #fff;
    cursor: pointer;
    text-transform: lowercase;
    padding: 10px 20px;
    box-shadow: 0px 4px 5px rgba(138, 138, 138, 0.14);
    border-radius: 0;
}
.btn_example:hover{
    background: #7676A7;
    box-shadow: 0px 4px 5px rgba(138, 138, 138, 0.28);
}

/*  loader  */
.loader {
  border: 4px solid #7676A7;
  border-top: 4px solid #393982;
  border-bottom: 4px solid #393982;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.swiper-button-next, 
.swiper-button-prev{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #7676A7;
    color: #7676A7;
}
.swiper-button-next:after, 
.swiper-button-prev:after{
    font-size: 25px;
}
.contacts{
    padding: 60px 0 90px;
}
.contacts ul li{
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
.contacts li a{
    color: #7676A7;
}
.social a{
    width: 32px;
    height: 32px;
    display: block;
    background: #393982;
    border-radius: 50%;
    background: url(/public/img/fb.svg) no-repeat center #393982;
}
.social .row > div:first-of-type a{
    margin-left: auto;
}
.social .row > div:last-of-type a{
    background: url(/public/img/insta.svg) no-repeat center #393982;
}
footer{
    background: #393982;
}
footer .navbar{
    padding: 15px 0;
}
footer .navbar .navbar-nav{
    justify-content: space-between;
    width: 100%;
}
.terms a,
footer .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
footer .contact_telegram{
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    width: 60px;
    height: 60px;
}
footer .contact_button{
    position: relative;
    height: 100%;
}
footer .contact_button:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #3D3D3D;
    border-radius: 50%;
    animation: callbackPulse infinite 1.5s;
}
footer .contact_telegram a{
    border: 3px solid #393982;
    border-radius: 50%;
    background: url(/public/img/telegram.svg) no-repeat center #fff;
    background-size: 50%;
}
@keyframes callbackPulse{
    50% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2,2);
        transform: scale(2,2);
        opacity: 0;
    }
}

footer .contact_telegram a:hover{
    background: url(/public/img/telegram_white.svg) no-repeat center #7676A7;
    background-size: 50%;
    border: 3px solid #7676A7;
}

.modal-body{
    padding: 40px;
    color: #393982;
    font-size: 13px;
}
.modal-body p{
    font-size: 16px;
}
.modal-body p.choiced span,
.modal-body label,
#error-msg{
    font-weight: 600;
}
.modal-body input,
.modal-body select{
    border: 2px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    padding: 0 12px;
    line-height: 38px;
    height: 38px;
}
.form-control:focus{
    border-color: #E0E0E0;
}
.modal-body .form-group:last-of-type{
    margin-bottom: 0;
    text-align: right;
}
.modal-body .tarif-info input{
    border: none;
    color: #393982;
    font-weight: 600;
    box-shadow: none;
    padding: 0 5px;
    text-align: center;
    line-height: 1.25;
    height: auto;
}
select.error{
    border: 1px solid red;
    font-weight: 300;
    color: red;
}
.phone-holder label{
    display: block;
}
.phone-holder .iti{
    width: 100%;
}
.phone-holder ul:not(.iti__hide){
    display: block;
}
.terms{
    padding: 0 0 15px;
}
.terms ul{
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.terms ul li{
    margin: 0 15px;
}
.terms img{
    max-width: 80px;
}
.ritz .waffle a { color: inherit; }
.ritz .waffle .s7{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#fce5cd;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s11{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#f3f3f3;text-align:center;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s4{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#fff2cc;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s6{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#6fa8dc;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s10{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#ffffff;}
.ritz .waffle .s2{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#d9ead3;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s0{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#ffffff;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s12{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#f4cccc;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s1{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#f3f3f3;text-align:center;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:nowrap;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s3{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#ffffff;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s5{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#efefef;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s8{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#cfe2f3;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}
.ritz .waffle .s9{border-bottom:1px SOLID #000000;border-right:1px SOLID #000000;background-color:#ead1dc;text-align:left;color:#000000;font-family:'Arial';font-size:10pt;vertical-align:bottom;white-space:normal;overflow:hidden;word-wrap:break-word;direction:ltr;padding:2px 3px 2px 3px;}

@media (max-width: 1199.98px){
    .choreographers img{
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 1023.98px){
    header .navbar .navbar-brand, 
    header .navbar .navbar-nav .nav-link{
        font-size: 22px;
    }
    header .navbar .navbar-brand{
        font-weight: 700;
    }
    h1{
        font-size: 55px;
        line-height: 1.4;
    }
    h2 {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .price{
        padding: 30px 25px;
    }
    .price ul li{
        display: flex;
        align-items: center;
    }
    .price ul{
        height: 138px;
    }
}

@media (max-width: 991.98px){
    h1 {
        font-size: 45px;
    }
    .section-one p {
        font-size: 18px;
    }
    .section-one .button-holder{
        margin-top: 20px;
    }
    h2 {
        font-size: 36px;
        margin: 0 0 30px;
    }
    .section-two p, 
    .section-three p {
        font-size: 18px;
    }
    .navbar-toggler{
        padding: 0 5px;
        border: none;
    }
    header .navbar .navbar-nav .nav-item{
        text-align: right;
    }
    header .navbar .navbar-nav .nav-item:not(:last-of-type){
        margin: 0 0 5px 0;
    }
    header .navbar-nav{
        padding: 15px 0;
    }
    header .navbar .navbar-nav .nav-link{
        font-size: 18px;
    }
    section[class^=section],
    .contacts{
        padding: 30px 0 0;
    }
    section.section-one{
        padding: 30px 0;
    }
    h4 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .choreographers {
        font-size: 18px;
        line-height: 1.2;
    }
    .choreographers li:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .price p,
    .price ul{
        margin-bottom: 25px;
    }
    .price ul {
        height: auto;
    }
    .price ul li{
        margin-bottom: 15px;
    }
    footer .navbar .navbar-nav{
        flex-direction: row;
    }
    .navbar-expand-lg>.container{
        padding: 0 15px;
        align-items: flex-start;
    }
    .navholder > div:nth-of-type(2){
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        order: 2;
    }
    .choreographers img {
        width: 200px;
        height: 200px;
    }
}


@media (max-width: 767.98px) {
    h1 {
        font-size: 43px;
    }
    .section-one p{
        margin: 25px 0 0;
    }
    .section-one .row > div:nth-of-type(2){
        margin: 20px 0;
    }
    .section-one .button-holder {
        margin-top: 0;
    }
    .onstyles li:nth-of-type(odd),
    .onstyles li:nth-of-type(even){
        padding: 0;
    }
    .choreographers li:nth-of-type(odd) .row > div:first-of-type{
        order: 2;
    }
    .choreographers li:nth-of-type(odd) .row > div:last-of-type{
        order: 1;
        margin-bottom: 25px;
    }
    .choreographers li .row > div:first-of-type{
        margin-bottom: 25px;
    }
    .slick-prev{
        left: 10%;
    }
    .slick-next{
        right: 10%;
    }
    .choreographers img {
        width: 500px;
        height: 500px;
    }
    .navholder{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 15px;
        align-items: flex-start;
    }
    .header_address{
        gap: 5px;
        flex-direction: column;
    }
    .example_video_item {
        width: 100%;
    }
    .contacts ul li{
        font-size: 24px;
    }
}

@media (max-width: 575.98px){
    .contacts ul li{
        font-size: 18px;
    }
    h1 {
        font-size: 36px;
    }
    .section-one p {
        font-size: 16px;
    }
    .btn.btn-register{
        font-weight: 700;
        font-size: 22px;
        line-height: 45px;
        padding: 0 60px 0 0;
    }
    .btn.btn-register:after{
        width: 45px;
        height: 45px;
    }
    h2, h5 {
        font-size: 28px;
    }
    .section-seven .row >div:last-of-type .price ul li {
        flex-basis: 100%;
    }
    footer .navbar .navbar-nav {
        flex-wrap: wrap;
        gap: 15px;
    }
    footer .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0;
        text-align: center;
    }
    .choreographers img {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 479.98px){
    .choreographers img {
        width: 290px;
        height: 290px;
    }
}

label.error,
#error-msg {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}
#error-msg{
    margin-bottom: 0.5rem;
}

input.error, textarea.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

.alertmsg {
    position: fixed;
    right: 25px;
    top: 60px;
    z-index: 100000;
}

.alert-error {
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb
}

.field-icon {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10;
    font-size: 20px;
}