/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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;
    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 {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            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;
    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;
    transform: scaleX(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 {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

@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;
    transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    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);
    }
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Regular.woff') format('woff'),
    url('/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Bold.woff') format('woff'),
    url('/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.eot?30b57652c88c5dbd65de73aba00331a9);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.eot?30b57652c88c5dbd65de73aba00331a9?#iefix) format("embedded-opentype"), url(/fonts/Roboto-Regular.woff?31012f9b3e3da44f87e842e419bc267a) format("woff"), url(/fonts/Roboto-Regular.ttf?25e40da956314b12d333fe72cc420957) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url(/fonts/ptsans.ttf?3ff70cab6e253afad2863ede9b7795a2);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/ptsans.woff?6709fc9b0a38c075d1976fab71a01beb) format("woff"), url(/fonts/ptsans.ttf?3ff70cab6e253afad2863ede9b7795a2) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.flex {
  display: flex;
  justify-content: space-between;
}

.title {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  color: rgba(53, 53, 53, 1);
  margin-bottom: 10px;
}
.title-under {
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.title_left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .title_left {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .title::after {
    display: none;
  }
}
.title_left::after {
  margin: inherit;
  margin-top: 10px;
}
.title__blue {
  color: #3B3B97;
}
.title_page {
  font-size: 30px;
  text-align: left;
  margin-bottom: 2rem;
}
.title_page::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .title_page {
    font-size: 20px;
  }
}
.title_black {
  font-size: 2.6rem;
  text-align: left;
  color: #000;
  text-transform: none;
  font-weight: 500;
}
.title_black::after {
  display: none;
}
.title_black-color {
  color: #000;
}
@media only screen and (max-width: 768px) {
  .title_category {
    display: none;
  }
}
.title_category-mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .title_category-mob {
    display: block;
  }
}

.red {
  color: red;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  height: 100%;
  color: #000;
}

h1, .h1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
}

p, ul, ol {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

.wrapper {
  min-height: 100%;
  padding-bottom: 220px;
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-bottom: 0;
  }
}

.content-width {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  padding: 3px 0 3.5rem 0;
}
.content_padding-min {
  padding-top: 0;
}
.content__aside {
    width: 310px;
    padding-right: 38px;
}
@media only screen and (max-width: 768px) {
  .content__aside {
    width: 100%;
    padding-right: 0;
  }
}
.content__wrapper {
  flex: 1;
}

.content-category {
    margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .content__inner {
    flex-direction: column;
  }
}

.add_to_favorite {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(/images/heart.svg) no-repeat 50% 50%;
  cursor: pointer;
    z-index: 1;
}
.add_to_favorite_active {
  background-image: url(/images/heartfill.svg);
}

.add_to_compare {
    position: absolute;
    right: 5px;
    top: 35px;
    width: 20px;
    height: 20px;
    background: url(/images/icons/compareprod.svg) no-repeat 50% 50%;
    cursor: pointer;
    background-size: contain;
    z-index: 1;
}
.add_to_compare.active {
    background-image: url(/images/icons/compareprodactive.svg);
}

.button {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3.5rem;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  transition: 0.5s background-color, 0.5s opacity;
}
@media only screen and (max-width: 1024px) {
  .button {
    padding: 0 1.5rem;
  }
}
.button_orange {
  background-color: rgba(244, 44, 44, 1);
  color: #fff;
}
.button_orange:hover {
  background-color: #782402;
}
.button_green {
    background-color: rgba(0, 134, 47, 1);
    color: #fff;
}
.button_green:hover {
    background-color: rgba(46, 75, 56, 1);
}
.button_white {
  background-color: #fff;
  color: #000;
  border: 1px solid #929292;
}
.button_white:hover {
  opacity: 0.5;
}
.button_gray {
  background-color: #F6F6F6;
  color: #000;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: center;
}
.button_gray:hover {
  opacity: 0.5;
}
.button_blue {
  background-color: #3B3B97;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-left: 65px;
  padding-right: 65px;
}
.button_blue:hover {
  opacity: 0.5;
}
.button_large {
  height: 45px;
  line-height: 45px;
  padding: 0 14rem;
  font-family: Gilroy;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .button_large {
    padding: 0 4rem;
  }
}
.button_fullwidth {
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.button__icon {
  margin-right: 15px;
  vertical-align: -6px;
}
.button__icon_min {
  margin-right: 5px;
  vertical-align: -4px;
}

.shield {
  padding: 1rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.shield_blue {
  background-color: #3B3B97;
  color: #fff;
}

.help {
  position: relative;
}
.help__circle {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  background: #C4C4C4;
  color: #676767;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.help__body {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 150px;
  padding: 10px;
  background: #fff;
}
.help:hover .help__body {
  display: block;
}

.select {
  padding: 5px;
  border-radius: 3px;
}

.textinput-wrap {
    margin-bottom: 15px;
    width: 400px;
}
.textinput {
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  height: 35px;
  padding: 0 15px;
}
.textinput-wrap .textinput {
    width: 100%;
}
.textinput_textarea {
  height: 145px;
  font-family: Gilroy;
  padding-top: 8px;
}
.error {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}
.login-form__message {
    color: green;
    margin-bottom: 5px;
}
.login-form__message-error {
    color: red;
    margin-bottom: 5px;
}

.radio {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.radio:last-child {
  margin-right: 0;
}
.radio__input {
  display: none;
}
.radio__circle {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #C9C9C9;
  margin-right: 5px;
}
.radio__input:checked + .radio__circle {
  background: #DD4303;
}

.header {
  position: relative;
  z-index: 2;
}
.header__menu {
  padding: 6px 0 8px 0;
    font-size: 16px;
}
.header__logo img {
    max-width: 100px;
}
@media only screen and (max-width: 768px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
  }
    .textinput-wrap {
        width: 100%;
    }
}
.header__menu-wrapper {
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header__menu-wrapper {
    flex-direction: column;
  }
}
.header__menu-item {
  list-style: none;
  margin-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .header__menu-item {
    margin-right: 2rem;
  }
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-link {
  color: #676767;
}
@media only screen and (max-width: 768px) {
  .header__menu-link {
    display: block;
    padding: 8px 0;
    font-size: 16px;
  }
}
.header__menu-link:hover {
  text-decoration: underline;
}
.header__menu-link_orange {
  color: #DD4303;
}
.header__info {
  padding: 15px 0;
    background: #F6F6F6;
}
@media only screen and (max-width: 768px) {
  .header__info {
    padding: 0.7rem 0;
  }
}
.header__info-wrapper {
  align-items: center;
}
.header__mobile-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__mobile-button {
    display: block;
    width: 35px;
    min-width: 35px;
    margin-right: 13px;
  }
}
.header__mobile-line {
  height: 5px;
  margin-bottom: 5px;
  background: #DD4303;
}
.header__mobile-line:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 132px;
  }
}
.header__logo-text {
  font-size: 1.2rem;
  font-family: Roboto;
  margin-bottom: 0;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 768px) {
  .header__logo-text {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts-column:first-child {
  margin-right: 7rem;
}
.header__contacts-line {
  margin-bottom: 4px;
}
.header__contacts-line:last-child {
  margin-bottom: 0;
}
.header__contacts-citylink {
  color: #000;
  padding-left: 23px;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .header__contacts-citylink {
    padding-left: 0;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.header__contacts-citylink:hover {
  text-decoration: none;
}
.header__contacts-icon {
  margin-right: 10px;
  vertical-align: -4px;
}
.header__contacts-icon img {
    width: 21px;
}
.header__addresses {
  color: #929292;
  border-bottom: 1px dashed #929292;
  cursor: pointer;
}
.header__phone {
  font-weight: bold;
  font-size: 20px;
  color: #F42C2C;
  vertical-align: -1px;
}
.header__mail {
  font-size: 1.6rem;
  color: #000;
  vertical-align: -1px;
}
.header__contacts-triangle {
  vertical-align: -2px;
}
.header__panel {
  padding: 13px 0;
  background-color: #fff;
}
.header__panel_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__panel-inner {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__catalog-button-wrapper {
    display: none;
  }
}
.header__catalog-button {
  font-size: 16px;
  color: #000;
  padding-right: 3rem;
}
.header__catalog-button-lines {
  display: inline-block;
  vertical-align: -5px;
  width: 25px;
  margin-left: 12px;
}
.header__catalog-button-line {
  height: 4px;
  margin-bottom: 4px;
  background-color: #DD4303;
}
.header__catalog-button-line:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header__button {
    display: none;
  }
}
.header__form {
  flex: 1;
}
.header__form-inner {
  width: 100%;
  position: relative;
}
.header__form-input {
  height: 35px;
  padding: 0 10px;
  padding-right: 50px;
  border: 1px solid #DAD9D9;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  font-family: 'Open Sans';
}
.header__form-button {
  position: absolute;
  right: 20px;
  top: 9px;
  background: none;
  border: none;
  cursor: pointer;
}
.header__mob-phone {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__mob-phone {
    display: block;
  }
}
.header__funct {
  padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .header__funct {
    padding-left: 0;
  }
}
.header__funct-item {
  width: 50px;
  text-align: center;
  margin-right: 10px;
    position: relative;
}
.header__funct-image_link {
    cursor: pointer;
}

.header__profile-panel {
    position: absolute;
    width: 300px;
    padding: 10px;
    border: 2px solid #cecaca;
    left: 0;
    top: 120%;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    display: none;
}
.header__profile-panel a {
    display: block;
    color: #000;
    margin-bottom: 7px;
}
.header__profile-panel a:last-child {
    margin-bottom: 0;
}
.header__profile-panel a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .header__funct-item {
    width: 50px;
  }
}
.header__funct-item:last-child {
  margin-right: 0;
}



.header__funct-image {
  height: 31px;
  position: relative;
}
.header__funct-image img {
  width: 28px;
}
img.compare-icon {
    width: 37px;
}
.header__funct-title {
  font-size: 1.2rem;
  color: #929292;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header__funct-title {
    font-size: 1rem;
    display: none;
  }
}
.header__countcircle {
  position: absolute;
  right: 6px;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: red;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.header__countcircle_no {
  display: none;
}

.main-slider-wrap {
    background: #F6F6F6;
}
.main-slider {
  text-align: center;
}
.main-slider__item {
    padding: 20px 0;
    display: flex !important;
    justify-content: space-between;
}
.main-slider__item .img {
    width: 50%;
    text-align: center;
}
.main-slider__item .img img {
    max-height: 380px;
}
.main-slider__item .info {
    width: 50%;
    text-align: left;
    padding-top: 20px;
}
.main-slider__item .t {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.main-slider__item .text {
    font-size: 20px;
    color: #353535;
    width: 64%;
}
.main-slider__item .bottom {
    margin-top: 30px;
}
.main-slider__item .bottom a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 70px;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    transition: .5s opacity;
}
.main-slider__item .bottom a:hover {
    opacity: .8;
}
@media only screen and (max-width: 500px) {
  .main-slider__item {
    height: auto;
      height: initial;
      flex-direction: column;
  }
    .main-slider__item .img {
        width: 100%;
        text-align: center;
    }
    .main-slider__item .img img {
        max-height: 250px;
    }
    .main-slider__item .info {
        width: 100%;
    }
    .header__funct-item {
        width: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .main-slider__item .text {
        width: 100%;
    }
}
.slick-slider .main-slider__mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .slick-slider .main-slider__mobile {
    display: inline-block;
  }
}

.fancybox-slide {
  padding: 0;
}

.modal-window {
  display: none;
  padding: 40px;
}
.modal-window__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.modal-window__inputwrap {
  margin-bottom: 20px;
}
.modal-window__error {
  margin-top: 5px;
  color: red;
}
.modal-window__usl {
  font-size: 13px;
  margin-top: 10px;
}
.modal-window__usl a {
  color: #000;
  text-decoration: underline;
}
.modal-window__usl a:hover {
  text-decoration: none;
}

.modal-addresses {
  width: 1000px;
}
@media only screen and (max-width: 768px) {
  .modal-addresses {
    width: 100%;
  }
}
.modal-addresses__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.modal-addresses__item {
  font-size: 1.6rem;
  padding: 13px 10px;
  border-radius: 3px;
  background: #d8d8ea;
  margin-right: 10px;
  margin-bottom: 5px;
}
.modal-addresses__map {
  margin-top: 20px;
  height: 365px;
}
.modal-addresses__button {
  text-align: center;
  margin-top: 20px;
}

.modal-callback {
  width: 400px;
}
.modal-callback__input {
  width: 100%;
  font-size: 16px;
}
.modal-callback .button {
  font-size: 16px;
}
@media only screen and (max-width: 400px) {
    .header__logo img {
        max-width: 60px
    }
  .modal-callback {
    width: 100%;
  }
}

.modal-oneclickpay {
  max-width: 400px;
}
.modal-oneclickpay__nameitsellf {
  font-weight: 500;
}

.modal-success {
  font-size: 20px;
}
.success {
    color: green;
}

.main-info {
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .main-info__inner {
    flex-wrap: wrap;
  }
}
.main-info__item {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .main-info__item {
    width: 48%;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
}
.main-info__image {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .main-info__image {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .main-info__info {
    width: 65%;
  }
}
.main-info__value {
  font-size: 3.3rem;
  font-weight: bold;
  color: #3B3B97;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .main-info__value {
    font-size: 17px;
  }
}
.main-info__text {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .main-info__text {
    font-size: 1.4rem;
  }
}

.main-categories {
  padding: 5.5rem 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-categories {
    background: none;
    padding-top: 2rem;
  }
}
.main-categories__wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-categories__bottom {
  text-align: center;
  margin-top: 2rem;
}
.main-categories::after {
  content: "";
  display: block;
  height: 84px;
  background: url(/images/bg-arrow.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  margin-top: -3rem;
}
@media only screen and (max-width: 768px) {
  .main-categories::after {
    display: none;
  }
}

.category-item {
  width: 15.8333333%;
  height: 146px;
  padding: 1.5rem 1rem;
  margin-right: 1%;
  margin-bottom: 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 82%;
  background-size: 105px auto;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
    text-align: center;
}
.category-item__sale {
    background-color: rgba(244, 44, 44, 1);
    background-size: 55px auto;
}
.category-item__sale .category-item__title {
    color: #fff;
}
.category-item:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .category-item, .category-item:nth-child(6n) {
    width: 23%;
    margin-right: 2.6666%;
  }
  .category-item:nth-child(4n), .category-item:nth-child(6n):nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .category-item, .category-item:nth-child(6n), .category-item:nth-child(4n) {
    width: 48%;
    margin-right: 4%;
    box-shadow: none;
    border: 1px solid #C6C6C6;
  }
  .category-item:nth-child(2n), .category-item:nth-child(6n):nth-child(2n), .category-item:nth-child(4n):nth-child(2n) {
    margin-right: 0;
  }
}
.category-item_long, .category-item_long:nth-child(6n) {
  width: 23%;
  margin-right: 2.6666%;
}
.category-item_long:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .category-item_long, .category-item_long:nth-child(6n), .category-item_long:nth-child(4n) {
    width: 32%;
    margin-right: 2%;
  }
  .category-item_long:nth-child(3n), .category-item_long:nth-child(6n):nth-child(3n), .category-item_long:nth-child(4n):nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .category-item_long, .category-item_long:nth-child(6n), .category-item_long:nth-child(4n) {
    width: 49%;
    margin-right: 2%;
  }
  .category-item_long:nth-child(3n), .category-item_long:nth-child(6n):nth-child(3n), .category-item_long:nth-child(4n):nth-child(3n) {
    margin-right: 2%;
  }
  .category-item_long:nth-child(2n), .category-item_long:nth-child(6n):nth-child(2n), .category-item_long:nth-child(4n):nth-child(2n) {
    margin-right: 0;
  }
}
.category-item__title {
  font-size: 1.6rem;
  color: rgba(53, 53, 53, 1);
}
@media only screen and (max-width: 768px) {
  .category-item__title {
    font-size: 1.4rem;
  }
}
.category-item__move {
  color: #7E7E7E;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  margin-bottom: 0;
}

.main-products {
  padding: 30px 0;
    background: rgba(246, 246, 246, 1);
}
@media only screen and (max-width: 768px) {
  .main-products {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}
.main-products__slider {
  margin: 0 auto;
    width: calc(100% - 100px);
}
.main-products__slider .slick-prev {
    left: -45px;
}
.main-products__slider .slick-next {
    right: -45px;
}
@media only screen and (max-width: 1024px) {
  .main-products__slider {
    width: 100%;
  }
    .main-products__slider .slick-prev {
        left: 0;
    }
    .main-products__slider .slick-next {
        right: 0;
    }
}
.main-products__item {
  padding: 2rem;
}
.main-products__item-inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 2.7rem;
  position: relative;
  align-items: center;
}
.main-products__info {
  width: 215px;
}
.main-products__title {
  color: #929292;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F6F6F6;
  height: 47px;
}
@media only screen and (max-width: 768px) {
  .main-products__title {
    height: auto;
    height: initial;
  }
}
.main-products__price-line {
  color: #929292;
  margin-top: 1.5rem;
  font-weight: 700;
}
.main-products__price {
  color: #000;
  font-size: 1.6rem;
}
.main-products__buttons {
  margin-top: 2rem;
}
.main-products__button {
  margin-bottom: 1rem;
}
.main-products__image {
  width: 137px;
  text-align: center;
}
.main-products__image img {
  max-height: 135px;
}

.slick-slider img {
  display: inline-block;
}

.slick-prev {
    width: 35px;
    height: 35px;
    background: url(/images/icons/slider-arrow.svg) no-repeat 50% 50% #fff;
    background-size: 27px 15px;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    left: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}
@media only screen and (max-width: 1160px) {
  .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    background-image: url(/images/icons/slider-arrow-mob.svg);
    background-color: transparent;
    width: 35px;
    height: 35px;
  }
}

.slick-next {
    width: 35px;
    height: 35px;
    background: url(/images/icons/slider-arrow.svg) no-repeat 50% 50% #fff;
    background-size: 27px 15px;
    font-size: 0;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    right: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transform: rotate(180deg);
}
@media only screen and (max-width: 1160px) {
  .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .slick-next {
    background-image: url(/images/icons/slider-arrow-mob.svg);
    background-color: transparent;
    width: 35px;
    height: 35px;
  }
}

.advantages {
  padding: 7rem 0;
  padding-bottom: 15rem;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 768px) {
  .advantages {
    background: #fff;
    padding-bottom: 0;
  }
}
.advantages__info {
  width: 61%;
  position: relative;
  z-index: 1;
  margin-top: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .advantages__info {
    width: 100%;
    margin-top: 0;
  }
}
.advantages__text {
  color: #929292;
  padding: 3rem 2rem;
  font-size: 1.8rem;
  background-color: #FAFAFA;
  margin-bottom: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .advantages__text {
    font-size: 1.6rem;
    color: #000;
    padding: 2rem 1rem;
  }
}

.steps {
  padding: 8.5rem 0;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .steps {
    padding-top: 5rem;
  }
}
.steps__items {
  flex-wrap: wrap;
  align-items: center;
}
.steps__item {
  width: 23%;
  background: #fff;
  margin-bottom: 7rem;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 1160px) {
  .steps__item {
    width: 48%;
  }
}
.steps__item_long {
  width: 35%;
}
@media only screen and (max-width: 1160px) {
  .steps__item_long {
    width: 48%;
  }
}
.steps__item_an {
  width: 27%;
}
@media only screen and (max-width: 1160px) {
  .steps__item_an {
    width: 48%;
  }
}
.steps__item:nth-child(2)::after, .steps__item:nth-child(4)::after, .steps__item:nth-child(5)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 30px;
  height: 1px;
  width: 135px;
  background: url(/images/line.png) repeat-x 50% 50%;
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(2)::after, .steps__item:nth-child(4)::after, .steps__item:nth-child(5)::after {
    display: none;
  }
}
.steps__item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 104px;
  background: url(/images/line-vert.png) repeat-y 50% 50%;
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(3)::after {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(1) {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .steps__item:nth-child(1) {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(2) {
    order: 2;
  }
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(3) {
    order: 3;
  }
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(4) {
    order: 6;
  }
}
@media only screen and (max-width: 768px) {
  .steps__item:nth-child(4) {
    width: 100%;
  }
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(5) {
    order: 5;
  }
}
@media only screen and (max-width: 1160px) {
  .steps__item:nth-child(6) {
    order: 4;
  }
}
.steps__info {
  padding: 2rem;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .steps__info {
    box-shadow: none;
    border: 1px solid #C6C6C6;
  }
}
.steps__info-text {
  font-size: 2rem;
  margin-bottom: 5px;
}
.steps__info-title {
  font-size: 3.4rem;
  color: #DD4303;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.steps__info-title-blue {
  color: #3B3B97;
}
.steps__icon {
  width: 40px;
  position: relative;
}
.steps__item:nth-child(3) .steps__icon {
  margin-top: 46px;
}
.steps__num {
  font-size: 1.8rem;
  color: #929292;
  position: absolute;
  top: -16px;
  right: -11px;
}
.steps__text {
  flex: 1;
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}



.breadcrumbs {
  padding: 1.6rem 0;
}
.breadcrumbs__wrapper {
  margin-bottom: 0;
}
.breadcrumbs__item {
  display: inline-block;
  vertical-align: top;
  color: #929292;
}
.breadcrumbs__item::after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  margin-right: 5px;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  color: #929292;
}

.catalog-menu {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .catalog-menu {
    padding-bottom: 1rem;
  }
}
.catalog-menu__wrapper {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__wrapper {
    display: none;
  }
}
.catalog-menu__wrapper-inner {
  display: none;
}
.catalog-menu__flag {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  vertical-align: -2px;
  width: 9px;
  margin-right: 10px;
  color: #929292;
  font-size: 20px;
  cursor: pointer;
}
.catalog-menu__flag::after {
  content: "+";
}
.catalog-menu__flag_active::after {
  content: "-";
}
@media only screen and (max-width: 768px) {
  .catalog-menu__flag {
    font-size: 0;
    position: absolute;
    right: -11px;
    top: 11px;
    height: 20px;
    width: 20px;
    background: url(/images/icons/menu-arrow-right.svg) no-repeat 50% 50%;
  }
}
.catalog-menu__item {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__item {
    margin-bottom: 0;
    position: relative;
    padding-left: 22px;
  }
}
.catalog-menu__link {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__link {
    padding: 1rem 0;
    display: block;
    border-bottom: 1px solid #C6C6C6;
  }
}
.catalog-menu__link:hover {
  text-decoration: underline;
}
.catalog-menu__link_active {
  color: #DD4303;
}
.catalog-menu__wrapper-inner {
  list-style: none;
  padding-left: 1rem;
  padding-top: 1rem;
}
.catalog-menu__item-inner {
  margin-bottom: 1.5rem;
}
.catalog-menu__link-inner {
  font-size: 1.6rem;
  color: #000;
}
.catalog-menu__link-inner:hover {
  text-decoration: underline;
}
.catalog-menu__link-inner_active {
  color: #DD4303;
}
.catalog-menu__mobile-button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .catalog-menu__mobile-button {
    font-family: Gilroy;
    display: flex;
    width: 100%;
    background: #fff;
    padding: 8px;
    border: 1px solid #929292;
    border-radius: 3px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .catalog-menu__mobile-button img {
    margin-left: 5px;
  }
  .catalog-menu__mobile-button_none {
    display: none;
  }
}

#modal-menu {
  cursor: auto;
}

.modal-menu {
  width: 100%;
  height: 100%;
}
.modal-menu-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 47px;
  text-transform: uppercase;
  color: #DD4303;
}
.modal-menu-title-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-menu-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 31px;
  width: 100%;
  max-width: 25%;
}
.modal-menu-list-item img {
  margin-right: 10px;
  max-width: 35px;
}
.modal-menu-list-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.modal-menu-list-title p {
  margin-bottom: 0;
  max-width: 124px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.modal-menu-list-title p a {
  color: #000;
}
.modal-menu-list-title span {
  font-weight: 400;
  font-size: 14px;
  color: #7E7E7E;
  display: block;
  margin-left: 5px;
}
.modal-menu-list-content-block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.modal-menu-list-content-block li {
  margin-bottom: 10px;
}
.modal-menu-list-content-block li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.modal-menu-list {
  display: flex;
  flex-wrap: wrap;
}

#modal-menu .fancybox-close-small {
  color: #DD4303;
  display: none;
}

#modal-menu .fancybox-button-menu {
  display: block;
  position: relative;
  top: -5px;
  height: 65px;
  width: 65px;
}

@media only screen and (max-width: 1198px) {
  .modal-menu-list-item {
    max-width: 33%;
  }
}
@media only screen and (max-width: 930px) {
  .modal-menu-list-item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 598px) {
  .modal-menu-list-item {
    max-width: 100%;
  }
}
.load-more-btn {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

ul.modal-menu-list-content-block li:nth-child(n+5) {
  display: none;
}

.categories-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .categories-wrapper_main {
    display: flex;
  }
}

.category-products {
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.show-more {
  margin-top: 3rem;
}

.category-content {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.category-content ul {
  margin-left: 3rem;
}
.category-content li {
  margin-bottom: 1rem;
}
.category-content li:last-child {
  margin-bottom: 0;
}

.category-title-bottom {
  margin-top: 20px;
}

.category-title-bottom span {
  text-transform: lowercase;
}

.category-table td {
  padding: 10px;
}
.category-table tr:nth-child(2n) td {
  background: #f3f3f3;
}

.category-table {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
}
.category-table tr:first-child td {
  background: #3B3B97;
  color: #fff;
}
.category-table td {
  padding: 10px 20px;
  border-bottom: 1px solid #E7E7E7;
}
.category-table tr:last-child td {
  border-bottom: none;
}

.panel {
  padding: 1rem 2rem;
  background-color: #F6F6F6;
  align-items: center;
}
.panel__sort {
  margin-top: -3px;
}
@media only screen and (max-width: 1024px) {
  .panel__sort {
    align-items: center;
  }
}
.panel__select-mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .panel__select-mob {
    font-family: Gilroy;
    display: inline-block;
    width: 110px;
    margin-left: 10px;
  }
}
.panel__title {
  color: #676767;
}
.panel__title_spec {
  margin-top: 4px;
}
.panel__link {
  margin-left: 15px;
  color: #676767;
}
@media only screen and (max-width: 1024px) {
  .panel__link {
    display: none;
  }
}
.panel__link:hover {
  text-decoration: underline;
}
.panel__link_active {
  color: #000;
  margin-left: 15px;
}
.panel__select {
  margin-left: 10px;
  font-family: Gilroy;
  color: #676767;
}
@media only screen and (max-width: 768px) {
  .panel__count {
    display: none;
  }
}
.panel__button {
  display: none;
}
@media only screen and (max-width: 768px) {
  .panel__button {
    display: block;
  }
}
.panel__button-filter {
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}

.pagination {
  margin-top: 2rem;
}
.pagination__wrapper {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #929292;
}
.pagination__item {
  margin: 0 8px;
  color: #DD4303;
}
.pagination__item:last-child, .pagination__item:first-child {
  margin-top: 7px;
}
.pagination__link {
  color: #929292;
}
.pagination__link:hover {
  color: #DD4303;
}

.filter-links {
  margin-bottom: 4.5rem;
}
.filter-links__block {
  margin-bottom: 2.4rem;
}
.filter-links__block:last-child {
  margin-bottom: 0;
}
.filter-links__top {
  justify-content: flex-start;
  align-items: center;
}
.filter-links__title {
  font-weight: 500;
  margin-right: 5px;
}
.filter-links__button {
  display: inline-block;
  margin-left: 17px;
  width: 15px;
  height: 9px;
  background: url(/images/arrow-bottom.svg) no-repeat 50% 50%;
  cursor: pointer;
}
.filter-links__button_active {
  transform: rotate(180deg);
}
.filter-links__button:hover {
  opacity: 0.8;
}
.filter-links__body {
  padding-top: 2rem;
  display: none;
}
.filter-links__body_active {
  display: block;
}
.filter-links__link {
  font-weight: 500;
  padding: 6px 17px;
  color: #676767;
  background: #F6F6F6;
  border-radius: 10px;
  margin-right: 2.2rem;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .filter-links__link {
    margin-right: 1rem;
  }
}
.filter-links__link:last-child {
  margin-right: 0;
}
.filter-links__link:hover {
  opacity: 0.8;
}

.filters {
  padding: 2rem 1rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
}
@media only screen and (max-width: 768px) {
  .filters {
    display: none;
  }
}
.filters__item {
  margin-bottom: 2rem;
}
.filters__item:last-child {
  margin-bottom: 0;
}
.filters__title {
  font-weight: 500;
  position: relative;
  padding-right: 32px;
}
.filters__arrow {
  width: 14px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(/images/arrow-bottom.svg) no-repeat 50% 50%;
  cursor: pointer;
}
.filters__arrow:hover {
  opacity: 0.8;
}
.filters__arrow_active {
  transform: rotate(180deg);
}
.filters__body {
  font-size: 0;
  display: none;
}
.filters__body_active {
  display: block;
}
.filters__body_fullwidth .filters__checkbox {
  width: 100%;
}
.filters__checkbox {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 1.5rem;
  vertical-align: top;
}
.filters__slider {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.filters__inputs {
  margin-bottom: 3rem;
}
.filters__input {
  width: 100px;
  height: 30px;
  border: 1px solid #929292;
  border-radius: 3px;
  font-family: Gilroy;
  text-align: center;
}
.filters__buttons {
  margin-top: 4rem;
}
.filters__button {
  width: 48%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.checkbox {
  display: inline-block;
  cursor: pointer;
}
.checkbox__input {
  display: none;
}
.checkbox__i {
    margin-right: 3px;
    vertical-align: -2px;
}
.checkbox__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #929292;
  border-radius: 3px;
}
.checkbox__input:checked + .checkbox__item {
  background: url(/images/checkbox.svg) no-repeat 50% 50% #DD4303;
  border-color: #DD4303;
}
.checkbox__val {
  margin-left: 10px;
  color: #676767;
  vertical-align: 4px;
  font-size: 1.4rem;
}
.checkbox__input:checked ~ .checkbox__val {
  color: #000;
}

.ui-slider {
  height: 2px;
  background: #929292;
}

.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #DD4303;
  display: block;
  top: -6px;
  margin-left: -7px;
  z-index: 1;
}

.ui-slider-range {
  background: #DD4303;
}

.product {
  padding-bottom: 5rem;
}
.product__wrapper {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .product__wrapper {
    flex-direction: column;
  }
}
.product__title {
  font-weight: 700;
}
.product__sliders {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .product__sliders {
    width: 100%;
  }
}
.product__slider-min {
  width: 70px;
  float: left;
  position: relative;
  z-index: 1;
}
.product__slider-min-item {
  border: 1px solid #929292;
  height: 70px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.product__slider-min-item img {
  max-height: 100%;
}
.product__slider-max {
  text-align: center;
}
.product__slider-max-item {
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .product__slider-max-item {
    height: 400px;
  }
}
.product__slider-max-item img {
  max-height: 100%;
}
.product__info {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .product__info {
    width: 100%;
  }
}
.product__panel {
  padding: 1.5rem 2rem;
  border: 1px solid #3B3B97;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
  padding-top: 1.5rem;
}
.product__info-top {
  padding-top: 1rem;
  align-items: center;
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 3.5rem;
}
.product__price-wrapper {
  color: #929292;
  width: 50%;
}
.product__price {
  font-size: 4.1rem;
  color: #000;
}
.product__old-price {
    font-size: 20px;
    color: red;
    text-decoration: line-through;
    margin-left: 10px;
}
.product__buttons {
  width: 48%;
}
.product__list {
  padding-top: 1rem;
}
.product__list-item {
  padding-bottom: 1.5rem;
}
.product__list-item:last-child {
  padding-bottom: 0;
}
.product__list-title {
  margin-bottom: 1rem;
  color: #929292;
}
.product__list-body {
  margin-bottom: 0;
}
.product__detail {
  margin-top: 3rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 5px rgba(63, 63, 63, 0.06);
}

.contacts__info {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .contacts__info {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts__info-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .contacts__info-item:nth-child(2n) {
    margin-right: 0;
  }
}
.contacts__info-title {
  color: #625F5F;
}
.contacts__info-icon {
  margin-right: 5px;
  vertical-align: -2px;
}
.contacts__panel {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .contacts__panel {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.contacts__slider {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .contacts__slider {
    width: 100%;
  }
}
.contacts__slider-max-item {
  height: 254px;
  text-align: center;
  background-size: cover;
}
.contacts__slider-max-image {
  max-height: 100%;
  margin-bottom: 12px;
}
.contacts__slider-min {
  width: 90%;
  margin: 0 auto;
}
.contacts__slider-min .slick-next {
  width: 20px;
  height: 20px;
  background-size: 90% 90%;
  right: -25px;
}
.contacts__slider-min .slick-prev {
  width: 20px;
  height: 20px;
  background-size: 90% 90%;
  left: -25px;
}
.contacts__slider-min-item {
  padding: 0 11px;
}
.contacts__slider-min-item-inner {
  height: 97px;
  background-size: cover;
  margin-top: 9px;
}
.contacts__slider-min-image {
  max-height: 100%;
}
.contacts__map {
  height: 363px;
  width: 57%;
}
@media only screen and (max-width: 1024px) {
  .contacts__map {
    width: 100%;
    margin-top: 4rem;
  }
}
.contacts__filials {
  margin-top: 8rem;
}
.contacts__filials_an {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .contacts__filials {
    margin-top: 5rem;
  }
}
.contacts__filials-items {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .contacts__filials-items {
    flex-direction: column;
  }
}
.contacts__filials-item {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contacts__filials-item .soc a {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.contacts__filials-item .soc img {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .contacts__filials-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  .contacts__filials-item {
    flex-direction: column;
  }
}
.contacts__filials-info {
  margin-left: 20px;
}
@media only screen and (max-width: 500px) {
  .contacts__filials-info {
    margin-left: 0;
    margin-top: 15px;
  }
}
.contacts__filials-street {
  font-size: 16px;
  color: #000;
  padding-left: 17px;
  position: relative;
  margin-bottom: 10px;
}
.contacts__filials-street::before {
  content: "";
  width: 12px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/icons/marker-gray.svg) no-repeat 50% 50%;
}
.contacts__filials-phone {
  font-size: 14px;
  padding-left: 17px;
  position: relative;
  margin-bottom: 6px;
}
.contacts__filials-phone a {
  color: #3B3B97;
  text-decoration: underline;
}
.contacts__filials-phone a:hover {
  text-decoration: none;
}
.contacts__filials-phone::before {
  content: "";
  width: 12px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/icons/phone-gray-an.svg) no-repeat 50% 50%;
}
.contacts__filials-clock {
  font-size: 14px;
  color: #000;
  padding-left: 17px;
  position: relative;
  margin-bottom: 0;
}
.contacts__filials-clock::before {
  content: "";
  width: 12px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/icons/clock-gray.svg) no-repeat 50% 50%;
}

.catalog-works__items {
  margin-top: 5rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .catalog-works__items {
    margin-top: 0;
  }
}
.catalog-works__item {
  width: 48%;
  height: 170px;
  position: relative;
  margin-right: 4%;
  margin-bottom: 3rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 768px) {
  .catalog-works__item {
    width: 100%;
    margin-right: 0;
  }
}
.catalog-works__item:nth-child(2n) {
  margin-right: 0;
}
.catalog-works__title {
  font-size: 2.4rem;
  font-family: "PT Sans";
  color: #000;
}
.catalog-works__button {
  position: absolute;
  left: 2rem;
  bottom: 1.5rem;
  margin-bottom: 0;
}
.catalog-works__button-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.catalog-works__what {
  width: 48%;
  height: 170px;
  padding: 0 3rem;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .catalog-works__what {
    width: 100%;
    height: auto;
    height: initial;
    padding: 3.5rem 0;
  }
}
.catalog-works__what-text {
  font-size: 2.6rem;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .catalog-works__what-text {
    font-size: 2.4rem;
  }
}

.cart__table {
  margin-top: 5rem;
  border: 1px solid #EAE7E7;
}
@media only screen and (max-width: 1024px) {
  .cart__table {
    overflow-x: scroll;
  }
}
.cart__table table {
  width: 100%;
}
.cart__table th {
  font-size: 1.4rem;
  background: #F6F6F6;
  padding: 11px;
  font-weight: 400;
  border-right: 1px solid #c4c4c4;
  white-space: nowrap;
}
.cart__table th:last-child {
  border-right: none;
}
.cart__table td {
  font-size: 1.4rem;
  padding: 30px;
  border-right: 1px solid #c4c4c4;
  text-align: center;
}
.cart__table td:last-child {
  border-right: none;
}
.cart__image {
  max-width: 85px;
  max-height: 140px;
}
.cart__name {
  text-align: left;
}
.cart__name a {
    color: #000;
}
.cart__price {
  white-space: nowrap;
}
.cart__count {
  border: 1px solid #929292;
  border-radius: 3px;
  white-space: nowrap;
  width: 82px;
  height: 30px;
  display: flex;
  margin: 0 auto;
}
.cart__minus, .cart__plus {
  color: #929292;
  background: none;
  border: none;
  font-size: 21px;
  width: 33.3333%;
  cursor: pointer;
}
.cart__minus:hover, .cart__plus:hover {
  color: #000;
}
.cart__tableinput {
  width: 15px;
  border: none;
  width: 33.3333%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cart__del-wrap {
    padding: 5px;
  }
}
.cart__del {
  background: none;
  border: none;
  cursor: pointer;
}
.cart__del:hover {
  opacity: 0.6;
}

.delivery_address, .delivery_info {
    display: none;
}

@media only screen and (max-width: 768px) {
  .cart__del img {
    max-width: initial;
  }
}
.cart__middle {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .cart__middle {
    flex-direction: column-reverse;
  }
}
.cart__total-sum {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 20px;
}
.cart__order {
  margin-top: 50px;
  padding: 24px 20px;
  background: #F6F6F6;
}
.cart__order-title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.cart__halfs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .cart__halfs {
    flex-direction: column;
  }
}
.cart__half {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .cart__half {
    width: 100%;
  }
}
.cart__input-wrap {
  margin-bottom: 2rem;
}
.cart__input {
  width: 100%;
}
.cart__radio {
  margin-bottom: 3rem;
}
.cart__radio-title {
  font-size: 1.6rem;
  font-weight: 500;
}
.cart__radios {
  display: flex;
}
.cart__checkbox {
    margin-bottom: 15px;
}
.cart__button {
  width: 100%;
}
.cart__error {
  color: red;
  font-weight: bold;
  margin-top: 5px;
}
.cart__success {
  padding: 10px 20px;
  font-size: 18px;
  background: #d4edda;
}

.page {
  font-size: 1.6rem;
}
.page p {
  margin-bottom: 1.5rem;
}
.page ul {
  margin-left: 25px;
}
.page ul li {
  margin-bottom: 1rem;
}
.page .page__info {
  color: #3B3B97;
  padding: 16px 50px;
  padding-right: 10px;
  display: inline-block;
  font-weight: 500;
  margin: 40px 0;
  margin-top: 20px;
}
.page__icon-line {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.page__icon-line img {
  margin-right: 8px;
}
.page__panel {
  padding: 30px;
  background: #F6F6F6;
  text-align: center;
  margin: 3rem 0;
}
.page__panel-phone {
  font-size: 2.6rem;
  font-weight: bold;
  color: #3B3B97;
}
.page__map {
  height: 430px;
}
.page .page__list-margin li {
  margin-bottom: 20px;
}

.notfound {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.notfound__num {
  font-weight: 700;
  font-size: 24.1rem;
  color: #3B3B97;
  opacity: 0.5;
  line-height: 260px;
}
@media only screen and (max-width: 768px) {
  .notfound__num {
    font-size: 12.1rem;
    line-height: 140px;
  }
}
.notfound__line {
  color: #3B3B97;
  font-size: 3.8rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .notfound__line {
    font-size: 2.8rem;
  }
}
.notfound__line::after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 190px;
  background: #3B3B97;
}
.notfound__button {
  margin-top: 2.2rem;
}
.notfound__button a {
  font-size: 1.4rem;
  padding: 0 134px;
  height: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 768px) {
  .notfound__button a {
    padding: 0 55px;
  }
}

.sitemap {
  list-style: none;
}
.sitemap ul {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0;
}
.sitemap a {
  color: #000;
  line-height: 24px;
}

.favorites__bottom {
  margin-top: 3rem;
}

.search {
  padding-top: 2rem;
}
.search__title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.search__categories {
  display: flex;
  flex-wrap: wrap;
}

.politika li {
  margin-left: 14px;
  margin-bottom: 15px;
}

.vacancies__title {
  font-size: 32px;
  font-weight: bold;
}
.vacancies__price {
  font-size: 24px;
  margin-bottom: 20px;
}
.vacancies__body {
  margin-top: 30px;
}
.vacancies__body ul {
  margin-bottom: 20px;
}
.vacancies__t {
  font-size: 24px;
  font-weight: bold;
}
.vacancies__abil-item {
  display: inline-block;
  vertical-align: top;
  background: rgb(238, 241, 247);
  padding: 8px;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 8px;
}
.vacancies__contacts {
  margin-top: 30px;
}
.vacancies__phone {
  font-size: 20px;
}
.vacancies__phone a {
  color: #000;
  text-decoration: underline;
  margin-right: 15px;
}
.vacancies__map {
  margin-top: 30px;
}
.vacancies__map .map {
  height: 250px;
}
