

/* Start:/local/templates/cartool-2020/assets/fancybox/jquery.fancybox.css?161959046117412*/
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/cartool-2020/assets/owl-carousel/assets/owl.carousel.min.css?16195904613351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/cartool-2020/assets/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/cartool-2020/assets/owl-carousel/assets/owl.theme.default.min.css?16195904611013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/cartool-2020/styles.css?173519532220162*/
/** is start  */
.hero ul {
    margin: 0;
}
.additional-info article h2 {
    font-size: 1rem;
    font-weight: 500;
    color: #597380;
    font-family: Fira Sans,Helvetica,Arial,Verdana,sans serif;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.additional-info article p {
    margin-bottom: 1rem;
}
.breadcrumbs {
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li .breadcrumb-chevron:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    color: #8fa7b2;
    margin: 0 5px;
    font-size: .5rem;
    font-weight: 400;
    width: 1rem;
    text-align: center;
}
.breadcrumbs li:last-child .breadcrumb-chevron:after {
    display: none;
}
.article-block {
    color: #2a414c;
    font-weight: 400;
    font-size: .66667rem;
}
header a {
    color: #597380;
}
.modal-cart .modal-bottom .item-container {
    display: inline-flex;
    overflow: initial !important;
}
.modal-cart .modal-bottom .item-container .owl-nav button.owl-next {
    /*right: -2rem !important;*/
}
.modal-cart .modal-bottom .item-container .owl-nav button.owl-prev {
    /*left: -2rem !important;*/
}
section.catalog-block .section-content .menu-items ul.hidden {
    display: none;
}
.main-block h1.p--big {
    font-size: 1rem;
    line-height: 1.33333rem;
    font-style: normal;
    font-weight: 400;
}
.item-card .tabcontent .cnt {
    display: none;
}
.item-card .tabcontent .cnt:first-child {
    display: block;
}
.newproduct_date_filter span {
    height: 2rem;
    line-height: 2rem;
    color: #425a66;
    font-size: .66667rem;
    display: inline-block;
    margin-right: 2rem;
    padding: 0 .33333rem;
}
.hero-topic ul li {
    position: relative;
}
.hero-topic .newproduct_date_filter ul {
    display: inline-block;
    width: 80%;
}
#frmFastOrder {
    margin: 1rem 0 0;
}
#frmFastOrder::after {
    display: table;
    content: " ";
    clear: both;
}
.text-danger {
    color: #A94442;
}
.text-success {
    color: #3c763d;
}
.item-card .video_wrapper {
    display: inline-block;
    width: 13rem;
    margin: 0.6rem; }
.item-card .video_wrapper .video {
    position: relative;
    height: 8.33333rem;
    width: 100%;
    overflow: hidden; }
.item-card .video_wrapper .video a {
    display: block;
    height: 90%; }
.item-card .video_wrapper .video img {
    height: 100%;
    width: 100%; }
.item-card .video_wrapper .video i {
    color: #FFD400;
    font-weight: 900;
    font-size: 1.66667rem;
    line-height: 1.33333rem;
    position: absolute;
    top: 45%;
    left: 45%;
    cursor: pointer; }
.item-card .video_wrapper p {
    text-align: center; }
.item-card .equipment-item a {
    display: block; }
.item-card .equipment-item p {
    text-align: center; }
.popup-container iframe {
    width: 100%;
    min-height: 400px;
    height: 100%;
}
.popup-container img {
    max-width: 800px;
}
.map-block {
    min-height: 400px;
}
section.cart .bx-soa-sidebar.cart_sidebar {
    top: 1rem;
}
.item-card .images-container main img {
    cursor: pointer;
}
.fancybox-thumbs {
    left: 0;
    right: unset;
    width: 135px;
}
.fancybox-thumbs__list a {
    width: 120px;
    height: 120px;
    max-width: none;
}
.fancybox-button {
    background: none;
    background-clip: content-box;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
    text-align: center;
}
.fancybox-button i {
    font-size: 2rem;
    color: #F2C600;
}
.fancybox-button.button-next {
    right: 0;
}
.reloadCaptcha {
    cursor: pointer;
}
section.user-main .user-block .user_orders_container img.order-item-img, .order-item-img {
    width: 2.33333rem;
    display: inline-block;
}
.order-item-link {
    display: inline-block;
    text-align: left;
    width: 13rem;
    height: 100%;
    vertical-align: middle;
}
.user_orders_container.--single .order-item-link {
    vertical-align: baseline;
}
/** edost old styles **/
div.edost_loading {
    padding-top: 4px;
}
div.edost_loading span, div.edost_loading img {
    vertical-align: middle;
    font-weight: bold;
    color: #888;
    font-size: 12px;
}
span.edost_loading_small img, span.edost_loading_small span {
    vertical-align: middle;
    padding: 0 2px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #888;
}
#edost_city_div div.edost_suggest_div {
    /*top: 35px;*/
}
div.edost_suggest_div {
    /*top: 60px;*/
    display: none;
    z-index: 1000;
    background: #FFF;
    position: absolute;
    text-align: left;
    margin: -1px 0 0 0px;
    box-shadow: 0px 2px 10px 0 #888;
    min-width: 100% !important;
}
div.edost_suggest_head {
    padding: 4px;
    margin: 0px;
    background: #AAA;
    color: #FFF;
    font-weight: bold;
    size: 12px;
}
div.edost_suggest_data {
}
div.edost_suggest_active {
    background: #C8E5FF;
}
div.edost_suggest_value {
    font-size: 16px;
    color: #000;
    padding: 3px 3px 3px 12px;
    margin: 0px;
    cursor: pointer;
}
div.edost_suggest_value span {
    color: #888;
}
div.edost_suggest_value:hover {
    color: #00F;
}
div.edost_suggest_value:hover span {
    color: #88F;
}
div.edost_suggest_hint {
    padding: 6px;
    margin: 0px;
    background: #FFD;
    size: 12px;
    border-width: 1px 0 0;
    border-color: #AAA;
    border-style: solid;
    color: #292727;
}
div.edost_suggest_warning {
    padding: 6px;
    margin: 0px;
    background: #FFE0E0;
    size: 12px;
    border: 1px solid #F00;
}
div.edost_suggest_bold {
    font-weight: bold;
}
img.edost_flag {
    vertical-align: middle;
    padding-right: 5px;
    width: 18px;
    height: 12px;
}
input.edost_city {
    width: 100%;
    max-width: 500px;
}
div.edost_city_hint {
    color: #F00;
}
div.edost_address {
    font-size: 12px;
    display: inline-block;
    padding-right: 4px;
}
div.edost_country_list {
    margin-bottom: 5px;
}
span.edost_city_name {
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
}
span.edost_city_name span {
    color: #888;
}
span.edost_city_link {
    cursor: pointer;
    color: #A00;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
div.edost_address_delimiter2 {
    padding-top: 10px;
}
input.edost_input {
    margin-top: 2px;
}
div.edost_location_warning {
    color: #F00;
    font-size: 12px;
    font-weight: bold;
}
select.edost_select {
    width: 300px;
    margin: 0 0 4px 0;
}
option.edost_select_head {
    color: #F00;
}
option.edost_select_no {
    color: #888;
}
div.edost_location_delimiter {
    display: none;
}
div.edost_country_active {
    display: inline-block;
    cursor: default;
    font-weight: bold;
    padding: 0 8px 0 0;
    margin: 0;
}
div.edost_country_active_off {
    vertical-align: top;
    color: #BBB;
}
div.edost_country_active_off span {
    color: #BBB;
}
div.edost_country_active_off img {
    opacity: 0.5;
}
div.edost_country_active_off:hover img {
    opacity: 0.8;
}
div.edost_country_active_off:hover span {
    color: #888;
}
.edost_address_delimiter {
    height: 15px;
}
#edost_city {
    width: 100%;
    /*height: 34px;*/
}
#location div.edost_country_active {
    color: #efaf23;
    font-weight: normal;
}
#location div.edost_country_active_off:hover span {
    color: #efaf23;
    border-top-color: #efaf23;
    transition: 0.5s;
}
#location div.edost_country_active_off span {
    color: #fff;
}
/** dadata suggestion styles **/
.suggestions-nowrap {
    white-space: nowrap;
}
.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.suggestions-input::-ms-clear {
    display: none;
}
.suggestions-wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%;
}
.suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute;
}
.suggestions-addon[data-addon-type="spinner"] {
    background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.suggestions-addon[data-addon-type="clear"] {
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}
.suggestions-addon[data-addon-type="clear"]:hover {
    opacity: 1;
}
.suggestions-suggestions {
    background: #ffffff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}
.suggestions-suggestions.suggestions-mobile {
    border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd;
}
.suggestions-suggestion {
    padding: 4px 4px;
    overflow: hidden;
}
.suggestions-suggestion:hover {
    background: #f7f7f7;
}
.suggestions-selected {
    background: #f0f0f0;
}
.suggestions-selected:hover {
    background: #f0f0f0;
}
.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
}
.suggestions-constraints {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    white-space: nowrap;
}
.suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em;
}
.suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 0.25em;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}
.suggestions-constraints li .suggestions-remove:hover {
    opacity: 1;
}
.suggestions-constraints li span {
    vertical-align: middle;
}
.suggestions-subtext {
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px;
}
.suggestions-subtext_label {
    margin: 0 0 0 0.25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    content: '';
}
body {
    background-color: #CEDEE7!important;
}

section.item-card .item-card-option-content ul ul, section.item-card .item-card-option-content li ul {
    margin: 0 1rem;
}

section.item-card .item-block .images-container aside img:hover {
   border: 0.16667rem solid #B8CCD9;
}

.form-content .symbol-container img.reloadCaptcha {
    height: 50%;
}

.popupQuickOrder .captcha-wrapper img.reloadCaptcha {
    height: 1.5rem;
}


.item .item-top img.await {
    position: absolute;
    top: 0.36667rem;
    left: 0.36667rem;
    width: 0.7rem;
}

.complex img.await {
    width: 0.7rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

span.gray, i.gray {
    color: #2A414C !important;
    font-weight: 400 !important;
}
/*
.item-card .item-block article .item-add-info .complex span.gray {
	top: 40%;
}
*/  
.twitter-typeahead{
    width: 100%;
}

.search-cont{
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.search-cont div, .search-cont p, .search-cont b{
    cursor: pointer;
    position: relative;
}
.search-cont:hover{
    background-color: #ccc;
}
.tt-dropdown-menu{
    background-color: #fff;
    overflow-y: scroll;
    max-height: 80vh;
}
.tt-dataset-0{
    background-color: #fff;
    overflow: hidden;
}
.search-cont .search-image{
    width: 25%;
    position: relative;
}
.search-cont .search-name-cont{
    width: 55%;
}
.search-cont .search-price{
    width: 20%;
}
.search-cont .search-price .price{
    float: right;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 0.58333rem;
    color: #493841;
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.search-cont .search-price .artnumber{
    position: absolute;
    right: -4%;
    top: 10px;
}
.search-cont .search-price .price i.far{
    position: absolute;
    right: -1.1rem;
    font-size: 0.60rem;
    top: 10px;
}
.search-all{
    padding: 10px;
    font-size: 18px;
}
.search-h1{
    margin-bottom: 26px;
}
@media(max-width: 1176px){
    .search-cont .search-price .artnumber{
        right: -0%;
    }
    .search-cont .search-name-cont{
        box-sizing: border-box;
        padding-left: 10px;
    }
}
@media(max-width: 768px){
    .search-cont .search-name-cont{
        width: 50%;
    }
    .search-cont .search-price{
        width: 25%;
    }
    section.user-main .user-block .user_orders_container .active_orders_container {
        width: 100%!important;
    }
    section.user-main .user-block .user_orders_container {
        width: 100%!important;
    }
    section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper header h3 {
        width: auto!important;
        font-size: 0.8rem;
    }
    section.order_created .order-block {
        width: 100% !important;
    }
}
@media(min-width: 1500px){
    .search-cont{
        width: 540px;
    }
}
/* End */


/* Start:/local/templates/cartool-2020/template_styles.css?1753958025231715*/
html {
  font-size: 24px; }

body {
  font-size: initial; }

@media screen and (min-width: 306px) {
  html {
    font-size: 18px; } }

@media screen and (min-width: 408px) {
  html {
    font-size: 24px; } }

@media screen and (min-width: 570px) {
  html {
    font-size: 30px; } }

@media screen and (min-width: 571px) {
  html {
    font-size: 18px; } }

@media screen and (min-width: 882px) {
  html {
    font-size: 18px; } }

@media screen and (min-width: 1176px) {
  html {
    font-size: 24px; } }

@media screen and (min-width: 1470px) {
  html {
    font-size: 30px; } }

@-webkit-keyframes anim-slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes anim-slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes anim-slide-in-left-center {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes anim-slide-in-left-center {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes anim-slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes anim-slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes anim-slide-in-right-center {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes anim-slide-in-right-center {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@-webkit-keyframes anim-slide-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes anim-slide-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes anim-slide-in-up-center {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes anim-slide-in-up-center {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@-webkit-keyframes anim-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anim-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anim-fade-in-07 {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@keyframes anim-fade-in-07 {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }

@-webkit-keyframes anim-slide-in-back {
  0% {
    opacity: 0;
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes anim-slide-in-back {
  0% {
    opacity: 0;
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

.anim {
  opacity: 0; }
  .anim--is-waiting {
    opacity: 1; }

.lazy-loading {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }

img[-lazy-src],
video > source[-lazy-src] {
  opacity: 0; }

.single-carousel-fade__item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  will-change: display, opacity; }
  .single-carousel-fade__item--hidden {
    display: none; }
  .single-carousel-fade__item--show {
    opacity: 1; }
  .single-carousel-fade__item--fade-out {
    opacity: 0; }

.single-carousel-fade__dot-container {
  position: absolute;
  top: calc(100% + 0.91667rem);
  height: 0.08333rem;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.single-carousel-fade__dot {
  display: block;
  width: 0.66667rem;
  height: 100%;
  background-color: #F2C600;
  margin-left: 0.16667rem;
  margin-right: 0.16667rem;
  -webkit-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-property: width, margin-left 1.4s, margin-right 1.4s, background-color;
  -o-transition-property: width, margin-left 1.4s, margin-right 1.4s, background-color;
  transition-property: width, margin-left 1.4s, margin-right 1.4s, background-color; }
  .single-carousel-fade__dot--current {
    width: 2.33333rem;
    background-color: #B8CCD9; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif; }

a {
  color: black;
  cursor: pointer;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p {
  cursor: default; }

.nobr {
  white-space: nowrap; }

input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.desktop-br {
  display: block; }

.mobile-br {
  display: none; }

::-moz-selection {
  color: white;
  background: rgba(0, 0, 0, 0.65); }

::selection {
  color: white;
  background: rgba(0, 0, 0, 0.65); }

@media (max-width: 571px) {
  .mobile-br {
    display: block; }
  .desktop-br {
    display: none; } }

h1, h2, h3,
.h1,
h2,
.h2, .h2, .h3 {
  margin: 0; }

h1, h2, h3, h4, h5, h6,
.h1,
h2,
.h2, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

h1,
.h1,
h2,
.h2 {
  font-size: 1.5rem;
  font-weight: bold; }

h2, .h2 {
  color: #192A33; }

h3, .h3 {
  font-weight: 500;
  font-size: 1.16667rem; }

h4, .h4 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2rem; }

h5, .h5 {
  font-weight: 500;
  font-size: 0.83333rem; }

h6, .h6 {
  font-size: 0.5rem;
  line-height: 1rem; }

p, .p, .p-note, .p-note p {
  font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
  margin: 0;
  font-style: normal;
  font-weight: normal; }

p, .p, .p-note, .p-note p {
  font-size: 0.66667rem;
  line-height: 1rem; }

.p--big, .p-note, .p-note p {
  font-size: 1rem;
  line-height: 1.33333rem; }

.p--small {
  font-size: 0.5rem;
  line-height: 1rem; }

.p-note, .p-note p {
  font-size: 1rem;
  line-height: 1.33333rem;
  text-align: center;
  color: #364D59;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

section, footer {
  overflow: hidden; }

section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0; }
  section > .section-content {
    position: relative;
    max-width: 51rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (max-width: 571px) {
      section > .section-content {
        max-width: 17rem;
        padding-left: 0;
        padding-right: 0; } }
  section.full > .section-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 571px) {
      section.full > .section-content {
        max-width: 100%; } }

section > .section-content > h1,
section > .section-content > .h1,
section > .section-content > h2,
section > .section-content > .h2 {
  margin-top: 1.245rem;
  margin-bottom: 1.245rem; }

.l-break {
  margin-bottom: 3rem; }

.l-items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  list-style-type: none; }
  .l-items-row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.t-center {
  text-align: center; }

.l-items-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.l-center-block {
  display: block;
  margin: 0 auto; }

.d-mobile {
  display: none; }

@media (max-width: 571px) {
  .d-mobile {
    display: initial; } }

.owl-item {
  display: inline-block; }

.top-bar {
  position: relative;
  background: #000; }

.top-bar__top div, .top-bar__top p, .top-bar__top span, .top-bar__middle div, .top-bar__middle p, .top-bar__middle span, .nav-menu div, .nav-menu p, .nav-menu span {
  display: inline-block; }

.fraud {
  clear: both;
  width: 100%; }

section.top-bar__city {
  background: #8FA7B2;
  height: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.33333rem;
  white-space: nowrap;
  overflow: unset; }

.top-bar__top {
  width: 100%;
  height: 1.33333rem;
  color: #fff; }
  .top-bar__top .city {
    font-size: 0.5rem;
    line-height: 1.33333rem;
    text-align: left; }
  .top-bar__top .fake-dropdown {
    vertical-align: middle;
    margin-left: 0.33333rem;
    margin-right: 1rem;
    width: 7rem;
    height: 1.33333rem; }
    .top-bar__top .fake-dropdown .dropdown-current {
      line-height: 1.33333rem;
      vertical-align: top;
      width: 67%; }
    .top-bar__top .fake-dropdown .dropdown-icon {
      line-height: 1.33333rem;
      float: right; }
      .top-bar__top .fake-dropdown .dropdown-icon i {
        float: unset;
        vertical-align: top; }
      .top-bar__top .fake-dropdown .dropdown-icon.left {
        display: inline-block; }
  .top-bar__top .mobile-phone {
    position: relative;
    white-space: nowrap;
    top: -0.20833rem; }
    .top-bar__top .mobile-phone .number {
      font-size: 0.66667rem;
      font-weight: 600;
      line-height: 1.33333rem;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      color: #ffffff; }
      .top-bar__top .mobile-phone .number:hover {
        color: #FFDE26; }
    .top-bar__top .mobile-phone .additional-info {
      font-size: 0.5rem;
      font-weight: 600;
      line-height: 0.5rem;
      color: #EDF6FA;
      text-align: left;
      margin-left: calc((8 / 1224) * 100%);
      position: absolute;
      top: 1rem;
      display: block; }
  .top-bar__top span {
    font-size: 0.66667rem;
    font-weight: 600;
    line-height: 1.33333rem; }
    .top-bar__top span.slash {
      margin: 0 calc((4 / 168) * 100%);
      margin: 0 calc((4 / 1224) * 100%); }
  .top-bar__top .top-bar__actions {
    width: calc((192 / 1224) * 100%);
    margin-left: calc((24 / 1224) * 100%);
    float: right;
    margin-left: 1rem;
    text-align: right;
    margin-right: 0.5rem; }
    .top-bar__top .top-bar__actions div {
      line-height: 1.29167rem; }
      .top-bar__top .top-bar__actions div:first-of-type {
        margin-left: 1.08333rem; }
    .top-bar__top .top-bar__actions div:nth-of-type(2) {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      width: 0.33333rem; }
    .top-bar__top .top-bar__actions a, .top-bar__top .top-bar__actions i, .top-bar__top .top-bar__actions span {
      color: #2A414C;
      font-size: 0.66667rem;
      font-weight: 600;
      vertical-align: top; }
      .top-bar__top .top-bar__actions a i, .top-bar__top .top-bar__actions i i, .top-bar__top .top-bar__actions span i {
        line-height: 1.25rem; }
    .top-bar__top .top-bar__actions a span {
      vertical-align: baseline; }
    .top-bar__top .top-bar__actions i {
      vertical-align: middle; }
    .top-bar__top .top-bar__actions a:hover {
      color: #738c99; }
      .top-bar__top .top-bar__actions a:hover span, .top-bar__top .top-bar__actions a:hover i {
        color: #738c99; }
    .top-bar__top .top-bar__actions .registration span, .top-bar__top .top-bar__actions .registration {
      font-size: 0.5rem;
      vertical-align: initial; }
    .top-bar__top .top-bar__actions .registration {
      vertical-align: baseline; }
  .top-bar__top i {
    text-align: center;
    width: 1rem;
    font-size: 0.66667rem;
    font-weight: normal; }
  .top-bar__top #bx_incl_area_2 {
    margin-right: calc((128 / 1224) * 100%);
    float: right; }
  .top-bar__top .nav-menu {
    margin-right: calc((128 / 1224) * 100%);
    float: right; }
    .top-bar__top .nav-menu .nav-menu-item {
      margin-right: calc((24 / 352) * 100%);
      color: #ffffff; }
      .top-bar__top .nav-menu .nav-menu-item:last-of-type {
        margin-right: 0; }
      .top-bar__top .nav-menu .nav-menu-item i {
        width: calc((24 / 352) * 100%);
        height: 1.33333rem;
        vertical-align: middle;
        font-weight: normal;
        font-size: 0.66667rem;
        line-height: 1.33333rem;
        text-align: center;
        color: #fff; }
      .top-bar__top .nav-menu .nav-menu-item span {
        font-weight: 600;
        font-size: 0.5rem;
        height: 1.33333rem;
        line-height: 1.33333rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 0.16667rem; }
      .top-bar__top .nav-menu .nav-menu-item:hover span, .top-bar__top .nav-menu .nav-menu-item:hover i {
        color: #FFDE26; }

@media screen and (max-width: 1050px) {
  .top-bar__top .additional-info, .top-bar__top .city {
    display: none; } }

section.top-bar__menu {
  height: 4rem;
  background: #597380;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.66667rem 0;
  overflow: unset; }

.top-bar__middle {
  height: 2.66667rem; }
  .top-bar__middle .logo {
    position: relative;
    text-align: center; }
    .top-bar__middle .logo img {
      line-height: 2.66667rem;
      width: 11rem;
      height: 2.66667rem; }
  .top-bar__middle .catalog {
    width: 7rem;
    height: 2rem;
    background: #FFDE26;
    color: #000;
    border-radius: 0.16667rem;
    margin: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem 0.66667rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .top-bar__middle .catalog:hover {
      cursor: pointer;
      background: #FFEB66; }
    .top-bar__middle .catalog i {
      font-size: 0.83333rem;
      font-weight: normal;
      color: #2A414C;
      width: 1.33333rem;
      vertical-align: super;
      text-align: center;
      margin-right: 0.33333rem; }
    .top-bar__middle .catalog span {
      font-size: 0.83333rem;
      line-height: 1.33333rem;
      font-weight: 500;
      vertical-align: super;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
  .top-bar__middle .catalog-clicked {
    background: #ffffff;
    color: #F2C600;
    z-index: 999999999; }
    .top-bar__middle .catalog-clicked i {
      color: #F2C600;
      font-size: 1.33333rem;
      vertical-align: top;
      font-weight: 300; }
    .top-bar__middle .catalog-clicked:hover {
      background: #FFDE26;
      color: #2A414C; }
      .top-bar__middle .catalog-clicked:hover i {
        color: #2A414C; }
  .top-bar__middle .search-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10rem;
    left: 22rem;
    z-index: 10; }
    .top-bar__middle .search-block input {
      width: 100%;
      height: 2rem;
      line-height: 100%;
      background: #daeaf2e6;
      color: #738c99;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.41667rem 1.66667rem 0.33333rem 0.66667rem;
      border-radius: 0.16667rem;
      border: none;
      outline: 0px;
      font-size: 0.66667rem; }
      .top-bar__middle .search-block input:focus {
        border-radius: 0.16667rem 0.16667rem 0 0;
        color: #597380; }
      .top-bar__middle .search-block input::-webkit-input-placeholder {
        color: #8FA7B2;
        font-size: 0.66667rem;
        font-weight: normal; }
      .top-bar__middle .search-block input::-moz-placeholder {
        color: #8FA7B2;
        font-size: 0.66667rem;
        font-weight: normal; }
      .top-bar__middle .search-block input:-ms-input-placeholder {
        color: #8FA7B2;
        font-size: 0.66667rem;
        font-weight: normal; }
      .top-bar__middle .search-block input::-ms-input-placeholder {
        color: #8FA7B2;
        font-size: 0.66667rem;
        font-weight: normal; }
      .top-bar__middle .search-block input::placeholder {
        color: #8FA7B2;
        font-size: 0.66667rem;
        font-weight: normal; }
      .top-bar__middle .search-block input:hover {
        background: #DAEAF2; }
    .top-bar__middle .search-block i {
      position: absolute;
      right: 0.33333rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 0.83333rem;
      color: #597380;
      font-weight: normal;
      width: 1.33333rem;
      height: 1.33333rem;
      text-align: center;
      line-height: 1.33333rem; }
    .top-bar__middle .search-block .input_suggestions {
      display: none; }
  .top-bar__middle .cart {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
    position: absolute;
    border-radius: 0.16667rem;
    width: 7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.5rem; }
    .top-bar__middle .cart a {
      color: white; }
    .top-bar__middle .cart i {
      width: 2rem;
      height: 2.66667rem;
      line-height: 2.66667rem;
      font-size: 1.33333rem;
      font-weight: normal;
      text-align: center; }
    .top-bar__middle .cart span {
      font-weight: 600;
      font-size: 0.83333rem;
      width: 4rem;
      height: 1.75rem;
      text-align: left;
      line-height: 1.75rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: 0.33333rem; }
    .top-bar__middle .cart.filled {
      height: 2.66667rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 0; }
      .top-bar__middle .cart.filled i {
        width: 1.33333rem;
        height: 1rem;
        font-size: 0.83333rem;
        color: #FFD400;
        line-height: 1.33333rem;
        line-height: unset;
        margin-left: 1rem; }
      .top-bar__middle .cart.filled span {
        position: relative;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        top: unset; }
      .top-bar__middle .cart.filled span:first-of-type {
        font-size: 0.66667rem;
        vertical-align: top;
        color: #FFD400;
        height: 1rem;
        line-height: 1rem; }
      .top-bar__middle .cart.filled span.cart_items {
        display: block;
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        margin-left: 0;
        font-size: 0.66667rem;
        color: #B8CCD9;
        text-align: center;
        font-weight: normal; }
        .top-bar__middle .cart.filled span.cart_items span {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin-left: 0;
          font-weight: normal;
          color: #B8CCD9; }
    .top-bar__middle .cart:hover {
      background: #425A66;
      cursor: pointer; }

.catalog-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
  z-index: 9999; }
  .catalog-backdrop.--hidden {
    display: none;
    z-index: -1; }
  .catalog-backdrop.--open {
    background-color: rgba(0, 0, 0, 0.5); }

.display_none {
  display: none; }

section.hero {
  overflow: unset; }

.hero-choose {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 2rem 1rem;
  border-radius: 0.16667rem 0.16667rem 0 0; }
  .hero-choose i {
    width: calc((48 / 1128) * 100%);
    height: 2rem;
    color: #425A66;
    font-size: 1.33333rem;
    text-align: center;
    line-height: 2rem;
    margin-right: calc((24 / 1128) * 100%); }
  .hero-choose h3 {
    color: #425A66;
    display: inline-block;
    width: 90%; }
  .hero-choose .hero_vendor_code {
    margin-top: 0.41667rem; }
    .hero-choose .hero_vendor_code .vendor_line {
      margin-bottom: 0.33333rem;
      min-height: 1.33333rem; }
      .hero-choose .hero_vendor_code .vendor_line:last-of-type {
        margin-bottom: 0; }
      .hero-choose .hero_vendor_code .vendor_line p {
        display: inline-block;
        width: 49%;
        font-weight: 600;
        line-height: 1rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.16667rem 0 0.125rem;
        vertical-align: top;
        color: #425A66; }
        .hero-choose .hero_vendor_code .vendor_line p .yellow:hover {
          color: #FFDE26 !important; }
        .hero-choose .hero_vendor_code .vendor_line p span {
          vertical-align: middle; }
        .hero-choose .hero_vendor_code .vendor_line p:last-of-type {
          text-align: right; }

.hero-topic h3 {
  height: 2rem;
  vertical-align: top;
  line-height: 2rem; }

.hero-topic ul {
  width: 100%;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 3.95833rem;
     -moz-column-gap: 3.95833rem;
          column-gap: 3.95833rem;
  padding-left: 0;
  margin-top: 0.41667rem;
  margin-bottom: 0.41667rem; }
  .hero-topic ul li {
    width: 100%;
    list-style: none;
    line-height: 1.33333rem;
    font-size: 0.66667rem;
    font-weight: 600;
    color: #425A66;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.33333rem; }
    .hero-topic ul li a {
      color: #425A66;
      width: 94%;
      position: relative;
      display: inline-block; }
    .hero-topic ul li span {
      color: #F2C600;
      float: right;
      position: absolute;
      top: 0;
      right: -0.66667rem; }
    .hero-topic ul li:hover {
      background: #fff6b2e6;
      border-radius: 0.08333rem;
      color: #364D59; }
      .hero-topic ul li:hover span {
        color: #364D59; }
    .hero-topic ul li.selected {
      background: #fff6b2e6;
      border-radius: 0.08333rem;
      color: #364D59; }
      .hero-topic ul li.selected span {
        color: #364D59; }

.hero-content {
  width: 100%;
  height: 12rem;
  background: #fff;
  border-radius: 0.16667rem 0.16667rem 0 0;
  overflow: hidden;
  position: relative; }
  .hero-content article {
    margin: 1rem 0 2rem 2rem;
    float: left;
    position: absolute;
    z-index: 10; }
    .hero-content article h3 {
      width: 19rem;
      color: #F2C600;
      line-height: 1.5rem;
      font-weight: 500; }
    .hero-content article h1 {
      width: 19.95833rem;
      color: #2A414C;
      font-weight: bold;
      line-break: loose;
      line-height: 1.83333rem; }
    .hero-content article p {
      width: 15.95833rem;
      color: #425A66;
      line-height: 0.83333rem; }
      .hero-content article p span {
        display: block; }
        .hero-content article p span.bold {
          display: inline-block;
          margin-right: 0.16667rem; }
  .hero-content aside {
    float: right;
    height: 12rem;
    position: relative; }
    .hero-content aside img {
      width: 27.04167rem;
      height: 12rem;
      -o-object-fit: contain;
         object-fit: contain; }
  .hero-content.--full aside {
    float: initial; }

.owl-hero .owl-dots {
  position: absolute;
  bottom: 0.66667rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .owl-hero .owl-dots .owl-dot {
    border: none;
    outline: 0px;
    background: transparent;
    padding: 0; }
    .owl-hero .owl-dots .owl-dot:nth-of-type(2n + 2) {
      margin: 0 0.16667rem; }
    .owl-hero .owl-dots .owl-dot:last-of-type {
      margin-right: 0; }
    .owl-hero .owl-dots .owl-dot.active span {
      width: 0.66667rem;
      height: 0.66667rem;
      background: #F2C600; }
    .owl-hero .owl-dots .owl-dot:hover {
      cursor: pointer; }
  .owl-hero .owl-dots .owl-dot span {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0.16667rem solid #FFDE26;
    border-radius: 1.33333rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.checkbox {
  vertical-align: text-bottom;
  width: calc((152 / 1128) * 100%);
  height: 1.66667rem;
  line-height: 1.66667rem;
  background: #597380;
  color: #FFDE26;
  border-radius: 0.16667rem;
  position: relative;
  font-size: 0.66667rem;
  /* unchecked icon */
  /* checked icon */ }
  .checkbox label {
    font-size: 0.66667rem;
    width: 70%;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    font-weight: 500;
    text-align: center;
    margin-left: calc((40 / 152) * 100%); }
  .checkbox input[type=checkbox] {
    display: none; }
  .checkbox input[type=checkbox] + label:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 0.66667rem;
    font-weight: bold;
    width: 10%;
    border-radius: 0.08333rem;
    position: absolute;
    left: calc((12 / 152) * 100%);
    color: #FFDE26;
    outline: 0px; }
  .checkbox input[type=checkbox] + label:before {
    content: "\f0c8"; }
  .checkbox input[type=checkbox]:checked + label:before {
    content: "\f14a";
    color: #F2C600 !important; }

body {
  background: #EDF6FA;
  scroll-behavior: smooth; }

main {
  overflow: unset; }
  main section {
    overflow: unset; }

section.main {
  width: 47rem;
  overflow: unset; }

section.choose {
  overflow: unset; }

.clear-right {
  width: 100%;
  clear: right; }

.bold {
  font-weight: bold !important; }

.yellow {
  color: #F2C600 !important; }

.red {
  color: #D90004 !important; }

.show-dropdown {
  display: block !important; }

.add-line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1rem;
  background: #597380;
  z-index: -1; }

.main_menu_line {
  margin-top: 1rem;
  height: 2rem;
  position: relative; }
  .main_menu_line span, .main_menu_line a {
    display: inline-block;
    white-space: nowrap;
    line-height: 2rem;
    width: 13rem;
    text-align: center;
    font-size: 0.66667rem;
    font-weight: 600;
    color: #597380;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    border-bottom: 0.16667rem solid #B8CCD9;
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0.16667rem; }
    .main_menu_line span:hover, .main_menu_line a:hover {
      cursor: pointer; }
    .main_menu_line span:first-of-type, .main_menu_line a:first-of-type {
      left: 0; }
    .main_menu_line span:last-of-type, .main_menu_line a:last-of-type {
      right: 0; }
    .main_menu_line span.chosen, .main_menu_line a.chosen {
      color: #364D59;
      border-bottom: 0.33333rem solid #FFD400;
      padding-bottom: 0;
      z-index: 9; }
    .main_menu_line span:hover, .main_menu_line a:hover {
      color: #425A66;
      border-bottom: 0.33333rem solid #fff6b2e6;
      padding-bottom: 0;
      z-index: 9; }

.dropdown,
.catalog {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.input_suggestions {
  position: absolute;
  width: 100%;
  top: 2rem;
  left: 0;
  z-index: 10;
  height: 5.58333rem;
  overflow: auto;
  background: #daeaf2e6; }
  .input_suggestions div {
    display: block;
    line-height: 1.33333rem;
    padding: 0 1.66667rem 0 0.66667rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #597380;
    margin-bottom: 0.66667rem; }
    .input_suggestions div:last-of-type {
      margin-bottom: 0.33333rem; }
    .input_suggestions div:hover {
      background: #DAEAF2; }

.on-hover__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: smooth_appear 0.6s ease-in;
          animation: smooth_appear 0.6s ease-in;
  z-index: 999999; }

.on-mouse_leave__wrapper {
  -webkit-animation: smooth_disappear 0.3s ease-in-out;
          animation: smooth_disappear 0.3s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.on-hover__wrapper_background {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99; }

@-webkit-keyframes smooth_appear {
  0% {
    background-color: rgba(0, 0, 0, 0); }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@keyframes smooth_appear {
  0% {
    background-color: rgba(0, 0, 0, 0); }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }

@-webkit-keyframes smooth_disappear {
  0% {
    background-color: rgba(0, 0, 0, 0.5); }
  100% {
    background-color: rgba(0, 0, 0, 0); } }

@keyframes smooth_disappear {
  0% {
    background-color: rgba(0, 0, 0, 0.5); }
  100% {
    background-color: rgba(0, 0, 0, 0); } }

.new header h4 {
  margin-top: -0.33333rem; }

header {
  width: 100%; }
  header h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin: 1rem 0.66667rem 0.33333rem 0;
    height: 2rem;
    line-height: 2rem;
    color: #597380; }
  header p {
    display: inline-block;
    height: 2rem;
    line-height: 2.20833rem;
    color: #F2C600;
    margin-bottom: 0.33333rem; }
    header p:hover {
      color: #FFDE26;
      cursor: pointer; }

.choose-options {
  width: calc((1032 / 1128) * 100%);
  margin: 1rem auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .choose-options.bottom {
    margin-bottom: 1.33333rem;
    margin-top: 0.33333rem; }
  .choose-options span {
    display: inline-block;
    line-height: 1.33333rem;
    color: #2A414C;
    vertical-align: top;
    font-size: 0.5rem;
    font-weight: normal; }
    .choose-options span.popularity span {
      vertical-align: middle; }
      .choose-options span.popularity span img {
        width: 0.5rem;
        line-height: 1.33333rem;
        margin-left: 0.16667rem; }
    .choose-options span.chosen {
      color: #F2C600;
      cursor: pointer; }
      .choose-options span.chosen:hover {
        color: #FFDE26; }
  .choose-options .pagination-wrapper {
    width: calc((536 / 1032) * 100%); }
    .choose-options .pagination-wrapper .pagination {
      width: calc((400 / 536) * 100%); }
    .choose-options .pagination-wrapper .dropdown {
      margin-left: calc((24 / 536) * 100%); }
      .choose-options .pagination-wrapper .dropdown span {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
  .choose-options div {
    display: inline-block;
    vertical-align: top; }

.item-container + .choose-options {
  margin-top: 0; }

.item-container {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .item-container .owl-item:hover {
    z-index: 15; }
  .item-container::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .item-container .item-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0.59583rem; }

.order_cancel-block {
  width: 32rem;
  margin: 1rem auto 0; }
  .order_cancel-block p {
    font-size: 0.66667rem;
    font-weight: normal;
    color: #2A414C; }
  .order_cancel-block span.accent60 {
    background: #FFEB66; }
    .order_cancel-block span.accent60:hover {
      background: #FFD400;
      cursor: pointer; }
  .order_cancel-block textarea {
    width: 100%;
    height: 5.66667rem;
    background: #daeaf2e6;
    color: #738c99;
    resize: none;
    font-size: 0.66667rem;
    font-weight: normal;
    border-radius: 0.16667rem;
    outline: 0px;
    border: none;
    margin-top: 0.33333rem;
    margin-bottom: 1.04167rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
    padding: 0.33333rem; }
    .order_cancel-block textarea::-webkit-input-placeholder {
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
      color: #738c99; }
    .order_cancel-block textarea::-moz-placeholder {
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
      color: #738c99; }
    .order_cancel-block textarea:-ms-input-placeholder {
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
      color: #738c99; }
    .order_cancel-block textarea::-ms-input-placeholder {
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
      color: #738c99; }
    .order_cancel-block textarea::placeholder {
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
      color: #738c99; }
    .order_cancel-block textarea:focus {
      color: #364D59; }
    .order_cancel-block textarea:hover {
      background: #DAEAF2; }
  .order_cancel-block button {
    width: 9rem;
    background: #daeaf2e6;
    color: #597380;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem 0.66667rem;
    font-size: 0.83333rem;
    font-weight: 500;
    border-radius: 0.16667rem;
    border: none;
    outline: 0px;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

.btn-ghost {
  background: #daeaf2e6;
  color: #597380;
  outline: 0px; }
  .btn-ghost:hover {
    color: #425A66;
    background: #fff6b2e6;
    cursor: pointer; }
    .btn-ghost:hover i {
      color: #425A66; }
  .btn-ghost:active {
    background: #B8CCD9;
    color: #FFEB66; }
    .btn-ghost:active i, .btn-ghost:active::before {
      color: #FFEB66 !important; }

.btn-primary {
  color: #2A414C;
  background: #FFDE26;
  outline: 0px; }
  .btn-primary:hover {
    color: #2A414C;
    background: #FFEB66;
    cursor: pointer; }
    .btn-primary:hover i {
      color: #2A414C; }
  .btn-primary:active {
    color: #ffffff;
    background: #F2C600; }
    .btn-primary:active i, .btn-primary:active::before {
      color: #ffffff !important; }

.main-block {
  background: #ffffff;
  padding: 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
  color: #2A414C;
  border-radius: 0.16667rem; }
  .main-block h1 {
    font-size: 2rem;
    color: #2A414C;
    font-weight: bold;
    margin-bottom: 1rem; }
  .main-block h5 {
    font-weight: 600;
    font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
    margin-bottom: 0.5rem;
    color: #2A414C; }
    .main-block h5.btn-up {
      color: #F2C600; }
      .main-block h5.btn-up:hover {
        cursor: pointer;
        color: #FFDE26; }

.form-group {
  display: inline-block; }
  .form-group label {
    display: block;
    line-height: 1rem;
    font-size: 0.66667rem;
    color: #2A414C; }
  .form-group input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem 0.33333rem 0.33333rem 0.33333rem;
    background: #daeaf2e6;
    color: #738c99;
    font-size: 0.66667rem;
    border: none;
    border-radius: 0.16667rem; }
    .form-group input:focus {
      color: #364D59;
      outline: 0px;
      background: #EDF6FA; }
    .form-group input:focus ~ i {
      color: #597380; }
    .form-group input::-webkit-input-placeholder {
      font-size: 0.66667rem;
      color: #738c99;
      line-height: 1rem; }
    .form-group input::-moz-placeholder {
      font-size: 0.66667rem;
      color: #738c99;
      line-height: 1rem; }
    .form-group input:-ms-input-placeholder {
      font-size: 0.66667rem;
      color: #738c99;
      line-height: 1rem; }
    .form-group input::-ms-input-placeholder {
      font-size: 0.66667rem;
      color: #738c99;
      line-height: 1rem; }
    .form-group input::placeholder {
      font-size: 0.66667rem;
      color: #738c99;
      line-height: 1rem; }
    .form-group input:hover {
      background: #DAEAF2; }

.clear-both {
  clear: both; }

.articles-main {
  overflow: unset; }
  .articles-main .articles-container {
    width: 100%;
    margin-top: 2rem; }
    .articles-main .articles-container .article-item {
      margin-bottom: 1rem;
      color: #2A414C; }
      .articles-main .articles-container .article-item p {
        color: #2A414C; }
      .articles-main .articles-container .article-item img {
        display: block;
        margin: 0.20833rem auto; }
      .articles-main .articles-container .article-item h5 {
        line-height: 1.16667rem;
        color: #425A66;
        font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
        margin-left: 0;
        margin-top: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .articles-main .articles-container .article-item h5:hover {
          cursor: pointer; }
      .articles-main .articles-container .article-item a {
        color: #F2C600; }
        .articles-main .articles-container .article-item a p {
          display: inline-block;
          color: #F2C600; }
        .articles-main .articles-container .article-item a:hover {
          cursor: pointer;
          color: #FFDE26; }
          .articles-main .articles-container .article-item a:hover p {
            color: #FFDE26; }
        .articles-main .articles-container .article-item a p:hover {
          cursor: pointer; }
  .articles-main .pagination-wrapper .pagination {
    vertical-align: top; }
  .articles-main .pagination-wrapper .pagination-btn {
    vertical-align: top; }
  .articles-main .pagination-wrapper .dropdown {
    width: 5rem; }
    .articles-main .pagination-wrapper .dropdown .dropdown-current {
      display: inline-block;
      width: 80%;
      vertical-align: top; }

.delivery-block p {
  color: #2A414C;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

.delivery-block .options-container {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  .delivery-block .options-container.order .delivery-item p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70%; }
  .delivery-block .options-container.pay .delivery-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .delivery-block .options-container.pay .delivery-item img {
      width: calc((120 /504) * 100%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 0.41667rem;
      padding-left: 0.41667rem;
      opacity: 1; }
    .delivery-block .options-container.pay .delivery-item div {
      display: inline-block;
      width: calc((360 / 504) * 100%);
      width: 70%;
      vertical-align: top;
      margin-left: calc((24 / 504) * 100%); }
    .delivery-block .options-container.pay .delivery-item .p-header {
      font-weight: 600;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      color: #2A414C;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      height: 2rem;
      padding-top: 0; }
    .delivery-block .options-container.pay .delivery-item p {
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-left: 0;
      padding-top: 0; }
  .delivery-block .options-container.delivery .delivery-item {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .delivery-block .options-container.delivery .delivery-item:last-of-type {
      margin-bottom: 0; }
    .delivery-block .options-container.delivery .delivery-item div {
      width: 83%;
      display: inline-block;
      margin-left: calc((24 / 504) * 100%); }
      .delivery-block .options-container.delivery .delivery-item div p {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 0;
        width: 100%;
        padding: 0; }
        .delivery-block .options-container.delivery .delivery-item div p.p-header {
          line-height: 2rem;
          font-weight: 600; }
    .delivery-block .options-container.delivery .delivery-item ul {
      padding-left: 0;
      widows: 100%;
      display: inline-block;
      margin: 0; }
      .delivery-block .options-container.delivery .delivery-item ul li {
        line-height: 1rem;
        font-size: 0.66667rem; }
        .delivery-block .options-container.delivery .delivery-item ul li span {
          margin-left: 0.83333rem; }
    .delivery-block .options-container.delivery .delivery-item i {
      width: calc((120 / 1032) * 100%);
      vertical-align: top; }
  .delivery-block .options-container .delivery-item {
    border-radius: 0.16667rem;
    display: inline-block;
    width: calc((504 / 1128) * 100%);
    margin-bottom: 2rem;
    height: 5rem; }
    .delivery-block .options-container .delivery-item i {
      width: calc((120 / 504) * 100%);
      text-align: center;
      height: 5rem;
      font-size: 3.33333rem;
      color: #8FA7B2;
      font-weight: normal;
      line-height: 5rem; }
    .delivery-block .options-container .delivery-item p {
      width: calc((360 / 504) * 100%);
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 0.83333rem;
      line-height: 1rem;
      margin-bottom: 0;
      margin-left: calc((24 / 504) * 100%);
      color: #2A414C;
      font-weight: normal;
      height: 5rem; }

section.order_created h3, section.order_created h1 {
  line-height: 2rem;
  color: #425A66;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.16667rem; }

section.order_created .order-block {
  margin: 1rem auto 0;
  width: 33rem; }
  section.order_created .order-block > p {
    margin-bottom: 1rem;
    color: #2A414C;
    font-weight: normal;
    font-size: 0.66667rem; }
    section.order_created .order-block > p .accent60 {
      color: #F2C600; }
      section.order_created .order-block > p .accent60:hover {
        color: #FFDE26;
        cursor: pointer; }
  section.order_created .order-block .order_content .order_line {
    width: 100%;
    line-height: 1rem;
    font-size: 0.66667rem;
    color: #2A414C;
    margin-bottom: 0.33333rem; }
    section.order_created .order-block .order_content .order_line span:last-of-type {
      float: right; }
    section.order_created .order-block .order_content .order_line span.ruble {
      margin-left: 0.08333rem; }
  section.order_created .order-block .order_content .order_line_wrapper {
    margin-top: 1rem; }
    section.order_created .order-block .order_content .order_line_wrapper h5 {
      color: #425A66;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      line-height: 2rem;
      margin-top: 0;
      margin-left: 0; }
      section.order_created .order-block .order_content .order_line_wrapper h5:hover {
        color: #F2C600; }
  section.order_created .order-block .btn-wrapper {
    text-align: center; }
    section.order_created .order-block .btn-wrapper button {
      width: 9rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 0.66667rem;
      font-size: 0.83333rem;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      font-weight: 500;
      line-height: 1.16667rem;
      border-radius: 0.16667rem;
      border: none;
      outline: 0px; }
      section.order_created .order-block .btn-wrapper button:hover {
        cursor: pointer; }

.main-block > h1 {
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
  font-weight: 500;
  font-size: 1.16667rem;
  line-height: 1.5rem;
  color: #425A66; }

.order-cancel {
  width: 32rem; }
  .order-cancel form {
    margin: 0 auto; }
  .order-cancel p {
    padding-left: 0.66667rem;
    padding-right: 0.66667rem; }
    .order-cancel p a {
      background-color: #FFEB66;
      padding: 0 0.3rem; }
  .order-cancel .form-group {
    padding-left: 0.66667rem;
    padding-right: 0.66667rem;
    width: 100%;
    color: #EDF6FA; }
    .order-cancel .form-group textarea {
      width: 100%;
      height: 4.66667rem;
      background: #daeaf2e6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 0.66667rem;
      color: #738c99;
      font-size: 0.66667rem;
      line-height: 1rem;
      resize: none;
      border-radius: 0.16667rem;
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
      border: none;
      outline: 0px; }
      .order-cancel .form-group textarea:hover {
        background: #DAEAF2; }

#user_options.main_menu_line a:first-of-type {
  left: 6rem; }

#user_options.main_menu_line a:nth-of-type(2) {
  left: 19rem; }

#calc-delivery-text {
  color: #2A414C;
  padding-left: 0.33333rem;
  padding-right: 0.33333rem;
  background-color: #FFDE26; }

#popover_geo_inline__old {
  display: inline-block;
  width: calc((320 / 600) * 100%); }

#inline_location {
  margin-top: 1rem; }

.green {
  color: #16A600; }

.news-detail a {
  background-color: #FFDE26;
  color: #2A414C;
  padding: 0 0.16667rem; }

section.additional-info .section-content {
  margin-top: 1.66667rem; }

.additional-info aside {
  width: 25%;
  text-align: center;
  float: left; }
  .additional-info aside .autoscanners {
    width: 100%;
    height: 12rem;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem; }
    .additional-info aside .autoscanners img {
      width: 100%;
      height: 9.66667rem;
      margin-bottom: 1.33333rem; }

.additional-info article {
  width: 34rem;
  width: 100%;
  float: right;
  margin-bottom: 3rem; }
  .additional-info article h1 {
    margin-bottom: 1rem;
    color: #597380;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
  .additional-info article p {
    width: 33rem;
    width: 100%;
    color: #2A414C; }
    .additional-info article p.top, .additional-info article p.middle1, .additional-info article p.middle2 {
      margin-bottom: 1rem; }
  .additional-info article .p--big, .additional-info article .p-note, .additional-info article .p-note p, .p-note .additional-info article p {
    width: 100%;
    min-height: 2rem;
    line-height: 1.33333rem;
    font-weight: 500;
    color: #597380;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
    .additional-info article .p--big:hover, .additional-info article .p-note:hover, .additional-info article .p-note p:hover, .p-note .additional-info article p:hover {
      color: #425A66; }
    .additional-info article .p--big.frst, .additional-info article .frst.p-note, .additional-info article .p-note p.frst, .p-note .additional-info article p.frst {
      line-height: 2rem; }

.additional-info .article_full {
  width: 39rem;
  float: unset;
  margin: 0 auto 2rem;
  margin-top: -1.33333rem; }

.clear-left {
  clear: left; }

section.footer {
  background: #597380; }

section.footer .section-content {
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3rem;
  padding-right: 3rem; }
  section.footer .section-content h5 {
    line-height: 2rem;
    height: 2rem;
    margin: 0;
    color: #B8CCD9; }
  section.footer .section-content ul {
    text-decoration: none;
    padding: 0;
    margin: 0.08333rem 0 0.58333rem; }
  section.footer .section-content li {
    height: 1.33333rem;
    list-style: none;
    font-size: 0.66667rem;
    line-height: 1.33333rem;
    font-weight: normal;
    margin-bottom: 0.33333rem;
    white-space: nowrap; }
    section.footer .section-content li:last-of-type {
      margin-bottom: 0; }
    section.footer .section-content li a {
      color: #F2C600; }
    section.footer .section-content li i {
      width: 1rem;
      text-align: center;
      margin-right: 0.33333rem; }
    section.footer .section-content li:hover {
      background: #fff6b2e6;
      border-radius: 0.08333rem; }
      section.footer .section-content li:hover a {
        color: #364D59; }
  section.footer .section-content .left {
    float: left;
    position: relative;
    width: 70%; }
    section.footer .section-content .left ul {
      float: left;
      width: calc((312 /696) * 100%); }
      section.footer .section-content .left ul.ul-second {
        float: right; }
      section.footer .section-content .left ul li {
        width: 100%; }
    section.footer .section-content .left .search-block {
      position: relative;
      z-index: 10; }
      section.footer .section-content .left .search-block::after {
        content: "\f002";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.83333rem;
        width: 1.33333rem;
        height: 1.33333rem;
        text-align: center;
        line-height: 1.33333rem;
        color: #597380;
        right: 0.33333rem;
        top: 0.33333rem; }
    section.footer .section-content .left input {
      width: 100%;
      height: 2rem;
      font-size: 0.66667rem;
      font-weight: normal;
      background-color: #daeaf2e6;
      border: none;
      border-radius: 0.16667rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 0.66667rem;
      outline: 0px;
      color: #738c99; }
      section.footer .section-content .left input:focus {
        color: #fff; }
      section.footer .section-content .left input::-webkit-input-placeholder {
        color: #8FA7B2; }
      section.footer .section-content .left input::-moz-placeholder {
        color: #8FA7B2; }
      section.footer .section-content .left input:-ms-input-placeholder {
        color: #8FA7B2; }
      section.footer .section-content .left input::-ms-input-placeholder {
        color: #8FA7B2; }
      section.footer .section-content .left input::placeholder {
        color: #8FA7B2; }
  section.footer .section-content .right {
    float: right;
    width: 25%; }
    section.footer .section-content .right ul {
      margin-bottom: 0.08333rem;
      width: 100%; }
      section.footer .section-content .right ul:first-of-type li {
        height: 1.33333rem;
        line-height: 1.33333rem; }
      section.footer .section-content .right ul li {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.66667rem;
        font-weight: normal;
        color: #fff; }
        section.footer .section-content .right ul li i {
          font-size: 0.5rem; }
      section.footer .section-content .right ul.contacts {
        margin: 0; }
        section.footer .section-content .right ul.contacts li {
          font-size: 0.5rem;
          margin: 0; }
          section.footer .section-content .right ul.contacts li i, section.footer .section-content .right ul.contacts li span {
            color: #fff; }
          section.footer .section-content .right ul.contacts li:hover i, section.footer .section-content .right ul.contacts li:hover span {
            color: #364D59; }
  section.footer .section-content .copyright {
    line-height: 0.66667rem;
    color: #B8CCD9;
    font-weight: normal;
    font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
    text-align: center;
    margin: 1.04167rem 0 0.95833rem; }
    section.footer .section-content .copyright h6 {
      margin: 0; }

.text-wrapper {
  width: calc((216 / 1056) * 100%);
  margin-right: calc((24 / 1056) * 100%); }
  .text-wrapper h5 {
    margin: 0;
    line-height: 1rem; }
  .text-wrapper p {
    color: #FFDE26;
    line-height: 0.66667rem; }
    .text-wrapper p:hover {
      cursor: pointer;
      color: #FFEB66; }

section.hero .dropdown {
  height: 1.66667rem;
  padding-left: 0.66667rem;
  background: #daeaf2e6; }
  section.hero .dropdown .dropdown-current {
    display: inline-block;
    color: #2A414C;
    font-size: 0.66667rem;
    line-height: 1.66667rem; }
  section.hero .dropdown .dropdown-icon {
    line-height: 1.66667rem;
    top: 0;
    right: 0.54167rem;
    position: absolute; }
  section.hero .dropdown .dropdown-icon i {
    line-height: 1.66667rem;
    width: 1rem;
    color: #2A414C; }
  section.hero .dropdown .dropdown-current .pale {
    color: #A6A6A6;
    margin-right: 0; }
  section.hero .dropdown .dropdown-content {
    background: #B8CCD9;
    font-size: 0.66667rem;
    color: #2A414C;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

#search-wide.dropdowns-wrapper {
  background: #597380; }

.hero-search {
  display: flex;
  align-items: center;
  width: 100%;
  background: #597380;
  height: 3rem;
  border-radius: 0 0 0.16667rem 0.16667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.66667rem 1rem 0.66667rem 2rem;
  position: relative;
  white-space: nowrap; }
  .hero-search div {
    display: inline-block; }
  .hero-search h5 {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff; }
  .hero-search .dropdown {
    width: calc((304 / 1056) * 100%);
    vertical-align: text-bottom;
    margin-right: calc((16 / 1128) * 100%); }
  .hero-search .btn-find {
    margin-left: calc((10 / 1128) * 100%); }

.dropdowns-wrapper {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.66667rem 1rem 1rem 2rem;
  white-space: nowrap;
  background: #8FA7B2;
  border-radius: 0 0 0.16667rem 0.16667rem; }
  .dropdowns-wrapper h5 {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    white-space: normal;
    margin-right: 0.66667rem; }
  .dropdowns-wrapper .text-wrapper {
    display: inline-block;
    vertical-align: top; }
  .dropdowns-wrapper .dropdowns-wrapper, .dropdowns-wrapper .dropdowns-block {
    display: inline-block;
    width: calc((648 / 1056) * 100%); }
    .dropdowns-wrapper .dropdowns-wrapper .top, .dropdowns-wrapper .dropdowns-block .top {
      display: block; }
      .dropdowns-wrapper .dropdowns-wrapper .top .dropdown, .dropdowns-wrapper .dropdowns-block .top .dropdown {
        width: calc((304 / 648) * 100%); }
        .dropdowns-wrapper .dropdowns-wrapper .top .dropdown:first-child, .dropdowns-wrapper .dropdowns-block .top .dropdown:first-child {
          margin-right: calc((15 / 648) * 100%); }
    .dropdowns-wrapper .dropdowns-wrapper .bottom .dropdown, .dropdowns-wrapper .dropdowns-block .bottom .dropdown {
      width: calc((197.8 / 648) * 100%); }
      .dropdowns-wrapper .dropdowns-wrapper .bottom .dropdown .dropdown-current, .dropdowns-wrapper .dropdowns-block .bottom .dropdown .dropdown-current {
        width: 84%; }
      .dropdowns-wrapper .dropdowns-wrapper .bottom .dropdown .dropdown-icon i, .dropdowns-wrapper .dropdowns-block .bottom .dropdown .dropdown-icon i {
        width: 1rem; }
      .dropdowns-wrapper .dropdowns-wrapper .bottom .dropdown:nth-child(2), .dropdowns-wrapper .dropdowns-block .bottom .dropdown:nth-child(2) {
        margin: 0.66667rem calc((13 / 648) * 100%) 0; }
  .dropdowns-wrapper .btn-find {
    margin-left: 0rem;
    position: relative;
    top: -0.16667rem; }

.btn-find {
  display: inline-block;
  width: calc((168 / 1056) * 100%);
  height: 1.66667rem;
  border-radius: 0.16667rem;
  color: #2A414C;
  font-size: 0.66667rem;
  font-weight: 500;
  background: #FFDE26;
  vertical-align: text-bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.33333rem 0.66667rem;
  border: none; }
  .btn-find span {
    width: 4.33333rem;
    display: inline-block;
    text-align: center; }
  .btn-find i {
    width: calc((24 / 168) * 100%);
    text-align: center;
    margin-right: calc((8 / 168) * 100%);
    font-size: 0.66667rem;
    font-weight: 900;
    line-height: 1rem; }
  .btn-find:hover {
    cursor: pointer;
    background: #FFEB66;
    color: #738c99; }

section.catalog-block {
  display: none;
  position: absolute;
  left: 0;
  top: 6rem;
  z-index: 99999999; }
  section.catalog-block .section-content {
    height: 23.33333rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    padding-right: 0;
    padding-left: 0; }
    section.catalog-block .section-content aside {
      display: inline-block;
      width: 35%;
      background: #EDF6FA;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 1rem 0 1rem 2.83333rem;
      height: 100%;
      position: relative;
      text-align: right; }
      section.catalog-block .section-content aside ul {
        list-style: none;
        position: relative;
        display: inline-block;
        padding-left: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        width: 14.16667rem;
        text-align: left; }
        section.catalog-block .section-content aside ul li {
          width: 100%;
          height: 1.33333rem;
          font-size: 0.66667rem;
          line-height: 1.33333rem;
          color: #425A66;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0 0.66667rem 0 0.5rem;
          margin-bottom: 0.33333rem; }
          section.catalog-block .section-content aside ul li a {
            color: #425A66; }
          section.catalog-block .section-content aside ul li:hover, section.catalog-block .section-content aside ul li:visited {
            background: #ffffff;
            cursor: pointer; }
            section.catalog-block .section-content aside ul li:hover a, section.catalog-block .section-content aside ul li:visited a {
              color: #F2C600; }
          section.catalog-block .section-content aside ul li.selected {
            background: #ffffff;
            cursor: pointer; }
            section.catalog-block .section-content aside ul li.selected a {
              color: #F2C600; }
          section.catalog-block .section-content aside ul li:last-of-type {
            margin-bottom: 0; }
          section.catalog-block .section-content aside ul li i {
            width: 1rem;
            text-align: center;
            margin-right: 0.33333rem; }
    section.catalog-block .section-content .menu-items {
      display: inline-block;
      width: 64%;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 1rem 3rem 1rem 2rem;
      height: 100%; }
      section.catalog-block .section-content .menu-items ul {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(3, calc(33% - 20px));
        padding: 0;
        margin: 0;
        margin-right: 1rem;
        vertical-align: top;
        -webkit-columns: 3;
           -moz-columns: 3;
                columns: 3;
        -webkit-column-fill: auto;
           -moz-column-fill: auto;
                column-fill: auto;
        -webkit-column-gap: 1rem;
           -moz-column-gap: 1rem;
                column-gap: 1rem; }
        section.catalog-block .section-content .menu-items ul:last-child {
          margin-right: 0; }
        section.catalog-block .section-content .menu-items ul li {
          width: 100%;
          list-style: none;
          font-size: 0.66667rem;
          font-weight: 600;
          line-height: 1.33333rem;
          margin-bottom: 0.33333rem;
          white-space: normal;
          color: #425A66;
          margin: 0 10px;
          display: inline-grid;
          /*align-content: center;*/
        }
          section.catalog-block .section-content .menu-items ul li a {
            color: #425A66; }
          section.catalog-block .section-content .menu-items ul li:hover a {
            color: #F2C600; }

.modal-cart {
  position: fixed;
  display: none;
  width: 41rem;
  z-index: 999999;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.16667rem; }
  .modal-cart .modal-top {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 1rem 0 2rem;
    margin-bottom: 1rem; }
    .modal-cart .modal-top h3 {
      width: calc((840 / 984) * 100%);
      color: #2A414C;
      font-weight: 500;
      line-height: 1.5rem;
      display: inline-block; }
    .modal-cart .modal-top i {
      font-size: 1.33333rem;
      line-height: 0.91667rem;
      color: #F2C600;
      font-weight: 300;
      width: 1rem;
      text-align: center;
      float: right; }
      .modal-cart .modal-top i:hover {
        cursor: pointer;
        color: #FFDE26; }
  .modal-cart .modal-main {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1rem 1rem; }
    .modal-cart .modal-main aside {
      width: calc((144 / 984) * 100%);
      height: 6rem;
      display: inline-block; }
      .modal-cart .modal-main aside img {
        width: 100%;
        height: 100%; }
    .modal-cart .modal-main article {
      vertical-align: top;
      width: 82%;
      display: inline-block;
      margin-left: 1rem;
      margin-left: calc((24 / 984) * 100%); }
      .modal-cart .modal-main article .modal-item_header {
        position: relative; }
        .modal-cart .modal-main article .modal-item_header h5 {
          margin: 0 0.33333rem 1.25rem 0;
          font-weight: 500;
          color: #2A414C;
          line-height: 1.16667rem;
          display: inline-block;
          vertical-align: top; }
        .modal-cart .modal-main article .modal-item_header span {
          font-weight: 500;
          font-size: 1rem;
          line-height: 1.33333rem;
          height: 1rem;
          float: right;
          font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
          .modal-cart .modal-main article .modal-item_header span.small {
            color: #B8CCD9;
            font-size: 0.66667rem;
            line-height: 1.5rem;
            font-weight: 600;
            margin-left: 0.5rem; }
        .modal-cart .modal-main article .modal-item_header .oldPrice {
          font-size: 0.66667rem;
          font-weight: 600;
          font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
          color: #2A414C;
          text-decoration: line-through;
          position: absolute;
          right: 0;
          top: 1.41667rem; }
      .modal-cart .modal-main article .modal-item_info {
        width: calc((168 / 744) * 100%);
        display: inline-block; }
        .modal-cart .modal-main article .modal-item_info span {
          font-size: 0.66667rem;
          display: block;
          line-height: 1rem;
          color: #2A414C;
          font-weight: normal; }
          .modal-cart .modal-main article .modal-item_info span:first-of-type {
            font-weight: 600; }
            .modal-cart .modal-main article .modal-item_info span:first-of-type i {
              color: #2A414C;
              width: 1rem;
              text-align: center;
              margin-right: 0.33333rem;
              font-size: 0.66667rem;
              line-height: 1rem; }
          .modal-cart .modal-main article .modal-item_info span:nth-of-type(2) {
            font-size: 0.5rem;
            line-height: 0.66667rem;
            color: #1EC700;
            margin: 0.33333rem 0; }
            .modal-cart .modal-main article .modal-item_info span:nth-of-type(2) i {
              font-size: 0.66667rem;
              width: 1rem;
              text-align: center;
              line-height: 1rem;
              margin-right: 0.33333rem; }
      .modal-cart .modal-main article .modal-btn {
        position: absolute;
        bottom: 1rem;
        bottom: 1rem;
        right: 1rem; }
        .modal-cart .modal-main article .modal-btn button {
          border: none;
          border-radius: 0.16667rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0.33333rem 1rem 0.33333rem 0.66667rem;
          font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
          font-weight: 500;
          line-height: 1rem;
          font-size: 0.66667rem; }
          .modal-cart .modal-main article .modal-btn button:hover {
            cursor: pointer; }
          .modal-cart .modal-main article .modal-btn button.btn-ghost {
            margin-right: 1rem; }
            .modal-cart .modal-main article .modal-btn button.btn-ghost i {
              width: 1rem;
              text-align: center;
              font-size: 0.66667rem;
              line-height: 1rem;
              margin-right: 0.33333rem; }
          .modal-cart .modal-main article .modal-btn button.btn-primary img {
            width: 1rem;
            vertical-align: middle;
            margin-right: 0.33333rem; }
  .modal-cart .modal-bottom {
    background: #EDF6FA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1rem 1rem 1rem;
    position: relative; }
    .modal-cart .modal-bottom h5 {
      margin: 0;
      line-height: 1.875rem;
      font-weight: 500;
      color: #597380;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 1rem; }
    .modal-cart .modal-bottom .modal-carousel {
      text-align: center; }
      .modal-cart .modal-bottom .modal-carousel .owl-carousel .owl-item {
        margin-top: 1.33333rem; }
        .modal-cart .modal-bottom .modal-carousel .owl-carousel .owl-item .item main img {
          width: calc((200 / 248) * 100%); }
        .modal-cart .modal-bottom .modal-carousel .owl-carousel .owl-item .item:hover main img {
          width: 3.03333rem;
          height: 3.03333rem;
          margin-top: 1.16667rem; }
    .modal-cart .modal-bottom .item-container {
      width: 34.20833rem;
      vertical-align: top;
      margin: 0 0.33333rem;
      overflow: hidden;
      padding: 0 0.125rem;
      margin-left: 0.25rem; }
      .modal-cart .modal-bottom .item-container .owl-stage-outer {
        /*margin-left: -1rem;*/
        margin-left: -0.8rem;
        padding-left: 1rem; }
      .modal-cart .modal-bottom .item-container .item-wrapper {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 0.625rem; }
      .modal-cart .modal-bottom .item-container .owl-nav button {
        background: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 0;
        line-height: 15.20833rem;
        width: 2rem;
        text-align: center;
        border: none;
        outline: 0px; }
        .modal-cart .modal-bottom .item-container .owl-nav button:hover {
          cursor: pointer;
          outline: 0px; }
        .modal-cart .modal-bottom .item-container .owl-nav button.owl-prev {
          left: -2rem; }
          .modal-cart .modal-bottom .item-container .owl-nav button.owl-prev::before {
            content: "\f053";
            font-family: "Font Awesome 5 Pro";
            color: #F2C600;
            font-size: 1.33333rem;
            font-weight: normal; }
        .modal-cart .modal-bottom .item-container .owl-nav button.owl-next {
          right: -2rem; }
          .modal-cart .modal-bottom .item-container .owl-nav button.owl-next::before {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            color: #F2C600;
            font-size: 1.33333rem;
            font-weight: normal; }
        .modal-cart .modal-bottom .item-container .owl-nav button span {
          display: none; }
      .modal-cart .modal-bottom .item-container .owl-dots {
        display: none; }

section.cart {
  overflow: unset; }
  section.cart .main-block {
    padding: 2rem 1rem; }
  section.cart .content-table {
    display: inline-block;
    width: calc((816 / 1128) * 100%); }
    section.cart .content-table tbody, section.cart .content-table tr, section.cart .content-table td {
      width: 100%;
      display: inline-block; }
    section.cart .content-table .content {
      width: 100%; }
      section.cart .content-table .content .fa-ruble-sign {
        font-size: 0.5rem;
        font-weight: 600;
        color: #B8CCD9; }
      section.cart .content-table .content .cart_container {
        counter-reset: heading; }
        section.cart .content-table .content .cart_container .alert {
          padding: 15px;
          margin-bottom: 20px;
          border: 1px solid transparent;
          border-radius: 4px;
          font-size: 14px; }
        section.cart .content-table .content .cart_container .alert-danger {
          color: #A94442;
          background-color: #F2DEDE;
          border-color: #EBCCD1; }
        section.cart .content-table .content .cart_container .bx-soa-section.bx-selected .bx-soa-editstep {
          display: none; }
        section.cart .content-table .content .cart_container .bx-soa-editstep {
          display: inline;
          font-family: Fira Sans, Helvetica, Arial, Verdana,sans serif;
          font-size: 0.66667rem;
          vertical-align: middle;
          line-height: 1rem;
          color: #597380; }
        section.cart .content-table .content .cart_container .cart_block {
          counter-increment: heading;
          margin-bottom: 1rem; }
          section.cart .content-table .content .cart_container .cart_block .row {
            /*
                        margin-right: -15px;
                        margin-left: -15px;
                        */ }
          section.cart .content-table .content .cart_container .cart_block .row::before,
          section.cart .content-table .content .cart_container .cart_block .row::after {
            display: table;
            content: " "; }
          section.cart .content-table .content .cart_container .cart_block .row::after {
            clear: both; }
          section.cart .content-table .content .cart_container .cart_block .bx-soa-section-title-container {
            background-color: #DAEAF2;
            width: 100%;
            height: 2rem;
            border-radius: 0.16667rem;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0.5rem 0.5rem 0.33333rem 0.33333rem;
            position: relative;
            margin-bottom: 1rem; }
            section.cart .content-table .content .cart_container .cart_block .bx-soa-section-title-container .bx-soa-section-title {
              width: 70%;
              float: left; }
            section.cart .content-table .content .cart_container .cart_block .bx-soa-section-title-container .text-right {
              width: 24%;
              float: left;
              text-align: right; }
            section.cart .content-table .content .cart_container .cart_block .bx-soa-section-title-container h2 {
              font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
              font-size: 1rem;
              font-weight: 500;
              color: #2A414C;
              vertical-align: middle;
              margin-left: calc((48 / 816) * 100%); }
              section.cart .content-table .content .cart_container .cart_block .bx-soa-section-title-container h2 span {
                display: inline-block;
                position: absolute;
                height: 1.33333rem;
                width: 1.33333rem;
                background-color: #597380;
                border-radius: 1.75rem;
                left: calc((8 / 816) * 100%);
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%); }
                section.cart .content-table .content .cart_container .cart_block .bx-soa-section-title-container h2 span::after {
                  content: counter(heading);
                  position: absolute;
                  color: #ffffff;
                  font-size: 0.66667rem;
                  font-weight: 600;
                  left: 50%;
                  top: 50%;
                  -webkit-transform: translate(-50%, -50%);
                      -ms-transform: translate(-50%, -50%);
                          transform: translate(-50%, -50%);
                  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
        section.cart .content-table .content .cart_container .cart_items .bx-soa-more.btn-container {
          text-align: start;
          margin-top: 0;
          margin-bottom: 1rem; }
        section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info {
          width: 100%;
          height: 3rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0.33333rem; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info:nth-of-type(2n + 2) {
            background-color: #EDF6FA; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info div {
            display: inline-block; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:first-child {
            display: contents; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:first-child .bx-soa-item-block {
              width: 48%; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:first-child .bx-soa-item-block .bx-soa-item-img-block {
                width: 15%; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:first-child .bx-soa-item-block .bx-soa-item-imgcontainer {
                background-repeat: round;
                width: 100%;
                height: 2.33333rem;
                vertical-align: middle; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:first-child .bx-soa-item-block .bx-soa-item-content {
                margin-left: 2%;
                vertical-align: middle;
                width: calc((319 / 792) * 100%);
                width: 13.29167rem;
                width: 82%; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(2) {
            width: 12%;
            text-align: right;
            height: 100%;
            vertical-align: middle; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(2) div {
              width: 100%; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(2) div strong {
                display: block;
                font-weight: 500;
                font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
                font-size: 0.83333rem;
                color: #1EC700;
                white-space: nowrap;
                line-height: 0.83333rem; }
                section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(2) div strong.bx-price-old {
                  color: #2A414C;
                  font-size: 0.66667rem;
                  font-weight: 600;
                  text-decoration: line-through; }
                section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(2) div strong.bx-price {
                  font-size: 1rem;
                  line-height: 1.66667rem; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(2) br {
              display: none; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) {
            width: 12%;
            width: 4rem;
            margin-left: 1rem;
            margin-left: 3%;
            margin-right: 1rem;
            margin-right: 3%;
            vertical-align: middle; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) .bx-soa-item-td-text > div {
              width: 100%; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) span {
              display: inline-block;
              width: 33%;
              text-align: center; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) span:hover i {
                color: #FFDE26; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) button {
              padding: 0;
              border: none;
              outline: 0px;
              height: 1.66667rem;
              background: transparent; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) button:hover {
                cursor: pointer; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) button i {
                font-size: 0.66667rem;
                font-weight: normal;
                color: #F2C600; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(3) input {
              width: 33%;
              outline: 0px;
              height: 1.66667rem;
              font-size: 0.66667rem;
              color: #2A414C;
              background: #DAEAF2;
              border: none;
              border-radius: 0.16667rem;
              text-align: center;
              padding: 0 !important; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(4) {
            width: 12%;
            height: 1.66667rem;
            text-align: right;
            font-weight: 500;
            font-size: 1rem;
            color: #192A33;
            vertical-align: middle; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(4) strong {
              white-space: nowrap;
              line-height: 1.66667rem; }
              section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:nth-child(4) strong i {
                margin-left: -0.08333rem; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:last-child {
            width: 5%;
            text-align: center;
            margin-left: 3%;
            font-size: 0.66667rem;
            font-weight: normal;
            vertical-align: middle; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:last-child i {
              color: #D90004; }
            section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .bx-soa-item-td:last-child i:hover {
              color: #FE3B38;
              cursor: pointer; }
          section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .cart_item_info, section.cart .content-table .content .cart_container .cart_items .bx-soa-item-table .bx-soa-basket-info .cart_info {
            display: contents; }
        section.cart .content-table .content .cart_container .cart_items .items_additional {
          margin: 1rem 0 0.33333rem 0; }
          section.cart .content-table .content .cart_container .cart_items .items_additional div {
            display: inline-block;
            height: 1.66667rem;
            vertical-align: middle;
            width: 12%; }
            section.cart .content-table .content .cart_container .cart_items .items_additional div i {
              line-height: 1.66667rem;
              font-size: 0.83333rem;
              color: #364D59; }
              section.cart .content-table .content .cart_container .cart_items .items_additional div i:first-of-type {
                margin-right: 10%; }
            section.cart .content-table .content .cart_container .cart_items .items_additional div:first-of-type {
              margin-right: 2%;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; }
              section.cart .content-table .content .cart_container .cart_items .items_additional div:first-of-type span {
                display: inline-block;
                font-size: 0.66667rem;
                line-height: 1.66667rem; }
        section.cart .content-table .content .cart_container .cart_items .btn-container {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-bottom: 0.66667rem; }
          section.cart .content-table .content .cart_container .cart_items .btn-container .btn-wrapper {
            display: inline-block;
            width: calc((240 / 672) * 100%);
            vertical-align: top; }
            section.cart .content-table .content .cart_container .cart_items .btn-container .btn-wrapper a {
              width: 100%;
              display: inline-block;
              margin-bottom: 0.33333rem;
              border-radius: 0.16667rem;
              line-height: 1rem;
              font-size: 0.66667rem;
              font-weight: 500;
              font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
              vertical-align: middle;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 0.33333rem 1.08333rem 0.33333rem 0.66667rem;
              text-align: center; }
              section.cart .content-table .content .cart_container .cart_items .btn-container .btn-wrapper a i {
                font-size: 0.66667rem;
                float: left;
                width: 10%;
                text-align: center;
                line-height: 1rem; }
            section.cart .content-table .content .cart_container .cart_items .btn-container .btn-wrapper span {
              color: #597380;
              font-size: 0.5rem;
              line-height: 0.66667rem;
              display: inline-block;
              height: 1.33333rem; }
            section.cart .content-table .content .cart_container .cart_items .btn-container .btn-wrapper:nth-of-type(2) {
              float: right; }
        section.cart .content-table .content .cart_container .cart_region {
          position: relative; }
          section.cart .content-table .content .cart_container .cart_region .bx-soa-location-input-container {
            width: 100%; }
          section.cart .content-table .content .cart_container .cart_region .cart_region_country {
            margin-bottom: 0.66667rem; }
            section.cart .content-table .content .cart_container .cart_region .cart_region_country span {
              font-size: 0.83333rem;
              font-weight: 500;
              font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
              line-height: 1.16667rem;
              color: #425A66;
              margin-left: calc((24 / 816) * 100%); }
          section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper {
            width: calc((768 / 816) * 100%);
            height: 1.66667rem;
            position: relative;
            /*margin-bottom: v(40);*/ }
            section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input {
              width: 100%;
              height: 1.66667rem;
              background: #daeaf2e6;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 0.41667rem 1.66667rem 0.33333rem 0.66667rem;
              border-radius: 0.16667rem;
              border: none;
              outline: 0px;
              font-size: 0.66667rem;
              color: #738c99; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input:focus {
                color: #364D59;
                border-radius: 0.16667rem 0.16667rem 0 0;
                background: #EDF6FA; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input:focus ~ i {
                color: #597380; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input::-webkit-input-placeholder {
                font-size: 0.66667rem;
                color: #738c99;
                line-height: 1rem; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input::-moz-placeholder {
                font-size: 0.66667rem;
                color: #738c99;
                line-height: 1rem; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input:-ms-input-placeholder {
                font-size: 0.66667rem;
                color: #738c99;
                line-height: 1rem; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input::-ms-input-placeholder {
                font-size: 0.66667rem;
                color: #738c99;
                line-height: 1rem; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input::placeholder {
                font-size: 0.66667rem;
                color: #738c99;
                line-height: 1rem; }
              section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper > input:hover {
                background: #DAEAF2; }
            section.cart .content-table .content .cart_container .cart_region .cart_region_input_wrapper i {
              position: absolute;
              right: 0.66667rem;
              top: 50%;
              -webkit-transform: translatey(-50%);
                  -ms-transform: translatey(-50%);
                      transform: translatey(-50%);
              font-size: 0.83333rem;
              color: #738c99; }
        section.cart .content-table .content .cart_container .cart_delivery .cart_delivery_content {
          margin-left: calc((24 / 816) * 100%); }
        section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container input,
        section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container input {
          margin: 0; }
        section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company,
        section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company {
          width: calc((168 / 816) * 100%);
          display: inline-block;
          vertical-align: top;
          position: relative;
          margin-right: calc((24 / 816) * 100%);
          /* unchecked icon */
          /* checked icon */ }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox],
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox] {
            display: none; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox] + label:before,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox] + label:before {
            font-family: "Font Awesome 5 Pro";
            display: inline-block;
            font-size: 0.83333rem;
            font-weight: normal;
            width: 10%;
            border-radius: 0.08333rem;
            position: absolute;
            left: 0.33333rem;
            top: 0.33333rem;
            color: #364D59;
            outline: 0px; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox] + label:before,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox] + label:before {
            content: "\f0c8"; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox]:checked + label:before,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company input[type=checkbox]:checked + label:before {
            content: "\f14a";
            color: #F2C600; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container {
            background-color: #EDF6FA; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
            background-color: #FEFBE5; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-image,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-image {
            background-repeat: round;
            width: 100%;
            height: 7rem; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-cost,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-cost {
            position: absolute;
            right: 0.33333rem;
            top: 6rem;
            font-size: 0.66667rem;
            line-height: 0.66667rem;
            color: #2A414C;
            width: calc((72 / 168) * 100%);
            text-align: right; }
            section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-cost i,
            section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-cost i {
              color: #2A414C;
              font-weight: normal;
              font-size: 0.5rem;
              margin-left: 1%; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-period,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-period {
            position: absolute;
            top: 0.33333rem;
            right: 0.33333rem;
            text-align: right; }
          section.cart .content-table .content .cart_container .cart_delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle,
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
            font-size: 0.5rem;
            line-height: 0.66667rem;
            color: #2A414C;
            text-align: center;
            width: 90%;
            margin: 0.33333rem auto 0; }
        section.cart .content-table .content .cart_container .cart_delivery.bx-step-completed .bx-soa-pp-company-selected,
        section.cart .content-table .content .cart_container .cart_payment.bx-step-completed .bx-soa-pp-company-selected {
          vertical-align: middle;
          width: 75%;
          float: left;
          min-height: 2.91667rem; }
          section.cart .content-table .content .cart_container .cart_delivery.bx-step-completed .bx-soa-pp-company-selected img,
          section.cart .content-table .content .cart_container .cart_payment.bx-step-completed .bx-soa-pp-company-selected img {
            vertical-align: middle; }
          section.cart .content-table .content .cart_container .cart_delivery.bx-step-completed .bx-soa-pp-company-selected strong,
          section.cart .content-table .content .cart_container .cart_payment.bx-step-completed .bx-soa-pp-company-selected strong {
            padding-left: 1rem;
            font-weight: normal;
            color: #2A414C; }
        section.cart .content-table .content .cart_container .cart_delivery.bx-step-completed .bx-soa-pp-price,
        section.cart .content-table .content .cart_container .cart_payment.bx-step-completed .bx-soa-pp-price {
          vertical-align: middle;
          width: 25%;
          min-height: 2.91667rem;
          line-height: 2.91667rem;
          float: left;
          text-align: right; }
          section.cart .content-table .content .cart_container .cart_delivery.bx-step-completed .bx-soa-pp-price .fa-ruble-sign,
          section.cart .content-table .content .cart_container .cart_payment.bx-step-completed .bx-soa-pp-price .fa-ruble-sign {
            font-weight: normal;
            color: #2A414C; }
        section.cart .content-table .content .cart_container .btn_next_wrapper,
        section.cart .content-table .content .cart_container .bx-soa-more.btn-container {
          /*margin-right: calc((24 / 816) * 100%);*/
          text-align: right;
          margin-top: 0.66667rem;
          margin-bottom: 1rem;
          margin-left: 0;
          margin-right: 0; }
          section.cart .content-table .content .cart_container .btn_next_wrapper a,
          section.cart .content-table .content .cart_container .bx-soa-more.btn-container a {
            min-width: calc((128 / 816) * 100%);
            display: inline-block;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0.33333rem 1rem 0.33333rem 0.66667rem;
            height: 1.66667rem;
            border-radius: 0.16667rem;
            font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
            font-weight: 500;
            font-size: 0.66667rem;
            line-height: 1rem;
            white-space: nowrap; }
            section.cart .content-table .content .cart_container .btn_next_wrapper a i,
            section.cart .content-table .content .cart_container .bx-soa-more.btn-container a i {
              float: left;
              line-height: 1rem;
              font-size: 0.66667rem; }
        section.cart .content-table .content .cart_container .cart_payment .bx-soa-section-content {
          /*margin-left: calc((24 / 816) * 100%);*/ }
        section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-desc-container {
          margin-top: 1rem; }
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-desc-container .bx-soa-pp-company-desc h3 {
            font-size: 1rem;
            font-weight: 500;
            line-height: 2rem;
            color: #2A414C; }
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-desc-container .bx-soa-pp-company-desc p {
            color: #2A414C;
            line-height: 1rem;
            width: calc((768 / 816) * 100%); }
          section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-desc-container .bx-soa-pp-company-desc ul {
            margin-top: 1rem;
            width: calc((720 / 816) * 100%);
            padding-left: 1rem; }
            section.cart .content-table .content .cart_container .cart_payment .bx-soa-pp-desc-container .bx-soa-pp-company-desc ul li {
              font-size: 0.66667rem;
              line-height: 1rem;
              color: #2A414C; }
        section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-section-content > .row {
          margin-left: -0.66667rem;
          margin-right: -0.66667rem; }
        section.cart .content-table .content .cart_container .cart_personal_info .form-group {
          display: block; }
          section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline {
            display: inline-block;
            margin-bottom: 1.33333rem; }
            section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline label {
              width: 10rem; }
              section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline label input[type=radio] {
                display: none; }
              section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline label input[type=radio]:checked ~ i:before {
                content: "\f192";
                color: #F2C600; }
              section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline label i:before {
                content: "\f111";
                font-family: "Font Awesome 5 Pro";
                color: #2A414C;
                width: 1rem;
                text-align: center;
                font-size: 0.5rem;
                line-height: 0.66667rem;
                font-weight: normal;
                display: inline-block; }
              section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline label:hover {
                cursor: pointer; }
            section.cart .content-table .content .cart_container .cart_personal_info .form-group .radio-inline input[type=radio] + .fa {
              cursor: pointer; }
        section.cart .content-table .content .cart_container .cart_personal_info .form-control {
          display: block;
          width: 100%; }
        section.cart .content-table .content .cart_container .cart_personal_info textarea.form-control {
          height: auto; }
        section.cart .content-table .content .cart_container .cart_personal_info .bx-authform-starrequired {
          color: #D90004; }
        section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-customer .form-group {
          float: left;
          padding-left: 0.66667rem;
          padding-right: 0.66667rem;
          position: relative;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-collapse: collapse; }
          section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-customer .form-group.col-md-5 {
            width: 41%; }
          section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-customer .form-group.col-md-3 {
            width: 26%; }
          section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-customer .form-group.col-md-4 {
            width: 33%; }
          section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-customer .form-group.col-md-6 {
            width: 50%; }
          section.cart .content-table .content .cart_container .cart_personal_info .bx-soa-customer .form-group.col-md-2 {
            width: 16.66666667%; }
        section.cart .content-table .content .cart_container .cart_personal_info .col-sm-12 {
          width: 100%;
          float: left; }
          section.cart .content-table .content .cart_container .cart_personal_info .col-sm-12 .form-group {
            padding-left: 0.66667rem;
            padding-right: 0.66667rem; }
        section.cart .content-table .content .cart_container .cart_personal_info #orderDescription {
          width: 100%;
          height: 4.66667rem;
          background: #daeaf2e6;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 0.33333rem 0.66667rem;
          color: #738c99;
          font-size: 0.66667rem;
          line-height: 1rem;
          resize: none;
          border-radius: 0.16667rem;
          font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
          border: none;
          outline: 0px; }
          section.cart .content-table .content .cart_container .cart_personal_info #orderDescription:hover {
            background: #DAEAF2; }
        section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-subTitle {
          font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
          color: #425A66;
          font-size: 0.83333rem;
          line-height: 1.16667rem;
          font-weight: 500;
          margin-top: 1rem; }
        section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list {
          padding: 0.33333rem 1rem; }
        section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item {
          font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
          font-size: 0.66667rem;
          line-height: 1rem;
          color: #2A414C;
          margin-top: 1.33333rem;
          padding: 0 1rem;
          position: relative; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item:first-child {
            margin-top: 0; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item.bx-selected {
            background: #edf6fa80;
            padding-top: 0.66667rem;
            padding-bottom: 0.33333rem; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item .bx-soa-pickup-l-item-adress {
            position: relative;
            padding-left: 1rem; }
            section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item .bx-soa-pickup-l-item-adress i {
              font-size: 0.83333rem;
              line-height: 1.33333rem;
              font-weight: normal;
              width: 0.83333rem;
              position: absolute;
              left: 0;
              color: #364D59;
              outline: 0px; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail {
            padding-left: 1rem;
            padding-top: 0.66667rem;
            display: none; }
            section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail .bx-soa-pickup-l-item-name {
              font-weight: 600; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-detail {
            display: block; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item .bx-soa-pickup-l-item-btn {
            background-color: #FFD400;
            border-radius: 0.16667rem;
            line-height: 1rem;
            font-size: 0.66667rem;
            font-weight: 500;
            font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
            vertical-align: middle;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0.33333rem 0.66667rem;
            text-align: center;
            position: absolute;
            right: 1rem;
            top: -50%; }
          section.cart .content-table .content .cart_container #bx-soa-pickup .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
            top: 10%; }
  section.cart .cart_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    width: 10rem;
    vertical-align: top;
    background: #EDF6FA;
    border-radius: 0.16667rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.66667rem;
    margin-left: calc((24 / 1128) * 100%);
    float: right; }
    section.cart .cart_sidebar .bx-soa-cart-total-line {
      margin-bottom: 0.33333rem;
      height: 1.33333rem; }
      section.cart .cart_sidebar .bx-soa-cart-total-line .bx-soa-cart-d {
        float: right; }
      section.cart .cart_sidebar .bx-soa-cart-total-line span {
        line-height: 1rem;
        font-size: 0.66667rem;
        color: #364D59;
        font-weight: normal; }
      section.cart .cart_sidebar .bx-soa-cart-total-line i {
        font-size: 0.5rem; }
      section.cart .cart_sidebar .bx-soa-cart-total-line:first-of-type span {
        font-weight: 600; }
      section.cart .cart_sidebar .bx-soa-cart-total-line.bx-soa-cart-total-line-total span {
        font-weight: 600;
        font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
        display: inline-block;
        line-height: 1.33333rem; }
      section.cart .cart_sidebar .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
        font-weight: 500;
        font-size: 1.16667rem;
        line-height: 1.33333rem; }
  section.cart #bx-soa-orderSave {
    width: 8.33333rem;
    float: right; }
    section.cart #bx-soa-orderSave a {
      width: 100%;
      display: inline-block;
      border-radius: 0.16667rem;
      line-height: 1rem;
      font-size: 0.66667rem;
      font-weight: 500;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 1.08333rem 0.33333rem 0.66667rem;
      text-align: center; }
      section.cart #bx-soa-orderSave a i {
        font-size: 0.66667rem;
        float: left;
        width: calc((24 / 200) * 100%);
        text-align: center;
        line-height: 1rem;
        margin-right: calc((8 / 816) * 100%); }

.cart_region_input_suggestions {
  display: none;
  z-index: 9;
  position: absolute;
  background: #EDF6FA !important;
  width: 100%;
  left: 0;
  top: 1.66667rem;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 0 0.16667rem 0.16667rem; }
  .cart_region_input_suggestions .cart_region_suggestions_content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cart_region_input_suggestions .cart_region_suggestions_content span {
      color: #597380; }
  .cart_region_input_suggestions .edost_suggest_head {
    background: #DAEAF2;
    line-height: 1.33333rem;
    font-size: 0.66667rem;
    color: #2A414C;
    font-weight: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.95833rem; }
  .cart_region_input_suggestions .edost_suggest_value {
    font-weight: normal;
    font-size: 0.5rem;
    line-height: 1rem;
    color: #2A414C;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1rem 0 1.95833rem; }
    .cart_region_input_suggestions .edost_suggest_value:hover {
      background: #FEFBE5;
      color: #2A414C;
      cursor: pointer; }
      .cart_region_input_suggestions .edost_suggest_value:hover span {
        color: #2A414C; }
  .cart_region_input_suggestions .edost_suggest_bold {
    font-size: 0.66667rem;
    line-height: 1.33333rem;
    font-weight: normal;
    color: #2A414C;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.95833rem 0 1.95833rem; }
  .cart_region_input_suggestions .edost_suggest_hint {
    font-size: 0.5rem;
    line-height: 0.66667rem;
    color: #2A414C;
    background: rgba(254, 251, 229, 0.5);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem;
    border: none !important; }

.cart_sidebar a.btn {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.33333rem;
  border-radius: 0.16667rem;
  line-height: 1rem;
  font-size: 0.66667rem;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.33333rem 1.08333rem 0.33333rem 0.66667rem;
  text-align: center; }

.path {
  display: inline-block;
  position: absolute;
  line-height: 2rem;
  left: 4rem; }
  .path a, .path span, .path i {
    color: #2A414C;
    font-size: 0.5rem; }
  .path a:hover, .path span:hover {
    color: #738c99;
    cursor: pointer; }
  .path a > i, .path a > span {
    color: #2A414C; }
    .path a > i:hover, .path a > span:hover {
      color: #738c99; }
  .path i {
    font-weight: normal;
    width: 1rem;
    text-align: center; }

.pagination-wrapper .pagination {
  white-space: nowrap;
  width: calc((400 / 1128) * 100%);
  height: 1.33333rem;
  display: inline-block;
  margin-right: calc((24 / 1224) * 100%); }
  .pagination-wrapper .pagination .pagination-btn {
    width: 1.33333rem;
    max-width: 1.33333rem;
    border-radius: 2.5rem;
    background: #daeaf2e6;
    -moz-text-align-last: center;
         text-align-last: center;
    text-align: center;
    display: inline-block; }
    .pagination-wrapper .pagination .pagination-btn:first-of-type {
      margin-right: calc((16 / 400) * 100%); }
    .pagination-wrapper .pagination .pagination-btn:last-of-type {
      margin-left: calc((8 / 400) * 100%); }
    .pagination-wrapper .pagination .pagination-btn i {
      color: #738c99;
      font-size: 0.66667rem;
      font-weight: 300;
      line-height: 1.375rem;
      width: 100%;
      height: 100%; }
    .pagination-wrapper .pagination .pagination-btn:hover {
      cursor: pointer;
      background: #DAEAF2; }
      .pagination-wrapper .pagination .pagination-btn:hover i {
        color: #597380; }
  .pagination-wrapper .pagination .modern-page-current {
    background: #daeaf2e6;
    border-radius: 1.75rem; }
  .pagination-wrapper .pagination span, .pagination-wrapper .pagination a {
    margin-right: calc((8 / 400) * 100%);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.33333rem;
    width: calc((32 / 400) * 100%);
    color: #597380;
    -moz-text-align-last: center;
         text-align-last: center; }
    .pagination-wrapper .pagination span:hover, .pagination-wrapper .pagination a:hover {
      background: #daeaf2e6;
      border-radius: 1.75rem;
      cursor: pointer; }

.pagination-wrapper .dropdown {
  width: 4.66667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #daeaf2e6;
  padding: 0.33333rem;
  height: 1.33333rem;
  margin-left: calc((24 / 1032) * 100%); }
  .pagination-wrapper .dropdown .dropdown-current {
    line-height: 0.66667rem;
    color: #738c99;
    margin-right: 0.33333rem; }
  .pagination-wrapper .dropdown .dropdown-icon {
    line-height: 0.66667rem;
    color: #F2C600;
    text-align: center;
    float: right; }
    .pagination-wrapper .dropdown .dropdown-icon i {
      line-height: 0.66667rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .pagination-wrapper .dropdown:hover {
    cursor: pointer;
    background: #DAEAF2; }
    .pagination-wrapper .dropdown:hover span {
      color: #597380; }
  .pagination-wrapper .dropdown .dropdown-content {
    display: none;
    background: #daeaf2e6;
    top: 1.33333rem;
    z-index: 10; }
    .pagination-wrapper .dropdown .dropdown-content div:first-child {
      margin-top: 0.66667rem; }
    .pagination-wrapper .dropdown .dropdown-content .dropdown-item {
      color: #738c99;
      padding: 0 0.5rem 0 0.33333rem;
      font-size: 0.5rem; }
      .pagination-wrapper .dropdown .dropdown-content .dropdown-item:hover {
        cursor: pointer;
        color: #597380;
        background: #DAEAF2; }

.item-wrapper {
  width: 7.23333rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .item-wrapper:hover {
    height: 8.75rem; }

.item {
  display: inline-block;
  width: 100%;
  height: 10.73333rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #ffffff;
  border-radius: 0.11667rem;
  margin-bottom: 1.16667rem;
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 5; }
  .item:hover {
    z-index: 15;
    /*
            width: v(300 * $scale);
            // height: v(420 * $scale);
            transform: translate(-9.5%, -8%);
            */
    width: 8.60417rem;
    -webkit-transform: translate(-8.7%, -3.4%);
        -ms-transform: translate(-8.7%, -3.4%);
            transform: translate(-8.7%, -3.4%);
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    margin-bottom: 0;
    border: 0.08333rem solid #EDF6FA;
    cursor: pointer; }
    .item:hover .item-top span {
      display: block; }
    .item:hover main img {
      margin-top: 1.16667rem;
      -webkit-transform: scaleX(1.00001) translate(-0.1%, -0.35%);
          -ms-transform: scaleX(1.00001) translate(-0.1%, -0.35%);
              transform: scaleX(1.00001) translate(-0.1%, -0.35%); }
    .item:hover article {
      height: 5.25rem;
      overflow: hidden; }
      .item:hover article p.item_info {
        display: block; }
      .item:hover article p.additional {
        font-weight: bold; }
    .item:hover .item-bottom {
      height: unset; }
      .item:hover .item-bottom span {
        margin-bottom: 0.23333rem; }
      .item:hover .item-bottom .btn-ghost {
        display: block;
        background: #FFD400;
        color: #2A414C; }
        .item:hover .item-bottom .btn-ghost i {
          color: #2A414C;
          font-weight: bold; }
        .item:hover .item-bottom .btn-ghost:hover {
          background: #FFDE26;
          cursor: pointer; }
  .item .item-top i.red, .item .item-top span.red {
    color: #D90004; }
  .item .item-top i.green, .item .item-top span.green {
    color: #1EC700; }
  .item .item-top i {
    font-size: 0.46667rem;
    font-weight: normal;
    position: absolute;
    top: 0.46667rem;
    left: 0.46667rem;
    width: 0.7rem; }
  .item .item-top img {
    width: calc((48 / 248) * 100%);
    position: absolute;
    right: -0.02083rem;
    top: -0.02083rem; }
  .item .item-top span {
    display: none;
    position: absolute;
    top: 0.46667rem;
    left: 1.4rem;
    font-size: 0.35rem;
    line-height: 0.46667rem;
    font-weight: normal; }
    .item .item-top span.sale {
      left: unset;
      right: 1.4rem;
      color: #1EC700; }
  .item main a img:hover, .item main a p:hover {
    cursor: pointer; }
  .item main img {
    width: 5.83333rem;
    height: 5.83333rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    margin-top: 0.7rem;
    display: block; }
  .item article {
    width: calc((200 / 248) * 100%);
    height: 2.56667rem;
    margin: 0 auto;
    text-align: left; }
    .item article p {
      width: 100%; }
      .item article p.main {
        color: #2A414C;
        font-weight: bold;
        font-size: 0.46667rem;
        line-height: 0.7rem; }
        .item article p.main:hover {
          color: #738c99; }
      .item article p.additional {
        font-weight: normal;
        color: #2A414C;
        height: 1.45833rem;
        overflow: hidden;
        font-size: 0.46667rem;
        line-height: 0.7rem; }
      .item article p.item_info {
        display: none;
        font-size: 0.35rem;
        font-weight: normal;
        line-height: 0.46667rem;
        color: #2A414C;
        /*overflow: auto;*/ }
  .item .item-bottom {
    width: 100%;
    height: 0.7rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.7rem;
    margin-top: 0.23333rem;
    margin-bottom: 0.7rem; }
    .item .item-bottom span {
      display: inline-block; }
      .item .item-bottom span.old {
        float: left;
        text-decoration: line-through;
        font-size: 0.46667rem;
        line-height: 0.58333rem;
        color: #2A414C; }
        .item .item-bottom span.old .ruble {
          text-decoration: line-through; }
      .item .item-bottom span.new {
        float: right;
        font-size: 0.81667rem;
        font-weight: bold;
        line-height: 0.58333rem;
        color: #493841; }
        .item .item-bottom span.new.green {
          color: #16A600;
          font-size: 0.58333rem; }
        .item .item-bottom span.new .ruble {
          color: #2A414C;
          margin-left: 0.14583rem; }
    .item .item-bottom .btn-ghost {
      display: none;
      width: 100%;
      margin-top: 0.23333rem;
      font-size: 0.46667rem;
      line-height: 0.7rem;
      font-weight: 500;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      text-align: center;
      border: none;
      border-radius: 0.11667rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.23333rem 0.7rem 0.23333rem 0.46667rem; }
      .item .item-bottom .btn-ghost i {
        color: #597380;
        font-size: 0.46667rem;
        line-height: 0.7rem;
        float: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }

.table-total {
  margin-top: 0.66667rem;
  margin-left: 1rem;
  margin: 0.66667rem 1rem; }
  .table-total .order_line:first-of-type {
    margin-bottom: 1rem; }
  .table-total span {
    font-size: 1rem;
    line-height: 1.33333rem;
    color: #2A414C;
    font-weight: 500;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
    .table-total span.ruble {
      margin-left: 0.16667rem;
      color: #B8CCD9; }

table.order_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.66667rem; }
  table.order_table caption {
    line-height: 2rem;
    font-weight: 500;
    font-size: 0.83333rem;
    color: #425A66;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    text-align: left; }
  table.order_table thead {
    background: #DAEAF2; }
    table.order_table thead tr {
      height: 2rem; }
      table.order_table thead tr td {
        text-align: center;
        font-size: 0.66667rem;
        line-height: 0.83333rem;
        line-height: 2rem;
        display: inline-block;
        color: #2A414C; }
        table.order_table thead tr td:first-of-type {
          width: 13.91667rem;
          margin-right: 1rem;
          margin-left: 1rem; }
        table.order_table thead tr td:nth-of-type(2) {
          width: 4.91667rem;
          margin-right: 1rem; }
        table.order_table thead tr td:nth-of-type(3) {
          width: 2.91667rem;
          margin-right: 2.33333rem; }
        table.order_table thead tr td:last-of-type {
          width: 4.58333rem; }
  table.order_table tbody {
    /*height: v(400);*/
    overflow: auto; }
    table.order_table tbody td:first-of-type {
      width: 15.875rem;
      margin-right: 0.66667rem;
      margin-left: 0.33333rem; }
    table.order_table tbody td:nth-of-type(2) {
      width: 3rem;
      margin-right: 2rem; }
    table.order_table tbody td:nth-of-type(3) {
      width: 2.91667rem;
      margin-right: 2.33333rem; }
    table.order_table tbody td:last-of-type {
      width: 5.83333rem; }
      table.order_table tbody td:last-of-type span.order_table_amount {
        -webkit-transform: translateX(10%);
            -ms-transform: translateX(10%);
                transform: translateX(10%); }
  table.order_table tbody tr {
    height: 3rem; }
    table.order_table tbody tr:nth-of-type(2n+2) {
      background: #EDF6FA; }
    table.order_table tbody tr img {
      width: 2.33333rem;
      margin-right: 0.33333rem; }
    table.order_table tbody tr span {
      position: relative;
      display: inline-block;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      table.order_table tbody tr span span {
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin-left: 0.08333rem; }
      table.order_table tbody tr span.order_table_amount {
        font-size: 1rem;
        color: #192A33;
        font-weight: 500;
        font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
        table.order_table tbody tr span.order_table_amount span {
          color: #B8CCD9;
          font-weight: 600;
          font-size: 0.66667rem; }
    table.order_table tbody tr td {
      display: inline-block;
      text-align: center;
      height: 3rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 0;
      font-size: 0.66667rem;
      color: #2A414C; }
      table.order_table tbody tr td:first-of-type span {
        display: inline-block;
        width: 13.20833rem;
        vertical-align: middle;
        text-align: left;
        position: relative;
        bottom: 42%;
        top: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset; }

.buy-main .main-block {
  color: #597380; }
  .buy-main .main-block h5 {
    margin-top: 2.04167rem; }
  .buy-main .main-block .li-wrapper {
    width: 31rem;
    margin: 1rem auto;
    white-space: nowrap; }
  .buy-main .main-block ul {
    width: 7rem;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 1rem;
    vertical-align: top; }
    .buy-main .main-block ul:last-child {
      margin-right: 0; }
    .buy-main .main-block ul li {
      width: 100%;
      list-style: none;
      font-size: 0.66667rem;
      line-height: 1rem;
      margin-bottom: 0.33333rem;
      white-space: normal;
      color: #425A66;
      vertical-align: top; }
      .buy-main .main-block ul li a {
        color: #425A66; }
      .buy-main .main-block ul li.selected a {
        color: #F2C600; }
      .buy-main .main-block ul li:hover a {
        color: #F2C600; }
  .buy-main .main-block .city_search {
    display: block;
    width: calc((936 / 1128) * 100%);
    border-radius: 0.16667rem;
    margin: 0 auto;
    position: relative; }
    .buy-main .main-block .city_search .awesomplete {
      width: 100%; }
      .buy-main .main-block .city_search .awesomplete ul {
        background: #F6FAFC;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0.16667rem 0.16667rem 0 0;
        border: none;
        margin-top: 0.33333rem; }
        .buy-main .main-block .city_search .awesomplete ul::before {
          all: unset; }
        .buy-main .main-block .city_search .awesomplete ul li {
          width: 100%;
          height: 1.33333rem;
          font-size: 0.66667rem;
          line-height: 1rem;
          font-weight: normal;
          color: #2A414C;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 2rem;
          margin: 0; }
          .buy-main .main-block .city_search .awesomplete ul li mark {
            background: #FFF6B3; }
          .buy-main .main-block .city_search .awesomplete ul li:hover {
            background: #FEFBE5; }
            .buy-main .main-block .city_search .awesomplete ul li:hover mark {
              background: #FFF6B3; }
    .buy-main .main-block .city_search input {
      width: 100%;
      height: 2rem;
      line-height: 1.66667rem;
      background: #daeaf2e6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.41667rem 1.66667rem 0.33333rem 0.66667rem;
      border-radius: 0.16667rem;
      border: none;
      outline: 0px;
      font-size: 0.66667rem;
      color: #738c99; }
      .buy-main .main-block .city_search input:focus {
        color: #364D59;
        border-radius: 0.16667rem 0.16667rem 0 0;
        background: #EDF6FA; }
      .buy-main .main-block .city_search input:focus ~ i {
        color: #597380; }
      .buy-main .main-block .city_search input::-webkit-input-placeholder {
        font-size: 0.66667rem;
        color: #738c99;
        line-height: 1.66667rem; }
      .buy-main .main-block .city_search input::-moz-placeholder {
        font-size: 0.66667rem;
        color: #738c99;
        line-height: 1.66667rem; }
      .buy-main .main-block .city_search input:-ms-input-placeholder {
        font-size: 0.66667rem;
        color: #738c99;
        line-height: 1.66667rem; }
      .buy-main .main-block .city_search input::-ms-input-placeholder {
        font-size: 0.66667rem;
        color: #738c99;
        line-height: 1.66667rem; }
      .buy-main .main-block .city_search input::placeholder {
        font-size: 0.66667rem;
        color: #738c99;
        line-height: 1.66667rem; }
      .buy-main .main-block .city_search input:hover {
        background: #DAEAF2; }
    .buy-main .main-block .city_search i {
      width: calc((32 / 936) * 100%);
      text-align: center;
      line-height: 2rem;
      color: #597380;
      position: absolute;
      right: 0.33333rem; }
  .buy-main .main-block .office-contacts {
    margin-top: 1.66667rem;
    color: #425A66; }
    .buy-main .main-block .office-contacts h1 {
      font-size: 1.5rem;
      line-height: 1.83333rem; }
    .buy-main .main-block .office-contacts span.accent70 {
      color: #C49D00; }
      .buy-main .main-block .office-contacts span.accent70:hover {
        color: #F2C600; }
    .buy-main .main-block .office-contacts img {
      width: calc((480 / 1032) * 100%); }
    .buy-main .main-block .office-contacts aside {
      width: calc((480 / 1032) * 100%);
      display: inline-block;
      vertical-align: top;
      margin-left: calc((72 / 1128) * 100%);
      width: calc((481 / 1032) * 100%); }
      .buy-main .main-block .office-contacts aside h4 {
        margin: 0;
        font-weight: 500;
        line-height: 1.33333rem;
        width: 100%; }
      .buy-main .main-block .office-contacts aside p {
        width: 100%; }
        .buy-main .main-block .office-contacts aside p a {
          color: #C49D00; }
          .buy-main .main-block .office-contacts aside p a:hover {
            color: #F2C600; }
      .buy-main .main-block .office-contacts aside table {
        margin-top: 1rem;
        width: 100%;
        color: #2A414C; }
        .buy-main .main-block .office-contacts aside table caption {
          font-size: 0.66667rem;
          line-height: 1rem;
          font-weight: bold;
          text-align: left; }
        .buy-main .main-block .office-contacts aside table tr {
          width: 100%; }
          .buy-main .main-block .office-contacts aside table tr td {
            font-size: 0.66667rem;
            line-height: 1rem;
            font-weight: normal;
            text-align: left; }
            .buy-main .main-block .office-contacts aside table tr td img {
              width: 1.66667rem;
              width: calc((40 / 50) * 100%);
              margin-top: 0.33333rem; }
  .buy-main .main-block .office-info {
    margin-top: 1.91667rem;
    color: #2A414C; }
    .buy-main .main-block .office-info:last-of-type .map-block {
      margin-bottom: 1rem; }
    .buy-main .main-block .office-info .office-route {
      display: inline-block;
      width: calc((480 / 1032) * 100%); }
    .buy-main .main-block .office-info .office-props {
      display: inline-block;
      vertical-align: top;
      margin-left: calc((70 / 1032) * 100%);
      margin-left: calc((72 / 1128) * 100%);
      width: calc((481 / 1032) * 100%);
      white-space: nowrap; }
      .buy-main .main-block .office-info .office-props p:nth-of-type(12) {
        white-space: normal; }
    .buy-main .main-block .office-info .p--big, .buy-main .main-block .office-info .p-note, .buy-main .main-block .office-info .p-note p, .p-note .buy-main .main-block .office-info p {
      font-weight: 500;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
    .buy-main .main-block .office-info p span {
      font-weight: normal;
      font-size: 0.66667rem; }
    .buy-main .main-block .office-info .subway {
      margin-top: 0.83333rem; }
  .buy-main .main-block .map-block {
    margin-top: 2rem;
    margin-bottom: 3rem; }
    .buy-main .main-block .map-block img {
      width: 100%; }

.wide .form-content {
  width: 19rem; }
  .wide .form-content input, .wide .form-content label, .wide .form-content button {
    display: block;
    width: 15rem !important;
    margin: 0 auto; }
  .wide .form-content .btn-primary {
    margin-top: 0.33333rem; }

.wide.enter .form-content p {
  margin-bottom: 1.33333rem; }

.form-content {
  width: 15rem;
  margin: 1.25rem auto 0.33333rem;
  color: #2A414C; }
  .form-content h3 {
    line-height: 1.5rem;
    width: 100%;
    text-align: center;
    margin-bottom: 0.25rem; }
  .form-content h1 {
    line-height: 2.5rem;
    font-size: 2rem;
    margin: 0 auto 1rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    white-space: nowrap; }
  .form-content p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
    .form-content p.green {
      color: #16A600; }
  .form-content label {
    display: block;
    line-height: 1rem;
    font-size: 0.66667rem;
    font-weight: normal; }
  .form-content input[type=email], .form-content input[type=password], .form-content input[type=text], .form-content input[type=tel], .form-content textarea {
    width: 100%;
    background: #daeaf2e6;
    border-radius: 0.16667rem;
    border: none;
    margin-bottom: 1.33333rem;
    font-size: 0.66667rem;
    color: #738c99;
    line-height: 1rem;
    padding: 0.33333rem 1.66667rem 0.20833rem 0.66667rem;
    outline: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form-content input[type=email]:hover, .form-content input[type=password]:hover, .form-content input[type=text]:hover, .form-content input[type=tel]:hover, .form-content textarea:hover {
      background: #DAEAF2; }
    .form-content input[type=email]::-webkit-input-placeholder, .form-content input[type=password]::-webkit-input-placeholder, .form-content input[type=text]::-webkit-input-placeholder, .form-content input[type=tel]::-webkit-input-placeholder, .form-content textarea::-webkit-input-placeholder {
      font-size: 0.66667rem;
      font-weight: normal;
      color: #B8CCD9;
      line-height: 1rem; }
    .form-content input[type=email]::-moz-placeholder, .form-content input[type=password]::-moz-placeholder, .form-content input[type=text]::-moz-placeholder, .form-content input[type=tel]::-moz-placeholder, .form-content textarea::-moz-placeholder {
      font-size: 0.66667rem;
      font-weight: normal;
      color: #B8CCD9;
      line-height: 1rem; }
    .form-content input[type=email]:-ms-input-placeholder, .form-content input[type=password]:-ms-input-placeholder, .form-content input[type=text]:-ms-input-placeholder, .form-content input[type=tel]:-ms-input-placeholder, .form-content textarea:-ms-input-placeholder {
      font-size: 0.66667rem;
      font-weight: normal;
      color: #B8CCD9;
      line-height: 1rem; }
    .form-content input[type=email]::-ms-input-placeholder, .form-content input[type=password]::-ms-input-placeholder, .form-content input[type=text]::-ms-input-placeholder, .form-content input[type=tel]::-ms-input-placeholder, .form-content textarea::-ms-input-placeholder {
      font-size: 0.66667rem;
      font-weight: normal;
      color: #B8CCD9;
      line-height: 1rem; }
    .form-content input[type=email]::placeholder, .form-content input[type=password]::placeholder, .form-content input[type=text]::placeholder, .form-content input[type=tel]::placeholder, .form-content textarea::placeholder {
      font-size: 0.66667rem;
      font-weight: normal;
      color: #B8CCD9;
      line-height: 1rem; }
    .form-content input[type=email]:focus, .form-content input[type=password]:focus, .form-content input[type=text]:focus, .form-content input[type=tel]:focus, .form-content textarea:focus {
      color: #364D59; }
      .form-content input[type=email]:focus::-webkit-input-placeholder, .form-content input[type=password]:focus::-webkit-input-placeholder, .form-content input[type=text]:focus::-webkit-input-placeholder, .form-content input[type=tel]:focus::-webkit-input-placeholder, .form-content textarea:focus::-webkit-input-placeholder {
        opacity: 0; }
      .form-content input[type=email]:focus::-moz-placeholder, .form-content input[type=password]:focus::-moz-placeholder, .form-content input[type=text]:focus::-moz-placeholder, .form-content input[type=tel]:focus::-moz-placeholder, .form-content textarea:focus::-moz-placeholder {
        opacity: 0; }
      .form-content input[type=email]:focus:-ms-input-placeholder, .form-content input[type=password]:focus:-ms-input-placeholder, .form-content input[type=text]:focus:-ms-input-placeholder, .form-content input[type=tel]:focus:-ms-input-placeholder, .form-content textarea:focus:-ms-input-placeholder {
        opacity: 0; }
      .form-content input[type=email]:focus::-ms-input-placeholder, .form-content input[type=password]:focus::-ms-input-placeholder, .form-content input[type=text]:focus::-ms-input-placeholder, .form-content input[type=tel]:focus::-ms-input-placeholder, .form-content textarea:focus::-ms-input-placeholder {
        opacity: 0; }
      .form-content input[type=email]:focus::placeholder, .form-content input[type=password]:focus::placeholder, .form-content input[type=text]:focus::placeholder, .form-content input[type=tel]:focus::placeholder, .form-content textarea:focus::placeholder {
        opacity: 0; }
  .form-content input[type=password] {
    margin-bottom: 0.66667rem; }
  .form-content .checkbox {
    background: transparent;
    width: calc((128 / 360) * 100%);
    float: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .form-content .checkbox label {
      display: inline-block;
      white-space: nowrap;
      color: #2A414C;
      font-size: 0.5rem;
      line-height: 1.33333rem; }
  .form-content .checkbox input[type=checkbox] + label::before {
    font-size: 0.83333rem;
    left: 0;
    font-weight: normal; }
  .form-content a {
    float: right;
    line-height: 1.33333rem;
    font-size: 0.5rem;
    font-weight: normal;
    color: #C49D00; }
    .form-content a:hover {
      color: #F2C600; }
  .form-content .symbol-container {
    width: 5.33333rem;
    /*float: right;*/
    height: 3rem;
    margin: 0 auto;
    margin-bottom: 1.33333rem; }
    .form-content .symbol-container img {
      width: 100%;
      height: 100%; }
  .form-content button {
    display: block;
    width: 100%;
    height: 1.66667rem;
    text-align: center;
    font-size: 0.83333rem;
    font-weight: 500;
    line-height: 1.16667rem;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    border: none;
    border-radius: 0.16667rem; }
    .form-content button:hover {
      cursor: pointer; }
    .form-content button:focus {
      outline: 0px; }
    .form-content button.btn-primary {
      margin-top: 0.66667rem;
      margin-bottom: 1rem; }

.article-block {
  color: #2A414C; }
  .article-block h5 {
    margin-left: 0;
    font-weight: 500;
    font-size: 0.83333rem;
    color: #2A414C;
    line-height: 2rem;
    margin-top: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .article-block h5:hover {
      color: #2A414C;
      cursor: default; }
  .article-block .-link, .article-block .accent60 {
    background: #FFEB66; }
    .article-block .-link:hover, .article-block .accent60:hover {
      background: #FFD400; }
  .article-block .-link {
    padding-left: 0.16667rem;
    padding-right: 0.16667rem;
    font-weight: 600;
    cursor: pointer; }
  .article-block p {
    color: #2A414C;
    font-weight: normal;
    font-size: 0.66667rem; }
  .article-block a {
    background: #FFEB66;
    color: #2A414C; }
    .article-block a:hover {
      cursor: pointer; }
  .article-block h2 {
    margin: 0.66667rem 0 0.41667rem; }
  .article-block ul {
    padding-left: 0;
    margin: 0.5rem 0; }
    .article-block ul li {
      line-height: 1rem;
      color: #2A414C;
      list-style: none;
      font-size: 0.66667rem; }
      .article-block ul li::before {
        font-family: "Font Awesome 5 Pro";
        content: "\f111";
        font-size: 0.5rem;
        color: #738c99;
        font-weight: 500;
        font-weight: bold;
        width: 0.95833rem;
        margin-right: 0.5rem; }
      .article-block ul li span {
        display: inline-block;
        width: 96%;
        vertical-align: top; }

.dropdown, .fake-dropdown {
  display: inline-block;
  position: relative;
  width: calc((132 / 1128) * 100%);
  border-radius: 0.16667rem;
  line-height: 1.33333rem;
  background: #738c99e6;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5rem; }
  .dropdown .dropdown-current, .fake-dropdown .dropdown-current {
    width: 90%;
    font-size: 0.5rem;
    line-height: 0.66667rem;
    font-weight: normal;
    overflow-x: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .dropdown .dropdown-icon i, .fake-dropdown .dropdown-icon i {
    vertical-align: middle;
    line-height: 1.33333rem;
    color: #F2C600;
    width: 5%;
    font-size: 0.66667rem;
    text-align: center;
    font-weight: normal; }
  .dropdown .dropdown-icon.left, .fake-dropdown .dropdown-icon.left {
    float: left;
    margin-right: 0.33333rem; }
    .dropdown .dropdown-icon.left i, .fake-dropdown .dropdown-icon.left i {
      color: #ffffff; }
  .dropdown:hover, .fake-dropdown:hover {
    cursor: pointer;
    background: #738c99; }
  .dropdown .dropdown-content, .fake-dropdown .dropdown-content {
    width: 100%;
    display: none;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    border-radius: 0 0 0.16667rem 0.16667rem;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 0.33333rem;
    background: #738c99;
    max-height: 8.66667rem;
    overflow: auto; }
    .dropdown .dropdown-content .dropdown-item, .fake-dropdown .dropdown-content .dropdown-item {
      display: block;
      font-size: 0.66667rem;
      line-height: 1.66667rem;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0.66667rem; }
      .dropdown .dropdown-content .dropdown-item:last-of-type, .fake-dropdown .dropdown-content .dropdown-item:last-of-type {
        margin-bottom: 0; }
      .dropdown .dropdown-content .dropdown-item:hover, .fake-dropdown .dropdown-content .dropdown-item:hover {
        cursor: pointer;
        color: #F2C600;
        background: #8FA7B2; }
  .dropdown.--open, .fake-dropdown.--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #698391; }
    .dropdown.--open .dropdown-content, .fake-dropdown.--open .dropdown-content {
      display: block;
      -webkit-transform: translateY(-0.15px);
          -ms-transform: translateY(-0.15px);
              transform: translateY(-0.15px); }

#location {
  background: #425A66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
  max-height: 0; }
  #location.location-remove {
    max-height: 0;
    padding: 0 2rem;
    -webkit-transition: max-height 0.4s linear, padding 0.2s ease-out 0.4s;
    -o-transition: max-height 0.4s linear, padding 0.2s ease-out 0.4s;
    transition: max-height 0.4s linear, padding 0.2s ease-out 0.4s; }
  #location * {
    opacity: 0; }
  #location .edost_suggest_div * {
    opacity: 1; }
  #location.location-appear {
    max-height: 15.83333rem;
    padding: 1rem 2rem 1.33333rem;
    -webkit-transition: max-height 0.4s linear, padding 0.2s ease-in;
    -o-transition: max-height 0.4s linear, padding 0.2s ease-in;
    transition: max-height 0.4s linear, padding 0.2s ease-in; }
  #location .location-content {
    white-space: nowrap;
    position: relative; }
  #location .container {
    max-width: 47rem;
    margin: 0 auto; }
  #location .header {
    color: #ffffff;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    display: inline-block; }
    #location .header.big {
      font-weight: 500;
      font-size: 0.83333rem;
      line-height: 1.16667rem;
      margin-bottom: 1rem; }
    #location .header.small {
      font-weight: 600;
      font-size: 0.66667rem;
      line-height: 0.83333rem;
      margin-top: 1.33333rem; }
  #location .icon-close {
    font-size: 1.33333rem;
    width: 1rem;
    color: #F2C600;
    font-weight: 300;
    text-align: center;
    position: absolute;
    right: 0; }
    #location .icon-close:hover {
      color: #FFDE26;
      cursor: pointer; }
  #location ul {
    width: 9rem;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    #location ul:first-of-type {
      margin-left: 1rem; }
    #location ul:last-of-type {
      margin-right: 0; }
    #location ul:nth-of-type(2n + 2) {
      margin: 0 3rem;
      margin: 0 calc((72 / 1128) * 100%); }
    #location ul li {
      list-style: none;
      margin-bottom: 0.33333rem;
      color: #FFDE26;
      font-size: 0.66667rem;
      line-height: 1rem; }
      #location ul li input {
        margin: 0; }
      #location ul li:hover label {
        cursor: pointer;
        color: #FFEB66; }
      #location ul li:last-of-type {
        margin-bottom: 0; }
  #location .edost_country_list {
    margin-left: 1rem;
    margin-top: 0.66667rem; }
  #location .input-wrapper {
    text-align: center;
    position: relative;
    margin-top: 0.33333rem;
    width: 100%; }
    #location .input-wrapper::after {
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      position: relative;
      position: absolute;
      right: 1.91667rem;
      top: 0.33333rem;
      font-size: 0.83333rem;
      color: #738c99;
      width: 1rem;
      height: 1rem;
      line-height: 1rem; }
  #location .location_input {
    width: calc((1080 / 1224) * 100%);
    width: 96%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.66667rem;
    height: 1.66667rem;
    background: #2a414ce6;
    border: none;
    color: #8FA7B2;
    font-size: 0.66667rem;
    font-weight: normal;
    border-radius: 0.16667rem;
    margin-left: -0.41667rem;
    outline: 0px; }
    #location .location_input::-webkit-input-placeholder {
      color: #8FA7B2;
      font-size: 0.66667rem;
      font-weight: normal;
      line-height: 1rem; }
    #location .location_input::-moz-placeholder {
      color: #8FA7B2;
      font-size: 0.66667rem;
      font-weight: normal;
      line-height: 1rem; }
    #location .location_input:-ms-input-placeholder {
      color: #8FA7B2;
      font-size: 0.66667rem;
      font-weight: normal;
      line-height: 1rem; }
    #location .location_input::-ms-input-placeholder {
      color: #8FA7B2;
      font-size: 0.66667rem;
      font-weight: normal;
      line-height: 1rem; }
    #location .location_input::placeholder {
      color: #8FA7B2;
      font-size: 0.66667rem;
      font-weight: normal;
      line-height: 1rem; }
    #location .location_input:hover {
      background: #2A414C; }
    #location .location_input:focus {
      background: #EDF6FA;
      border-radius: 0.16667rem 0.16667rem 0 0; }
  #location .location_country {
    display: inline-block;
    font-weight: 600;
    font-size: 0.66667rem;
    line-height: 0.83333rem;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    color: #8FA7B2; }
    #location .location_country:hover {
      color: #B8CCD9;
      cursor: pointer; }
    #location .location_country.active {
      color: #FFDE26; }
      #location .location_country.active:hover {
        color: #FFEB66; }
    #location .location_country:nth-of-type(2n + 2) {
      margin: 0 2rem; }
    #location .location_country:last-of-type {
      margin-right: 0; }
  #location .edost_suggest_div {
    display: none;
    z-index: 9999999;
    width: 96%;
    margin-left: 0.875rem;
    background: #EDF6FA;
    position: relative;
    top: -0.04167rem;
    border-radius: 0 0 0.16667rem 0.16667rem;
    max-height: 13.66667rem;
    overflow: auto; }
    #location .edost_suggest_div .edost_suggest_head {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 1rem;
      background: #DAEAF2;
      text-align: left;
      font-size: 0.66667rem;
      line-height: 1rem;
      font-weight: normal;
      color: #2A414C; }
    #location .edost_suggest_div .edost_suggest_value {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 1rem 0 2rem;
      text-align: left;
      font-size: 0.5rem;
      line-height: 0.66667rem;
      font-weight: normal;
      color: #2A414C; }
      #location .edost_suggest_div .edost_suggest_value.edost_suggest_bold {
        line-height: 1rem;
        font-size: 0.66667rem; }
      #location .edost_suggest_div .edost_suggest_value span {
        color: #597380; }
      #location .edost_suggest_div .edost_suggest_value:hover {
        background: #FEFBE5;
        cursor: pointer; }
    #location .edost_suggest_div .edost_suggest_hint {
      background: #FEFBE5;
      font-size: 0.5rem;
      line-height: 0.66667rem;
      color: #2A414C;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem;
      text-align: left;
      border-radius: 0 0 0.16667rem 0.16667rem; }

.multisearch, .multisearch body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body.geo-open .multi-search > .multi-wrapper {
  margin-top: 16.33333rem; }

.multi-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto; }
  .multi-search .multi-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 2rem;
    margin: 0.5rem auto 0;
    margin-bottom: 1rem;
    margin-top: 0.41667rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    background: #ffffff; }
    .multi-search .multi-wrapper .multi-pagination {
      margin-top: 1.33333rem; }
      .multi-search .multi-wrapper .multi-pagination .multi-page {
        width: 2rem;
        height: 2rem;
        float: right;
        display: inline-block;
        text-align: center;
        line-height: 1.91667rem;
        fill: #F2C600 !important; }
        .multi-search .multi-wrapper .multi-pagination .multi-page .multi-icon {
          width: 2rem;
          height: 2rem; }
      .multi-search .multi-wrapper .multi-pagination .multi-previous {
        float: initial !important; }
      .multi-search .multi-wrapper .multi-pagination .multi-disabled,
      .multi-search .multi-wrapper .multi-pagination .multi-hidden {
        display: none !important; }
      .multi-search .multi-wrapper .multi-pagination .multi-counter {
        font-weight: 500;
        font-size: 1.16667rem;
        line-height: 1.91667rem;
        color: #2A414C !important;
        display: inline-block;
        width: 2rem;
        height: 2rem;
        text-align: center;
        vertical-align: top; }
        .multi-search .multi-wrapper .multi-pagination .multi-counter.multi-hidden {
          display: initial !important; }
    .multi-theme-compact .multi-wrapper .multi-results .multi-taxons .multi-taxon {
      color: #60747d;
      margin: 10px 0;
      font-size: 0.633rem;
      font-weight: 500;
      font-family: Fira Sans,Helvetica,Arial,Verdana,sans serif;
      cursor: pointer;
    }
    .multi-theme-compact .multi-wrapper .multi-results .multi-taxons .multi-taxon.multi-active {
      color: #f7de75;
    }
    .multi-theme-compact .multi-wrapper .multi-results .multi-taxons .multi-taxon .multi-badge{
      float: right;
      color: #f7de75;
    }

.multi-header {
  margin-bottom: 1rem;
  width: 47rem; }
  .multi-header .multi-icon {
    width: 2rem;
    height: 2rem;
    color: #2A414C;
    display: inline-block;
    text-align: center;
    position: relative; }
    .multi-header .multi-icon.multi-searchIcon {
      fill: #F2C600; }
    .multi-header .multi-icon svg {
      width: 1.91667rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: normal; }
    .multi-header .multi-icon:hover {
      cursor: pointer; }
  .multi-header input[type="text"] {
    width: 85%;
    height: unset;
    line-height: 2rem;
    vertical-align: top;
    border: none;
    margin: 0 1rem;
    font-size: 1.33333rem;
    color: #2A414C;
    font-weight: normal;
    outline: 0px; }

.multi-cell.multi-sidebar {
  vertical-align: top;
  width: 13rem;
  display: inline-block; }
  .multi-cell.multi-sidebar a {
    display: block;
    margin-bottom: 0.33333rem; }
    .multi-cell.multi-sidebar a:last-of-type {
      margin-bottom: 0; }
    .multi-cell.multi-sidebar a span {
      font-size: 0.66667rem;
      line-height: 1.33333rem;
      font-weight: normal;
      color: #425A66; }
      .multi-cell.multi-sidebar a span:last-of-type {
        color: #F2C600;
        float: right; }
    .multi-cell.multi-sidebar a:hover span {
      color: #F2C600; }

.multi-cell.multi-lists {
  display: inline-block;
  margin-left: 1.33333rem;
  width: calc(100% - 15rem); }
  .multi-cell.multi-lists .multi-cell {
    width: 30%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 2rem; }
    .multi-cell.multi-lists .multi-cell:nth-child(3n + 2) {
      margin: 0 1rem; }
    .multi-cell.multi-lists .multi-cell:nth-last-child(-2n + 3) {
      margin-bottom: 0; }
    .multi-cell.multi-lists .multi-cell div {
      display: inline-block; }
    .multi-cell.multi-lists .multi-cell > div {
      width: 100%;
      text-align: right; }
      .multi-cell.multi-lists .multi-cell > div .multi-more {
        font-size: 0.5rem;
        line-height: 0.66667rem;
        color: #F2C600;
        cursor: pointer;
         }
        .multi-cell.multi-lists .multi-cell > div .multi-more:hover {
          color: #FFDE26; }
    .multi-cell.multi-lists .multi-cell .multi-title {
      height: 2.20833rem;
      line-height: 1.16667rem;
      width: 100%;
      color: #2A414C;
      font-size: 0.83333rem;
      font-weight: 500;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      text-align: left;
      margin-bottom: 1rem; }
    .multi-cell.multi-lists .multi-cell .multi-item {
      margin-bottom: 1rem;
      display: flex;
      position: relative; }
      .multi-cell.multi-lists .multi-cell .multi-item.disabled .multi-thumbnail img {
        opacity: 0.8; }
      .multi-cell.multi-lists .multi-cell .multi-item.disabled div, .multi-cell.multi-lists .multi-cell .multi-item.disabled span {
        color: #8FA7B2; }
      .multi-cell.multi-lists .multi-cell .multi-item:last-of-type {
        margin-bottom: 0; }
      .multi-cell.multi-lists .multi-cell .multi-item .multi-thumbnail {
        vertical-align: top; }
        .multi-cell.multi-lists .multi-cell .multi-item .multi-thumbnail img {
          width: 2.66667rem;
          height: 3rem; }
      .multi-cell.multi-lists .multi-cell .multi-item .multi-label {
        position: absolute;
        width: 2rem;
        height: 0.66667rem;
        background-color: #1EC700 !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 0.16667rem;
        border-radius: 0.16667rem 0 0 0;
        font-size: 0.5rem;
        color: #ffffff; }
      .multi-cell.multi-lists .multi-cell .multi-item .multi-content {
        width: 7rem;
        vertical-align: top;
        font-weight: normal;
        font-size: 0.5rem;
        line-height: 0.66667rem;
        color: #2A414C; }
        .multi-cell.multi-lists .multi-cell .multi-item .multi-content > span {
          height: 2rem;
          display: inline-block;
          width: 100%; }
          .multi-cell.multi-lists .multi-cell .multi-item .multi-content > span.created_id {
            height: 1rem;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            line-height: 1rem; }
        .multi-cell.multi-lists .multi-cell .multi-item .multi-content .multi-snippet {
          float: right;
          height: 1rem;
          text-align: right;
          width: 4rem; }
          .multi-cell.multi-lists .multi-cell .multi-item .multi-content .multi-snippet .multi-presence {
            display: inline-block; }

.multi-cell .multi-powered {
  display: none; }

.multi-theme-compact .multi-wrapper {
  max-width: 47rem;
  display: block;
  border-radius: 0.16667rem; }
  .multi-theme-compact .multi-wrapper .multi-layout {
    min-height: 3rem;
    margin: 0; }
  .multi-theme-compact .multi-wrapper .multi-header {
    width: 100%;
    min-height: 3rem;
    margin-bottom: 0; }
    .multi-theme-compact .multi-wrapper .multi-header form {
      min-height: 3rem; }
    .multi-theme-compact .multi-wrapper .multi-header .multi-icon {
      left: unset !important;
      right: unset !important;
      top: 0 !important; }
  .multi-theme-compact .multi-wrapper .multi-results {
    width: 100%; }
    .multi-theme-compact .multi-wrapper .multi-results .multi-oldPrice {
      margin-right: 0.16667rem;
      color: #8FA7B2;
      text-decoration: line-through; }
    .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a {
      border: none; }
      .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a .multi-active span {
        background: unset; }
      .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a:hover span {
        background: unset; }
      .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a:focus {
        outline: 0px; }
      .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a span {
        display: inline-block; }
      .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a span:first-of-type {
        width: 90%;
        white-space: normal; }
      .multi-theme-compact .multi-wrapper .multi-results .multi-taxons a span.multi-badge {
        border: none; }

.popup-container {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 999999;
  background: #ffffff;
  border-radius: 0.16667rem;
  overflow: auto;
  max-height: 90vh; }
  .popup-container .popup-top {
    position: absolute;
    top: 0.33333rem;
    right: 0.33333rem; }
    .popup-container .popup-top i {
      color: #F2C600;
      font-size: 1.33333rem;
      width: 1rem;
      font-weight: 300;
      text-align: center; }
      .popup-container .popup-top i:hover {
        color: #FFDE26;
        cursor: pointer; }
  .popup-container h3 {
    width: 100%;
    color: #364D59;
    line-height: 2rem;
    text-align: center;
    font-weight: 500; }
  .popup-container .form-group {
    width: 14rem; }
  .popup-container .captcha-wrapper {
    display: inline-block; }
  .popup-container .btn-primary {
    border: none;
    border-radius: 0.16667rem;
    height: 1.66667rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem 1rem 0.33333rem 1.66667rem;
    font-size: 0.66667rem;
    font-weight: 500;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    color: #2A414C; }
    .popup-container .btn-primary i {
      position: absolute;
      width: 1rem;
      height: 1rem;
      line-height: 1rem;
      text-align: center; }

.popupQuickOrder {
  width: 32rem; }
  .popupQuickOrder .order_table {
    margin-top: 0.33333rem; }
    .popupQuickOrder .order_table caption, .popupQuickOrder .order_table thead {
      display: none; }
    .popupQuickOrder .order_table tr {
      height: 3rem;
      width: 30rem; }
      .popupQuickOrder .order_table tr td:first-child {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 22.5rem;
        margin-right: 1rem;
        text-align: left; }
      .popupQuickOrder .order_table tr td:nth-child(2) {
        width: 1rem;
        text-align: right;
        margin-right: 1rem; }
      .popupQuickOrder .order_table tr td:nth-child(3) {
        width: 3rem;
        text-align: right;
        margin-right: 1rem; }
      .popupQuickOrder .order_table tr td:last-child {
        width: 5rem;
        text-align: right; }
        .popupQuickOrder .order_table tr td:last-child span {
          font-size: 0.66667rem; }
  .popupQuickOrder .table-total {
    margin: 1rem 0; }
    .popupQuickOrder .table-total .order_line {
      display: inline-block;
      margin: 0; }
      .popupQuickOrder .table-total .order_line:last-of-type {
        float: right; }
      .popupQuickOrder .table-total .order_line span {
        font-weight: 600;
        font-size: 0.66667rem; }
        .popupQuickOrder .table-total .order_line span:first-of-type {
          margin-right: 1rem; }
        .popupQuickOrder .table-total .order_line span .ruble {
          margin-right: 0; }
  .popupQuickOrder .form-group {
    margin-bottom: 1rem; }
    .popupQuickOrder .form-group:nth-child(2n + 1) {
      float: left; }
    .popupQuickOrder .form-group:nth-child(2n + 2) {
      float: right; }
    .popupQuickOrder .form-group input {
      width: 14rem; }
  .popupQuickOrder .captcha-wrapper {
    margin-left: 4rem;
    margin-bottom: 2rem; }
    .popupQuickOrder .captcha-wrapper img {
      width: 6.04167rem;
      height: 3rem;
      cursor: pointer; }
  .popupQuickOrder .btn-primary {
    width: 8rem;
    float: right;
    position: relative; }
    .popupQuickOrder .btn-primary i {
      left: 0.66667rem;
      top: 0.33333rem; }

.availableNotification, .rent {
  width: 17rem; }
  .availableNotification h3, .rent h3 {
    margin-bottom: 0.33333rem; }
  .availableNotification p, .rent p {
    font-weight: normal;
    line-height: 1rem;
    color: #364D59; }
    .availableNotification p:first-of-type, .rent p:first-of-type {
      margin-bottom: 0.33333rem;
      color: #2A414C;
      line-height: 0.83333rem; }
  .availableNotification .form-group, .rent .form-group {
    width: 100%;
    margin-bottom: 1rem; }
    .availableNotification .form-group input, .rent .form-group input {
      width: 100%;
      height: 1.66667rem; }
  .availableNotification .captcha-wrapper, .rent .captcha-wrapper {
    display: block;
    text-align: center; }
    .availableNotification .captcha-wrapper img, .rent .captcha-wrapper img {
      width: 6.04167rem;
      height: 3.20833rem; }
  .availableNotification .btn-primary, .rent .btn-primary {
    margin: 1rem auto 0.66667rem;
    display: block;
    position: relative;
    width: 7rem; }
    .availableNotification .btn-primary i, .rent .btn-primary i {
      position: absolute;
      left: 0.66667rem;
      top: 0.33333rem; }

.rent ul {
  padding: 0;
  margin: 0.33333rem 0; }
  .rent ul li {
    padding-left: 0;
    margin: 0;
    margin-bottom: 0.33333rem;
    line-height: 1rem;
    color: #364D59;
    list-style: none;
    font-size: 0.66667rem; }
    .rent ul li:last-of-type {
      margin-bottom: 0; }
    .rent ul li::before {
      display: inline-block;
      font-family: "Font Awesome 5 Pro";
      content: "\f111";
      font-size: 0.5rem;
      color: #738c99;
      font-weight: 500;
      font-weight: bold;
      width: 0.95833rem;
      width: 0.5rem;
      text-align: center; }
    .rent ul li span {
      display: inline-block;
      width: 93%;
      vertical-align: top; }

section.user-main .main-block {
  padding-bottom: 1rem;
  width: 47rem; }
  section.user-main .main-block .btn-wrapper {
    text-align: center;
    display: block;
    width: 100%; }

section.user-main h3 {
  font-weight: 500;
  line-height: 2rem;
  color: #425A66; }

section.user-main #order_cancel {
  display: none;
  padding-bottom: 1.33333rem; }
  section.user-main #order_cancel .btn-wrapper {
    text-align: left; }
  section.user-main #order_cancel .btn-ghost {
    width: 9rem;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: 0; }

section.user-main .user-block {
  width: 43rem;
  margin: 0 auto;
  position: relative; }
  section.user-main .user-block .main_menu_line {
    width: 39rem;
    position: relative;
    margin: 1rem auto; }
    section.user-main .user-block .main_menu_line a:nth-of-type(2) {
      left: 13rem; }
  section.user-main .user-block .user_orders_container {
    width: 43rem;
    display: none;
    margin-top: 2rem;
    position: relative;
    margin-left: 2rem;
    margin: 2rem auto 0; }
    section.user-main .user-block .user_orders_container .user_orders_nav {
      width: 6rem;
      display: inline-block; }
      section.user-main .user-block .user_orders_container .user_orders_nav a {
        display: block; }
    section.user-main .user-block .user_orders_container a {
      /* wtf is this ??
                width: 100%;
                display: block;
                */ }
      section.user-main .user-block .user_orders_container a.chosen {
        color: #F2C600; }
        section.user-main .user-block .user_orders_container a.chosen p,
        section.user-main .user-block .user_orders_container a.chosen i {
          color: #F2C600; }
        section.user-main .user-block .user_orders_container a.chosen:hover {
          color: #FFDE26; }
          section.user-main .user-block .user_orders_container a.chosen:hover p,
          section.user-main .user-block .user_orders_container a.chosen:hover i {
            color: #FFDE26; }
      section.user-main .user-block .user_orders_container a:hover {
        cursor: pointer; }
        section.user-main .user-block .user_orders_container a:hover p {
          cursor: pointer;
          color: #364D59; }
        section.user-main .user-block .user_orders_container a:hover i {
          color: #364D59; }
      section.user-main .user-block .user_orders_container a p {
        line-height: 1.33333rem;
        font-weight: normal;
        font-size: 0.66667rem;
        color: #597380;
        margin-bottom: 0.66667rem;
        display: inline-block; }
        section.user-main .user-block .user_orders_container a p:last-of-type {
          margin-bottom: 0; }
    section.user-main .user-block .user_orders_container i,
    section.user-main .user-block .user_orders_container img {
      width: 1rem;
      text-align: center;
      margin-right: 0.33333rem;
      color: #597380; }
    section.user-main .user-block .user_orders_container img {
      width: 0.83333rem;
      vertical-align: middle;
      position: relative;
      left: 0.125rem; }
    section.user-main .user-block .user_orders_container .active_orders_container {
      vertical-align: top;
      display: inline-block;
      width: 36rem; }
      section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper {
        background: #EDF6FA;
        border-radius: 0.16667rem;
        /*height: v(360);*/
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 1rem;
        margin-bottom: 1rem; }
        section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper:last-of-type {
          margin-bottom: 0; }
        section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper header h3 {
          color: #425A66;
          width: 27rem;
          font-weight: 500;
          display: inline-block; }
        section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper header p {
          color: #F2C600;
          font-weight: 600;
          font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
          vertical-align: top;
          line-height: 2rem; }
          section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper header p:hover {
            color: #FFDE26; }
        section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main {
          margin-bottom: 1.33333rem; }
          section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line {
            font-size: 0.66667rem;
            line-height: 1rem;
            color: #2A414C;
            margin-bottom: 0.33333rem; }
            section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line .ruble {
              margin-left: 0.08333rem; }
            section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line > span:not(.bold), section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line > div {
              float: right; }
            section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line > span:first-of-type {
              float: left; }
            section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line:last-of-type {
              margin-bottom: 0; }
            section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line::after, section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper main .order_line::before {
              content: " ";
              clear: both;
              display: table; }
        section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper .btn-wrapper {
          text-align: center; }
          section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper .btn-wrapper button, section.user-main .user-block .user_orders_container .active_orders_container .order_wrapper .btn-wrapper .btn {
            display: inline-block;
            width: 8rem;
            height: 1.66667rem;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0.33333rem 0.66667rem;
            font-weight: 500;
            font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
            margin-right: 0.5rem;
            margin-left: 0.5rem;
            /* wtf is this??
                            &.btn-ghost {
                                margin-right: v(24);
                            }

                            &.btn-primary {
                                margin-right: v(240);
                            }
                            */ }
  section.user-main .user-block .user_orders_container.--single .active_orders_container {
    display: block;
    margin: 0 auto; }
  section.user-main .user-block .user_orders_container.--single .order_wrapper {
    background: none;
    border: none; }
  section.user-main .user-block .user_orders_container.--single table.order_table tbody td:last-of-type {
    width: 5.8rem;
    text-align: right; }
  section.user-main .user-block .user_orders_container.--single .order_line_wrapper {
    margin-bottom: 1rem; }
    section.user-main .user-block .user_orders_container.--single .order_line_wrapper h5 {
      line-height: 2rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 0;
      margin-left: 0;
      color: #425A66; }
      section.user-main .user-block .user_orders_container.--single .order_line_wrapper h5:hover {
        color: #F2C600; }
  section.user-main .user-block .user_addresses_container {
    margin-top: 2rem;
    display: none; }
    section.user-main .user-block .user_addresses_container ul {
      padding-left: 0; }
      section.user-main .user-block .user_addresses_container ul li {
        list-style: none;
        width: 100%;
        line-height: 2rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.user-main .user-block .user_addresses_container ul li span {
          font-weight: 600;
          display: inline-block;
          font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
          font-size: 0.66667rem;
          text-align: center;
          color: #2A414C;
          width: calc((672 / 936) * 100%);
          text-align: left;
          margin-right: calc((72 / 936) * 100%); }
          section.user-main .user-block .user_addresses_container ul li span.index {
            width: calc((48 / 936) * 100%);
            margin-right: calc((48 / 936) * 100%);
            text-align: center; }
        section.user-main .user-block .user_addresses_container ul li i {
          width: calc((48 / 936) * 100%);
          font-size: 0.66667rem;
          -ms-flex-item-align: center;
              align-self: center;
          text-align: center; }
    section.user-main .user-block .user_addresses_container button {
      width: calc((360 / 1128) * 100%); }
  section.user-main .user-block .form-content {
    vertical-align: top;
    display: inline-block;
    width: calc((432 / 936) * 100%); }
    section.user-main .user-block .form-content h5 {
      font-weight: 500;
      color: #2A414C;
      line-height: 2rem;
      margin: 0;
      margin-bottom: 1rem;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
    section.user-main .user-block .form-content label {
      position: relative; }
      section.user-main .user-block .form-content label i {
        position: absolute;
        width: calc((24 / 360) * 100%);
        font-size: 0.83333rem;
        color: #8FA7B2;
        text-align: center;
        right: 0.33333rem;
        top: 1.33333rem; }
    section.user-main .user-block .form-content.user_pass {
      float: right; }
  section.user-main .user-block .new_address {
    display: none; }
    section.user-main .user-block .new_address .form-content {
      width: 100%;
      margin-top: 0;
      position: relative;
      margin-top: 1rem; }
      section.user-main .user-block .new_address .form-content .input-wrapper {
        width: calc((264 / 888) * 100%);
        display: inline-block;
        margin-bottom: 2.33333rem; }
        section.user-main .user-block .new_address .form-content .input-wrapper input {
          margin-bottom: 0; }
        section.user-main .user-block .new_address .form-content .input-wrapper:nth-of-type(3n + 2) {
          margin: 0 calc((48 / 888) * 100%); }
        section.user-main .user-block .new_address .form-content .input-wrapper.big {
          width: 100%;
          margin-bottom: 2.66667rem; }
          section.user-main .user-block .new_address .form-content .input-wrapper.big textarea {
            height: 4rem;
            font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif;
            color: #738c99;
            margin-bottom: 0;
            resize: none; }
            section.user-main .user-block .new_address .form-content .input-wrapper.big textarea:focus {
              color: #364D59; }
            section.user-main .user-block .new_address .form-content .input-wrapper.big textarea::-webkit-input-placeholder {
              vertical-align: top;
              display: inline-block;
              color: #B8CCD9; }
            section.user-main .user-block .new_address .form-content .input-wrapper.big textarea::-moz-placeholder {
              vertical-align: top;
              display: inline-block;
              color: #B8CCD9; }
            section.user-main .user-block .new_address .form-content .input-wrapper.big textarea:-ms-input-placeholder {
              vertical-align: top;
              display: inline-block;
              color: #B8CCD9; }
            section.user-main .user-block .new_address .form-content .input-wrapper.big textarea::-ms-input-placeholder {
              vertical-align: top;
              display: inline-block;
              color: #B8CCD9; }
            section.user-main .user-block .new_address .form-content .input-wrapper.big textarea::placeholder {
              vertical-align: top;
              display: inline-block;
              color: #B8CCD9; }
    section.user-main .user-block .new_address button, section.user-main .user-block .new_address .btn {
      display: inline-block;
      width: calc((216 / 888) * 100%);
      margin-top: 0;
      left: unset;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset; }
      section.user-main .user-block .new_address button.btn-ghost, section.user-main .user-block .new_address .btn.btn-ghost {
        margin-right: calc((48 / 888) * 100%);
        position: absolute;
        bottom: 0;
        right: calc((216 / 888) * 100%); }
      section.user-main .user-block .new_address button.btn-primary, section.user-main .user-block .new_address .btn.btn-primary {
        position: absolute;
        right: 0;
        margin-bottom: 0;
        bottom: 0; }

section.user-main button, section.user-main .btn {
  font-size: 0.83333rem;
  line-height: 1.16667rem;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
  font-weight: 500;
  border: none;
  border-radius: 0.16667rem;
  width: calc((216 / 1128) * 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25rem;
  margin-top: 0.33333rem;
  /*
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        */
  outline: 0px; }

section.about-brand-main .main-block {
  width: 47rem; }

section.about-brand-main * {
  color: #2A414C;
  font-size: 0.66667rem; }

section.about-brand-main ul {
  padding-left: 0;
  margin: 0.5rem 0; }
  section.about-brand-main ul li {
    line-height: 1rem;
    color: #2A414C;
    list-style: none;
    font-size: 0.66667rem; }
    section.about-brand-main ul li::before {
      font-family: "Font Awesome 5 Pro";
      content: "\f111";
      font-size: 0.5rem;
      color: #738c99;
      font-weight: 500;
      font-weight: bold;
      width: 0.95833rem;
      margin-right: 0.5rem; }
    section.about-brand-main ul li span {
      display: inline-block;
      width: 96%;
      vertical-align: top; }

section.about-brand-main p {
  line-height: 1rem; }

section.about-brand-main h3, section.about-brand-main h2 {
  font-weight: 500;
  line-height: 1rem;
  color: #2A414C;
  margin: 1rem 0 0.5rem;
  font-size: 1.16667rem; }
  section.about-brand-main h3 b, section.about-brand-main h2 b {
    font-size: 1.16667rem;
    font-weight: 500; }

section.about-brand-main h2 {
  line-height: 1.33333rem;
  font-size: 1.5rem; }
  section.about-brand-main h2 b {
    font-size: 1.5rem; }

section.about-brand-main img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 1.33333rem 0; }

section.about-brand-main table {
  border-collapse: collapse;
  width: 100%;
  border: 0.04167rem solid #8FA7B2; }
  section.about-brand-main table tr:nth-of-type(2n + 2) {
    background: #EDF6FA; }
  section.about-brand-main table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem;
    text-align: center;
    color: #364D59;
    line-height: 1rem; }
    section.about-brand-main table td:first-of-type {
      text-align: left; }

.about-brand img {
  width: 100%;
  margin: 0 auto 1rem; }

.about-brand .img-second {
  margin-bottom: 0; }

.about-brand article .article-block {
  margin-bottom: 1rem; }

.about-brand article h5 {
  color: #2A414C;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 2rem;
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

.about-brand article p {
  line-height: 1rem; }

.articles-main {
  overflow: unset; }
  .articles-main .articles-container {
    width: 100%;
    margin-top: 2rem; }
    .articles-main .articles-container .article-item {
      margin-bottom: 1rem;
      color: #2A414C; }
      .articles-main .articles-container .article-item p {
        color: #2A414C; }
        .articles-main .articles-container .article-item p img {
          display: block;
          margin: 0 auto; }
      .articles-main .articles-container .article-item h5 {
        line-height: 1.16667rem;
        color: #425A66;
        font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
        margin-left: 0;
        margin-top: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .articles-main .articles-container .article-item a {
        color: #F2C600; }
        .articles-main .articles-container .article-item a p {
          color: #F2C600; }
        .articles-main .articles-container .article-item a:hover {
          color: #FFDE26; }
          .articles-main .articles-container .article-item a:hover p {
            color: #FFDE26; }
        .articles-main .articles-container .article-item a p:hover {
          cursor: pointer; }
  .articles-main .pagination-wrapper .pagination {
    vertical-align: middle; }
  .articles-main .pagination-wrapper .pagination-btn {
    vertical-align: top; }
  .articles-main .pagination-wrapper .dropdown {
    vertical-align: middle; }
    .articles-main .pagination-wrapper .dropdown .dropdown-current {
      width: 80%;
      display: inline-block;
      vertical-align: top; }

section.searchWidePage .pagination-wrapper {
  text-align: right;
  width: calc((1032 / 1224) * 100%);
  margin: 1rem auto; }
  section.searchWidePage .pagination-wrapper:last-of-type {
    margin-top: 0; }

section.searchWidePage .item-container-wrapper .p--big, section.searchWidePage .item-container-wrapper .p-note, section.searchWidePage .item-container-wrapper .p-note p, .p-note section.searchWidePage .item-container-wrapper p {
  line-height: 2rem;
  margin-bottom: 0.33333rem;
  color: #597380;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

section.searchWidePage .item-container-wrapper .item:nth-child(1n+5) {
  margin-top: 1.66667rem; }

.delivery-block p {
  color: #2A414C;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

.delivery-block h1 {
  font-size: 2rem;
  line-height: 2.5rem; }

.delivery-block .options-container {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  .delivery-block .options-container.order .delivery-item p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .delivery-block .options-container.pay .delivery-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .delivery-block .options-container.pay .delivery-item img {
      width: calc((120 /504) * 100%);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 0.41667rem;
      padding-left: 0.41667rem; }
    .delivery-block .options-container.pay .delivery-item div {
      display: inline-block;
      width: calc((352 / 504) * 100%);
      vertical-align: top;
      margin-left: calc((24 / 504) * 100%); }
    .delivery-block .options-container.pay .delivery-item .p-header {
      font-weight: 600;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      color: #2A414C;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      height: 2rem;
      padding-top: 0; }
    .delivery-block .options-container.pay .delivery-item p {
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-left: 0;
      padding-top: 0; }
  .delivery-block .options-container.delivery .delivery-item {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .delivery-block .options-container.delivery .delivery-item:last-of-type {
      margin-bottom: 0; }
    .delivery-block .options-container.delivery .delivery-item div {
      width: 83%;
      display: inline-block;
      margin-left: calc((24 / 504) * 100%); }
      .delivery-block .options-container.delivery .delivery-item div p {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 0;
        width: 100%;
        padding: 0; }
        .delivery-block .options-container.delivery .delivery-item div p.p-header {
          line-height: 2rem;
          font-weight: 600; }
    .delivery-block .options-container.delivery .delivery-item ul {
      padding-left: 0;
      widows: 100%;
      display: inline-block;
      margin: 0; }
      .delivery-block .options-container.delivery .delivery-item ul li {
        line-height: 1rem;
        font-size: 0.66667rem; }
        .delivery-block .options-container.delivery .delivery-item ul li span {
          margin-left: 0.83333rem; }
    .delivery-block .options-container.delivery .delivery-item i {
      width: calc((120 / 1032) * 100%);
      vertical-align: top; }
  .delivery-block .options-container .delivery-item {
    border-radius: 0.16667rem;
    display: inline-block;
    width: calc((504 / 1128) * 100%);
    margin-bottom: 2rem;
    height: 5rem; }
    .delivery-block .options-container .delivery-item i {
      width: calc((120 / 504) * 100%);
      text-align: center;
      height: 5rem;
      font-size: 3.33333rem;
      color: #8FA7B2;
      font-weight: normal;
      line-height: 5rem; }
    .delivery-block .options-container .delivery-item p {
      width: calc((352 / 504) * 100%);
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 0.83333rem;
      line-height: 1rem;
      margin-bottom: 0;
      margin-left: calc((24 / 504) * 100%);
      color: #2A414C;
      font-weight: normal;
      height: 5rem;
      font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans serif; }

section.item-card .main-block {
  width: 47rem; }

section.item-card .item-card-option-content .captcha-tab td div {
  width: 0.41667rem;
  height: 0.41667rem; }

section.item-card .item-card-option-content article h1:nth-child(1), section.item-card .item-card-option-content article h1:first-child, section.item-card .item-card-option-content article h2:nth-child(1), section.item-card .item-card-option-content article h2:first-child, section.item-card .item-card-option-content article h3:nth-child(1), section.item-card .item-card-option-content article h3:first-child, section.item-card .item-card-option-content article h4:nth-child(1), section.item-card .item-card-option-content article h4:first-child, section.item-card .item-card-option-content article h5:nth-child(1), section.item-card .item-card-option-content article h5:first-child {
  margin-top: 0; }

section.item-card .item-card-option-content * {
  color: #2A414C;
  font-size: 0.66667rem; }

section.item-card .item-card-option-content.item-description a {
  background-color: #FFDE26;
  color: #2A414C;
  padding: 0 0.16667rem; }

section.item-card .item-card-option-content ul {
  padding-left: 0;
  margin: 0.5rem 0; }
  section.item-card .item-card-option-content ul li {
    line-height: 1rem;
    color: #2A414C;
    list-style: none;
    font-size: 0.66667rem; }
    section.item-card .item-card-option-content ul li::before {
      font-family: "Font Awesome 5 Pro";
      content: "\f111";
      font-size: 0.5rem;
      color: #738c99;
      font-weight: 500;
      font-weight: bold;
      width: 0.95833rem;
      margin-right: 0.5rem; }
    section.item-card .item-card-option-content ul li span {
      display: inline-block;
      width: 96%;
      vertical-align: top; }

section.item-card .item-card-option-content p {
  line-height: 1rem; }

section.item-card .item-card-option-content h3, section.item-card .item-card-option-content h2 {
  font-weight: 500;
  line-height: 1rem;
  color: #2A414C;
  margin: 1rem 0 0.5rem;
  font-size: 0.83333rem; }
  section.item-card .item-card-option-content h3 b, section.item-card .item-card-option-content h2 b {
    font-size: 0.83333rem;
    font-weight: 500; }

section.item-card .item-card-option-content img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 1.33333rem 0; }

section.item-card .item-card-option-content table {
  border-collapse: collapse;
  width: 100%;
  border: 0.04167rem solid #8FA7B2;
  margin: 1rem 0; }
  section.item-card .item-card-option-content table tr:nth-of-type(2n + 2) {
    background: #EDF6FA; }
  section.item-card .item-card-option-content table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem;
    padding-bottom: 0.32917rem;
    text-align: center;
    color: #364D59;
    line-height: 1rem;
    width: 2.5rem !important; }
    section.item-card .item-card-option-content table td:first-of-type {
      text-align: left; }

.delivery-calc_wrapper {
  display: none; }
  .delivery-calc_wrapper .btn-wrapper {
    text-align: right;
    margin-top: 1rem; }
    .delivery-calc_wrapper .btn-wrapper button {
      width: 9rem;
      border-radius: 0.16667rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 1rem 0.33333rem 0.66667rem;
      font-size: 0.66667rem;
      font-weight: 500;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      border: none;
      position: relative;
      line-height: 1rem;
      outline: 0px; }
      .delivery-calc_wrapper .btn-wrapper button img {
        width: 1rem;
        float: left;
        margin-top: 0.08333rem; }

.delivery-calc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.83333rem; }
  .delivery-calc .delivery-option {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-right: 1rem; }
    .delivery-calc .delivery-option .delivery-main {
      position: relative;
      width: 7rem;
      height: 7rem;
      text-align: center;
      display: inline-block;
      background-color: #EDF6FA; }
      .delivery-calc .delivery-option .delivery-main.selected {
        background-color: #FEFBE5; }
      .delivery-calc .delivery-option .delivery-main img {
        width: 100%;
        width: 5rem;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .delivery-calc .delivery-option .delivery-main .checkbox {
        position: absolute;
        top: 0.33333rem;
        left: 0.33333rem;
        background: none;
        line-height: 1rem;
        height: 1rem; }
      .delivery-calc .delivery-option .delivery-main .checkbox input[type=checkbox] + label:before {
        font-weight: normal;
        color: #364D59;
        font-size: 0.83333rem; }
      .delivery-calc .delivery-option .delivery-main .delivery-days, .delivery-calc .delivery-option .delivery-main .delivery-price {
        font-size: 0.66667rem;
        font-weight: normal;
        line-height: 1rem;
        color: #2A414C;
        position: absolute; }
      .delivery-calc .delivery-option .delivery-main .delivery-days {
        top: 0.33333rem;
        right: 0.33333rem; }
      .delivery-calc .delivery-option .delivery-main .delivery-price {
        right: 0.33333rem;
        bottom: 0.33333rem; }
    .delivery-calc .delivery-option .delivery-text {
      text-align: center;
      font-size: 0.5rem;
      line-height: 0.66667rem;
      color: #2A414C;
      font-weight: normal;
      width: 80%;
      margin: 0.33333rem auto 0; }
  .delivery-calc::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

.item-card .item-block {
  width: 100%;
  white-space: nowrap;
  margin-top: 1rem; }
  .item-card .item-block .images-container {
    display: inline-block;
    width: calc((500 / 1128) * 100%); }
    .item-card .item-block .images-container aside {
      width: 3.41667rem;
      display: inline-block;
      vertical-align: top;
      margin-right: calc((23 / 1128) * 100%);
      text-align: center;
      white-space: normal; }
      .item-card .item-block .images-container aside img {
        width: 98%;
        /*margin-bottom: v(23);*/
        border: 0.16667rem solid transparent;
        cursor: pointer; }
        .item-card .item-block .images-container aside img.chosen {
          border-radius: 0.16667rem;
          border: 0.16667rem solid #B8CCD9; }
        .item-card .item-block .images-container aside img:hover {
          border-radius: 0.16667rem;
          border: 0.16667rem solid #FFDE26; }
      .item-card .item-block .images-container aside .slick-prev, .item-card .item-block .images-container aside .slick-next {
        color: transparent;
        position: relative;
        border: none;
        background: none;
        width: 2rem;
        outline: 0px;
        height: 0.83333rem; }
        .item-card .item-block .images-container aside .slick-prev:hover, .item-card .item-block .images-container aside .slick-next:hover {
          cursor: pointer; }
          .item-card .item-block .images-container aside .slick-prev:hover::before, .item-card .item-block .images-container aside .slick-next:hover::before {
            color: #FFDE26; }
        .item-card .item-block .images-container aside .slick-prev:before, .item-card .item-block .images-container aside .slick-next:before {
          content: "\f077";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-size: 1rem;
          color: #F2C600;
          left: 0;
          top: 0;
          height: 0.83333rem;
          width: 2rem;
          text-align: center; }
      .item-card .item-block .images-container aside .slick-next:before {
        content: "\f078";
        line-height: 0.5rem; }
      .item-card .item-block .images-container aside .slick-list {
        height: 13.58333rem !important;
        padding: 0 !important;
        width: 3.41667rem;
        margin: 0.75rem 0; }
        .item-card .item-block .images-container aside .slick-list .slick-track a {
          width: 3rem !important;
          outline: 0px;
          position: relative; }
          .item-card .item-block .images-container aside .slick-list .slick-track a img {
            height: 3rem; }
          .item-card .item-block .images-container aside .slick-list .slick-track a.slick-current img {
            border-radius: 0.16667rem;
            border: 0.16667rem solid #B8CCD9; }
    .item-card .item-block .images-container main {
      width: calc((326 / 408) * 100%);
      float: right; }
      .item-card .item-block .images-container main img {
        height: -webkit-fill-available; }
  .item-card .item-block article {
    width: calc((600 / 1128) * 100%);
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    white-space: normal;
    position: relative; }
    .item-card .item-block article .p--big, .item-card .item-block article .p-note, .item-card .item-block article .p-note p, .p-note .item-card .item-block article p {
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      color: #2A414C;
      font-weight: 500; }
    .item-card .item-block article .vendor_code {
      position: absolute;
      font-size: 0.5rem;
      font-weight: normal;
      line-height: 2rem;
      top: -3rem;
      right: -0.95833rem; }
      .item-card .item-block article .vendor_code i {
        width: 1rem;
        font-size: 0.66667rem;
        line-height: 1rem;
        color: #2A414C;
        text-align: center;
        margin-left: 0.33333rem; }
      .item-card .item-block article .vendor_code span {
        color: #2A414C;
        font-weight: bold; }
    .item-card .item-block article .item-add-info {
      height: 2rem;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
      white-space: nowrap; }
      .item-card .item-block article .item-add-info .price {
        display: inline-block; }
        .item-card .item-block article .item-add-info .price.new {
          font-size: 1.16667rem;
          color: #2A414C;
          font-weight: 500;
          line-height: 1.875rem; }
          .item-card .item-block article .item-add-info .price.new .small {
            color: #2A414C;
            font-size: 0.66667rem;
            font-weight: 600; }
          .item-card .item-block article .item-add-info .price.new.discount {
            color: #D90004; }
        .item-card .item-block article .item-add-info .price.old {
          font-size: 0.66667rem;
          font-weight: 600;
          margin-right: calc((24 / 600) * 100%);
          position: relative;
          color: #2A414C;
          width: calc((64 / 600) * 100%);
          text-decoration: line-through;
          -webkit-text-decoration-color: #D90004;
                  text-decoration-color: #D90004;
          -moz-text-decoration-thickness: 0.04167rem;
          -webkit-text-decoration-thickness: 0.04167rem; }
          .item-card .item-block article .item-add-info .price.old.small {
            text-decoration: line-through;
            -webkit-text-decoration-color: #D90004;
                    text-decoration-color: #D90004; }
      .item-card .item-block article .item-add-info .complex {
        font-weight: normal;
        font-size: 0.5rem;
        color: #1EC700;
        height: 2rem;
        display: inline-block;
        vertical-align: top;
        float: right;
        margin-left: 0.5rem; }
        .item-card .item-block article .item-add-info .complex span, .item-card .item-block article .item-add-info .complex i {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          color: #1EC700; }
        .item-card .item-block article .item-add-info .complex span {
          display: inline-block;
          white-space: normal; }
        .item-card .item-block article .item-add-info .complex i.fa-shipping-fast,
        .item-card .item-block article .item-add-info .complex.free-delivery span {
          color: #D90004; }
        .item-card .item-block article .item-add-info .complex:first-of-type {
          width: calc((121 / 600) * 100%); }
        .item-card .item-block article .item-add-info .complex i {
          font-size: 0.66667rem;
          font-weight: 900;
          width: 1.33333rem;
          text-align: center; }
    .item-card .item-block article .btn-container {
      width: 100%;
      margin: 0.66667rem 0 0.33333rem; }
      .item-card .item-block article .btn-container button {
        position: relative;
        width: calc((288 / 600) * 100%);
        height: 1.66667rem;
        border: none;
        font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
        font-size: 0.66667rem;
        font-weight: 500;
        border-radius: 0.16667rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.33333rem 0.66667rem;
        outline: 0px; }
        .item-card .item-block article .btn-container button.btn-rent {
          float: right;
          margin: 1rem 0; }
          .item-card .item-block article .btn-container button.btn-rent::before {
            content: "\f0ec"; }
        .item-card .item-block article .btn-container button:hover {
          cursor: pointer; }
      .item-card .item-block article .btn-container .btn-ghost {
        margin-right: calc((23 / 600) * 100%); }
        .item-card .item-block article .btn-container .btn-ghost::before {
          content: "\f626";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-size: 0.66667rem;
          color: #597380;
          left: 0.83333rem; }
      .item-card .item-block article .btn-container .btn-primary {
        float: right; }
        .item-card .item-block article .btn-container .btn-primary::before {
          content: "\f218";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-size: 0.66667rem;
          color: #2A414C;
          left: 0.83333rem;
          font-weight: 900; }
    .item-card .item-block article .item-table {
      border: none;
      width: calc((584 / 600) * 100%);
      border-spacing: 0 0.16667rem; }
      .item-card .item-block article .item-table tr td {
        width: calc((340 / 600) * 100%);
        font-size: 0.66667rem;
        color: #2A414C;
        font-weight: normal;
        line-height: 1rem; }
        .item-card .item-block article .item-table tr td:nth-of-type(2) {
          font-size: 0.5rem; }
        .item-card .item-block article .item-table tr td.green {
          color: #1EC700; }
    .item-card .item-block article .table-delivery_header--deprecated {
      margin: 0.33333rem 0;
      color: #2A414C; }
      .item-card .item-block article .table-delivery_header--deprecated div {
        padding-left: 1.33333rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-weight: 600;
        position: relative;
        line-height: 1.04167rem;
        font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }
        .item-card .item-block article .table-delivery_header--deprecated div::before {
          content: "\f0d1";
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          font-size: 0.66667rem;
          font-weight: normal;
          color: #2A414C;
          width: 1rem;
          text-align: center;
          left: 0rem;
          top: 0.08333rem; }
    .item-card .item-block article .delivery-calc-show {
      display: block; }
    .item-card .item-block article .table-delivery_content {
      width: 100%;
      color: #2A414C; }
      .item-card .item-block article .table-delivery_content .delivery-location {
        display: inline-block;
        width: calc((315 / 600) * 100%);
        height: 1rem;
        overflow: hidden; }
      .item-card .item-block article .table-delivery_content span {
        display: inline-block;
        width: 41.5%;
        line-height: 1rem;
        width: calc((328 / 600) * 100%); }
      .item-card .item-block article .table-delivery_content .table-delivery_content_wrapper {
        width: 45%;
        margin-right: 0;
        white-space: nowrap; }
      .item-card .item-block article .table-delivery_content div {
        display: inline-block;
        font-size: 0.5rem;
        line-height: 1rem;
        position: relative;
        vertical-align: top; }
        .item-card .item-block article .table-delivery_content div:nth-of-type(2) {
          margin-right: 0;
          /*color: $accent60;*/
          font-size: 0.66667rem;
          font-weight: 500;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          /*float: right;*/ }
          .item-card .item-block article .table-delivery_content div:nth-of-type(2) a i {
            margin-right: 0.33333rem;
            width: 1rem;
            font-size: 0.66667rem;
            text-align: center; }
          .item-card .item-block article .table-delivery_content div:nth-of-type(2) .btn-calc-delivery {
            color: #2A414C;
            font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
            font-weight: 500;
            text-transform: none; }
          .item-card .item-block article .table-delivery_content div:nth-of-type(2):hover {
            cursor: pointer; }
            .item-card .item-block article .table-delivery_content div:nth-of-type(2):hover .btn-calc-delivery {
              color: #738c99; }

.item-card .main_menu_line {
  width: 43rem;
  margin: 1rem auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .item-card .main_menu_line span {
    position: unset;
    width: unset;
    display: inline-block;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
    line-height: 1rem; }

.item-card .also-buy {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1rem; }
  .item-card .also-buy:first-of-type {
    margin-bottom: 0; }
  .item-card .also-buy:last-of-type {
    margin-bottom: 2rem; }
  .item-card .also-buy .owl-carousel .owl-item main img {
    display: block;
    width: calc((200 / 248) * 100%); }
  .item-card .also-buy .owl-stage-outer {
    height: 13.33333rem;
    /*
                margin-left: 1.3rem;
                padding-left: 1.3rem;
                margin-right: 1.3rem;
                */
    padding-left: 0.4rem; }
    .item-card .also-buy .owl-stage-outer .owl-stage {
      height: 100%; }
  .item-card .also-buy .owl-nav {
    position: absolute;
    top: -2.375rem;
    right: 0;
    margin-top: 0; }
    .item-card .also-buy .owl-nav button {
      border: none;
      background: none;
      width: 1rem;
      height: 2rem; }
      .item-card .also-buy .owl-nav button:first-of-type {
        margin-right: 1rem; }
      .item-card .also-buy .owl-nav button:hover {
        background: unset; }
        .item-card .also-buy .owl-nav button:hover span {
          color: #FFDE26;
          cursor: pointer; }
      .item-card .also-buy .owl-nav button span {
        font-size: 1rem;
        font-size: 1.66667rem;
        color: #F2C600;
        font-weight: normal; }
  .item-card .also-buy .owl-dots {
    position: relative; }
    .item-card .also-buy .owl-dots .owl-dot {
      background: none;
      border: none;
      padding: 0; }
      .item-card .also-buy .owl-dots .owl-dot.active span {
        width: 0.66667rem;
        height: 0.66667rem;
        background: #F2C600; }
      .item-card .also-buy .owl-dots .owl-dot span {
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        border: 0.16667rem solid #FFDE26;
        border-radius: 1.33333rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        vertical-align: middle; }
  .item-card .also-buy .also-buy_top {
    position: relative;
    margin: 0 1.33333rem;
    margin-bottom: 0.33333rem; }
    .item-card .also-buy .also-buy_top p {
      display: inline-block;
      line-height: 2rem;
      color: #597380;
      font-weight: 500;
      margin-right: 1rem; }
    .item-card .also-buy .also-buy_top span {
      font-weight: 600;
      font-size: 0.66667rem;
      line-height: 2rem;
      color: #F2C600; }
      .item-card .also-buy .also-buy_top span:hover {
        color: #FFDE26;
        cursor: pointer; }
    .item-card .also-buy .also-buy_top div {
      display: inline-block;
      position: absolute;
      right: 0; }
      .item-card .also-buy .also-buy_top div i {
        font-size: 1rem;
        font-weight: normal;
        line-height: 2rem;
        width: 1rem;
        text-align: center;
        color: #F2C600; }
        .item-card .also-buy .also-buy_top div i:first-of-type {
          margin-right: 1rem; }
        .item-card .also-buy .also-buy_top div i:hover {
          cursor: pointer;
          color: #FFDE26; }
  .item-card .also-buy .item-container {
    width: 100%;
    height: 13.33333rem; }
    .item-card .also-buy .item-container .owl-stage-outer {
      height: 13.33333rem; }
      .item-card .also-buy .item-container .owl-stage-outer .owl-item {
        /*width: v(248*0.7) !important;*/ }
    .item-card .also-buy .item-container .item {
      margin-bottom: 1rem;
      display: block;
      margin-top: 1.08333rem; }
      .item-card .also-buy .item-container .item:hover {
        -webkit-transform: translate(-9%, -6%);
            -ms-transform: translate(-9%, -6%);
                transform: translate(-9%, -6%); }
        .item-card .also-buy .item-container .item:hover main img {
          width: 3.03333rem;
          height: 3.03333rem;
          margin-top: 1.16667rem;
          /*width: v(104);*/ }
    .item-card .also-buy .item-container .owl-item.active:first-of-type .item:hover {
      -webkit-transform: translate(-4%, -6%);
          -ms-transform: translate(-4%, -6%);
              transform: translate(-4%, -6%); }
    .item-card .also-buy .item-container .owl-item.active:nth-child(6n) .item:hover {
      -webkit-transform: translate(-14%, -6%);
          -ms-transform: translate(-14%, -6%);
              transform: translate(-14%, -6%); }
    .item-card .also-buy .item-container .item-wrapper {
      height: 12.5rem;
      padding: 0 !important; }
  .item-card .also-buy .also-buy_bottom {
    margin: 0 auto 1.66667rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.equipment_block .equipment-item {
  display: inline-block;
  margin-right: calc((72 / 972) * 100%);
  margin-right: 2rem;
  width: 9rem;
  vertical-align: top;
  margin-bottom: 1.66667rem;
  border: 0.08333rem solid #B8CCD9; }
  .equipment_block .equipment-item:nth-of-type(4n + 4) {
    margin-right: 0;
    float: right; }
  .equipment_block .equipment-item:nth-last-child(-n + 4) {
    margin-bottom: 0; }
  .equipment_block .equipment-item img {
    width: 100%;
    height: 9rem; }
  .equipment_block .equipment-item p {
    width: 100%;
    height: 2rem;
    color: #2A414C;
    font-weight: normal;
    text-align: center;
    font-size: 0.5rem;
    line-height: 0.66667rem !important;
    overflow: hidden; }
  .equipment_block .equipment-item a {
    display: block; }

.discussion_block .reviews-collapse {
  margin-bottom: 1.33333rem; }

.discussion_block .reviews-collapse-link {
  height: 1.66667rem;
  outline: none;
  border: none;
  font-size: 0.66667rem;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
  width: 9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.33333rem 0.66667rem;
  margin-left: 1rem;
  border-radius: 0.16667rem;
  color: #597380;
  background: #daeaf2e6; }
  .discussion_block .reviews-collapse-link:hover {
    background: #fff6b2e6; }

.discussion_block .bxlhe-frame-table {
  margin: 0; }
  .discussion_block .bxlhe-frame-table .bxlhe-editor-buttons {
    padding-left: 0;
    padding-right: 0; }
  .discussion_block .bxlhe-frame-table .lhe-stat-toolbar-cont img {
    margin: 0; }

.discussion_block .discussion_top button {
  height: 1.66667rem;
  outline: none;
  border: none;
  font-size: 0.66667rem;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
  width: 9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.33333rem 0.66667rem;
  margin-left: 1rem;
  border-radius: 0.16667rem; }

.discussion_block .discussion_main {
  background: #EDF6FA;
  margin-top: 1.33333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  border-radius: 0.16667rem; }
  .discussion_block .discussion_main .form-group {
    width: 15rem;
    margin-bottom: 1rem; }
    .discussion_block .discussion_main .form-group input {
      width: 15rem;
      height: 1.66667rem; }
  .discussion_block .discussion_main .message_editor {
    width: 100%;
    height: 12.29167rem; }
    .discussion_block .discussion_main .message_editor img {
      width: inherit;
      margin: 0;
      height: inherit; }

.discussion_block .discussion_bottom {
  text-align: right;
  margin-top: 0.375rem; }
  .discussion_block .discussion_bottom .fake_widget {
    display: inline-block;
    width: 11.04167rem;
    height: 2.66667rem; }
    .discussion_block .discussion_bottom .fake_widget img {
      width: inherit;
      height: inherit;
      margin: 0; }
  .discussion_block .discussion_bottom .btn-primary {
    width: 8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.33333rem 0.66667rem;
    border: none;
    outline: none;
    border-radius: 0.16667rem;
    font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
    color: #2A414C;
    font-size: 0.83333rem;
    font-weight: 500;
    position: relative; }

.item-card .video_wrapper {
  display: inline-block;
  width: 13rem;
  margin: 0.6rem; }
  .item-card .video_wrapper .video {
    position: relative;
    height: 8.33333rem;
    width: 100%;
    overflow: hidden; }
    .item-card .video_wrapper .video a {
      display: block;
      height: 90%; }
    .item-card .video_wrapper .video img {
      height: 100%;
      width: 100%; }
    .item-card .video_wrapper .video i {
      color: #FFD400;
      font-weight: 900;
      font-size: 1.66667rem;
      line-height: 1.33333rem;
      position: absolute;
      top: 45%;
      left: 45%;
      cursor: pointer; }
  .item-card .video_wrapper p {
    text-align: center; }

@media screen and (max-width: 910px) {
  .item-card .item-block article .table-delivery_content .table-delivery_content_wrapper div:nth-of-type(2) {
    padding-left: 0.91667rem; } }

section.order_info .main-block {
  padding-bottom: 1.33333rem; }

section.order_info #order_cancel {
  display: none; }

section.order_info h3 {
  font-weight: 500;
  line-height: 2rem;
  color: #425A66; }

section.order_info .order-block {
  width: 39rem;
  margin: 0 auto;
  position: relative; }
  section.order_info .order-block .main_menu_line {
    width: 100%;
    position: relative; }
    section.order_info .order-block .main_menu_line span:nth-of-type(2), section.order_info .order-block .main_menu_line a:nth-of-type(2) {
      left: 13rem; }
  section.order_info .order-block .order_content {
    width: 33rem;
    margin: 1rem auto; }
    section.order_info .order-block .order_content .order_line {
      width: 100%;
      line-height: 1rem;
      font-size: 0.66667rem;
      color: #2A414C;
      margin-bottom: 0.33333rem; }
      section.order_info .order-block .order_content .order_line span:last-of-type {
        float: right; }
      section.order_info .order-block .order_content .order_line span.ruble {
        margin-left: 0.08333rem; }
    section.order_info .order-block .order_content .order_line_wrapper {
      margin-bottom: 1rem; }
      section.order_info .order-block .order_content .order_line_wrapper h5 {
        line-height: 2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0;
        margin-left: 0;
        color: #425A66; }
        section.order_info .order-block .order_content .order_line_wrapper h5:hover {
          color: #F2C600; }
  section.order_info .order-block .btn-wrapper {
    text-align: center; }
    section.order_info .order-block .btn-wrapper button {
      border: none;
      border-radius: 0.16667rem;
      width: 9rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.33333rem 0.66667rem;
      font-size: 0.83333rem;
      line-height: 1.16667rem;
      outline: 0px;
      font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif; }

.item:hover .item-bottom .btn-ghost.bg-grey{background: #daeaf2e6; color: #597380;}
.item:hover .item-bottom .btn-ghost.bg-grey:hover,
.item:hover .item-bottom .btn-ghost.bg-grey:active,
.item:hover .item-bottom .btn-ghost.bg-grey:focus,
.item-card .item-block article .btn-container .btn-ghost.bg-grey:hover,
.item-card .item-block article .btn-container .btn-ghost.bg-grey:focus,
.item-card .item-block article .btn-container .btn-ghost.bg-grey:active
{background: #b8ccd9; color: #597380;}

.item:hover .item-bottom .btn-ghost.bg-grey i {color: #597380!important;}

.item-card .item-block article .btn-container .btn-ghost.bg-grey::before {
  content: "\f218";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 0.66667rem;
  left: 0.83333rem;
  font-weight: 900;
  color: #597380!important;
}

.oneclickbuy-form-custom .title{
    width: 100%;
    color: #364D59;
    line-height: 2rem;
    text-align: center;
    font-weight: 500;
}
.fastorder-form-custom .title{
    width: 100%;
    color: #364D59;
    line-height: 2rem;
    text-align: center;
    font-weight: 500;
}
.prod-cont{
  display: flex;
  justify-content: space-between;
  height: 90px;
  width: 32rem;
  column-gap: 10px;
  font-size: 20px;
}
.prod-cont div{
  max-height: 100%;
  display: flex;
  align-items: center;
}
.prod-cont img{
  height: 100%;
}
.prod-cont .name-prod{
  font-size: 20px;
}
.prod-cont .price-prod{
  font-weight: 500;
}
.buyOneClick-form .btn-primary{
  border: none;
  border-radius: 0.16667rem;
  height: 1.66667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.33333rem 1rem 0.33333rem 1.66667rem;
  font-size: 0.66667rem;
  font-weight: 500;
  font-family: "Fira Sans", Helvetica, Arial, Verdana, sans serif;
  color: #2A414C;
}
.cont-inputs{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  column-gap: 30px;
  flex-direction: column;
}
.cont-submit{
  margin-top: 0.5rem;
}
.cont-inputs input{
  color: #738c99;
  font-size: 0.66667rem;
  border: none;
  border-radius: 0.16667rem;
  width: 14rem;
  box-sizing: border-box;
  padding: 0.33333rem 0.33333rem 0.33333rem 0.33333rem;
  background: #daeaf2e6;
}
.cont-inputs label{
  display: block;
  line-height: 1rem;
  font-size: 0.66667rem;
  color: #2A414C;
}
.prod-cont .ruble{
  color: #B8CCD9;
  font-weight: 600;
  font-size: 0.66667rem;
}
.prod-cont form{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.kocb-cont{
  display: flex;
  flex-wrap: wrap;
  column-gap: 130px;
}
.kocb-cont2{
  display: flex;
  column-gap: 130px;
}
.kocb-cont .kocb-line, .kocb-cont2 .kocb-line{
  display: flex;
  align-items: center;
}

.fas.fa-check-square{
  margin-right: -33px;
  z-index: 10;
  position: relative;
  margin-left: 18px;
}

.buyOneClick-form .fancybox-content{
  border-radius: 0.16667rem;
}

.buyOneClick-form .fancybox-close-small{
  color: rgb(242 198 0);
}
@media (min-width: 1470px) {
  .kocb-cont{
    column-gap: 236px;
  }
  .kocb-cont2{
    column-gap: 236px;
  }
}
/*
section.user-main {
    .main-block {
        padding-bottom: v(24);
        width: v(1128);
    }
    h3 {
        font-weight: 500;
        line-height: v(48);
        color: $primary70;
    }

    #order_cancel {
        display: none;
        padding-bottom: v(32);
        .btn-wrapper {
            text-align: left;
        }
        .btn-ghost {
            width: v(216);
            left: unset;
            transform: unset;
            margin-top: 0;
        }
    }

    .user-block {
        width: v(1032);
        margin: 0 auto;
        position: relative;

        .main_menu_line {
            width: v(936);
            position: relative;
            margin: v(24) auto;
            a {
                &:nth-of-type(2) {
                    left: v(312);
                }
            }
        }

        .user_orders_container {
            width: v(1032);
            display: none;
            margin-top: v(48);
            position: relative;
            margin-left: v(48);
            margin: v(48) auto 0;
            .user_orders_nav {
                width: v(144);
                display: inline-block;
            }
            a {
                width: 100%;
                display: block;
                &.chosen {
                    color: $accent60;
                    p, i { color: $accent60; }
                    &:hover {
                        p, i {
                            color: $accent40;
                        }
                        color: $accent40;
                    }
                }
                &:hover {
                    cursor: pointer;
                    p {
                        cursor: pointer;
                        color: $primary80;
                    }
                    i {
                        color: $primary80;
                    }
                }
                p {
                    line-height: v(32);
                    font-weight: normal;
                    font-size: v(16);
                    color: $primary60;
                    margin-bottom: v(16);
                    display: inline-block;
                    &:last-of-type {
                        margin-bottom: 0;
                    }
                }
            }
            i, img {
                width: v(24);
                text-align: center;
                margin-right: v(8);
                color: $primary60;
            }
            img {
                width: v(20);
                vertical-align: middle;
                position: relative;
                left: v(3);
            }

            .active_orders_container {
                vertical-align: top;
                display: inline-block;
                width: v(888);
                .order_wrapper {
                    background: $primary10;
                    border-radius: v(4);
                    height: v(360);
                    box-sizing: border-box;
                    padding: v(24);
                    margin-bottom: v(24);
                    &:last-of-type {
                        margin-bottom: 0;
                    }
                    header {
                        h3 {
                            color: $primary70;
                            width: v(672);
                            font-weight: 500;
                            display: inline-block;
                        }
                        p  {
                            color: $accent60;
                            font-weight: 600;
                            @include headerFont;
                            vertical-align: top;
                            line-height: v(48);
                            &:hover {
                                color: $accent40;
                            }
                        }

                    }
                    main {
                        margin-bottom: v(32);
                        .order_line {
                            line-height: v(24);
                            color: $primary90;
                            margin-bottom: v(8);
                            .ruble {
                                margin-left: v(2);
                            }
                            span:last-of-type {
                                float: right;
                            }
                            &:last-of-type {
                                margin-bottom: 0;
                            }
                        }
                    }
                    .btn-wrapper {
                        button {
                            width: v(192);
                            height: v(40);
                            box-sizing: border-box;
                            padding: v(8) v(16);
                            font: 500;
                            @include headerFont;
                            left: 34%;
                            &.btn-ghost {
                                margin-right: v(24);
                            }
                            &.btn-primary {
                                margin-right: v(240);
                            }
                        }
                    }
                }
            }
        }
        .user_addresses_container {
            margin-top: v(48);
            display: none;

            ul {
                padding-left: 0;
                li {
                    list-style: none;
                    width: 100%;
                    line-height: v(48);
                    display: inline-flex;
                    justify-content: space-between;

                    span {
                        font-weight: 600;
                        display: inline-block;
                        @include headerFont;
                        font-size: v(16);
                        text-align: center;
                        color: $primary90;
                        width: calc((672 / 936) * 100%);
                        text-align: left;
                        margin-right: calc((72 / 936) * 100%);
                        &.index {
                            width: calc((48 / 936) * 100%);
                            margin-right: calc((48 / 936) * 100%);
                            text-align: center;
                        }
                    }

                    i {
                        width: calc((48 / 936) * 100%);
                        font-size: v(16);
                        align-self: center;
                        text-align: center;
                    }
                }
            }

            button {
                width: calc((360 / 1128) * 100%);
            }
        }

        .form-content {
            vertical-align: top;
            display: inline-block;
            width: calc((432 / 936) * 100%);
            h5 {
                font-weight: 500;
                color: $primary90;
                line-height: v(48);
                margin: 0;
                margin-bottom: v(24);
                @include headerFont;
            }

            label {
                position: relative;
                i {
                    position: absolute;
                    width: calc((24 / 360) * 100%);
                    font-size: v(20);
                    color: $primary40;
                    text-align: center;
                    right: v(8);
                    top: v(32);
                }
            }

            &.user_pass {
                float: right;
            }
        }
        .new_address {
            display: none;
            .form-content {
                width: 100%;
                margin-top: 0;
                position: relative;
                margin-top: v(24);
                .input-wrapper {
                    width: calc((264 / 888) * 100%);
                    display: inline-block;
                    margin-bottom: v(56);
                    input {
                        margin-bottom: 0;

                    }
                    &:nth-of-type(3n + 2) {
                        margin: 0 calc((48 / 888) * 100%);
                    }
                    &.big {
                        width: 100%;
                        margin-bottom: v(64);
                        textarea {
                            height: v(96);
                            @include textFont;
                            color: $primary50;
                            margin-bottom: 0;
                            resize: none;

                            &:focus {
                                color: $primary80;
                            }
                            &::placeholder {
                                vertical-align: top;
                                display: inline-block;
                                color: $primary30;
                            }
                        }
                    }
                }
            }
            button {
                display: inline-block;
                width: calc((216 / 888) * 100%);
                margin-top: 0;
                left: unset;
                transform: unset;

                &.btn-ghost {
                    margin-right: calc((48 / 888) * 100%);
                    position: absolute;
                    bottom: 0;
                    right: calc((216 / 888) * 100%);
                }
                &.btn-primary {
                    position: absolute;
                    right: 0;
                    margin-bottom: 0;
                    bottom: 0;

                }
            }
        }
    }

    button {
        font-size: v(20);
        line-height: v(28);
        @include headerFont;
        font-weight: 500;
        border: none;
        border-radius: v(4);
        width: calc((216 / 1128) * 100%);
        box-sizing: border-box;
        padding: v(6);
        margin-top: v(8);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        outline: 0px;
    }
}
*/

.pseudo i::before {
  content: url('/local/templates/cartool-2020/assets/img/bank-check.svg');
}

@media(min-width:767px) {
  .delivery-block .options-container.delivery .delivery-item {
    display: flex;
    align-items: center;
  }
}
/* End */
/* /local/templates/cartool-2020/assets/fancybox/jquery.fancybox.css?161959046117412 */
/* /local/templates/cartool-2020/assets/owl-carousel/assets/owl.carousel.min.css?16195904613351 */
/* /local/templates/cartool-2020/assets/owl-carousel/assets/owl.theme.default.min.css?16195904611013 */
/* /local/templates/cartool-2020/styles.css?173519532220162 */
/* /local/templates/cartool-2020/template_styles.css?1753958025231715 */
