

/* Start:/local/templates/samsmogu_landing/css/fancybox.css?177747885817843*/
body.compensate-for-scrollbar
{
    overflow: hidden;
}

.fancybox-active
{
    height: auto;
}

.fancybox-is-hidden
{
    position: absolute !important;
    top: -9999px;
    left: -9999px;

    visibility: hidden;

    margin: 0;
}

.fancybox-container
{
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: translateZ(0);

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.fancybox-container *
{
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer
{
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.fancybox-bg
{
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-duration: inherit;
    transition-property: opacity;

    opacity: 0;
    background: #232323;
}

.fancybox-is-open .fancybox-bg
{
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);

    opacity: .8;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
    position: absolute;
    z-index: 99997;

    visibility: hidden;

    transition: opacity .25s ease, visibility 0s ease .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    visibility: visible;

    transition: opacity .25s ease 0s, visibility 0s ease 0s;

    opacity: 1;
}

.fancybox-infobar
{
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 44px;

    top: 0;
    left: 0;

    min-width: 44px;
    height: 44px;
    padding: 0 10px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
}

.fancybox-toolbar
{
    top: 0;
    right: 0;
}

.fancybox-stage
{
    z-index: 99994;

    overflow: visible;

    transform: translateZ(0);

    direction: ltr;
}

.fancybox-is-open .fancybox-stage
{
    overflow: hidden;
}

.fancybox-slide
{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    /* Using without prefix would break IE11 */

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    padding: 44px;

    transition-property: transform, opacity;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before
{
    font-size: 0;

    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
    display: block;
}

.fancybox-slide--image
{
    overflow: hidden;

    padding: 44px 0;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-slide--html.fancybox-slide
{
    padding: 15px;
}

.fancybox-content
{
    position: relative;

    display: inline-block;

    max-width: 100%;
    margin: 0;

    text-align: left;
    vertical-align: middle;

    -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content
{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    max-width: none;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition-property: transform, opacity;
    -ms-transform-origin: top left;
        transform-origin: top left;
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);

    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content
{
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content
{
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content
{
    cursor: -webkit-grab;
    cursor:         grab;
}

.fancybox-is-grabbing .fancybox-content
{
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}

.fancybox-container [data-selectable='true']
{
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border: 0;
    background: transparent;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content
{
    overflow: visible;

    width: 100%;
    height: 100%;
    padding: 0;
}

.fancybox-slide--video .fancybox-content
{
    background: #000;
}

.fancybox-slide--map .fancybox-content
{
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content
{
    background: #fff;
}

.fancybox-video,
.fancybox-iframe
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
}

/* Fix iOS */
.fancybox-iframe
{
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-error
{
    width: 100%;
    max-width: 400px;
    padding: 40px;

    cursor: default;

    background: #fff;
}

.fancybox-error p
{
    color: #444;
    font-size: 16px;
    line-height: 20px;

    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button
{
    position: relative;

    display: inline-block;
    visibility: inherit;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;

    cursor: pointer;
    transition: color .2s;
    vertical-align: top;

    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link
{
    color: #ccc;
}

.fancybox-button:hover
{
    color: #fff;
}

.fancybox-button:focus
{
    outline: none;
}

.fancybox-button.fancybox-focus
{
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover
{
    color: #888;

    cursor: default;

    outline: none;
}

/* Fix IE11 */
.fancybox-button div
{
    height: 100%;
}

.fancybox-button svg
{
    position: relative;

    display: block;
    overflow: visible;

    width: 100%;
    height: 100%;

    transition: .2s linear;
}

.fancybox-button svg path
{
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2)
{
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1)
{
    display: none;
}

.fancybox-progress
{
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;

    height: 2px;

    transition-timing-function: linear;
    transition-property: transform;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -ms-transform-origin: 0;
        transform-origin: 0;

    background: #ff5268;
}

/* Close button on the top right corner of html content */

.fancybox-close-small
{
    color: #ccc;

    position: absolute;
    z-index: 401;
    top: -44px;
    right: -12px;

    padding: 8px;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    background: transparent;
}

.fancybox-close-small:hover
{
    color: #fff;

    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small
{
    color: #3b5261;

    position: absolute;
    top: 20px;
    right: 20px;

    width: 40px;
    height: 40px;
    padding: 0;

    transition: .2s linear;

    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small:hover svg
{
    transform: rotate(180deg);
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content
{
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button
{
    position: absolute;
    top: calc(50% - 50px);

    width: 70px;
    height: 100px;

    opacity: 0;
    background-clip: content-box;
}

.fancybox-navigation .fancybox-button div
{
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left
{
    left: 0;
    left: env(safe-area-inset-left);

    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right
{
    right: 0;
    right: env(safe-area-inset-right);

    padding: 31px 6px 31px 26px;
}

/* Caption */

.fancybox-caption
{
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 75px 44px 25px 44px;

    text-align: center;
    pointer-events: none;

    background: linear-gradient(to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
}

@supports (padding: max(0px))
{
    .fancybox-caption
    {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate
{
    margin-top: -50px;
}

.fancybox-caption__body
{
    overflow: auto;

    max-height: 50vh;

    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited
{
    color: #ccc;

    text-decoration: none;
}

.fancybox-caption a:hover
{
    color: #fff;

    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading
{
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;

    animation: fancybox-rotate 1s linear infinite;

    opacity: .7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: transparent;
}

@keyframes fancybox-rotate
{
    100%
    {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated
{
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous
{
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next
{
    transform: translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current
{
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);

    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
    transform: scale3d(1.5, 1.5, 1.5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
    transform: scale3d(.5, .5, .5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
    transform: scale3d(1, 1, 1);

    opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous
{
    -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next
{
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current
{
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);

    opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous
{
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next
{
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current
{
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous
{
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next
{
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current
{
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px)
{
    .fancybox-slide
    {
        padding-right: 6px;
        padding-left: 6px;
    }

    .fancybox-slide--image
    {
        padding: 6px 0;
    }

    .fancybox-close-small
    {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small
    {
        color: #f2f4f6;

        top: 0;
        right: 0;

        width: 36px;
        height: 36px;
        padding: 6px;

        opacity: 1;
        background: #4e4e4e;
    }

    .fancybox-caption
    {
        padding-right: 12px;
        padding-left: 12px;
    }

    @supports (padding: max(0px))
    {
        .fancybox-caption
        {
            padding-right: max(12px, env(safe-area-inset-right));
            padding-left: max(12px, env(safe-area-inset-left));
        }
    }
}
/* Share */

.fancybox-share
{
    max-width: 90%;
    padding: 30px;

    text-align: center;

    border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1
{
    color: #222;
    font-size: 35px;
    font-weight: 700;

    margin: 0 0 20px 0;
}

.fancybox-share p
{
    margin: 0;
    padding: 0;
}

.fancybox-share__button
{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    display: inline-block;

    min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all .2s;
    white-space: nowrap;
    text-decoration: none;

    border: 0;
    border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link
{
    color: #fff;
}

.fancybox-share__button:hover
{
    text-decoration: none;
}

.fancybox-share__button--fb
{
    background: #3b5998;
}

.fancybox-share__button--fb:hover
{
    background: #344e86;
}

.fancybox-share__button--pt
{
    background: #bd081d;
}

.fancybox-share__button--pt:hover
{
    background: #aa0719;
}

.fancybox-share__button--tw
{
    background: #1da1f2;
}

.fancybox-share__button--tw:hover
{
    background: #0d95e8;
}

.fancybox-share__button svg
{
    position: relative;
    top: -1px;

    width: 25px;
    height: 25px;
    margin-right: 7px;

    vertical-align: middle;
}

.fancybox-share__button svg path
{
    fill: #fff;
}

.fancybox-share__input
{
    color: #5d5b5b;
    font-size: 14px;

    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;

    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: transparent;
}
/* Thumbs */

.fancybox-thumbs
{
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;

    display: none;

    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;

    background: #ddd;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-thumbs-x
{
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs
{
    display: block;
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 212px;
}

.fancybox-thumbs__list
{
    font-size: 0;

    position: absolute;
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list
{
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar
{
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;

    cursor: pointer;

    outline: none;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before
{
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all .2s cubic-bezier(.25, .46, .45, .94);

    opacity: 0;
    border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before
{
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before
{
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px)
{
    .fancybox-thumbs
    {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner
    {
        right: 110px;
    }

    .fancybox-thumbs__list a
    {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/samsmogu_landing/css/swiper-bundle.min.css?177747885818907*/
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */

@font-face
{
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal;

    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");;
}:root
{
    --swiper-theme-color: #007AFF;
}.swiper
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    margin-right: auto;
    margin-left: auto;
    padding: 0;

    list-style: none;;
}.swiper-vertical > .swiper-wrapper
{
    flex-direction: column;
}.swiper-wrapper
{
    position: relative;
    z-index: 1;

    display: flex;

    box-sizing: content-box;
    width: 100%;
    height: 100%;

    transition-property: transform;;
}.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
{
    position: relative;

    flex-shrink: 0;

    width: 100%;
    height: 100%;

    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-backface-hidden .swiper-slide
{
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}.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;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;;
}.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;

    -ms-overflow-style: none;
    scrollbar-width: 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
{
    width: var(--swiper-centered-offset-after);
    height: 100%;
    min-height: 1px;;
}.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-slide
{
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;;
}.swiper-virtual.swiper-css-mode .swiper-wrapper::after
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    pointer-events: none;
}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after
{
    width: var(--swiper-virtual-size);
    height: 1px;;
}.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;
    z-index: 10;
    top: 50%;

    color: var(--swiper-navigation-color,var(--swiper-theme-color));

    display: flex;
    justify-content: center;
    align-items: center;

    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));

    cursor: pointer;;
}.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled
{
    cursor: auto;
    pointer-events: none;

    opacity: .35;;
}.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden
{
    cursor: auto;
    pointer-events: none;

    opacity: 0;;
}.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev
{
    display: none!important;
}.swiper-button-next:after,
.swiper-button-prev:after
{
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;

    letter-spacing: 0;
    text-transform: none!important;;
}.swiper-button-prev,
.swiper-rtl .swiper-button-next
{
    right: auto;
    left: 10px;;
}.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;
    z-index: 10;

    text-align: center;

    transition: .3s opacity;
    transform: translate3d(0,0,0);;
}.swiper-pagination.swiper-pagination-hidden
{
    opacity: 0;
}.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled
{
    display: none!important;
}.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
{
    font-size: 0;

    overflow: hidden;;
}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
    position: relative;

    transform: scale(.33);;
}.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
{
    display: inline-block;

    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));

    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);;
}button.swiper-pagination-bullet
{
    margin: 0;
    padding: 0;

    border: none;
    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
{
    top: 50%;
    right: 10px;

    transform: translate3d(0px,-50%,0);
}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    display: block;

    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;;
}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
    top: 50%;

    width: 8px;

    transform: translateY(-50%);;
}.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%;

    white-space: nowrap;

    transform: translateX(-50%);;
}.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
{
    position: absolute;

    background: rgba(0,0,0,.25);;
}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: var(--swiper-pagination-color,var(--swiper-theme-color));

    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
{
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;;
}.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
{
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;;
}.swiper-pagination-lock
{
    display: none;
}.swiper-scrollbar
{
    position: relative;

    border-radius: 10px;
    background: rgba(0,0,0,.1);

    -ms-touch-action: none;;
}.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled
{
    display: none!important;
}.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal
{
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;

    width: 98%;
    height: 5px;;
}.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar
{
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;

    width: 5px;
    height: 98%;
}.swiper-scrollbar-drag
{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    background: rgba(0,0,0,.5);;
}.swiper-scrollbar-cursor-drag
{
    cursor: move;
}.swiper-scrollbar-lock
{
    display: none;
}.swiper-zoom-container
{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    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
{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;

    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%;

    transform-origin: 50%;;
}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader
{
    animation: swiper-preloader-spin 1s infinite linear;
}.swiper-lazy-preloader-white
{
    --swiper-preloader-color: #FFF;
}.swiper-lazy-preloader-black
{
    --swiper-preloader-color: #000;
}@keyframes swiper-preloader-spin
{
    0%
    {
        transform: rotate(0deg);
    }100%
    {
        transform: rotate(360deg);
    }
}.swiper .swiper-notification
{
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;

    pointer-events: none;

    opacity: 0;;
}.swiper-free-mode > .swiper-wrapper
{
    margin: 0 auto;

    transition-timing-function: ease-out;;
}.swiper-grid > .swiper-wrapper
{
    flex-wrap: wrap;
}.swiper-grid-column > .swiper-wrapper
{
    flex-direction: column;
    flex-wrap: wrap;;
}.swiper-fade.swiper-free-mode .swiper-slide
{
    transition-timing-function: ease-out;
}.swiper-fade .swiper-slide
{
    transition-property: opacity;
}.swiper-fade .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-fade .swiper-slide-active
{
    z-index: 1;
}.swiper-cube
{
    overflow: visible;
}.swiper-cube .swiper-slide
{
    z-index: 1;

    visibility: hidden;

    width: 100%;
    height: 100%;

    pointer-events: none;

    transform-origin: 0 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;;
}.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
{
    visibility: visible;

    pointer-events: auto;;
}.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;
    z-index: 0;
    bottom: 0px;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;;
}.swiper-cube .swiper-cube-shadow:before
{
    content: "";

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #000;

    filter: blur(50px);
}.swiper-flip
{
    overflow: visible;
}.swiper-flip .swiper-slide
{
    z-index: 1;

    pointer-events: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;;
}.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
{
    overflow: hidden;

    transition-property: transform,opacity,height;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;;
}.swiper-cards
{
    overflow: visible;
}.swiper-cards .swiper-slide
{
    overflow: hidden;

    transform-origin: center bottom;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;;
}
/* End */


/* Start:/local/templates/samsmogu_landing/css/intlTelInput.css?177747885816444*/
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("/local/templates/samsmogu_landing/css/../img/flags.webp");
  --iti-path-flags-2x: url("/local/templates/samsmogu_landing/css/../img/flags@2x.webp");
  --iti-path-globe-1x: url("/local/templates/samsmogu_landing/css/../img/globe.webp");
  --iti-path-globe-2x: url("/local/templates/samsmogu_landing/css/../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/* End */


/* Start:/local/templates/samsmogu_landing/css/animation.css?17774788587115*/
@media (min-width: 1025px)
{
    /*-----------------
		Animate
	-----------------*/
    .fadeIn
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,visibility;
    }

    .fadeInUp
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,transform,visibility;
        transform: translate(0,50px);
    }

    .fadeInUpLeft
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,transform,visibility;
        transform: translate(-50px,50px);
    }

    .fadeInDown
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,transform,visibility;
        transform: translate(0,-50px);
    }

    .fadeInDown
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,transform,visibility;
        transform: translate(-50px,-50px);
    }

    .fadeInRight
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,transform,visibility;
        transform: translate(100px,0);
    }

    .fadeInLeft
    {
        visibility: hidden;

        opacity: 0;

        transition-timing-function: ease;
        transition-property: opacity,transform,visibility;
        transform: translate(-100px,0);
    }

    .fadeZoom
    {
        visibility: hidden;

        transition-timing-function: ease-in;
        transition-property: transform;
        transform: scale(0) rotate(30deg);
    }


    .animAfterW::after
    {
        content: "";

        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;

        width: 100%;
        height: 100%;

        background: #222629;

        transition: width 1s ease-in-out;
    }

    .animated.animAfterW::after,
    .animated .animAfterW::after
    {
        width: 0;
    }


    .animated.fadeInUp,
    .animated .fadeInUp,
    .animated.fadeInUpLeft,
    .animated .fadeInUpLeft
    .animated.fadeInRight,
    .animated .fadeInRight,
    .animated.fadeInLeft,
    .animated .fadeInLeft,
    .animated.fadeInDown,
    .animated .fadeInDown
    .animated.fadeInDown,
    .animated .fadeInDown
    {
        visibility: visible;

        opacity: 1;

        transition-duration: 1s;
        transform: none;
    }

    .animated.fadeIn,
    .animated .fadeIn
    {
        visibility: visible;

        opacity: 1;

        transition-duration: 1s;
    }

    .animated.fadeZoom,
    .animated .fadeZoom
    {
        visibility: visible;

        transition-duration: .5s;
        transform: scale(1);
    }


    .animated[data-delay="1"],
    .animated [data-delay="1"],
    .animated[data-delay="1"]::after,
    .animated [data-delay="1"]::after
    {
        transition-delay: .1s;
    }

    .animated[data-delay="2"],
    .animated [data-delay="2"],
    .animated[data-delay="2"]::after,
    .animated [data-delay="2"]::after
    {
        transition-delay: .2s;
    }

    .animated[data-delay="3"],
    .animated [data-delay="3"],
    .animated[data-delay="3"]::after,
    .animated [data-delay="3"]::after
    {
        transition-delay: .3s;
    }

    .animated[data-delay="4"],
    .animated [data-delay="4"],
    .animated[data-delay="4"]::after,
    .animated [data-delay="4"]::after
    {
        transition-delay: .4s;
    }

    .animated[data-delay="5"],
    .animated [data-delay="5"],
    .animated[data-delay="5"]::after,
    .animated [data-delay="5"]::after
    {
        transition-delay: .5s;
    }

    .animated[data-delay="6"],
    .animated [data-delay="6"],
    .animated[data-delay="6"]::after,
    .animated [data-delay="6"]::after
    {
        transition-delay: .6s;
    }

    .animated[data-delay="7"],
    .animated [data-delay="7"],
    .animated[data-delay="7"]::after,
    .animated [data-delay="7"]::after
    {
        transition-delay: .7s;
    }

    .animated[data-delay="8"],
    .animated [data-delay="8"],
    .animated[data-delay="8"]::after,
    .animated [data-delay="8"]::after
    {
        transition-delay: .8s;
    }

    .animated[data-delay="9"],
    .animated [data-delay="9"],
    .animated[data-delay="9"]::after,
    .animated [data-delay="9"]::after
    {
        transition-delay: .9s;
    }

    .animated[data-delay="10"],
    .animated [data-delay="10"],
    .animated[data-delay="10"]::after,
    .animated [data-delay="10"]::after
    {
        transition-delay: 1s;
    }

    .animated[data-delay="11"],
    .animated [data-delay="11"],
    .animated[data-delay="11"]::after,
    .animated [data-delay="11"]::after
    {
        transition-delay: 1.1s;
    }

    .animated[data-delay="12"],
    .animated [data-delay="12"],
    .animated[data-delay="12"]::after,
    .animated [data-delay="12"]::after
    {
        transition-delay: 1.2s;
    }

    .animated[data-delay="15"],
    .animated [data-delay="15"],
    .animated[data-delay="15"]::after,
    .animated [data-delay="15"]::after
    {
        transition-delay: 1.5s;
    }

    .animated[data-delay="18"],
    .animated [data-delay="18"],
    .animated[data-delay="18"]::after,
    .animated [data-delay="18"]::after
    {
        transition-delay: 1.8s;
    }

    .animated[data-delay="21"],
    .animated [data-delay="21"],
    .animated[data-delay="21"]::after,
    .animated [data-delay="21"]::after
    {
        transition-delay: 2.1s;
    }

    .animated[data-delay="24"],
    .animated [data-delay="24"],
    .animated[data-delay="24"]::after,
    .animated [data-delay="24"]::after
    {
        transition-delay: 2.4s;
    }

    .animated[data-delay="27"],
    .animated [data-delay="27"],
    .animated[data-delay="27"]::after,
    .animated [data-delay="27"]::after
    {
        transition-delay: 2.7s;
    }

    .animated[data-delay="30"],
    .animated [data-delay="30"],
    .animated[data-delay="30"]::after,
    .animated [data-delay="30"]::after
    {
        transition-delay: 3s;
    }

    .animated[data-delay="33"],
    .animated [data-delay="33"],
    .animated[data-delay="33"]::after,
    .animated [data-delay="33"]::after
    {
        transition-delay: 3.3s;
    }

    .animated[data-delay="36"],
    .animated [data-delay="36"],
    .animated[data-delay="36"]::after,
    .animated [data-delay="36"]::after
    {
        transition-delay: 3.6s;
    }


    .char
    {
        display: inline-block;

        opacity: 0;

        animation: an .1s ease-out 1 both;
    }

    @keyframes an
    {
        from
        {
            opacity: 0;

            /* transform: perspective(500px) translate3d(-50px, -50px, -150px) rotate3d(1, -1, 0, 35deg); */
        }
        to
        {
            opacity: 1;

            /* transform: perspective(500px) translate3d(0, 0, 0); */
        }
    }

    .anim-letter
    {
        opacity: 0;
    }

    .animated .anim-letter
    {
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/samsmogu_landing/css/styles.css?177747885843166*/

/* For old browsers */
@supports (not(--css: variables))
{
    .supports-error
    {
        display: flex !important;
    }
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .supports-error
    {
        display: flex !important;
    }
}


/*------------------------
    Fonts
------------------------*/
@font-face
{
    font-family: "Kontora";
    font-weight: 300;
    font-style: normal;

    font-display: swap;
    src: url("/local/templates/samsmogu_landing/css/../fonts/kontora-light.woff") format("woff"),
    url("/local/templates/samsmogu_landing/css/../fonts/kontora-light.ttf") format("truetype");
}

@font-face
{
    font-family: "Kontora";
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url("/local/templates/samsmogu_landing/css/../fonts/kontora-regular.woff") format("woff"),
    url("/local/templates/samsmogu_landing/css/../fonts/kontora-regular.ttf") format("truetype");
}

@font-face
{
    font-family: "Kontora";
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url("/local/templates/samsmogu_landing/css/../fonts/kontora-medium.woff") format("woff"),
    url("/local/templates/samsmogu_landing/css/../fonts/kontora-medium.ttf") format("truetype");
}


@font-face
{
    font-family: "Kontora";
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url("/local/templates/samsmogu_landing/css/../fonts/kontora-bold.woff") format("woff"),
    url("/local/templates/samsmogu_landing/css/../fonts/kontora-bold.ttf") format("truetype");
}




/*------------------
    Reset styles
------------------*/
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    margin: 0;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    -webkit-tap-highlight-color: transparent;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
}

img
{
    border-style: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button
{
    margin: 0;

    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

input[type=number]
{
    -moz-appearance: textfield;
}

:focus
{
    outline: 0;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*-------------------
    Global styles
-------------------*/
:root
{
    --font_family: "Kontora", sans-serif;
    --scroll_width: 17px;
}


.clear
{
    clear: both;
}


.left
{
    float: left;
}


.right
{
    float: right;
}


html
{
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}


@media (min-width: 1025px)
{
    html.custom_scroll,
    html.custom_scroll *
    {
        scrollbar-color: #B49F72 #FFF;
        scrollbar-width: thin;
    }

    html.custom_scroll ::-webkit-scrollbar
    {
        width: 12px;
        height: 12px;

        background-color: #FFF;
    }

    html.custom_scroll ::-webkit-scrollbar-track
    {
        background-color: #FFF;
    }

    html.custom_scroll ::-webkit-scrollbar-thumb
    {
        border: 2px solid #FFF;
        background-color: #B49F72;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}


body
{
    color: #3B3B3B;
    font: 17px/1.3 var(--font_family);

    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;

    background: #FFF;
}


button
{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;

    display: inline-block;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;
}


.wrap
{
    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
}

.main
{
    flex: 1 0 auto;
}


.cont
{
    position: relative;

    width: 100%;
    max-width: 1576px;
    margin: 0 auto;
    padding: 0 20px;
}


.lazyload
{
    opacity: 0;

    transition: opacity .5s linear;
}

.lazyload.loaded
{
    opacity: 1;
}


._flex
{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}


.supports-error
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    font-family: "Arial", sans-serif;
    font-size: 20px;
    line-height: 30px;

    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #FFF;
}

.supports-error.show
{
    display: flex;
}


/*------------
    Header
------------*/
.header
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;

    transition: background .2s linear, padding-top .2s linear, padding-bottom .2s linear;
}

.header.fixed
{
    position: fixed;

    padding-top: 16px;
    padding-bottom: 16px;

    background: #FFF;
}

.header .cont
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header__logo img
{
    display: block;
}


.mob-menu-btn
{
    position: relative;
    z-index: 100;

    display: none;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 48px;
    height: 48px;
}

.mob-menu-btn span
{
    position: relative;

    display: block;

    width: 100%;
    height: 4px;

    background: #ED1C24;
}

.mob-menu-btn span + span
{
    margin-top: 4px;
}

.mob-menu-btn._active span:nth-child(2)
{
    opacity: 0;
}

.mob-menu-btn._active span:nth-child(1)
{
    top: 8px;

    width: 100%;

    transform: rotate(45deg);
}

.mob-menu-btn._active span:nth-child(3)
{
    top: -8px;

    width: 100%;

    transform: rotate(-45deg);
}


.header__menu-item + .header__menu-item
{
    margin-left: 46px;
}

.header__menu-btn
{
    position: relative;

    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;

    display: block;

    padding: 0 10px 4px;

    transition: color .2s linear;
    text-decoration: none;
}

.header__menu-btn::after
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background: #ED1C24;

    transition: transform .2s linear;
    transform: scale(0);
}

@media (any-hover: hover)
{
    .header__menu-btn:hover::after
    {
        transform: scale(1);
    }
}

@media (min-width: 1024px)
{
    .header__menu-btn._active::after
    {
        transform: scale(1);
    }
}


.overlay
{
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .65);
}



/*------------
    BTNS
------------*/
.wrap-btn
{
    margin-top: 30px;
}

.btn-red
{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 71px;

    display: inline-block;

    padding: 0 65px;

    text-align: center;
    vertical-align: top;

    background: #ED1C24;
    box-shadow: 0px 8px 18px 0px rgba(120, 18, 28, .15), 2px 33px 33px 0px rgba(120, 18, 28, .13), 4px 73px 44px 0px rgba(120, 18, 28, .08), 8px 131px 52px 0px rgba(120, 18, 28, .02), 12px 204px 57px 0px rgba(120, 18, 28, .00);

    transition: background .2s linear, box-shadow .2s linear;
}

.btn-white
{
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;

    display: inline-block;

    padding: 0 28px;

    text-align: center;
    vertical-align: top;

    background: #FFF;
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, .10), 0px 37px 37px 0px rgba(0, 0, 0, .09), 0px 83px 50px 0px rgba(0, 0, 0, .05), 0px 147px 59px 0px rgba(0, 0, 0, .01), 0px 230px 64px 0px rgba(0, 0, 0, .00);

    transition: background .2s linear, box-shadow .2s linear, color .2s linear;
}

@media (any-hover: hover)
{
    .btn-red:hover
    {
        background: #ECD1B1;
        box-shadow: none;
    }

    .btn-white:hover
    {
        color: #FFF;

        background: #ECD1B1;
        box-shadow: none;
    }
}



/*----------------
    Typography
----------------*/
.text-block > :last-child
{
    margin-bottom: 0;
}

.text-block_white
{
    color: #FFF;
}

.text-block h1,
.text-block .title
{
    color: #3B3B3B;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.17;

    text-transform: uppercase;
}

.text-block h2
{
    color: #3B3B3B;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.17;

    text-transform: uppercase;
}

.text-block h3
{
    color: #3B3B3B;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.17;

    text-transform: uppercase;
}

.text-block p
{
    margin-bottom: 20px;
}

.text-block img
{
    display: block;

    max-width: 100%;
    margin-bottom: 1520pxpx;
}

.text-block a
{
    color: currentColor;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .text-block a:hover
    {
        border-bottom-color: transparent;
    }
}



/*------------------
    Form elements
------------------*/
::-webkit-input-placeholder
{
    color: #FFF;

    opacity: 1;
}

::-moz-placeholder
{
    color: #FFF;

    opacity: 1;
}

:-moz-placeholder
{
    color: #FFF;

    opacity: 1;
}

:-ms-input-placeholder
{
    color: #FFF;

    opacity: 1;
}

.form .form__input:focus::-webkit-input-placeholder
{
    color: transparent;

    opacity: 0;
}

.form .form__input:focus::-moz-placeholder
{
    color: transparent;

    opacity: 0;
}

.form .form__input:focus:-moz-placeholder
{
    color: transparent;

    opacity: 0;
}

.form .form__input:focus:-ms-input-placeholder
{
    color: transparent;

    opacity: 0;
}


.form_bg
{
    padding: 50px 40px 33px 59px;

    background: #ED1C24;
    box-shadow: 0px 13px 28px 0px rgba(189, 15, 33, .10), 0px 51px 51px 0px rgba(189, 15, 33, .09), 0px 115px 69px 0px rgba(189, 15, 33, .05), 0px 204px 82px 0px rgba(189, 15, 33, .01), 0px 319px 89px 0px rgba(189, 15, 33, .00);
}

.form__title
{
    color: #FFF;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.17;

    margin-bottom: 27px;
}

.form__flex
{
    margin-left: -23px;
}

.form__line
{
    margin-bottom: 20px;
}

.form__flex .form__line
{
    width: calc(100%/3 - 23px);
    margin-left: 23px;
}

.form__flex .form__line_big
{
    width: calc(66.666% - 23px);
}

.form .form__input
{
    color: #FFF;
    font: 18px var(--font_family);

    display: block;

    width: 100%;
    height: 35px;
    padding: 0;

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: transparent;

    transition: border .2s linear;
}

.form .error,
.form .error + .nice-select .current
{
    color: #F68C90;

    border-color: #F68C90;
}


.form .form__input:disabled,
.form .form__textarea:disabled
{
    cursor: default;
    pointer-events: none;
}


.form .error-text
{
    color: #F68C90;
    font-size: 12px;

    margin-top: 6px;
}


.form__agree
{
    color: #F68C90;
    line-height: 1.3;
}

.form__agree a
{
    color: currentColor;

    text-decoration: none;

    border-bottom: 1px solid transparent;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .form__agree a:hover
    {
        border-bottom-color: currentColor;
    }
}

.form__bot
{
    justify-content: space-between;
    flex-wrap: nowrap;

    margin-left: -23px;
}

.form__submit
{
    margin: 10px 0 0 23px;
}

.form__agree
{
    width: calc(66.666% - 23px);
    margin: 10px 0 0 23px;
}



/*---------------
	Page head
---------------*/
.main-title
{
    color: #3B3B3B;
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.17;

    text-transform: uppercase;
}

.main-title_white
{
    color: #FFF;
}

.main-title_slider span
{
    display: inline-block;

    padding: 0 192px;

    vertical-align: top;
}



/*------------------------
	Slider controls
------------------------*/
.swiper
{
    position: relative;

    margin-right: 0;
    margin-left: 0;
}

.swiper_marg
{
    margin-top: 83px;
}

.swiper_visible
{
    overflow: visible;
}

.swiper-overflow
{
    overflow: hidden;
}

.swiper-wrapper
{
    height: auto;
}

.slider-button-prev,
.slider-button-next
{
    position: absolute;
    z-index: 10;
    bottom: 0;

    color: #ED1C24;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 22px;
    height: 22px;

    cursor: pointer;

    border: 2px solid #CECECE;
    border-radius: 50%;
    background: none;

    transition: background .2s linear, border .2s linear, color .2s linear;
}

@media (any-hover: hover)
{
    .slider-button-prev:hover,
    .slider-button-next:hover
    {
        z-index: 11;

        color: #FFF;

        border-color: #ED1C24;
        background: #ED1C24;
    }
}

.slider-button-prev svg,
.slider-button-next svg
{
    display: block;

    width: 10px;
    height: 10px;

    fill: none;
    stroke: currentColor;
}

.slider-button-prev
{
    left: 0;

    transform: rotate(180deg);
}

.slider-button-next
{
    right: 0;
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled
{
    cursor: default;
    pointer-events: none;

    opacity: .3;
}

.swiper-button-lock
{
    display: none;
}

.swiper .swiper-scrollbar
{
    bottom: 10px;
    left: 50%;

    width: calc(100% - 100px);
    height: 1px;

    border-radius: 0;
    background: #CECECE;

    transform: translateX(-50%);
}

.swiper .swiper-scrollbar-drag
{
    border-radius: 0;
    background: #ED1C24;
}



/*------------
    First-section
------------*/
.first-section
{
    position: relative;

    display: flex;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 100vh;
    padding: 150px 0;
}

.first-section::before
{
    content: "";

    position: absolute;
    z-index: 1;
    top: 135px;
    right: 50%;

    width: 1px;
    height: calc(100% - 349px);
    margin-right: 64px;

    background: rgba(0, 0, 0, .10);
}

.first-section::after
{
    content: "";

    position: absolute;
    z-index: 1;
    top: 48%;
    right: 50%;

    width: 1px;
    height: calc(100% - 349px);
    margin-right: -60px;

    background: rgba(0, 0, 0, .10);
}

.first-section__bg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 50% 0;
}

.first-section__paper
{
    position: absolute;
    bottom: 190px;
    left: 50%;

    margin-left: -218px;
}

.first-section__paper img
{
    display: block;

    max-width: 100%;

    transition: transform .2s linear;
}

.first-section .cont
{
    z-index: 3;
}

.first-section__box
{
    width: 50%;
}

.first-section__title
{
    color: #3B3B3B;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;

    text-transform: uppercase;
}

.first-section__title-span
{
    color: #ED1C24;
}

.first-section__desc
{
    color: #3B3B3B;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.06;

    max-width: 650px;
    margin-top: 53px;
}

.first-section__btn
{
    margin-top: 60px;
}

.first-section__arrow
{
    position: absolute;
    z-index: 11;
    right: 50%;
    bottom: 100px;

    color: #ECD1B1;

    width: 110px;
    height: 110px;
    margin-right: 10px;
    padding: 21px;

    border-radius: 50%;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .first-section__arrow:hover
    {
        color: #ED1C24;
    }
}

.first-section__arrow::before
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    background: currentColor;

    transform: scale(0);
    animation: circle 4s infinite;
}

@keyframes circle
{
    0%
    {
        opacity: 1;

        transform: scale(0);
    }
    50%
    {
        opacity: 1;

        transform: scale(.5);
    }
    100%
    {
        opacity: 0;

        transform: scale(1);
    }
}

.first-section__arrow span
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    background: currentColor;
}

.first-section__arrow svg
{
    display: block;

    width: 24px;
    height: 29px;

    fill: #FFF;
}


/*------------
    advantages
------------*/
.advantages
{
    position: relative;

    margin-top: 23px;
}

.advantages__pattern
{
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 45px;

    display: block;

    margin-right: -118px;

    pointer-events: none;
}

.advantages__flex
{
    align-content: stretch;
    align-items: stretch;

    margin-left: -24px;
}

.advantages__item
{
    position: relative;

    width: calc(100%/4 - 24px);
    min-height: 360px;
    margin: 24px 0 0 24px;
    padding: 76px 40px 20px;

    background: #F8F5F2;
}

.advantages__icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100px;
    height: 100px;
}

.advantages__name
{
    color: #3B3B3B;
    font-size: 42px;
    font-weight: 300;
    line-height: normal;

    margin-top: 10px;
}

.advantages__desc
{
    margin-top: 24px;
}

.about-info
{
    position: relative;

    width: calc(100%/2 - 24px);
    margin: -113px 0 0 24px;
    padding: 55px 3.2% 40px 19.2%;
}

.about-info::before
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: #ED1C24;
    box-shadow: 0px 13px 28px rgba(189, 15, 33, .10), 0px 51px 51px rgba(189, 15, 33, .09), 0px 115px 69px rgba(189, 15, 33, .05), 0px 204px 82px rgba(189, 15, 33, .01), 0px 319px 89px rgba(189, 15, 33, .00);

    mix-blend-mode: multiply;
}

.about-info::after
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: #ED1C24;

    mix-blend-mode: multiply;
}

.about-info__img
{
    position: absolute;
    z-index: 1;
    top: -84px;
    left: -149px;

    width: 627px;
    height: 627px;

    pointer-events: none;

    background: url(/images/img_abs.png) 0 0/contain no-repeat;
}

.about-info__box
{
    position: relative;
    z-index: 2;
}

.about-info__title
{
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 36px;

    text-transform: uppercase;
}

.about-info__subtitle
{
    color: #FFD7D8;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;

    margin-bottom: 38px;
    padding-bottom: 40px;

    border-bottom: 1px solid rgba(255, 255, 255, .20);
}

.about-info__desc
{
    color: #FFABAE;
    line-height: normal;
}



/*------------
    peculiarities
------------*/
.peculiarities
{
    margin-top: 66px;
}

.peculiarities__bg
{
    margin-top: 46px;
    padding: 40px 48px 45px;

    background: #FBFBFB;
}

.peculiarities__item
{
    height: auto;

    opacity: 0;

    transition: opacity .4s linear;
}

.peculiarities__item.swiper-slide-visible
{
    pointer-events: auto;

    opacity: 1;
}

.peculiarities__item-bg
{
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;

    min-height: 100%;
    padding: 32px 32px 61px;

    background: #ED1C24;
    box-shadow: 0px 13px 28px 0px rgba(189, 15, 33, .10), 0px 51px 51px 0px rgba(189, 15, 33, .09), 0px 115px 69px 0px rgba(189, 15, 33, .05), 0px 204px 82px 0px rgba(189, 15, 33, .01), 0px 319px 89px 0px rgba(189, 15, 33, .00);
}

.peculiarities__icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;

    width: 81px;
    height: 78px;
    margin-right: 32px;
}

.peculiarities__icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.peculiarities__desc
{
    position: relative;

    color: #FFF;

    padding-top: 35px;
    padding-bottom: 25px;
}

.peculiarities__desc::after
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 52px;
    height: 4px;

    background: #ECD1B1;
}

.peculiarities__slider
{
    overflow: visible;
}

.peculiarities__slider .swiper-wrapper
{
    pointer-events: none;
}

.peculiarities__slider .slider-button-prev,
.peculiarities__slider .slider-button-next
{
    bottom: -78px;
}

.peculiarities__slider .swiper-scrollbar
{
    bottom: -68px;
}


.teachers
{
    margin-top: 60px;
}

.teachers__slider
{
    overflow: visible;

    margin-top: 50px;
}

.teachers__slider._many
{
    padding-bottom: 42px;
}

.teachers__slider .swiper-wrapper
{
    pointer-events: none;
}

.teacher
{
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;

    height: auto;

    opacity: 0;
    background: #FBFBFB;

    transition: opacity .4s linear;
}

.teacher.swiper-slide-visible
{
    pointer-events: auto;

    opacity: 1;
}

.teacher__photo
{
    width: 51.6%;
}

.teacher__info
{
    position: relative;

    display: flex;
    flex-direction: column;

    width: 48.4%;
    padding: 48px 35px 48px;
}

.teacher__info::before
{
    content: "";

    position: absolute;
    top: -24px;
    left: 29%;

    width: 1px;
    height: 57%;

    background: rgba(0, 0, 0, .10);
}

.teacher__img
{
    position: relative;

    display: block;

    padding-bottom: 128.2%;
}

.teacher__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.teacher__img::after
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url(/images/pattern_teacher.svg) 100% 100%/cover no-repeat;
}

.teacher__name
{
    color: #3B3B3B;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.12;

    margin-top: auto;
}

.teacher__position
{
    margin-top: 15px;
}


.solution-problems
{
    margin-top: 52px;
}

.solution-problems__slider
{
    margin-top: 50px;
}

.solution-problems__slider._many
{
    padding-bottom: 42px;
}

.solution-problems__item
{
    height: auto;
}

.solution-problems__item-bg
{
    min-height: 100%;
    padding: 40px 32px 54px;

    background: #F8F5F2;
}

.solution-problems__top
{
    justify-content: space-between;
    flex-wrap: nowrap;

    min-height: 104px;
}

.solution-problems__icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;

    width: 89px;
    height: 89px;
}

.solution-problems__icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.solution-problems__name
{
    font-size: 22px;

    width: calc(100% - 129px);
    padding-top: 18px;
}

.solution-problems__desc
{
    width: calc(100% - 129px);
    margin: 20px 0 0 auto;
}


.reviews
{
    margin-top: 42px;
}

.reviews__slider
{
    margin-top: 58px;
}

.reviews__slider._many
{
    padding-bottom: 42px;
}

.review
{
    height: auto;
    padding: 29px 40px 26px;

    background: #F8F5F2;
}

.review__name
{
    color: #3B3B3B;
    font-size: 18px;
}

.review__text
{
    margin-top: 19px;
}



.programs
{
    margin-top: 50px;
}

.accordion
{
    margin-top: 50px;
}

.accordion__item._active:nth-child(2n)
{
    border-bottom: none;
}

.accordion__item._active,
.accordion__item:last-child,
.accordion__item._active:last-child
{
    border-bottom: 1px solid #F0EBE5;
}

.accordion__title
{
    position: relative;

    color: #3B3B3B;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;

    padding: 32px 140px 32px 39px;

    cursor: pointer;

    background: #F8F5F2;

    transition: background .2s linear, color .2s linear;
}

.accordion__item:nth-child(2n) .accordion__title
{
    background: transparent;
}

.accordion__title-arrow
{
    position: absolute;
    top: 50%;
    right: 39px;

    color: #ED1C24;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 22px;
    height: 22px;
    margin-top: -11px;

    border: 2px solid #CECECE;
    border-radius: 50%;

    transition: background .2s linear, border .2s linear, color .2s linear;
    transform: rotate(90deg);
}

.accordion__item._active .accordion__title-arrow
{
    transform: rotate(-90deg);
}

@media (any-hover: hover)
{
    .accordion__title:hover,
    .accordion__item:nth-child(2n) .accordion__title:hover
    {
        color: #FFF;

        background: #ED1C24;
    }

    .accordion__title:hover .accordion__title-arrow
    {
        color: #DBCCB7;

        border-color: #FFF;
    }
}

.accordion__item._active .accordion__title
{
    color: #FFF;

    background: #ED1C24;
}

.accordion__item._active .accordion__title-arrow
{
    color: #DBCCB7;

    border-color: #FFF;
}

.accordion__title-arrow svg
{
    display: block;

    width: 10px;
    height: 10px;

    fill: none;
    stroke: currentColor;
}

.accordion__data
{
    display: none;

    padding: 32px 140px 34px 39px;
}

.accordion__item._active .accordion__data
{
    display: block;
}



.prices
{
    margin-top: 54px;
}

.prices__flex
{
    justify-content: space-between;

    margin-top: 50px;
}

.prices__coll
{
    width: calc(59.24% - 23px);
}

.prices__colr
{
    width: 40.76%;
}

.prices__item
{
    padding-left: 30px;
}

.prices__item + .prices__item
{
    margin-top: 25px;
    padding-top: 34px;

    border-top: 1px solid rgba(0, 0, 0, .10);
}

.prices__item-title
{
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.prices__item-title br
{
    display: none;
}

.prices__item-price
{
    color: #3B3B3B;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;

    margin-top: 13px;
}

.prices__item-price._red
{
    color: #ED1C24;
}


/*------------
    footer
------------*/
.footer
{
    padding: 60px 0 76px;
}

.footer__top
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.footer__logo img
{
    display: block;

    max-width: 100%;
}

.footer__btn-red
{
    font-size: 14px;
    line-height: 40px;

    padding: 0 29px;
}

.footer__menu-item + .footer__menu-item
{
    margin-left: 46px;
}

.footer__menu-btn
{
    position: relative;

    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;

    display: block;

    padding: 0 10px;

    transition: color .2s linear;
    text-decoration: none;
}

.footer__menu-btn::after
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    background: #ED1C24;

    transition: transform .2s linear;
    transform: scale(0);
}

@media (any-hover: hover)
{
    .footer__menu-btn:hover::after
    {
        transform: scale(1);
    }
}

.footer__bot
{
    justify-content: space-between;
    align-content: center;
    align-items: center;

    margin-top: 41px;
    padding-top: 50px;

    border-top: 1px solid rgba(0, 0, 0, .1);
}

.footer__copy
{
    font-size: 16px;

    min-width: 300px;
}

.footer__policy
{
    color: #ED1C24;
    font-size: 16px;
}

.footer__policy a
{
    color: #ED1C24;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

.footer__policy a:hover
{
    border-bottom-color: transparent;
}

.footer__creator
{
    font-size: 16px;

    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-width: 300px;
    padding-right: 18px;
}

.footer__creator a
{
    display: block;

    margin-left: 14px;
}

.footer__creator img
{
    display: block;

    max-width: 100px;
}

@media (max-width: 1699px)
{
    .first-section
    {
        align-content: flex-end;
        align-items: flex-end;

        padding-top: 134px;
        padding-bottom: 84px;
    }

    .first-section::before
    {
        height: calc(100% - 291px);
    }

    .first-section__paper
    {
        bottom: 84px;

        width: 430px;
        margin-left: -180px;
    }

    .first-section__arrow
    {
        bottom: 67px;
    }
}

@media (max-width: 1599px)
{
    .first-section__title
    {
        font-size: 65px;
    }

    .footer
    {
        padding-bottom: 40px;
    }
}

@media (max-width: 1499px)
{
    .cont
    {
        padding-right: 45px;
        padding-left: 45px;
    }

    .first-section
    {
        padding-top: 180px;
        padding-bottom: 119px;
    }

    .first-section__box
    {
        width: 60%;
    }

    .first-section__paper
    {
        bottom: 119px;

        width: 417px;
        margin-left: -100px;
    }

    .first-section::before
    {
        height: calc(100% - 323px);
    }

    .first-section__arrow
    {
        bottom: 100px;
    }

    .first-section__desc
    {
        margin-top: 40px;
    }

    .first-section__btn
    {
        margin-top: 88px;
    }


    .advantages
    {
        margin-top: 28px;
    }

    .advantages__flex
    {
        margin-left: -10px;
    }

    .advantages__item
    {
        width: calc(100%/4 - 10px);
        margin: 10px 0 0 10px;
        padding: 69px 20px 20px;
    }

    .about-info
    {
        width: calc(100%/2 - 10px);
        margin: -129px 0 0 10px;
        padding-right: 3%;
    }

    .about-info
    {
        padding-top: 67px;
    }

    .about-info__title
    {
        margin-bottom: 20px;
    }

    .about-info__subtitle
    {
        font-size: 20px;

        margin-bottom: 23px;
        padding-bottom: 23px;
    }

    .peculiarities
    {
        margin-top: 130px;
    }

    .peculiarities__bg
    {
        margin-right: -24px;
        margin-left: -24px;
        padding: 40px 24px 45px;
    }

    .peculiarities__item-bg
    {
        padding-right: 20px;
        padding-bottom: 25px;
        padding-left: 20px;
    }

    .peculiarities__desc
    {
        padding-bottom: 17px;
    }


    .teacher__photo
    {
        width: 56%;
    }

    .teacher__info
    {
        width: 44%;
        padding-right: 20px;
        padding-left: 30px;
    }

    .teacher__info::before
    {
        left: 50%;
    }


    .solution-problems__desc
    {
        width: 100%;
    }


    .accordion__data
    {
        padding: 37px 26px 53px 39px;
    }


    .prices__coll
    {
        width: calc(71.24% - 23px);
    }

    .prices__colr
    {
        width: 28.76%;
    }



    .reviews__slider
    {
        overflow: visible;

        margin-top: 40px;
    }

    .review
    {
        width: 364px;
        max-width: calc(100%/3 - 40px);
        padding: 48px 48px 26px;
    }


    .footer__menu-item + .footer__menu-item
    {
        margin-left: 33px;
    }
}


@media (max-width: 1299px)
{
    .header__menu-item + .header__menu-item
    {
        margin-left: 30px;
    }


    .cont
    {
        padding-right: 20px;
        padding-left: 20px;
    }


    .first-section
    {
        padding-top: 134px;
    }

    .first-section__box
    {
        width: 54%;
    }

    .first-section__title
    {
        font-size: 55px;
    }

    .first-section__desc
    {
        font-size: 20px;
    }

    .first-section__paper
    {
        display: none;
    }

    .first-section__btn
    {
        margin-top: 50px;
    }



    .advantages__item
    {
        padding-top: 60px;
    }

    .advantages__icon
    {
        width: 80px;
        height: 80px;
    }

    .advantages__name
    {
        font-size: 32px;

        margin-top: 20px;
    }

    .about-info
    {
        padding-right: 2%;
        padding-left: 17%;
    }

    .about-info__img
    {
        top: -67px;

        width: 520px;
        height: 520px;
    }


    .peculiarities__desc
    {
        padding-top: 25px;
    }

    .peculiarities__icon
    {
        width: 67px;
        height: 70px;
        margin-right: 30px;
    }


    .teacher__name
    {
        font-size: 36px;
    }


    .solution-problems__item-bg
    {
        padding-right: 26px;
        padding-left: 26px;
    }



    .solution-problems__top
    {
        min-height: 96px;
    }

    .solution-problems__name
    {
        font-size: 20px;

        width: calc(100% - 100px);
        padding-top: 18px;
    }

    .solution-problems__icon
    {
        width: 80px;
        height: 80px;
    }

    .form__flex .form__line
    {
        flex-grow: 1;

        width: calc(100%/2 - 23px);
    }


    .review
    {
        padding-right: 32px;
        padding-left: 32px;
    }


    .footer__menu-item + .footer__menu-item
    {
        margin-left: 16px;
    }
}

.form-checkbox input {
    display: none;
}

.form-checkbox input + label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.form-checkbox input + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #D4CBBF;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-checkbox input:checked + label::before {
    background: url(/images/check.svg) no-repeat center;
}

.popup {
    padding: 53px 50px;
    background: #F8F5F2;
    box-shadow: 0px 24px 54px 0px rgba(65, 58, 58, 0.10), 0px 98px 98px 0px rgba(65, 58, 58, 0.09), 0px 220px 132px 0px rgba(65, 58, 58, 0.05), 0px 390px 156px 0px rgba(65, 58, 58, 0.01), 1px 610px 171px 0px rgba(65, 58, 58, 0.00);
    max-width: 100%;
    display: none;
}

.popup__title {
    text-align: center;
    color: #ED1C24;
    font-size: 70px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.fancybox-close-small svg {
    display: none;
    position: relative;
}

.fancybox-slide--html .fancybox-close-small {
    width: 24px;
    height: 24px;
    opacity: 0.7;
}

.fancybox-slide--html .fancybox-close-small:hover {
    opacity: 1;
}

.fancybox-close-small::before {
    content: '';
    position: absolute;
    background: url(/images/close.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.first-section::before, .first-section::after {
    display: none;
}

.payment-success-box {
    width: 59%;
    margin: 0 auto;
    text-align: center;
}

.payment-success {
    background: #EFEAE4;
    align-content: center !important;
}

.social__row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.header__menu-socials {
    display: none;
}

.section.products-line {
    margin-top: 50px;
}

.shop-products__slider {
    padding-top: 40px;
    padding-bottom: 42px;
}

.products-line__item-bg {
    min-height: 100%;
    background: #F8F5F2;
    display: flex;
    flex-direction: column;
}

.products-line__image {
    height: 231px;
}

.products-line__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-line__name {
    font-family: Inter, sans-serif;
    font-size: 20px;
    margin-bottom: 19px;
    line-height: 24.2px;
    font-weight: 400;
}

.products-line__desc {
    position: relative;
    padding-bottom: 36px;
}

.products-line__desc::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 64px;
    background-color: #ED1C24;
    bottom: 0;
    left: 0;
    display: block;
}

.products-line__info {
    padding: 33px 40px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.products-line__price {
    margin-top: auto;
    padding-top: 36px;
    font-size: 22px;
    font-weight: 300;
}

.products-line__buy {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-buy, .products-line__buy .btn-modal {
    line-height: 40px;
    padding: 0 33px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.products-line__buy .btn-modal {
    display: inline-block;
    border: 0;
    box-shadow: inset 0 0 0 1px #ED1C24;
}

.products-line__buy .btn-modal:hover {
    background: #ECD1B1;
    color: #fff;
    box-shadow: none;
}


.products-line__item {
    height: auto;
}

@media screen and (max-width: 1280px) {
    .header .header__menu-item + .header__menu-item {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1190px) {
    .header .header__menu-item + .header__menu-item {
        margin-left: 0;
    }

    .header-socials .social__item img {
        width: 30px;
    }

    .header-socials .social__row {
        gap: 5px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1190px) {
    .header__logo img {
        width: 178px
    }
}

@media screen and (max-width: 1024px) {
    .header-socials {
        display: none;
    }
    .header__menu-socials {
        display: block;
    }
}

@media (max-width: 719px) {
    .products-line__item {
        width: 364px;
    }
    .products-line__info {
        padding: 20px 20px 38px;
    }
    .shop-products__slider {
        padding-top: 20px;
    }

    .products-line__item .btn-buy, .products-line__item .btn-modal {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .solution-problems__item {
        width: 100%;
    }
}
.accordion__show-all, .payment-success-box a {
    display: inline-block;
    margin-top: 20px;
    color: #ED1C24;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: border .2s linear;
    cursor: pointer;
}

.accordion__show-all:hover, .payment-success-box a:hover {
    border-bottom-color: transparent;
}

.accordion__show-all .close {
    display: none;
}

.accordion__show-all.opened .close {
    display: inline;
}

.accordion__show-all.opened .open {
    display: none;
}

.accordion__item.hide {
    display: none;
}

.text-center {
    text-align: center;
}
.subscribe-form .iti__selected-dial-code {
    color: #fff;
}

.payment-success-box-text {
    margin-top: 15px;
}
.payment-success-box-link {
    width: 100% !important;
}
.accordion__bottom {
    display: flex;
    justify-content: space-around;
}
.checkbox__span a {
    color: #ED1C24;
    transition: border .2s linear;
}
.checkbox__span a:hover {
    text-decoration: none;
}
.payment-form__top textarea {
    font-family: Kontora, sans-sarif;
    width: 100%;
    display: block;
    background: #E8E3DD;
    box-sizing: border-box;
    border: 0;
    padding: 17px 19px;
    margin-bottom: 10px;
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    resize: none;
    height: 100px;
    margin-top: 10px;
}

.payment-form__top textarea::placeholder {
    color: #3B3B3B;
}

.cookie-consent {
    transition: all .3s;
    transform: translateY(100%);
    opacity: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.cookie-consent.show {
    transform: translateY(-16px);
    opacity: 1;
}

.cookie-consent a {
    color: #ED1C24;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cookie-consent__wrapper {
    max-width: 100%;
    width: 886px;
    padding: 24px 28px;
    background: #F8F5F2;
    box-shadow: 0 0 54px 54px #413A3A1A;
    font-family: Kontora, sans-sarif;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 22px;
}

.cookie-consent__row {
    display: flex;
    gap: 29px;
}

.btn-transparent {
    border: 1px solid #ED1C24;
    padding: 12.34px;
    text-align: center;
    color: #ED1C24;
    transition: all .3s;
    background: transparent;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
}

.btn-transparent:hover {
    color: #fff;
    background: #ED1C24;
}

.cookie-consent .agree-cookie {
    border: 1px solid #ED1C24;
    padding: 12.34px;
    width: 100%;
    text-align: center;
    color: #ED1C24;
    transition: all .3s;
    background: transparent;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
    min-width: 200px;
}

.cookie-consent .agree-cookie:hover {
    color: #fff;
    background: #ED1C24;
}

@media (max-width: 720px) {
    .cookie-consent__row {
        gap: 16px;
        flex-direction: column;
    }
    .cookie-consent__wrapper {
        padding: 24px;
    }
}

@media (max-width: 540px) {
    .cookie-consent__wrapper {
        padding: 16px 10px;
        font-size: 14px;
        line-height: 18px;
    }
}

.preloader {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='4' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale0' attributeName='r' begin='0;svgSpinners3DotsScale1.end-0.25s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3' fill='currentColor'%3E%3Canimate attributeName='r' begin='svgSpinners3DotsScale0.end-0.6s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale1' attributeName='r' begin='svgSpinners3DotsScale0.end-0.45s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: #ED1C24;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.preloader-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.preloader-circle:before {
    content: '';
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='4' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale0' attributeName='r' begin='0;svgSpinners3DotsScale1.end-0.25s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3' fill='currentColor'%3E%3Canimate attributeName='r' begin='svgSpinners3DotsScale0.end-0.6s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale1' attributeName='r' begin='svgSpinners3DotsScale0.end-0.45s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #ED1C24;
    color: inherit;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.main-desc:not(:empty) {
    padding-top: 40px;
}
/* End */


/* Start:/local/templates/samsmogu_landing/css/my.css?17782221646519*/
.error___p {
	color:red!important;
}

.interviewRequestForm .error___p {
	color:white!important;
}

.success___p {
	color: green!important;
}

input.is___error, textarea.is___error {
	border: 1px solid red!important;
}

.is___process {
	opacity: 0.6!important;
}


.null___view {
	width: 0!important;
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	opacity: 0!important;
	visibility: hidden!important;
}


/* Запрет выделения */
.some___class {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}



.captchaBlock {
	display: flex!important;
	flex: none!important;
	width: 100%!important;
}
.captchaImgBlock {
	height: 60px!important;
	flex: none!important;
	vertical-align: middle!important;
}
.captchaImgBlock img {
	margin: 10px auto!important;
	width: 180px!important;
	height: 40px!important;
}
.captchaInputBlock {
	margin-left: 15px!important;
	flex: none!important;
}
.captchaInputBlock input[type=text] {
	width: 180px!important;
	height: 40px!important;
	margin: 10px auto!important;
	padding: 3px 7px;
}

@media (max-width: 420px) {

	.captchaBlock {
		display: block!important;
	}
	.captchaImgBlock {
		width: 100%!important;
		text-align: center!important;
	}
	.captchaInputBlock {
		margin: 0!important;
		width: 100%!important;
		text-align: center!important;
	}

}

.iti{
	width:100%;
}
.footer__bot{
	margin-top: 25px;
}
.footer__social{
	margin:25px auto 0;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	gap:14px;
}
@media(max-width:479px){
	.footer__social{
		justify-content: flex-start;
	}
}

.header-tg-link-wrapper a{
	color: #ED1C24;
	font-size:15px;
	text-decoration: none;
}
@media(max-width:1024px){
	.header-tg-link-wrapper{
		display:none;
	}
}


.reg-auth{
	width: 600px;
    max-width: 100%;
	background:#EFEAE4;
}
.reg-auth .sector{
	width:100%;
	padding:25px;
}
.reg-auth .line_form{
	margin-bottom: 20px;
}
.reg-auth .input,
.reg-auth .line_form.field-UF_KIDS_BIRTHDATE .date.field-item input{
	font-family: Kontora, sans-sarif;
    width: 100%;
    display: block;
    background: #fff;
    box-sizing: border-box;
    border: 0;
    padding: 17px 19px;
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.reg-auth .line_form.field-UF_KIDS_BIRTHDATE .date.field-item input{
	margin-bottom: 20px;
}
.reg-auth .input::placeholder{
	color: #3B3B3B;
}
.reg-auth .modal_title{
    font-size: 25px;
	font-weight:600;
    margin: 20px 0;
}
.reg-auth .bot{
	display:flex;
	flex-wrap: wrap;
	margin-top: 7px;
    flex-direction: column;
	gap: 20px;
}
.reg-auth .checkbox input[type=checkbox]{
    display: none;
}
.reg-auth .submit_btn,
.reg-auth .line_flex .line_form.field-UF_KIDS_BIRTHDATE .date.field-wrap [type=button]{
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 10px 20px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    background: #ED1C24;
    box-shadow: 0px 8px 18px 0px rgba(120, 18, 28, .15), 2px 33px 33px 0px rgba(120, 18, 28, .13), 4px 73px 44px 0px rgba(120, 18, 28, .08), 8px 131px 52px 0px rgba(120, 18, 28, .02), 12px 204px 57px 0px rgba(120, 18, 28, .00);
    transition: background .2s linear, box-shadow .2s linear;
    cursor:pointer;
	border:0;
}
.reg-auth .submit_btn:hover,
.reg-auth .line_flex .line_form.field-UF_KIDS_BIRTHDATE .date.field-wrap [type=button]:hover{
    background: #ECD1B1;
    box-shadow:none;
}
.reg-auth .checkbox .label_check{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.reg-auth .checkbox .label_check .check_text{
    color: #3b5261;
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 48px;
}
.reg-auth .checkbox .label_check .check_text:before{
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
    transition: .2s linear;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.reg-auth .checkbox.agree .label_check .check_text:before{
    top: 50%;
    margin-top: -9px;
}
.reg-auth .checkbox .label_check .check_text:after{
    position: absolute;
    top: .5px;
    left: 2px;
    width: 24px;
    height: 24px;
    content: '';
    transition: .2s linear;
    opacity: 0;
    background: url("/images/check.svg") 50% no-repeat;
}
.reg-auth .checkbox.agree .label_check .check_text:after{
    top: 50%;
    margin-top: -11px;
}
.reg-auth .checkbox .label_check input[type=checkbox]:checked + .check_text:after{
    opacity: 1;
}
.reg-auth .links{
	display:flex;
	flex-wrap: wrap;
	gap:25px;
	margin-top: 20px;
}
[data-content]{
	cursor: pointer;
}
.reg-auth a{
	color:#3B3B3B;
	text-decoration: underline;
}
.reg-auth .field-item.date{
	width:100%;
}
.popup-window.--open[id^="calendar_popup_"]{
	/* z-index:100000; */
}
.fancybox-container{
	z-index:999;
}

.header-basket-lk-wrapper{
	display:flex;
	gap:10px;
	align-items: center;
}
.header-lk{
	font-size:14px;
}
.header-lk a{
	color:#8C8C8C;
	text-decoration: none;
	text-transform: uppercase;
}
.header-lk-btn{
	max-height:40px;
	padding:11px 21px;
	cursor: pointer;
	background: #F8F5F2;
	text-transform: uppercase;
}
.header-basket-btn{
	display:flex;
	width:40px;
	height:40px;
	position: relative;
	justify-content: center;
	align-items: center;
	background: #F8F5F2;
}
.header-basket-btn .counter{
	display:block;
	position:absolute;
	font-size:10px;
	width:11px;
	height:11px;
	border-radius:11px;
	background:#ED1C25;
	right:4px;
	top:4px;
	color:#fff;
	text-align: center;
}
.header-mob-burger{
	display:flex;
	align-items: center;
	gap:20px;
}
.header-mob-burger .mob-menu-btn{
	width:25px;
}
@media(max-width:1600px){
	.header .header__menu-item + .header__menu-item{
		margin-left: 15px;
	}
}
@media(max-width:1200px){
	.header-tg-link-wrapper{
		display:none;
	}
}
@media(max-width:719px){
	.header-basket-btn{
		width:30px;
		height:30px;
	}
	.header-basket-btn svg{
		max-width:13px;
		max-height:13px;
	}
	.header-lk{
		font-size:12px;
	}
	.header-lk-btn{
		padding:8px 18px;
	}
	a.header__menu-btn{
		text-align: center;
	}
}
/* End */


/* Start:/local/templates/samsmogu_landing/components/bitrix/main.register/reg/style.css?1778222164257*/
#modal_reg1.loading{
    position: relative;
}
#modal_reg1.loading::after{
    content:'';
    background:url('/local/templates/samsmogu_landing/components/bitrix/main.register/reg/images/loader.gif') center / auto no-repeat, rgb(0 0 0 / 40%);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
/* End */
/* /local/templates/samsmogu_landing/css/fancybox.css?177747885817843 */
/* /local/templates/samsmogu_landing/css/swiper-bundle.min.css?177747885818907 */
/* /local/templates/samsmogu_landing/css/intlTelInput.css?177747885816444 */
/* /local/templates/samsmogu_landing/css/animation.css?17774788587115 */
/* /local/templates/samsmogu_landing/css/styles.css?177747885843166 */
/* /local/templates/samsmogu_landing/css/my.css?17782221646519 */
/* /local/templates/samsmogu_landing/components/bitrix/main.register/reg/style.css?1778222164257 */
