

/* Start:/local/templates/stahiev/assets/css/all_styles.css?175646390955512*/
/* Start:/local/templates/stahiev/assets/owlcarousel/assets/owl.carousel.min.css?16492603443351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://vision-center.ru/local/templates/stahiev/assets/owlcarousel/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* End */


/* Start:/local/templates/stahiev/assets/owlcarousel/assets/owl.theme.opticdias.css?16492603441402*/
/*
 * 	Opticdias theme - Owl Carousel CSS File
 */
.owl-carousel.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #FFF;
    text-decoration: none;
}

.owl-carousel.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

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

.owl-carousel.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

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

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    margin: 0 10px;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 50%;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=owl.theme.opticdias.css.map */
/* End */


/* Start:/local/templates/stahiev/assets/css/twentytwenty.css?16492603446014*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px;
}

.twentytwenty-caption .flex-half-cont {
    padding: .5rem 0;
}

.twentytwenty-caption .flex-half-cont:last-child {
    text-align: right;
}

@media (max-width: 1023px) {
    .twentytwenty-caption {
        display: none;
    }
}

/*# sourceMappingURL=twentytwenty.css.map */
/* End */


/* Start:/local/templates/stahiev/assets/css/style.css?169692923036336*/
@font-face {
    font-family: "ZEISS Frutiger Next W1G";
    src: url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Italic.woff2") format("woff2"), url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "ZEISS Frutiger Next W1G";
    src: url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Heavy.woff2") format("woff2"), url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ZEISS Frutiger Next W1G";
    src: url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Bold.woff2") format("woff2"), url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ZEISS Frutiger Next W1G";
    src: url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Reg.woff2") format("woff2"), url("https://vision-center.ru/local/templates/stahiev/assets/fonts/ZEISSFrutigerNextW1G-Reg.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::-moz-selection {
    color: #fff;
    background: #141e8c;
}

::selection {
    color: #fff;
    background: #141e8c;
}

html {
    font-size: 87.5%;
    transition: font-size 0.2s;
}

body {
    margin: 0;
    min-width: calc(320px - 4rem);
    font-family: "ZEISS Frutiger Next W1G", sans-serif;
    background-color: #fff;
    color: #4d4f53;
    box-sizing: border-box;
}

h2,
h3,
.h2,
.h3 {
    font-size: 2.4rem;
    font-weight: 700;
}

p,
li {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 300;
}

a {
    color: #50aae5;
    outline: none;
}

.alink {
    color: #50aae5;
    border-bottom: 1px dotted #50aae5;
    cursor: pointer;
}

sup {
    vertical-align: top;
}

img.fullwidth {
    width: 100%;
    max-width: 100%;
}

.thin {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.small {
    font-size: 0.9em;
}

#layer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100vh;
    z-index: 500;
    background-color: transparent;
    transition: background-color 1s;
}

#header,
.cup,
footer {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
    box-sizing: border-box;
}

.narrow {
    width: calc(54% + 50px);
    box-sizing: border-box;
}

.flex-half {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.flex-half .flex-half-cont {
    width: 48%;
}

.flex-half .flex-half-cont.whitebg {
    background: rgba(255, 255, 255, 0.92);
    padding: 5rem 2rem;
    box-sizing: border-box;
}

.flex-half .flex-half-cont.third-cont {
    width: 31%;
}

[data-source] {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    transition: background-color 0.75s, background-image 0.75s, filter 0.75s, transform 4s;
    filter: blur(10px);
}

[data-source].image-ready {
    background-color: transparent;
    filter: none;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
button,
.button>* {
    -webkit-appearance: none;
    border: 1px solid #fff;
    border-radius: 0;
    font: inherit;
    font-size: 0.9rem;
    margin: 0;
    padding: 1.1rem 1rem 0.9rem;
    box-sizing: border-box;
    outline: none;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
    background-color: #f5f5f5;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #50aae5;
    background-color: #fff;
}

input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    visibility: hidden;
}

input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
    visibility: hidden;
}

button,
.button>* {
    color: #fff;
    background-color: #50aae5;
    border-color: #50aae5;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height: 0.9;
    position: relative;
    cursor: pointer;
}

button:active,
.button>*:active {
    background-color: #2494de;
}

button[disabled],
.button>*[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    cursor: default;
}

p.descript {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 1.3rem;
}

.btn {
    -webkit-appearance: none;
    display: inline-block;
    border: 1px solid #50aae5;
    border-radius: 0;
    font: inherit;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05rem;
    margin: 0;
    padding: 1.1rem 1rem 0.9rem;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    background-color: #50aae5;
    cursor: pointer;
}

.btn:active {
    background-color: #2494de;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 400;
    opacity: 1;
    transition: background-color 1s;
}

header #header {
    transition: height 0.6s, margin 1s;
    height: 180px;
    margin-bottom: -5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header #header * {
    transition: all 0.6s;
}

header #header a {
    text-decoration: none;
    display: inline-block;
}

header #header a:hover {
    color: #50aae5;
}

header #header #menu-button {
    display: none;
    width: 24px;
    height: 24px;
    margin: -8px 0 0 1.4rem;
    padding: 10px 0;
    position: relative;
}

header #header #menu-button div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    z-index: 9999;
    border: none;
    background: #141e8c;
    transform: rotate(0);
    transition: 0.3s linear;
}

header #header #menu-button div:before,
header #header #menu-button div:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 24px;
    height: 2px;
    background: #141e8c;
    transform: rotate(0);
    transition: 0.3s linear;
}

header #header #menu-button div:after {
    top: 7px;
}

header #header #logo {
    margin-right: 1.6rem;
}

header #header #logo img {
    margin-top: 10px;
}

header #header nav {
    display: flex;
    flex-grow: 2;
}

header #header nav>ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1;
    white-space: nowrap;
}

header #header nav>ul>li {
    position: relative;
}

header #header nav>ul>li>a,
header #header nav>ul>li>span {
    display: inline-block;
    padding: 1rem 0.5rem;
}

header #header nav>ul>li a {
    color: #4d4f53;
}

header #header nav>ul>li span {
    cursor: default;
}

header #header nav>ul>li:hover>span {
    color: #50aae5;
    background-color: #f5f5f5;
}

header #header nav>ul>li:hover>ul {
    display: block;
}

header #header nav>ul>li:hover>ul li:hover ul {
    display: block;
}

header #header nav>ul>li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    margin: 3rem 0 0 -1rem;
    padding: 0;
    list-style: none;
    background-color: #f5f5f5;
}

header #header nav>ul>li ul li {
    white-space: nowrap;
    font-size: 1rem;
}

header #header nav>ul>li ul li a {
    display: block;
    padding: 0.7rem 1.6rem 0.5rem;
}

header #header nav>ul>li ul li:hover {
    background-color: #e5e5e5;
}

header #header nav>ul>li ul li:hover a {
    color: #50aae5;
}

header #header nav>ul>li ul li ul {
    display: none;
    left: calc(100% + 1rem);
    margin-top: 0;
    font-size: 1em;
}

header #header #top-phone {
    margin: -3px 0.5rem 0;
    flex-grow: 1;
    text-align: center;
    color: #50aae5;
}

header #header #top-phone p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    white-space: nowrap;
}

header #header #top-phone p.headersocial {
    line-height: 0;
}

header #header #top-phone p.headersocial img {
    height: 1.4rem;
    margin: 0.3rem 0.5rem 0.7rem;
}

header #header #top-phone p.feedback-link,
header #header #top-phone p.booking-link {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
}

header #header #top-phone p.feedback-link span,
header #header #top-phone p.booking-link a {
    text-transform: uppercase;
    margin-right: -4px;
}

header #header #font-size-menu {
    display: flex;
    align-items: baseline;
    justify-content: end;
    margin-right: 2rem;
}

header #header #font-size-menu .accsize {
    margin: 0 0.25rem;
    color: #747678;
    white-space: nowrap;
    cursor: pointer;
}

header #header #font-size-menu .accsize[data-scale=scale-a] {
    font-size: 0.875rem;
}

header #header #font-size-menu .accsize[data-scale=scale-aaa] {
    font-size: 1.1rem;
}

header #header #font-size-menu .accsize.selected {
    color: #bcbdbc;
}

header #header #top-address img {
    margin: 0 0 0.5rem;
}

header #header #top-address address {
    font-style: normal;
}

header #header #top-address address p {
    font-size: 1.15rem;
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
}

header.scrolled {
    background-color: rgba(255, 255, 255, 0.96);
}

header.scrolled #header {
    height: 64px;
}

header.scrolled #header #logo img {
    margin: 0;
    width: 32px;
    height: 32px;
}

header.scrolled #header #top-phone {
    display: flex;
    justify-content: center;
}

header.scrolled #header #top-phone .headermsg {
    align-self: center;
}

header.scrolled #header #top-phone .headersocial,
header.scrolled #header #top-phone .feedback-link,
header.scrolled #header #top-phone .booking-link {
    display: none;
}

header.scrolled #header #top-address img {
    margin: 0;
    width: auto;
    height: 18px;
}

header.scrolled #header #top-address address {
    display: none;
}

main#news-item {
    margin-top: calc(195px + 1rem);
}

article,
.article {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

article a,
.article a {
    text-decoration: none;
}

article a:hover,
.article a:hover {
    text-decoration: underline;
}

article ul:not(.blank),
article ul.checkmark,
.article ul:not(.blank),
.article ul.checkmark {
    list-style: url("https://vision-center.ru/local/templates/stahiev/assets/img/check-mark.svg");
}

article.review,
.article.review {
    border-bottom: 1px solid #999;
}

article.review .h4,
.article.review .h4 {
    font-size: 2rem;
    font-weight: 700;
}

article.review time,
.article.review time {
    color: #999;
    font-size: 0.8rem;
}

article.review .stars,
.article.review .stars {
    display: inline-block;
    width: 80px;
    height: 16px;
    background: url("https://vision-center.ru/local/templates/stahiev/assets/img/rating.png") no-repeat 0 0;
    font-size: 1px;
    color: #f1f1f1;
    vertical-align: text-bottom;
    overflow: hidden;
    margin-right: 0.5rem;
}

article.review .stars[data-review_rating="5"],
.article.review .stars[data-review_rating="5"] {
    background-position: 0 -80px;
}

article.review .stars[data-review_rating="4"],
.article.review .stars[data-review_rating="4"] {
    background-position: 0 -96px;
}

article.review .stars[data-review_rating="3"],
.article.review .stars[data-review_rating="3"] {
    background-position: 0 -112px;
}

article.review .stars[data-review_rating="2"],
.article.review .stars[data-review_rating="2"] {
    background-position: 0 -128px;
}

article.review .stars[data-review_rating="1"],
.article.review .stars[data-review_rating="1"] {
    background-position: 0 -144px;
}

ul.blank {
    padding: 0;
    list-style: none;
}

#title {
    min-height: 800px;
    position: relative;
    overflow: hidden;
}

#title #title_bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-position: center 0;
    background-size: auto 800px;
    transition: background-image 0.25s, filter 0.25s, transform 4s;
}

#title #title_head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#title #title_head .narrow {
    width: calc(54% + 49px);
    box-sizing: content-box;
    background-color: #fff;
    border: 1px solid #fff;
    margin-left: -50px;
    padding: 30px 49px 0;
}

#title #title_head h1 {
    font-size: 3.4rem;
    font-weight: 700;
    margin: 0;
    color: #000;
}

#title #title_head h2,
#title #title_head .h2 {
    font-weight: 300;
    margin: 0;
    color: #000;
}

#title:hover #title_bg {
    transform: scale(1.06);
}

#breadcrumbs ul {
    list-style: none;
    margin: 1rem 0 -1rem;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
}

#breadcrumbs ul li {
    display: inline;
    font-size: 0.9rem;
}

#breadcrumbs ul li>* {
    margin-right: 5px;
}

#breadcrumbs ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/arrow-right-bc.svg");
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
}

.news-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.news-item div[class*=news-] {
    width: 100%;
    box-sizing: border-box;
    min-height: 600px;
}

.news-item .news-img {
    overflow: hidden;
}

.news-item .news-img div {
    width: 100%;
    height: 100%;
    transition: background-image 0.65s, filter 0.65s, transform 0.65s;
    background-size: cover;
    background-position: center;
}

.news-item .news-text {
    display: flex;
}

.news-item .news-text.invert {
    color: #fff;
    background-color: #000;
}

.news-item .news-text.invert a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.news-item .news-text.invert a:hover {
    border-bottom-style: solid;
}

.news-item .news-text>div {
    padding: 1rem 3rem 2rem;
    align-self: center;
}

.news-item .news-text>div h1 {
    font-size: 2rem;
}

.news-item:hover .news-img div {
    transform: scale(1.02);
}

.paging {
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    text-align: center;
    font-size: 1.3rem;
}

.paging li {
    display: inline-block;
}

.paging li * {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.3rem 0.5rem 0;
    text-decoration: none;
}

.paging li:not(:last-child) a:hover {
    color: #fff;
    background-color: #50aae5;
    border-radius: 3px;
}

.paging li :not(a) {
    cursor: default;
}

.cards {
    margin: 3rem 0;
    display: grid;
    grid-gap: 50px;
}

.cards .content {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem 1.4rem;
    box-sizing: border-box;
    color: #4d4f53;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
}

.cards .content .img-container {
    box-sizing: border-box;
    margin-left: -2rem;
    width: calc(100% + 4rem);
}

.cards .content .img-container img {
    max-width: 100%;
}

.cards .content .img-container[data-source] {
    background-position: center;
    background-size: cover;
    transition: background-image 0.65s, filter 0.65s, transform 0.65s;
}

.cards .content h2,
.cards .content h3,
.cards .content h4,
.cards .content .h2,
.cards .content .h3,
.cards .content .h4 {
    font-size: 1.3rem;
    margin-top: 1.3em;
    margin-bottom: 0.6rem;
    transition: color 0.2s;
}

.cards .content .h4 {
    font-weight: 700;
}

.cards .content p {
    font-size: 1rem;
}

.cards .content .alink * {
    text-decoration: none;
    color: #50aae5;
}

.cards .content .alink *:hover {
    text-decoration: underline;
}

.cards.row-items-1 .img-container[data-source] {
    height: 540px;
}

.cards.row-items-2 {
    grid-template-columns: repeat(2, 1fr);
}

.cards.row-items-2 .content .img-container[data-source] {
    height: 350px;
}

.cards.row-items-3 {
    grid-template-columns: repeat(3, 1fr);
}

.cards.row-items-3 .content .img-container[data-source] {
    height: 250px;
}

.cards.row-items-4 {
    grid-template-columns: repeat(4, 1fr);
}

.cards.row-items-4 .content .img-container[data-source] {
    height: 200px;
}

.cards.only-img .content {
    padding-bottom: 0;
    border: none;
}

.cards a.content:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.cards a.content:hover h2,
.cards a.content:hover h3,
.cards a.content:hover h4 {
    color: #50aae5;
}

.cards a.content:active {
    transform: scale(0.99);
}

#form-container {
    display: flex;
    align-items: flex-end;
    height: 640px;
    margin: 5rem 0;
}

#form-container .gradient {
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

#form-container form {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#form-container form p {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

#form-container form p.descript {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 1.3rem;
}

#form-container form input[type=text],
#form-container form input[type=tel],
#form-container form button {
    -webkit-appearance: none;
    border: 1px solid #fff;
    border-radius: 0;
    font: inherit;
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    padding: 1.1rem 1rem 0.9rem;
    box-sizing: border-box;
    outline: none;
}

#form-container form button {
    color: #fff;
    background-color: #50aae5;
    border-color: #50aae5;
    text-transform: uppercase;
    width: 24%;
    letter-spacing: 0.05rem;
    position: relative;
    cursor: pointer;
}

#form-container form button:active {
    background-color: #2494de;
}

#form-container form input[type=text],
#form-container form input[type=tel] {
    background-color: #f5f5f5;
}

#form-container form input[type=text]:focus,
#form-container form input[type=tel]:focus {
    border-color: #50aae5;
    background-color: #fff;
}

#form-container form input[type=text]:focus::-moz-placeholder,
#form-container form input[type=tel]:focus::-moz-placeholder {
    visibility: hidden;
}

#form-container form input[type=text]:focus::placeholder,
#form-container form input[type=tel]:focus::placeholder {
    visibility: hidden;
}

#form-container form input[type=text] {
    width: 49%;
}

#form-container form input[type=tel] {
    width: 24%;
}

footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-top: 2px solid #eee;
    margin: 0 auto 5rem;
    padding: 2.75rem 0;
    box-sizing: border-box;
}

footer a {
    color: #4d4f53;
    text-decoration: none;
}

footer a:hover {
    color: #50aae5;
}

footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer nav ul li {
    display: inline-block;
    margin-right: 0.6rem;
    font-size: 1rem;
}

footer nav ul li::before {
    content: "|";
    margin-right: 0.8rem;
}

footer nav ul li:first-child {
    font-weight: 700;
}

footer nav ul li:first-child::before {
    content: "";
    margin: 0;
}

footer nav.second_level {
    width: 100%;
    margin-top: 1rem;
}

footer nav.second_level ul li:first-child {
    font-weight: 400;
}

footer .social {
    margin: 0 1rem;
}

footer .social img {
    margin: 0 0.2rem;
}

footer .social .alink {
    vertical-align: top;
    margin-left: 0.5rem;
    line-height: 1.9rem;
}

.wistia-container {
    height: 0;
    margin: 3rem 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.wistia-container .wistia-element {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wistia-container .wistia-element iframe {
    border: 0;
}

#contacts {
    margin-bottom: 0;
}

#contacts h2,
#contacts h3,
#contacts .h2,
#contacts .h3 {
    margin-bottom: 0;
}

#contacts p {
    margin: 0.6rem 0;
}

#map {
    margin: 3rem 0;
}

#map iframe {
    max-height: 60vh;
}

.info {
    padding-left: 2rem;
    background-size: 1rem;
    background-position: 0.2rem 50%;
    background-repeat: no-repeat;
    font-size: 1.1rem;
}

.info a {
    color: #4d4f53;
}

.info a:hover {
    color: #50aae5;
}

.info.phone {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/icons/icon-phone.svg");
}

.info.whatsapp {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/icons/icon-whatsapp.svg");
}

.info.whatsapp a:hover {
    color: #25D366;
}

.info.email {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/icons/icon-email.svg");
}

.info.address {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/icons/icon-location.svg");
}

#staff {
    margin-bottom: 11rem;
}

#staff p {
    margin-top: -0.4rem;
}

#diagnostic .cards .content h4,
#diagnostic .cards .content .h4 {
    margin-top: 0;
}

#brand-logos .content .img-container[data-source] {
    border: 1px solid #c7c7c7;
    background-size: 55% auto;
    background-color: #fff;
}

#main-chapters .cards .content .img-container[data-source],
#staff .cards .content .img-container[data-source] {
    height: 350px;
}

.widepicbanner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 7rem 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 580px;
    box-sizing: border-box;
}

.widepicbanner h2,
.widepicbanner .h2 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.widepicbanner h3,
.widepicbanner .h3,
.widepicbanner h4,
.widepicbanner .h4,
.widepicbanner h5,
.widepicbanner .h5 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 1rem 0;
}

.widepicbanner h5 {
    font-weight: 400;
}

.widepicbanner .btn {
    margin: 0.8rem 0;
}

.widepicbanner.whitefont h2,
.widepicbanner.whitefont h3,
.widepicbanner.whitefont h4,
.widepicbanner.whitefont h5,
.widepicbanner.whitefont p,
.widepicbanner.whitefont li,
.widepicbanner.whitefont .h2,
.widepicbanner.whitefont .h3,
.widepicbanner.whitefont .h4,
.widepicbanner.whitefont .h5 {
    color: #fff;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.widepicbanner.halfpic {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.widepicbanner:not(.halfpic) .flex-half .flex-half-cont {
    color: #000;
}

.halfpic .flex-half {
    align-items: stretch;
}

.halfpic .flex-half .flex-half-cont[data-source] {
    min-height: 440px;
}

.tabs .tabs-caption {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0;
}

.tabs .tabs-caption li {
    max-width: 220px;
    width: 33%;
    margin-left: -1px;
    padding: 1em 1.5em 0.8em;
    text-align: center;
    border: 1px solid #ededed;
    cursor: pointer;
    line-height: 1;
}

.tabs .tabs-caption li.active {
    border-color: #50aae5;
    margin-right: 1px;
}

.tabs .tabs-caption li:first-child {
    border-radius: 6px 0 0 6px;
    margin-left: 0;
}

.tabs .tabs-caption li:last-child {
    border-radius: 0 6px 6px 0;
}

.tabs .tabs-content {
    display: none;
}

.tabs .tabs-content.active {
    display: block;
}

body.vis header #header nav {
    left: 0;
}

body.vis header #header #menu-button div:before,
body.vis header #header #menu-button div:after {
    content: "";
    top: -5px;
    right: -3px;
    width: 16px;
    transform: rotate(45deg);
}

body.vis header #header #menu-button div:after {
    top: 5px;
    transform: rotate(-45deg);
}

body.vis #layer,
body.popupvis #layer {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

body.popupvis #popuplayer {
    display: flex;
}

/* lightbox */
.lb-nav a.lb-next {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/next.png");
}

.lb-nav a.lb-prev {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/prev.png");
}

.lb-cancel {
    width: 64px;
    height: 64px;
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/loading.gif");
}

/* owl carousel */
.owl-carousel.owl-theme {
    margin: 3rem -50px 100px;
    width: calc(100% + 100px);
}

.owl-carousel.owl-theme .owl-stage {
    display: flex;
}

.owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 0;
    z-index: 500;
    width: 50px;
    height: 100%;
    outline: none;
}

.owl-carousel.owl-theme .owl-nav button::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 40px;
    overflow: hidden;
    text-indent: -100px;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev::before {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/arrow-left.png");
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel.owl-theme .owl-nav button.owl-next::before {
    background-image: url("https://vision-center.ru/local/templates/stahiev/assets/img/arrow-right.png");
}

.owl-carousel.owl-theme .owl-nav button.disabled:before {
    opacity: 0.25;
}

.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.owl-carousel.owl-theme[class~=only-img] {
    margin-bottom: 3rem;
}

.owl-carousel.owl-theme[class~=only-img] .owl-dots {
    bottom: 30px;
}

.owl-carousel.owl-theme[class~=only-img] .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
}

.owl-carousel.owl-theme[class~=only-img] .owl-dots .owl-dot span:hover {
    background: rgba(255, 255, 255, 0.8);
}

.owl-carousel.owl-theme[class~=only-img] .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.9);
}

.owl-carousel.owl-theme .caption {
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    padding: 0 2rem 1rem;
}

.owl-carousel.owl-theme .caption h3 {
    margin: 2rem 0 0;
}

/* feedback popup */
#popuplayer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    justify-content: space-around;
    align-items: center;
    pointer-events: none;
}

#popuplayer #feedback-popup {
    pointer-events: all;
    min-width: 420px;
    background-color: #141e8c;
    color: white;
    border-radius: 0.3rem;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
    padding: 1rem 2rem 1.5rem;
    position: relative;
}

#popuplayer #feedback-popup #feedback-form .h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 2rem 0.67em 0;
}

#popuplayer #feedback-popup #feedback-form>div:not(.h1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.4rem 0;
}

#popuplayer #feedback-popup #feedback-form>div:not(.h1) label {
    order: 1;
}

#popuplayer #feedback-popup #feedback-form>div:not(.h1) input,
#popuplayer #feedback-popup #feedback-form>div:not(.h1) textarea {
    width: 60%;
    order: 3;
}

#popuplayer #feedback-popup #feedback-form>div:not(.h1) input[type=submit] {
    width: 100%;
}

#popuplayer #feedback-popup #feedback-form>div:not(.h1) div[data-lastpass-icon-root] {
    order: 2;
}

#popuplayer #feedback-popup #feedback-form input[type=checkbox] {
    margin: 0 0.5em 0 0;
    vertical-align: text-bottom;
}

#popuplayer #feedback-popup .results {
    margin-right: 2rem;
}

#popuplayer #feedback-popup-closebox {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1001;
    display: block;
    width: 32px;
    height: 32px;
    background: url("https://vision-center.ru/local/templates/stahiev/assets/img/closebox-white-64.png") no-repeat 0 0;
    background-size: 32px;
    cursor: pointer;
}

.accordion .accordion__item:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.accordion .accordion__title, .accordion .accordion__content {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  border: 1px solid #c7c7c7;
  border-bottom: 0;
}
.accordion .accordion__title {
  cursor: pointer;
  padding-right: 80px;
  background: url("/local/templates/stahiev/assets/img/icons-plus-100.png") no-repeat calc(100% - 15px) 50%;
  background-size: 50px;
}
.accordion .accordion__title:hover, .accordion .accordion__title.active {
  background-color: rgba(80, 170, 229, 0.03);
}
.accordion .accordion__title:hover + .accordion__content, .accordion .accordion__title.active + .accordion__content {
  background-color: rgba(80, 170, 229, 0.03);
}
.accordion .accordion__title.active {
  background-image: url("/local/templates/stahiev/assets/img/icons-minus-100.png");
}
.accordion .accordion__title h3 {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  padding: 1.7rem 1.5rem 1.3rem;
}
.accordion .accordion__content {
  display: none;
  border-top: 0;
  margin: 0;
  padding: 0 1.5rem 1.5rem;
}
.accordion .accordion__content > ul, .accordion .accordion__content p {
  margin: 0 0 1em;
}

/* -------------------------------------------------------------- */
/* 1024 - 1365 */
@media (max-width: 1365px) {

    #header,
    .cup,
    header #header nav ul li>*,
    footer {
        max-width: 900px;
    }

    header {
        z-index: 994;
    }

    header #header {
        height: 100px;
    }

    header #header #menu-button {
        display: block;
    }

    header #header #logo {
        margin-right: 0;
    }

    header #header #logo img {
        margin: 0;
    }

    header #header #font-size-menu {
        margin-right: 2rem;
    }

    header #header #top-address img {
        max-width: 220px;
        margin: 0;
    }

    header #header #top-address address p {
        font-size: 0.9rem;
    }

    header #header nav {
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        left: calc(100vw + 1px);
        z-index: 980;
        margin-top: 95px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.96);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        transition: 0.5s ease;
    }

    header #header nav>ul {
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }

    header #header nav>ul>li {
        margin: 0;
        width: 100%;
    }

    header #header nav>ul>li a,
    header #header nav>ul>li span {
        display: block;
        margin: 0 auto;
        padding: 0.7rem 1rem 0.5rem;
        text-align: center;
        border-top: 1px dotted #ddd;
        box-sizing: border-box;
    }

    header #header nav>ul>li:hover a,
    header #header nav>ul>li:hover span {
        background-color: transparent;
    }

    header #header nav>ul>li:hover span {
        color: #4d4f53;
    }

    header #header nav>ul>li>ul,
    header #header nav>ul>li:hover>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-color: transparent;
        position: static;
        margin: 0 auto;
        font-size: 1rem;
    }

    header #header nav>ul>li>ul li a,
    header #header nav>ul>li>ul li span,
    header #header nav>ul>li:hover>ul li a,
    header #header nav>ul>li:hover>ul li span {
        border-top: none;
    }

    header #header nav>ul>li>ul li:hover,
    header #header nav>ul>li:hover>ul li:hover {
        background-color: transparent;
    }

    header #header nav>ul>li>ul li:hover ul,
    header #header nav>ul>li:hover>ul li:hover ul {
        display: none;
    }

    header #header #top-phone {
        margin: 1rem;
    }

    header #header #top-phone p {
        font-size: 1.2rem;
    }

    header #header #top-phone p.feedback-link,
    header #header #top-phone p.booking-link {
        font-size: 1rem;
        letter-spacing: 0.11rem;
    }

    header #header #top-phone p.headersocial {
        margin: 0;
    }

    header #header #top-phone p.headersocial img {
        height: 1.2rem;
        margin: 0.1rem 0.8rem 0.5rem;
    }

    header.scrolled #header #top-phone {
        display: block;
    }

    header.scrolled #header #top-phone .headersocial,
    header.scrolled #header #top-phone .feedback-link,
    header.scrolled #header #top-phone .booking-link {
        display: none;
    }

    header.scrolled #header nav {
        margin-top: 59px;
    }

    main#news-item {
        margin-top: calc(95px + 1rem);
    }

    article,
    .article {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    article.review .h4,
    .article.review .h4 {
        font-size: 1.6rem;
    }

    #title {
        min-height: 600px;
    }

    #title #title_bg {
        background-size: auto 600px;
    }

    #title #title_head h1 {
        font-size: 2.4rem;
    }

    #title #title_head h2,
    #title #title_head .h2 {
        font-size: 1.3rem;
    }

    .cards .content {
        padding: 0 1rem 1rem;
    }

    .cards .content .img-container {
        margin-left: -1rem;
        width: calc(100% + 2rem);
    }

    .cards.row-items-1 .img-container[data-source] {
        height: 392px;
    }

    .cards.row-items-2 .content .img-container[data-source] {
        height: 280px;
    }

    .cards.row-items-3 .content .img-container[data-source] {
        height: 216px;
    }

    .cards.row-items-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .cards.row-items-4 .content .img-container[data-source] {
        height: 216px;
    }

    .news-item div[class*=news-] {
        min-height: 480px;
    }

    #breadcrumbs ul {
        margin-bottom: -1rem;
    }

    /* statics */
    .widepicbanner h2,
    .widepicbanner .h2 {
        font-size: 2.8rem;
    }

    .widepicbanner h3,
    .widepicbanner h4,
    .widepicbanner h5,
    .widepicbanner .h3,
    .widepicbanner .h4,
    .widepicbanner .h5 {
        font-size: 2rem;
    }

    .widepicbanner .btn {
        font-size: 1rem;
    }
}

/* 768 - 1023 */
@media (max-width: 1023px) {

    h2,
    h3,
    .h2,
    .h3 {
        font-size: 1.5rem;
    }

    p,
    li {
        font-size: 1.1rem;
    }

    .narrow {
        width: 100%;
    }

    #header,
    header #header nav ul li>*,
    .cup,
    footer {
        max-width: 600px;
    }

    header #header #top-phone {
        margin-left: 1rem;
    }

    header #header #font-size-menu {
        margin-right: 1rem;
    }

    header #header #top-address img {
        max-width: 200px;
    }

    header #header #top-address address {
        display: none;
    }

    #title {
        min-height: 480px;
    }

    #title #title_bg {
        background-size: auto 480px;
    }

    #title #title_head .narrow {
        margin-right: 50px;
        padding: 20px 49px 0;
        width: calc(100% + 98px);
        box-sizing: border-box;
    }

    .cards.row-items-1 .content .img-container[data-source] {
        height: 320px;
    }

    .cards.row-items-3,
    .cards.row-items-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards.row-items-2 .content .img-container[data-source] {
        height: 216px;
    }

    .flex-half {
        flex-wrap: wrap;
    }

    .flex-half .flex-half-cont {
        width: 100%;
    }

    .flex-half .flex-half-cont.third-cont {
        width: 100%;
        margin: 1rem 0;
    }

    .news-item {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-item div[class*=news-] {
        min-height: 340px;
    }

    .news-item .news-text>div {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .news-item .news-text>div h1 {
        font-size: 1.5rem;
    }

    footer {
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    footer nav ul li {
        display: block;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
        font-size: 0.9rem;
    }

    footer nav ul li::before {
        display: none;
    }

    footer nav ul li a {
        display: inline-block;
        padding: 0.4rem 0;
    }

    footer .social {
        margin: 0;
    }

    footer .social a {
        margin: 0 0 0 0.4rem;
    }

    .owl-carousel.owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }

    /* statics */
    #form-container,
    .widepicbanner {
        padding: 5rem 0;
        height: auto;
        min-height: 440px;
        box-sizing: border-box;
    }

    .widepicbanner.halfpic {
        margin: 3rem 0;
    }

    .widepicbanner.brightbg .flex-half-cont {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 1rem 3rem;
    }
}

/* 420 - 767 */
@media (max-width: 767px) {

    #header,
    header #header nav ul li>*,
    .cup,
    footer {
        max-width: 280px;
    }

    header #header {
        height: 64px;
    }

    header #header #logo img {
        width: 32px;
        height: 32px;
    }

    header #header #font-size-menu {
        display: none;
        margin: 0;
    }

    header #header #top-phone,
    header.scrolled #header #top-phone {
        display: none;
    }

    header #header #top-address {
        flex-grow: 1;
        text-align: right;
    }

    header #header #top-address img {
        max-width: 160px;
    }

    header #header nav {
        margin-top: 59px;
    }

    header #header nav>ul>li>* {
        max-width: calc(100% - 4rem);
    }

    header #header nav>ul>li>ul,
    header #header nav>ul>li:hover>ul {
        display: block;
    }

    main#news-item {
        margin-top: calc(59px + 1rem);
    }

    #title #title_head h1 {
        font-size: 1.8rem;
    }

    #title #title_head h2,
    #title #title_head .h2 {
        font-size: 1rem;
    }

    .cards.row-items-1 .img-container[data-source] {
        height: 260px;
    }

    .cards.row-items-2,
    .cards.row-items-3,
    .cards.row-items-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    #form-container form button,
    #form-container form input[type=text],
    #form-container form input[type=tel] {
        width: 100%;
        margin: 2px 0;
    }

    .paging {
        font-size: 1.1rem;
    }

    .paging li * {
        margin: 0 0.1rem;
    }

    .tabs .tabs-caption {
        flex-wrap: wrap;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .tabs .tabs-caption li {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-top: -1px;
        border-radius: 0 !important;
    }

    .tabs .tabs-caption li.active {
        margin-bottom: 1px;
        margin-right: 0;
    }

    article.review .h4,
    .article.review .h4 {
        font-size: 1.3rem;
    }

    body.vis header #header #font-size-menu {
        display: block;
    }

    body.vis header #header #top-address {
        display: none;
    }

    body.vis header #header #menu-button {
        margin: 0;
    }

    #popuplayer #feedback-popup {
        min-width: 0;
        max-height: 80vh;
        overflow-y: scroll;
    }

    #popuplayer #feedback-popup #feedback-form>div:not(.h1) {
        flex-wrap: wrap;
    }

    #popuplayer #feedback-popup #feedback-form>div:not(.h1) input,
    #popuplayer #feedback-popup #feedback-form>div:not(.h1) textarea {
        width: 100%;
    }

    /* statics */
    #form-container,
    .widepicbanner {
        min-height: 35vh;
        margin: 3rem 0;
    }

    #form-container h2,
    #form-container .h2,
    .widepicbanner h2,
    .widepicbanner .h2 {
        font-size: 1.6rem;
    }

    #form-container h3,
    #form-container h4,
    #form-container h5,
    #form-container .h3,
    #form-container .h4,
    #form-container .h5,
    .widepicbanner h3,
    .widepicbanner h4,
    .widepicbanner h5,
    .widepicbanner .h3,
    .widepicbanner .h4,
    .widepicbanner .h5 {
        font-size: 1.4rem;
    }

    .halfpic .flex-half .flex-half-cont[data-source] {
        min-height: 216px;
    }

    /* yclients */
    .yButtonWave {
        display: none;
    }

  .accordion .accordion__title, .accordion .accordion__content {
    font-size: 1.3rem;
  }
  .accordion .accordion__title {
    padding-right: 50px;
    background-size: 32px;
    background-position: calc(100% - 10px) 50%;
  }
  .accordion .accordion__title h3 {
    padding: 0.7rem 1rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .accordion .accordion__content {
    padding: 0 1rem 1rem;
  }

}

/* 0 - 419 */
@media (max-width: 419px) {
    body {
        padding: 0 2rem;
    }

    .cup,
    footer {
        max-width: 100%;
    }

    header #header {
        max-width: calc(100% - 4rem);
    }

    .mob-margin,
    #title {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
        width: calc(100% + 4rem) !important;
        max-width: calc(100% + 4rem) !important;
    }

    .mob-margin .cup {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #title {
        min-height: 360px;
    }

    #title .cup {
        width: calc(100% - 4rem);
    }

    #title #title_bg {
        background-size: auto 360px;
    }

    #title #title_head .narrow {
        width: calc(100% + 2rem);
        padding: 1rem 1rem 0;
        margin: 0 -1rem;
        box-sizing: border-box;
    }

    .cards.row-items-2 .content .img-container[data-source],
    .cards.row-items-3 .content .img-container[data-source],
    .cards.row-items-4 .content .img-container[data-source] {
        height: calc(70vw - 2rem);
    }

    .owl-carousel.owl-theme {
        margin: 2rem 0 100px;
        width: 100%;
    }

    /* statics */
    #main-chapters .cards .content .img-container[data-source],
    #staff .cards .content .img-container[data-source] {
        height: 100vw;
    }

    #brand-logos .cards.row-items-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
    }

    #brand-logos .cards.row-items-4 .content .img-container[data-source] {
        height: calc(45vw - 2rem);
    }
}

/* 1921 - ... */
@media (min-width: 1921px) {
    #title #title_bg {
        background-size: 100% auto;
        background-position: bottom;
    }
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/stahiev/assets/owlcarousel/assets/owl.carousel.min.css?16492603443351 */
/* /local/templates/stahiev/assets/owlcarousel/assets/owl.theme.opticdias.css?16492603441402 */
/* /local/templates/stahiev/assets/css/twentytwenty.css?16492603446014 */
/* /local/templates/stahiev/assets/css/style.css?169692923036336 */

/*
     FILE ARCHIVED ON 23:39:18 Nov 23, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:20:18 Aug 06, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.569
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 19.936
  LoadShardBlock: 80.347 (3)
  PetaboxLoader3.datanode: 191.375 (5)
  load_resource: 703.788
  PetaboxLoader3.resolve: 383.136
  loaddict: 231.634
*/
/* End */
/* /local/templates/stahiev/assets/css/all_styles.css?175646390955512 */
