
.container {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__wrapper {
    position: absolute;
    width: 100%;
    padding-top: 25px;
    z-index: 99;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__select {
    position: relative;
    margin-right: 10px;
    border: 1px solid #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 4px 38px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header__select > li {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.header__select > li:after {
    content: '';
    background-image: url(../images/svg/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 5px;
    right: -15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header__select__sub-menu {
    display: none;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    position: absolute;
    max-width: 425px;
    width: 100%;
    top: 30px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -99;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
}

.header__select__sub-menu li a:hover {
    border-bottom: none;
}

.header__select__sub-menu li {
    margin-bottom: 10px;
}

.header__select__sub-menu li a {
    color: #000;
}

.header__select__sub-menu li a:hover {
    color: #2699D6;
}

.header__select:hover .header__select__sub-menu {
    display: block;
    overflow: visible;
    opacity: 1;
    z-index: 10;
}

.header__select:before {
    content: '';
    width: 200px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;

}

.header__map {
    margin-right: 30px;
    font-size: 14px;
    line-height: 17px;
    color: #7D7D7D;
}

.header__phone {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

.header__menu a {
    display: block;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__menu a:hover {
    border-bottom: 1px solid #000;
}

.header__menu__select {
    border: unset;
    padding: unset;
}

.header__menu__select:after {
    content: "";
    background-image: url(../images/svg/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 6px;
    right: -15px;
    transition: .5s;
}

.header__menu__select:hover:after {
    transform: rotateX(180deg);
}

.header__menu-sub-menu.header__select__sub-menu {
    width: 500%;
    top: 25px;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

/* == banner == */
.banner-main__wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 150px;
    /*padding-bottom: 210px;*/
}

.banner-main__center {
    margin-bottom: 50px;
    text-align: center;
}

.banner-main__center img {
    margin: 0 auto;
    max-width: 350px;
}

.banner-main__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.guided-tour {
    padding: 15px 50px;
    background: #F088B6;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: .3s;
}

.guided-tour:hover {
    opacity: .8;
}

.separator__wrapper {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}

.separator-logo {
    margin: 0 auto;
}

.separator-phrase {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;

}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.title {
    font-family: 'Balsamiq Sans', cursive;
    font-size: 70px;
    line-height: 84px;
    font-weight: bold;
    text-align: center;
    color: #2597D3;
}

.paragraph {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/* == intro == */
.intro__wrapper {
    padding-top: 120px;
    padding-bottom: 20px;
    background-image: url(../images/webp/intro-background.webp);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.intro__title {
    margin-bottom: 60px;
}

.intro__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro__left {
    max-width: 550px;
    width: 100%;
}

.intro__paragraph:not(:last-child) {
    margin-bottom: 20px;
}

.intro__paragraph:nth-child(4) {
    margin-bottom: 50px;
}

.intro__right {
    position: relative;
    width: 554px;
    height: 503px;
    cursor: pointer;
}

.intro__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.intro__right iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.intro__right .intro__logo {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 123px;
    height: 100px;
}

.play-button:before {
    content: none;
    background-image: url(../images/svg/play-button.svg);
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro__background-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 15px;
    background: #2597D3;
    border-radius: 20px;
    z-index: -10;
}

/* == advantages == */
.advantages__wrapper {
    padding-top: 100px;
    padding-bottom: 95px;
    background-image: url('../images/webp/advantages-background.webp');
    background-position: bottom;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.advantages__items {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages__item {
    width: 299px;
    margin-right: 1%;
    margin-bottom: 40px;
    z-index: 10;
}

.advantages__item:nth-child(3n) {
    margin-right: 0;
}

.advantages__pic__wrapper {
    position: relative;
    width: 299px;
    height: 299px;
    margin-bottom: 10px;
    text-align: center;
}

.advantages__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 100%;
    padding: 17px;
    box-sizing: border-box;
}

.advantages__pic__background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background: #488881;
    border-radius: 100%;
}

.advantages__item:nth-child(2) .advantages__pic__background {
    background: #FFD618;
}

.advantages__item:nth-child(3) .advantages__pic__background {
    background: #50DB1A;
}

.advantages__item:nth-child(4) .advantages__pic__background {
    background: #2699D6;
}

.advantages__item:nth-child(5) .advantages__pic__background {
    background: #F088B6;
}

.advantages__item:nth-child(6) .advantages__pic__background {
    background: #AA81ED;
}

.advantages__item:nth-child(7) .advantages__pic__background {
    background: #AA81ED;
}

.advantages__item:nth-child(8) .advantages__pic__background {
    background: #488881;
}

.advantages__item:nth-child(9) .advantages__pic__background {
    background: #B4E2DD;
}

.advantages__paragraph {
    text-align: center;
    font-weight: 600;
}

/* == rooms layout == */
.design-layout__img {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

/* == instagram widget == */
.instagram__wrapper {
    margin-bottom: 130px;
}

.icon-instagram {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.icon-instagram:after{*/
/*    content: '';*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: url(../images/svg/icon-insta-title.svg);*/
/*    position: absolute;*/
/*    right: -25px;*/
/*    bottom: 19px;*/
/*}*/
.icon-instagram a {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(calc(-100% - 15px));
    -ms-transform: translateY(calc(-100% - 15px));
    transform: translateY(calc(-100% - 15px));
    right: -10px;
}

.instagram__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.instagram__item {
    width: 386px;
    height: 386px;
    margin-right: 1%;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.instagram__item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
}

.instagram__item:nth-child(3n) {
    margin-right: 0;
}

.instagram__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

/* == video-clips == **/
.video-clips__title span {
    width: 100%;
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}

/* == tabs == */
.video-clips__wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    background-image: url(../images/webp/video-clips-background.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-clips__horse {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.video-clips__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    position: relative;
    z-index: 10;
}

.tabs__items {
    display: block;
    width: 378px;
}

.video-clips-triggers__item.tabs-triggers__item--active {
    width: 100%;
    background: #FFFFFF;
    font-weight: 600;
    color: #2597D3;
}

.video-clips-triggers__item {
    width: calc(100% - 25px);
    margin-left: auto;
}

.video-clips-triggers__item {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    background: #F7F7F7;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    border-radius: 20px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-clips-triggers__item:not(:last-child) {
    margin-bottom: 25px;

}

.video-clips__content {
    width: 822px;
    background: #fff;
    padding: 25px;
    border-radius: 0px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-clips-content__item {
    display: none;
    height: 460px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.tabs-content__item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-clip {
    width: 738px;
    height: 426px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    z-index: 10;
}

.video-clip__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2597D3;
    z-index: 0;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-clips-content__item.play-but:before {
    content: '';
    background: url(../images/svg/play-button.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* == our team == */
.team__wrapper {
    padding-top: 120px;
    margin-bottom: 60px;
}

.team__card {
    /*width: 386px;*/
    /*height: 448px;*/
    margin: 0 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    overflow: hidden;
}

.slick-center .team__card {
    /*width: 100%;*/
    /*height: 527px;*/
}

/*.slick-center .team__card img{*/
/*    height: 409px;*/
/*}*/
/*.team__card.slick-active img{*/
/*    height: 330px;*/
/*}*/
.team__card img {
    height: 402px;
    width: 402px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 -30px;
    object-position: 0 -30px;
}

.team__card__text {
    padding: 30px;
}

.team__subtitle {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.team__description {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #646464;
}

/* Слайдер slick */
.slick__main {
    min-width: 0;
}

/* Ограничивающая оболочка */
.slick-list {
    overflow: hidden;
    padding: 60px 0px !important;
}

/* Лента слайдов */
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Слайд */
.slick-slide__main {
    /*padding: 0 15px;*/
}

/* Слайд активный */
.slick-slide__main.slick-active {
}

/* Слайд основной */
.slick-slide__main.slick-current {
}

/* Слайд по центру */
.slick-slide__main.slick-center {
}

/* Стрелка */
.slick-arrow {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    font-size: 0;
    border: none;
    cursor: pointer;
}

/* Стрелка влево */
.slick-arrow.slick-prev {
    background: url('../images/svg/slider-arrow-left.svg');
    left: 50%;
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px);

}

/* Стрелка вправо */
.slick-arrow.slick-next {
    background: url('../images/svg/slider-arrow-right.svg');
    right: 50%;
    -webkit-transform: translateX(170px);
    -ms-transform: translateX(170px);
    transform: translateX(170px);
}

/* Стрелка не активная */
.slick-arrow.slick-disabled {
}

/* Точки */
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0 7px;
    border: 2px solid #2597D3;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #2597D3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.slick-dots li.slick-active {
    width: 30px;
    height: 15px;
    background: #fff;
    border: 2px solid #2597D3;
    border-radius: 15px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    display: none;
}

.slick-dots button {
    /*width: 30px;*/
    /*height: 30px;*/
    background: transparent;
    border: none;
    /*border-radius: 100%;*/
    font-size: 0;
}


.slider .slick-arrow.slick-prev {
    left: 0;
    background: url('../images/slider-arrow-left.svg') 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url('../images/slider-arrow-right.svg') 0 0 / 100% no-repeat;
}

/* Конкретный слайдер */
.team__slider {
    position: relative;
}

/* == callback == */
.callback__wrapper {
    padding-top: 100px;
    padding-bottom: 250px;
    background-image: url(../images/webp/callback-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.callback__form_wrapper {
    width: 420px;
    margin: 150px auto 0;
}

.callback__form_wrapper input {
    width: 100%;
    height: 50px;
    border: none;
    text-align: center;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
}

.callback__form_wrapper .name,
.callback__form_wrapper .phone {
    margin-bottom: 30px;
    padding: 0;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px
}

/* == footer == **/
.footer__wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px;
    background-image: url(../images/webp/footer-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__left {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__left ul li a {
    color: #000;
}

.footer__left ul {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__left li {
    width: 50%;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.footer__left li:not(:last-child) {
    margin-bottom: 10px;
}

.footer__center {
    text-align: center;
    width: 33.3%;
    margin-left: 31px;
    margin-right: 43px;
}

.footer__callback {
    display: inline-block;
    margin-top: 30px;
}

.footer__right {
    width: 33.3%;
}

.footer__right-addresses {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.footer__right-address {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.footer__right-address:not(:last-child) {
    margin-bottom: 10px;
}

.bunny-svg {
    position: absolute;
    right: 50px;
    bottom: 15px;
}

.success-message {
    position: relative;
    height: 0;
    z-index: -10;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    bottom: -50px;
    overflow: hidden;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.success-message.active {
    height: 100%;
    z-index: 0;
    opacity: 1;
    bottom: 0;
}

.popup__wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: -10;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: -50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.popup__wrapper.active {
    overflow: visible;
    z-index: 99;
    opacity: 1;
    bottom: 0;
    background: #ffffffd6;
}

#popup__form {
    position: relative;
    padding: 100px 70px;
    width: 420px;
    margin: 0 auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 20px;
    background-image: url(../images/webp/callback-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

#popup__form input {
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#popup__form input:not(:last-child) {
    margin-bottom: 30px;
    height: 50px;
    padding-left: 10px;
    text-align: center;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 4px rgb(255 255 255 / 15%), inset 0px 4px 4px rgb(0 0 0 / 15%);
    box-shadow: 0px 4px 4px rgb(255 255 255 / 15%), inset 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.close-popup {
    position: absolute;
    width: 30px;
    text-align: center;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-family: 'Balsamiq Sans', cursive;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.close-popup:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup__title {
    margin-bottom: 30px;
    font-family: 'Balsamiq Sans', cursive;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.contacts__socials a:not(:last-child) {
    margin-right: 10px;
}

.whatsapp__wrapper {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    border-radius: 100%;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    animation: whatsapp 4s linear infinite;
}

@keyframes whatsapp {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.32);
    }
    100% {
        transform: scale(1);
    }

}

.whatsapp__wrapper img {
    width: 100%;
}

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 999;
    bottom: 150px;
    right: 60px;
    border-radius: 100%;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
    cursor: pointer;
}

.scroll-top img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .bunny-svg {
        width: 230px;
        right: 0;
    }
    .map__raccoon {
        top: -3%;
    }
}

@media screen and (max-width: 1200px) {
    .separator-phrase {
        top: -20px;
    }

    .no-mobile {
        display: none !important;
    }

    .mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    body.active-burger {
        overflow-y: hidden;
    }

    #burger-btn {
        display: inline-block;
        margin-right: 30px;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 30px;

    }

    #burger-btn span {
        display: block;
        background: #000000;
        width: 30px;
        height: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        border-radius: 100px;
    }

    #burger-btn span::before, #burger-btn span::after {
        content: '';
        display: block;
        background: #000000;
        width: 100%;
        height: 2px;
        position: absolute;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        border-radius: 100px;
    }

    #burger-btn span::before {
        top: -7px;
    }

    #burger-btn span::after {
        top: 7px;
    }

    #burger-btn.active span {
        background: transparent;
    }

    #burger-btn.active span::before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #burger-btn.active span::after {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__wrapper {
        background: #fff;
        position: fixed !important;
        top: 0;
        padding-top: 15px;
        padding-bottom: 25px;
        -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
        box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
        box-sizing: border-box;
    }

    .header__wrapper.active {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        height: 100%;
        overflow-y: scroll;
    }

    .header__top {
        margin-bottom: 0;
    }

    .header__left img {
        height: 60px;
    }

    .header__right {
        padding: 15px 0 50px;
        width: 100%;
        position: absolute;
        top: 89px;
        left: -999px;
        opacity: 0;
        overflow: hidden;
        z-index: -10;
        background: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .header__menu a:hover {
        border-bottom: unset;
    }

    .header__menu-sub-menu {
        display: block;
        position: relative;
        width: 100%;
        z-index: 100;
        opacity: unset;
        box-shadow: unset;
        padding: 0;
        top: 0;
        text-align: left;
        list-style: auto;
        padding-left: 30px;
    }

    .header__menu-sub-menu li {
        color: #000;
        text-align: left;
        list-style-type: disc;
    }

    .active .header__right {
        left: 50%;
        padding: 15px 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 1;
        overflow: visible;
        z-index: 100;
        text-align: center;
    }

    .header__menu {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        left: -999px;
        opacity: 0;
        overflow: hidden;
        z-index: -10;
        background: #fff;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }


    .header__menu li {
        width: 100%;
        text-align: left;
    }

    .header__menu li a {
        padding: 7px 0;
    }

    .active .header__menu {
        padding-left: 20px;
        top: 140px;
        left: 0;
        opacity: 1;
        overflow: visible;
        z-index: 99;
        max-width: 200px;
        margin: 0 auto;
    }

    .header__menu__select:after {
        content: none;
    }

    .header__menu-sub-menu.header__select__sub-menu {
        width: 200px;
        top: 0;
    }

    .header__menu-sub-menu.header__select__sub-menu li:not(:last-child) {
        margin-bottom: 10px;
    }

    .header__menu__select.header__select:before {
        content: none;
    }

    .header__menu-sub-menu.header__select__sub-menu {
        padding-left: 20px;
    }

    .header__menu-sub-menu.header__select__sub-menu li {
        text-align: left;
    }

    .header__menu-sub-menu.header__select__sub-menu li a {
        padding: 0;
    }

    .header__phone {
        top: 510px;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 15px 0;
    }

    /* == == */
    .banner-main__wrapper {
        height: 100%;
        margin-top: 90px;
        padding-top: 20%;
        padding-bottom: 20%;
        background-position: 50%;
        background-size: cover;
    }

    .banner-main__center img {
        width: 90%;
    }

    /* == ==*/
    .intro__right {
        width: 100%;
        height: 400px;
    }

    /* == == */
    .title {
        font-size: 36px;
        line-height: 46px;
    }

    .intro__wrapper {
        background-image: unset;
    }

    .play-button:before {
        content: none;
    }

    .intro__title {
        margin-bottom: 30px;
    }

    .intro__left {
        margin-bottom: 30px;
    }

    .intro__right iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top;
        top: 0;
    }

    .intro__background-video {
        display: none;
    }

    /* == tabs ==  */
    .tabs__items {
        width: 100%;
        margin-bottom: 15px;
    }

    .video-clips__tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .video-clips-triggers__item {
        width: 100%;
        padding: 15px;
        border-radius: 10px;
    }

    .video-clips-triggers__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .video-clips__content {
        width: 100%;
        border-radius: 20px;
    }

    .video-clips-content__item {
        height: 300px;
    }

    .video-clip {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top;
        object-position: top;
        top: 0;
    }

    .video-clips__horse {
        position: relative;
    }

    /* == == */
    .advantages__pic__wrapper {
        width: 270px;
        height: 270px;
        margin: 0 auto 10px;
        box-sizing: border-box;
    }

    .advantages__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .advantages__pic {
        width: 240px;
        height: 240px;
        padding: 0;
    }

    /* == == */
    .icon-instagram {
        margin-bottom: 10px;
    }

    .instagram__item {
        width: 100%;
        height: 100%;
    }

    .instagram__item img {
        width: 100%;
        display: block;
    }

    .icon-instagram a {
        position: absolute;
        top: 100%;
        -webkit-transform: translateX(calc(100% - 25px));
        -ms-transform: translateX(calc(100% - 25px));
        transform: translateX(calc(100% - 25px));
        right: 50%;
        width: 50px;
    }

    .icon-instagram:after {
        right: 0;
        left: 0;
        bottom: -53px;
        margin: 0 auto;
    }

    /* == == */
    .slick-slide__main {
        margin: 0;
    }

    section.team__wrapper .team__card {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    section.team__wrapper .team__card img {
        height: 350px;
        width: 100%;
    }

    .slick-arrow {
        top: 70%;
    }

    .slick-arrow.slick-prev {
        left: 5%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .slick-arrow.slick-next {
        right: 5%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /* === ==*/
    .callback__form_wrapper {
        width: 100%;
        margin: 50px auto 0;
    }

    /* == == */
    .footer__wrapper {
        padding-bottom: 0;
    }

    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__left,
    .footer__center,
    .footer__right {
        width: 100%;
        margin: 0 0 15px;
    }

    .footer__center {
        text-align: left;
    }

    .footer__center img {
        display: block;
        width: 100%;
    }

    footer .bunny-svg {
        position: relative;
    }

    .footer__left li {
        font-size: 13px;
        line-height: 16px;
    }

    .footer__left li:not(:last-child) {
        margin-bottom: 5px;
    }

    #popup__form {
        padding: 30px;
        width: 90%;
    }

    .whatsapp__wrapper {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }

    .scroll-top {
        width: 30px;
        height: 30px;
        right: 30px;
        bottom: 90px;
    }
}

@media screen and (max-width: 640px) {
    .intro__but {
        width: 100%;
        text-align: center;
    }

    .intro__right .intro__logo {
        top: 10px;
        right: 20px;
        width: 80px;
        height: auto;
    }

    .footer__callback {
        display: flex;
        justify-content: center;
    }

    section.team__wrapper .team__card img {
        -o-object-position: 0 0px;
        object-position: 0 0px;
    }

}