

/* Start:/local/templates/main/css/slick.css?16744650531762*/
/* 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;
    -ms-touch-action: pan-y;
        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
{
    -webkit-transform: translate( 0, 0);
       -moz-transform: translate( 0, 0);
        -ms-transform: translate( 0, 0);
         -o-transform: translate( 0, 0);
            transform: translate( 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;
}

/* End */


/* Start:/local/templates/main/css/icomoon.css?16744650531228*/
@font-face {
  font-family: 'icomoon';
  src:
    url('/local/templates/main/css/../fonts/icomoon.ttf?qjdi5e') format('truetype'),
    url('/local/templates/main/css/../fonts/icomoon.woff?qjdi5e') format('woff'),
    url('/local/templates/main/css/../fonts/icomoon.svg?qjdi5e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "\e90a";
}
.icon-hanger:before {
  content: "\e90b";
}
.icon-check:before {
  content: "\e909";
}
.icon-vk:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-next:before {
  content: "\e902";
}
.icon-prev:before {
  content: "\e903";
}
.icon-basket:before {
  content: "\e904";
}
.icon-heart:before {
  content: "\e905";
}
.icon-car:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-placeholder:before {
  content: "\e908";
}

/* End */


/* Start:/local/templates/main/css/jquery.fancybox.css?167446505317413*/
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(56, 56, 56);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .67;
    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/main/css/ion.rangeSlider.css?16744650533355*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/main/css/ion.rangeSlider.skinSimple.css?16744650532187*/
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    
}

.irs {
    height: 15px;
    margin-bottom: 28px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 1px; top: 13px;
    background: #9DBCD8;
}
    .irs-line-left {
        height: 2px;
    }
    .irs-line-mid {
        height: 2px;
    }
    .irs-line-right {
        height: 2px;
    }

.irs-bar {
    height: 1px; top: 13px;
    background: #9DBCD8;
}
    .irs-bar-edge {
        top: 18px;
        height: 2px; width: 7px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.75;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=75);
}

.irs-slider {
    width: 14px; height: 14px;
    top: 6px;
    background: #9DBCD8;
    border-radius: 50%;
}
.irs-slider.state_hover, .irs-slider:hover {
    width: 20px;
    height: 20px;
    top: 3px;
    margin-left: -3px;
}

.irs-min, .irs-max {
    color: #c0c0c0;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 0;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #3654b0;
}

.irs-from, .irs-to, .irs-single {
    color: #000;
    font-size: 17px; line-height: 1.333;
    text-shadow: none;
    padding: 0;
    background: rgba(255,255,255,0.8);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.irs-single {
    display: none;
}

.irs-from {
    left: 0 !important;
    visibility: visible !important;
}

.irs-to {
    right: 0 !important;
    left: auto !important;
    visibility: visible !important;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #d8dff3;
}

.irs-grid-pol {
    background: #777;
}
.irs-grid-text {
    color: #e0e0e0;
}

.irs-disabled {
}

/* End */


/* Start:/local/templates/main/css/jcf.css?16744650533347*/
/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #000;
	width: 100%;
	height: 30px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 35px 0 0;

}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 0;
	right: 2px;
	width: 11px;
	height: 11px;
	content: '';
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	background: none;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	min-width: 150px;

}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
	min-width: 150px;

}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #D8D8D8;
	min-width:185px;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #D8D8D8;
	min-width: 180px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	font-size: 14px;
	width: 100%;
	min-width: 180px;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	min-width: 180px;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
	border-top: 1px solid #D8D8D8;
}

.jcf-list ul li:first-child {
	border-top: 0;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 19px 17px;
	color: #656565;
	min-height: 14px;
	height: 1%;

}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #9DBCD8;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}
/* End */


/* Start:/local/templates/main/css/all.css?1731484723205503*/
@charset "UTF-8";
@font-face {
  font-family: 'proxima_nova';
  src: url("/local/templates/main/css/../fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("/local/templates/main/css/../fonts/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'proxima_nova';
  src: url("/local/templates/main/css/../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("/local/templates/main/css/../fonts/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'proxima_nova';
  src: url("/local/templates/main/css/../fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("/local/templates/main/css/../fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'als_rublregular';
  font-display: swap;
  src: url("/local/templates/main/css/../fonts/alsrubl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/main/css/../fonts/Cormorant-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Cormorant-Regular.woff") format("woff"), url("/local/templates/main/css/../fonts/Cormorant-Regular.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/main/css/../fonts/Cormorant-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Cormorant-Medium.woff") format("woff"), url("/local/templates/main/css/../fonts/Cormorant-Medium.ttf") format("truetype");
  font-display: swap; }

.container:after, .top-line:after, .subscribe-form__row:after, .pagination-holder:after, .cart-table__info:after, .amount-wrap:after, .total-box__list:after, .self-delivery-label__list:after, .lk-info-list:after {
  content: " ";
  display: block;
  clear: both; }

.nav ul, .nav .drop, .promo-slider .slick-dots, .footer-nav, .social-list, .breadcrumbs, .check-list, .catalog, .pagination-list, .item-slider .slick-dots, .info-tabs, .bulleted-list, .items-slider .slick-dots, .reviews-list, .stars-list, .delivery-select, .self-delivery, .lk-info-list, .news-list, .track-list, .address-list {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

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

body {
  margin: 0;
  color: #242424;
  background: #fff;
  font: 16px/1.75 "proxima_nova", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #4D4D4D;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #9DBCD8; }

input,
textarea,
select,
button {
  font: 100% "proxima_nova", sans-serif;
  color: #242424;
  vertical-align: middle;
  outline: none;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter';
  line-height: 1.2em;
  margin: 0 0 1.2em;
  color: #000000; }

p {
  margin: 0 0 24px; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 1025px) {
    .container {
      max-width: 1025px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1025px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #141E30 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #05080c !important; }

.bg-success {
  background-color: #00BA82 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00875e !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #141E30 !important; }

.border-success {
  border-color: #00BA82 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1025px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1025px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 1025px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1025px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1025px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

.font-weight-normal {
  font-weight: 400 !important; }

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

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #141E30 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #00BA82 !important; }

a.text-success:hover, a.text-success:focus {
  color: #006e4d !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

input::-ms-clear {
  display: none !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

body {
  background: #fff; }

.page {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0px; }

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0px;
  position: relative; }

.container {
  width: auto;
  max-width: 1210px;
  padding: 0 20px; }

.bg-image {
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  background-size: cover; }
  .bg-image.bg-image_left-bottom {
    background-position: 0 100%; }
  .bg-image.bg-image_right-bottom {
    background-position: 100% 100%; }
  .bg-image.bg-image_native {
    background-size: auto auto; }
  .bg-image > img {
    /*display: none !important; */
  }
  .bg-image > a.box-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2; }

.price-value {
  font-family: 'als_rublregular' !important;
  font-weight: normal !important;
  font-style: normal !important; }
.header {
  position: relative;
  padding-bottom: 33px; }
  .header_inner {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 36px; }
  @media all and (max-width: 1024px) {
    .header {
      padding-bottom: 17px; }
      .header_inner {
        border-bottom: 0;
        margin-bottom: 17px; } }
.top-line {
  padding: 14px 0 13px;
  border-bottom: 1px solid #D8D8D8; }
  .top-line__phone {
    float: left;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    margin-right: 23px; }
  .top-line__email {
    float: left;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase; }
  @media all and (max-width: 1024px) {
    .top-line {
      display: none; }
      .top-line__phone {
        font-size: 12px;
        margin-bottom: 15px; }
      .top-line__email {
        font-size: 12px;
        margin-bottom: 15px; } }

.select-city {
  float: left;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 28px; }
  .select-city__icon {
    display: block;
    font-size: 22px;
    margin-right: 9px;
    color: #000; }
  .select-city__label {
    display: block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 4px; }
  .select-city__current {
    display: block;
    color: #000;
    font-size: 13px; }
  @media all and (max-width: 1024px) {
    .select-city {
      float: none;
      margin-bottom: 5px; } }

.header-row {
  height: 80px;
  position: relative;
  margin-bottom: 7px;
  padding: 24px 0 0; }
  .header-row .logo {
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  .header-row__divider {
    float: right;
    height: 28px;
    width: 1px;
    background: #D8D8D8;
    margin-left: 24px; }
  @media all and (max-width: 1199px) {
    .header-row__divider {
      display: none; } }
  @media all and (max-width: 1024px) {
    .header-row {
      padding: 24px 0 0;
      margin-bottom: 0;
      height: 78px;
      border-bottom: 1px solid #D8D8D8; }
      .header-row .logo {
        width: 122px;
        height: 28px;
        top: 24px; }
        .header-row .logo img {
          display: block;
          width: 100%;
          height: auto; } }

.top-divider {
  height: 28px;
  width: 1px;
  background: #D8D8D8;
  float: left;
  margin-right: 28px; }

.registration-link {
  float: right;
  font-size: 13px;
  line-height: 28px;
  color: #000;
  margin-left: 21px; }
  @media all and (max-width: 1024px) {
    .registration-link {
      display: block;
      float: none;
      margin-bottom: 5px;
      margin-left: 0; } }

.login-link {
  float: right;
  font-size: 13px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 112px; }
  @media all and (max-width: 1024px) {
    .login-link {
      display: block;
      float: none;
      margin-bottom: 5px;
      margin-left: 0; } }

.feedback-link {
  float: right;
  font-size: 13px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5); }
  @media all and (max-width: 1024px) {
    .feedback-link {
      display: block;
      float: none;
      margin-bottom: 5px; } }

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative; }
  .nav li:hover .drop {
    opacity: 1;
    visibility: visible; }

.nav a {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  cursor: pointer;
  color: #000; }
  .nav a:hover {
    color: #9DBCD8; }

.nav .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  border: 1px solid #D8D8D8;
  padding: 10px 20px;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden; }
  .nav .drop li {
    padding: 10px 0; }
  .nav .drop a {
    font-weight: normal; }

@media all and (max-width: 1199px) {
  .nav a {
    font-size: 10px; } }

@media all and (max-width: 1024px) {
  .nav {
    display: block;
    padding-bottom: 10px; }
    .nav .drop {
      display: none; }
    .nav li {
      width: 100%;
      margin-bottom: 15px; } }

.mobile-nav-opener {
  display: none; }
  @media all and (max-width: 1024px) {
    .mobile-nav-opener {
      float: left;
      display: block;
      width: 20px;
      height: 20px;
      margin: 0 11px 0 0;
      position: relative;
      margin-top: 4px;
      z-index: 11; }
      .mobile-nav-opener:before {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #4C4C4C;
        content: '';
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .mobile-nav-opener:after {
        position: absolute;
        top: 13px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #4C4C4C;
        content: '';
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .mobile-nav-opener span {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #4C4C4C;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; } }

@media all and (max-width: 1024px) {
  .nav-drop {
    position: absolute;
    top: 0;
    left: -20px;
    width: 280px;
    min-height: 100vh;
    padding: 70px 20px 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
    background: #fff;
    -webkit-transform: translate(-105%, 0);
            transform: translate(-105%, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block !important; } }

.mobile-top-line {
  display: none; }
  @media all and (max-width: 1024px) {
    .mobile-top-line {
      display: block; } }

@media all and (max-width: 1024px) {
  .menu-active .nav-drop {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .menu-active .mobile-nav-opener span {
    opacity: 0; }
  .menu-active .mobile-nav-opener:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px; }
  .menu-active .mobile-nav-opener:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px; } }

.search-form {
  float: left; }
  .search-form .submit {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9DBCD8;
    color: #fff;
    font-size: 12px;
    border: 0;
    cursor: pointer;
    margin: 0 5px 0 0; }
  .search-form__text {
    float: left;
    width: 158px;
    height: 28px;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
    font-size: 13px; }
  .search-form__mobile-opener {
    display: none; }
  @media all and (max-width: 1024px) {
    .search-form {
      position: relative;
      padding-top: 4px;
      padding-left: 4px; }
      .search-form.popup-active .search-form__popup {
        opacity: 1;
        visibility: visible; }
      .search-form__popup {
        position: absolute;
        top: 0%;
        left: 0;
        background: #fff;
        width: 191px;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 5; }
      .search-form__mobile-opener {
        display: block;
        font-size: 18px;
        color: #000; }
      .search-form .submit {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.short-favorites {
  float: right;
  margin-left: 26px; }

.short-basket {
  float: right;
  margin-left: 26px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px; }
  .short-basket__icon {
    font-size: 17px;
    display: block;
    margin-right: 10px; }
  .short-basket__number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    background: #9DBCD8;
    color: #fff;
    line-height: 23px; }
  .short-basket__text-box {
    padding-left: 7px;
    height: 28px; }
  .short-basket__label {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    line-height: 13px; }
  .short-basket__sum {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D; }
  @media all and (max-width: 1024px) {
    .short-basket {
      line-height: 20px;
      height: 20px;
      margin-top: 4px;
      margin-left: 15px; }
      .short-basket__text-box {
        display: none; }
      .short-basket__number {
        display: none; }
      .short-basket__icon {
        margin-right: 0; } }

.short-favorites {
  float: right;
  margin-left: 29px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px; }
  .short-favorites__icon {
    font-size: 16px;
    display: block;
    margin-right: 10px; }
  .short-favorites__number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    background: #9DBCD8;
    color: #fff;
    line-height: 23px; }
  @media all and (max-width: 1024px) {
    .short-favorites {
      line-height: 20px;
      height: 20px;
      margin-top: 4px;
      margin-left: 15px; }
      .short-favorites__number {
        display: none; }
      .short-favorites__icon {
        margin-right: 0; } }

.track-order {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 28px; }
  .track-order__icon {
    font-size: 10px;
    margin-right: 8px; }
  .track-order__text {
    font-size: 12px; }
  @media all and (max-width: 1024px) {
    .track-order {
      display: none; }
     .mobile-top-line .track-order {
          display: block;
          float: left}}

.promo-box {
  position: relative;
  margin: 0 0 73px; }
  .promo-box__text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;
    padding: 0 20px;
    color: #fff; }
  .promo-box h2 {
    color: #fff;
    font-family: 'Times New Roman';
    font-weight: normal;
    font-size: 72px;
    line-height: 81px;
    margin: 0; }
  .promo-box__percent {
    display: block;
    font-size: 54px;
    line-height: 71px;
    font-weight: bold;
    margin: 0 0 17px; }
  .promo-box .basket-link {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 47px;
    min-width: 143px;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .promo-box .basket-link:hover {
      background: rgba(255, 255, 255, 0.2); }
  .promo-box__image {
    height: 480px; }
  @media all and (max-width: 1024px) {
    .promo-box {
      margin-bottom: 68px; }
      .promo-box h2 {
        font-size: 40px;
        line-height: 40px; }
      .promo-box__image {
        height: 314px; }
      .promo-box__text-box {
        padding-bottom: 25px; } }

.promo-slider {
  position: relative; }
  .promo-slider .slick-slide {
    position: relative;
    outline: none; }
  .promo-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center; }
    .promo-slider .slick-dots li {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(113, 113, 113, 0.4);
      display: inline-block;
      vertical-align: top;
      margin: 0 4px; }
      .promo-slider .slick-dots li button {
        display: none; }
      .promo-slider .slick-dots li.slick-active {
        background: #717171; }
  .promo-slider .slick-prev,
  .slider-news .slick-prev {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 1px;
    cursor: pointer;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    background-color: rgba(255, 255, 255, .2); }
	.slider-news .slick-prev {
		top: 200px;
	}
	@media (max-width: 480px) {
		.slider-news .slick-prev {
			top: 75px;
		}
	}
    .promo-slider .slick-prev:hover,
	.slider-news .slick-prev:hover {
      color: #242424;
      border-color: #717171;
      background-color: #ffffff;}
  .promo-slider .slick-next, 
  .slider-news .slick-next {
    position: absolute;
    top: 50%;
    right: 38px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 1px;
    cursor: pointer;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    background-color: rgba(255, 255, 255, .2);background-color: rgba(255, 255, 255, .2); }
    .promo-slider .slick-next:hover,
	.slider-news .slick-next:hover {
      color: #242424;
      border-color: #717171;
      background-color: #ffffff; }
	.slider-news .slick-next {
		top: 200px;
	}
	@media (max-width: 480px) {
		.slider-news .slick-next {
			top: 75px;
		}
	}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 43px; }
  .section-title h2 {
    margin: 0 44px 0 0;
    font-size: 42px;
    line-height: 52px;
    font-weight: normal; }
  .section-title .news-page-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-top: 5px; }
  .section-title .items-sum {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px; }
  .section-title__number {
    width: 31px;
    height: 31px;
    border: 1px solid #979797;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 4px; }
  @media all and (max-width: 1024px) {
    .section-title {
      margin: 0 0 18px; }
      .section-title__number {
        margin-top: 6px; }
      .section-title h2 {
        margin-right: 13px;
        font-size: 30px;
        line-height: 37px; }
      .section-title .items-sum {
        padding-top: 12px; } }
  @media all and (max-width: 767px) {
    .section-title__number {
      display: none; } }

.items-slider-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #A8ABC4;
  z-index: 5;
  padding-right: 1px;
  cursor: pointer;
  opacity: 0.3;
  color: #000;
  margin-right: 10px; }
  .items-slider-prev:hover {
    opacity: 1;
    color: #000; }

.items-slider-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #A8ABC4;
  z-index: 5;
  padding-left: 1px;
  cursor: pointer;
  opacity: 0.3;
  color: #000;
  margin-right: 18px; }
  .items-slider-next:hover {
    opacity: 1;
    color: #000; }
  @media all and (max-width: 767px) {
    .items-slider-next {
      margin-right: 0; } }

.items-slider-four {
  margin: 0 -11px 90px; }
  .items-slider-four .slick-slide {
    padding: 0 11px;
    outline: none; }

.item-box {
  text-align: center; }
  .item-box:hover .item-box__to-basket {
    opacity: 1; }
  .item-box__image {
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 28px;
    position: relative; }
    .item-box__image img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .item-box__to-basket {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(59, 61, 76, 0.78);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
   .item-box__to-basket i {
      display: none}
  .product-item-detail-info-container{
      display: none;}
  .item-box__title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    text-transform: none;
    margin: 0 0 5px;
    font-weight: normal; }
  .item-box__text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    margin: 0 0 10px; }
  .item-box__old-price, .item-box__new-price, .item-box__price {
    font-size: 14px;
    line-height: 20px;
    display: inline-block; }
  .item-box__old-price {
    text-decoration: line-through;
    color: #9C9DA2; }
  .item-box__new-price {
    color: #D43333; }
  @media all and (max-width: 1024px) {
    .item-box__image {
      height: 234px;
      margin: 0 0 18px; }
    .item-box.item-box-small .item-box__image {
      height: 123px;
      margin-bottom: 12px; }
    .item-box.item-box-small .item-box__title {
      font-size: 14px;
      line-height: 18px; }
    .item-box.item-box-small .item-box__text {
      font-size: 14px;
      line-height: 18px; }
    .item-box.item-box-small .item-box__old-price,
    .item-box.item-box-small .item-box__new-price,
    .item-box.item-box-small .item-box__price {
      font-size: 14px;
      line-height: 18px; } }

.arrows-four-holder,
.arrows-one-holder,
.arrows-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media all and (max-width: 1024px) {
    .arrows-four-holder,
    .arrows-one-holder,
    .arrows-news {
      display: none; } }

.sale-section {
  margin-bottom: 72px; }
  @media all and (max-width: 1024px) {
    .sale-section {
      margin-bottom: 10px; } }

.sale-item {
  position: relative;
  margin-bottom: 16px; }
  .sale-item_large {
    height: 496px; }
  .sale-item_small {
    height: 240px; }
  .sale-item__text-box {
    padding: 28px;
    position: relative; }
  .sale-item__date {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin: 0 0 5px; }
  .sale-item__title {
    display: block;
    color: #fff;
    font-size: 48px;
    line-height: 54px;
    font-family: 'Times New Roman'; }
  @media all and (max-width: 767px) {
    .sale-item {
      margin-bottom: 20px; }
      .sale-item_large {
        height: 216px; }
      .sale-item_small {
        height: 216px; }
      .sale-item__text-box {
        padding: 21px; }
      .sale-item__date {
        font-size: 12px;
        line-height: 16px; }
      .sale-item__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 12px; }
      .sale-item .stick {
        position: static;
        display: inline-block;
        vertical-align: top; } }

.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }

.stick {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  height: 36px;
  padding: 0 9px;
  line-height: 38px; }
  .stick.stick-sale {
    background: #F15C46; }

.about-section {
  margin-bottom: 77px; }
  .about-section__image img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block; }
  .about-section__text-box h3 {
    font-weight: normal;
    margin: 0 0 28px;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Times New Roman'; }
  .about-section__text-box p {
    margin: 0 0 28px;
    color: rgba(36, 36, 36, 0.6); }
  .about-section .slide-holder {
    position: relative; }
    .about-section .slide-holder.expanded:before {
      opacity: 0; }
  @media all and (max-width: 1024px) {
    .about-section {
      margin-bottom: 27px; } }
  @media all and (max-width: 767px) {
    .about-section .opener {
      width: 100%;
      text-align: center; } }

.slide-holder .opener em {
  font-style: normal;
  display: none; }

.slide-holder.expanded .opener em {
  display: inline; }

.slide-holder.expanded .opener span {
  display: none; }

.short-news-section {
  margin-bottom: 93px; }
  @media all and (max-width: 1024px) {
    .short-news-section {
      margin-bottom: 40px; } }

.short-news {
  margin-bottom: 35px; }
  @media all and (max-width: 1024px) {
    .short-news {
      margin-bottom: 0; } }

.news-item {
  margin-bottom: 16px; }
  .news-item__image {
    margin: 0 0 25px; }
    .news-item__image img {
      display: block;
      width: 100%;
      height: auto; }
  .news-item__title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 13px;
    color: #000; }
  .news-item p {
    font-size: 14px;
    line-height: 23px;
    color: rgba(36, 36, 36, 0.6);
    margin: 0 0 23px; }
  .news-item__date {
    font-size: 14px;
    line-height: 23px;
    display: block;
    color: rgba(36, 36, 36, 0.6);
    text-transform: uppercase; }
  @media all and (max-width: 1024px) {
    .news-item {
      margin-bottom: 35px; }
      .news-item p {
        margin-bottom: 18px; } }

.load-more {
  width: 100%;
  text-align: center;
  height: 79px;
  line-height: 77px;
  font-size: 18px;
  font-family: 'Times New Roman';
  text-transform: uppercase;
  color: #000; }
  .load-more:hover {
    background: #fff;
    color: #000;
    border-color: #9DBCD8; }
  .load-more.btn-transparent {
    line-height: 48px;
    padding-top: 13px;
    padding-bottom: 15px; }
  @media all and (max-width: 1024px) {
    .load-more {
      font-size: 14px;
      height: 64px;
      line-height: 60px; }
      .load-more.btn-transparent {
        line-height: 36px; } }

.subscribe-form {
  background: #9DBCD8;
  padding: 40px 0 30px;
  text-align: center; }
  .subscribe-form__holder {
    width: 458px;
    margin: 0 auto; }
  .subscribe-form__title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 38px;
    color: #fff; }
  .subscribe-form__row {
    margin: 0 0 20px; }
  .subscribe-form__text {
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
    height: 47px;
    color: #fff;
    display: block;
    width: 280px;
    float: left; }
    .subscribe-form__text.parsley-error {
      border-color: #FF3939; }
  .subscribe-form .submit {
    width: 157px;
    height: 47px;
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .subscribe-form .submit:hover {
      border: 1px solid white; }
  @media all and (max-width: 767px) {
    .subscribe-form {
      padding: 28px 15px 50px; }
      .subscribe-form__holder {
        width: 100%; }
      .subscribe-form__title {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 20px; }
      .subscribe-form__text {
        width: 100%;
        margin-bottom: 15px; }
      .subscribe-form .submit {
        width: 100%; } }

.check-wrap .checkbox {
  display: none; }

.check-wrap label {
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  padding-left: 32px;
  text-align: left;
  font-weight: normal;  }
  .check-wrap label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    content: '';
    border-radius: 50%;
    border: 1px solid #D0E2F3; }
  .check-wrap label .label-note {
    font-size: 12px;
    color: rgba(36, 36, 36, 0.5); }
    .check-wrap label .label-note:hover {
      color: #242424; }

.check-wrap__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  font-size: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0; }

.check-wrap .checkbox:checked + label .check-wrap__icon {
  opacity: 1; }

.check-wrap_grey label {
  color: rgba(36, 36, 36, 0.5) !important; }
  .check-wrap_grey label:before {
    border-color: #D1D2DF; }

.check-wrap_grey .check-wrap__icon {
  color: #9DBCD8; }

.check-wrap_black {
  margin-bottom: 10px; }
  .check-wrap_black label {
    color: black !important; }
    .check-wrap_black label:before {
      border-color: #D1D2DF; }
  .check-wrap_black input[type=radio] + label {
    color: rgba(36, 36, 36, 0.5) !important; }
  .check-wrap_black input[type=radio]:checked + label {
    color: #242424 !important; }
  .check-wrap_black .check-wrap__icon {
    color: #9DBCD8; }

.check-wrap.small label {
  font-size: 12px !important; }

.main {
  padding: 0 0 124px; }
  .main h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: normal;
    font-family: 'Times New Roman';
    margin: 0 0 40px; }
  @media all and (max-width: 1024px) {
    .main {
      padding: 0 0 50px; } }

.footer {
  background: #F8F0F1;
  padding: 90px 0 50px; }
  .footer .opener {
    display: block;
    font-family: 'Times New Roman';
    font-size: 18px;
    line-height: 21px;
    color: #323232 !important; }
  .footer address,
  .footer .phone,
  .footer .email,
  .footer .phone__title {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(50, 50, 50, 0.6);
    display: block;
    margin-bottom: 10px; }
  .footer .phone:hover,
  .footer .email:hover {
    color: #9DBCD8; }
  @media all and (min-width: 1025px) {
    .footer .opener {
      margin: 0 0 18px; }
    .footer .js-slide-hidden {
      position: static !important;
      height: auto !important; } }
  @media all and (max-width: 1024px) {
    .footer {
      padding: 31px 0 20px; }
      .footer .slide-holder {
        border-top: 1px solid #DBD2D4;
        border-bottom: 1px solid #DBD2D4;
        margin: 0 -20px -1px; }
      .footer .opener {
        padding: 9px 20px;
        position: relative; }
        .footer .opener:before {
          position: absolute;
          top: 14px;
          right: 24px;
          content: '';
          width: 7px;
          height: 7px;
          border: 1px solid #323232;
          border-width: 0 1px 1px 0;
            transition: .2s;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .footer .opener.hide_footer+.slide {
         display: none;
      }
      .footer .slide {
        padding: 0 20px; }
      .footer address,
      .footer .phone,
      .footer .email {
        font-size: 12px; }
      .footer .slide-holder.expanded .opener:before {
        top: 17px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg); } }

.footer-nav {
  font-size: 14px;
  line-height: 22px; }
  .footer-nav li {
    margin: 0 0 10px; }
  .footer-nav a {
    color: rgba(50, 50, 50, 0.6); }
    .footer-nav a:hover {
      color: #9DBCD8; }
  @media all and (max-width: 1024px) {
    .footer-nav {
      font-size: 12px; }
      .footer-nav:first-child {
        padding-top: 10px; } }

.social-holder {
  padding: 44px 0 60px; }
  .social-holder__label {
    display: block;
    font-family: 'Times New Roman';
    font-size: 18px;
    line-height: 21px;
    color: #323232 !important;
    margin: 0 0 25px; }
  @media all and (max-width: 1024px) {
    .social-holder {
      padding: 28px 0 30px 20px; } }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-list li {
    margin-right: 11px; }
  .social-list a {
    width: 51px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgba(104, 104, 104, 0.5);
    border-radius: 50%;
    color: #686868; }
    .social-list a.icon-instagram {
      font-size: 16px; }
    .social-list a.icon-vk {
      font-size: 10px; }
    .social-list a:hover {
      color: #BF967C;
      border-color: #BF967C; }

.created {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  color: rgba(50, 50, 50, 0.5); }
  .created a {
    color: rgba(50, 50, 50, 0.5); }
    .created a:hover {
      color: #9DBCD8; }
    @media (max-width: 1024px) {
        .created {
            padding-left: 20px;
        }
    }

.modal-window {
  display: none;
  background: #fff;
  width: 768px;
  padding: 55px 98px 47px; }
  @media all and (max-width: 767px) {
    .modal-window {
      width: 95vw;
      padding: 30px 20px; } }

.main-form .text-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: rgba(36, 36, 36, 0.5);
  margin: 0 0 4px; }

.main-form .text-field {
  display: block;
  width: 100%;
  border: 1px solid #D1D2DF;
  height: 35px;
  padding: 0 30px 0 11px;
  background: #fff;
  color: #242424;
  font-size: 14px; }
  .main-form .text-field.parsley-error {
    border-color: #FF3939; }

.main-form .text-field-wrap {
  position: relative; }
  .main-form .text-field-wrap.text-required:before {
    position: absolute;
    top: 8px;
    right: 14px;
    content: '*';
    color: #242424;
    font-size: 14px; }

.main-form .form-col {
  margin-bottom: 27px; }

.main-form textarea.text-field {
  padding: 9px 11px;
  height: 152px;
  overflow: auto;
  resize: none; }

.main-form .submit {
  display: block;
  width: 100%;
  border: 0;
  background: #9DBCD8;
  cursor: pointer;
  height: 47px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin: 0; }
  .main-form .submit:hover {
    background: #a4c1db; }

.main-form .check-list {
  padding-bottom: 0px; }

@media all and (max-width: 767px) {
  .main-form .form-col {
    margin-bottom: 15px; }
  .main-form .submit {
    margin-bottom: 0; }
  .main-form .btn-transparent {
    margin-bottom: 0; } }

.parsley-errors-list {
  display: none !important; }

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 27px; }

.conditions {
  display: block;
  font-size: 12px;
  color: rgba(36, 36, 36, 0.5);
  text-decoration: underline; }
  .conditions:hover {
    text-decoration: none; }

.fancybox-close-small {
  top: 0;
  right: -98px !important;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #979797;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 1px 0 0 !important; }
  .fancybox-close-small svg {
    width: 24px;
    height: 24px;
    display: block;
    vertical-align: top; }
    .fancybox-close-small svg path {
      fill: #fff; }
  .fancybox-close-small:hover {
    border: 1px solid #fff; }
  @media all and (max-width: 1024px) {
    .fancybox-close-small {
      top: -55px !important;
      right: 0px !important;
      width: 37px;
      height: 37px; } }

.fancybox-content {
  overflow: visible; }
  @media all and (max-width: 1024px) {
    .fancybox-content {
      margin: 70px 0; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px; }
  .breadcrumbs li {
    font-size: 12px;
    padding-right: 4px; }
    .breadcrumbs li:before {
      content: '−';
      color: #D8D8D8;
      margin-right: 4px; }
    .breadcrumbs li:first-child:before {
      display: none; }
  .breadcrumbs a {
    color: rgba(36, 36, 36, 0.5); }
  @media all and (max-width: 1024px) {
    .breadcrumbs {
      display: none; } }

.twocolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media all and (max-width: 1024px) {
    .twocolumns {
      display: block; } }

.aside {
  max-width: 281px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 16px; }
  @media all and (max-width: 1024px) {
    .aside {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 25px; } }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

.filter-opener {
  display: none; }
  @media all and (max-width: 1024px) {
    .filter-opener {
      display: block;
      max-width: 300px;
      border: 1px solid #DCDCDC;
      height: 47px;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      line-height: 45px;
      position: relative;
      margin: 0 auto; }
      .filter-opener:before {
        position: absolute;
        top: 16px;
        right: 21px;
        width: 9px;
        height: 9px;
        content: '';
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        background: none; } }

.filter-wrap {
  position: relative; }
  @media all and (max-width: 1024px) {
    .filter-wrap.filter-active .filter-drop {
      opacity: 1;
      visibility: visible; }
    .filter-wrap.filter-active .filter-opener:before {
      top: 20px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
      .filter-wrap {
          position: relative;
          display: inline-block;
          width: 300px;
          left: calc(50% - 150px);
      }
      .item-info__label-wrap {
          max-width: 270px;
      } }

.filter-drop {
  border: 1px solid #D8D8D8;
  padding: 22px; }
  .filter-drop h3 {
    font-family: 'proxima_nova';
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
    margin: 0 0 15px; }
    .filter-drop h3 b {
      font-weight: 500; }
  .filter-drop .submit {
    display: block;
    width: 100%;
    border: 0;
    background: #9DBCD8;
    cursor: pointer;
    height: 47px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 13px; }
    .filter-drop .submit:hover {
      background: #a4c1db; }
  .filter-drop .reset {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    cursor: pointer;
    background: none; }
  @media all and (max-width: 1024px) {
    .filter-drop {
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      z-index: 9;
      width: 100%;
      margin-top: -1px;
      opacity: 0;
      visibility: hidden;
      display: block !important;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; } }

.check-list {
  padding-bottom: 58px; }
  .check-list li {
    margin: 0 0 9px; }
  .check-list label {
    font-size: 14px;
    color: #000; }
  .check-list.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .check-list.horizontal li {
      margin: 0 25px 0 0; }
  @media all and (max-width: 767px) {
    .check-list.horizontal li {
      margin-bottom: 10px; } }

.range-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px; }

.range-numbers__input {
  width: 70px;
  height: 35px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 8px; }

.filter-row {
  margin: 0 0 36px; }

.sort-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px;
  width: 100%; }
  .sort-header .jcf-select-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .sort-header .jcf-hidden {
    display: none !important; }

.jcf-select-small {
  border-bottom: 0;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  width: auto; }
  .jcf-select-small .jcf-select-text {
    margin-right: 20px; }
  .jcf-select-small .jcf-select-opener:before {
    width: 8px;
    height: 8px;
    top: 3px; }

.sort-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .sort-view__label {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: rgba(36, 36, 36, 0.5);
    margin-right: 7px; }

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 65px; }
  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    padding: 0 8px 40px; }
    .catalog__item:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 228px;
      content: '';
      background: #D8D8D8; }
    .catalog__item:nth-child(3n + 1):before {
      display: none; }
  @media all and (max-width: 767px) {
    .catalog__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .catalog__item:nth-child(3n + 1):before {
        display: block; }
      .catalog__item:nth-child(2n + 1):before {
        display: none; } }

.pagination-holder {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 47px;
  margin-bottom: 40px; }
  .pagination-holder.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.pagination-prev,
.pagination-next {
  display: block;
  font-family: 'Times New Roman';
  font-size: 18px;
  line-height: 36px;
  color: rgba(36, 36, 36, 0.5);
  float: left;
  margin-right: 100px; }
  .pagination-prev:hover,
  .pagination-next:hover {
    color: #242424; }
  @media all and (max-width: 767px) {
    .pagination-prev,
    .pagination-next {
      display: none; } }

.pagination-next {
  float: right;
  margin: 0; }

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left; }
  .pagination-list li {
    margin: 0 15px 0 0; }
    .pagination-list li:last-child {
      margin-right: 0; }
  .pagination-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 1px solid #F8F0F1;
    font-size: 13px;
    line-height: 17px; }
    .pagination-list a:hover, .pagination-list a.active {
      background: #9DBCD8;
      color: #fff;
      border-color: #9DBCD8; }
  @media all and (max-width: 767px) {
    .pagination-list {
      float: none; }
      .pagination-list li {
        margin-right: 8px; } }

.star-rating {
  padding-top: 9px;
  font-size: 0;
  display: inline-block;
  margin-bottom: 10px; }

.star-rating__wrap {
  display: inline-block;
  font-size: 14px; }

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both; }

.star-rating__ico {
  float: right;
  cursor: pointer;
  background: url(/local/templates/main/css/../images/star02.png) no-repeat;
  width: 18px;
  height: 14px;
  cursor: pointer;
  padding-right: 7px; }

.star-rating__ico:last-child {
  padding-left: 0; }

.star-rating__input {
  display: none; }

.star-rating__input:checked ~ .star-rating__ico:before {
  background: url(/local/templates/main/css/../images/star01.png) no-repeat;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top; }

.item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0 45px;
  min-width: 0; }
  .item-info__text-box {
      width: 30%;
    /*-webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 50%;*/
    /*        flex: 0 0 50%;*/
    /*max-width: 50%;*/
    padding-left: 10px; }

  @media (max-width: 991px) {
      .item-info__text-box {
          width: 40%;
      }
  }

  @media (max-width: 767px) {
      .item-info__text-box {
          width: 100%;
      }
  }

  .item-info__text-holder {
    width: 281px; }
  .item-info__brand {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #000000; }
  .item-info h1 {
    font-size: 15px;
    line-height: 22px;
    color: #4D4D4D;
    margin: 0 0 3px;
    font-family: 'proxima_nova'; }
  .item-info__article {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: rgba(36, 36, 36, 0.5);
    margin: 0 0 12px; }
  .item-info__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 11px; }
  .item-info__old-price {
    font-size: 18px;
    line-height: 24px;
    color: #9C9DA2;
    text-decoration: line-through;
    margin: 0 19px 0 0; }
    .item-box__new-price.not_special_price {
    color: #242424;}
    .edit_list.item-info__presence .jcf-list-content ul li:nth-child(1){
        display: none!important;
    }
  .item-info__price {
    font-size: 18px;
    line-height: 24px; }
  .item-info__new-price {
    font-size: 18px;
    line-height: 24px;
    color: #D43535;
    display: block; }
  .item-info__new-price.not_special_price {
    color: #242424;}
  .item-info__label-wrap {
    font-size: 12px;
    line-height: 16px;
    color: rgba(36, 36, 36, 0.5);
    margin: 0 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .item-info__to-basket {
    font-size: 14px;
    line-height: 18px;
    display: block;
    background: #9DBCD8;
    color: #fff;
    padding: 15px 0 17px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 10px; }
  .item-info__btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 29px; }
  .item-info__one-click {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    border: 1px solid #DCDCDC;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 47px; }
  .item-info__presence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .item-info__presence-amount,
  .item-info__presence-amount-all{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37px;
            flex: 0 0 37px;
    border: 1px solid #DCDCDC;
    margin-left: 10px;
    height: 35px;
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .item-info__presence-amount-all{
      color: #000;
  }
  .item-info__wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  @media all and (max-width: 1024px) {
    .item-info {
      padding: 0 0 40px; } }
  @media all and (max-width: 767px) {
    .item-info {
      display: block; }
      .item-info__text-box {
        max-width: 100%; }
      .item-info h1 {
        text-align: center; }
      .item-info__text-holder {
        width: 100%; }
      .item-info__brand {
        text-align: center; }
      .item-info__price-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .item-info__article {
        text-align: center; } }

.jcf-select {
  cursor: pointer; }
  .jcf-select .jcf-select-text {
    cursor: pointer !important; }

.to-favorite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  border: 1px solid #DCDCDC;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px; }
  .to-favorite__icon {
    font-size: 16px; }
  .to-favorite__text {
    font-size: 12px;
    line-height: 16px;
    margin-left: 9px; }

.jcf-select-bordered {
  border: 1px solid #D1D2DF;
  height: 35px;
  margin-bottom: 19px; }
  .jcf-select-bordered.jcf-select-drop {
    border: 0; }
  .jcf-select-bordered .jcf-select-text {
    padding: 0 40px 0 11px;
    line-height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .jcf-select-bordered .jcf-select-text img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: inline-block;
      margin-left: 4px;
      margin-top: 11px;
      width: 11px;
      height: 11px; }
  .jcf-select-bordered .jcf-select-opener:before {
    top: 9px;
    right: 11px;
    width: 8px;
    height: 8px; }

.jcf-select-bordered .jcf-list .jcf-option {
  padding: 8px 11px; }
  .jcf-select-bordered .jcf-list .jcf-option img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    margin-left: 4px; }

.jcf-select-bordered-small {
  border: 1px solid #D1D2DF;
  height: 25px;
  margin-bottom: 0;
  min-width: 10px;
  display: inline-block;
  vertical-align: top;
  width: auto; }
  .jcf-select-bordered-small.jcf-select-drop {
    border: 0; }
  .jcf-select-bordered-small .jcf-select-text {
    padding: 0 15px 0 5px;
    margin: 0;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .jcf-select-bordered-small .jcf-select-text img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: inline-block;
      margin-left: 4px; }
  .jcf-select-bordered-small .jcf-select-opener:before {
    top: 8px;
    right: 5px;
    width: 4px;
    height: 4px; }
  @media all and (max-width: 767px) {
    .jcf-select-bordered-small {
      height: 45px; }
      .jcf-select-bordered-small .jcf-select-text {
        line-height: 43px;
        padding: 0 22px 0 12px; }
      .jcf-select-bordered-small .jcf-select-opener:before {
        top: 18px;
        right: 10px; } }

.jcf-select-bordered-small .jcf-list li {
  margin-bottom: 0; }

.jcf-select-bordered-small .jcf-list .jcf-option {
  padding: 4px 5px 2px; }
  .jcf-select-bordered-small .jcf-list .jcf-option img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: inline-block;
    margin-left: 4px; }

.size-link {
  color: #242424;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .size-link__icon {
    margin: 0 7px 0 0;
    font-size: 9px; }

.h_mt-10 {
  margin-top: -10px; }

.delivery-link {
  border: 1px solid #DCDCDC;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 15px; }
  .delivery-link:hover {
    border-color: #9DBCD8;
    color: #4F4F4F; }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 58px; }
  .share__icon {
    width: 40px;
    height: 40px;
    background: #9DBCD8;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin: 0 11px 0 0; }
  .share__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #242424; }

.item-slider-wrap {
    width: 70%;
  /*-webkit-box-flex: 0;*/
  /*    -ms-flex: 0 0 50%;*/
  /*        flex: 0 0 50%;*/
  /*max-width: 50%;*/
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0; }

@media (max-width: 991px) {
    .item-slider-wrap {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .item-slider-wrap {
        width: 100%;
    }
}

.offers {
    display: none;
}

  @media all and (max-width: 767px) {
    .item-slider-wrap {
      max-width: 100%;
      margin-bottom: 30px; } }

.item-slider-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 83px;
  margin: 0 15px 0 0;
  padding: 12px 0;
  min-width: 0;
  height: 400px; }
  .item-slider-nav .slick-slide {
    outline: none;
    padding: 5px 0;
    cursor: pointer; }
    .item-slider-nav .slick-slide.slick-current .item-slider-nav__image {
      border: 1px solid #C2C2C2; }
  .item-slider-nav__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    border: 1px solid transparent; }
    .item-slider-nav__image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: block; }
  .item-slider-nav .slider-prev {
    position: absolute;
    top: 0;
    left: 24px;
    color: #000;
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 30px;
    height: 30px; }
  .item-slider-nav .slider-next {
    position: absolute;
    bottom: -12px;
    left: 24px;
    color: #000;
    opacity: 1;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media all and (max-width: 767px) {
    .item-slider-nav {
      display: none; } }

.item-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0; }
  .item-slider .slick-slide {
    outline: none; }
  .item-slider__image {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .item-slider__image img {
      max-width: 100%;
      max-height: 700px;
      /*width: 100%;*/
      /*height: auto;*/
      display: block; }
    @media (min-width: 992px) and (max-height: 1000px) {
        .item-slider__image img {
            max-height: 400px;}
    }
    @media (max-width: 991px) {
        .item-slider__image {
            height: 400px;
        }
        .item-slider__image img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
        }
    }
  .item-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .item-slider .slick-dots li {
      width: 20px;
      height: 20px; }
      .item-slider .slick-dots li.slick-active button {
        background: #9DBCD8; }
      .item-slider .slick-dots li button {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #D8D8D8;
        display: block;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0; }
  @media all and (max-width: 767px) {
    .item-slider {
      padding-bottom: 40px; }
      .item-slider__image {
        height: 260px; } }

.info-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Times New Roman';
  margin: 0 0 30px; }
  .info-tabs li {
    padding: 0 39px;
    font-size: 42px;
    line-height: 50px;
    position: relative; }
    .info-tabs li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      border-left: 1px solid #D8D8D8;
      height: 57px; }
    .info-tabs li:first-child {
      padding-left: 0; }
      .info-tabs li:first-child:before {
        display: none; }
  .info-tabs a {
    color: rgba(36, 36, 36, 0.5); }
    .info-tabs a.active {
      color: #242424; }
  .info-tabs_small li {
    font-size: 24px; }
  @media all and (max-width: 1199px) {
    .info-tabs li {
      font-size: 30px; } }
  @media all and (max-width: 1024px) {
    .info-tabs li {
      font-size: 20px;
      line-height: 37px; }
      .info-tabs li:before {
        height: 37px; } }
  @media all and (max-width: 767px) {
    .info-tabs {
      margin-bottom: 16px; }
      .info-tabs li {
        padding: 0 15px; } }

.tab-content p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 8px; }

@media all and (max-width: 1024px) {
  .tab-content p {
    font-size: 14px;
    line-height: 24px; } }

@media all and (max-width: 767px) {
  .tab-content .btn-blue {
    width: 100%; } }

.bulleted-list {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 28px; }
  .bulleted-list li {
    position: relative;
    padding-left: 20px; }
    .bulleted-list li:before {
      position: absolute;
      top: 10px;
      left: 0;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #000; }
  @media all and (max-width: 1024px) {
    .bulleted-list {
      font-size: 14px;
      line-height: 24px; }
      .bulleted-list li:before {
        width: 4px;
        height: 4px; } }

.btn-blue {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  background: #9DBCD8;
  color: #fff;
  padding: 15px 17px 17px;
  text-align: center;
  font-weight: 600;
  margin: 0 0 10px;
  border: 0;
  cursor: pointer; }
  .btn-blue:hover {
    background: #a8c3dc;
    color: #fff; }
  .btn-blue.small {
    padding: 14px 17px 15px;
    font-size: 12px; }

.btn-transparent {
  padding: 14px 17px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DCDCDC;
  color: #4F4F4F;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center; }
  .btn-transparent:hover {
    background: #9DBCD8;
    border-color: #9DBCD8;
    color: #fff; }
  .btn-transparent.small {
    padding: 13px 17px 14px;
    font-size: 12px; }

.items-slider {
  margin: 0 0 90px; }
  .items-slider .items-slider-prev {
    position: absolute;
    top: 106px;
    left: 0;
    background: #fff;
    opacity: 1; }
  .items-slider .items-slider-next {
    position: absolute;
    top: 106px;
    right: 0;
    background: #fff;
    opacity: 1; }
  .items-slider .slick-slide {
    outline: none;
    position: relative; }
    .items-slider .slick-slide:before {
      position: absolute;
      top: 31px;
      left: -1px;
      content: '';
      border-left: 1px solid #D8D8D8;
      height: 228px; }
  .items-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .items-slider .slick-dots li {
      width: 20px;
      height: 20px; }
      .items-slider .slick-dots li.slick-active button {
        background: #9DBCD8; }
      .items-slider .slick-dots li button {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #D8D8D8;
        display: block;
        border: 0;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0; }
  @media all and (max-width: 767px) {
    .items-slider {
      padding-bottom: 60px;
      margin-bottom: 40px; }
      .items-slider .slick-slide {
        padding: 0 10px; }
        .items-slider .slick-slide:before {
          display: none; } }

.reviews-holder {
  max-width: 673px;
  margin-bottom: 40px; }

.reviews-list {
  margin-bottom: 13px; }
  .reviews-list__item {
    margin: 0 0 5px; }
  @media all and (max-width: 1024px) {
    .reviews-list__item {
      margin: 0 0 10px; } }

.review-item {
  background: #F2F2F2;
  padding: 20px 25px 30px; }
  .review-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .review-item__name {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0 0; }
  .review-item p {
    font-size: 14px;
    line-height: 28px;
    margin: 0; }

.stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2px; }
  .stars-list li {
    margin: 0 4px 0 0; }
  .stars-list img {
    display: block; }

.add-review .section-title {
  margin: 0 0 20px; }

.add-review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 13px; }

.add-review__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  max-width: 95px;
  line-height: 35px;
  font-size: 12px;
  color: rgba(36, 36, 36, 0.5); }

.add-review .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 482px; }

.add-review .text-field {
  width: 158px;
  height: 35px;
  border: 1px solid #D1D2DF;
  background: none;
  display: block;
  padding: 0 11px;
  font-size: 14px; }

.add-review textarea {
  width: 100%;
  height: 136px;
  border: 1px solid #D1D2DF;
  background: none;
  display: block;
  padding: 7px 11px;
  font-size: 14px;
  overflow: auto;
  resize: none; }

.add-review .submit {
  width: 286px; }

@media all and (max-width: 767px) {
  .add-review__row {
    display: block; }
  .add-review .text-field {
    width: 100%; }
  .add-review__label {
    max-width: 100%;
    line-height: 20px;
    margin-bottom: 5px; }
  .add-review .submit {
    margin: 0 auto;
    display: block; } }

.video-holder {
  height: 400px; }
.main h1.basket-title{
    text-align: center;
    font-size: 26px;
    margin: 0px 0 20px;
}
.cart-table tbody td.mobile-w-100{
    padding: 9px 0px;
}
.cart-table tbody td.mobile-w-100 .check-wrap {
    display: inline-block;
    width: 140px;
    padding: 0px;
    text-align: center;
    padding-left: 60px;
}
.cart-table {
  border-collapse: collapse;
  width: 69%;
    float: left;
  padding: 0;
  margin: 0 0 43px; }
  .cart-table td {
    border-bottom: 1px solid #D8D8D8;
    padding-left: 20px; }
    .cart-table td:first-child {
      padding-left: 0; }
  .cart-table thead td {
    font-size: 12px;
    line-height: 16px;
    color: rgba(36, 36, 36, 0.5);
    padding-bottom: 10px; }
  .cart-table tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top; }
  .cart-table__image {
    width: 50px; }
    .cart-table__image img {
      width: 100%;
      height: auto;
      display: block; }
  .cart-table__brand {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4D4D4D; }
  .cart-table__title {
    font-size: 16px;
    line-height: 21px;
    display: block;
    margin: 0 0 11px;
    color: #4D4D4D; }
  .cart-table__info {
    margin: 0; }
    .cart-table__info dt {
      float: left;
      clear: left;
      font-size: 12px;
      line-height: 16px;
      color: rgba(36, 36, 36, 0.5);
      min-width: 50px;
      margin-right: 5px; }
    .cart-table__info dd {
      margin: 0 0 2px;
      float: left;
      height: 18px;
      font-size: 14px;
      line-height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cart-table__info dd img {
        width: 11px;
        height: 11px;
        display: block;
        margin-top: 2px; }
  .cart-table .mobile-table-label {
    display: none; }
  .cart-table .old-price,
  .cart-table .new-price,
  .cart-table .price {
    font-size: 18px;
    line-height: 23px;
    display: block;
    white-space: nowrap; }
  .cart-table .old-price {
    text-decoration: line-through;
    color: #9C9DA2; }
  .cart-table .new-price {
    color: #D43333; }
  .cart-table .table-delete {
    background: url(/local/templates/main/css/../images/delete.svg) no-repeat 50% 50%/9px 9px;
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 13px;
      position: relative;
      top: 3px;}
  @media all and (min-width: 768px) {
    .cart-table .check-wrap__text {
      display: none; }
    .cart-table .check-wrap {
      padding-left: 50px; } }
  @media all and (max-width: 1024px) {
    .cart-table__image {
      width: 85px; }
    .cart-table td {
      padding-left: 12px; }
    .cart-table .old-price,
    .cart-table .new-price,
    .cart-table .price {
      font-size: 14px;
      line-height: 18px; }
    .cart-table__brand {
      font-size: 14px;
      line-height: 19px; }
    .cart-table__title {
      font-size: 12px;
      line-height: 16px; } }
  @media all and (max-width: 767px) {
    .cart-table__brand {
      padding-right: 65px; }
    .cart-table__title {
      padding-right: 65px; }
    .cart-table thead {
      display: none; }
    .cart-table tbody {
      display: block; }
    .cart-table tr {
      display: block;
      border-bottom: 1px solid #D8D8D8;
      position: relative;
      padding: 21px 0 17px; }
    .cart-table td {
      display: block;
      padding: 0 !important;
      margin-left: 100px;
      border: 0;
      overflow: hidden;
      margin-bottom: 3px; }
    .cart-table__image-col {
      float: left;
      margin-left: 0 !important; }
    .cart-table .mobile-table-label {
      display: block;
      font-size: 12px;
      line-height: 16px;
      color: rgba(36, 36, 36, 0.5);
      min-width: 76px;
      margin-right: 5px;
      float: left;
      padding-top: 2px; }
    .cart-table__info dt {
      min-width: 76px;
      padding-top: 2px; }
    .cart-table .table-content {
      overflow: hidden; }
    .cart-table .mobile-hidden {
      display: none; }
    .cart-table .mobile-w-100 {
      margin: 0;
      padding-top: 15px !important; }
    .cart-table .table-delete {
      position: absolute;
      top: 15px;
      right: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid #CACACA; } }

.jcf-select-small {
  min-width: 30px; }

.jcf-select-small.jcf-select-drop {
  min-width: 50px;
  margin-left: -10px;
  z-index: 10; }
  .jcf-select-small.jcf-select-drop .jcf-list .jcf-option {
    padding: 9px; }
.cart-table .amount-wrap {
    position: relative;
    width: 70px;
    top: 3px;
}
.amount-wrap {
  position: relative;
  width: 70px; }
  .amount-wrap .minus {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 21px;
    height: 21px;
    border: 1px solid #CACACA;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    padding: 0 0 1px; }
  .amount-wrap .plus {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 21px;
    height: 21px;
    border: 1px solid #CACACA;
    border-radius: 50%;
    font-size: 14px;
    line-height: 21px;
    color: #242424;
    padding: 0 0 1px; }
  .amount-wrap .text-field {
    float: left;
    width: 28px;
    height: 21px;
    display: block;
    border: 0;
    background: none;
    text-align: center;
    padding: 0;
    font-size: 14px; }

.cart-total {
  max-width: 356px;
    width: 31%;
    float: left;
    padding-left: 30px;
  margin: 0 0 0 auto; }

.coupon-form {
  margin: 0 0 25px; }
  .coupon-form:last-child {
    margin-bottom: 0; }
  .coupon-form__title {
    display: block;
    font-size: 28px;
    line-height: 45px;
    font-family: 'Times New Roman';
    margin: 0 0 17px; }
  .coupon-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .coupon-form .text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .coupon-form .text-field {
    width: 100%;
    height: 47px;
    border: 1px solid #D1D2DF;
    padding: 0 10px; }
  .coupon-form .submit {
    width: 114px;
    height: 47px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 6px;
    margin-bottom: 0; }
  @media all and (max-width: 767px) {
    .coupon-form__row {
      display: block; }
    .coupon-form .text-field {
      margin: 0 0 10px; }
    .coupon-form__title {
      font-size: 30px;
      line-height: 37px;
      margin: 0 0 10px; }
    .coupon-form .submit {
      margin: 0 0 10px;
      width: 100%; } }

.total-box {
  display: block;
  margin: 0 0 19px; }
  .total-box .table-label-mobile {
    display: block !important; }
  .total-box__title {
    display: block;
    font-size: 38px;
    line-height: 50px;
    font-family: 'Times New Roman';
    margin: 0 0 19px; }
  .total-box__frame {
    border: 1px solid #D1D2DF;
    padding: 22px; }
  .total-box__footer {
    border-top: 1px solid #D8D8D8;
    padding: 10px 0 20px; }
  .total-box__list {
    margin: 0 0 25px;
    padding: 0;
    display: block; }
    .total-box__list dt {
      float: left;
      clear: left;
      width: 130px;
      font-size: 12px;
      line-height: 16px;
      color: rgba(36, 36, 36, 0.5);
      padding-top: 4px;
      font-weight: 400; }
      .total-box__list dt span {
        color: #242424; }
    .total-box__list dd {
      display: block;
      overflow: hidden;
      text-align: right;
      font-size: 18px;
      line-height: 23px;
      margin: 0 0 3px; }
  @media all and (max-width: 767px) {
    .total-box__title {
      display: block;
      font-size: 30px;
      line-height: 37px;
      margin: 0 0 17px; } }

.btn-full {
  width: 100%; }
.table-label-mobile {
  display: none;
  font-size: 11px;
  line-height: 14px;
  color: rgba(36, 36, 36, 0.5); }
  .table-label-mobile .sum {
    font-size: 14px;
    line-height: 18px;
    color: #333333; }
  @media all and (max-width: 767px) {
    .table-label-mobile {
      display: block; } }

.sale-slider .slick-slide {
  outline: none;
  height: auto;
  min-width: 0; }

.sale-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0; }

.news-slider {
  margin: 0 -8px; }
  .news-slider .slick-slide {
    outline: none;
    height: auto;
    min-width: 0;
    padding: 0 8px; }
  .news-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 0; }

.order-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0; }
  .order-cols__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0; }
  .order-cols__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 380px;
    padding-top: 106px;
    margin-left: 115px; }
  @media all and (max-width: 1024px) {
    .order-cols {
      display: block; }
      .order-cols__aside {
        padding: 0;
        margin: 0; } }

.bonus-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px; }
  .bonus-row__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 47px;
    border: 1px solid #D5D5D5;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 9px;
    text-align: center; }
  .bonus-row__activate {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 4px;
    text-align: center; }
  .bonus-row__activate-info {
    display: block;
    font-size: 10px;
    line-height: 13px;
    color: rgba(36, 36, 36, 0.5);
    text-align: center; }

.bonus-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 6px; }

.order-section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .order-section__footer_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .order-section__footer .cart-total {
    margin: 0; }
  @media all and (max-width: 767px) {
    .order-section__footer {
      display: none; }
      .order-section__footer.mobile-visible {
        display: block; } }

.btn-next-step {
  width: 114px;
  text-align: center;
  margin: 0; }

.order-section {
  margin-bottom: 20px; }
.order-section .section-title {
    margin-bottom: 8px;
}
  @media all and (max-width: 767px) {
    .order-section {
      margin-bottom: 30px; } }

.order-form {
    margin-top: 20px;
  margin-bottom: 0px; }
  .order-form:last-child {
    margin-bottom: 0; }
  .order-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px; }
    .order-form__row.last {
      margin-bottom: 42px; }
  .order-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 184px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(36, 36, 36, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 37px; }
    .order-form__label.align-right {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      padding-right: 11px;
      max-width: 100%;
      text-align: left;
    width: 100%}
  .order-form__text-wrap {
    width: 100% }
  .order-form .text-field {
    display: block;
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #E1E1E1;
    font-size: 14px; }
  .order-form .check-list {
    padding: 0; }
  .order-form .check-wrap_black {
    margin: 0 0 2px; }
  .order-form textarea.text-field {
    padding: 8px 10px;
    height: 107px;
    overflow: auto;
    resize: none; }
  @media all and (max-width: 767px) {
    .order-form {
      padding: 21px; }
      .order-form__label {
        height: auto;
        margin-bottom: 4px; }
        .order-form__label.align-right {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          max-width: 100%;
          text-align: left; }
      .order-form__row {
        display: block; }
        .order-form__row.last {
          margin-bottom: 0; }
      .order-form__label {
        max-width: 100%;
        text-align: left !important; } }

.delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 25px; }
  .delivery-box__info {
    margin: 0 0 0 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 50%;
    border: 1px solid #E6E6E6;
    padding: 8px 9px 8px 20px; }
    .delivery-box__info p {
      font-size: 12px;
      line-height: 16px;
      margin: 0 0 12px;
      color: rgba(36, 36, 36, 0.5); }
  .delivery-box__info-title {
    display: block;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Times New Roman';
    margin: 0 0 7px; }
  .delivery-box__sum {
    font-size: 12px;
    line-height: 16px;
    display: block; }
  @media all and (max-width: 767px) {
    .delivery-box {
      display: block;
      margin-bottom: 0; }
      .delivery-box__info {
        max-width: 100%;
        width: auto;
        margin: 0; } }

.delivery-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
  .delivery-select li {
    margin-bottom: 0px; }
    .delivery-select li:last-child {
      margin-bottom: 0; }
  @media all and (max-width: 767px) {
    .delivery-select li {
      margin-bottom: 10px !important; } }

.delivery-radio {
  display: none; }

.delivery-label {
  display: block;
  min-height: 38px;
  border: 1px solid #ECECEC;
  line-height: 18px;
  font-size: 14px;
    text-align: center;
  padding: 10px 16px 10px 16px;
  position: relative;
  cursor: pointer; }
  .delivery-label__icon {
    position: absolute;
    top: 7px;
    right: 13px;
    border: 1px solid #D1D2DF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 7px;
    color: #9DBCD8;
    background: #FEFEFE;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
    padding-bottom: 1px; }

.delivery-radio:checked + .delivery-label {
    border-color: #9DBCD8;
    background-color: #9DBCD8;
    color: #fff;
    text-align: center;}
  .delivery-radio:checked + .delivery-label .delivery-label__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none; }

.delivery-map {
  height: 200px;
  margin: 0 0 28px; }

.self-delivery {
  margin-bottom: 37px; }
  .self-delivery li {
    margin: 0 0 6px; }
  @media all and (max-width: 767px) {
    .self-delivery {
      margin-bottom: 0; } }

.self-delivery-radio {
  display: none; }

.self-delivery-label {
  border: 1px solid #DDDDDD;
  width: 100%;
  display: block;
  padding: 12px;
  position: relative;
  cursor: pointer;
  padding-right: 55px; }
  .self-delivery-label__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 3px; }
  .self-delivery-label__list {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: rgba(36, 36, 36, 0.5); }
    .self-delivery-label__list dt {
      float: left;
      clear: left;
      margin-right: 5px; }
    .self-delivery-label__list dd {
      display: block;
      margin: 0 0 2px; }
  .self-delivery-label__icon {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 2px;
    background: #EFF7FE;
    font-size: 7px;
    color: #9DBCD8;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px; }
  @media all and (max-width: 767px) {
    .self-delivery-label {
      padding-right: 35px; }
      .self-delivery-label__icon {
        width: 20px; } }

.self-delivery-radio:checked + .self-delivery-label .self-delivery-label__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order-conditions {
  border: 1px solid #D9D9D9;
  padding: 33px;
  margin: 0 0 25px; }
  .order-conditions .cgeck-wrap {
    margin: 0; }
  @media all and (max-width: 767px) {
    .order-conditions {
      padding: 21px; } }

.lk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px; }
  @media all and (max-width: 767px) {
    .lk-row {
      display: block; } }

.lk-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 280px;
  border: 1px solid #E5E5E5;
  padding: 22px 20px 22px 24px;
  margin-left: 16px;
  margin-bottom: 15px; }
  .lk-aside__title {
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 15px; }
@media (max-width: 1200px) {
    .cart-total {
        max-width: 356px;
        width: 100%;
        float: left;
        padding-left: 0px;
        margin: 0 0 0 auto;
    }
    .cart-table {
        border-collapse: collapse;
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 43px;
    }}
  @media all and (max-width: 767px) {
    .lk-aside {
      margin-left: 0;
      max-width: 100%; }
      .lk-aside .check-list {
        padding-bottom: 0; }
      .cart-table {
          width: 100%;
      }
      .cart-table .amount-wrap {
          position: relative;
          width: 70px;
          top: 0px;
      }
      .cart-table tbody td.mobile-w-100 .check-wrap {
          display: inline-block;
          width: 100%;
          padding: 0px;
          text-align: center;
          padding-left: 100px;
      }
      .cart-table .mobile-w-100 {
          margin: 0;
          width: 100%;
      }}

.lk-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border: 1px solid #E5E5E5;
  padding: 22px 24px;
  margin-bottom: 15px; }
  .lk-content hr {
    border: 0;
    border-top: 1px solid #E7E7E7;
    margin: 0 0 21px; }
  .lk-content__row {
    margin-bottom: 10px; }

.lk-info-list {
  margin: 0 0 12px;
  display: block; }
  .lk-info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 7px; }
  .lk-info-list__label {
    float: left;
    clear: left;
    font-size: 12px;
    color: rgba(36, 36, 36, 0.5);
    text-align: right;
    margin: 0 14px 0 0;
    width: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .lk-info-list__label.large {
      width: 85px; }
  .lk-info-list__value {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 70px;
    margin-right: 20px; }
  .lk-info-list__sub-link {
    display: block;
    font-size: 12px;
    color: rgba(36, 36, 36, 0.5);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .lk-info-list_type .lk-info-list__label {
    width: auto; }
  .lk-info-list_type li {
    margin-bottom: 0; }
  .lk-info-list__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .lk-info-list__col {
    margin: 0 4px 0 0; }
  @media all and (max-width: 767px) {
    .lk-info-list li {
      display: block;
      margin-bottom: 10px; }
    .lk-info-list__label {
      float: none;
      display: block;
      text-align: left; }
    .lk-info-list__value {
      margin-bottom: 5px; }
      .lk-info-list__value:last-child {
        margin-bottom: 0; } }

@media all and (max-width: 767px) {
  .add-user {
    display: block;
    width: 100%; } }

.lk-info__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  .lk-info__footer .btn-save {
    width: 280px; }
  @media all and (max-width: 767px) {
    .lk-info__footer {
      margin-bottom: 20px; }
      .lk-info__footer .btn-save {
        width: 100%;
        display: block;
        margin-top: 15px; } }

.history-section {
  border: 1px solid #E5E5E5;
  padding: 45px 35px;
  margin: 0 0 85px; }
  @media all and (max-width: 1024px) {
    .history-section {
      padding: 0;
      border: 0;
      margin-bottom: 50px; } }

.history-table {
  width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 51px; }
  .history-table td {
    padding-left: 27px;
    padding-right: 27px; }
  .history-table thead td {
    color: rgba(36, 36, 36, 0.5);
    padding-bottom: 6px;
    padding-left: 27px;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #E5E5E5; }
  .history-table tbody td {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top; }
    .history-table tbody td:first-child {
      border-left: 1px solid #E5E5E5; }
    .history-table tbody td:last-child {
      border-right: 1px solid #E5E5E5; }
  .history-table .item-name {
    display: block;
    margin-bottom: 6px; }
    .history-table .item-name:last-child {
      margin-bottom: 0; }
  .history-table .repeat {
    display: block;
    color: #242424;
    margin-bottom: 6px; }
  .history-table .cancel {
    color: #DA2626;
    display: block; }
  .history-table .mobile-label {
    display: none; }
  @media all and (max-width: 1024px) {
    .history-table {
      margin-bottom: 24px; }
      .history-table thead {
        display: none; }
      .history-table tbody {
        display: block; }
      .history-table td {
        display: block;
        border: 0 !important;
        padding: 0 !important; }
      .history-table tr {
        display: block;
        border: 1px solid #E5E5E5;
        margin-bottom: 10px;
        padding: 18px 20px; }
      .history-table .mobile-label {
        font-size: 12px;
        line-height: 16px;
        display: block;
        color: rgba(36, 36, 36, 0.5);
        margin: 0 0 2px; }
      .history-table .table-content {
        padding-bottom: 11px; }
      .history-table .repeat {
        height: 45px;
        border: 1px solid #D1D2DF;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 5px; }
      .history-table .cancel {
        height: 45px;
        border: 1px solid #D1D2DF;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.h_mb80 {
  margin-bottom: 80px; }
  @media all and (max-width: 1024px) {
    .h_mb80 {
      margin-bottom: 40px; } }

.forgot-pass {
  font-size: 14px;
  line-height: 18px; }

.news-list {
  padding-bottom: 63px; }
  .news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px; }
  .news-list__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 280px;
    margin-right: 40px; }
    .news-list__image img {
      width: 100%;
      height: auto;
      display: block; }
  .news-list__text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .news-list__title {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Times New Roman';
    font-weight: normal;
    margin: 0 0 6px; }
  .news-list__date {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px; }
  .news-list p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    color: rgba(36, 36, 36, 0.5); }
  @media all and (max-width: 767px) {
    .news-list {
      padding-bottom: 30px; }
      .news-list li {
        display: block; }
      .news-list__image {
        max-width: 100%;
        margin: 0 0 20px; } }

.news-content {
  padding-bottom: 50px; }
  .news-content__row {
    margin: 0 0 60px; }
  .news-content p {
    font-size: 14px;
    line-height: 21px; }
  @media all and (max-width: 767px) {
    .news-content {
      padding-bottom: 30px; }
      .news-content__row {
        margin-bottom: 10px; } }

@media all and (max-width: 767px) {
  .mobile-col {
    margin-bottom: 20px; } }

.content-image {
  padding-right: 20px; }
  .content-image img {
    width: 100%;
    height: auto; }
  @media all and (max-width: 767px) {
    .content-image {
      padding-right: 0; } }

.news-footer {
  font-family: 'Times New Roman';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 55px;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 80px; }
  .news-footer a {
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: rgba(36, 36, 36, 0.5);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 10px; }
    .news-footer a:hover {
      color: #242424; }
  @media all and (max-width: 767px) {
    .news-footer {
      padding-bottom: 30px;
      margin-bottom: 40px; }
      .news-footer a {
        font-size: 14px;
        line-height: 20px; } }

.track-intro-text {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 24px; }

.track-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px; }
  .track-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
    margin-bottom: 16px; }
  @media all and (max-width: 1024px) {
    .track-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media all and (max-width: 767px) {
    .track-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 479px) {
    .track-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.track-item {
  border: 1px solid #DCDCDC;
  padding: 20px; }
  .track-item__image {
    margin: 0 0 20px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .track-item__image img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      width: auto;
      height: auto; }

.contacts-map {
  height: 400px;
  margin: 0 0 60px; }
  @media all and (max-width: 767px) {
    .contacts-map {
      height: 250px;
      margin-bottom: 30px; } }

.address-list {
  padding-top: 20px; }
  .address-list li {
    margin-bottom: 21px; }
  .address-list .address-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .address-list .address-link__icon {
      font-size: 21px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 9px; }
    .address-list .address-link__text {
      font-size: 14px;
      line-height: 21px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
    .address-list .address-link:hover {
      color: #242424; }
  @media all and (max-width: 1024px) {
    .address-list {
      padding: 0; } }

.address-row {
  padding-bottom: 30px; }

.shops-slider {
  padding: 0 90px; }
  .shops-slider .slick-slide {
    outline: none;
    padding: 0 8px; }
    .shops-slider .slick-slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center bottom;
      display: block; }
  .shops-slider .items-slider-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .shops-slider .items-slider-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  @media all and (max-width: 767px) {
    .shops-slider {
      padding: 0; }
      .shops-slider .items-slider-prev {
        background-color: white;
        opacity: 0.9;
        width: 30px;
        height: 30px; }
      .shops-slider .items-slider-next {
		background-color: white;
        opacity: 0.9;
        width: 30px;
        height: 30px; } }

.pages-list {
  border-collapse: collapse;
  width: 100%;
  text-align: left; }
/*# sourceMappingURL=all.css.map */

.overlay.dark-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: rgba(0,0,0,.7);
}

.oneclick-popup{
    background: #fff;
    padding: 15px 20px 15px;
    margin: auto;
    max-width: 525px;
    display: none;
}

.oneclick-container{
    position: fixed;
    top: 35%;
    width: 100%;
    z-index: 250;
}

span.result.success{
    color: forestgreen;
    font-size: 12px;
}

span.result.error{
    color: red;
    font-size: 12px;
}

.notification-popup{
    background: #fff;
    padding: 35px 50px 35px;
    position: fixed;
    top: 40%;
    right: 40%;
    border: 1px solid #D8D8D8;
    z-index: 300;
}

a:focus{
    text-decoration: none!important;
}
.fancybox-active {
    overflow: hidden;
}

/* стили прелоадера */

.page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    z-index: 1000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.page-preloader_active {
    display: flex;
    opacity: 1;
}


.windows8 {
    position: relative;
    width: 78px;
    height:78px;
    margin:auto;
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #9DBCD8;
    left:0px;
    top:0px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        /*origin:0%;*/
    }
    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        /*origin:7%;*/
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        /*origin:30%;*/
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        /*origin:39%;*/
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        /*origin:70%;*/
    }
    76% {
        opacity: 0;
        transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }
    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }
    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }
    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }
    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }
    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }
    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

/* /стили прелоадера */

/* Новая главная страница */

.header .search-form__text {
    width: 355px;
}

@media (max-width: 1024px) {
    .header .search-form__popup {
        width: 300px;
    }

    .header .search-form__text {
        width: 255px;
    }
}

@media (max-width: 480px) {
    .header .search-form__popup {
        width: 180px;
    }

    .header .search-form__text {
        width: 145px;
    }
}

.newindex .new {
  margin-bottom: 12px;
}

.newindex .sales {
  margin-bottom: 42px;
}

.newindex .cardlist {
  display: flex;
  flex-wrap: wrap;
}

.newindex .cardlist__item {
  position: relative;
  margin-bottom: 42px;
  width: 49%;
}

.newindex .cardlist__item:nth-child(even) {
  margin-left: 2%;
}

.newindex .cardlist__item:first-child {
  margin-left: 0;
}

.newindex .cardlist__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.newindex .cardlist__img {
  margin-bottom: 25px;
  padding-bottom: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.newindex .cardlist__title {
  margin-bottom: 0;
  font-family: "Cormorant";
  font-size: 24px;
  color: #242424;
  font-weight: 500;
  text-align: center;
}

.newindex__h2 {
  margin-bottom: 48px;
	font-family: "Cormorant";
	font-weight: 500;
	font-size: 36px;
	color: #242424;
	text-align: center;
}

.newindex .about {
  margin-bottom: 77px;
  display: flex;
  justify-content: space-between;
}

.newindex .about__title,
.newindex .about__text {
  margin-bottom: 33px;
}

.newindex .about__title {
  text-align: left;
}

.newindex .about__img {
  margin-right: 55px;
  width: 55%;
  height: 371px;
}

.newindex .about__textual {
  width: calc(45% - 55px);
}

.newindex .about__text > p {
  margin-bottom: 10px;
  font-family: "proxima_nova";
  font-size: 16px;
  line-height: 28px;
  color: #242424;
}

.newindex .about__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 47px;
  border: 1px solid #DCDCDC;
  font-family: "proxima_nova";
  font-size: 14px;
  color: #4F4F4F;
}

@media (max-width: 767px) {
  .newindex .cardlist__item {
    width: 100%;
  }
  .newindex .cardlist__item:nth-child(even) {
    margin-left: 0;
  }
  .newindex .about__img {
    display: none;
  }
  .newindex .about__textual{
    width: 100%;
  }
  .newindex .about__title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .promo-box {
    height: 140px;
    margin-bottom: 45px;
  }
  .promo-slider .slick-dots {
    bottom: -33px;
  }
  .newindex .new {
    margin-bottom: 27px;
  }
  .newindex .sales {
    margin-bottom: 45px;
  }
  .newindex .about {
    margin-bottom: 41px;
  }
  .newindex__h2 {
    margin-bottom: 19px;
    font-size: 24px;
  }
  .newindex .cardlist__item {
    margin-bottom: 25px;
  }
  .newindex .cardlist__img {
    margin-bottom: 16px;
    padding-bottom: 140px;
  }
  .newindex .cardlist__title {
    font-size: 14px;
  }
  .promo-box__image#bg-image-top {
    height: 140px !important;
    background-size: cover !important;
  }
  .newindex .about__link {
    width: 100%;
  }
  .newindex .about__text > p {
    margin-bottom: 20px;
  }
}

.promo-slider__item {
	position: relative;
}

.action {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.action__value {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 56px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F15C46;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
}

.action__textual {
	max-width: 400px;
	text-align: center;
}

.action__date {
	font-size: 18px;
	color: #FFFFFF;
}

.action__title {
	margin-bottom: 0;
	font-family: "Cormorant";
	font-size: 48px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 58px;
	margin-top: 6px;
}

@media (max-width: 480px) {
	.action {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.action__value {
		top: unset;
		right: unset;
		bottom: 17px;
		left: 21px;
	}
	.action__textual {
		padding-top: 17px;
		padding-left: 21px;
		text-align: left;
	}
	.action__date {
		font-size: 12px;
	}
	.action__title {
		font-size: 24px;
		line-height: 29px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		max-width: 350px;
	}
}

@media (max-width: 400px) {
	.action__title {
		max-width: 250px;
	}
}


.slider-news .promo-box__image {
	height: 345px;
}

.slider-news .slick-slide {
    margin: 0 15px;
}
  /* the parent */
.slider-news  .slick-list {
    margin: 0 -15px;
}
.slider-news .promo-box__image {
	margin-bottom: 25px;
}

@media (max-width: 480px) {
	.slider-news .promo-box__image {
		height: 140px;
	}
}

.slider-news .promo-box__image#bg-image-top {
	background-size: cover !important;
}

.slider-news .slider-news__title {
	margin-bottom: 15px;
	font-family: "proxima_nova";
	font-size: 24px;
	font-weight: 400;
	color: #000000;
}

@media (max-width: 480px) {
	.slider-news .slider-news__title {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.promo-box {
		height: auto;
	}
}

@media (max-width: 375px) {
	.promo-slider .slick-dots {
		bottom: -43px;
	}
}

.slider-news .slider-news__preview {
	margin-bottom: 20px;
	font-size: 14px;
	color: rgba(36, 36, 36, .6);
}

.slider-news .slider-news__date {
	font-size: 14px;
	color: rgba(36, 36, 36, .6);
}

@media (max-width: 480px) {
	.slider-news .slider-news__preview {
		margin-bottom: 18px;
	}
}

.confirm-after-pay {
    padding-top: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1024px) {
    .confirm-after-pay {
        padding-top: 50px;
    }
}

.confirm-after-pay__link,
.confirm-after-pay__link:hover {
    color: #9DBCD8;
    text-decoration: underline;
}

.title-size {
    font-size: 26px !important;
}

#loading_screen {
    position: fixed;
    top: 50%;
    left: 50%;
}

#loading_screen img {
    max-width: 100px;
}


.bottom-phone-block {
    display: flex;
    gap: 6px;
}

.bottom-phone-block .phone, .bottom-phone-block .phone__title{
    margin-bottom: 0;
}

/* End */


/* Start:/local/templates/main/css/extra.css?1674465053822*/
a.account-exit{
    float: right;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    margin-left: 21px;
}
.policy{
    background: #9DBCD8;
    color: white;
    max-width: 400px;
    padding: 15px 35px 15px 15px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    left: 25px;
}
.policy-text{
    margin-bottom: 0px;
}
.policy-link{
    color: white;
    text-decoration: underline;
}
.policy-link:hover{
    color: black;
}
.policy-icon{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 12px;
}
@media (max-width:747px) {
    .policy{
        width: 100%;
        right: 0;
        max-width: none;
        top: 0px;
        left: 0px;
        bottom: unset;
        font-size: 14px;
    }
}



/* End */


/* Start:/local/templates/main/css/custom.css?17750263269157*/
.news-detail-container .news-content__row:after{
    content: '';
    display: table;
    width: 100%;
}
.news-detail-container.news-content img.image{
    float: left;
    width: 50%;
    padding: 0 28px 0 8px;
}

ul.catalog__sections li.catalog__section{
    list-style: none;
}
ul.catalog__sections{
    padding-left: 10px;
    padding-bottom: 15px;
}
ul.catalog__sections h3{
    margin-bottom: 15px;
    font: 20px/1.75 "proxima_nova", sans-serif;
}
ul.catalog__sections li.catalog__section a{
    list-style: none;
    margin-bottom: 15px;
    font: 20px/1.75 "proxima_nova", sans-serif;
    color: #000000;
}
ul.catalog__sections li.catalog__section a:hover{
    color: #000000;
}
ul.catalog__sections li.catalog__section .check-wrap_grey label{
    color: #000000;
    font: 15px/1.75 "proxima_nova", sans-serif;
}
ul.catalog__sections li.catalog__section .check-wrap label:before{
    top: 12.5%;
}
ul.catalog__sections li.catalog__section .check-wrap__icon{
    top: 12.5%;
}
.check-wrap .current_cat label .check-wrap__icon {
    opacity: 1;
}
.jcf-option img, .jcf-select-text img, .order-section .cart-table__info img {
    height: 11px;
    border-radius: 5px;
}

.jcf-option img {
    vertical-align: baseline;
}

.cart-table .amount-wrap .plus.disabled {
    opacity: 0;
    cursor: default;
}

.cart-table .amount-wrap .minus.disabled {
    opacity: 0;
    cursor: default;
}

.coupon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coupon-list li {
    margin: 10px;
}

.coupon-list .coupon-code {
    color: #D43333;
}

.coupon-list .coupon-code.active {
    color: #3c9e25;
}

.coupon-list .remove-coupon {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}

.order-section.current {
    display: block;
}

.section-title h2.order_title{
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    width: 100%;
    display: inline-block;
}
.order-section__footer{
    display: none;
}
#order_container{
    border-top: 1px solid #D9D9D9;
    display: inline-block;
}
.section-title-order.section-title{
    margin: 0px 0 20px;
}
.order_title_section{
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    width: 100%;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 700;
}
.order-section form{
    padding:0px 150px;
}
.order-cols__content{
    width: 69%;
    float: left;
    padding: 0px 120px;
}
#order_list{
    width: 31%;
    float: left;
}
#order_list .cart-table {
    display: inline-block;
    border-collapse: collapse;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px;
    max-height: 240px;
    overflow: auto;
}
#order_delivery .delivery-select li{
display: inline-block;
    width: 50%;
    float: left;
}
#order_payment .delivery-select li{
    display: inline-block;
    width: 50%;
    float: left;
}
#order_pickup,
#order_region,
.order-conditions{
    display: none;
}
#order_list .cart-table tbody tr,
#order_list .cart-table tbody{
    display: inline-block;
    width: 100%;
}
#order_list .cart-table tbody tr {
    border-bottom: 1px solid #D8D8D8;
    padding: 0px 15px;
}
#order_list .cart-table tbody td{
    display: inline-block;
    float: left;
    border-bottom: initial;
    padding-top: 15px;
    padding-bottom: 0px;
}
#order_list .cart-table tbody td.cart-table__image-col{
    width: 70px;
}
.cart-table__image-col + td{
    width: calc(100% - 70px);
    /*padding-left: 0px;*/
}
#order_list .cart-table__brand{
    display: block;
    font-size: 13px;
    line-height: 16px;
    text-transform: initial;
    color: #4D4D4D;
    font-weight: 700;
}
.order-form__label .label-title.required::after {
    content: "*";
    font-size: 20px;
    color: #fd0202;
}

.customer-form {
    display: none;
}

.customer-form.active {
    display: block;
}

.order-form .text-field {
    box-shadow: none;
    border-radius: unset;
}

.order-section .disabled {
    background: #9DBCD8;
    color: #fff;
    opacity: 0.4;
    cursor: no-drop;
    text-decoration: none;
}

.order-section .disabled:hover {
    background: #9DBCD8;
    color: #fff;
    text-decoration: none;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    font-size: 12px;
    color: #ff0000;
}
.parsley-errors-list.filled {
    display: block !important;
}

.nav .drop li {
    width: 100%;
    line-height: 1;
}

.nav .drop a {
    display: inline;
}

.item-box__image img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center;';
}

.events-none {
    pointer-events: none;
}

.item-info__text-holder .item-info__presence .item-info__wrap{
    max-width: 234px;
}
.item-info__text-holder .item-info__presence .item-info__wrap .jcf-select-bordered.jcf-select-drop{
    min-width: 281px;
}
.jcf-select-bordered .jcf-list .jcf-option {
    padding: 8px 11px;
    font-size: 12px;
}

.item-box .item-box__to-basket {
    background: rgba(0, 0, 0, 0);
    top: calc(50% - 29px);
    left: calc(50% - 29px);
    width: 58px;
    height: 58px;
    display: none;
}
.item-box:hover .item-box__image img {
    position: relative;
    z-index: -1;
}
.item-box__image > a:nth-child(1){
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 28px;
}

@media all and (max-width: 1199px) {
    #basket-add-modal, #wishlist-modal, #put-off-modal {
      right: 50%;
      transform: translateX(50%); }
    .oneclick-popup {
        position: fixed;
        left: 10px;
        right: 10px;
        top: 80px;
    }}

@media all and (max-width: 575px) {
    #basket-add-modal, #wishlist-modal, #put-off-modal {
        padding: 35px 20px 35px;
        width: 80%;
        text-align: center; }
    .oneclick-popup .form_container {
        padding: 0;
    }
    #size-table-modal .table-container{
        overflow-x: scroll;
    }
    .page_content_text img{
        max-width: 290px;
    }
    .featured_section .item-container.col-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .notification-popup {
        width: 320px;
        padding: 35px 35px 35px;
        text-align: center;
        right: calc(50% - 160px);
    }}
@media (max-width: 767px) {
    .item-info__text-holder .item-info__presence .item-info__wrap {
        max-width: 223px;
    }
}

.gift-points {
    margin-top: 25px;
}

.discount-birthday-footer
{
    border-top: 1px solid #D8D8D8;
    margin-top: 20px;
    padding-top: 20px;
}

.total-box__list .points-discount,
.total-box__list .addition-discount
{
    display: none;
}

.total-box__list {
    margin-bottom: 0;
}

.item-info__brand-mini {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #4D4D4D;
}
.item-box__percent-max {
    position: absolute;
    font-size: 10px;
    top: 28px;
    right: 26px;
    width: 10px;
    line-height: 40px;
    color: white;
    z-index: 2;
}
.item-box__percent {
    position: absolute;
    font-size: 15px;
    top: 40px;
    right: 10px;
    background-color: red;
    width: 40px;
    height: 40px;
    border: 1px solid red;
    border-radius: 100%;
    line-height: 40px;
    color: white;
    text-align: center;
}

.item-detail-box__percent {
    position: absolute;
    font-size: 16px;
    top: 25px;
    right: 60px;
    background-color: red;
    height: 24px;
    border: 1px solid red;
    line-height: 24px;
    color: white;
    text-align: center;
    padding: 0 10px;
}

.item-detail-box__percent:before {
    display: inline-block;
    content: "-";
}

.check-list.scroll {
    overflow: auto;
    max-height: 150px;
    overflow-x: visible;
}

.bx-filter-parameters-box:not(.bx-active-custom) .custom-scroll {
    height: 0 !important;
    opacity: 0 !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bx-filter-parameters-box.bx-active-custom .custom-scroll {
    height: 150px !important;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.custom-scroll .check-list.scroll::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar,
.simplebar-content-wrapper::-webkit-scrollbar{
    display: none !important;
}

.simplebar-scrollbar:before {
    opacity: 0.3 !important;
    transition: opacity 0s linear !important;
}

@media (max-width: 480px) {
    .simplebar-scrollbar:before {
        width: 3px !important;
    }
}

.item-info__to-basket-thanks-page {
    width: 100%;
    max-width: 280px;
    border: none;
}

.payment-form-thanks-page p {
    margin-bottom: 0;
}
body{
    font-display:swap;
}
.order-form__text-wrap .js-smsCode {
    border-color: red;
    border-width: 1px;
}
.main-form .button-container {
    padding: 30px 0px 0px;
}

/* End */


/* Start:/local/components/reaspekt/reaspekt.geoip/templates/.default/style.css?16746546063316*/

#ReaspektPopupBody{
    background: #fff; /* Old browsers */
}
.reaspektGeobaseTitle {
    color: #363636;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.reaspekt_row {
    margin-left: -15px;
    margin-right: -15px;
}
.reaspekt_row:after {
    clear: both;
}
.reaspekt_row:before, .row:after {
    content: " ";
    display: table;
}
.reaspekt_clearfix:before, 
.reaspekt_clearfix:after {
    content: "";
    display: table;
}
.reaspekt_clearfix:after {
    clear: both;
}
.reaspekt_col-sm-4,
.reaspekt_col-sm-12 {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}
.reaspekt_col-sm-4 {
    width: 33.3333%;
}
.reaspekt_col-sm-12 {
    width: 100%;
}
.reaspektGeobaseCities .reaspektGeobaseAct{
	margin-bottom: 15px;
	line-height: 100%;
}
.reaspektGeobaseCities .reaspektGeobaseAct a,
.reaspektGeobaseCities .reaspektGeobaseAct strong{
	font-size: 14px;
    line-height: 100%;
	color: #363636;
    white-space: nowrap;
}
.reaspektGeobaseCities .reaspektGeobaseAct a:hover {
    color: #000000;
    text-decoration: underline;
}
.reaspektGeobaseFind {
    margin: 0 0 25px 0;
    position: relative;
}

#reaspekt_preloader {
    background: rgba(0, 0, 0, 0.3) url(/local/css/reaspekt/reaspekt.geobase/images/preloader.png) no-repeat center center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.wrapGeoIpReaspekt {
	position: relative;
	display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt{
	color: #1989CB;
	text-decoration: none;
	border-bottom: 1px dashed #1989CB;
	cursor: pointer;
	line-height: 100%;
	display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt:hover{
	border-bottom-color: transparent;
}
.wrapQuestionReaspekt{
	position: absolute;
	left: 0;
	top: 100%;
	white-space: nowrap;
	z-index: 5;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 -1px 7px -1px #000;
	margin-top: 10px;
}
.wrapQuestionReaspekt:before{
	position: absolute;
	border-bottom: 5px solid #ffffff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: block;
	right: 50%;
	bottom: 100%;
}
.questionYourCityReaspekt{
	padding: 10px 10px 5px;
}
.questionCityReaspekt{
	padding: 0 10px 10px;
}
.questionButtonReaspekt {
    background-color: #1989cb;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
	overflow: hidden;
}
.questionNoReaspekt, .questionYesReaspekt {
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    line-height: 100%;
    padding: 10px;
    text-align: center;
    width: 50%;
	cursor: pointer;
}
.questionNoReaspekt{
	border-right: 1px solid #005287;
}
.questionYesReaspekt {
    border-left: 1px solid #68c7ff;
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
	background-color: #18A5F7;
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
	box-shadow: 0 4px 4px -3px #000 inset;
}
#reaspektGeobaseSearch{
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #E1E1E1;
    font-size: 14px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?16744650531263*/
@media (max-width: 1024px){
    .short-basket__number {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        background: #9DBCD8;
        color: #fff;
        line-height: 15px;
        margin-left: -10px;
        margin-top: -10px;
    }
    .short-favorites__number {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        background: #9DBCD8;
        color: #fff;
        line-height: 15px;
        margin-left: -10px;
        margin-top: -10px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/catalog_menu/style.css?1674465053487*/
@media (max-width: 1024px){
    .top-line__email {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .top-line__phone, .top-line__email, .top-line__email, .account-exit, .registration-link{
        float: none!important;
    }
    .account-exit{
        margin-left: 0!important;
    }
    .burger-separator{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.3);
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/oneclick/style.css?16744650531060*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/main/components/bitrix/form.result.new/oneclick/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/main/components/bitrix/form.result.new/oneclick/images/icon_warn.gif);
}
.errortext{
	color: red;
	font-size: 12px;
}
.error input,.error textarea{
	border: 1px solid red!important;
}
.check-wrap_grey.error{
	color: red;
	text-decoration: underline;
}
.form_container{
	padding: 0 98px 47px;
}
.main-form form .submit.one-click{
	width: 50%;
	margin: auto;
}
h1.h1{
	margin-bottom: 0!important;
}
.success{
	color: green;
	font-size: 12px;
}
/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?16746546061351*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 50px 30px 30px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}
.cityLinkPopupReaspekt{
    cursor:pointer;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
    right: -5px;
    top: -34px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEzIDEybDUtNS0xLTEtNSA1LTUtNS0xIDEgNSA1LTUgNSAxIDEgNS01IDUgNSAxLTF6Ij48L3BhdGg+PC9zdmc+') no-repeat top;
}

#ReaspektPopupContainer {
	max-width: 900px;
}

@media (max-width: 767px) {
    #ReaspektPopupBody {
        left: calc(50% - 150px)!important;
        width: 300px!important;
    }
    .reaspekt_col-sm-4 {
        width: 100%;
    }
    .reaspekt_row .reaspekt_col-sm-4:nth-last-child(1){
        display: none;
    }
}
/* End */
/* /local/templates/main/css/slick.css?16744650531762 */
/* /local/templates/main/css/icomoon.css?16744650531228 */
/* /local/templates/main/css/jquery.fancybox.css?167446505317413 */
/* /local/templates/main/css/ion.rangeSlider.css?16744650533355 */
/* /local/templates/main/css/ion.rangeSlider.skinSimple.css?16744650532187 */
/* /local/templates/main/css/jcf.css?16744650533347 */
/* /local/templates/main/css/all.css?1731484723205503 */
/* /local/templates/main/css/extra.css?1674465053822 */
/* /local/templates/main/css/custom.css?17750263269157 */
/* /local/components/reaspekt/reaspekt.geoip/templates/.default/style.css?16746546063316 */
/* /local/templates/main/components/bitrix/sale.basket.basket.line/.default/style.css?16744650531263 */
/* /local/templates/main/components/bitrix/menu/catalog_menu/style.css?1674465053487 */
/* /local/templates/main/components/bitrix/form.result.new/oneclick/style.css?16744650531060 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?16746546061351 */
