@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.ttf?22t19m) format("truetype"),
        url(../fonts/lg.woff?22t19m) format("woff"),
        url(../fonts/lg.svg?22t19m#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

img {
    max-width: 100%;
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none;
    background-color: transparent;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
        -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
        -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 250ms cubic-bezier(0, 0, 0.25, 1),
        -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: 0;
    border: none;
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
        -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
        -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s,
        visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
        -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
        -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
        opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    height: 100%;
    width: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906";
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    -o-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
    transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s,
        -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
    content: "\e900";
}

.lg-rotate-right:after {
    content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px;
}

.lg-flip-hor:after {
    content: "\e902";
}

.lg-flip-ver:after {
    content: "\e903";
}

.lg-group:after,
.lg-group:before {
    display: table;
    content: "";
    line-height: 0;
}

.lg-group:after {
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    outline: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
        -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.header {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 6px 10px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 6px 10px 27px 0 rgba(0, 0, 0, 0.13);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 992px) {
    .header {
        position: sticky;
    }
}

@media screen and (min-width: 992px) {
    .header--scroll {
        -webkit-transform: translateY(-39px);
        -ms-transform: translateY(-39px);
        transform: translateY(-39px);
    }
}

.header--scroll .header__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .header--scroll .header__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        margin-top: 0;
    }
}

.header--scroll .header__logo-img {
    max-width: 60px;
}

@media screen and (max-width: 767px) {
    .header--scroll .header__logo-img {
        max-width: 50px;
    }
}

.header--scroll .header__logo-text {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .header--scroll .header__logo-text {
        display: none;
    }
}

.header--scroll .header__logo-text>span {
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

@media screen and (min-width: 1235px) {
    .header--scroll .header__main-row {
        padding-top: 14px;
        padding-bottom: 17px;
    }
}

@media screen and (max-width: 767px) {
    .header--scroll .header__main-row {
        padding-top: 9px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {
    .header--scroll .header__toggle {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .header--scroll .header__toggle {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .header--scroll {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .header--scroll .header__soc-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@media screen and (max-width: 992px) {
    .header--scroll .header-col--soc {
        display: none;
    }
}

.header__main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1235px) {
    .header__main-row {
        padding-top: 8px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .header__main-row {
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header__main-row {
        padding-top: 12px;
        display: flex;
        justify-content: space-between;
    }
}

.header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 992px) {
    .header__logo {
        grid-column: 1/3;
        grid-row: 2/3;
    }
}

@media screen and (max-width: 767px) {
    .header__logo {
        margin-right: 0;
    }
}

.header__logo:hover .header__logo-text>span {
    color: #2495fe;
}

.header__logo-img {
    max-width: 73px;
    width: 100%;
    height: auto;
    margin-right: 2px;
}

@media screen and (max-width: 1235px) {
    .header__logo-img {
        max-width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .header__logo-img {
        max-width: 62px;
    }
}

.header__logo-text {
    font-weight: 700;
    color: #2495fe;
    font-size: 30px;
    line-height: normal;
    position: relative;
}

@media screen and (max-width: 1235px) {
    .header__logo-text {
        font-size: 26px;
    }
}

.header__logo-text>span {
    font-weight: 500;
    color: #828282;
    font-size: 8px;
    line-height: normal;
    letter-spacing: 0.075em;
    display: block;
    margin-left: 5px;
    opacity: 1;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: color;
}

@media screen and (max-width: 767px) {
    .header__logo-text>span {
        font-size: 6px;
    }
}

.header__toggle {
    display: none;
    position: relative;
    width: 39px;
    height: 31px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media screen and (max-width: 992px) {
    .header__toggle {
        grid-column: 13/10;
        grid-row: 2/3;
        display: block;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header__toggle {
        order: 3;
    }

    .header__main .container {
        max-width: 100%;
    }
}

.header__toggle span {
    position: absolute;
    background-color: #fc0;
    border-radius: 3px;
    width: 100%;
    height: 5px;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__toggle span:nth-child(1) {
    top: 0;
}

.header__toggle span:nth-child(2),
.header__toggle span:nth-child(3) {
    top: 13px;
}

.header__toggle span:nth-child(4) {
    top: 26px;
}

.header__toggle--active span:nth-child(1),
.header__toggle--active span:nth-child(4) {
    top: 50%;
    left: 50%;
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.header__toggle--active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__toggle--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header__title {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #979797;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .header__title {
        font-size: 11px;
        margin-bottom: 2px;
    }
}

.header-col {
    padding-left: 12px;
    padding-bottom: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

@media screen and (max-width: 1235px) {
    .header-col {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .header-col {
        padding-left: 0;
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .header-col--soc {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

@media screen and (max-width: 767px) {
    .header-col--soc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.header-col::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    height: 33px;
    width: 1px;
    background-color: #d9d9d9;
}

@media screen and (max-width: 1235px) {
    .header-col::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 992px) {
    .header-col::before {
        display: none;
    }
}

@media screen and (max-width: 1235px) {
    .header__time {
        display: none;
    }
}

.header__time-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.header__time-count .i {
    margin-right: 8px;
}

.header__socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .header__socials {
        grid-column: 7/13;
        grid-row: 2/3;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header__socials {
        margin-left: 0;
        display: none;
    }
}

.header__socials-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 3px;
}

.header__socials-item:first-child {
    margin-left: 0;
}

.header__socials-item:last-child {
    margin-right: 0;
}

.header__socials-item:hover .i {
    background-color: #2495fe;
}

.header__soc-btn {
    display: none;
}

@media screen and (min-width: 1235px) {
    .header__socials-item {
        margin-top: 15px;
    }
}

@media screen and (max-width: 992px) {
    .header__soc-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media screen and (max-width: 992px) {
    .header__contacts {
        grid-column: 3/5;
        grid-row: 1/2;
    }
}

@media screen and (max-width: 767px) {
    .header__contacts {
        grid-column: 2/22;
    }
}

@media screen and (max-width: 992px) {
    .header__contacts--calc {
        grid-column: 6/12;
        grid-row: 1/2;
    }
}

@media screen and (max-width: 767px) {
    .header__contacts--calc {
        display: none;
    }
}

.header__tel {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media screen and (max-width: 1235px) {
    .header__tel {
        font-size: 21px;
        text-wrap: nowrap;
    }
}

.header__tel .i {
    margin-right: 11px;
}

@media screen and (max-width: 1235px) {
    .header__tel .i {
        margin-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .header__tel .i {
        width: 15px;
        height: 15px;
        margin-right: 6px;
    }
}

@media (max-width: 380px) {
    .header__tel {
        font-size: 18px;
    }
}

.header__tel:hover {
    color: #2495fe;
}

.header__top {
    padding-top: 6px;
}

@media screen and (max-width: 992px) {
    .header__top {
        display: none;
    }
}

.header__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 33px;
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1235px) {
    .header__top-row {
        padding-left: 0;
    }
}

.header__top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 25px;
    padding-bottom: 3px;
}

@media screen and (max-width: 992px) {
    .header__top-menu {
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
}

.header__top-menu li {
    margin: 0 21px;
}

@media screen and (max-width: 1235px) {
    .header__top-menu li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 992px) {
    .header__top-menu li {
        border-bottom: 1px solid #fff;
        margin: 0;
    }
}

.header__top-menu li:first-child {
    margin-left: 0;
}

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

.header__top-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #6b6b6b;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media screen and (max-width: 992px) {
    .header__top-menu li a {
        min-height: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.header__top-menu li a:hover {
    color: #2495fe;
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
    .header__top-menu li a:hover {
        color: #000;
        text-decoration: none;
    }
}

.menu {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    left: 0;
    z-index: 8;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
    .menu {
        position: fixed;
        top: 0;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        position: fixed;
        max-width: 100%;
        max-height: 100vh;
        height: 100%;
        background-color: #eaeaea;
        overflow: auto;
        z-index: 12;
        padding: 40px 10px 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 992px) {
    .menu--scroll {
        top: 78px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@media screen and (min-width: 1235px) {
    .menu--scroll {
        top: 88px;
    }
}

.menu--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .menu .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
}

.menu__md {
    display: none;
}

.menu__md .header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__md .header__socials a .i {
    background-color: #c1c1c1;
}

@media screen and (max-width: 992px) {
    .menu__md {
        width: 100%;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.menu__tel {
    margin-bottom: 15px;
}

.menu__btn {
    padding: 5px 30px;
    font-size: 18px;
    min-height: 47px;
    max-width: 258px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
}

.menu__cancel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 14px;
    right: 14px;
}

.menu__cancel span {
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-image: url(../images/dest/icons/cancel.png);
}

.menu__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 9px;
    padding-right: 23px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .menu__main {
        display: block;
        padding: 0;
        width: 100%;
    }
}

.menu__main::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 25px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#fc0),
            to(#f8bf00));
    background-image: -o-linear-gradient(bottom, #fc0, #f8bf00);
    background-image: linear-gradient(to top, #fc0, #f8bf00);
    width: 100vw;
}

@media screen and (max-width: 992px) {
    .menu__main::before {
        display: none;
    }
}

.menu__main>li {
    position: relative;
    z-index: 2;
    margin: 0 11px;
}

@media screen and (max-width: 1235px) {
    .menu__main>li {
        margin: 0 8px;
    }
}

@media screen and (max-width: 992px) {
    .menu__main>li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center;
        padding-right: 18px;
        border-bottom: 1px solid #fff;
    }

    .menu__main>li:first-child {
        border-top: 1px solid #fff;
    }
}

.menu__main>li>.i {
    display: none;
}

@media screen and (max-width: 992px) {
    .menu__main>li>.i {
        position: absolute;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        right: 14px;
        top: 29px;
        z-index: 10;
    }
}

.menu__main>li.active>.i {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.menu__main>li.active>ul {
    border-top: 1px solid #fff;
}

.menu__main>li:first-child {
    margin-left: 0;
}

.menu__main>li:last-child {
    margin-right: 0;
}

.menu__main>li>ul {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .menu__main>li>ul {
        column-count: 2;
        width: auto;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        top: 100%;
        left: -9px;
        border-radius: 0 0 20px 20px;
        -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
        box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
        background-color: #eaeaea;
        padding: 19px 58px 16px 37px;
        -webkit-transition: all 0.3s ease 0.1s;
        -o-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s;
        will-change: transform, opacity, visibility;
    }
}

@media screen and (max-width: 1235px) {
    .menu__main>li>ul {
        padding: 19px 28px 16px 17px;
    }
}

@media screen and (max-width: 992px) {
    .menu__main>li>ul {
        width: 100%;
        padding: 0;
        display: none;
    }

    .menu__main>li>ul.active {
        display: block;
    }
}

.menu__main>li>ul>li {
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .menu__main>li>ul>li {
        max-width: 90%;
        padding: 0;
        text-align: left;
    }
}

.menu__main>li>ul>li:first-child {
    padding-top: 0;
}

.menu__main>li>ul>li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.menu__main>li>ul>li>a {
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    will-change: color;
    white-space: nowrap;
    max-width: min-content;
    display: block;
    padding: 8px 20px 8px 0;
}

@media screen and (max-width: 992px) {
    .menu__main>li>ul>li>a {
        white-space: normal;
        min-height: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 10px 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.menu__main>li>ul>li>a:hover {
    color: #010101;
}

.menu__main>li:nth-of-type(7)>ul {
    left: auto;
    right: -9px;
}

@media screen and (min-width: 992px) {
    .menu__main>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.menu__main>li>a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    min-height: 51px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: rgba(255, 204, 0, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

@media screen and (max-width: 1235px) {
    .menu__main>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .menu__main>li>a {
        font-size: 18px;
        padding: 0;
        background: 0 0;
        color: #000;
        min-height: 61px;
        padding: 5px 20px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.menu__main>li>a:hover {
    background-color: #f8bf00;
    color: #000;
}

@media screen and (max-width: 992px) {
    .menu__main>li>a:hover {
        background: 0 0;
    }
}

.menu__bottom {
    display: none;
}

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

@media screen and (max-width: 1235px) {
    .menu__main {
        flex-wrap: wrap;
    }
}

.banner {
    position: relative;
    width: 100%;
    padding: 124px 0 47px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -51px;
    background-color: #353535;
}

@media screen and (max-width: 992px) {
    .banner {
        margin-top: 0;
        padding: 50px 0 55px;
    }
}

.banner--page {
    padding: 78px 0 45px;
}

@media screen and (max-width: 992px) {
    .banner--page {
        padding: 50px 0 25px;
    }
}

@media screen and (max-width: 767px) {
    .banner--page {
        padding-bottom: 0;
    }

    .banner--page .banner__btn {
        top: 12px;
    }
}

.banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    -webkit-filter: brightness(42%);
    filter: brightness(42%);
}

.banner__bg-img {
    background-image: url(/app/images/dest/index/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner__title {
    max-width: 810px;
    width: 100%;
    margin-bottom: 62px;
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.3;
    text-transform: uppercase;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .banner__title {
        font-size: 36px;
        padding-left: 0;
        text-align: center;
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 480px) {
    .banner__title {
        font-size: 24px;
    }
}

.banner__title span {
    text-transform: none;
    font-size: 32px;
    display: block;
}

@media screen and (max-width: 992px) {
    .banner__title span {
        font-size: 24px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .banner__title span {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .banner__title span {
        font-size: 18px;
    }
}

.banner__titles {
    max-width: 790px;
    width: 100%;
    margin-bottom: 11px;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .banner__titles {
        padding-left: 0;
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
}

.banner__titles span {
    text-transform: none;
}

.banner__info {
    max-width: 1180px;
    text-align: justify;
    color: #fff;
    padding-left: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 75px;
}

@media screen and (max-width: 992px) {
    .banner__info {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .banner__info {
        padding-left: 0;
        font-size: 14px;
        line-height: 18px;
    }
}

.banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 52px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .banner__row {
        padding-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .banner__row {
        display: block;
        max-width: 260px;
        margin: 0 auto 40px;
    }
}

.banner__btn {
    margin-left: 13px;
}

@media screen and (max-width: 992px) {
    .banner__btn {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 360px;
        padding: 10px 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .banner__btn {
        max-width: 305px;
    }
}

.banner__col {
    max-width: 187px;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: -0.3px 8px 17.3px 0.7px rgba(18, 16, 11, 0.17);
    box-shadow: -0.3px 8px 17.3px 0.7px rgba(18, 16, 11, 0.17);
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 5px 15px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 11px;
}

@media screen and (max-width: 992px) {
    .banner__col {
        max-width: none;
        width: calc(33.333% - 10px);
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner__col {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 0;
        background: 0 0;
        margin: 0 0 49px;
    }
}

.banner__col:first-child {
    margin-left: 0;
}

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

@media screen and (max-width: 767px) {
    .banner__col:last-child {
        margin-bottom: 0;
    }
}

.banner__icon {
    height: 109px;
    width: 100%;
    position: relative;
    margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
    .banner__icon {
        width: 66px;
        height: 69px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 25px;
    }
}

.banner__icon::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    .banner__icon::after {
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: #fff;
    }
}

.banner__icon::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.08;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(28, 223, 198, 0.6)),
            to(#1cdfc6));
    background-image: -o-linear-gradient(bottom,
            rgba(28, 223, 198, 0.6),
            #1cdfc6);
    background-image: linear-gradient(to top, rgba(28, 223, 198, 0.6), #1cdfc6);
}

@media screen and (max-width: 767px) {
    .banner__icon::before {
        display: none;
    }
}

.banner__icon--1::before {
    border-radius: 69% 31% 22% 78%/49% 14% 86% 51%;
}

.banner__icon--1::after {
    height: 101px;
    background-image: url(../images/dest/icons/helping-hand.png);
}

@media screen and (max-width: 767px) {
    .banner__icon--1::after {
        height: 62px;
        width: 66px;
        background-image: none;
        -webkit-mask-image: url(../images/dest/icons/helping-hand.png);
        mask-image: url(../images/dest/icons/helping-hand.png);
    }
}

.banner__icon--2::before {
    border-radius: 16% 84% 88% 12%/49% 84% 16% 51%;
}

.banner__icon--2::after {
    height: 108px;
    background-image: url(../images/dest/icons/no-alcohol.png);
}

@media screen and (max-width: 767px) {
    .banner__icon--2::after {
        width: 53px;
        height: 69px;
        background-image: none;
        -webkit-mask-image: url(../images/dest/icons/no-alcohol.png);
        mask-image: url(../images/dest/icons/no-alcohol.png);
    }
}

.banner__icon--3::before {
    border-radius: 48% 52% 65% 35%/82% 84% 16% 18%;
}

.banner__icon--3::after {
    height: 103px;
    background-image: url(../images/dest/icons/file.png);
}

@media screen and (max-width: 767px) {
    .banner__icon--3::after {
        width: 48px;
        height: 61px;
        background-image: none;
        -webkit-mask-image: url(../images/dest/icons/file.png);
        mask-image: url(../images/dest/icons/file.png);
    }
}

.banner__text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.11;
    color: #000;
}

@media screen and (max-width: 767px) {
    .banner__text {
        color: #fff;
        max-width: 170px;
    }
}

.banner__line {
    max-width: 870px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-left: 13px;
}

@media screen and (max-width: 992px) {
    .banner__line {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner__line {
        display: block;
        max-width: 290px;
        margin: 0 auto 24px;
    }
}

.banner__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .banner__tag {
        margin-bottom: 15px;
    }

    .banner__tag:last-child {
        margin-bottom: 0;
    }
}

.banner__tag .i {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
}

@media screen and (max-width: 767px) {
    .banner__tag .i {
        width: 61px;
        -webkit-mask-size: auto 100%;
        mask-size: auto 100%;
    }
}

.banner__tag span {
    max-width: 200px;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }
}

@keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0;
    }

    50% {
        margin-left: -30px;
    }
}

@-webkit-keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }
}

@keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0;
    }

    50% {
        margin-left: 30px;
    }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
}

.baguetteBox-button#previous-button {
    left: 2%;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1MPMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,
            right top,
            left top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

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

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

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

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Thin.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-Thin.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-Thin.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Light.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Black.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Montserrat/Montserrat-Black.woff2) format("woff2"),
        url(../fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
}

body,
html {
    min-height: 100vh;
}

body {
    font: 16px Montserrat, sans-serif;
    color: #000;
}

body.placeholder {
    color: #909090;
}

body:-moz-placeholder {
    color: #909090;
}

body::-moz-placeholder {
    color: #909090;
}

body:-ms-input-placeholder {
    color: #909090;
}

body::-webkit-input-placeholder {
    color: #909090;
}

a,
button,
input,
textarea {
    text-decoration: none;
}

a:hover,
button:hover,
input:hover,
textarea:hover {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline-width: 0;
}

.main {
    min-height: 100vh;
    position: relative;
}

@media screen and (max-width: 992px) {
    .main {
        padding-top: 117px;
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding-top: 131px;
    }
}

.container {
    max-width: 1235px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1235px) {
    .container {
        max-width: 992px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 480px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        max-width: 425px;
    }
}

.no-scroll {
    overflow: hidden;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    font-family: Montserrat, sans-serif;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    line-height: 42px;
    outline-width: 0;
    padding: 0 20px 0 26px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline-width: 0;
}

.i {
    display: inline-block;
    -webkit-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    background-color: #2495fe;
}

.i-clock-circular-outline {
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../images/dest/icons/clock-circular-outline.png);
    mask-image: url(../images/dest/icons/clock-circular-outline.png);
}

.i-fb {
    width: 25px;
    height: 24px;
    background-color: #d9d9d9;
    -webkit-mask-image: url(../images/dest/icons/fb.png);
    mask-image: url(../images/dest/icons/fb.png);
}

.i-instagram {
    width: 26px;
    height: 24px;
    background-color: #d9d9d9;
    -webkit-mask-image: url(../images/dest/icons/instagram.png);
    mask-image: url(../images/dest/icons/instagram.png);
}

.i-menu-dropdown {
    width: 19px;
    height: 10px;
    -webkit-mask-image: url(../images/dest/icons/menu-dropdown.png);
    mask-image: url(../images/dest/icons/menu-dropdown.png);
}

.i-vk {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
    -webkit-mask-image: url(../images/dest/icons/vk.png);
    mask-image: url(../images/dest/icons/vk.png);
}

.i-whatsapp {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
    -webkit-mask-image: url(../images/dest/icons/whatsapp.png);
    mask-image: url(../images/dest/icons/whatsapp.png);
}

.i-telegram {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
    -webkit-mask-image: url(../images/dest/icons/telegram-i.png);
    mask-image: url(../images/dest/icons/telegram-i.png);
}

.i-phone-call {
    width: 17px;
    height: 17px;
    background-color: #2495fe;
    -webkit-mask-image: url(../images/dest/icons/phone-call.png);
    mask-image: url(../images/dest/icons/phone-call.png);
}

.i-email {
    width: 16px;
    height: 10px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/email.png);
    mask-image: url(../images/dest/icons/email.png);
}

.i-arrow-dropdown {
    width: 15px;
    height: 8px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/arrow-dropdown.png);
    mask-image: url(../images/dest/icons/arrow-dropdown.png);
}

.i-location-pin {
    width: 18px;
    height: 23px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/location-pin.png);
    mask-image: url(../images/dest/icons/location-pin.png);
}

.i-play-button {
    width: 102px;
    height: 102px;
    background-color: #fc0;
    -webkit-mask-image: url(../images/dest/icons/play-button.png);
    mask-image: url(../images/dest/icons/play-button.png);
}

.i-right-arrow {
    width: 41px;
    height: 29px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/right-arrow.png);
    mask-image: url(../images/dest/icons/right-arrow.png);
}

.i-contacts-pin {
    width: 24px;
    height: 33px;
    background-color: #2495fe;
    -webkit-mask-image: url(../images/dest/icons/contacts-pin.png);
    mask-image: url(../images/dest/icons/contacts-pin.png);
}

.i-contacts-phone {
    width: 30px;
    height: 28px;
    background-color: #2495fe;
    -webkit-mask-image: url(../images/dest/icons/contacts-phone.png);
    mask-image: url(../images/dest/icons/contacts-phone.png);
}

.i-contacts-email {
    width: 35px;
    height: 20px;
    background-color: #2495fe;
    -webkit-mask-image: url(../images/dest/icons/contacts-email.png);
    mask-image: url(../images/dest/icons/contacts-email.png);
}

.i-ambulance {
    width: 61px;
    height: 55px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/ambulance.png);
    mask-image: url(../images/dest/icons/ambulance.png);
}

.i-confidential-email {
    width: 54px;
    height: 54px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/confidential-email.png);
    mask-image: url(../images/dest/icons/confidential-email.png);
}

.i-dollar-tag {
    width: 33px;
    height: 59px;
    background-color: #fff;
    -webkit-mask-image: url(../images/dest/icons/dollar-tag.png);
    mask-image: url(../images/dest/icons/dollar-tag.png);
}

.btn {
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    outline-width: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 450px;
    max-height: 60px;
    cursor: pointer;
}

.btn span {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.btn .i {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn::before,
.stati__link::before,
.doc__link::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    height: 100%;
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 14px;
}

.btn:focus {
    outline-width: 0;
}

.btn--blue {
    background-color: #2495fe;
    border-radius: 14px;
    color: #fff;
}

.btn--blue::before {
    background-color: #017cee;
}

.btn--blue:hover {
    color: #fff;
}

.btn--blue:hover::before {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.btn--blue-gradient {
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#2495fe),
            to(#0772d4));
    background-image: -o-linear-gradient(bottom, #2495fe, #0772d4);
    background-image: linear-gradient(to top, #2495fe, #0772d4);
    border-radius: 30px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    color: #fff;
}

.btn--blue-gradient::before {
    background-color: #0557a3;
}

.btn--blue-gradient:hover {
    color: #fff;
}

.btn--blue-gradient:hover::before {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.btn--yellow {
    border-radius: 30px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#fc0),
            to(#f8bf00));
    background-image: -o-linear-gradient(bottom, #fc0, #f8bf00);
    background-image: linear-gradient(to top, #fc0, #f8bf00);
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--yellow::before {
    background-color: #c59800;
}

.btn--yellow:hover {
    color: #fff;
}

.btn--yellow:hover::before {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.btn--mini {
    min-height: 33px;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

.btn--mini .i {
    margin-right: 10px;
}

.btn--big {
    min-height: 61px;
    padding: 15px 52px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}

.btn--big .i {
    margin-right: 10px;
}

.footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 59px 0 29px;
    background-color: #2495fe;
}

@media screen and (max-width: 1235px) {
    .footer {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 28px 0 42px;
    }
}

.footer__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    opacity: 0.21;
    background-image: url(/app/images/dest/index/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 87px;
}

@media screen and (max-width: 1235px) {
    .footer__wrapper {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 992px) {
    .footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media screen and (max-width: 767px) {
    .footer__wrapper {
        max-width: 290px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .footer__col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .footer__col {
        margin-bottom: 36px;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .footer__col:last-child {
        margin-bottom: 0;
    }
}

.footer__col:last-child {
    max-width: 225px;
    width: 100%;
}

@media screen and (max-width: 1235px) {
    .footer__col:last-child {
        max-width: none;
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .footer__col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        width: 100%;
        margin-bottom: 28px;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__copy {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.footer__title {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 16px;
}

.footer__list li {
    margin-bottom: 17px;
}

.footer__list li:last-child {
    margin-bottom: 0;
}

.footer__list li a {
    line-height: 1.33;
    color: #fff;
    position: relative;
    font-size: 12px;
    font-weight: 500;
}

.footer__list li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 0;
    height: 1px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__list li a:hover {
    color: #fff;
}

.footer__list li a:hover::after {
    width: 100%;
    visibility: visible;
}

.footer__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .footer__line {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__dropdown {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.19;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__dropdown .i {
    margin-left: 12px;
}

.footer__dropdown:hover {
    color: #fc0;
}

.footer__dropdown:hover .i {
    background-color: #fc0;
}

.footer__socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__soc {
    margin: 0 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.footer__soc:first-child {
    margin-left: 0;
}

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

.footer__soc .i {
    background-color: #fff;
}

.footer__soc:hover .i {
    background-color: #fc0;
}

.footer__link,
.footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {

    .footer__link,
    .footer__text {
        width: 100%;
    }
}

.footer__link .i,
.footer__text .i {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    background-color: #fff;
}

.footer__link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__link:hover {
    color: #fc0;
}

.footer__link:hover .i {
    background-color: #fc0;
}

.footer__text {
    margin-bottom: 12px;
    font-size: 13px;
    margin-top: 22px;
}

@media screen and (max-width: 767px) {
    .footer__text {
        margin-top: 0;
        margin-bottom: 26px;
    }
}

.footer__text .i {
    margin-right: 11px;
}

@media screen and (max-width: 767px) {
    .footer__text .i {
        margin-right: 15px;
    }
}

.footer__btn {
    padding: 5px 42px;
    min-height: 39px;
    border-radius: 19px;
    font-size: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .footer__btn {
        max-width: 100%;
        width: 100%;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 767px) {
    .footer__pay {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer__pay-text {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
}

@media screen and (max-width: 767px) {
    .footer__pay-text {
        margin-bottom: 0;
    }
}

.footer__pay-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.footer__pay-pic {
    max-width: 49px;
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 16px;
}

.footer__pay-pic:last-child {
    margin-right: 0;
}

.footer__pay-pic img {
    max-width: 100%;
    height: auto;
}

.count {
    padding: 76px 0 145px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .count {
        padding: 50px 0 70px;
    }
}

@media screen and (max-width: 767px) {
    .count {
        padding: 22px 0 25px;
    }
}

.count__title {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #000;
}

@media screen and (max-width: 992px) {
    .count__title {
        margin-bottom: 40px;
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .count__title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 480px) {
    .count__title {
        max-width: 275px;
        margin: 0 auto 32px;
    }
}

.count__title span {
    color: #2495fe;
}

.count__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px;
}

@media screen and (max-width: 767px) {
    .count__grid {
        display: block;
        max-width: 295px;
        width: 100%;
        margin: 0 auto;
    }
}

.count__item {
    max-width: calc(20% - 16px);
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    padding: 22px 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: box-shadow;
}

@media screen and (max-width: 992px) {
    .count__item {
        max-width: calc(20% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .count__item {
        max-width: 100%;
        background: 0 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        text-align: justify;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .count__item:last-child {
        margin-bottom: 0;
    }
}

.count__item:hover {
    -webkit-box-shadow: 2.5px 5.5px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2.5px 5.5px 17px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    .count__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.count__number {
    width: 100%;
    min-height: 69px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1px;
}

@media screen and (max-width: 767px) {
    .count__number {
        min-height: auto;
        text-align: left;
        display: block;
        margin-bottom: 0;
        max-width: 135px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.count__number::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3px;
    right: 3px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../images/dest/count.png);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .count__number::before {
        display: none;
    }
}

.count__number span {
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
    color: #2495fe;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1235px) {
    .count__number span {
        font-size: 48px;
    }
}

@media screen and (max-width: 992px) {
    .count__number span {
        font-size: 38px;
    }
}

@media screen and (max-width: 767px) {
    .count__number span {
        font-size: 46px;
    }
}

.count__text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.31;
    color: #000;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .count__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .count__text {
        max-width: 100%;
        width: 100%;
        text-align: justify;
    }
}

.services {
    background-color: #333;
    position: relative;
    overflow: hidden;
    padding: 101px 0 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .services {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .services {
        padding-top: 30px;
    }
}

.services__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(42%);
    filter: brightness(42%);
    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;
}

.services__bg-img {
    background-image: url(/app/images/dest/index/ask-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .services__bg-img {
        background-color: #6b5847 !important;
        background-image: none !important;
    }
}

.services .container {
    position: relative;
    z-index: 2;
}

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

@media screen and (max-width: 767px) {
    .services__row {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
}

.services__content {
    max-width: 300px;
    width: 100%;
    margin-right: 39px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}

@media screen and (max-width: 767px) {
    .services__content {
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.services__title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .services__title {
        font-size: 30px;
        margin-bottom: 8px;
        text-align: center;
    }
}

.services__info {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
}

@media screen and (max-width: 767px) {
    .services__info {
        margin-bottom: 26px;
    }
}

.services__subtitle {
    max-width: 250px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.services__text {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
}

.services__form input {
    margin-bottom: 15px;
}

.services__btn {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
}

.services__grid {
    width: 100%;
    max-width: 866px;
    display: block;
    position: relative;
}

@media screen and (max-width: 1235px) {
    .services__grid {
        max-width: 623px;
    }
}

@media screen and (max-width: 992px) {
    .services__grid {
        max-width: 399px;
    }
}

.services__col {
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2.5px 4.3px 21px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 2.5px 4.3px 21px 0 rgba(0, 0, 0, 0.06);
}

.services__col-bottom {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 19px 0 17px;
}

.services__pic {
    max-width: 100%;
    width: 100%;
    height: 202px;
    display: block;
    overflow: hidden;
}

.services__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #2495fe;
    margin-bottom: 23px;
    text-transform: uppercase;
    min-height: 60px;
}

.services__list {
    padding-left: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.services__list li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 9px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.37;
    color: #000;
}

.services__list li::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 14px;
    height: 1px;
    background-color: #e6e6e6;
}

.services__list li::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -22px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #2495fe;
}

.services__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.services__list li:last-child::after {
    display: none;
}

.services__list li span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
    min-height: 30px;
}

.services__arrow {
    padding: 0;
    background: 0 0;
    position: absolute;
    z-index: 10;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 1235px) {
    .services__arrow {
        display: inline-block;
    }
}

.services__arrow:focus {
    outline-width: 0;
}

.services__arrow span {
    width: 17px;
    height: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/dest/icons/next.png);
}

.services__arrow--next {
    right: -22px;
}

.services__arrow--prev {
    left: -22px;
}

.services__arrow--prev span {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.video {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 50px 0 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .video {
        padding: 25px 0 49px;
    }
}

.video--page {
    padding: 50px 0 70px;
}

.video--page .video__content h2,
.video--page .video__content p {
    color: #fff;
}

@media screen and (max-width: 767px) {

    .video--page .video__content h2,
    .video--page .video__content p {
        color: #000;
    }
}

.video--page .video__pic {
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
}

.video__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    -webkit-filter: brightness(42%);
    filter: brightness(42%);
}

@media screen and (max-width: 767px) {
    .video__bg {
        display: none;
    }
}

.video__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.video .container {
    position: relative;
    z-index: 2;
}

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

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

.video__content {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 1235px) {
    .video__content {
        margin-bottom: 15px;
    }
}

.video__content h2 {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #000;
}

@media screen and (max-width: 992px) {
    .video__content h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .video__content h2 {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .video__content h2 {
        margin-bottom: 12px;
    }
}

.video__content p {
    max-width: 599px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.67;
    text-align: justify;
}

@media screen and (max-width: 1235px) {
    .video__content p {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .video__content p {
        font-size: 14px;
        line-height: 1.3;
    }
}

.video__content p:last-child {
    margin-bottom: 0;
}

.video__content a {
    color: #2495fe;
    text-decoration: underline;
}

.video__content a:hover {
    text-decoration: none;
    color: #2495fe;
}

.video__media {
    position: relative;
    max-width: 534px;
    width: 100%;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1235px) {
    .video__media {
        margin: 0 auto;
    }
}

.video__pic {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-box-shadow: 6px 10px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 6px 10px 27px 0 rgba(0, 0, 0, 0.13);
    filter: contrast(0.5);
    border-radius: 18px;
}

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

.video__link {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video__link:hover .i {
    background-color: #2495fe;
}

.about {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 52px 0 69px;
    background-color: #2495fe;
}

@media screen and (max-width: 767px) {
    .about {
        padding: 20px 0 36px;
    }
}

.about__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.11;
}

.about__bg-img {
    background-image: url(/app/images/dest/about/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

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

.about__title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 65px;
}

@media screen and (max-width: 1235px) {
    .about__title {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 992px) {
    .about__title {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about__title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .about__bg-img {
        background-color: #2387e4 !important;
        background-image: none !important;
    }
}

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

@media screen and (max-width: 1235px) {
    .about__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.about__content {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-left: 67px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 992px) {
    .about__content {
        padding: 0;
    }
}

.about__content::before {
    position: absolute;
    content: "";
    left: 3px;
    bottom: 0;
    top: -20px;
    background-color: #fff;
    width: 10px;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .about__content::before {
        display: none;
    }
}

.about__content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: justify;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .about__content p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.banner__tag-icon {
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .about__content p {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 18px;
    }
}

.about__content p:last-child {
    margin-bottom: 0;
}

.about__slider {
    max-width: 511px;
    width: 100%;
    margin-left: 32px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1235px) {
    .about__slider {
        margin: 0 auto 25px;
        max-width: 700px;
    }
}

.about__slider-content {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
}

.about__slider-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about__slider-nav {
    background-color: #f9c000;
    border-radius: 20px;
    position: absolute;
    z-index: 9;
    max-width: 268px;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .about__slider-nav {
        height: 46px;
        padding: 0 14px;
        max-width: 167px;
    }
}

.about__slider-count {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.54;
}

@media screen and (max-width: 767px) {
    .about__slider-count {
        font-size: 13px;
    }
}

.about__slider-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (max-width: 767px) {
    .about__slider-arrow .i {
        width: 25px;
        height: 17px;
    }
}

.about__slider-arrow--prev {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.about__slider-arrow:hover .i {
    background-color: #2495fe;
}

.about__pic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    width: 100%;
    height: 490px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .about__pic {
        height: 307px;
    }
}

.about__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.what {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 85px 0 44px;
    background-color: #333;
}

@media screen and (max-width: 992px) {
    .what {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .what {
        padding: 20px 0 27px;
    }
}

.what__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-filter: brightness(51%) saturate(121%);
    filter: brightness(51%) saturate(121%);
}

.what__bg-img {
    background-image: url(/app/images/dest/what/what-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.what .container {
    position: relative;
    z-index: 2;
}

.what__title {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}

@media screen and (max-width: 992px) {
    .what__title {
        margin-bottom: 45px;
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .what__title {
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
    }

    .what__bg-img {
        background-color: #305d78 !important;
        background-image: none !important;
    }
}

.what__list {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 992px) {
    .what__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;
    }
}

.what__col {
    width: calc(24% + 18px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: -0.3px 8px 17.3px 0.7px rgba(18, 16, 11, 0.17);
    box-shadow: -0.3px 8px 17.3px 0.7px rgba(18, 16, 11, 0.17);
    padding: 25px 0 32px 22px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -18px;
}

@media screen and (max-width: 992px) {
    .what__col {
        margin-left: 0;
        width: 80%;
        overflow: visible;
        margin-bottom: 23px;
        padding: 28px 26px 20px 22px;
    }
}

@media screen and (max-width: 992px) {
    .what__col {
        margin-bottom: 15px;
    }
}

.what__col:first-child {
    margin-left: 0;
}

.what__col:last-child {
    padding-left: 31px;
    width: calc(28% + 18px);
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .what__col:last-child {
        width: 80%;
        padding-left: 28px;
    }
}

.what__col:last-child .what__info {
    padding-right: 89px;
}

@media screen and (max-width: 1235px) {
    .what__col:last-child .what__info {
        padding-right: 40px;
    }
}

@media screen and (max-width: 992px) {
    .what__col:last-child .what__info {
        padding-right: 0;
    }
}

.what__col:last-child .what__pic {
    margin-left: 60px;
    margin-right: 14px;
    width: auto;
}

@media screen and (max-width: 1235px) {
    .what__col:last-child .what__pic {
        margin-left: 30px;
    }
}

.what__pic {
    width: 100%;
    max-width: 100%;
    height: 230px;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    border: solid 2px #f9c000;
    overflow: hidden;
    margin-bottom: 25px;
    margin-left: 46px;
    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;
}

@media screen and (max-width: 1235px) {
    .what__pic {
        margin-left: 30px;
    }
}

@media screen and (max-width: 992px) {
    .what__pic {
        display: none;
    }
}

.what__pic img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.what__number {
    position: absolute;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    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;
    text-align: center;
    background-color: #fff;
    color: #2495fe;
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
    z-index: 2;
    top: 166px;
    left: 21px;
    -webkit-box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 992px) {
    .what__number {
        width: 42px;
        height: 42px;
        top: -3px;
        left: -32px;
        font-size: 40px;
    }
}

.what__name {
    margin-bottom: 12px;
    color: #2495fe;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.what__info {
    margin-bottom: 15px;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 992px) {
    .what__info {
        padding-right: 0;
    }
}

.what__info:last-child {
    margin-bottom: 0;
}

.what__btn {
    max-width: 100%;
    width: calc(100% - 25px);
    font-size: 18px;
}

@media screen and (max-width: 1235px) {
    .what__btn {
        padding: 5px 15px;
    }
}

@media screen and (max-width: 992px) {
    .what__btn {
        max-width: 300px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.port {
    width: 100%;
    max-width: 100%;
    padding: 56px 0 69px;
}

@media screen and (max-width: 767px) {
    .port {
        padding: 18px 0 30px;
    }
}

.port__title {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 11px;
    margin-bottom: 65px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.33;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 992px) {
    .port__title {
        font-size: 28px;
        margin-bottom: 40px;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .port__title {
        margin-bottom: 32px;
        font-size: 18px;
    }
}

.port__title span {
    color: #2495fe;
}

.port__wrapper {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 48px 15px 36px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

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

@media screen and (max-width: 767px) {
    .port__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        border-radius: 0;
        padding: 0;
    }
}

.port__item {
    max-width: calc(50% - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
    .port__item {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .port__item {
        -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;
    }
}

.port__circle {
    position: relative;
    width: 119px;
    height: 119px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
}

@media screen and (max-width: 767px) {
    .port__circle {
        margin-right: 0;
        margin-bottom: 15px;
        width: 64px;
        height: 64px;
    }
}

.port__circle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    border: 7px solid #ffc134;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .port__circle::before {
        border-width: 4px;
    }
}

.port__icon {
    background-color: #fff;
    position: absolute;
    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;
    z-index: 2;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-13px, -50%);
    -ms-transform: translate(-13px, -50%);
    transform: translate(-13px, -50%);
}

@media screen and (max-width: 767px) {
    .port__icon {
        width: 50px;
        height: 50px;
    }
}

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

@media screen and (max-width: 767px) {
    .port__icon img {
        max-width: 80%;
        max-height: 80%;
    }
}

.port__content {
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .port__content {
        padding-top: 0;
    }
}

.port__content p {
    text-indent: 50px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    text-align: justify;
    color: #000;
}

@media screen and (max-width: 992px) {
    .port__content p {
        text-indent: 0;
    }
}

.port__content p span {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .port__content p span {
        font-size: 14px;
        line-height: 1.29;
    }
}

.review {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 48px 0 76px;
}

@media screen and (max-width: 767px) {
    .review {
        padding: 14px 0 38px;
    }
}

.review__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-filter: brightness(49%);
    filter: brightness(49%);
}

.review__bg-img {
    background-image: url(/app/images/dest/review/review-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
}

.review .container {
    position: relative;
    z-index: 2;
}

.review__grid {
    width: 100%;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 18px;
}

.review__item {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    border-radius: 20px;
    -webkit-box-shadow: 2.5px 4.3px 21px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 2.5px 4.3px 21px 0 rgba(0, 0, 0, 0.06);
    padding: 29px 20px 25px;
}

.review__pic {
    display: block;
    overflow: hidden;
    width: 215px;
    height: 215px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 auto 18px;
}

.review__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review__down {
    padding: 0 23px 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review__name {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin-bottom: 9px;
    z-index: 99;
    position: relative;
}

a.doc__image-link {
    position: relative;
    z-index: 99;
}

.review__pos {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.67;
    margin-bottom: 1px;
}

.review__old {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.review__text {
    text-align: justify;
    font-weight: 600;
    font-size: 18px;
    color: #2495fe;
    display: block;
    margin-bottom: 0;
}

.case {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .case {
        padding: 29px 0 50px;
    }

    .review__bg-img {
        background-color: #797979 !important;
        background-image: none !important;
    }
}

.case__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    opacity: 0.13;
}

@media screen and (max-width: 767px) {
    .case__bg {
        display: none;
    }
}

.case__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case .container {
    position: relative;
    z-index: 2;
}

.case__title {
    text-align: center;
    color: #000;
    text-align: center;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}

@media screen and (max-width: 992px) {
    .case__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .case__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.case__title span {
    color: #2495fe;
}

.case__wrapper {
    max-width: 1035px;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 9px;
}

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

.case__item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 15px 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .case__item {
        margin-bottom: 21px;
    }

    .case__item:last-child {
        margin-bottom: 0;
    }
}

.case__icon {
    position: absolute;
    display: block;
    z-index: 1;
}

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

.case__icon--1 {
    left: -58px;
    top: -18px;
    width: 170px;
    height: 109px;
}

.case__icon--2 {
    width: 100px;
    height: 100px;
    left: -21px;
    top: -11px;
}

.case__icon--3 {
    width: 113px;
    height: 105px;
    left: -9px;
    top: -10px;
}

.case__top {
    width: 100%;
    margin-bottom: 43px;
    position: relative;
    z-index: 2;
}

.case__name {
    text-align: center;
    display: block;
    color: #353535;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

.case__name--blue {
    color: #2495fe;
}

.case__name--yellow {
    color: #fc0;
}

.case__price {
    text-align: center;
    color: #2495fe;
    margin-bottom: 9px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.case__subname {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.case__list {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.case__list li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #000;
    margin-bottom: 18px;
}

.case__list li:last-child {
    margin-bottom: 0;
}

.case__list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 22px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../images/dest/icons/check.png);
}

.case__bottom {
    width: 100%;
}

.case__btn {
    font-size: 18px;
    max-width: 299px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-info {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 32px;
}

.doctor-info {
    padding-left: 64px;
}

.main-info__photo img {
    width: 100%;
}

.info {
    padding: 60px 0 69px;
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .info {
        padding: 50px 0;
        background-color: #f9f9f9;
    }
}

.info--2 {
    padding: 33px 0 49px;
}

@media screen and (max-width: 767px) {
    .info--2 {
        padding-top: 28px;
        padding-bottom: 35px;
        background-color: #fff;
    }
}

.info__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    opacity: 0.12;
}

@media screen and (max-width: 767px) {
    .info__bg {
        display: none;
    }
}

.info__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.info .container {
    position: relative;
    z-index: 2;
}

.info h2 {
    text-align: center;
    max-width: 878px;
    width: 100%;
    color: #000;
    margin: 0 auto 37px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.001em;
}

@media screen and (max-width: 992px) {
    .info h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .info h2 {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.25;
    }
}

.info h2 span {
    color: #2495fe;
}

.info__wrapper {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 42px 60px 50px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .info__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        padding: 0;
        border-radius: 0;
    }
}

.info__wrapper::before {
    position: absolute;
    content: "";
    left: 31px;
    top: 30px;
    bottom: 42px;
    width: 5px;
    background-color: #2495fe;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .info__wrapper::before {
        display: none;
    }
}

.info__wrapper--without {
    padding: 0 0 0 45px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}

@media screen and (max-width: 767px) {
    .info__wrapper--without {
        padding: 0;
    }
}

.info__wrapper--without::before {
    top: 0;
    left: 0;
    bottom: 0;
}

.info__hidden {
    display: none;
}

.info h3 {
    text-align: center;
    max-width: 878px;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 30px;
    color: #000;
    line-height: 1.67;
}

@media screen and (max-width: 767px) {
    .info h3 {
        line-height: 1.29;
    }
}

.info h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-block-end: 15px;
}

.info p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    color: #000;
    text-align: justify;
    margin-bottom: 24px;
}

.info p:last-child {
    margin-bottom: 0;
}

.info ul {
    margin: 0 0 26px;
}

.info ul:last-child {
    margin-bottom: 0;
}

.info ul li {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    color: #000;
    position: relative;
    padding-left: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2495fe;
}

.info ul.sitemap li::before {
    top: 5px;
    width: 10px;
    height: 10px;
}

.info ul.sitemap li ul li::before {
    top: 9px;
    width: 5px;
    height: 5px;
}

.info ul.sitemap li {
    padding-left: 20px;
}

.info ul li:last-child {
    margin-bottom: 0;
}

.info ol {
    margin: 24px 0;
    counter-reset: myCounter;
}

.info ol:first-child {
    margin-top: 0;
}

.info ol:last-child {
    margin-bottom: 0;
}

.info ol ul {
    padding-left: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 26px;
}

.info ol>li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.info ol>li:last-child {
    margin-bottom: 0;
}

.info ol>li::before {
    position: relative;
    counter-increment: myCounter;
    content: counter(myCounter);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    vertical-align: middle;
    color: #fff;
    background-color: #2495fe;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.info a:not([class]) {
    color: #2495fe;
    text-decoration: underline;
}

.info a:not([class]):hover {
    color: #2495fe;
    text-decoration: none;
}

.info blockquote {
    margin: 32px 0;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 1.29;
    display: block;
    text-align: justify;
}

.info blockquote:first-child {
    margin-top: 0;
}

.info blockquote:last-child {
    margin-bottom: 0;
}

.info b {
    font-weight: 700;
}

.info i {
    font-style: italic;
}

.info a.btn {
    font-size: 18px;
    margin-top: 31px;
    text-decoration: none;
    color: #000;
    max-width: 458px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .info a.btn {
        margin-top: 0;
        padding: 10px 20px;
    }
}

.info a.btn:hover {
    color: #fff;
}

.info__call {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: -21px;
}

@media screen and (max-width: 767px) {
    .info__call {
        margin-top: 30px;
    }
}

.info__call-btn {
    margin: 0 !important;
}

.doc {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 34px 0 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .doc {
        padding: 45px 0 52px;
    }
}

.doc__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    -webkit-filter: brightness(41%);
    filter: brightness(41%);
}

.doc__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.doc .container {
    position: relative;
    z-index: 2;
}

.doc__title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 45px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .doc__title {
        margin-bottom: 42px;
    }
}

.doc__wrapper {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .doc__wrapper {
        max-width: 272px;
        margin: 0 auto;
    }
}

.doc__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    outline-width: 0;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-box-shadow: 3px 4px 21px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 3px 4px 21px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    will-change: filter;
}

.doc__item.colored {
    transition: all 0.3s ease-out;
    filter: grayscale(0);
}

.doc__item.colored:hover {
    transform: scale(1.08);
    transition: all 0.4s ease-out;
}

.doc__item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.doc__pic {
    width: 100%;
    height: 100%;
    display: block;
}

.doc__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wiki {
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 50px 0 61px;
}

@media screen and (max-width: 767px) {
    .wiki {
        padding: 32px 0 39px;
    }
}

.wiki__title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
    .wiki__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .wiki__title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

.wiki__title span {
    color: #2495fe;
}

.wiki__subtitle {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 33px;
}

@media screen and (max-width: 992px) {
    .wiki__subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .wiki__subtitle {
        font-size: 18px;
        margin-bottom: 36px;
    }
}

.wiki h3 {
    background-color: #fc0;
    margin-bottom: 17px;
    border-radius: 5px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    padding: 7px 22px;
    min-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wiki__block {
    margin-bottom: 12px;
}

.wiki__block:last-child {
    margin-bottom: 0;
}

.wiki__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-radius: 5px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.28);
    padding: 8px 60px 8px 22px;
    min-height: 44px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .wiki__link {
        font-size: 14px;
        padding-left: 10px;
    }
}

.wiki__link::after {
    position: absolute;
    content: "";
    width: 31px;
    height: 100%;
    right: 19px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../images/dest/icons/chevron-up.png);
}

@media screen and (max-width: 767px) {
    .wiki__link::after {
        right: 15px;
    }
}

.wiki__link:hover {
    -webkit-box-shadow: 2.5px 3.5px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2.5px 3.5px 17px 0 rgba(0, 0, 0, 0.2);
    color: #2495fe;
}

.wiki__link--open::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.wiki__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: 23px 63px;
    padding-block-start: 0px;
}

@media screen and (max-width: 767px) {
    .wiki__content.wiki__link--open {
        padding: 15px 11px 8px 9px;
    }
}

.wiki__content p {
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 1.71;
}

.wiki__content p:last-child {
    margin-bottom: 0;
}

.ask {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 119px 0 167px;
}

@media screen and (max-width: 992px) {
    .ask {
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 767px) {
    .ask {
        padding: 50px 0 40px;
    }
}

.ask__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}

.ask__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ask .container {
    position: relative;
    z-index: 2;
}

.ask__wrapper {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ask__title {
    color: #fff;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .ask__title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .ask__title {
        font-size: 24px;
        margin-bottom: 17px;
    }
}

.ask__subtitle {
    text-align: center;
    color: #fff;
    margin-bottom: 41px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
    .ask__subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .ask__subtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.ask__btn {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .ask__btn {
        font-size: 14px;
        padding: 15px 18px;
    }
}

.contacts {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0 12px;
}

@media screen and (max-width: 992px) {
    .contacts {
        padding: 35px 0 10px;
    }
}

.contacts__title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 7px;
}

@media screen and (max-width: 992px) {
    .contacts__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .contacts__title {
        font-size: 24px;
    }
}

.contacts__title span {
    color: #2495fe;
}

.contacts__subtitle {
    margin-bottom: 38px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
}

@media screen and (max-width: 992px) {
    .contacts__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contacts__subtitle {
        font-size: 18px;
    }
}

.contacts__line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .contacts__line {
        display: block;
        margin-bottom: 0;
    }
}

.contacts__item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.33;
    color: #000;
}

@media screen and (max-width: 992px) {
    .contacts__item {
        width: 100%;
        margin-bottom: 28px;
    }
}

.contacts__item--link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contacts__item--link:hover {
    color: #2495fe;
}

.contacts__item .i {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
}

.contacts__map {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 332px;
    -webkit-box-shadow: 2.5px 4.3px 21px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 2.5px 4.3px 21px 0 rgba(0, 0, 0, 0.26);
}

.contacts__btns {
    width: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -34px;
}

.contacts__btn {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .contacts__btn {
        padding: 10px 25px;
        font-size: 16px;
    }
}

.etap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 42px 0 59px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .etap {
        padding: 34px 0 10px;
    }
}

.etap__title {
    text-align: center;
    color: #000;
    margin-bottom: 29px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 36px;
}

@media screen and (max-width: 992px) {
    .etap__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .etap__title {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

.etap__title span {
    color: #2495fe;
}

.etap__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .etap__grid {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
}

.etap__item {
    width: calc(20% + 20px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 8px 44px 28px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: -0.3px 8px 17.3px 0.7px rgba(18, 16, 11, 0.17);
    box-shadow: -0.3px 8px 17.3px 0.7px rgba(18, 16, 11, 0.17);
    margin-left: -25px;
}

@media screen and (max-width: 992px) {
    .etap__item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .etap__item {
        padding-right: 40px;
        margin-bottom: 13px;
    }

    .etap__item:last-child {
        margin-bottom: 0;
    }
}

.etap__item:first-child {
    margin-left: 0;
}

.etap__number {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #2495fe;
    line-height: 1;
    margin-bottom: 12px;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1235px) {
    .etap__number {
        padding-left: 0;
    }
}

.etap__number span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
    font-size: 100px;
    line-height: 1;
}

@media screen and (max-width: 1235px) {
    .etap__number span {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .etap__number span {
        font-size: 48px;
    }
}

.etap__name {
    color: #2495fe;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .etap__name {
        margin-bottom: 10px;
    }
}

.etap__info {
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.infos {
    padding: 50px 0 34px;
    position: relative;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .infos {
        padding: 20px 0 30px;
    }
}

.infos h2 {
    margin-bottom: 26px;
    text-align: center;
    line-height: 1.33;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.001em;
}

@media screen and (max-width: 992px) {
    .infos h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .infos h2 {
        margin-bottom: 30px;
        font-size: 24px;
    }
}

.infos h2 span {
    color: #2495fe;
}

.infos h3 {
    margin-bottom: 20px;
    line-height: 1.33;
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
    color: #000;
}

.infos h3 span {
    color: #2495fe;
}

.infos p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #000;
    text-align: justify;
}

.infos p:last-child {
    margin-bottom: 0;
}

.infos ol,
.infos ul {
    margin-bottom: 24px;
    counter-reset: myCounter;
}

.infos ol:last-child,
.infos ul:last-child {
    margin-bottom: 0;
}

.infos ol li,
.infos ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}

.infos ol li:last-child,
.infos ul li:last-child {
    margin-bottom: 0;
}

.infos ol li::before,
.infos ul li::before {
    position: relative;
    counter-increment: myCounter;
    content: counter(myCounter);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    vertical-align: middle;
    color: #fff;
    background-color: #2495fe;
    border-radius: 50%;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
}

.infos ol li>span,
.infos ul li>span {
    display: inline-block;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.infos ul li::before {
    content: "";
}

.infos a {
    color: #2495fe;
    text-decoration: underline;
}

.infos a:hover {
    color: #2495fe;
    text-decoration: none;
}

.infos b {
    font-weight: 700;
}

.infos i {
    font-style: italic;
}

.infos img {
    max-width: 490px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
}

.infos picture img {
    max-width: 100%;
}

.infos__left {
    margin: 31px 0;
}

.infos__left:first-child {
    margin-top: 0;
}

.infos__left:last-child {
    margin-bottom: 0;
}

.infos__left img {
    float: left;
    margin-right: 32px;
    margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
    .infos__left img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        margin: 0 auto 24px;
    }
}

.infos__right {
    margin: 31px 0;
}

.infos__right:first-child {
    margin-top: 0;
}

.infos__right:last-child {
    margin-bottom: 0;
}

.infos__right picture {
    float: right;
    margin-left: 32px;
    margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
    .infos__right picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        margin: 0 auto 24px;
    }
}

.form {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 45px;
    background-color: #2495fe;
}

@media screen and (max-width: 767px) {
    .form {
        padding-bottom: 50px;
    }
}

.form__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    opacity: 0.11;
}

.form__bg-img {
    background-image: url(/app/images/dest/about/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.form .container {
    position: relative;
    z-index: 2;
}

.form__title {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.33;
}

@media screen and (max-width: 992px) {
    .form__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .form__title {
        font-size: 24px;
    }

    .form__bg-img {
        background-color: #2387e4 !important;
        background-image: none !important;
    }
}

.form form {
    max-width: 1144px;
}

.form__subtitle {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.33;
    font-weight: 600;
    font-size: 24px;
}

@media screen and (max-width: 992px) {
    .form__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .form__subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.form__wrapper {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
    .form__wrapper {
        display: block;
        margin-bottom: 12px;
    }
}

.form__wrapper:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .form__wrapper:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form__wrapper:last-child .form__col {
        margin-bottom: 0;
    }
}

.form__col {
    height: auto;
    width: calc(50% - 23px);
}

@media screen and (max-width: 767px) {
    .form__col {
        width: 100%;
        margin-bottom: 12px;
    }

    .form__col:last-child {
        margin-bottom: 0;
    }
}

.form__col--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__col input[type="email"],
.form__col input[type="tel"],
.form__col input[type="text"] {
    height: 64px;
    line-height: 64px;
    padding: 0 33px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 26px;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
}

@media screen and (max-width: 767px) {

    .form__col input[type="email"],
    .form__col input[type="tel"],
    .form__col input[type="text"] {
        margin-bottom: 12px;
    }
}

.form__col input[type="email"]:last-child,
.form__col input[type="tel"]:last-child,
.form__col input[type="text"]:last-child {
    margin-bottom: 0;
}

.form__col textarea {
    height: 100%;
    line-height: 18px;
    padding: 0 33px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
    resize: none;
}

@media screen and (max-width: 767px) {
    .form__col textarea {
        height: 154px;
    }
}

.form__btn {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .form__btn {
        padding: 10px 10px;
        font-size: 18px;
    }
}

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

@media screen and (max-width: 767px) {
    .form__checkbox {
        margin-bottom: 12px;
    }
}

.form__checkbox input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
}

.form__checkbox input:checked~span::before {
    background-color: #f9c000;
}

.form__checkbox span {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 47px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.29;
    display: block;
}

.form__checkbox span::before {
    position: absolute;
    left: 0;
    top: -6px;
    width: 31px;
    height: 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #fff;
    background-color: rgba(249, 192, 0, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.form__checkbox span a {
    color: #fff;
    text-decoration: underline;
}

.form__checkbox span a:hover {
    color: #fff;
    text-decoration: none;
}

.quote {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 101px 0 122px;
}

@media screen and (max-width: 992px) {
    .quote {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .quote {
        padding-bottom: 62px;
    }
}

.quote__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    -webkit-filter: brightness(64%);
    filter: brightness(64%);
}

@media screen and (max-width: 767px) {
    .quote__bg {
        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;
    }
}

.quote__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .quote__bg img {
        width: auto;
    }
}

.quote .container {
    position: relative;
    z-index: 2;
}

.quote__wrapper {
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 5.5px 9.5px 29px 0 rgba(0, 0, 0, 0.27);
    padding: 30px 17px 35px 36px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: justify;
    color: #000;
}

@media screen and (max-width: 767px) {
    .quote__wrapper {
        padding: 40px 27px 40px 24px;
    }
}

.quote__wrapper::after,
.quote__wrapper::before {
    position: absolute;
    content: "“";
    font-weight: 600;
    font-size: 244px;
    line-height: 0.5;
    color: #feca00;
}

.quote__wrapper::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(104%, 121%);
    -ms-transform: translate(104%, 121%);
    transform: translate(104%, 121%);
}

@media screen and (max-width: 1235px) {
    .quote__wrapper::after {
        -webkit-transform: translate(0, 101%);
        -ms-transform: translate(0, 101%);
        transform: translate(0, 101%);
    }
}

.quote__wrapper::before {
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, -20%);
    -ms-transform: translate(-100%, -20%);
    transform: translate(-100%, -20%);
}

@media screen and (max-width: 1235px) {
    .quote__wrapper::before {
        -webkit-transform: translate(0, -20%);
        -ms-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
}

.flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    float: none;
}

.inner_title {
    text-align: center;
    color: #000;
    margin-bottom: 29px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 36px;
}

.inner_title span {
    color: #2495fe;
}

.stati__link {
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#fc0),
            to(#f8bf00));
    background-image: -o-linear-gradient(bottom, #fc0, #f8bf00);
    background-image: linear-gradient(to top, #fc0, #f8bf00);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5.5px 9.5px 16px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.stati__link::before,
.doc__link::before {
    background-color: #2495fe;
}

.stati__info {
    text-align: center !important;
    padding: 10px;
}

.stati__link:hover::before,
.doc__link:hover::before {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 0.2;
}

.stati__inside__wrapper {
    display: grid;
    height: 100%;
}

.stat_banner {
    height: 500px;
}

.stat_container {
    height: 100%;
    display: grid;
}

.stat_container .banner__titles,
.stat_container .btn {
    margin: auto 0;
}

.doc__link {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.doc_item {
    padding: 29px 15px 25px !important;
    text-align: center !important;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2vw;
}

.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1vw;
}

.grid-1-3 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1vw;
}

.doc_img {
    text-align: center;
}

.specials__inside__wrapper {
    border: 2px #fc0 solid;
    border-radius: 20px;
    -webkit-box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 5.5px 9.5px 27px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    margin: 40px 0;
}

.specials__text {
    display: flex;
    align-items: center;
    padding: 20px;
}

.specials__img {
    display: grid;
}

#map {
    min-height: 350px;
}

.review__block__left {
    border-right: solid 1px #e6e6e6;
}

.review__block__right {
    padding: 10px;
}

.rev_page .review__item {
    margin: 20px 0;
}

.price__table {
    width: 100%;
    margin: 0 auto 30px;
}

.price__table-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 132.5%;
    display: block;
    width: 100%;
    padding: 19px 15px 12px;
    text-align: center;
    border-radius: 10px;
    background-color: #fc0;
    box-sizing: border-box;
}

.price__table-line {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
}

.price__table-name {
    font-weight: 600;
    line-height: 132.5%;
    width: 100%;
    height: auto;
    color: #3a3a3a;
    align-items: center;
}

.price__table-name .i-m {
    margin-right: 18px;
}

.price__table-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 132.5%;
    display: inline-flex;
    min-width: 238px;
    height: auto;
    color: #3a3a3a;
}

.price__table-name a {
    text-decoration: none !important;
    color: black !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-window {
    margin: 1.75rem auto;
    max-width: 487px;
    width: auto;
    position: relative;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 15px;
    border: 5px #fc0 solid;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.7);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}

.open {
    display: block;
}

.modal .open {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.opened_modal {
    overflow: hidden !important;
}

.modal h3 {
    width: 100%;
    text-align: center;
    color: #000;
    margin: 0 auto 37px;
    font-weight: 600;
    font-size: x-large;
    line-height: 1;
    letter-spacing: -0.001em;
}

.hide {
    display: none !important;
}

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

.doctor-info__text p {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
    text-align: left;
}

.doctor-info__text {
    margin-bottom: 32px;
}

.doctor-info__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}

.doctor-info__block {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.doctor-info__price-block {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    margin-bottom: 48px;
}

div.doctor-info__price-block .doctor-info__btn {
    margin: 0;
    max-width: 255px;
}

.doctor-info__price {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.doctor-info__price span {
    font-weight: 700;
}

.doctor-schedule-block span {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.doctor-schedule__item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.doctor-schedule__dash {
    border-bottom: 1px dashed rgba(223, 223, 223, 1);
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
}

.doctor-schedule {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    margin-top: 24px;
}

.doctor-schedule__time {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(36, 149, 254, 1);
    text-align: right;
    position: relative;
}

.doctor-schedule__day {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    color: rgba(19, 19, 19, 1);
}

.doctor-schedule-block {
    margin-bottom: 48px;
}

.doctor-schedule__day:before {
    position: absolute;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    bottom: -1px;
    width: 100%;
    z-index: 5;
}

.doctor-schedule__time:before {
    position: absolute;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    bottom: -1px;
    width: 100%;
    z-index: 5;
}

.doctor-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-top: 24px;
}

.doctor-link {
    background: rgba(244, 246, 250, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.doctor-links-block span {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.doctor-lics {
    width: 100%;
}

.doctor-links-block {
    margin-bottom: 64px;
}

.doctor-lics .slick-track {
    display: flex;
    grid-gap: 8px;
}

.doctor-lic {
    background: rgba(244, 246, 250, 1);
    padding: 10px;
    display: block;
    border-radius: 15px;
}

.doctor-lic img {
    width: 100%;
}

.doctor-lics-block__top {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.doctor-lics__arrows {
    display: flex;
    grid-gap: 12px;
}

.doctor-lics__arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 204, 0, 1);
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.article-author {
    display: block;
    background: rgba(244, 246, 250, 1);
    padding: 48px;
    border-radius: 20px;
    grid-gap: 16px;
}

.article-author__right img {
    border-radius: 10px;
}

.article-author__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 8px;
    display: block;
    color: #2495fe;
    transition: color 0.3s;
}

.article-author__name:hover {
    color: #000;
}

.article-author__spec {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.article-author__pub-date {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.article-author__update-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.article-author__info {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin-top: 16px;
}

.article-author__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .article-author__inner {
        grid-template-columns: 1fr;
    }
}

.article-checker {
    padding-top: 20px;
    border-top: solid 1px rgba(107, 122, 152, 1);
}

.article-checker__text {
    color: rgba(107, 122, 152, 1);
    padding: 5px 0;
    padding-left: 35px;
    position: relative;
    margin-bottom: 7px;
}

.article-checker__text::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    background-color: #017c01;
    width: 28px;
    height: 28px;
    border-radius: 50px;
}

.article-checker__text::after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 7px;
    width: 8px;
    height: 7px;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    rotate: 45deg;
}

.article-checker__name {
    color: #2495fe;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.article-checker__name:hover {
    color: #000;
}

.article-watch-count {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    color: rgba(107, 122, 152, 1);
}

.article-read-time {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    color: rgba(107, 122, 152, 1);
}

.article-info {
    display: grid;
    grid-template-columns: 40% 60%;
}

.article-author__key {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(107, 122, 152, 1);
}

.article-info-block {
    padding: 64px 0;
}

.menu-elements {
    list-style: revert;
    padding-left: 18px;
}

.menu-elements li {
    margin-bottom: 16px;
}

.menu-elements li a {
    color: rgba(36, 149, 254, 1);
}

.menu-elements li::marker {
    color: rgba(36, 149, 254, 1);
}

.contents-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 24px;
}

.article-soc-list {
    display: flex;
    margin-top: 24px;
    align-items: center;
    grid-gap: 16px;
}

.article-soc-list .ya-share2__list_direction_horizontal {
    display: flex;
    grid-gap: 8px;
}

.copy-article-link {
    color: rgba(36, 149, 254, 1);
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s;
    padding: 8px;
}

.copy-text {
    display: none;
}

.article-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 32px;
}

.article-rating {
    background: rgba(244, 246, 250, 1);
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.article-rating .article-soc-list {
    flex-wrap: wrap;
}

.article__cur-rating {
    color: rgba(107, 122, 152, 1);
    font-size: 52px;
    font-weight: 500;
    line-height: 55px;
}

.article-rating__stars {
    display: flex;
    grid-gap: 8px;
}

span.copy-article-link.done {
    background-image: linear-gradient(to top, #fc0, #f8bf00);
    color: #000;
    padding: 8px;
    text-decoration: none;
    border-radius: 9px;
}

.article-rating__choose {
    margin-top: 12px;
}

.article-rating__choose-right span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(36, 149, 254, 1);
    text-decoration: underline;
    margin-top: 8px;
    cursor: pointer;
    display: inline-block;
}

section.article-footer-block {
    margin-bottom: 48px;
}

.article-rating__star {
    background: url("../images/Star.svg");
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.article-rating__star.fill {
    background: url("../images/Star-fill.svg");
}

.article-rating__choose {
    display: flex;
    grid-gap: 24px;
}

.biblio span {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}

.biblio ol {
    list-style: reset;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    padding-left: 16px;
    margin-top: 24px;
}

.article-rating-choose-heading {
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 30px;
}

.biblio ol li {
    font-size: 14px;
}

.article-rating__heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

section.articles-slider-block {
    padding: 120px 0 60px 0px;
}

.articles-slider-block .slick-track {
    display: flex;
    gap: 32px;
}

.review-item {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 24px;
}

.review-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.review-item__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    margin-bottom: 16px;
}

.reviews-slider .slick-track {
    display: flex;
    grid-gap: 32px;
}

.reviews-slider .slick-slide {
    height: auto;
}

@media screen and (max-width: 700px) {
    .price__table-price {
        font-size: 14px;
        min-width: 102px;
        padding: 7px 10px;
    }
}

@media screen and (max-width: 992px) {
    .inner_title {
        font-size: 28px;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-1-3 {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 1vw;
    }

    .modal-window {
        max-width: 320px;
        margin: 0.5rem auto;
    }

    .article-info {
        grid-template-columns: 1fr;
    }

    .article-footer {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 700px) {
    .price__table {
        width: 100%;
        margin: 0 auto 30px;
    }

    .price__table-name .i-m {
        margin-right: 11px;
    }

    .price__table-title {
        font-size: 14px;
        padding: 19px 10px 18px;
    }

    .price__table-name {
        font-size: 14px;
        padding: 7px 12px;
    }
}

@media screen and (max-width: 767px) {
    .stat_banner {
        height: 400px;
    }

    .inner_title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .grid-4,
    .grid-3,
    .grid-1-3 {
        grid-template-columns: 1fr 1fr;
    }

    .review__block__right p {
        font-size: 14px;
    }

    .main-info__photo img {
        width: 100%;
        max-width: 300px;
    }

    .doctor-info {
        padding: 0;
        margin-top: 32px;
    }

    .doctor-lic img {
        width: auto;
    }

    .main-info {
        display: block;
    }

    .doctor-links {
        grid-template-columns: 1fr 1fr;
    }

    .doctor-info__price-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .doctor-info__blocks {
        grid-gap: 16px;
        grid-template-columns: 1fr;
    }

    .doctor-info__block {
        font-size: 14px;
    }

    .doctor-info__price {
        font-size: 14px;
    }
}

@media screen and (max-width: 550px) {
    .review__block__left {
        border: none;
    }

    .grid-4,
    .grid-3,
    .grid-1-3 {
        grid-template-columns: 1fr;
    }

    .article-soc-list {
        flex-direction: column;
    }

    .article-author {
        padding: 16px;
    }

    .article-author__name {
        font-size: 20px;
    }

    .article-rating {
        padding: 16px;
    }
}

.ph_gal .doc__item {
    max-height: 180px;
}

.bread__row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.bread__link {
    line-height: 122.5%;
    position: relative;
    display: inline-flex;
    color: #2495fe;
    border-bottom: 1px solid;
    margin-right: 5px;
}

.bread__link:hover {
    border-bottom: 1px solid white;
}

.bread__link::after {
    position: relative;
    margin-left: 5px;
    content: ">";
}

.doc_lics>div {
    margin: 15px;
}

.doc_lics {
    justify-content: space-between;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-template-rows: masonry;
}

.rev_page .review__item {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: auto;
}

.banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rev-hide-text {
    display: none;
}

.rev-show-hide-text {
    cursor: pointer;
    color: #2495fe;
}

.review__block__left {
    border: 0;
}

.rev-hide-text.show {
    display: inline;
}

.review__block__right {
    padding: 0;
    padding-top: 15px;
}

.review__down {
    padding: 0;
}

.review__item.doc_item {
    border: 0;
}

.doc-link {
    padding: 0 10px;
}

.arrow-prev {
    background: url(../images/dest/left-arrow.svg) no-repeat;
    position: absolute;
    left: -30px;
    z-index: 999;
    width: 30px;
    background-size: contain;
    height: 30px;
    cursor: pointer;
    top: 50%;
    transform: trasnlateY(-50%);
}

.arrow-next {
    background: url(../images/dest/right-arrow.svg) no-repeat;
    position: absolute;
    right: -30px;
    background-size: contain;
    z-index: 999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 50%;
    transform: trasnlateY(-50%);
}

.doctors-slider {
    position: relative;
}

p.p-title {
    margin-bottom: 28px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: #000;
}

.prodoctorov-link {
    padding: 10px 0;
    display: block;
}

.prodoctorov-link img {
    max-width: 150px;
}

.doc__link {
    color: #000;
}

@media (max-width: 1234px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .reviews-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .arrow-next {
        right: -10px;
    }

    .arrow-prev {
        left: -10px;
    }

    .info p,
    .contacts__subtitle,
    .info ul li,
    .services__list li,
    .services__info,
    .infos p,
    .infos ol li,
    .infos ul li,
    .info ol>li,
    .quote__wrapper {
        font-size: 14px;
    }
}

.city_default,
.city-list {
    margin-top: 20px;
    flex-wrap: wrap;
    display: flex;
    max-height: 100%;
}

.city_default a,
.city-list a {
    font-size: 18px;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    color: #414141;
}

.hide {
    display: none !important;
}

.city__filter {
    transition: all 0.2s linear;
    resize: none;
    font-size: 14px;
    padding: 16px 14px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 90%;
    margin: 20px auto;
    display: block;
}

.city__filter:hover,
.city__filter:focus {
    border-color: #c6d0d7;
}

.cityModal {
    background-color: #fff;
    padding-top: 40px;
    width: 80%;
    position: relative;
    margin: 40px auto;
}

@media (max-width: 768px) {
    .cityModal {
        width: 95% !important;
        padding: 10px !important;
    }

    .backgroundMC1 {
        background-color: #6b5847 !important;
        background-image: none !important;
    }
}

.go-top {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    font-size: 20px;
    color: rgba(0, 51, 153, 0.5);
    border: 1px solid rgba(0, 51, 153, 0.5);
    background-color: rgb(253 176 81);
    padding: 15px 10px;
}

.go-top:hover {
    color: rgba(0, 51, 153, 0.8);
    border: 1px solid rgba(0, 51, 153, 0.8);
    background-color: rgba(0, 51, 153, 0.15);
}

.go-top--show {
    display: block;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .banner__title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .banner__bg-img {
        background-color: #6b5847 !important;
        background-image: none !important;
    }

    .footer__bg {
        background-color: #4ca4f6 !important;
        background-image: none !important;
    }
}

@keyframes priceAnimation {
    0% {
        display: none;
        padding: 0;
    }

    100% {
        display: flex;
        padding: 20px 70px 0 0;
    }
}

.price-text {
    flex-direction: column;
    gap: 5px;
    display: none;
    animation: priceAnimation 0.2s ease;
    color: rgba(51, 51, 51, 0.7) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25px;
}

.price-text.active {
    display: flex;
    padding: 20px 70px 0 0;
}

.price__table-subtitle::after {
    display: block;
    content: "";
    min-width: 12px;
    min-height: 6px;
    background: url("/app/img/arrow.png") center center no-repeat;
    background: url("/app/img/arrow.svg") center center no-repeat;
    background-size: cover;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

.panel-active .price__table-subtitle:after {
    transform: rotate(180deg);
}

.price__table-name {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 20px 25px;
}

.price__table-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.price__table-subtitle {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    gap: 15px;
}

.price__table-price {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    justify-content: center;
    align-items: center;
}

.price__table-btn button {
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #fc0;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.price__table-line {
    border-radius: 10px;
    background: #f4f6fa;
    margin: 10px 0;
}

.price__table-btn {
    flex-basis: 12%;
    padding: 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.price__table-price2 {
    display: none;
}

.price__table-btn button:hover {
    background: #fc0;
}

@media (max-width: 780px) {
    .price__table-price {
        display: none;
    }

    .price__table-price2 {
        display: flex;
        font-size: 14px;
    }

    .price__table-line {
        flex-direction: column;
    }

    .price__table-btn button {
        font-size: 14px;
    }

    .price__table-btn {
        flex-direction: row;
        display: flex;
        align-items: center;
        padding: 10px 0 0 0;
        justify-content: space-between;
    }

    .price__table-name {
        padding: 10px 0;
    }

    .price__table-wrap h4 {
        display: flex;
        font-size: 14px;
    }

    .price__table-line {
        padding: 15px;
    }

    .price__table-wrap {
        padding: 0;
    }

    .price-text.active {
        padding: 10px 0;
    }

    .price__table-name {
        padding: 0;
    }

    .price__table-line {
        margin: 5px 0;
    }

    .price__table {
        margin: 0 auto 25px;
    }

    .price-text {
        font-size: 14px !important;
    }
}

.str-form {
    display: flex;
    grid-gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
}

.str-form .a.poisk_button {
    width: 392px;
}

.str-form .asd {
    width: auto;
    border: 1px solid grey;
}

.str-form .header-search-button {
    padding: 0;
}

.search__icon {
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.poisk-li a,
.poisk {
    padding: 0 0 0 24px;
    margin: 0 0 15px 0;
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}

.poisk-li {
    display: flex;
}

.poisk_button {
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
}

.poisk_button:hover {
    box-shadow: 1px 1px 1px 1px grey;
    background-color: #f8bf00;
}

.poisk-li a:hover {
    text-decoration: underline;
}

.header-search-button {
    position: relative;
}

.input_poisk {
    max-width: 115px !important;
    width: auto !important;
    padding: 10px !important;
    height: 30px !important;
}

@media screen and (max-width: 960px) {
    .input_poisk {
        max-width: 170px !important;
        width: auto !important;
        padding: 10px !important;
        height: 45px !important;
    }

    .str-form {
        flex-direction: column;
    }

    .str-form .asd {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .header__top-btn {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .header__tel {
        font-size: 20px;
    }

    .header__logo-text {
        font-size: 22px;
    }

    .header__main .container {
        padding: 0 5px;
    }
}

@media screen and (max-width: 450px) {
    .header__logo-img {
        max-width: 40px;
    }

    .header__logo-text {
        font-size: 18px;
    }

    .header__logo-text>span {
        font-size: 5px;
    }

    .header__title {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .header__tel {
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {
    .header__tel {
        font-size: 14px;
    }

    .header__tel .i {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 600px) {
    .header__logo-text {
        display: none;
    }
}

.modal-window-title {
    width: 100%;
    text-align: center;
    color: #000;
    margin: 0 auto 37px;
    font-weight: 600;
    font-size: x-large;
    line-height: 1;
    letter-spacing: -0.001em;
}

.i-max {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
    /* -webkit-mask-image: url(../images/dest/icons/whatsapp.png); */
    mask-image: url(/app/img/max.svg);
}

.bread {
    margin: auto;
    width: 1235px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    /*background-color: #eee;*/
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bread_none {
        display: none;
    }
}


.cta-block {
    margin: 50px 0 100px;
}

.cta-block__wrap {
    border-radius: 10px;
    padding: 40px;
    background: #f4f6fa;
}

.cta-block .cta-block__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.cta-block .cta-block__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    color: #333;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.cta-block .cta-block__text a {
    color: #333;
    text-wrap: nowrap;
}

.cta-block .cta-block__text a:hover {
    text-decoration: underline;
}

.cta-block .cta-block__btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-block .cta-block__btn {
    border-radius: 50px;
    padding: 10px 30px 10px 10px;
    background: #08c;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}

.cta-block__btn.max {
    background: #2d5ffc;
}

.cta-block .cta-block__btn-icon {
    border-radius: 29px;
    width: 46px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .cta-block {
        margin: 30px 0 80px;
    }

    .cta-block__wrap {
        padding: 20px 14px;
    }

    .cta-block .cta-block__title {
        font-size: 24px;
    }

    .cta-block .cta-block__text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .cta-block .cta-block__btns {
        flex-direction: column;
        gap: 10px;
    }

    .cta-block .cta-block__btns span {
        flex-grow: 1;
    }

    .cta-block .cta-block__btn-icon {
        width: 36px;
        height: 36px;
    }
}

.stock {
    margin-bottom: 120px;
}

.stock__title {
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #131313;
    margin-bottom: 20px;
}

.stock__subtitle {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.stock__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.stock__item {
    display: flex;
    gap: 30px;
    flex-direction: column;
    flex: calc((100% - 70px)/3);
    border: 1px solid #d6d7d9;
    border-radius: 30px;
    flex-grow: 0;
    flex-shrink: 1;
}

.stock__item-picture img,
.stock__item-picture {
    display: flex;
    max-height: 250px;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.stock__item-picture {
    margin-bottom: 16px;
}

.stock__item-info {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 10px;
    align-items: center;
}

.stock__item-title,
.stock__item-percent {
    width: 50%;
}

.stock__item-title {
    font-weight: 600;
    font-size: 20px;
    color: #131313;
}

.stock__item-percent {
    border-radius: 40px;
    padding: 4px 8px;
    background: rgba(36, 149, 254, 0.1);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #2495fe;
    width: fit-content;
}

.stock__item-desc {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: rgba(19, 19, 19, 0.8);
    padding: 0 30px;
}

.stock__item-prices {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: 1px dashed #d6d7d9;
    border-radius: 80px;
    padding: 10px 20px;
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 10px;
    gap: 5px;
}

.stock__item-price:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration: line-through;
    color: #131313;
}

.stock__item-price:last-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #54b451;
}

.stock__item-button {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 21px 52px;
    background: linear-gradient(0deg, #2495fe 0%, #0772d4 100%);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    transition: color 0.3s ease;
    border: 1px solid #2495fe;
    cursor: pointer;
}

.stock__item-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.stock__item-button:hover::before {
    opacity: 1;
}

.stock__item-button:hover {
    color: #0772d4;
}

.stock__item-button p {
    position: relative;
    z-index: 1;
    margin: 0;
}

.stock__item-bottom {
    padding: 0 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .stock__item {
        flex: calc((100% - 40px)/2);
    }
}

@media screen and (max-width: 767px) {
    .stock__item {
        flex: 100%;
    }

    .stock {
        margin-bottom: 40px;
    }

    .stock__title {
        font-size: 24px;
    }

    .stock__subtitle {
        font-size: 18px;
    }

    .stock__items {
        gap: 16px;
    }

    .stock__item {
        gap: 20px;
    }

    .stock__item-picture img,
    .stock__item-picture {
        max-height: 190px;
    }

    .stock__item-info {
        padding: 0 20px;
    }

    .stock__item-title {
        font-size: 16px;
    }

    .stock__item-percent {
        font-size: 12px;
    }

    .stock__item-desc {
        font-size: 14px;
        padding: 0 20px;
    }

    .stock__item-prices {
        margin-left: 0px;
        margin-right: 0px;
    }

    .stock__item-price:first-child {
        font-size: 14px;
    }

    .stock__item-price:last-child {
        font-size: 18px;
    }

    .stock__item-button {
        font-size: 16px;
    }

    .stock__item-bottom {
        margin-bottom: 20px;
    }
}

.calculator__range::-webkit-slider-thumb {
    background: url('/app/images/dest/contrasticon.png');
}

.calculator {
    padding: 120px 0px;
    background: #f4f6fa;
}

.calculator__title {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #2495fe;
    margin-bottom: 15px;
}

.calculator__title span {
    color: #131313;
}

.calculator__subtitle {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #131313;
    margin-bottom: 40px;
}

.calculator__form {
    border-radius: 30px;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.8);
}

.calculator__form-item:first-child {
    margin-bottom: 40px;
}

.calculator__form-title {
    font-weight: 500;
    font-size: 20px;
    color: #131313;
    margin-bottom: 15px;
}

.calculator__range-wrap {
    border: 1px solid #d6d7d9;
    border-radius: 20px;
    padding: 18px 24px;
}

.calculator__selected-value,
.calculator__range-age {
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    color: #131313;
}

.calculator__range-wrap {
    position: relative;
}

.calculator__form {
    width: 39%;
}

.calculator__select {
    position: relative;
    border: 1px solid #d6d7d9;
    border-radius: 20px;
}

.calculator__select-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: border-color 0.3s;
    padding: 18px 24px;
}

.calculator__select-header:hover {
    border-color: #aaa;
}

.calculator__select-arrow {
    transition: transform 0.3s;
}

.calculator__select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 100;
    border-radius: 12px;
}

.calculator__select-options li {
    font-weight: 500;
    font-size: 16px;
    line-height: 138%;
    color: #131313;
    padding: 11px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.calculator__select-options li:hover {
    background-color: rgba(36, 149, 254, 0.5);
}

.calculator__select.active .calculator__select-options {
    max-height: 300px;
    border-color: #ddd;
    border-top: none;
    margin-top: 20px;
}

.calculator__select.active .calculator__select-arrow {
    transform: rotate(180deg);
}

.calculator__select.active .calculator__select-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.calculator__range {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
    background: #2495fe;
    border-radius: 20px;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 24px;
    right: 24px;
}

.calculator__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border: 0;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .calculator {
        padding: 40px 0px;
    }

    .calculator__title {
        font-size: 24px;
    }

    .calculator__subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .calculator__form {
        border-radius: 20px;
        padding: 20px 15px;
    }

    .calculator__form-title {
        font-size: 16px;
    }

    .calculator__range-wrap {
        padding: 18px 16px;
    }

    .calculator__form {
        width: auto;
    }

    .calculator__select {
        position: relative;
        border: 1px solid #d6d7d9;
        border-radius: 20px;
    }

    .calculator__select-header {
        padding: 18px 16px;
    }
}

.calculator__values {
    width: 57%;
}

.calculator__main {
    display: flex;
    gap: 40px;
}

.calculator__value {
    border-radius: 30px;
    padding: 40.1px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
}

.calculator__value-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #131313;
}

.calculator__value-num {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

.calculator__value--losses {
    background: rgba(214, 51, 51, 0.05);
    margin-bottom: 16px;
}

.value-num--losses {
    color: #d63333;
}

.calculator__value--saving {
    background: rgba(84, 180, 81, 0.1);
    border: 2px solid #54b451;
}

.value-num--saving {
    color: #54b451;
}

@media screen and (max-width: 790px) {
    .calculator__values {
        width: 100%;
    }

    .calculator__form {
        width: auto;
    }

    .calculator__main {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .calculator__value {
        border-radius: 30px;
        padding: 20px 20px;
        gap: 5px;
    }

    .calculator__value-text {
        font-size: 16px;
    }

    .calculator__value-num {
        font-size: 30px;
    }

    .calculator__value--losses {
        margin-bottom: 8px;
    }
}

.calculator__main {
    margin-bottom: 40px;
}

.calculator__expert {
    border-radius: 30px;
    padding: 30px 40px;
    background: #fff;
}

.calculator__expert-text {
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    font-weight: 500;
    color: #131313;
}

.calculator__expert-text span {
    color: #2495fe;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .calculator__main {
        margin-bottom: 20px;
    }

    .calculator__expert {
        border-radius: 20px;
        padding: 20px;
    }

    .calculator__expert-text {
        font-size: 14px;
    }
}

.calculator__selected-value {
    transition: color .3s;
}

.calculator__select-header:hover .calculator__selected-value{
    color: #2495fe;
}