

/* Start:/local/templates/landing/js/owl-carousel/owl.carousel.min.css?17304783215397*/
/**
 * 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{color:inherit;border:none;padding:0!important;font:inherit;background: transparent;}.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/landing/js/owl-carousel/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%}

.owl-nav [class*='owl-'] {
    display: block;
    cursor: pointer;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background: #C843F7;
    position: absolute;
    top: calc(50% - 28px);
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.owl-prev {
    left: -80px;
}
.owl-next {
    right: -80px;
}
.owl-nav svg {
    position: absolute;
    top: calc(50% - 8px);
    fill: #fff;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.owl-nav .owl-prev svg {
    left: calc(50% - 6px);
}
.owl-nav .owl-next svg {
    left: calc(50% - 3px);
}

.owl-nav [class*='owl-']:hover {
    background: #D665FD;
    color: #FFF;
    text-decoration: none;
}
.owl-nav [class*='owl-']:hover svg {
    fill: #fff;
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-dots,.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav {
    margin-top: 10px
}

.owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background: #869791
}
/* End */


/* Start:/local/templates/landing/template_styles.css?17304783228970*/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{background:#fff;color:#000;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:active,a:hover{outline:0}h1{font-size:2em;}h2{font-size:1.5em;}h3{font-size:1.17em;}h4{font-size:1em;}h5{font-size:.83em;}h6{font-size:.67em;}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/*end normalize.css*/

a {
    text-decoration: none;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('/local/templates/landing/fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/landing/fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/landing/fonts/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/landing/fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/landing/fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */
@font-face {
    font-family: 'Lato';
    src: url('/local/templates/landing/fonts/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/landing/fonts/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/landing/fonts/Lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/landing/fonts/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/landing/fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */
@font-face {
    /*font-family: 'LatoWebSemibold';*/
    font-family: 'LatoWebMedium';
    src: url('/local/templates/landing/fonts/Lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('/local/templates/landing/fonts/Lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/local/templates/landing/fonts/Lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
    url('/local/templates/landing/fonts/Lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
    url('/local/templates/landing/fonts/Lato/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato';
}

body {
    font-size: 18px;
    line-height: 28px;
    color: #44005C;
    background: #FFFCF9;

}
.center {
    width: 100%;
    max-width: 1280px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    padding: 16px 0;
    margin-bottom: 50px;
}
.logo {
    display: block;
    width: 130px;
    height: 100px;
    background: url("/local/templates/landing/images/logo.svg") left center / contain no-repeat;
}
.whatsapp-link {
    width: 32px;
    height: 32px;
    display: block;
    background: url("/local/templates/detki/images/whatsapp.svg") center / contain no-repeat;
}
.button {
    display: inline-block;
    border-radius: 100px;
    padding: 16px 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    background: #C843F7;
    border: 2px solid #C843F7;
    transition: 0.3s all;
    color: #fff;
}
.button:hover {
    background: #D665FD;
}
.button--transparent {
    background: transparent;
    color: #C843F7;
}
.button--transparent:hover {
    background: rgba(255, 255, 255, 0.5);
}

.tag {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
}
.tag--white {
    background: #fff;
}
.tag--light-border {
    border: 2px solid #F7E1FF;
}
.city-button {
    display: inline-block;
    padding: 4px 16px 6px 40px;
    border-radius: 100px;
    background: #fff;
    color: #44005C;
    position: relative;
}
.city-button:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 8px;
    background: url("/local/templates/detki/images/city-button.svg") center / contain no-repeat;
}
.city-button--violet {
    background: #FAEAFD;
}
.header .city-button {
    margin: 0 36px;
}
.bg-light-violet {
    background: #FDF7FF;
}
.text-color-main {
    color: #44005C;
}
.video-link {
    position: relative;
    padding-left: 64px;
    min-height: 48px;
    display: flex;
    align-items: center;
}
.video-link:before {
    content: '';
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("/local/templates/detki/images/play-video.svg") center / contain no-repeat;
}
.footer {
    background: #F7E1FF url("/local/templates/landing/images/footer-line.svg") calc(50% - 100px) center / contain  no-repeat;
    padding: 60px 0;
}
#select-city {
    width: 100%;
    max-width: 400px;
}
.selected-city {
    display: inline-block;
    position: relative;
    color: #c843f7;
}
.selected-city:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: 4px;
    background: url('/local/templates/detki/images/city-button.svg') center / contain no-repeat;
}


.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: initial;
}
@media (max-width: 1199.98px) {
    .burger {
        width: 32px;
        height: 32px;
        display: block;
        position: relative;
        margin-left: 30px;
    }
    .burger_inner {
        position: absolute;
        height: 4px;
        left: 0;
        right: 0;
        background: #C843F7;
        border-radius: 2px;
    }
    .burger_inner-top {
        top: 6px;
        transition: 0.3s all;
    }
    .burger_inner-middle {
        top: 14px;
        transition: 0.3s all;
    }
    .burger_inner-bottom {
        bottom: 6px;
        transition: 0.3s all;
    }
    .burger.opened .burger_inner-top {
        transform: rotate(45deg) scale(0.7);
        top: 14px;
    }
    .burger.opened .burger_inner-middle {
        display: none;
    }
    .burger.opened .burger_inner-bottom {
        transform: rotate(-45deg) scale(0.7);
        bottom: 14px;
    }
}
@media (max-width: 991.98px) {
    .burger {
        margin-left: auto;
    }
}
@media (max-width: 767.98px) {
    .header .logo {
        width: 60px;
        height: 50px;
    }
    .footer {
        padding: 40px 0;
    }
}
@media (max-width: 575.98px) {}


/* success-animation --------------------------------------------------------------------------------------------------*/
.success-animation {
    display: block;
}
.success-animation__round {
    stroke-dasharray: 230 232;
    stroke-dashoffset: 231;
    animation: success-animation__draw 666ms linear 0ms forwards;
}

.success-animation__check {
    stroke-dasharray: 55 57;
    stroke-dashoffset: 56;
    animation: success-animation__draw 666ms linear 333ms forwards;
}

@keyframes success-animation__draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes success-animation__fade {
    0% {
        stroke-opacity: 1;
    }
    92.3076923076923% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}
/*--------------------------------------------------------------------------------------------------*/
/* End */


/* Start:/local/templates/landing/ui.css?17304783226709*/
.hidden {
    display: none;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.image {
    display: block;
    width: 100%;
    max-width: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.mb {
    margin-bottom: 120px;
}
.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.mr-auto {
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-28 {
    margin-bottom: 28px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-72 {
    margin-bottom: 72px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-120 {
    margin-bottom: 120px;
}

.max-width-200 {
    max-width: 200px;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-350 {
    max-width: 350px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-900 {
    max-width: 900px;
}
.max-width-1000 {
    max-width: 1000px;
}

.text-12 {
    font-size: 12px;
    line-height: 18px;
}
.text-14 {
    font-size: 14px;
    line-height: 20px;
}
.text-16 {
    font-size: 16px;
    line-height: 24px;
}
.text-20 {
    font-size: 20px;
    line-height: 28px;
}
.text-24 {
    font-size: 24px;
    line-height: 32px;
}
.text-32 {
    font-size: 32px;
    line-height: 40px;
}
.text-36 {
    font-size: 36px;
    line-height: 46px;
}
.text-40 {
    font-size: 40px;
    line-height: 50px;
}
.text-50 {
    font-size: 50px;
    line-height: 60px;
}
.text-60 {
    font-size: 60px;
    line-height: 60px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-white {
    color: #fff;
}
.text-grey {
    color: #5B5B5B;
}
.text-light-grey {
    color: #AEA3B2;
}
.opacity-6 {
    opacity: 0.6;
}
.uppercase {
    text-transform: uppercase;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gap-8 {
    gap: 8px;
}
.gap-12 {
    gap: 12px;
}
.gap-16 {
    gap: 16px;
}
.gap-24 {
    gap: 24px;
}
.gap-32 {
    gap: 32px;
}
.gap-48 {
    gap: 48px;
}
.bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.rounded-10 {
    border-radius: 10px;
}
.rounded-20 {
    border-radius: 20px;
}

@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:hidden {
        display: none;
    }
    .md\:overflow-swipe-wrapper {
        overflow: hidden;
    }
    .md\:max-width-400 {
        max-width: 400px;
    }
    .md\:overflow-swipe-wrapper.overflow-swipe-wrapper--full-width {
        /*margins like .center*/
        margin-left: -20px;
        margin-right: -20px;
    }
    .md\:overflow-swipe-wrapper .overflow-swipe {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 40px;
    }
    /*------------------------------------------------------------------------------------*/

    .text-24 {
        font-size: calc(24px * 0.85);
        line-height: calc(32px * 0.85);
    }
    .text-32 {
        font-size: calc(32px * 0.85);
        line-height: calc(40px * 0.85);
    }
    .text-36 {
        font-size: calc(36px * 0.85);
        line-height: calc(46px * 0.85);
    }
    .text-40 {
        font-size: calc(40px * 0.85);
        line-height: calc(50px * 0.85);
    }
    .text-50 {
        font-size: calc(50px * 0.85);
        line-height: calc(60px * 0.85);
    }
    .text-60 {
        font-size: calc(60px * 0.85);
        line-height: calc(60px * 0.85);
    }
    /*------------------------------------------------------------*/
    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:gap-32 {
        gap: 32px;
    }
    .sm\:gap-8 {
        gap: 8px;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
    .sm\:items-stretch {
        align-items: stretch;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }


    /*------------------------------------------------------------*/

    .text-24 {
        font-size: calc(24px * 0.7);
        line-height: calc(32px * 0.7);
    }
    .text-32 {
        font-size: calc(32px * 0.7);
        line-height: calc(40px * 0.7);
    }
    .text-36 {
        font-size: calc(36px * 0.7);
        line-height: calc(46px * 0.7);
    }
    .text-40 {
        font-size: calc(40px * 0.7);
        line-height: calc(50px * 0.7);
    }
    .text-50 {
        font-size: calc(50px * 0.7);
        line-height: calc(60px * 0.7);
    }
    .text-60 {
        font-size: calc(60px * 0.7);
        line-height: calc(60px * 0.7);
    }
    /*------------------------------------------------------------*/
    .py-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 575.98px) {
    .xs\:hidden {
        display: none;
    }
    .xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/* End */


/* Start:/local/templates/detki/ui.css?17520804156798*/
.hidden {
    display: none;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.image {
    display: block;
    width: 100%;
    max-width: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.cursor-pointer {
    cursor: pointer;
}
.mb {
    margin-bottom: 120px;
}
.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.mr-auto {
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-28 {
    margin-bottom: 28px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-72 {
    margin-bottom: 72px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-120 {
    margin-bottom: 120px;
}

.max-width-200 {
    max-width: 200px;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-350 {
    max-width: 350px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-900 {
    max-width: 900px;
}
.max-width-1000 {
    max-width: 1000px;
}

.text-12 {
    font-size: 12px;
    line-height: 18px;
}
.text-14 {
    font-size: 14px;
    line-height: 20px;
}
.text-16 {
    font-size: 16px;
    line-height: 24px;
}
.text-20 {
    font-size: 20px;
    line-height: 28px;
}
.text-24 {
    font-size: 24px;
    line-height: 32px;
}
.text-32 {
    font-size: 32px;
    line-height: 40px;
}
.text-36 {
    font-size: 36px;
    line-height: 46px;
}
.text-40 {
    font-size: 40px;
    line-height: 50px;
}
.text-50 {
    font-size: 50px;
    line-height: 60px;
}
.text-60 {
    font-size: 60px;
    line-height: 60px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-white {
    color: #fff;
}
.text-grey {
    color: #5B5B5B;
}
.text-light-grey {
    color: #AEA3B2;
}
.opacity-6 {
    opacity: 0.6;
}
.uppercase {
    text-transform: uppercase;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gap-8 {
    gap: 8px;
}
.gap-12 {
    gap: 12px;
}
.gap-16 {
    gap: 16px;
}
.gap-24 {
    gap: 24px;
}
.gap-32 {
    gap: 32px;
}
.gap-48 {
    gap: 48px;
}
.bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.rounded-10 {
    border-radius: 10px;
}
.rounded-20 {
    border-radius: 20px;
}

@media (max-width: 1199.98px) {
    .lg\:hidden {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:hidden {
        display: none;
    }
    .md\:overflow-swipe-wrapper {
        overflow: hidden;
    }
    .md\:max-width-400 {
        max-width: 400px;
    }
    .md\:overflow-swipe-wrapper.overflow-swipe-wrapper--full-width {
        /*margins like .center*/
        margin-left: -20px;
        margin-right: -20px;
    }
    .md\:overflow-swipe-wrapper .overflow-swipe {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 40px;
    }
    /*------------------------------------------------------------------------------------*/

    .text-24 {
        font-size: calc(24px * 0.85);
        line-height: calc(32px * 0.85);
    }
    .text-32 {
        font-size: calc(32px * 0.85);
        line-height: calc(40px * 0.85);
    }
    .text-36 {
        font-size: calc(36px * 0.85);
        line-height: calc(46px * 0.85);
    }
    .text-40 {
        font-size: calc(40px * 0.85);
        line-height: calc(50px * 0.85);
    }
    .text-50 {
        font-size: calc(50px * 0.85);
        line-height: calc(60px * 0.85);
    }
    .text-60 {
        font-size: calc(60px * 0.85);
        line-height: calc(60px * 0.85);
    }
    /*------------------------------------------------------------*/
    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:gap-32 {
        gap: 32px;
    }
    .sm\:gap-8 {
        gap: 8px;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
    .sm\:items-stretch {
        align-items: stretch;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }


    /*------------------------------------------------------------*/

    .text-24 {
        font-size: calc(24px * 0.7);
        line-height: calc(32px * 0.7);
    }
    .text-32 {
        font-size: calc(32px * 0.7);
        line-height: calc(40px * 0.7);
    }
    .text-36 {
        font-size: calc(36px * 0.7);
        line-height: calc(46px * 0.7);
    }
    .text-40 {
        font-size: calc(40px * 0.7);
        line-height: calc(50px * 0.7);
    }
    .text-50 {
        font-size: calc(50px * 0.7);
        line-height: calc(60px * 0.7);
    }
    .text-60 {
        font-size: calc(60px * 0.7);
        line-height: calc(60px * 0.7);
    }
    /*------------------------------------------------------------*/
    .py-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 575.98px) {
    .xs\:hidden {
        display: none;
    }
    .xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/* End */
/* /local/templates/landing/js/owl-carousel/owl.carousel.min.css?17304783215397 */
/* /local/templates/landing/template_styles.css?17304783228970 */
/* /local/templates/landing/ui.css?17304783226709 */
/* /local/templates/detki/ui.css?17520804156798 */
