@font-face {
    font-family: 'Gotham Pro Medium';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Medium.woff') format('woff'),
    url('../fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Open Sans', sans-serif;
    color: #222;
    line-height: 1.5;
    font-size: 15px;
    max-width: 1920px;
    margin: auto;
}
a, input, button, textarea{
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.btn.focus, .btn:focus{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn{
    text-decoration: none!important;
    text-align: center;
    font-weight: 600;
    width: 170px;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    font-size: 14px;
    border: 0;
}
.btn.disabled{
    background: #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
}
.btn-light{
    background: #fff!important;
    color: #1c1c1c!important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}
.btn-light:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
}
.btn-pink{
    color: #fff;
    background: #fe6296;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(254,98,150,0.4);
    box-shadow: 0px 0px 20px 0px rgba(254,98,150,0.4);
}
.btn-pink:hover{
    background: #fe528b;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(254,98,150,1);
    box-shadow: 0px 0px 20px 0px rgba(254,98,150,1);
}

.sprite {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-icon-1 {
    width: 60px;
    height: 65px;
    background-position: -5px -5px;
}
.sprite-icon-10 {
    width: 56px;
    height: 57px;
    background-position: -75px -5px;
}
.sprite-icon-2 {
    width: 55px;
    height: 55px;
    background-position: -141px -5px;
}
.sprite-icon-3 {
    width: 41px;
    height: 56px;
    background-position: -141px -70px;
}
.sprite-icon-4 {
    width: 50px;
    height: 65px;
    background-position: -5px -136px;
}
.sprite-icon-5 {
    width: 49px;
    height: 58px;
    background-position: -65px -136px;
}
.sprite-icon-6 {
    width: 61px;
    height: 55px;
    background-position: -124px -136px;
}
.sprite-icon-7 {
    width: 56px;
    height: 60px;
    background-position: -206px -5px;
}
.sprite-icon-8 {
    width: 50px;
    height: 60px;
    background-position: -195px -75px;
}
.sprite-icon-9 {
    width: 64px;
    height: 60px;
    background-position: -195px -145px;
}

.top{
    background: #f3f3f3;
    min-height: 620px;
    position: relative;
    z-index: 1;
}
.top::after{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #eeb8c7;
    height: 100%;
    width: 30%;
    z-index: -1;
}
.top::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 620px 210px;
    border-color: transparent transparent #eeb8c7 transparent;
    position: absolute;
    right: 30%;
    top: 0;
    content: '';
    z-index: -1;
}
/*header*/
.navbar{
    padding-top: 5px;
    line-height: 1;
}
.nav-link{
    padding: 0 19px!important;
    font-size: 14px;
    color: #444;
}
.nav-link:hover{
    color: #ff74a6;
}
.nav-item:first-child .nav-link{
    padding-left: 0!important;
}
.nav-item:last-child .nav-link{
    padding-right: 0!important;
}
/*header end*/
.top .container{
    height: 620px;
    position: relative;
}
.top__girl{
    position: absolute;
    bottom: 0;
    right: 30px;
}
.top-content{
    max-width: 510px;
    margin-left: 70px;
    margin-top: 110px;
}
.main-title{
    position: relative;
}
.main-title::after{
    position: absolute;
    content: '';
    background: url(../img/main-title-after.png);
    width: 612px;
    height: 65px;
    z-index: -2;
    left: -50px;
    top: -25px
}
.main-title{
    font-size: 41px;
    font-family: 'Gotham Pro Medium';
    margin-bottom: 15px;
}
.main-title span{
    color: #fe6296;
}
.top-content__title{
    color: #1c1c1c;
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    margin-bottom: 20px;
}
.top-content__text{
    color: #1c1c1c;
    margin-bottom: 25px;
}


.section__title{
    font-family: 'Gotham Pro Medium';
    font-size: 24px;
    margin-bottom: 0;
    z-index: 1;
}
.section__title::after{
    z-index: -1;
}
.section__title span{
    color: #fe6296;
}
.section__title_hr{
    height: 1px;
    width: 55px;
    margin-top: 30px;
    background: #ffc6da;
}



.advantages-wrapper{
    padding: 90px 0 0;
}
.about-title{
    position: relative;
}
.about-title::after{
    position: absolute;
    content: '';
    background: url(../img/about-title-after.png);
    width: 787px;
    height: 81px;
    left: 50%;
    margin-left: -390.5px;
    top: calc(100% + 20px);
    z-index: 1
}
.icon-gallery{
    max-width: 980px;
    padding-bottom: 75px;
    border-bottom: 4px solid #f9f9f9;
}
.icon-gallery__item{
    margin-top: 65px;
    width: 150px;
    z-index: 2
}
.icon-box{
    width: 140px;
    height: 140px;
    -webkit-box-shadow: 5px 5px 16px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,.1);
    margin-bottom: 50px;
    background: #fff;
    position: relative;
}
.icon-gallery__text{
    font-weight: 600;
    font-size: 14px;
}

.reviews-wrapper{
    padding-top: 75px;
    padding-bottom: 60px;
}
.reviews-wrapper .container{
    position: relative
}
.reviews__bg{
    position: absolute;
    left: -115px;
    top: 60px
}
.reviews__photo, .reviews__content{
    margin-top: 60px;
}
.reviews__photo{
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    margin-left: 10px;
    margin-bottom: 10px;
}
.reviews__photo_pic{
    border-radius: 10px;
}
.reviews__content{
    padding-left: 60px;
    position: relative;
    padding-top: 20px;
    z-index: 1;
    max-width: 480px;
}
.reviews__content::after{
    position: absolute;
    content: '';
    background: url(../img/result-after.png);
    width: 627px;
    height: 81px;
    left: 25px;
    top: -30px;
    z-index: -1;
}
.reviews__name{
    font-family: 'Gotham Pro Medium';
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 1;
}
.reviews__programm{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
    color: #888;
}
.stars{
    padding-left: 0;
    color: #fac917;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 25px;
}
.stars li{
    list-style: none;
    margin-right: 3px;
}
.carousel-controls{
    margin-left: 44%;
}
.carousel-control{
    width: 40px;
    height: 40px;
    background: #f0f2f3;
    color: inherit;
    bottom: 30px;
    z-index: 2;
    text-decoration: none!important;
    margin-right: 10px;
}
.carousel-control:hover{
    color: #fff;
    background: #ff74a6;
}


.result-wrapper{
    background: #f3f3f3;
}
.result-wrapper .container{
    position: relative;
    padding: 90px 0;
}
.result-wrapper__girl{
    position: absolute;
    right: 200px;
    bottom: 0;
    z-index: 1
}
.result-wrapper__title{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.result-wrapper__title::after{
    position: absolute;
    content: '';
    background: url(../img/result-title.png);
    width: 759px;
    height: 73px;
    left: -45px;
    z-index: -1;
    top: -40px;
}
.result{
    margin-bottom: 13px;
    max-width: 460px;
}
.result__icon{
    min-width: 28px;
    min-height: 28px;
    margin-right: 18px;
    font-size: 10px;
    color: #fff;
    background: #fa82ac;
}
.result__text{
    color: #1c1c1c;
}
.result__link{
    margin-top: 45px;
}


.reasons-wrapper{
    padding: 80px 0;
}
.reasons-wrapper__title{
    position: relative;
}
.reasons-wrapper__title::after{
    position: absolute;
    content: '';
    background: url(../img/reasons-after.png);
    width: 851px;
    height: 81px;
    left: 50%;
    margin-left: -425.5px;
    top: calc(100% + 40px);
    z-index: 1
}
.icon-gallery_no-border{
    border: 0;
    padding-bottom: 0;
}
.icon-box__value{
    position: absolute;
    width: 38px;
    height: 38px;
    color: #fff;
    background: #fa82ac;
    font-weight: 600;
    right: 0;
    bottom: 0;
}

.buy-wrapper{
    background: #f3f3f3;
    min-height: 980px;
    padding-top: 80px;
    z-index: 1;
    position: relative;
}
.buy-wrapper::after{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #eeb8c7;
    height: 100%;
    width: 30%;
    z-index: -1;
}
.buy-wrapper::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 980px 210px;
    border-color: transparent transparent #eeb8c7 transparent;
    position: absolute;
    right: 30%;
    top: 0;
    content: '';
    z-index: -1;
}
.buy-wrapper__title{
    position: relative;
    z-index: -2;
}
.buy-wrapper__title::after{
    position: absolute;
    content: '';
    background: url(../img/buy-after.png);
    width: 966px;
    height: 88px;
    left: 0;
    top: -50%;
}
.programs{
    margin-top: 30px;
}
.programs__item{
    background: #fff;
    border-radius: 6px;
    padding-top: 20px;
    width: 546px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    margin-top: 30px;
}
.programs__photo{
    position: relative;
    min-width: 216px;
    margin-right: 40px;
    z-index: 1;
    text-align: center;
}
.programs__photo_pl-20{
    padding-left: 20px;
}
.programs__photo img{
    display: block;
    margin: auto;
}
.programs__photo_circle{
    width: 216px;
    height: 216px;
    background: #f8f8f8;
    position: absolute;
    z-index: -1;
    top: 18px;
    left: 20px;
}
.programs__title{
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    margin-bottom: 15px;
}
.programs__link{
    text-decoration: underline;
    color: #fe6c9d!important;
    font-weight: 600;
    font-size: 14px;
}
.programs__link:hover{
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.programs__link .fa-long-arrow-alt-right{
    margin-left: 10px;
}
.about-program{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
    margin-bottom: 34px;
}
.about-program li{
    line-height: 1;
    margin-bottom: 7px;
}
.about-program__icon{
    width: 16px;
    margin-right: 16px;
}
.about-program__text{
    font-size: 14px;
}
.about-program__text span{
    font-family: 'Gotham Pro Medium';
}

/*modal windows*/
.modal-dialog{
    max-width: 985px;
}
.modal-content{
    border: 0;
    border-radius: 8px;
}
.modal-header{
    position: relative;
    padding: 45px 0 25px;
    border: 0;
    padding-bottom: 0;
}
.modal-title{
    text-align: center;
    width: 100%;
    font-size: 21px;
    color: #222;
    font-family: 'Gotham Pro Medium';
    position: relative;
    z-index: 1
}
#orderModal1Label::after{
    content: url(../img/1.png);
}
#orderModal2Label::after{
    content: url(../img/2.png);
}
#orderModal3Label::after{
    content: url(../img/3.png);
}
#orderModal4Label::after{
    content: url(../img/4.png);
}
.modal-title::after{
    position: absolute;
    height: 72px;
    top: -22px;
    left: 165px;
    z-index: -1;
}
.modal-title span{
    color: #FF669D;
}
.modal .close{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1!important;
    z-index: 2;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}
.program-list__item{
    margin-right: 25px;
}
.program-list__item:last-child{
    margin-right: 0;
}
.program-list__icon{
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: #f6a6c0;
}
.program-list__icon img{
    width: 14px;
}
.modal-body{
    padding: 30px 0;
    border-bottom: 1px dashed #eaeaea;
}
.modal-footer{
    border: 0;
    padding: 35px;
}
.about-programm{
    padding: 0 35px;
}
.about-programm__item{
    max-width: 410px;
}
.about-programm__list li{
    list-style: none;
    margin-bottom: 10px;
}
.about-programm__list_disc{
    margin-right: 19px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ebb5c5;
    min-width: 7px;
    min-height: 7px;
    margin-top: 7px;
}
.about-programm__text{
    font-size: 14px;
    color: #222;
}
.buy-btn{
    position: relative;
    margin-right: auto;
    margin-left: 170px!important;
}
.buy-btn::after{
    position: absolute;
    content: url(../img/arrow.png);
    top: 23px;
    right: -46px;
}
.trainer-phone{
    display: block;
    text-decoration: none!important;
}
.trainer-phone__icon{
    border-radius: 50%;
    background: #fff;
    color: #ff74a6;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    min-width: 40px;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.trainer-phone__icon .fa-phone{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.trainer-phone__content{
    line-height: 1;
    margin-left: 17px;
}
.trainer-phone__content p{
    color: #777;
    font-size: 13px;
    margin-bottom: 5px;
}
.trainer-phone__content span{
    color: #333;
    font-weight: 600;
}
.program-list__text{
    font-size: 14px;
}
.program-list__text span{
    font-size: 16px;
    font-family: 'Gotham Pro Medium';
}
/*modal windows*/


.carousel-indicators{
    margin-bottom: 0;
    top: 100%;
    margin-top: 7px;
}
.carousel-indicators li{
    background: none;
    position: relative;
    width: 10px;
    margin: 0 6px;
    opacity: 1;
}
.carousel-indicators li::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #dbdbdc;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}
.carousel-indicators li:hover::after, .carousel-indicators li.active::after{
    background: #ff77a8;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.about-carousel{
    max-width: 450px
}
.about-carousel .carousel-item img{
    border-radius: 8px;
    max-width: 100%;
}
.about-me-wrapper{
    padding: 90px 0;
}
.about-me__content{
    margin-left: 50px;
    max-width: 550px;
    font-size: 14px;
}
.about-me__text_bold{
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.about-me__text{
    margin-bottom: 20px;
}
.aboutme_more{
    color: #ff74a6!important;
    text-decoration: underline;
}
.aboutme_more:hover, .aboutme_more[aria-expanded="true"]{
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.aboutme_more[aria-expanded="true"] .fa-caret-down{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card-body{
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}


.sale-wrapper{
    background: #f3f3f3;
}
.sale-wrapper .container{
    position: relative;
    z-index: 1;
    padding: 25px 0 0;
}
.contact-girl{
    margin-right: 200px;
}
.contact-us{
    padding-bottom: 50px;
}
.sale-wrapper .container::after{
    position: absolute;
    content: '';
    background: url(../img/sale-after.png);
    width: 855px;
    height: 221px;
    left: 0;
    z-index: -1;
    top: 0;
}
.sale-wrapper__text{
    font-size: 18px;
    margin: 30px 0;
}
.sale-wrapper__text span{
    font-size: 21px;
    color: #fe6296;
    font-family: 'Gotham Pro Medium';
}
.contact-us{
    max-width: 440px;
}
.contact-us__item{
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 20px 13px 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    max-width: 215px;
}
.contact-us__item:hover, .contact-us__item:focus{
    border-color: #ff74a6;
}
.contact-us__control{
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    color: #a4a4a4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.contact-us__control::-webkit-input-placeholder{
    color: #a4a4a4;
}
.contact-us__control:-ms-input-placeholder{
    color: #a4a4a4;
}
.contact-us__control::placeholder{
    color: #a4a4a4;
}
.contact-us__icon{
    color: #e4e4e4;
    margin-right: 18px;
}
.contact-us__icon .fa-phone{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.contact-us__submit{
    margin: 20px 13px 0;
}

.questions-wrapper{
    padding: 90px 0 30px;
}
.acordions{
    width: 660px;
}
.acordions .section__title{
    margin-bottom: 45px;
}
.acordion-toggler{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 20px 25px;
    line-height: 1;
    margin-bottom: 15px;
    color: #1c1c1c!important;
    font-weight: 500;
    text-decoration: none!important
}
.acordion-toggler .fa-chevron-down{
    font-size: 13px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin-left: 10px;
}
.acordion-toggler[aria-expanded="true"] .fa-chevron-down{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.acordion-content{
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #f7f7f7;
    padding: 20px 25px;
}

/*footer*/
.footer .container{
    padding: 30px 0;
    border-top: 3px solid #f8f8f8;
}
.copyright{
    font-size: 14px;
    color: #444;
}
.contact{
    font-weight: 600;
}
.contact__name{
    margin-right: 30px;
}
.contact__icon{
    border-radius: 50%;
    background: #fff;
    color: #ff74a6!important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    min-width: 40px;
    min-height: 40px;
    margin-right: 20px;
    text-decoration: none!important
}
.contact__icon:hover{
    background: #ff74a6!important;
    color: #fff!important;
    -webkit-box-shadow: rgba(255, 116, 166, 1);
    box-shadow: rgba(255, 116, 166, 1)
}
.contact__item:hover .contact__icon{
    background: #ff74a6!important;
    color: #fff!important;
    -webkit-box-shadow: rgba(255, 116, 166, 1);
    box-shadow: rgba(255, 116, 166, 1)
}
.contact__item{
    text-decoration: none!important;
    color: #222!important;
    margin-right: 35px;
}
.social li{
    list-style: none;
}