
.qwe {
    font-family: 'Rostov';
    font-size: 58px;
}


p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    /*font-weight: 500;*/
    font-weight: 400;
}

h2 {
    font-family: 'Rostov';
    font-size: 24px !important;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px
}
h2:before {
    content: '';
    background-image: url("/img/icons/dot_pink.png");
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 11px;
}

h2.white:before {
    content: '';
    background-image: url("/img/icons/dot_white.png");
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}

h3 {
    font-family: 'Rostov';
    font-size: 20px !important;
    text-transform: uppercase;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #212121;
}

.quote-font {
    font-family: 'Rostov';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 48px;
}

.text-caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #212121;
}




/* Horizontal button */
.btn-block-horizontal .btn {
    background: #fa437d !important;
    color: #fff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fa437d;
    border-radius: 50px;
    padding: 12px 20px 11px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-block-horizontal-black .btn {
    background: #212121 !important;
    color: #fff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #212121;
    border-radius: 50px;
    padding: 12px 20px 11px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-block-horizontal .btn:hover {
    background: #fff;
    color: #fa437d;
    border: 1px solid #fa437d;
}

.btn-block-horizontal .btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fa437d;
    border-radius: 10rem;
    z-index: -2;
}
/*.btn-block-horizontal .btn:after {*/
/*    background-color: #212121;*/
/*}*/
.btn-block-horizontal .btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}
.btn-block-horizontal .btn:hover {
    color: #fa437d;
}
.btn-block-horizontal .btn:hover:before {
    width: 100%;
}

.btn-block-horizontal .arrow {
    background-image: url("/img/icons/arrow_right.svg");
    background-size: cover;
    width: 39px;
    transition: all 0.3s;
}
.btn-block-horizontal:hover .arrow{
    background-image: url("/img/icons/arrow_right_pink.svg");

}

/* Round button */
.btn-block-round {
    display: flex;
    transform: rotate(90deg);
    -webkit-box-shadow: 0px 0px 100px 100px rgba(250, 67, 125, 0.37);
    -moz-box-shadow: 0px 0px 100px 100px rgba(250, 67, 125, 0.37);
    box-shadow: 0px 0px 100px 100px rgba(250, 67, 125, 0.37);
    border-radius: 100%;}

.btn-block-round .btn {
    background: #fa437d;
    color: #fff;
    font-family: 'Montserrat', 'sans-serif';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fa437d;
    border-radius: 100%;
    padding: 113px 60px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.btn-block-round .btn:hover {
    background: #fff;
    color: #fa437d;
}

.btn-block-round .btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fa437d;
    border-radius: 100%;
    z-index: -2;
}
.btn-block-round .btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 100%;
    z-index: -1;
}
.btn-block-round .btn:hover {
    color: #fa437d;
}
.btn-block-round .btn:hover:before {
    width: 100%;
}
.btn-block-round .btn .block{
    transform: rotate(270deg);
}
.btn-block-round .arrow {
    transform: rotate(0deg);
    background-image: url("/img/icons/arrow_right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 20px;
    margin-left: 60px;
    transition: all 0.3s;
    margin-top: -22px;
}
.btn-block-round:hover .arrow{
    background-image: url("/img/icons/arrow_right_pink.svg");

}

/*.btn:after {*/
/*    content: '';*/
/*    background-image: url("/img/icons/arrow_right.svg");*/
/*    background-size: 49px 35px;*/
/*    position: absolute;*/
/*    top: 24px;*/
/*    width: 20px;*/
/*    height: 35px;*/
/*}*/

header {
    position: relative;
    z-index: 11;
}

header .container {
    background-color: white;
}

.header-block-mob {

}

.arrow-main {
    margin-top: 180px;
}

/*section-1*/
.slogan-block {
    position: absolute;
    bottom: 0
}


.main-mt-btn {
    margin-top: 100px;
}


.soon {
    background-image: url("/img/bg/bg_elipse_violette_left.png"), url("/img/bg/bg_elipse_violette_right.png");
    background-position: left top, right -50px top -50px;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    padding: 150px 0;
}

.tag {
    margin-right: 6px;
    border-radius: 50px;
    padding: 2px 10px;
    margin-bottom: 8px;
    border: 1px solid #FA437D;

}

.soc {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 7px 8px;
    transition: 0.3s;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.soc.black {
    background-color: #fff;
    border: 1px solid #212121;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 7px 8px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.soc.black:hover,
.soc:hover {
    background-color: #fa437d;
    background-image: url("/img/icons/sotial_network/hover_soc.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.soc.black:hover {
    border: 1px solid #fa437d;
}

.ig {
    background-image: url("/img/icons/sotial_network/ig.svg");
}

.fb {
    background-image: url("/img/icons/sotial_network/fb.svg");
}

.ok {
    background-image: url("/img/icons/sotial_network/ok.svg");
}

.yt {
    background-image: url("/img/icons/sotial_network/yt.svg");
}

.wa {
    background-image: url("/img/icons/sotial_network/wa_black.svg");
}



.ig.black {
    background-image: url("/img/icons/sotial_network/ig_black.svg");
}

.fb.black {
    background-image: url("/img/icons/sotial_network/fb_black.svg");
}

.ok.black {
    background-image: url("/img/icons/sotial_network/ok_black.svg");
}

.yt.black {
    background-image: url("/img/icons/sotial_network/yt_black.svg");
}

.sale{
    height: 90px;
    width:100%;
    overflow-x: hidden;
    margin: 210px auto 30px;
    border-top: 2px solid #262626;
    border-bottom: 2px solid #262626;
    display: flex;
    transform: rotate(-4.88deg);
    justify-content: center;
    align-items: center;
}
.sale p{
    font-family: 'Rostov';
    text-align:center;
    color: #262626;
    text-transform: uppercase;
    animation: text 30s infinite linear;
    padding-left: 5%;
    white-space: nowrap;
    font-size: 24px
}
@keyframes text {
    0%{
        transform: translate(0, 0);
    }

    100%{
        transform: translate(-400%, 0);
    }
}


.quote {
    background-image: url("/img/bg/bg_quote.png");
    background-position: top -50px center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
    padding-top: 50px;
}

.quote-text {
    color: #262626;
    text-align: center;
    font-weight: 100;
    padding: 50px 80px;
    position: relative;
}

.quote-text:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 60px;
    background-image: url("/img/icons/quote.svg");
    background-position: top left;
    background-size: contain;
    width: 90px;
    height: 90px;
}

.quote-text:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 90px;
    background-image: url("/img/icons/quote.svg");
    background-position: top left;
    background-size: contain;
    width: 90px;
    height: 90px;
    transform: rotate(-180deg);
}

.quote-aida {
    width: 150px;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
}

.about {
    background-image: url("/img/bg/bg_about.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 200px;
    padding-top: 50px;
}

.our-pro {
    background-image: url("/img/bg/bg_out_pro.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 200px;
    padding-top: 50px;
}

.our-pro .steps .card {
    /*margin-bottom: 90px;*/

}

.our-pro .steps .card .info {
    position: relative;
    margin-top: -100px;
    z-index: 100;

}

.mens-dance .info {
    min-height: 370px;
}

.women-dance .info {
    min-height: 290px;
}

.tarifs {
    background-image: url("/img/bg/tarifs.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

.tarifs .card {
    padding: 40px 25px;
    position: relative;
}

.tarifs .accent-flag {
    position: absolute;
    top: 0;
    right: 0;
    background: #212121;
    color: white;
    padding: 4px 12px 5px;
    border-radius: 0 16px 0 16px;
}

.tarifs .card:nth-child(1),
.tarifs .card:nth-child(3) {
    min-height: 701px;
}

.tarifs .card ul {
    list-style: initial;
    padding-left: 20px;
    padding-bottom: 20px;
}

.tarifs .card ul li::marker {
    color: #fa437d;
    font-size: 24px;
}

.hr {
    width: 100%;
    height: 1px;
    background: #fa437d;
    margin: 15px 0;
}

.bg-footer {
    background-image: url("/img/bg/bg_footer.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-bottom: 20px;*/
    padding-top: 150px;
}

.gallery .slider-nav img,
.slider-camp-nav img {
    width: 60px;
    cursor: pointer;
}

.gallery .slider-nav img:nth-child(2),
.slider-camp-nav img:nth-child(2){
    transform: rotate(-180deg);
}


.slider-camp-nav img:nth-child(1){
    margin-top: 180px;
    position: absolute;
    z-index: 999;
    left: 20px;
}
.slider-camp-nav img:nth-child(2){
    position: absolute;
    z-index: 999;
    right: 30px;
    margin-top: 180px;
}

.owl-carousel .item-video{
    height:300px;
}

#owl-carousel-gallery {
    margin-top: 25px;
}

.faq {
    margin-top: 200px;
}

.toggle-block {
    background-color: white;
}

.toggle-block.active {
    background: linear-gradient(#fa437d, #FF7DA6)
}

.toggle-block .question .number {
    color: #fa437d;
}

.toggle-block.active .question .number {
    color: white;
}

.toggle-block .question .title {
    font-weight: 500 !important;
}

.toggle-block.active .question .title{
    color: white;
}

.toggle-block .question .answer {
    display: none;
}

.toggle-block.active .question .answer {
    display: block;
    color: white;
}

.toggle-block .question .arrow{
    background-image: url("/img/icons/arrow-question-pink.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.toggle-block.active .question .arrow{
    background-image: url("/img/icons/arrow-question-white.svg");
}


.feedback {
    margin-top: 100px;
}

.feedback-form {
    padding: 60px 115px;
}

.feedback-form input {
    background-color: white;
    border-radius: 10px;
    color: #212121;
    padding: 12px 15px;
    width: 100%;
    margin: 8px 0;
    border: 1px solid white;
}
.feedback-form input::placeholder {
    color: #9D9D9D;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

textarea:focus, input:focus, select:focus{
    outline: none;
    border: 1px solid #212121;
}

/*.feedback-form select {*/
/*    background-color: white;*/
/*    border-radius: 10px;*/
/*    color: #212121;*/
/*    padding: 12px 15px;*/
/*    width: 100%;*/
/*    margin: 8px 0;*/
/*    border: 1px solid white;*/
/*}*/

/*Select style*/
.select-wrapper {
    position: relative;
    background-color: white;
    border-radius: 10px;
    color: #212121;
    padding: 12px 15px;
    width: 100%;
    margin: 8px 0;
    border: 1px solid white;
}

.select-wrapper:hover {
    box-shadow: 0 0 3px gray;
}

.select-wrapper select {
    width: 100%;
    padding: 0 20px 0 7px;
    background: transparent;
    border: 0;
    appearance: none;            /* remove arrow        */
    -webkit-appearance: none;    /* remove arrow Chrome */
    -moz-appearance: none;       /* remove arrow FF     */
}
.select-wrapper select::-ms-expand{
    display: none;             /* remove arrow IE     */
}

/* Style #3 */

.select-arrow-3 {
    position: absolute;
    z-index: 9;
    border: 8px solid transparent;
    border-bottom: 0;
    right: 16px;
    border-radius: 10px;
}
.select-arrow-3:nth-child(1) {
    top: 21px;
    border-top-color: #fa437d;
}
.select-arrow-3:nth-child(2) {
    top: 8px;
    border-top-color: #FFF;
}

footer {
    margin-top: 100px;
}

.footer-block {
    background: white;
    padding: 40px 60px;
    border-radius: 50px;
}

.down-menu:after {
    content: '';
    background-image: url("/img/icons/down-menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 8px;
}

.down-menu.active:after {
    content: '';
    background-image: url("/img/icons/down-menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 0;
    top: -1px;
    transform: rotate(-180deg);
}

.slide-toggle-menu {
    margin: 8px 0 !important;
    display: none;
}

.slide-toggle-menu.active {
    display: block;
}

.slide-toggle-menu ul {
    border-top: 1px solid #fa437d;
    border-bottom: 1px solid #fa437d;
    padding: 8px 0;
    margin: 8px 0 15px !important;
}

.map {
  width: 100%;
    height: 600px;
 }

.gallery-camp-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 408px;
}


.aida-text {
    font-size: 21px;
    line-height: 28px;
    padding: 0 160px;
    margin-bottom: 60px;
}

@media (max-width: 640px) {
    .main{
        padding-top: 70px
    }
    header {
        position: fixed;
    }
    .slogan-block {
        position: relative;
        font-size: 12px;
        margin-top: -15px;
    }

    .btn-block-round {
        -webkit-box-shadow: 0px 0px 40px 60px rgba(250, 67, 125, 0.27);
        -moz-box-shadow: 0px 0px 40px 60px rgba(250, 67, 125, 0.27);
        box-shadow: 0px 0px 40px 60px rgba(250, 67, 125, 0.27);
    }

    .btn-block-round .btn {
        padding: 83px 30px;
    }

    .arrow-main {
        margin-top: 60px;
        transform: rotate(20deg);
    }

    .arrow-main img {
        width: 100%;
    }

    .main-mt-btn {
        margin-top: 40px;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 16px;
    }

    .quote-font {
        font-size: 23px;
        line-height: 30px;
    }

    .sale {
        height: 80px;
        padding-top: 7px;
        margin: 100px auto 30px;
    }

    .soon {
        padding: 150px 0 70px;
    }

    .quote {
        background-position: top 0 center;
        background-size: 200% 65%;
        padding-top: 0;
    }

    .quote-text {
        padding: 50px 0;
        text-align: left;

    }

    .quote-text:before {
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }

    .quote-text:after {
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }


    .about {
        padding-bottom: 50px;
    }

    .our-pro {
        padding-bottom: 50px;
    }
    .our-pro .steps .card {
        margin-bottom: 170px;
    }

    .tarifs {
        padding: 50px 0;
    }

    .bg-footer {
        padding: 100px 0 0;
    }

    .faq {
        padding: 100px 0;
        margin-top: 0;
    }

    .toggle-block .question .arrow {
        background-size: cover;
        width: 30px;
        height: 30px;
    }

    .feedback {
        margin-top: 50px;
    }

    .map {
        width: 100%;
        height: 350px;
        margin-top: 20px;
    }

    .footer-block {
        padding: 25px 20px;
    }

    .gallery-camp-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: 100%;
        height: 200px;
    }

    .aida-text {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .quote-text:after {
        bottom: 10px;
    }
	
	.sale {
        width: 99%;
    }
	
	header {
        width: 100%;
    }
}


