

/* Start:/local/templates/ykv_fabrika-karnaval_en/assets/css/lib/jquery.arcticmodal.css?16601230515808*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    z-index: 999999999;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
    z-index: 999999999;
}

.arcticmodal-container_i2 {
    padding: 60px 10px 10px 10px;
    margin: 0;
    border: 0;
    vertical-align: middle;
    z-index: 999999999;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.box-modal {
    background: transparent;
    width: 100%;
    max-width: 1300px;
    padding: 2%;
    position: relative;
    color: #000;
    text-align: center;
    z-index: 999;
}

.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}

#big-modal {
    width: 655px;
}

#middle-modal {
    width: 455px;
}

#small-modal {
    width: 560px;
}

#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
}

#light-box {
    border-radius: 5px;
}

.modal-close,
.nav-mobile__close {
    background: transparent;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    font-size: 0;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: auto;
    right: auto;
    top: 0;
    left: 100%;
    opacity: 1;
    cursor: pointer
}
.modal-programs__title {
    margin: 20px 0px;
}
.modal-programs__block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.modal-programs__picture {
    width: 50%;
    padding: 2%;
}
.modal-programs__form {
    width: 50%;
    padding: 3% 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.modal-programs__picture img {
    width: 100%;
    border-radius: 20px;
}
.modal-programs__body {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-programs__body .select-form__button,
.modal-programs__body .select-form__input {
    width: 100%;
}
 .modal-programs__desc {
    margin: 0px 0px 20px 0px !important;
}
 /*Стрелки для листания программ*/
.btn-sm {
    padding: 0rem 0rem;
    background-color: transparent;
    width: 90px;
    height: 90px;
    position: absolute;
    border: 0px;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    transition: all 0.1s ease-in-out;
}

.btn-sm img {
    width: 100%;
}
.btn-sm.prev-program {
     left: -55px;
     top: calc(50% - 55px);
}
.btn-sm.next-program {
    right: -55px;
    top: calc(50% - 55px);
    transform: scaleX(-1);
}
.btn-sm:active {
    outline: none !important;
    top: calc(50% - 50px);
}
@media (max-width: 1399px){
    .box-modal {
        max-width: 1100px;
    }
    .btn-sm {
        width: 75px;
        height: 75px;
    }
    .btn-sm.prev-program {
        left: -45px;
        top: calc(50% - 46px);
    }
    .btn-sm.next-program {
        right: -45px;
        top: calc(50% - 46px);
        transform: scaleX(-1);
    }
    .btn-sm:active {
        outline: none !important;
        top: calc(50% - 40px);
    }
}
@media (max-width: 1299px){
    .box-modal {
        max-width: 900px;
    }
    .btn-sm {
        width: 65px;
        height: 65px;
    }
    .btn-sm.prev-program {
        left: -40px;
        top: calc(50% - 39px);
    }
    .btn-sm.next-program {
        right: -40px;
        top: calc(50% - 39px);
        transform: scaleX(-1);
    }
    .btn-sm:active {
        outline: none !important;
        top: calc(50% - 35px);
    }
}
@media (max-width: 1199px){
    .box-modal {
        max-width: 800px;
    }
    .select-form, .alert {
        width: 90%;
    }
    .btn-sm.next-program {
        right: -42px;
    }
}
@media (max-width: 1024px){
    .box-modal {
        max-width: 700px;
    }
    .modal-programs__desc {
        font-size: 14px;
    }
    .modal-programs__body .select-form__button,
    .modal-programs__body .select-form__input {
        height: 50px;
        margin-bottom: 10px;
    }
    .btn-sm {
        width: 50px;
        height: 50px;
    }
    .btn-sm.prev-program {
        left: -32px;
        top: calc(50% - 30px);
    }
    .btn-sm.next-program {
        right: -32px;
        top: calc(50% - 30px);
        transform: scaleX(-1);
    }
    .btn-sm:active {
        top: calc(50% - 25px);
    }
}
@media (max-width: 991px){

}
@media (max-width: 767px){
    .box-modal {
        max-width: 500px;
        position: relative;
    }
    .modal-close {
        font-size: 24px;
        right: 0px;
        left: auto;
    }
    .modal-programs__block {
        flex-direction: column;
    }
    .modal-programs__picture {
        width: 100%;
    }
    .modal-programs__body {
        width: 100%;
    }
    .modal-programs__form {
        width: 100%;
        padding: 3%;
    }
    .btn-sm {
        width: 70px;
        height: 70px;
    }
    .btn-sm.prev-program {
        left: -10px;
        top: calc(50% - 43px);
    }
    .btn-sm.next-program {
        right: -10px;
        top: calc(50% - 43px);
        transform: scaleX(-1);
    }
    .btn-sm:active {
        top: calc(50% - 35px);
    }
}
/* End */


/* Start:/local/templates/ykv_fabrika-karnaval_en/assets/css/style.css?16656969384342*/
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}
@font-face {
font-family: "Montserrat";
src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/Montserrat-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: "Century Gothic";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/centurygothic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Century Gothic";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/centurygothic_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Century Gothic";
    src: url("/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/centurygothic_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/fa/fontawesome-webfont.eot?v=4.7.0');
    src: url('/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/fa/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/fa/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/fa/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/fa/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/ykv_fabrika-karnaval_en/assets/css/../fonts/fa/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* basic
=====================*/
.display-none {
    display: none;
}
body {
    font-family: "Montserrat";
    overflow-x: hidden;
    margin: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
/*модальные окна
=================*/
.modal-programs__desc {
    margin: 20px 0px;
}
.modal-programs__body
.modal-programs__body .btn {
    position: relative;
    top: -5px;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: calc(50% - 480px);
    width: 960px;
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width: 120px !important;
    height: 35px;
    position: static;
    background-color: #ed1266;
    box-sizing: border-box;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}
@media (max-width: 991px) {
    #cookie_note {
        width: 700px;
        left: calc(50% - 350px);
    }
}
@media (max-width: 767px) {
    #cookie_note {
        width: 550px;
        left: calc(50% - 275px);
    }
}
@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
    #cookie_note {
        width: 440px;
        left: calc(50% - 220px);
    }
}
@media (max-width: 449px) {
    #cookie_note {
        width: 380px;
        left: calc(50% - 190px);
    }
}
@media (max-width: 399px) {
    #cookie_note {
        width: 300px;
        left: calc(50% - 150px);
    }
}
/* End */


/* Start:/local/templates/ykv_fabrika-karnaval_en/assets/css/owl.carousel.min.css?16601230513351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/ykv_fabrika-karnaval_en/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/ykv_fabrika-karnaval_en/assets/css/lib/swiper-bundle.min.css?166012305115563*/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/ykv_fabrika-karnaval_en/assets/css/mainPage/header.css?176158903870295*/
header {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head {
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 1000px;
    min-width: 320px;
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.head__logo {
    height: auto;
    width: 200px;
}
.head__text {
    font-family: Verdana;
    font-size: 9pt;
    font-weight: 700;
    max-width: 210px;
    color: #652c91;
    text-transform: uppercase;
    line-height: 16px;
    text-align: left;
}
.head__whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #54cc61;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    width: 250px;
}
.head__whatsapp img {
    width: 50px;
    height: 50px;
}
.head__whatsapp-text {
    font-family: Verdana;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    margin-left: 5px;
}

.footer__geo {
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__geo:before {
    content: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/header/place.png);
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.footer__geo p {
    max-width: 135px;
    color: #652c91;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: 500;
    line-height: 16px;
}
.footer__phone {
    width: 220px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer__phone-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}
.head__language {
    position: absolute;
    right: 0px;
    top: 0;
}

.footer__tel {
    font-family: Verdana;
    font-size: 11.5pt;
    color: #652c91;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__tel + span {
    font-family: Verdana;
    font-size: 11.5pt;
    color: #652c91;
    font-weight: 700;
}
.footer__phone:before {
    content: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/header/phone.png);
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.head button {
    width: 170px;
    height: 35px;
    background-color: #d1045a;
    padding: 0px 20px;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    border-radius: 1px;
    border: 0px;
    color: #ffffff;
}

/*Баннер*/
.slider {
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/topblock/slide1.jpg) center center no-repeat;
    background-size: auto 100%;
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.slider__subtitle {
    font-size: 46px;
    font-weight: 700;
    line-height: 42px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.slider__subtitle.small {
    text-transform: unset;
    font-size: 32px;
    margin-top: 0px;
}
.slider__btn {
    background-color: #ed1266;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5% / 50%;
    padding: 10px 30px;
    border: 0px;
    cursor: pointer;
    outline: none;
    position: absolute;
    bottom: 30px;

}
.slider__button,
.about__button {
    position: relative;
    background-color: #fff;
    color: #652c91;
    text-transform: uppercase;
    padding: 0 10px;
    width: 320px;
    height: 70px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 800;
    border: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    /*margin-top: 30px;*/
}
.slider__button:before,
.about__button:before {
    top: 2px;
    left: -3%;
    width: 104%;
    height: 102%;
    content: '';
    display: block;
    position: absolute;
    border: 9px solid #fa4197;
    transform: rotate(-3deg);
}
.slider__button:after,
.about__button:after {
    top: 0px;
    left: -3%;
    width: 104%;
    height: 102%;
    content: '';
    display: block;
    position: absolute;
    border: 9px solid #fa4197;
    transform: rotate(3deg);
}
.slider__book {
    width: 60px;
    position: relative;
    top: -10px;
    z-index: 1;
}

/*популярные идеи для праздников*/
.popular {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.popular__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.popular__body .slider__btn {
    position: static;
    font-size: 24px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.popular__title {
    width: 100%;
    color: #23004B;
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    margin: 65px 0px;
}
.popular__ideas {
    width: calc(100% + 30px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.rightForYourTask__body .swiper-container {
    display: none;
}
.popular__idea {
    width: 23%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.popular__idea-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #efefef;
    overflow: hidden;
    transition: .3s;
}
.popular__idea-item:hover {
    overflow: visible;
}
.popular__idea-img-block {
    width: 350px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.popular__idea-img {
    width: 100%;
}
.popular__description {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #efefef;
}
.popular__name {
    color: #23004B;
    font-weight: 700;
    text-align: center;
}
.popular__name:hover {
    color: red;
}


/* Поможем Вам с выбором программы под любой возраст */
.help-you {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.help-you__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.help-you__title {
    width: 100%;
    color: #23004B;
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    margin-bottom: 65px;
}
.help-you__years {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.help-you__year {
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #efefef;
    overflow: hidden;
    transition: .3s;
    -moz-transition: .3s;
    cursor: pointer;
}
.help-you__year:hover {
    overflow: visible;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.help-you__image {
    width: 100%;
}
.help-you__subtitle {
    width: 100%;
    height: 60px;
    border-top: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #23004B;
    font-weight: 700;
}
.help-you__subtitle:hover {
    color: red;
}

/* Как сделать праздник еще ярче */
.how-make {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
}
.how-make__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.how-make__title {
    width: 100%;
    max-width: 489px;
    color: #23004B;
    font-family: "Century Gothic";
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-bottom: 65px;
}
.how-make__subtitle {
    width: 100%;
    max-width: 635px;
    color: #23004B;
    font-family: "Century Gothic";
    font-size: 26px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin-bottom: 65px;
}
.how-make__items {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.how-make__item {
    width: 300px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #efefef;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
}
.how-make__picture {
    width: 270px;
    height: 370px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.how-make__image {
    height: 100%;
    width: auto;
}
.how-make__name {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #23004B;
}
.how-make__name:hover {
    color: red;
}

/* Наша студия для проведения детского праздника */
.our-studio {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-studio__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.our-studio__title {
    width: 100%;
    color: #23004B;
    font-family: "Century Gothic";
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-bottom: 65px;
}
.our-studio__image {
    width: 100%;
    margin-bottom: 60px;
}
.our-studio__text {
    color: #23004B;
    font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
}

/* Аренда студии */
.studio-rent {
    background-color: #522d61;
    width: 100%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.studio-rent__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.studio-rent__body.mob {
    display: none;
}
.studio-rent__image {
    width: 200px;
}
.studio-rent__text-block {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.studio-rent__text {
    color: #ffffff;
    font-size: 32px;
    font-family: "Century Gothic";
    text-align: center;
}
.studio-rent__text.big {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.studio-rent .about__button {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* О нас */
.about {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about__button {
    font-family: "Century Gothic";
    justify-content: center;
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.about__title {
    width: 100%;
    color: #23004B;
    font-family: "Century Gothic";
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin: 40px 0px;
}
.about__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about__item {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.about__item img {
    margin: 0 auto 10px auto;
    max-width: 45%;
    height: auto;
}
.about__item h4 {
    margin: 5px 0px;
}
.about__item span {
    text-align: center;
    font-size: 13px;
}
.about__picture {
    width: 48%;
}
.about__image {
    width: 100%;
    vertical-align: top;
}
.about__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.about__icons-block {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.about__lion-block {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about__icon {
    width: 90%;
    max-width: 150px;
}
.about__text {
    font-size: 12px;
    color: #23004B;
}
.about__text.big {
    font-size: 20px;
}
.about__video-block {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.about__video-block p {
    width: 50%;
    color: #4d3362;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    max-width: 430px;
    text-align: center;
    position: relative;
}
.about__video-block p::after {
    content: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/about/pink-arrow.png);
    position: absolute;
    bottom: -65px;
    left: 60%;
}

.about .youtube {
    margin: 30px 0;
}
.about iframe {
    width: 700px;
    height: 420px;
}




.slider__body {
    width: 100%;
    max-width: 1200px;
    position: relative;
}
.swiper {
    width: 100%;
}
.swiper-slide img {
    width: 100%;
}
.swiper-button-prev {
    left: -30px;
}
.swiper-button-next {
    right: -30px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fa4197;
}

/*Есть идеи?*/
.ideas {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/bg_form3.jpg) no-repeat center center;
    background-size: auto 100%;
    margin: 60px 0px;
}
.ideas.get-consult {
    height: 370px;
}
.ideas__body {
    width: 100%;
    height: 370px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.ideas__text {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.ideas__text .text {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    width: 345px;
    align-self: flex-end;
    margin-bottom: 70px;
}
.ideas__text-edinorog {
    position: absolute;
    left: 0;
    bottom: -44px;
    width: 260px;
    height: auto;
}
.ideas__text .title1,
.ideas__text .title4 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.8px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.ideas__text .title2 {
    font-size: 60px;
    line-height: 48px;
    transform: scale(1, 1.4);
    letter-spacing: 0.8px;
    font-weight: bold;
    text-align: center;
}
.ideas__text .title3 {
    font-size: 70px;
    line-height: 48px;
    transform: scale(1, 1.4);
    letter-spacing: 0.8px;
    font-weight: bold;
    text-align: center;
}
.get-consult .ideas__text{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}
.get-consult .ideas__text .title1 {
    text-transform: initial;
    font-size: 42px;

}
.get-consult .ideas__text .title4 {
    text-transform: initial;
    font-size: 32px;
    font-weight: 400;
    align-self: flex-end;
    margin-top: 20px;
}
.ideas__text-girl {
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 450px;
    height: auto;
}
.ideas__text-oldman {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 230px;
    height: auto;
}
.ideas__form {
    width: 45%;
    min-height: 200px;
    position: relative;
    align-self: center;
}
.ideas__form form {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
/*
.ideas__form::before {
    content: '';
    border: 15px solid #fb4098;
    position: absolute;
    top: 0px;
    left: -28px;
    box-sizing: border-box;
    height: 105%;
    width: 104%;
    z-index: 0;
}
*/
 */
.ideas__form form {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 21px 5px 5px;
    box-sizing: border-box;
}
.ideas__form input {
    width: calc(100% - 4px);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.ideas__form input[type=text],
.ideas__form input[type=textarea] {
    height: 50px;
    border: 2px solid #d7d6d4;
    border-radius: 0px;
    padding: 0 15px;
    font-size: 13px;
    background-color: #fbfbfb;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
}
.get-consult .ideas__form input[type=textarea] {
    height: 140px;
}
.ideas__form input[type=submit] {
    background-color: #d1045a;
    color: #ffffff;
    width: 255px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 auto;
}
.ideas__form .approval {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ideas__form .approval input {
    width: auto;
}
.ideas__form .approval a,
.ideas__form .approval label {
    color: #4c3261 !important;
    font-size: 13px;
    text-decoration: none;
}
.ideas__form .approval label {
    margin: 5px 0px;
    position: relative;
    z-index: 1;
}
.ideas__form .approval a {
    font-weight: bold;
}

/*Наш производственный процесс*/
.process {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.process__title {
    width: 100%;
    color: #23004B;
    font-family: "Century Gothic";
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin: 40px 0px;
}
.process__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.process-item {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    vertical-align: top;
    margin: 0 2%;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.process-item img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 7px;
    border: 2px dashed #ec3985;
    border-radius: 50%;
    margin-bottom: 20px;
    z-index: 20;
    position: relative;
    background-color: #fff;
}
.process-item.step1:before,
.process-item.step2:before,
.process-item.step4:before,
.process-item.step5:before {
    content: '';
    position: absolute;
    z-index: 10;
}
.process-item.step1:after,
.process-item.step2:after,
.process-item.step3:after,
.process-item.step4:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 200px;
    height: 0px;
    border-top: 2px dashed #ec3985;
}
.process-item.step1 {
    margin-top: 45px;
    width: 12%;
}
.process-item.step1:before {
    width: 83px;
    height: 91px;
    top: -78px;
    left: -48px;
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/process/process_icon1.png) no-repeat 0 0;
}
.process-item.step1:after {
    top: 147px;
    left: 76px;
    transform: rotate(45deg);
}
.process-item.step2 {
    margin-top: 142px;
    width: 17%;
}
.process-item.step2:before {
    width: 70px;
    height: 74px;
    top: -100px;
    left: 20px;
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/process/process_icon2.png) no-repeat 0 0;
}
.process-item.step2:after {
    top: 30px;
    right: -120px;
    transform: rotate(-45deg);
}
.process-item.step3 {
    width: 19%;
}
.process-item.step3:after {
    top: 151px;
    left: 108px;
    transform: rotate(45deg);
}
.process-item.step4 {
    margin-top: 138px;
    width: 16%;
}
.process-item.step4:before {
    width: 47px;
    height: 52px;
    top: -80px;
    left: 14px;
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/process/process_icon3.png) no-repeat 0 0;
}
.process-item.step4:after {
    top: 30px;
    right: -120px;
    transform: rotate(-45deg);
}
.process-item.step5 {
    margin-top: 24px;
    width: 13%;
}
.process-item.step5:before {
    width: 80px;
    height: 82px;
    top: 102px;
    right: -64px;
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/process/process_icon4.png) no-repeat 0 0;
}

/*Наши партнеры*/
.our-partners {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.our-partners__body {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.our-partners__title {
    width: 100%;
    color: #23004B;
    font-family: "Century Gothic";
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin: 40px 0px;
}
.partners_item {
    width: 100%;
    height: 125px;
    display: table;
    text-align: center;
    background-color: white;
    border: 1px solid #efefef;
}
.partners_item > div {
    display: table-cell;
    vertical-align: middle;
}
.owl-carousel.slider_partners .owl-item img {
    width: auto;
    display: inline-block;
}
.slider_partners.owl-theme .owl-nav .owl-prev {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: 50px;
    background-color: rgba(0,0,0,.2) !important;
    background-image: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/partners/slider/pre.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    -moz-transition: .3s;
}
.slider_partners.owl-theme .owl-nav .owl-prev span {
    display: none;
}
.slider_partners.owl-theme .owl-nav .owl-prev:hover {
    background-color: #d80000 !important;
    background-image: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/partners/slider/pre.png);
    background-position: center !important;
    background-repeat: no-repeat;
}
.slider_partners.owl-theme .owl-nav .owl-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: 0px;
    background-color: rgba(0,0,0,.2) !important;
    background-image: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/partners/slider/next.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    -moz-transition: .3s;
}
.slider_partners.owl-theme .owl-nav .owl-next span {
    display: none;
}
.slider_partners.owl-theme .owl-nav .owl-next:hover {
    background-color: #d80000 !important;
    background-image: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/partners/slider/next.png);
    background-position: center !important;
    background-repeat: no-repeat;
}
.owl-carousel .owl-stage-outer {
    padding-left: 5px;
    margin-right: -10px;
}

/*Карта*/
.map {
    width: 100%;
    height: 490px;
    background-color: lightslategray;
    position: relative;
}
.map__body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.map__contacts {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 35px 5px 35px 45px;
}
.map__title {
    margin-bottom: 35px;
    color: #494949;
    font-size: 28px;
    font-weight: 700;
}
.map__address {
    color: #652c91;
    font-family: Verdana;
    font-size: 9pt;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.map__address:before {
    content: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/header/place.png);
    margin-right: 15px;
}
.map__email {
    color: #652c91;
    font-family: Verdana;
    font-size: 9pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    text-decoration: none;
}
.map__email:before {
    content: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/header/mail.png);
    margin-right: 15px;
}
.map__phone {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.map__phone:before {
    content: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/header/phone.png);
    margin-right: 15px;
}
.map__tel,
.map__tel + span {
    font-family: Verdana;
    font-size: 12pt;
    color: #652c91;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/*Футер*/
.footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 8px solid #e3e3e3;
}
.footer__body {
    border-top: 2px solid #e3e3e3;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px;
    padding-top: 20px;
}
.footer__text-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__text-block ul {
    list-style-type: none;
    margin-bottom: 0rem;
    padding-left: 0rem;
    padding-inline-start: 0px;
    margin-right: 20px;
}
.footer__text-block li {
    color: #652c91;
    font-size: 9pt;
    font-weight: bold;
}
.footer__details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__details span,
.footer__details a {
    color: #652c91;
    font-size: 13px;
}
.footer__details a {
    text-decoration: none;
}
.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
.footer__social a {
    width: 36px;
    height: 36px;
    background-color: #575859;
    display: block;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
}
.footer__social a:hover {
    background-color: #d80000;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-vk:before {
    content: "\f189";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube-play:before {
    content: "\f16a";
}

/*@chalma Стили телефонии*/

#but1:hover {
    cursor: pointer;
}
#but2:hover {
    cursor: pointer;
}
#but3:hover {
    cursor: pointer;
}
#but4:hover {
    cursor: pointer;
}
#but5 {
    background-color: transparent;
    border: 0px;
}
#but5:hover {
    cursor: pointer;
}

/*Анимация трубки*/

/*кнопка звонка*/

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

.callback-bt .text-call{
    height:60px;
    width:60px;
    border-radius:50%;
    position:relative;
}




.callback-bt img {
    width: 100%;
    transition:.3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt img  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}
@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}

/* 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);
    }
}
/* конец кнопки звонка */
/*конец анимации*/
.telfoniya {
    position: fixed;
    right: 10px;
    bottom: 70px;
    width: 300px;
    height: 360px;
    border: 1px solid #000;
    border-radius: 10px;
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/tefoniaFon.png);
    /*background-color: #3e3362;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
}
.telfoniya img {
    width: 50%;
    position: absolute;
    top: 15px;
}
.telfoniya .telQuestion {
    color: #fff;
    font-size: 28px;
    margin: 10px 0px;
}
.telfoniya p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: Arial;
    align-self: center;
}
.telfoniya form {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-self: center;
    position: relative;
    top: 5px;
}
.telfoniya .dateTime {
    display: none;
    width: 100%;
}
.goodTimeText {
    display: none;
}
#back {
    display: none;
    text-align: center;
}
.telfoniya .dateTime select {
    width: 48%;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 40px;
}
.telfoniya input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 40px;
    border: 0px;
    font-size: 18px;
}
.telfoniya input.input__tell {
    background-image: none;
}
.telfoniya button {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 10px;
    height: 40px;
    border: 0px;
    background-color: #f20066;
    color: #fff;
    font-weight: 600;
}
.telfoniya a {
    width: 90%;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    font-family: Arial;
    align-self: center;
    position: relative;
    top: 5px;
}

/**/
/*----- Модальное окно -----*/
#ykv-callback-modal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 500;
    display: none;
}
#telfoniyaModalOuter {
    position: relative;
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#telfoniyaModalOuterThankYou {
    display: none;
    position: relative;
    height: 100%;
    width: 70%;
}
#telfoniyaModalOuterThankYou > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#telfoniyaModalOuterThankYou > div p {
    font-size: 16px;
}


#telfoniyaModalOuterThankYou2 {
    display: none;
    position: relative;
    height: 100%;
    width: 70%;
}
#telfoniyaModalOuterThankYou2 > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#telfoniyaModalOuterThankYou2 > div p {
    font-size: 16px;
}


.thankYouClose {
    position: absolute;
    bottom: 20px;
}
#ykv-callback-form{
    position: absolute;
    top: 50%;
    left: 50%;
}
#ykv-callback-modal-close {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 5px;
    color: #fff;
}
/*Конец стилей телефония*/
/*Стили для стрелки вверх*/
.toplink{
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 101;
    cursor: pointer;
}
.toplink p{
    width: 50px;
}
.toplink img {
    width: 50px;
}
.crp-button-up.right {
    right: -330px;
}
/*Конец стилей для стрелки вверх*/

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 640px;
    height: 360px;
}
.youtube .play {
    background: url('/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/about/slider/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;
}

/*моджальные окна*/
.box-modal {
    border: 7px solid #c1bec6;
    padding: 31px 16px;
    background: #f3f0f8;
    border-radius: 5px;
    padding-bottom: 60px;
}
.modal-close,
.nav-mobile__close {
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: auto;
    right: 0px;
    border-radius: 0;
    top: 0;
    opacity: 1;
    cursor: pointer;
}
.modal-header__title {
    font-size: 38px;
    color: #503079;
    font-weight: 700;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.modal-header__form-text {
    max-width: 450px;
    margin: 0 auto 50px auto;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.modal-header__form-block form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.footer-form__input {
    /*width: 90%;*/
    border: 2px solid #c1bec6;
    height: 42px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #fbfbfb;
    color: #4c3261;
    font-size: 21px;
    margin-bottom: 15px;
}
.checkbox-toggler {
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-toggler label {
    color: #4c3261;
    font-size: 13px;
}
.checkbox-toggler label a {
    color: #4c3261;
    text-decoration: none;
    font-weight: bold;
}
.arcticmodal-container .form-row {
    width: 92%;
    padding: 0%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    top: -20px;
}
.arcticmodal-container .form-row .col-auto {
    width: 60%;
}
.arcticmodal-container .form-row .col {
    width: 40%;
    flex: 0 0 0;
}
.arcticmodal-container .form-row .form-control {
    border: 2px solid #ced4da;
}
.modal-header__form-block button {
    background: #fe3d98;
    height: 50px;
    line-height: 59px;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    width: 260px;
    font-weight: normal;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}
.modal-header__form-block button:hover {
    color: #212529;
}
.modal-header__form-block button::before {
    content: '';
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/topblock/book.png) no-repeat 50% 50% !important;
    width: 107px;
    height: 82px;
    display: block;
    position: absolute;
    top: -15px;
    right: -50px;
    vertical-align: top;
}
.ideas__form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 4px);
}
.ideas__form input[type=text].form-control {
    min-height: 10px;
    height: 39px;
}
.ideas__form .form-row .form-group {
    font-size: 0px;
}

/*howWeMakeMascots*/
.howWeMakeMascots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.howWeMakeMascots__body {
    width: 100%;
    max-width: 1200px;
    position: relative;
}
.howWeMakeMascots__title {
    width: 100%;
    color: #23004B;
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    margin: 65px 0px;
}
.swiper-button-prev {
    left: -80px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .3s;
}
.swiper-button-next {
    right: -80px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .3s;
}
.swiper-button-prev:active,
.swiper-button-next:active {
    top: 51%;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -50px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.swiper-pagination-bullet-active {
    background: #4c3261;
}

.rightForYourTask {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.rightForYourTask__body {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.rightForYourTask__title {
    margin-top: 50px;
}
.rightForYourTask__body .popular__idea {
    width: 30%;
}
.rightForYourTask__body .popular__idea-img {
    border-radius: 10px;
}
.rightForYourTask__body .popular__idea-item {
    border: 0px;
}
.rightForYourTask__body .popular__name {
    background-color: #d1045a;
    color: #ffffff;
    width: 350px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#callback-modal2,
#callback-modal3 {
    background: linear-gradient(to right, #b15f89, #f6bc63);
    border-radius: 20px;
    border: 0px;
    box-sizing: border-box;
    max-width: 900px;
    padding: 30px 30px;
}
#callback-modal2 .modal-close,
#callback-modal3 .modal-close{
    background-color: transparent;
    top: 5px;
    right: 5px;
    color: #ffffff;
}
#callback-modal2 .modal-header__title,
#callback-modal3 .modal-header__title{
    max-width: 100%;
    color: #ffffff;
}
#callback-modal2 .modal-header__form-text,
#callback-modal2 .modal-header__form-text{
    max-width: 100%;
    color: #ffffff;
    margin: 0 auto 20px auto;
    font-size: 20px;
}
#callback-modal2 modal-header__form-text.sec
#callback-modal3 modal-header__form-text.sec {
    font-weight: 700;
}
#callback-modal2 .modal-img__list {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0rem;
}
#callback-modal2 .modal-img__item {
    width: 24%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 0px;
}
#callback-modal2 .modal-img__item img {
    width: 100%;
    height: auto;
}
#callback-modal2 .modal-img__text,
#callback-modal3 .modal-img__text {
    color: #ffffff;
    margin-bottom: 20px;
}
#callback-modal3 .modal-img__text {
    text-align: left;
}
#callback-modal2 .modal-header__form-block form,
#callback-modal3 .modal-header__form-block form {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#callback-modal2 .modal-header__form-block form input[name=phone],
#callback-modal3 .modal-header__form-block form input[name=phone] {
    width: 58%;
    margin-right: 1%;
    font-size: 18px;
}
#callback-modal2 .modal-header__form-block form .ag-countrymask.iti input,
#callback-modal3 .modal-header__form-block form .ag-countrymask.iti input {
    width: 100%;
}
#callback-modal2 .modal-header__form-block button,
#callback-modal3 .modal-header__form-block button {
    width: 38%;
    margin-top: 0px;
    height: 42px;
    font-weight: 700;
    padding-right: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#callback-modal2 .modal-header__form-block button::before,
#callback-modal3 .modal-header__form-block button::before {
    display: none;
}
#callback-modal2 .privacy,
#callback-modal3 .privacy {
    color: #ffffff;
}
#callback-modal2 .privacy-label:after,
#callback-modal3 .privacy-label:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-right: 10px;
}
#callback-modal2 input[type=checkbox],
#callback-modal3 input[type=checkbox] {
    position: absolute;
    left: -9999px;
    top: 0px;
}
#callback-modal2 input[type=checkbox]:checked + .privacy-label:after,
#callback-modal3 input[type=checkbox]:checked + .privacy-label:after {
    background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/modal/check-pink.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    background-color: #ffffff;
}
#callback-modal2 .modal-header__form-text.sec,
#callback-modal3 .modal-header__form-text.sec {
    text-transform: uppercase;
}
#callback-modal3 .modal-header__form-text.sec {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

#callback-modal3 .modal-header__info-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#callback-modal3 .modal-img__list {
    list-style-type: none;
    width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.modal-img__item {
    width: 49%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 2%;
}
.modal-img__item img {
    width: 100%;
}
#callback-modal3 .modal-header__info-text {
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
@media (max-width: 1299px) {
    .process-item.step1:before {
        left: -30px;
    }
    .process-item.step5:before {
        top: 145px;
        right: -38px;
    }
    .slider {
        height: 270px;
    }
    .slider__subtitle {
        font-size: 42px;
    }
    .ideas__body,
    .popular__body,
    .rightForYourTask__body,
    .about__body,
    .about__video-block {
        max-width: 1190px;
    }
    .howWeMakeMascots__body {
        max-width: 1000px;
    }
    .popular__ideas {
        width: 1190px;
    }
}

@media (max-width: 1199px) {
    .head__logo {
        width: 155px;
    }
    .head__text {
        font-size: 8pt;
    }
    .head {
        padding: 0px 5px;
    }
    .head__text span {
        font-size: 8pt;
    }
    .head__geo:before,
    .head__tel:before {
        margin-right: 10px;
    }
    .head__geo p {
        font-size: 8pt;
    }
    .head__tel {
        font-size: 10pt;
    }
    .slider {
        height: 235px;
    }
    .help-you__years {
        justify-content: space-around;
    }
    .help-you__year {
        width: 24%;
    }
    .our-studio__title {
        width: 98%;
    }
    .our-studio__image {
        width: 98%;
    }
    .slider__body {
        max-width: 900px;
    }
    .ideas__body {
        justify-content: space-around;
    }
    .ideas__form input,
    .ideas__form .form-row {
        width: 100%;
    }
    .modal__text {
        padding: 0px 5px;
    }
    .process-item.step5:before {
        top: 135px;
        right: -25px;
    }
    .ideas__body,
    .popular__body,
    .rightForYourTask__body,
    .about__body,
    .about__video-block {
        max-width: 1000px;
    }
    .popular__ideas {
        width: 1000px;
    }
    .howWeMakeMascots__body {
        max-width: 820px;
    }
    .about__video-block p {
        font-size: 24px;
    }
    .about__video-block p::after {
        left: 50%;
    }
    .ideas__text .text {
        width: 280px;
    }
    .ideas__text-girl {
        width: 425px;
    }
}
@media (max-width: 1024px) {

    .slider {
        height: 230px;
    }
    .howWeMakeMascots__body {
        max-width: 760px;
    }
    .ideas__body,
    .popular__body,
    .rightForYourTask__body,
    .about__body,
    .about__video-block {
        max-width: 980px;
    }
    .ideas__text .text {
        width: 270px;
    }

}
@media (max-width: 991px) {
    .head {
        flex-wrap: wrap;
    }
    .head__logo {
        width: 112px;
        margin-right: 5px;
    }
    .head__text {
        font-size: 9pt;
        max-width: 220px;
    }
    .head__text span {
        font-size: 10pt;
    }
    .head__geo {
        display: none;
    }
    .head__geo p {
        max-width: 115px;
    }
    .head__phone {
        align-items: center;
    }
    .head__phone-block {
        justify-content: center;
    }
    .head__tel {
        font-size: 8pt;
    }
    .head__tel + span {
        font-size: 10pt;
    }
    .slider {
        height: 180px;
    }
    .slider__subtitle {
        text-align: center;
        max-width: 445px;
        font-size: 22px;
        line-height: 30px;
    }
    .slider__subtitle.small {
        font-size: 16px;
    }
    .slider__btn {
        bottom: 10px;
    }
    .popular__body {
        width: 99%;
    }
    .popular__ideas {
        justify-content: center;
    }
    .popular__idea {
        width: 40%;
    }
    .studio-rent__body {
        justify-content: space-around;
        width: 95%;
    }
    .studio-rent__image {
        width: 150px;
    }
    .studio-rent__text-block {
        width: calc(100% - 160px);
    }
    .studio-rent__text {
        font-size: 32px;
    }
    .studio-rent__text.big {
        font-size: 48px;
    }
    .about__info {
        width: 51%;
    }
    .about__icon {
        max-width: 100px;
    }
    .about__text {
        font-size: 10px;
    }
    .about__text.big {
        font-size: 14px;
    }
    .slider__body {
        max-width: 650px;
    }
    .ideas__text-edinorog {
        bottom: -60px;
        z-index: 2;
        left: -20px;
    }
    .ideas {
        height: 690px;
        margin: 30px 0px;
    }
    .ideas__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 435px;
    }
    .ideas__text {
        width: 95%;
        height: 150px;
        margin-bottom: 30px;
    }
    .ideas__text .text {
        align-self: center;
    }
    .ideas__text .title1 {
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 0px;
        align-self: flex-end;
    }
    .ideas__form {
        width: 95%;
    }
    .ideas__form::before {
        left: 0px;
        border: 7px solid #fb4098;
        height: 103%;
        width: 99%;
    }
    .ideas__form form {
        padding: 7px 12px 5px 5px;
    }
    .ideas__form form input,
    .ideas__form .form-row {
        width: 100%;
    }
    .popular__title {
        margin: 30px 0px;
    }
    .about__item {
        width: 48%;
    }
    .about iframe {
        width: 700px;
        height: 420px;
    }
    .ideas.get-consult {
        height: 690px;
    }
    .get-consult .ideas__text {
        height: 600px;
        overflow: visible;
    }
    .get-consult .ideas__text .title1 {
        margin-top: -80px;
    }
    .ideas.get-consult .ideas__body {
        height: 365px;
    }
    .ideas__text-girl {
        width: 350px;
        left: -15px;
    }
    .ideas__text .title2 {
        font-size: 42px;
    }
    .ideas__text .title3 {
        font-size: 52px;
    }
    .process-item {
        font-size: 14px;
        line-height: 16px;
    }
    .process-item.step1 {
        width: 11%;
    }
    .process-item.step2 {
        width: 14%;
    }
    .process-item.step3 {
        width: 16%;
    }
    .process-item.step4 {
        width: 14%;
    }
    .process-item.step5 {
        width: 12%;
    }
    .process-item.step1:after,
    .process-item.step2:after,
    .process-item.step3:after,
    .process-item.step4:after {
        width: 100px;
    }
    .process-item.step1:after {
        top: 105px;
        left: 65px;
    }
    .process-item.step2:after {
        top: -9px;
        right: -66px;
    }
    .process-item.step3:after {
        top: 130px;
        left: 110px;
    }
    .process-item.step4:after {
        top: -3px;
        right: -67px;
    }
    .process-item.step5:before {
        top: 95px;
        right: -60px;
    }


    .modal__image {
        width: 370px;
        position: relative;
        top: -50px;
        left: -45px;
    }
    .modal__title {
        font-size: 26px;
    }
    .modal__text {
        font-size: 12px;
    }
    .box-modal.how-make {
        min-width: 700px;
    }
    .how-make .modal__picture {
        display: block;
    }
    .howWeMakeMascots__body {
        max-width: 650px;
    }
    .swiper-button-next {
        width: 40px;
        height: 40px;
        right: -40px;
        top: 65%;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 24px;
    }
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: -40px;
        top: 65%;
    }
    .swiper-button-prev:active, .swiper-button-next:active {
        top: 68%;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -35px;
    }
    .popular__ideas {
        width: 760px;
    }
    .ideas__body,
    .popular__body,
    .rightForYourTask__body,
    .about__body,
    .about__video-block {
        max-width: 760px;
    }
    .about__video-block {
        flex-wrap: wrap;
    }
    .about__video-block p::after {
        display: none;
    }
    .rightForYourTask {
        margin-top: 50px;
    }
    .ideas__text-oldman {
        width: 180px;
        bottom: -30px;
    }
}
@media (max-width: 767px) {
    header {
        height: auto;
    }
    .head {
        flex-wrap: wrap;
        max-height: 200px;
        justify-content: space-between;
        padding-bottom: 15px;
    }
    .head__logo {
        width: 45%;
        max-width: 250px;
        height: auto;
        margin-bottom: 10px;
    }
    .head__text {
        font-size: 9pt;
        width: 50%;
        max-width: 245px;
        text-align: right;
    }
    .head__text span {
        font-size: 11pt;
    }
    .head__geo {
        display: none;
    }
    .head__phone {
        width: 50%;
    }
    .head__tel {
        font-size: 14pt;
        display: flex;
        justify-content: flex-start;
    }
    .head button {
        width: 45%;
        max-width: 200px;
    }
    .slider {
        background: url(/local/templates/ykv_fabrika-karnaval_en/assets/img/mainPage/topblock/slide768х400.jpg) center center no-repeat;
        background-size: 100% auto;
        height: 50vw;
    }
    .popular__ideas {
        width: 570px;
    }
    .rightForYourTask__body .popular__ideas {
        display: none;
    }
    .rightForYourTask__body .swiper-container {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .rightForYourTask__body .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }
    .rightForYourTask__body .swiper-button-next,
    .rightForYourTask__body .swiper-button-prev {
        top: 35%;
    }
    .popular__idea-img-block {
        width: 90%;
        height: 50vw;
    }
    .popular__idea {
        width: 50%;
    }
    .rightForYourTask__body .popular__idea {
        width: 100%;
    }
    .help-you__years {
        flex-wrap: wrap;
    }
    .help-you__year {
        width: 48%;
    }
    .how-make__item {
        width: 260px;
    }
    .how-make__picture {
        width: 96%;
        height: 350px;
    }
    .studio-rent {
        flex-direction: column;
    }
    .studio-rent__body {
        justify-content: center;
    }
    .studio-rent__body.mob {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .studio-rent__body .about__button {
        display: none;
    }
    .studio-rent__body.mob .about__button {
        display: flex;
    }
    .studio-rent__image {
        width: 100px;
    }
    .studio-rent__text-block {
        width: max-content;
    }
    .studio-rent__text {
        font-size: 24px;
    }
    .studio-rent__text.big {
        font-size: 36px;
    }
    .about__body {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about__picture {
        width: 98%;
        margin-bottom: 20px;
    }
    .about__info {
        width: 99%;
    }
    .slider__body {
        max-width: 500px;
    }
    .ideas__form::before {
        left: 0px;
    }
    .footer__body {
        margin: 10px;
        flex-wrap: wrap;
    }
    .footer__text-block {
        width: 99%;
        flex-wrap: wrap;
    }
    .footer__text-block ul {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .footer__details {
        width: 100%;
    }
    .footer__social {
        padding-left: 0rem;
    }
    .modal__picture {
        display: none;
    }
    .modal__info {
        width: 100%;
    }
    .modal__button-download {
        position: relative;
    }
    .modal__image-check-list {
        display: block;
        width: 70%;
        max-width: 300px;
    }
    .modal__text {
        font-size: 14px;
    }
    .box-modal.how-make .modal__title.small {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .box-modal.how-make {
        min-width: 500px;
    }
    .modal__picture {
        width: 40%;
    }
    .modal__text-block {
        width: 59%;
    }
    .box-modal.how-make .modal__title {
        font-size: 28px;
    }
    .youtube {
        width: 100%;
        max-width: 570px;
        height: 320px;
        background-size: 100% auto;
    }
    .about iframe {
        width: 550px;
        height: 320px;
    }
    .slider-video iframe {
        width: 80vw;
        height: 60vw;
    }
    .process-item {
        font-size: 12px;
        line-height: 14px;
    }
    .process-item.step1:before {
        left: -45px;
        top: -65px;
    }
    .process-item.step2:before {
        background-size: 80% auto;
    }
    .process-item.step3:after {
        top: 135px;
        left: 80px;
    }
    .process-item.step5:before {
        top: 60px;
        right: -45px;
    }
    .callback-bt {
        right: 5px;
    }
    /*.ideas__text .title1 {
        align-self: flex-end;
    }*/
    .ideas__text .text {
        align-self: flex-end;
    }
    .howWeMakeMascots__body {
        max-width: 550px;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .get-consult .ideas__text .title1 {
        line-height: 35px;
    }
    #callback-modal2 .modal-img__item {
        width: 48%;
    }
    #callback-modal2 .modal-img__item:nth-child(n+3) {
        display: none;
    }
    #callback-modal2 .modal-header__form-block form input[name=phone] {
        width: 70%;
        font-size: 12px;
    }
    #callback-modal2 .modal-header__form-block button {
        width: 28%;
        font-size: 18px;
    }
}
@media (max-width: 577px) {
    .head__whatsapp {
        width: 220px;
    }
    .head__whatsapp img {
        height: 30px;
        width: 30px;
    }
    .head__whatsapp-text {
        font-size: 20px;
    }
    .head__geo:before, .head__tel:before {
        display: none;
    }
    .head__phone:before {
        margin-right: 5px;
    }
    .head__tel {
        justify-content: center;
        font-size: 12pt;
    }
    .help-you__title {
        font-size: 26px;
    }
    .how-make__item {
        width: 200px;
    }
    .how-make__picture {
        height: 300px;
    }
    .our-studio__text {
        font-size: 22px;
    }
    .studio-rent__text {
        font-size: 18px;
    }
    .studio-rent__text.big {
        font-size: 32px;
    }
    .slider__body {
        width: 98%;
    }
    .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
    .ideas {
        height: 710px;
    }
    .ideas__body {
        justify-content: center;
    }
    .ideas__text {
        width: 90%;
        margin-bottom: 40px;
    }
    .ideas__form {
        width: 90%;
    }
    .ideas__form::before {
        height: 103%;
        width: 102%;
        left: -10px;
    }
    .ideas__form form input,
    .ideas__form .form-row {
        width: 100%;
    }
    .ideas__form .form-row {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .youtube {
        width: 425px;
        height: 240px;
        max-width: 578px;
    }
    .about iframe {
        width: 430px;
        height: 260px;
    }
    .map__contacts {
        width: 250px;
        padding: 25px 5px 25px 35px;
    }
    .modal-header__title {
        font-size: 24px;
    }
    .box-modal.how-make {
        min-width: 400px;
    }
    .box-modal.how-make .modal__tel {
        font-size: 24px;
    }
    .arcticmodal-container .form-row {
        flex-direction: column;
        width: 90%;
    }
    .arcticmodal-container .form-row .col-auto {
        width: 100%;
    }
    .process-item {
        font-size: 16px;
        line-height: 18px;
    }
    .process-item.step1 {
        width: 28%;
    }
    .process-item.step1:after {
        display: none;
    }
    .process-item img {
        margin-bottom: 10px;
    }
    .process-item.step2 {
        width: 42%;
        margin-top: 113px;
    }
    .process-item.step2:before {
        top: -82px;
        left: 6px;
    }
    .process-item.step2:after {
        top: 13%;
        right: auto;
        left: -28%;
        transform: rotate(21deg);
    }
    .process-item.step3 {
        width: 46%;
        top: -100px;
        left: -25px;
    }
    .process-item.step3:after {
        top: 20%;
        left: 78%;
        width: 135px;
        transform: rotate(-45deg);
    }
    .process-item.step4 {
        width: 38%;
        margin-top: 96px;
        left: 0px;
    }
    .process-item.step4:before {
        top: -24%;
        left: 6%;
    }
    .process-item.step4:after {
        top: -10%;
        right: auto;
        left: -58%;
        width: 200px;
        transform: rotate(38deg);
    }
    .process-item.step5 {
        width: 32%;
        margin-top: -136px;
        left: -115px;
    }
    .process-item.step5:before {
        top: 76%;
        right: -25%;
    }
    .process-item.step5:after {
        content: '';
        position: absolute;
        z-index: 10;
        width: 200px;
        height: 0px;
        border-top: 2px dashed #ec3985;
        top: 57px;
        right: -91px;
        transform: rotate(-33deg);
    }
    .box-modal {
        max-width: 380px;
    }
    .our-partners__title {
        margin-bottom: 60px;
    }
    .slider_partners.owl-theme .owl-nav .owl-prev,
    .slider_partners.owl-theme .owl-nav .owl-next {
        top: -47px;
    }
    .get-consult .ideas__text {
        height: 130px;
    }
    .popular__ideas {
        width: 440px;
    }
    .ideas__body, .popular__body, .rightForYourTask__body, .about__body, .about__video-block {
        max-width: 440px;
    }
    .ideas__text-edinorog {
        width: 210px;
        bottom: -65px;
    }
    .ideas__text .title1 {
        font-size: 24px;
        align-self: flex-end;
    }
    .ideas__text .text {
        margin-top: 10px;
        font-size: 16px;
    }
    .rightForYourTask__body .popular__idea {
        width: 50%;
    }
    .get-consult .ideas__text .title1 {
        margin-top: -100px;
        font-size: 32px;
    }
    .ideas__text-girl {
        left: 0px;
    }
    .ideas__text-oldman {
        width: 150px;
        bottom: -40px;
    }
    .get-consult .ideas__text .title4 {
        font-size: 24px;
    }
    .about__video-block p {
        width: 100%;
    }
    #callback-modal2 {
        padding: 20px 20px;
    }
    #callback-modal2 .modal-header__form-block form input[name=phone] {
        width: 100%;
    }
    #callback-modal2 .modal-header__form-block button {
        width: 100%;
    }
    #callback-modal2 .modal-header__form-text {
        font-size: 16px;
        line-height: 20px;
    }
    .modal-img__item {
        width: 90%;
    }
}
@media (max-width: 449px) {
    .head__whatsapp {
        width: 200px;
    }
    .head__phone {
        width: 60%;
    }
    .head__text {
        max-width: 155px;
        font-size: 7pt;
    }
    .head__text span {
        font-size: 7pt;
    }
    .head__phone:before {
        margin-right: 5px;
    }
    .head__tel {
        font-size: 11pt;
    }
    .head__tel + span {
        font-size: 8pt;
    }
    .head button {
        font-size: 10px;
        max-width: 150px;
    }
    .slider__subtitle {
        max-width: 100%;
        font-size: 20px;
        line-height: 25px;
    }
    .slider__button {
        width: 280px;
        margin-top: 5px;
    }
    .help-you__title {
        font-size: 22px;
        line-height: 27px;
    }
    .how-make__item {
        width: 150px;
    }
    .how-make__picture {
        height: 250px;
    }
    .our-studio__title {
        width: 100%;
        max-width: 295px;
        display: block;
    }
    .our-studio__title b {
        max-width: 295px;
    }
    .our-studio__text {
        font-size: 14px;
    }
    .studio-rent__image {
        width: 75px;
    }
    .studio-rent__text {
        font-size: 13px;
    }
    .studio-rent__text.big {
        font-size: 28px;
    }
    .about__button {
        width: 300px;
    }
    .about__text {
        font-size: 10px;
        text-align: center;
    }
    .about__button {
        font-size: 24px;
    }
    .ideas__form::before {
        left: -10px;
        top: -8px;
        border: 7px solid #fb4098;
    }
    .youtube {
        width: 396px;
        height: 224px;
    }
    .about iframe {
        width: 310px;
        height: 225px;
    }
    .map__contacts {
        width: 200px;
        padding: 15px 5px 15px 10px;
    }
    .box-modal {
        padding: 6px;
        max-width: 270px;
    }
    .modal-header__title {
        font-size: 18px;
    }
    .modal__button-download {
        width: 260px;
        left: calc(50% - 144px);
    }
    .modal__text {
        font-size: 12px;
    }
    .box-modal.how-make {
        min-width: 300px;
    }
    .box-modal.how-make .modal__title {
        font-size: 18px;
    }
    .box-modal.how-make .modal__title.small {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .box-modal.how-make .modal__tel {
        font-size: 16px;
    }
    .process__title {
        font-size: 30px;
    }
    .process-item.step1:before {
        left: -34px;
        top: -65px;
    }
    .process-item.step3 {
        width: 37%;
        top: -29px;
        left: -15px;
    }
    .process-item.step5 {
        width: 32%;
        margin-top: -95px;
        left: -95px;
    }
    .process-item.step5:after {
        width: 170px;
    }
    .ideas__text .title3 {
        font-size: 42px;
    }
    .ideas__text .title2 {
        font-size: 32px;
    }
    .ideas__text .title1 {
        font-size: 26px;
    }
    .map__tel, .map__tel + span {
        font-size: 9pt;
    }
    .modal-header__form-block button {
        width: 225px;
        font-size: 18px;
    }
    .ideas__body,
    .popular__body,
    .rightForYourTask__body,
    .about__body,
    .about__video-block {
        max-width: 380px;
    }
    .popular__ideas {
        width: 380px;
    }
    .ideas {
        height: 605px;
        align-items: flex-start;
    }
    .ideas__text-edinorog {
        width: 150px;
        bottom: -58px;
    }
    .ideas__text .text {
        width: 250px;
        font-size: 14px;
    }
    .howWeMakeMascots__title {
        margin: 30px 0px;
    }
    .about__video-block p {
        width: 100%;
    }
    .ideas.get-consult {
        height: 600px;
    }
    .ideas__text-girl {
        /*display: none;*/
    }
    .get-consult .ideas__text .title1 {
        margin-top: -60px;
        font-size: 26px;
    }
    .ideas.get-consult .ideas__body {
        height: 550px;
    }
    .ideas__body {
        justify-content: flex-end;
    }
    .ideas__text-oldman {
        width: 115px;
    }
}
@media (max-width: 399px) {
    .head__whatsapp {
        width: 170px;
    }
    .head__whatsapp-text {
        font-size: 16px;
    }
    .head__phone {
        width: 60%;
    }
    .head__tel {
        font-size: 10pt;
    }
    .head__language {
        top: auto;
        bottom: -10px;
    }
    .head button {
        padding: 0px 7px;
        max-width: 120px;
    }
    .slider__subtitle {
        font-size: 16px;
        max-width: 315px;
    }
    .slider__subtitle.small {
        font-size: 14px;
    }
    .slider__button {
        font-size: 14px;
        width: 238px;
        height: 55px;
    }
    .slider__button:before,
    .slider__button:after {
        border: 6px solid #fa4197;
    }
    .slider__book {
        top: -20px;
    }
    .youtube {
        width: 316px;
        height: 180px;
    }
    .youtube .play {
        background-size: 70px 70px;
    }
    .popular__ideas {
        width: 310px;
    }
    .popular__idea {
        width: 100%;
    }
    .ideas__text .text {
        width: 200px;
    }
    .ideas__text-edinorog {
        width: 140px;
    }
    .about__video-block p {
        font-size: 18px;
        line-height: 28px;
    }
    /*.get-consult .ideas__text .title1 {
        font-size: 22px;
    }*/
    .ideas__text-girl {
        width: 300px;
    }
    .ideas.get-consult .ideas__body {
        height: 540px;
    }
    .ideas.get-consult {
        height: 560px;
    }
    .get-consult .ideas__text {
        height: 100px;
    }
    .get-consult .ideas__text .title4 {
        font-size: 16px;
    }
}

/* End */


/* Start:/local/templates/ykv_fabrika-karnaval_en/components/bitrix/main.feedback/default/style.css?1660123052263*/
.input__tell {
    /*background-image: url(/local/templates/ykv_fabrika-karnaval_en/components/bitrix/main.feedback/default/img/input-tell.png);*/
    background-position: 10px center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/ykv_fabrika-karnaval_en/components/bitrix/main.feedback/form3/style.css?1665949296263*/
.input__tell {
    /*background-image: url(/local/templates/ykv_fabrika-karnaval_en/components/bitrix/main.feedback/form3/img/input-tell.png);*/
    background-position: 10px center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
}
/* End */
/* /local/templates/ykv_fabrika-karnaval_en/assets/css/lib/jquery.arcticmodal.css?16601230515808 */
/* /local/templates/ykv_fabrika-karnaval_en/assets/css/style.css?16656969384342 */
/* /local/templates/ykv_fabrika-karnaval_en/assets/css/owl.carousel.min.css?16601230513351 */
/* /local/templates/ykv_fabrika-karnaval_en/assets/css/lib/swiper-bundle.min.css?166012305115563 */
/* /local/templates/ykv_fabrika-karnaval_en/assets/css/mainPage/header.css?176158903870295 */
/* /local/templates/ykv_fabrika-karnaval_en/components/bitrix/main.feedback/default/style.css?1660123052263 */
/* /local/templates/ykv_fabrika-karnaval_en/components/bitrix/main.feedback/form3/style.css?1665949296263 */
