/* main-styles.css — homepage sections (okompanii.tpl) */
/* Extracted from main.css and style.css */
/* ===== main.css ===== */
/* ===== style.css ===== */
.large-production {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
}
.large-production__body {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.large-production__title {
    width: 100%;
    max-width: 990px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    text-align: center;
    color: #000000;
    margin: 40px 0px 20px 0px;
}
.large-production__subtitle {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.large-production__image {
    width: 100%;
    height: auto;
}
.large-production__image.mob {
    display: none;
}
.about {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
}
.about__body {
    width: 100%;
    max-width: 1490px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 45px;
}
.about__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    color: #000000;
    margin-bottom: 60px;
}
.about__info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about__info-img {
    width: 275px;
    height: auto;
    margin-right: 40px;
}
.about__text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about__subtitle {
    width: 100%;
    max-width: 690px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 46px;
    color: #0E4DBD;
    margin-bottom: 65px;
    text-align: left;
}
.about__text {
    width: 100%;
    max-width: 690px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    color: #000000;
    text-align: left;
}
.about__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.about__item-img {
    width: auto;
    height: auto;
    margin-bottom: 25px;
}
.about__item-text {
    width: auto;
    max-width: 250px;
    height: 55px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.about__item-text span {
    font-weight: 700;
    color: #0E4DBD;
}
.about__wave {
    width: 100%;
    height: auto;
}
.who-contacting {
    width: 100%;
    height: max-content;
    background: #0E4EBD;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.who-contacting__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0px;
}
.who-contacting__body {
    padding-top: 10px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.who-contacting__text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.who-contacting__subtitle {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
}
.who-contacting__text {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 25px;
}
.who-contacting__btn {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 10px 40px rgba(77, 77, 77, 0.2);
    border-radius: 30px;
    width: 255px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #1D1C21;
}
.who-contacting__image {
    width: 450px;
    height: auto;
}
.who-contacting__text.mob,
.who-contacting__btn.mob {
    display: none;
}
.who-contacting__wave {
    width: 100%;
    height: 80px;
}
.who-contacting.rek {
    background: #A5BD0E;
}
.who-contacting.rek .who-contacting__body {
    padding-bottom: 30px;
}
.who-contacting.event {
    background: #7E0EBD;
}
.who-contacting.event .who-contacting__body {
    padding-bottom: 30px;
}
.who-contacting.munic {
    background: #BD0EA5;
}
.who-contacting.munic .who-contacting__body {
    padding-bottom: 30px;
}
.who-contacting.indiv {
    background: #BD0E4E;
}
.who-contacting.indiv .who-contacting__body {
    padding-bottom: 30px;
}
.how-make {
    width: 100%;
    height: max-content;
    background: #ffffff;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.how-make__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 66px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    width: 90%;
    max-width: 1640px;
    margin-bottom: 50px;
}
.how-make .youtube {
    height: max-content;
    position: relative;
}
.how-make__img {
    width: 100%;
    height: auto;
}
.how-make iframe {
    width: 675px;
    height: 380px;
}
.team {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 0px;
    background: #ffffff;
    position: relative;
}
.team__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    text-align: center;
    color: #1D1C21;
    margin-bottom: 50px;
}
.team__filter {
    width: 100%;
    max-width: 810px;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.team__filter li a {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
}
.teamSwiper {
    width: 100%;
    max-width: 1200px;
    clip-path: inset( -100vw -100vw -100vw 0 );
    overflow: visible;
    margin-bottom: 30px;
}
.teamSwiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.teamSwiper .teamSwiper__text-block {
    display: none;
}
.teamSwiper .swiper-slide-active .teamSwiper__text-block {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.teamSwiperThumb {
    width: 94%;
}
.teamSwiperThumb .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
}
.teamSwiperThumb .swiper-slide .teamSwiper__img-block {
    width: 100%;
    height: auto;
}
.teamSwiper__name {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 38px;
    color: #000000;
    text-align: left;
    margin-bottom: 25px;
}
.teamSwiperThumb .teamSwiper__name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.teamSwiper__position {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 27px;
    color: #000000;
    text-align: left;
}
.teamSwiperThumb .teamSwiper__position {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.teamSwiper__img-block {
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 20px solid #FF0068;
}
.teamSwiperThumb .teamSwiper__img-block {
    border: 0px;
}
.teamSwiper__img-block img {
    width: 100%;
    height: auto;
}
.teamSwiper .swiper-slide.swiper-slide-next {
    align-self: center;
    left: -25%;
}
.teamSwiper .swiper-slide.swiper-slide-next .teamSwiper__img-block {
    width: 300px;
    height: 300px;
    border: 20px solid #FFCB44;
}
.teamSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
    align-self: center;
    left: -90%;
}
.teamSwiper .swiper-slide.swiper-slide-next + .swiper-slide .teamSwiper__img-block {
    width: 300px;
    height: 300px;
    border: 20px solid #FFCB44;
}
#prevteam {
    left: calc(50% - 225px);
    width: 55px;
    height: 55px;
}
#prevteam::after {
    display: none;
}
#nextteam {
    right: calc(50% - 215px);
    width: 55px;
    height: 55px;
}
#nextteam::after {
    display: none;
}
.reviews {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0px;
    background: #ffffff;
    position: relative;
}
.reviews__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1D1C21;
    margin-bottom: 50px;
}
.reviewsSlider {
    width: 100%;
    max-width: 1540px;
}
.reviewsSlider .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.reviewsSlider .swiper-slide img {
    width: 100%;
    height: auto;
}
.reviews .swiper-button-next:after, .reviews .swiper-button-prev:after {
    display: none;
}
.reviews .swiper-button-next {
    width: 55px;
    height: 55px;
    top: calc(50% - 27px);
    right: 30px;
    left: auto;
}
.reviews .swiper-button-prev {
    width: 55px;
    height: 55px;
    top: calc(50% - 27px);
    left: 30px;
    right: auto;
}
.reviews .swiper-button-next img, .reviews .swiper-button-prev img {
    width: 100%;
    height: auto;
}
.examples {
    width: 100%;
    height: max-content;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.examples__body {
    width: 100%;
    max-width: 1490px;
    height: max-content;
    background: #ffffff;
}
.slider {
    padding: 32px;
    color: #fff;
    max-width: 80%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.slider__col {
    display: flex;
    width: calc(100% - 90px);
    align-self: center;
}
.slider__prev, .slider__next {
    color: #000000;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider__prev2, .slider__next2 {
    color: #000000;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: auto;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.slider__prev2 {
    right: 55%;
}
.slider__next2 {
    right: -15px;
}
.slider__prev:focus, .slider__next:focus {
    outline: none;
}
.slider__thumbs {
    width: 100%;
    height: calc(400px - 96px);
}
.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    margin-bottom: 20px;
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.slider__images {
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    margin-bottom: 100px;
    position: relative;
}
.slider__images .slider__image {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.examples__text-block {
    width: 41%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.examples__text-title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    display: flex;
    align-items: center;
    color: #1D1C21;
    margin-bottom: 50px;
    text-align: left;
}
.examples__text-subtitle {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 30px;
}
.examples__text {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    color: #000000;
    text-align: left;
}
.slider__images .slider__image img {
    width: 52%;
    transition: 3s;
}
.slider__image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slider__image img {
    display: block;
    width: 100%;
    height: auto;
}
.slider__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    color: #000000;
    width: 100%;
    text-align: center;
}
.videos {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0px;
    background: #ffffff;
}
.videos__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    text-align: center;
    color: #1D1C21;
    margin-bottom: 50px;
}
.videos__list {
    width: 100%;
    max-width: 1490px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.videosListSlider {
    display: none;
}
.slider__next3 {
    display: none;
}
.slider__prev3 {
    display: none;
}
.videos__item {
    width: 49%;
    margin-bottom: 1%;
}
.videoBlock {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}
.all-world {
    width: 100%;
    height: max-content;
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all-world__left-img {
    width: auto;
    max-width: 38%;
    height: auto;
}
.all-world__body {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.all-world__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    color: #6EA138;
    margin-bottom: 50px;
    text-align: left;
}
.all-world__text {
    width: 100%;
    max-width: 780px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
}
.all-world__img {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}
.all-world__right-img {
    align-self: flex-end;
    position: relative;
    top: -40px;
    z-index: 0;
}
.social {
    width: 100%;
    height: max-content;
    background: #ffffff;
    padding: 50px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.social__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 61px;
    text-align: center;
    color: #1D1C21;
    margin-bottom: 50px;
}
.social__body {
    width: 98%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social__ru, .social__eng {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 70px 0px;
    box-sizing: border-box;
}
.social__ru a, .social__eng a {
    width: 31%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 161px 65px rgba(0, 0, 0, 0.01), 0px 91px 54px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.09), 0px 10px 22px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.social__ru a img, .social__eng a img {
    width: 100%;
    height: auto;
}
.social__ru::after {
    content: '';
    display: block;
    width: 6px;
    height: 300px;
    background: #000000;
    position: absolute;
    top: 0;
    right: -3px;
}
.social__ru span,
.social__eng span {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-decoration-line: underline;
    color: #000000;
}
.social__wave {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.main-banner {
    width: 100%;
    height: max-content;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.slider__item {
/*flex: 0 0 100%;*/
/*max-width: 100%;*/
}
.slider__item2 {
/*flex: 0 0 100%;*/
/*max-width: 100%;*/
/*padding: 20px;*/
}
.slider__indicators {
/*display: flex;*/
/*position: absolute;*/
/*right: 0;*/
/*bottom: 10px;*/
/*left: 0;*/
/*z-index: 15;*/
/*justify-content: center;*/
/*padding-left: 0;*/
/*margin-right: 15%;*/
/*margin-left: 15%;*/
/*list-style: none;*/
/*margin-top: 0;*/
/*margin-bottom: 0;*/
}
.slider__indicators li {
/*box-sizing: content-box;*/
/*flex: 0 1 auto;*/
/*width: 30px;*/
/*height: 4px;*/
/*margin-right: 3px;*/
/*margin-left: 3px;*/
/*text-indent: -999px;*/
/*cursor: pointer;*/
/*background-color: rgba(255, 255, 255, 0.5);*/
/*background-clip: padding-box;*/
/*border-top: 10px solid transparent;*/
/*border-bottom: 10px solid transparent;*/
}
.slider__indicators li.active {
/*background-color: #fff;*/
}
.pages-wave__block {
    width: 100%;
    height: max-content;
}
.pages-wave__block.purple {
    background: #7E0EBD;
}
.pages-wave__images {
    width: 100%;
    height: auto;
}

.contacts {
    width: 100%;
    height: max-content;
    background: #1d1c21;
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contacts__title {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 88px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 55px;
}

.contacts__list {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.contacts__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contacts__item span,
.contacts__item a {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    text-decoration: none;
}

.contacts__item span:first-child {
    font-size: 16px;
}

.contacts__map {
    width: 100%;
    max-width: 1110px;
    margin-bottom: 70px;
}

.contacts__footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts__footer.contacts__footer--politics {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.contacts__footer a {
    margin-right: 55px;
}

.contacts__footer a img {
    width: 210px;
    height: auto;
}

.contacts__footer-addr {
    max-width: 490px;
}

.copy-tooltip {
    position: fixed;
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.contacts__map {
    max-width: 900px;
}


.contacts__map {
    display: none;
}


.contacts__footer a {
    margin-bottom: 20px;
}

.zagolovokOplata {
    text-align:center;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    font-family: "Noto Sans SC", sans-serif;
}

.callback-bt {
    border-radius:50%;
    cursor:pointer;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index:1;
    transition:.3s;
}

.callback-bt .text-call {
    height:60px;
    width:60px;
    border-radius:50%;
    position:relative;
}
.callback-bt #butPhone {
    width: 100%;
    transition: .5s ease-in-out;
    line-height: 66px;
    display: none;
}
.callback-bt #butPhone.socials--open {
    display: block;
}
.callback-bt #butPhone {
    animation: 800ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 800ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}
.socials {
    position: fixed;
    right: 4%;
    bottom: 15%;
    z-index: 11;
    display: none;
}
.socials__default, .socials__close {
    width: 60px;
    height: auto;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
}
.socials__default.socials--open, .socials__close.socials--open {
    opacity: 1;
    z-index: 1;
}
.socials__items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 65px;
    gap: 10px;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 24px;
}
.socials__items.socials__items--open {
    height: 320px;
}
.socials__item-image {
    width: 55px;
    height: auto;
}
.cookie-block {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1000px;
    background: #ffffff;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    border-radius: 10px;
}
.cookie-block__wrapper {
    width: 100%;
    background: #bfbfbf;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.cookie-block__wrapper .ok {
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    background: #ff0068;
    border: 1px solid #ff0068;
    color: #ffffff;
}
.cookie-block__wrapper a {
    color: #ff0068;
}

.toplink {
    z-index: 101;
    position: fixed;
    right: 1%;
    bottom: 2%;
}

.toplink img {
    width: 50px;
}

/* стили для подгрузки youtube*/
/* Web: http://labnol.org/?p=27941 */
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe,
.youtube-player object,
.youtube-player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

.how-make .play {
    background: url('/templates/Karnaval2020/images/play-button-100x100.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: center center;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
.youtube .play,
.vk-video .play {
    background: url('/templates/Karnaval2020/images/play-button-100x100.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: center center;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.vk-video {
    background: #000;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.white-popup-block iframe {
    width: 50%;
    height: 25vw;
}

.video_width_full {
    width: 660px;
    height: 350px;
}

.modal-content .soglasie{
    font-size: 12px;
    text-align: center;
    margin: 5% 2% 0% 2%;
}

#modalZakaz .modal-content .soglasie {
    font-size: 12px;
    text-align: left;
    margin: 15px 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal-content .soglasie.horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.modal-content .soglasie.horizontal input[type=checkbox] {
    margin: 0;
    margin-right: 10px;
}

#modalZakaz .modal-content .soglasie input[type=checkbox] {
    margin-right: 15px;
}
.modal-content.modalSpasibo {
    padding: 0;
    padding-top: 5%;
}

#modalSpasiboZaZayavku .close {
    top: -15px;
    right: 15px;
}

#modalSpasiboZaZayavku .spasibo-za {
    padding: 0 5%;
}

#modalSpasiboZaZayavku .vach-meneger {
    padding: 0 5%;
}
.formFeedback.no-active {
    opacity: 0;
    pointer-events: none; /* также блокирует взаимодействие с формой */
}

.modal-content__socials {
    width: 100%;
    /*height: 436px;*/
    height: auto;
    position: relative;
    padding: 0 5%;
    overflow: hidden;
}

.modalSpasibo img.modal-content__socials-image {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}

.modalSpasibo img.modal-content__socials-image.modal-content__socials-image--footnote {
    width: 8px;
    height: auto;
    position: absolute;
    right: -3px;
    top: -4px;
}

.modalSpasibo img.modal-content__socials-image.modal-content__socials-image--purple {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 0;
}

.modal-content.modalSpasibo {
    padding: 0;
    padding-top: 5%;
}

#modalSpasiboZaZayavku .close {
    top: -15px;
    right: 15px;
}

#modalSpasiboZaZayavku .spasibo-za {
    padding: 0 5%;
}

#modalSpasiboZaZayavku .vach-meneger {
    padding: 0 5%;
}

.modal-content__socials-inner {
    position: absolute;
    top: 30px;
    right: 90px;
    border: 0px solid red;
    width: 150px;
    z-index: 1;
}

.modal-content__socials-inner-title {
    color: #999;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Noto Sans SC", sans-serif;
    text-align: center;
    line-height: 1.2;
}

.modal-content__socials-inner-title.modal-content__socials-inner-title--down {
    padding: 0 20px;
}

.modal-content__socials-items {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-bottom: 20px;
    justify-content: center;
}

.modal-content__socials-item {
    /*width: 50px;*/
    height: auto;
    position: relative;
}

.modal-content__socials-footnote {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    font-size: 8px;
    color: #c572dd;
    padding: 0 20px;
    opacity: 0.5;
}

.modal-content__socials-footnote::before {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    background-image: url(/templates/Karnaval2020/images/spasibo/asterisk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.modal-content__socials-phone {
    color: #000000;
    font-size: 21px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
/*Баннер на главной и в карточке товара*/
#modalZakazBanner .modal-dialog,
#modalZakazMainBanner .modal-dialog,
#modalZakazMainBannerBusines .modal-dialog,
#modalSpasiboZaZayavku .modal-dialog {
    width: 90%;
    max-width: 1240px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
}

#modalZakazMainBannerBusines .modal-dialog {
    max-width: 650px;
}

#modalSpasiboZaZayavku .modal-dialog {
    max-width: 900px;
}


#modalZakazBanner .modal-content,
#modalZakazMainBanner .modal-content,
#modalZakazMainBannerBusines .modal-content,
#modalSpasiboZaZayavku .modal-content {
    background: #FFDD2D;
    border: 1px solid #FFDD2D;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5%;
}

#modalZakazMainBanner .modal-content,
#modalZakazMainBannerBusines .modal-content,
#modalSpasiboZaZayavku .modal-content {
    background: #ffffff;
    border: 1px solid #000000;
    overflow: hidden;
    padding: 6% 5%;
    width: 100%;
}

#modalZakazMainBannerBusines .modal-content {
    font-family: Montserrat;
    border-radius: 30px;
}

#modalZakazBanner .modal-content h2,
#modalZakazMainBanner .modal-content h2,
#modalZakazMainBannerBusines .modal-content h2 {
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 37px;
}

#modalZakazMainBanner .modal-content h2,
#modalZakazMainBannerBusines .modal-content h2 {
    font-size: 40px;
}

#modalZakazMainBannerBusines .modal-content h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 18px;
    font-family: Montserrat;
}

#modalZakazMainBannerBusines .modal-content h3 {
    font-size: 18px;
    line-height: 1;
    color: #ABABAB;
    margin-bottom: 22px;
    text-align: center;
    font-family: Montserrat;
}

#modalZakazBanner .modal-content form,
#modalZakazMainBanner .modal-content form,
#modalZakazMainBannerBusines .modal-content form {
    width: 100%;
    max-width: 706px;
}

#modalZakazMainBannerBusines .modal-content form {
    max-width: 100%;
    z-index: 1;
}

#modalZakazBanner .modal-content button.close,
#modalZakazMainBanner .modal-content button.close,
#modalZakazMainBannerBusines .modal-content button.close {
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: 1;
    z-index: 2;
}

#modalZakazMainBannerBusines .modal-content button.close {
    right: 20px;
    top: 20px;
}

#modalZakazMainBannerBusines .modal-content button.close img:last-child,
#modalSpasiboZaZayavku .modal-content button.close img:last-child {
    display: none;
}

#modalZakazMainBannerBusines .modal-content button.close:hover img,
#modalSpasiboZaZayavku .modal-content button.close:hover img {
    display: none;
}

#modalZakazMainBannerBusines .modal-content button.close:hover img:last-child,
#modalSpasiboZaZayavku .modal-content button.close:hover img:last-child {
    display: block;
}

#modalZakazBanner .modal-content .form-control,
#modalZakazMainBanner .modal-content .form-control,
#modalZakazMainBannerBusines .modal-content .form-control {
    width: 100%;
    height: 71px;
    border-radius: 20px;
    border: 0px;
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    padding-left: 26px;
    margin-bottom: 15px;
}

#modalZakazMainBanner .modal-content .form-control,
#modalZakazMainBannerBusines .modal-content .form-control {
    background-color: #F4F4F4;
}

#modalZakazMainBannerBusines .modal-content .form-control {
    box-sizing: border-box;
    padding: 0;
    border-radius: 34px;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Montserrat;
    height: 55px;
}

#modalZakazBanner .modal-content .zakaz_form,
#modalZakazMainBanner .modal-content .zakaz_form,
#modalZakazMainBannerBusines .modal-content .zakaz_form {
    width: 100%;
    height: 71px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
}

#modalZakazMainBanner .modal-content .zakaz_form,
#modalZakazMainBannerBusines .modal-content .zakaz_form {
    background: #FF0068;
    color: #ffffff;
}

#modalZakazMainBannerBusines .modal-content .zakaz_form {
    width: 60%;
    background: #984FEB;
    font-size: 24px;
    line-height: 1;
    border-radius: 100px;
    height: 70px;
    text-transform: uppercase;
    font-family: Montserrat;
}

#modalZakazBanner .modal-content .zakaz_form:hover,
#modalZakazMainBanner .modal-content .zakaz_form:hover,
#modalZakazMainBannerBusines .modal-content .zakaz_form:hover {
    color: #000000;
}

#modalZakazBanner .modal-content .soglasie.horizontal,
#modalZakazMainBanner .modal-content .soglasie.horizontal,
#modalZakazMainBannerBusines .modal-content .soglasie.horizontal{
    align-items: center;
    font-family: Gotham Pro;
}

#modalZakazBanner .modal-content .soglasie.horizontal input[type=checkbox],
#modalZakazMainBanner .modal-content .soglasie.horizontal input[type=checkbox],
#modalZakazMainBannerBusines .modal-content .soglasie.horizontal input[type=checkbox]{
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

#modalZakazMainBannerBusines .modal-content .soglasie.horizontal input[type=checkbox] {
    width: 30px;
    height: 29px;
    border: 1px solid #984FEB;
    font-family: Montserrat;
}

#modalZakazMainBannerBusines .modal-content .soglasie.horizontal {
    color: #984FEB;
    font-size: 14px;
    max-width: 420px;
    align-items: flex-start;
    margin-bottom: 24px;
    font-family: Montserrat;
    text-align: left;
}

#modalZakazMainBannerBusines .modal-content .soglasie.horizontal a {
    color: #984FEB;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    font-family: Montserrat;
}

#modalSpasiboZaZayavku.modal {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}
#modalSpasiboZaZayavku.modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#modalSpasiboZaZayavku.fade .modal-dialog {
    transform: none;
}
#modalSpasiboZaZayavku .close{
    font-weight: 500;
}
#modalSpasiboZaZayavku .close:hover{
    font-weight: 500;
    background-color: #ff0068;
}
.close:focus, .close:hover {
    opacity: 1;
}
.spasibo-za{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: Gotham Pro;
}
.vach-meneger{
    color: #999;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Noto Sans SC", sans-serif;
}
.podpisyvaites{
    margin-top: 30px;
    color: #999;
    font-size: 14px;
    font-family: "Noto Sans SC", sans-serif;
    text-align: center;
    width: 70%;
    align-self: center;
}
.spasibo-tel{
    font-size: 30px;
    margin-bottom: 30px;
    font-family: "Noto Sans SC", sans-serif;
    align-self: center;
}
.spasibo-ok{
    font-weight: 700;
    font-size: 24px;
    height: 60px;
    padding: 0 40px;
    border: 2px solid #ff0068;
    border-radius: 30px;
    min-width: 50px;
    background-color: #fff;
    color: #ff0068;
    width: 60%;
    margin-bottom: 30px;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Gotham Pro';
}
#modalSpasiboZaZayavku2 .spasibo-ok{
    margin-bottom: 5px;
}
#modalSpasiboZaZayavku2 .spasibo-za {
    text-align: center;
}
.spasibo-ok:hover{
    color: #fff;
    background-color: #ff0068;
}
.spasibo-soc{
    align-self: center;
    width: 60%;
    display: flex;
    justify-content: space-around;
}
.poloska-spasibo{
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}
.modalSpasibo{
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.modalSpasibo img{
    width: 34px;
}

#modalZakazMainBannerBusines .modal-bg-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 60%;
    z-index: 1;
}

#modalZakazMainBannerBusines .modal-bg-image2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.form-description {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    width: 60%;
    color: #5A5A5A;
    margin-top: 40px;
}

#modalSpasiboZaZayavku .modal-content {
    background: #ffffff;
    border: 1px solid #000000;
    overflow: hidden;
    padding: 0;
    border-radius: 34px;
}

#modalSpasiboZaZayavku .close {
    position: absolute;
    right: 31px;
    top: 31px;
    z-index: 2;
}

#modalSpasiboZaZayavku .modal-content button.close:hover {
    background-color: transparent;
}

#modalSpasiboZaZayavku .modal-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

#modalSpasiboZaZayavku .modal-content img.modal-bg-image-spasibo {
    width: auto;
    max-width: 40%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
}

.modal-content-spasibo {
    width: 60%;
    height: 100%;
    padding: 100px 0 15px 100px;
    min-width: 0;
    box-sizing: border-box;
}

.modal-content-spasibo__title {
    font-family: Montserrat;
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    color: #000;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-content-spasibo__subtitle {
    font-family: Montserrat;
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    color: #000;
    margin-bottom: 22px;
}
.modal-content-spasibo__description {
    font-family: Montserrat;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    color: #ABABAB;
    margin-bottom: 35px;
}

.modal-content-spasibo__link {
    font-family: Montserrat;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    max-width: 775px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FF0068;
    border-radius: 100px;
    color: #FF0068;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
}

.modal-content-spasibo__socilals {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 12px;
}

.modal-content__socials-item {
    position: relative;
    width: auto;
}

.modal-content__socials-item img {
    width: 60px;
    height: auto;
}

.modal-content-spasibo__socilals-description {
    font-family: Montserrat;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 34px;
}

.modal-content-spasibo__phone {
    text-decoration: none;
    font-size: 43px;
    line-height: 2;
    color: #984FEB;
    font-family: Montserrat;
    width: max-content;
    margin: 0 auto;
    display: block;
}

#modalSpasiboZaZayavku > div {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

/*!*новый баннер*!*/
/*.home-slider__content.home-slider__content--mascots {*/
/*    left: 110px;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*}*/

/*.home-slider__content.home-slider__content--mascots .home-slider__content-inner {*/
/*    padding-left: 50px;*/
/*}*/

/*.home-slider__content-suptitle {*/
/*    font-family: Montserrat;*/
/*    font-size: 20px;*/
/*    line-height: 1;*/
/*    margin-bottom: 30px;*/
/*    color: #ffffff;*/
/*}*/
/*.home-slider__content-title {*/
/*    font-family: 'Saar SP Demo';*/
/*    font-size: 88px;*/
/*    line-height: 1;*/
/*    text-transform: uppercase;*/
/*    color: #ffffff;*/
/*    margin-bottom: 16px;*/
/*}*/
/*.home-slider__content-title span.last-span {*/
/*    color: #d2ff98;*/
/*    font-size: 114px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.home-slider__content-subtitle {*/
/*    font-family: Montserrat;*/
/*    font-size: 20px;*/
/*    line-height: 1;*/
/*    font-weight: 500;*/
/*    margin-bottom: 22px;*/
/*    color: #ffffff;*/
/*}*/
/*.home-slider__content-subtitle.home-slider__content-subtitle--mobile {*/
/*    display: none;*/
/*}*/
/*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
/*    font-size: 26px;*/
/*    line-height: 1;*/
/*    text-align: center;*/
/*    padding: 20px 100px;*/
/*    color: #ffffff;*/
/*    font-family: Montserrat;*/
/*    text-transform: uppercase;*/
/*    font-family: Montserrat;*/
/*    border-radius: 70px;*/
/*    box-shadow: 0px 5px 20px 13px #ffffff40;*/
/*    background-color: #953AEE;*/
/*    margin-bottom: 55px;*/
/*    width: max-content;*/
/*    cursor: pointer;*/
/*}*/
/*.home-slider__content-labels {*/
/*    width: max-content;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    gap: 23px;*/
/*}*/
/*.home-slider__content-label {*/
/*    width: max-content;*/
/*    height: max-content;*/
/*    min-height: 86px;*/
/*    color: #ffffff;*/
/*    font-size: 22px;*/
/*    font-weight: 700;*/
/*    font-family: Montserrat;*/
/*    text-transform: uppercase;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    gap: 40px;*/
/*    background-color: #5681A6A3;*/
/*    border-radius: 20px;*/
/*    padding: 20px 50px;*/
/*}*/
/*.home-slider__content-label span {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*}*/
/*!*коненц нового баннера*!*/



@media (max-width: 991px) {
    body.modal-open {
        padding-right: 0 !important;
    }
    .teamSwiper {
        clip-path: none;
        overflow: hidden;
    }
    .cookie-block {
        left: 10px;
        right: 10px;
        width: auto;
        max-width: none;
        transform: none;
        box-sizing: border-box;
    }
    #modalSpasiboZaZayavku.modal {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    #modalSpasiboZaZayavku.modal.in {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    #modalSpasiboZaZayavku .modal-dialog {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        margin: 16px auto !important;
        min-width: 0 !important;
        transform: none !important;
    }
    #modalSpasiboZaZayavku .modal-content,
    #modalSpasiboZaZayavku .modal-content.modalSpasibo {
        flex-direction: column !important;
        border-radius: 20px !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    #modalSpasiboZaZayavku .close {
        right: 12px;
        top: 12px;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo {
        width: 100% !important;
        padding: 48px 20px 24px !important;
        min-width: 0 !important;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo__title {
        font-size: 36px;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo__subtitle {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo__description {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo__link {
        height: 52px;
        font-size: 16px;
        margin-bottom: 24px;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo__socilals {
        gap: 12px;
    }

    #modalSpasiboZaZayavku .modal-content-spasibo__socilals-description {
        font-size: 11px;
        margin-bottom: 16px;
    }
    #modalSpasiboZaZayavku .modal-content-spasibo__phone {
        font-size: 22px;
        line-height: 1.3;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1799px) {
    #modalZakazMainBannerBusines .modal-content{
        padding: 3% 5%;
    }
    #modalSpasiboZaZayavku .modal-content {
        padding: 0 5%;
    }

    .modal-content-spasibo {
        padding: 60px 0 15px 30px;
    }
    .modal-content-spasibo__link {
        margin-bottom: 30px;
    }
    .modal-content__socials-item img {
        width: 70px;
    }
    .modal-content-spasibo__socilals-description {
        margin-bottom: 18px;
    }
}

@media (max-width: 1699px) {

    /*.home-slider__content-title {*/
    /*    font-size: 76px;*/
    /*}*/
    /*.home-slider__content-suptitle {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 100px;*/
    /*}*/
    /*.home-slider__content-subtitle {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 22px;*/
    /*    padding: 20px 80px;*/
    /*}*/

    /*.home-slider__content-label {*/
    /*    font-size: 18px;*/
    /*    padding: 15px 30px;*/
    /*}*/
}

@media (max-width: 1599px) {
    .who-contacting__body {
        justify-content: space-around;
    }
    .who-contacting__image {
        max-width: 49% !important;
    }
    .who-contacting__text-block {
        width: 49%;
    }
    .reviewsSlider {
        width: 100%;
        max-width: 1290px;
    }
    .all-world__img {
        width: 65%;
    }

    .modal-content-spasibo {
        padding: 30px 0 15px 30px;
    }
    .modal-content-spasibo__link {
        height: 90px;
    }
}
@media (max-width: 1499px) {
    .about__body {
        max-width: 1390px;
    }
    .who-contacting__body {
        max-width: 1390px;
    }
    .reviewsSlider {
        max-width: 1190px;
    }
    .examples__body {
        max-width: 1390px;
    }
    .videos__list {
        max-width: 1390px;
        justify-content: space-around;
    }
    .contacts__list {
        max-width: 1390px;
        justify-content: space-around;
    }
    .contacts__footer.contacts__footer--politics {
        max-width: 1390px;
        padding: 0 20px;
    }

    .modal-content-spasibo__title {
        font-size: 78px;
    }
    .modal-content-spasibo__subtitle {
        font-size: 32px;
    }
    .modal-content-spasibo__description {
        font-size: 22px;
    }

    /*.home-slider__content-title {*/
    /*    font-size: 62px;*/
    /*}*/
    /*.home-slider__content-suptitle {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 82px;*/
    /*}*/
    /*.home-slider__content-subtitle {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 18px;*/
    /*    padding: 20px 60px;*/
    /*}*/
    /*.home-slider__content-label {*/
    /*    font-size: 16px;*/
    /*    padding: 5px 20px;*/
    /*    gap: 20px;*/
    /*}*/
    /*.home-slider__content-labels {*/
    /*    gap: 12px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots {*/
    /*    left: 70px;*/
    /*}*/
}
@media (max-width: 1399px) {
    .large-production__title {
        font-size: 58px;
    }
    .about__title {
        font-size: 58px;
    }
    .team__title {
        font-size: 58px;
    }
    .reviews__title {
        font-size: 58px;
    }
    .examples__text-title {
        font-size: 58px;
    }
    .videos__title {
        font-size: 58px;
    }
    .all-world__title {
        font-size: 58px;
    }
    .social__title {
        font-size: 58px;
    }
    .about__info {
        margin-bottom: 30px;
    }
    .about__list {
        width: 94%;
    }
    .about__item-text {
        font-size: 18px;
    }
    .who-contacting__body {
        max-width: 1290px;
    }
    .how-make__title {
        font-size: 72px;
    }
    .reviewsSlider {
        max-width: 1090px;
    }
    .videos__list {
        max-width: 1290px;
    }
    .all-world__right-img {
        top: 0px;
    }
    .all-world__text {
        max-width: 580px;
    }
    .contacts__title {
        font-size: 58px;
    }


}
@media (max-width: 1299px) {
    .who-contacting__body {
        max-width: 1190px;
        justify-content: space-around;
    }
    .reviewsSlider {
        max-width: 990px;
    }
    .videos__list {
        max-width: 1190px;
    }
    .all-world__left-img {
        width: 40%;
    }


    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    margin-bottom: 30px;*/
    /*}*/

    /*.home-slider__content-label {*/
    /*    line-height: 1.4;*/
    /*}*/

    /*.home-slider__content-label span {*/
    /*    font-size: 12px;*/
    /*}*/


}
@media (max-width: 1199px) {
    .who-contacting__body {
        width: 90%;
    }
    .teamSwiper {
        max-width: 900px;
    }
    #prevteam {
        left: calc(50% - 165px);
    }
    .examples__text-title {
        font-size: 47px;
        line-height: 46px;
    }
    .examples__text {
        font-size: 22px;
    }
    .videos__title {
        font-size: 48px;
    }
    .videos__list {
        max-width: 1000px;
    }
    .social__ru::after {
        height: 100%;
    }
    .about__subtitle {
        max-width: 645px;
    }
    .about__item {
        width: 15%;
    }
    .about__item-img {
        width: 100%;
    }
    .about__item-text {
        width: 100%;
        font-size: 16px;
    }
    .about__body {
        width: 94%;
    }
    .team__title {
        width: 94%;
    }
    .teamSwiper__name {
        font-size: 34px;
        line-height: 36px;
    }
    .teamSwiperThumb {
        width: 90%;
    }
    #nextteam {
        right: calc(50% - 235px);
    }
    .reviewsSlider {
        width: 90%;
    }
    .reviews .swiper-button-next, .reviews .swiper-button-prev {
        top: 55%;
    }
    .slider {
        max-width: 80%;
    }


    #modalZakazMainBannerBusines .modal-content .form-control {
        margin-bottom: 20px;
    }


    .modal-content-spasibo__link {
        font-size: 28px;
        height: 60px;
    }

    /*.home-slider__content.home-slider__content--mascots {*/
    /*    left: 50px;*/
    /*}*/
    /*.home-slider__content-title {*/
    /*    font-size: 48px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 63px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 14px;*/
    /*    padding: 15px 52px;*/
    /*}*/
    /*.home-slider__content-suptitle {*/
    /*    font-size: 10px;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    /*.home-slider__content-label {*/
    /*    font-size: 12px;*/
    /*    min-height: 60px;*/
    /*}*/
    /*.home-slider__content-label span {*/
    /*    font-size: 10px;*/
    /*}*/

}
@media (max-width: 1024px) {
    .large-production__title {
        font-size: 56px;
    }
    .videos__list {
        width: 90%;
    }

    #modalZakazMainBannerBusines .modal-dialog,
    #modalSpasiboZaZayavku .modal-dialog {
        max-width: 560px;
    }

    #modalZakazMainBannerBusines .modal-content h2 {
        font-size: 32px;
    }
    #modalZakazMainBannerBusines .modal-content h3 {
        font-size: 19px;
    }

    #modalZakazMainBannerBusines .modal-content .form-control {
        font-size: 22px;
        height: 50px;
    }
    #modalZakazMainBannerBusines .modal-bg-image {
        display: none;
    }

    #modalZakazMainBannerBusines .modal-content, #modalSpasiboZaZayavku .modal-content {
        padding: 13% 3%;
        border-radius: 20px;
    }
    #modalZakazMainBannerBusines .modal-content button.close {
        right: 20px;
        top: 20px;
    }
    #modalZakazMainBannerBusines .modal-content .soglasie.horizontal {
        color: #984FEB;
        font-size: 16px;
        max-width: 100%;
        align-items: flex-start;
        margin-bottom: 18px;
        font-family: Montserrat;
        text-align: left;
    }
    #modalZakazMainBannerBusines .modal-content .soglasie.horizontal a {
        font-size: 16px;
    }
    #modalZakazMainBannerBusines .modal-content .zakaz_form {
        width: 100%;
        background: #984FEB;
        font-size: 24px;
        line-height: 1;
        border-radius: 100px;
        height: 70px;
    }
    .form-description {
        font-size: 18px;
        line-height: 1;
        text-align: center;
        width: 100%;
        color: #5A5A5A;
        margin-top: 35px;
    }

    #modalSpasiboZaZayavku .modal-content img.modal-bg-image-spasibo {
        display: none;
    }

    #modalSpasiboZaZayavku .modal-content__socials-item img,
    #modalSpasiboZaZayavku .modal-content-spasibo__socilals-image {
        /*width: 40px !important;*/
        /*height: 40px !important;*/
    }

    /*.home-slider__content.home-slider__content--mascots .home-slider__content-inner {*/
    /*    padding-left: 0;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots {*/
    /*    justify-content: flex-start;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots {*/
    /*    position: absolute;*/
    /*    top: 50px;*/
    /*    transform: translateY(0);*/
    /*    left: 40px;*/
    /*}*/
    /*.home-slider__content-title {*/
    /*    font-size: 75px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 132px;*/
    /*}*/
    /*.home-slider__content-suptitle {*/
    /*    font-size: 25px;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.home-slider__content-subtitle {*/
    /*    font-size: 21px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 27px;*/
    /*    padding: 20px 60px;*/
    /*}*/
    /*.home-slider__content-labels {*/
    /*    gap: 16px;*/
    /*    flex-direction: column-reverse;*/
    /*    align-items: flex-start;*/
    /*}*/
    /*.home-slider__content-label {*/
    /*    font-size: 22px;*/
    /*    min-height: 80px;*/
    /*    gap: 30px;*/
    /*    padding: 18px 16px;*/
    /*}*/
    /*.home-slider__content-label span {*/
    /*    font-size: 19px;*/
    /*}*/

    #modalSpasiboZaZayavku .close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
    }
    .modal-content-spasibo {
        width: 100%;
    }

    .modal-content-spasibo {
        padding: 30px 15px 0px;
    }


}
@media (max-width: 992px) {
    .large-production__title {
        font-size: 52px;
        line-height: 52px;
    }
    .large-production__body {
        width: 94%;
    }
    .about__list {
        flex-wrap: wrap;
    }
    .about__item {
        width: 28%;
    }
    .teamSwiper {
        max-width: 720px;
    }
    .teamSwiper__img-block {
        width: 250px;
        height: 250px;
    }
    .teamSwiper .swiper-slide.swiper-slide-next .teamSwiper__img-block {
        width: 200px;
        height: 200px;
    }
    .teamSwiper .swiper-slide.swiper-slide-next + .swiper-slide .teamSwiper__img-block {
        width: 200px;
        height: 200px;
    }
    .teamSwiper__name {
        font-size: 28px;
        line-height: 28px;
    }
    .teamSwiper__position {
        font-size: 24px;
        line-height: 26px;
    }
    #prevteam {
        left: calc(50% - 125px);
    }
    #nextteam {
        right: calc(50% - 160px);
    }
    .all-world__title {
        font-size: 48px;
        line-height: 49px;
    }
    .all-world__body {
        width: 57%;
    }
    .slider {
        max-width: 80%;
    }

}
@media (max-width: 767px) {
    .large-production__title,
    .about__title,
    .team__title,
    .reviews__title,
    .examples__text-title,
    .videos__title,
    .all-world__title,
    .social__title {
        font-size: 32px;
        line-height: 32px;
    }
    .about__body {
        width: 90%;
    }
    .about__title {
        margin-bottom: 30px;
    }
    .about__info-img {
        display: none;
    }
    .about__subtitle {
        font-size: 28px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .about__text {
        font-size: 16px;
        line-height: 15px;
        text-align: center;
    }
    .about__list {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .about__item {
        width: 28%;
        margin-bottom: 10px;
    }
    .about__item-img {
        width: 100%;
    }
    .about__item-text {
        height: max-content;
        font-size: 14px;
        line-height: 14px;
    }
    .who-contacting__title {
        font-size: 40px;
        line-height: 40px;
        max-width: 300px;
    }
    .who-contacting__subtitle {
        font-size: 32px;
        line-height: 30px;
        text-align: center;
    }
    .who-contacting__body {
        padding-top: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .who-contacting__text-block {
        width: 100%;
        align-items: center;
        order: 0;
    }
    .who-contacting__image {
        order: 1;
    }
    .who-contacting__text, .who-contacting__btn {
        display: none;
    }
    .who-contacting__text {
        font-size: 16px;
        line-height: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        max-width: 440px;
    }
    .who-contacting__text.mob {
        display: block;
        order: 2;
    }
    .who-contacting__btn.mob {
        display: flex;
        font-size: 18px;
        width: 163px;
        height: 49px;
        border-radius: 30px;
        margin-bottom: 30px;
        order: 2;
    }
    .how-make__title {
        font-size: 32px;
        line-height: 32px;
    }
    .how-make .youtube {
        height: max-content;
        width: 75%;
        min-height: 0px;
    }
    .reviews {
        display: none;
    }
    .reviewsSlider {
        max-width: 400px;
    }
    .reviews .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .reviews .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .slider__images .slider__image {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .examples__text-block {
        width: 100%;
        align-items: center;
    }
    .slider__images .slider__image img {
        width: 100%;
    }
    .examples__text-title {
        text-align: center;
    }
    .examples__text {
        text-align: center;
        font-size: 15px;
    }
    .slider__prev2, .slider__next2 {
        display: none;
    }
    .slider__images {
        margin-bottom: 40px;
        width: 80%;
        padding-right: 0px;
        overflow: hidden;
    }
    .slider__col {
        width: 100%;
    }
    .slider__title {
        font-size: 12px;
        line-height: 14px;
    }
    .slider__thumbs {
        height: max-content;
    }
    .videos__list {
        display: none;
    }
    .videos {
        position: relative;
    }
    .videosListSlider {
        width: calc(100% - 150px);
        display: block;
    }
    .slider__next3 {
        position: absolute;
        top: 57%;
        right: 5px;
        width: 40px;
        height: 40px;
        z-index: 2;
    }
    .slider__prev3 {
        position: absolute;
        top: 57%;
        left: 5px;
        width: 40px;
        height: 40px;
        z-index: 2;
    }
    .all-world__left-img {
        display: none;
    }
    .all-world__body {
        width: 98%;
        justify-content: flex-start;
        align-items: center;
    }
    .all-world__title {
        color: #000000;
        text-align: center;
    }
    .all-world__text {
        width: 90%;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .all-world__img {
        width: 85%;
    }
    .all-world__right-img {
        display: none;
    }
    .social__ru, .social__eng {
        flex-direction: column;
    }
    .social__ru a, .social__eng a {
        width: 75%;
        margin-bottom: 20px;
    }
    .social__ru::after {
        height: 100%;
    }
    .teamSwiper {
        overflow: hidden;
    }
    .teamSwiperThumb {
        display: none;
    }
    .teamSwiper .swiper-slide-active {
        flex-direction: column-reverse;
    }
    .teamSwiper .swiper-slide-active .teamSwiper__text-block {
        width: 100%;
        align-items: center;
    }
    #prevteam, #nextteam {
        top: 35%;
    }
    .teamSwiper .swiper-slide.swiper-slide-next {
        left: auto;
    }
    .teamSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
        left: auto;
    }
    .teamSwiper__name {
        text-align: center;
    }
    .who-contacting__wave {
        height: auto;
    }
    #prevteam {
        left: calc(50% - 150px);
    }
    .examples__text-subtitle {
        font-size: 24px;
        line-height: 26px;
    }
    .large-production {
        display: none;
    }
    .large-production__image {
        display: none;
    }
    .large-production__image.mob {
        display: block;
    }
    .btn_yellow {
        font-size: 14px !important;
        height: 22px !important;
        width: 120px !important;
    }
    .contacts__list {
        width: 90%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contacts__title{
        font-size: 32px;
        line-height: 32px;
    }
    .contacts__list {
        width: 90%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contacts__item {
        margin-bottom: 20px;
    }
    .contacts__footer-addr {
        max-width: 100%;
    }

    .contacts__footer.contacts__footer--politics {
        padding-left: 20px;
    }

    .toplink {
        right: 15px;
    }

    .video_width_full {
        width: 100%;
        height: 500px;
    }

    .white-popup-block iframe {
        width: 100%;
        height: 75vw;
    }
    #modalZakazBanner .modal-content,
    #modalZakazMainBanner .modal-content,
    #modalZakazMainBannerBusines .modal-content {
        padding: 15% 5%;
        border-radius: 20px;
    }
    #modalZakazBanner .modal-content h2 {
        font-size: 30px;
    }
    #modalZakazMainBanner .modal-content h2,
    #modalZakazMainBannerBusines .modal-content h2 {
        font-size: 18px;
    }

    #modalZakazMainBannerBusines .modal-dialog,
    #modalSpasiboZaZayavku .modal-dialog {
        max-width: 400px;
    }

    #modalZakazMainBannerBusines .modal-content .zakaz_form {
        width: 100%;
        background: #984FEB;
        font-size: 16px;
        line-height: 1;
        border-radius: 100px;
        height: 60px;
    }

    .modal-content__socials-item img {
        width: 53px;
    }

    /*.home-slider__content.home-slider__content--mascots {*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*    box-sizing: border-box;*/
    /*    padding-top: 20px;*/
    /*}*/
    /*.home-slider__content-suptitle {*/
    /*    font-size: 18px;*/
    /*    margin-bottom: 20px;*/
    /*    text-align: center;*/
    /*    width: 100%;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.home-slider__content-title {*/
    /*    font-size: 100px;*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    box-sizing: border-box;*/
    /*    width: 100%;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-inner {*/
    /*    width: 100%;*/
    /*}*/
    /*.home-slider__content-title span {*/
    /*    font-size: 65px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 116px;*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    /*.home-slider__content-subtitle {*/
    /*    display: none;*/
    /*}*/
    /*.home-slider__content-subtitle.home-slider__content-subtitle--mobile {*/
    /*    display: block;*/
    /*    text-align: center;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 27px;*/
    /*    padding: 20px 40px;*/
    /*    margin: 0 auto;*/
    /*    margin-bottom: 40px;*/
    /*    font-weight: 700;*/
    /*}*/
    /*.home-slider__content-labels {*/
    /*    gap: 16px;*/
    /*    flex-direction: column-reverse;*/
    /*    align-items: flex-start;*/
    /*    padding-left: 10%;*/
    /*}*/
    /*.home-slider__content-label:last-child {*/
    /*    position: absolute;*/
    /*    bottom: 5%;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    gap: 60px;*/
    /*    padding: 26px 75px;*/
    /*}*/
    /*.home-slider__content-label:last-child span {*/
    /*    font-size: 16px;*/
    /*}*/

}
@media (max-width: 577px) {
    .reviewsSlider {
        max-width: 350px;
    }
    .reviews .swiper-button-next {
        right: 10px;
    }
    .reviews .swiper-button-prev {
        left: 10px;
    }
    .large-production__subtitle {
        font-size: 20px;
    }

    #modalZakazBanner .modal-content button.close,
    #modalZakazMainBanner .modal-content button.close,
    modalZakazMainBannerBusines .modal-content button.close {
        right: 25px;
        top: 25px;
    }
    .modal-content.modalSpasibo {
        max-width: 370px;
    }
    .modal-content.modalSpasibo {
        max-width: 370px;
    }
    #modalSpasiboZaZayavku .close {
        top: 12px;
        right: 12px;
    }
    .modal-content__socials-phone {
        font-size: 12px;
        right: 10px;
        bottom: 9px;
    }
    .modal-content__socials-inner {
        right: 65px;
        width: 110px;
    }
    .modal-content__socials-items {
        margin-bottom: 10px;
        gap: 10px 10px;
    }
    /*.modal-content__socials-item {*/
    /*    width: 35px;*/
    /*}*/
    .modal-content__socials-inner-title.modal-content__socials-inner-title--down {
        padding: 0 10px;
        font-size: 8px;
    }
    .modal-content__socials-footnote {
        padding: 0 5px;
        line-height: 1;
    }
    .modal-content__socials-inner-title {
        font-size: 12px;
    }

    #modalZakazMainBannerBusines .modal-dialog,
    #modalSpasiboZaZayavku .modal-dialog {
        max-width: 330px;
    }
    #modalZakazMainBannerBusines .modal-content .soglasie.horizontal,
    #modalZakazMainBannerBusines .modal-content .soglasie.horizontal a {
        font-size: 12px;
    }
    .form-description {
        font-size: 12px;
    }
    #modalZakazMainBannerBusines .modal-content .form-control {
        height: 50px;
        padding-left: 20px;
        font-size: 14px;
    }

    /*.home-slider__content.home-slider__content--mascots {*/
    /*    padding-top: 10px;*/
    /*}*/

    /*.home-slider__content-suptitle {*/
    /*    font-size: 14px;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    /*.home-slider__content-title {*/
    /*    font-size: 82px;*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*.home-slider__content-title span {*/
    /*    font-size: 54px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 90px;*/
    /*}*/
    /*.home-slider__content-subtitle {*/
    /*    font-size: 18px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 24px;*/
    /*}*/
    /*.home-slider__content-label:last-child {*/
    /*    position: absolute;*/
    /*    bottom: 3%;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    gap: 40px;*/
    /*    padding: 15px 40px;*/
    /*}*/
}
@media (max-width: 449px) {
    .large-production__title,
    .about__title,
    .team__title,
    .reviews__title,
    .examples__text-title,
    .videos__title,
    .all-world__title,
    .social__title {
        font-size: 30px;
        line-height: 30px;
    }
    .reviewsSlider {
        max-width: 300px;
    }
    .teamSwiper__img-block {
        width: 280px;
        height: 280px;
    }
    #nextteam {
        right: 10px;
    }
    #prevteam {
        left: 10px;
    }
    #modalZakazMainBannerBusines .modal-dialog, #modalSpasiboZaZayavku .modal-dialog {
        max-width: 265px;
    }

    .home-slider__content-suptitle {
        font-size: 12px;
    }
    .home-slider__content-title {
        font-size: 68px;
        margin-bottom: 0;
    }
    .home-slider__content-title span {
        font-size: 44px;
    }
    .home-slider__content-title span.last-span {
        font-size: 80px;
        margin-bottom: 0;
    }
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 20px;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.home-slider__content-label {*/
    /*    font-size: 16px;*/
    /*    min-height: 60px;*/
    /*    gap: 30px;*/
    /*    padding: 15px 12px;*/
    /*}*/
    /*.home-slider__content-label:last-child {*/
    /*    position: absolute;*/
    /*    bottom: 3%;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    gap: 24px;*/
    /*    padding: 15px 24px;*/
    /*}*/


}
@media (max-width: 399px) {
    .reviewsSlider {
        max-width: 260px;
    }
    .slider__title {
        font-size: 9px;
        line-height: 10px;
    }
    .modal-content.modalSpasibo {
        max-width: 315px;
    }

    /*.home-slider__content-suptitle {*/
    /*    font-size: 10px;*/
    /*}*/
    /*.home-slider__content-title {*/
    /*    font-size: 48px;*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*.home-slider__content-title span {*/
    /*    font-size: 31px;*/
    /*}*/
    /*.home-slider__content-title span.last-span {*/
    /*    font-size: 62px;*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*.home-slider__content-subtitle {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.home-slider__content.home-slider__content--mascots .home-slider__content-btn {*/
    /*    font-size: 16px;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.home-slider__content-label:last-child span {*/
    /*    font-size: 12px;*/
    /*}*/
}
