

/* Start:/local/templates/terpak/js/fancybox/jquery.fancybox.css?177935087117390*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.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;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    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: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .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;
    transition: opacity .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;
    transform: translateZ(0);
    z-index: 99994;
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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 {
    animation-timing-function: cubic-bezier(.5, 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;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

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

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

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

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

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

.fancybox-image,
.fancybox-spaceball {
    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%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .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;
}

/* Fix IE11 */
.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);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .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;
}

/* Navigation arrows */

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

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    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: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

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

.fancybox-caption__body {
    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;
}

/* Loading indicator */

.fancybox-loading {
    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: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-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: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.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;
    transition: all .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%;
}

/* Thumbs */

.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;
    box-shadow: inset 0 0 6px rgba(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, .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;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/terpak/js/swiper/swiper.min.css?177935087113667*/
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@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-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/terpak/js/formstyler/jquery.formstyler.css?17793508712175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/terpak/terpak.css?177935087189900*/
@font-face {
  font-family: "TT Travels";
  src: url("/local/templates/terpak/fonts/TTTravels-Regular.eot");
  src: local("TT Travels"), url("/local/templates/terpak/fonts/TTTravels-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/terpak/fonts/TTTravels-Regular.woff") format("woff"), url("/local/templates/terpak/fonts/TTTravels-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels";
  src: url("/local/templates/terpak/fonts/TTTravels-Medium.eot");
  src: local("TT Travels Medium"), url("/local/templates/terpak/fonts/TTTravels-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/terpak/fonts/TTTravels-Medium.woff") format("woff"), url("/local/templates/terpak/fonts/TTTravels-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TT Travels";
  src: url("/local/templates/terpak/fonts/TTTravels-Bold.eot");
  src: local("TT Travels Bold"), url("/local/templates/terpak/fonts/TTTravels-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/terpak/fonts/TTTravels-Bold.woff") format("woff"), url("/local/templates/terpak/fonts/TTTravels-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TPOpticianDisplay";
  src: url("/local/templates/terpak/fonts/TPOpticianDisplay.eot");
  src: url("/local/templates/terpak/fonts/TPOpticianDisplay.eot") format("embedded-opentype"), url("/local/templates/terpak/fonts/TPOpticianDisplay.woff2") format("woff2"), url("/local/templates/terpak/fonts/TPOpticianDisplay.woff") format("woff"), url("/local/templates/terpak/fonts/TPOpticianDisplay.ttf") format("truetype"), url("/local/templates/terpak/fonts/TPOpticianDisplay.svg#TPOpticianDisplay") format("svg");
}
body,
html {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "TT Travels", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

* {
  box-sizing: border-box;
  outline: none;
}

p:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #FF500F;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "TPOpticianDisplay", "TT Travels", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 24px;
}

.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
}

h4, .h4 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  margin-bottom: 8px;
}

ul.ul--sub {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #F2F6FA;
  border-radius: 8px;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
  min-width: 240px;
  position: absolute;
  margin-top: 8px;
}
ul.ul--sub:before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 100%;
}
ul.ul--sub li {
  margin: 0;
}
ul.ul--sub li a {
  display: block;
  padding: 8px 16px;
}
ul.ul--sub li a.sel, ul.ul--sub li a:hover {
  background: #F2F6FA;
}

.breadcrumbs {
  margin: 20px 0 16px;
  opacity: 0.6;
}
.breadcrumbs span, .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}

.input {
  -webkit-appearance: none;
  outline: none;
  background: #F7F5F7;
  border: 0.5px solid #DEDCDE;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 40px;
  font-family: "TT Travels", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}
.input + span {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
  padding-top: 32px;
}
.input-wrap--2 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
}
.input-wrap--2.last {
  margin-right: 0;
}
.input-wrap--3 {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.input-wrap--3.last {
  margin-right: 0;
}
.input-wrap--error .input {
  border-color: red;
}
.input-wrap--error .input + span {
  color: red;
}

.select {
  padding: 0;
  cursor: pointer;
  height: auto;
}
.select .jq-selectbox__select-text {
  padding: 11px 16px;
  position: relative;
  letter-spacing: -0.022em;
}
.select .jq-selectbox__select-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 8px;
  background: url("/local/templates/terpak/images/svg/arr-choose.svg") no-repeat center;
  background-size: contain;
  right: 14px;
  top: 20px;
}
.select .jq-selectbox__select-text:before {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  width: 42px;
  top: 3px;
  bottom: 3px;
  background: linear-gradient(270deg, #FFFFFF 75.32%, rgba(255, 255, 255, 0) 125.32%);
}
.select.opened {
  border-bottom: 0;
}
.select.opened .jq-selectbox__select-text:after {
  transform: rotate(-180deg);
}
.select .jq-selectbox__dropdown {
  left: -1px;
  right: -1px;
  background: #ffffff;
  border: 1px solid #F2F6FA;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.08);
}
.select .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
}
.select .jq-selectbox__dropdown ul li {
  padding: 8px 16px;
}
.select .jq-selectbox__dropdown ul li.sel, .select .jq-selectbox__dropdown ul li:hover {
  background-color: #efefef;
}

textarea.input {
  height: auto;
  min-height: 104px;
}

.check {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  outline-offset: 0;
}
.check + span {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
}
.check-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0 0 32px;
  padding-left: 16px;
}
.check-wrap:hover .check {
  border-color: #FF500F;
}
.check .jq-checkbox__div {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 3px solid #ffffff;
  background-color: #FF500F;
  opacity: 0;
}
.check.checked {
  border-color: #FF500F;
}
.check.checked .jq-checkbox__div {
  opacity: 1;
}
.check input {
  visibility: hidden;
}
.radio {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  border: 1px solid #DEDCDE;
}
.radio-wrap {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 19px;
  cursor: pointer;
  width: 100%;
}
.radio-wrap:hover .radio {
  border-color: #FF500F;
}
.radio + span {
  display: inline-block;
  vertical-align: top;
  vertical-align: bottom;
  width: calc(100% - 21px);
  padding-left: 12px;
}
.radio .jq-radio__div {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  border: 3px solid #ffffff;
  opacity: 0;
  background-color: #FF500F;
}
.radio.checked {
  border-color: #FF500F;
}
.radio.checked .jq-radio__div {
  opacity: 1;
}

::placeholder {
  font-family: "TT Travels", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  color: #9F9F9F;
}

.agree {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 177px);
  padding-left: 23px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #9F9F9F;
  padding-top: 3px;
}

.nav {
  margin-top: 39px;
  text-align: center;
}
.nav a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  color: #9F9F9F;
  margin: 0 4px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nav a:hover {
  border-color: #FF500F;
}
.nav a.nav-next, .nav a.nav-prev {
  margin-right: 16px;
  color: #000000;
}
.nav a.nav-next:hover, .nav a.nav-prev:hover {
  border-color: transparent;
  color: #FF500F;
}
.nav a.nav-next {
  margin-left: 16px;
  padding-right: 0;
}
.nav a.active {
  color: #FF500F;
  border-color: #FF500F;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  text-align: center;
  font-family: "TT Travels", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #FF500F;
  padding: 7px 27px 7px 27px;
  cursor: pointer;
  background: #FF500F;
  font-weight: 500;
  border-radius: 8px;
}
.btn:hover {
  color: #ffffff;
  background-color: #FF500F;
  border-color: #FF500F;
}
.btn--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.btn--white:hover {
  color: #ffffff;
  background-color: #FF500F;
  border-color: #FF500F;
}
.btn--light {
  background-color: transparent;
  color: #FF500F;
}
.btn--light:hover {
  color: #FF500F;
  background-color: transparent;
  border-color: #FF500F;
}
.btn--gray {
  background-color: #F2F6FA;
  border-color: #F2F6FA;
  color: #99A6B6;
}
.btn--ful-width {
  display: block;
  width: 100%;
  margin-bottom: 39px;
}
.btn--ful-width:hover {
  color: #ffffff;
}
.btn--lightgray {
  border-color: #99A6B6;
  color: #99A6B6;
  background-color: transparent;
}
.btn--lang {
  margin-left: 24px;
  border: none;
  line-height: 40px;
  width: 40px;
  padding: 0;
}

span.btn {
  cursor: default;
}

[data-js-tab] {
  display: none;
}
[data-js-tab].active {
  display: block;
}

.tab-links {
  margin-bottom: 48px;
}
.tab-link {
  border-color: #DEDCDE;
  color: #000000;
  margin-right: 8px;
  padding: 3px 22px 3px 24px;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.tab-link:hover {
  border-color: #FF500F;
  color: #FF500F;
  background-color: transparent;
}
.tab-link.active {
  border-color: #FF500F;
}

.wrap {
  max-width: 1372px;
  margin: 0 auto;
  padding: 0 30px;
}

.page {
  display: flex;
}
.page-top h1 {
  margin: 0 0 30px;
}
.page-text {
  max-width: 865px;
  margin-bottom: 40px;
}
.page-text a:not(.btn) {
  color: #FF500F;
}
.page-text h1, .page-text .h1,
.page-text h2, .page-text .h2,
.page-text h3, .page-text .h3 {
  margin-top: 0;
}
.page-text p {
  margin: 8px 0;
}
.page-text p:first-child {
  margin-top: 0;
}
.page-left, .page-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 335px);
}
.page-left {
  width: 335px;
  padding-right: 31px;
}
.page-right {
  padding-top: 18px;
}

.col {
  display: inline-block;
  vertical-align: top;
}
.cols {
  margin: 0 -16px;
}
.col-1 {
  width: calc(100% - 32px);
  margin: 0 16px 32px;
}
.col-2 {
  width: calc(50% - 32px);
  margin: 0 16px 32px;
}
.col-3 {
  width: calc(33.333% - 32px);
  margin: 0 16px 32px;
}
.col-4 {
  width: calc(25% - 32px);
  margin: 0 16px 32px;
}
.col-5 {
  width: calc(20% - 32px);
  margin: 0 16px 32px;
}
.col-6 {
  width: calc(100% / 6 - 32px);
  margin: 0 16px 32px;
}
.col img {
  display: block;
  width: 100%;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.header-fix {
  transition: 0.3s box-shadow;
  background: #fff;
}
.header-fix.is_stuck {
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.08);
}
.header-top {
  padding: 24px 0 15px;
  position: relative;
  text-align: right;
  border-bottom: 1px solid #F3F1F3;
}
.header-top .logo {
  position: absolute;
  left: 0;
  top: 10px;
  padding-right: 199px;
  width: 392px;
}
.header-top .logo span {
  display: block;
  width: 192px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #9F9F9F;
  font-weight: normal;
  margin-top: 2px;
}
.header-contacts {
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  line-height: 1;
}
.header-contacts__sub {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: #9F9F9F;
  font-weight: normal;
}
.header-contacts a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}
.header-btn {
  margin-left: 24px;
}
.header-bot {
  position: relative;
  padding: 0;
}
.header-search {
  position: absolute;
  right: 0;
  top: 11px;
}
.header-search span {
  display: inline-block;
  vertical-align: middle;
}
.header-search button {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 0;
  background: url("/local/templates/terpak/images/svg/ico-search.svg") no-repeat center;
  cursor: pointer;
  z-index: 2;
}
.header-search input {
  width: 230px;
  position: absolute;
  top: -7px;
  right: 35px;
  max-width: none;
  display: none;
  z-index: 1;
  background-color: transparent;
}
.header-search.active input {
  display: block;
}

.logo {
  width: 155px;
}
.logo img {
  display: block;
  width: 100%;
}

.top-menu {
  padding-right: 150px;
  margin: 0 -20px;
}
.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.top-menu ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 12px 20px;
}
.top-menu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
.top-menu ul li ul li {
  display: block;
}
.top-menu ul li ul li a {
  padding: 8px 20px;
}
.top-menu ul li:hover ul {
  display: block;
}

.main {
  padding-top: 13px;
}
.main-top {
  background: #00563F;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-right: 58.5%;
  margin-top: 19px;
}
.main-top__info {
  padding: 104px 12px 112px 38px;
  color: #fff;
}
.main-top__info-title {
  color: #ffffff;
  margin: 0 0 16px;
  font-family: "TPOpticianDisplay", "TT Travels", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 56px;
}
.main-top__info-text {
  width: 100%;
  margin-bottom: 32px;
}
.main-top__info-btn {
  width: 192px;
}
.main-top__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 58.5%;
  background: no-repeat center;
  background-size: cover;
}
.main-numbers {
  margin: 0 -23px 34px 0;
  position: relative;
  min-height: 530px;
}
.main-numbers img {
  display: block;
  width: 100%;
}
.main-numbers__item {
  width: 40%;
  position: absolute;
}
.main-numbers__item-text {
  position: absolute;
  top: 67%;
  left: 53%;
  transform: matrix(1, -0.47, 0, 1, 0, 0);
  max-width: 30%;
}
.main-numbers__item-count {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: matrix(1, 0.47, 0, 1, 0, 0) translateX(-100%);
}
.main-numbers__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  padding-top: 20%;
  background: url("/local/templates/terpak/images/svg/main-count-arr.svg") no-repeat center;
  background-size: contain;
  top: 11%;
  left: 64.9%;
  z-index: 3;
}
.main-numbers__item--1 {
  position: relative;
  z-index: 0;
}
.main-numbers__item--2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.main-numbers__item--3 {
  top: 0;
  right: 0;
  z-index: 1;
}
.main-numbers__item--3:after {
  display: none;
}
.main-accessories {
  margin-bottom: 116px;
  display: flex;
}
.main-accessories .col {
  width: 33.33%;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #E5E5E5;
}
.main-accessories .col:last-child {
  border-right: none;
}
.main-accessories__img {
  padding-top: 67.6%;
  background: no-repeat center;
  background-size: contain;
}
.main-accessories__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-align: center;
}
.main-accessories__text {
  max-width: 480px;
  margin: 0 auto 24px;
}
.main-accessories__btn {
  width: 192px;
  margin: auto auto 0 auto;
}
.main-hot {
  margin-bottom: 97px;
}
.main-hot__title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0;
}
.main-hot .products-item__img {
  padding-top: 103%;
}
.main-hot .products-item__name {
  margin-bottom: 6px;
}
.main-hot .swiper-container {
  margin: 0 -16px;
  padding: 0 16px;
}
.main-hot .swiper-button {
  top: 35%;
}
.main-serv__title {
  margin-bottom: 40px;
}
.main-serv .services-item {
  padding: 88px 50% 88px 32px;
}
.main-serv .services-item__btn {
  margin-bottom: 0;
}
.main-solutions {
  margin-bottom: 96px;
}
.main-solutions__items {
  display: flex;
  flex-wrap: wrap;
}
.main-solutions__items .col {
  display: block;
  margin-bottom: 24px;
}
.main-solutions__items .col a {
  display: block;
  border-radius: 16px;
  position: relative;
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  min-height: 296px;
}
.main-solutions__items .col a span {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  position: absolute;
  bottom: 16px;
  left: 15px;
  right: 17px;
}
.main-solutions__items .col a.main-solutions__all {
  border: 2px solid #00563F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-solutions__items .col a.main-solutions__all span {
  color: #00563F;
  font-weight: 500;
  padding-right: 24px;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/local/templates/terpak/images/svg/arr-right-green.svg") no-repeat right center;
}
.main-news {
  position: relative;
  margin-bottom: 63px;
}
.main-news__title {
  margin-bottom: 40px;
}
.main-news .swiper-container {
  margin: 0 -16px;
  padding: 0 16px;
}
.main-news .swiper-button {
  top: 28%;
}
.main-news__btn {
  position: absolute;
  top: 8px;
  right: 0;
  width: 192px;
}

.body--main .feedback {
  padding-top: 120px;
  border-top: 1px solid #F3F1F3;
}
.body--main .rss {
  margin-bottom: 88px;
}
.body--main .services-item {
  margin-bottom: 36px;
}
.body--main .services-items {
  margin-bottom: 116px;
}
.body--main .marketplaces {
  margin-bottom: 42px;
}
.body--main .marketplaces h2 {
  margin-bottom: 38px;
}
.body--main .footer {
  margin-top: 0;
}

.sub-menu {
  margin-bottom: 56px;
}
.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sub-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: -1px;
  margin-right: 37px;
}
.sub-menu ul li a {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
}
.sub-menu ul li a.active {
  font-weight: 600;
  border-bottom-color: #FF500F;
}
.sub-menu ul li a:hover {
  border-bottom-color: #FF500F;
}

.certs {
  margin-bottom: 129px;
}
.certs-item {
  display: block;
  padding-top: 146.82%;
  background: no-repeat center;
  background-size: contain;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.certs-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/local/templates/terpak/images/svg/ico-zoom.svg") no-repeat center rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
.certs-item:hover:after {
  opacity: 1;
}

.feedback {
  margin-bottom: 143px;
  display: flex;
}
.feedback-form {
  padding-left: 16px;
  width: 50%;
}
.feedback-form button {
  width: 177px;
}
.feedback-title {
  margin: 0 0 16px;
}
.feedback-text {
  max-width: 528px;
}
.feedback-info {
  width: 50%;
  background: url("/local/templates/terpak/images/svg/logo-min.svg") no-repeat left bottom;
}

.socials {
  display: inline-block;
  vertical-align: top;
  margin: 0 -4px;
}
.socials a {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  background: no-repeat center;
  background-size: contain;
}
.socials a.fb {
  background: url("/local/templates/terpak/images/svg/ico-fb.svg");
}
.socials a.inst {
  background: url("/local/templates/terpak/images/svg/ico-inst.svg");
}
.socials a.vk {
  background: url("/local/templates/terpak/images/svg/ico-vk.svg");
}
.socials a.yt {
  background: url("/local/templates/terpak/images/svg/ico-yt.svg");
}

.footer {
  background: #333E48;
  padding: 39px 0 24px;
  color: #FFFFFF;
  margin-top: 197px;
  font-size: 14px;
  line-height: 24px;
}
.footer-top {
  margin-bottom: 63px;
  position: relative;
  padding-top: 99px;
}
.footer .logo {
  background: url("/local/templates/terpak/images/svg/logo-white.svg") no-repeat center;
  width: 188px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .socials .socials-title {
  font-weight: 600;
}
.footer-col {
  display: inline-block;
  vertical-align: top;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li span,
.footer-col ul li a {
  display: block;
  color: #FFFFFF;
}
.footer-col ul li span:hover,
.footer-col ul li a:hover {
  color: #FF500F;
}
.footer-col__title {
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-col__title a {
  color: #ffffff;
}
.footer-col--1 {
  width: 18%;
}
.footer-col--2 {
  width: 27%;
}
.footer-col--3 {
  width: 19%;
}
.footer-col--3 ul li a {
  opacity: 0.6;
}
.footer-col--4 {
  width: 15%;
}
.footer-col--5 {
  width: 21%;
  text-align: right;
}
.footer-bot {
  position: relative;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bot .prominado {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-bot .prominado a {
  color: #ffffff;
}
.footer-bot .copyright {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.footer-bot .policy {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}
.footer-address {
  margin-bottom: 16px;
}
.footer-phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}
.footer-phone a {
  color: #ffffff;
}
.footer-mail {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 21px;
}
.footer-mail a {
  color: #FF500F;
  border-bottom: 1px dashed;
}

.swiper-button {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url("/local/templates/terpak/images/svg/arr-right.svg") no-repeat center #FF500F;
}
.swiper-button-next {
  right: 0;
  margin-top: -15px;
}
.swiper-button-prev {
  left: 0;
  margin-top: -15px;
  transform: rotate(180deg);
}
.swiper-button:after {
  display: none;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 6px;
}
.swiper-pagination-bullet-active {
  background: #FF500F;
}

.about-top {
  margin-bottom: 49px;
}
.about-top__title {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.about-top__text {
  max-width: 620px;
}
.about-top__card {
  max-width: 562px;
  float: right;
  color: #fff;
  border-radius: 16px;
  padding: 48px 98px 48px 32px;
  background: url("/local/templates/terpak/images/svg/about-top-img.svg") no-repeat top right #00563F;
}
.about-top__card-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #fff;
  margin: 0 0 24px;
}
.about-top__card-text {
  margin-bottom: 32px;
}
.about-history {
  margin-bottom: 120px;
}
.about-history__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
.about-history__item {
  max-width: 570px;
}
.about-history .swiper-pagination {
  position: static;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.about-history .swiper-pagination-bullet {
  width: auto;
  height: auto;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.021em;
  background: none;
  font-family: "TPOpticianDisplay", "TT Travels", "Arial", sans-serif;
  font-weight: normal;
}
.about-history .swiper-pagination-bullet-active {
  color: #FF500F;
}
.about-history .swiper-buttons {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
.about-history .swiper-buttons:after {
  content: "";
  display: block;
  position: absolute;
  left: 113px;
  right: 0;
  top: 15px;
  opacity: 0.1;
  border-top: 1px solid #000000;
}
.about-history .swiper-button {
  display: inline-block;
  vertical-align: top;
  position: static;
  margin: 0 12px 0 0;
}
.about-box {
  background: #F3F1F3;
  border-radius: 16px;
  padding: 40px 32px 65px;
  margin-bottom: 118px;
}
.about-scheme--inner {
  text-align: center;
  max-width: 640px;
  margin: 100px auto 0 auto;
}
.about-scheme__title {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
}
.about-scheme__text {
  max-width: 745px;
  margin-bottom: 40px;
}
.about-scheme__img {
  padding: 50px;
  transition: 0.1s transform;
}
.about-scheme__img img {
  max-height: 50vh;
}
.about-scheme__img-holder {
  background-size: cover;
  overflow: hidden;
  margin-bottom: 80px;
}
.about-slider {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
.about-slider .swiper-slide {
  line-height: 0;
}
.about-certs {
  margin-bottom: 143px;
}
.about-certs__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 0 40px;
}
.about-certs__item {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: no-repeat center;
  background-size: contain;
  padding-top: 146.82%;
}
.about-certs .swiper-container {
  overflow: visible;
}
.about-reviews {
  margin-bottom: 98px;
}
.about-reviews__title {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.about-reviews__text {
  max-width: 528px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}
.about-reviews__items {
  margin-top: 73px;
}
.about-reviews__item {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: no-repeat center;
  background-size: contain;
  padding-top: 140%;
}
.about-reviews__btn {
  width: 192px;
}
.about-pay {
  margin-bottom: 117px;
}
.about-pay__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
}
.about-pay__text {
  max-width: 696px;
  margin-bottom: 52px;
}
.about-pay__text--orange {
  border-left: solid 3px #FF500F;
  padding-left: 27px;
}
.about-pay__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.about-pay__table table {
  border-collapse: collapse;
  width: 100%;
}
.about-pay__table-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 37px;
}
.about-pay__table-text {
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -0.2px;
}
.about-pay__table .tr, .about-pay__table tr {
  display: table-row;
  width: 100%;
}
.about-pay__table .tr:nth-child(2n+1) .td, .about-pay__table .tr:nth-child(2n+1) td, .about-pay__table tr:nth-child(2n+1) .td, .about-pay__table tr:nth-child(2n+1) td {
  background: rgba(196, 196, 196, 0.15);
}
.about-pay__table .tr:nth-child(2n+1) .td:first-child, .about-pay__table .tr:nth-child(2n+1) td:first-child, .about-pay__table tr:nth-child(2n+1) .td:first-child, .about-pay__table tr:nth-child(2n+1) td:first-child {
  border-radius: 8px 0 0 8px;
}
.about-pay__table .tr:nth-child(2n+1) .td:last-child, .about-pay__table .tr:nth-child(2n+1) td:last-child, .about-pay__table tr:nth-child(2n+1) .td:last-child, .about-pay__table tr:nth-child(2n+1) td:last-child {
  border-radius: 0 8px 8px 0;
}
.about-pay__table .td, .about-pay__table td {
  display: table-cell;
  padding: 12px 24px;
}
.about-pay__table .td:first-child, .about-pay__table td:first-child {
  width: 32.5%;
}
.about-delivery {
  padding-bottom: 72px;
  margin-bottom: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-delivery__left {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  padding-right: 24px;
}
.about-delivery__right {
  display: inline-block;
  vertical-align: top;
  width: 67.5%;
  padding-left: 24px;
}
.about-delivery__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.about-delivery__text {
  max-width: 336px;
  color: #777;
}
.about-delivery__place {
  max-width: 559px;
  margin-bottom: 32px;
}
.about-delivery__place-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: none;
  letter-spacing: 0;
}
.about-delivery__map {
  margin-top: 56px;
}
.about-delivery__map-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.about-delivery__map-text {
  max-width: 407px;
  margin-bottom: 32px;
}
.about-delivery #map {
  border-radius: 16px;
  height: 368px;
  background-color: lightgray;
}

.body--aboutIndex .main {
  overflow: hidden;
}

.video-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video-wrap--youtube {
  width: auto;
  background: whitesmoke;
}
.video-wrap--youtube img {
  margin: 0;
}
.video-wrap video {
  display: block;
  width: 100%;
}
.video-wrap iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.video-wrap .play {
  display: block;
  width: 63px;
  height: 66px;
  background: url("/local/templates/terpak/images/svg/ico-play.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviews {
  margin-bottom: 129px;
}
.reviews-item {
  display: block;
  padding-top: 146.82%;
  background: no-repeat center;
  background-size: contain;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/local/templates/terpak/images/svg/ico-zoom.svg") no-repeat center rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}
.reviews-item:hover:after {
  opacity: 1;
}

.news-filter {
  margin-bottom: 56px;
}
.news-filter .btn {
  margin-right: 8px;
}
.news-filter .btn:not(.active) {
  border-color: #DEDCDE;
}
.news-item {
  margin-bottom: 56px;
}
.news-items {
  margin-bottom: 64px;
}
.news-item__img {
  display: block;
  padding-top: 67.35%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}
.news-item__date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #9F9F9F;
  font-weight: normal;
  margin-bottom: 8px;
}
.news-item__title {
  display: block;
  margin-bottom: 8px;
}
.news-item__text {
  color: #9F9F9F;
}

.how-order {
  margin-bottom: 45px;
  margin-top: -5px;
}
.how-order__left {
  display: inline-block;
  vertical-align: top;
  width: 34.2%;
}
.how-order__left .how-order__title {
  max-width: 195px;
}
.how-order__left h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 0 24px 0;
}
.how-order__right {
  display: inline-block;
  vertical-align: top;
  width: 65.8%;
}
.how-order__right .how-order__title {
  max-width: 610px;
  margin-bottom: 37px;
}
.how-order__title {
  font-weight: normal;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
  margin: 0 0 35px;
}
.how-order__item {
  margin-bottom: 24px;
}
.how-order__item-sub {
  display: block;
}
.how-order__item-count {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
}
.how-order__card {
  background: #F3F1F3;
  border-radius: 16px;
  padding: 32px;
  min-height: 310px;
}
.how-order__card h3, .how-order__card-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.how-order__card-text {
  max-width: 328px;
  margin-bottom: 24px;
}
.how-order__card--phone a, .how-order__card .phone a {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
}
.how-order__card .mail {
  display: block;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  color: #FF500F;
  text-decoration: underline;
}

.marketplaces {
  margin-bottom: 70px;
}
.marketplaces-title {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
  margin: 0 0 45px;
}
.marketplaces-item {
  display: block;
  margin-bottom: 46px;
}
.marketplaces-item__img {
  display: block;
  padding-top: 36%;
  height: 0;
  overflow: hidden;
  background: no-repeat left bottom;
  background-size: contain;
  margin-bottom: 24px;
  filter: grayscale(1);
  opacity: 0.7;
}
.marketplaces-item__name {
  display: block;
  margin-bottom: 8px;
}
.marketplaces-item__text {
  display: block;
  color: #9F9F9F;
  margin-bottom: 8px;
}
.marketplaces-item__link {
  display: inline-block;
  vertical-align: top;
  color: #FF500F;
  border-bottom: 1px solid #FF500F;
}
.marketplaces-item:hover .marketplaces-item__img {
  filter: none;
  opacity: 1;
}
.marketplaces-item--min {
  display: inline-block;
  width: 40%;
  margin: 0 10% 20px 0;
}
.marketplaces-item--min:last-child {
  margin-bottom: 0;
}

.solutions-items {
  margin-bottom: 25px;
  margin-top: 56px;
}
.solutions-item {
  margin-bottom: 58px;
}
.solutions-item__img {
  display: block;
  padding-top: 97%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 16px;
  margin-bottom: 22px;
}
.solutions-item__name {
  display: block;
}
.solutions-slider {
  overflow: hidden;
  margin: 56px 0 120px;
}
.solutions-slider .wrap {
  max-width: 1020px;
}
.solutions-slider .swiper-container {
  overflow: visible;
}
.solutions-slider .swiper-slide {
  height: 0;
  padding-top: 50%;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.solutions-slider .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.solutions-slider .swiper-slide-active:before {
  display: none;
}
.solutions-slider .swiper-button-prev {
  left: -80px;
}
.solutions-slider .swiper-button-next {
  right: -80px;
}

.body--solutionsDetail h1 {
  max-width: 1000px;
}

.cases {
  margin-bottom: 100px;
}
.cases-title {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 56px;
}
.cases-item {
  margin: 0 -28px 120px;
}
.cases-item__img {
  display: inline-block;
  vertical-align: top;
  width: calc(61.3% - 56px);
  height: 0;
  padding-top: 30.9%;
  background: no-repeat center;
  background-size: cover;
  margin: 0 28px;
  border-radius: 16px;
}
.cases-item__info {
  display: inline-block;
  vertical-align: top;
  width: calc(38.7% - 56px);
  margin: 0 28px;
}
.cases-item--0 .cases-item__info {
  width: calc(100% - 56px);
}
.cases-item__title {
  margin-bottom: 34px;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
}
.cases-item h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "TT Travels", "Arial", sans-serif;
  text-transform: none;
  margin: 0 0 5px;
}
.cases-item p + h4 {
  margin-top: 35px;
}
.cases-item p {
  margin: 0 0 8px;
}
.cases-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cases-item ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 24px;
}
.cases-item ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: -2px;
  top: 5px;
  background-color: #000000;
}
.cases-item--1 .cases-item__text {
  max-width: 400px;
}
.cases-item--2 {
  margin-bottom: 97px;
}
.cases-item--2 .cases-item__img {
  padding-top: 36.1%;
}
.cases-item--3 .cases-item__img {
  width: calc(42.6% - 56px);
  padding-top: 25.75%;
}
.cases-item--3 .cases-item__info {
  width: calc(57.4% - 56px);
}
.cases-item--4 {
  margin: 0;
}
.cases-item--4 .cases-item__img {
  width: 100%;
  margin: 0 0 42px;
  padding-top: 36%;
}
.cases-item--4 .cases-item__info {
  width: 100%;
  margin: 0;
  padding-left: 40.3%;
  position: relative;
}
.cases-item--4 .cases-item__title {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 384px;
}
.cases-item--4 p {
  margin-bottom: 24px;
}

.clients {
  margin-bottom: 120px;
}
.clients-title {
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0;
  max-width: 652px;
  margin-bottom: 40px;
}
.clients .swiper-container {
  margin: 0 -16px 62px;
  padding: 0 26px;
}
.clients .swiper-slide {
  padding-top: 8.5%;
  background: no-repeat center;
  background-size: 90%;
  filter: grayscale(1);
  opacity: 0.7;
}
.clients .swiper-slide:hover {
  filter: none;
  opacity: 1;
}
.clients-btn {
  width: 227px;
}

.products {
  margin-bottom: 90px;
}
.products-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin: 0 0 48px;
}
.products-item__info {
  display: block;
}
.products-item__img {
  display: block;
  background: no-repeat center;
  background-size: contain;
  padding-top: 98.9%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.products-items .products-item__img:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.15) no-repeat center center url("/local/templates/terpak/./images/svg/ico-zoom.svg");
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 16px;
  transition: 0.3s opacity;
}
.products-items .products-item__img:hover:before {
  opacity: 1;
}
.products-items .nav-string {
  margin-bottom: 40px;
}
.products-item__name {
  display: block;
  margin: 8px 0 4px;
}
.products-item__name.h4 {
  margin: 8px 0 26px;
}
.products-item__art {
  display: block;
  color: #9F9F9F;
  margin-bottom: 16px;
}
.products-item__price {
  display: block;
  margin-bottom: 26px;
}
.products-item__btn {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  max-width: 200px;
  margin-bottom: 12px;
}
.products-item__like {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("/local/templates/terpak/images/svg/ico-like.svg") no-repeat center, url("/local/templates/terpak/images/svg/ico-like-active.svg") no-repeat center;
  background-size: auto, 0;
  margin-bottom: 16px;
  margin-left: 10px;
}
.products-item__like.active {
  background-size: 0, auto;
}
.products-item:hover .products-item__price {
  color: #000000;
}
.products-item:hover .products-item__name {
  color: #FF500F;
}
.products-item__compare {
  display: block;
  position: relative;
  max-width: 202px;
  padding: 3px 0 1px;
  border: 1px solid transparent;
}
.products-item__compare-add {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  position: relative;
  background: url("/local/templates/terpak/images/svg/ico-compare.svg") no-repeat 0 50%;
}
.products-item__compare-remove {
  display: none;
  background: url("/local/templates/terpak/images/svg/close.svg") no-repeat center right 10px, url("/local/templates/terpak/images/svg/close-orange.svg") no-repeat center right 10px;
  background-size: auto, 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.products-item__compare-remove:hover {
  background-size: 0, auto;
}
.products-item__compare.active {
  border-color: #FF500F;
  border-radius: 8px;
  padding: 3px 7px 1px;
}
.products-item__compare.active .products-item__compare-add {
  opacity: 0.6;
  cursor: default;
}
.products-item__compare.active .products-item__compare-remove {
  display: block;
}

.labels {
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 2;
}

.label {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 14px;
  color: #ffffff;
  background: #FF500F;
  font-weight: normal;
  border-radius: 8px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin: 0 5px 5px 0;
}
.label:last-child {
  margin-bottom: 0;
}
.label--new {
  background: #00563F;
}

.services-items {
  margin-bottom: 129px;
}
.services-item {
  background: no-repeat 700px center #F3F1F3;
  background-size: auto 350px;
  border-radius: 16px;
  padding: 32px 50.6% 32px 32px;
  margin-bottom: 32px;
  position: relative;
}
.services-item--0 {
  background-position: 95% center;
  background-size: auto 320px;
}
.services-item--1 {
  background-position: 120% center;
  background-size: auto 330px;
}
.services-item--2 {
  background-position: 90% center;
  background-size: auto 90%;
}
.services-item__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.services-item__text {
  max-width: 505px;
  margin-bottom: 32px;
}
.services-item__btn {
  width: 177px;
  margin-bottom: 56px;
}
.services-item__images {
  margin: 0 -8px;
  position: relative;
}
.services-item__img {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 16px);
  margin: 0 8px;
  padding-top: calc(31.6% - 16px);
  background: no-repeat center;
  border-radius: 8px;
  background-size: cover;
}
.services-production {
  margin-bottom: 120px;
}
.services-production__title {
  max-width: 700px;
  margin: 0 0 16px;
  font-size: 25px;
  line-height: 56px;
  letter-spacing: 0;
}
.services-production .swiper-container {
  margin: 0 -16px;
  padding: 0 16px;
}
.services-advantages {
  margin-bottom: 126px;
}
.services-advantages__title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.011em;
  text-align: center;
  margin: 0 0 43px;
}
.services-advantages__items {
  display: flex;
  flex-wrap: wrap;
}
.services-advantages__item {
  display: block;
  background: #F3F1F3;
  border-radius: 16px;
  padding: 32px 31px;
}
.services-advantages__item-img {
  width: 64px;
  height: 64px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 33px;
}
.services-advantages__item-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.services-advantages--for-whom {
  margin-bottom: 83px;
}
.services-advantages--for-whom .services-advantages__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.022em;
  margin-bottom: 40px;
}
.services-advantages--for-whom .services-advantages__item {
  padding: 48px 34px 32px;
}
.services-advantages--for-whom .services-advantages__item-img {
  margin-bottom: 24px;
}
.services-advantages--for-whom .services-advantages__item-text {
  letter-spacing: -0.02em;
}
.services-best {
  text-align: center;
  margin-bottom: 76px;
}
.services-best__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.011em;
  margin: 0 0 20px;
}
.services-best__text {
  max-width: 640px;
  margin: 0 auto 58px;
}
.services-best__count {
  font-weight: 600;
  line-height: 32px;
}
.services-best__count > span {
  display: block;
  margin-bottom: 9px;
  font-family: "TPOpticianDisplay", "TT Travels", "Arial", sans-serif;
  color: #FF500F;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.019em;
}

.body--services .page-top h1 {
  margin: 0 0 16px;
  max-width: 700px;
}
.body--services .page-text {
  margin-bottom: 55px;
}

.key-chars {
  margin-bottom: 126px;
}
.key-chars__title {
  text-align: center;
  margin: 0 auto 24px;
  max-width: 1150px;
}
.key-chars__scheme {
  position: relative;
  margin-bottom: 57px;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
.key-chars__scheme img {
  display: block;
  max-width: calc(100% + 8px);
  margin-left: 3px;
}
.key-chars__scheme-item {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 28.5%;
  width: 25%;
  font-size: 1.11vw;
  line-height: 1.55;
}
.key-chars__scheme-item--2 {
  top: 53.4%;
  width: 20%;
}
.key-chars__scheme-item--3 {
  left: auto;
  right: -1.6%;
  top: 36%;
  max-width: 21.7%;
}
.key-chars__scheme-item--4 {
  left: auto;
  right: -1.9%;
  top: 53.6%;
  width: 22%;
}
.key-chars__scheme-item-title {
  text-transform: none;
  font-weight: 500;
  font-size: 1.11vw;
  line-height: 1.55;
  letter-spacing: 0;
  margin: 0 0 8px;
  font-family: "TT Travels", "Arial", sans-serif;
}
.key-chars__scheme-item p {
  margin-top: 0;
}
.key-chars__scheme--bag img {
  max-width: 100%;
  margin: 0;
}
.key-chars__scheme--bag .key-chars__scheme-item--1 {
  top: 21.6%;
  width: 20%;
}
.key-chars__scheme--bag .key-chars__scheme-item--2 {
  top: 32.6%;
  width: 12%;
}
.key-chars__scheme--bag .key-chars__scheme-item--3 {
  top: 43.6%;
  width: 20%;
  right: auto;
  left: 0;
}
.key-chars__scheme--bag .key-chars__scheme-item--4 {
  top: 54.5%;
  width: 22%;
  right: auto;
  left: 0;
}
.key-chars__scheme--bag .key-chars__scheme-item--5 {
  top: 73.7%;
  width: 22%;
}
.key-chars__scheme--bag .key-chars__scheme-item--6 {
  top: 21.6%;
  width: 14%;
  left: auto;
  right: 6.1%;
}
.key-chars__scheme--bag .key-chars__scheme-item--7 {
  top: 36.6%;
  width: 12%;
  left: auto;
  right: 8.1%;
}
.key-chars__scheme--bag .key-chars__scheme-item--8 {
  top: 47.7%;
  width: 16%;
  left: auto;
  right: 4.1%;
}
.key-chars__scheme--bag .key-chars__scheme-item--9 {
  top: 62.9%;
  width: 20%;
  left: auto;
  right: 0.1%;
}
.key-chars__scheme--bag .key-chars__scheme-item--10 {
  top: 81.9%;
  width: 20%;
  left: auto;
  right: 0.1%;
}
.key-chars__items {
  margin-bottom: 84px;
  text-align: left;
}
.key-chars__items.cols .key-chars__item-text {
  max-width: 225px;
}
.key-chars__item-img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  background: no-repeat center;
  background-size: contain;
}
.key-chars__item-text {
  max-width: 204px;
}
.key-chars__item-text span {
  color: #FF500F;
  background-color: #F3F1F3;
}
.key-chars--main {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.key-chars--main .key-chars__text {
  max-width: 768px;
  margin: 40px auto 91px;
}
.key-chars--main .key-chars__item,
.key-chars--main .key-chars__items {
  margin-bottom: 6px;
}
.key-chars--main .key-chars__scheme {
  margin-bottom: 6px;
}
.key-chars--main-bags {
  padding-bottom: 0;
  border: 0;
}
.key-chars--main-bags .key-chars__text {
  margin-bottom: 80px;
}
.key-chars--main-bags .key-chars__item,
.key-chars--main-bags .key-chars__items {
  margin-bottom: 0;
}

.key-chars--main-about-company-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  gap: 60px;
}

.key-chars--main-about-company-wrapper .key-chars__text {
  margin: 0;
  text-align: left;
}
.key-chars__about-company-picture {
  min-width: 626px;
  width: 100%;
}
.key-chars__about-company-picture img {
  width: 100%;
  height: auto;
}

.key-chars__products {
  margin-bottom: 39px;
}

.patent {
  margin-bottom: 120px;
  position: relative;
  padding-left: 42.7%;
}
.patent-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36.5%;
  background: no-repeat center;
  background-size: contain;
}
.patent-title {
  letter-spacing: -0.023em;
  margin-bottom: 16px;
}
.patent-text {
  margin-bottom: 17px;
}
.patent-text--top {
  color: #FF500F;
  max-width: 600px;
}
.patent-text p {
  margin: 0 0 24px;
}
.patent-btn {
  margin-top: 18px;
  width: 324px;
}

.steps {
  margin-bottom: 94px;
}
.steps-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.022em;
}
.steps-text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.019em;
  opacity: 0.6;
  margin-bottom: 40px;
}
.steps-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.steps-item {
  display: block;
  border: 1px solid #DEDCDE;
  border-radius: 16px;
  padding: 48px 56px 46px 32px;
}
.steps-item__count {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FF500F;
  margin-bottom: 32px;
}
.steps-item__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  max-width: 310px;
  letter-spacing: -0.013em;
}

.packs-types {
  margin-bottom: 144px;
}
.packs-types__title {
  margin-bottom: 47px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.022em;
}
.packs-types__left {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 3%;
}
.packs-types__item {
  display: block;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  opacity: 0.5;
  position: relative;
  transition: all 0.3s;
}
.packs-types__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  top: 0;
  bottom: 0;
  left: -30px;
  border-radius: 2px;
  background-color: #FF500F;
  opacity: 0;
  transition: all 0.3s;
}
.packs-types__item.active {
  opacity: 1;
  transform: translateX(30px);
}
.packs-types__item.active:before {
  opacity: 1;
}
.packs-types__item:hover {
  opacity: 1;
}
.packs-types__slider {
  display: inline-block;
  vertical-align: top;
  width: 63.7%;
  padding: 0 56px 0;
  text-align: center;
}
.packs-types__slider .swiper-container {
  margin: 0 auto 5px;
  max-width: 320px;
}
.packs-types__slider-info {
  max-width: 630px;
  margin: 0 auto 34px;
}
.packs-types__slider-info h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.019em;
  margin-bottom: 18px;
}
.packs-types__slider .swiper-slide {
  height: 0;
  overflow: hidden;
  padding-top: 82%;
  background: no-repeat center;
  background-size: contain;
}
.packs-types__slider .swiper-slide-info {
  display: none;
}
.packs-types__btn {
  width: 324px;
  margin: 0 auto;
}

.constructor {
  margin-bottom: 108px;
}
.constructor-title {
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.022em;
  margin: 0 0 36px;
}

.advantages {
  margin-bottom: 110px;
}
.advantages-title {
  font-weight: normal;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.022em;
  margin: 0 0 36px;
  max-width: 860px;
}

.services-down-content {
  margin-bottom: 99px;
}

.questions {
  margin-bottom: 113px;
}

.questions a:not(.btn) {
  color: #FF500F;
}

.questions-title {
  font-size: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 27px;
}

.drop-item {
  border-bottom: 1px solid #DEDCDE;
}
.drop-item:last-child {
  border: 0;
}
.drop-top {
  position: relative;
  padding: 24px 2px 23px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  cursor: pointer;
}
.drop-top:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 18px;
  background: url(/local/templates/terpak/images/svg/arr-choose.svg) no-repeat center;
  right: 6px;
  top: 34px;
}
.drop-top.opened:after {
  transform: rotate(-180deg);
}
.drop-content {
  padding: 0 0 24px;
  display: none;
}

.geography {
  margin-bottom: 120px;
  position: relative;
  padding-top: 0;
}
.geography--s1 {
  background: url("/local/templates/terpak/images/static/geo-s1.jpg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 35.1%;
}
.geography--en {
  background: url("/local/templates/terpak/images/static/geo-en.jpg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 35.1%;
}
.geography-title {
  letter-spacing: -0.022em;
  margin: 0 0 16px;
}
.geography-info {
  position: relative;
  z-index: 2;
  max-width: 772px;
}
.geography-svg {
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.geography-text {
  margin-bottom: 32px;
}
.geography-btn {
  width: 192px;
}
.geography svg #lines path {
  stroke-dasharray: 100 10;
  stroke-dashoffset: 0;
  animation: strategy_dashes 1s infinite linear;
}
.geography svg [id*=dot_] {
  transform-origin: 50% 50%;
  animation: pulse 1.5s infinite;
  stroke: #FF500F;
}
.geography svg #logo circle {
  transform-origin: 50% 50%;
  animation: pulse 1.5s infinite;
  stroke: #FF500F;
}
.geography-globe {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.geography-globe span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 3px #000;
}
.geography-globe span:nth-child(1) {
  animation: globe 2.1s infinite linear;
  animation-delay: 0s;
}
.geography-globe span:nth-child(2) {
  animation: globe 2.1s infinite linear;
  animation-delay: 0.7s;
}
.geography-globe span:nth-child(3) {
  animation: globe 2.1s infinite linear;
  animation-delay: 1.4s;
}
.geography-globe span:nth-child(4) {
  transform: translate3d(-50%, -50%, 0) rotateX(60deg);
}

@keyframes globe {
  0% {
    transform: translate3d(-50%, -50%, 0) rotateY(0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotateY(179deg);
  }
}
svg #lines path#line_1 {
  animation-delay: 0.05s;
}

svg #lines path#line_2 {
  animation-delay: 0.1s;
}

svg #lines path#line_3 {
  animation-delay: 0.15s;
}

svg #lines path#line_4 {
  animation-delay: 0.2s;
}

svg #lines path#line_5 {
  animation-delay: 0.25s;
}

svg #lines path#line_6 {
  animation-delay: 0.3s;
}

svg #lines path#line_7 {
  animation-delay: 0.35s;
}

svg #lines path#line_8 {
  animation-delay: 0.4s;
}

svg #lines path#line_9 {
  animation-delay: 0.45s;
}

svg #lines path#line_10 {
  animation-delay: 0.5s;
}

svg #lines path#line_11 {
  animation-delay: 0.55s;
}

svg #lines path#line_12 {
  animation-delay: 0.6s;
}

svg #lines path#line_13 {
  animation-delay: 0.65s;
}

svg #lines path#line_14 {
  animation-delay: 0.7s;
}

svg #lines path#line_15 {
  animation-delay: 0.75s;
}

svg #lines path#line_16 {
  animation-delay: 0.8s;
}

svg #lines path#line_17 {
  animation-delay: 0.85s;
}

svg #lines path#line_18 {
  animation-delay: 0.9s;
}

svg #lines path#line_19 {
  animation-delay: 0.95s;
}

svg #lines path#line_20 {
  animation-delay: 1s;
}

svg #lines path#line_21 {
  animation-delay: 1.05s;
}

svg #lines path#line_22 {
  animation-delay: 1.1s;
}

svg #lines path#line_23 {
  animation-delay: 1.15s;
}

svg #lines path#line_24 {
  animation-delay: 1.2s;
}

svg #lines path#line_25 {
  animation-delay: 1.25s;
}

svg #lines path#line_26 {
  animation-delay: 1.3s;
}

svg #lines path#line_27 {
  animation-delay: 1.35s;
}

svg #lines path#line_28 {
  animation-delay: 1.4s;
}

svg #lines path#line_29 {
  animation-delay: 1.45s;
}

svg #lines path#line_30 {
  animation-delay: 1.5s;
}

svg #lines path#line_31 {
  animation-delay: 1.55s;
}

svg #lines path#line_32 {
  animation-delay: 1.6s;
}

svg #lines path#line_33 {
  animation-delay: 1.65s;
}

svg #lines path#line_34 {
  animation-delay: 1.7s;
}

svg #lines path#line_35 {
  animation-delay: 1.75s;
}

svg #lines path#line_36 {
  animation-delay: 1.8s;
}

svg #lines path#line_37 {
  animation-delay: 1.85s;
}

svg #lines path#line_38 {
  animation-delay: 1.9s;
}

svg #lines path#line_39 {
  animation-delay: 1.95s;
}

svg #lines path#line_40 {
  animation-delay: 2s;
}

svg #lines path#line_41 {
  animation-delay: 2.05s;
}

svg #lines path#line_42 {
  animation-delay: 2.1s;
}

svg #lines path#line_43 {
  animation-delay: 2.15s;
}

svg #lines path#line_44 {
  animation-delay: 2.2s;
}

svg #lines path#line_45 {
  animation-delay: 2.25s;
}

svg #lines path#line_46 {
  animation-delay: 2.3s;
}

svg #lines path#line_47 {
  animation-delay: 2.35s;
}

svg #lines path#line_48 {
  animation-delay: 2.4s;
}

svg #lines path#line_49 {
  animation-delay: 2.45s;
}

svg #lines path#line_50 {
  animation-delay: 2.5s;
}

svg #lines path#line_51 {
  animation-delay: 2.55s;
}

svg #lines path#line_52 {
  animation-delay: 2.6s;
}

svg #lines path#line_53 {
  animation-delay: 2.65s;
}

svg #lines path#line_54 {
  animation-delay: 2.7s;
}

svg #lines path#line_55 {
  animation-delay: 2.75s;
}

svg #lines path#line_56 {
  animation-delay: 2.8s;
}

svg #lines path#line_57 {
  animation-delay: 2.85s;
}

svg #lines path#line_58 {
  animation-delay: 2.9s;
}

svg #lines path#line_59 {
  animation-delay: 2.95s;
}

svg #lines path#line_60 {
  animation-delay: 3s;
}

svg #lines path#line_61 {
  animation-delay: 3.05s;
}

svg #lines path#line_62 {
  animation-delay: 3.1s;
}

svg #lines path#line_63 {
  animation-delay: 3.15s;
}

svg #lines path#line_64 {
  animation-delay: 3.2s;
}

svg #lines path#line_65 {
  animation-delay: 3.25s;
}

svg #lines path#line_66 {
  animation-delay: 3.3s;
}

svg #lines path#line_67 {
  animation-delay: 3.35s;
}

svg #lines path#line_68 {
  animation-delay: 3.4s;
}

svg #lines path#line_69 {
  animation-delay: 3.45s;
}

svg #lines path#line_70 {
  animation-delay: 3.5s;
}

svg #lines path#line_71 {
  animation-delay: 3.55s;
}

svg #lines path#line_72 {
  animation-delay: 3.6s;
}

@keyframes strategy_dashes {
  from {
    stroke-width: 1px;
    stroke-dashoffset: 110;
  }
  50% {
    stroke-width: 1px;
    stroke-dashoffset: 55;
  }
  to {
    stroke-width: 1px;
    stroke-dashoffset: 0;
  }
}
svg #dot_1 {
  animation-delay: 0.05s;
}

svg #dot_2 {
  animation-delay: 0.1s;
}

svg #dot_3 {
  animation-delay: 0.15s;
}

svg #dot_4 {
  animation-delay: 0.2s;
}

svg #dot_5 {
  animation-delay: 0.25s;
}

svg #dot_6 {
  animation-delay: 0.3s;
}

svg #dot_7 {
  animation-delay: 0.35s;
}

svg #dot_8 {
  animation-delay: 0.4s;
}

svg #dot_9 {
  animation-delay: 0.45s;
}

svg #dot_10 {
  animation-delay: 0.5s;
}

svg #dot_11 {
  animation-delay: 0.55s;
}

svg #dot_12 {
  animation-delay: 0.6s;
}

svg #dot_13 {
  animation-delay: 0.65s;
}

svg #dot_14 {
  animation-delay: 0.7s;
}

svg #dot_15 {
  animation-delay: 0.75s;
}

svg #dot_16 {
  animation-delay: 0.8s;
}

svg #dot_17 {
  animation-delay: 0.85s;
}

svg #dot_18 {
  animation-delay: 0.9s;
}

svg #dot_19 {
  animation-delay: 0.95s;
}

svg #dot_20 {
  animation-delay: 1s;
}

svg #dot_21 {
  animation-delay: 1.05s;
}

svg #dot_22 {
  animation-delay: 1.1s;
}

svg #dot_23 {
  animation-delay: 1.15s;
}

svg #dot_24 {
  animation-delay: 1.2s;
}

svg #dot_25 {
  animation-delay: 1.25s;
}

svg #dot_26 {
  animation-delay: 1.3s;
}

svg #dot_27 {
  animation-delay: 1.35s;
}

svg #dot_28 {
  animation-delay: 1.4s;
}

svg #dot_29 {
  animation-delay: 1.45s;
}

svg #dot_30 {
  animation-delay: 1.5s;
}

svg #dot_31 {
  animation-delay: 1.55s;
}

svg #dot_32 {
  animation-delay: 1.6s;
}

svg #dot_33 {
  animation-delay: 1.65s;
}

svg #dot_34 {
  animation-delay: 1.7s;
}

svg #dot_35 {
  animation-delay: 1.75s;
}

svg #dot_36 {
  animation-delay: 1.8s;
}

svg #dot_37 {
  animation-delay: 1.85s;
}

svg #dot_38 {
  animation-delay: 1.9s;
}

svg #dot_39 {
  animation-delay: 1.95s;
}

svg #dot_40 {
  animation-delay: 2s;
}

svg #dot_41 {
  animation-delay: 2.05s;
}

svg #dot_42 {
  animation-delay: 2.1s;
}

svg #dot_43 {
  animation-delay: 2.15s;
}

svg #dot_44 {
  animation-delay: 2.2s;
}

svg #dot_45 {
  animation-delay: 2.25s;
}

svg #dot_46 {
  animation-delay: 2.3s;
}

svg #dot_47 {
  animation-delay: 2.35s;
}

svg #dot_48 {
  animation-delay: 2.4s;
}

svg #dot_49 {
  animation-delay: 2.45s;
}

svg #dot_50 {
  animation-delay: 2.5s;
}

svg #dot_51 {
  animation-delay: 2.55s;
}

svg #dot_52 {
  animation-delay: 2.6s;
}

svg #dot_53 {
  animation-delay: 2.65s;
}

svg #dot_54 {
  animation-delay: 2.7s;
}

svg #dot_55 {
  animation-delay: 2.75s;
}

svg #dot_56 {
  animation-delay: 2.8s;
}

svg #dot_57 {
  animation-delay: 2.85s;
}

svg #dot_58 {
  animation-delay: 2.9s;
}

svg #dot_59 {
  animation-delay: 2.95s;
}

svg #dot_60 {
  animation-delay: 3s;
}

svg #dot_61 {
  animation-delay: 3.05s;
}

svg #dot_62 {
  animation-delay: 3.1s;
}

svg #dot_63 {
  animation-delay: 3.15s;
}

svg #dot_64 {
  animation-delay: 3.2s;
}

svg #dot_65 {
  animation-delay: 3.25s;
}

svg #dot_66 {
  animation-delay: 3.3s;
}

svg #dot_67 {
  animation-delay: 3.35s;
}

svg #dot_68 {
  animation-delay: 3.4s;
}

svg #dot_69 {
  animation-delay: 3.45s;
}

svg #dot_70 {
  animation-delay: 3.5s;
}

svg #dot_71 {
  animation-delay: 3.55s;
}

svg #dot_72 {
  animation-delay: 3.6s;
}

svg #dot_73 {
  animation-delay: 3.65s;
}

svg #dot_74 {
  animation-delay: 3.7s;
}

svg #dot_75 {
  animation-delay: 3.75s;
}

svg #dot_76 {
  animation-delay: 3.8s;
}

svg #dot_77 {
  animation-delay: 3.85s;
}

@keyframes pulse {
  from {
    stroke-width: 0;
  }
  50% {
    stroke-width: 3px;
  }
  to {
    stroke-width: 0;
  }
}
.application {
  margin-bottom: 120px;
  max-width: 100%;
}
.application-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.022em;
  margin: 0 0 42px;
}
.application-item__info {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 8.5%;
}
.application-item__info-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.019em;
  margin: 0 0 16px;
}
.application-item__info-text {
  margin-bottom: 35px;
  line-height: 22px;
}
.application-item__info .btn {
  padding: 8px 51px 6px 48px;
}
.application-item__img {
  display: inline-block;
  vertical-align: top;
  width: 46.5%;
}
.application-item .swiper-container {
  padding: 0 16px;
  margin: 0 -16px;
}
.application-item .swiper-slide {
  padding-top: 87.5%;
  background: no-repeat center;
  background-size: cover;
  border-radius: 16px;
}
.application .tab-links {
  margin-bottom: 56px;
}

.rss {
  margin-bottom: 80px;
}
.rss-item {
  background: url("/local/templates/terpak/images/svg/rss-solutions.svg") no-repeat right center #BAD8EB;
  border-radius: 16px;
  padding: 32px 32px 40px;
  color: #333E48;
}
.rss-item form {
  display: block;
  max-width: 416px;
  position: relative;
}
.rss-item form .input-wrap {
  margin-bottom: 16px;
  padding-top: 24px;
}
.rss-item input {
  height: 40px;
  border-radius: 8px;
}
.rss-item input + span {
  font-size: 12px;
  line-height: 16px;
}
.rss-item button {
  width: 56px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/local/templates/terpak/images/svg/arr-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.rss-item__title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #333E48;
  margin: 0 0 16px;
}
.rss-item__text {
  max-width: 416px;
  margin-bottom: 24px;
}
.rss-item .agree {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.4;
  padding: 0;
  margin: 0;
  width: 100%;
}
.rss--catalog {
  color: #ffffff;
  background: url("/local/templates/terpak/images/svg/rss-catalog.svg") no-repeat right center #00563F;
  background-size: auto 100%;
}
.rss--catalog .rss-item__title {
  color: #ffffff;
}
.rss--catalog .agree {
  color: #ffffff;
}

.top-slider {
  position: relative;
  margin: 58px -16px 56px;
}
.top-slider:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(270deg, #F5F3F5 46.51%, #ECECEC 106.18%), #F3F1F3;
  border-radius: 16px;
  top: 0;
  left: 16px;
  right: 16px;
  bottom: 0;
}
.top-slider .swiper-container {
  padding: 16px 0 32px;
}
.top-slider .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top-slider .swiper-pagination {
  bottom: 24px;
}
.top-slider__img {
  display: block;
  width: 40%;
  padding-top: 29.44%;
  margin: 0 5%;
  background: no-repeat center #F5F3F5;
  background-size: contain;
  position: relative;
}
.top-slider__img .label {
  background-color: #FF500F;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 8px 22px;
  position: absolute;
  top: 53px;
  right: 9.5%;
}
.top-slider__info {
  display: block;
  width: 50%;
}
.top-slider__title {
  transition: 0.3s all;
  display: block;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
  max-width: 466px;
}
.top-slider__text {
  display: block;
  max-width: 466px;
}
.top-slider a.swiper-slide:hover .top-slider__title {
  color: #FF500F;
}
.top-slider a.swiper-slide:hover .top-slider__text {
  color: #000000;
}

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

.filter {
  margin-bottom: 52px;
}
.filter-title {
  font-size: 25px;
  line-height: 56px;
  letter-spacing: 0;
  margin: 0 0 32px;
}
.filter .bx-filter-container-modef {
  display: block;
  position: relative;
  z-index: 100;
}
.filter .bx-filter-container-modef #modef {
  position: absolute;
  z-index: 100;
  left: 100%;
  top: 12px;
  transform: translate3d(16px, -50%, 0);
  padding: 16px;
  min-width: 190px;
  box-shadow: 0px 6px 32px 10px rgba(28, 53, 90, 0.1);
  border-radius: 4px;
  white-space: nowrap;
  background: #fff;
}
.filter .bx-filter-container-modef #modef:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-8px, -50%, 0) rotate(45deg);
  border-radius: 4px;
  display: block;
  content: "";
  background: #fff;
  width: 16px;
  height: 16px;
}
.filter .bx-filter-container-modef #modef a {
  display: block;
  color: #fff;
  background: #FF500F;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  margin: 8px 0 0 0;
}
.filter-item {
  margin-bottom: 30px;
  line-height: 1;
}
.filter-item .disabled {
  opacity: 0.3;
}
.filter-item__title {
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.017em;
  line-height: 24px;
}
.filter-item__title + .check-wrap {
  margin-top: 18px;
}
.filter-item__subtitle {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  margin: 13px 0 11px;
}
.filter-item .select {
  line-height: 24px;
  background-color: transparent;
}
.filter-item .select-wrap {
  margin-bottom: 16px;
}
.filter-item .radio-wrap:last-child {
  margin-bottom: 5px;
}
.filter-item .check-wrap:last-child {
  margin-bottom: 8px;
}

.promo {
  background: #F3F1F3;
  border-radius: 16px;
  padding: 32px;
  color: #333E48;
  margin-bottom: 24px;
}
.promo-title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  color: #333E48;
  margin: 0 0 18px;
}
.promo-btn {
  width: 100%;
  margin-top: 30px;
  padding: 7px;
}
.promo--35 {
  background: #F3F1F3;
}
.promo--36 {
  background: #BAD8EB;
  color: #000000;
}
.promo--36 .promo-title {
  color: #000000;
  margin-top: 0;
}
.promo--36 .products-item__img {
  margin-bottom: 9px;
}
.promo--36 .products-item__img .label {
  top: 0;
}

.catalog-top {
  margin-bottom: 32px;
}
.catalog-bot {
  margin: 37px 0 123px;
  max-width: 865px;
}
.catalog-bot p {
  margin: 0 0 24px;
}
.catalog-sort {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.02em;
}
.catalog-sort__title {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.catalog-sort__items {
  display: inline-block;
  vertical-align: top;
}
.catalog-sort__item {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
  margin-right: 41px;
}
.catalog-sort__item:last-child {
  margin-right: 0;
}
.catalog-sort__item.active {
  color: #FF500F;
}
.catalog-view {
  float: right;
}
.catalog-view__title {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.catalog-view a {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url("/local/templates/terpak/images/svg/ico-list.svg") no-repeat center;
  filter: grayscale(1);
  opacity: 0.4;
}
.catalog-view a.grid {
  background-image: url("/local/templates/terpak/images/svg/ico-grid.svg");
  margin-left: 7px;
}
.catalog-view a.active {
  filter: none;
  opacity: 1;
}
.catalog-view a:hover:not(.active) {
  filter: grayscale(1) opacity(0.7);
  opacity: 0.7;
}
.catalog-products {
  margin-bottom: 32px;
}
.catalog-products .products-item {
  margin-bottom: 40px;
}
.catalog-products.list .col-3 {
  width: calc(100% - 32px);
  position: relative;
  padding-right: 200px;
  border-bottom: 1px solid #dedcde;
  margin-bottom: 18px;
}
.catalog-products.list .col-3 .products-item__compare, .catalog-products.list .col-3 .products-item__like, .catalog-products.list .col-3 .products-item__btn {
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-products.list .col-3 .products-item__like {
  top: auto;
  bottom: 0;
}
.catalog-products.list .col-3 .products-item__compare {
  top: 60px;
}
.catalog-products.list .col-3 .products-item__info {
  display: block;
  min-height: 150px;
  position: relative;
  padding-left: 200px;
}
.catalog-products.list .col-3 .products-item__img {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 150px;
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-products.list .col-3 .products-item__img .label {
  top: 0;
}

.ui-slider {
  height: 2px;
  background: #EBEBEB;
  position: relative;
  margin: 60px 0 38px;
}
.ui-slider-line {
  height: 2px;
  background: #EBEBEB;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
}
.ui-slider:after, .ui-slider:before {
  content: attr(data-js-min);
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: -39px;
  letter-spacing: -0.022em;
  opacity: 0.3;
}
.ui-slider:after {
  content: attr(data-js-max);
  left: auto;
  right: 0;
}
.ui-slider-range {
  height: 2px;
  background-color: #FF500F;
  position: absolute;
  z-index: 2;
}
.ui-slider-handle {
  z-index: 3;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 4px;
  border: 4px solid #FF500F;
  transform: translate(0, -50%);
}
.ui-slider-handle:before {
  content: attr(data-js-ui);
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: -35px;
  letter-spacing: -0.022em;
  opacity: 0.3;
  transform: translateX(-50%);
}
.constructor .ui-slider:before {
  transform: translate3d(-50%, 0, 0);
}
.constructor .ui-slider:after {
  transform: translate3d(50%, 0, 0);
}
.constructor .ui-slider-handle {
  transform: translate(-50%, -50%);
}

.detail-left, .detail-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.detail-right {
  padding-left: 24px;
}
.detail h1 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}
.detail-art {
  opacity: 0.5;
  margin-bottom: 32px;
}
.detail-price {
  margin-bottom: 16px;
}
.detail-btns {
  margin-bottom: 32px;
}
.detail-btns .btn {
  margin-right: 16px;
}
.detail-compare, .detail-like {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px 56px 0;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.detail-compare:before, .detail-like:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/local/templates/terpak/images/svg/ico-like.svg") no-repeat center, url("/local/templates/terpak/images/svg/ico-like-active.svg") no-repeat center;
  background-size: auto, 0;
  left: 0;
  top: -2px;
}
.detail-compare.active:before, .detail-like.active:before {
  background-size: 0, auto;
}
.detail-compare:before {
  background: url("/local/templates/terpak/images/svg/ico-compare.svg") no-repeat center;
  background-size: auto;
}
.detail-compare:before.active {
  color: #9F9F9F;
}
.detail-compare:before.active:before {
  background-size: auto;
}
.detail-indo .tr {
  margin-bottom: 24px;
}
.detail-indo .td {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.detail-indo .td:first-child {
  line-height: 22px;
  letter-spacing: -0.011em;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding-right: 25px;
}
.detail-indo .td:first-child span {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
.detail-indo .td:first-child:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.15;
  border: 1px solid #000000;
  right: 25px;
  top: 10px;
  left: 5px;
  z-index: 0;
}
.detail-descr {
  margin: 40px 0 80px;
}
.detail-descr img {
  display: block;
  width: 100%;
  margin: 40px 0;
}
.detail-descr .tab-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 56px;
}
.detail-descr .tab-link {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  margin-right: 40px;
  opacity: 0.6;
  font-weight: 500;
}
.detail-descr .tab-link.active {
  border-bottom-color: #FF500F;
  opacity: 1;
}
.detail-descr__top {
  margin-bottom: 120px;
}
.detail-descr__top a {
  color: #FF500F;
}
.detail-descr__scheme {
  text-align: center;
  margin-bottom: 80px;
}
.detail-descr__scheme-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 65px;
}
.detail-descr__scheme-bot {
  max-width: 514px;
  margin: 24px auto 32px;
}
.detail-descr__scheme-btn {
  width: 324px;
}
.detail-equipment {
  margin-bottom: 120px;
}
.detail-equipment-title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
.detail-img {
  position: relative;
}
.detail-img .gallery-top {
  margin: 0 0 16px 0;
}
.detail-img .gallery-top .swiper-slide {
  height: 500px;
  background: no-repeat center;
  background-size: contain;
  overflow: hidden;
}
.detail-img .gallery-top--single div {
  background: no-repeat center;
  background-size: contain;
  overflow: hidden;
  display: block;
  padding-top: 100%;
}
.detail-img .gallery-thumbs {
  height: 128px;
}
.detail-img .gallery-thumbs .swiper-slide {
  cursor: pointer;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  border: 2px solid whitesmoke;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s border-color;
}
.detail-img .gallery-thumbs .swiper-slide:hover {
  border-color: #e7e7e7;
}
.detail-img .gallery-thumbs .swiper-slide-thumb-active, .detail-img .gallery-thumbs .swiper-slide-thumb-active:hover {
  border-color: #FF500F;
}
.detail .swiper-button-prev {
  left: 5px;
}
.detail .swiper-button-next {
  right: 5px;
}
.detail.fancybox-content {
  padding: 32px;
  max-width: 1168px;
  border-radius: 16px;
  width: 100%;
}

.price {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
}

.garments {
  margin-bottom: 142px;
}
.garments-title {
  font-size: 30px;
  line-height: 56px;
  letter-spacing: -0.022em;
  margin-bottom: 34px;
}
.garments-left {
  display: inline-block;
  vertical-align: top;
  width: 23%;
}
.garments-right {
  display: inline-block;
  vertical-align: top;
  width: 77%;
}
.garments-right .application-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: -3px 0 18px;
  font-family: "TT Travels", "Arial", sans-serif;
}
.garments-links {
  margin-bottom: 32px;
  margin-right: 32px;
}
.garments-link {
  display: block;
  opacity: 0.5;
  margin-bottom: 16px;
  position: relative;
}
.garments-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  top: 0;
  bottom: 0;
  left: -30px;
  background-color: #FF500F;
  border-radius: 2px;
  opacity: 0;
}
.garments-link:hover {
  opacity: 1;
}
.garments-link.active {
  opacity: 1;
  transform: translateX(30px);
}
.garments-link.active:before {
  opacity: 1;
}
.garments .tab-link {
  margin-bottom: 8px;
}
.garments .application-item__img {
  width: 33.5%;
  vertical-align: middle;
}
.garments .application-item__info {
  width: 60.5%;
  margin-right: 6%;
  vertical-align: middle;
}
.garments .application-item__info-text {
  line-height: 24px;
}

.quick-order {
  margin-bottom: 103px;
}
.quick-order__top {
  text-align: center;
  margin-bottom: 65px;
}
.quick-order__title {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.022em;
  margin: 0 0 16px;
}
.quick-order__text {
  max-width: 500px;
  margin: 0 auto 24px;
}
.quick-order__form {
  display: inline-block;
  vertical-align: top;
  width: 38.5%;
  margin-right: 10%;
}
.quick-order__form .btn {
  margin: 32px 18px 0 0;
  width: 192px;
}
.quick-order__form .btn span {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  background: url("/local/templates/terpak/images/svg/arr-right-white.svg") no-repeat right center;
}
.quick-order__form .btn--light span {
  padding-right: 0;
  padding-left: 20px;
  background: url("/local/templates/terpak/images/svg/arr-right-orange.svg") no-repeat 0 50%;
}
.quick-order__form .radio-wrap {
  padding: 11px 34px;
  margin-bottom: 8px;
  border: 1px solid #DEDCDE;
  border-radius: 8px;
}
.quick-order__form .radio-wrap.active {
  border-color: #FF500F;
}
.quick-order__form .agree {
  display: block;
  padding: 0;
}
.quick-order__img {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  padding-top: 35.5%;
  background: no-repeat center;
  background-size: contain;
}
.quick-order__step-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  font-family: "TT Travels", "Arial", sans-serif;
  margin: 0 0 34px;
}

.body--services-garments .page-top h1 {
  margin-bottom: 21px;
}
.body--services-garments .page-text {
  margin-bottom: 85px;
}
.body--services-garments .about-slider {
  margin-bottom: 76px;
}
.body--services-garments .services-production {
  margin-bottom: 79px;
}
.body--services-garments .services-production__title {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.019em;
  margin-bottom: 37px;
}
.body--services-garments .services-advantages {
  margin-bottom: 77px;
}
.body--services-garments .services-advantages__item {
  padding: 32px 30px;
}
.body--services-garments .services-advantages__item-img {
  margin-bottom: 36px;
}
.body--services-garments .services-advantages__item-text {
  letter-spacing: -0.015em;
}
.body--services-garments .questions {
  margin-bottom: 99px;
}

.body--section .page-top h1 {
  margin-bottom: 13px;
}
.body--section .footer {
  margin-top: 140px;
}
.body--section .page-text p {
  margin: 24px 0;
}
.body--section .page-text p:first-child {
  margin-top: 0;
}

.p-result {
  line-height: 40px;
  margin-bottom: 16px;
  padding-top: 24px;
}
.p-result--high {
  min-height: 300px;
}

.popup {
  display: none;
}
.popup--small {
  max-width: 640px;
}

button.fancybox-close-small {
  background: none !important;
}

.body--catalog-detail .page-top h1 {
  display: none;
}

.hide {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background: none;
  padding: 34px;
  width: 100px;
}
.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0.3;
}
.fancybox-navigation .fancybox-button div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0;
  background: url("/local/templates/terpak/images/svg/arr-right.svg") no-repeat center #FF500F;
}
.fancybox-navigation .fancybox-button div svg {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left div {
  transform: rotate(180deg);
}

.constructor {
  display: flex;
  margin-top: 44px;
  margin-bottom: 52px;
}
.constructor-form {
  width: 448px;
  padding-top: 7px;
}
.constructor-holder {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.constructor #constructor {
  width: auto;
  height: 720px;
}
.constructor-img {
  width: calc(100% - 448px);
  padding-left: 80px;
}
.constructor-img__item {
  position: relative;
}
.constructor-img__time, .constructor-img__bio {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  position: absolute;
  left: 51px;
  bottom: 54px;
  padding-left: 43px;
  background: url("/local/templates/terpak/./images/svg/ico-temp.svg") no-repeat 0 50%;
  display: none;
}
.constructor-img__time span, .constructor-img__bio span {
  display: block;
}
.constructor-img__bio {
  bottom: 119px;
  background-image: url("/local/templates/terpak/./images/svg/ico-bio.svg");
  padding: 2px 0 2px 43px;
}
.constructor-item {
  margin-bottom: 43px;
  line-height: 1;
}
.constructor-item__title {
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 24px;
}
.constructor-item__title + .check-wrap {
  margin-top: 18px;
}
.constructor-item__subtitle {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  margin: 13px 0 11px;
}
.constructor-item .select {
  line-height: 24px;
  background-color: transparent;
}
.constructor-item .select-wrap {
  margin-bottom: 16px;
}
.constructor-item .radio-wrap:last-child {
  margin-bottom: 5px;
}
.constructor-item .check-wrap:last-child {
  margin-bottom: 8px;
}
.constructor-item__bot {
  color: #000000;
  opacity: 0.3;
  margin-top: 16px;
}
.constructor-item--volume {
  margin-bottom: 56px;
}
.constructor-item--volume .h3 {
  font-size: 25px;
  line-height: 25px;
  margin: 16px 0;
}
.constructor-item--characters {
  margin-top: -4px;
  margin-bottom: 54px;
}
.constructor-item .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 8px);
  margin-right: 16px;
}
.constructor-item .col:last-child {
  margin-right: 0;
}
.constructor-item .col-title {
  margin-bottom: 12px;
}
.constructor-item .logo-char {
  display: none;
  padding-left: 29px;
  margin-top: 5px;
}
.constructor-item .logo-char .constructor-item__title {
  margin-bottom: 11px;
}
.constructor-item .logo-char .radio-wrap {
  width: 99px;
  margin-bottom: 33px;
}
.constructor-item .logo-char .col {
  margin-top: 10px;
}
.constructor-item__color {
  margin-bottom: 16px;
  border: 1px solid #DEDCDE;
  border-radius: 8px;
  position: relative;
}
.constructor-item__color-top {
  display: block;
  padding: 7px;
}
.constructor-item__color-top[data-js-drop-top] {
  position: relative;
  cursor: pointer;
}
.constructor-item__color-top[data-js-drop-top]:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url("/local/templates/terpak/./images/svg/arr-choose.svg") no-repeat center;
  background-size: 14px;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.constructor-item__color-top[data-js-drop-top].opened:after {
  transform: translateY(-50%) rotate(180deg);
}
.constructor-item__color-img {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: no-repeat center;
  background-size: contain;
}
.constructor-item__color-name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 64px);
  padding-left: 16px;
}
.constructor-item__color-name span {
  display: block;
}
.constructor-item__color-items {
  display: none;
  background: #FFFFFF;
  border: 1px solid #DEDCDE;
  border-radius: 8px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  max-height: 400px;
  overflow: auto;
  z-index: 5;
}
.constructor-item__color-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.constructor-item__color-items ul li {
  padding: 8px;
  cursor: pointer;
}
.constructor-item__color-items ul li:hover, .constructor-item__color-items ul li.sel {
  background: #FAFAFA;
}
.constructor-item__color-items::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(255, 255, 255, 0);
}
.constructor-item__color-items::-webkit-scrollbar-thumb {
  background: #F3F1F3;
  border-radius: 4px;
}
.constructor-item__color > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.constructor-item__color > input:checked ~ [data-js-drop] {
  display: block;
}
.constructor-item__color > input:checked + [data-js-drop-top]:after {
  transform: translateY(-50%) rotate(-180deg);
}
.constructor-item__color .constructor-item__bot {
  font-size: 14px;
  letter-spacing: -0.019em;
}
.constructor-item--pack-color {
  margin-bottom: 36px;
}
.constructor-item--pack-color .constructor-item__title {
  margin-bottom: 16px;
}
.constructor-item .ui-slider {
  margin: 60px 8px 54px;
}
.constructor-min {
  display: inline-block;
  vertical-align: top;
  max-width: 175px;
  margin-left: 50px;
  position: relative;
  margin-top: -10px;
}
.constructor-min span.gray {
  color: #9F9F9F;
}
.constructor-btn {
  margin-top: -6px;
  padding: 7px 61px;
}
.constructor .radio {
  width: 18px;
  height: 18px;
  border-color: rgba(0, 0, 0, 0.2);
}
.constructor .radio .jq-radio__div {
  width: 16px;
  height: 16px;
  background-color: #000000;
}
.constructor .radio.checked .radio, .constructor .radio-wrap:hover .radio {
  border-color: #666666;
}
.constructor .check {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.constructor .check .jq-checkbox__div {
  border: none;
  background: url("/local/templates/terpak/./images/svg/ico-ok.svg") no-repeat center;
}
.constructor .check-wrap:hover .check {
  border-color: #666666;
}
.constructor .range-scale {
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  bottom: -33px;
  background: url(/local/templates/terpak/./images/svg/range-scale.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.constructor .range-scale--width {
  background-image: url(/local/templates/terpak/./images/svg/range-scale-width.svg);
}
.constructor .range-scale__item {
  position: absolute;
  top: 0;
  opacity: 0.3;
  transform: translate3d(-50%, 0, 0);
}
.constructor .range-scale__item-42 {
  left: 50%;
}

.info-box {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
.info-box__ico {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/local/templates/terpak/./images/svg/ico-info.svg") no-repeat center;
  background-size: contain;
}
.info-box__content {
  display: none;
  position: absolute;
  bottom: 41px;
  left: -40px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px 35px 32px 32px;
  width: 512px;
  z-index: 22;
}
.info-box__content .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}
.info-box__content .table .tr {
  margin-bottom: 24px;
}
.info-box__content .table .td {
  display: inline-block;
  vertical-align: top;
}
.info-box__content .table .td:first-child {
  color: #9F9F9F;
  width: 85%;
}
.info-box__content .table .td:last-child {
  width: 15%;
  text-align: right;
}
.info-box__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 15px solid transparent;
  border-left-color: #FFFFFF;
  border-left-width: 22px;
  top: 100%;
  left: 30px;
  transform: rotate(90deg);
}
.info-box:hover .info-box__content {
  display: block;
}

.popup {
  display: none;
}
.popup-constructor {
  width: 100%;
  max-width: 998px;
  overflow: visible;
  padding: 0;
  border-radius: 16px;
}
.popup-constructor .popup-right {
  overflow: hidden;
}
.popup-constructor .popup-right__content {
  position: static;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-constructor .popup-right__content::-webkit-scrollbar {
  display: none;
}
.popup-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.017em;
  margin: 0 0 16px;
}
.popup-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  max-width: 345px;
  color: #333E48;
}
.popup .input-wrap {
  padding-top: 24px;
}
.popup .input + span {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333E48;
}
.popup .agree {
  width: 100%;
  font-size: 10px;
  line-height: 16px;
  color: #333E48;
  opacity: 0.4;
  padding: 0;
}
.popup-btn {
  width: 200px;
  margin-bottom: 16px;
}
.popup-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  background: #BAD8EB;
  border-radius: 16px 0 0 16px;
  padding: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.popup-left:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/images/svg/rss-solutions.svg) no-repeat right center;
  transform: matrix(-1, 0, 0, 1, 0, 0) rotate(-45deg);
  width: 45%;
  height: 80%;
  right: -8%;
  top: 3%;
  z-index: -1;
}
.popup-right {
  width: 52%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 0 16px 16px 0;
  overflow: auto;
}
.popup-right input {
  font-family: "TT Travels", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  width: 100px;
  display: inline;
  padding: 0;
  margin: 0;
}
.popup-right__content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 37px 56px 37px 56px;
}
.popup-right__content::-webkit-scrollbar {
  display: none;
}
.popup-right:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  z-index: 2;
}
.popup-right__title {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.011em;
  margin: 0 0 24px;
}
.popup-right .table .tr {
  margin-bottom: 16px;
}
.popup-right .table .td {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  letter-spacing: -0.019em;
}
.popup-right .table .td:first-child {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
}
.popup-right .table .td span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border: 1px solid #DEDCDE;
  border-radius: 4px;
  background: no-repeat center center;
  background-size: cover;
}

@media (min-width: 1440px) {
  .key-chars__scheme-item,
.key-chars__scheme-item h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .main-numbers__item-count {
    font-size: 3vw;
  }
  .main-numbers__item-text {
    font-size: 1.2vw;
    line-height: 1.5;
  }
}
@media (max-width: 1280px) {
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.swiper-container--main .swiper-button-prev {
  left: 5px;
}
.swiper-container--main .swiper-button-next {
  right: 5px;
}
.g-recaptcha {display: none;}
/*# sourceMappingURL=terpak.css.map */
.mainpage-h1{
  text-align: center;
  margin-bottom: -20px;
}
/* End */


/* Start:/local/templates/terpak/mobile_corrected.css?177936490462505*/
@font-face {
  font-family: 'TT Travels';
  src: url("/local/templates/terpak/fonts/TTTravels-Regular.eot");
  src: local("TT Travels"), url("/local/templates/terpak/fonts/TTTravels-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/terpak/fonts/TTTravels-Regular.woff") format("woff"), url("/local/templates/terpak/fonts/TTTravels-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TT Travels';
  src: url("/local/templates/terpak/fonts/TTTravels-Medium.eot");
  src: local("TT Travels Medium"), url("/local/templates/terpak/fonts/TTTravels-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/terpak/fonts/TTTravels-Medium.woff") format("woff"), url("/local/templates/terpak/fonts/TTTravels-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TT Travels';
  src: url("/local/templates/terpak/fonts/TTTravels-Bold.eot");
  src: local("TT Travels Bold"), url("/local/templates/terpak/fonts/TTTravels-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/terpak/fonts/TTTravels-Bold.woff") format("woff"), url("/local/templates/terpak/fonts/TTTravels-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'TPOpticianDisplay';
  src: url("/local/templates/terpak/fonts/TPOpticianDisplay.eot");
  src: url("/local/templates/terpak/fonts/TPOpticianDisplay.eot") format("embedded-opentype"), url("/local/templates/terpak/fonts/TPOpticianDisplay.woff2") format("woff2"), url("/local/templates/terpak/fonts/TPOpticianDisplay.woff") format("woff"), url("/local/templates/terpak/fonts/TPOpticianDisplay.ttf") format("truetype"), url("/local/templates/terpak/fonts/TPOpticianDisplay.svg#TPOpticianDisplay") format("svg"); }

@media (max-width: 1330px) {
  .header-top .logo {
    padding: 0;
    width: 193px; }
    .header-top .logo span {
      display: none; } }

@media (max-width: 1120px) {
  .header-contacts__sub {
    display: none; }
  .header-contacts--mail {
    position: absolute;
    top: 45px;
    right: 475px; }
  .header-bot {
    position: relative; }
    .header-bot:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      width: 55px;
      top: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 33%);
      z-index: 1; }
  .header-search {
    z-index: 2; }
    .header-search.active {
      background-color: #ffffff;
      z-index: 5;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .header-search.active input {
        position: relative;
        top: 4px;
        left: 0;
        width: calc(100% - 35px); }
      .header-search.active button {
        position: absolute;
        top: 11px;
        right: 0; }
  .top-menu {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin-right: 40px; }
    .top-menu::-webkit-scrollbar {
      display: none; }
    .top-menu ul {
      display: flex; }
    .top-menu a {
      white-space: nowrap; } }

@media (max-width: 1023px) {
  .wrap {
    padding: 0 16px; }
  .questions-title,
  .services-advantages--for-whom .services-advantages__title,
  .steps-title,
  .cases-title,
  .clients-title,
  .main-hot__title,
  h1, .h1,
  h2, .h2 {
    font-size: 36px;
    line-height: 50px; }
  .header > .wrap {
    height: 80px;
    position: relative; }
  .header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    padding: 65px 16px 15px;
    background-color: white;
    z-index: 3;
    text-align: center; }
    .header-top a {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
    .header-top .logo {
      left: 16px; }
    .header-top.opened {
      height: auto; }
  .header-contacts {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    width: 300px;
    margin: 0 auto 24px;
    text-align: center; }
    .header-contacts--mail {
      margin-top: 24px; }
    .header-contacts__sub {
      display: block; }
    .header-contacts a {
      text-align: center; }
  .header a.header-callback,
  .header a.header-btn {
    display: block;
    width: 100%;
    margin: 0 auto 24px;
    max-width: 375px;
    text-align: center; }
  .header .btn--lang {
    position: absolute;
    top: 90px;
    right: 0; }
  .burger {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    right: 12px;
    background: url("/local/templates/terpak/images/svg/burger.svg") no-repeat center, url("/local/templates/terpak/images/svg/burger-active.svg") no-repeat center;
    background-size: auto, 0;
    z-index: 3; }
    .burger.active {
      background-size: 0, auto; }
  .main-top {
    padding: 0; }
    .main-top__img {
      position: static;
      height: 300px;
      width: 100%; }
    .main-top__info {
      padding: 60px 28px 40px; }
  .main-numbers {
    margin: 0 0 32px;
    min-height: auto; }
    .main-numbers__item {
      position: relative;
      transform: none;
      margin: 0 auto;
      top: auto;
      left: auto; }
      .main-numbers__item--2 {
        margin-top: -16%; }
      .main-numbers__item--3 {
        margin-top: -16%; }
      .main-numbers__item:after {
        top: 71%;
        left: 71.9%;
        transform: rotate(90deg); }
  .key-chars {
    margin-bottom: 60px; }
    .key-chars--main {
      margin-bottom: 60px;
      padding-bottom: 60px; }
      .key-chars--main .key-chars__text {
        margin: 24px auto 60px; }
      .key-chars--main .key-chars__item {
        margin-bottom: 24px; }
    .key-chars__items {
      margin: 0; }
    .key-chars__item {
      width: 50%;
      padding-left: 80px;
      position: relative;
      min-height: 64px;
      margin: 0 0 24px; }
      .key-chars__item-img {
        position: absolute;
        left: 0; }
      .key-chars__item-text span {
        background-color: transparent; }
    .key-chars__products {
      margin: 0; }
      .key-chars__products .col-6,
      .key-chars__products .col-5 {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 8px;
        text-align: left;
        min-height: 120px;
        padding: 16px 0 0 150px; }
        .key-chars__products .col-6 .products-item__img,
        .key-chars__products .col-5 .products-item__img {
          width: 120px;
          padding-top: 120px;
          position: absolute;
          left: 0;
          top: 0; }
        .key-chars__products .col-6 .products-item-art,
        .key-chars__products .col-5 .products-item-art {
          max-width: 380px;
          margin: 0; }
  .key-chars--main-bags .key-chars__items.cols .key-chars__item-text {
    max-width: 100%; }
  .main-accessories {
    flex-direction: column;
    align-items: center;
    margin: 0 0 60px; }
    .main-accessories .col {
      width: 100%;
      margin: 0 0 24px;
      border-right: 0;
      border-bottom: 1px solid #F3F1F3;
      padding: 0 0 24px; }
      .main-accessories .col:last-child {
        padding-bottom: 0;
        border: 0; }
    .main-accessories__img {
      padding-top: 220px;
      margin-bottom: 12px; }
  .main-hot {
    margin-bottom: 32px; }
  .rss {
    margin: 0 0 60px; }
    .rss .col {
      display: block;
      width: 100%;
      margin: 0 0 24px; }
  .main-serv .services-item {
    padding: 60px 24px 300px;
    background-position: 50%  96%;
    background-size: auto 280px; }
  .services-items {
    margin: 0 0 60px; }
  .main-solutions {
    margin-bottom: 60px; }
    .main-solutions .col {
      width: calc(50% - 32px); }
      .main-solutions .col.col-3 {
        width: 100%; }
      .main-solutions .col:last-child {
        padding: 0; }
      .main-solutions .col a.main-solutions__all {
        min-height: auto;
        padding: 6px;
        border-radius: 8px; }
        .main-solutions .col a.main-solutions__all span {
          display: block;
          text-align: center;
          position: static;
          transform: none; }
  .main-news {
    margin-bottom: 30px; }
  .news-filter {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -16px 40px;
    padding: 0 16px; }
    .news-filter::-webkit-scrollbar {
      display: none; }
    .news-filter a {
      white-space: nowrap; }
      .news-filter a:last-child {
        margin-right: 16px; }
  .clients {
    margin-bottom: 60px; }
  .geography {
    margin-bottom: 60px; }
    .geography-globe {
      display: none; }
  .body--main .feedback {
    padding-top: 60px; }
  .feedback {
    margin-bottom: 60px;
    display: block; }
    .feedback form {
      padding: 0;
      width: 100%; }
    .feedback-info {
      padding: 0;
      width: 100%;
      max-width: 600px;
      background: none; }
  .footer-col {
    width: 33.33%; }
    .footer-col--1, .footer-col--2 {
      display: none; }
  .key-chars--main .key-chars__scheme {
    margin-bottom: 60px; }
  .key-chars--main-bags {
    padding-bottom: 0; }
  .products.cols .col-4 {
    width: calc(50% - 32px); }
  .products.cols .products-item__img {
    padding-top: 55%; }
  .footer {
    margin-top: 80px; }
  .sub-menu {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -16px 32px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .sub-menu::-webkit-scrollbar {
      display: none; }
    .sub-menu ul {
      display: flex;
      border: 0; }
      .sub-menu ul a {
        white-space: nowrap; }
      .sub-menu ul li:last-child {
        padding-right: 16px; }
  .body--services-garments .services-advantages__item {
    width: calc(50% - 32px); }
  .video-wrap img {
    width: 100%; }
  .patent-img {
    bottom: auto;
    padding-top: 56%; }
  .constructor-img {
    padding-left: 40px; } }

@media (max-width: 767px) {
  .main {
    width: 100vw;
    overflow: hidden; }
  .questions-title,
  .services-advantages--for-whom .services-advantages__title,
  .steps-title,
  .cases-title,
  .clients-title,
  .main-hot__title,
  h1, .h1, h2, .h2 {
    font-size: 30px;
    line-height: 42px; }
  .header > .wrap {
    height: 66px; }
  .header-top {
    padding-top: 50px; }
    .header-top .logo {
      width: 153px; }
  .burger {
    top: 16px; }
  .footer-col {
    width: 100%;
    text-align: left; }
    .footer-col--3 {
      display: none; }
    .footer-col--4 {
      margin-bottom: 32px; }
  .top-menu {
    margin: 0 43px 0 -10px; }
    .top-menu ul li a {
      padding: 12px 8px; }
  .main-numbers__item {
    width: 250px; }
    .main-numbers__item--3, .main-numbers__item--2 {
      top: -22%; }
    .main-numbers__item-count {
      font-size: 22px; }
    .main-numbers__item-text {
      font-size: 10px;
      max-width: 36%; }
  .key-chars__item {
    width: 100%; }
  .key-chars__scheme {
    position: relative; }
    .key-chars__scheme-item {
      position: static;
      font-size: 16px;
      line-height: 24px;
      width: 100%;
      margin-bottom: 8px; }
      .key-chars__scheme-item:before {
        content: attr(data-js-count) ". ";
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        font-weight: 500; }
      .key-chars__scheme-item:after {
        content: attr(data-js-count);
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 1.6;
        margin-right: 10px;
        font-weight: 500;
        position: absolute;
        top: 0;
        left: 50%;
        color: #FF500F; }
      .key-chars__scheme-item h4 {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 24px; }
      .key-chars__scheme-item--1:after {
        top: 7%;
        margin-left: -158px; }
      .key-chars__scheme-item--2:after {
        top: 20%;
        margin-left: -138px; }
      .key-chars__scheme-item--3:after {
        top: 13%;
        margin-left: 110px; }
      .key-chars__scheme-item--4:after {
        top: 18%;
        margin-left: 110px; }
  .key-chars__scheme-item--3 {
    max-width: 100%; }
  .key-chars__scheme--bag {
    padding-top: 232px;
    position: relative; }
    .key-chars__scheme--bag .key-chars__scheme-item {
      width: 100%;
      max-width: 100%; }
      .key-chars__scheme--bag .key-chars__scheme-item--1:after {
        top: 6%;
        margin-left: -176px; }
      .key-chars__scheme--bag .key-chars__scheme-item--2:after {
        top: 12%;
        margin-left: -203px; }
      .key-chars__scheme--bag .key-chars__scheme-item--3:after {
        top: 16%;
        margin-left: -183px; }
      .key-chars__scheme--bag .key-chars__scheme-item--4:after {
        top: 21%;
        margin-left: -160px; }
      .key-chars__scheme--bag .key-chars__scheme-item--5:after {
        top: 28%;
        margin-left: -160px; }
      .key-chars__scheme--bag .key-chars__scheme-item--6:after {
        top: 8%;
        margin-left: 155px; }
      .key-chars__scheme--bag .key-chars__scheme-item--7:after {
        top: 13.5%;
        margin-left: 155px; }
      .key-chars__scheme--bag .key-chars__scheme-item--8:after {
        top: 17.5%;
        margin-left: 155px; }
      .key-chars__scheme--bag .key-chars__scheme-item--9:after {
        top: 23.5%;
        margin-left: 155px; }
      .key-chars__scheme--bag .key-chars__scheme-item--10:after {
        top: 30.5%;
        margin-left: 155px; }
    .key-chars__scheme--bag img {
      max-width: none;
      margin: 0;
      height: 232px;
      width: auto;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .main-hot .swiper-container {
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden; }
  .main-hot .swiper-wrapper {
    align-items: stretch; }
  .main-hot .swiper-slide {
    flex: 0 0 auto;
    width: min(240px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px); }
  .main-hot .products-item {
    width: 100%;
    max-width: 100%; }
  .main-hot .products-item__img {
    width: 100%;
    padding-top: 103%; }
  .main-hot .swiper-button {
    display: none; }
  .main-news .news-item.swiper-slide {
    width: 300px;
    margin-bottom: 0; }
  .main-news .swiper-button {
    display: none; }
  .main-news .news-item__text {
    display: none; }
  .clients .swiper-button {
    display: none; }
  .clients .swiper-slide {
    width: 150px; }
  .marketplaces .cols {
    margin: -16px;
    padding: 0 16px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden; }
    .marketplaces .cols::-webkit-scrollbar {
      display: none; }
  .marketplaces .col {
    min-width: 140px;
    margin: 0 16px 0 0; }
    .marketplaces .col:last-child {
      padding-right: 16px; }
  .marketplaces-item {
    margin: 0; }
  .body--main .services-items,
  .body--main .marketplaces {
    margin-bottom: 60px; }
  .services-item__title {
    font-size: 24px;
    line-height: 35px; }
  .main-serv .services-item {
    padding-bottom: 220px;
    background-size: auto 180px; }
  .main-solutions .cols {
    margin: 0 -8px; }
  .main-solutions .col {
    width: calc(50% - 16px);
    margin: 0 8px 32px; }
    .main-solutions .col a {
      min-height: 180px;
      font-size: 14px;
      line-height: 20px; }
  .header-contacts--mail {
    margin-top: 49px; }
  .input-wrap--2 {
    width: 100%;
    margin-right: 0; }
  .agree {
    display: block;
    padding-left: 0;
    width: 100%;
    margin-top: 16px; }
  .products.cols {
    margin: 0; }
    .products.cols .col-4 {
      width: 100%;
      margin: 0 0 24px; }
    .products.cols .products-item__img {
      padding-top: 50%; }
    .products.cols .products-item__art {
      margin-bottom: 8px; }
  .page-left {
    display: none; }
  .page-right {
    width: 100%; }
  .catalog-products {
    margin: 0; }
    .catalog-products .products-item {
      width: 100%;
      margin: 0 0 24px; }
      .catalog-products .products-item__img {
        padding-top: 50%; }
      .catalog-products .products-item__btn {
        width: 100%;
        max-width: 100%; }
  .catalog-bot {
    margin: 40px 0; }
  .catalog-sort {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    width: 50%; }
    .catalog-sort__title {
      display: none; }
    .catalog-sort__items {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .catalog-sort.opened {
      height: auto; }
    .catalog-sort__item {
      display: inline-block;
      vertical-align: top;
      margin-right: 0;
      padding-right: 24px; }
      .catalog-sort__item.active {
        order: -1;
        position: relative; }
        .catalog-sort__item.active:after {
          content: "";
          display: block;
          position: absolute;
          width: 16px;
          height: 12px;
          background: url("/local/templates/terpak/images/svg/arr-choose.svg") no-repeat center;
          background-size: contain;
          right: 0;
          top: 8px; }
  .catalog-view {
    display: none; }
  .about-top {
    margin: 0 0 44px; }
    .about-top .col {
      width: 100%;
      margin: 0 0 16px; }
    .about-top__card {
      padding: 40px 16px; }
  .about-history {
    margin-bottom: 60px; }
  .about-slider {
    margin-bottom: 60px; }
  .about-scheme__img {
    padding: 0; }
    .about-scheme__img img {
      max-height: 20vh; }
  .about-certs {
    margin-bottom: 60px; }
  .about-reviews {
    margin: 0 0 60px; }
    .about-reviews .col {
      width: 100%;
      margin: 0 0 24px; }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    overflow-x: auto;
    overflow-y: hidden; }
    .swiper-container-horizontal > .swiper-pagination-bullets::-webkit-scrollbar {
      display: none; }
  .about-reviews__items .col-2 {
    width: calc(50% - 32px);
    margin: 0 16px 32px; }
  .services-item {
    padding: 32px 16px; }
  .body--services .services-item {
    background-image: none !important; }
  .solutions-item {
    width: calc(50% - 32px);
    margin-bottom: 32px; }
    .solutions-item__img {
      margin-bottom: 16px; }
  .cases {
    margin-bottom: 60px; }
    .cases-item {
      margin-bottom: 40px; }
      .cases-item__title {
        font-size: 20px;
        line-height: 32px; }
  .services-advantages__item {
    width: calc(100% - 32px);
    padding: 32px 16px; }
    .services-advantages__item-img {
      width: 50px;
      height: 50px;
      margin-bottom: 16px; }
  .body--services-garments .services-advantages {
    margin-bottom: 50px; }
    .body--services-garments .services-advantages__item {
      padding: 32px 16px; }
      .body--services-garments .services-advantages__item-text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 54px);
        padding-left: 16px; }
      .body--services-garments .services-advantages__item-img {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 16px; }
  .patent {
    padding-left: 0;
    margin-bottom: 60px; }
    .patent-img {
      position: static;
      padding-top: 55%;
      margin-bottom: 16px; }
  .constructor {
    display: block; }
    .constructor-form {
      width: 100%; }
    .constructor-img {
      width: 100%;
      padding: 0; }
      .constructor-img__time {
        left: 24px;
        bottom: 22px; }
    .constructor-btn {
      width: 100%;
      margin: 0 0 16px; }
    .constructor-min {
      margin: 0 0 32px;
      width: 100%;
      text-align: left; }
    .constructor #constructor {
      height: 500px; }
  .steps {
    margin-bottom: 60px; }
  .packs-types {
    margin-bottom: 60px; }
    .packs-types__right, .packs-types__left {
      width: 100%;
      margin: 0; }
    .packs-types__slider {
      width: 100%;
      padding: 0; }
  .drop-top {
    padding: 24px 40px 23px 0; }
  .body--services-garments .questions {
    margin-bottom: 60px; }
  .body--services-garments .services-advantages__item {
    width: calc(100% - 32px); }
  .services-advantages--for-whom .services-advantages__item {
    display: flex;
    align-items: center;
    padding: 20px 16px; }
    .services-advantages--for-whom .services-advantages__item-img {
      margin: 0; }
  .top-slider {
    margin: 58px 0 56px; }
    .top-slider:before {
      left: 0;
      right: 0; }
    .top-slider .swiper-container {
      padding: 16px 10px 32px;
      margin: 0 -10px; }
    .top-slider .swiper-slide {
      display: block;
      padding: 10px 24px 32px; }
    .top-slider__img, .top-slider__info {
      width: 100%;
      margin: 0; }
    .top-slider__img {
      background-color: transparent;
      margin-bottom: 24px;
      padding-top: 60%; }
  .fancybox-slide--html {
    padding: 0; }
  .detail.fancybox-content {
    padding: 32px 16px;
    border-radius: 0; }
  .detail-left, .detail-right {
    width: 100%;
    padding: 0; }
  .detail h1 {
    font-size: 24px;
    line-height: 32px; }
  .detail-art {
    margin-bottom: 16px; }
  .detail-indo .tr {
    margin-bottom: 16px; }
  .detail-indo .td {
    width: 100%; }
    .detail-indo .td:first-child:before {
      display: none; }
  .detail-img .gallery-top--single div {
    padding-top: 90%;
    margin-bottom: 24px; }
  .fancybox-infobar,
  .fancybox-navigation {
    display: none; }
  .certs {
    margin-bottom: 60px; }
    .certs .col-5 {
      width: calc(50% - 32px); }
  .news-item {
    width: calc(100% - 32px); }
    .news-items {
      margin-bottom: 30px; }
    .news-item__text {
      display: none; }
  .modern-page-next,
  .modern-page-title {
    font-size: 14px; }
  .highslide img {
    max-width: 100%;
    height: auto !important; }
  p img {
    max-width: 100%;
    height: auto !important; }
  .reviews {
    margin-bottom: 60px; }
    .reviews .col-3 {
      width: calc(50% - 32px); }
  .about-pay {
    margin-bottom: 60px; }
    .about-pay__table .td, .about-pay__table td {
      padding: 10px; }
  .about-delivery {
    padding-bottom: 40px;
    margin-bottom: 60px; }
  .about-delivery__right,
  .about-delivery__left {
    width: 100%;
    padding: 0; }
  .how-order {
    margin: 0; }
    .how-order__right .col {
      width: 100%;
      margin: 0 0 32px; }
    .how-order__right .cols {
      margin: 0; }
    .how-order__right, .how-order__left {
      width: 100%;
      padding: 0; }
    .how-order__title {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; }
    .how-order__card {
      padding: 24px 16px;
      min-height: auto; }
  .body--services-garments .page-text {
    margin-bottom: 32px; }
  .body--services-garments .about-slider {
    margin-bottom: 46px; }
  .body--services-garments .services-production {
    margin-bottom: 0; }
    .body--services-garments .services-production__title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0;
      margin-bottom: 24px; }
  .body--services-garments .services-advantages__item-text {
    padding-left: 0;
    max-width: 100%;
    width: 100%; }
  .body--services-garments .services-advantages--for-whom .services-advantages__item-text {
    padding-left: 16px; }
  .application-title,
  .quick-order__title,
  .garments-title,
  .top-slider__title,
  .packs-types__title,
  .about-scheme__title,
  .services-best__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em; }
  .application.tabs {
    margin-bottom: 80px; }
    .application.tabs .application-title {
      margin-bottom: 16px; }
    .application.tabs .tab-links {
      display: flex;
      align-items: flex-start;
      margin: 0 -16px 24px;
      padding: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      width: auto;
      max-width: 100vw; }
      .application.tabs .tab-links a {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        margin: 0 16px 0 0; }
      .application.tabs .tab-links::-webkit-scrollbar {
        display: none; }
    .application.tabs .application-item__info, .application.tabs .application-item__img {
      width: 100%;
      padding: 0;
      margin: 0; }
    .application.tabs .application-item__info {
      margin-bottom: 24px; }
    .application.tabs .application-item .swiper-container {
      margin: 0 -10px; }
  .garments {
    margin-bottom: 80px; }
    .garments-left, .garments-right {
      width: 100%;
      padding: 0;
      margin: 0; }
    .garments-left {
      margin: 0 -16px 24px;
      padding: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      width: auto;
      max-width: 100vw; }
      .garments-left::-webkit-scrollbar {
        display: none; }
    .garments-links {
      display: flex;
      align-items: flex-start;
      margin: 0; }
      .garments-links a {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        margin: 0 16px 0 0;
        padding: 0;
        border-bottom: 1px solid transparent; }
        .garments-links a:before {
          display: none; }
        .garments-links a.active {
          transform: none;
          border-bottom: 1px solid #FF500F; }
    .garments .tab-links {
      display: flex;
      align-items: flex-start;
      margin: 0 -16px 24px;
      padding: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      width: auto;
      max-width: 100vw; }
      .garments .tab-links a {
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        margin: 0 16px 0 0; }
      .garments .tab-links::-webkit-scrollbar {
        display: none; }
    .garments .application-item__info, .garments .application-item__img {
      width: 100%;
      padding: 0;
      margin: 0; }
    .garments .application-item .swiper-container {
      margin: 0 -10px; }
  .quick-order {
    margin-bottom: 60px; }
    .quick-order__top {
      margin-bottom: 32px; }
    .quick-order__img {
      display: none; }
    .quick-order__form {
      display: block;
      width: 100%;
      margin: 0; }
      .quick-order__form .btn {
        width: calc(50% - 12px); }
        .quick-order__form .btn:last-child {
          margin-right: 0; }
  .solutions-slider {
    margin: 24px 0 60px; }
  .cases-title {
    margin-bottom: 32px; }
  .cases-item {
    margin: 0 0 60px; }
    .cases-item__title {
      margin-bottom: 16px; }
    .cases-item__info, .cases-item__img {
      display: block;
      margin: 0;
      width: 100%; }
    .cases-item__img {
      padding-top: 60%;
      margin-bottom: 24px; }
  .cases-item--2 .cases-item__img {
    padding-top: 50%;
    margin-bottom: 16px; }
  .cases-item--0 .cases-item__info {
    width: 100%; }
  .popup.rss-item {
    margin: 0 8px; }
  .header-search .search-close {
    display: none;
    width: 20px;
    height: 20px;
    background: url("/local/templates/terpak/images/svg/remove.svg") no-repeat center;
    background-size: 12px 12px;
    position: absolute;
    top: 10px;
    right: 42px;
    left: auto;
    bottom: auto;
    z-index: 6; }
  .header-search.active .search-close {
    display: block; } }

@media (max-width: 480px) {
  .questions-title,
  .services-advantages--for-whom .services-advantages__title,
  .steps-title,
  .cases-title,
  .clients-title, .main-hot__title, h1, .h1, h2, .h2 {
    font-size: 24px;
    line-height: 35px; }
  .footer {
    margin-top: 60px; }
  .steps-items {
    display: block;
    margin: 0; }
    .steps-items .steps-item {
      width: 100%;
      margin: 0 0 24px;
      padding: 32px 24px; } }

@media (max-width: 440px) {
  .key-chars__products .col-6,
  .key-chars__products .col-5 {
    padding-left: 100px; }
    .key-chars__products .col-6 .products-item__img,
    .key-chars__products .col-5 .products-item__img {
      width: 90px; }
  .key-chars .btn--light {
    width: 100%; }
  .key-chars__scheme--bag {
    padding-top: 175px; }
    .key-chars__scheme--bag img {
      height: 170px; }
    .key-chars__scheme--bag .key-chars__scheme-item--1:after {
      top: 3%;
      margin-left: -128px; }
    .key-chars__scheme--bag .key-chars__scheme-item--2:after {
      top: 7%;
      margin-left: -144px; }
    .key-chars__scheme--bag .key-chars__scheme-item--3:after {
      top: 9.5%;
      margin-left: -129px; }
    .key-chars__scheme--bag .key-chars__scheme-item--4:after {
      top: 12%;
      margin-left: -118px; }
    .key-chars__scheme--bag .key-chars__scheme-item--5:after {
      top: 18%;
      margin-left: -115px; }
    .key-chars__scheme--bag .key-chars__scheme-item--6:after {
      top: 5%;
      margin-left: 112px; }
    .key-chars__scheme--bag .key-chars__scheme-item--7:after {
      top: 8.5%;
      margin-left: 112px; }
    .key-chars__scheme--bag .key-chars__scheme-item--8:after {
      top: 11%;
      margin-left: 112px; }
    .key-chars__scheme--bag .key-chars__scheme-item--9:after {
      top: 15%;
      margin-left: 112px; }
    .key-chars__scheme--bag .key-chars__scheme-item--10:after {
      top: 20%;
      margin-left: 112px; }
  .main-top__info {
    padding: 40px 16px 32px; }
  .main-serv .services-item {
    padding: 40px 16px 180px;
    background-size: auto 140px; } }

/* ==========================================================================
   Adaptive fixes after live/layout review
   ========================================================================== */

@media (max-width: 1023px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

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

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

  /* На 1120px почта уводится absolute, а в мобильной шапке это нужно сбрасывать. */
  .header-contacts--mail {
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }

  .header-top {
    max-width: 100vw;
    box-sizing: border-box;
  }

  .header .btn--lang {
    right: 16px;
  }

  .main-top__info,
  .services-item,
  .feedback,
  .footer,
  .page-right,
  .catalog-products,
  .products-item,
  .news-item,
  .cases-item,
  .quick-order,
  .application,
  .garments {
    min-width: 0;
  }

  .main-top__img,
  .products-item__img,
  .catalog-products .products-item__img,
  .top-slider__img,
  .cases-item__img,
  .patent-img,
  .constructor-img,
  .about-scheme__img,
  .detail-img,
  .gallery-top,
  .gallery-thumbs {
    max-width: 100%;
    overflow: hidden;
  }

  .main-numbers__item {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  /* width:100vw + overflow:hidden часто маскирует настоящий вылет и может давать лишнюю ширину из-за скроллбара. */
  .main {
    width: auto;
    max-width: 100%;
    overflow-x: clip;
  }

  @supports not (overflow: clip) {
    .main {
      overflow-x: hidden;
    }
  }

  .header-top.opened {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  }

  .header-contacts {
    width: 100%;
    max-width: 375px;
  }

  .header-contacts--mail {
    margin-top: 24px;
  }

  .header a.header-callback,
  .header a.header-btn {
    max-width: 100%;
  }

  .top-menu,
  .sub-menu,
  .news-filter,
  .application.tabs .tab-links,
  .garments-left,
  .garments .tab-links,
  .marketplaces .cols {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .top-menu ul,
  .sub-menu ul,
  .news-filter,
  .application.tabs .tab-links,
  .garments-links,
  .garments .tab-links {
    min-width: 0;
  }

  .main-numbers__item--2,
  .main-numbers__item--3 {
    top: auto;
    margin-top: -56px;
  }

  .main-numbers__item:after {
    display: none;
  }

  .key-chars__item {
    padding-left: 66px;
  }

  .key-chars__item-img {
    width: 50px;
    height: 50px;
  }

  .key-chars__products .col-6,
  .key-chars__products .col-5 {
    padding-right: 0;
  }

  .catalog-sort {
    width: 100%;
    height: auto;
    min-height: 28px;
    margin-bottom: 16px;
  }

  .catalog-sort__items {
    position: static;
  }

  .catalog-sort:not(.opened) .catalog-sort__item:not(.active) {
    display: none;
  }

  .catalog-sort__item.active:after {
    top: 6px;
  }

  .about-pay__table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .detail.fancybox-content {
    width: 100%;
    max-width: 100%;
  }

  .detail-left,
  .detail-right {
    display: block;
  }

  .quick-order__form .btn {
    min-width: 0;
  }
}

@media (max-width: 575px) {
  .main-solutions .cols,
  .solutions-items,
  .about-reviews__items,
  .certs .cols,
  .reviews .cols {
    margin-left: 0;
    margin-right: 0;
  }

  .main-solutions .col,
  .solutions-item,
  .about-reviews__items .col-2,
  .certs .col-5,
  .reviews .col-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .main-solutions .col a {
    min-height: 150px;
  }

  .feedback .input-wrap,
  .feedback .input-wrap--2,
  .feedback input,
  .feedback textarea,
  .feedback .btn,
  .constructor-form input,
  .constructor-form textarea,
  .constructor-form select {
    width: 100%;
    max-width: 100%;
  }

  .quick-order__form .btn {
    width: 100%;
    margin: 0 0 12px;
  }

  .quick-order__form .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 440px) {
  .main-top__info {
    padding-left: 0;
    padding-right: 0;
  }

  .main-top__info .btn,
  .main-serv .services-item .btn,
  .key-chars .btn,
  .main-solutions__all,
  .catalog-products .products-item__btn {
    width: 100%;
    max-width: 100%;
  }

  .key-chars__products .col-6,
  .key-chars__products .col-5 {
    min-height: 96px;
    padding-left: 96px;
  }

  .key-chars__products .col-6 .products-item__img,
  .key-chars__products .col-5 .products-item__img {
    width: 84px;
    padding-top: 84px;
  }

  .key-chars__scheme--bag {
    padding-top: 150px;
  }

  .key-chars__scheme--bag img {
    max-width: calc(100vw - 32px);
    height: auto;
    max-height: 150px;
  }

  .key-chars__scheme-item:after,
  .key-chars__scheme--bag .key-chars__scheme-item:after {
    display: none;
  }
}

@media (max-width: 374px) {
  .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .questions-title,
  .services-advantages--for-whom .services-advantages__title,
  .steps-title,
  .cases-title,
  .clients-title,
  .main-hot__title,
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 22px;
    line-height: 31px;
  }

  .main-numbers__item {
    width: 220px;
  }

  .main-numbers__item-count {
    font-size: 20px;
  }

  .main-numbers__item-text {
    max-width: 42%;
  }

  .main-news .news-item.swiper-slide,
  .news-item {
    width: 280px;
    max-width: 100%;
  }

  .popup.rss-item {
    margin-left: 0;
    margin-right: 0;
  }
}


/* =========================================================
   About company key characteristics block
   Fixes overflow caused by desktop min-width:626px image column.
   Source desktop rules: .key-chars--main-about-company-wrapper,
   .key-chars__about-company-picture in terpak.css.
   ========================================================= */
@media (max-width: 1199px) {
  .key-chars--main-about-company-wrapper {
    gap: 32px;
    align-items: flex-start;
    max-width: 100%;
  }

  .key-chars--main-about-company-wrapper .key-chars__text {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .key-chars__about-company-picture {
    flex: 0 1 48%;
    min-width: 0;
    width: 48%;
    max-width: 100%;
  }

  .key-chars__about-company-picture img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .key-chars--main-about-company-wrapper {
    gap: 24px;
    margin-top: 32px;
  }

  .key-chars--main-about-company-wrapper .key-chars__text {
    margin: 0;
    text-align: left;
  }

  .key-chars__about-company-picture {
    flex-basis: 46%;
    width: 46%;
  }
}

@media (max-width: 767px) {
  .key-chars--main-about-company-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }

  .key-chars--main-about-company-wrapper .key-chars__text,
  .key-chars__about-company-picture {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .key-chars--main-about-company-wrapper .key-chars__text {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .key-chars--main-about-company-wrapper {
    gap: 20px;
  }
}

/* ======================================================================
   Adaptive audit v3: fixes based on full desktop terpak.css review
   This layer is intentionally placed after the previous mobile fixes.
   ====================================================================== */

@media (max-width: 1199px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .wrap,
  .main,
  .page,
  .page-top,
  .page-text,
  .feedback,
  .application,
  .garments,
  .quick-order,
  .constructor,
  .about-delivery,
  .how-order,
  .patent,
  .packs-types,
  .services-items,
  .products,
  .catalog-products,
  .catalog-bot,
  .detail,
  .detail-descr,
  .rss,
  .marketplaces,
  .solutions-items,
  .cases,
  .clients,
  .geography,
  .footer {
    max-width: 100%;
  }

  img,
  svg,
  video,
  iframe,
  table {
    max-width: 100%;
  }

  .col,
  .page-left,
  .page-right,
  .feedback-info,
  .feedback-form,
  .application-item__info,
  .application-item__img,
  .garments-left,
  .garments-right,
  .quick-order__form,
  .quick-order__img,
  .constructor-form,
  .constructor-img,
  .packs-types__left,
  .packs-types__right,
  .packs-types__slider,
  .about-delivery__left,
  .about-delivery__right,
  .how-order__left,
  .how-order__right,
  .detail-left,
  .detail-right,
  .popup-left,
  .popup-right {
    min-width: 0;
  }

  .main-top {
    padding-right: 52%;
  }

  .main-top__img {
    width: 52%;
  }

  .main-numbers {
    margin-right: 0;
  }

  .feedback {
    gap: 32px;
  }

  .feedback-info,
  .feedback-form {
    flex: 1 1 0;
    width: auto;
    padding-left: 0;
  }

  .about-top__card {
    float: none;
    max-width: 100%;
  }

  .news-filter,
  .sub-menu,
  .garments-left,
  .application.tabs .tab-links,
  .garments .tab-links {
    scrollbar-width: none;
  }

  .news-filter::-webkit-scrollbar,
  .sub-menu::-webkit-scrollbar,
  .garments-left::-webkit-scrollbar,
  .application.tabs .tab-links::-webkit-scrollbar,
  .garments .tab-links::-webkit-scrollbar {
    display: none;
  }

  .about-pay__table,
  .table-scroll {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .services-item {
    background-position: right 24px center;
    background-size: auto 260px;
  }

  .key-chars__scheme-item,
  .key-chars__scheme-item-title {
    font-size: 14px;
    line-height: 20px;
  }

  .key-chars--main-about-company-wrapper {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
  }

  .key-chars--main-about-company-wrapper .key-chars__text {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .key-chars__about-company-picture {
    flex: 0 1 48%;
    width: 48%;
    min-width: 0;
    max-width: 100%;
  }

  .patent {
    padding-left: 40%;
  }

  .patent-img {
    width: 35%;
  }

  .packs-types__left {
    width: 34%;
    margin-right: 2%;
  }

  .packs-types__slider {
    width: 63%;
    padding-inline: 24px;
  }

  .constructor {
    gap: 40px;
  }

  .constructor-form {
    flex: 0 0 400px;
    width: 400px;
  }

  .constructor-img {
    flex: 1 1 0;
    width: auto;
    padding-left: 0;
  }

  .constructor #constructor {
    max-width: 100%;
    height: 620px;
  }

  .info-box__content {
    left: auto;
    right: 0;
    width: min(512px, calc(100vw - 32px));
  }
}

@media (max-width: 1023px) {
  .page {
    display: block;
  }

  .page-left {
    display: none;
  }

  .page-right {
    width: 100%;
    padding-top: 0;
  }

  .cols {
    margin-inline: -8px;
  }

  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .solutions-item,
  .reviews .col-3,
  .certs .col-5,
  .about-reviews__items .col-2 {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }

  .footer-top {
    padding-top: 80px;
  }

  .footer-bot .prominado {
    position: static;
    display: block;
    margin-top: 12px;
  }

  .about-history {
    overflow: hidden;
  }

  .about-history .swiper-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .about-history .swiper-wrapper {
    align-items: flex-start;
  }

  .about-history .swiper-slide {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .about-history__item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }

  .about-history .swiper-pagination,
  .about-history .swiper-container-horizontal > .swiper-pagination-bullets {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px clamp(14px, 4vw, 24px);
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0;
    overflow: visible;
    white-space: normal;
  }

  .about-history .swiper-pagination-bullet {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 !important;
    background: none;
    opacity: 1;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1.2;
  }

  .about-history .swiper-pagination-bullet-active {
    color: #FF500F;
    background: none;
  }

  .about-delivery__left,
  .about-delivery__right,
  .how-order__left,
  .how-order__right {
    display: block;
    width: 100%;
    padding: 0;
  }

  .about-delivery__text,
  .about-delivery__place,
  .about-delivery__map-text,
  .how-order__left .how-order__title,
  .how-order__right .how-order__title {
    max-width: none;
  }

  .how-order__left {
    margin-bottom: 32px;
  }

  .cases-item {
    margin-inline: 0;
  }

  .cases-item__img,
  .cases-item__info,
  .cases-item--3 .cases-item__img,
  .cases-item--3 .cases-item__info {
    display: block;
    width: 100%;
    margin: 0 0 24px;
  }

  .cases-item--4 .cases-item__info {
    padding-left: 0;
  }

  .cases-item--4 .cases-item__title {
    position: static;
    width: 100%;
    max-width: none;
  }

  .application-item__info,
  .application-item__img,
  .garments .application-item__info,
  .garments .application-item__img {
    display: block;
    width: 100%;
    margin: 0;
  }

  .application-item__info,
  .garments .application-item__info {
    margin-bottom: 24px;
  }

  .garments-left,
  .garments-right {
    display: block;
    width: 100%;
  }

  .garments-left {
    margin: 0 -16px 24px;
    padding: 16px;
    overflow-x: auto;
  }

  .garments-links {
    display: flex;
    gap: 16px;
    margin: 0;
  }

  .garments-link {
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0;
  }

  .garments-link.active {
    transform: none;
  }

  .garments-link:before {
    display: none;
  }

  .quick-order__form,
  .quick-order__img {
    width: 100%;
    margin: 0;
  }

  .quick-order__form {
    display: block;
    margin-bottom: 32px;
  }

  .quick-order__img {
    display: block;
    padding-top: 50%;
  }

  .constructor {
    display: block;
  }

  .constructor-form,
  .constructor-img {
    width: 100%;
  }

  .constructor-img {
    padding-left: 0;
  }

  .constructor #constructor {
    height: 520px;
  }

  .packs-types__left,
  .packs-types__slider,
  .packs-types__right {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .packs-types__left {
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .packs-types__item {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 18px;
  }

  .packs-types__item.active {
    transform: none;
  }

  .packs-types__item:before {
    display: none;
  }

  .catalog-products.list .col-3 {
    padding-right: 0;
  }

  .catalog-products.list .col-3 .products-item__info {
    min-height: 0;
    padding-left: 170px;
  }

  .catalog-products.list .col-3 .products-item__btn,
  .catalog-products.list .col-3 .products-item__like,
  .catalog-products.list .col-3 .products-item__compare {
    position: static;
  }

  .filter .bx-filter-container-modef #modef {
    left: 0;
    top: 100%;
    transform: none;
    white-space: normal;
    min-width: 0;
    max-width: 100%;
  }

  .filter .bx-filter-container-modef #modef:before {
    display: none;
  }

  .popup-constructor,
  .popup-left,
  .popup-right {
    max-width: 100%;
  }

  .popup-left,
  .popup-right {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 16px;
  }

  .popup-right {
    top: auto;
    right: auto;
    bottom: auto;
    max-height: none;
  }

  .popup-right__content {
    position: static;
    padding: 32px;
  }

  .popup-right:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrap {
    padding-inline: 16px;
  }

  .main {
    width: auto;
    max-width: 100%;
    overflow-x: clip;
  }

  .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 24px;
  }

  .btn,
  .btn--ful-width,
  .main-top__info-btn,
  .main-accessories__btn,
  .main-news__btn,
  .clients-btn,
  .feedback-form button,
  .patent-btn,
  .packs-types__btn,
  .constructor-btn,
  .products-item__btn,
  .detail-btns .btn,
  .detail-descr__scheme-btn,
  .quick-order__form .btn,
  .popup-btn {
    width: 100%;
    max-width: 100%;
  }

  .header-top.opened {
    max-height: calc(100vh - 66px);
    overflow-y: auto;
  }

  .header-top .logo {
    max-width: calc(100% - 70px);
  }

  .header-contacts {
    width: 100%;
    max-width: 320px;
  }

  .header-contacts--mail {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    margin-top: 24px;
  }

  .header .btn--lang {
    right: 16px;
  }

  .main-top {
    border-radius: 12px;
    padding-right: 0;
  }

  .main-top__info {
    padding: 36px 20px 28px;
  }

  .main-top__img {
    position: static;
    width: 100%;
    min-height: 220px;
    height: auto;
    padding-top: 58%;
  }

  .main-numbers__item {
    width: min(250px, 100%);
  }

  .main-numbers__item--2,
  .main-numbers__item--3 {
    top: auto;
    margin-top: -18%;
  }

  .key-chars--main-about-company-wrapper {
    display: block;
    margin-top: 24px;
    overflow: visible;
  }

  .key-chars--main-about-company-wrapper .key-chars__text {
    width: 100%;
    margin: 0 0 24px;
  }

  .key-chars__about-company-picture {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .key-chars__about-company-picture img {
    display: block;
    width: 100%;
    height: auto;
  }

  .key-chars__scheme {
    overflow: visible;
  }

  .key-chars__scheme img {
    max-width: 100%;
    margin-inline: auto;
  }

  .key-chars__scheme-item:after {
    display: none;
  }

  .key-chars__products .col-6,
  .key-chars__products .col-5 {
    min-height: 96px;
    padding-left: 108px;
  }

  .key-chars__products .col-6 .products-item__img,
  .key-chars__products .col-5 .products-item__img {
    width: 92px;
    padding-top: 92px;
  }

  .main-accessories .col,
  .rss .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .main-solutions .col,
  .products.cols .col-4,
  .catalog-products .products-item,
  .solutions-item,
  .reviews .col-3,
  .certs .col-5,
  .about-reviews__items .col-2,
  .body--services-garments .services-advantages__item {
    display: block;
    width: 100%;
    margin: 0 0 24px;
  }

  .cols,
  .products.cols,
  .solutions-items,
  .certs .cols,
  .reviews .cols,
  .about-reviews__items,
  .how-order__right .cols {
    margin-inline: 0;
  }

  .marketplaces .cols,
  .news-filter,
  .sub-menu,
  .application.tabs .tab-links,
  .garments .tab-links,
  .garments-left {
    max-width: calc(100vw - 0px);
  }

  .main-solutions__items .col a,
  .main-solutions .col a {
    min-height: 176px;
  }

  .main-solutions .col a.main-solutions__all {
    min-height: 64px;
  }

  .main-news__btn {
    position: static;
    margin-bottom: 24px;
  }

  .services-item,
  .main-serv .services-item {
    padding: 32px 16px;
    background-image: none !important;
  }

  .services-item__images {
    margin-inline: 0;
  }

  .services-item__img {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding-top: 55%;
  }

  .services-advantages__items {
    display: block;
    margin-inline: 0;
  }

  .services-advantages__item {
    width: 100%;
    margin: 0 0 16px;
  }

  .about-pay__table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .about-pay__table table {
    min-width: 560px;
  }

  .about-delivery #map {
    height: 300px;
  }

  .patent {
    padding-left: 0;
  }

  .patent-img {
    position: static;
    display: block;
    width: 100%;
    padding-top: 56%;
    margin-bottom: 24px;
  }

  .steps-items {
    display: block;
    margin: 0;
  }

  .steps-item {
    width: 100%;
    margin: 0 0 16px;
    padding: 28px 20px;
  }

  .packs-types__left {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .packs-types__btn {
    margin-inline: 0;
  }

  .constructor-holder {
    border-radius: 12px;
  }

  .constructor #constructor {
    height: 420px;
  }

  .constructor-img__time,
  .constructor-img__bio {
    left: 16px;
    bottom: 18px;
    max-width: calc(100% - 32px);
  }

  .constructor-img__bio {
    bottom: 72px;
  }

  .constructor-item .col {
    width: 100%;
    margin: 0 0 16px;
  }

  .geography--s1,
  .geography--en {
    padding-bottom: 60%;
    background-position: center bottom;
  }

  .detail-left,
  .detail-right {
    display: block;
    width: 100%;
    padding: 0;
  }

  .detail-img .gallery-top .swiper-slide {
    height: 360px;
  }

  .detail-btns .btn {
    margin: 0 0 12px;
  }

  .detail-compare,
  .detail-like {
    margin: 0 24px 24px 0;
  }

  .detail-descr .tab-links {
    display: flex;
    overflow-x: auto;
    margin: 0 -16px 32px;
    padding: 0 16px;
  }

  .detail-descr .tab-link {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-right: 24px;
  }

  .detail-descr img {
    height: auto !important;
  }

  .catalog-top:after {
    content: "";
    display: block;
    clear: both;
  }

  .catalog-sort {
    display: block;
    width: 100%;
    height: auto;
    min-height: 32px;
    margin-bottom: 16px;
  }

  .catalog-sort__items {
    position: static;
    width: 100%;
  }

  .catalog-sort:not(.opened) .catalog-sort__item:not(.active) {
    display: none;
  }

  .catalog-sort__item {
    display: block;
    margin: 0 0 8px;
    padding: 0 24px 0 0;
  }

  .catalog-products.list .col-3 {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 24px;
  }

  .catalog-products.list .col-3 .products-item__info {
    padding-left: 0;
  }

  .catalog-products.list .col-3 .products-item__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 55%;
    margin-bottom: 16px;
  }

  .products-item__like {
    margin-left: 8px;
  }

  .products-item__compare {
    max-width: 100%;
  }

  .filter-title {
    line-height: 32px;
  }

  .filter .bx-filter-container-modef #modef {
    position: static;
    margin-top: 12px;
    box-shadow: none;
    border: 1px solid #F2F6FA;
  }

  .popup-constructor,
  .popup.fancybox-content,
  .detail.fancybox-content {
    width: 100%;
    border-radius: 0;
    padding: 24px 16px;
  }

  .popup-left,
  .popup-right {
    border-radius: 12px;
  }

  .popup-left {
    padding: 24px 16px;
    margin-bottom: 16px;
  }

  .popup-right__content {
    padding: 24px 16px;
  }

  .popup-right .table .td,
  .info-box__content .table .td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .info-box {
    position: static;
  }

  .info-box__content {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 24px 16px;
  }

  .info-box__content:after {
    display: none;
  }

  .footer-top {
    padding-top: 72px;
    margin-bottom: 32px;
  }

  .footer .logo {
    width: 160px;
    height: 45px;
  }

  .footer-col,
  .footer-col--4,
  .footer-col--5 {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .questions-title,
  .services-advantages--for-whom .services-advantages__title,
  .steps-title,
  .cases-title,
  .clients-title,
  .main-hot__title,
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3,
  .h3,
  .services-item__title,
  .services-production__title,
  .application-title,
  .quick-order__title,
  .garments-title,
  .top-slider__title,
  .packs-types__title,
  .about-scheme__title,
  .services-best__title,
  .constructor-title,
  .advantages-title {
    font-size: 22px;
    line-height: 30px;
  }

  .main-top__info-title {
    font-size: 26px;
    line-height: 34px;
  }

  .main-news .news-item.swiper-slide {
    width: 82vw;
  }

  .clients .swiper-slide {
    width: 140px;
    padding-top: 52px;
  }

  .key-chars__item {
    padding-left: 64px;
  }

  .key-chars__item-img {
    width: 48px;
    height: 48px;
  }

  .key-chars__products .col-6,
  .key-chars__products .col-5 {
    padding: 0;
  }

  .key-chars__products .col-6 .products-item__img,
  .key-chars__products .col-5 .products-item__img {
    position: relative;
    width: 100%;
    padding-top: 55%;
    margin-bottom: 12px;
  }

  .main-solutions__items .col a,
  .main-solutions .col a {
    min-height: 150px;
  }

  .rss-item {
    padding: 24px 16px;
    background-image: none !important;
  }

  .top-slider {
    margin-inline: 0;
  }

  .top-slider:before {
    left: 0;
    right: 0;
  }

  .top-slider__img .label {
    top: 16px;
    right: 16px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 12px;
  }


  .about-pay__table table {
    min-width: 500px;
  }

  .constructor #constructor {
    height: 340px;
  }

  .detail-img .gallery-top .swiper-slide {
    height: 300px;
  }

  .detail-img .gallery-thumbs {
    height: 86px;
  }

  .quick-order__form .btn {
    display: block;
    margin: 16px 0 0;
  }

  .quick-order__form .radio-wrap {
    padding-inline: 16px;
  }

  .footer-bot .copyright,
  .footer-bot .policy {
    display: block;
    margin: 0 0 8px;
  }
}

@media (max-width: 380px) {
  .wrap {
    padding-inline: 12px;
  }

  .header-top {
    padding-inline: 12px;
  }

  .top-menu {
    margin-right: 36px;
  }

  .main-top__info,
  .services-item,
  .how-order__card,
  .steps-item,
  .about-top__card,
  .services-advantages__item {
    padding-inline: 12px;
  }

  .main-news .news-item.swiper-slide {
    width: 86vw;
  }

  .constructor #constructor {
    height: 300px;
  }
}

/* ==========================================================================
   MOBILE HEADER v13 — clean fixed overlay
   На телефоне:
   - видимая строка: логотип + поиск + бургер;
   - header-bot скрыт;
   - меню и служебные элементы шапки лежат в fixed-панели поверх контента;
   - элементы верхней шапки не торчат поверх логотипа.
   ========================================================================== */

@media (max-width: 767px) {
  body.mobile-menu-opened {
    overflow: hidden;
    touch-action: none;
  }

  .header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
  }

  .header > .wrap {
    position: relative;
    height: 66px;
    padding: 0 16px;
    background: #ffffff;
  }

  .header-top {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: block !important;
    height: 66px !important;
    min-height: 66px !important;
    overflow: visible !important;
    padding: 0 !important;
    background: #ffffff !important;
    border-bottom: 0 !important;
    text-align: left !important;
    z-index: 4;
  }

  .header-top.opened {
    height: 66px !important;
  }

  .header-top .logo {
    position: absolute !important;
    left: 0 !important;
    top: 14px !important;
    display: block !important;
    width: 153px !important;
    max-width: 153px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 5;
  }

  .header-top .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header-top .logo span {
    display: none !important;
  }

  .header-bot {
    display: none !important;
  }

  .burger {
    position: absolute !important;
    top: 17px !important;
    right: 0 !important;
    z-index: 8;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
  }

  .header-search {
    position: absolute !important;
    top: 17px !important;
    right: 42px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 9;
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .header-search button {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    z-index: 7;
  }

  .header-search input {
    display: none !important;
  }

  .header-search.active {
    position: fixed !important;
    top: 66px !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 1300;
    width: auto !important;
    height: 48px !important;
    padding: 4px 34px 4px 0 !important;
    background: #ffffff !important;
  }

  .header-search.active input {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: 40px !important;
    padding-right: 36px !important;
    background: #ffffff !important;
  }

  .header-search.active button {
    top: 12px !important;
    right: 0 !important;
  }

  .header-search .search-close {
    display: none;
    width: 20px;
    height: 20px;
    background: url(/local/templates/terpak/images/svg/remove.svg) no-repeat center;
    background-size: 12px 12px;
    position: absolute;
    top: 14px;
    right: 42px;
    left: auto;
    bottom: auto;
    z-index: 6;
  }

  .header-search.active .search-close {
    display: block;
  }

  .mobile-menu-panel {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    background: #ffffff;
    border-top: 1px solid #F3F1F3;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu-panel.opened {
    display: block;
  }

  .mobile-menu-panel .top-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .mobile-menu-panel .top-menu ul {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-panel .top-menu > ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #F3F1F3;
  }

  .mobile-menu-panel .top-menu li {
    position: relative;
  }

  .mobile-menu-panel .top-menu a {
    display: block;
    width: 100%;
    padding: 13px 44px 13px 0;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
  }

  .mobile-menu-panel .top-menu li ul {
    display: none !important;
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 0 8px 16px;
    background: transparent;
    box-shadow: none;
    white-space: normal;
  }

  .mobile-menu-panel .top-menu li.submenu-opened > ul {
    display: block !important;
  }

  .mobile-menu-panel .top-menu li ul li {
    display: block;
    border: 0;
  }

  .mobile-menu-panel .top-menu li ul li a {
    padding: 8px 36px 8px 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.75);
  }

  .submenu-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .submenu-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 8px;
    background: url(/local/templates/terpak/images/svg/arr-choose.svg) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
  }

  .submenu-opened > .submenu-toggle:before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .mobile-header-extra {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F3F1F3;
  }

  .mobile-header-extra .header-contacts,
  .mobile-header-extra .header-contacts--mail {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    text-align: left !important;
  }

  .mobile-header-extra .header-contacts__sub {
    display: block !important;
    text-align: left !important;
  }

  .mobile-header-extra .header-contacts a {
    display: block !important;
    text-align: left !important;
  }

  .mobile-header-extra .header-callback,
  .mobile-header-extra .header-btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px !important;
    text-align: center !important;
  }

  .mobile-header-extra .btn--lang {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 4px 0 0 !important;
  }

  .main {
    padding-top: 0;
  }
}

@media (max-width: 380px) {
  .header > .wrap {
    padding: 0 12px;
  }

  .header-top .logo {
    width: 140px !important;
    max-width: 140px !important;
  }

  .burger {
    right: 0 !important;
  }

  .header-search {
    right: 40px !important;
  }

  .header-search.active {
    left: 12px !important;
    right: 12px !important;
  }
}

/* End */
/* /local/templates/terpak/js/fancybox/jquery.fancybox.css?177935087117390 */
/* /local/templates/terpak/js/swiper/swiper.min.css?177935087113667 */
/* /local/templates/terpak/js/formstyler/jquery.formstyler.css?17793508712175 */
/* /local/templates/terpak/terpak.css?177935087189900 */
/* /local/templates/terpak/mobile_corrected.css?177936490462505 */
