body.compensate-for-scrollbar {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

.no-hover:hover,
.no-hover:active {
    text-decoration: none;
    cursor: default;
    color: #111;
}
.bg-blue{
    background: rgba(183, 224, 255, .5);
}
.bg-full-blue{
    background: #315EFB;
}
.wrapper-table tr th{
    padding: 30px 15px;
}
.wrapper-table th{
    font-size: 20px !important;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    border: 1px solid rgba(0,0,0,0.1);
}
.wrapper-table .bg-full-blue  th{
    color: #FFF !important;
}
.h1-text{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 130% */
    color: #2B2B2B;
    text-align: center;
}
.no-hover.white:hover,
.no-hover.white:active {
    text-decoration: none;
    cursor: default;
    color: #fff;
}

#button-up {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 30px;
    padding: 15px 18px;
    border-radius: 50%;
    transition: .3s;
    z-index: 9999;
}

#button-up:hover {
    cursor: pointer;
    background-color: #315efb;
    transition: .3s;
}

a:hover {
    cursor: pointer;
}

.fancybox-active {
    height: auto;
}

.bottle-img {
    margin-top: -33px;
}

.bottle-quality-img {
    margin-top: -83px;
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

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

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

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

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

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

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

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

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

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

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

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

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

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

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

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

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

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

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

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

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

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

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

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

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

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

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

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

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

input.warningInputs {
    border: 1px solid red !important;
    transition: all .3s ease-in-out;
}

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

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

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

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

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

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

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

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

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

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

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

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

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

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

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

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

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

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

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

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

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

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

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

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

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

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 10px 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0;
}

.slick-next {
    right: 0;
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto;
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.button-swiper-section {
    margin-top: 20px;
    width: 100vw;
    display: flex;
    justify-content: center;
}

.swiper-button-prev-unique {
    margin-right: 10px;
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #209FFF;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #209FFF;
    font-weight: 500;
    font-size: 24px;
}

.slick-partners .slick-dots {
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    margin-bottom: 2rem;
}

.slick-partners .slick-dots li.slick-active button {
    background: #156bad;
}

.slick-partners .slick-dots li button {
    background: #209FFF;
    border-radius: 50%;
    margin-left: 10px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

@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/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+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 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-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-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

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

.swiper-pointer-events.swiper-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-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-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-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-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-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-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-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-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

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

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    /*margin: 0;*/
    padding: 0;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd,
a {
    color: inherit;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
}

ul[class] {
    list-style: none;
}

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

input,
button,
textarea,
select {
    font: inherit;
    outline: none;
    border: none;
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
    font-family: "Montserrat", "Aria", serif;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 1.3;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}

:focus,
:active {
    outline: none;
}

body.active {
    overflow: hidden;
}

button {
    cursor: pointer;
    padding: 0;
    background: transparent;
}

.header__top {
    background: #333;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 555;
}

.header__top-nav {
    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;
}

.header__top-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top-contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 14px;
}

.header__top-contact.header__top-phone a,
.footer-bottom a.footer_phone,
.footer__nav a.footer_phone {
    color: #52a1ff;
}

.header__top-contact a img {
    margin-right: 8px;
}

.header__top-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top-social {
    margin-right: 15px;
}

.header__top-social:last-of-type {
    margin-right: 0;
}

.header__top-social a img {
    weight: 24px;
    height: 24px;
}

.header__low {
    -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 48px;
    background: #fff;
    z-index: 555;
}

.header__low-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 9px;
}

.header__low-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    color: #575757;
}

.header__low-link {
    margin-right: 25px;
}

.header__low-link:last-of-type {
    margin-right: 0;
}

.banner {
    background: #f6f7f8;
}

.banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 49px 0 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.banner__info-wrapper {
    max-width: 669px;
}

.banner__info-title-wrapper {
    padding-left: 85px;
}

.banner__info-title-wrapper .callback-btn-header {
    background: #315efb;
    border-radius: 3px;
    color: #fff;
    padding: 10px 35px;
    font-size: 18px;
    margin-bottom: 19px;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 999;
}

.banner__info-title-wrapper .count-ts__form-btn {
    position: relative;
    z-index: 999;
    background: #315efb;
    opacity: 1;
}

.banner__info-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 25px;
}

.banner__info-sub-title {
    font-weight: 600;
    font-size: 32px;
    color: #23539c;
    margin-bottom: 35px;
}

.banner__info-advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    /*margin-bottom: 25px;*/
    margin-bottom: 60px;
}

.banner__info-advantage-list:last-of-type {
    margin-bottom: 56px;
}

.banner__info-advantage-list img {
    margin-right: 25px;
}

.banner__form {
    padding-left: 85px;
}

.banner__form a {
    max-width: 470px;
    text-align: center;
    display: block;
}

.banner__form a img {
    margin: 0 auto;
}

.banner__form-info {
    text-align: center;

    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    gap: 30px;
}

.banner__form-wrapper {
    background: #fff;
    border-radius: 7px;
    padding: 40px 48px 19px;
    margin-bottom: 31px;
}

.banner__form-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 27px;
}

.banner__form-inp {
    width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #dadada;
    border-radius: 3px;
    padding: 8px 0 9px 16px;
}

.banner__form-inp::-webkit-input-placeholder {
    font-weight: 600;
    color: #999999;
}

.banner__form-inp::-moz-placeholder {
    font-weight: 600;
    color: #999999;
}

.banner__form-inp:-ms-input-placeholder {
    font-weight: 600;
    color: #999999;
}

.banner__form-inp::-ms-input-placeholder {
    font-weight: 600;
    color: #999999;
}

.banner__form-inp::placeholder {
    font-weight: 600;
    color: #999999;
}

.banner__form-btn {
    background: #315efb;
    border-radius: 3px;
    color: #fff;
    padding: 10px 35px;
    font-size: 18px;
    margin-bottom: 19px;
}

.banner__form-agreement {
    font-size: 12px;
    color: #999999;
}

.view-nonfreez {
    background: url("../img/water-bg.jpg") no-repeat bottom/cover;
    padding: 144px 0 379px;
    text-align: center;
}

.view-nonfreez__titel {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}

.view-nonfreez__content {
    font-size: 30px;
    max-width: 828px;
    margin: 0 auto;
}

.quality {
    background: url("../img/quality-bg.png") no-repeat right/contain, #f6f7f8;
    padding: 115px 0 0;
    background-position: bottom 20px right 0;
}

.quality .container {
    max-width: 1193px;
}

.quality__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 78px;
    font-size: 30px;
}

.quality__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quality__img-wrapper {
    max-width: 423px;
    max-height: 747px;
}

.quality__content-text-block {
    padding: 62px 77px 63px 78px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    max-width: 627px;
    margin-right: 123px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 57px;
}

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

.quality__content-text-block p:last-of-type {
    margin-bottom: 0;
}

.quality__content-item:nth-of-type(2n-1) {
    padding-right: 90px;
}

.quality__content-item img {
    display: inline;
}

.quality__alg-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.quality__alg-center p {
    font-weight: 500;
    font-size: 20px;
}

.quality__alg-center img {
    margin-right: 15px;
}

/*.quality__content-table {*/
/*    margin-bottom: 57px;*/
/*}*/

.quality__content-btn {
    max-width: 627px;
    width: 100%;
    background: #315efb;
    border-radius: 3px;
    padding: 13px 0 14px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
}

.quality__content-btn:hover {
    color: #fff;
    text-decoration: none;
}

.certificates {
    padding: 97px 0 98px;
}

.certificates__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 31px;
}

.certificates__title img {
    margin-right: 15px;
}

.certificates__block-wrapper {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    gap: 20px;
}

.certificates__block {
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 1 452px;*/
    /*flex: 0 1 452px;*/
    padding: 30px;
    background: #b7e0ff80;
    border-radius: 12px;
    /*margin: 0 11px;*/
    position: relative;
    width: 100%;
}

.certificates .certificates__block-wrapper .row .col-md-4 {
    padding: 0 11px;
}

.certificates__block-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
}

.certificates__block p:not([class]) {
    font-size: 18px;
    margin-bottom: 30px;
}

.certificates__block-btn {
    padding: 10px 15px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    background: #315efb;
    border-radius: 3px;
}

.certificates__block-img {
    position: absolute;
    bottom: -73px;
    right: -73px;
}

.delivery__title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.delivery__content-wrapper {
    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;
}

.delivery__content-text-wrapper {
    max-width: 617px;
}

.delivery__content-text-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.delivery__content-text-title span {
    color: #23539c;
}

.delivery__content-title-list span {
    font-weight: 600;
}

.delivery__content-title-list {
    font-size: 18px;
    margin-bottom: 24px;
}

.delivery__content-item {
    margin-bottom: 24px;
}

.delivery__content-list {
    margin-bottom: 24px;
    list-style: disc inside !important;
}

.delivery__content-text {
    font-size: 18px;
}

.count-ts {
    background: url("../img/countts-bg.jpg") no-repeat center/cover;
    padding: 151px 0 105px;
}

.count-ts__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 41px;
}

.count-ts__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
}

.count-ts__content {
    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;
}

.count-ts__content-count-title {
    max-width: 242px;
    margin-bottom: 56px;
    height: 56px;
}

.count-ts__line {
    background: #d9d9d980;
    width: 1px;
    height: 268px;
    margin: 0 102px;
}

.count-ts__content-count {
    margin-bottom: 30px;
    font-weight: 900;
}

.count-ts__sub-form-title {
    font-size: 18px;
    max-width: 618px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 56px;
}

.count-ts__form-block {
    max-width: 1171px;
    width: 100%;
    background: #e9f3fe;
    -webkit-box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 50px 74px;
    margin: 0 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: center;
    -ms-flex-align: center;
    align-items: center;
}

.count-ts__form-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.count-ts__form-btn {
    padding: 10px 92px;
    background: #315efb;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
}

.production {
    background: url("../img/production-bg.jpg") no-repeat center/cover;
    padding: 68px 0 93px;
    -webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.15);
}

.production__block-wrapper {
    background: #ffffff99;
    border-radius: 20px;
    margin: 0 auto;
    padding: 73px 74px 69px;
}

.production__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.production__sub-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    max-width: 538px;
    margin: 0 auto;
    margin-bottom: 62px;
}

.production__sub-title span {
    font-weight: 700;
    color: #23539c;
    font-size: 24px;
}

.production__sub-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.production__block-wrapper {
    max-width: 927px;
}

.production__sub-block-wrapper-mb {
    margin-bottom: 112px;
}

.production__sub-block {
    background: #fff;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 299px;
    flex: 0 1 299px;
    border-radius: 10px;
    padding: 34px 8px;
}

.production__sub-block-num {
    background: #23539c;
    border-radius: 12px;
    color: #fff;
    padding: 10px 18px;
    position: absolute;
    top: -22px;
}

.production__sub-block-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.production__sub-block-title span {
    color: #23539c;
}

.production__sub-block-text {
    font-size: 18px;
}

.production__sub-block-undr-line {
    width: 1px;
    height: 48px;
    background: #2b2b2b;
    position: absolute;
    bottom: -69px;
}

.production__sub-block-line {
    width: 125px;
    height: 1px;
    background: #2b2b2b;
    -ms-flex-item-align: center;
    align-self: center;
}

.products {
    padding: 111px 0 548px;
    background: url("../img/products-bg.jpg") no-repeat center/cover;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.products__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
}

.products__sub-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.products__sub-title-text {
    color: #000;
    font-size: 20px;
    margin: 0 auto;
    max-width: 652px;
    text-align: center;
    margin-bottom: 35px;
}

.products__btn {
    padding: 10px 153px;
    background: #315efb;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.count-ts__form-btn,
.products__btn,
.questions__form .questions__form-btn {
    font-size: 20px;
    font-weight: 900;
}

.partner__btn {
    padding: 10px 20px;
    background: #315efb;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.blog {
    padding: 150px 0 0;
}

.blog__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.tabs__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999999;
    margin-bottom: 75px;
}

.tabs__link {
    border: 1px solid #dedede;
}

.tabs__link.ui-state-active a {
    color: #fff !important;
}

.tabs__link.ui-state-active a {
    color: #fff !important;
}

.tabs__link a {
    display: block;
    padding: 13px 25px;
}

.tabs__link a:hover {
    text-decoration: none;
}

.tabs__link a:focus {
    outline: none;
    text-decoration: none;
}

.tabs__link:first-of-type {
    border-radius: 7px 0px 0px 7px;
}

.tabs__link:last-of-type {
    border-radius: 0px 7px 7px 0px;
}

.tabs__gallary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.tabs__gallary-item {
    width: 370px;
}

.tabs__gallary-item:nth-child(2) {
    height: 256px;
    margin-top: -15px;
}

.tabs__gallary-item:nth-child(1) {
    height: 448px;
}

.tabs__gallary-item:nth-child(3) {
    height: 352px;
}

.tabs__gallary-item:nth-child(4) {
    height: 352px;
}

.tabs__gallary-item:nth-child(5) {
    height: 608px;
    position: relative;
    margin-top: -200px;
}

.tabs__gallary-item:nth-child(6) {
    height: 448px;
    margin-top: -95px;
}

.tabs__gallary-wrapper {
    margin: 0 auto;
}

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

.ui-state-active {
    background: #0076ff;
    color: #fff;
}

.partners {
    padding: 73px 0 74px;
    background: #f4faff;
}

.partners__block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 345px;
    flex: 0 1 345px;
    margin-bottom: 60px;
}

.partners__block-wrapper:last-of-type {
    margin-bottom: 0;
}

.partners__title-wrapper {
    margin-bottom: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__title {
    font-weight: 700;
    font-size: 30px;
    max-width: 162px;
    margin-right: 238px;
}

.partners__sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #999;
    max-width: 370px;
}

.partners__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__block img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-right: 16px;
}

.partners__block-title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 2px;
}

.partners__block-sub-title {
    font-weight: 600;
    font-size: 18px;
    color: #999;
    margin-bottom: 10px;
}

.partners__block-socials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews {
    background: url("../img/reviews-bg.svg") no-repeat center/cover;
    padding: 114px 0 199px;
}

.reviews__title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.reviews__sub-title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.reviews__slide {
    padding: 25px 20px 36px;
    max-width: 389px;
    background: #fff;
    border: 1px solid #eeeeee;
    color: #999;
    border-radius: 7px;
}

.reviews__text {
    margin-bottom: 36px;
    font-size: 18px;
}

.reviews__member-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__img {
    /* background: url("../img/ava-g.png") no-repeat center; */
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-size: cover;
    border-radius: 50%;
}

.reviews__name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    color: #000;
}

.reviews__post {
    font-size: 12px;
    font-weight: 700;
}

.reviews__work {
    font-size: 12px;
    font-weight: 700;
}

.reviews__slide.active {
    background: #0076ff;
    border-radius: 7px;
    color: #fff;
    border: none;
}

/* .reviews__slide.active .reviews__img {
    background: url("../img/ava-b.png") no-repeat center;
} */

.reviews__slide.active .reviews__name {
    color: #fff;
}

.reviews__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.questions {
    padding: 97px 0 98px;
    background: #f5f5f5;
}

.questions__title {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    margin-bottom: 68px;
}

.questions__form {
    margin-bottom: 13px;
}

.questions__form-inp {
    max-width: 330px;
    width: 100%;
    margin-right: 24px;
    padding: 8px 16px 9px;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
}

.questions__form-inp:last-of-type {
    margin-right: 15px;
}

.questions__form-inp::-webkit-input-placeholder {
    color: #999;
}

.questions__form-inp::-moz-placeholder {
    color: #999;
}

.questions__form-inp:-ms-input-placeholder {
    color: #999;
}

.questions__form-inp::-ms-input-placeholder {
    color: #999;
}

.questions__form-inp::placeholder {
    color: #999;
}

.questions__form-btn {
    padding: 8px;
    background: #315efb;
    margin-top: 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}

.questions__required {
    font-size: 12px;
    color: #999;
}

.footer {
    padding: 28px 0 47px;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.footer__nav-name {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin-bottom: 25px;
}

.footer__nav-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.footer__nav-contacts img {
    margin-right: 21px;
}

.footer__nav-sub-title {
    font-weight: 600;
    color: #000;
}

.footer__nav-sub-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__nav-sub-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 70px;
}

.footer__nav-sub-block a {
    margin-bottom: 20px;
    color: #999999;
    font-weight: 500;
}

.footer__nav-sub-block a img {
    weight3: 64px;
    height: 64px;
}

.footer__nav-sub-block-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.footer-bottom {
    background: #eeeeee;
    padding: 40px 0 45px;
}

.footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom__title {
    font-weight: 600;
    font-size: 18px;
}

.footer-bottom__contacts a {
    color: #000;
    margin-right: 15px;
}

.footer-bottom__contacts a:last-of-type {
    margin-right: 0;
}

.header__low__mobile {
    display: none;
}

.modal-dialog .close {
    margin-top: 10px;
    margin-right: 10px;
    z-index: 5;
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 35px;
}

.modal-dialog .popup_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    color: #23539C;
    width: 70%;
    margin: 20px auto 0;
}

.modal-dialog form {
    width: 70%;
    margin: 30px auto 0;
}

.modal-dialog form label {
    width: 100%;
}

.modal-dialog form input[type=text] {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.modal-dialog form textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 20px;
    max-width: 100%;
    min-width: 100%;
}

.modal-dialog form .questions__form-btn {
    padding: 8px;
    background: #315efb;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 30px;
    display: block;
}

.main-form__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.main-form__checkbox + label::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #98B6D5;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-color: #E4F2FF;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-form__checkbox:checked + label::before {
    background-image: url(../img/checked.svg);
}

.degree__boxes {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.main-form__checkbox + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.label__checkbox .main-form__checkbox + label {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.microanimation__before {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.75s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.75s ease-out;
    -o-transition: opacity 0.5s ease-out, transform 0.75s ease-out;
    transition: opacity 0.5s ease-out, transform 0.75s ease-out;
    transition: opacity 0.5s ease-out, transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
    opacity: 0;
}

.microanimation__after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.minimized {
    cursor: pointer;
}

#magnify {
    display: none;
    position: fixed;
    max-width: 70%;
    max-height: 80vh;
    z-index: 100001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#magnify img {
    width: 100%;
    max-height: 80vh;
    border-radius: 10px;
    object-fit: contain;
}

#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 100000;
}

#close-popup {
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
}

#close-popup i {
    width: 20px;
    height: 20px;
    background: url('/static/img/close.png') no-repeat center center;
    background-size: 20px 20px;
    display: block;
    filter: invert(1);
}

@media (max-width: 920px) {
    .partner__btn {
        margin: 0;
    }

    .quality__img-wrapper {
        display: none;
    }

    .quality__content-text-block {
        margin-right: 0px;
        padding: 15px 25px;
        font-size: 16px;
    }

    .quality {
        background: none;
    }

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

    .tabs__gallary {
        grid-template-columns: repeat(auto-fit, minmax(250px, auto));
        gap: 10px;
    }

    .tabs__gallary-item:nth-child(2),
    .tabs__gallary-item:nth-child(5),
    .tabs__gallary-item:nth-child(6) {
        margin: 0;
    }

    .tabs__gallary-item img {
        width: 100%;
    }

    .tabs__gallary-item {
        width: 100%;
    }

    .tabs__gallary-item:nth-child(1),
    .tabs__gallary-item:nth-child(2),
    .tabs__gallary-item:nth-child(3),
    .tabs__gallary-item:nth-child(4),
    .tabs__gallary-item:nth-child(5),
    .tabs__gallary-item:nth-child(6) {
        height: 100%;
    }

    .tabs__links {
        flex-wrap: wrap;
        gap: 10px;
        border-radius: 10px;
    }

    .tabs__link,
    .tabs__link:first-of-type,
    .tabs__link:last-of-type {
        border-radius: 10px;
    }

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

    .delivery__content-wrapper img {
        width: 70%;
    }

    .delivery__content-text-wrapper {
        text-align: center;
        padding: 0 20px;
    }

    .header__low {
        display: none;
    }

    .header__low__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0;
        -webkit-box-shadow: 0 0 6px -1px;
        box-shadow: 0 0 6px -1px;
        position: sticky;
        top: 48px;
        background: #fff;
        z-index: 555;
    }

    .header__low__mobile .menu_burger {
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__low__mobile .menu_burger img {
        height: 45px;
    }

    .header__low__mobile .mobile_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .header__low__mobile .mobile__menu {
        position: absolute;
        width: 100%;
        background: #fff;
        height: calc(100vh - 118px);
        top: 70px;
        opacity: 0.98;
        display: none;
    }

    .header__low__mobile ul {
        width: 100%;
        text-align: center;
    }

    .header__low__mobile ul li {
        padding: 22px 0;
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .partner__btn {
        margin: 0 auto;
    }

    .header__top-contacts {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__top-contact a {
        font-size: 11px;
    }

    /* .header__low {
        display: none;
    } */
    .banner__info-wrapper {
        max-width: 100%;
    }

    .banner__info-title-wrapper {
        padding: 0;
    }

    .banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner__wrapper .banner__img img {
        position: absolute;
        z-index: 0;
        opacity: 0.15;
        left: 0;
    }

    .banner__info-title {
        font-size: 25px;
    }

    .banner__info-sub-title {
        font-size: 25px;
    }

    .banner__info-advantage-list {
        font-size: 18px;
    }

    .banner__form {
        padding: 0;
    }

    .banner__form .banner__form-info {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: center;
    }

    .view-nonfreez {
        padding: 35px 0 130px;
    }

    .view-nonfreez__titel {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .view-nonfreez__content {
        font-size: 20px;
        background: rgba(255, 255, 255, 0.7);
    }

    .quality {
        padding: 30px 0;
        background: none;
    }

    .quality__title {
        margin-bottom: 30px;
    }

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

    .quality__content-text-block {
        margin-right: 0px;
        padding: 15px 25px;
        font-size: 16px;
    }

    .quality__content-item:nth-of-type(2n-1) {
        padding-right: 15px;
    }

    .quality__alg-center p {
        font-size: 15px;
        text-align: center;
    }

    .quality__img-wrapper {
        display: none;
    }

    .certificates {
        padding: 25px 0;
    }

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

    .certificates__block {
        padding: 15px;
        width: 100%;
        margin: 0 0 10px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        text-align: center;
    }

    .certificates__block-img {
        display: none;
    }

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

    .delivery__content-wrapper img {
        width: 70%;
    }

    .delivery__content-text-wrapper {
        text-align: center;
        padding: 0 20px;
    }

    .count-ts__content-count-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .count-ts__content-wrapper {
        font-size: 17px;
    }

    .count-ts__line {
        display: none;
    }

    .count-ts__content {
        width: 50%;
    }

    .count-ts__form-block {
        padding: 20px 30px;
    }

    .delivery {
        padding: 40px 0;
        background: #eee;
    }

    .count-ts__form-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .count-ts {
        padding: 50px 0;
    }

    .production {
        background: #eeeeee;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    .production__block-wrapper {
        padding: 20px;
    }

    .production__sub-block-wrapper-mb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .production__sub-block-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .production__sub-block {
        margin-bottom: 50px;
    }

    .production__sub-block-undr-line,
    .production__sub-block-line {
        display: none;
    }

    .products {
        padding: 50px 0;
        background: none;
    }

    .partners {
        padding: 40px 0;
    }

    .partners .partners__title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners .partners__title {
        max-width: inherit;
        margin-right: 0;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .partners .partners__sub-title {
        text-align: center;
    }

    .slick-partners .slick-dots {
        bottom: -60px;
    }

    /*.partners__block-wrapper {*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column;*/
    /*    padding: 0 20px;*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*.partners__block-wrapper .partners__block {*/
    /*    margin-bottom: 15px;*/
    /*}*/
    /*.partners__block-wrapper .partners__block > img {*/
    /*    width: 90px;*/
    /*    margin-right: 30px;*/
    /*}*/
    /*.partners__block-wrapper .partners__block .partners__block-title {*/
    /*    font-weight: 500;*/
    /*    font-size: 20px;*/
    /*}*/
    /*.partners__block-wrapper .partners__block .partners__block-sub-title {*/
    /*    font-weight: 600;*/
    /*    font-size: 15px;*/
    /*}*/
    /*.partners__block-wrapper .partners__block .partners__block-socials-wrapper img {*/
    /*    width: 25px;*/
    /*    margin-right: 15px;*/
    /*}*/
    .reviews {
        padding: 30px 0;
        background: none;
    }

    .questions {
        padding: 30px 20px;
    }

    .questions .questions__title {
        margin-bottom: 20px;
    }

    .questions .questions__form-inp {
        max-width: inherit;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .questions .questions__form-btn {
        width: 100%;
    }

    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__nav .footer__nav-logo img {
        width: 50%;
    }

    .footer__nav .footer__nav-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__nav .footer__nav-name {
        display: none;
    }

    .footer__nav .contact_list {
        display: none;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .degree__boxes {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

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

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

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

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