

/* Start:/local/templates/moonlens/assets/libs/Select/custom-selectt.css?17224320592139*/
.select {
    position: relative;
    width: 100%;
}

.select__toggle {
    display: flex;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    width: 100%;
    padding: 12px 20px 14px 20px;
    user-select: none;
    justify-content: space-between;
    font-size: 16px;
    line-height: 28px;

    color: #7E7E9D;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 0.8;
}

.select__toggle::after {
    content: '';
    width: 12px;
    height: 8px;
    flex-shrink: 0;
    margin-left: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/local/templates/moonlens/assets/libs/Select/../../img/icon/arr-selector.svg');
}

.select__toggle:focus {
    outline: none;
}

.select_show .select__toggle::after {
    transform: rotate(180deg);
}

.select__dropdown {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0.3125rem;
    z-index: 2;
    background-color: #fff;
}

.select_show .select__dropdown {
    display: block;
}

.select_show .select__backdrop {
    display: block;
}

.select__options {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* .select__option {
    padding: 0.375rem 0.75rem;
} */

.select__option_selected {
    background-color: #F2F5FA;
}

/* .select__option_selected::after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    color: #0277bd;
    background-size: cover;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
} */

.select__option:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    transition: 0.2s background-color ease-in-out;
}
/* End */


/* Start:/local/templates/moonlens/assets/libs/Selectize/css/selectize.default.css?17224320598259*/
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #0073bb;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#00578d}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#aaa}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc(
      8px - 2px - 1px
    ) 8px calc(
      8px - 2px - 3px -
        1px
    )}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#1da7ee;color:#fff;border:1px solid #0073bb}.selectize-control.multi .selectize-input>div.active{background:#92c836;color:#fff;border:1px solid #00578d}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#fff;background:#d2d2d2;border:1px solid #aaa}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 0px !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown-emptyoptionlabel{text-align:center}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}.selectize-control.multi .selectize-input.has-items{padding-left:5px;padding-right:5px}.selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background:none;box-shadow:none}.selectize-control.multi .selectize-input.disabled [data-value],.selectize-control.multi .selectize-input.disabled [data-value] .remove{border-color:#e6e6e6}.selectize-control.multi .selectize-input.disabled [data-value] .remove{background:none}.selectize-control.multi .selectize-input [data-value]{text-shadow:0 1px 0 rgba(0,51,83,.3);border-radius:3px;background-color:#1b9dec;background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03)}.selectize-control.multi .selectize-input [data-value].active{background-color:#0085d4;background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x}.selectize-control.single .selectize-input{box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.8);background-color:#f9f9f9;background-image:linear-gradient(to bottom, #fefefe, #f2f2f2);background-repeat:repeat-x}.selectize-control.single .selectize-input,.selectize-dropdown.single{border-color:#b8b8b8}.selectize-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:.85em}.selectize-dropdown .optgroup{border-top:1px solid #f0f0f0}.selectize-dropdown .optgroup:first-child{border-top:0 none}
/* End */


/* Start:/local/templates/moonlens/assets/libs/initTellnput/css/intlTelInput.css?172243205926511*/
.iti {
    position: relative;
    display: inline-block;
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.iti__country {
    padding: 5px 10px;
    outline: none;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

/* .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; } */
.iti--container:hover {
    cursor: pointer;
}

/* .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; } */

/* .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; } */

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

.iti__flag.iti__mc {
    width: 19px;
}

.iti__flag.iti__ne {
    width: 18px;
}

.iti__flag.iti__np {
    width: 13px;
}

.iti__flag.iti__va {
    width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px;
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("/local/templates/moonlens/assets/libs/initTellnput/css/../img/flags.webp");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/local/templates/moonlens/assets/libs/initTellnput/css/../img/flags@2x.png");
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}

/* End */


/* Start:/local/templates/moonlens/assets/css/styles.css?177264442266243*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

p,
input,
textarea {
  font-family: 'Inter';
}

a {
  text-decoration: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #2C398C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select__dropdown,
.selectize-dropdown-content {
  scrollbar-color: #2C398C #e0e0e0;
  scrollbar-width: thin;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.wrapper {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
}

@media screen and (max-width: 1360px) {
  .wrapper-content {
    width: 95%;
  }
}

.slider-entry__description ul {
  margin: 10px 0;
  padding-left: 25px;
}

.slider-entry__description li {
  list-style: disc !important;
}

.section-margin-vertical {
  margin: 60px 0;
}

.section-padding-vert {
  padding: 60px 0;
}

@media screen and (max-width: 750px) {
  .section-margin-vertical {
    margin: 34px 0;
  }
  .section-padding-vert {
    padding: 20px 0;
  }
}

.no-scroll {
  overflow: hidden;
}

.section-entry {
  position: relative;
}

.slider-entry {
  position: relative;
  font-family: "Montserrat";
}

.slider-entry__text-content {
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 12px;
  width: 100%;
  max-width: 580px;
}

.slider-entry__description {
  font-family: 'Inter';
  font-size: 28px;
  line-height: 125%;
}

.slider-entry__description li {
  margin: 20px 0px;
}

.slider-entry__title {
  font-weight: bold;
  color: #131F6A;
  font-size: 48px;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.slider-entry__subtitle {
  font-weight: bold;
  color: #131F6A;
  font-size: 28px;
  margin: 15px 0px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1180px) {
  .slider-entry__title {
    font-size: 26px;
    line-height: 115%;
    letter-spacing: 0.03em;
  }
  .slider-entry__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
  }
  .slider-entry__description li {
    font-size: 16px;
    line-height: normal;
    margin: 8px 0;
  }
}

.section .block-text {
  max-width: 100%;
}

.section-map-staic .block-text {
  max-width: 70%;
}

@media screen and (max-width: 930px) {
  .section-text-content {
    margin-top: 80px;
  }
  .section-text-content__inner {
    background-image: none;
  }
}

.section-video {
  margin-bottom: 120px;
}

.section-video__container {
  position: relative;
}

.section-video__content {
  position: absolute;
  top: 20px;
  bottom: -70px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-video .wrap-image {
  width: 100%;
  max-width: 400px;
  padding-left: 65px;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .slider-entry__text-content {
    max-width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .slider-entry__text-content {
    max-width: 65%;
  }
}

@media screen and (max-width: 530px) {
  .slider-entry__text-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .section-video__content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-video__content .block-text {
    padding-top: 10%;
  }
  .section-video .wrap-image {
    position: absolute;
    max-width: 260px;
    top: -45%;
    padding-left: 0;
  }
}

@media screen and (max-width: 670px) {
  .section-video .wrap-image {
    max-width: 140px;
    top: -35%;
    left: -15px;
  }
  .section-video {
    margin-bottom: 0;
  }
}

.section__description-card {
  background: #D2F0F2;
  border-radius: 16px;
  padding: 24px 32px;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 32px;
}

.section__description-card span {
  display: block;
  width: 70%;
}

@media screen and (max-width: 1050px) {
  .section__description-card {
    font-size: 18px;
    padding: 12px 14px;
  }
  .section__description-card span {
    width: 100%;
  }
}

.section-advantage {
  padding: 32px 0;
  background: #F9F9F9;
}

.section-map-staic__img-wrap {
  width: 100%;
  max-height: 660px;
  border-radius: 22px;
  overflow: hidden;
}

.section-map-staic__content {
  position: relative;
}

.section-map-staic__box {
  min-width: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: transparent;
  border-radius: 12px;
  bottom: 20px;
  left: 30px;
  position: absolute;
}

.section-map-staic__icon {
  width: 100%;
  max-width: 25px;
  margin-right: 27px;
  margin-top: 10px;
}

.section-map-staic__text {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  max-width: 225px;
  line-height: 125%;
}

@media screen and (max-width: 550px) {
  .section-map-staic__box {
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F9F9F9;
    margin-top: 13px;
    max-width: 100%;
  }
  .section-map-staic__text {
    max-width: 100%;
  }
}

.success-stories {
  background: #F2F5FA;
  padding: 32px;
}

.success-stories .swiper-scrollbar {
  display: none;
}

@media screen and (max-width: 860px) {
  .success-stories .swiper-scrollbar {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .success-stories {
    padding: 20px 0;
  }
}

.section-map-interactive__wrap {
  width: 100%;
  height: 680px;
  margin-top: 60px;
}

.section-map-interactive__wrap iframe {
  width: 100%;
  height: 100%;
}

.section-map-interactive__content {
  max-width: 635px;
}

.section-map-interactive__content .block-text {
  max-width: none;
}

.header {
  margin-top: 52px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.666)), to(rgba(255, 255, 255, 0.621)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.666) 0%, rgba(255, 255, 255, 0.621) 100%);
  border-radius: 12px;
}

.header__inner {
  padding: 18px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .language .select__toggle {
  padding: 6px 21px;
}

.header-fixed.header {
  position: fixed;
  left: 0;
  right: 0;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: 0px 4px 15px #2c398c26;
          box-shadow: 0px 4px 15px #2c398c26;
  border-radius: 0;
}

.header-fixed.header .header__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
}

.open-menu-js .header-fixed {
  background: transparent;
  bottom: 0;
  top: 0;
}

.open-menu-js .header-fixed .logo {
  display: none;
}

.open-menu-js .header-fixed .language-wrap {
  display: block;
}

.open-menu-js .header-fixed .language-wrap .select__toggle {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 147.8%;
}

.open-menu-js .header-fixed .language-wrap .select__option {
  padding: 12px 15px;
}

.open-menu-js .header .logo {
  display: none;
}

.open-menu-js .header .language-wrap {
  display: block;
}

.open-menu-js .header .language-wrap .select__toggle {
  padding: 12px 15px;
  font-size: 16px;
  line-height: 147.8%;
}

.open-menu-js .header .language-wrap .select__option {
  padding: 12px 15px;
}

.logo {
  width: 100%;
  max-width: 165px;
  color: #2C398C;
  text-align: end;
  font-size: 13px;
}

.logo .logo-moonles {
  width: 165px;
  height: 28px;
  fill: #2C398C;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 25px;
}

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

.menu-nav__link {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}

.menu-nav__item {
  margin-right: 30px;
}

.menu-nav__item:last-child {
  margin-right: 0;
}

.btn {
  background: #2C398C;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 95px;
  padding: 11px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: 10px;
}

.btn__img-wrap {
  display: none;
}

@media screen and (min-width: 650px) {
  .btn:hover {
    background: #3d4ebd;
  }
  .menu-nav__link:hover {
    color: #16163D;
  }
}

@media screen and (max-width: 1160px) {
  .btn {
    display: none;
  }
  .btn-fixed {
    right: 5%;
  }
}

@media screen and (max-width: 860px) {
  .language-wrap {
    display: none;
  }
  .menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
  .menu-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-nav__item {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .menu-nav__item:last-child {
    margin-bottom: 0;
  }
  .menu-nav__link {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
  }
  .menu-nav__link:hover {
    color: #3044C9;
  }
  .open-menu.menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    margin-top: 20px;
    background: linear-gradient(93.83deg, rgba(255, 255, 255, 0.666) -4.88%, rgba(255, 255, 255, 0.621) 128.82%);
  }
}

.block-text {
  width: 100%;
  padding: 0 45px;
  max-width: 56%;
}

.block-text .text {
  font-size: 18px;
  line-height: 150%;
}

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

.title {
  font-family: 'Montserrat';
  color: #16163D;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 32px;
}

.vjs-has-started + .section-video__content {
  display: none;
}

@media screen and (max-width: 1150px) {
  .block-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .block-text {
    padding: 0;
  }
  .block-text .text {
    font-size: 16px;
  }
  .block-text .text p {
    margin-bottom: 17px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .section-lens .title {
    margin-bottom: 35px;
  }
}

.my-video-styles {
  width: 100%;
}

.video-js,
.vjs_video_3-dimensions {
  height: 0;
}

.my-video-styles {
  padding-top: 56.25%;
}

video::-webkit-media-controls {
  /*opacity: 0 !important;*/
  /*position: absolute !important;*/
  /*top: -9999px !important;*/
  /*z-index: -10 !important;*/
}

.section-video .my-video-styles {
  border-radius: 30px;
  overflow: hidden;
}

.section-video .vjs-playing.my-video-styles,
.section-video .vjs-has-started {
  border-radius: 0;
}

.vjs-poster {
  background-size: cover;
}

.section-video .vjs-poster {
  background-position: right;
}

.section-video .vjs-ended.my-video-styles {
  border-radius: 30px;
}

.section-video .vjs-ended .video-js,
.section-video .vjs-ended .vjs-poster {
  background-color: white;
}

.vjs-ended .vjs-control-bar {
  display: none;
}

.my-video-styles .vjs-control-bar {
  background-color: transparent;
}

.my-video-styles .vjs-control,
video {
  outline: none;
}

.vjs-poster,
.video-js {
  background-color: white;
}

.vjs-has-started.video-js,
.vjs-has-started .vjs-poster {
  background-color: black;
}

.video-main-container,
.section-video__wrapper {
  position: relative;
}

.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #2C398C;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vjs-big-play-button .vjs-icon-placeholder::before {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/moonlens/assets/css/../img/icon/play.svg);
  background-size: 30px;
  background-position: 55% center;
  background-repeat: no-repeat;
}

.my-video-styles.video-reviews {
  width: 620px;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  -webkit-box-shadow: 0 0 7px gray;
          box-shadow: 0 0 7px gray;
  background: #2C398C;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: inherit;
}

.slider-reviews .vjs-big-play-button,
.modal-stories .vjs-big-play-button {
  width: 64px;
  height: 64px;
  background: #4D4D4D;
  border: none;
}

.slider-reviews .vjs-icon-placeholder:before,
.modal-stories .vjs-icon-placeholder:before {
  background-size: 20px;
}

.modal-wrapper .my-video-styles.video-reviews {
  width: 100%;
}

.vjs-has-started + .section-video__content {
  display: block !important;
}

.vjs-has-started + .section-video__content .wrap-image {
  display: none;
}

.vjs-ended + .section-video__content .wrap-image,
.vjs-ended .vjs-poster,
.vjs-ended .vjs-big-play-button {
  display: block !important;
}

.my-video-styles .vjs-control-bar {
  background-color: black;
  z-index: 10 !important;
  height: 3.7em !important;
}

@media screen and (min-width: 1250px) {
  .vjs-has-started + .section-video__content {
    display: none !important;
  }
  .vjs-ended + .section-video__content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1250px) {
  .my-video-styles.video-reviews {
    width: 100%;
  }
  .slider-reviews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider-reviews__content .vjs-poster {
    background-position: top center;
  }
}

@media screen and (max-width: 950px) {
  .video-js .vjs-big-play-button {
    width: 48px;
    height: 48px;
    background: #2C398C;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    background-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .vjs-poster {
    background-position: center;
  }
}

@media screen and (max-width: 670px) {
  .section-video .my-video-styles {
    border-radius: 15px;
  }
}

@media screen and (max-width: 550px) {
  .slider-reviews .vjs-big-play-button {
    display: none;
  }
}

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

.grid-col {
  float: left;
  width: 100%;
  max-width: 395px;
  margin-right: 36px;
}

.grid-col:last-child {
  margin-right: 0;
}

.grid-item {
  max-width: 100%;
  background: #F2F5FA;
  border-radius: 24px;
  padding: 24px 32px;
  margin-bottom: 36px;
  line-height: 150%;
}

.grid-item__title {
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 24px;
  color: #2C398C;
  margin-bottom: 24px;
}

.container-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

.container-btn-more .btn-more {
  padding: 20px 56px;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #E4EAF4;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.container-btn-more .btn-more:hover {
  background: #F2F5FA;
}

@media (max-width: 1024px) {
  .grid-col--3 {
    display: none;
  }
  .grid-col--2 {
    margin-right: 0;
  }
  .grid-col {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .grid-col--2 {
    display: none;
  }
  .grid-col {
    margin-right: 0;
  }
}

.accordion__icon-wrapper {
  display: none;
}

@media screen and (max-width: 750px) {
  .accordion .icon {
    width: 24px;
    height: 12px;
  }
  .accordion__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .accordion__text {
    display: none;
  }
  .accordion__icon-wrapper {
    width: 100%;
    max-width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 12px;
    border: 1px solid #FEFEFE;
  }
  .active .accordion__text {
    display: block;
  }
  .active .accordion__icon-wrapper .icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .active .grid-item__title {
    margin-bottom: 24px;
  }
  .accordion__icon-wrapper .icon {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}

@media screen and (max-width: 650px) {
  .grid-item__title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .grid-item {
    margin-bottom: 15px;
    padding: 14px;
  }
  .grid-item:last-child {
    margin-bottom: 0;
  }
  .accordion__icon-wrapper {
    margin-left: 30px;
  }
}

.confession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.confession__card {
  color: #2C398C;
  background: #F9F9F9;
  border-radius: 24px;
  padding: 24px 24px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.confession__card:last-child {
  margin-right: 0;
}

.confession__title {
  font-weight: 600;
  font-size: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confession__image {
  margin-left: 10px;
}

.confession__image img {
  width: 58px;
  min-width: 58px;
}

.confession__description {
  font-size: 24px;
}

.two-size {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 1250px) {
  .confession__title {
    font-size: 60px;
  }
  .confession__description {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .confession__title {
    font-size: 24px;
  }
  .confession__description {
    font-size: 16px;
  }
  .confession__card {
    padding: 18px;
  }
}

@media screen and (max-width: 425px) {
  .confession {
    margin-bottom: 14px;
    gap: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-text + .confession {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block-text + .confession .confession__card:first-child, .block-text + .confession .confession__card:nth-child(2) {
    -webkit-box-flex: 2 !important;
        -ms-flex: 2 !important;
            flex: 2 !important;
  }
  .confession__card {
    width: 100%;
  }
}

.lens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 770px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30%;
}

.lens__item {
  width: 100%;
  line-height: 150%;
  max-width: 345px;
  background: #F5F5F5;
  border-radius: 24px;
  padding: 14px;
  cursor: pointer;
  position: relative;
}

.lens__item .text-blue {
  color: #67A4FF;
}

.lens .lens-line-wrap {
  background-color: #2C398C;
}

.lens .lens-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.lens__image {
  width: 100%;
  max-width: 490px;
}

.lens__wrap {
  position: absolute;
}

.lens .lens-line-wrap {
  position: absolute;
}

.lens .lens-step-1 {
  left: 0;
  top: 220px;
}

.lens .lens-step-1 .lens-line-wrap {
  width: 135px;
  height: 2px;
  right: -130px;
  top: 17px;
}

.lens .lens-step-1 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: 50%;
  right: 0;
  top: -4px;
}

.lens .lens-step-2 {
  left: 0;
  bottom: 250px;
}

.lens .lens-step-2 .lens-line-wrap {
  width: 255px;
  height: 2px;
  right: -250px;
  top: 20px;
}

.lens .lens-step-2 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: 50%;
  right: 0;
  top: -4px;
}

.lens .lens-step-7 {
  top: 0;
  left: 343px;
}

.lens .lens-step-7 .lens__item {
  max-width: 280px;
}

.lens .lens-step-7 .lens-line-wrap {
  width: 2px;
  height: 96px;
  bottom: -80px;
  right: 20px;
}

.lens .lens-step-7 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  right: -4px;
  bottom: 0;
}

.lens .lens-step-6 {
  top: 0;
  right: 330px;
}

.lens .lens-step-6 .lens__item {
  max-width: 280px;
}

.lens .lens-step-6 .lens-line-wrap {
  width: 2px;
  height: 65px;
  bottom: -60px;
  left: 20px;
}

.lens .lens-step-6 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  right: -4px;
  bottom: 0;
}

.lens .lens-step-5 {
  right: 0;
  top: 220px;
}

.lens .lens-step-5 .lens-line-wrap {
  width: 135px;
  height: 2px;
  left: -130px;
  top: 20px;
}

.lens .lens-step-5 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: -4px;
  left: 0;
}

.lens .lens-step-4 {
  right: 0;
  bottom: 250px;
}

.lens .lens-step-4 .lens-line-wrap {
  width: 255px;
  height: 2px;
  left: -250px;
  top: 20px;
}

.lens .lens-step-4 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: 50%;
  left: 0;
  top: -4px;
}

.lens .lens-step-3 {
  bottom: 0;
  left: 34%;
}

.lens .lens-step-3 .lens__item {
  max-width: 400px;
}

.lens .lens-step-3 .lens-line-wrap {
  width: 2px;
  height: 85px;
  top: -85px;
  left: 50%;
}

.lens .lens-step-3 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  right: -4px;
  top: 0;
}

.lens .lens-line-wrap {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.lens .lens__item {
  -webkit-transition: background .5s;
  transition: background .5s;
}

.lens .lens__item:hover {
  background: #E3EEFF;
}

.lens .lens__item:hover + .lens-line-wrap {
  opacity: 1;
}

.lens__image {
  position: relative;
}

.ainmation-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ainmation-container__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1250px) {
  .lens-slider {
    width: 100%;
    margin-top: 30px;
  }
  .lens__wrap {
    position: static;
  }
  .lens {
    min-height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .lens__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lens .lens-line-wrap {
    display: none;
  }
  .lens-slider .slider-pagination-base {
    display: block;
  }
}

@media screen and (min-width: 1250px) {
  .lens .swiper {
    position: static !important;
    overflow: inherit !important;
  }
  .lens .swiper-wrapper {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lens .swiper-slide {
    width: auto;
    height: auto;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}

.ainmation-border {
  width: 140px;
  height: 45px;
  background: rgba(103, 164, 255, 0.2);
  border: 2px solid #67A4FF;
  border-radius: 24px;
  position: absolute;
  left: 165px;
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.animation-step-7 .ainmation-border {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .ainmation-border {
    width: 28%;
    height: 10%;
    left: 35%;
    top: 10%;
  }
}

.ainmation-border-lens {
  position: absolute;
  left: 3%;
  right: 3%;
  top: 3%;
  bottom: 3%;
  border-radius: 50%;
  border: 3px solid #A396EF;
  opacity: 0;
}

.ainmation-border-lens::before, .ainmation-border-lens::after {
  content: "";
  border-radius: 50%;
  border: 3px solid #A396EF;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.ainmation-border-lens::before {
  width: 108%;
  height: 108%;
  left: -4%;
  top: -4%;
}

.ainmation-border-lens::after {
  width: 114%;
  height: 114%;
  left: -7%;
  top: -7%;
}

@-webkit-keyframes transformScale1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes transformScale1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes transformScale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes transformScale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animation-step-6 .ainmation-border-lens {
  opacity: 1;
}

.animation-step-6 .ainmation-border-lens::before {
  opacity: 1;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: transformScale1;
          animation-name: transformScale1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animation-step-6 .ainmation-border-lens::after {
  opacity: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: transformScale2;
          animation-name: transformScale2;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes background {
  0% {
    background: rgba(103, 164, 255, 0.3);
  }
  50% {
    background: rgba(154, 242, 231, 0.3);
  }
  100% {
    background: rgba(163, 150, 239, 0.3);
  }
}

@keyframes background {
  0% {
    background: rgba(103, 164, 255, 0.3);
  }
  50% {
    background: rgba(154, 242, 231, 0.3);
  }
  100% {
    background: rgba(163, 150, 239, 0.3);
  }
}

.ainmation-background {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border-radius: 50%;
}

.animation-step-5 .ainmation-background {
  -webkit-animation: background 3.5s ease forwards;
          animation: background 3.5s ease forwards;
}

@-webkit-keyframes border-big {
  0% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
  50% {
    border: 20px solid rgba(154, 242, 231, 0.1);
  }
  100% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
}

@keyframes border-big {
  0% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
  50% {
    border: 20px solid rgba(154, 242, 231, 0.1);
  }
  100% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
}

.ainmation-border-big {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border-radius: 50%;
}

.animation-step-4 .ainmation-border-big {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: border-big;
          animation-name: border-big;
}

.ainmation-center {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 20%;
  top: 20%;
  border-radius: 50%;
  background: rgba(103, 164, 255, 0.5);
  border: 1px solid #67A4FF;
  z-index: 1;
  opacity: 0;
}

.ainmation-center::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 20%;
  top: 20%;
  border-radius: 50%;
  background: rgba(103, 164, 255, 0.5);
  border: 1px solid #67A4FF;
  z-index: 2;
  opacity: 0;
}

.ainmation-center::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  top: 10%;
  border-radius: 50%;
  background: rgba(103, 164, 255, 0.3);
  border: 1px solid #67A4FF;
  opacity: 0;
}

.animation-step-2 .ainmation-center {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animation-step-2 .ainmation-center::before {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animation-step-2 .ainmation-center::after {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blick {
  100% {
    -webkit-transform: rotate(45deg) translateY(190px);
            transform: rotate(45deg) translateY(190px);
  }
}

@keyframes blick {
  100% {
    -webkit-transform: rotate(45deg) translateY(190px);
            transform: rotate(45deg) translateY(190px);
  }
}

@-webkit-keyframes blickRevert {
  100% {
    -webkit-transform: rotate(45deg) translateY(-190px);
            transform: rotate(45deg) translateY(-190px);
  }
}

@keyframes blickRevert {
  100% {
    -webkit-transform: rotate(45deg) translateY(-190px);
            transform: rotate(45deg) translateY(-190px);
  }
}

.animation-step-1 .ainmation-blick {
  position: absolute;
  background-color: #FFFFFF;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  width: 383px;
  height: 100px;
  -webkit-transform: rotate(45deg) translateY(190px);
          transform: rotate(45deg) translateY(190px);
  -webkit-animation: blickRevert 3.5s ease infinite;
          animation: blickRevert 3.5s ease infinite;
}

.animation-step-3 .ainmation-blick {
  position: absolute;
  background-color: #FFFFFF;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  width: 383px;
  height: 100px;
  -webkit-transform: rotate(45deg) translateY(-190px);
          transform: rotate(45deg) translateY(-190px);
  -webkit-animation: blick 3.5s ease infinite;
          animation: blick 3.5s ease infinite;
}

.animate-lens {
  position: absolute;
  width: 270px;
  height: 350px;
  -webkit-transition: all .8s;
  transition: all .8s;
  background-image: url("/local/templates/moonlens/assets/css/../img/lens-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 99;
  visibility: hidden;
}

.animate-lens.step-2 {
  height: 376px;
}

.animation-step-1 .lens-step-1 .lens__item {
  background: #E3EEFF;
}

.animation-step-1 .lens-step-1 .lens-line-wrap {
  opacity: 1;
}

.animation-step-2 .lens-step-2 .lens__item {
  background: #E3EEFF;
}

.animation-step-2 .lens-step-2 .lens-line-wrap {
  opacity: 1;
}

.animation-step-3 .lens-step-3 .lens__item {
  background: #E3EEFF;
}

.animation-step-3 .lens-step-3 .lens-line-wrap {
  opacity: 1;
}

.animation-step-4 .lens-step-4 .lens__item {
  background: #E3EEFF;
}

.animation-step-4 .lens-step-4 .lens-line-wrap {
  opacity: 1;
}

.animation-step-5 .lens-step-5 .lens__item {
  background: #E3EEFF;
}

.animation-step-5 .lens-step-5 .lens-line-wrap {
  opacity: 1;
}

.animation-step-6 .lens-step-6 .lens__item {
  background: #E3EEFF;
}

.animation-step-6 .lens-step-6 .lens-line-wrap {
  opacity: 1;
}

.animation-step-7 .lens-step-7 .lens__item {
  background: #E3EEFF;
}

.animation-step-7 .lens-step-7 .lens-line-wrap {
  opacity: 1;
}

.ainmation-blick-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1340px) {
  .animate-lens {
    width: 197px;
    height: 290px;
  }
}

@media screen and (max-width: 1170px) {
  .animate-lens {
    display: none;
  }
}

@media screen and (max-width: 1170px) {
  .lens-staik {
    position: absolute;
    bottom: -76px;
    right: 10px;
    width: 230px;
    height: 243px;
    z-index: 11;
    background-image: url("/local/templates/moonlens/assets/css/../img/lens-small.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width: 650px) {
  .lens-staik {
    width: 160px;
    height: 170px;
  }
}

.modal-wrapper,
.modal-wrapper-application {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
  display: none;
}

.modal-stories {
  width: 100%;
  max-width: 960px;
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  margin: auto;
}

.modal-stories__box-text {
  padding: 25px 30px;
}

.modal-stories__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 15px;
}

.modal-stories__img-wrap {
  width: 100%;
  display: none;
}

.modal-stories__img-wrap img {
  width: 100%;
  height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-stories .vjs-poster,
.modal-stories .video-js {
  background-color: black;
}

.show-img.modal-js .modal-stories__img-wrap {
  display: block;
}

.show-img.modal-js #modal-video {
  display: none;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #FFFFFF;
  padding: 10px 22px 12px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
  z-index: 2;
}

.modal-js.modal-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-wrapper-application.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.modal-application {
  width: 100%;
  max-width: 640px;
  padding: 60px;
  background: #FFFFFF;
  border-radius: 15px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-application__title {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 147.8%;
  margin-bottom: 32px;
}

.modal-application .form-group {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
}

.modal-application .form-group:last-child {
  margin-bottom: 15px;
}

.modal-application .close-modal-application {
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  right: 63px;
  top: 33px;
}

.modal-application .error-message {
  font-size: 14px;
  color: #F25341;
  display: none;
}

.modal-application .link-btn-base {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #2C398C;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 95px;
  font-weight: bold;
  font-size: 16px;
  line-height: 147.8%;
  font-family: 'Montserrat';
  color: #FFFFFF;
  padding: 14px;
  margin-top: 27px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.modal-application .error-input .form-input {
  border: 1px solid #F25341;
}

.modal-application .error-input .error-message {
  display: block;
}

.modal-application form .form-input {
  background: #FFFFFF;
  border: 1px solid #ECEFF4;
  outline: none;
  border-radius: 6px;
  padding: 12px 20px 14px 20px;
}

.modal-application form .tel {
  padding: 12px 20px 14px 60px;
}

.modal-application .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal-application .custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Inter';
  font-size: 14px;
  color: #7E7E9D;
}

.modal-application .custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 8px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.modal-application .custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-image: url(/local/templates/moonlens/assets/css/../img/icon/check.svg);
}

.modal-application form .form-input {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .link-btn-base:hover {
    background: #67A4FF;
    -webkit-transition: background .3s;
    transition: background .3s;
  }
}

@media screen and (max-width: 760px) {
  .modal-stories .modal-img-js {
    height: 350px;
  }
  .modal-stories .my-video-styles.video-reviews {
    height: 350px !important;
  }
}

.footer {
  background: #F5F7FB;
}

.footer__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

.footer__document {
  font-size: 16px;
  line-height: 28px;
  color: #1360D3;
  opacity: 0.8;
}

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

.coupiright__title {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 32px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.social__link {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

.social__link:last-child {
  margin-right: 0;
}

@media screen and (min-width: 650px) {
  .social__link:hover {
    -webkit-box-shadow: 0px 16px 22px #00000045;
            box-shadow: 0px 16px 22px #00000045;
  }
}

@media screen and (max-width: 650px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 240px;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .footer__box:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 235px;
  }
  .footer__box:last-child {
    position: absolute;
    top: 50px;
  }
  .footer__title {
    color: #2C398C;
  }
}

.popup-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 270px;
  max-width: 340px;
  padding: 32px;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  background: #FFFFFF;
  position: absolute;
  top: 35%;
  right: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup-info__close {
  position: absolute;
  right: 21px;
  top: 21px;
  cursor: pointer;
}

.popup-info__text {
  font-weight: 500;
  font-size: 12px;
  color: #9BAAC0;
}

.popup-info__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 14px 0;
}

.popup-info__adress, .popup-info__tel {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
}

.popup-info__mail {
  font-size: 14px;
  line-height: 28px;
  color: #1360D3;
  margin-bottom: 24px;
}

.popup-info .btn-popup {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #2C398C;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 880px) {
  .popup-info {
    right: 25%;
  }
}

@media screen and (max-width: 600px) {
  .popup-info {
    right: 15%;
  }
}

.section-map-interactive__container {
  position: relative;
}

.section-map-interactive__content {
  margin-bottom: 60px;
}

.section-map-interactive__content,
.our-cliniks-wrap {
  position: relative;
}

.section-map-interactive__content .block-text,
.our-cliniks-wrap .block-text {
  padding: 0;
}

.map-label-icon {
  position: absolute;
  top: 30%;
  left: 25%;
}

.map-label-icon .label {
  width: 34px;
  height: 44px;
  fill: #1360D3;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  cursor: pointer;
}

.map-label-icon:hover .label {
  fill: #F41414;
}

.our-cliniks-container {
  width: 100%;
  max-width: 635px;
}

.sity-input-wrap {
  position: relative;
}

.sity-input-wrap .icon-search-wrap {
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 18px;
  background: #FFFFFF;
}

.search-form__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  display: none;
}

.sity-dropdown {
  background: #FFFFFF;
}

.sity-dropdown__item {
  border-bottom: 1px solid #ECEFF4 !important;
  padding: 16px 20px;
}

.sity-dropdown__item:last-child {
  border-bottom: none !important;
}

.sity-dropdown__item:hover {
  background: #F2F5FA;
  border-radius: 6px;
  border: none;
}

.sity-dropdown__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

.input-sity:focus ~ .search-form__dropdown {
  display: block;
}

.input-sity,
#country-button,
.cliniks-accordion__head {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ECEFF4;
  border-radius: 6px;
  padding: 14px 20px;
  font-family: 'Montserrat';
  color: #7E7E9D;
  opacity: 0.8;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  outline: none;
}

input[type="search"]::-webkit-input-placeholder {
  color: #7E7E9D;
}

input[type="search"]:-ms-input-placeholder {
  color: #7E7E9D;
}

input[type="search"]::-ms-input-placeholder {
  color: #7E7E9D;
}

input[type="search"]::placeholder {
  color: #7E7E9D;
}

.our-cliniks-container .select-item {
  margin-bottom: 24px;
}

.language .select__toggle {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  background: linear-gradient(168.58deg, rgba(255, 255, 255, 0.592) -152.1%, #ffffff8d 287.39%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 11px 21px;
  border-radius: 95px;
}

.language .select__toggle::after {
  content: none;
}

.language .select__dropdown {
  background: #f5f5f5;
}

.language .select__option {
  padding: 11px 21px;
}

.language .select__option_selected {
  color: #3044C9;
  background-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.language .select__option_selected::after {
  content: none;
}

.language .select__options {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.language.select_show .select__toggle {
  border-radius: 23px 23px 0 0;
  border-bottom: 0;
  background: #f5f5f5;
}

.language.select_show .select__dropdown {
  border-radius: 0 0 23px 23px;
  border-top: 0;
}

.country .select__dropdown,
.cliniks .select__dropdown {
  top: 125%;
}

.country .select__option,
.cliniks .select__option {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.country .select__option,
.cliniks .select__option {
  padding: 16px 20px;
  border-radius: 6px;
}

.country .select__dropdown,
.cliniks .select__dropdown {
  border: none;
}

.country .select__toggle,
.cliniks .select__toggle {
  border: 1px solid #ECEFF4;
}

.cliniks__elem {
  padding: 16px 20px;
  background: #FFFFFF;
  border-radius: 6px;
  border-bottom: 1px solid #ECEFF4 !important;
}

.cliniks__elem:last-child {
  border-bottom: none !important;
}

.cliniks__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.cliniks__adress {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.selectize-control.single .selectize-input:after {
  content: url("/local/templates/moonlens/assets/css/../img/icon/search.svg");
  width: 19px;
  height: 19px;
  right: 20px;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  font-size: 16px;
  line-height: 28px;
  color: #7E7E9D;
  font-family: 'Montserrat';
  font-weight: 500;
  opacity: 0.8;
}

.selectize-control.single .selectize-input {
  border: 1px solid #ECEFF4;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 12px 70px 14px 20px;
}

.selectize-dropdown {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-dropdown-content .option {
  padding: 16px 20px;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.wrapper-selectize-main {
  position: relative;
}

.clear-selectize {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 50px;
  top: 45%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.clear-selectize img {
  width: 100%;
  height: 100%;
}

.select-container {
  width: 100%;
  height: 0;
  position: relative;
}

.iti--container {
  width: 100%;
  z-index: 10;
  top: 0 !important;
  left: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.iti__country-list {
  position: static;
  width: 100%;
  white-space: normal;
  border-radius: 6px;
}

.hamburger {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #131F6A;
  border: none;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.hamburger .hamburger-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hamburger .hamburger-inner {
  position: relative;
}

.hamburger .hamburger-inner::after {
  content: "";
  top: -5px;
  position: absolute;
}

.hamburger .hamburger-inner::before {
  content: "";
  top: 5px;
  position: absolute;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.is-active .hamburger-inner {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 860px) {
  .hamburger {
    display: block;
  }
}

.slider-pagination-base {
  left: auto !important;
}

.slider-pagination-base span {
  width: 72px;
  height: 6px;
  background: rgba(0, 0, 0, 0.21);
  border-radius: 16px;
  margin-right: 15px;
}

.slider-pagination-base span:last-child {
  margin-right: 0;
}

.slider-entry {
  width: 100%;
}

.slider-entry__item {
  width: 100%;
  height: 860px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-entry__description ul {
  padding-left: 35px;
}

.slider-entry__picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-entry__picture img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-pagination-base {
  position: absolute;
  z-index: 5;
}

.lens-slider .slider-pagination-base {
  display: none;
  position: static;
  margin-top: 15px;
}

.lens-slider .slider-pagination-base span {
  background-color: #2C398C;
}

.swiper-scrollbar {
  background-color: #0000001a !important;
}

.swiper-scrollbar-drag {
  background-color: #2c398ccc;
}

.swiper-horizontal > .swiper-scrollbar {
  height: 3px;
}

@media screen and (max-width: 1300px) {
  .slider-entry__item {
    height: 660px;
  }
}

@media screen and (max-width: 860px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    background: rgba(103, 164, 255, 0.5);
    border-radius: 12px;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 24px;
  }
  .slider-pagination-base span {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 15px;
  }
  .slider-pagination-base span:last-child {
    margin-right: 0;
  }
  .lens-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100%;
    background-color: transparent;
  }
  .lens-slider .swiper-pagination-bullets.swiper-pagination-horizontal span {
    width: 30%;
    height: 6px;
    border-radius: 6px;
  }
  .slider-entry__subtitle {
    margin: 8px 0px;
  }
  .slider-entry__item {
    height: 650px;
    background-position: 70%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .slider-entry__text-content {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 450px) {
  .slider-entry__picture img {
    display: block;
  }
}

.slider-reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 350px;
}

.slider-reviews__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 14px;
}

.slider-reviews__text {
  line-height: 150%;
}

.slider-reviews__box-text {
  width: 100%;
  padding: 32px 40px;
  background-color: white;
}

.slider-reviews__wrapper-image {
  width: 100%;
}

.slider-reviews__wrapper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-reviews__link {
  margin-top: 24px;
  color: #2C398C;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.slider-reviews__box-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider-reviews__btn-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 46px;
}

.slider-reviews__btn-next, .slider-reviews__btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.slider-reviews .slider-pagination-base {
  position: static;
}

.slider-reviews .swiper-button-disabled .icon-slider {
  stroke: #E5E5E5;
}

.slider-reviews .icon-slider {
  width: 8px;
  height: 16px;
  fill: transparent;
  stroke: #2C398C;
}

.slider-reviews__wrap-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-reviews .swiper-scrollbar {
  width: 100%;
}

@media screen and (max-width: 425px) {
  .slider-reviews__wrapper-image {
    height: 180px;
  }
}

@media screen and (min-width: 760px) {
  .slider-reviews__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 860px) {
  .slider-reviews__box-btns {
    display: none;
  }
  .slider-reviews .swiper-pagination {
    display: none;
  }
  .slider-reviews .swiper-scrollbar-drag {
    display: block;
  }
  .slider-reviews__box-text {
    padding: 10px 15px;
  }
  .slider-reviews__title {
    font-size: 18px;
  }
  .slider-reviews__content {
    border-radius: 12px;
  }
}

.slider-steps-info__card {
  width: 100%;
  min-height: 695px;
  padding: 32px;
  border-radius: 30px;
  background: #F9F9F9;
}

.slider-steps-info__card:last-child {
  margin-right: 0;
}

.slider-steps-info__wrap-img img {
  width: 100%;
  height: 100%;
}

.slider-steps-info__text {
  line-height: 150%;
  margin-top: 45px;
}

.slider-steps-info__title {
  width: 100%;
  max-width: 210px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 45px auto;
}

.swiper-scrollbar {
  background-color: transparent;
}

.slider-steps-info-scrollbar .swiper-scrollbar-drag {
  border-radius: 15px;
  background-color: #67A4FF;
}

.swiper-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
  position: static;
  margin-top: 14px;
}

@media screen and (max-width: 860px) {
  .slider-steps-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .slider-steps-info__title {
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 25px auto;
  }
  .slider-steps-info__card {
    min-height: 575px;
    padding: 20px 15px;
  }
}

.slider-advantage__card {
  border-radius: 24px;
  height: 100%;
  height: 675px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.slider-advantage__title {
  font-weight: 600;
  font-size: 24px;
  color: #2C398C;
  margin-bottom: 10px;
  margin-top: 15px;
}

.slider-advantage__text {
  padding: 14px 24px 32px 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  border-radius: 0 0 24px 24px;
}

@media screen and (max-width: 550px) {
  .slider-advantage__card {
    height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .slider-advantage__wrap {
    display: -ms-grid;
    display: grid;
    row-gap: 70px;
    -webkit-column-gap: 18px;
            column-gap: 18px;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
  }
  .swiper-slide:nth-child(2) .slider-advantage__card,
  .swiper-slide:nth-child(5) .slider-advantage__card {
    margin-top: 70px;
  }
}

.fixed-btn {
  width: 70px;
  height: 70px;
  background: #2C398C;
  border-radius: 50%;
  position: fixed;
  right: 1%;
  bottom: 7%;
  z-index: 15;
}

.fixed-btn__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.fixed-btn__inner::before, .fixed-btn__inner::after {
  content: "";
  border-radius: 50%;
  border: 1px solid #2C398C;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fixed-btn__inner::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: animatePulsBtn;
          animation-name: animatePulsBtn;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.fixed-btn__inner::after {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: animatePulsBtn2;
          animation-name: animatePulsBtn2;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.fixed-btn__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: 'Inter';
  font-size: 11px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0;
}

.fixed-btn__text, .fixed-btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.fixed-btn__icon {
  width: 34px;
  height: 38px;
}

.fixed-btn__icon .icon-doctor {
  width: 34px;
  height: 38px;
  fill: #FFFFFF;
}

.btn-active-fix.fixed-btn {
  display: block;
}

.socialModal h2{
  font-family: Montserrat, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 30px;

}
.socialModal div {
  font-family: Montserrat, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}
.socialModal .btns {
  display: flex;
  margin-top: 45px;
  gap: 20px;
}
.socialModal a.btn {
  font-family: Montserrat, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  letter-spacing: 0.46000000834465027px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  margin: 0;
  border: 1px solid #2C398C;
  display: flex;
  gap: 5px;
}

.socialModal a.btn.white {
  background: #fff;
  color: #2C398C;
}
.socialModal a.btn.blue {
  background: #2C398C;
  color: #fff;
}

.socialModal .modal-application {
  padding: 30px;
}

.socialModal .modal-application .close-modal-application {
  right: 0;
  width: 43px;
  height: 43px;
  top: 0;
}

@media screen and (max-width: 650px) {
  .socialModal h2 {
    font-size: 31px;
    line-height: 35px;
  }
  .socialModal .btns {
    flex-direction: column;
  }
}

@media screen and (min-width: 650px) {
  .fixed-btn:hover .fixed-btn__text {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .fixed-btn:hover .fixed-btn__icon {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
}

@media screen and (max-width: 1500px) {
  .fixed-btn {
    right: 5%;
  }
}

@-webkit-keyframes animatePulsBtn {
  0%,
  10%,
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes animatePulsBtn {
  0%,
  10%,
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes animatePulsBtn2 {
  0%,
  10%,
  20% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@keyframes animatePulsBtn2 {
  0%,
  10%,
  20% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/moonlens/assets/css/ox.css?17224320602958*/
.test {
  min-height: 150px;
  background: #000;
}
.slider-entry__item {
  background-position: center;
}
.slider-entry {
  font-family: 'Inter', sans-serif;
}
.slider-entry__picture-ox {
  display: none;
}
@media (max-width: 860px) {
  .slider-entry__picture-ox {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.ox-title {
  display: flex;
  align-items: center;
  color: #2C398C;
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  z-index: 3;
}
@media (max-width: 1300px) {
  .ox-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 860px) {
  .ox-title {
    display: none;
  }
}
.ox-subtitle {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 3;
}
@media (max-width: 1300px) {
  .ox-subtitle {
    font-size: 1.9rem;
  }
}
@media (max-width: 1160px) {
  .ox-subtitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 560px) {
  .ox-subtitle {
    font-size: 1rem;
  }
}
.ox__moonles {
  fill: #2C398C;
  display: block;
  margin-left: 0.5rem;
  height: 27px;
  width: 160px;
}
@media (max-width: 1300px) {
  .ox__moonles {
    height: 20px;
    width: 120px;
  }
}
.ox-top {
  padding: 1rem 3rem;
  padding-left: 0;
  position: relative;
}
@media (max-width: 860px) {
  .ox-top {
    padding: 1rem 3rem;
  }
}
@media (max-width: 560px) {
  .ox-top {
    padding: 1rem 1rem;
    padding-right: 2rem;
  }
}
.ox-top:before {
  content: '';
  display: block;
  width: 10000px;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 85%);
  backdrop-filter: blur(20px);
  top: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
  transform: skewX(145deg);
}
.ox-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 570px;
  grid-gap: 8rem;
  width: 100%;
}
@media (max-width: 1300px) {
  .ox-cont {
    grid-gap: 3rem;
    padding-top: 5rem;
    max-width: 450px;
  }
}
@media (max-width: 1160px) {
  .ox-cont {
    grid-gap: 6rem;
    max-width: 370px;
  }
}
@media (max-width: 860px) {
  .ox-cont {
    height: 100%;
    grid-gap: initial;
    padding-top: 0;
  }
}
.ox__slide {
  overflow: hidden;
}
@media (max-width: 860px) {
  .ox__slide__item {
    height: initial;
  }
}
.ox-bottom {
  color: #2C398C;
  padding: 0.5rem 1rem;
  padding-left: 0;
  font-size: 2.25rem;
  font-weight: 800;
  max-width: 300px;
}
@media (max-width: 1300px) {
  .ox-bottom {
    font-size: 1.9rem;
  }
}
@media (max-width: 1160px) {
  .ox-bottom {
    font-size: 1.5rem;
    max-width: 240px;
  }
}
@media (max-width: 860px) {
  .ox-bottom {
    margin: 1rem;
  }
}
@media (max-width: 560px) {
  .ox-bottom {
    font-size: 1rem;
  }
}
.ox-ovfh {
  overflow: hidden;
}
@media (max-width: 860px) {
  .ox-wrapper {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 130px;
    padding-bottom: 12%;
  }
}
/*# sourceMappingURL=ox.css.map */
/* End */


/* Start:/local/templates/moonlens/assets/vendor/glider/glider.min.css?17224320601846*/
.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}

/* End */


/* Start:/local/templates/moonlens/assets/css/style.css?173874510445057*/
.mechanism-inhibition__description{
font-family: 'Inter';
}

html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-family: 'Inter',sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
* {
    scroll-margin-top: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat';
    src: url(/local/templates/moonlens/assets/fonts/Montserrat/MontserratRegular.eot);
    src: url(/local/templates/moonlens/assets/fonts/Montserrat/MontserratRegular.eot) format("embedded-opentype") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratRegular.woff2) format("woff2") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratRegular.woff) format("woff") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratRegular.ttf) format("truetype") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratRegular.svg#MontserratRegular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(/local/templates/moonlens/assets/fonts/Montserrat/MontserratMedium.eot);
    src: url(/local/templates/moonlens/assets/fonts/Montserrat/MontserratMedium.eot) format("embedded-opentype") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratMedium.woff2) format("woff2") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratMedium.woff) format("woff") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratMedium.ttf) format("truetype") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratMedium.svg#MontserratMedium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url(/local/templates/moonlens/assets/fonts/Montserrat/MontserratSemiBold.eot);
    src: url(/local/templates/moonlens/assets/fonts/Montserrat/MontserratSemiBold.eot) format("embedded-opentype") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratSemiBold.woff2) format("woff2") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratSemiBold.woff) format("woff") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratSemiBold.ttf) format("truetype") , url(/local/templates/moonlens/assets/css/../fonts/Montserrat/MontserratSemiBold.svg#MontserratSemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    src: url(/local/templates/moonlens/assets/fonts/Inter/InterRegular.eot);
    src: url(/local/templates/moonlens/assets/fonts/Inter/InterRegular.eot) format("embedded-opentype") , url(/local/templates/moonlens/assets/css/../fonts/Inter/InterRegular.woff2) format("woff2") , url(/local/templates/moonlens/assets/css/../fonts/Inter/InterRegular.woff) format("woff") , url(/local/templates/moonlens/assets/css/../fonts/Inter/InterRegular.ttf) format("truetype") , url(/local/templates/moonlens/assets/css/../fonts/Inter/InterRegular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
.scope {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}

@media (min-width: 85rem) {
    .scope {
        width: 100%;
    }
}

.header .social-line__link {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

/*.header .btn{
  font-size:14px;
}

.header .about-moonlens a{
  font-size: 14px;
}

.header .language .select__toggle {
  padding: 6px 16px;
}

.header .nav__link {
  font-size: 16px;
}

.header__nav .nav {
  margin-right: 10px;
}*/

.header .social-line__item {
  margin-left: 10px;
}

@media (max-width: 768px) {
.h-soc-div {
  margin-top: 20px;
}
}



.link {
    text-decoration: none;
}

.page {
    font-family: Arial, sans-serif;
    background: #FFF;
    overflow-x: hidden;
}

.header {
    width: 100%;
    /*position: absolute;*/
    z-index: 100;
    margin-top: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

.header_fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.55) !important;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    -webkit-box-shadow: 0px 4px 15px #2c398c26;
    box-shadow: 0px 4px 15px #2c398c26;
}

.header__inner {
    display: flex;
    /*margin-top: 1.25rem;*/
    margin-top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.666)), to(rgba(255, 255, 255, 0.621)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.666) 0%, rgba(255, 255, 255, 0.621) 100%);
    border-radius: 0.75rem;
    padding: 1.125rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}

@media (min-width: 54rem) {
    .header__inner {
        /*margin-top: 3.25rem;*/
        margin-top: 0;
    }
}

.header_fixed .header__inner {
    margin-top: 0;
}

@media (min-width: 30rem) {
    .header_fixed .header__inner {
        background: none !important;
    }
}


.header__nav {
    display: none;
    align-items: center;
    margin-top: .1rem;
}

.header__nav .nav {
    margin-right: 1rem;
}

.header__hamburger {
    display: block;
    z-index: 111;
    position: relative;
}


@media (max-width: 56rem) {
    .header_opened .header__nav {
        z-index: 100;
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background-color: rgba(255,255,255,.55);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }
    .header_opened .nav {
        flex-direction: column;
        margin: 0;
    }
    .header_opened .nav__item {
        margin: 0 !important;
        padding: 1rem;
    }
    .header_opened .nav__link {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 130%;
    }
    .header_opened .language-wrap {
        display: block;
    }
    .header_fixed.header_opened {
        backdrop-filter: none !important;
    }
}

@media (min-width: 56rem) {
    .header__nav {
        margin-left: 1rem;
        display: flex;
    }
    .header__hamburger {
        display: none;
    }
}

.logo {
    display: flex;
    flex-direction: column;
}

.logo__img {
    fill: #2C398C;
    width: 10.4rem;
    height: 1.75rem;
}
.logo__text {
    color: #2C398C;
    text-align: end;
    font-size: .7rem;
    text-transform: uppercase;
    margin-top: .4rem;
}

.hamburger {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #131F6A;
    border: none;
    z-index: 10;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hamburger span::before, .hamburger span::after {
    width: 18px;
    height: 2px;
    background-color: #fff;
    display: block;
    content: "";
    top: 5px;
    position: absolute;
transition:all 0.2s ease;
}
.hamburger span::before {
    content: "";
    top: -5px;
    position: absolute;
}

.hamburger span {
    width: 18px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
transition:all 0.2s ease;
}

.header_opened .hamburger span{
    transform: translate(0px, 0px) rotate(-46deg);
}

.header_opened .hamburger span::after{
    transform: translate(0px, -5px) rotate(-89deg);
}

.header_opened .hamburger span::before{
	opacity:0
}

.dots {
    justify-content: flex-start;
}

.dots .glider-dot {
    width: 4.5rem;
    height: .375rem;
    background: rgba(0, 0, 0, 0.21);
    border-radius: 16px;
}
.dots .glider-dot.active {
    background: rgba(0, 0, 0, 0.5);
}

.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.nav__item:not(:last-child) {
    margin-right: 1.4rem;
}

.nav__control {
    display: inline-block;
}

.nav__link {
    color: #333333;
    font-weight: 500;
    font-size: 1rem;
}

.nav__button {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.55);
    background: linear-gradient(168.58deg, rgba(255, 255, 255, 0.592) -152.1%, #ffffff8d 287.39%);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 11px 21px;
    border-radius: 10rem;
    text-decoration: none;
}

.nav__button_find-doctor {
    background: #2C398C;
    -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    padding-left: 27px;
    padding-right: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mslider {
    position: relative;
}

.mslider__slides {
    overflow-x: hidden !important;
}

.mslider__title {
    font-style: normal;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 115%;
    text-transform: uppercase;
    color: #2C398C;
    max-width: 20rem;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: left;
    padding-left: 1rem;
}

@media (min-width: 22rem) {
    .mslider__title {
        padding-left: 5rem;
    }
}
@media (min-width: 25rem) {
    .mslider__title {
        padding-left: 6rem;
    }
}

@media (min-width: 45rem) {
    .mslider__title {
        text-align: left;
        font-size: 2.6rem;
        max-width: 35rem;
        padding-left: 0;
    }
}

@media (min-width: 45rem) {
    .mslider__title {
        text-align: left;
        font-size: 2.6rem;
        max-width: 20rem;
        padding-left: 0;
    }
}

@media (min-width: 72rem) {
    .mslider__title {
        max-width: 34rem;
        padding-left: 4rem;
    }
}
@media (min-width: 82rem) {
    .mslider__title {
        font-size: 4.4rem;
        padding-left: 5rem;
    }
}

.mslider__slide {
    position: relative;
    /*height: 40rem !important;*/
    overflow: hidden;
}

@media (min-width: 52rem) {
    .mslider__slide {
        /*max-height: 53.75rem;*/
    }
}

@media (min-width: 64rem) {
    .mslider__slide {
        /*height: 52rem !important;*/
    }
}



.mslider__bottom {
    position: relative;
    padding: .8rem 2rem .8rem 1rem;
    /*margin-top: 3.9rem;*/
    margin-top: 1rem;
}

@media (min-width: 22rem) {
    .mslider__bottom {
        padding-left: 5rem;
    }
}

@media (min-width: 25rem) {
    .mslider__bottom {
        padding-left: 6rem;
    }
}

@media (min-width: 45rem) {
    .mslider__bottom {
        padding-left: 8rem;
        display: inline-block;
    }
}

@media (min-width: 72rem) {
    .mslider__bottom {
        margin-top: 3rem;
    }
}

.mslider__lens {
    display: none;
    width: 5rem;
    height: 100%;
    background-image: url('/local/templates/moonlens/assets/img/lens.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

@media (min-width: 22rem) {
    .mslider__lens {
        display: block;
    }
}
@media (min-width: 25rem) {
    .mslider__lens {
        width: 6rem;
        height: 140%;
        width: 9rem;
        height: 140%;
    }
}

@media (min-width: 45rem) {
    .mslider__lens {
        width: 9rem;
        height: 140%;
    }
}

.mslider__ribbon {
    display: block;
    width: 10000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: skewX(-25deg);
    background: rgba(233, 190, 192, 0.94);
    backdrop-filter: blur(3px);
    /*border-radius: 0 26px 16px 0;*/
    border-radius: 0 16px 12px 0;
    z-index: 0;
}

.mslider__subtitle {
    z-index: 1;
    color: #2C398C;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.5;
    position: relative;
}

.mslider__description {
    z-index: 1;
    font-style: normal;
    font-weight: 600;
    font-size: .9rem;
    line-height: 1.5;
    color: white;
    margin-top: .2rem;
    position: relative;
}

@media (min-width: 75rem) {
    .mslider__description {
        max-width: 10rem;
    }
}

.mslider__slides {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mslider__content {
    /*position: absolute;*/
    /*bottom: 4rem;*/
    width: 100%;
}

.mslider__content > .scope {
    width: 100%;
    height: 100%;

}
@media (min-width: 45rem) {
    .mslider__content {
        height: 30rem;
    }
}

@media (min-width: 52rem) {
    .mslider__content > .scope {
        max-width: 1980px;
        position: relative;
        overflow: hidden;
    }
}
@media (min-width: 72rem) {
    .mslider__content {
        height: auto;
    }
}

.mslider__pane {
    background: rgba(255, 255, 255, 0.79);
    backdrop-filter: blur(20px);
    border-radius: .75rem;
    padding: 2rem 2rem 2rem 0;
    position: absolute;
    width: 94%;
    left: 3%;
    bottom: 4rem;
}

@media(min-width: 38rem) {
    .mslider__pane {
        bottom: 8rem;
    }
}
@media(min-width: 45rem) {
    .mslider__pane {
        bottom: 2rem;
    }
}
@media(min-width: 72rem) {
    .mslider__pane {
        left: auto;
    }
}
@media (min-width: 82rem) {
    .mslider__pane {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}

.mslider__image,
.mslider__image-mob {
    width: 100%;
    height: auto;
    display: none;
}

.mslider__slides .mslider__slide:first-child .mslider__image-mob {
    display: block;
}

.mslider__slides.glider .mslider__slide .mslider__image-mob {
    display: block;
}

.mslider__footer {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    height: 1.6rem;
}

@media (min-width: 25rem) {
    .mslider__lens {
        display: block;
    }
}

@media (min-width: 45rem) {
    .mslider__pane {
        background-color: transparent;
        backdrop-filter: none;
    }
    .mslider__subtitle {
        font-size: 2rem;
    }
    .mslider__description {
        font-size: 1.5rem;
    }
    .mslider__lens {
        display: block;
    }
    .mslider__image {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .mslider__slides .mslider__slide {
        display: none;
    }
    .mslider__slides .mslider__slide:first-child,
    .mslider__slides .mslider__slide:first-child .mslider__image {
        display: block;
    }

    .mslider__slides.glider .mslider__slide,
    .mslider__slides.glider .mslider__slide .mslider__image {
        display: block;
    }

    .mslider__image-mob {
        display: none !important;
    }
}

@media (min-width: 70rem) {

}


.mslider__footer {
    position: absolute;
    bottom: 1rem;
    width: 100%;
}

.success-stories__dots {
    justify-content: center;
}
.success-stories__dots .glider-dot {
    width: 3rem;
}

.success-stories__dots .dots,
.mslider__footer .dots {
    justify-content: flex-start;
}

@media (max-width: 52rem) {
    .success-stories__dots,
    .mslider__dots {
        background: rgba(103, 164, 255, 0.8);
        display: inline-flex;
        border-radius: 1rem;
    }

    .success-stories__dots .glider-dot,
    .mslider__footer .glider-dot {
        width: 10px !important;
        height: 10px !important;
        background: rgba(255, 255, 255, 0.6);
    }
    .success-stories__dots .glider-dot.active,
    .mslider__footer .glider-dot.active {
        background-color: white;
    }
}

.title {
    color: #16163D;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: .2rem;
    margin-bottom: 2rem;
}

@media (min-width: 40rem) {
    .title {
        font-size: 2.25rem;
    }
}


.text {
    font-size: 1.125rem;
    line-height: 1.5;
}

.text p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 60rem) {
    .text p {
        margin-bottom: 1.4rem;
        margin-top: 1.4rem;
    }
}

.about {
    margin-top: 3.75rem;
}

.about__inner {
    display: flex;
    flex-wrap: wrap;
}

.about__content {
    width: 100%;
    margin-left: 3rem;
    position: relative;
}

@media (min-width: 70rem) {
    .about__content {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        margin-left: 0;
        width: 56%;
    }
    .about__content:before {
        content: 'Moonlens';
        position: absolute;
        z-index: -1;
        font-size: 10rem;
        color: #F9F9F9;
        left: -20%;
        top: 1rem;
        font-family: 'Montserrat';
        font-weight: bold;
    }
}

.about__content svg {
    margin-left: -3.6rem;
    fill: #2C398C;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    margin-right: 0.3rem;
    float: left;
    display: none;
}

.about__preview {
    flex: 1;
    display: none;
}

@media (min-width: 70rem) {
    .about__title {
        max-width: 26rem;
    }
    .about__preview {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.about__preview img {
    max-width: 100%;
    max-height: 100%;
}

.player {
    margin-top: 3.75rem;
    margin-bottom: 3.5rem;
}

@media (min-width: 70rem) {
    .player__title {
        padding-left: 2.8rem;
    }
}

.player__content {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.player__text {
    width: 100%;
    z-index: 4;
}

@media (min-width: 60rem) {
    .player__text {
        position: absolute;
        top: 1.5rem;
        left: 3rem;
        max-width: 40%;
    }
}

.player__video {
    display: block;
    /*pointer-events: none;*/
}
.player__video::-webkit-media-controls-panel {
    background-image: none !important;
    padding: 0 1rem .5rem;
}
.player__video_no-controls::-webkit-media-controls {
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    z-index: -10 !important;
}

video.player__video_min-controls::-webkit-media-controls-panel {
    background-image: none !important;
}

video.player__video_min-controls::-webkit-media-controls-play-button,
video.player__video_min-controls::-webkit-media-controls-volume-slider,
video.player__video_min-controls::-webkit-media-controls-mute-button,
video.player__video_min-controls::-webkit-media-controls-time-remaining-display,
video.player__video_min-controls::-webkit-media-controls-current-time-display,
video.player__video_min-controls::-webkit-media-controls-fullscreen-button {
    display: none;
}

.player__player {
    overflow: hidden;
    border-radius: 1.875rem;
    position: relative;
}

.player__play svg {
    fill: white;
    width: 35%;
    height: 35%;
    padding-left: 0.3rem;
}

.player__content_run .player__play {
    display: none;
}

@media (min-width: 60rem) {
    .player__content_started .player__text {
        display: none;
    }
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #2C398C;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantages {
    padding-top: 2rem;
    background: #F9F9F9;
}

@media (min-width: 70rem) {
    .advantages__title {
        padding-left: 2.8rem;
    }
}

.advantages__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages__item {
    width: 30%;
    margin-bottom: 5rem;
}

@media screen and (min-width: 1025px) {
    .advantages__item:nth-child(2) .advantage,
    .advantages__item:nth-child(5) .advantage {
        margin-top: 70px;
    }
}

.advantage {
    background: #FFF;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (max-width: 1000px) {
    .advantage {
        margin: 0 0.5rem;
    }
}

.advantage__header {
    margin-top: 5rem;
}

.advantage__preview {
    width: 100%;
    height: auto;
}

.advantage__content {
    padding: 1.4rem 1.5rem 2rem;
}

.advantage__title {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    font-size: 1.4rem;
    color: #24267c;
    background-color: #c9cade;
    margin: 0;
    padding: 2rem 3rem;
    text-align: center;
    width: 100%;
    border-radius: 0 0 50% 50% / 0 0 0.7rem 0.7rem;
}

.presence-countries {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

@media (min-width: 70rem) {
    .presence-countries__title {
        padding-left: 2rem;
    }
}

.presence-countries__preview {
    position: relative;
}

.presence-countries__img {
    width: 100%;
    height: auto;
    border-radius: .8rem;
    display: block;
}

.presence-countries__note {
    display: flex;
    left: 3rem;
    bottom: 2rem;
    background: #F9F9F9;
    align-items: center;
    padding: .7rem;
    border-radius: .8rem;
    margin-top: 1rem;
}

@media (min-width: 40rem) {
    .presence-countries__note {
        position: absolute;
        background: transparent;
        padding: 0;
        margin-top: 0;
    }
}

.presence-countries__note-ico {
    fill: none;
    stroke: #333;
    width: 1.4rem;
    height: 1.4rem;
    margin: .5rem 1.5rem .5rem 0;
}
.presence-countries__note-text {
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
    line-height: 125%;
}

@media (min-width: 40rem) {
    .presence-countries__note-text {
        max-width: 14rem;
    }
}

.world-recognition {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

@media (min-width: 70rem) {
    .world-recognition__title {
        padding-left: 2.8rem;
    }
}

.confession {
    margin-left: -.75rem;
    margin-right: -.75rem;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 40rem) {
    .confession {

    }
}

.confession__card {
    flex: 2;
    color: #2C398C;
    background: #F9F9F9;
    border-radius: 24px;
    /*padding: 1.5rem 1.5rem 2.5rem 2.5rem;*/
    padding: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: .75rem;
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

@media (min-width: 60rem) {
    .confession__card {
        padding: 1.5rem 1.5rem 2.5rem 2.5rem;
    }
}


.confession__card_small {
    flex: 1;
}

.confession__title {
    font-weight: 600;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 60rem) {
    .confession__title {
        font-size: 3.75rem;
    }
}

@media (min-width: 78rem) {
    .confession__title {
        font-size: 6.25rem;
    }
}


.confession__description {
    font-size: 1rem;
}
@media (min-width: 60rem) {
    .confession__description {
        font-size: 1.25rem;
    }
}
@media (min-width: 78rem) {
    .confession__description {
        font-size: 24px;
    }
}

.manufacture {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}
@media (min-width: 70rem) {
    .manufacture__title {
        padding-left: 2.8rem;
    }
}

.manufacture__player {
    position: relative;
}

.manufacture__play svg {
    fill: white;
    width: 35%;
    height: 35%;
    padding-left: 0.3rem;
}

.manufacture__content_run .manufacture__play {
    display: none;
}

.faq {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}
.faq_arrow {transition: transform .4s ease-in-out;  width:30px; height:30px; position: absolute; right:15px; top:50%;
    margin-top: -17px; cursor: pointer; transform: rotate(180deg);
 background-image: url(/local/templates/moonlens/assets/css/../img/chevron-left.png)}
@media (min-width: 70rem) {
    .faq__title {
       font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 38px;
/* identical to box height, or 106% */


/* 1 */

color: #16163D;
    }
}



@media (min-width: 46rem) {
    .faq-list__item {
        break-inside: avoid-column;
    }
}

@media (min-width: 62rem) {

}

.faq-item {
    max-width: 100%;
    margin-bottom:32px;
}

.faq-item__header {
    background: #F2F5FA;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 147.8%;
    /* or 35px */
    padding-left:24px;
    padding-top:13px;
    padding-bottom:13px;
    padding-right: 52px;
    cursor: pointer;
    position: relative;

    color: #2C398C;
}

.faq-item__body {
    max-height: 0;
    opacity: 0;
    padding-left:24px;
    padding-right:24px;
    padding-top:0px;
    padding-bottom:0px;
}

@media (min-width: 40rem) {
    .faq-item__header {
        font-size: 1.2rem;
    }
}

@media (min-width: 46rem) {
    .faq-item__header {
        font-size: 1.3rem;
    }
}

@media (min-width: 62rem) {
    .faq-item__header {
        font-size: 1.5rem;
    }
}

.faq-item_opened .faq-item__body {
    opacity: 1;
    max-height: 1000px;
    display: block;
    padding-top:20px;
    padding-bottom:24px;
}

.faq-item_opened .faq_arrow {transform: rotate(0deg);}
.faq-item__body {
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    background: #F9F9F9;
    border-radius: 12px;
    color: #333333;

}
.faq-item__body.open {
  display: block;
  max-height: 1000px;
}

.section-map-interactive .wrapper-content {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}

.footer {
    background: #F5F7FB;
    padding: 1.2rem 0;
}

.footer__inner {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.footer__title {
    color: #2C398C;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;

}

.footer__privacy-policy {
    margin-bottom: 1.1rem;
}
.footer__privacy-policy .link {
    color: #1360D3;
    opacity: 0.8;
    font-size: 1rem;
    line-height: 2rem;
}

.footer__copyright p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
}

.footer__social {
    margin-bottom: 1.3rem;
}

@media (min-width: 40rem) {
    .footer__row {
        display: flex;
        justify-content: space-between;
    }
    .footer__row_second {
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .footer__privacy-policy {
        margin-bottom: 0;
    }
}

@media (min-width: 46rem) {
    .footer {
        padding: 3.75rem 0;
    }
}

.social-line {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-line__item {
    display: inline-block;
}

.social-line__link {
    width: 3rem;
    height: 3rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.social-line__link_tg {
    fill: #0088cc;
}
.social-line__link_tg svg {
    width: 55%;
    height: 55%;
}
.social-line__link_vk {
    fill: #0077FF;
}
.social-line__link_vk svg {
    width: 60%;
    height: 60%;
}


video {
    width: 100%;
}

.mechanism-inhibition {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

@media (min-width: 70rem) {
    .mechanism-inhibition__title {
        padding-left: 2.8rem;
    }
    .mechanism-inhibition__description {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        margin-bottom: 2rem;
        /*font-size: 1.65rem;*/
        max-width: 60rem;
        line-height: 1.5;
    }
}

.mechanism-inhibition__steps {
    display: flex;
    gap: 1rem;
}

.mechanism-inhibition__step {
    flex: 1;
}

.inhibition-step {
    height: 100%;
    width: 100%;
    padding: 32px;
    border-radius: 30px;
    background: #F9F9F9;
    box-sizing: border-box;
}

.inhibition-step__title {
    width: 100%;
    max-width: 210px;
    font-weight: 500;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto 45px auto;
    margin-bottom: 1rem;
}

.inhibition-step__preview {
    display: flex;
    justify-content: center;
}

.inhibition-step__description {
    margin-top: 1rem;
    /*font-size: 1.3rem;*/
}

.success-stories {
    background: #F2F5FA;
    padding: 32px;
}

.success-story {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 350px;
    background-color: white;
    flex-direction: column;
}

@media (min-width: 56rem) {
    .success-story {
        flex-direction: row;
    }
}

.success-story__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 14px;
}
.success-story__text {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.5;
}
.success-story__content {
    width: 100%;
    padding: 2rem;
}
.success-story__preview {
    width: 100%;
}

.success-story__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-story__more {
    margin-top: 24px;
    color: #2C398C;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.gmaps {
    height: 42rem;
}

/*Тимур*/
.lens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 770px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30%;
}

.lens__item {
  width: 100%;
  line-height: 150%;
  max-width: 345px;
  background: #F5F5F5;
  border-radius: 24px;
  padding: 14px;
  cursor: pointer;
  position: relative;
}

.lens__item .text-blue {
  color: #67A4FF;
}

.lens .lens-line-wrap {
  background-color: #2C398C;
}

.lens .lens-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.lens__image {
  width: 100%;
  max-width: 490px;
}

.lens__image > img {
    height: auto;
}

.lens__wrap {
  position: absolute;
}

.lens .lens-line-wrap {
  position: absolute;
}

.lens .lens-step-1 {
  left: 0;
  top: 220px;
}

.lens .lens-step-1 .lens-line-wrap {
  width: 135px;
  height: 2px;
  right: -130px;
  top: 17px;
}

.lens .lens-step-1 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: 50%;
  right: 0;
  top: -4px;
}
/*То что нужно исправит на боевом по отступу в блоке линзы*/
.lens .lens-step-2 {
  left: 0;
bottom: 225px;
}
/*То что нужно исправит на боевом по отступу в блоке линзы*/
.lens .lens-step-2 .lens-line-wrap {
  width: 255px;
  height: 2px;
  right: -250px;
  top: 20px;
}

.lens .lens-step-2 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: 50%;
  right: 0;
  top: -4px;
}

.lens .lens-step-7 {
  top: 0;
  left: 343px;
}

.lens .lens-step-7 .lens__item {
  max-width: 280px;
}

.lens .lens-step-7 .lens-line-wrap {
  width: 2px;
  height: 96px;
  bottom: -80px;
  right: 20px;
}

.lens .lens-step-7 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  right: -4px;
  bottom: 0;
}

.lens .lens-step-6 {
  top: 0;
  right: 330px;
}

.lens .lens-step-6 .lens__item {
  max-width: 280px;
}

.lens .lens-step-6 .lens-line-wrap {
  width: 2px;
  height: 65px;
  bottom: -60px;
  left: 20px;
}

.lens .lens-step-6 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  right: -4px;
  bottom: 0;
}

.lens .lens-step-5 {
  right: 0;
  top: 220px;
}

.lens .lens-step-5 .lens-line-wrap {
  width: 135px;
  height: 2px;
  left: -130px;
  top: 20px;
}

.lens .lens-step-5 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: -4px;
  left: 0;
}

.lens .lens-step-4 {
  right: 0;
  bottom: 250px;
}

.lens .lens-step-4 .lens-line-wrap {
  width: 255px;
  height: 2px;
  left: -250px;
  top: 20px;
}

.lens .lens-step-4 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  top: 50%;
  left: 0;
  top: -4px;
}

.lens .lens-step-3 {
  bottom: 0;
  left: 34%;
}

.lens .lens-step-3 .lens__item {
  max-width: 400px;
}

.lens .lens-step-3 .lens-line-wrap {
  width: 2px;
  height: 85px;
  top: -85px;
  left: 50%;
}

.lens .lens-step-3 .lens-line-wrap .lens-line::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2C398C;
  position: absolute;
  right: -4px;
  top: 0;
}

.lens .lens-line-wrap {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.lens .lens__item {
  -webkit-transition: background .5s;
  transition: background .5s;
}

.lens .lens__item:hover {
  background: #E3EEFF;
}

.lens .lens__item:hover + .lens-line-wrap {
  opacity: 1;
}

.lens__image {
  position: relative;
}
.ainmation-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ainmation-container__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1250px) {
  .lens-slider {
    width: 100%;
    margin-top: 30px;
  }
  .lens__wrap {
    position: static;
  }
  .lens {
    min-height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .lens__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lens .lens-line-wrap {
    display: none;
  }
  .lens-slider .slider-pagination-base {
    display: block;
  }
}

@media screen and (min-width: 1250px) {
  .lens .swiper {
    position: static !important;
    overflow: inherit !important;
  }
  .lens .swiper-wrapper {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .lens .swiper-slide {
    width: auto;
    height: auto;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}

.ainmation-border {
  width: 140px;
  height: 45px;
  background: rgba(103, 164, 255, 0.2);
  border: 2px solid #67A4FF;
  border-radius: 24px;
  position: absolute;
  left: 165px;
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.animation-step-7 .ainmation-border {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .ainmation-border {
    width: 28%;
    height: 10%;
    left: 35%;
    top: 10%;
  }
}

.ainmation-border-lens {
  position: absolute;
  left: 3%;
  right: 3%;
  top: 3%;
  bottom: 3%;
  border-radius: 50%;
  border: 3px solid #A396EF;
  opacity: 0;
}

.ainmation-border-lens::before, .ainmation-border-lens::after {
  content: "";
  border-radius: 50%;
  border: 3px solid #A396EF;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.ainmation-border-lens::before {
  width: 108%;
  height: 108%;
  left: -4%;
  top: -4%;
}

.ainmation-border-lens::after {
  width: 114%;
  height: 114%;
  left: -7%;
  top: -7%;
}

@-webkit-keyframes transformScale1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes transformScale1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
  }
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes transformScale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes transformScale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%,
  50%,
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70%,
  80%,
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animation-step-6 .ainmation-border-lens {
  opacity: 1;
}

.animation-step-6 .ainmation-border-lens::before {
  opacity: 1;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: transformScale1;
          animation-name: transformScale1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animation-step-6 .ainmation-border-lens::after {
  opacity: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: transformScale2;
          animation-name: transformScale2;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes background {
  0% {
    background: rgba(103, 164, 255, 0.3);
  }
  50% {
    background: rgba(154, 242, 231, 0.3);
  }
  100% {
    background: rgba(163, 150, 239, 0.3);
  }
}

@keyframes background {
  0% {
    background: rgba(103, 164, 255, 0.3);
  }
  50% {
    background: rgba(154, 242, 231, 0.3);
  }
  100% {
    background: rgba(163, 150, 239, 0.3);
  }
}

.ainmation-background {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border-radius: 50%;
}

.animation-step-5 .ainmation-background {
  -webkit-animation: background 3.5s ease forwards;
          animation: background 3.5s ease forwards;
}

@-webkit-keyframes border-big {
  0% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
  50% {
    border: 20px solid rgba(154, 242, 231, 0.1);
  }
  100% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
}

@keyframes border-big {
  0% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
  50% {
    border: 20px solid rgba(154, 242, 231, 0.1);
  }
  100% {
    border: 20px solid rgba(154, 242, 231, 0.5);
  }
}

.ainmation-border-big {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border-radius: 50%;
}

.animation-step-4 .ainmation-border-big {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: border-big;
          animation-name: border-big;
}

.ainmation-center {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 20%;
  top: 20%;
  border-radius: 50%;
  background: rgba(103, 164, 255, 0.5);
  border: 1px solid #67A4FF;
  z-index: 1;
  opacity: 0;
}

.ainmation-center::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 20%;
  top: 20%;
  border-radius: 50%;
  background: rgba(103, 164, 255, 0.5);
  border: 1px solid #67A4FF;
  z-index: 2;
  opacity: 0;
}

.ainmation-center::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
  top: 10%;
  border-radius: 50%;
  background: rgba(103, 164, 255, 0.3);
  border: 1px solid #67A4FF;
  opacity: 0;
}

.animation-step-2 .ainmation-center {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animation-step-2 .ainmation-center::before {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animation-step-2 .ainmation-center::after {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blick {
  100% {
    -webkit-transform: rotate(45deg) translateY(190px);
            transform: rotate(45deg) translateY(190px);
  }
}

@keyframes blick {
  100% {
    -webkit-transform: rotate(45deg) translateY(190px);
            transform: rotate(45deg) translateY(190px);
  }
}

@-webkit-keyframes blickRevert {
  100% {
    -webkit-transform: rotate(45deg) translateY(-190px);
            transform: rotate(45deg) translateY(-190px);
  }
}

@keyframes blickRevert {
  100% {
    -webkit-transform: rotate(45deg) translateY(-190px);
            transform: rotate(45deg) translateY(-190px);
  }
}

.animation-step-1 .ainmation-blick {
  position: absolute;
  background-color: #FFFFFF;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  width: 383px;
  height: 100px;
  -webkit-transform: rotate(45deg) translateY(190px);
          transform: rotate(45deg) translateY(190px);
  -webkit-animation: blickRevert 3.5s ease infinite;
          animation: blickRevert 3.5s ease infinite;
}

.animation-step-3 .ainmation-blick {
  position: absolute;
  background-color: #FFFFFF;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  width: 383px;
  height: 100px;
  -webkit-transform: rotate(45deg) translateY(-190px);
          transform: rotate(45deg) translateY(-190px);
  -webkit-animation: blick 3.5s ease infinite;
          animation: blick 3.5s ease infinite;
}


@media screen and (max-width: 1170px) {
  .lens-staik {
    position: absolute;
    bottom: -76px;
    right: 10px;
    width: 230px;
    height: 243px;
    z-index: 11;
    background-image: url("/local/templates/moonlens/assets/css/../img/lens-small.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width: 650px) {
.about__content {
    margin-left: 0rem;
}
  .lens-staik {
    width: 160px;
    height: 170px;
  }
}
.section-margin-vertical {
    margin: 60px 0;
}
.wrapper-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1260px;
}
.block-text {
    width: 100%;
    padding: 0 45px;
    max-width: 56%;
}
img {
    display: block;
    max-width: 100%;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.fixed-btn {
    width: 88px;
    height: 88px;
    right: 3%;
}

.fixed-btn__icon {

}

@media (min-width: 52rem) {
    .fixed-btn {
        width: 110px;
        height: 110px;
    }
}

@media (min-width: 72rem) {
    .fixed-btn {
        width: 137px;
        height: 137px;
    }
}

.fixed-btn__text {
    opacity: 1 !important;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 62rem) {
    .fixed-btn__text {
        font-size: 12px;
    }
}
@media (min-width: 80rem) {
    .fixed-btn__text {
        font-size: 14px;
    }
}

.about-moonlens a{
border: 1px solid rgba(0, 0, 0, 0.15);
  color: #2c398c;
  font-weight: 600;
  padding: 9px;
  white-space: nowrap;
  border-radius: 30px;
}
/* End */


/* Start:/local/templates/moonlens/components/bitrix/form.result.new/main/style.css?1722432059157*/
.captchaBox {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .captchaBox {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/templates/moonlens/template_styles.css?177264540718125*/
.bx-core-adm-dialog input {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

#bxmedialib .ml-buttons-cont {
    top: -50px;
    position: relative;
}


.select__dropdown {
    display: none;
}

.select.is-open .select__dropdown {
    display: block;
}

.confession {
    margin-bottom: 24px;
}

.hide_block {
    display: none;
}

.popup-info {
    position: relative;
}

.section-map-interactive__container .customGmDialog {
    box-shadow: none;
    padding: 0;
}

.section-map-interactive__container .customGmDialog > div {
    padding: 0;
    overflow: unset!important;
    max-height: inherit!important;
}

.section-map-interactive__container .customGmDialog .gm-ui-hover-effect {
    top: 11px!important;
    right: 6px!important;
}

.section-map-interactive__container .customGmDialog .gm-ui-hover-effect > img {
    width: 20px!important;
    height: 20px!important;
    margin: 0!important;
}

.gm-style {
    font: inherit;
}

.web_form_error_container {
    margin-bottom: 20px;
    font-size: 14px;
    color: #F25341;
}

.web_form_result {
    text-align: center;
}


.u-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 51, 64, 0.5);
    z-index: 10000;
    display: none;
}

.u-loader.active {
    display: block;
}

.u-loader__inner {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: rotatePreloader 2s infinite ease-in;
    animation: rotatePreloader 2s infinite ease-in;
}

.u-loader__inner div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.u-loader__inner div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #2c387c;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.u-loader--relative {
    position: absolute;
}

.u-loader__inner div:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
    -webkit-animation: rotateCircle1 2s infinite linear;
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@-webkit-keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(36deg);
        transform: rotateZ(36deg);
    }
    7% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    57% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(36deg);
        transform: rotateZ(36deg);
    }
    7% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    57% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(2) {
    -webkit-transform: rotateZ(36deg);
    -ms-transform: rotate(36deg);
    transform: rotateZ(36deg);
    -webkit-animation: rotateCircle2 2s infinite linear;
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@-webkit-keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    12% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    62% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    12% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    62% {
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(3) {
    -webkit-transform: rotateZ(72deg);
    -ms-transform: rotate(72deg);
    transform: rotateZ(72deg);
    -webkit-animation: rotateCircle3 2s infinite linear;
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@-webkit-keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    17% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    67% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        -webkit-transform: rotateZ(-36deg);
        transform: rotateZ(-36deg);
    }
    17% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    67% {
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(4) {
    -webkit-transform: rotateZ(108deg);
    -ms-transform: rotate(108deg);
    transform: rotateZ(108deg);
    -webkit-animation: rotateCircle4 2s infinite linear;
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@-webkit-keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    22% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    72% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        -webkit-transform: rotateZ(-72deg);
        transform: rotateZ(-72deg);
    }
    22% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    72% {
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(5) {
    -webkit-transform: rotateZ(144deg);
    -ms-transform: rotate(144deg);
    transform: rotateZ(144deg);
    -webkit-animation: rotateCircle5 2s infinite linear;
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@-webkit-keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    27% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    77% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        -webkit-transform: rotateZ(-108deg);
        transform: rotateZ(-108deg);
    }
    27% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    77% {
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(6) {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    -webkit-animation: rotateCircle6 2s infinite linear;
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@-webkit-keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    32% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    82% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        -webkit-transform: rotateZ(-144deg);
        transform: rotateZ(-144deg);
    }
    32% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    82% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(7) {
    -webkit-transform: rotateZ(216deg);
    -ms-transform: rotate(216deg);
    transform: rotateZ(216deg);
    -webkit-animation: rotateCircle7 2s infinite linear;
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@-webkit-keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    37% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    87% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    37% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    87% {
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(8) {
    -webkit-transform: rotateZ(252deg);
    -ms-transform: rotate(252deg);
    transform: rotateZ(252deg);
    -webkit-animation: rotateCircle8 2s infinite linear;
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@-webkit-keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    42% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    92% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        -webkit-transform: rotateZ(-216deg);
        transform: rotateZ(-216deg);
    }
    42% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    92% {
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(9) {
    -webkit-transform: rotateZ(288deg);
    -ms-transform: rotate(288deg);
    transform: rotateZ(288deg);
    -webkit-animation: rotateCircle9 2s infinite linear;
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@-webkit-keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    47% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    97% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        -webkit-transform: rotateZ(-252deg);
        transform: rotateZ(-252deg);
    }
    47% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    97% {
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__inner div:nth-child(10) {
    -webkit-transform: rotateZ(324deg);
    -ms-transform: rotate(324deg);
    transform: rotateZ(324deg);
    -webkit-animation: rotateCircle10 2s infinite linear;
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@-webkit-keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    52% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    102% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        -webkit-transform: rotateZ(-288deg);
        transform: rotateZ(-288deg);
    }
    52% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    102% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
    }
    100% {
        -webkit-transform: rotateZ(-324deg);
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.u-loader__container.active .u-loader {
    display: block;
}

.popup-info__mail {
    margin-bottom: 0;
}

.popup-contacts_container {
    margin-bottom: 24px;
}

.popup-contacts_container > div {
    margin-bottom: 10px;
}

button.select__toggle {
    text-align: left;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.about__preview {
    animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    -moz-animation: bounce 4s infinite;
    -o-animation: bounce 4s infinite;
}

@-webkit-keyframes blick {
    30% {
        -webkit-transform: rotate(45deg) translateY(190px);
        transform: rotate(45deg) translateY(190px);
    }
    70% {
        -webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
    }
    100% {
        -webkit-transform: rotate(45deg) translateY(-190px);
        transform: rotate(45deg) translateY(-190px);
    }
}

@keyframes blick {
    30% {
        -webkit-transform: rotate(45deg) translateY(190px);
        transform: rotate(45deg) translateY(190px);
    }
    70% {
        -webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
    }
    100% {
        -webkit-transform: rotate(45deg) translateY(-190px);
        transform: rotate(45deg) translateY(-190px);
    }
}

/*.ainmation-blick {*/
/*    position: absolute;*/
/*    background-color: #FFFFFF;*/
/*    -webkit-filter: blur(30px);*/
/*    filter: blur(30px);*/
/*    width: 383px;*/
/*    height: 100px;*/
/*    -webkit-transform: rotate(45deg) translateY(190px);*/
/*    transform: rotate(45deg) translateY(190px);*/
/*    -webkit-animation: blickRevert 3.5s ease infinite;*/
/*    animation: blickRevert 3.5s ease infinite;*/
/*}*/

.ainmation-blick {
    position: absolute;
    background-color: #FFFFFF;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    width: 383px;
    height: 100px;
    -webkit-transform: rotate(45deg) translateY(-190px);
    transform: rotate(45deg) translateY(-190px);
    -webkit-animation: blick 7s ease infinite;
    animation: blick 7s ease infinite;
}

@media screen and (max-width: 1250px) {
    .lens__item {
        max-width: 50rem !important;
        text-align: center;
        margin-bottom: 1rem;
    }
}

.prot {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    width: 1280px;
    max-width: 100%;
}
/* End */
/* /local/templates/moonlens/assets/libs/Select/custom-selectt.css?17224320592139 */
/* /local/templates/moonlens/assets/libs/Selectize/css/selectize.default.css?17224320598259 */
/* /local/templates/moonlens/assets/libs/initTellnput/css/intlTelInput.css?172243205926511 */
/* /local/templates/moonlens/assets/css/styles.css?177264442266243 */
/* /local/templates/moonlens/assets/css/ox.css?17224320602958 */
/* /local/templates/moonlens/assets/vendor/glider/glider.min.css?17224320601846 */
/* /local/templates/moonlens/assets/css/style.css?173874510445057 */
/* /local/templates/moonlens/components/bitrix/form.result.new/main/style.css?1722432059157 */
/* /local/templates/moonlens/template_styles.css?177264540718125 */
