

/* Start:/local/templates/kronos_new/components/bitrix/catalog.search/kronos_header/style.min.css?1682597131143*/
a.search-page-params{border-bottom:1px dashed blue;text-decoration:none}div.search-page-params{margin-top:6px}.search-item-rate{font-size:11px}
/* End */


/* Start:/local/templates/kronos_new/styles.css?17525793842208*/
.header{
  /*margin-bottom: 32px;*/
  margin-bottom: 25px;
}

h1.h1_title{
	margin-top: 80px;
	/*margin-bottom: 0;*/
	margin-bottom: 20px;
	text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .36px;
}

.triggerList{
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0px 100px 15px 100px;
}

.guarantee-list__text{
  font-size: 18px;
}

.guarantee-list__text{
  width: 400px;
}

.guarantee-list__item{
  margin-bottom: 10px;
}

.triggerList{
  margin-top: 28px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.atevi_check .checkbox__check-icon {
    top: 63%;
    left: 67%;
}
.atevi_chekbox{
    position: absolute;
    top: 33%;
    left: 40%;
}
@media (max-width: 1081px){
    .atevi_chekbox{
        left: 46%;
    }  
}

@media (max-width: 992px){

	.triggerList{
	  justify-content: space-around;
	  padding: 0;
	}
	.guarantee-list__text {
		width: 300px;
	}
    h1.h1_title {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

	.btn-up {
    position: fixed;
    background-color: #ff6600;
    right: 57px;
    bottom: 140px;
    border-radius: 50%;
    cursor: pointer;
    width: 55px;
    height: 55px;
    z-index: 1000;
	transition: all .3s;
    }

    .btn-up::before {
      content: "";
    text-align: center;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 13px;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");    
	background-repeat: no-repeat;
    background-size: cover;
	z-index: 1001;
	}

      .btn-up_hide {
        display: none;
      }

      @media (hover: hover) and (pointer: fine) {
        .btn-up:hover {
          transform: scale(1.1);
        }
      }



 .slick-dots{
     margin-top: -59px!important;
 }
.zapchasti_text_at{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

/* End */


/* Start:/local/templates/kronos_new/template_styles.css?17440211811201312*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 -1px rgba(255, 102, 0, .5);
        box-shadow: 0 0 0 -1px rgba(255, 102, 0, .5)
    }
    60% {
        -webkit-box-shadow: 0 0 7px 1px #f60;
        box-shadow: 0 0 7px 1px #f60
    }
    to {
        -webkit-box-shadow: 0 0 10px 1px transparent;
        box-shadow: 0 0 10px 1px transparent
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 -1px rgba(255, 102, 0, .5);
        box-shadow: 0 0 0 -1px rgba(255, 102, 0, .5)
    }
    60% {
        -webkit-box-shadow: 0 0 7px 1px #f60;
        box-shadow: 0 0 7px 1px #f60
    }
    to {
        -webkit-box-shadow: 0 0 10px 1px transparent;
        box-shadow: 0 0 10px 1px transparent
    }
}

@-webkit-keyframes animHeight {
    0% {
        max-height: 0;
        padding: 0 24px
    }
    to {
        max-height: 1000px;
        padding: 24px
    }
}

@keyframes animHeight {
    0% {
        max-height: 0;
        padding: 0 24px
    }
    to {
        max-height: 1000px;
        padding: 24px
    }
}

@-webkit-keyframes back-call-button-action {
    0%, 40% {
        opacity: 1
    }
    60%, to {
        opacity: 0
    }
}

@keyframes back-call-button-action {
    0%, 40% {
        opacity: 1
    }
    60%, to {
        opacity: 0
    }
}

@-webkit-keyframes back-call-button-size {
    0%, 10%, 20%, to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    15%, 5% {
        -webkit-transform: perspective(400px) translateZ(50px);
        transform: perspective(400px) translateZ(50px)
    }
}

@keyframes back-call-button-size {
    0%, 10%, 20%, to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    15%, 5% {
        -webkit-transform: perspective(400px) translateZ(50px);
        transform: perspective(400px) translateZ(50px)
    }
}

@-webkit-keyframes back-call-button-wave {
    0% {
        width: 100%;
        height: 100%;
        opacity: .5
    }
    15%, 5% {
        width: 150%;
        height: 150%
    }
    10%, 20% {
        opacity: 0
    }
    11%, 21%, to {
        width: 100%;
        height: 100%
    }
    12% {
        opacity: .5
    }
}

@keyframes back-call-button-wave {
    0% {
        width: 100%;
        height: 100%;
        opacity: .5
    }
    15%, 5% {
        width: 150%;
        height: 150%
    }
    10%, 20% {
        opacity: 0
    }
    11%, 21%, to {
        width: 100%;
        height: 100%
    }
    12% {
        opacity: .5
    }
}

@-webkit-keyframes loading {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes loading {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes loader {
    0% {
        width: 0;
        height: 0;
        border: 0 solid #fff
    }
    25% {
        width: 25%;
        height: 25%;
        border: 7px solid #fff
    }
    50% {
        border: 15px solid #fff;
        width: 50%;
        height: 50%
    }
    75% {
        border: 7px solid #fff;
        width: 75%;
        height: 75%
    }
    to {
        border: 0 solid #fff;
        width: 100%;
        height: 100%
    }
}

@keyframes loader {
    0% {
        width: 0;
        height: 0;
        border: 0 solid #fff
    }
    25% {
        width: 25%;
        height: 25%;
        border: 7px solid #fff
    }
    50% {
        border: 15px solid #fff;
        width: 50%;
        height: 50%
    }
    75% {
        border: 7px solid #fff;
        width: 75%;
        height: 75%
    }
    to {
        border: 0 solid #fff;
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes borderSignal {
    0% {
        border-color: #c00
    }
    to {
        border-color: #ff4d4d
    }
}

@keyframes borderSignal {
    0% {
        border-color: #c00
    }
    to {
        border-color: #ff4d4d
    }
}

@-webkit-keyframes fillSignal {
    0% {
        fill: #c00
    }
    to {
        fill: #ff4d4d
    }
}

@keyframes fillSignal {
    0% {
        fill: #c00
    }
    to {
        fill: #ff4d4d
    }
}

@-webkit-keyframes colorSignal {
    0% {
        color: #c00
    }
    to {
        color: #ff4d4d
    }
}

@keyframes colorSignal {
    0% {
        color: #c00
    }
    to {
        color: #ff4d4d
    }
}

@-webkit-keyframes rate-signal {
    0%, to {
        fill: #e8e8e8
    }
    50% {
        fill: #e0bbbb
    }
}

@keyframes rate-signal {
    0%, to {
        fill: #e8e8e8
    }
    50% {
        fill: #e0bbbb
    }
}

@-webkit-keyframes card-step-1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    to {
        -webkit-transform: translate(0, -105%);
        transform: translate(0, -105%)
    }
}

@keyframes card-step-1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    to {
        -webkit-transform: translate(0, -105%);
        transform: translate(0, -105%)
    }
}

@-webkit-keyframes card-step-2 {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, -105%);
        transform: translate(0, -105%)
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes card-step-2 {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, -105%);
        transform: translate(0, -105%)
    }
    90% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes leftOpacity {
    15% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    85% {
        opacity: 1;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    90% {
        opacity: .5;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    95% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0
    }
    0%, 14.9%, to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
}

@keyframes leftOpacity {
    15% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    85% {
        opacity: 1;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    90% {
        opacity: .5;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    95% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0
    }
    0%, 14.9%, to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 0
    }
}

@-webkit-keyframes widthOpacity {
    18% {
        opacity: 1;
        width: 14px
    }
    86% {
        opacity: 1;
        width: 56px
    }
    90% {
        opacity: .5;
        width: 56px
    }
    95% {
        opacity: 0;
        width: 56px
    }
    0%, 17.9%, to {
        width: 14px;
        opacity: 0
    }
}

@keyframes widthOpacity {
    18% {
        opacity: 1;
        width: 14px
    }
    86% {
        opacity: 1;
        width: 56px
    }
    90% {
        opacity: .5;
        width: 56px
    }
    95% {
        opacity: 0;
        width: 56px
    }
    0%, 17.9%, to {
        width: 14px;
        opacity: 0
    }
}

@font-face {
    font-family: "Lato";
    src: local("Lato Light"), local("Lato-Light"), url(/local/templates/kronos_new/fonts/latolight.woff2) format("woff2"), url(/local/templates/kronos_new/fonts/latolight.woff) format("woff"), url(/local/templates/kronos_new/fonts/latolight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/latoregular.woff2) format("woff2"), url(/local/templates/kronos_new/fonts/latoregular.woff) format("woff"), url(/local/templates/kronos_new/fonts/latoregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Bold"), local("Lato-Bold"), url(/local/templates/kronos_new/fonts/latobold.woff2) format("woff2"), url(/local/templates/kronos_new/fonts/latobold.woff) format("woff"), url(/local/templates/kronos_new/fonts/latobold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: local("Lato Black"), local("Lato-Black"), url(/local/templates/kronos_new/fonts/latoblack.woff2) format("woff2"), url(/local/templates/kronos_new/fonts/latoblack.woff) format("woff"), url(/local/templates/kronos_new/fonts/latoblack.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FigmaLato";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/figma/FigmaLato.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FigmaLato2";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/figma/FigmaLato2.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "LatoZip";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/lato-zip/latoregular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "lato-cyrillic";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/lato-cyrillic/lato-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "lato-ext";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/lato-ext/Lato-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "lato2";
    src: local("Lato Regular"), local("Lato-Regular"), url(/local/templates/kronos_new/fonts/latofonts-com/Lato-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0;
    font-size: 1rem;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

dl, h1, h2, h3, h4, h5, h6, ol, ul {
    margin-top: 0
}

address, dl, hr, ol, p, ul {
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    display: block;
    font-size: 87.5%;
    color: #212529
}

img, svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}
 
@media (max-width: 992px) {
.h2, h2 {font-size: 1.5rem;margin-top: 10px;}
}
@media (max-width: 992px) {
.h3 i, h3 i {font-size: 1.3rem;margin-top: 10px;}
}
@media (max-width: 992px) {
.h3, h3 {font-size: 1.3rem !important;margin-top: 10px;}
}
.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.display-1, .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    line-height: 1.2
}

.display-2, .display-3, .display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3, .display-4 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd {
    font-size: 87.5%
}

code {
    word-break: break-word;
    color: #e83e8c
}

a > code, pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px
    }
}

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

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

.card > hr, .no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

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

.col-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

.col-1, .col-2, .col-3 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2, .col-3 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4, .col-5, .col-6 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5, .col-6 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7, .col-8, .col-9 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8, .col-9 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10, .col-11, .col-12 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11, .col-12 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-sm-1, .col-sm-2 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5, .col-sm-6 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7, .col-sm-8 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11, .col-sm-12 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1, .col-md-2 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5, .col-md-6 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7, .col-md-8 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11, .col-md-12 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1, .col-lg-2 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5, .col-lg-6 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7, .col-lg-8 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 90.333333%;
        flex: 0 0 90.333333%;
        max-width: 90.333333%
    }

    .col-lg-11, .col-lg-12 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1, .col-xl-2 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5, .col-xl-6 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7, .col-xl-8 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11, .col-xl-12 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th, .table-dark.table-bordered {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.form-inline .form-check, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline .form-group, .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline label {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

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

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropright .dropdown-toggle::after, .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.input-group-append, .input-group-prepend, .input-group > .custom-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label, .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label {
    left: 0;
    font-weight: 400;
    border: 1px solid #ced4da;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    background-color: #fff;
    border-radius: .25rem
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md, .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand, .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.accordion__content p:last-child, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb, .pagination {
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.progress, .progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    border-radius: .25rem;
    background-color: #e9ecef
}

.progress-bar {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

.list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.slick-slide.slick-loading img, .toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal, .modal-open, body.compensate-for-scrollbar {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-centered, .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.modal-dialog-scrollable {
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content, .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip, .tooltip .arrow {
    position: absolute;
    display: block
}

.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel, .carousel-inner {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after, .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active, .slick-slide img {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    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: #6c757d !important
}

.border-success {
    border-color: #28a745 !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: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

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

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

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

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

.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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

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

@media (min-width: 576px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

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

@media (min-width: 768px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

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

@media (min-width: 992px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

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

@media (min-width: 1200px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !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 embed, .embed-responsive iframe, .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.857143%
}

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

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

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

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

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

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

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

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

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

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

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

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

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

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

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

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

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

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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: 576px) {
    .flex-sm-column, .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !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 {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

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

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-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 {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-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: 768px) {
    .flex-md-column, .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !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 {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

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

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-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 {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-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: 992px) {
    .flex-lg-column, .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !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 {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

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

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-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 {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-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: 1200px) {
    .flex-xl-column, .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !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 {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

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

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 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 {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-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 {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-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: 576px) {
    .float-sm-left {
        float: left !important
    }

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

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

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

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

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

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

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

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

@media (min-width: 1200px) {
    .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: sticky !important
}

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

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        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 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(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: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

.pl-2, .px-2 {
    padding-left: .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: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

.ml-n2, .mx-n2 {
    margin-left: -.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: 576px) {
    .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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.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: 768px) {
    .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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.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: 992px) {
    .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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.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: 1200px) {
    .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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.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: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1200px) {
    .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:focus, a.text-primary:hover {
    color: #0056b3 !important
}

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

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-white-50 {
    color: rgba(255, 255, 255, .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
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

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

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 1500px
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

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

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

.slick-loading .slick-slide, select.select2-hidden-accessible {
    visibility: hidden
}

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

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

.slick-loading .slick-list {
    background: #fff url(/local/templates/kronos_new/./img/ajax-loader.gif) center center no-repeat
}

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

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

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

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

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

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

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

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

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.brazzers-daddy:after {
    content: "";
    display: table;
    clear: both
}

.brazzers-daddy, .slick-dots li {
    position: relative
}

.brazzers-daddy img {
    width: 100%;
    position: relative;
    display: none;
    top: 0;
    left: 0;
    margin-bottom: 10px
}

.brazzers-daddy img:first-child {
    display: block
}

.tmb-wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.tmb-wrap .tmb-wrap-table {
    display: table;
    height: 100%;
    width: 100%
}

.tmb-wrap-table div {
    display: table-cell;
    border-bottom: 5px solid transparent;
    padding-top: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.tmb-wrap-table div.active {
    border-color: #fbb254
}

.tmb-wrap-table div:first-child:last-child {
    border-color: transparent
}

.tooltipster-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}

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

.tooltipster-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow, .tooltipster-swing {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    transform: rotateZ(4deg)
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall, .tooltipster-slide {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

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

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

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

.fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .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: 0 0;
    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--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

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

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

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

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

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

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

.fancybox-button:focus {
    outline: 0
}

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

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

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
    display: none
}

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

.fancybox-close-small {
    background: 0 0;
    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
}

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

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    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%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

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

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

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

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

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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
    }
}

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

.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;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    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: relative;
    white-space: nowrap;
    width: 100%
}

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    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: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    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
}

@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)
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single {
    height: 28px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    min-height: 32px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button, .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: 0
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear, [data-tab-content] {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.popup__buy-form_forms .facts-label__wrap a > span:active, .select2-container--classic .select2-dropdown--above, a.link-text--more.product-page__mobile-hide.link-about-us__value:hover, a.link-text--more.product-page__mobile-hide.our-stores__city:hover, a.link-text.link-text--more.product-page__mobile-hide:hover {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

p {
    margin: 0
}

html.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

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

body {
    min-width: 320px;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
    background-color: #fff
}

body.no-scroll-no-fixed {
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    body.aside-filter-opened .aside-filter {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.invisible-scroll::-webkit-scrollbar {
    width: 0
}

.invisible-scroll::-webkit-scrollbar-track {
    background: 0 0
}

.invisible-scroll::-webkit-scrollbar-thumb, .invisible-scroll::-webkit-scrollbar-thumb:hover {
    background: 0 0
}

img {
    max-width: 100%;
    height: auto
}

:focus {
    outline: 1px solid transparent
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=checkbox], .popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=radio], .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.dark-body {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 105;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-overflow-scrolling: touch
}

.dark-body.active {
    display: block
}

main {
    min-height: calc(100vh - 470px);
    overflow-x: unset;
    background-color: #fff
}

main.main {
    padding-top: 0
}

footer.relative, main.relative {
    position: relative;
    z-index: 2
}

footer.relative {
    z-index: 1
}

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

.container .container {
    padding-right: 0;
    padding-left: 0
}

.deferred-block {
    position: relative;
    min-height: 500px
}

.container--overflow {
    overflow-x: hidden;
    max-width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 1260px) {
    .container {
        max-width: 1250px
    }
}

@media (max-width: 992px) {
    .tablet-hidden {
        display: none !important
    }
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important
    }
}

@media (min-width: 993px) {
    .desktop-hidden {
        display: none !important
    }
}

.form__fieldset--mt24 {
    margin-top: 24px
}

.form__fieldset--mt39 {
    margin-top: 37px
}

.ex-items__map {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ex-items__map-block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ex-items__data {
    display: none
}

.grecaptcha-badge {
    visibility: collapse !important
}

.hidden-tbx {
    display: block
}

@media screen and (max-width: 991px) {
    .hidden-tbx {
        display: none !important
    }
}

.visible-tbx {
    display: none
}

@media screen and (max-width: 991px) {
    .visible-tbx {
        display: block !important
    }
}

.hidden-ph {
    display: block
}

@media screen and (max-width: 599px) {
    .hidden-ph {
        display: none !important
    }
}

.visible-ph {
    display: none
}

@media screen and (max-width: 599px) {
    .visible-ph {
        display: block !important
    }
}

.hidden-phx {
    display: block
}

@media screen and (max-width: 991px) {
    .hidden-phx {
        display: none !important
    }
}

.visible-phx {
    display: none
}

@media screen and (max-width: 991px) {
    .visible-phx {
        display: block !important
    }
}

.popup-only-phone {
    display: none
}

@media screen and (max-width: 767px) {
    .popup-only-phone {
        display: block !important
    }
}

.popup-only-desktop {
    display: block
}

@media screen and (max-width: 767px) {
    .popup-only-desktop {
        display: none !important
    }
}

.visible-only-phone, div.wr-cookie-cookie-bar {
    display: none
}

@media all and (max-width: 575px) {
    .visible-only-phone {
        display: block !important;
        margin-bottom: 10px;
    }

}

.hide-only-phone {
    display: block
}

@media all and (max-width: 575px) {
    .hide-only-phone {
        display: none !important
    }
}

.ymaps-2-1-76-ground-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)
}

.fancybox-slide--video {
    padding: 0
}

input::-webkit-search-cancel-button, input::-webkit-search-decoration, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.tab-about-company__map.tab-about-company__gray .bx-yandex-map .ymaps-map.ymaps-i-ua_js_yes {
    height: 400px !important
}

.page-result__categories-clear input {
    color: #f60;
    border: 0;
    background: 0 0
}

.service-map-form__map {
    height: 288px
}

@media (max-width: 768px) {
    .contacts-map-block__map .bx-yandex-map .ymaps-map.ymaps-i-ua_js_yes, .tab-about-company__map.tab-about-company__gray .bx-yandex-map .ymaps-map.ymaps-i-ua_js_yes {
        height: 240px !important
    }
    .btn-up {
        right: 25px!important;
    }

}

.catalog-filter .catalog-filter__element {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media (max-width: 1050px) {
    .delivery-block .delivery-block__stats > * {
        margin: 0 15px
    }
}

.kinda-select .kinda-select__dropdown {
    padding: 36px 25px 16px
}

@media (max-width: 1160px) {
    .tab-about-company .tab-about-company__credit-description .container::before {
        width: 586px;
        height: 200px
    }
}

@media (max-width: 992px) {
    .tab-about-company .tab-about-company__full-credit-block::before {
        top: 63px;
        width: 360px;
        height: 170px
    }
}

@media only screen and (max-width: 599px) {
    .container.container--overflow.container--overflow_contact {
        background: #e8e8e8
    }

    .container.container_rassrochka {
        margin-bottom: 30px
    }

    .tab-about-company .tab-about-company__full-credit-block::before {
        top: 145px;
        width: 100%;
        height: 170px
    }

    .container.container_achivments {
        padding-left: 0;
        padding-right: 0
    }

    .container.container_vacancies {
        background: #e8e8e8;
        padding-bottom: 30px;
        padding-top: 30px
    }
}

@media only screen and (max-width: 599px) {
    h3.page-policy-h3 {
        font-size: 17px
    }

    .otzivy_videoblock {
        margin-top: 30px
    }
}

.accent-color, .bonusrassrohka {
    color: #f60
}

.button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    background: #fff;
    display: block;
    width: auto;
    padding: 9px 20px 11px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.button::first-letter {
    text-transform: uppercase
}

.button:focus, .button:hover {
    text-decoration: none;
    outline-color: transparent !important;
    background-color: #f60;
    border-color: #f60;
    color: #fff
}

@media (max-width: 768px) {
    .button {
        font-size: 14px;
        padding: 9px 15px 11px
    }
}

.button:disabled {
    background: #fff;
    border-color: #999;
    color: #999
}

.button_with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 -2px 5px
}

.button_accent {
    position: relative;
    background-color: #f60;
    color: #fff;
    border-color: #f60
}

.button_accent:focus, .button_accent:hover {
    color: #f60;
    border-color: #f60;
    background-color: #fff
}

.button_accent:disabled {
    background-color: #f60;
    color: #fff;
    border-color: #f60;
    opacity: .5
}

.button__icon {
    fill: #000;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.button__icon_accent {
    fill: #fff
}

.button:focus .button__icon, .button:hover .button__icon {
    fill: #fff
}

.button:focus .button__icon_accent, .button:hover .button__icon_accent {
    fill: #f60
}

.button:disabled .button__icon {
    fill: #000
}

.button:disabled .button__icon_accent {
    fill: #fff
}

.button--white-border {
    background-color: transparent;
    border-color: #fff
}

.button--white-border:focus, .button--white-border:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f60
}

.button--gold {
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    outline-color: transparent;
    color: #999
}

.button--gold:focus, .button--gold:hover {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #999
}

.button--green {
    color: #fff;
    background: #990
}

.button--more:hover {
    background-color: #f60;
    border-color: #f60;
    color: #fff
}

.button--download::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 22px;
    margin-right: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4yNzUzOSAyMy40SDIxLjI3NTRNMy4yNzUzOSAxMi4zMjhINy42MjczOVYxSDE0LjkxNTRWMTIuMzI4SDE5LjI3NTRMMTEuMjc1NCAyMC4yTDMuMjc1MzkgMTIuMzI4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) 0 0 no-repeat;
    background-size: cover
}

.button--theme {
    color: #000;
    background-color: #fff;
    border-color: #999
}

.button--theme:focus, .button--theme:hover {
    color: #fff;
    background: #f60;
    border-color: #f60
}

.button--white {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.button--white:focus, .button--white:hover {
    color: #fff;
    background: #990;
    border-color: #990
}

.button_popup {
    font-size: 14px;
    padding: 8px 20px;
    letter-spacing: .36px
}

@media screen and (max-width: 767px) {
    .button_popup {
        font-size: 16px;
        padding: 5px 16px 8px
    }
}

.button_popup-mobile {
    letter-spacing: .36px;
    font-size: 16px;
    padding: 5px 16px 8px
}

.button_p23 {
    padding: 8px 23px
}

.button.button--price {
    padding: 7px 18px;
    border-color: #f60;
    cursor: default
}

@media only screen and (max-width: 599px) {
    .button.button--price {
        border-color: #fff;
        margin: 10px 6px 18px;
        padding: 7px 12px
    }
}

.button.button--price:focus, .button.button--price:hover {
    text-decoration: none;
    outline-color: transparent !important;
    background-color: #fff;
    border-color: #f60;
    color: #fff
}

@media all and (max-width: 575px) {
    .button.form__button.js-open-download-the-catalog {
        width: 100%
    }
}

.button.js-open-download-the-catalog {
    -webkit-animation: pulse 1.5s infinite linear;
    animation: pulse 1.5s infinite linear
}

.button.js-open-download-the-catalog:hover {
    -webkit-animation: none;
    animation: none
}

.button.button--more.btn-sm.btn-spares {
    padding: 9px 50px 11px
}

.link-text {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .4px;
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.link-about-us__value, .link-text, .our-stores__city {
    position: relative;
    border-bottom: 1px dotted #999
}

.link-about-us__value {
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s
}

.our-stores__city {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .4px
}

.link-about-us__value:focus, .link-about-us__value:hover, .link-text:focus, .link-text:hover, .our-stores__city:focus, .our-stores__city:hover {
    border-bottom: 1px dotted transparent
}

.link-about-us__value:focus::after, .link-about-us__value:hover::after, .link-text:focus::after, .link-text:hover::after, .our-stores__city:focus::after, .our-stores__city:hover::after {
    opacity: 0
}

.link-text_fz {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.link-text_fz14 {
    font-size: 14px;
    letter-spacing: .48px
}

.link-text--more.link-about-us__value, .link-text--more.our-stores__city, .link-text.link-text--more {
    border-bottom: 1px dotted #999;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.link-text--more.link-about-us__value::after, .link-text--more.our-stores__city::after, .link-text.link-text--more::after {
    display: none
}

.link-text--more.link-about-us__value:focus, .link-text--more.link-about-us__value:hover, .link-text--more.our-stores__city:focus, .link-text--more.our-stores__city:hover, .link-text.link-text--more:focus, .link-text.link-text--more:hover {
    border-bottom: 1px dashed transparent
}

.link-text--hide, .link-text--show {
    margin-right: 18px;
    display: inline-block
}

.link-text--show::after {
    bottom: 6px
}

.link-text--hide::after, .link-text--show::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -16px
}

.link-text--show::after {
    border-right: 0;
    border-top: 0
}

.link-text--hide::after {
    border-left: 0;
    border-bottom: 0;
    bottom: 3px
}

a.link-text--more.product-page__mobile-hide.link-about-us__value, a.link-text--more.product-page__mobile-hide.our-stores__city, a.link-text.link-text--more.product-page__mobile-hide {
    border-bottom: 1px dotted
}

.link-text--hide.link-text--hide-top.link-about-us__value, .link-text--hide.link-text--hide-top.our-stores__city, .link-text--show.link-text--show-top.link-about-us__value, .link-text--show.link-text--show-top.our-stores__city, .link-text.link-text--hide.link-text--hide-top, .link-text.link-text--show.link-text--show-top {
    color: #999
}

.link-text.link-text_fz.link-text_fz-contact, .link-text_fz.link-text_fz-contact.link-about-us__value, .link-text_fz.link-text_fz-contact.our-stores__city {
    padding-left: 0
}

@media only screen and (max-width: 599px) {
    .link-text.link-text_fz.link-text_fz-contact, .link-text_fz.link-text_fz-contact.link-about-us__value, .link-text_fz.link-text_fz-contact.our-stores__city {
        padding-left: 6px
    }
}

.link-text-ppu.link-about-us__value, .link-text-ppu.our-stores__city, .link-text.link-text-ppu {
    margin-top: -21px;
    margin-right: 67px
}

@media all and (max-width: 575px) {
    .link-text-ppu.link-about-us__value, .link-text-ppu.our-stores__city, .link-text.link-text-ppu {
        margin: auto;
        padding-top: 20px
    }
}

.descriptions_p {
    padding-left: 30px !important
}

@media all and (max-width: 575px) {
    .descriptions_p {
        padding-left: 0 !important
    }
}

.descriptions_ppu {
    margin-top: -27px !important;
    padding-left: 15px !important
}

.icon-text__text.our-stores__city {
    border-bottom: 1px transparent;
    text-align: center
}

.icon-text__text.our-stores__city span, .link-dotted {
    border-bottom: 1px dotted #999
}

.icon-text__text.our-stores__city.our-stores__city_active, .icon-text__text.our-stores__city.our-stores__city_active span {
    border-bottom: 1px transparent
}

@media all and (max-width: 575px) {
    .link-text.link-text_fz, .link-text_fz.link-about-us__value, .link-text_fz.our-stores__city {
        font-size: 20px
    }
}

.link-dotted {
    text-decoration: none;
    color: #000;
    letter-spacing: .4px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.link-dotted:focus, .link-dotted:hover {
    text-decoration: none;
    outline-color: transparent;
    color: #f60;
    border-bottom-color: transparent
}

@media (max-width: 768px) {
    h2.title-line__title.title-line__title-s {
        max-width: 323px;
        margin: auto
    }
}

.title-line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-line--without-top {
    margin-top: 0 !important
}

.title-line::after, .title-line::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e8e8e8
}

.title-line--light::after, .title-line--light::before {
    background-color: #e8e8e8
}

.title-line__title, .title-line__title-link {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .36px
}

.title-line__title {
    padding: 0;
    margin: 0 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.title-line__title-link {
    text-decoration: none
}

.title-line__title-link:focus, .title-line__title-link:hover {
    text-decoration: none;
    color: #000;
    outline-color: transparent
}

@media all and (max-width: 992px) {
    .title-line {
        padding: 0 15px
    }

    .title-line::after, .title-line::before {
        display: none
    }

    .title-line__title {
        width: 100%;
        margin: 0
    }

    .title-line__title-link {
        position: relative
    }

    .title-line__title-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(90deg, #999 0, #999 1px, transparent 0, transparent 2px);
        opacity: 1;
        -webkit-transition: all linear .2s;
        transition: all linear .2s
    }

    .title-line__title-link:focus, .title-line__title-link:hover {
        color: #f60
    }

    .title-line__title-link:focus::after, .title-line__title-link:hover::after {
        opacity: 0
    }

    .title-line__title-link::before {
        content: '›';
        position: absolute;
        top: 50%;
        right: -10px;
        font: inherit;
        color: #9999;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .title-line__title-link:hover::before {
        content: '›';
        font: inherit;
        color: #f60
    }
}

@media (min-width: 993px) {
    h2.title-line__title br {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    h3.title-line__title.title-line__title_opt {
        margin: auto;
        width: 200px
    }

    div.row-text-block.row-text-block--big, div.visual-block__text {
        font-size: 15px
    }
}

@media only screen and (max-width: 768px) {
    div.title-line.title-line--light.title-line--light_service_block_mobile {
        margin-top: 0;
        margin-bottom: 0
    }

    div.title-line.title-line--light.title-line--light_service_block {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    div.title-line.title-line--light.title-line--light_service_block_mobile {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .title-line.title-line_histories.title-line--light {
        margin-bottom: 0;
        padding-bottom: 30px;
        padding-top: 30px;
        background: #e8e8e8
    }

    .title-line.title-line-onas-white {
        margin-top: 30px !important
    }
}

.title-line.title-line--light.title-line--light-delivery {
    margin-top: 0
}

.title-line.title-line-onas {
    margin-bottom: 0 !important
}

.title-line.title-line-otzivy {
    margin-bottom: 30px
}

.title-line.title-line-otzivblock {
    margin-bottom: 30px;
    margin-top: 30px
}

.title-line.title-line_money-guarantee {
    padding-bottom: 50px;
    margin-bottom: 0 !important;
    padding-top: 30px;
    background: #e8e8e8;
    margin-top: 30px !important
}

@media all and (max-width: 575px) {
    .title-line.title-line_money-guarantee {
        display: none
    }
}

.title-line__title.title-line__title-sales {
    margin-bottom: 30px
}

.video-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 16px;
    position: relative;
    z-index: 3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none
}

.video-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-color: #000;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.video-link:focus, .video-link:hover {
    text-decoration: none;
    outline-color: transparent
}

.video-link:focus .video-link__info, .video-link:focus::before, .video-link:hover .video-link__info, .video-link:hover::before {
    opacity: 0
}

.video-link:focus .video-link__icon, .video-link:hover .video-link__icon {
    opacity: 1
}

.video-link:focus .video-link__icon:after, .video-link:hover .video-link__icon:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -15px;
    background-color: #fff;
    z-index: -1
}

.video-link:focus .video-link__icon-play, .video-link:hover .video-link__icon-play {
    fill: #cd201f
}

.video-link__info {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.video-link__title {
    width: 100%;
    padding-right: 34px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    text-transform: uppercase
}

.video-link__title-name {
    margin-bottom: 4px;
    font: inherit;
    color: inherit
}

.video-link__title-sub {
    font: inherit;
    color: inherit;
    opacity: .5;
    text-transform: none
}

.video-link__text, .video-link__time {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: .4px
}

.video-link__text {
    margin: 0;
    width: 100%;
    padding: 0 50px 0 0;
    color: #fff
}

.video-link__text .video-link__text-review {
    display: block;
    font: inherit;
    color: inherit;
    opacity: .75
}

.video-link__time {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f60
}

.video-link__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -20px;
    z-index: 1;
    width: 56px;
    height: 40px;
    opacity: .4;
    background-color: transparent;
    -webkit-transition: .2s;
    transition: .2s
}

.video-link__icon-play {
    width: 100%;
    height: 100%;
    fill: #eee;
    -webkit-transition: .2s;
    transition: .2s
}

.video-link__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.js-slider-history .slick-next, .js-slider-history .slick-prev, .slider-arrow-block .slick-next, .slider-arrow-block .slick-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    width: 34px;
    height: 32px;
    -webkit-transform: none;
    transform: none;
    background-color: #e8e8e8
}

.js-slider-history .slick-next:hover svg, .js-slider-history .slick-prev:hover svg, .slider-arrow-block .slick-next:hover svg, .slider-arrow-block .slick-prev:hover svg {
    fill: #f60;
    stroke: #f60
}

.js-slider-history .slick-next, .slider-arrow-block .slick-next {
    z-index: 0;
    right: 0;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #e8e8e8
}

.slider-arrow-block .slick-arrow {
    -webkit-transition: opacity .2s linear 0s, z-index 0s linear .2s;
    transition: opacity .2s linear 0s, z-index 0s linear .2s
}

.slider-arrow-block .slick-arrow_hidden {
    opacity: 0;
    z-index: -10
}

@media screen and (max-width: 992px) {
    .slider-arrow-block .slick-arrow_hidden {
        opacity: 1
    }
}

.js-slider-history .slick-next.slick-disabled, .js-slider-history .slick-next::before, .js-slider-history .slick-prev.slick-disabled, .js-slider-history .slick-prev::before, .slider-arrow-block .slick-next::before, .slider-arrow-block .slick-prev::before {
    display: none
}

.slider-arrow-block.why-buy__slider .slick-next {
    right: 24.8%
}

@media (max-width: 1260px) {
    .slider-arrow-block.why-buy__slider .slick-next {
        right: calc(25% + 1px)
    }
}

.slider-arrow-block.why-buy__slider .slick-prev {
    right: calc(25% + 32px)
}

@media (max-width: 1260px) {
    .slider-arrow-block.why-buy__slider .slick-prev {
        right: calc(25% + 33px)
    }
}

.js-slider-history .slick-prev, .slider-arrow-block .slick-prev {
    right: 32px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.slider-arrow-block .slick-prev svg {
    right: 6px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

.slider-arrow-block .slick-next svg, .slider-arrow-block .slick-prev svg {
    width: 11px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    stroke-width: .7px;
    stroke: #999
}

.js-slider-history .slick-prev svg {
    right: 6px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg)
}

.js-slider-history .slick-next svg, .js-slider-history .slick-prev svg {
    width: 11px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    stroke-width: .7px;
    stroke: #999
}

.js-slider-history .slick-next svg, .slider-arrow-block .slick-next svg {
    left: 6px;
    right: auto;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg)
}

.slider-arrow-block__counter {
    display: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

.slider-arrow-block__counter-now {
    font: inherit;
    letter-spacing: inherit;
    color: #f60
}

.slider-arrow-block__counter-total, .slider-arrow-block__counter-value {
    font: inherit;
    letter-spacing: inherit;
    color: inherit
}

@media all and (max-width: 992px) {
    .slider-arrow-block.why-buy__slider .slick-next {
        right: 10px
    }

    .slider-arrow-block.why-buy__slider .slick-prev {
        right: 45px
    }

    .slider-arrow-block {
        padding-bottom: 40px
    }

    .slider-arrow-block .slick-next {
        right: 10px;
        background-image: url(/local/templates/kronos_new/img/svg-sprite/slider-right.svg)
    }

    .slider-arrow-block .slick-next, .slider-arrow-block .slick-prev {
        top: auto;
        bottom: 0;
        width: 35px;
        height: 35px;
        background-color: transparent;
        border: 0;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat
    }

    .js-slider-history .slick-next {
        right: 10px;
        background-image: url(/local/templates/kronos_new/img/svg-sprite/slider-right.svg)
    }

    .js-slider-history .slick-next, .js-slider-history .slick-prev {
        top: auto;
        bottom: 0;
        width: 35px;
        height: 35px;
        background-color: transparent;
        border: 0;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat
    }

    .slider-arrow-block .slick-next svg {
        display: none;
        left: auto;
        right: 6px;
        stroke-width: 2px
    }

    .slider-arrow-block .slick-prev svg {
        display: none;
        stroke-width: 2px
    }

    .js-slider-history .slick-next svg {
        display: none;
        left: auto;
        right: 6px;
        stroke-width: 2px
    }

    .js-slider-history .slick-prev svg {
        display: none;
        stroke-width: 2px
    }

    .js-slider-history .slick-next:active::after, .js-slider-history .slick-next:hover::after, .js-slider-history .slick-prev:active::after, .js-slider-history .slick-prev:hover::after, .slider-arrow-block .slick-next:active::after, .slider-arrow-block .slick-next:hover::after, .slider-arrow-block .slick-prev:active::after, .slider-arrow-block .slick-prev:hover::after {
        background-color: #f60
    }

    .js-slider-history .slick-next.slick-disabled, .js-slider-history .slick-next.slick-disabled::after, .js-slider-history .slick-next.slick-disabled:hover::after, .js-slider-history .slick-prev.slick-disabled, .js-slider-history .slick-prev.slick-disabled::after, .js-slider-history .slick-prev.slick-disabled:hover::after, .slider-arrow-block .slick-next.slick-disabled, .slider-arrow-block .slick-next.slick-disabled::after, .slider-arrow-block .slick-next.slick-disabled:hover::after, .slider-arrow-block .slick-prev.slick-disabled, .slider-arrow-block .slick-prev.slick-disabled::after, .slider-arrow-block .slick-prev.slick-disabled:hover::after {
        background-color: transparent
    }

    .js-slider-history .slick-next.slick-disabled svg, .js-slider-history .slick-next.slick-disabled:hover svg, .js-slider-history .slick-prev.slick-disabled svg, .js-slider-history .slick-prev.slick-disabled:hover svg, .slider-arrow-block .slick-next.slick-disabled svg, .slider-arrow-block .slick-next.slick-disabled:hover svg, .slider-arrow-block .slick-prev.slick-disabled svg, .slider-arrow-block .slick-prev.slick-disabled:hover svg {
        stroke: transparent
    }

    .js-slider-history .slick-prev, .slider-arrow-block .slick-prev {
        right: 45px;
        background-image: url(/local/templates/kronos_new/img/svg-sprite/slider-left.svg)
    }

    .js-slider-history .slick-prev svg, .slider-arrow-block .slick-prev svg {
        left: 6px;
        right: auto
    }

    .js-slider-history .slick-prev::after, .slider-arrow-block .slick-prev::after {
        left: 7px;
        right: 0
    }

    .slider-arrow-block__counter {
        position: absolute;
        bottom: 0;
        left: 10px;
        height: 35px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto
}

.accordion__item {
    width: 100%;
    margin-bottom: 1px
}

.accordion__button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 9px 10px 11px 30px;
    position: relative;
    text-align: left;
    background-color: #e8e8e8;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

.accordion__button:focus {
    outline-color: transparent
}

.accordion__button:focus, .accordion__button:hover {
    background-color: #f60
}

.accordion__button:focus .accordion__button-icon::after, .accordion__button:focus .accordion__button-icon::before, .accordion__button:hover .accordion__button-icon::after, .accordion__button:hover .accordion__button-icon::before {
    background-color: #fff
}

.accordion__button:focus .accordion__button-text, .accordion__button:hover .accordion__button-text, a.navigation__link.navigation__link-selected:focus {
    color: #fff
}

.accordion__button.active .accordion__button-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion__button-icon {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 11px;
    height: 11px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.accordion__button-icon::after, .accordion__button-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.accordion__button-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordion__button-text {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.accordion__content {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    background-color: #fff;
    padding: 16px 15px 20px 32px
}

.accordion__content p {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: left;
    margin-bottom: 10px
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form__add-info {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    color: #999;
    margin-top: 10px;
    padding-left: 26px
}

.form__group--33 {
    width: calc(33.33% - 20px)
}

.form__group--28 {
    width: calc(28% - 32px)
}

.form__group--38 {
    width: calc(38% - 32px)
}

.form__group .form__fieldset:last-child, .form__group .input__phone:last-child {
    margin-bottom: 0
}

.form__fieldset, .input__phone {
    width: 100%
}

.form__fieldset:not(.file):not(:last-child), .input__phone:not(.file):not(:last-child) {
    margin-bottom: 23px
}

.form__fieldset_mb17:not(.file):not(:last-child) {
    margin-bottom: 17px
}

.form__fieldset textarea, .input__phone textarea {
    resize: none
}

.form__label {
    width: 100%;
    margin: 0
}

.form__label, .form__select {
    position: relative
}

.form__select::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg) translate(50%, 0);
    transform: rotate(-45deg) translate(50%, 0)
}

.form__require {
    color: #c00
}

.form__input {
    white-space: nowrap
}

.form__input, .form__textarea {
    width: 100%;
    padding: 9px 12px 11px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.form__input:focus, .form__input:hover, .form__textarea:focus, .form__textarea:hover {
    outline-color: transparent;
    border-color: #f60
}

.form__textarea {
    max-width: 100%;
    min-height: 292px;
    max-height: 130px;
    white-space: pre-wrap
}

.form__label-title {
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 2;
    display: block;
    width: auto;
    max-width: calc(100% - 20px);
    padding: 4px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
    background-color: #fff
}

.form__fieldset--phone, .input__phone {
    position: relative
}

.form__fieldset--phone .form__input, .input__phone .form__input {
    padding-right: 100px
}

.select-country {
    position: absolute;
    top: 0;
    right: 0
}

.form__checkbox-label, .form__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__checkbox-wrapper {
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: -40px -10px 0
}

.form__checkbox-label {
    margin: 30px 10px 0;
    cursor: pointer;
    position: relative
}

.form__checkbox {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.form__checkbox-check {
    fill: #f60;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px, -3px);
    transform: translate(-4px, -3px);
    opacity: 0;
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.form__checkbox-title {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.file__label:hover .file__text, span.form__checkbox-title:hover {
    color: #f60
}

.form__checkbox-label input:checked ~ .form__checkbox {
    border-color: #f60
}

.form__checkbox-label input:checked ~ .form__checkbox .form__checkbox-check, .form__radio input:checked + span::after {
    opacity: 1
}

.form__checkbox::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    outline-color: transparent
}

.form__checkbox-label input:focus ~ .form__checkbox::after {
    outline: 1px dashed transparent
}

.form__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

.form__wrapper .form__fieldset, .form__wrapper .input__phone {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.file {
    padding-top: 10px
}

.file__label:hover .file__text::after {
    opacity: 0
}

.file__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.file__info, .form__radio input {
    display: none
}

.file__info.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: calc(100% - 5px);
    width: 100%;
    padding: 0 10px
}

.file__name {
    display: block;
    width: 100%
}

.form__wrapper .form__button {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.language-select.select-country-form {
    width: 50px
}

.language-select.select-country-form, .phone-language-select {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px
}

.language-select.select-country-form .language-select__placeholder, .phone-language-select .language-select__placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e8e8e8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.language-select.select-country-form .language-select__wrapper, .language-select.select-country-form .phone-language-select__wrapper, .phone-language-select .language-select__wrapper, .phone-language-select .phone-language-select__wrapper {
    top: 0
}

@media all and (max-width: 1260px) {
    .form__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__wrapper .form__fieldset, .form__wrapper .input__phone {
        width: 100%
    }

    .form__wrapper .form__button {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .form__wrapper .form__button_mobile_big {
        font-size: 16px
    }

    .form__wrapper .file {
        margin-bottom: 30px
    }

    .form__wrapper .file__info.active {
        top: calc(100% + 5px)
    }

    .form__wrapper .file__name {
        text-align: left;
        padding: 0 15px
    }

    .form__wrapper .form__fieldset--button {
        margin-bottom: 0
    }
}

.form__radio:not(:last-child) {
    margin-bottom: 20px
}

.form__radio-wrapper {
    margin: -4px -12px
}

.form__radio-wrapper > * {
    margin: 4px 12px
}

.form__radio-title {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px
}

.form__radio input:checked + span {
    color: #f60
}

.form__radio input:checked + span::before {
    border-color: #f60
}

.form__radio label {
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .36px
}

.form__radio label span {
    position: relative;
    padding-left: 24px;
    display: inline-block
}

.form__radio label span::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    background: #fff
}

.form__radio label span::after {
    width: 8px;
    height: 8px;
    background: #f60;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 50%;
    display: block;
    content: '';
    opacity: 0
}

.form__header_big {
    font-size: 20px;
    letter-spacing: .36px;
    margin-bottom: 36px
}

.form__inner_selects .select2-container .select2-selection--single, .form__inner_selects .select2-selection__arrow {
    height: 40px !important
}

.application-form__form .select2-container--classic .select2-selection--single .select2-selection__arrow b, .application-form__form .select2-container--default .select2-selection--single .select2-selection__arrow b, .form__inner_selects .select2-container--classic .select2-selection--single .select2-selection__arrow b, .form__inner_selects .select2-container--default .select2-selection--single .select2-selection__arrow b, .order-service .select2-container--classic .select2-selection--single .select2-selection__arrow b, .order-service .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-color: #999;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(-45deg) translate(50%, 0);
    transform: rotate(-45deg) translate(50%, 0)
}

.form__inner_selects .select-helpers {
    display: none
}

.form__inner_selects .select2-container .select2-selection--single {
    font-size: 15px;
    border-color: #c4c4c4;
    padding: 9px 12px 11px
}

.form__inner_selects .select2-container .select2-selection__rendered {
    line-height: 18px
}

.form__inner_selects .select2-container .select2-selection__arrow {
    height: 40px
}

.form__inner_selects .select2-container .select2-selection__arrow > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: -webkit-transform linear .2s;
    transition: transform linear .2s;
    transition: transform linear .2s, -webkit-transform linear .2s
}

.application-form__form .select2-container.select2-container--open .select2-selection__arrow > svg, .form__inner_selects .select2-container.select2-container--open .select2-selection__arrow > svg, .service-map-form .select2-container.select2-container--open .select2-selection__arrow > svg {
    -webkit-transform: translateY(-4px) rotate(180deg);
    transform: translateY(-4px) rotate(180deg)
}

.form__inner_selects .select2-container .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.form__inner_selects .select2-container .select2-results {
    position: relative
}

.form__inner_selects .select2-container .select2-results .track {
    display: block;
    right: 7px;
    top: 9px;
    bottom: 9px
}

.form__inner_selects .select2-container .select2-results .bar {
    display: block
}

.form__inner_selects .select2-container .select2-results__options {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: .48px;
    -ms-overflow-style: none
}

.form__inner_selects .select2-container .select2-results__options::-webkit-scrollbar {
    display: none
}

.form__inner_selects .select2-container .select2-results__option {
    padding: 5px 14px;
    line-height: 17px
}

.form__inner_selects .select2-container .select2-results__option[aria-selected=true] {
    background: 0 0
}

.form__inner_selects .select2-container .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #f60
}

.form__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 575px) {
    .form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form__row_big {
    margin-bottom: 23px
}

@media all and (max-width: 575px) {
    .form__row_big {
        margin-bottom: 0
    }
}

.form__row_footer {
    padding-top: 1px;
    margin-bottom: 0
}

.form__row-item {
    max-width: 50%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%
}

@media all and (max-width: 575px) {
    .form__row-item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 23px
    }
}

.form__description {
    font-size: 14px;
    letter-spacing: .4px;
    color: #999
}

@media all and (max-width: 575px) {
    .form__description {
        text-align: center
    }
}

.form__description_row-item {
    max-width: 65%
}

@media all and (max-width: 575px) {
    .form__description_row-item {
        margin-bottom: 23px;
        max-width: 100%
    }
}

.photo-magazine__navigation-arrows, .slider-navigation-arrows, .video-review__navigation-arrows, .why-buy__navigation-arrows {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider-navigation-arrows_white {
    background-color: #fff;
    z-index: 2
}

.photo-magazine__next, .photo-magazine__prev, .slider-navigation-arrows__next, .slider-navigation-arrows__prev, .video-review__next, .video-review__prev, .why-buy__next, .why-buy__prev {
    border: 0;
    margin: 0;
    background: 0 0;
    padding: 5px 5px 10px 15px
}

.photo-magazine__next:active, .photo-magazine__next:focus, .photo-magazine__prev:active, .photo-magazine__prev:focus, .slider-navigation-arrows__next:active, .slider-navigation-arrows__next:focus, .slider-navigation-arrows__prev:active, .slider-navigation-arrows__prev:focus, .video-review__next:active, .video-review__next:focus, .video-review__prev:active, .video-review__prev:focus, .why-buy__next:active, .why-buy__next:focus, .why-buy__prev:active, .why-buy__prev:focus {
    outline: 0
}

.photo-magazine__next svg, .photo-magazine__prev svg, .slider-navigation-arrows__next svg, .slider-navigation-arrows__prev svg, .video-review__next svg, .video-review__prev svg, .why-buy__next svg, .why-buy__prev svg {
    fill: #999;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    cursor: pointer
}

.photo-magazine__next:hover svg, .photo-magazine__prev:hover svg, .slider-navigation-arrows__next:hover svg, .slider-navigation-arrows__prev:hover svg, .video-review__next:hover svg, .video-review__prev:hover svg, .why-buy__next:hover svg, .why-buy__prev:hover svg {
    fill: #f60
}

.photo-magazine__next, .slider-navigation-arrows__next, .video-review__next, .why-buy__next {
    padding-right: 15px;
    padding-left: 5px
}

.photo-magazine__next .slider-navigation-arrows__desktop-icon > svg, .photo-magazine__next > svg, .slider-navigation-arrows__next .slider-navigation-arrows__desktop-icon > svg, .slider-navigation-arrows__next > svg, .video-review__next .slider-navigation-arrows__desktop-icon > svg, .video-review__next > svg, .why-buy__next .slider-navigation-arrows__desktop-icon > svg, .why-buy__next > svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media all and (max-width: 992px) {
    .slider-navigation-arrows__desktop-icon {
        display: none
    }
}

.slider-navigation-arrows__mobile-icon {
    display: none
}

@media all and (max-width: 992px) {
    .slider-navigation-arrows__mobile-icon {
        display: inherit
    }
}

.social .ya-share2__item, .social .ya-share2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social .ya-share2__list {
    max-width: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.social .ya-share2__item {
    width: 22px;
    height: 22px;
    margin: 6px 6px 0
}

.social .ya-share2__container_size_m .ya-share2__item {
    margin-right: 16px
}

.social .ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0 !important
}

.social .ya-share2__link {
    display: block;
    width: 100%;
    height: 22px;
    text-decoration: none
}

.social .ya-share2__link .ya-share2__badge {
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    min-width: 30px
}

.ya-share2__container_size_m .ya-share2__icon {
    width: 25px;
    height: 25px
}

.social .ya-share2__item_service_vkontakte .ya-share2__link:hover .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/vk-hover.svg)
}

.social .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/vk.svg);
    background-size: 100% 22px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%
}

.social .ya-share2__item_service_facebook .ya-share2__link:hover .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/fb-hover.svg)
}

.social .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/fb.svg);
    background-size: 100% 22px;
    background-position: center;
    background-repeat: no-repeat
}

.social .ya-share2__item_service_twitter .ya-share2__link:hover .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/tw-hover.svg)
}

.social .ya-share2__item_service_odnoklassniki .ya-share2__icon, .social .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/tw.svg);
    background-size: 100% 22px;
    background-position: center;
    background-repeat: no-repeat
}

.social .ya-share2__item_service_odnoklassniki .ya-share2__link:hover .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/ok-hover.svg)
}

.social .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url(/local/templates/kronos_new/img/social-icon/ok.svg)
}

.social__item:last-child {
    margin-right: 0 !important
}

.social_text {
    font-size: 13px;
    padding-right: 20px;
    padding-top: 4px;
    font-family: lato
}

.link-about-us {
    width: auto
}

.link-about-us__item, .link-about-us__list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.link-about-us__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.link-about-us__item {
    margin-right: 28px
}

.link-about-us__item:last-child {
    margin-right: 0
}

.link-about-us__item_phone {
    padding-bottom: 1px
}

@media all and (max-width: 1260px) {
    .link-about-us__item_phone {
        padding-bottom: 0
    }
}

.link-about-us__item_first-phone {
    margin-right: 24px
}

.link-about-us__item_free-call {
    margin-right: 25px
}

@media all and (max-width: 1260px) {
    .link-about-us__item {
        margin-right: 15px
    }
}

@media screen and (max-width: 1199px) {
    .link-about-us__item {
        margin-right: 10px
    }
}

.link-about-us__link {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.link-about-us__link:focus, .link-about-us__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.link-about-us__link:focus .link-about-us__icon, .link-about-us__link:hover .link-about-us__icon {
    stroke: #f60;
    color: #f60
}

.link-about-us__link:focus .link-about-us__value::after, .link-about-us__link:hover .link-about-us__value::after, .search-number__link:focus .search-number__value::after, .search-number__link:hover .search-number__value::after {
    opacity: 0
}

.link-about-us__link:focus .link-about-us__counter, .link-about-us__link:hover .link-about-us__counter {
    color: #f60
}

.link-about-us__link:focus .link-about-us__value, .link-about-us__link:hover .link-about-us__value {
    border-bottom: 1px dotted transparent
}

.link-about-us__icon {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    margin-right: 9px;
    stroke: #c4c4c4;
    fill: none;
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.link-about-us__icon_text {
    font-size: 16px;
    color: #c4c4c4;
    max-height: none;
    max-width: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media all and (max-width: 1260px) {
    .link-about-us__icon_text {
        font-size: 15px
    }
}

@media screen and (max-width: 1090px) {
    .link-about-us__icon_text {
        font-size: 14px
    }
}

.link-about-us__value {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

.link-about-us__value_phone {
    font-size: 16px
}

@media all and (max-width: 1260px) {
    .link-about-us__value_phone {
        font-size: 15px
    }
}

@media screen and (max-width: 1090px) {
    .link-about-us__value_phone {
        font-size: 14px
    }
}

.link-about-us__counter {
    padding: 0;
    display: block;
    margin: 0 0 0 6px;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
    letter-spacing: .4px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (min-width: 992px) and (max-width: 1080px) {
    .link-about-us__counter {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .link-about-us__link.link-about-us__item_phone.link-about-us__link-popup, .link-about-us__link.link-about-us__link-popup {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .link-about-us__link.link-about-us__link-popup {
        padding-top: 0;
        padding-bottom: 0
    }

    .link-about-us__link.link-about-us__item_phone.link-about-us__link-popup {
        color: #f60
    }

    .link-about-us__icon.link-about-us__icon_text.link-about-us__icon_text-popup {
        margin-bottom: -3px;
        margin-right: 10px;
        color: #f60
    }
}

.header__search-wrapper {
    width: auto
}

.search-number__item .header__search-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.search-form {
    width: auto;
    position: relative
}

.search-form__fieldset {
    width: 342px;
    height: 30px;
    position: relative
}

@media screen and (max-width: 1199px) {
    .search-form__fieldset {
        width: 100%
    }
}

.search-form__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    z-index: 110
}

.search-form__wrapper.focus, .search-form__wrapper.focus .search-form__button, .search-form__wrapper:hover, .search-form__wrapper:hover .search-form__button {
    border-color: #f60
}

.search-form__wrapper:focus-within, .search-form__wrapper:focus-within .search-form__button {
    border-color: #f60
}

.search-form__wrapper.focus .search-form__button .search-form__button-icon, .search-form__wrapper:hover .search-form__button .search-form__button-icon {
    stroke: #f60
}

.search-form__wrapper:focus-within .search-form__button .search-form__button-icon {
    stroke: #f60
}

.search-form__label {
    margin: 0;
    width: 100%
}

.search-form__input {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 6px 42px 7px 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

.search-form__input:focus {
    outline-color: transparent
}

.search-form__input::-moz-placeholder {
    color: #999
}

.real-search__form input::-webkit-input-placeholder, .search-form__input::-webkit-input-placeholder {
    color: #999
}

.real-search__form input:-ms-input-placeholder, .search-form__input:-ms-input-placeholder, .search-form__input::-ms-input-placeholder {
    color: #999
}

.search-form__input::placeholder {
    color: #999
}

.search-form__button {
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-left: 1px solid #c4c4c4
}

.search-form__button:focus {
    outline-color: transparent;
    outline: 1px dashed #f60
}

.search-form__button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    fill: none;
    stroke: #c4c4c4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.search-form__button-reset {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 29px;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0
}

.search-form__button-reset:focus {
    outline-color: transparent;
    outline: 1px dashed #f60
}

.search-form__button-reset-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    fill: none;
    stroke: #999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.open-search .search-form__button-reset {
    z-index: 15;
    opacity: 1
}

.search-form__wrapper.open-search, .search-form__wrapper.open-search.focus, .search-form__wrapper.open-search:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.search-form__wrapper.open-search:focus-within {
    border-color: transparent;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.search-form__no-found {
    width: 100%;
    padding: 24px;
    display: none
}

.search-form__no-found.active {
    display: block
}

.search-form__no-found-text {
    padding: 0;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #c00;
    letter-spacing: .4px;
    text-align: center
}

.search-form__contacts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-form__contacts-text {
    padding: 0;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    text-align: center
}

.search-form__link-icon {
    margin-bottom: 12px
}

.search-form__link-icon:last-child {
    margin-bottom: 0
}

.search-form__time-work {
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    text-align: center
}

.search-form__found {
    width: 100%;
    padding: 24px 16px;
    display: none
}

.search-form__found.active {
    display: block
}

.search-form__found-text {
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #f60;
    letter-spacing: .4px;
    text-align: center
}

.search-form__found-block {
    width: 100%;
    margin-bottom: 16px;
    position: relative
}

.search-form__body {
    width: 100%;
    max-height: 245px;
    overflow-y: scroll;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px
}

.search-form__product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid #c4c4c4
}

.search-form__product-item {
    width: 100%
}

.search-form__product-link {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
    text-decoration: none
}

.search-form__product-link:focus, .search-form__product-link:hover {
    text-decoration: none;
    outline-color: transparent
}

.search-form__product-link:focus .search-form__product-text, .search-form__product-link:hover .search-form__product-text {
    color: #f60
}

.search-form__product-block {
    width: 60px;
    height: 36px;
    margin-right: 14px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-form__product-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.search-form__product-text {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    text-align: left
}

.search-form__orange {
    color: #f60
}

.search-form__search-all {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-form__track {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    z-index: 7;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff
}

.search-form__track::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    background-color: #c4c4c4
}

.search-form__found-block._scrollbar .search-form__bar, .search-form__found-block._scrollbar .search-form__track {
    display: block
}

.search-form__bar {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    height: auto;
    z-index: 5;
    border-radius: 3px;
    background: #f60;
    cursor: pointer
}

.search-form__bar:active, .search-form__bar:hover {
    background: #999
}

.search-form__body::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media (max-width: 768px) {
    .spaces-search__container {
        position: relative
    }

    .spaces-search__container .search-form__no-found {
        position: absolute;
        top: -49px;
        left: 0;
        z-index: 10;
        width: 100%;
        padding: 0 24px;
        overflow: hidden;
        background: #fff;
        border-color: transparent;
        -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        max-height: 0;
        -webkit-animation: animHeight .3s linear forwards;
        animation: animHeight .3s linear forwards
    }
}

.navigation, .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navigation {
    width: auto;
    position: relative
}

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

.navigation__item, .navigation__link {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navigation__item {
    position: relative
}

.navigation__item.language-select {
    position: relative;
    left: 16px
}

.sticky .navigation__item_lite-hide {
    display: none
}

.navigation__link {
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 16px 6px;
    font-size: 16px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #000
}

.navigation__link:focus, .navigation__link:hover {
    text-decoration: none;
    outline-color: transparent
}

@media screen and (max-width: 1199px) {
    .navigation__link {
        padding: 25px 10px 6px
    }
}

@media all and (max-width: 768px) {
    .navigation__link {
        text-transform: none;
        font-size: 20px;
        line-height: 24px
    }
}

.sticky .navigation__link {
    font-size: 14px;
    letter-spacing: .4px;
    padding: 23px 12px 6px
}

.navigation__link:focus, .navigation__link:hover {
    color: #f60;
    border-bottom: none
}

.navigation__link.navigation__item--submenu:hover {
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.navigation__link.navigation__item--submenu:focus {
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.navigation__link.navigation__item--submenu:hover .navigation__link-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #f60
}

.navigation__link.navigation__item--submenu:focus .navigation__link-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #f60
}

@media all and (max-width: 992px) {
    .navigation__link .link-about-us__value, .navigation__link .link-text, .navigation__link .our-stores__city {
        border-bottom: none !important
    }
}

.navigation__link__value {
    width: auto;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    letter-spacing: .4px
}

@media screen and (max-width: 992px) {
    .navigation__link__value {
        text-transform: lowercase;
        font-size: inherit;
        line-height: inherit
    }
}

.navigation__link-icon {
    display: block;
    margin-left: 8px;
    fill: #999;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.navigation__link-selected .navigation__link-icon {
    /*fill: #fff;*/
	fill: #999;
}

.navigation__list--other-menu {
    position: absolute;
    right: 0
}

.navigation__item--submenu .navigation__link::before {
    -webkit-transition: .1s linear .2s;
    transition: .1s linear .2s
}

.navigation__item--submenu:focus .navigation__link, .navigation__item--submenu:hover .navigation__link {
    position: relative;
    z-index: 101;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 12px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    padding: 25px 16px 6px !important;
    margin: 0 !important
}

@media screen and (max-width: 1199px) {
    .navigation__item--submenu:focus .navigation__link, .navigation__item--submenu:hover .navigation__link {
        padding: 25px 10px 6px !important;
        margin: 0 !important
    }
}

@media all and (max-width: 992px) {
    .navigation__item--submenu:focus .navigation__link, .navigation__item--submenu:hover .navigation__link {
        padding: 9px 10px 7px 2px !important
    }
}

.sticky .navigation__item--submenu:focus .navigation__link, .sticky .navigation__item--submenu:hover .navigation__link {
    padding: 23px 12px 6px !important
}

.navigation__item--submenu:focus-within .navigation__link {
    position: relative;
    z-index: 12;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 12px 0 #fff, 0 0 12px rgba(255, 102, 0, .4)
}

.navigation__item--submenu:focus .navigation__link-icon, .navigation__item--submenu:hover .navigation__link-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #f60
}

.navigation__item--submenu:focus-within .navigation__link-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #f60
}

.navigation__item--submenu:focus .sub-menu, .navigation__item--submenu:hover .sub-menu {
    z-index: 100;
    opacity: 1;
    max-height: 600px;
    padding: 18px 16px
}

.navigation__item--submenu:focus .sub-menu .sub-menu__image-big-block, .navigation__item--submenu:hover .sub-menu .sub-menu__image-big-block {
    opacity: 1
}

.navigation__item--submenu:focus-within .sub-menu {
    z-index: 10;
    opacity: 1;
    max-height: 600px;
    padding: 18px 16px
}

.navigation__item--submenu:focus-within .sub-menu .sub-menu__image-big-block {
    opacity: 1
}

.sub-menu, .sub-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sub-menu {
    top: 100%;
    left: 0;
    opacity: 0;
    max-width: 1000px;
    height: auto;
    max-height: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    overflow: hidden;
    -webkit-transition: opacity .2s linear, max-height .2s linear .1s;
    transition: opacity .2s linear, max-height .2s linear .1s;
    position: absolute;
    padding: 0;
    z-index: -10;
    width: auto
}

.sub-menu__list {
    list-style: none;
    margin: 0;
    width: 635px;
    padding: 0 270px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1
}

@media all and (max-width: 992px) {
    .sub-menu__list {
        padding-right: 0
    }
}

.sub-menu__item {
    width: auto;
    margin-bottom: 15px
}

.sub-menu__item:last-child {
    margin-bottom: 0
}

.sub-menu__link {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 24px;
    text-decoration: none
}

.sub-menu__link:focus, .sub-menu__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.sub-menu__link:focus .sub-menu__icon, .sub-menu__link:hover .sub-menu__icon {
    stroke: #f60
}

.sub-menu__link:focus .sub-menu__text, .sub-menu__link:hover .sub-menu__text {
    color: #f60
}

.sub-menu__icon, .sub-menu__text {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sub-menu__icon {
    left: 0;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    stroke: #999;
    fill: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.sub-menu__icon img {
    max-height: 100%;
    width: auto;
    height: auto
}

.sub-menu__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    white-space: nowrap;
    padding: 0 0 0 40px;
    position: relative
}

@media screen and (max-width: 992px) {
    .sub-menu__text {
        font-size: 18px;
        line-height: 22px
    }
}

.sub-menu__cost {
    font: inherit;
    color: inherit
}

.sub-menu--right {
    right: 0;
    left: auto
}

.sub-menu__image, .sub-menu__image-big-block {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.sub-menu__image-big-block {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    height: 100%
}

.sub-menu__image {
    width: auto;
    height: auto
}

@media (min-width: 992px) {
    a.navigation__link.js-link-open {
        pointer-events: none
    }
}

a.navigation__item:last-child {
    padding-right: 0 !important
}

.container.header__bottom-container {
    padding-right: 0
}

.navigation__link.navigation__link-selected span, .navigation__link__value:hover, span.link-text-text.link-about-us__value:hover, span.link-text-text.link-text:hover, span.link-text-text.our-stores__city:hover, span.navigation__link__value.link-about-us__value:hover, span.navigation__link__value.link-text:hover, span.navigation__link__value.our-stores__city:hover {
    border-bottom: 1px dotted transparent
}

.logo__link, .navigation__link.navigation__link-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.navigation__link.navigation__link-selected {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 12px 6px;
    margin: 0 4px;
    font-size: 16px;
    /*background-color: #f60;*/
	background-color: #fff;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff
}

@media screen and (max-width: 1199px) {
    .navigation__link.navigation__link-selected {
        padding: 25px 10px 6px;
        margin: 0
    }
}

@media all and (max-width: 992px) {
    .navigation__link.navigation__link-selected {
        padding: 9px 10px 7px 2px
    }
}

@media all and (max-width: 575px) {
    .navigation__link.navigation__link-selected {
        background-color: #fff;
        color: #000;
        width: 100%
    }
}

.sticky .navigation__link.navigation__link-selected {
    padding: 23px 12px 6px;
    margin: 0;
    font-size: 14px
}

@media all and (max-width: 575px) {
    .link-text-text.link-text.link-text_fz, .link-text-text.link-text_fz.link-about-us__value, .link-text-text.link-text_fz.our-stores__city {
        font-size: 20px
    }
}

header.sticky .logo__text {
    display: none
}

@media all and (max-width: 992px) {
    .active.phone-language-select__item .language-select__text, .active.phone-language-select__item .phone-language-select__text, .language-select__item.active .language-select__text, .language-select__item.active .phone-language-select__text {
        color: #f60
    }
}

.banner__slider .slick-dots a, .logo, .logo__link {
    width: auto;
    height: auto
}

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

.logo__link:focus, .logo__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.logo__image {
    width: 172px;
    height: 36px
}

@media all and (max-width: 992px) {
    .logo__image_footer {
        width: 196px;
        height: 40px
    }
}

.sticky .logo__image {
    width: 146px;
    height: 30px
}

.logo__text {
    margin: 0;
    width: 131px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 0 0 4px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    color: #f60;
    letter-spacing: .24px;
    text-align: left;
    text-transform: uppercase
}

@media all and (max-width: 992px) {
    .logo__text_footer {
        display: none
    }
}

.header {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.header__sticky-free-call {
    display: none;
    padding-top: 15px;
    margin-right: 15px
}

@media screen and (max-width: 1140px) {
    .sticky .header__sticky-free-call {
        display: block
    }
}

.header__top {
    width: 100%;
    padding: 16px 0;
    background-color: #fff
}

.header__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 17px
}

.header__left-links-block {
    margin-right: 18px
}

@media screen and (max-width: 1199px) {
    .header__left-links-block {
        margin-right: 0
    }
}

.header__search {
    width: 342px
}

@media screen and (max-width: 1199px) {
    .header__search {
        width: 27%
    }
}

@media screen and (max-width: 1010px) {
    .header__search {
        width: 25%
    }
}

.header__phone {
    width: auto
}

.header__bottom {
    width: 100%;
    padding: 0 0 16px;
    z-index: 100
}

.header__bottom--static {
    position: static
}

.sticky .header__bottom {
    width: 100%;
    position: fixed !important;
    top: 0 !important;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.sticky .header__bottom .header__bottom-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 992px) {
    .header__bottom .row {
        height: 100%
    }
}

.header__bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-left: 17px
}

@media screen and (max-width: 1285px) {
    .header__bottom-container {
        padding: 0 1px 0 17px
    }
}

.header__logo {
    width: auto;
    padding-top: 16px
}

.header__navigation {
    width: auto;
    position: relative;
    -webkit-transition: .8s linear;
    transition: .8s linear
}

.sticky .header__navigation {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%
}

@media screen and (max-width: 1285px) {
    .sticky .header__navigation {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.header__navigation .desktop-navigation {
    display: none
}

@media all and (min-width: 993px) {
    .header__navigation .desktop-navigation {
        display: block
    }
}

.header__navigation .mobile-navigation {
    display: block
}

@media all and (min-width: 993px) {
    .header__navigation .mobile-navigation {
        display: none
    }
}

.header__search-number {
    display: none;
    padding: 15px 18px 0 0
}

.sticky .header__search-number {
    display: block
}

@media screen and (max-width: 1080px) {
    .sticky .header__search-number {
        display: none
    }
}

.header__search-number .search-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header__search-number .search-form__fieldset {
    width: auto;
    height: 20px
}

.header__search-number .search-form__wrapper {
    display: block;
    width: 0;
    opacity: 0;
    left: auto;
    right: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}

.header__search-number .search-form__wrapper.open-search {
    width: 350px;
    opacity: 1
}

.header__search-number-inner {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-number__item {
    display: inline-block;
    pointer-events: all
}

.search-number__item:not(:last-child) {
    margin-right: 17px
}

.search-number__item--search {
    margin-right: 23px !important
}

@media all and (max-width: 1260px) and (min-width: 992px) {
    .search-number__item--search {
        display: none
    }
}

.search-number__link {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.search-number__link:focus, .search-number__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.search-number__link:focus .search-number__icon, .search-number__link:hover .search-number__icon {
    stroke: #f60;
    color: #f60
}

.search-number__icon {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    margin-right: 9px;
    stroke: #c4c4c4;
    fill: none;
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.search-number__icon_text {
    font-size: 14px;
    color: #c4c4c4;
    -webkit-transition: color .3s;
    transition: color .3s
}

.search-number__value {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    position: relative
}

.search-number__value:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #999 0, #999 1px, transparent 0, transparent 2px);
    opacity: 1;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.search-number__search-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-number__search-button:focus {
    outline-color: transparent
}

.search-number__search-button.icon-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px
}

.search-number__search-button .icon-text__icon {
    width: auto;
    height: auto;
    max-width: 25px;
    max-height: 25px;
    fill: none;
    stroke: #c4c4c4
}

.search-number__search-button .link-about-us__value::after, .search-number__search-button .link-text::after, .search-number__search-button .our-stores__city::after {
    bottom: -1px
}

.banner__slider .slick-dots .slick-active svg, .delivery-block__stats > :hover svg path, .search-number__search-button:hover .icon-text__icon {
    stroke: #f60
}

.search-number__search-button:hover .link-about-us__value, .search-number__search-button:hover .link-text, .search-number__search-button:hover .our-stores__city {
    border-bottom: 1px dotted transparent;
    color: #000
}

.navigation__list--other-menu {
    -webkit-transition: opacity .8s linear, z-index 0s .8s, right .8s ease-out;
    transition: opacity .8s linear, z-index 0s .8s, right .8s ease-out
}

.sticky .navigation__list--other-menu {
    opacity: 0;
    z-index: 0;
    right: -100%;
    -webkit-transition: opacity 1s linear, z-index 0s .8s, right .8s ease-out;
    transition: opacity 1s linear, z-index 0s .8s, right .8s ease-out
}

.header__main-wrapper {
    width: 100%;
    height: auto
}

@media all and (min-width: 993px) {
    .banner + .header__main-wrapper > .header__bottom {
        position: absolute;
        top: 62px
    }
}

.button-close-menu, .header__info-magazine.info-magazine, .header__language-fixed, .header__mobile, .language-select__check, .link-about-us__item--mobile, .navigation__link-plus, .navigation__sub-menu-2, .navigation__sub-menu-3, .phone-language-select__check, .sub-menu-2__fixed-container, .sub-menu-3__fixed-container, .sub-menu__back-button, .sub-menu__fixed-container {
    display: none
}

@media all and (max-width: 992px) {
    .header-mobile {
        display: block;
        width: 100%;
        padding-top: 69px;
        position: relative;
        background-color: transparent
    }

    .header-mobile__container {
        position: absolute;
        z-index: 100;
        top: 0;
        width: 100%;
        background-color: transparent
    }

    .header-mobile__container .header-mobile__wrapper, .header-mobile__link-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-mobile__container .header-mobile__wrapper {
        max-width: 100%;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        width: 100%;
        padding: 20px 15px;
        margin: 0 auto
    }

    .header-mobile__logo {
        margin-right: auto
    }

    .header-mobile__link-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: auto
    }

    .header-mobile__link-item {
        width: auto;
        height: auto
    }

    .header-mobile__link {
        padding: 5px 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-mobile__link-svg {
        max-width: 30px;
        max-height: 30px;
        width: auto;
        height: 20px;
        fill: none;
        stroke: #999
    }

    .header-mobile__burger {
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: -7px;
        padding: 5px 7px
    }

    .header-mobile__burger:focus {
        outline-color: transparent
    }

    .header-mobile__burger-svg {
        vertical-align: middle;
        max-width: 25px;
        max-height: 25px;
        width: auto;
        height: auto;
        fill: #999
    }

    .header__main-wrapper, .sticky .header-mobile__container {
        position: fixed;
        top: 0;
        -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        box-shadow: 0 0 12px rgba(255, 102, 0, .4)
    }

    .sticky .header-mobile__container {
        width: 100%;
        background-color: #e8e8e8
    }

    .sticky .header-mobile__container .header-mobile__wrapper {
        padding: 10px 15px
    }

    .header__main-wrapper {
        bottom: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 95vw;
        z-index: 120;
        background-color: #f60;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }

    .header__main-wrapper.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .header__top .header__phone, .header__top .header__search, .link-about-us__link .link-about-us__value::after {
        display: none
    }

    .header__bottom {
        width: 100%
    }

    .header__top, .header__top-container {
        padding: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header__top {
        position: relative;
        z-index: 25;
        height: 100%;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #f60;
        width: 68px
    }

    .header__top-container {
        display: block;
        width: 100%;
        max-width: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: calc(100vh - 120px)
    }

    .link-about-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
        overflow: auto;
        width: 100%;
        min-height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #eee
    }

    .link-about-us__list {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0
    }

    .link-about-us__item {
        margin: 0;
        width: 100%;
        padding: 10px 0
    }

    .link-about-us__link {
        width: 100%;
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .link-about-us__link .link-about-us__icon {
        stroke: #999;
        max-height: none;
        max-width: none;
        height: 23px;
        margin: 0 0 6px
    }

    .link-about-us__link .link-about-us__value {
        color: #999;
        text-align: center
    }

    .link-about-us__counter {
        display: none
    }

    .link-about-us__item--mobile {
        display: block
    }

    .link-about-us__block, .link-about-us__image-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .link-about-us__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 6px;
        width: 100%
    }

    .link-about-us__image-block {
        width: 20px;
        height: 12px
    }

    .link-about-us__image {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%
    }

    .link-about-us__arrow {
        display: block;
        margin-left: 8px;
        fill: #999
    }

    .button-close-menu {
        display: block;
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 68px;
        height: 68px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 26;
        background-color: #f60
    }

    .button-close-menu:focus {
        outline-color: transparent
    }

    .button-close-menu::after, .button-close-menu::before {
        content: "";
        width: 25px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff
    }

    .button-close-menu::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .button-close-menu::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .header__bottom, .sticky .header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: calc(100% - 68px);
        padding: 0;
        top: 0;
        z-index: 4;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header__bottom-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: none;
        padding: 0
    }

    .header__bottom-container .header__logo, .navigation__list .language-select, .sub-menu__list .language-select {
        display: none
    }

    .header__bottom-container, .header__navigation, .navigation__list, .sub-menu__list {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: calc(100% - 150px);
        padding: 21px 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .navigation__list, .sub-menu__list {
        padding-left: 45px
    }

    .sub-menu__list {
        padding-left: 0
    }

    .navigation__link, .sub-menu__link {
        position: relative;
        width: 100%;
        padding: 9px 10px 7px 2px;
        border-bottom: 1px solid #eee
    }

    .navigation__link-icon, .sub-menu__icon {
        display: none
    }

    .sub-menu__link {
        min-height: auto
    }

    .sub-menu__text {
        padding-left: 0;
        white-space: normal;
        display: inline-block;
        word-break: break-word
    }

    .navigation__link-plus, .sub-menu__link-plus {
        display: block;
        position: absolute;
        left: -26px;
        top: 12px;
        padding: 10px;
        width: 12px;
        height: 12px
    }

    .navigation__link-plus::after, .navigation__link-plus::before, .sub-menu__link-plus::after, .sub-menu__link-plus::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 12px;
        height: 1px;
        background-color: #000
    }

    .navigation__link-plus::before, .sub-menu__link-plus::before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .header__info-magazine.info-magazine.hide, .header__search-number {
        display: none
    }

    .header__info-magazine.info-magazine, .info-magazine__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__info-magazine.info-magazine {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100%;
        padding: 15px 0 15px 20px;
        background-color: #f60
    }

    .info-magazine__phone {
        margin-bottom: 5px
    }

    .info-magazine__phone-link {
        position: relative;
        width: 100%;
        margin-bottom: 2px
    }

    .info-magazine__phone-icon {
        position: absolute;
        left: -24px;
        top: 0;
        fill: #fff;
        width: 16px;
        height: 16px
    }

    .info-magazine__phone-text, .info-magazine__phone-value {
        width: auto;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        letter-spacing: .36px
    }

    .info-magazine__phone-text {
        margin: 0;
        width: 100%;
        padding: 0 0 10px;
        font-size: 16px;
        border-bottom: 1px solid #fff
    }

    .info-magazine__time-work {
        width: 100%;
        padding-top: 5px
    }

    .info-magazine__work {
        padding: 0;
        margin: 0;
        width: 100%;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        letter-spacing: .4px
    }

    .sub-menu-2__fixed-container, .sub-menu-3__fixed-container, .sub-menu__fixed-container {
        display: block
    }

    .header__language-fixed, .sub-menu-2__fixed-container, .sub-menu-3__fixed-container, .sub-menu__fixed-container {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 68px;
        left: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: calc(95vw - 68px);
        padding: 90px 0 40px 44px;
        opacity: 1;
        max-height: none;
        overflow-x: hidden;
        z-index: 120;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }

    .sub-menu__fixed-container.show {
        z-index: 121
    }

    .header__language-fixed.show, .sub-menu-2__fixed-container.show, .sub-menu-3__fixed-container.show, .sub-menu__fixed-container.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .header__language-fixed.show {
        z-index: 121
    }

    .sub-menu__fixed-container .sub-menu:not(.navigation__sub-menu-2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sub-menu-2__fixed-container.show {
        z-index: 125
    }

    .sub-menu-3__fixed-container.show {
        z-index: 130
    }

    .sub-menu-2__fixed-container .navigation__sub-menu-2, .sub-menu-3__fixed-container .navigation__sub-menu-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sub-menu {
        display: none;
        position: relative;
        top: 0;
        bottom: 20px;
        right: auto;
        left: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        opacity: 1;
        max-height: none;
        overflow-x: hidden;
        z-index: 120;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        -webkit-transition: all .4s linear;
        transition: all .4s linear
    }

    .header__language-back-button, .sub-menu__back-button {
        display: block;
        position: absolute;
        top: 10px;
        left: 0
    }

    .sub-menu__image-big-block {
        display: none
    }

    .header-mobile__search-block {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 25px;
        padding: 0 15px
    }

    .header-mobile__search-block .header__search {
        width: 100%
    }

    .header-mobile__search-block .search-form__fieldset {
        width: 100%;
        height: 35px
    }

    .header-mobile__search-block .search-form__wrapper {
        background-color: transparent
    }

    .header-mobile__search-block .search-form__wrapper.open-search {
        background-color: #fff
    }

    .header-mobile__search-block .search-form__input::-moz-placeholder {
        color: #000
    }

    .header-mobile__search-block .search-form__input::-webkit-input-placeholder {
        color: #000
    }

    .header-mobile__search-block .search-form__input:-ms-input-placeholder, .header-mobile__search-block .search-form__input::-ms-input-placeholder {
        color: #000
    }

    .header-mobile__search-block .search-form__input::placeholder {
        color: #000
    }

    .navigation__link:focus, .navigation__link:hover {
        border-bottom: 1px solid #eee
    }

    .navigation__item--submenu:focus .navigation__link, .navigation__item--submenu:hover .navigation__link, .navigation__link:focus, .navigation__link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 0;
        background-color: transparent
    }

    .navigation__item--submenu:focus-within .navigation__link {
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 0;
        background-color: transparent
    }

    .navigation__item--submenu:focus .sub-menu, .navigation__item--submenu:hover .sub-menu {
        padding: 90px 0 20px 44px;
        opacity: 1;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 120
    }

    .navigation__item--submenu:focus .sub-menu.show, .navigation__item--submenu:hover .sub-menu.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        z-index: 121
    }

    .navigation__item--submenu:focus-within .sub-menu {
        padding: 90px 0 20px 44px;
        opacity: 1;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 120
    }

    .navigation__item--submenu:focus-within .sub-menu.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        z-index: 121
    }

    .header__language-fixed {
        display: block
    }

    .header__language-fixed .language-select__body, .header__language-fixed .phone-language-select__body {
        width: 100%
    }

    .header__language-fixed .language-select__item, .header__language-fixed .phone-language-select__item {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #eee;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__language-fixed .language-select__image-block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 10px 0 0
    }

    .header__language-fixed .active .language-select__icon, .header__language-fixed .active .phone-language-select__icon, .header__language-fixed .language-select__icon, .header__language-fixed .phone-language-select__icon {
        display: none
    }

    .header__language-fixed .active .language-select__check, .header__language-fixed .active .phone-language-select__check {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 10px;
        fill: #f60
    }

    .header__language-fixed .language-select__text, .header__language-fixed .phone-language-select__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 769px) {
    .slick-circle-arrows .slick-arrow {
        font-size: 0;
        color: transparent;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        right: inherit;
        top: inherit;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #fff;
        border: 1px solid transparent;
        -webkit-transition: .4s;
        transition: .4s
    }

    .slick-circle-arrows .slick-arrow::after, .slick-circle-arrows .slick-arrow::before {
        font-size: 0;
        color: transparent
    }

    .slick-circle-arrows .slick-arrow::before {
        position: absolute;
        top: 50%;
        left: calc(50% + 2px);
        width: 14px;
        height: 14px;
        border-left: 3px solid #999;
        border-bottom: 3px solid #999;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s
    }

    .slick-circle-arrows .slick-arrow:hover, .slick-circle-arrows .slick-arrow:hover::before {
        border-color: #f60
    }

    .slick-circle-arrows .slick-next {
        left: 64px
    }

    .slick-circle-arrows .slick-next::before {
        left: calc(50% - 2px);
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg)
    }

    .slick-circle-arrows--fill-on-hover .slick-arrow {
        border-color: #999
    }

    .slick-circle-arrows--fill-on-hover .slick-arrow:hover {
        background-color: #f60;
        border-color: #f60
    }

    .slick-circle-arrows--fill-on-hover .slick-arrow:hover:before {
        border-left-color: #fff;
        border-bottom-color: #fff
    }

    .slick-circle-arrows--fill-on-hover .slick-arrow.slick-disabled {
        background-color: transparent;
        border-color: #999;
        cursor: default
    }

    .slick-circle-arrows--fill-on-hover .slick-arrow.slick-disabled:before {
        border-left-color: #999;
        border-bottom-color: #999
    }
}

.banner {
    width: 100%;
    background-color: #e8e8e8;
    overflow: hidden
}

.banner.banner--one {
    padding-bottom: 0;
    margin-bottom:25px;
}

.banner.banner--one .banner__slider .slick-dots, .banner.banner--one-big .banner__slider .slick-dots {
    top: 350px
}

.banner.banner--one .banner__slider-container {
    height: 320px
}

.banner.banner--one-big .banner__slider-container {
    height: 510px
}

.banner.banner--one-big .banner__slider-item {
    padding-bottom: 48px
}

.banner.banner--empty {
    margin: 21px 0
}

.banner.banner--discount .banner__info {
    padding-bottom: 10px
}

@media all and (max-width: 992px) {
    .banner.banner--discount .banner__info {
        padding-left: 0;
        padding-top: 35px;
        padding-bottom: 0
    }

    .banner.banner--discount .banner__title {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 14px
    }
}

.banner.banner--discount .banner__text-block {
    margin-bottom: 0
}

.banner.banner--discount .banner__slider-container {
    height: 480px
}

@media all and (max-width: 992px) {
    .banner.banner--discount .banner__slider-container {
        height: 496px
    }
}

.banner.banner--discount .banner__slider-item {
    padding: 0
}

.banner.banner--discount .banner__image-block {
    max-width: 650px;
    bottom: 0;
    top: 65px;
    background-image: url(/local/templates/kronos_new/img/sale/hand_balloons.png);
    background-position: top right;
    right: 50px
}

@media all and (max-width: 992px) {
    .banner.banner--discount .banner__image-block {
        background-image: url(/local/templates/kronos_new/img/sale/hand_balloons.png);
        width: 340px;
        height: 100%;
        bottom: 0;
        top: auto;
        background-position: center bottom;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.banner__title--light {
    font-weight: 100
}

.banner__slider, a#popup-order-service-link.button.button--theme, a#popup-sign-up-service-link.button.button--theme {
    width: 100%
}

.banner__slider-item {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (min-width: 1921px) {
    .banner__slider-item {
        background-size: 1920px auto
    }
}

.banner__slider-item.slick-slide {
    outline-color: transparent;
    overflow: hidden
}

.banner__slider-item:not(.slick-slide):not(:first-child) {
    display: none
}

.banner__info, .banner__slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.banner__slider-container {
    height: 350px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 58px;
    z-index: 1
}

.banner__info {
    width: 610px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2
}

@media only screen and (max-width: 599px) {
    .banner__info {
        padding-bottom: 0
    }
}

.banner--one .banner__info {
    width: 678px;
    padding-bottom: 30px;
    height: 300px
}

.banner--one .banner__title, .banner__title {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: none;
    -webkit-line-clamp: 5
}

.banner__title {
    padding: 0;
    margin: 0 0 16px;
    font-weight: 200 !important;
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    max-height: 130px;
    -webkit-line-clamp: 3
}

.banner__text-block {
    width: 80%;
    overflow: hidden;
    margin-bottom: 16px
}

.banner__text {
    line-height: 1.3;
    font-weight: 200 !important;
    font-size: 18px;
    letter-spacing: .4px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}
@media (max-width: 992px) {
.banner__text {font-size: 14px;}
}
.banner__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #e8e8e8
}

.banner__image-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 30px;
    right: 0;
    max-width: 850px;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat
}

.banner__image-text {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    font-size: 248px;
    line-height: 1.2;
    color: #000;
    font-weight: 900;
    letter-spacing: .36px;
    opacity: .05
}

.banner__slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 400px;
    bottom: auto;
    max-width: 1188px;
    left: 50.9%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner__slider .slick-dots li {
    margin: 0 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner__slider .slick-dots svg {
    stroke: #999;
    stroke-width: 2px
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

@media all and (max-width: 992px) {
    main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }

    .main-category, .main-reviews, .why-and-video {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .banner, .main-catalog, .main-category--without-order {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .banner {
        margin-top: -145px
    }

    .banner, .banner.banner--one, .banner.banner--one-big {
        padding-top: 156px;
        padding-bottom: 0
    }

    .banner .banner__slider-item, .banner.banner--one .banner__slider-item {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .banner.banner--one-big .banner__slider-item {
        padding-top: 15px;
        padding-bottom: 10px
    }

    .banner--one .banner__slider-container, .banner.banner--one-big .banner__slider-container {
        height: 310px
    }

    .banner__slider-container {
        padding: 0 20px;
        position: relative
    }

    .banner__slider .slick-dots {
        top: auto;
        bottom: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

    .banner__info.banner--one.banner__info {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 2;
        height: 300px
    }

    .banner__title {
        font-size: 25px
    }

    .banner__text, .banner__title {
        overflow: visible;
        text-overflow: unset;
        max-height: none;
        -webkit-line-clamp: unset
    }

    .banner__text-block {
        max-height: 100%
    }

    .banner__title--light {
        font-weight: 100
    }

    .banner__text-block {
        width: 56%;
        max-width: 100%
    }

    .banner__image-text {
        display: none
    }

    .banner__button {
        margin-top: auto;
        position: absolute;
        bottom: -10px
    }

    .banner__image-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 200px;
        background-position: right center;
        z-index: 0
    }
}

@media all and (max-width: 575px) {
    .banner.space-between-mobile .banner__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .banner.space-between-mobile .banner__text-block {
        width: 100%
    }

    .banner.space-between-mobile .banner__image-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 70px;
        max-width: 100%;
        height: 230px
    }
}

@media all and (max-width: 375px) {
    .banner__image-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 10px;
        width: 100%;
        max-width: 100%;
        height: 165px
    }

    .banner, .banner.banner--one {
        padding-top: 170px;
        height: auto
    }

    .banner.banner--one .banner__slider-item {
        padding-top: 10px
    }

    .banner .banner__slider-item {
        padding-top: 10px;
        height: auto
    }
}

@media (max-width: 992px) {
    .banner.banner--one .banner__slider-item {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .banner__title {
        font-size: 20px;
        max-width: 320px
    }
}

@media only screen and (max-width: 599px) {
    section.banner.banner--one.banner--one_history {
        display: none
    }
}

.banner.banner--one .banner__slider-item {
    padding-bottom: 10px
}

.banner__text.span {
    padding-top: 5px
}

.banner__info.banner__info-opt {
    padding-bottom: 0;
    padding-top: 110px;
    padding-left: 45px
}

@media only screen and (max-width: 599px) {
    .banner__info.banner__info-opt {
        padding-top: 0
    }
}

.banner__text span {
    line-height: 1.6
}

.why-and-video {
    width: 100%;
    margin-top: -250px
}

.why-and-video__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.why-and-video__title {
    display: block;
    margin-bottom: 17px;
    width: auto;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px
}

.why-and-photo {
    width: 100%;
    margin-bottom: 28px
}

.why-and-photo .company-info__stock {
    display: none
}

@media all and (max-width: 992px) {
    .why-and-photo .company-info__stock {
        display: block
    }
}

.why-and-photo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.why-and-photo__title {
    display: block;
    margin-bottom: 15px;
    width: auto;
    text-transform: uppercase
}

@media all and (max-width: 992px) {
    .why-and-video {
        margin-top: 130px;
        margin-bottom: 30px;
        background-color: #eee
    }

    .why-and-video__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .why-and-photo {
        background-color: #fff;
        padding-bottom: 10px;
        margin-bottom: 0
    }
}

@media all and (max-width: 992px) and (max-width: 992px) {
    .why-and-photo {
        padding-bottom: 0
    }
}

@media all and (max-width: 992px) {
    .why-and-photo .why-buy {
        display: none
    }
}

.why-buy {
    width: 47.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.why-buy--desktop-hidden {
    display: none
}

.why-buy--dark {
    background-color: #e8e8e8
}

.why-buy__slider {
    width: 133.3%;
    z-index: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .why-buy__slider {
        z-index: auto
    }
}

.why-buy__slider_focus {
    z-index: 2
}

.why-buy__item, .why-buy__item-wrapper {
    width: 25%;
    height: 162px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.why-buy__item-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid #c4c4c4;
    border-right: 0;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: width .1s linear .1s;
    transition: width .1s linear .1s;
    cursor: pointer;
    text-decoration: none
}

.why-buy__item-wrapper:focus, .why-buy__item-wrapper:hover {
    text-decoration: none;
    outline-color: transparent
}

@media (min-width: 1200px) {
    .why-buy__item-wrapper.active {
        width: 200%;
        background: 0 0;
        border-color: transparent;
        z-index: 4
    }

    .why-buy__item-wrapper.active .why-buy__info {
        width: 100%;
        height: 100%;
        border-radius: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .why-buy__item-wrapper.active .why-buy__info-text, .why-buy__item-wrapper.active .why-buy__link {
        opacity: 1;
        -webkit-transition: opacity .3s ease-out .5s;
        transition: opacity .3s ease-out .5s
    }

    .why-buy__item-wrapper:hover .why-buy__dollars img, .why-buy__item-wrapper:hover .why-buy__dollars svg {
        width: 36px;
        height: 36px
    }

    .why-buy__item-wrapper:focus .why-buy__dollars img, .why-buy__item-wrapper:focus .why-buy__dollars svg {
        width: 36px;
        height: 36px
    }

    .why-buy__item-wrapper:focus-within .why-buy__dollars img, .why-buy__item-wrapper:focus-within .why-buy__dollars svg {
        width: 36px;
        height: 36px
    }
}

@media (min-width: 993px) and (max-width: 1210px) {
    .why-buy__item-wrapper {
        padding: 13px 9px
    }
}

.why-buy__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 154px;
    height: 147px;
    padding: 25px 24px 16px 70px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #f60;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.why-buy__info-text, .why-buy__link {
    opacity: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out
}

.why-buy__info-text {
    padding: 0;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 74px;
    -webkit-line-clamp: 4;
    width: 100%
}

.why-buy__link {
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-decoration: none
}

.why-buy__link:focus, .why-buy__link:hover {
    text-decoration: none;
    outline-color: transparent;
    color: #fff
}

.why-buy__link::after {
    background-image: repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 0, transparent 2px)
}

.why-buy__dollars {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    width: auto;
    height: auto;
    background-color: #f60
}

.why-buy__dollars img, .why-buy__dollars svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
    fill: none;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.why-buy__text {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

@media (min-width: 993px) and (max-width: 1210px) {
    .why-buy__text {
        font-size: 14px
    }
}

.why-buy__slider .slick-list {
    z-index: 0
}

@media screen and (max-width: 992px) {
    .why-buy__slider .slick-list {
        z-index: 1
    }
}

.why-buy__slider .slick-list.active {
    z-index: 1
}

.why-buy__item.slick-current ~ .slick-active ~ .slick-active ~ .slick-active {
    opacity: 0
}

.why-buy__circle-plus {
    display: none
}

@media all and (max-width: 992px) {
    .why-buy {
        margin-top: -155px;
        position: relative;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding-top: 10px
    }

    .why-buy--desktop-hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% + 30px);
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .why-buy--desktop-hidden .why-and-video__title {
        text-align: center
    }

    .why-buy__slider {
        width: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        height: 240px;
        overflow: visible
    }

    .why-buy__slider .slick-track {
        max-width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-perspective: 100px;
        perspective: 100px
    }

    .why-buy__slider .slick-list {
        padding: 0 15%
    }

    .why-buy__slider .slick-current, .why-buy__slider .slick-slide {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .why-buy__slider .slick-slide {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s, -webkit-transform 1s;
        position: absolute;
        opacity: 0
    }

    .why-buy__slider .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        z-index: 2
    }

    .why-buy__slider .slick-snext {
        opacity: 1;
        -webkit-transform: translate3d(20%, 0, -20px);
        transform: translate3d(20%, 0, -20px);
        z-index: 1
    }

    .why-buy__slider .slick-sprev {
        opacity: 1;
        -webkit-transform: translate3d(-20%, 0, -20px);
        transform: translate3d(-20%, 0, -20px)
    }

    .why-buy__item, .why-buy__item-wrapper {
        height: 200px
    }

    .why-buy__info {
        width: 200px;
        height: 200px
    }

    .why-buy__dollars img, .why-buy__dollars svg {
        width: 44px;
        height: 44px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

    .why-buy__item-wrapper {
        border-right: 1px solid #c4c4c4
    }

    .why-buy__item-wrapper:focus-within .why-buy__info {
        width: 200px;
        height: 200px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%
    }

    .why-buy__item-wrapper:focus-within .why-buy__dollars img, .why-buy__item-wrapper:focus-within .why-buy__dollars svg {
        width: 44px;
        height: 44px
    }

    .why-buy__item-wrapper:focus .why-buy__info, .why-buy__item-wrapper:hover .why-buy__info {
        width: 200px;
        height: 200px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%
    }

    .why-buy__item-wrapper:focus .why-buy__dollars img, .why-buy__item-wrapper:focus .why-buy__dollars svg, .why-buy__item-wrapper:hover .why-buy__dollars img, .why-buy__item-wrapper:hover .why-buy__dollars svg {
        width: 44px;
        height: 44px
    }

    .why-buy__item-wrapper:focus-within {
        width: 100%;
        background: #fff;
        border-color: #999
    }

    .why-buy__item-wrapper:focus, .why-buy__item-wrapper:hover {
        width: 100%;
        background: #fff;
        border-color: #999
    }

    .why-buy__item-wrapper:focus .why-buy__info-text, .why-buy__item-wrapper:focus .why-buy__link, .why-buy__item-wrapper:hover .why-buy__info-text, .why-buy__item-wrapper:hover .why-buy__link {
        opacity: 0
    }

    .why-buy__item-wrapper:focus-within .why-buy__info-text, .why-buy__item-wrapper:focus-within .why-buy__link {
        opacity: 0
    }

    .why-buy__text {
        padding-right: 40px
    }

    .why-buy__circle-plus {
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 4
    }

    .why-buy__circle-plus .why-buy__circle-plus-svg {
        fill: none;
        stroke: #999
    }
}

@media all and (max-width: 500px) {
    .why-buy__slider .slick-snext {
        opacity: 1;
        -webkit-transform: translate3d(30%, 0, -20px);
        transform: translate3d(30%, 0, -20px);
        z-index: 1
    }

    .why-buy__slider .slick-sprev {
        opacity: 1;
        -webkit-transform: translate3d(-30%, 0, -20px);
        transform: translate3d(-30%, 0, -20px)
    }
}

.slick-slide.slick-hidden {
    visibility: hidden;
    opacity: 0
}

.why-buy__slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.why-buy__navigation-arrows {
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4
}

.photo-magazine__navigation-arrows, .video-review__navigation-arrows, .why-buy__navigation-arrows {
    background-color: #e8e8e8;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media all and (max-width: 992px) {
    .photo-magazine__navigation-arrows, .video-review__navigation-arrows, .why-buy__navigation-arrows {
        top: auto;
        bottom: 0;
        background: 0 0;
        border: 0
    }
}

.why-buy__navigation-arrows_hidden {
    opacity: 0
}

@media all and (max-width: 992px) {
    .why-buy__navigation-arrows_hidden {
        opacity: 1
    }
}

.video-review, .video-review__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -2px;
    width: 52.6%
}

.video-review__slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4
}

.video-review__item {
    width: 50%;
    height: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (max-width: 992px) {
    .video-review {
        position: relative;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0
    }

    .video-review .why-and-video__title {
        margin-top: 10px
    }

    .why-and-video__title {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 400;
        color: #000;
        letter-spacing: .36px;
        text-transform: lowercase;
        position: relative
    }

    .why-and-video__title::first-letter {
        text-transform: uppercase
    }

    .why-and-video__title::before {
        content: '›';
        position: absolute;
        top: 50%;
        right: -10px;
        font: inherit;
        color: #9999;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .why-and-video__title:hover::before {
        content: '›';
        font: inherit;
        color: #f60
    }

    .video-review__slider {
        width: calc(100% + 30px);
        margin: 0 -15px;
        background-color: #fff;
        border-bottom: 0
    }

    .video-review__slider.slider-arrow-block .slick-prev {
        right: 60px
    }

    .video-review__slider.slider-arrow-block .slick-next {
        right: 25px
    }

    .video-review__slider .slider-arrow-block__counter {
        left: 25px
    }

    .video-review__item {
        height: 240px
    }
}

@media all and (max-width: 375px) {
    .video-review__item {
        height: 180px
    }
}

.video-review__slider-wrapper {
    position: relative;
    width: 100%
}

@media all and (max-width: 992px) {
    .video-review__navigation-arrows {
        bottom: 15px
    }
}

.main-category {
    width: 100%;
    padding-bottom: 30px
}

.main-category--spare-part .main-category__sub-title, .main-category--spare-part .main-category__title {
    text-transform: none
}

.main-category__title-block {
    width: auto;
    margin-bottom: 28px;
    padding-top: 40px
}

.main-category__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-category__item, .main-category__link, .main-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-category__item {
    height: auto;
    padding: 32px 16px 16px;
    width: 25%
}

.main-category__link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none
}

.main-category__link:focus, .main-category__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.main-category__link:focus .main-category__title, .main-category__link:hover .main-category__title {
    color: #f60
}

.main-category__image-block {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 20px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-category__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.main-category__title {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    text-align: center;
    text-transform: uppercase
}

.main-category__count, .main-category__sub-title {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #f60
}

.main-category__sub-title {
    width: 100%;
    padding: 0;
    text-transform: lowercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    margin: 0;
    line-height: 1.2;
    letter-spacing: .4px
}

.main-category__count {
    margin: 40px 0 0;
    line-height: 18px;
    letter-spacing: .48px
}

@media all and (max-width: 992px) {
    .main-category {
        padding-bottom: 30px
    }

    .main-category .title-line__title {
        padding: 0 20px;
        text-align: center
    }

    .main-category__title-block {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .main-category__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-category__item {
        width: 33.333%;
        padding: 24px 5px;
        position: relative
    }

    .main-category__link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-category__image-block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0;
        margin-bottom: 0;
        height: 150px;
        position: relative;
        display: contents;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }

    .main-category__image-block .main-category__image {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%
    }

    .main-category--spare-part .main-category__image-block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .main-category__count {
        margin-top: 12px
    }
}

@media all and (max-width: 600px) {
    .main-category__item {
        width: 50%
    }

    .main-category__title {
        margin-top: 30px;
        text-transform: unset
    }

    .main-category__title span {
        display: inline;
        border-bottom: 1px dotted rgba(0, 0, 0, .2);
        text-transform: unset
    }

    .main-category__title span::first-letter {
        text-transform: uppercase
    }

    .main-category__title br {
        display: none
    }
}

@media (max-width: 600px) {
    .main-category__sub-title, .main-category__title {
        margin-bottom: 8px
    }
}

@media (min-width: 601px) and (max-width: 993px) {
    h3.main-category__title {
        margin-top: 15px
    }
}

.popup.popup-product-presents {
    padding: 28px 64px 21px;
    width: 720px
}

@media (max-width: 768px) {
    .popup.popup-product-presents {
        padding: 35px 17px 20px;
        width: 288px
    }
}

.popup-product-presents .popup__title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .popup-product-presents .popup__title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 400;
        color: #000;
        margin-bottom: 13px
    }
}

.product-presents {
    width: 100%;
    padding-bottom: 30px
}

.product-presents__title-block {
    width: auto;
    margin-bottom: 28px
}

.product-presents__item, .product-presents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-presents__list {
    list-style: none;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.product-presents__item {
    position: relative;
    padding: 10px 10px 30px;
    width: 33.33%;
    height: auto
}

@media (max-width: 768px) {
    .product-presents__item {
        width: 50%;
        padding: 10px 5px 5px
    }
}

.product-presents__item .plus {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background-color: #999;
    cursor: pointer;
    left: 16px;
    top: 0
}

@media (max-width: 768px) {
    .product-presents__item .plus {
        top: 0;
        left: 0
    }
}

.product-presents__item .plus:after, .product-presents__item .plus:before {
    position: absolute;
    content: ' ';
    display: inline-block;
    width: 9px;
    border: 1px solid #fff;
    top: 7px;
    left: 3px
}

.product-presents__item .plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-presents__item .plus:hover {
    background-color: #990
}

.product-presents__link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.product-presents__link:focus, .product-presents__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.product-presents__link:hover .product-presents__title {
    color: #f60
}

.product-presents__image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 162px;
    max-height: 99px;
    padding: 0 16px;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .product-presents__image-block {
        padding: 0;
        margin-bottom: 5px;
        max-width: 112px;
        max-height: 63px
    }
}

.product-presents__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.product-presents__title {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    width: 100%;
    letter-spacing: .4px;
    text-align: center
}

@media (max-width: 768px) {
    .product-presents__title {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 400;
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center
    }
}

.popup-calc-price__summary_text {
    margin-bottom: 30px !important
}

.textual, .textual__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.textual__title-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.textual__title {
    width: calc(100% - 100px)
}

.textual__block {
    width: 100%;
    height: 330px;
    position: relative;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

@media (min-width: 993px) and (max-width: 1280px) {
    .textual__block {
        height: 400px
    }
}

.textual__slider {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: visible
}

.textual__slider .slick-list {
    width: 100%;
    overflow: visible
}

.textual__slider .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.textual__item, .textual__item.active, .textual__item.slick-current {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.textual__item {
    display: block;
    width: 154px;
    height: 215px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 0;
    right: auto;
    margin: auto;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    z-index: 1;
    position: absolute;
    opacity: 0
}

.textual__item.active, .textual__item.slick-current {
    z-index: 5;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .38);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .38);
    opacity: 1;
    position: relative
}

.textual__item.active:focus, .textual__item.active:hover, .textual__item.slick-current:focus, .textual__item.slick-current:hover {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .38);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .38)
}

.textual__item.active .textual__button, .textual__item.slick-current .textual__button, .video-wrapper .video__link span {
    opacity: 1
}

.textual__item.firstChild {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .38);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .38);
    opacity: 1;
    -webkit-transform: translate3d(50px, 20px, 0);
    transform: translate3d(50px, 20px, 0);
    z-index: 4
}

.textual__item.firstChild:focus, .textual__item.firstChild:hover, .textual__item.secondChild:focus, .textual__item.secondChild:hover, .textual__item.thirdChild:focus, .textual__item.thirdChild:hover {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .38);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .38)
}

.textual__item.secondChild, .textual__item.thirdChild {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .38);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .38);
    opacity: 1;
    -webkit-transform: translate3d(80px, 40px, 0);
    transform: translate3d(80px, 40px, 0);
    z-index: 3
}

.textual__item.thirdChild {
    -webkit-transform: translate3d(120px, 60px, 0);
    transform: translate3d(120px, 60px, 0);
    z-index: 2
}

.textual__item-wrapper {
    display: block;
    width: 154px;
    height: 215px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.textual__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top
}

.textual__button {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    text-align: center;
    background-color: #f60;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.textual__button:focus {
    outline-color: transparent
}

.textual__button-svg {
    display: inline-block;
    margin-right: 8px;
    fill: none;
    stroke: #fff;
    vertical-align: middle
}

.textual__button-text {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    vertical-align: middle
}

.textual__slider.slider-arrow-block .slick-next, .textual__slider.slider-arrow-block .slick-prev {
    top: auto;
    bottom: 300px;
    background-color: #fff
}

@media (min-width: 993px) and (max-width: 1280px) {
    .textual__slider.slider-arrow-block .slick-next, .textual__slider.slider-arrow-block .slick-prev {
        bottom: 368px
    }
}

.textual__slider.slider-arrow-block .slick-prev {
    right: 32px
}

.textual__slider.slider-arrow-block .slick-next {
    right: 0
}

.faq__title {
    display: block;
    width: 100%
}

.faq__container {
    width: 100%;
    position: relative
}

.faq__wrapper {
    width: 100%;
    max-height: 330px;
    overflow-y: scroll;
    -ms-overflow-style: none
}

.faq__wrapper::-webkit-scrollbar {
    display: none
}

.faq__accordion {
    padding-right: 20px
}

.bar, .track {
    position: absolute;
    right: 0
}

.track {
    display: none;
    top: 0;
    bottom: 0;
    width: 6px;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    z-index: 7
}

.track::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    background-color: #c4c4c4
}

.faq__container._scrollbar .bar, .faq__container._scrollbar .track {
    display: block
}

.bar {
    left: 0;
    height: auto;
    z-index: 5;
    border-radius: 3px;
    background: #f60;
    cursor: pointer
}

.bar:active, .bar:hover, .categories-list li.active li.active .categories-list__title::before {
    background: #999
}

.bar, .faq__fixed-block, .why-buy__fixed-block {
    display: none
}

@media all and (max-width: 1260px) {
    .faq__wrapper {
        max-height: 400px
    }
}

@media all and (max-width: 992px) {
    .faq {
        margin-bottom: 0;
        position: relative
    }

    .faq__container._scrollbar .track {
        display: none
    }

    .faq__accordion {
        padding: 0
    }

    .faq__fixed-block, .why-buy__fixed-block {
        display: block;
        position: fixed;
        z-index: 150;
        top: 0;
        right: 0;
        bottom: 0;
        width: 95vw;
        max-height: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        padding: 60px 17px 10px 28px;
        background-color: #fff;
        overflow: scroll
    }

    .why-buy__fixed-block {
        background-color: #f60
    }

    .faq__fixed-block.show, .why-buy__fixed-block.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    .why-buy__fixed-block .why-buy__fixed-content p, .why-buy__fixed-block .why-buy__fixed-link {
        color: #fff
    }

    .why-buy__fixed-block .back-block__button {
        color: #fff;
        fill: #fff
    }

    .faq__button-back, .why-buy__fixed-block .why-buy__fixed-button-back {
        position: absolute;
        top: 10px;
        left: 0
    }

    .why-buy__fixed-block .why-buy__fixed-content {
        max-width: calc(100vh - 120px);
        margin-bottom: 10px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        color: #fff
    }
}

.back-block {
    width: auto;
    height: auto
}

.back-block__button {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #f60;
    fill: #f60;
    letter-spacing: .36px
}

.back-block__button:focus {
    outline-color: transparent
}

.back-block__button--white {
    color: #fff;
    fill: #fff
}

.black-block__arrow {
    margin-top: 1px;
    vertical-align: baseline;
    fill: inherit
}

.back-block__text {
    display: inline-block;
    margin-left: 10px;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    vertical-align: baseline
}

.advantages-blocks {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    background: #e8e8e8;
    color: #fff;
    max-width: 100%;
    overflow: hidden
}

.advantages-blocks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (min-width: 1260px) {
    .advantages-blocks__container::after, .advantages-blocks__container::before {
        width: 32px;
        height: 100%;
        content: '';
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: -17px
    }

    .advantages-blocks__container::after {
        left: initial;
        right: -17px
    }
}

@media (max-width: 768px) {
    .advantages-blocks__container {
        padding: 0;
        max-width: initial
    }

    .advantages-blocks__text {
        padding: 2px 10px 0 2px;
        color: #000
    }
}

.advantages-blocks__line {
    height: 288px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f60
}

.advantages-blocks__item, .advantages-blocks__item-inverse {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .advantages-blocks__item-inverse > *, .advantages-blocks__item > * {
        width: 50%
    }
}

.advantages-blocks__item-inverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.advantages-blocks__block {
    background: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px
}

@media (min-width: 769px) {
    .advantages-blocks__block {
        max-width: 224px;
        min-width: 224px
    }
}

@media (max-width: 768px) {
    .advantages-blocks__block {
        padding: 12px 8px 14px 16px
    }
}

.advantages-blocks__item-pic {
    max-width: 110px;
    min-width: 110px
}

.advantages-blocks__item-half .advantages-blocks__block {
    max-width: initial;
    min-width: initial
}

.advantages-blocks__item-half > * {
    width: 50%
}

.advantages-blocks__num {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    color: #000
}

.advantages-blocks__num span {
    display: block;
    font-size: 40px;
    line-height: 48px
}

.advantages-blocks__icon, .advantages-blocks__item-pic, .advantages-blocks__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.advantages-blocks__item-pic, .advantages-blocks__pic {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.advantages-blocks__item-pic img, .advantages-blocks__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.advantages-blocks__icon {
    height: 48px
}

@media (max-width: 768px) {
    .advantages-blocks__item-pic {
        display: none
    }

    .advantages-blocks__item, .advantages-blocks__item-inverse {
        width: 50%
    }
}

@media (max-width: 575px) {
    .advantages-blocks__item, .advantages-blocks__item-inverse {
        width: 100%
    }

    .advantages-blocks__block, .advantages-blocks__pic {
        width: 50%
    }

    .advantages-blocks__item-desktop {
        display: none
    }
}

.advantages-blocks__pic img:first-child {
    height: 288px;
    width: 331px
}

.categories-list li.active li.active .categories-list__title, div.advantages-blocks__text {
    color: #000
}

.row-text-block {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px;
    margin: 0 -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 769px) {
    .row-text-block .js-text-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 768px) {
    .row-text-block--mobile .row-text-block__item:not(:last-child) {
        padding-bottom: 28px;
        margin-bottom: 20px
    }

    .row-text-block--mobile .row-text-block__item:not(:last-child)::after {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background: #f60;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.row-text-block__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 0 16px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    cursor: pointer;
    outline: 0
}

@media (min-width: 769px) {
    .row-text-block__item {
        padding-top: 22px
    }

    .row-text-block__item::before {
        content: '';
        display: block;
        width: 32px;
        border-bottom: 2px solid #f60;
        -webkit-transition: .4s;
        transition: .4s;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none
    }

    .row-text-block__item:hover:before {
        width: 100%
    }

    .row-text-block--big {
        margin: 0 -15px
    }

    .row-text-block--big .row-text-block__item {
        margin: 0 16px
    }
}

@media (max-width: 768px) {
    .row-text-block {
        display: block;
        text-align: center
    }

    .container .row-text-block {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }
}

.information-block {
    background: #e8e8e8
}

.information-block--reverse .information-block__wrapper {
    margin-left: 0
}

@media (min-width: 769px) {
    .information-block--service .information-block__wrapper {
        width: calc(100vw - 582px)
    }
}

@media (min-width: 769px) and (min-width: 769px) and (max-width: 1333px) {
    .information-block--service .information-block__wrapper {
        max-width: 60vw;
        width: 60%
    }
}

.information-block--service .information-block__container::before {
    max-width: 705px;
    width: calc(100vw - 720px);
    background: url(/local/templates/kronos_new/img/tab-about-company/service-bus.png) center no-repeat
}

@media (min-width: 769px) and (max-width: 1333px) {
    .information-block--service .information-block__container::before {
        width: 43vw;
        height: 22.8vw;
        right: 0;
        bottom: 0
    }
}

.information-block--service .information-block__container::before {
    position: absolute;
    bottom: 0;
    right: 64px;
    width: 460.65px;
    height: 415px;
    background: url(/local/templates/kronos_new/img/tab-about-company/consultations.png) center bottom no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

@media (min-width: 770px) and (max-width: 992px) {
    .information-block--service .information-block__container::before {
        right: 0;
        width: 350px
    }
}

.information-block--details .information-block__container {
    padding-bottom: 32px
}

.information-block--details .information-block__container::before {
    position: absolute;
    top: -16px;
    right: -23px;
    width: 550px;
    height: 290px;
    background: url(/local/templates/kronos_new/img/tab-about-company/details.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

@media (min-width: 1201px) and (max-width: 1332px) {
    .information-block--details .information-block__container::before {
        width: 51vw;
        height: 22.4vw;
        right: 0;
        top: 45px
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .information-block--details .information-block__container::before {
        width: 51vw;
        height: 25.4vw;
        right: 0;
        top: 65px
    }
}

@media (min-width: 770px) and (max-width: 992px) {
    .information-block--details .information-block__container::before {
        width: 380px;
        right: 15px
    }
}

.information-block--service-center .information-block__container::before {
    position: absolute;
    top: 50px;
    right: 0;
    width: 563px;
    height: 290px;
    background: url(/local/templates/kronos_new/img/tab-about-company/service-center.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

@media (min-width: 993px) and (max-width: 1333px) {
    .information-block--service-center .information-block__container::before {
        width: 41vw;
        height: 21.4vw;
        top: 90px
    }
}

@media (min-width: 770px) and (max-width: 992px) {
    .information-block--service-center .information-block__container::before {
        width: 394px
    }
}

.information-block--service-center .information-block__wrapper {
    max-width: 640px
}

@media (min-width: 993px) and (max-width: 1333px) {
    .information-block--service-center .information-block__wrapper {
        max-width: 50%;
        overflow-x: hidden
    }
}

@media (min-width: 770px) and (max-width: 992px) {
    .information-block--service-center .information-block__wrapper {
        max-width: calc(100% - 400px);
        overflow-x: hidden
    }
}

.information-block--consultations .information-block__container::before {
    position: absolute;
    bottom: 0;
    right: 64px;
    width: 460.65px;
    height: 415px;
    background: url(/local/templates/kronos_new/img/tab-about-company/consultations.png) center bottom no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

@media (min-width: 770px) and (max-width: 992px) {
    .information-block--consultations .information-block__container::before {
        right: 0;
        width: 350px
    }
}

.information-block__map {
    background: rgba(255, 255, 255, .2);
    margin: 0 -15px 40px;
    height: 240px
}

.information-block__container {
    padding-top: 44px;
    padding-bottom: 28px;
    position: relative
}

.information-block__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

.information-block__wrapper {
    max-width: 755px
}

@media (min-width: 993px) and (max-width: 1333px) {
    .information-block__wrapper {
        max-width: 50%;
        overflow-x: inherit
    }
}

@media (min-width: 770px) and (max-width: 992px) {
    .information-block__wrapper {
        max-width: calc(100% - 400px);
        overflow-x: inherit
    }
}

.information-block__list {
    margin: -8px -24px 24px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.information-block__list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 992px) {
    .information-block__list-row {
        display: block
    }
}

.information-block__list-row > * {
    width: 48%
}

@media (max-width: 992px) {
    .information-block__list-row > * {
        width: 100%
    }
}

.information-block__list-item {
    padding: 8px 24px 8px 36px;
    position: relative
}

.information-block__list-item::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 24px;
    border-radius: 50%;
    background: #f60;
    pointer-events: none
}

.information-block__add-info {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-top: 20px
}

.information-block__add-info .button {
    display: inline-block
}

.information-block__phone, .information-block__phone1 {
    margin-top: 10px;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .36px
}

.information-block__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px
}

.information-block__phone a {
    color: inherit;
    text-decoration: none
}

.information-block__phone svg {
    margin-right: 10px;
    stroke: #f60;
    fill: none
}

.information-block__phone1 {
    font-size: 16px;
    display: unset;
    margin-left: 30px;
    color: #999
}

@media only screen and (max-width: 599px) {
    .information-block__phone1 {
        display: block
    }
}

@media (max-width: 768px) {
    .information-block {
        text-align: center
    }

    .information-block--details {
        margin-top: 210px
    }
}

@media only screen and (max-width: 768px) and (max-width: 599px) {
    .information-block--details {
        margin-top: 100px
    }
}

@media (max-width: 768px) {
    .information-block--details .information-block__container {
        padding-top: 68px
    }

    .information-block--details .information-block__container::before {
        width: 290px;
        height: 194px;
        top: 65px !important
    }

    .information-block--consultations {
        margin-top: 320px
    }

    .information-block--consultations .information-block__container::before {
        width: 301.92px;
        height: 272px
    }

    .information-block--service-center {
        margin-top: 150px
    }

    .information-block--service-center .information-block__container {
        padding-top: 60px
    }

    .information-block--service-center .information-block__container::before {
        max-width: initial;
        width: 299px;
        height: 154px;
        top: 50px !important
    }

    .information-block--service {
        margin-top: 280px
    }

    .information-block--service .information-block__container::before {
        width: 360px;
        height: 300px
    }

    .information-block--service .information-block__container::after {
        width: 196.85px;
        height: 272px
    }

    .information-block__phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .information-block__phone a {
        border-bottom: 1px dotted
    }

    .information-block__wrapper {
        width: 100%;
        margin: 0 auto
    }

    .information-block__container::after, .information-block__container::before {
        bottom: inherit !important;
        top: 0 !important;
        right: inherit !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -100%) !important;
        transform: translate(-50%, -100%) !important
    }

    .information-block__list {
        display: block;
        margin: 0 0 20px
    }

    .information-block__list > :not(.information-block__list-item):not(:last-child) > .information-block__list-item:last-child {
        padding-bottom: 20px
    }

    .information-block__list > :not(.information-block__list-item):not(:first-child) > .information-block__list-item:first-child {
        padding-top: 20px
    }

    .information-block__list > :not(.information-block__list-item):not(:first-child) > .information-block__list-item:first-child::before {
        display: block
    }

    .information-block__list-row > * {
        width: 100%
    }

    .information-block__list-item {
        padding: 20px 0
    }

    .information-block__list-item::before {
        width: 32px;
        height: 2px;
        border-radius: 0;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .information-block__list-item:first-child {
        padding-top: 0
    }

    .information-block__list-item:first-child::before {
        display: none
    }

    .information-block__list-item:last-child {
        padding-bottom: 0
    }

    .information-block__container {
        padding-top: 32px;
        padding-bottom: 28px
    }
}

@media only screen and (max-width: 768px) and (max-width: 599px) {
    .information-block__container {
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    .information-block__container .button--theme {
        color: #000;
        background: #fff;
        border-color: #999;
        width: 100%
    }

    .information-block__container .button--theme:hover {
        background-color: #f60;
        border-color: #f60;
        color: #fff;
        width: 100%
    }

    .information-block__title {
        margin-bottom: 28px
    }

    .information-block__phone-info {
        margin-top: 28px;
        padding-top: 20px;
        position: relative
    }

    .information-block__phone-info::before {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background: #f60;
        position: absolute;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.information-block.information-block--reverse.information-block--service-center {
    margin-top: 70px
}

@media (max-width: 768px) {
    .information-block.information-block--reverse.information-block--service-center {
        margin-top: 190px
    }
}

.information-block__wrapper.information-block__wrapper_my {
    max-width: 640px
}

@media (min-width: 993px) and (max-width: 1260px) {
    .information-block__wrapper.information-block__wrapper_my {
        max-width: 563px
    }
}

@media (max-width: 768px) {
    .form__fieldset:not(.file):not(:last-child), .input__phone:not(.file):not(:last-child) {
        width: 100%
    }

    .feedback-form .form__button {
        width: 100%
    }

    .container.mobile-slider.container--overflow.container--overflow-service {
        height: 120px
    }
}

.information-block__add-info.information-block__phone-info-1, .service_phone_zapchasti {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.information-block__phone.information-block__phone-2 {
    margin-top: 0;
    margin-left: 15px;
    font-size: 20px
}

@media only screen and (max-width: 599px) {
    .information-block__phone.information-block__phone-2 {
        padding-top: 10px
    }
}

.service_phone_zapchasti {
    margin-left: 25px
}

@media only screen and (max-width: 599px) {
    .service_phone_zapchasti {
        display: block;
        padding-top: 10px;
        margin: auto
    }
}

@media only screen and (max-width: 599px) and (max-width: 768px) {
    .information-block.information-block--details.information-block--details-serv {
        margin-top: 160px
    }
}

div.page page-service page--without-banner.page--without-banner-serv {
    padding-bottom: 0;
    padding-top: 0
}

.information-block.information-block--service.information-block--service-onas, .information-block__container.container.information-block__container-onas:before {
    background: 0 0
}

.information-block.information-block--service.information-block--service-onas:before {
    position: absolute;
    right: -180px;
    margin-top: 0;
    width: 1000.65px;
    height: 248px;
    background: url(/local/templates/kronos_new/img/tab-about-company/car-13.png) center bottom no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

@media (min-width: 993px) and (max-width: 1800px) {
    .information-block.information-block--service.information-block--service-onas:before {
        right: -560px
    }
}

@media only screen and (max-width: 599px) {
    .information-block.information-block--service.information-block--service-onas:before {
        left: -140px;
        height: 180px;
        margin-top: -160px
    }
}

.information-block__phone-full, div.information-block-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 575px) {
    .information-block__phone-full {
        display: block
    }
}

@media (max-width: 768px) {
    .information-block.information-block--service.information-block--service-onas {
        margin-top: 180px
    }
}

table .table-sales {
    width: 570px;
    margin: auto
}

@media all and (max-width: 575px) {
    div.information-block-first {
        display: block
    }
}

.information-block.information-block-sales {
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 40px
}

@media all and (max-width: 575px) {
    .information-block.information-block-sales {
        display: block;
        margin-bottom: 0
    }
}

.information-block.information-block-partner {
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 40px
}

@media all and (max-width: 575px) {
    .information-block.information-block-partner {
        display: block;
        margin-bottom: 0
    }
}

.video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 769px) {
    .video-wrapper {
        margin-top: -20px;
        margin-bottom: -20px
    }

    .video-wrapper > * {
        width: 25%;
        margin: 20px 0
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .video-wrapper > * {
        width: 33.3%
    }
}

@media (min-width: 769px) {
    .video-wrapper .video-info {
        margin-top: -8px;
        padding: 0 15px
    }

    .video-wrapper .video-info__link {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .48px;
        text-align: right
    }
}

@media (max-width: 768px) {
    .video-wrapper {
        margin-top: -15px;
        margin-bottom: -15px
    }
}

.video-wrapper .video {
    width: 100%;
    height: 170px !important
}

@media (max-width: 768px) {
    .video-wrapper .video {
        height: calc(58.79vw - 30px) !important
    }
}

.video-wrapper .video__title {
    font-size: 12px
}

@media (max-width: 768px) {
    .video-wrapper .slick-slide > div > div, .video-wrapper .video-wrapper {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.service-map-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.service-map-form__map {
    background: #e8e8e8
}

.service-map-form__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 72px;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto
}

@media (max-width: 950px) {
    .service-map-form__columns {
        padding: 0 10px;
        max-height: 120px
    }
}

@media (max-width: 800px) {
    .service-map-form__columns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.service-map-form .checkbox {
    margin: 0
}

.service-map-form .checkbox__inner {
    margin: 0 !important
}

.service-map-form .form__wrapper .file {
    margin-bottom: 0
}

.service-map-form__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 31%
}

@media (max-width: 800px) {
    .service-map-form__column:not(:last-child) {
        margin-right: 10px
    }
}

.service-map-form .form__wrapper .form__button {
    width: 100%
}

@media (max-width: 800px) {
    .service-map-form .form__wrapper .form__button {
        padding: 9px 10px 11px;
        margin-left: 5px
    }
}

.service-map-form__form {
    padding-top: 7px
}

.service-map-form__form textarea {
    min-height: 99px;
    max-height: 99px;
    resize: none
}

.service-map-form .form__fieldset--60 {
    width: 80%
}

@media (max-width: 1300px) {
    .service-map-form .form__fieldset--60 {
        width: 100%
    }
}

.service-map-form .form__fieldset-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-map-form .form__fieldset-flex-col .form__wrapper {
    margin-top: 0
}

.service-map-form .form__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.service-map-form .input__label {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.service-map-form .phone-language-select__item_big {
    padding: 10px 24px 7px 7px
}

.service-map-form .select2-container .select2-selection--single, .service-map-form .select2-selection__arrow {
    height: 38px !important
}

.service-map-form .select-helpers {
    display: none
}

.service-map-form .select2-container .select2-selection--single {
    font-size: 15px;
    border-color: #c4c4c4;
    padding: 9px 12px 11px
}

.service-map-form .select2-container .select2-selection__rendered {
    line-height: 18px
}

.service-map-form .select2-container .select2-selection__arrow {
    height: 40px
}

.application-form__form .select2-container .select2-selection__arrow > svg, .service-map-form .select2-container .select2-selection__arrow > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: -webkit-transform linear .2s;
    transition: transform linear .2s;
    transition: transform linear .2s, -webkit-transform linear .2s
}

.service-map-form .select2-container .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.service-map-form .select2-container .select2-results {
    position: relative
}

.service-map-form .select2-container .select2-results .track {
    display: block;
    right: 7px;
    top: 9px;
    bottom: 9px
}

.service-map-form .select2-container .select2-results .bar {
    display: block
}

.service-map-form .select2-container .select2-results__options {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: .48px;
    -ms-overflow-style: none
}

.application-form__form .select2-container .select2-results__options::-webkit-scrollbar, .service-map-form .select2-container .select2-results__options::-webkit-scrollbar {
    display: none
}

.service-map-form .select2-container .select2-results__option {
    padding: 5px 14px;
    line-height: 17px
}

.service-map-form .select2-container .select2-results__option[aria-selected=true] {
    background: 0 0
}

.service-map-form .select2-container .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #f60
}

div.service-map-form_forma {
    margin: 35px auto 0;
    width: 100%
}

div.service-map-form__map {
    width: 100%;
    height: 374px
}

div.form__group_form1 {
    margin-right: 30px
}

@media (min-width: 767px) and (max-width: 1024px) {
    div.form__group.form__group-input {
        width: 230px;
        margin-right: 10px
    }
}

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

@media (max-width: 992px) {
    .application-form {
        display: block
    }
}

.application-form > * {
    width: calc(75% - 16px)
}

@media (max-width: 992px) {
    .application-form > * {
        width: 100%
    }

    .application-form > :not(:first-child) {
        margin-top: 26px
    }
}

.application-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 992px) {
    .application-form__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.application-form__pic {
    max-width: 280px;
    min-width: 280px;
    margin-right: 20px
}

.application-form__pic img {
    max-width: 100%
}

@media (min-width: 992px) and (max-width: 1050px) {
    .application-form__pic img {
        max-width: 100%;
        position: absolute;
        top: 35%;
        -webkit-transform: translateY(-35%);
        transform: translateY(-35%)
    }
}

@media (min-width: 1050px) and (max-width: 1260px) {
    .application-form__pic img {
        max-width: 100%;
        position: absolute;
        top: 30%;
        -webkit-transform: translateY(-33%);
        transform: translateY(-33%)
    }
}

@media (min-width: 992px) and (max-width: 1260px) {
    .application-form__pic {
        min-width: 260px;
        position: relative
    }
}

.application-form__text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .36px;
    width: 235px
}

.application-form__text > :not(:last-child) {
    margin-bottom: 20px
}

.application-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.application-form__form > * {
    width: calc(50% - 16px);
    margin-right: 20px;
    margin-left: 20px
}

.application-form__form .form__radio {
    padding-bottom: 22px;
    border-bottom: 1px solid #dcdcdc
}

.application-form__form .form__fieldset, .application-form__form .input__phone {
    max-width: 274px;
    margin-left: 6px
}

.application-form__form .form__checkbox-label {
    margin-left: 0;
    margin-right: 0;
    margin-top: 26px
}

.application-form__form .input__label {
    font-size: 13px
}

@media (min-width: 993px) and (max-width: 1130px) {
    .application-form__form .input__label {
        font-size: 12px
    }
}

.application-form__form .select2-container .select2-selection--single, .application-form__form .select2-selection__arrow {
    height: 40px !important
}

.application-form__form .select-helpers {
    display: none
}

.application-form__form .select2-container .select2-selection--single {
    font-size: 15px;
    border-color: #c4c4c4;
    padding: 9px 12px 11px
}

.application-form__form .select2-container .select2-selection__rendered {
    line-height: 18px
}

.application-form__form .select2-container .select2-selection__arrow {
    height: 40px
}

.application-form__form .select2-container .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.application-form__form .select2-container .select2-results {
    position: relative
}

.application-form__form .select2-container .select2-results .track {
    display: block;
    right: 7px;
    top: 9px;
    bottom: 9px
}

.application-form__form .select2-container .select2-results .bar {
    display: block
}

.application-form__form .select2-container .select2-results__options {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: .48px;
    -ms-overflow-style: none
}

.application-form__form .select2-container .select2-results__option {
    padding: 5px 14px;
    line-height: 17px
}

.application-form__form .select2-container .select2-results__option[aria-selected=true] {
    background: 0 0
}

.application-form__form .select2-container .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #f60
}

.application-form__wrapper.application-form__wrapper-serv {
    width: calc(27% - 16px)
}

.js-video-slider::after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

@media (min-width: 769px) {
    .js-video-slider__info {
        display: none
    }
}

@media (max-width: 768px) {
    .js-video-slider__slider {
        display: block !important
    }
}

.js-video-slider .slick-arrow {
    bottom: -45px !important
}

.mobile-slider__info {
    margin-top: 24px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    text-align: left;
    pointer-events: none
}

@media (min-width: 769px) {
    .mobile-slider__info {
        display: none !important
    }
}

.delivery-cost__option:hover .delivery-cost__option-title, .mobile-slider__current {
    color: #f60
}

@media (max-width: 768px) {
    .mobile-slider .slick-arrow {
        position: absolute;
        bottom: -57px;
        right: 15px;
        width: 32px;
        height: 24px;
        background-size: 24px;
        background-position: center;
        background-repeat: no-repeat;
        top: inherit;
        left: inherit;
        color: transparent;
        font-size: 0
    }

    .mobile-slider .slick-arrow::before {
        display: none
    }

    .mobile-slider .slick-prev {
        background-image: url(/local/templates/kronos_new/img/svg-sprite/slider-left.svg);
        right: 55px
    }

    .mobile-slider .slick-next {
        background-image: url(/local/templates/kronos_new/img/svg-sprite/slider-right.svg)
    }

    .mobile-slider--big .mobile-slider__info {
        padding: 0 30px
    }

    .mobile-slider--big .slick-next {
        right: 32px
    }

    .mobile-slider--big .slick-prev {
        right: 76px
    }
}

.delivery-block {
    padding-bottom: 10px
}

@media (max-width: 992px) {
    .delivery-block {
        padding-bottom: 0
    }
}

.delivery-block__car {
    width: 100%;
    height: 288px;
    background: #e8e8e8 url(/local/templates/kronos_new/img/tab-about-company/delivery-city.svg) left bottom no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 224px
}

.delivery-block__car::after, .delivery-block__car::before {
    position: absolute;
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none
}

.delivery-block__car::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    top: 64px;
    width: 960px;
    height: 447.61px;
    background-image: url(/local/templates/kronos_new/img/tab-about-company/delivery-car.png)
}

.delivery-block__car::after {
    top: 0;
    width: 179.26px;
    height: 179.26px;
    left: calc(50% - 494px);
    background-image: url(/local/templates/kronos_new/img/tab-about-company/delivery-sale.png)
}

.delivery-block__stats, .delivery-block__stats-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.delivery-block__stats {
    padding: 0;
    list-style: none;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.delivery-block__stats-icon {
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 22px
}

.delivery-block__stats-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px;
    font-weight: 100
}

.delivery-block__stats > * {
    max-width: 120px;
    margin: 0 20px;
    cursor: pointer
}

.delivery-block__stats > :last-child {
    padding-bottom: 0
}

@media (max-width: 992px) {
    .delivery-block__car::before {
        width: 790px
    }

    .delivery-block__car::after {
        top: 36px;
        left: calc(50% - 432px)
    }
}

@media (max-width: 768px) {
    .delivery-block__car {
        height: 190px;
        background-color: transparent;
        background-image: url(/local/templates/kronos_new/img/tab-about-company/delivery-city-mob.svg);
        background-size: contain;
        background-repeat: repeat;
        margin-bottom: 0
    }

    .delivery-block__car::before {
        width: 316px;
        height: 147px;
        top: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -71px
    }

    .delivery-block__car::after {
        top: 17px;
        left: 50%;
        width: 146px;
        height: 146px;
        z-index: 1
    }

    .delivery-block__stats {
        padding-top: 50px;
        display: block;
        text-align: left;
        padding-bottom: 20px;
        margin-bottom: 0;
        background: #e8e8e8
    }

    .delivery-block__stats-icon {
        width: 56px;
        margin-right: 34px;
        margin-bottom: 0
    }

    .delivery-block__stats-icon svg path {
        stroke: #f60
    }

    .delivery-block__stats-text br {
        display: none
    }

    .delivery-block__stats > * {
        margin: 0;
        padding: 14px 20px;
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.delivery-block__stats-icon.delivery-block__stats-icon-serv {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

delivery-block__stats-text.delivery-block__stats-text-serv {
    text-align: left !important;
    font-weight: 100 !important
}

.delivery-block.delivery-block-service {
    padding-top: 30px;
    padding-left: 20px
}

@media only screen and (max-width: 599px) {
    .delivery-block.delivery-block-service {
        display: none
    }
}

.delivery-block__stats.delivery-block__stats-dostavka > * {
    max-width: 216px;
    margin: 0 34px;
    cursor: pointer
}

@media only screen and (max-width: 599px) {
    .delivery-block__stats.delivery-block__stats-dostavka > * {
        margin: 0 15px;
        cursor: pointer;
        max-width: 100%
    }
}

.delivery-block__stats.delivery-block__stats-dostavka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .delivery-block__stats.delivery-block__stats-dostavka {
        display: block
    }
}

.delivery-cost__options {
    background: url(/local/templates/kronos_new/img/delivery-cost/map.svg) no-repeat center;
    background-size: contain;
    padding-top: 62px;
    padding-bottom: 40px;
    background-color: #f8f8f8
}

@media (max-width: 992px) {
    .delivery-cost__options {
        background-size: cover;
        background-color: #f8f8f8
    }
}

@media (max-width: 768px) {
    .delivery-cost__options {
        padding-top: 24px;
        padding-bottom: 28px;
        background: url(/local/templates/kronos_new/img/delivery-cost/map-mob.svg) no-repeat top center;
        background-size: cover;
        background-color: #f8f8f8
    }
}

@media (min-width: 769px) {
    .delivery-cost__options-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .delivery-cost__options-wrapper > * {
        width: calc(50% - 48px)
    }
}

@media (max-width: 768px) {
    .delivery-cost__options-wrapper > :not(:last-child) {
        margin-bottom: 30px
    }
}

.delivery-cost__option {
    position: relative;
    padding-left: 36px;
    cursor: pointer
}

.delivery-cost__option::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 768px) {
    .delivery-cost__option::before {
        border-color: #f60;
        top: 0
    }
}

.delivery-cost__option::after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: #999;
    top: 3px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 768px) {
    .delivery-cost__option::after {
        background: #f60;
        top: 4px
    }
}

.delivery-cost__option:hover::before {
    border-color: #f60
}

.delivery-cost__option:hover::after {
    background: #f60
}

.delivery-cost__option-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.delivery-cost__option ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .36px
}

.delivery-cost__option ul li:not(:last-child) {
    margin-bottom: 22px
}

.delivery-cost__address {
    padding-bottom: 60px;
    position: relative
}

@media (min-width: 769px) {
    .delivery-cost__address {
        padding-top: 92px
    }
}

@media (max-width: 768px) {
    .delivery-cost__address {
        padding-bottom: 0
    }
}

.delivery-cost__address::before {
    content: '';
    display: block;
    width: 352px;
    height: 255px;
    background: url(/local/templates/kronos_new/img/delivery-cost/machine.png) no-repeat center;
    background-size: contain
}

@media (min-width: 769px) {
    .delivery-cost__address::before {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media (max-width: 768px) {
    .delivery-cost__address::before {
        margin: 20px auto 10px;
        width: 318px;
        height: 230px
    }
}

.delivery-cost__address-wrapper {
    max-width: 750px;
    margin-left: auto
}

@media (min-width: 768px) {
    .delivery-cost__address-wrapper {
        width: calc(100vw - 370px)
    }
}

@media (max-width: 768px) {
    .delivery-cost__address-wrapper {
        margin: 0;
        width: 100%
    }
}

.delivery-cost__address-title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

@media (max-width: 768px) {
    .delivery-cost__address-title {
        text-align: center;
        font-size: 18px
    }
}

@media (min-width: 769px) {
    .delivery-cost__address-fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .delivery-cost__address-fields .form__fieldset, .delivery-cost__address-fields .input__phone {
        margin-bottom: 0 !important
    }

    .delivery-cost__address-fields .button {
        margin-left: 24px
    }
}

@media (max-width: 768px) {
    .delivery-cost__address-fields .form__fieldset, .delivery-cost__address-fields .input__phone {
        margin-bottom: 24px
    }

    .delivery-cost__address-fields .button {
        margin: 0 auto;
        width: 100%
    }
}

.delivery-cost__address-fields textarea {
    resize: none;
    height: 40px;
    padding-bottom: 9px
}

@media (max-width: 768px) {
    .delivery-cost__address-fields textarea {
        height: 130px
    }
}

@media (max-width: 767px) {
    .delivery-cost {
        padding: 0 !important
    }
}

@media (min-width: 769px) {
    .delivery-process {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.delivery-process .visual-block {
    position: relative
}

@media (min-width: 769px) {
    .delivery-process .visual-block {
        width: calc(33.3% - 78px)
    }
}

@media (max-width: 768px) {
    .delivery-process .visual-block {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .delivery-process .visual-block:not(:last-child) {
        padding-bottom: 84px
    }
}

.delivery-process .visual-block:not(:last-child)::after {
    content: '';
    position: absolute;
    display: block;
    background-size: cover
}

@media (min-width: 769px) {
    .delivery-process .visual-block:not(:last-child)::after {
        width: 40px;
        height: 22.11px;
        background: url(/local/templates/kronos_new/img/delivery-process/arrow.svg) no-repeat center;
        right: -76px;
        top: 34px
    }
}

@media (max-width: 768px) {
    .delivery-process .visual-block:not(:last-child)::after {
        width: 22.11px;
        height: 40px;
        background: url(/local/templates/kronos_new/img/delivery-process/arrow-color.svg) no-repeat center;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 769px) {
    .delivery-process--small .visual-block {
        width: calc(33.3% - 32px)
    }

    .delivery-process--small .visual-block:not(:last-child)::after {
        right: -44px
    }
}

.visual-block {
    cursor: pointer
}

@media (max-width: 768px) {
    .visual-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .visual-block .visual-block__icon svg, .visual-block .visual-block__icon svg path, .visual-block .visual-block__icon svg polyline {
        stroke: #f60
    }
}

.page-vacancy .vacancies-block .questions-list__item:hover .questions-list__icon svg path, .visual-block:hover .visual-block__icon svg, .visual-block:hover .visual-block__icon svg line, .visual-block:hover .visual-block__icon svg path, .visual-block:hover .visual-block__icon svg polyline {
    stroke: #f60
}

.visual-block__icon {
    text-align: center
}

@media (min-width: 769px) {
    .visual-block__icon {
        margin-bottom: 45px;
        height: 72px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .visual-block__icon {
        margin-right: 18px;
        max-width: 54px;
        min-width: 54px
    }
}

.visual-block__icon > * {
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.visual-block__icon svg path {
    stroke: #999
}

.visual-block__text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .36px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 768px) {
    .visual-block__text {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        text-align: left
    }
}

.visual-block__title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .36px;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .visual-block__title {
        text-align: left;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px
    }

    .visual-block__icon svg, .visual-block__icon svg line, .visual-block__icon svg path, .visual-block__icon svg polyline {
        stroke: #f60
    }
}

.delivery-additional-rules {
    background: #e8e8e8;
    text-align: center;
    margin-bottom: 40px
}

.delivery-additional-rules__container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    display: block !important
}

@media (max-width: 768px) {
    .delivery-additional-rules__container {
        padding-bottom: 224px;
        padding-top: 28px
    }
}

.delivery-additional-rules__container::before {
    content: '';
    display: block;
    width: 800px;
    height: 398px;
    background: url(/local/templates/kronos_new/img/feedback-form/potato-man.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: -200px;
    background-size: contain
}

@media (max-width: 768px) {
    .delivery-additional-rules__container::before {
        width: 450.06px;
        height: 224px;
        left: -132px
    }
}

.delivery-additional-rules__container::after {
    content: '';
    display: block;
    width: 301.1px;
    height: 376px;
    background: url(/local/templates/kronos_new/img/feedback-form/delivery.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain
}

@media (max-width: 768px) {
    .delivery-additional-rules__container::after {
        width: 184.44px;
        height: 212px;
        right: -10px
    }
}

.delivery-additional-rules__title {
    max-width: 420px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    text-align: left;
    margin: 0 320px 20px auto
}

@media (max-width: 768px) {
    .delivery-additional-rules__title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        margin-right: 0;
        text-align: center
    }
}

.delivery-additional-rules__text {
    max-width: 420px;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: .4px;
    margin: 0 320px 0 auto
}

@media (max-width: 768px) {
    .delivery-additional-rules__text {
        margin-right: 0;
        text-align: center
    }
}

.delivery-additional-rules__text_1 {
    max-width: 420px;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    letter-spacing: .4px;
    margin: 0 200px 0 auto;
    padding-top: 30px
}

@media (max-width: 768px) {
    .delivery-additional-rules__text_1 {
        margin-right: 0;
        text-align: center
    }
}

@media (min-width: 769px) {
    .pay-methods-block__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pay-methods-block__container .visual-block {
        width: calc(25% - 28px)
    }
}

@media (max-width: 768px) {
    .pay-methods-block__container .visual-block {
        width: 100%
    }

    .pay-methods-block__container .visual-block:not(:last-child) {
        margin-bottom: 30px
    }
}

.delivery-countries {
    background: #e8e8e8;
    overflow: hidden;
    margin-top: 50px
}

@media (max-width: 1199px) {
    .delivery-countries {
        margin-bottom: 56px
    }
}

.delivery-countries__wrapper {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px
}

@media (min-width: 769px) {
    .delivery-countries__wrapper {
        max-width: 440px
    }
}

@media (max-width: 768px) {
    .delivery-countries__wrapper {
        padding-bottom: 32px;
        padding-top: 330px
    }
}

.delivery-countries__wrapper .button {
    display: inline-block
}

@media (max-width: 768px) {
    .delivery-countries__wrapper .button {
        margin: 0 auto;
        width: 100%
    }
}

.delivery-countries__wrapper::before {
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    pointer-events: none
}

@media (min-width: 769px) {
    .delivery-countries__wrapper::before {
        width: 1943.75px;
        height: 504px;
        background: url(/local/templates/kronos_new/img/delivery-countries/big-map.svg) center top no-repeat;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        right: 0
    }
}

@media (max-width: 768px) {
    .delivery-countries__wrapper::before {
        width: 115%;
        height: 304px;
        background: url(/local/templates/kronos_new/img/delivery-countries/big-map.svg) left top no-repeat;
        right: -15px;
        background-size: auto 100%
    }
}

.delivery-countries__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-bottom: 26px
}

@media (max-width: 768px) {
    .delivery-countries__action, .delivery-countries__text {
        text-align: center
    }
}

.delivery-top {
    text-transform: uppercase;
    overflow: hidden
}

.delivery-top__title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .delivery-top__title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .32px
    }
}

.delivery-top__text {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px
}

@media (max-width: 768px) {
    .delivery-top__text {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .32px
    }
}

.delivery-top__wrapper {
    padding-top: 176px;
    padding-bottom: 206px;
    position: relative
}

@media (min-width: 769px) {
    .delivery-top__wrapper {
        max-width: 410px
    }
}

@media (max-width: 768px) {
    .delivery-top__wrapper {
        padding-top: 240px;
        padding-bottom: 40px
    }
}

.delivery-top__wrapper::before {
    background: url(/local/templates/kronos_new/img/delivery-countries/banner-2.png) center top no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    pointer-events: none
}

@media (min-width: 769px) {
    .delivery-top__wrapper::before {
        width: 1897.29px;
        height: 575px;
        right: -68px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media (max-width: 768px) {
    .delivery-top__wrapper::before {
        width: 707px;
        height: 277px;
        left: 0
    }
}

.contacts-map-block {
    z-index: 5;
    position: relative;
    background: #e8e8e8
}

@media all and (max-width: 768px) {
    .contacts-map-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.contacts-map-block__map-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(((100% - 1265px) / 2) + (1250px * .69))
}

@media screen and (max-width: 1250px) {
    .contacts-map-block__map-wrapper {
        width: 69%
    }
}

@media screen and (max-width: 1150px) {
    .contacts-map-block__map-wrapper {
        width: 67%
    }
}

@media screen and (max-width: 900px) {
    .contacts-map-block__map-wrapper {
        width: 63%
    }
}

@media all and (max-width: 768px) {
    .contacts-map-block__map-wrapper {
        position: relative;
        width: 100%;
        height: 300px
    }
}

.contacts-map-block__map {
    background: rgba(255, 255, 255, .3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%
}

.contacts-map-block__stores-block {
    width: 31%;
    padding: 35px 35px 15px 45px
}

@media screen and (max-width: 1150px) {
    .contacts-map-block__stores-block {
        width: 33%
    }
}

@media screen and (max-width: 900px) {
    .contacts-map-block__stores-block {
        width: 37%
    }
}

@media all and (max-width: 768px) {
    .contacts-map-block__stores-block {
        width: 100%;
        padding: 20px
    }
}

@media all and (max-width: 575px) {
    .contacts-map-block__stores-block {
        padding: 20px 0 0
    }
}

.contacts-map-block__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 24px
}

@media all and (max-width: 768px) {
    .contacts-map-block__title {
        text-align: center
    }
}

.contacts-map-block__stores {
    padding-left: 15px
}

@media all and (max-width: 768px) {
    .contacts-map-block__stores {
        padding: 0;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.contacts-map-block__store-wrapper {
    margin-bottom: 19px
}

@media all and (max-width: 768px) {
    .contacts-map-block__store-wrapper {
        margin-bottom: 0;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: center;
        list-style: none
    }
}

.contacts-map-block__store-wrapper:last-child {
    margin-bottom: 0
}

.contacts-map-block__store-text {
    margin-bottom: 8px;
    letter-spacing: .4px
}

@media all and (max-width: 575px) {
    .contacts-map-block__store-text {
        font-size: 15px
    }
}

.contacts-map-block__store-text_address {
    white-space: pre-wrap
}

@media all and (max-width: 575px) {
    .contacts-map-block__store-text_name {
        font-size: 18px
    }
}

@media (min-width: 769px) {
    .gallery-stan {
        margin: 0 -7px
    }

    .gallery-stan .slick-arrow {
        position: absolute;
        top: 15px;
        left: inherit;
        bottom: inherit;
        right: 7px;
        width: 30px;
        height: 30px;
        background: #e8e8e8;
        color: transparent;
        font-size: 0;
        z-index: 1
    }

    .gallery-stan .slick-arrow::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: rotate(-135deg) translateY(50%);
        transform: rotate(-135deg) translateY(50%)
    }

    .gallery-stan .slick-arrow::before {
        display: none
    }

    .gallery-stan .slick-prev {
        right: 37px
    }

    .gallery-stan .slick-prev::after {
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        left: inherit;
        right: 8px
    }

    .gallery-stan__item {
        padding: 0 7px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden
    }

    .gallery-stan__item a {
        position: relative;
        height: 100px;
        width: 100%;
        display: block
    }

    .gallery-stan__item a::after {
        position: absolute;
        background: url(/local/templates/kronos_new/img/svg-sprite/loop-white.svg) no-repeat center;
        background-size: contain;
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        bottom: 9px;
        right: 9px
    }

    .gallery-stan__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 768px) {
    .gallery-stan {
        margin: 0 -15px
    }
}

.gallery-stan__item {
    position: relative
}

.gallery-stan__desc {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    color: #fff;
    text-align: center
}

.gallery-stan__desc__small {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px
}

.gallery-stan__desc > * {
    margin: 0
}

.gallery-stan__desc > :not(:last-child) {
    margin-bottom: 4px
}

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

@media (max-width: 992px) {
    .contacts-blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 769px) {
    .contacts-blocks {
        margin: 0 -48px
    }

    .contacts-blocks > :not(.contacts-blocks-wrapper) {
        width: 50%
    }
}

@media (min-width: 769px) and (min-width: 992px) {
    .contacts-blocks .contacts-blocks-wrapper {
        max-width: 600px;
        min-width: 600px
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .contacts-blocks .contacts-blocks-wrapper {
        margin: 0 22px 20px;
        padding: 0;
        width: initial
    }
}

@media (min-width: 769px) {
    .contacts-blocks > * {
        padding: 0 48px
    }

    .contacts-blocks > :not(:first-child) {
        border-left: 1px solid #e8e8e8
    }
}

@media (max-width: 768px) {
    .contacts-blocks {
        width: 100%
    }
}

.contacts-blocks__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .contacts-blocks__title {
        margin-bottom: 34px
    }
}

.contacts-blocks .requisites-block:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .contacts-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .contacts-blocks > :not(:last-child) {
        margin-bottom: 32px
    }

    .contacts-blocks .contact-requisites {
        background: #e8e8e8;
        padding: 26px 15px 24px;
        margin: 0 -15px
    }

    .contacts-blocks .contact-requisites .contacts-blocks__title {
        margin-bottom: 26px
    }

    .contacts-blocks .contact-requisites .requisites-block__title {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: .4px
    }
}

.contacts-blocks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts-blocks-wrapper--line {
    display: none;
    margin: 15px 0
}

@media (max-width: 768px) {
    .contacts-blocks-wrapper--line {
        display: block
    }
}

@media (min-width: 769px) {
    .contacts-blocks-wrapper {
        margin: -20px -26px
    }

    .contacts-blocks-wrapper .contact-block {
        width: calc(50% - 28px);
        margin: 15px 14px 10px
    }
}

@media (max-width: 768px) {
    .contacts-blocks-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-blocks-wrapper .contact-block {
        text-align: center;
        margin: 0 -15px;
        padding: 28px 15px 32px;
        background-color: #e8e8e8
    }
}

@media (max-width: 768px) and (min-width: 575px) {
    .contacts-blocks-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0;
        margin-right: 0
    }

    .contacts-blocks-wrapper .contact-block {
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
}

.contact-block__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .contact-block__title {
        margin-bottom: 24px
    }
}

.contact-block__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 19px
}

.contact-block__list > :not(:last-child), .mobile-cart__info p:not(:last-child) {
    margin-bottom: 12px
}

.contact-block a {
    border-bottom: 0 dotted
}

.contact-block a:hover {
    color: #f60;
    border-color: transparent
}

.contact-block__phone {
    position: relative;
    font-size: 18px
}

.contact-block__phone::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/contacts-phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom
}

@media (max-width: 768px) {
    .contact-block__phone::before {
        width: 20px;
        height: 20px;
        vertical-align: middle
    }

    .contact-block__phone {
        font-size: 20px;
        line-height: 30px
    }
}

.contact-block__mail, .contacts-map-present__list li {
    position: relative
}

.contact-block__mail::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-right: 10px;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/contacts-mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom
}

@media (max-width: 768px) {
    .contact-block__mail::before {
        width: 20px;
        height: 20px;
        vertical-align: middle
    }
}

.contact-block__time {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.contact-block__time:not(:last-child), .contacts-map-present__list li:not(:last-child) {
    margin-bottom: 16px
}

.contact-shop-title {
    width: 150px
}

@media only screen and (max-width: 599px) {
    .contact-shop-title {
        margin: auto
    }
}

.contact-block__phone.contact-block__phone_1 {
    list-style: none;
    font-size: 15px
}

.contact-block__phone.contact-block__phone_1 a {
    border-bottom: 1px dotted
}

.company-info__link-icon.company-info__phone.company-info-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    font-size: 18px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

div.contact-requisites {
    padding: 0 35px
}

.contact-block__mail.contact-block__mail_zap1 {
    border-right: 0 dotted #999;
    margin-right: 0;
    margin-top: 0
}

@media (min-width: 768px) {
    .contact-block__mail.contact-block__mail_zap1 {
        display: block
    }
}

.contact-block__title.contact-block__title_zap {
    margin-bottom: 20px
}

.contact-form .form__add-info {
    padding-left: 0;
    margin-bottom: 16px
}

.contact-form .form-group {
    margin-bottom: 0
}

.contact-form .input__label {
    font-size: 13px
}

@media (max-width: 768px) {
    .contact-form .button {
        margin: 0 auto;
        width: 100%
    }
}

.contacts-form__form .input__input {
    height: 38px
}

.contacts-form__form .input__label, .order-service .form__radio label {
    font-size: 13px
}

.requisites-block__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px;
    margin-bottom: 12px
}

.requisites-block__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.contacts-map-present {
    background: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1260px) {
    .contacts-map-present > * {
        width: 50%
    }
}

@media (max-width: 1260px) and (min-width: 769px) {
    .contacts-map-present__text {
        max-width: 640px;
        min-width: 640px
    }

    .contacts-map-present__map {
        max-width: calc(100% - 640px)
    }
}

.contacts-map-present__map {
    background: rgba(255, 255, 255, .3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 325px
}

.contacts-map-present__text-wrapper {
    position: relative;
    padding: 44px 15px 50px 32px
}

@media (min-width: 1260px) {
    .contacts-map-present__text-wrapper {
        max-width: 640px
    }
}

.contacts-map-present__text-wrapper::before {
    position: absolute;
    bottom: 21px;
    right: 0;
    width: 470px;
    height: 163px;
    background: url(/local/templates/kronos_new/img/tab-about-company/service-bus1.png) center bottom no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

.contacts-map-present__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

@media (min-width: 769px) {
    .contacts-map-present__list li {
        padding-left: 16px
    }
}

.contacts-map-present__list li::before {
    content: '';
    display: block;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f60;
    position: absolute
}

.contacts-map-present .contact-block {
    margin-top: 48px
}

@media (max-width: 768px) {
    .contacts-map-present {
        display: block;
        text-align: center;
        background: #fff
    }

    .contacts-map-present__map {
        height: 240px
    }

    .contacts-map-present__text-wrapper {
        padding: 80px 15px 32px;
        background: #e8e8e8;
        margin-top: 28.125vw;
        padding-top: 28.125vw
    }

    .contacts-map-present__text-wrapper::before {
        bottom: inherit;
        right: inherit;
        top: calc(32.125vw - 20px);
        pointer-events: none;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 100%;
        height: 45.25vw
    }

    .contacts-map-present__list li:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 20px
    }

    .contacts-map-present__list li:not(:last-child)::before {
        width: 32px;
        height: 2px;
        left: 50%;
        top: inherit;
        bottom: 0;
        border-radius: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .contacts-map-present__list li:last-child:before {
        display: none
    }

    .contacts-map-present .contact-block {
        margin-top: 28px
    }
}

.half-blocks__form {
    position: relative
}

.half-blocks__form .form-errors {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.half-blocks__form .input__input_textarea {
    min-height: 110px
}

.half-blocks__form .input__input_textarea.input__input_file {
    min-height: 136px
}

.half-blocks .form__button {
    white-space: nowrap
}

@media (max-width: 970px) {
    .half-blocks .form__button {
        font-size: 12px;
        padding: 9px 10px 11px
    }
}

@media (max-width: 578px) {
    .half-blocks .form__button {
        font-size: 13px;
        padding: 9px 10px 11px
    }
}

.half-blocks__desc {
    margin-bottom: 23px
}

.half-blocks .input__inner--maxh110 {
    max-height: 110px
}

.half-blocks .form__fieldset:not(.file):not(:last-child), .half-blocks .input__phone:not(.file):not(:last-child) {
    margin-bottom: 32px
}

@media (min-width: 769px) {
    .half-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0
    }

    .half-blocks > * {
        width: 50%
    }

    .half-blocks > :first-child {
        padding-right: 48px;
        border-right: 1px solid #e8e8e8;
        padding-left: 17px
    }

    .half-blocks > :last-child {
        padding-left: 48px;
        padding-right: 17px
    }

    .half-blocks__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .half-blocks__form .form-group {
        width: calc(50% - 16px);
        margin-bottom: 0
    }

    .half-blocks__form .form__fieldset--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .half-blocks__form .form__fieldset--button.form__fieldset--button-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 768px) {
    .half-blocks > :not(:last-child) {
        margin-bottom: 42px
    }

    .half-blocks__desc {
        text-align: center;
        margin-top: -10px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px
    }

    .half-blocks__form .form__fieldset:not(.file):not(:last-child), .half-blocks__form .input__phone:not(.file):not(:last-child), .half-blocks__form > :not(:last-child) {
        margin-bottom: 30px
    }

    .half-blocks__form .form__wrapper {
        margin-top: -4px
    }

    .half-blocks__form .form__wrapper .file {
        margin-top: 0;
        margin-bottom: 22px;
        padding: 0
    }

    .half-blocks__form .form__wrapper .file__label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .half-blocks__form .form__wrapper .file__icon {
        fill: #999
    }

    .half-blocks__form .form__button {
        margin: 0 auto;
        width: 100%
    }
}

.blocks-columns {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto
}

.blocks-columns__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

@media (min-width: 769px) {
    .blocks-columns__title {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .blocks-columns__title {
        margin-bottom: 28px;
        text-align: center
    }
}

.blocks-columns__wrapper {
    position: relative
}

@media (min-width: 769px) {
    .blocks-columns__line {
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        top: 50%
    }

    .blocks-columns > :not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .blocks-columns > :not(:last-child) {
        margin-bottom: 42px
    }
}

@media only screen and (max-width: 599px) {
    .blocks-columns__wrapper.blocks-columns__wrapper_contact {
        padding-right: 15px;
        padding-left: 15px
    }
}

.employees-slider {
    margin-top: -14px
}

.employees-slider__item-wrap {
    padding-top: 14px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

.employees-slider__item-wrap::before {
    width: 560px;
    height: 560px;
    background: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute
}

@media (max-width: 992px) {
    .employees-slider__item-wrap::before {
        bottom: 172px;
        left: -175px
    }
}

@media (max-width: 768px) {
    .employees-slider__item-wrap::before {
        width: 170vw;
        height: 170vw;
        bottom: 172px;
        left: -55vw
    }
}

@media (min-width: 992px) {
    .employees-slider__item-wrap::before {
        bottom: -97px;
        left: -241px
    }
}

.employees-slider__item {
    height: 100%;
    background: #f60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 186px
}

@media (max-width: 992px) {
    .employees-slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.employees-slider__item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 14px);
    pointer-events: none;
    border: 1px solid #f60
}

.employees-slider__text {
    position: relative;
    z-index: 1;
    padding: 18px 8px 18px 20px
}

@media (min-width: 993px) and (max-width: 1260px) {
    .employees-slider__text {
        max-width: 310px;
        min-width: 240px
    }
}

@media (min-width: 1261px) {
    .employees-slider__text {
        max-width: 310px;
        min-width: 240px
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .employees-slider__text {
        padding-right: 15%
    }
}

.employees-slider__text::before {
    content: '';
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute
}

@media (min-width: 992px) {
    .employees-slider__text::before {
        top: 20px;
        left: 266px;
        width: 72px;
        height: 72px
    }
}

@media (max-width: 992px) {
    .employees-slider__text::before {
        left: 25px;
        bottom: -34px;
        width: 70px;
        height: 70px
    }
}

.employees-slider__text::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute
}

@media (min-width: 992px) {
    .employees-slider__text::after {
        top: 40px;
        left: 343px
    }
}

@media (max-width: 992px) {
    .employees-slider__text::after {
        left: 72px;
        bottom: -50px
    }
}

.employees-slider__text > * {
    position: relative;
    z-index: 1
}

.employees-slider__person {
    font-size: 200px;
    letter-spacing: .36px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: rgba(255, 255, 255, .15);
    text-align: right;
    line-height: 185px;
    white-space: nowrap
}

@media (min-width: 993px) and (max-width: 1260px) {
    .employees-slider__person {
        font-size: 95px
    }
}

@media (max-width: 768px) {
    .employees-slider__person {
        font-size: 240px
    }
}

.employees-slider__person::before {
    content: '«'
}

.employees-slider__person::after {
    content: '»'
}

.employees-slider__person img {
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 100%;
    z-index: 2;
    max-height: 230px
}

@media (min-width: 993px) and (max-width: 1260px) {
    .employees-slider__person img {
        right: 0
    }
}

@media (min-width: 1261px) {
    .employees-slider__person img {
        right: 16px
    }
}

.employees-slider__text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .36px
}

@media (max-width: 992px) {
    .employees-slider__text {
        font-size: 16px;
        line-height: 19px
    }
}

.employees-slider__position {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .36px;
    font-style: italic
}

.employees-slider__name {
    margin-bottom: 9px
}

@media (max-width: 992px) {
    .employees-slider__name {
        margin-bottom: 6px
    }
}

.employees-slider__quote {
    margin-bottom: 11px
}

@media (max-width: 992px) {
    .employees-slider__quote {
        margin-bottom: 8px
    }
}

@media (min-width: 769px) {
    .employees-slider .slick-arrow {
        position: absolute;
        top: 28px;
        left: inherit;
        bottom: inherit;
        right: 0;
        width: 30px;
        height: 30px;
        background: #fff;
        color: transparent;
        font-size: 0;
        z-index: 1
    }

    .employees-slider .slick-arrow::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: rotate(-135deg) translateY(50%);
        transform: rotate(-135deg) translateY(50%)
    }

    .employees-slider .slick-arrow::before {
        display: none
    }

    .employees-slider .slick-prev {
        right: 30px
    }

    .employees-slider .slick-prev::after {
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        left: inherit;
        right: 8px
    }

    .vacancies-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) {
    .vacancies-block__vacancies-wrapper {
        width: calc(50% + 250px)
    }
}

@media (min-width: 769px) {
    .vacancies-block__vacancies-wrapper {
        background: #e8e8e8
    }
}

@media (min-width: 992px) {
    .vacancies-block__contacts-wrapper {
        width: calc(50% - 250px);
        background: #e8e8e8;
        margin-left: 33px
    }
}

.vacancies-block__vacancies {
    max-width: 875px;
    margin-left: auto;
    padding: 32px 48px 32px 50px
}

@media (max-width: 768px) {
    .vacancies-block__vacancies {
        padding: 0 15px;
        max-width: 100%
    }
}

.vacancies-block__contacts {
    max-width: 375px;
    padding: 32px 15px 32px 40px
}

.vacancies-block__contacts .contact-block__phone {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px
}

.vacancies-block__contacts .contact-block__phone::before {
    vertical-align: middle
}

@media (max-width: 768px) {
    .vacancies-block__contacts {
        padding: 0 15px;
        max-width: 100%;
        text-align: center;
        margin-top: 22px
    }

    .vacancies-block__contacts .contact-block__title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        margin-bottom: 10px
    }

    .vacancies-block__contacts .contact-block__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .vacancies-block__contacts .contact-block__phone {
        margin-bottom: 12px
    }

    .vacancies-block__contacts .contact-block__phone a {
        border-color: transparent
    }

    .vacancies-block__contacts .contact-block__time {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 599px) {
    .vacancies-block__contacts .contact-block__phone {
        margin-top: 12px
    }
}

.contact-block__mail.contact-block__mail-vacancies {
    border-right: none
}

@media only screen and (max-width: 599px) {
    .contact-block__mail.contact-block__mail-vacancies {
        margin-right: 0
    }
}

@media (min-width: 769px) {
    .vacancies-text-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -48px
    }

    .vacancies-text-blocks > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 48px
    }
}

.vacancies-text-blocks__block {
    padding-left: 36px;
    position: relative;
    cursor: pointer
}

@media (max-width: 768px) {
    .vacancies-text-blocks__block:not(:last-child) {
        margin-bottom: 40px
    }
}

.vacancies-text-blocks__block::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 768px) {
    .vacancies-text-blocks__block::before {
        border-color: #f60;
        top: 0
    }
}

.vacancies-text-blocks__block::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #999;
    position: absolute;
    top: 2px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 768px) {
    .vacancies-text-blocks__block::after {
        background: #f60;
        top: 4px
    }
}

.vacancies-text-blocks__block:hover::before {
    border-color: #f60
}

.vacancies-text-blocks__block:hover::after {
    background: #f60
}

.vacancies-text-blocks__block:hover .vacancies-text-blocks__title {
    color: #f60
}

.vacancies-text-blocks__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    margin-bottom: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 768px) {
    .vacancies-text-blocks__title {
        margin-bottom: 28px;
        color: #f60
    }
}

.vacancies-text-blocks__text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .36px
}

.vacancies-text-blocks__text > :not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .vacancies-text-blocks__text > :not(:last-child) {
        margin-bottom: 16px
    }
}

.vacancies-advantages-slider {
    width: 100%
}

.vacancies-advantages-slider.vacancies-advantages-slider--v2 .vacancies-advantages-slider__icon {
    max-width: 400px
}

@media (min-width: 992px) {
    .vacancies-advantages-slider.vacancies-advantages-slider--v2 .vacancies-advantages-slider__text-wrapper {
        padding-top: 108px;
        max-width: 620px;
        min-width: 620px
    }
}

@media (min-width: 768px) and (max-width: 978px) {
    .vacancies-advantages-slider.vacancies-advantages-slider--v2 .vacancies-advantages-slider__text p {
        max-width: 310px
    }
}

.vacancies-advantages-slider.vacancies-advantages-slider--v2 .vacancies-advantages-slider__text p:not(:last-child) {
    margin-bottom: 15px
}

@media (min-width: 769px) {
    .vacancies-advantages-slider.vacancies-advantages-slider--v2 .slick-next, .vacancies-advantages-slider.vacancies-advantages-slider--v2 .slick-prev {
        -webkit-transform: none;
        transform: none
    }

    .vacancies-advantages-slider.vacancies-advantages-slider--v2 .slick-arrow {
        bottom: 40px
    }

    .vacancies-advantages-slider {
        margin-top: -64px
    }

    .vacancies-advantages-slider__mob-show {
        display: none
    }
}

.vacancies-advantages-slider__mob-show .button {
    width: auto;
    margin: 0 auto;
    display: inline-block
}

.vacancies-advantages-slider__mob-show .button.active {
    display: none
}

@media (max-width: 768px) {
    .vacancies-advantages-slider__mob-hide {
        display: none
    }
}

.vacancies-advantages-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

@media (max-width: 768px) {
    .vacancies-advantages-slider__item {
        text-align: center
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .vacancies-advantages-slider__item {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .vacancies-advantages-slider__item {
        min-height: 428px
    }
}

.vacancies-advantages-slider__text-wrapper {
    padding-top: 138px
}

@media (min-width: 992px) {
    .vacancies-advantages-slider__text-wrapper {
        max-width: 560px;
        min-width: 560px
    }
}

@media (max-width: 992px) {
    .vacancies-advantages-slider__text-wrapper {
        padding-top: 104px;
        max-width: calc(100vw - 324px);
        position: relative;
        z-index: 1
    }
}

@media (max-width: 768px) {
    .vacancies-advantages-slider__text-wrapper {
        padding-top: 196px;
        width: 100%;
        max-width: initial
    }
}

.vacancies-advantages-slider__num {
    text-align: right;
    font-size: 284px;
    font-weight: 700;
    color: #fff;
    margin-left: 70px;
    padding-top: 76px
}

@media (max-width: 992px) {
    .vacancies-advantages-slider__num {
        display: none
    }
}

.vacancies-advantages-slider__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .vacancies-advantages-slider__icon {
        height: 178px;
        bottom: inherit;
        top: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.vacancies-advantages-slider__icon img {
    max-height: 100%
}

@media (max-width: 992px) {
    .vacancies-advantages-slider__icon {
        max-width: 324px
    }
}

.vacancies-advantages-slider__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .vacancies-advantages-slider__title {
        margin-bottom: 22px
    }
}

@media only screen and (max-width: 599px) {
    .vacancies-advantages-slider__title {
        font-size: 16px
    }
}

.vacancies-advantages-slider__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

@media only screen and (max-width: 599px) {
    .vacancies-advantages-slider__text {
        padding-bottom: 30px
    }
}

@media (min-width: 769px) {
    .vacancies-advantages-slider__sp1 {
        right: 78px
    }

    .vacancies-advantages-slider__sp2 {
        max-width: 470px
    }

    .vacancies-advantages-slider__sp3 {
        max-width: 564px
    }

    .vacancies-advantages-slider__sp4, .vacancies-advantages-slider__sp5 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 500px !important
    }

    .vacancies-advantages-slider__sp4 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px
    }

    .vacancies-advantages-slider__sp5 {
        padding-top: 80px
    }

    .vacancies-advantages-slider__sp5, .vacancies-advantages-slider__sp6 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .vacancies-advantages-slider .slick-prev {
        left: 15px
    }

    .vacancies-advantages-slider .slick-next {
        left: 75px
    }
}

@media (min-width: 1261px) {
    .vacancies-advantages-slider .slick-prev {
        left: calc((100% - 1220px) / 2)
    }

    .vacancies-advantages-slider .slick-next {
        left: calc((100% - 1220px) / 2 + 60px)
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .vacancies-advantages-slider__text {
        width: 430px
    }
}

@media (min-width: 576px) and (max-width: 993px) {
    .vacancies-advantages-slider__text {
        width: 430px;
        margin: auto
    }
}

.vacancies-history-block {
    background: #e8e8e8
}

@media (min-width: 769px) {
    .vacancies-history-block__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 376px
    }
}

@media (max-width: 768px) {
    .vacancies-history-block__item {
        text-align: center
    }
}

.vacancies-history-block__avatar {
    min-width: 472px;
    max-width: 472px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e8e8e8;
    border-top: 0;
    border-bottom: 0;
    margin-left: 0;
    border-top-color: initial;
    border-top-style: initial;
    border-right-color: #fff;
    border-right-style: solid;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-width: 0 32px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-left: none
}

@media (max-width: 992px) {
    .vacancies-history-block__avatar {
        margin-left: -15px;
        border-left: 0;
        max-width: 400px;
        min-width: 400px
    }
}

@media (max-width: 768px) {
    .vacancies-history-block__avatar {
        margin-right: -15px;
        border: 0;
        max-width: initial;
        min-width: initial;
        height: 288px
    }
}

.vacancies-history-block__avatar img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

.vacancies-history-block__text-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 42px 15px 100px 48px
}

@media (max-width: 768px) {
    .vacancies-history-block__text-wrapper {
        padding: 28px 0 0
    }
}

.vacancies-history-block__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 8px
}

@media (min-width: 769px) {
    .vacancies-history-block__title {
        max-width: 320px
    }
}

.vacancies-history-block__role {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-bottom: 20px
}

@media only screen and (max-width: 599px) {
    .vacancies-history-block__role {
        font-style: italic
    }
}

@media (min-width: 769px) {
    .vacancies-history-block__role {
        max-width: 320px
    }
}

.vacancies-history-block__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.vacancies-history-block__text-detail {
    display: none
}

.vacancies-history-block__link {
    margin-top: 35px
}

@media (max-width: 768px) {
    .vacancies-history-block__link {
        display: none
    }
}

.vacancies-history-block__link a {
    color: inherit;
    border-bottom: 1px dotted;
    -webkit-transition: .4s;
    transition: .4s
}

.vacancies-history-block__link a:hover {
    border-color: transparent;
    color: #f60
}

.vacancies-history-block__button {
    margin-top: 20px
}

.vacancies-history-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vacancies-history-block .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.credit-conditions__numbers-img.slick-slide img, .vacancies-history-block a.button {
    display: inline-block
}

@media (min-width: 769px) {
    .vacancies-history-block .slick-arrow {
        bottom: 20px
    }

    .vacancies-history-block .slick-prev {
        left: calc(50% - 90px)
    }

    .vacancies-history-block .slick-next {
        left: calc(50% - 26px)
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .vacancies-history-block .slick-prev {
        left: 522px
    }

    .vacancies-history-block .slick-next {
        left: 572px
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .vacancies-history-block .slick-prev {
        left: 440px
    }

    .vacancies-history-block .slick-next {
        left: 490px
    }
}

.cronos-profile {
    background: #e8e8e8
}

@media (min-width: 992px) {
    .cronos-profile__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cronos-profile__container > * {
        width: 50%
    }
}

.cronos-profile__info-wrapper {
    padding: 50px 75px
}

@media (min-width: 993px) and (max-width: 1200px) {
    .cronos-profile__info-wrapper {
        padding: 50px 55px
    }
}

@media (max-width: 992px) {
    .cronos-profile__info-wrapper {
        padding: 28px 0;
        text-align: center
    }
}

.cronos-profile__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

@media (max-width: 992px) {
    .cronos-profile__logo {
        display: none
    }
}

.cronos-profile__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .cronos-profile__title {
        margin-bottom: 30px
    }
}

.cronos-profile__info .contact-block__phone {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px
}

.cronos-profile__info .contact-block__phone::before {
    vertical-align: middle
}

@media (min-width: 992px) {
    .cronos-profile__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .cronos-profile__info > :not(:last-child) {
        margin-bottom: 20px
    }

    .cronos-profile__info .contact-block__phone a {
        border-color: transparent
    }

    .cronos-profile__info .button {
        display: inline-block
    }
}

.page-credit-header {
    padding-top: 180px;
    padding-bottom: 30px
}

@media (max-width: 768px) {
    .page-credit-header {
        margin-top: 20px
    }
}

@media (max-width: 1110px) and (min-width: 910px) {
    .page-credit-header .tab-about-company__credit .container::before {
        display: none
    }

    .page-credit-header .tab-about-company__credit .container::after {
        width: 424px;
        bottom: -119px !important
    }

    .page-credit-header .tab-about-company__credit .container .tab-about-company__credit__cards {
        width: 246px
    }
}

@media (max-width: 992px) {
    .page-credit-header {
        padding-top: 20px;
        padding-bottom: 6px
    }
}

@media (max-width: 910px) {
    .page-credit-header .tab-about-company__credit {
        margin-top: 0
    }

    .page-credit-header .tab-about-company__credit .container .mobile-statistics-scroll {
        margin-bottom: 0
    }

    .page-credit-header .tab-about-company__credit .tab-about-company__credit__desc {
        margin-bottom: 174px
    }
}

.page-credit-header .tab-about-company__credit .container::after {
    top: inherit;
    bottom: -170px
}

.page-credit-header .tab-about-company__credit .container .tab-about-company__credit__cards, .page-credit-header .tab-about-company__credit .container::before {
    top: inherit;
    bottom: -40px
}

@media (min-width: 993px) and (max-width: 1112px) {
    .page-credit-header .tab-about-company__credit .container .tab-about-company__credit__cards, .page-credit-header .tab-about-company__credit .container::before {
        bottom: -30px
    }
}

@media (min-width: 1112px) and (max-width: 1180px) {
    .page-credit-header .tab-about-company__credit .container .tab-about-company__credit__cards, .page-credit-header .tab-about-company__credit .container::before {
        bottom: -32px
    }
}

.page-credit-header .tab-about-company__credit .container {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 910px) {
    .page-credit-header .tab-about-company__credit .container::after {
        width: 345px;
        height: 241px;
        bottom: -475px
    }

    .page-credit-header .tab-about-company__credit .container .tab-about-company__credit__cards, .page-credit-header .tab-about-company__credit .container::before {
        width: 182px;
        height: 117px;
        bottom: -269px
    }

    .page-credit-header .tab-about-company__credit__title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .32px;
        margin-bottom: 8px
    }
}

.page-credit-header .tab-about-company__credit__desc {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .32px
}

.credit-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .credit-text-block {
        display: block;
        text-align: center
    }
}

@media (min-width: 769px) {
    .credit-text-block__pic {
        max-width: 450px;
        min-width: 50%;
        margin-right: 40px
    }
}

@media (min-width: 1260px) {
    .credit-text-block__pic {
        max-width: 524px;
        min-width: 524px;
        margin-right: 40px
    }
}

@media (max-width: 768px) {
    .credit-text-block__pic {
        height: 168px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .credit-text-block__pic img {
        height: 100%;
        width: auto
    }
}

@media (min-width: 1261px) and (max-width: 1550px) {
    .credit-text-block__pic_new {
        right: 12%
    }
}

@media (min-width: 769px) {
    .credit-text-block__pic_new {
        max-width: 610px;
        min-width: 50%
    }
}

@media (min-width: 1260px) {
    .credit-text-block__pic_new {
        max-width: 770px;
        min-width: 770px;
        margin-top: -80px
    }
}

@media (max-width: 768px) {
    .credit-text-block__pic_new {
        height: 168px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .credit-text-block__pic_new img {
        height: 100%;
        width: auto
    }
}

.credit-text-block__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 38px
}

@media (max-width: 768px) {
    .credit-text-block__title {
        margin-bottom: 14px
    }
}

.credit-text-block__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

@media (min-width: 769px) {
    .credit-text-block__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px 0 35px
    }

    .credit-text-block__text > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 10px 18px 0
    }
}

@media (min-width: 1260px) {
    .credit-text-block__text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 768px) {
    .credit-text-block__text {
        margin-bottom: 28px
    }

    .credit-text-block__text > :not(:last-child) {
        margin-bottom: 16px
    }
}

@media (min-width: 769px) {
    .credit-text-block__form {
        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 -16px
    }

    .credit-text-block__form .form__fieldset, .credit-text-block__form .input__phone {
        max-width: 292px;
        margin-bottom: 24px
    }

    .credit-text-block__form > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 16px
    }
}

@media (min-width: 1260px) {
    .credit-text-block__form {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .credit-text-block__form .form__fieldset, .credit-text-block__form .input__phone {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .credit-text-block__form > :not(:first-child) {
        margin-top: 24px
    }

    .credit-text-block__form .button {
        margin: 0 auto
    }
}

.moto-header {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .moto-header {
        background: linear-gradient(181.34deg, #f18b00 10.58%, #e34c00 98.12%)
    }
}

.moto-header__container {
    position: relative
}

@media (min-width: 769px) {
    .moto-header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

@media (max-width: 768px) {
    .moto-header__container {
        margin-top: 20px
    }

    .moto-header__container.container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .moto-header__container::after, .moto-header__container::before {
        width: 32px;
        height: 100%;
        content: '';
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: -17px
    }

    .moto-header__container::after {
        left: initial;
        right: -17px
    }
}

.moto-header__text {
    background: linear-gradient(181.34deg, #f18b00 10.58%, #e34c00 98.12%);
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .32px;
    padding: 80px 62px 66px 72px;
    position: relative
}

@media (min-width: 769px) {
    .moto-header__text {
        min-width: 478px;
        max-width: 478px
    }
}

@media (max-width: 768px) {
    .moto-header__text {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .32px;
        padding: 55px 24px 118px;
        width: 100%
    }
}

.moto-header__text::before {
    content: '';
    display: block;
    width: 240px;
    height: 202.31px;
    background: url(/local/templates/kronos_new/img/moto/flag.png) no-repeat center;
    background-size: contain;
    position: absolute
}

@media (min-width: 769px) {
    .moto-header__text::before {
        bottom: 20px;
        right: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media (max-width: 768px) {
    .moto-header__text::before {
        width: 113.88px;
        height: 96px;
        top: -40px;
        right: 18px
    }
}

.moto-header__text > * {
    max-width: 268px
}

@media (max-width: 768px) {
    .moto-header__text > * {
        max-width: initial
    }
}

.moto-header__text > :not(:last-child) {
    margin-bottom: 18px
}

.moto-header__text-main {
    font-size: 56px;
    line-height: 67px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .moto-header__text-main {
        font-size: 40px;
        line-height: 48px
    }
}

.moto-header__text-main:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .moto-header__text-main:not(:last-child) {
        margin-bottom: 10px
    }
}

.moto-header__text-sec {
    font-size: 36px;
    line-height: 43px;
    max-width: initial;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .moto-header__text-sec {
        font-size: 27px;
        line-height: 32px;
        max-width: 255px
    }
}

.moto-header__text-sec:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .moto-header__text-sec:not(:last-child) {
        margin-bottom: 10px
    }
}

.moto-header__pic {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: url(/local/templates/kronos_new/img/moto/photo.jpg) no-repeat right center;
    background-size: cover
}

@media (max-width: 768px) {
    .moto-header__pic {
        display: none
    }
}

.moto-header__pic_new {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: url(/local/templates/kronos_new/img/moto/moto.jpg) no-repeat right center;
    background-size: cover
}

@media (max-width: 768px) {
    .moto-header__pic_new {
        display: none
    }
}

@media (min-width: 992px) {
    .products-rating {
        margin-top: -20px
    }
}

.products-rating__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.products-rating__item:not(:last-child) {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .products-rating__item .product-page__header-info {
        max-width: 560px;
        min-width: 560px;
        margin-left: 0;
        margin-right: 0
    }

    .products-rating__item .product-page__header-info > :first-child {
        margin-left: 0
    }

    .products-rating__item .product-page__header-info > :last-child {
        margin-right: 0
    }

    .products-rating__item .product-page__header-info > * {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width: 992px) {
    .products-rating__item .product-page__header-info .product-page__mobile-hide {
        display: none
    }
}

.products-rating__item .product-page__product-full-desc__link {
    margin-top: 24px;
    text-align: center
}

@media (max-width: 992px) {
    .products-rating__item .product-page__product-full-desc__link {
        margin-top: 20px
    }
}

.products-rating__item .product-page__product-full-desc__link .link-about-us__value::after, .products-rating__item .product-page__product-full-desc__link .link-text::after, .products-rating__item .product-page__product-full-desc__link .our-stores__city::after {
    left: auto;
    background: 0 0
}

.products-rating__item .product-page__product-full-desc {
    color: #999
}

.products-rating__item .product-page__product-full-desc__wrapper {
    margin-top: 28px
}

@media (max-width: 992px) {
    .products-rating__item .product-page__product-full-desc__wrapper {
        margin-top: 24px;
        color: #999
    }
}

@media (min-width: 992px) {
    .products-rating__item .product-page__product-full-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .products-rating__item .product-page__product-full-desc > :first-child {
        width: calc(100% - 608px)
    }

    .products-rating__item .product-page__product-full-desc > :last-child {
        max-width: 560px;
        min-width: 560px
    }
}

.products-rating__item .product-page__info {
    padding-top: 0
}

@media (min-width: 992px) {
    .products-rating__item .product-page__info {
        max-width: 560px;
        min-width: 560px;
        margin-top: -8px
    }
}

@media (max-width: 992px) {
    .products-rating__item .product-page__info {
        margin-top: 26px
    }

    .products-rating__item .product-page__info .product-page__price {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .products-rating__item .product-page__product-gallery {
        width: calc(100% - 608px);
        padding-top: 10px
    }
}

.products-rating__item .product-page__price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 24px
}

@media (min-width: 992px) {
    .products-rating__item .product-page__price {
        margin-top: 14px
    }
}

.products-rating__item .product-page__win-type {
    position: relative;
    bottom: -36px
}

.products-rating__item .product-page__header-info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.products-rating__item .product-page__header-info .product-page__header-info--width {
    -ms-flex-negative: 2;
    flex-shrink: 2;
    text-align: end
}

@media (max-width: 992px) {
    .products-rating__item .product-page__header-info .product-page__header-info--width {
        display: none
    }

    .products-rating .product-page__title-wrapper {
        display: block
    }

    .products-rating .product-page__title {
        margin-bottom: 12px
    }

    .products-rating .product-page__header-info {
        margin: -9px -14px 26px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .products-rating .product-page__header-info .product-page__header-advantages {
        margin: -8px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) and (max-width: 768px) {
    .products-rating .product-page__header-info .product-page__header-advantages {
        margin: 0
    }
}

@media (max-width: 992px) {
    .products-rating .product-page__mobile-buttons {
        margin: 20px -10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .products-rating .product-page__mobile-buttons > * {
        margin: 0 10px;
        width: 50%
    }

    .products-rating .product-page__mobile-add-link {
        margin-top: 20px;
        text-align: center
    }
}

@media (max-width: 768px) {
    .products-rating .product-page__info-top {
        display: block
    }

    .products-rating .product-page__price {
        padding: 0;
        margin-bottom: 22px
    }

    .products-rating .price-block__wrapper {
        text-align: center
    }
}

.company-history {
    position: relative
}

@media (min-width: 992px) {
    .company-history {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

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

@media (min-width: 769px) {
    .company-history__timeline-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .company-history__timeline-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media (max-width: 768px) {
    .company-history__timeline-info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width: 992px) {
    .company-history .slick-arrow {
        border-color: #999;
        bottom: 30px;
        top: inherit;
        right: inherit
    }

    .company-history .slick-next {
        left: 420px
    }

    .company-history .slick-prev {
        left: 356px
    }
}

@media (max-width: 768px) {
    .company-history .slick-arrow.js-company-history__next, .company-history .slick-arrow.js-company-history__prev {
        bottom: initial;
        top: 264px
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .company-history .slick-arrow {
        border-color: #999;
        top: 450px;
        bottom: inherit;
        right: inherit;
        left: calc(50% - 20px)
    }

    .company-history .slick-arrow.slick-next {
        -webkit-transform: translateX(calc(50% + 12px));
        transform: translateX(calc(50% + 12px))
    }

    .company-history .slick-arrow.slick-prev {
        -webkit-transform: translateX(calc(-50% - 12px));
        transform: translateX(calc(-50% - 12px))
    }
}

.company-history__years {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    color: #dcdcdc;
    list-style: none
}

@media (min-width: 769px) {
    .company-history__years {
        width: 85px;
        min-width: 85px;
        max-width: 85px;
        text-align: right;
        margin-right: 70px
    }
}

@media (max-width: 768px) {
    .company-history__years {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
        padding-left: 20px
    }
}

.company-history__years > * {
    cursor: pointer
}

@media (max-width: 768px) {
    .company-history__years > :not(.active):not(.next) {
        display: none
    }

    .company-history__years > .next {
        margin-left: 4px
    }

    .company-history__years > .next::before {
        content: '/';
        display: inline-block;
        margin-right: 4px
    }
}

.company-history__years > .active {
    color: #f60
}

@media (min-width: 769px) {
    .company-history__years > :not(:last-child) {
        margin-bottom: 15px
    }
}

.company-history__num {
    height: 264px;
    overflow: hidden;
    display: inline-block;
    text-align: center
}

@media (max-width: 768px) {
    .company-history__num {
        height: 125px
    }
}

.company-history__num span {
    display: block;
    font-size: 220px;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 768px) {
    .company-history__num span {
        font-size: 104px;
        line-height: 125px
    }
}

.company-history__num-wrapper {
    white-space: nowrap;
    font-size: 40px
}

.company-history__years-pic {
    font-size: 220px;
    line-height: 264px;
    color: #f60;
    font-weight: 700;
    margin-top: -36px;
    padding-left: 26px;
    padding-right: 50px;
    text-align: left;
    position: relative
}

.company-history__years-pic-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 768px) {
    .company-history__years-pic-wrapper {
        text-align: center
    }
}

@media (min-width: 992px) {
    .company-history__years-pic {
        margin-right: 72px
    }
}

@media (max-width: 768px) {
    .company-history__years-pic {
        font-size: 104px;
        line-height: 125px;
        padding-left: 12px;
        padding-right: 4px;
        display: inline-block;
        margin-top: 0;
        margin-bottom: -10px
    }
}

.company-history__years-pic::before {
    width: 223px;
    height: 178px;
    background: url(/local/templates/kronos_new/img/company-history/bottom.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 114px;
    z-index: 1;
    left: 0;
    content: '';
    display: block
}

@media (max-width: 768px) {
    .company-history__years-pic::before {
        width: 103px;
        height: 83px;
        bottom: 46px
    }
}

.company-history__years-pic::after {
    width: 269px;
    height: 170px;
    background: url(/local/templates/kronos_new/img/company-history/top.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 78px;
    right: 0;
    content: '';
    display: block
}

@media (max-width: 768px) {
    .company-history__years-pic::after {
        width: 126px;
        height: 79px;
        top: 34px
    }
}

.company-history__years-pic > :first-child {
    margin-bottom: -64px
}

@media (max-width: 768px) {
    .company-history__years-pic > :first-child {
        margin-bottom: -34px
    }
}

.company-history__years-pic > :last-child {
    margin-left: 130px
}

@media (max-width: 768px) {
    .company-history__years-pic > :last-child {
        margin-left: 64px
    }

    .company-history__scroll {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 769px) {
    .company-history__scroll {
        overflow: hidden;
        position: relative
    }

    .company-history__scroll > * {
        max-height: 496px;
        overflow: auto;
        width: calc(100% + 40px);
        padding-right: 40px
    }

    .company-history__scroll::after {
        content: '';
        display: block;
        width: 100%;
        height: 160px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
        position: absolute;
        bottom: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: .4s;
        transition: .4s
    }
}

.company-history__scroll-end::after {
    opacity: 0
}

@media (max-width: 768px) {
    .company-history-timeline {
        width: 100%;
        text-align: center
    }
}

@media (min-width: 769px) {
    .company-history-timeline__gallery {
        margin: -4px -8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .company-history-timeline__gallery a {
        position: relative
    }

    .company-history-timeline__gallery a::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/local/templates/kronos_new/img/svg-sprite/zoom.svg) rgba(0, 0, 0, .5) no-repeat center;
        background-size: 24px;
        content: '';
        display: block;
        -webkit-transition: .4s;
        transition: .4s
    }

    .company-history-timeline__gallery > * {
        min-width: 160px;
        max-width: 160px;
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 4px 8px
    }

    .company-history-timeline__gallery > * img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .company-history-timeline__item {
        padding-left: 16px
    }

    .company-history-timeline__item:not(:first-child) {
        padding-top: 18px
    }
}

.company-history-timeline__year {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .32px;
    color: #f60
}

@media (max-width: 768px) {
    .company-history-timeline__year {
        display: none
    }
}

.company-history-timeline__title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    position: relative
}

.company-history-timeline__title::before {
    content: '';
    display: block;
    top: 8px;
    left: -16px;
    width: 4px;
    height: 4px;
    background: #f60;
    border-radius: 50%;
    position: absolute
}

@media (max-width: 768px) {
    .company-history-timeline__title {
        margin-bottom: 20px;
        padding-bottom: 28px;
        padding-left: 15px;
        padding-right: 15px
    }

    .company-history-timeline__title::before {
        top: initial;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0;
        width: 32px;
        height: 2px
    }
}

.company-history-timeline__text, .mobile-cart__info p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.company-history-timeline__text:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .company-history-timeline__text {
        padding-left: 15px;
        padding-right: 15px
    }
}

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

.categories-list__title {
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 16px 8px 30px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s
}

.categories-list__title:hover {
    color: #f60
}

.categories-list .categories-list a.categories-list__title:hover:before, .categories-list li.active li.active .categories-list__title:hover::after, .categories-list li.active li.active .categories-list__title:hover::before, .categories-list li.active > .categories-list__title::before, .categories-list__title:hover::after, .categories-list__title:hover::before {
    background: #f60
}

.categories-list__title:not(a)::after, .categories-list__title:not(a)::before {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 18px;
    left: 9px;
    -webkit-transition: .4s;
    transition: .4s
}

.categories-list__title:not(a)::after {
    width: 1px;
    height: 11px;
    top: 13px;
    left: 14px
}

.categories-list__content {
    padding-left: 30px
}

.categories-list li:not(:first-child) {
    border-top: 1px solid #c4c4c4;
    margin-top: -1px
}

.categories-list li:not(.active) .categories-list__content {
    display: none
}

.categories-list li.active li.active .categories-list__title:hover, .categories-list li.active > .categories-list__title {
    color: #f60
}

.categories-list li.active > .categories-list__title::after {
    background: #f60;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.categories-list li.active li.active .categories-list__title::after, .categories-list li.active li.active li.active .categories-list__title::before {
    background: #000
}

.categories-list .categories-list a.categories-list__title::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    top: 16px;
    left: 12px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

.mobile-cart {
    padding-top: 22px
}

.mobile-cart .stepper {
    margin-bottom: 30px
}

.mobile-cart .complete-block {
    margin: 38px 0
}

.mobile-cart .progress-buy {
    padding-bottom: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc
}

.mobile-cart__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    text-align: center
}

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

.mobile-cart__list .cart-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 16px
}

.mobile-cart__footer {
    margin-top: 15px;
    padding: 8px 15px 18px;
    background: #e8e8e8;
    text-align: center
}

.mobile-cart__footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.mobile-cart__footer__bottom .mobile-cart__footer__price {
    display: block;
    text-align: left;
    margin-bottom: 0
}

.mobile-cart__footer__bottom .mobile-cart__footer__old-price {
    margin-right: 0
}

.mobile-cart__footer__title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px;
    margin-bottom: 8px
}

.mobile-cart__footer__price {
    white-space: nowrap;
    text-align: right;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

.mobile-cart__footer__old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px
}

.mobile-cart__footer__old-price:not(:last-child) {
    margin-right: 14px
}

.mobile-cart__footer__new-price {
    color: #f60
}

.mobile-cart__footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -4px -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-cart__footer__actions > * {
    margin: 4px 10px
}

.mobile-cart__info {
    padding-top: 28px;
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    margin-bottom: 28px
}

.progress-buy__title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    text-align: center;
    color: #f60;
    margin-bottom: 14px
}

.progress-buy__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.progress-buy__info span {
    white-space: nowrap;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px
}

.progress-buy__info .progress-buy__bar {
    margin: 0 8px
}

.progress-buy__bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 12px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.progress-buy__bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: inherit;
    background: #f60
}

.pagination-2 {
    text-align: center
}

@media (min-width: 769px) {
    .pagination-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.pagination-2__page {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    margin-right: 24px
}

@media (max-width: 768px) {
    .pagination-2__page {
        margin-right: 0;
        margin-bottom: 18px
    }
}

.pagination-2__pages, .pagination-2__pages > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination-2__pages {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    color: #999;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.pagination-2__pages > a {
    -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: 32px;
    height: 32px;
    border: 1px solid #fff
}

.pagination-2__pages > a:hover {
    border-color: #f60;
    color: #f60
}

.pagination-2__pages span {
    line-height: 32px
}

.pagination-2__active {
    background: #f60;
    border-color: #f60;
    color: #fff
}

.pagination-2__active:hover {
    color: #fff
}

.real-search {
    position: relative;
    height: 35px;
    overflow: visible;
    z-index: 1
}

.real-search__action {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.real-search__list > * {
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #c4c4c4
}

.real-search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.real-search__title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .36px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.real-search__title span {
    color: #f60
}

.real-search__pic {
    margin-left: 12px;
    margin-right: 12px;
    height: 38px;
    max-width: 60px;
    min-width: 60px
}

.real-search__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.real-search__find {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .4px;
    color: #f60
}

.real-search__form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff
}

.real-search__form input {
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin: 0;
    padding: 4px 38px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s;
    background: url(/local/templates/kronos_new/img/svg-sprite/search-gray.svg) no-repeat left 10px center;
    background-size: 16px
}

.real-search__form input::-moz-placeholder {
    color: #999
}

.real-search__form input::-ms-input-placeholder {
    color: #999
}

.real-search__form input::placeholder {
    color: #999
}

.real-search__form input:focus {
    outline: 0;
    border-color: transparent;
    background: url(/local/templates/kronos_new/img/svg-sprite/search-gray.svg) no-repeat left -20px center;
    background-size: 16px;
    padding-left: 12px
}

.real-search__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.real-search__close::after, .real-search__close::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 50%
}

.real-search__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.real-search__content {
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    border-radius: 3px;
    padding: 56px 12px 20px;
    display: none
}

.real-search__content .contact-block {
    text-align: center;
    margin-bottom: 15px
}

.real-search__content .contact-block__title, .real-search__danger {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .4px;
    margin-bottom: 18px
}

.real-search__content .contact-block__phone {
    font-size: 16px;
    line-height: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .4px
}

.real-search__content .contact-block__phone::before {
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/contacts-phone-gray.svg)
}

.real-search__danger {
    font-size: 14px;
    line-height: 17px;
    color: #c00;
    margin-bottom: 20px
}

.service-slider .slick-list {
    -webkit-transition: .4s;
    transition: .4s
}

@media (min-width: 769px) {
    .service-slider .slick-arrow {
        bottom: 40px !important
    }

    .service-slider .slick-prev {
        left: 15px
    }
}

@media (min-width: 769px) and (min-width: 1260px) {
    .service-slider .slick-prev {
        left: calc(50% - 1250px / 2)
    }
}

@media (min-width: 769px) {
    .service-slider .slick-next {
        left: 79px
    }
}

@media (min-width: 769px) and (min-width: 1260px) {
    .service-slider .slick-next {
        left: calc(50% - 1250px / 2 + 64px)
    }
}

@media (min-width: 769px) {
    .service-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .service-slider .service-slider__item {
        height: auto
    }

    .service-slider .service-slider__item-wrapper {
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .service-slider .service-slider__pic {
        margin-top: -30px;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.service-slider__item {
    margin-top: 40px;
    background: #e8e8e8
}

.service-slider__text-block {
    padding-top: 42px;
    padding-bottom: 98px
}

.service-slider__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

.service-slider__mobile-title {
    color: #f60;
    margin-bottom: 16px;
    text-align: center
}

.service-slider__item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.service-slider__blocks, .service-slider__item-wrapper, .service-slider__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-slider__pic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    min-width: 540px;
    margin-top: -40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-slider__blocks {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin: -8px 0
}

@media all and (max-width: 575px) {
    .service-slider__blocks {
        display: block
    }
}

@media (min-width: 769px) {
    .service-slider__blocks > * {
        width: calc(50% - 24px);
        margin: 8px 0
    }

    .service-slider__blocks p {
        padding-left: 16px;
        position: relative
    }

    .service-slider__blocks p::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #f60;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        left: 0
    }

    .service-slider__blocks div p:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width: 768px) {
    .service-slider__item {
        margin-top: 0;
        background: 0 0
    }

    .service-slider__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .service-slider__text-block {
        background: #e8e8e8;
        margin: 0 -15px;
        padding: 26px 15px 30px;
        height: 200px
    }

    .service-slider__pic {
        margin: 0;
        height: 272px;
        max-width: initial;
        min-width: initial;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .service-slider__pic img {
        max-width: 100%;
        max-height: 100%
    }

    .service-slider__title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: .36px;
        margin-bottom: 28px
    }

    .service-slider__blocks {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: .4px;
        margin-top: 15px
    }

    .service-slider__blocks div:not(:first-child) p:first-child {
        padding-top: 20px;
        margin-top: 28px;
        position: relative
    }

    .service-slider__blocks div:not(:first-child) p:first-child::before {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #f60
    }

    .service-slider__blocks p:not(:first-child) {
        padding-top: 20px;
        margin-top: 28px;
        position: relative
    }

    .service-slider__blocks p:not(:first-child)::before {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #f60
    }

    .service-slider__action {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .service-slider__action .button {
        width: auto;
        margin: 0 auto;
        position: absolute;
        bottom: 30px
    }
}

@media only screen and (max-width: 599px) {
    .js-videos-slider__slider.video-wrapper.container.slick-initialized.slick-slider {
        padding-right: 0;
        padding-left: 0
    }
}

.service-slider__title.service-slider__title-phone {
    margin: auto;
    padding-bottom: 30px
}

@media (min-width: 573px) {
    .service-slider__title.service-slider__title-phone {
        display: none
    }
}

@media (min-width: 769px) {
    .special-form.special-form--v2 .special-form__container {
        margin-top: 78px;
        padding-bottom: 48px;
        margin-bottom: 0
    }

    .special-form.special-form--v2 .special-form__form {
        max-width: 632px;
        min-width: 632px
    }

    .special-form.special-form--v2 .special-form__pic {
        margin-right: 12px
    }
}

.special-form .form-errors {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.special-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 11px;
    margin-bottom: 0;
    padding-bottom: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .special-form__container {
        display: block;
        padding-bottom: 26px;
        margin-top: 42px
    }
}

.special-form__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 26px;
    display: none
}

.cart-product__title a, .special-form__title.page__mobile-hide {
    display: block
}

@media (max-width: 768px) {
    .special-form__title {
        text-align: center;
        display: block
    }

    .special-form__title.page__mobile-hide {
        display: none
    }
}

@media (min-width: 769px) {
    .special-form__form {
        max-width: 670px;
        min-width: 670px
    }
}

.special-form__fields {
    position: relative
}

@media (min-width: 769px) {
    .special-form__fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .special-form__fields > * {
        margin: 0 12px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .special-form__fields .form__fieldset, .special-form__fields .input__phone {
        margin-bottom: 0 !important;
        max-width: 204px
    }
}

@media (max-width: 768px) {
    .special-form__fields .button {
        width: 100%
    }
}

.special-form__contacts {
    margin-top: 50px
}

@media (max-width: 768px) {
    .special-form__contacts {
        margin-top: 26px;
        background: #e8e8e8;
        margin-left: -15px;
        margin-right: -15px;
        padding: 26px 15px;
        text-align: center
    }
}

.special-form__contacts-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .special-form__contacts-title {
        margin-bottom: 24px
    }

    .special-form__contacts .contact-block__list a {
        border-bottom: 1px dotted #999;
        -webkit-transition: .4s;
        transition: .4s;
        outline: 0 !important
    }
}

@media only screen and (max-width: 768px) and (max-width: 599px) {
    .special-form__contacts .contact-block__list a {
        display: contents
    }
}

@media (max-width: 768px) {
    .special-form__contacts .contact-block__list a:not(:first-child) {
        margin-left: 7px
    }
}

@media only screen and (max-width: 768px) and (max-width: 599px) {
    .special-form__contacts .contact-block__list a:not(:first-child) {
        display: inline-block
    }
}

@media (max-width: 768px) {
    .special-form__contacts .contact-block__list a:hover {
        border-color: transparent;
        margin-left: 15px
    }
}

@media (min-width: 769px) {
    .special-form__contacts .contact-block__list {
        display: table
    }

    .special-form__contacts .contact-block__list a {
        border-bottom: 1px dotted #999;
        -webkit-transition: .4s;
        transition: .4s;
        outline: 0 !important
    }
}

@media only screen and (min-width: 769px) and (max-width: 599px) {
    .special-form__contacts .contact-block__list a {
        display: contents
    }
}

@media (min-width: 769px) {
    .special-form__contacts .contact-block__list a:not(:first-child) {
        margin-left: 7px
    }

    .special-form__contacts .contact-block__list a:hover {
        border-color: transparent
    }

    .special-form__contacts .contact-block__list > * {
        margin-bottom: 0 !important
    }

    .special-form__contacts .contact-block__list > :not(:first-child) {
        margin-right: 16px;
        padding-right: 16px;
        border-right: 1px dotted #999;
        margin-top: 15px;
        display: inherit
    }

    .special-form__contacts .contact-block__list > :last-child {
        margin-right: 16px;
        padding-right: 16px;
        border-right: 0 dotted #999;
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .special-form__pic {
        margin-right: 35px
    }
}

@media (max-width: 768px) {
    .special-form__pic {
        margin-bottom: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .special-form__pic img {
        max-height: 400px;
        width: auto
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .franchise-page .special-form .special-form__form {
        min-width: 50%
    }

    .franchise-page .special-form .special-form__pic {
        width: calc(50% - 74px)
    }

    .franchise-page .special-form .special-form__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .franchise-page .special-form .form__fieldset, .franchise-page .special-form .input__phone {
        max-width: 350px;
        margin-bottom: 24px !important;
        width: 100%
    }
}

@media (max-width: 768px) {
    .special-form__pic.special-form__pic_my {
        display: none
    }
}

contact-block__list1 {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.contact-block__skype {
    margin-top: 15px;
    margin-left: 0
}

li.contact-block__mail, li.contact-block__mail.contact-block__mail_zap {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px dotted #999;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 599px) {
    li.contact-block__mail {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 0 dotted #999
    }
}

li.contact-block__mail.contact-block__mail_zap {
    padding-right: 0 !important;
    border-right: 0 dotted #999 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 599px) {
    li.contact-block__mail.contact-block__mail_zap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 0 dotted #999
    }
}

.contact-block__mail.contact-block__mail_zap.contact-block__mail_spares {
    margin-right: 0;
    margin-top: 0;
    font-size: 17px
}

.side-slider__fixed-block {
    display: none
}

@media all and (max-width: 992px) {
    .side-slider__fixed-block {
        display: block;
        position: fixed;
        z-index: 150;
        top: 0;
        right: 0;
        bottom: 0;
        width: 95vw;
        max-height: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        padding: 60px 17px 10px 28px;
        background-color: #fff
    }

    .side-slider__fixed-block.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.side-slider-orange__fixed-block {
    display: none
}

@media all and (max-width: 992px) {
    .side-slider-orange__fixed-block {
        display: block;
        position: fixed;
        z-index: 150;
        top: 0;
        right: 0;
        bottom: 0;
        width: 95vw;
        max-height: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        padding: 60px 17px 10px 28px;
        background-color: #f60
    }

    .side-slider-orange__fixed-block.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.side-slider-orange__fixed-content, .side-slider__fixed-content {
    text-align: left;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 14px
}

.side-slider-orange__fixed-content {
    color: #fff
}

.side-slider-orange__fixed-content--style-default p, .side-slider__fixed-content--style-default p {
    margin-bottom: 16px
}

.side-slider__fixed-content--style-default .side-slider__title {
    color: #f60;
    margin-bottom: 16px
}

.side-slider-orange__fixed-content--style-default .side-slider-orange__title {
    color: #fff;
    margin-bottom: 16px
}

@media all and (max-width: 992px) {
    .side-slider-orange__button-back, .side-slider__button-back {
        position: absolute;
        top: 10px;
        left: 0
    }

    .side-slider-orange__button-back .back-block__button {
        color: #fff;
        fill: #fff
    }

    .side-slider-orange__button-back .back-block__button:focus {
        outline: 0
    }
}

.discount-rules__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

@media all and (max-width: 992px) {
    .discount-rules__title {
        text-align: center
    }
}

.discount-rules__text-columns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 40px
}

@media all and (max-width: 992px) {
    .discount-rules__text-columns {
        display: block
    }
}

.discount-rules__text-columns p {
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px
}

@media all and (max-width: 992px) {
    .discount-rules__text-columns p {
        padding-left: 0;
        padding-bottom: 28px;
        margin-bottom: 10px;
        text-align: center
    }
}

.discount-rules__text-columns p:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #f60;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

@media all and (max-width: 992px) {
    .discount-rules__text-columns p:before {
        left: calc(50% - 16px);
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        border-bottom: 2px solid #f60;
        position: absolute;
        bottom: 0;
        top: auto;
        border-radius: 0
    }

    .discount-rules__text-columns:last-child p:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .discount-rules__text-columns:last-child p:last-child:before {
        display: none
    }
}

@media all and (min-width: 576px) {
    .credit-conditions {
        height: 384px;
        margin-top: 40px
    }
}

@media all and (max-width: 575px) {
    .credit-conditions {
        background: #e8e8e8;
        margin-top: 10px;
        margin-bottom: 46px
    }
}

.credit-conditions__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%
}

@media all and (max-width: 575px) {
    .credit-conditions__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.credit-conditions .animate-finger {
    margin-bottom: 0
}

@media all and (min-width: 576px) {
    .credit-conditions .animate-finger {
        display: none
    }
}

.credit-conditions__numbers-container {
    height: 100%;
    width: 570px;
    max-width: 50%;
    overflow: hidden;
    margin-right: 50px
}

@media all and (max-width: 575px) {
    .credit-conditions__numbers-container {
        width: 100%;
        max-width: none;
        margin-right: 0
    }
}

.credit-conditions__numbers, .credit-conditions__numbers-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.credit-conditions__numbers {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.credit-conditions__numbers.slick-initialized {
    opacity: 1
}

.credit-conditions__numbers-img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 575px) {
    .credit-conditions__numbers-img {
        min-height: auto
    }
}

@media all and (max-width: 575px) {
    .credit-conditions__numbers-img.slick-slide img {
        height: 141px
    }

    .credit-conditions__numbers-img.\--center-by-margin img {
        margin-left: 20px
    }
}

.credit-conditions__image {
    padding-left: 110px
}

@media all and (max-width: 575px) {
    .credit-conditions__image {
        padding-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.credit-conditions__text-image {
    display: contents
}

@media all and (max-width: 575px) {
    .credit-conditions__text-image {
        display: none
    }
}

.credit-conditions__info_container {
    width: 555px;
    max-width: calc(50% - 50px)
}

@media all and (max-width: 575px) {
    .credit-conditions__info_container {
        width: auto;
        max-width: none
    }
}

@media all and (min-width: 576px) {
    .credit-conditions__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        pointer-events: none
    }
}

@media all and (max-width: 575px) {
    .credit-conditions__info {
        text-align: center;
        margin-bottom: 46px
    }
}

.credit-conditions__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 23px
}

@media all and (max-width: 575px) {
    .credit-conditions__title {
        margin-bottom: 24px
    }
}

.credit-conditions__text, .credit-conditions__text1 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.credit-conditions__text1 {
    margin-top: 20px
}

.credit-conditions__text2 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media all and (max-width: 575px) {
    .credit-conditions__text2 {
        border: 1px dashed #f60;
        margin-bottom: 40px;
        text-align: center
    }
}

.credit-conditions__text3, .credit-conditions__text4 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.credit-conditions__text3 {
    margin-bottom: 20px;
    margin-top: 20px
}

.credit-conditions__text4 {
    margin-left: 20px
}

.credit-conditions__text5 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-top: 20px
}

.credit-conditions__text6 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    padding: 15px
}

.credit-conditions__inner.credit-conditions__inner_partner-second {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.credit-conditions__text2 .credit-conditions__text2_1 {
    position: absolute;
    top: 185%
}

.credit-conditions__text2.credit-conditions__text2_2 {
    margin-top: -9%
}

@media only screen and (max-width: 599px) {
    .credit-conditions__text2.credit-conditions__text2_2 {
        width: 242px;
        margin: auto
    }
}

.credit-conditions__numbers-img.credit-conditions__numbers-img-first {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-image: url(/local/templates/kronos_new/img/sale/1.jpg);
    width: 467px;
    height: 260px;
    margin: auto
}

@media only screen and (max-width: 599px) {
    .credit-conditions__numbers-img.credit-conditions__numbers-img-first {
        background-image: url(/local/templates/kronos_new/img/sale/2.jpg);
        width: 275px;
        height: 249px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 15px
    }
}

.credit-conditions__numbers-img.credit-conditions__numbers-img-second {
    background-image: url(/local/templates/kronos_new/img/sale/4.jpg);
    width: 257px;
    height: 190px;
    margin-top: 44%;
    z-index: 2
}

@media only screen and (max-width: 599px) {
    .credit-conditions__numbers-img.credit-conditions__numbers-img-second {
        display: none !important
    }
}

.credit-conditions__numbers-img.credit-conditions__numbers-img-third {
    background-image: url(/local/templates/kronos_new/img/sale/5.jpg);
    width: 365px;
    height: 215px;
    margin-top: 9%;
    position: absolute;
    top: 31%;
    right: 4%;
    z-index: 1
}

@media only screen and (max-width: 599px) {
    .credit-conditions__numbers-img.credit-conditions__numbers-img-third {
        display: none !important
    }
}

.credit-conditions__info_container.credit-conditions__info_container-partner {
    width: 540px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

@media only screen and (max-width: 599px) {
    .credit-conditions__info_container.credit-conditions__info_container-partner {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto
    }
}

.credit-conditions__inner.credit-conditions__inner_partner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns:1fr 1fr;
    display: grid
}

@media only screen and (max-width: 599px) {
    .credit-conditions__inner.credit-conditions__inner_partner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns:1fr;
        display: grid
    }
}

.credit-conditions__image.credit-conditions__image-partner {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: grid;
    grid-template-columns:1fr 1fr;
    padding-left: 10px
}

@media only screen and (max-width: 599px) {
    .credit-conditions__image.credit-conditions__image-partner {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        background-image: url(/local/templates/kronos_new/img/sale/8.jpg);
        width: 240px;
        height: 402px;
        z-index: 2;
        margin: auto
    }
}

.single-gallery {
    position: relative;
    width: 100%;
    height: 100%
}

.single-gallery__navigation {
    background-color: #fff;
    z-index: 10
}

.single-gallery__slider {
    height: 100%;
    width: 100%
}

.single-gallery__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-initialized .single-gallery__slide {
    position: relative
}

.single-gallery__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-gallery__loop {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9px;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.single-gallery__loop svg {
    stroke: #fff;
    fill: none
}

.single-gallery__slide:hover .single-gallery__loop {
    background-color: #f60
}

.single-gallery .slick-list, .single-gallery .slick-track {
    height: 100%
}

.back-call-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    z-index: 15
}

@media all and (max-width: 768px) {
    .back-call-button {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 20px
    }
}

.back-call-button:active, .back-call-button:focus {
    outline: 0
}

.back-call-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2ab032;
    -webkit-animation: back-call-button-wave 8s infinite;
    animation: back-call-button-wave 8s infinite;
    opacity: .5
}

.back-call-button:active .back-call-button__inner, .back-call-button:active .back-call-button__text-item, .back-call-button:active::before, .back-call-button:focus .back-call-button__inner, .back-call-button:focus .back-call-button__text-item, .back-call-button:focus::before, .back-call-button:hover .back-call-button__inner, .back-call-button:hover .back-call-button__text-item, .back-call-button:hover::before {
    -webkit-animation: none;
    animation: none
}

.back-call-button__inner {
    position: relative;
    width: 120px;
    height: 120px;
    background-color: #2ab032;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation: back-call-button-size 8s infinite;
    animation: back-call-button-size 8s infinite
}

@media all and (max-width: 768px) {
    .back-call-button__inner {
        width: 60px;
        height: 60px
    }
}

.back-call-button__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

@media all and (max-width: 768px) {
    .back-call-button__item {
        display: none
    }
}

.back-call-button__item_main {
    -webkit-animation: back-call-button-action 2s infinite alternate;
    animation: back-call-button-action 2s infinite alternate
}

.back-call-button__item_second {
    opacity: 0;
    animation: back-call-button-action 2s infinite alternate-reverse
}

.back-call-button__item_mobile-icon {
    display: none;
    fill: #fff
}

@media all and (max-width: 768px) {
    .back-call-button__item_mobile-icon {
        display: block
    }
}

.float-phone {
    position: fixed;
    bottom: 57px;
    right: 140px;
    background-color: #f60;
    z-index: 999;
    border-radius: 25px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400
}

.float-phone-text {
    color: #fff;
    margin-left: 5px
}

.float-phone-text:hover {
    color: #fff
}

@media (max-width: 375px) {
    .float-phone {
        right: 15px;
        padding: 0 10px
    }
}

@media (max-width: 992px) {
    body .b24-widget-button-position-bottom-right {
        right: 20px;
    }

    .float-phone {
        bottom: 60px;
        right: 105px;
        height: 40px;
        padding: 0 16px
    }

    .float-phone-text {
        font-size: .8em
    }
}

.float-phone-icons {
    fill: #fff;
    height: 20px;
    width: 20px
}

.pickup-popup-button {
    text-align: center;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.pickup-popup-button__link {
    background: #f60;
    -webkit-box-shadow: #f60 1px 4px 13px 0;
    box-shadow: #f60 1px 4px 13px 0;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none
}

.pickup-popup-button__link:active, .pickup-popup-button__link:focus, .pickup-popup-button__link:hover {
    color: #fff;
    text-decoration: none
}

a#pickup-button.pickup-popup-button__link {
    padding-bottom: 12px
}

.load-bar, .popup__buy-form_forms select {
    width: 100%
}

.load-bar__text-wrapper {
    margin-bottom: 8px
}

.load-bar__text {
    color: #f60;
    font-size: 14px
}

.load-bar__text_header {
    font-size: 12px
}

.load-bar__bar-wrapper {
    width: 100%;
    background-color: #dcdcdc;
    border-radius: 6px;
    height: 6px
}

.load-bar__bar-inner {
    background-color: #f60;
    border-radius: 6px;
    height: 100%;
    width: 0;
    -webkit-transition: 1s width;
    transition: 1s width
}

.radio-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.radio-button__icon::after, .radio-button__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.radio-button__icon {
    position: relative;
    height: 14px;
    width: 14px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.radio-button__icon::after {
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f60;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.radio-button__input:checked + .radio-button__icon::after {
    opacity: 1
}

.radio-button__text {
    font-size: 14px;
    font-weight: 400
}

.radio-button__text_input {
    border: 0;
    outline: 0 !important;
    border-bottom: 1px solid #d6d4d4;
    padding: 1px;
    width: 230px
}

.radio-button__text_input::-webkit-input-placeholder {
    color: #d6d4d4
}

.radio-button__text_input::-moz-placeholder {
    color: #d6d4d4
}

.radio-button__text_input:-ms-input-placeholder, .radio-button__text_input::-ms-input-placeholder {
    color: #d6d4d4
}

.radio-button__text_input::placeholder {
    color: #d6d4d4
}

.form-pages {
    position: relative;
    overflow: hidden
}

.form-pages__page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.form-pages__page_first {
    position: relative
}

.form-pages__page_active {
    position: relative;
    opacity: 1
}

.circle-load-bar {
    position: relative
}

.circle-load-bar__circle {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke: #f60
}

.circle-load-bar__circle_animation {
    -webkit-transition: stroke-dashoffset .3s;
    transition: stroke-dashoffset .3s
}

.product-item-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 110px;
    padding: 0 33px 0 9px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.product-item-line:not(:last-child) {
    border-bottom: 1px solid #dcdcdc
}

.product-item-line:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

@media all and (max-width: 767px) {
    .product-item-line_popup {
        padding: 20px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .product-item-line_popup:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.product-item-line__left-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 767px) {
    .product-item-line__left-inner_popup {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.product-item-line__right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media all and (max-width: 767px) {
    .product-item-line__right-inner_popup {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.product-item-line__img {
    width: 94px;
    max-height: 62px;
    -o-object-fit: contain;
    object-fit: contain
}

@media all and (max-width: 767px) {
    .product-item-line__img_popup {
        -o-object-fit: contain;
        object-fit: contain;
        min-height: 70px;
        max-height: 90px;
        margin-bottom: -22px
    }
}

.product-item-line__name {
    padding: 0 25px;
    width: 290px;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s
}

.product-item-line__name:active, .product-item-line__name:focus {
    color: #000;
    text-decoration: none
}

.product-item-line:hover .product-item-line__price, .product-item-line__name:hover {
    color: #f60
}

@media all and (max-width: 767px) {
    .product-item-line__name_popup-desktop {
        display: none
    }
}

.product-item-line__name_popup-mobile {
    display: none;
    width: auto;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin-bottom: 16px;
    padding: 0
}

@media all and (max-width: 767px) {
    .product-item-line__name_popup-mobile {
        display: block
    }
}

.product-item-line__price {
    font-size: 16px;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media all and (max-width: 767px) {
    .product-item-line__price_popup {
        font-size: 22px;
        line-height: 22px
    }
}

.product-item-line__remove-button {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: 0 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media all and (max-width: 767px) {
    .product-item-line__remove-button_popup {
        opacity: 1;
        top: 20px;
        right: 0
    }
}

.product-item-line__remove-button:active, .product-item-line__remove-button:focus {
    outline: 0
}

.product-item-line__remove-button::after, .product-item-line__remove-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #999;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.product-item-line__remove-button::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.product-item-line__remove-button:hover::after, .product-item-line__remove-button:hover::before {
    background-color: #f60
}

.basket.basket-active, .product-item-line:hover .product-item-line__remove-button {
    opacity: 1
}

.basket {
    width: 52px;
    height: 52px;
    background: #f60 url(/local/templates/kronos_new/img/svg-sprite/basket.svg) no-repeat center;
    background-size: 30px;
    border-radius: 50%;
    position: fixed;
    right: 12px;
    bottom: 150px;
    cursor: pointer;
    z-index: 25;
    border: 0;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media all and (max-width: 768px) {
    .basket {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 100px
    }
}

.basket:active, .basket:focus {
    outline: 0
}

.basket__counter {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #2ab032;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.basket-win__info:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.basket-win__footer {
    margin-top: 24px;
    padding: 16px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eee
}

.basket-win__footer, .basket-win__price, .basket-win__price > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket-win__price {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.basket-win__price > * {
    margin-left: 20px
}

.basket-win__old-price {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    text-decoration: line-through;
    color: #999
}

.basket-win__old-price:not(:last-child) {
    margin-right: 14px
}

.basket-win__new-price {
    color: #f60
}

.basket-win__title {
    margin-bottom: 20px
}

.basket-win__form .form__fieldset, .basket-win__form .input__phone {
    width: 254px;
    margin: 0 auto
}

.basket-win__text, .basket-win__title {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.basket-win__text:not(:last-child) {
    margin-bottom: 30px
}

.basket-win__list {
    margin: -12px 0 0 -12px
}

.basket-win__list-wrapper {
    max-height: 285px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 12px 18px 12px 12px
}

.basket-win__list-scroll {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0
}

.basket-win__list-scroll > * {
    display: table-row
}

.basket-win__list-scroll > * > * {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 12px
}

.basket-win__list-scroll > * > * .counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.basket-win__list-scroll > * > * .counter .counter__minus {
    margin-bottom: 8px
}

.basket-win__list-scroll > * > * .counter .counter__plus {
    margin-top: 8px
}

.basket-win__list-scroll > * > .cart-item__pic {
    padding-left: 8px
}

.basket-win__list-scroll > * > .cart-item__pic img {
    max-width: 94px
}

.basket-win__list-scroll > :not(:first-child) > * {
    border-top: 1px solid #c4c4c4
}

.basket-win__list-scroll > :not(:first-child) {
    margin-top: -1px
}

.main-reviews {
    width: 100%;
    padding-bottom: 20px
}

.main-reviews__title-block {
    width: 100%;
    margin-bottom: 16px
}

.main-reviews__wrapper-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    position: relative
}

.main-reviews__wrapper-video .slider-arrow-block .slick-next, .main-reviews__wrapper-video .slider-arrow-block .slick-prev {
    background-color: #fff
}

@media (max-width: 993px) {
    .main-reviews__wrapper-video {
        display: none
    }
}

.main-reviews__link-all {
    width: auto;
    margin-bottom: 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-transform: uppercase
}

.main-reviews__slider {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.main-reviews__item {
    width: 25%;
    min-width: calc((100vw - 1250px) / 100 * 25);
    height: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main-reviews__wrapper-other {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-reviews__faq, .main-reviews__textual {
    width: 33.333%
}

.main-reviews__faq--50, .main-reviews__textual--50 {
    width: calc(50% - 24px)
}

.main-reviews__write-us {
    width: calc(33.333% - 96px);
    position: relative
}

@media screen and (max-width: 1150px) {
    .main-reviews__write-us {
        width: calc(33.333% - 50px)
    }
}

.main-reviews__write-us--100 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px
}

.main-reviews__sub-title {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .36px
}

.main-reviews__sub-title.faq__title {
    margin-bottom: 20px
}

.main-reviews__sub-title--full {
    position: relative;
    text-align: center
}

.main-reviews__sub-title--full::before {
    content: none;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #c4c4c4
}

.main-reviews__sub-title--full > span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    z-index: 1
}

.main-reviews__slider.slick-slider .slick-list, .main-reviews__slider.slick-slider .slick-track {
    min-width: 100%
}

@media all and (max-width: 1260px) {
    .page__aside + .page__content .main-reviews__item {
        min-width: 200px
    }

    .main-reviews__item {
        min-width: calc((100vw - 50px) / 100 * 25)
    }
}

@media all and (max-width: 992px) {
    .main-reviews {
        position: relative;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0
    }

    .main-reviews__title-block {
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-reviews__sub-title.faq__title {
        text-align: center
    }

    .main-reviews__link-all {
        display: none
    }

    .main-reviews .title-line__title {
        padding: 0 20px;
        text-align: center
    }

    .main-reviews__slider {
        width: calc(100% + 30px);
        margin: 0 -15px;
        background-color: #fff
    }

    .main-reviews__slider.slider-arrow-block .slick-prev {
        right: 60px
    }

    .main-reviews__slider.slider-arrow-block .slick-next {
        right: 25px
    }

    .main-reviews__slider .slider-arrow-block__counter {
        left: 25px
    }

    .main-reviews__faq {
        width: 100%
    }

    .main-reviews__textual, .main-reviews__write-us {
        display: none !important
    }

    .main-reviews__item {
        height: 240px
    }
}

@media all and (max-width: 375px) {
    .main-reviews__item {
        height: 180px
    }
}

@media (max-width: 768px) {
    section.main-reviews__faq.main-reviews__faq--50.faq {
        padding-bottom: 30px
    }
}

.main-catalog {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 11
}

.main-catalog__list {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: -15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.main-catalog__list::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: calc(100vw - 1220px + 100%);
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 1
}

@media all and (max-width: 1260px) {
    .main-catalog__list::after {
        width: 100vw
    }
}

@media all and (max-width: 992px) {
    .main-catalog__list::after {
        display: none
    }
}

.main-catalog__list:after:last-child {
    display: none
}

.main-catalog__item {
    width: 25%;
    position: relative
}

.main-catalog__item::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: calc(100vw - 1220px + 100%);
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e8e8e8;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 0
}

@media all and (max-width: 1260px) {
    .main-catalog__item::after {
        width: calc(100% + 30px)
    }
}

@media all and (max-width: 992px) {
    .main-catalog__item {
        width: 33%
    }

    .main-catalog__item::after {
        background-color: transparent
    }
}

@media all and (max-width: 650px) {
    .main-catalog__item {
        width: 50%
    }
}

@media (max-width: 450px) {
    .main-catalog__item {
        width: 100%
    }
}

.cart-product {
    padding-bottom: 1px
}

.cart-product.cart-product-rolled {
    z-index: 3
}

.cart-product:hover {
    z-index: 4
}

@media all and (max-width: 992px) {
    .cart-product_index {
        height: 100%
    }
}

.cart-product__inner {
    padding: 16px 16px 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .1s linear;
    transition: box-shadow .1s linear;
    transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    outline-color: transparent
}

@media all and (max-width: 992px) {
    .cart-product__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 5px 20px
    }
}

.cart-product-active .cart-product__inner, .cart-product:hover .cart-product__inner_index {
    -webkit-box-shadow: 0 -1px 0 #fff, 0 0 12px rgba(255, 103, 0, .4);
    box-shadow: 0 -1px 0 #fff, 0 0 12px rgba(255, 103, 0, .4)
}

@media all and (max-width: 992px) {
    .cart-product-active .cart-product__inner {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.cart-product-rolled .cart-product__inner {
    position: absolute
}

@media all and (max-width: 992px) {
    .cart-product__inner_index {
        height: 100%
    }
}

.cart-product:hover .cart-product__inner_index {
    position: absolute;
    z-index: 5
}

@media all and (max-width: 992px) {
    .cart-product:hover .cart-product__inner_index {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative
    }
}

.cart-product .slick-dots {
    display: none !important
}

.cart-product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-product__footer > * {
    margin-top: 25px;
    width: 100%
}

.cart-product:focus .cart-product__image-item {
    border-color: #c4c4c4
}

.cart-product:focus-within .cart-product__image-item {
    border-color: #c4c4c4
}

.cart-product:hover .cart-product__image-item {
    border-color: #c4c4c4
}

.cart-product:focus .cart-product__image-item.active {
    border-color: #f60
}

.cart-product:focus-within .cart-product__image-item.active {
    border-color: #f60
}

.cart-product:hover .cart-product__image-item.active {
    border-color: #f60
}

.cart-product:focus .cart-product__present-icon, .cart-product:hover .cart-product__present-icon {
    fill: #f60
}

.cart-product:focus-within .cart-product__present-icon {
    fill: #f60
}

.cart-product:focus .cart-product__features-icon, .cart-product:hover .cart-product__features-icon {
    fill: #f60
}

.cart-product:focus-within .cart-product__features-icon {
    fill: #f60
}

.cart-product:focus .cart-product__features-icon .hover, .cart-product:focus .cart-product__present .cart-product__present-block .hover, .cart-product:hover .cart-product__features-icon .hover, .cart-product:hover .cart-product__present .cart-product__present-block .hover {
    display: block
}

.cart-product:focus-within .cart-product__features-icon .hover {
    display: block
}

.cart-product:focus .cart-product__features-icon .no-hover, .cart-product:focus .cart-product__present .cart-product__present-block .no-hover, .cart-product:hover .cart-product__present .cart-product__present-block .no-hover {
    display: none
}

.cart-product:hover .cart-product__features-icon .no-hover {
    display: none
}

.cart-product:focus-within .cart-product__present .cart-product__present-block .hover {
    display: block
}

.cart-product:focus-within .cart-product__features-icon .no-hover, .cart-product:focus-within .cart-product__present .cart-product__present-block .no-hover {
    display: none
}

.cart-product_slider:focus, .cart-product_slider:focus-within, .cart-product_slider:hover {
    position: relative;
    border-bottom: none !important
}

.cart-product__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 18px
}

.cart-product__division, .cart-product__title {
    padding: 0;
    overflow: hidden;
    max-width: 100%;
    font-weight: 400;
    letter-spacing: .4px;
    text-align: center
}

.cart-product__division {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.2;
    color: #999
}

.cart-product:hover .cart-product__division {
    text-overflow: unset;
    -webkit-line-clamp: none;
    overflow: visible;
    white-space: normal
}

.cart-product__title {
    margin: 0 0 10px;
    min-height: 50px;
    max-height: 50px;
    position: relative;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    font-size: 17px;
    color: #000;
    line-height: 1.5
}

.cart-product-active .cart-product__title {
    max-height: 150px
}

.cart-product__title-link {
    font: inherit;
    color: inherit;
    text-decoration: none
}

.cart-product__title-link:focus, .cart-product__title-link:hover {
    text-decoration: none;
    outline-color: transparent;
    color: #f60
}

.cart-product__availability {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.availability {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000
}

.availability--no .availability__circle {
    background-color: #c00
}

.availability__circle {
    width: 8px;
    height: 8px;
    background-color: #990;
    border-radius: 50%
}

.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon-text img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.icon-text .hover {
    display: none
}

.icon-text .no-hover {
    display: block
}

.icon-text__icon {
    max-width: 25px;
    max-height: 25px;
    position: relative;
    margin-right: 8px
}

.icon-text__icon-num {
    position: absolute;
    top: 6px;
    left: 50%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.icon-text__icon_mr11 {
    margin-right: 11px
}

.icon-text__value {
    font: inherit;
    color: inherit;
    letter-spacing: inherit
}

.icon-text__value::first-letter {
    text-transform: uppercase
}

.cart-product__block-image-slider {
    width: 100%;
    padding-bottom: calc(56.25% + 10px);
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 992px) {
    .cart-product__block-image-slider {
        padding-bottom: 56.25%
    }
}

.cart-product__image-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-product__image-item {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 2px;
    border-bottom: 4px solid transparent
}

.cart-product__image-count.link-about-us__value::after, .cart-product__image-count.link-text::after, .cart-product__image-count.our-stores__city::after, .cart-product__image-item .cart-product__image-hover, .cart-product__image-item.active .cart-product__image-wrapper {
    opacity: 1
}

.cart-product__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -2
}

@media only screen and (max-width: 992px) {
    .cart-product__image-wrapper {
        height: 100%
    }
}

.cart-product__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    background-color: rgba(0, 0, 0, .5)
}

.cart-product__image-hover svg {
    margin-right: 10px
}

.cart-product__image-count {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    text-align: center
}

@media all and (max-width: 575px) {
    .cart-product__image-count {
        font-size: 14px
    }
}

.cart-product__image-count.link-about-us__value, .cart-product__image-count.link-text, .cart-product__image-count.our-stores__city {
    color: #fff
}

.cart-product__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.cart-product__special {
    padding: 0;
    margin: 0 0 12px;
    min-height: 18px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
    letter-spacing: .4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.cart-product__cost-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px
}

@media all and (max-width: 992px) {
    .cart-product__cost-block_index {
        margin: 0 !important
    }
}

.cart-product__cost {
    padding: 0;
    margin: 15px 0 0;
    font-size: 20px;
    color: #f60;
    letter-spacing: .4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.cart-product__cost_spare {
    margin: 0;
    text-align: right
}

.cart-product__cost--new {
    color: #f60
}

.cart-product__cost-old {
    padding: 0;
    margin: 15px 0 0 16px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
    letter-spacing: .4px;
    text-align: center;
    text-decoration: line-through;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.cart-product__features {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    margin-top: 8px
}

.cart-product__features .icon-text__icon {
    margin-right: 8px
}

.cart-product__features-icon {
    overflow: hidden
}

.cart-product__features-icon, .cart-product__features-icon svg {
    max-width: 25px;
    max-height: 25px;
    width: auto;
    height: auto;
    fill: #c4c4c4
}

.cart-product__features-icon svg * {
    fill: #c4c4c4
}

.cart-product__present {
    width: 100%;
    height: 22px;
    margin-top: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

.cart-product__present:focus, .cart-product__present:hover {
    text-decoration: none;
    outline-color: transparent
}

.cart-product__present:focus .cart-product__present-value, .cart-product__present:hover .cart-product__present-value {
    color: #000
}

.cart-product__present:focus .cart-product__present-value::after, .cart-product__present:hover .cart-product__present-value::after {
    opacity: 0
}

.cart-product__present:focus .cart-product__present-block .hover, .cart-product__present:hover .cart-product__present-block .hover {
    display: block
}

.cart-product__present:focus .cart-product__present-block .no-hover, .cart-product__present:hover .cart-product__present-block .no-hover {
    display: none
}

.cart-product__present .cart-product__present-block, .cart-product__present .cart-product__present-block .icon-text__icon {
    margin-right: 0
}

.cart-product__present .icon-text__text {
    margin-left: 8px;
    pointer-events: none
}

.cart-product__present-icon {
    fill: #c4c4c4
}

.cart-product__present-icon .hover, .popup-wrapper__close-button svg, .popup-wrapper__close-button_close-outer svg, .popup-wrapper__close-button_close-outer-only-desktop svg {
    display: none
}

.cart-product__present-icon .no-hover {
    display: block
}

.cart-product__present-block {
    position: relative
}

.cart-product__present-block.icon-text__icon {
    margin-right: 0;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-product__present-block .cart-product__present-value {
    margin-left: 8px
}

.cart-product__present-count {
    position: absolute;
    top: 7px;
    left: 50%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.cart-product__hidden-block {
    padding: 0 12px;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: auto;
    max-height: 0
}

.cart-product:focus .cart-product__hidden-block, .cart-product:hover .cart-product__hidden-block {
    top: 100%;
    max-height: 1000px;
    padding: 0 12px 16px;
    -webkit-box-shadow: 0 -15px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 -15px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    z-index: 10;
    -webkit-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s
}

.cart-product:focus-within .cart-product__hidden-block {
    top: 100%;
    max-height: 1000px;
    padding: 0 12px 16px;
    -webkit-box-shadow: 0 -15px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 -15px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    z-index: 10;
    -webkit-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s
}

.cart-product__present-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px 0 10px;
    padding: 0 3px;
    -webkit-transition: padding .3s ease-in-out .3s;
    transition: padding .3s ease-in-out .3s
}

.cart-product:focus .cart-product__present-list, .cart-product:hover .cart-product__present-list {
    padding: 0
}

.cart-product__present-item {
    width: calc(50% - 24px);
    margin: 15px 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-product__present-link {
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.cart-product__present-link:focus .cart-product__present-plus, .cart-product__present-link:hover .cart-product__present-plus {
    background-color: #990
}

.cart-product__present-plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c4c4c4;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.cart-product__present-plus::after, .cart-product__present-plus::before {
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cart-product__present-plus::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.cart-product__present-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    display: block
}

.cart-product__characteristics {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: none
}

.cart-product__characteristics-item {
    width: 100%;
    padding: 8px 0 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8
}

.cart-product__characteristics-item:first-child {
    padding-top: 0
}

.cart-product__characteristics-description, .cart-product__characteristics-title {
    display: inline-block;
    font: inherit;
    color: inherit
}

.cart-product__characteristics-description {
    margin-left: 8px
}

.cart-product__button-block {
    margin-top: -4px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-product__credit {
    padding-bottom: 2px
}

.cart-product__credit:after {
    bottom: 0;
    height: 1px
}

.slick-initialized .slick-slide.cart-product__image-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.slick-dotted.slick-slider.cart-product__image-slider {
    margin-bottom: 24px
}

.cart-product-array {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-product-array__element {
    width: 50%
}

.cart-product-array .cart-product {
    overflow: hidden
}

.cart-product-array .cart-product__title {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto
}

.cart-product-array .cart-product:hover {
    overflow: initial
}

@media all and (max-width: 992px) {
    .cart-product:focus .cart-product__image-item, .cart-product:hover .cart-product__image-item {
        border-bottom-width: 0;
        outline-color: transparent !important
    }

    .cart-product:focus-within .cart-product__image-item {
        border-bottom-width: 0;
        outline-color: transparent !important
    }

    .cart-product .cart-product__image-wrapper {
        z-index: 0;
        opacity: 1;
        height: 100%;
        position: relative
    }

    .cart-product:focus, .cart-product:hover {
        outline-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 1
    }

    .cart-product:focus-within {
        outline-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 1
    }

    .cart-product__division {
        display: none
    }

    .cart-product__availability {
        margin-bottom: 10px
    }

    .cart-product__image-slider {
        display: block
    }

    .cart-product__image-slider .slick-list, .cart-product__image-slider .slick-track {
        height: 100%
    }

    .cart-product__image-item {
        border-bottom-width: 0
    }

    .cart-product__features, .cart-product__present {
        height: auto
    }

    .cart-product__features .icon-text__icon, .cart-product__present .icon-text__icon {
        max-width: 20px;
        max-height: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .cart-product__features .icon-text__text, .cart-product__present .icon-text__text {
        pointer-events: none;
        font-size: 14px;
        line-height: 20px;
        color: #999;
        letter-spacing: .4px
    }

    .cart-product__division {
        margin-bottom: 8px
    }

    .cart-product__title a {
        display: inline;
        border-bottom: 1px dashed #999;
        text-transform: unset
    }

    .cart-product__wrapper {
        padding-bottom: 0
    }

    .cart-product__special {
        white-space: normal;
        margin-top: 8px;
        display: none
    }

    .cart-product__cost-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -18px
    }

    .cart-product__cost {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0
    }

    .cart-product__cost-old {
        margin: 0 0 8px
    }

    .cart-product .cart-product__hidden-block {
        padding: 0
    }

    .cart-product .cart-product__hidden-block, .cart-product:focus .cart-product__hidden-block {
        position: relative;
        top: 0;
        left: 0;
        max-height: none;
        margin-top: auto;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0
    }

    .cart-product:focus .cart-product__hidden-block, .cart-product:focus-within .cart-product__hidden-block, .cart-product:hover .cart-product__hidden-block {
        top: auto;
        bottom: auto;
        padding: 0;
        max-height: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: auto
    }

    .cart-product__characteristics, .cart-product__present-list {
        display: none
    }

    .cart-product__button {
        display: none;
        width: 100%;
        margin: 0
    }

    .cart-product__credit {
        display: none
    }

    .cart-product__button--more-info {
        display: block
    }

    .cart-product__button--more-info:active, .cart-product__button--more-info:hover {
        background-color: #f60;
        color: #fff;
        border-color: #f60
    }

    .cart-product__button-block {
        padding: 0;
        margin: 10px 0 0
    }
}

@media (max-width: 768px) {
    .cart-product__mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .cart-product__mobile-header .icon-text:not(.availability) .icon-text__icon {
        height: 16px
    }

    .cart-product__mobile-header .icon-text:not(.availability) .icon-text__text {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .4px;
        color: #999;
        pointer-events: none
    }

    .cart-product__mobile-header > * {
        margin-bottom: 0 !important
    }
}

.cart-product__mobile-additionals .icon-text__icon {
    height: 16px
}

.cart-product__mobile-additionals .icon-text__text {
    pointer-events: none;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    color: #999
}

a.cart-product__button.cart-product__button--more-info.button {
    padding: 9px 10px 11px
}

a.cart-product__button.button {
    padding: 9px 12px 11px
}

.cart-product__button, .cart-product__credit {
    margin: 14px 5px 0
}

.cart-product__present.icon-text, .cart-product__present:hover .cart-product__present-value, .cart-product__special, span.icon-text__text {
    pointer-events: none
}

.cart-product__block-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%
}

@media (max-width: 599px) {
    .cart-product__block-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .cart-product__title{
        min-height: 68px;
        max-height: 68px;
    }
}

.cart-product__block-price_spare {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.history-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 35px
}

p.h1_block, p.h2_block {
    margin-left: 3%;
    margin-right: 2%
}

p.h2_block {
    margin-left: 5.5%
}

@media (min-width: 992px) and (max-width: 1199px) {
    p.h1_block, p.h2_block {
        margin-left: 2%;
        margin-right: 2%
    }

    p.h2_block {
        margin-left: 0
    }
}

@media (min-width: 359px) and (max-width: 768px) {
    .history-text-block {
        display: inherit
    }

    p.h1_block, p.h2_block {
        margin-left: 15px;
        text-align: center
    }

    p.h1_block {
        margin-bottom: 15px;
        margin-right: 15x
    }

    p.h2_block {
        margin-right: 15px
    }
}

.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    background-color: transparent
}

.popup-wrapper_active {
    background-color: rgba(30, 30, 30, .9)
}

.popup-wrapper__inner {
    width: 100%;
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-wrapper__window-wrapper {
    position: relative;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 2;
    margin: 15px 0;
    max-width: 100%
}

.popup-wrapper__window-wrapper_active {
    opacity: 1
}

.popup-wrapper__window-wrapper_close-outer {
    position: static
}

@media screen and (max-width: 991px) {
    .popup-wrapper__window-wrapper_close-outer {
        margin: 0
    }
}

.popup-wrapper__window-wrapper_close-outer-desktop {
    position: static
}

@media screen and (max-width: 991px) {
    .popup-wrapper__window-wrapper_close-outer-desktop {
        position: relative
    }
}

.popup-wrapper__window-wrapper_buy-form {
    min-height: 80vh;
    margin: 10vh 0
}

.popup-wrapper__close-button, .popup-wrapper__close-button_close-outer-only-desktop {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
    width: 44px;
    height: 44px;
    border: 0;
    outline: 0 !important;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateY(-70vh);
    transform: translateY(-70vh);
    z-index: 50
}

.active.popup-wrapper__close-button_close-outer-only-desktop, .popup-wrapper__close-button.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.popup-wrapper__close-button::after, .popup-wrapper__close-button::before, .popup-wrapper__close-button_close-outer-only-desktop::after, .popup-wrapper__close-button_close-outer-only-desktop::before {
    position: absolute;
    background: #999;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: 1px;
    height: 19px;
    margin-top: -9.5px;
    margin-left: -.5px
}

.popup-wrapper__close-button::after, .popup-wrapper__close-button_close-outer-only-desktop::after {
    width: 19px;
    height: 1px;
    margin-top: -.5px;
    margin-left: -9.5px
}

.popup-wrapper__close-button:hover::after, .popup-wrapper__close-button:hover::before, .popup-wrapper__close-button_close-outer-only-desktop:hover::after, .popup-wrapper__close-button_close-outer-only-desktop:hover::before, .popup-wrapper__close-button_close-outer:hover::after, .popup-wrapper__close-button_close-outer:hover::before {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg)
}

.popup-wrapper__close-button_close-outer {
    width: 54px;
    height: 54px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    background-color: #000
}

@media screen and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer {
        width: 40px;
        height: 40px
    }
}

.popup-wrapper__close-button_close-outer.active {
    opacity: 1
}

.popup-wrapper__close-button_close-outer::before {
    width: 3px;
    height: 24px;
    margin-top: -12px;
    margin-left: -1.3px
}

.popup-wrapper__close-button_close-outer::after, .popup-wrapper__close-button_close-outer::before {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

@media screen and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer::after, .popup-wrapper__close-button_close-outer::before {
        width: 2px;
        height: 18px;
        margin-top: -11px;
        margin-left: -1.3px
    }
}

.popup-wrapper__close-button_close-outer::after {
    width: 24px;
    height: 3px;
    margin-left: -11.3px;
    margin-top: -2px
}

@media screen and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer::after {
        width: 18px;
        height: 2px;
        margin-left: -9px;
        margin-top: -3px
    }
}

@media screen and (min-width: 992px) {
    .popup-wrapper__close-button_close-outer-only-desktop {
        width: 54px;
        height: 54px;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        opacity: 0;
        background-color: #000
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer-only-desktop {
        width: 40px;
        height: 40px
    }
}

@media screen and (min-width: 992px) {
    .popup-wrapper__close-button_close-outer-only-desktop.active {
        opacity: 1
    }

    .popup-wrapper__close-button_close-outer-only-desktop::after, .popup-wrapper__close-button_close-outer-only-desktop::before {
        position: absolute;
        background: #fff;
        top: 50%;
        left: 50%;
        content: "";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        width: 3px;
        height: 24px;
        margin-top: -12px;
        margin-left: -1.3px
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer-only-desktop::after, .popup-wrapper__close-button_close-outer-only-desktop::before {
        width: 2px;
        height: 18px;
        margin-top: -11px;
        margin-left: -1.3px
    }
}

@media screen and (min-width: 992px) {
    .popup-wrapper__close-button_close-outer-only-desktop::after {
        width: 24px;
        height: 3px;
        margin-left: -11.3px;
        margin-top: -2px
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer-only-desktop::after {
        width: 18px;
        height: 2px;
        margin-left: -9px;
        margin-top: -3px
    }
}

@media screen and (min-width: 992px) {
    .popup-wrapper__close-button_close-outer-only-desktop:hover::after, .popup-wrapper__close-button_close-outer-only-desktop:hover::before {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    .popup-wrapper__close-button_close-outer-only-desktop svg {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .popup-wrapper__close-button_close-outer-only-desktop {
        top: 11px;
        right: 2px
    }
}

.popup {
    position: relative;
    width: 720px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .popup {
        width: 288px
    }
}

.popup_mobile {
    width: 288px
}

.popup_full-width {
    width: 80vw;
    margin: 30px 0;
    background: 0 0;
    max-width: 1920px;
    overflow: visible
}

@media screen and (max-width: 991px) {
    .popup_full-width {
        width: 100%;
        margin: 0
    }
}

.popup_640 {
    width: 640px
}

@media screen and (max-width: 991px) {
    .popup_640 {
        width: 288px
    }
}

.popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 30px 44px 20px
}

@media screen and (max-width: 767px) {
    .popup__body {
        padding: 45px 16px
    }
}

.popup__body_free-call {
    padding: 27px 30px 0
}

@media screen and (max-width: 767px) {
    .popup__body_free-call {
        padding: 31px 16px 35px
    }
}

.popup__body_subscribe {
    padding: 51px 55px 25px
}

@media screen and (max-width: 767px) {
    .popup__body_subscribe {
        padding: 72px 14px 65px
    }
}

.popup__body_self-subscribe {
    padding: 28px 40px 23px
}

@media screen and (max-width: 767px) {
    .popup__body_self-subscribe {
        padding: 40px 15px 23px
    }
}

.popup__body_subscribe-extended {
    padding: 28px 44px 24px
}

@media screen and (max-width: 767px) {
    .popup__body_subscribe-extended {
        padding: 72px 16px 45px
    }

    .popup__body_thanks {
        padding: 85px 16px 80px
    }
}

.popup__body_write-director {
    padding: 30px 39px 25px
}

@media screen and (max-width: 767px) {
    .popup__body_write-director {
        padding: 50px 16px 25px
    }
}

.popup__body_write-us {
    padding: 32px 16px 13px
}

.popup__body_our-stores {
    height: 100%;
    width: 100%
}

@media screen and (max-width: 991px) {
    .popup__body_our-stores {
        padding: 34px 0 24px
    }
}

.popup__body_simple-text {
    padding: 44px 40px 29px
}

@media screen and (max-width: 767px) {
    .popup__body_simple-text {
        padding: 57px 16px 25px
    }
}

.popup__full-body {
    height: 100%;
    width: 100%
}

.popup__header {
    font-size: 16px
}

.popup__header, .popup__text {
    letter-spacing: .4px;
    line-height: 19px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .popup__header, .popup__text {
        font-size: 20px;
        letter-spacing: .36px;
        line-height: normal;
        font-weight: 400;
        color: #000;
        padding-top: 3px;
        margin-bottom: 12px
    }
}

.popup__header_hr {
    padding: 0 48px 23px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #dcdcdc;
    max-width: 360px
}

@media screen and (max-width: 767px) {
    .popup__header_hr {
        padding: 0 0 21px;
        line-height: normal;
        width: 100%
    }
}

.popup__header_mb28 {
    margin-bottom: 28px
}

.popup__header_mt20 {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .popup__header_mobile-size18 {
        font-size: 18px
    }

    .popup__header_phone {
        font-size: 16px;
        line-height: 44px
    }

    .popup__header_phone:focus {
        outline: 0
    }
}

.popup__text {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .popup__text {
        font-size: 18px
    }
}

.popup__text_mb30 {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .popup__text_mobile-mb33 {
        margin-bottom: 33px
    }
}

.popup__form {
    text-align: center
}

.popup__input {
    width: 100%;
    margin: auto
}

.popup__input_240 {
    max-width: 240px
}

@media screen and (max-width: 767px) {
    .popup__input_240 {
        max-width: 100%
    }
}

.popup__input_textarea-file {
    padding-top: 0
}

.popup__btn {
    margin: 0 auto
}

.popup__small-text {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    letter-spacing: .48px
}

.popup__small-text_freecall {
    padding: 5px 0
}

.popup__phone {
    text-align: center
}

.popup__buy-form_forms .checkbox__inner input:focus ~ .checkbox__checkbox::after, .popup__phone:focus {
    outline: 0
}

.popup__button {
    margin: auto
}

.popup__phone-icon {
    stroke: #f60;
    fill: none;
    cursor: pointer;
    margin-right: 5px
}

.popup__phone-text {
    font-size: 18px;
    cursor: pointer
}

.popup__loader-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.popup__loader-background_active {
    opacity: .5
}

.popup__loader.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 21;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .4s ease .2s;
    transition: opacity .4s ease .2s
}

.popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 31px
}

@media screen and (max-width: 767px) {
    .popup__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0
    }
}

.popup__row_last {
    margin-bottom: 0
}

.popup__col-50 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%
}

@media screen and (max-width: 767px) {
    .popup__col-50 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.popup__col-50_width {
    width: 48%
}

@media screen and (max-width: 767px) {
    .popup__col-50_width {
        width: 100%
    }
}

.popup__loader_active.loader {
    opacity: 1
}

.popup__additional-text {
    font-size: 12px;
    color: #999;
    text-align: center
}

@media only screen and (max-width: 599px) {
    .popup__text.popup__text_pol {
        font-size: 15px
    }
}

.popup__text.popup__text-deactivate {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px
}

@media only screen and (max-width: 599px) {
    .popup__text.popup__text-deactivate {
        padding-top: 0;
        padding-bottom: 0
    }

    .popup__body.popup__body-deactivate {
        padding: 35px 16px
    }
}

.popup__text-deactivate-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto auto
}

@media only screen and (max-width: 599px) {
    .popup__text-deactivate-button {
        margin-top: 0
    }
}

.our-stores__operating-mode.text-switch {
    padding: 33px 10px 0
}

.our-stores__gps {
    padding-top: 16px
}

.popup__buy-form_forms .popup__body {
    padding: 20px 24px 24px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup__body {
        padding: 42px 16px 0
    }
}

.popup__buy-form_forms .popup__head {
    position: relative;
    height: 85px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup__head {
        height: auto;
        margin-bottom: 20px
    }
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .form-errors_active {
        margin-bottom: 16px
    }
}

.popup__buy-form_forms .credit-condition-checkbox-wrapper {
    margin-top: -15px;
    margin-bottom: 32px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .credit-condition-checkbox-wrapper {
        margin-bottom: 24px
    }
}

.popup__buy-form_forms .checkbox {
    margin: 0 16px 12px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .checkbox {
        margin: 0 0 12px
    }
}

.popup__buy-form_forms .checkbox__inner {
    margin: 0 !important
}

/*.popup__buy-form_forms .checkbox__checkbox {*/
/*    width: 16px;*/
/*    height: 16px*/
/*}*/

.popup__buy-form_forms .checkbox__check-icon {
    -webkit-transform: translate(-6px, -5px);
    transform: translate(-6px, -5px)
}

.popup__buy-form_forms .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .steps {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.popup__buy-form_forms .steps__title {
    font-size: 16px;
    line-height: 1.2;
    color: #999
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .steps__title {
        font-size: 18px
    }
}

.popup__buy-form_forms .steps-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.popup__buy-form_forms .steps-list .step {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-left: 16px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .steps-list .step {
        width: 30px;
        height: 30px
    }
}

.popup__buy-form_forms .steps-list .step[data-tab-active] {
    border: 1px solid #f60;
    background: #f60
}

.popup__buy-form_forms .steps-list .step[data-tab-active] .step__num {
    color: #fff;
    cursor: default
}

.popup__buy-form_forms .steps-list .step[data-tab-disabled] .step__num {
    cursor: default
}

.popup__buy-form_forms .steps-list .step__num {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #999
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .steps-list .step__num {
        font-size: 16px;
        font-weight: 900
    }
}

.popup__buy-form_forms .popup-product {
    position: absolute;
    right: 16px;
    top: -6px;
    max-width: 55%
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-product {
        display: none !important
    }
}

.popup__buy-form_forms .popup-product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.popup__buy-form_forms .popup-product__info {
    text-align: right
}

.popup__buy-form_forms .popup-product__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 96px;
    height: 54px;
    margin-left: 12px
}

.popup__buy-form_forms .popup-product__pic img {
    max-width: 100%;
    height: auto
}

.popup__buy-form_forms .popup-product__descr {
    font-size: 14px;
    letter-spacing: .4px;
    color: #000;
    margin-bottom: 4px
}

.popup__buy-form_forms .popup-product__bought {
    font-size: 13px;
    font-weight: 300;
    color: #000
}

.popup__buy-form_forms .popup-calc-price-caption {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 35px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-caption {
        font-size: 20px;
        margin-bottom: 36px
    }
}

.popup__buy-form_forms .popup-calc-price-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 22px
}

.popup__buy-form_forms .popup-calc-price-icon svg {
    stroke: #f60;
    fill: none
}

.popup__buy-form_forms .popup-calc-price__credit-inner {
    padding: 0 60px;
    margin-bottom: 32px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__credit-inner {
        padding: 0;
        margin-bottom: 0
    }
}

.popup__buy-form_forms .popup-calc-price__credit-inner-caption {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 26px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__credit-inner-caption {
        margin-bottom: 16px;
        font-size: 20px
    }
}

.popup__buy-form_forms .popup-calc-price__credit-inner-sub-caption {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 32px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__credit-inner-sub-caption {
        margin-bottom: 16px;
        font-size: 16px
    }

    .popup__buy-form_forms .popup-calc-price__credit-inner .input {
        margin-bottom: 30px
    }
}

.popup__buy-form_forms .popup-calc-price__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eee;
    padding: 16px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__bottom {
        margin: 0 -16px
    }

    .popup__buy-form_forms .popup-calc-price__bottom_one-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.popup__buy-form_forms .popup-calc-price__bottom-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.popup__buy-form_forms .popup-calc-price__bottom-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 100px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__bottom-button {
        min-width: 0
    }
}

.popup__buy-form_forms .popup-calc-price__bottom .button {
    font-size: 14px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__bottom .button {
        font-size: 18px
    }
}

.popup__buy-form_forms .popup-calc-price__garant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    letter-spacing: .4px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__garant {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.popup__buy-form_forms .popup-calc-price__garant-icon {
    display: block;
    fill: #f60;
    margin-right: 12px;
    margin-left: 8px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__garant-icon {
        margin-left: 0;
        margin-right: 8px
    }
}

.popup__buy-form_forms .popup-calc-price__naves-gallery {
    margin-bottom: 21px
}

.popup__buy-form_forms .popup-calc-price__naves-gallery-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

.popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows svg, .popup__buy-form_forms .popup-calc-price__naves-gallery-count .counter-wrapper {
    display: none
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__naves-gallery-count .counter-wrapper {
        display: block
    }
}

.popup__buy-form_forms .facts-label__wrap a:hover, .popup__buy-form_forms .popup-calc-price__naves-gallery-count .slick-slider__item {
    color: #f60
}

.popup__buy-form_forms .popup-calc-price__naves-gallery-count .slick-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__naves-gallery-count .slick-nav-wrapper {
        margin: 0 -10px
    }
}

@media (min-width: 769px) {
    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows .slick-arrow {
        top: 50%;
        margin-top: -20px
    }

    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows .slick-next {
        left: auto;
        right: 0
    }
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows .slick-arrow {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
        padding: 5px 10px;
        -webkit-transform: none;
        transform: none
    }

    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows .slick-arrow:before {
        display: none
    }

    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows .slick-arrow svg {
        display: block
    }

    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-circle-arrows .slick-arrow.slick-disabled {
        opacity: .5
    }
}

.popup__buy-form_forms .popup-calc-price__naves-gallery .slick-list {
    margin-left: 65px;
    margin-right: 65px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__naves-gallery .slick-list {
        margin: 0
    }
}

.popup__buy-form_forms .popup-calc-price__naves-gallery-items:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.popup__buy-form_forms .popup-calc-price__naves-gallery-items:not(.slick-initialized) .popup-calc-price-naves {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (min-width: 768px) {
    .popup__buy-form_forms .popup-calc-price__naves-gallery-items:not(.slick-initialized) {
        margin-left: 65px;
        margin-right: 65px
    }

    .popup__buy-form_forms .popup-calc-price__naves-gallery-items:not(.slick-initialized) .popup-calc-price-naves {
        width: 33.3%
    }
}

.popup__buy-form_forms .popup-calc-price__summary {
    padding: 0 80px;
    text-align: center;
    color: #000;
    letter-spacing: .4px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary {
        padding: 0;
        margin-bottom: 0
    }
}

.popup__buy-form_forms .popup-calc-price__summary .popup__name {
    font-size: 16px;
    margin-bottom: 16px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary .popup__name {
        font-size: 20px
    }
}

.popup__buy-form_forms .popup-calc-price__summary p {
    font-size: 14px;
    margin-bottom: 20px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary p {
        font-size: 16px
    }
}

.popup__buy-form_forms .popup-calc-price__summary hr {
    margin: 24px 0 20px
}

.popup__buy-form_forms .popup-calc-price__summary .add-item-icon, .popup__buy-form_forms .popup-calc-price__summary .delivery-result, .popup__buy-form_forms .popup-calc-price__summary .discount-card-result, .popup__buy-form_forms .popup-calc-price__summary .present-list-item-icon {
    fill: #dcdcdc;
    margin-right: 10px
}

.popup__buy-form_forms .popup-calc-price__summary .choice-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__buy-form_forms .popup-calc-price__summary .present-list {
    text-align: left
}

.popup__buy-form_forms .popup-calc-price__summary .present-list-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary .present-list-item {
        margin-bottom: 10px;
        font-size: 16px
    }
}

.popup__buy-form_forms .popup-calc-price__summary .present-list-item-icon {
    position: relative;
    top: -2px
}

.popup__buy-form_forms .popup-calc-price__summary .present-list .add-item-icon {
    position: relative;
    margin-left: -2px;
    top: -2px;
    fill: #dcdcdc;
    stroke: #fff
}

.popup__buy-form_forms .popup-calc-price__summary .present-list.only-one-item .present-list-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center
}

.popup__buy-form_forms .popup-calc-price__summary .buy-form__form {
    position: relative;
    padding: 0 46px;
    z-index: 10
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary .buy-form__form {
        padding: 0
    }
}

.popup__buy-form_forms .popup-calc-price__summary .buy-form__form .input {
    width: 100%
}

.popup__buy-form_forms .popup-calc-price__summary .buy-form__form .input__input {
    height: 40px
}

.popup__buy-form_forms .popup-calc-price__summary .buy-form__form .input__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary .buy-form__form .input__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.popup__buy-form_forms .popup-calc-price__summary .buy-form__form .input__form .save_order {
    margin-left: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary .buy-form__form .input__form .save_order {
        margin-top: 16px;
        margin-left: 0
    }

    .popup__buy-form_forms .popup-calc-price__summary .buy-form__form .button {
        font-size: 18px
    }
}

.popup__buy-form_forms .popup-calc-price__summary .buy-form__description {
    font-size: 12px;
    color: #999;
    letter-spacing: .47px;
    margin-top: 20px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary .buy-form__description {
        margin-top: 16px;
        font-size: 13px
    }
}

.popup__buy-form_forms .popup-calc-price__summary.credit-summary {
    margin-bottom: 32px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary.credit-summary {
        margin-bottom: 8px
    }
}

.popup__buy-form_forms .popup-calc-price__summary.credit-summary .buy-form__form {
    padding: 0
}

.popup__buy-form_forms .popup-calc-price__summary.deferred-summary {
    margin-bottom: 0;
    padding: 0 60px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary.deferred-summary {
        padding: 0 0 24px
    }

    .popup__buy-form_forms .popup-calc-price__summary.deferred-summary .popup-calc-price__summary_text {
        margin-bottom: 28px
    }
}

.popup__buy-form_forms .popup-calc-price__summary.deferred-summary .buy-form__form {
    padding: 0
}

.popup__buy-form_forms .popup-calc-price__summary.deferred-summary .buy-form__description {
    margin-top: 25px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price__summary.deferred-summary .buy-form__description {
        margin-top: 16px
    }
}

.popup__buy-form_forms .popup-calc-price-naves__name {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .48px
}

.popup__buy-form_forms .popup-calc-price-naves__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-bottom: 20px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__img {
        margin-bottom: 16px;
        height: 65px
    }
}

.popup__buy-form_forms .popup-calc-price-naves__img img {
    max-height: 100%;
    width: auto
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 8px;
    cursor: pointer
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__checkbox-input {
        padding: 0 5px;
        width: 100%
    }
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input .icon {
    display: block;
    margin-bottom: 22px
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input .icon svg {
    stroke: #f60;
    fill: none
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=radio]:checked + .label:after {
    border-color: #f60
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=radio]:checked + .label:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f60;
    left: 50%;
    bottom: 29px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=radio] + .label:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=radio].\--error + .label:after {
    border-color: #c00
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=checkbox]:checked + .label:after {
    border-color: #f60
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=checkbox]:checked + .label:before {
    content: '';
    position: absolute;
    display: block;
    width: 15px;
    height: 11px;
    border-radius: 50%;
    background: url(/local/templates/kronos_new/img/input/check.svg) center center no-repeat;
    left: 50%;
    bottom: 29px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=checkbox] + .label:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input input[type=checkbox].\--error + .label:after {
    border-color: #c00
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input .label {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    letter-spacing: .48px;
    padding: 0 8px 65px;
    text-align: center
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__checkbox-input .label {
        font-size: 16px;
        text-align: center;
        padding: 0 0 55px;
        min-height: 95px
    }
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input .label .label-2-row {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 46px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__checkbox-input .label .label-2-row {
        height: 40px
    }
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input .present-notion {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #990;
    letter-spacing: .48px;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__checkbox-input .present-notion {
        left: 45px;
        bottom: 27px;
        -webkit-transform: none;
        transform: none
    }
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input.present {
    pointer-events: none
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input.present input[type=checkbox]:checked + .label:before {
    background-image: url(/local/templates/kronos_new/img/input/check-gray.svg)
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__checkbox-input.present input[type=checkbox]:checked + .label:before {
        left: 13px;
        -webkit-transform: none;
        transform: none
    }
}

.popup__buy-form_forms .popup-calc-price-naves__checkbox-input.present input[type=checkbox] + .label:after {
    border-color: #dcdcdc
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price-naves__checkbox-input.present input[type=checkbox] + .label:after {
        left: 10px;
        -webkit-transform: none;
        transform: none
    }
}

.popup__buy-form_forms .popup-calc-price .delivery_address {
    margin: 0 16px;
    padding: 30px 24px 16px;
    border-top: 1px solid #dcdcdc
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-calc-price .delivery_address {
        margin: 0;
        padding: 30px 0 0
    }

    .popup__buy-form_forms .popup-calc-price .delivery_address .input {
        margin-bottom: 24px
    }

    .popup__buy-form_forms .popup-calc-price .delivery_address .input__label_big {
        font-size: 16px;
        top: -12px
    }
}

.popup__buy-form_forms .input__label {
    font-size: 11px;
    letter-spacing: .48px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .input__label {
        font-size: 16px;
        top: -12px
    }
}

.popup__buy-form_forms .on-delivery-show, .popup__buy-form_forms .select-helpers {
    display: none
}

.popup__buy-form_forms .select2-container .select2-selection--single {
    font-size: 15px;
    border-color: #c4c4c4;
    padding: 9px 12px 11px;
    height: auto
}

.popup__buy-form_forms .select2-container .select2-selection__rendered {
    line-height: 18px
}

.popup__buy-form_forms .select2-container .select2-selection__arrow {
    height: 40px
}

.order-service .select2-container .select2-selection__arrow > svg, .popup__buy-form_forms .select2-container .select2-selection__arrow > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: -webkit-transform linear .2s;
    transition: transform linear .2s;
    transition: transform linear .2s, -webkit-transform linear .2s
}

.order-service .select2-container.select2-container--open .select2-selection__arrow > svg, .popup__buy-form_forms .select2-container.select2-container--open .select2-selection__arrow > svg {
    -webkit-transform: translateY(-4px) rotate(180deg);
    transform: translateY(-4px) rotate(180deg)
}

.popup__buy-form_forms .select2-container .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.popup__buy-form_forms .select2-container .select2-results {
    position: relative
}

.popup__buy-form_forms .select2-container .select2-results .track {
    display: block;
    right: 7px;
    top: 9px;
    bottom: 9px
}

.popup__buy-form_forms .select2-container .select2-results .bar {
    display: block
}

.popup__buy-form_forms .select2-container .select2-results__options {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: .48px;
    -ms-overflow-style: none
}

.popup__buy-form_forms .select2-container .select2-results__options::-webkit-scrollbar {
    display: none
}

.popup__buy-form_forms .select2-container .select2-results__option {
    padding: 5px 14px;
    line-height: 17px
}

.popup__buy-form_forms .select2-container .select2-results__option[aria-selected=true] {
    background: 0 0
}

.popup__buy-form_forms .select2-container .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #f60
}

.popup__buy-form_forms .deferred-condition, .popup__buy-form_forms .facts-label__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__buy-form_forms .deferred-condition {
    margin-bottom: 25px
}

.popup__buy-form_forms .deferred-condition img {
    display: block;
    max-width: 100%;
    height: auto
}

.popup__buy-form_forms .facts-label__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .facts-label__wrap {
        padding-bottom: 28px
    }
}

.popup__buy-form_forms .facts-label__wrap a {
    text-decoration: none
}

.popup__buy-form_forms .facts-label__wrap a > span {
    border-bottom: 1px dashed #999
}

.popup__buy-form_forms .facts-label__wrap a .arrow-toggle {
    margin-left: 6px
}

.popup__buy-form_forms .facts-label__wrap a:hover > span {
    border-bottom-color: transparent
}

.popup__buy-form_forms .facts-label__wrap a.expanded .arrow-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.popup__buy-form_forms .facts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    counter-reset: listCounter;
    list-style: none;
    padding: 0 16px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .facts__list {
        padding: 0;
        margin-bottom: 0
    }
}

.popup__buy-form_forms .facts__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .facts__list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 12px 0
    }
}

.popup__buy-form_forms .facts__list-item:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: counter(listCounter);
    counter-increment: listCounter;
    font-size: 128px;
    font-weight: 700;
    line-height: .8;
    color: #ddd
}

.popup__buy-form_forms .facts__list-item:nth-child(2n+1):before {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .facts__list-item:nth-child(2n+1):before {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.popup__buy-form_forms .facts__list-item:nth-child(2n+1) .facts__list-item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .facts__list-item:last-child .facts__list-item-description {
        border-bottom: none
    }
}

.popup__buy-form_forms .facts__list-item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 65px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding-bottom: 14px;
    margin: 0 24px;
    border-bottom: 1px solid rgba(220, 220, 220, .5)
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .facts__list-item-description {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 20px 0 0;
        padding-bottom: 20px;
        min-height: 0
    }
}

.popup__buy-form_forms .facts__list-item-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.popup__buy-form_forms .facts .facts-label__wrap {
    text-align: center
}

.popup__buy-form_forms .popup-buy__content .popup-buy__name {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-top: 8px;
    margin-bottom: 53px;
    text-align: center
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__name {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .36px;
        margin-bottom: 20px
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 75px 55px;
    position: relative
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__info {
        margin: 0 0 22px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__info .slick-nav-wrapper {
    position: absolute;
    top: 50%;
    left: -75px;
    right: -75px;
    bottom: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    pointer-events: none
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__info .slick-nav-wrapper {
        display: none
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__info .slick-arrow {
    pointer-events: auto
}

.popup__buy-form_forms .popup-buy__content .popup-buy__info .slick-next {
    left: auto;
    right: 0
}

.popup__buy-form_forms .popup-buy__content .popup-buy__product {
    max-width: 185px;
    max-height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__product {
        margin-bottom: 20px
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__plus {
    width: 24px;
    height: 24px;
    margin: 0 20px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__plus {
        display: none
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_header {
    display: none;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .36px;
    margin-bottom: 14px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_header {
        display: block
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 330px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_list {
        display: block;
        max-width: initial;
        width: 100%
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_list.slick-initialized {
    display: block
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_item {
    width: 100px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_item:last-child {
    margin-right: 0
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_item {
        width: 100%;
        margin-bottom: 10px
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media all and (min-width: 768px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_image-block {
        margin-bottom: 9px
    }
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_image {
        display: none
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_icon {
    display: none
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_icon {
        display: block
    }
}

.popup__buy-form_forms .popup-buy__content .popup-buy__gift_title {
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    letter-spacing: .48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_title {
        height: 19px;
        -webkit-line-clamp: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left;
        margin-left: 10px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .36px
    }

    .popup__buy-form_forms .popup-buy__content .popup-buy__gift_title br {
        display: none
    }
}

.popup__buy-form_forms .popup-buy__content .buy-form__form {
    margin-bottom: 14px;
    z-index: 1;
    position: relative
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .buy-form__form {
        margin-bottom: 16px
    }
}

@media all and (min-width: 768px) {
    .popup__buy-form_forms .popup-buy__content .buy-form__inputs {
        display: grid;
        grid-template-columns:repeat(2, auto);
        grid-gap: 16px
    }
}

.popup__buy-form_forms .popup-buy__content .input__inner {
    margin-bottom: 31px
}

@media all and (min-width: 768px) {
    .popup__buy-form_forms .popup-buy__content .input__inner {
        margin-bottom: 0
    }

    .popup__buy-form_forms .popup-buy__content .input__form--phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .popup__buy-form_forms .popup-buy__content .input__form--phone .input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 16px
    }
}

.popup__buy-form_forms .popup-buy__content .input__error-message {
    position: absolute;
    font-size: 12px;
    bottom: -16px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .save_order {
        text-align: center
    }
}

.popup__buy-form_forms .popup-buy__content .form__button {
    font-size: 14px;
    line-height: 17px;
    padding: 6px 24px 8px;
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .form__button {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        padding: 5px 16px 8px
    }
}

.popup__buy-form_forms .popup-buy__content .buy-form__description {
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .48px
}

@media all and (max-width: 767px) {
    .popup__buy-form_forms .popup-buy__content .buy-form__description {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .36px;
        margin-bottom: 21px
    }
}

.count-buyers {
    padding: 28px 75px 21px
}

@media (max-width: 767px) {
    .count-buyers {
        padding: 35px 16px 20px
    }
}

.count-buyers__form, .count-buyers__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.count-buyers__text {
    font-family: Lato;
    text-align: center;
    letter-spacing: .4px;
    color: #000
}

.count-buyers__title {
    font-family: Lato;
    font-size: 16px;
    line-height: 19px;
    max-width: 333px;
    margin-bottom: 17px
}

@media (max-width: 767px) {
    .count-buyers__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

.count-buyers__descr {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 28px;
    max-width: 571px
}

@media (max-width: 767px) {
    .count-buyers__descr {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 27px
    }
}

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

.count-buyers__col_30 {
    width: 30%
}

@media (max-width: 767px) {
    .count-buyers__col_30 {
        width: 100%
    }
}

.count-buyers__col_70 {
    width: 70%;
    margin-right: 16px
}

@media (max-width: 767px) {
    .count-buyers__col_70 {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.count-buyers__small-text {
    width: 100%;
    max-width: 397px;
    text-align: center
}

@media (max-width: 767px) {
    .count-buyers__small-text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .36px
    }
}

.count-buyers__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 378px
}

@media (max-width: 767px) {
    .count-buyers__form-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.count-buyers__small-text-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px
}

@media (max-width: 767px) {
    .count-buyers__small-text-wrapper {
        font-size: 16px;
        line-height: 19px;
        margin-top: 16px
    }
}

.count-buyers__submit {
    background: #fff;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.1;
    padding: 7px 24px 9px
}

@media (max-width: 767px) {
    .count-buyers__submit {
        font-size: 18px;
        margin: 0 auto
    }
}

.found-cheap {
    padding: 28px 64px 24px;
    background-color: #fff;
    max-width: 656px
}

@media (max-width: 768px) {
    .found-cheap {
        max-width: 288px;
        padding: 47px 19px 24px
    }
}

.found-cheap--mb4 {
    margin-bottom: 4px
}

@media (max-width: 768px) {
    .found-cheap--mb4 {
        margin-bottom: 20px
    }
}

.found-cheap__popup {
    width: 100%;
    margin-bottom: 30px
}

.found-cheap__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: Lato;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .6px;
    color: #000;
    max-width: 390px;
    text-align: center;
    margin: 0 auto 20px
}

@media (max-width: 768px) {
    .found-cheap__title {
        font-size: 20px;
        line-height: 1.1
    }
}

.found-cheap__submit-btn {
    font-size: 14px;
    margin: 0 auto;
    padding: 7px 23px 9px;
    border-radius: 2px;
    letter-spacing: .3px
}

@media (max-width: 768px) {
    .found-cheap__submit-btn {
        font-size: 18px;
        padding: 7px 15px 9px
    }
}

.found-cheap__descr {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .found-cheap__descr {
        margin-bottom: 30px
    }
}

.found-cheap__list-steps {
    padding-left: 30px;
    list-style-type: none
}

@media (max-width: 768px) {
    .found-cheap__list-steps {
        padding-left: 36px
    }
}

.found-cheap__input {
    margin-bottom: 31px
}

.found-cheap__input--margin10 {
    margin-bottom: 10px
}

.found-cheap__step {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.found-cheap__step p {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .4px
}

@media (max-width: 768px) {
    .found-cheap__step p {
        font-size: 16px;
        letter-spacing: .1px
    }
}

.found-cheap__step span {
    position: absolute;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 60px;
    left: -30px;
    text-align: center
}

@media (max-width: 768px) {
    .found-cheap__step span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        left: -39px
    }
}

.found-cheap__form-fields, .found-cheap__form-row, .found-cheap__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.found-cheap__form-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.found-cheap__form-row {
    width: 100%
}

@media (max-width: 768px) {
    .found-cheap__form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.found-cheap__form-col--right {
    width: 40%
}

@media (max-width: 768px) {
    .found-cheap__form-col--right {
        width: 100%
    }
}

.found-cheap__form-col--left {
    width: 55%;
    margin-right: 23px
}

@media (max-width: 768px) {
    .found-cheap__form-col--left {
        width: 100%;
        margin-right: 0
    }
}

.found-cheap .file {
    padding-top: 8px
}

.found-cheap .file__name {
    font-size: 15px
}

.found-cheap .file__remove {
    width: 19px;
    height: 19px
}

.found-cheap .file__remove:after, .found-cheap .file__remove:before {
    width: 19px
}

.found-cheap .link-about-us__value, .found-cheap .link-text, .found-cheap .our-stores__city {
    letter-spacing: .6px
}

.found-cheap .file__icon {
    fill: #999;
    width: 20px;
    height: 20px
}

@media (max-width: 768px) {
    .found-cheap .file__icon {
        fill: #f60
    }

    .found-cheap .file__text {
        font-size: 16px
    }
}

.found-cheap .file__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .found-cheap .file__label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1280px) {
    .found-cheap .input__input {
        height: 33px;
        padding: 7px 9px 9px;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .found-cheap .input__input {
        height: 43px;
        padding-top: 11px;
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .found-cheap .input__label {
        font-size: 11px;
        letter-spacing: .36px
    }
}

@media screen and (max-width: 768px) {
    .found-cheap .input__label {
        font-size: 16px;
        letter-spacing: .4px
    }
}

.found-cheap__hidden-ph {
    display: block
}

@media screen and (max-width: 768px) {
    .found-cheap__hidden-ph {
        display: none
    }
}

.found-cheap__visible-ph {
    display: none
}

@media screen and (max-width: 768px) {
    .found-cheap__visible-ph {
        display: block
    }
}

.price-drop {
    padding: 28px 75px 21px
}

@media (max-width: 767px) {
    .price-drop {
        padding: 35px 16px 20px
    }

    .price-drop__popup, .price-drop__popup .popup {
        max-width: 288px
    }
}

.price-drop__form, .price-drop__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.price-drop__text {
    font-family: Lato;
    text-align: center;
    letter-spacing: .4px;
    color: #000
}

.price-drop__title {
    font-family: Lato;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .price-drop__title {
        margin-top: 26px;
        margin-bottom: 27px
    }
}

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

.price-drop .input_phone {
    width: 100%;
    max-width: 286px
}

.price-drop .input__inner {
    margin-bottom: 0
}

.price-drop__small-text {
    width: 100%;
    max-width: 397px;
    text-align: center;
    margin: 27px 0 14px
}

@media (max-width: 767px) {
    .price-drop__small-text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .36px;
        margin: 20px 0
    }
}

.price-drop__small-text-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .price-drop__small-text-wrapper {
        font-size: 16px;
        line-height: 19px
    }
}

.price-drop .input__label {
    font-size: 13px;
    letter-spacing: .4px
}

@media (max-width: 767px) {
    .price-drop .input__label {
        font-size: 16px
    }
}

.price-drop__submit {
    background: #fff;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.1;
    padding: 9px 23px
}

@media (max-width: 767px) {
    .price-drop__submit {
        font-size: 18px;
        margin: 0 auto;
        padding: 8px 16px 9px
    }
}

@media screen and (max-width: 1280px) {
    .price-drop .input__input {
        height: 33px;
        padding: 7px 9px 9px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .price-drop .input__input {
        height: 43px;
        padding-top: 11px;
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .price-drop .input__label {
        font-size: 11px;
        letter-spacing: .36px
    }
}

@media screen and (max-width: 767px) {
    .price-drop .input__label {
        font-size: 16px;
        letter-spacing: .4px
    }
}

.buy-opt {
    padding: 28px 88px 26px
}

@media (max-width: 767px) {
    .buy-opt {
        padding: 43px 16px 20px
    }
}

.buy-opt__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .buy-opt__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.buy-opt__col-50 {
    width: 50%
}

@media (max-width: 767px) {
    .buy-opt__col-50 {
        width: 100%
    }
}

.buy-opt__col-70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%
}

@media (max-width: 767px) {
    .buy-opt__col-70 {
        width: 100%
    }
}

.buy-opt__col-30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%
}

@media (max-width: 767px) {
    .buy-opt__col-30 {
        width: 100%
    }
}

.buy-opt__login-wrap {
    width: 100%;
    max-width: 300px;
    margin: 24px auto 29px
}

.buy-opt__title {
    margin: 10px 0 43px;
    text-align: center;
    letter-spacing: .4px
}

@media (max-width: 767px) {
    .buy-opt__title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .36px;
        margin: 10px 0 26px
    }
}

.buy-opt__col-margin-right24 {
    margin-right: 24px
}

@media (max-width: 767px) {
    .buy-opt__col-margin-right24 {
        margin-right: 0
    }
}

.buy-opt__col-margin-right16 {
    margin-right: 16px
}

@media (max-width: 767px) {
    .buy-opt__col-margin-right16 {
        margin-right: 0
    }

    .buy-opt .input__label {
        font-size: 16px
    }

    .buy-opt .popup__input {
        margin-bottom: 31px
    }

    .buy-opt .popup__input--last {
        margin-bottom: 0
    }

    .buy-opt__no-mb-phone {
        margin-bottom: 0 !important
    }
}

.buy-opt__login-form {
    display: none
}

.buy-opt__row {
    margin-bottom: 0
}

.buy-opt__row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buy-opt__row--margin-bottom22 {
    margin-bottom: 22px
}

@media (max-width: 767px) {
    .buy-opt__row--margin-bottom22 {
        margin-bottom: 0
    }
}

.buy-opt__login-title {
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px dotted;
    letter-spacing: .4px
}

@media (max-width: 767px) {
    .buy-opt__login-title {
        font-size: 16px
    }
}

.buy-opt__submit {
    font-size: 14px;
    line-height: .9;
    letter-spacing: .4px
}

.buy-opt__submit-wrapper {
    margin: 17px 0 13px
}

@media (max-width: 767px) {
    .buy-opt__submit-wrapper {
        margin: 17px 0 21px
    }

    .buy-opt__submit {
        font-size: 18px;
        line-height: 22px
    }
}

.buy-opt__submit-login {
    font-size: 14px;
    line-height: .9;
    width: 100%;
    height: 33px
}

@media (max-width: 767px) {
    .buy-opt__submit-login {
        font-size: 18px;
        line-height: 22px;
        height: auto;
        width: 75px;
        margin: 24px auto 0
    }
}

.buy-opt__visible-phx {
    display: none
}

@media (max-width: 767px) {
    .buy-opt__visible-phx {
        display: block
    }
}

.buy-opt__hidden-phx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .buy-opt__hidden-phx {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    .buy-opt .input__input {
        height: 33px;
        padding: 7px 9px 9px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .buy-opt .input__input {
        height: 43px;
        padding-top: 11px;
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .buy-opt .input__label {
        font-size: 11px;
        letter-spacing: .36px
    }
}

@media screen and (max-width: 767px) {
    .buy-opt .input__label {
        font-size: 16px;
        letter-spacing: .4px
    }
}

.popup.buy-opt__popup {
    width: 720px
}

@media screen and (max-width: 767px) {
    .popup.buy-opt__popup {
        width: 288px
    }
}

.delivery-cost {
    padding: 28px 0 21px
}

@media (max-width: 767px) {
    .delivery-cost {
        padding: 35px 0 20px
    }

    .delivery-cost__popup, .delivery-cost__popup .popup {
        max-width: 288px
    }
}

.delivery-cost__form, .delivery-cost__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.delivery-cost__text {
    font-family: Lato;
    text-align: center;
    letter-spacing: .4px;
    color: #000
}

.delivery-cost__title {
    font-family: Lato;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .delivery-cost__title {
        margin-top: 26px;
        margin-bottom: 27px
    }
}

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

.delivery-cost .input_phone {
    width: 100%;
    max-width: 286px
}

.delivery-cost .input__inner {
    margin-bottom: 0
}

.delivery-cost__small-text {
    width: 100%;
    max-width: 397px;
    text-align: center;
    margin: 27px 0 14px
}

@media (max-width: 767px) {
    .delivery-cost__small-text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .36px;
        margin: 20px 0
    }
}

.delivery-cost__small-text-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .delivery-cost__small-text-wrapper {
        font-size: 16px;
        line-height: 19px
    }
}

.delivery-cost .input__label {
    font-size: 13px;
    letter-spacing: .4px
}

@media (max-width: 767px) {
    .delivery-cost .input__label {
        font-size: 16px
    }
}

.delivery-cost__submit {
    background: #fff;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.1;
    padding: 9px 23px
}

@media (max-width: 767px) {
    .delivery-cost__submit {
        font-size: 18px;
        margin: 0 auto;
        padding: 8px 16px 9px
    }
}

@media screen and (max-width: 1280px) {
    .delivery-cost .input__input {
        height: 33px;
        padding: 7px 9px 9px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .delivery-cost .input__input {
        height: 43px;
        padding-top: 11px;
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .delivery-cost .input__label {
        font-size: 11px;
        letter-spacing: .36px
    }
}

@media screen and (max-width: 767px) {
    .delivery-cost .input__label {
        font-size: 16px;
        letter-spacing: .4px
    }
}

.delivery-eas {
    padding: 28px 75px 21px
}

@media (max-width: 767px) {
    .delivery-eas {
        padding: 35px 16px 20px
    }

    .delivery-eas__popup, .delivery-eas__popup .popup {
        max-width: 288px
    }
}

.delivery-eas__form, .delivery-eas__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.delivery-eas__text {
    font-family: Lato;
    text-align: center;
    letter-spacing: .4px;
    color: #000
}

.delivery-eas__title {
    font-family: Lato;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .delivery-eas__title {
        margin-top: 26px;
        margin-bottom: 27px
    }
}

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

.delivery-eas .input_phone {
    width: 100%;
    max-width: 286px
}

.delivery-eas .input__inner {
    margin-bottom: 0
}

.delivery-eas__small-text {
    width: 100%;
    max-width: 397px;
    text-align: center;
    margin: 27px 0 14px
}

@media (max-width: 767px) {
    .delivery-eas__small-text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: .36px;
        margin: 20px 0
    }
}

.delivery-eas__small-text-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .delivery-eas__small-text-wrapper {
        font-size: 16px;
        line-height: 19px
    }
}

.delivery-eas .input__label {
    font-size: 13px;
    letter-spacing: .4px
}

@media (max-width: 767px) {
    .delivery-eas .input__label {
        font-size: 16px
    }
}

.delivery-eas__submit {
    background: #fff;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.1;
    padding: 9px 23px
}

@media (max-width: 767px) {
    .delivery-eas__submit {
        font-size: 18px;
        margin: 0 auto;
        padding: 8px 16px 9px
    }
}

@media screen and (max-width: 1280px) {
    .delivery-eas .input__input {
        height: 33px;
        padding: 7px 9px 9px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .delivery-eas .input__input {
        height: 43px;
        padding-top: 11px;
        font-size: 18px
    }
}

@media screen and (max-width: 1280px) {
    .delivery-eas .input__label {
        font-size: 11px;
        letter-spacing: .36px
    }
}

@media screen and (max-width: 767px) {
    .delivery-eas .input__label {
        font-size: 16px;
        letter-spacing: .4px
    }
}

.fill-profile {
    width: 100%;
    max-width: 720px;
    padding: 45px 40px 38px
}

@media (max-width: 767px) {
    .fill-profile {
        max-width: 296px;
        padding: 15px 16px 24px;
        margin-bottom: 20px
    }
}

.fill-profile__title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #f60;
    margin: 20px 0
}

@media (max-width: 767px) {
    .fill-profile__title {
        text-align: center
    }
}

.fill-profile__detail-text {
    margin-bottom: 30px
}

.fill-profile .input__input {
    height: 38px
}

@media (max-width: 767px) {
    .fill-profile .input__input {
        height: 43x
    }
}

.fill-profile .file__icon {
    width: 18px;
    height: 18px
}

@media (max-width: 767px) {
    .fill-profile .file__label {
        text-align: left;
        font-size: 15px
    }

    .fill-profile .file__text {
        font-size: 15px
    }

    .fill-profile .form__button {
        font-size: 16px
    }
}

.fill-profile .form__textarea.input__input {
    height: 70px;
    min-height: 70px
}

@media (max-width: 767px) {
    .fill-profile .form__textarea.input__input {
        height: 129px;
        min-height: 129px
    }
}

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

@media (max-width: 767px) {
    .fill-profile__fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fill-profile__fields .file {
    margin-bottom: 0;
    max-width: 260px
}

@media (max-width: 767px) {
    .fill-profile__fields .file {
        width: auto
    }
}

.fill-profile .form__fieldset, .fill-profile .input__phone {
    margin-bottom: 23px
}

@media (max-width: 767px) {
    .fill-profile .form__fieldset, .fill-profile .input__phone {
        margin-bottom: 20px
    }
}

.fill-profile .form__fieldset--50 {
    width: 50%
}

@media (max-width: 767px) {
    .fill-profile .form__fieldset--50 {
        width: 100%
    }
}

.fill-profile .form__fieldset--mr32 {
    margin-right: 32px
}

@media (max-width: 767px) {
    .fill-profile .form__fieldset--mr32 {
        margin-right: 0
    }
}

.fill-profile .form__fieldset--button {
    width: auto;
    margin-bottom: 0
}

.fill-profile .form__fieldset--note {
    text-align: left
}

@media (max-width: 767px) {
    .fill-profile .form__fieldset--note {
        text-align: center
    }

    .fill-profile .file__text.link-about-us__value:after, .fill-profile .file__text.link-text:after, .fill-profile .file__text.our-stores__city:after {
        background-image: inherit
    }
}

.fill-profile .file__text.link-about-us__value > span, .fill-profile .file__text.link-text > span, .fill-profile .file__text.our-stores__city > span {
    display: inline-block;
    border-bottom: 1px dotted #000
}

.fill-profile .input__label {
    font-size: 13px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .fill-profile .input__label {
        font-size: 16px
    }

    .fill-profile .input__label--tal {
        white-space: normal;
        text-align: left
    }
}

.fill-profile .popup-only-phone {
    display: none
}

@media screen and (max-width: 767px) {
    .fill-profile .popup-only-phone {
        display: block !important
    }
}

.fill-profile .popup-only-desktop {
    display: block
}

@media screen and (max-width: 767px) {
    .fill-profile .popup-only-desktop {
        display: none !important
    }
}

.order-service {
    min-width: 288px;
    padding: 57px 16px 25px
}

.order-service .popup__body {
    padding: 0
}

.order-service .select2-container .select2-selection--single, .order-service .select2-selection__arrow {
    height: 43px !important
}

.order-service .select-helpers {
    display: none
}

.order-service .select2-container .select2-selection--single {
    font-size: 15px;
    border-color: #c4c4c4;
    padding: 9px 12px 11px
}

.order-service .select2-container .select2-selection__rendered {
    line-height: 18px
}

.order-service .select2-container .select2-selection__arrow {
    height: 43px
}

.order-service .select2-container .select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.order-service .select2-container .select2-results {
    position: relative
}

.order-service .select2-container .select2-results .track {
    display: block;
    right: 7px;
    top: 9px;
    bottom: 9px
}

.order-service .select2-container .select2-results .bar {
    display: block
}

.order-service .select2-container .select2-results__options {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: .48px;
    -ms-overflow-style: none
}

.order-service .select2-container .select2-results__options::-webkit-scrollbar {
    display: none
}

.order-service .select2-container .select2-results__option {
    padding: 5px 14px;
    line-height: 17px
}

.order-service .select2-container .select2-results__option[aria-selected=true] {
    background: 0 0
}

.order-service .select2-container .select2-results__option--highlighted[aria-selected] {
    background: 0 0;
    color: #f60
}

.order-service .form__fieldset, .order-service .input__phone {
    margin-bottom: 32px !important
}

.order-service .input__input {
    height: 43px
}

.order-service .checkbox__title {
    font-size: 13px;
    line-height: 20px
}

@media (max-width: 767px) {
    .order-service .checkbox__title {
        font-size: 16px;
        line-height: 1.2
    }
}

.order-service .form__radio {
    margin-bottom: 32px;
    border-bottom: 1px solid #dcdcdc
}

@media (max-width: 767px) {
    .order-service .form__radio label {
        font-size: 15px
    }
}

.order-service .form__radio-title {
    font-size: 13px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px
}

@media (max-width: 767px) {
    .order-service .form__radio-title {
        font-size: 16px
    }
}

.order-service .form__fieldset .file, .order-service .input__phone .file {
    margin: 0 auto;
    width: auto
}

@media (max-width: 767px) {
    .order-service .file__icon {
        width: 23px;
        height: 23px;
        max-width: 23px;
        max-height: 23px;
        fill: #999
    }
}

.order-service .file__text, .order-service .form__fieldset--button .button {
    font-size: 13px
}

@media (max-width: 767px) {
    .order-service .file__text {
        font-size: 16px
    }
}

.order-service .file__label, .order-service .form__fieldset--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-service .form__radio label span::before {
    width: 20px;
    height: 20px;
    top: 0;
    left: -2px
}

.order-service .form__fieldset--button {
    margin-bottom: 0 !important;
    margin-top: 21px
}

@media (max-width: 767px) {
    .order-service .form__fieldset--button .button {
        font-size: 16px
    }
}

.order-service .form__radio-wrapper {
    text-align: center;
    margin: 4px 18px 32px 4px
}

.order-service .form__textarea.input__input {
    height: 129px
}

.order-service__preview-text {
    text-align: center;
    margin-bottom: 35px
}

.order-service__preview-text p {
    margin-bottom: 16px
}

.popup-catalog {
    padding: 36px 42px 57px;
    background: url(/local/templates/kronos_new/img/catalog-popup/catalog-background-desktop.png) -11px top no-repeat
}

@media all and (max-width: 767px) {
    .popup-catalog {
        padding: 43px 19px 4px;
        background: 0 0
    }
}

@media all and (min-width: 768px) {
    .popup-catalog__header {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 17px
    }
}

@media all and (max-width: 767px) {
    .popup-catalog__header {
        display: none
    }
}

.popup-catalog__header-sub {
    font-weight: 400
}

@media all and (max-width: 767px) {
    .popup-catalog__header-sub {
        display: none
    }
}

.popup-catalog__file-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media all and (max-width: 767px) {
    .popup-catalog__file-info {
        display: none
    }
}

.popup-catalog__file-pdf, .popup-catalog__file-size {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px
}

.popup-catalog__file-pdf, .write-director__desktop-information-wrapper b {
    font-weight: 700
}

.popup-catalog__file-size {
    color: #f60;
    position: relative;
    padding-left: 12px;
    margin-left: 8px
}

.popup-catalog__file-size::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #999;
    border-radius: 50%
}

.popup-catalog__file-divider {
    display: grid;
    grid-gap: 2px;
    height: 16px;
    padding: 0 12px
}

.popup-catalog__file-divider .divider-dot {
    display: block;
    height: 1px;
    width: 1px;
    background: #999
}

.popup-catalog__file-date, .popup-catalog__file-update {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .48px
}

.popup-catalog__file-date {
    color: #f60
}

.popup-catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px
}

@media all and (max-width: 767px) {
    .popup-catalog__main {
        display: block;
        margin-top: 0
    }
}

.popup-catalog__video {
    width: 251px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (max-width: 767px) {
    .popup-catalog__video {
        display: none
    }
}

.popup-catalog__form {
    padding-left: 30px
}

@media all and (max-width: 767px) {
    .popup-catalog__form {
        padding-left: 0
    }
}

.popup-catalog__form-step {
    position: relative
}

.popup-catalog__form-row {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .48px;
    position: relative
}

@media all and (max-width: 767px) {
    .popup-catalog__form-row {
        margin-bottom: 20px;
        text-align: center
    }
}

.popup-catalog__form-row--title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    padding-top: 10px
}

@media all and (max-width: 767px) {
    .popup-catalog__form-row--title {
        text-align: left;
        margin-left: 34px
    }
}

.popup-catalog__form-row--phone, .popup-catalog__form-row--sms, div.download-catalog-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-catalog__form-row--phone .input, .popup-catalog__form-row--sms .input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.popup-catalog__form-row--phone .button, .popup-catalog__form-row--sms .button {
    margin-left: 16px
}

@media all and (max-width: 767px) {
    .popup-catalog__form-row--phone .button, .popup-catalog__form-row--sms .button {
        height: 43px
    }

    .popup-catalog__form-row--phone {
        display: block
    }

    .popup-catalog__form-row--phone .input {
        margin-bottom: 24px
    }

    .popup-catalog__form-row--phone .button {
        display: inline-block
    }
}

@media all and (min-width: 768px) {
    .popup-catalog__form-row--notice {
        color: #990;
        padding: 7px 9px;
        border-width: 1px;
        border-style: solid
    }
}

@media all and (max-width: 767px) {
    .popup-catalog__form-row--notice {
        color: #999;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .36px
    }
}

.popup-catalog--sms-can-resend .popup-catalog__form-row--resend-block .popup-catalog__resend-wait, .popup-catalog__form-row--resend-block, .popup-catalog__form-row--resend-block .popup-catalog__resend-action {
    display: none
}

.popup-catalog--sms-sent .popup-catalog__form-row--resend-block {
    display: block
}

.popup-catalog--sms-can-resend .popup-catalog__form-row--resend-block .popup-catalog__resend-action {
    display: inline
}

.popup-catalog__resend-action .link-about-us__value, .popup-catalog__resend-action .link-text, .popup-catalog__resend-action .our-stores__city {
    font-size: inherit;
    line-height: inherit
}

.popup-catalog__form-step-num {
    position: absolute;
    top: 6px;
    left: -30px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 767px) {
    .popup-catalog__form-step-num {
        left: -34px
    }
}

.popup-catalog__form-phone .form-errors {
    margin: 0 0 13px;
    text-align: left
}

.popup-catalog--good-phone .popup-catalog__form-phone .button:not(:disabled) {
    border-color: #f60
}

.popup-catalog__form-sms .form-errors {
    margin: 0 0 13px
}

@media all and (min-width: 768px) {
    .popup-catalog__form-sms .form-errors {
        text-align: left;
        position: absolute;
        margin: 0
    }
}

.popup-catalog--code-is-correct .popup-catalog__form-sms .button {
    border-color: #f60
}

.write-us-on-banner {
    padding: 28px 40px 24px
}

@media screen and (max-width: 767px) {
    .write-us-on-banner {
        padding: 43px 15px 24px
    }
}

.write-us-on-banner__title {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .36px;
    color: #000;
    margin: 0 auto 28px;
    max-width: 340px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__title {
        font-size: 20px
    }
}

.write-us-on-banner__message {
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__message {
        margin-bottom: 2px
    }
}

.write-us-on-banner__input {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__input {
        width: 100%
    }
}

.write-us-on-banner__textarea-wrapper {
    margin-bottom: 13px
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__textarea-wrapper {
        margin-bottom: 20px
    }
}

.write-us-on-banner__textarea {
    min-height: 100px;
    resize: none
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__textarea {
        min-height: 186px
    }
}

.write-us-on-banner .file__icon {
    fill: #999
}

.write-us-on-banner__submit {
    margin: 19px auto 0;
    padding: 6px 24px 8px
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__submit {
        margin: 22px auto 19px;
        font-size: 18px;
        padding: 7px 14px
    }
}

.write-us-on-banner__files {
    padding: 0 12px 0 0;
    margin-bottom: -4px
}

@media screen and (max-width: 767px) {
    .write-us-on-banner__files {
        margin: 0 -4px -7px;
        padding: 0
    }
}

.road-map, .road-map__wrapper {
    position: static
}

.road-map__button-close {
    background: #000;
    padding: 0
}

.road-map__button-close::after {
    height: 2px;
    width: 20px;
    background: #fff
}

.road-map__button-close::before {
    width: 2px;
    height: 20px;
    background: #fff
}

@media (max-width: 767px) {
    .road-map .popup__body > ymaps {
        width: 288px !important
    }
}

.road-map .popup__body {
    height: 500px;
    padding: 0
}

@media (max-width: 767px) {
    .road-map .popup__body {
        height: 500px
    }
}

.road-map .fancybox-close-small {
    color: #fff;
    background-color: #000
}

@media all and (max-width: 767px) {
    .any-question {
        padding: 43px 16px 24px
    }
}

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

.any-question__input--48 {
    width: 48%
}

@media all and (max-width: 767px) {
    .any-question__input--48 {
        width: 100%
    }
}

.any-question__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 767px) {
    .any-question__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.any-question__row .form__fieldset, .any-question__row .input__phone {
    margin-bottom: 31px !important
}

.any-question .input__input_textarea {
    max-height: 128px
}

.any-question .input__input {
    height: 33px
}

@media all and (max-width: 767px) {
    .any-question .input__input {
        height: 43px
    }
}

.any-question .input__label {
    font-size: 11px
}

@media all and (max-width: 767px) {
    .any-question .input__label {
        font-size: 16px
    }
}

.any-question .page-faq__form__title {
    text-align: center;
    font-size: 16px
}

@media all and (max-width: 767px) {
    .any-question .page-faq__form__title {
        font-size: 20px
    }
}

.any-question .file {
    position: absolute;
    right: 7px;
    top: 90px;
    width: auto
}

@media all and (max-width: 767px) {
    .any-question .file {
        top: 120px
    }
}

.any-question .file__icon {
    fill: #999
}

.any-question .file__text {
    font-size: 14px
}

.any-question .form__button {
    font-size: 14px;
    margin: 0 auto
}

@media all and (max-width: 767px) {
    .any-question .form__button {
        font-size: 18px
    }
}

.download-catalog-welcome__body {
    padding: 25px 15px 20px
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__body {
        padding: 40px 0 30px
    }
}

.download-catalog-welcome__header {
    margin-bottom: 27px;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__header {
        padding: 0 20px;
        margin-bottom: 25px;
        font-size: 25px
    }
}

.download-catalog-welcome__image-wrapper {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__image-wrapper {
        margin-bottom: 20px
    }
}

.download-catalog-welcome__img {
    width: 100%
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__img {
        width: 250%;
        max-width: none;
        margin: 0 -18%;
        display: none
    }
}

@media (min-width: 680px) {
    .download-catalog-welcome__img-mob {
        display: none
    }
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__img-mob {
        width: 100%;
        max-width: none
    }
}

.download-catalog-welcome__file-information {
    position: absolute;
    top: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.download-catalog-welcome__file-information-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-size: 17px;
    margin: auto;
    width: 300px;
    font-family: 'Montserrat', sans-serif
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__file-information-item {
        font-size: 18px;
        display: block
    }
}

.download-catalog-welcome__file-information-label {
    margin-right: 5px
}

.download-catalog-welcome__file-information-data {
    color: #000
}

.download-catalog-welcome__file-information-data_filesize {
    margin-right: 3px
}

.download-catalog-welcome__text-wrapper {
    margin-bottom: 15px
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__text-wrapper {
        margin-bottom: 20px
    }
}

.download-catalog-welcome__text {
    text-align: center;
    font-size: 18px
}

.download-catalog-welcome__text_upper {
    text-transform: uppercase
}

.download-catalog-welcome__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 767px) {
    .download-catalog-welcome__button {
        padding: 9px 20px 11px;
        font-size: 15px
    }
}

@media all and (max-width: 767px) {
    div.download-catalog-first {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

div.download-catalog-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 767px) {
    div.download-catalog-second {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.spares-cart-notify-popup {
    font-size: 16px;
    padding: 22px
}

@media all and (max-width: 767px) {
    .spares-cart-notify-popup {
        font-size: 18px
    }
}

.spares-cart-notify-popup__header {
    margin-bottom: 14px
}

.spares-cart-notify-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spares-cart-notify-popup__img {
    display: block;
    width: 244px;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px
}

.spares-cart-notify-popup__product-title {
    text-align: center;
    margin-bottom: 37px;
    max-width: 80%
}

@media all and (max-width: 767px) {
    .spares-cart-notify-popup__product-title {
        max-width: none;
        margin-bottom: 30px
    }
}

.spares-cart-notify-popup__buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 767px) {
    .spares-cart-notify-popup__buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.spares-cart-notify-popup__button {
    display: block;
    margin: 0 9px
}

@media all and (max-width: 767px) {
    .spares-cart-notify-popup__button {
        margin: 8px 0
    }
}

.skeleton-loader {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden
}

.skeleton-loader::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .4)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite
}

.input {
    position: relative;
    width: auto;
    z-index: 5
}

.input * {
    font-weight: 400
}

.input_phone {
    z-index: 10;
    -webkit-transition: z-index 0s;
    transition: z-index 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.input_phone:hover {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    z-index: 15
}

.input_select {
    z-index: 10
}

.input_select.select-open {
    z-index: 14
}

@media screen and (max-width: 767px) {
    .input_popup-mb {
        margin-bottom: 31px
    }
}

.input__inner, .input__phone-wrapper {
    position: relative
}

.input__inner {
    display: block;
    margin-bottom: 0
}

.input__inner::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 99%;
    height: 3px;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .input__inner::after {
        width: 93%;
        height: 8px
    }
}

.input__inner_mobile::after {
    width: 93%;
    height: 8px
}

.input__inner_file {
    border: 1px solid #dcdcdc;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    border-radius: 3px
}

.input__inner_file:focus, .input__inner_file:hover, .input__input:focus, .input__input:hover {
    border-color: #f60
}

.input__inner_file::before {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 1px;
    width: 99%;
    background-color: #fff;
    border-radius: 3px;
    height: 32px
}

.input__inner_file-disable::before {
    display: none
}

.input__inner_error {
    border-color: #c00
}

.input__inner_big::after {
    height: 5px
}

.input__inner_full-height {
    height: 100%
}

.input__label {
    position: absolute;
    top: -8px;
    left: 6px;
    font-size: 11px;
    letter-spacing: .36px;
    color: #999;
    background: #fff;
    padding: 0 4px;
    z-index: 1;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media screen and (max-width: 767px) {
    .input__label {
        font-size: 16px;
        letter-spacing: .4px;
        top: -10px
    }
}

.input__label_mobile {
    font-size: 16px;
    letter-spacing: .4px;
    top: -10px
}

.input__label_big {
    font-size: 13px;
    top: -9px
}

.input__label_error {
    color: #c00
}

.input__input {
    height: 33px;
    width: 100%;
    outline: 0 !important;
    font-size: 14px;
    letter-spacing: .36px;
    padding: 7px 12px 9px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none
}

@media screen and (max-width: 767px) {
    .input__input {
        height: 43px;
        padding-top: 11px;
        font-size: 18px
    }
}

.input__input_mobile {
    height: 43px;
    padding-top: 11px;
    font-size: 18px
}

.input__input_textarea {
    min-height: 128px
}

@media screen and (max-width: 767px) {
    .input__input_textarea {
        min-height: 160px
    }
}

.input__input_textarea--160 {
    min-height: 160px
}

.input__input_100 {
    min-height: 100px
}

.input__input_big {
    font-size: 15px;
    border-color: #c4c4c4;
    padding: 9px 12px 11px;
    height: auto
}

.input__input_file {
    padding-bottom: 0;
    margin-bottom: 25px;
    border: 0 !important
}

.input__input_file-disable {
    margin-bottom: 0 !important
}

.input__input_select {
    padding: 0 !important
}

.input__input_disabled, .input__input_disabled:focus, .input__input_disabled:hover {
    border-color: #dcdcdc
}

.input__input_error {
    color: #c00;
    border-color: #c00
}

.loader {
    position: relative;
    background-color: #f60;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.loader_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 21;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .4s ease .2s;
    transition: opacity .4s ease .2s
}

.loader_active {
    opacity: 1
}

.loader::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    -webkit-animation: loader 1s infinite;
    animation: loader 1s infinite;
    border-radius: 50%
}

.loader__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    display: none;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.loader__background_active {
    opacity: .5
}

.checkbox {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: -40px -10px 0;
    cursor: pointer
}

.checkbox_no-margin {
    margin: 0
}

.checkbox__inner {
    margin: 30px 10px 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    position: relative
}

.checkbox__inner_no-margin {
    margin: 0 0 0 1px !important
}

.checkbox__checkbox {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.checkbox__checkbox::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    outline-color: transparent
}

.checkbox__checkbox_error {
    border-color: #c00
}

.checkbox__checkbox_signal {
    -webkit-animation: .3s linear .3s 10 alternate borderSignal;
    animation: .3s linear .3s 10 alternate borderSignal
}

.checkbox__check-icon {
    fill: #f60;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px, -3px);
    transform: translate(-4px, -3px);
    opacity: 0;
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}

.checkbox__check-icon_error {
    fill: #c00
}

.checkbox__check-icon_signal {
    -webkit-animation: .3s linear .3s 10 alternate fillSignal;
    animation: .3s linear .3s 10 alternate fillSignal
}

.checkbox__title {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    text-align: left
}

.checkbox__title_error {
    color: #c00
}

.checkbox__title_signal {
    -webkit-animation: .3s linear .3s 10 alternate colorSignal;
    animation: .3s linear .3s 10 alternate colorSignal
}

.checkbox__title_input {
    border: 0;
    outline: 0 !important;
    border-bottom: 1px solid #c4c4c4;
    padding: 1px
}

.checkbox__inner input:checked ~ .checkbox__checkbox {
    border-color: #f60
}

.checkbox__inner input:checked ~ .checkbox__checkbox .checkbox__check-icon {
    opacity: 1
}

.checkbox__inner input:focus ~ .checkbox__checkbox::after {
    outline: 1px dashed #f60
}

.checkbox + .checkbox {
    margin-top: 0
}

.popup-animate-scale {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.popup-animate-scale_start {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup-animate-scale_end {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.popup-animate-horizontal-slide {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.popup-animate-horizontal-slide_start {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.popup-animate-horizontal-slide_end {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw)
}

.language-select {
    width: auto;
    position: relative
}

.language-select:focus {
    outline: 0
}

.language-select:focus-within {
    outline: 0
}

.language-select:focus .language-select__wrapper, .language-select:focus .phone-language-select__wrapper, .language-select:hover .language-select__wrapper, .language-select:hover .phone-language-select__wrapper {
    z-index: 10;
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height .3s linear .1s, opacity .2s ease-out;
    transition: max-height .3s linear .1s, opacity .2s ease-out
}

.language-select:focus-within .language-select__wrapper, .language-select:focus-within .phone-language-select__wrapper {
    z-index: 10;
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height .3s linear .1s, opacity .2s ease-out;
    transition: max-height .3s linear .1s, opacity .2s ease-out
}

.language-select__placeholder {
    width: auto
}

.language-select__placeholder .language-select__text, .language-select__placeholder .phone-language-select__text {
    display: none
}

.language-select__placeholder .language-select__image-block {
    margin-left: 0
}

.language-select__image-block {
    margin-left: 12px;
    width: 20px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.language-select__image {
    width: auto;
    height: auto
}

.language-select__image, .phone-language-select__image {
    max-width: 100%;
    max-height: 100%
}

.language-select__wrapper, .phone-language-select__wrapper {
    position: absolute;
    right: 0;
    top: -3px;
    width: auto;
    max-width: 200px;
    z-index: -1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    background-color: #fff;
    -webkit-transition: max-height .3s linear, opacity .2s ease-out;
    transition: max-height .3s linear, opacity .2s ease-out
}

.language-select__body, .phone-language-select__body {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.language-select__item {
    padding: 10px 35px 10px 12px
}

.language-select__item, .phone-language-select__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    cursor: pointer;
    text-decoration: none
}

.language-select__item:focus, .language-select__item:hover, .phone-language-select__item:focus, .phone-language-select__item:hover {
    text-decoration: none;
    outline-color: transparent
}

.active.phone-language-select__item, .language-select__item.active {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.language-select__item:focus, .language-select__item:hover, .phone-language-select__item:focus, .phone-language-select__item:hover {
    background-color: #e8e8e8
}

.language-select__item:focus-within, .phone-language-select__item:focus-within {
    background-color: #e8e8e8
}

.active .language-select__icon, .active .phone-language-select__icon {
    opacity: 1
}

.language-select__icon {
    right: 15px
}

.language-select__icon, .phone-language-select__icon {
    position: absolute;
    top: calc(50% + 2px);
    margin-left: 8px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    fill: #f60;
    opacity: 0
}

.language-select__text {
    padding: 0
}

.language-select__text, .phone-language-select__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

@media all and (max-width: 992px) {
    .active.phone-language-select__item .language-select__text, .active.phone-language-select__item .phone-language-select__text, .language-select__item.active .language-select__text, .language-select__item.active .phone-language-select__text {
        color: #f60
    }
}

.phone-language-select {
    width: 47px;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .phone-language-select {
        width: 68px
    }
}

.phone-language-select_mobile {
    width: 68px
}

.phone-language-select__placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 0 3px 3px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 9px
}

@media screen and (max-width: 767px) {
    .phone-language-select__placeholder {
        padding: 0 6px 0 17px
    }
}

.phone-language-select__placeholder_mobile {
    padding: 0 6px 0 17px
}

.phone-language-select__placeholder_big {
    padding: 0 6px
}

@media screen and (max-width: 767px) {
    .phone-language-select__placeholder_big {
        padding: 0 6px 0 17px
    }
}

.phone-language-select__placeholder .phone-language-select__text {
    display: none
}

.phone-language-select__item {
    padding: 0 21px 0 7px;
    height: 31px
}

@media screen and (max-width: 767px) {
    .phone-language-select__item {
        height: 41px;
        padding: 0 28px 0 16px
    }
}

.phone-language-select__item_mobile {
    height: 41px;
    padding: 0 28px 0 16px
}

.phone-language-select__item_big {
    padding: 10px 24px 7px 12px;
    height: auto
}

@media screen and (max-width: 767px) {
    .phone-language-select__item_big {
        padding: 13px 23px 15px 12px;
        height: auto
    }
}

.phone-language-select__item_top1 {
    padding: 6px 23px 6px 12px
}

@media screen and (max-width: 767px) {
    .phone-language-select__item_top1 {
        padding: 14px 23px 14px 12px
    }
}

.phone-language-select__text {
    padding: 0 10px 0 0
}

@media screen and (max-width: 767px) {
    .phone-language-select__text {
        display: none
    }
}

.phone-language-select__text_mobile {
    display: none
}

.phone-language-select__image-block {
    width: 17px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .phone-language-select__image-block {
        width: 23px;
        height: 17px
    }
}

.phone-language-select__image-block_mobile {
    width: 23px;
    height: 17px
}

.phone-language-select__image {
    width: 100%;
    height: 100%
}

.phone-language-select__icon {
    right: 7px
}

@media screen and (max-width: 767px) {
    .phone-language-select__icon {
        right: 12px
    }
}

.phone-language-select__icon_mobile {
    right: 12px
}

.phone-language-select__link-icon {
    fill: #999;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

@media screen and (max-width: 767px) {
    .phone-language-select__link-icon {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.phone-language-select__link-icon_mobile {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.phone-language-select__link-icon_big {
    -webkit-transform: none;
    transform: none
}

.phone-language-select:focus .phone-language-select__wrapper, .phone-language-select:focus-within .phone-language-select_wrapper, .phone-language-select:hover .phone-language-select__wrapper {
    z-index: 10;
    opacity: 1;
    max-height: 500px;
    -webkit-transition: max-height .3s linear .1s, opacity .2s ease-out;
    transition: max-height .3s linear .1s, opacity .2s ease-out
}

.phone-language-select_disabled .phone-language-select__wrapper {
    display: none !important
}

.file {
    position: relative
}

.file__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.file__label:focus-within .file__text, .file__label:hover .file__text {
    color: #f60
}

.file__label:focus-within .file__text::after, .file__label:hover .file__text::after {
    opacity: 0
}

.file__label_textarea {
    position: absolute;
    right: 15px;
    bottom: 11px
}

.file__label_hide {
    opacity: 0
}

.file__text {
    white-space: nowrap;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    .file__text {
        font-size: 14px
    }
}

.file__text_14, .write-director__desktop-information-mail a {
    font-size: 14px
}

.file__text_big {
    font-size: 16px
}

@media all and (max-width: 575px) {
    .file__text_mobile_big {
        font-size: 16px
    }
}

.file__icon {
    width: 15px;
    height: 15px;
    max-width: 20px;
    max-height: 20px;
    fill: #f60;
    margin-right: 8px;
    -webkit-transition: fill .4s;
    transition: fill .4s
}

@media screen and (max-width: 767px) {
    .file__icon {
        height: 16px;
        width: 16px
    }
}

.file__icon_big {
    width: 18px;
    height: 18px
}

.file__icon_info {
    fill: #c4c4c4;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0
}

.file__icon_error {
    fill: #c00
}

.file__info-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 0;
    height: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.file__info-wrapper_active {
    padding-top: 10px;
    height: auto
}

.file__info-wrapper_poff {
    padding-top: 0
}

.file__info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.file__info_big {
    margin-bottom: 9px
}

.file__info_remove {
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.file__name {
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #999;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .5s;
    transition: color .5s
}

@media screen and (max-width: 767px) {
    .file__name {
        font-size: 15px
    }
}

.file__name_error {
    color: #c00
}

.file__name_big {
    font-size: 16px
}

.file__name_fz15 {
    font-size: 15px
}

.file__remove {
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.file__remove:focus {
    outline-color: transparent
}

.file__remove::after, .file__remove::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 1px;
    border-radius: 1px;
    background-color: #f60;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.file__remove::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.file__remove:hover::after, .file__remove:hover::before, .file__remove_error::after, .file__remove_error::before {
    background-color: #c00
}

.file__remove_big {
    width: 18px;
    height: 18px
}

.file__remove_big::after, .file__remove_big::before {
    width: 16px
}

.file__info-example {
    display: none
}

.select {
    position: relative
}

.select__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.select__body {
    position: relative;
    height: 100%;
    width: 90%
}

.select__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    padding-left: 12px;
    text-align: left;
    white-space: pre;
    overflow: hidden
}

.select__text-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 7px 12px 9px;
    letter-spacing: .36px;
    font-size: 14px;
    outline: 0;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.select__text-input:active, .select__text-input:focus {
    background-color: #fff
}

.select__angle {
    position: relative;
    height: 100%;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border: 0;
    background: 0 0;
    outline: 0 !important;
    cursor: pointer;
    z-index: 5
}

.select__angle::after, .select__angle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
    transform: translate(-50%, -50%) translateX(-2px) rotate(45deg);
    width: 6px;
    height: 2px;
    background-color: #f60
}

.select__angle::after {
    -webkit-transform: translate(-50%, -50%) translateX(2px) rotate(-45deg);
    transform: translate(-50%, -50%) translateX(2px) rotate(-45deg)
}

.select-open .select__angle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__list, .select__list::after {
    position: absolute;
    height: 0;
    opacity: 0
}

.select__list {
    display: none;
    top: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 2px);
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    z-index: 3;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden !important;
    left: 50%;
    -webkit-transition: opacity .3s ease .2s, height .5s;
    transition: opacity .3s ease .2s, height .5s
}

.select__list::after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, .4)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 20%, #fff 100%);
    -webkit-transition: opacity .3s, height .3s;
    transition: opacity .3s, height .3s
}

.select__list.scroll::after {
    height: 25px;
    opacity: 1
}

.select-open .select__list {
    opacity: 1;
    -webkit-transition: opacity .3s, height .5s;
    transition: opacity .3s, height .5s
}

.select-search-mode .select__list {
    top: 100%;
    width: 100%
}

.select__list-inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    scrollbar-width: none
}

.select__list-inner::-webkit-scrollbar {
    opacity: 0
}

.scroll .select__list-inner {
    padding-bottom: 16px
}

.select__options-wrapper {
    list-style: none;
    margin-bottom: 0;
    padding: 9px 28px 0 14px;
    overflow: hidden
}

@media all and (max-width: 767px) {
    .select__options-wrapper {
        padding: 20px 12px 0
    }
}

.select__options-wrapper_icon {
    padding: 16px 28px 4px 12px
}

@media all and (max-width: 767px) {
    .select__options-wrapper_icon {
        padding: 20px 12px 0
    }
}

.select__option {
    display: inline-block;
    min-width: 100%;
    min-height: 14px;
    font-size: 14px;
    letter-spacing: .48px;
    margin-bottom: 9px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    width: 100%
}

.select__option:hover {
    color: #f60
}

@media all and (max-width: 767px) {
    .select__option {
        font-size: 16px;
        line-height: 19px
    }
}

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

.our-stores__mobile-information span, .select__option_search-empty {
    text-align: center
}

.select__option-icon {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    max-height: 29px;
    width: 48px;
    margin-right: 12px
}

.select__option-icon_loader {
    height: 29px;
    width: 29px;
    margin: 0 26px 0 5px
}

.select__option-icon_current {
    padding: 4px 0;
    margin-right: 2px
}

@media all and (max-width: 767px) {
    .select__option-icon_current {
        padding: 3px 0
    }
}

.select__option-text {
    min-height: 14px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    text-overflow: ellipsis;
    overflow: hidden
}

.select__option-text_orange, .select__option:hover .select__option-main-label {
    color: #f60
}

.select__option-main-label {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #000
}

.select__scroll-track {
    position: absolute;
    top: 35px;
    bottom: 22px;
    right: 0;
    width: 28px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.scroll .select__scroll-track {
    opacity: 1
}

@media all and (max-width: 767px) {
    .select__scroll-track {
        display: none !important
    }
}

.select-search-mode .select__scroll-track {
    top: 22px
}

.select__scroll-bar, .select__scroll-track::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.select__scroll-track::before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #dcdcdc
}

.select__scroll-bar {
    background-color: #f60;
    height: 0;
    width: 6px;
    border-radius: 3px;
    -webkit-transition: height .3s, top .1s;
    transition: height .3s, top .1s
}

thead.table_sales {
    color: #fff;
    background-color: #f60
}

tr.table_tr {
    background-color: #fff;
    border-top: 20px solid #e8e8e8;
    border-bottom: 20px solid #e8e8e8;
    font-size: 16px
}

.table thead th {
    font-size: 19px;
    font-weight: 500
}

@media all and (max-width: 575px) {
    .table thead th {
        font-size: 16px;
        vertical-align: middle
    }
}

table.table.table-hover {
    margin-left: 15px;
    margin-right: 15px
}

@media all and (max-width: 575px) {
    table.table.table-hover {
        margin-left: 0;
        margin-right: 0
    }
}

.container.container_partner {
    display: block !important
}

.partner_block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 550px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-top: -33%
}

@media all and (max-width: 575px) {
    .partner_block {
        width: auto;
        max-width: none;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.partner_block_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 23px
}

.partner_block_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

.partner_block_img {
    display: contents
}

.partner_block_text {
    margin-left: 13px;
    margin-top: -4px
}

.departments-mail {
    font-size: 16px;
    letter-spacing: .4px;
    width: 100%
}

.departments-mail__header {
    font-size: 18px;
    letter-spacing: .36px;
    text-align: center;
    margin-bottom: 16px
}

.departments-mail__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2px
}

.departments-mail__mail, .departments-mail__name {
    text-align: left;
    margin-right: 7px
}

.departments-mail__mail-item, .departments-mail__name-item {
    margin-bottom: 9px
}

.departments-mail__mail-item_last, .departments-mail__name-item_last {
    margin-bottom: 0
}

.popup-information-button__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e8e8e8;
    padding: 15px 38px 15px 14px;
    letter-spacing: .4px;
    border: 0;
    outline: 0;
    width: 100%
}

.popup-information-button__button:active, .popup-information-button__button:focus {
    border: 0;
    outline: 0
}

.popup-information-button__icon {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.popup-information-button__svg {
    width: 14px;
    height: 14px;
    fill: #999;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.popup-information-button__text {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.popup-information-button__button:hover .popup-information-button__svg {
    fill: #f60
}

.popup-information-button__button:hover .popup-information-button__text {
    color: #f60
}

.popup-information-button__button_open {
    background-color: #f60
}

.popup-information-button__button_open .popup-information-button__icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-information-button__button_open .popup-information-button__text, .popup-information-button__button_open:hover .popup-information-button__text {
    color: #fff
}

.popup-information-button__button_open .popup-information-button__svg, .popup-information-button__button_open:hover .popup-information-button__svg {
    fill: #fff
}

.popup-information-button__body {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    z-index: -1;
    display: none;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 10px 16px
}

.popup-gallery__next-button:hover, .popup-gallery__prev-button:hover, .popup-information-button__body_active {
    opacity: 1
}

.popup-information-button__body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(50%, rgba(255, 255, 255, .9)), color-stop(70%, rgba(255, 255, 255, .8)), color-stop(80%, rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .8) 70%, rgba(255, 255, 255, .6) 80%, rgba(255, 255, 255, 0) 100%)
}

.popup-information-button__body-inner {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%
}

.popup-information-button__body-inner::-webkit-scrollbar {
    display: none
}

.invite-tender {
    padding: 28px 44px 23px
}

@media screen and (max-width: 767px) {
    .invite-tender {
        padding: 38px 16px 23px
    }
}

.invite-tender__header {
    margin-bottom: 36px
}

@media screen and (max-width: 767px) {
    .invite-tender__header {
        margin-bottom: 27px
    }
}

.invite-tender__submit {
    margin-top: 24px;
    letter-spacing: .4px;
    padding: 8px 23px
}

@media screen and (max-width: 767px) {
    .invite-tender__submit {
        margin-top: 0;
        padding: 8px 15px;
        font-size: 18px
    }

    .invite-tender__input {
        margin-bottom: 31px
    }

    .invite-tender__input_last {
        margin-bottom: 25px
    }
}

.free-call__form {
    width: 273px
}

@media screen and (max-width: 767px) {
    .free-call__form {
        width: 100%
    }
}

.free-call__header {
    margin-bottom: 14px;
    font-size: 16px
}

@media only screen and (max-width: 599px) {
    .free-call__header {
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .free-call__header {
        margin-bottom: 24px
    }
}

.free-call__text {
    margin-bottom: 26px
}

.free-call__name {
    margin-bottom: 28px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .free-call__name {
        margin-bottom: 23px
    }
}

.free-call__phone {
    margin-bottom: 24px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .free-call__phone {
        margin-bottom: 22px
    }

    .free-call__submit {
        margin-bottom: 27px
    }
}

.free-call__phone-link {
    margin-bottom: 18px
}

.free-call__information {
    font-size: 15px;
    text-align: center;
    letter-spacing: .4px
}

.subscribe-popup__header {
    margin-bottom: 26px
}

@media screen and (max-width: 767px) {
    .subscribe-popup__header {
        margin-bottom: 13px
    }
}

.subscribe-popup__header_self-popup {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .subscribe-popup__header_self-popup {
        margin-bottom: 28px
    }
}

.subscribe-popup__header2 {
    margin-bottom: 30px;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .subscribe-popup__header2 {
        font-size: 18px;
        margin-bottom: 27px
    }
}

.subscribe-popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .subscribe-popup__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 24px
    }
}

.subscribe-popup__input {
    margin-bottom: 22px
}

@media screen and (max-width: 767px) {
    .subscribe-popup__input {
        margin-bottom: 30px
    }
}

.subscribe-popup__input_row {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 0
}

@media screen and (max-width: 767px) {
    .subscribe-popup__input_name {
        margin-bottom: 31px
    }
}

.subscribe-popup__button {
    padding: 8px 23px
}

@media screen and (max-width: 767px) {
    .subscribe-popup__button {
        font-size: 18px;
        padding: 8px 15px
    }
}

.popup-gallery__prev-button {
    left: -70px
}

.popup-gallery__next-button, .popup-gallery__prev-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    opacity: .8;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.popup-gallery__next-button:focus, .popup-gallery__prev-button:focus {
    outline: 0
}

.popup-gallery__prev-button::before {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-gallery__prev-button::after, .popup-gallery__prev-button::before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 11px;
    height: 3px;
    width: 14px
}

.popup-gallery__next-button::before {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-gallery__next-button::after, .popup-gallery__next-button::before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 11px;
    height: 3px;
    width: 14px
}

.popup-gallery__next-button::after, .popup-gallery__prev-button::after {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 991px) {
    .popup-gallery__next-button, .popup-gallery__prev-button {
        left: 20px
    }
}

.popup-gallery__next-button_90, .popup-gallery__prev-button_90 {
    left: -90px
}

.popup-gallery__next-button {
    left: auto;
    right: -70px;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

@media screen and (max-width: 991px) {
    .popup-gallery__next-button {
        right: 20px
    }
}

.popup-gallery__next-button_90 {
    right: -90px
}

.popup-gallery__body_few {
    position: relative
}

.popup-gallery__gallery {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.popup-gallery__gallery_active {
    opacity: 1
}

.popup-gallery__gallery_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.popup-gallery__top-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

@media screen and (max-width: 991px) {
    .popup-gallery__top-information_mobile-hide {
        display: none
    }
}

.popup-gallery__img {
    width: 100%
}

.popup-gallery .slick-list {
    max-height: 10000px
}

.text-review__name {
    font-size: 16px;
    letter-spacing: .4px;
    margin-bottom: 6px
}

.text-review__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: .4px
}

.text-review__city {
    margin-right: 12px
}

.text-review__flag {
    margin-right: 8px
}

.text-review__product {
    font-size: 14px;
    letter-spacing: .4px;
    opacity: 0
}

.text-review__product_active {
    opacity: 1
}

.text-review__product-link {
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.callback-managers__slider-wrapper {
    padding: 5px 35px 0
}

.callback-managers__slider-inner {
    width: 277px;
    margin: auto
}

.callback-managers__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 28px
}

.callback-managers__name {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.callback-managers__name_active {
    opacity: 1
}

.callback-managers .slick-slider {
    margin-left: -12%;
    margin-right: -12%
}

.callback-managers .slick-list {
    padding-left: 24% !important;
    padding-right: 24% !important
}

.callback-managers .slick-arrow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none
}

.callback-managers .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.callback-managers .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px
}

.callback-managers .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.callback-managers .slick-snext, .callback-managers .slick-snext2, .callback-managers .slick-sprev, .callback-managers .slick-sprev2 {
    display: block
}

.callback-managers .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2
}

.callback-managers .slick-snext, .callback-managers .slick-sprev {
    opacity: .5;
    -webkit-transform: translate3d(60%, 15px, -15px);
    transform: translate3d(60%, 15px, -15px);
    z-index: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.callback-managers .slick-sprev {
    -webkit-transform: translate3d(-60%, 15px, -15px);
    transform: translate3d(-60%, 15px, -15px)
}

.form-errors {
    text-align: center;
    width: 100%;
    height: 0;
    margin: 0;
    -webkit-transition: margin .4s;
    transition: margin .4s;
    font-size: 12px
}

.form-errors_active {
    height: auto;
    margin: 22px 0 -3px
}

@media screen and (max-width: 767px) {
    .form-errors_active {
        font-size: 18px;
        padding: 0 25px;
        margin: 16px 0 -10px
    }
}

.form-errors_mb {
    margin: 0 0 15px
}

.form-errors__item {
    display: block;
    line-height: 14px;
    font-size: inherit;
    letter-spacing: .48px;
    color: #c00;
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 767px) {
    .form-errors__item {
        font-size: 16px;
        text-align: center;
        letter-spacing: .5px;
        line-height: 19px
    }
}

.form-errors__item_visible {
    opacity: 1;
    height: auto
}

.form-errors_big {
    font-size: 13px
}

.form-errors_big .form-errors__item, .form-errors_fz15 .form-errors__item {
    line-height: normal
}

.form-errors_fz15 {
    font-size: 15px
}

.form-errors_mobile.form-errors_active {
    margin: 16px 0 10px
}

.form-errors_mobile .form-errors__item {
    font-size: 16px;
    text-align: center;
    letter-spacing: .5px;
    line-height: 19px
}

@media screen and (max-width: 767px) {
    .popup-subscribe-extended__header1, .popup-subscribe-extended__thanks {
        margin-bottom: 14px
    }

    .popup-subscribe-extended__header2 {
        margin-bottom: 29px
    }
}

.popup-subscribe-extended__email {
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .popup-subscribe-extended__email {
        margin-bottom: 32px
    }

    .popup-subscribe-extended__button {
        font-size: 18px;
        padding: 8px 15px
    }
}

.popup-thanks__text1 {
    margin-bottom: 26px
}

@media screen and (max-width: 767px) {
    .popup-thanks__text1 {
        margin-bottom: 29px
    }
}

.popup-thanks__text2 {
    margin-bottom: 38px
}

@media screen and (max-width: 767px) {
    .popup-thanks__text2 {
        margin-bottom: 55px
    }
}

.write-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.write-us__message, .write-us__name, .write-us__phone {
    margin-bottom: 22px
}

.write-us__checkbox-text {
    font-size: 16px;
    letter-spacing: .1px
}

.write-us__file-button-text {
    font-size: 15px;
    letter-spacing: .5px
}

.write-us__button {
    padding: 9px 21px 11px;
    letter-spacing: .36px
}

@media screen and (max-width: 1050px) {
    .write-us__button {
        padding: 9px 16px 11px
    }
}

.write-us__file-wrapper {
    width: 55%
}

.write-us__file-and-submit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

.write-us__submit-wrapper {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.write-us__title {
    font-size: 20px;
    padding: 0;
    margin: 0 0 28px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

.write-us__form {
    width: 100%
}

.write-us__form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.write-us__form--inline .input__input_textarea {
    max-width: 368px
}

.write-us__form--inline .input__input {
    height: 38px
}

.write-us__form--inline .input__label {
    font-size: 13px
}

.write-us__form--inline .form__wrapper {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.write-us__form--inline .file__icon {
    width: 18px;
    height: 18px
}

.write-us__form--inline .input__inner {
    max-width: 370px
}

.write-us__form--inline .form__fieldset--button {
    width: auto !important
}

.write-us__form--inline .form__checkbox {
    margin-top: 3px
}

.write-us__form--inline .form__checkbox-wrapper {
    margin-top: 0
}

.write-us__form--inline .form__checkbox-label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0
}

.write-us__form--inline .form__wrapper .form__fieldset, .write-us__form--inline .form__wrapper .input__phone {
    width: auto
}

.write-us__form--inline .file.input__phone, .write-us__form--inline .form__fieldset.file {
    margin-bottom: 0
}

@media (max-width: 1260px) and (min-width: 769px) {
    .write-us__form--inline .form__wrapper .form__fieldset, .write-us__form--inline .form__wrapper .input__phone {
        margin-bottom: 20px
    }

    .write-us__form--inline .form__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .write-us__form--inline .form__wrapper .form__button {
        font-size: 13px;
        padding: 9px 10px 11px
    }
}

@media (min-width: 768px) {
    .write-us__form--inline .input__inner, .write-us__form--inline .input__input_textarea {
        max-width: 100%
    }
}

.star {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.star__background-img, .star__main-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.star__background-img {
    fill: #e8e8e8;
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.signal .star__background-img {
    -webkit-animation: 1s linear 0s infinite rate-signal;
    animation: 1s linear 0s infinite rate-signal
}

.star__main-img {
    top: 0;
    left: 0;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    pointer-events: none;
    z-index: 2
}

.active > .star .star__main-img {
    opacity: 1
}

.write-us-popup__header {
    font-size: 18px;
    letter-spacing: .36px;
    margin-bottom: 25px
}

.write-us-popup__submit {
    margin-bottom: 21px
}

.write-us-popup__phone {
    margin-bottom: 23px
}

.write-us-popup__textarea {
    min-height: 71px;
    margin-bottom: 25px
}

.write-us-popup__file-label {
    right: 15px;
    bottom: 10px
}

.write-us-popup__textarea-wrapper {
    margin-bottom: 10px
}

.write-us-popup__textarea-wrapper::before {
    height: 26px
}

.write-us-popup__textarea-wrapper::after {
    top: 0
}

.write-us-popup__files {
    margin-bottom: -10px
}

.write-us-popup__submit {
    margin-top: 20px
}

.write-director__contact-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 31px
}

@media screen and (max-width: 767px) {
    .write-director__contact-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

.write-director__message {
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .write-director__message {
        margin-bottom: 2px
    }
}

.write-director__input {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%
}

@media screen and (max-width: 767px) {
    .write-director__input {
        width: 100%
    }
}

.write-director__textarea-wrapper {
    margin-bottom: 13px
}

@media screen and (max-width: 767px) {
    .write-director__textarea-wrapper {
        margin-bottom: 20px
    }
}

.write-director__textarea {
    min-height: 99px
}

@media screen and (max-width: 767px) {
    .write-director__textarea {
        min-height: 131px
    }
}

.write-director__submit {
    margin: 19px auto 0;
    padding: 6px 24px 8px
}

@media screen and (max-width: 767px) {
    .write-director__submit {
        margin: 22px auto 19px;
        font-size: 18px;
        padding: 7px 14px
    }
}

.write-director__files {
    padding: 0 12px 0 0;
    margin-bottom: -4px
}

@media screen and (max-width: 767px) {
    .write-director__files {
        margin: 0 -4px -7px;
        padding: 0
    }
}

.write-director__desktop-information-wrapper {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    margin-bottom: 28px
}

.write-director__desktop-information-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.write-director__desktop-header {
    padding: 20px 0 0 8px;
    font-size: 14px;
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%
}

.write-director__desktop-photo {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    padding-left: 5px
}

.write-director__desktop-information-sign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 26px
}

.write-director__desktop-information-mail {
    padding-top: 8px
}

.write-director__desktop-information-sign-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 6px
}

.write-director__desktop-information-sign-scan {
    margin-right: 46px
}

.franchise-page__categories label, .write-director__mobile-mail-wrapper {
    cursor: pointer
}

.write-director__mobile-mail-icon {
    stroke: #f60;
    fill: none
}

.write-director__director-message {
    margin-bottom: 47px;
    z-index: 20
}

.write-director__mobile-photo {
    padding: 0 29px;
    margin-bottom: 24px
}

.write-director__mobile-text {
    font-size: 16px;
    letter-spacing: .4px;
    margin-bottom: 40px
}

.write-director__mobile-thanks {
    font-size: 16px;
    letter-spacing: .48px;
    text-align: center;
    margin-bottom: 16px
}

.write-director__mobile-sign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px
}

.write-director__mobile-sign-name {
    font-size: 16px;
    letter-spacing: .48px
}

.our-stores {
    margin: 120px 0;
    letter-spacing: .4px
}

@media screen and (max-width: 991px) {
    .our-stores {
        margin: 0
    }
}

.our-stores__city-wrapper {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden
}

@media screen and (max-width: 991px) {
    .our-stores__city-wrapper {
        position: relative;
        bottom: 0;
        padding: 0
    }
}

.our-stores__city-icon {
    fill: none;
    stroke: #f60;
    margin-right: 7px;
    display: none
}

.our-stores__city-icon_active {
    display: block
}

@media screen and (max-width: 991px) {
    .our-stores__city-icon {
        display: none
    }
}

.our-stores__city {
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s;
    cursor: pointer
}

@media screen and (max-width: 991px) {
    .our-stores__city {
        font-size: 16px;
        line-height: 19px;
        color: #000
    }
}

.our-stores__city_active {
    color: #f60;
    cursor: default
}

.our-stores__city_active::after, .our-stores__mobile-operating-time br {
    display: none
}

.our-stores__one-city {
    margin-left: 4px
}

@media screen and (max-width: 991px) {
    .our-stores__one-city {
        margin-left: 0;
        width: 100%
    }
}

.our-stores__cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 991px) {
    .our-stores__cities {
        margin: auto
    }
}

.our-stores__cities_slider {
    width: 92.6%;
    -webkit-mask-image: -webkit-linear-gradient(left, #fff 80%, rgba(255, 255, 255, 0) 100%)
}

@media screen and (max-width: 991px) {
    .our-stores__cities_slider {
        width: 100%;
        padding-left: 16px;
        -webkit-mask-image: none;
        position: relative
    }

    .our-stores__cities_slider::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 94px;
        background: -webkit-gradient(linear, right top, left top, color-stop(27.6%, #fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(270deg, #fff 27.6%, rgba(255, 255, 255, 0) 100%)
    }
}

.our-stores__city-item {
    margin: 0 28px 0 0
}

@media screen and (max-width: 991px) {
    .our-stores__city-item {
        margin: 0 10px;
        padding: 16px 0 19px
    }
}

.our-stores__city-item.slick-slide {
    margin: 0 14px
}

.our-stores__cities-navigation {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 991px) {
    .our-stores__cities-navigation {
        display: none
    }
}

.our-stores__cities-navigation_active {
    width: 7.4%;
    opacity: 1
}

@media screen and (max-width: 991px) {
    .our-stores__cities-navigation_active {
        display: none !important
    }
}

.our-stores__cities-next, .our-stores__cities-prev {
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0
}

.our-stores__cities-next:active, .our-stores__cities-next:focus, .our-stores__cities-prev:active, .our-stores__cities-prev:focus {
    outline: 0;
    border: 0
}

.our-stores__cities-prev {
    margin-right: 15px
}

.our-stores__cities-next-icon, .our-stores__cities-prev-icon {
    fill: #999
}

.our-stores__cities-next-icon, .our-stores__mobile-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.our-stores__bottom-information {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

@media screen and (max-width: 991px) {
    .our-stores__bottom-information {
        position: relative;
        top: 0;
        padding: 22px 7px 0 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.our-stores__page-indicator {
    text-align: center;
    color: #f60;
    font-size: 14px;
    line-height: 17px;
    padding-top: 18px
}

@media screen and (max-width: 991px) {
    .our-stores__page-indicator {
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        padding-top: 0
    }
}

.our-stores__page-mobile-delimeter {
    display: none;
    color: #000
}

@media screen and (max-width: 991px) {
    .our-stores__page-mobile-delimeter {
        display: inline-block
    }

    .our-stores__count-page {
        color: #000
    }
}

.our-stores__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    padding-top: 25px
}

@media screen and (max-width: 991px) {
    .our-stores__information {
        display: none
    }
}

.our-stores__address-wrapper {
    max-width: 40%
}

.our-stores__operating-mode {
    padding: 0 10px
}

.our-stores__gps-label {
    color: #f60
}

@media screen and (max-width: 991px) {
    .our-stores__coords, .our-stores__gps-label {
        display: inline-block
    }
}

.our-stores__mobile-header {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px
}

.our-stores__mobile-information {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px
}

.our-stores__mobile-address, .our-stores__mobile-operating-time {
    margin-bottom: 17px
}

@media screen and (max-width: 991px) {
    .our-stores__mobile-address .page__mobile-show {
        display: block !important
    }
}

.our-stores__mobile-next, .our-stores__mobile-prev {
    border: 0;
    outline: 0 !important;
    background: 0 0;
    padding: 0 8px;
    fill: #999;
    stroke: #999
}

.our-stores__mobile-next:hover, .our-stores__mobile-prev:hover {
    fill: #f60;
    stroke: #f60
}

@media screen and (max-width: 991px) {
    .our-stores-only-desktop {
        display: none
    }
}

.our-stores-only-phone {
    display: none
}

@media screen and (max-width: 991px) {
    .our-stores-only-phone {
        display: inherit
    }
}

.text-popup__header {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px;
    color: #f60;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .text-popup__header {
        text-align: center
    }
}

.text-popup__header_only-header {
    margin-bottom: 0
}

.text-popup__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

@media screen and (max-width: 767px) {
    .text-popup__text {
        text-align: center
    }
}

.rate-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0
}

.rate-input::after {
    content: '*';
    position: absolute;
    top: 0;
    right: -10px;
    color: #999;
    font-size: 20px;
    opacity: 0
}

.rate-input.error::after {
    opacity: 1;
    color: #c00
}

.rate-input__star {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    cursor: pointer
}

.rate-us {
    margin-bottom: 64px
}

.rate-us__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media all and (max-width: 992px) {
    .rate-us__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.rate-us__fields {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width: 992px) {
    .rate-us__fields {
        width: 100%;
        max-width: 700px;
        margin: auto
    }
}

.rate-us__stars {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%
}

@media all and (max-width: 992px) {
    .rate-us__stars {
        width: 100%;
        max-width: 700px;
        margin: 0 auto 30px
    }
}

.rate-us__comment-wrapper {
    margin-bottom: 17px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rate-us__textarea {
    min-height: 100%
}

@media all and (max-width: 992px) {
    .rate-us__textarea {
        min-height: 100px
    }
}

@media all and (max-width: 575px) {
    .rate-us__textarea {
        min-height: 130px
    }
}

.rate-us__phone-and-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 575px) {
    .rate-us__phone-and-submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.rate-us__phone {
    width: 100%;
    margin-bottom: 17px
}

.rate-us__submit-button-wrapper {
    margin-left: 17px
}

@media all and (max-width: 575px) {
    .rate-us__submit-button-wrapper {
        margin-left: 0;
        width: 100%
    }
}

@media all and (max-width: 768px) {
    .rate-us__submit {
        padding: 10px 15px 12px
    }
}

@media all and (max-width: 575px) {
    .rate-us__submit {
        margin: auto
    }
}

.review-popup__header {
    margin-bottom: 29px
}

@media screen and (max-width: 767px) {
    .review-popup__header {
        margin-bottom: 27px
    }
}

.review-popup__personal {
    margin-bottom: 28px
}

@media screen and (max-width: 767px) {
    .review-popup__personal {
        margin-bottom: 25px
    }

    .review-popup__input {
        margin-bottom: 31px
    }

    .review-popup__input_last {
        margin-bottom: 0
    }
}

.review-popup__product-section-header {
    margin-bottom: 28px
}

.review-popup__message {
    margin-bottom: 20px
}

.review-popup__textarea {
    min-height: 98px
}

@media screen and (max-width: 767px) {
    .review-popup__textarea {
        min-height: 131px
    }
}

.review-popup__button {
    padding: 8px 25px
}

@media screen and (max-width: 767px) {
    .review-popup__button {
        padding: 6px 15px 7px;
        font-size: 18px
    }

    .review-popup__desktop-label {
        display: none
    }
}

.back-call__inner, .spares-order-popup__inner {
    padding: 26px 44px 50px
}

@media all and (max-width: 767px) {
    .back-call__inner, .spares-order-popup__inner {
        padding: 38px 16px
    }
}

.back-call__inner_additional-text, div.pickup-popup__help-text.popup-animate-horizontal-slide.popup-animate-horizontal-slide_start {
    padding-bottom: 20px
}

@media all and (max-width: 767px) {
    .back-call__inner_additional-text {
        padding-bottom: 38px
    }
}

.back-call__header, .spares-order-popup__header {
    margin-bottom: 26px
}

@media all and (max-width: 767px) {
    .back-call__header, .spares-order-popup__header {
        font-size: 16px;
        padding: 0 12px
    }
}

.back-call__input, .spares-order-popup__input {
    width: 308px;
    margin-bottom: 16px
}

@media all and (max-width: 767px) {
    .back-call__input, .spares-order-popup__input {
        width: 100%
    }
}

.back-call__button, .spares-order-popup__button {
    width: 308px
}

@media all and (max-width: 767px) {
    .back-call__button, .spares-order-popup__button {
        width: 100%
    }
}

.back-call__work-time-text {
    margin-top: 16px
}

.pickup-popup__body {
    padding: 30px 25px 20px
}

@media all and (max-width: 767px) {
    .pickup-popup__body {
        padding: 30px 16px 20px
    }
}

.pickup-popup__header {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px
}

.pickup-popup__header_save-form {
    text-align: center
}

.pickup-popup__load-bar {
    margin-bottom: 20px
}

.pickup-popup__questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width: 767px) {
    .pickup-popup__questions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pickup-popup__question {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-bottom: 10px
}

@media all and (max-width: 767px) {
    .pickup-popup__question {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.pickup-popup__question-title {
    font-size: 14px;
    margin-top: 2px
}

.pickup-popup__footer {
    padding-top: 20px;
    width: 100%
}

.pickup-popup__button, .pickup-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pickup-popup__button_hidden {
    visibility: hidden
}

.pickup-popup__button-angle {
    margin: 0 5px -2px 0
}

.pickup-popup__button-angle_next {
    margin: 0 0 -2px 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pickup-popup__help-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #999
}

@media all and (max-width: 767px) {
    .pickup-popup__help-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pickup-popup__help-text-header {
    margin-right: 5px
}

@media all and (max-width: 767px) {
    .pickup-popup__help-text-header {
        font-size: 16px;
        margin: 0 0 5px
    }
}

.pickup-popup__phone-operator {
    font-size: 14px;
    color: #999;
    margin: 0 5px 0 0 !important;
    height: auto !important
}

@media all and (max-width: 767px) {
    .pickup-popup__phone-operator_result {
        margin: 0 5px 0 0 !important;
        height: auto !important
    }
}

.pickup-popup__phone {
    font-size: 14px;
    margin-right: 3px;
    color: #999
}

.pickup-popup__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

@media all and (max-width: 767px) {
    .pickup-popup__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pickup-popup__input {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%
}

@media all and (max-width: 767px) {
    .pickup-popup__input {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 15px
    }
}

.pickup-popup__text {
    color: #999;
    margin-bottom: 20px;
    font-size: 15px
}

.pickup-popup__text_last {
    margin-bottom: 20px
}

.pickup-popup__loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.pickup-popup__loader-wrapper.circle-loader-active {
    opacity: 1
}

.pickup-popup__loader {
    position: relative;
    margin-bottom: 20px
}

.pickup-popup__circle-loader {
    width: 200px;
    height: 200px
}

.pickup-popup__loader-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px
}

.pickup-popup__calculate-text {
    font-size: 20px
}

.pickup-popup__results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

.pickup-popup__result-item-wrapper {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding: 0 5px
}

@media all and (max-width: 767px) {
    .pickup-popup__result-item-wrapper {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.pickup-popup__result-item {
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 270px;
    padding: 10px
}

.pickup-popup__result-item_error {
    border: 0
}

.pickup-popup__result-item-information_error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pickup-popup__result-item-image {
    width: 100%;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain
}

.pickup-popup__result-item-header {
    padding-top: 10px;
    text-align: center
}

.pickup-popup__result-item-header_error {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px
}

.pickup-popup__result-item-button {
    font-size: 14px
}

.pickup-popup__result-item-description {
    text-align: center
}

.pickup-popup__error-result-icon {
    position: relative;
    background-color: #c00;
    border-radius: 50%;
    width: 150px;
    height: 150px
}

.pickup-popup__error-result-icon::after, .pickup-popup__error-result-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 7px;
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.pickup-popup__error-result-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.pickup-popup__phone-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2px
}

@media all and (max-width: 767px) {
    .pickup-popup__phone-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .pickup-popup__phone-item_result {
        padding: 10px 0 0
    }
}

.spares-cart-popup {
    padding: 38px 12px 24px
}

@media all and (max-width: 767px) {
    .spares-cart-popup {
        padding: 57px 0 0
    }
}

.spares-cart-popup__header {
    margin-bottom: 29px
}

@media all and (max-width: 767px) {
    .spares-cart-popup__header {
        margin-bottom: 25px;
        padding: 0 20px
    }
}

.spares-cart-popup__input {
    width: 254px
}

.spares-cart-popup__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin: 0 12px 20px;
    border-bottom: 1px solid #dcdcdc
}

@media all and (max-width: 767px) {
    .spares-cart-popup__inputs {
        padding: 0 0 40px;
        margin: 0 20px 34px
    }
}

.spares-cart-popup__products-list-header {
    font-size: 16px;
    text-align: center;
    letter-spacing: .4px;
    margin-bottom: 12px
}

@media all and (max-width: 767px) {
    .spares-cart-popup__products-list-header {
        font-size: 20px;
        letter-spacing: .36px;
        margin-bottom: 15px;
        padding: 0 20px
    }
}

.spares-cart-popup__products {
    position: relative;
    margin-bottom: 16px
}

@media all and (max-width: 767px) {
    .spares-cart-popup__products {
        margin-bottom: 20px;
        padding: 0 16px
    }
}

.spares-cart-popup__products._scrollbar {
    margin-right: 12px
}

.spares-cart-popup__products-container {
    padding: 0 12px;
    max-height: 285px;
    overflow: hidden auto
}

@media all and (max-width: 767px) {
    .spares-cart-popup__products-container {
        max-height: none;
        padding: 0
    }
}

._scrollbar .spares-cart-popup__products-container {
    padding-right: 22px
}

.spares-cart-popup__products-list {
    padding: 8px 0;
    list-style: none;
    margin: 0
}

@media all and (max-width: 767px) {
    .spares-cart-popup__products-list {
        padding: 0
    }
}

.spares-cart-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 20px;
    margin: 0 12px;
    background-color: #eee
}

@media all and (max-width: 767px) {
    .spares-cart-popup__footer {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 10px 17px
    }
}

.spares-cart-popup__total-price-wrapper {
    font-size: 16px;
    letter-spacing: .4px;
    white-space: break-spaces
}

@media all and (max-width: 767px) {
    .spares-cart-popup__total-price-wrapper {
        white-space: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 14px
    }

    .spares-cart-popup__total-price {
        color: #f60;
        font-size: 20px;
        letter-spacing: .36px;
        padding-top: 7px
    }
}

._scrollbar .spares-cart-popup__track, .spares-cart-popup__bar {
    display: block
}

@media all and (max-width: 767px) {
    .spares-cart-popup__track {
        display: none
    }
}

.spares-cart-popup__submit-button {
    font-size: 15px;
    padding: 9px 20px 11px
}

@media all and (max-width: 767px) {
    .spares-cart-popup__submit-button {
        padding: 7px 20px 8px
    }

    .spares-cart-popup__form-errors {
        display: none
    }
}

.spares-cart-popup__form-errors_mobile {
    display: none
}

.spares-cart-popup__form-errors_mobile.form-errors_active {
    margin: 10px 0 0
}

@media all and (max-width: 767px) {
    .spares-cart-popup__form-errors_mobile {
        display: block
    }
}

.spares-cart-thanks-popup {
    padding: 36px 30px 85px
}

@media all and (max-width: 767px) {
    .spares-cart-thanks-popup {
        padding: 69px 22px;
        height: 483px;
        max-height: 98%
    }
}

.spares-cart-thanks-popup__header {
    line-height: 20px
}

@media all and (max-width: 767px) {
    .spares-cart-thanks-popup__header {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .36px
    }
}

.spares-cart-thanks-popup__header_first {
    margin-bottom: 0
}

@media all and (max-width: 767px) {
    .spares-cart-thanks-popup__header_first {
        margin-bottom: 18px
    }
}

.spares-cart-thanks-popup__header_second {
    margin-bottom: 13px
}

@media all and (max-width: 767px) {
    .spares-cart-thanks-popup__header_second {
        margin-bottom: 39px
    }

    .spares-cart-thanks-popup__header_order {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .spares-cart-thanks-popup__dash {
        display: none
    }
}

.spares-cart-thanks-popup__order-num {
    color: #f60
}

@media all and (max-width: 767px) {
    .spares-cart-thanks-popup__order-num {
        font-size: 22px;
        line-height: 26px;
        padding-top: 3px
    }

    .spares-order-popup__header {
        padding: 0;
        margin-bottom: 14px;
        letter-spacing: normal
    }
}

.spares-order-popup__button, .spares-order-popup__input {
    display: block
}

@media all and (max-width: 767px) {
    .spares-order-popup__button {
        padding: 6px 16px 9px
    }
}

.spares-order-popup__form-errors.form-errors_active {
    margin: 22px 0 -22px
}

@media all and (max-width: 767px) {
    .spares-order-popup__form-errors.form-errors_active {
        margin: 16px 0 -15px
    }
}

.footer {
    padding: 24px 0;
    background-color: #e8e8e8;
    position: relative;
    z-index: 0
}

@media (min-width: 768px) {
    .footer {
        max-width: 100%;
        overflow-x: hidden
    }
}

.footer__subsribe-button {
    padding-top: 29px !important
}

@media all and (max-width: 992px) {
    .footer__subsribe-button {
        display: none !important
    }
}

.footer__pages-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media all and (max-width: 992px) {
    .footer__pages-block {
        display: none
    }
}

.footer__page-link {
    text-align: right;
    margin-bottom: 11px
}

.footer__page-link_bottom {
    margin: 0 0 0 33px
}

.footer__pages-block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__info {
    width: 100%;
    margin-bottom: 40px
}

.footer__bottom {
    width: 100%
}

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

.footer__bottom-text {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: .36px
}

.footer__bottom-text .company__info__link {
    margin-left: 0
}

.footer__bottom-text, .footer__bottom-text .company__info__link .link-about-us__value, .footer__bottom-text .company__info__link .link-text, .footer__bottom-text .company__info__link .our-stores__city {
    color: #999;
    font-size: 14px
}

.footer__social {
    width: auto;
    max-width: none !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -2px 0 17px !important
}

.social, .social__list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.social__item {
    width: auto;
    height: 22px;
    margin-right: 20px
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 22px;
    position: relative;
    text-decoration: none
}

.social__link:focus, .social__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.social__link:focus .social__icon, .social__link:hover .social__icon {
    fill: #f60
}

.social__link:focus .social__icon.social__icon--fb, .social__link:hover .social__icon.social__icon--fb {
    fill: #3c5a99
}

.social__link:focus .social__icon.social__icon--ok, .social__link:hover .social__icon.social__icon--ok {
    fill: #ed812b
}

.social__link:focus .social__icon.social__icon--vk, .social__link:hover .social__icon.social__icon--vk {
    fill: #4c75a3
}

.social__link:focus .social__icon.social__icon--yb, .social__link:hover .social__icon.social__icon--yb {
    fill: red
}

.social__link:focus .social__icon.social__icon--twitter, .social__link:hover .social__icon.social__icon--twitter {
    fill: #38a1f3
}

.social__link:focus .social__icon.social__icon--plus, .social__link:hover .social__icon.social__icon--plus {
    fill: none
}

.photo-magazine__item:focus::before, .photo-magazine__item:hover::before, .social__link:focus .social__icon-img, .social__link:hover .social__icon-img {
    opacity: 0
}

.social__link:focus .social__icon-img-hover, .social__link:hover .social__icon-img-hover {
    display: block
}

.social__icon-img, .social__icon-img-hover {
    max-width: 30px;
    height: 20px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

.social__icon-img {
    opacity: 1
}

.social__icon-img-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.social__icon {
    display: block;
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
    fill: #999
}

@media all and (max-width: 992px) {
    .footer {
        padding-top: 0;
        padding-bottom: 0
    }

    .footer__info {
        margin-bottom: 0;
        padding-top: 17px
    }

    .footer__bottom {
        background-color: #e8e8e8
    }

    .footer__bottom-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .footer__bottom-text {
        display: none
    }

    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }

    .footer__social .social__item.hidden {
        display: none
    }

    .footer__social .social__item {
        margin-right: 20px;
        margin-left: 20px
    }

    .footer__social .social__icon {
        width: auto;
        height: 25px;
        max-width: none;
        max-height: none
    }

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

.footer__mobile-link.company__info__link {
    display: none
}

@media all and (max-width: 992px) {
    .footer__mobile-link.company__info__link {
        display: inherit;
        font-size: 18px;
        margin-bottom: 31px !important
    }

    .footer__mobile-link_last.company__info__link {
        margin-bottom: 0 !important
    }
}

.mobile-footer-socials {
    background-color: #fff;
    padding: 20px
}

@media all and (min-width: 993px) {
    .mobile-footer-socials {
        display: none
    }
}

.mobile-footer-socials__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.mobile-footer-socials__icon {
    fill: #999;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.mobile-footer-socials__link:focus .mobile-footer-socials__icon_fb, .mobile-footer-socials__link:hover .mobile-footer-socials__icon_fb {
    fill: #2d5991
}

.mobile-footer-socials__link:focus .mobile-footer-socials__icon_yb, .mobile-footer-socials__link:hover .mobile-footer-socials__icon_yb {
    fill: #cc2f31
}

.mobile-footer-socials__link:focus .mobile-footer-socials__icon_inst, .mobile-footer-socials__link:hover .mobile-footer-socials__icon_inst {
    fill: #db3c93
}

.mobile-footer-socials__link:focus .mobile-footer-socials__icon_vk, .mobile-footer-socials__link:hover .mobile-footer-socials__icon_vk {
    fill: #35678c
}

.photo-magazine {
    width: 52.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.photo-magazine_mobile {
    display: none
}

@media all and (max-width: 992px) {
    .photo-magazine_mobile {
        display: inherit
    }

    .photo-magazine_desktop {
        display: none
    }
}

.photo-magazine [data-tab-content] {
    z-index: 0
}

.photo-magazine__slider-wrap {
    width: 100%
}

.photo-magazine__item, .photo-magazine__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.photo-magazine__slider {
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    width: 100%
}

.photo-magazine__slider .slick-list, .photo-magazine__slider .slick-track {
    min-width: 100%
}

.photo-magazine__item {
    width: 50%;
    min-width: 305px;
    height: 189px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none
}

.photo-magazine__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-color: #000;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.photo-magazine__item:focus, .photo-magazine__item:hover {
    text-decoration: none;
    outline-color: transparent
}

.company-info__link-icon:focus .company-info__link-value::after, .company-info__link-icon:focus .company-info__link-value::before, .company-info__link-icon:focus .footer__subsribe-button::after, .company-info__link-icon:focus .footer__subsribe-button::before, .company-info__link-icon:hover .company-info__link-value::after, .company-info__link-icon:hover .company-info__link-value::before, .company-info__link-icon:hover .footer__subsribe-button::after, .company-info__link-icon:hover .footer__subsribe-button::before, .photo-magazine__item:focus .photo-magazine__info, .photo-magazine__item:hover .photo-magazine__info {
    opacity: 0
}

.photo-magazine__item:focus .photo-magazine__icon, .photo-magazine__item:hover .photo-magazine__icon {
    background-color: #f60
}

@media (max-width: 1260px) {
    .photo-magazine__item {
        min-width: calc(25vw - 30px)
    }
}

.photo-magazine__item-picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.photo-magazine__item-picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.photo-magazine__item-picture .photo-magazine__item-picture_tablet {
    display: block
}

@media all and (min-width: 993px) {
    .photo-magazine__item-picture .photo-magazine__item-picture_desktop {
        display: block
    }

    .photo-magazine__item-picture .photo-magazine__item-picture_tablet {
        display: none
    }
}

.photo-magazine__info {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 13px 16px;
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    pointer-events: none
}

@media all and (max-width: 992px) {
    .photo-magazine__info {
        width: 100%;
        padding-top: 27%
    }

    .photo-magazine__text-block {
        display: none
    }
}

.photo-magazine__title {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    text-transform: uppercase
}

@media all and (max-width: 375px) {
    .photo-magazine__title {
        text-align: center
    }
}

.photo-magazine__counter, .photo-magazine__text {
    padding: 0;
    width: 100%;
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px
}

.photo-magazine__counter {
    margin: 0;
    font-size: 13px;
    color: #f60
}

.photo-magazine__counter-all, .photo-magazine__counter-this, .photo-magazine__value {
    font: inherit;
    color: inherit
}

.photo-magazine__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-transition: .2s;
    transition: .2s
}

.photo-magazine__icon-zoom {
    fill: none;
    stroke: #fff
}

@media all and (max-width: 992px) {
    .photo-magazine {
        position: relative;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .photo-magazine .photo-magazine__slider {
        padding-bottom: 66px
    }

    .photo-magazine__slider {
        width: calc(100% + 30px);
        margin: 0 -15px;
        border-bottom: 0
    }

    .photo-magazine__slider.slider-arrow-block .slick-prev {
        right: 75px;
        bottom: 17px
    }

    .photo-magazine__slider.slider-arrow-block .slick-next {
        right: 32px;
        bottom: 17px
    }

    .photo-magazine__slider-wrap .slider-arrow-block__counter {
        left: 32px;
        bottom: 17px
    }

    .photo-magazine__slider-wrap .slider-arrow-block__counter-now, .photo-magazine__slider-wrap .slider-arrow-block__counter-value {
        margin-right: 6px
    }

    .photo-magazine__item {
        height: 56vw;
        position: relative
    }

    .photo-magazine__item:before {
        display: none
    }

    .photo-magazine__title {
        text-align: center;
        padding-right: 0;
        text-transform: none;
        font-size: 14px
    }
}

@media all and (max-width: 375px) {
    .photo-magazine__item {
        height: 56vw
    }
}

.photo-magazine {
    position: relative
}

.photo-magazine__navigation-arrows, .video-review__navigation-arrows {
    z-index: 2;
    border: 0
}

@media all and (max-width: 575px) {
    .photo-magazine__navigation-arrows, .video-review__navigation-arrows {
        bottom: 0
    }
}

@media all and (max-width: 992px) {
    .photo-magazine__navigation-arrows, .video-review__navigation-arrows {
        bottom: 0
    }
}

.company-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.company-info__contacts {
    width: auto;
    padding-left: 5px;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-width: 210px
}

@media all and (max-width: 992px) {
    .company-info__contacts {
        max-width: auto
    }
}

.company-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media all and (max-width: 992px) {
    .company-info__block_phones {
        margin-bottom: 15px
    }
}

.company-info__link-text-icon {
    -webkit-transition: color .3s;
    transition: color .3s
}

.company-info__link-icon {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.company-info__link-icon:focus, .company-info__link-icon:hover {
    text-decoration: none;
    outline-color: transparent
}

.company-info__link-icon:focus .company-info__link-svg, .company-info__link-icon:hover .company-info__link-svg {
    stroke: #f60
}

.company-info__link-icon:focus .company-info__link-value, .company-info__link-icon:focus .footer__subsribe-button, .company-info__link-icon:hover .company-info__link-value, .company-info__link-icon:hover .footer__subsribe-button {
    border-bottom: 1px dashed transparent !important
}

.company-info__link-icon:focus .company-info__link-text-icon, .company-info__link-icon:hover .company-info__link-text-icon {
    color: #f60
}

.company-info__link-svg {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    margin-right: 27px;
    stroke: #999;
    fill: none
}

.company-info__link-value, .footer__subsribe-button {
    padding: 0;
    margin: 0;
    display: block;
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    position: relative
}

.company-info__wrapper {
    width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px
}

.company-info__wrapper.company-info__wrapper--first {
    margin-top: 0
}

.company-info__text {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    letter-spacing: .4px
}

.company-info__text:first-child {
    width: 196px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.company-info__text.company-info__text--multirow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.company-info__text.company-info__text--multirow > *, .seo-element__preview-text p + p {
    margin-top: 10px
}

@media all and (max-width: 992px) {
    .company-info__text.company-info__text--multirow > * {
        margin-top: 5px
    }
}

.company-info__text.company-info__text--multirow > :first-child {
    margin-top: 0
}

.company-info__title {
    padding: 0;
    width: auto;
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .36px
}

.text-orange {
    font: inherit;
    color: #f60
}

.dot {
    color: #999
}

.company__info__link-block {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2px
}

.company__info__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.company__info__link {
    text-decoration: none
}

.company__info__link:focus, .company__info__link:hover {
    text-decoration: none;
    outline-color: transparent
}

.company__info__link:last-child {
    margin-right: 0
}

.company-info__logo, .company-info__mobile-show, .company__info__link-block .company-info__link-svg, .company__info__link-phone {
    display: none
}

.company-info__stock {
    max-width: 100%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%
}

@media all and (min-width: 993px) {
    .company-info__stock_mobile {
        display: none
    }
}

@media all and (max-width: 992px) {
    .company-info__container .company-info__stock, .company-info__stock_desktop {
        display: none
    }

    .company-info__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        padding: 0
    }

    .company-info__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 15px;
        width: 100%;
        max-width: 540px;
        margin: 0 auto
    }

    .company-info__logo_footer {
        padding-bottom: 7px
    }

    .company-info__contacts, .company__info__link-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .company-info__stock {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        background-color: #f60;
        padding: 26px 0 29px
    }

    .company-info__stock .company-info__title {
        display: block;
        max-width: 540px;
        padding: 0 15px;
        margin: 0 auto 16px;
        font-size: 22px;
        color: #fff;
        text-align: center
    }

    .company-info__stock .company-info__mobile-show {
        display: inline-block;
        margin-right: 2px
    }

    .company-info__stock .company-info__mobile-hide, .company-info__title {
        display: none
    }

    .company-info__wrapper {
        display: block;
        width: 100%;
        max-width: 540px;
        margin: 5px auto 0;
        text-align: center
    }

    .company-info__wrapper-gps, .company-info__wrapper-gps .company-info__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-info__wrapper-gps .company-info__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .company-info__wrapper-gps .company-info__text:first-child {
        margin-bottom: 5px;
        margin-right: auto;
        margin-left: auto
    }

    .company-info__text {
        display: inline-block;
        color: #fff;
        text-align: center
    }

    .company-info__text:first-child {
        width: 100%
    }

    .company-info__text .text-orange {
        color: #ffbd90
    }

    .company-info__text .link-about-us__value, .company-info__text .link-text, .company-info__text .our-stores__city {
        color: #fff
    }

    .company-info__text .link-about-us__value::after, .company-info__text .link-text::after, .company-info__text .our-stores__city::after {
        background-image: repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 0, transparent 2px)
    }

    .company-info__text br {
        display: inline
    }

    .company-info__text > span:first-child {
        margin-bottom: 15px
    }

    .company-info__wrapper-gps .company-info__text .link-about-us__value, .company-info__wrapper-gps .company-info__text .link-text, .company-info__wrapper-gps .company-info__text .our-stores__city {
        margin-top: 15px
    }

    .dot {
        display: none
    }

    .company-info__contacts {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px
    }

    .company-info__link-icon:not(.search-form__link-icon), .company__info__link:not(.search-form__link-icon) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        width: 50%
    }

    .company-info__link-icon:not(.search-form__link-icon) .company-info__link-svg, .company__info__link:not(.search-form__link-icon) .company-info__link-svg {
        width: 30px;
        height: 30px;
        max-height: none;
        max-width: none;
        stroke: #999;
        margin: 0
    }

    .company-info__link-icon:not(.search-form__link-icon) .company-info__link-value, .company-info__link-icon:not(.search-form__link-icon) .footer__subsribe-button, .company__info__link:not(.search-form__link-icon) .company-info__link-value, .company__info__link:not(.search-form__link-icon) .footer__subsribe-button {
        margin: 8px 0 0;
        text-align: center
    }

    .company-info__link-icon:not(.search-form__link-icon) .company-info__link-value::after, .company-info__link-icon:not(.search-form__link-icon) .footer__subsribe-button::after, .company__info__link:not(.search-form__link-icon) .company-info__link-value::after, .company__info__link:not(.search-form__link-icon) .footer__subsribe-button::after {
        display: none
    }

    .company-info__link-icon:not(.search-form__link-icon) .company-info__link-value_phone, .company__info__link:not(.search-form__link-icon) .company-info__link-value_phone {
        margin-top: 0;
        text-decoration: none;
        padding-left: 1px;
        border-bottom: none
    }
}

@media all and (max-width: 992px) and (max-width: 992px) {
    .company-info__link-icon:not(.search-form__link-icon) .company-info__link-value_mail, .company__info__link:not(.search-form__link-icon) .company-info__link-value_mail {
        font-size: 18px
    }
}

@media all and (max-width: 992px) {
    .company-info__link-icon:not(.search-form__link-icon):active .company-info__link-svg, .company-info__link-icon:not(.search-form__link-icon):hover .company-info__link-svg, .company__info__link:not(.search-form__link-icon):active .company-info__link-svg, .company__info__link:not(.search-form__link-icon):hover .company-info__link-svg {
        stroke: #f60
    }

    .company-info__link-icon:not(.search-form__link-icon):active .company-info__link-value, .company-info__link-icon:not(.search-form__link-icon):active .footer__subsribe-button, .company-info__link-icon:not(.search-form__link-icon):hover .company-info__link-value, .company-info__link-icon:not(.search-form__link-icon):hover .footer__subsribe-button, .company__info__link:not(.search-form__link-icon):active .company-info__link-value, .company__info__link:not(.search-form__link-icon):active .footer__subsribe-button, .company__info__link:not(.search-form__link-icon):hover .company-info__link-value, .company__info__link:not(.search-form__link-icon):hover .footer__subsribe-button {
        color: #f60
    }

    .company__info__link-privacy-policy {
        stroke-width: 3px;
        stroke-miterlimit: 10
    }

    .company-info__link-icon .company-info__link-svg, .company__info__link-phone .company-info__link-svg {
        width: 25px
    }

    .company-info__link-icon_mail {
        display: none !important
    }

    .company__info__link-block {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px
    }

    .company__info__link-block .company__info__link-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .company__info__link-block .company-info__link-svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 340px) {
    .company-info__contacts {
        padding: 10px 5px
    }
}

.company-info__link-label {
    color: #c4c4c4;
    font-size: 14px
}

.company-info__link-value-textp.link-about-us__value.footer__subsribe-button, .company-info__link-value-textp.our-stores__city.footer__subsribe-button, .company-info__link-value.company-info__link-value-textp.link-about-us__value, .company-info__link-value.company-info__link-value-textp.our-stores__city, .company-info__link-value.link-text.company-info__link-value-textp, .link-text.company-info__link-value-textp.footer__subsribe-button {
    margin-top: 25px
}

.company-info__contacts-header {
    margin-bottom: 18px
}

.company-info__phone.company-info__link-icon {
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

@media all and (max-width: 992px) {
    .company-info__phone.company-info__link-icon {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 245px;
        margin: 0 auto 10px;
        font-size: 20px
    }
}

.company-info__desktop-shops-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.company-info__shop-wrapper {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
    margin-right: 50px
}

.company-info__shop-text {
    margin-bottom: 13px
}

.company-info__link-label.company-info__link-text-icon.company-info-contacts-mts {
    margin-left: 12px
}

.company-info__link-label.company-info__link-text-icon.company-info-contacts-a1 {
    margin-left: 17px
}

.company-info__link-label.company-info__link-text-icon.company-info-contacts-life {
    margin-left: 12px
}

.company-info__desktop-shops-wrapper.company-info__desktop-shops-wrapper-contacts {
    display: block
}

.company-info__link-icon.company-info-contacts-icon {
    font-size: 18px
}

.company-info-shops__cities_wrap {
    max-width: 100%;
    position: relative
}

@media all and (max-width: 992px) {
    .company-info-shops__cities_wrap:after {
        content: '';
        display: block;
        width: 16px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 102, 0, 0)), color-stop(80%, #f60));
        background-image: linear-gradient(90deg, rgba(255, 102, 0, 0), #f60 80%)
    }
}

.company-info-shops__cities_wrap .animate-finger {
    margin-bottom: 0;
    top: 3px;
    display: block
}

@media all and (min-width: 993px) {
    .company-info-shops__cities_wrap .animate-finger {
        display: none
    }
}

.company-info-shops__cities_wrap .animate-finger__block {
    border-color: rgba(255, 255, 255, .13)
}

.company-info-shops__cities_wrap .animate-finger__cirle-2 {
    fill: rgba(255, 255, 255, .5)
}

.company-info-shops__cities_wrap .animate-finger__cirle-1, .page-vacancy .vacancies-block .questions-list__item:hover .questions-list__icon svg {
    fill: #fff
}

.company-info-shops__current_city {
    color: #f60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 30
}

.company-info-shops__current_city .company-info-shops__current_element {
    position: relative
}

.company-info-shops__current_city .company-info-shops__current_element:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #f60 0, #f60 1px, transparent 0, transparent 2px);
    opacity: 1;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.company-info-shops__current_city:hover .company-info-shops__current_element:after {
    opacity: 0
}

.company-info-shops__current_city .navigation__link-icon, .page-result__products .main-catalog__item__pagination:hover a .main-catalog__item__pagination-arrow svg path, .product-page__header-advantages .icon-text__icon img {
    fill: #f60
}

.company-info-shops__cities_wrap--opened .company-info-shops__current_city .navigation__link-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media all and (max-width: 992px) {
    .company-info-shops__current_city {
        display: none
    }
}

.company-info-shops__cities {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-overflow-style: none
}

.company-info-shops__cities::-webkit-scrollbar {
    display: none
}

@media all and (max-width: 992px) {
    .company-info-shops__cities {
        overflow-x: scroll
    }

    .company-info-shops__cities:before {
        content: '';
        position: relative;
        padding-left: 16px
    }

    .company-info-shops__cities:after {
        content: '';
        position: relative;
        padding-right: 16px
    }
}

.company-info-shops__cities > span {
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    white-space: nowrap;
    margin-right: 32px;
    padding-bottom: 1px
}

.company-info-shops__cities > span > * {
    border-bottom: 1px dotted;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.company-info-shops__cities > span > :hover {
    border-bottom-color: transparent
}

.company-info-shops__cities > span[data-tab-active] {
    color: #f60
}

.company-info-shops__cities > span[data-tab-active] > * {
    border-color: transparent
}

@media all and (max-width: 992px) {
    .company-info-shops__cities > span[data-tab-active] {
        color: #fff
    }
}

.company-info-shops__cities > span:last-child {
    margin-right: 0
}

@media all and (min-width: 993px) {
    .company-info-shops__cities_wrap--tooltip .company-info-shops__cities {
        display: none
    }
}

.company-info-shops__cities_wrap--opened .company-info-shops__cities {
    position: absolute;
    z-index: 20;
    top: -13px;
    left: -22px;
    padding: 44px 28px 24px 22px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 9px 40px
}

.company-info-shops__cities_wrap--opened .company-info-shops__cities > * {
    margin-right: 0
}

.company-info-shops__cities_wrap--opened .company-info-shops__cities > [data-tab-active], .product-page .icon-text__link .hover, .product-page .icon-text__link:hover .no-hover {
    display: none
}

@media all and (max-width: 992px) {
    .company-info-shops__date-time {
        display: none !important
    }

    .company-info-shop__gps {
        display: block;
        margin-bottom: 15px
    }
}

@media all and (max-width: 1260px) and (min-width: 992px) {
    .banner__slider .slick-dots {
        max-width: 900px
    }

    .company-info__mobile-hide.company-info__text {
        display: none
    }

    .company-info__mobile-show {
        display: block
    }
}

.credit-cards li {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transition: z-index 1.5s;
    transition: z-index 1.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

@media (min-width: 1112px) and (max-width: 1180px) {
    .credit-cards li {
        top: 57%
    }
}

.credit-cards li.active {
    opacity: 1;
    z-index: 20
}

.credit-cards li.previous {
    opacity: 1;
    z-index: 10
}

.credit-cards li.previous img {
    -webkit-animation: card-step-1 .5s cubic-bezier(.65, 0, .35, 1), card-step-2 .5s cubic-bezier(.65, 0, .35, 1) .5s 1 normal forwards;
    animation: card-step-1 .5s cubic-bezier(.65, 0, .35, 1), card-step-2 .5s cubic-bezier(.65, 0, .35, 1) .5s 1 normal forwards
}

.product-page .icon-text__link:hover .hover {
    display: inline-block
}

.product-page__form {
    margin: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page__form_top-delimiter {
    padding-top: 28px;
    border-top: 1px solid #c4c4c4
}

.product-page__form__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 28px;
    text-align: left
}

@media (min-width: 992px) {
    .product-page__form .contact-block {
        padding-right: 48px;
        border-right: 1px solid #c4c4c4;
        margin-right: 48px;
        min-width: 318px;
        max-width: 318px
    }
}

@media (max-width: 992px) {
    .product-page__form {
        margin: 30px 0 46px;
        display: block
    }

    .product-page__form .contact-block {
        background: #e8e8e8;
        padding: 28px 15px 30px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
        margin-bottom: 32px
    }

    .product-page__form .contact-block__title {
        margin-bottom: 16px
    }

    .product-page__form .write-us__form--inline {
        display: block
    }

    .product-page__form .form__group--28, .product-page__form .form__group--33, .product-page__form .form__group--38 {
        width: 100%
    }

    .product-page__form .form__group--28:not(:last-child), .product-page__form .form__group--33:not(:last-child), .product-page__form .form__group--38:not(:last-child) {
        margin-bottom: 23px
    }

    .product-page__form .form__add-info {
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px
    }

    .product-page__form .file.input__phone, .product-page__form .form__fieldset.file {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-page__form .file.input__phone svg, .product-page__form .form__fieldset.file svg {
        fill: #999
    }

    .product-page__form .form__wrapper {
        margin-top: 0
    }

    .product-page__form .write-us__form--inline .form__wrapper .form__fieldset--button {
        max-width: 100%
    }

    .product-page__form .write-us__form--inline .form__wrapper .form__fieldset--button .button {
        margin: 0 auto
    }
}

.page-result__products .cart-product .slick-dots li, .product-page__win-type-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-page__win-type-mobile .product-page__win-type {
    font-size: 35px;
    line-height: 35px;
    bottom: 0;
    background-size: 94px;
    background-position: right top 22px;
    padding-right: 46px;
    padding-bottom: 42px
}

.product-page__win-type-mobile .product-page__win-type::before {
    opacity: 1;
    width: 49.5px;
    height: 47.08px;
    top: 45px;
    right: 22px
}

.product-page__win-type-mobile .product-page__win-type .product-page__win-type-num {
    font-size: 150px;
    line-height: 120px
}

.product-page__win-type-mobile .product-page__win-type .product-page__win-type-text {
    width: 17px;
    height: 4px;
    left: -7px
}

.product-page__info-top, .product-page__wholesale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page__wholesale {
    margin-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-page__wholesale svg {
    margin-right: 6px
}

.product-page__info-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-page__info-top .characters__list > * > :first-child {
    border-bottom: 0
}

@media only screen and (max-width: 599px) {
    .product-page__info-top .characters__list > * > :first-child {
        border-bottom: 1px solid #e8e8e8
    }
}

.product-page__info-top .characters__list > * > * {
    border-bottom: 0
}

@media only screen and (max-width: 599px) {
    .product-page__info-top .characters__list > * > * {
        border-bottom: 1px solid #e8e8e8
    }
}

.product-page__add-link {
    margin-top: 18px;
    text-align: right
}

.product-page__add-link .link-about-us__value, .product-page__add-link .link-text, .product-page__add-link .our-stores__city {
    line-height: 1.4
}

.product-page__win-type {
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    letter-spacing: .4px;
    color: #999;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/star.svg);
    background-repeat: no-repeat;
    background-position: right top 18px;
    background-size: 160px;
    padding-right: 64px;
    padding-left: 48px;
    position: relative
}

.product-page__win-type > * {
    position: relative;
    z-index: 1
}

.product-page__win-type::before {
    content: '';
    display: block;
    background-image: url(/local/templates/kronos_new/img/tab-about-company/star-fill.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 58px;
    right: 38px;
    width: 83.06px;
    height: 79px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.product-page__win-type .product-page__win-type-num {
    display: block;
    font-size: 250px;
    line-height: 160px
}

.product-page__win-type .product-page__win-type-text {
    display: block;
    position: relative
}

.product-page__win-type .product-page__win-type-text::before {
    content: '';
    display: block;
    background: #999;
    width: 30px;
    height: 7px;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
    -webkit-transition: .4s;
    transition: .4s
}

.product-page__win-type .product-page__win-type-text::after {
    content: '';
    display: block;
    background: #f60;
    width: 0;
    height: 7px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
    -webkit-transition: .4s;
    transition: .4s
}

.product-page__win-type.active::before {
    opacity: 1
}

.product-page__win-type.active .product-page__win-type-text::before, .statistics-list > :hover .statistics-list__title span::before {
    width: 0
}

.product-page__win-type.active .product-page__win-type-text::after {
    width: 30px
}

.product-page .mobile-title-win {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .36px;
    margin-bottom: 24px
}

.product-page__header, .product-page__title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.product-page__header {
    display: block;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    overflow: hidden
}

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

.product-page__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    max-width: 770px
}

@media (min-width: 993px) and (max-width: 1280px) {
    .product-page__title {
        max-width: 640px
    }
}

.product-page__header-info {
    margin: 20px -14px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-page__header-info > * {
    margin: 9px 14px
}

.product-page__header-info svg {
    fill: #c4c4c4
}

@media (max-width: 1260px) {
    .product-page__header-info {
        margin: 20px -14px 0
    }
}

.product-page__header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 28px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-page__header-right .product-page__mobile-hide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 1260px) {
    .product-page__header-right {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product-page__status-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 28px)
}

@media (max-width: 1260px) {
    .product-page__status-wrapper {
        width: 100%
    }
}

@media (max-width: 768px) {
    .product-page__status-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin: 0;
        width: 100%;
        padding: 9px 14px
    }
}

.product-page__status-wrapper > :not(:last-child):not(.product-page__mobile-show):not(.product-page__mobile-hide) {
    margin-right: 16px;
    position: relative
}

@media (max-width: 768px) {
    .product-page__status-wrapper > :not(:last-child):not(.product-page__mobile-show):not(.product-page__mobile-hide) {
        margin-right: 10px
    }
}

.product-page__status-wrapper > :not(:last-child):not(.product-page__mobile-show):not(.product-page__mobile-hide)::after {
    top: 0;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    right: -16px;
    border-left: 1px dotted
}

@media (max-width: 768px) {
    .product-page__status-wrapper > :not(:last-child):not(.product-page__mobile-show):not(.product-page__mobile-hide)::after {
        right: -7px
    }
}

.product-page__status-wrapper > :not(:first-child) {
    margin-left: 16px
}

@media (max-width: 768px) {
    .product-page__status-wrapper > :not(:first-child) {
        margin-left: 10px
    }
}

.product-page__status-wrapper .product-page__header-advantages {
    margin-left: auto
}

.product-page__status-wrapper .product-page__header-advantages > * {
    margin: 8px 0
}

.product-page__present_number:hover .no-hover {
    display: none
}

.product-page__present_number:hover .hover {
    display: block
}

@media (max-width: 1260px) {
    .product-page__tablet-hide.product-page__header-advantages {
        display: none
    }
}

.product-page__header-advantages {
    margin: -8px 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page__header-advantages .icon-text__link {
    position: relative
}

@media (min-width: 1260px) {
    .product-page__header-advantages .icon-text__link .icon-text__icon {
        position: absolute;
        left: -30px
    }
}

.product-page__header-advantages > * {
    margin: 4px 29px 4px 0
}

@media (min-width: 1260px) {
    .product-page__header-advantages > * {
        margin: 4px 37px
    }
}

.product-page__header-advantages--show-tablet {
    display: none
}

@media (max-width: 1260px) {
    .product-page__header-advantages--show-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-page__product-gallery {
    width: calc(100% - 630px)
}

@media all and (min-width: 993px) and (max-width: 1200px) {
    .product-page__product-gallery {
        width: calc(100% - 560px - 30px)
    }
}

.product-page__gallery-frame:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-page__gallery-frame:not(.slick-initialized) .gallery-frame__item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media all and (min-width: 993px) and (max-width: 1200px) {
    .product-page .gallery-frame__item {
        height: 200px
    }
}

.product-page__product-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden
}

.product-page__guarantee {
    max-height: 275px;
    overflow: auto
}

@media all and (min-width: 993px) and (max-width: 1200px) {
    .product-page__guarantee {
        max-height: 135px
    }
}

.product-page__guarantee.product-page__guarantee--wo-timer {
    max-height: 333px
}

@media all and (min-width: 993px) and (max-width: 1200px) {
    .product-page__guarantee.product-page__guarantee--wo-timer {
        max-height: 200px
    }
}

.product-page__timer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    cursor: default
}

.product-page__timer-wrapper .timer {
    margin-left: 16px
}

.product-page__price {
    margin-top: 15px
}

@media (min-width: 769px) {
    .product-page__price--beetwen {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 24px;
        padding-right: 24px
    }
}

.product-page__timer-text {
    font-size: 16px;
    line-height: 18px;
    padding-top: 8px;
    letter-spacing: .4px
}

.product-page__add-info {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-page__add-info--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-page__add-info span {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    margin-left: 6px;
    color: rgba(0, 0, 0, .5)
}

@media (min-width: 768px) {
    .product-page__add-info span:not(:first-child) {
        margin-left: 24px
    }
}

@media (min-width: 992px) {
    .product-page__info {
        max-width: 580px;
        min-width: 580px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (min-width: 993px) and (max-width: 1200px) {
    .product-page__info {
        max-width: 560px;
        min-width: 560px
    }
}

.product-page__gallery-carousel {
    margin: 16px -10px 0
}

.product-page__gallery-carousel .video--pic {
    height: 100% !important
}

.product-page__gallery-carousel .slick-track {
    margin-left: 0
}

.product-page__gallery-count {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .4px;
    margin-top: 18px
}

.product-page__gallery-count .js-gallery-item {
    color: #f60
}

.product-page__tabs.main-tabs {
    margin: 30px 0 0
}

.product-page__questions {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    width: 100%
}

.product-page__questions > * {
    padding: 12px 16px 12px 40px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    position: relative;
    background: #e8e8e8;
    margin-bottom: 1px
}

.product-page__questions > ::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 18px;
    background: #999
}

.product-page__questions-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.product-page .product-page__share-and-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-page .product-page__share-and-all > * {
    width: 50%
}

.product-page .product-page__share-and-all button {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0
}

@media (max-width: 992px) {
    .product-page__product-view {
        display: block
    }

    .product-page__product-gallery {
        width: 100%
    }

    .product-page__info {
        padding-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .product-page__guarantee-wrapper {
        margin-top: 25px
    }
}

@media (min-width: 769px) {
    .product-page__mobile-show {
        display: none !important
    }
}

@media (max-width: 1260px) {
    .product-page__header-advantages {
        margin: 8px 15px 8px -15px
    }
}

@media (max-width: 768px) {
    .product-page__timer-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-page__timer-wrapper .timer {
        margin-left: 8px;
        margin-top: -4px
    }

    .product-page__tabs.main-tabs {
        margin-bottom: 20px;
        margin-top: 0
    }

    .product-page .product-page__share-and-all {
        margin-bottom: 46px
    }

    .product-page .product-page__mobile-margin-bottom {
        margin-bottom: 46px;
        position: relative
    }

    .product-page__mobile-hide {
        display: none !important
    }

    .product-page__title {
        display: -webkit-box;
        margin: 9px 12px 9px 0
    }
}

@media only screen and (max-width: 768px) and (max-width: 599px) {
    .product-page__title {
        text-align: center
    }
}

@media (max-width: 768px) {
    .product-page__header-info {
        margin: -9px -14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-page__header-advantages {
        margin: 10px 1px 24px
    }

    .product-page__gallery-count {
        text-align: left
    }

    .product-page__info {
        padding-top: 40px
    }

    .product-page__timer-wrapper {
        margin-top: 0;
        margin-bottom: 10px
    }

    .product-page__timer-text {
        font-size: 14px;
        line-height: 17px;
        padding-top: 0
    }

    .product-page__info .js-scroll .track {
        display: none
    }

    .product-page__guarantee-wrapper {
        margin: 25px -15px;
        max-height: 70px;
        overflow: hidden;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }

    .product-page__guarantee {
        white-space: nowrap;
        width: auto !important;
        min-width: initial !important;
        max-width: initial !important;
        overflow-y: auto !important;
        height: auto;
        padding: 14px 16px 40px !important
    }

    .product-page__guarantee > * {
        white-space: normal;
        display: inline-block
    }

    .product-page__guarantee > :not(:last-child) {
        margin-right: 24px
    }

    .product-page__guarantee .guarantee-list__item {
        white-space: nowrap
    }

    .product-page__guarantee .guarantee-list__item br {
        display: block
    }

    .product-page__add-info {
        margin: 20px -26px 0
    }

    .product-page__add-info--right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product-page__add-info > * {
        margin: 0 26px;
        position: relative
    }

    .product-page__add-info > :not(:last-child)::after {
        content: '';
        display: none;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: -26px;
        border-left: 1px dotted
    }

    .product-page__price {
        margin-top: 0
    }

    [data-tab-content] .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.mobiwin-show-flag {
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    display: none
}

@media (max-width: 768px) {
    .mobiwin-show-flag {
        display: block
    }
}

.fancybox {
    outline: 0 !important
}

@media (max-width: 768px) {
    .product-page__share-and-all > :first-child {
        width: 55%
    }

    .product-page__share-and-all > :last-child {
        width: 45%;
        text-align: right
    }
}

@media (min-width: 576px) {
    .product-page__timer-text.product-page__timer-text1 br {
        content: ""
    }

    .product-page__timer-text.product-page__timer-text1 br:after {
        content: "\00a0"
    }
}

@media (max-width: 1260px) {
    .product-page__header-advantages.product-page__tablet-hide.product-page__tablet-hide-present {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.product-page__header-advantages.product-page__tablet-hide.product-page__tablet-hide-present {
    margin: 4px -35px
}

.oznakomitelnaya {
    border: 1px solid #000;
    border-color: #e8e8e8;
    margin-top: 28px
}

@media (max-width: 599px) {
    .oznakomitelnaya {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 599px) and (max-width: 993px) {
    .oznakomitelnaya {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.oznakomitelnaya p {
    color: gray;
    text-align: center;
    padding: 10px 20px
}

@media (max-width: 599px) {
    .oznakomitelnaya p {
        padding-left: 5px;
        padding-right: 5px
    }
}

.page-service .title-line {
    margin-bottom: 36px;
    margin-top: 60px
}

@media (max-width: 768px) {
    .page-service .title-line {
        margin-bottom: 32px;
        margin-top: 34px
    }
}

.page-service .title-line.title-line--without-top {
    margin-top: 0
}

.page-service .advantages-blocks {
    margin-bottom: 26px;
    width: 100%;
    overflow: hidden
}

@media (min-width: 769px) {
    .page-service .row-text-block {
        margin-top: 8px
    }

    .page-service .information-block--service {
        margin-top: 90px
    }

    .page-service .information-block--details {
        margin-top: 64px
    }
}

.page-service .service-map-form {
    margin-bottom: 88px
}

@media (max-width: 768px) {
    .page-service__mobile-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .page-service .title-line {
        text-align: center
    }

    .page-service .feedback-form {
        background: #e8e8e8;
        width: calc(100% + 30px);
        margin: 300px -15px 48px
    }

    .page-service .feedback-form::before {
        display: block;
        bottom: inherit;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 308px;
        height: 304px
    }

    .page-service .feedback-form .input__label {
        display: none
    }

    .page-service .feedback-form .input__input {
        border-color: #c4c4c4
    }
}

.page-delivery {
    max-width: 100%;
    overflow: hidden
}

.page-delivery .title-line {
    margin-top: 56px;
    margin-bottom: 36px
}

@media (min-width: 769px) {
    .page-delivery .delivery-process {
        margin-top: 50px
    }

    .page-delivery .delivery-additional-rules {
        margin-top: 64px
    }
}

@media (max-width: 768px) {
    .page-delivery .delivery-additional-rules {
        margin-top: 44px
    }

    .page-delivery .title-line {
        margin-top: 42px;
        margin-bottom: 20px;
        text-align: center
    }
}

@media (max-width: 992px) {
    .page-delivery .delivery-countries {
        margin-bottom: 28px
    }
}

.delivery-countries {
    margin-bottom: 30px
}

.page-discount__top-text {
    margin-bottom: 60px
}

.page-discount__rules {
    padding-top: 43px;
    padding-bottom: 36px;
    background-color: #e8e8e8;
    margin-bottom: 64px
}

@media only screen and (max-width: 575px) {
    .page-discount__rules {
        margin-bottom: 0
    }
}

p.col-12.col-lg-10.text-center_text {
    width: 950px;
    margin: auto
}

@media only screen and (max-width: 575px) {
    p.col-12.col-lg-10.text-center_text {
        margin: auto;
        max-width: 335px
    }
}

.page-contacts .tab-about-company {
    padding-top: 0
}

.page-contacts .title-line {
    margin-top: 56px;
    margin-bottom: 36px
}

.page-contacts .contacts-map-block {
    margin-bottom: 56px
}

.page-contacts .contacts-map-present {
    margin-bottom: 70px
}

.page-contacts .main-category__list {
    margin-top: -28px
}

@media (max-width: 768px) {
    .page-contacts .main-category__list {
        margin-top: -18px
    }
}

.page-contacts .main-category__list {
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .page-contacts .title-line {
        margin-top: 42px;
        margin-bottom: 35px;
        text-align: center
    }

    .page-contacts .contacts-map-block {
        margin-bottom: 14px
    }
}

@media (min-width: 769px) {
    .page-contacts .contacts-blocks {
        margin-bottom: 56px
    }

    .page-contacts .blocks-columns {
        margin-bottom: 64px
    }
}

.js-galleries > :not(:first-child) {
    display: none
}

.page-vacancy {
    padding-bottom: 28px
}

.page-vacancy .js-company-history {
    margin-bottom: -18px
}

@media (max-width: 768px) {
    .page-vacancy .js-company-history {
        margin-bottom: 40px
    }
}

.page-vacancy .advantages-blocks {
    margin-bottom: 26px
}

.page-vacancy__slider {
    position: relative
}

.page-vacancy__slider::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 76px);
    background: #e8e8e8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media (max-width: 768px) {
    .page-vacancy__slider::before {
        width: 100%;
        height: calc(100% - 90px)
    }
}

.page-vacancy__slider > * {
    position: relative;
    z-index: 1
}

.page-vacancy .title-line {
    margin-bottom: 36px;
    margin-top: 60px
}

@media (max-width: 768px) {
    .page-vacancy .title-line {
        margin-bottom: 28px;
        margin-top: 34px
    }
}

.page-vacancy .title-line.title-line--without-top {
    margin-top: 0
}

@media (min-width: 769px) {
    .page-vacancy .title-line_vacancy-slider {
        margin-bottom: 50px
    }

    .page-vacancy .row-text-block {
        margin-top: 8px
    }

    .page-vacancy .vacancies-block {
        margin-bottom: 60px;
        margin-top: 30px
    }

    .page-vacancy .vacancies-text-blocks {
        margin-bottom: 20px
    }

    .page-vacancy .awards {
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .page-vacancy .title-line_vacancy-professions {
        margin-top: 42px
    }

    .page-vacancy .title-line_histories {
        margin-top: 50px
    }

    .page-vacancy .vacancies-block {
        margin-bottom: 42px;
        margin-top: 30px
    }

    .page-vacancy .vacancies-text-blocks {
        margin-bottom: 10px
    }

    .page-vacancy .awards {
        margin-bottom: 0
    }

    .page-vacancy__awards {
        margin-top: 15px
    }

    .page-vacancy .vacancies-history-block {
        padding-bottom: 28px
    }
}

.page-credit .tab-about-company {
    padding-top: 0;
    position: relative;
    max-width: 1280px;
    margin: auto
}

@media (min-width: 360px) and (max-width: 1280px) {
    .page-credit .tab-about-company {
        max-width: 100%
    }
}

.page-credit .tab-about-company .tab-about-company__credit-partners {
    margin: 0 0 50px
}

.page-credit .title-line {
    margin-top: 56px;
    margin-bottom: 36px
}

.page-credit .credit-text-block {
    margin-bottom: 20px;
    margin-top: 30px
}

@media (max-width: 768px) {
    .page-credit .credit-text-block {
        margin-bottom: 30px
    }
}

@media (min-width: 769px) {
    .page-credit__questions .questions-list__item {
        border: 1px solid #999
    }
}

.page-credit__questions .questions-list__item:hover {
    border-color: transparent
}

.page-credit__advantages-wrapper {
    background: #e8e8e8
}

@media (min-width: 769px) {
    .page-credit__advantages-wrapper {
        padding-top: 0;
        padding-bottom: 30px
    }

    .page-credit__advantages-wrapper .visual-block__icon {
        margin-bottom: 28px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-credit__advantages {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0 -30px
    }

    .page-credit__advantages > * {
        margin: 0 41px
    }

    .page-credit .main-category__list {
        margin-bottom: 50px
    }
}

@media (max-width: 768px) {
    .page-credit .title-line {
        margin-top: 48px;
        margin-bottom: 28px
    }

    .page-credit .main-category__list {
        margin-top: -18px
    }

    .page-credit__advantages-wrapper {
        padding: 26px 0
    }

    .page-credit__advantages {
        padding: 0 0 0 15px;
        margin: auto
    }

    .page-credit__advantages .visual-block__icon {
        max-width: 50px;
        max-height: 50px;
        margin-right: 15px
    }

    .page-credit__advantages .visual-block__text {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px
    }

    .page-credit__advantages > :not(:last-child) {
        margin-bottom: 26px
    }

    .page-credit .feedback-form .input__label {
        display: none
    }

    .page-credit .feedback-form .input__input:not(.input__input_error) {
        border-color: #c4c4c4
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .page-credit .page-credit__advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -20px;
        margin-bottom: -20px
    }

    .page-credit .page-credit__advantages > * {
        width: 33.3%;
        margin: 20px 0;
        padding: 0 30px
    }
}

div.credit-text-block__info_new {
    max-width: 355px;
    margin-right: 45px
}

@media (max-width: 769px) {
    div.credit-text-block__info_new {
        margin-right: 0;
        max-width: none
    }
}

.page-moto .title-line:not(.section--download-catalog__title) {
    margin-top: 64px;
    margin-bottom: 36px
}

@media (max-width: 768px) {
    .page-moto .title-line:not(.section--download-catalog__title) {
        margin-top: 42px;
        margin-bottom: 30px
    }
}

.page-moto .section--download-catalog {
    overflow: hidden
}

.page-moto .section--download-catalog::before {
    pointer-events: none
}

.page-moto .tab-description {
    padding-top: 14px;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .page-moto .tab-description .seo-element__image {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        margin-right: -15px
    }
}

.page-moto .tab-description__link {
    margin-top: 24px;
    text-align: center
}

.page-moto .tab-description__link .link-about-us__value::after, .page-moto .tab-description__link .link-text::after, .page-moto .tab-description__link .our-stores__city::after {
    left: auto;
    background: 0 0
}

.page-moto .js-products-slider {
    margin-bottom: 0
}

@media (min-width: 769px) {
    .page-moto .js-products-slider {
        padding-bottom: 130px
    }
}

.page-moto__reccomends .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .page-moto__reccomends {
        margin-bottom: 58px
    }
}

.page-moto__reccomends .cart-product::after, .page-result__products .cart-product::after {
    display: none
}

@media all and (max-width: 550px) {
    .page-moto__reccomends .cart-product__features, .page-moto__reccomends .cart-product__present {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.page-contacts__test-drive-and-gallery-section {
    margin-bottom: 68px
}

@media all and (max-width: 992px) {
    .page-contacts__test-drive-and-gallery-section {
        margin-bottom: 50px
    }
}

.page-contacts__test-drive-and-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

@media screen and (max-width: 825px) {
    .page-contacts__test-drive-and-gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-contacts__test-drive-form {
    -ms-flex-preferred-size: 58.5%;
    flex-basis: 58.5%
}

@media screen and (max-width: 825px) {
    .page-contacts__test-drive-form {
        margin-bottom: 50px
    }
}

.page-contacts__store-gallery {
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    width: 37%;
    padding: 2px 0 0
}

@media screen and (max-width: 1250px) {
    .page-contacts__store-gallery {
        padding: 2px 0 0
    }
}

@media screen and (max-width: 825px) {
    .page-contacts__store-gallery {
        width: 100%
    }
}

.page-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px
}

.page-result .pagination-2 {
    margin-top: 40px
}

@media (max-width: 768px) {
    .page-result .pagination-2 {
        margin-top: 18px
    }

    .page-result__title {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 17px
    }
}

.page-result .section-list {
    margin-top: -42px
}

.page-result .section-list:not(:last-child) {
    margin-bottom: -34px
}

@media (max-width: 768px) {
    .page-result .section-list {
        margin-bottom: -48px
    }
}

.page-result__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .page-result__products {
        margin-top: 20px
    }
}

.page-result__products > * {
    width: 33.3%;
    position: relative
}

@media (max-width: 768px) {
    .page-result__products > * {
        width: 50%
    }
}

@media (max-width: 599px) {
    .page-result__products > * {
        /*width: 100%*/
    }
}

.page-result__products .main-catalog__item__special {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #e8e8e8;
    padding: 30px 15px;
    text-align: center;
    margin-top: -1px;
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .page-result__products .main-catalog__item__special {
        display: none
    }
}

.page-result__products .main-catalog__item__pagination {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 1
}

.page-result__products .main-catalog__item__pagination a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px;
    background: #e8e8e8
}

@media (max-width: 768px) {
    .page-result__products .main-catalog__item__pagination a {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.page-result__products .main-catalog__item__pagination-arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff
}

.page-result__products .main-catalog__item__pagination:hover a .link-about-us__value, .page-result__products .main-catalog__item__pagination:hover a .link-text, .page-result__products .main-catalog__item__pagination:hover a .our-stores__city {
    border-color: transparent;
    color: #f60
}

.page-result__products .main-catalog__item__pagination:hover a .main-catalog__item__pagination-arrow {
    background: 0 0;
    border-color: #f60
}

.page-result__products .cart-product .slick-dots, .page-result__products .cart-product .slick-dots li button, .page-result__products .main-catalog__item__pagination a, .page-result__products .main-catalog__item__pagination-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-result__products .cart-product .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.page-result__products .cart-product .slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    border: 1px solid #f60;
    border-radius: 50%
}

.page-result__products .cart-product .slick-dots li.slick-active button::before {
    width: 7px;
    height: 7px;
    border-color: #f60;
    background: #f60
}

.page-result__products .cart-product .slick-dots li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.page-result__products .cart-product .slick-dots li button::before {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #999;
    border-radius: 50%;
    position: relative
}

@media (min-width: 769px) {
    .page-result__products .cart-product {
        border-bottom: 1px solid #c4c4c4
    }
}

@media (max-width: 768px) {
    .page-result__products .cart-product {
        border-bottom: 0;
        padding: 10px 5px 10px
    }

    .page-result__products .cart-product .cart-product__features {
        display: none
    }

    .page-result__products .cart-product .cart-product__title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .4px;
        overflow: hidden;
        text-align: center
    }

    .page-result__products .cart-product .cart-product__title a {
        display: inline;
        border-bottom: 1px dotted
    }

    .page-result__products .cart-product .cart-product__availability {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page-result__products .cart-product .cart-product__cost-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 42px
    }

    .page-result__products .cart-product .cart-product__cost-block .cart-product__cost, .page-result__products .cart-product .cart-product__cost-block .cart-product__cost-old {
        margin-bottom: 0
    }

    .page-result__products .cart-product .cart-product__footer {
        margin-top: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-result__products .cart-product .cart-product__counter {
        margin-top: 4px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.page-result__title-desc {
    margin-top: -28px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px
}

@media (max-width: 768px) {
    .page-result__title-desc {
        margin-top: -23px;
        margin-bottom: 68px
    }

    .page-result__title-desc .contact-block__phone {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-result__title-desc .contact-block {
    display: block
}

.page-result__title-desc .contact-block__phone {
    margin-right: 4px
}

.page-result__title-desc .contact-block__phone::before {
    vertical-align: middle;
    width: 14px;
    height: 14px
}

.page-result__categories-clear a:hover, .page-result__title-desc .contact-block__phone a {
    border-color: transparent
}

@media (min-width: 769px) {
    .page-result__title-desc > * {
        width: calc(50% - 16px)
    }
}

@media (max-width: 768px) {
    .page-result__title-desc {
        display: block;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px
    }

    .page-result__title-desc > :not(:first-child) {
        margin-top: 16px
    }
}

.page-result__seo {
    margin-top: -40px
}

@media (max-width: 768px) {
    .page-result__seo {
        margin-top: -18px
    }
}

.page-result__reviews {
    margin-top: 25px
}

.page-result__reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.page-result__reviews__title a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    display: inline-block;
    border-bottom: 1px dotted
}

.page-result__reviews__title svg {
    margin-left: 8px;
    margin-top: 6px
}

.page-result__reviews .tab-reviews__video-slider-info {
    padding-bottom: 0;
    border-bottom: 0
}

@media (max-width: 768px) {
    .page-result .tab-description {
        padding-top: 0
    }

    .page-result .tab-description .tab-description__link {
        margin-top: 20px
    }
}

.page-result .write-us {
    margin-top: 60px
}

.page-result .write-us .main-reviews__sub-title.write-us__title {
    margin-bottom: 42px
}

@media (min-width: 769px) {
    .page-result .write-us .write-us__form .form__group--33:not(:last-child) {
        width: calc(33% - 32px)
    }

    .page-result .write-us .write-us__form .form__group--33:last-child {
        width: 34%
    }

    .page-result .write-us .write-us__form .form__group--26 {
        width: calc(26% - 32px)
    }

    .page-result .write-us .write-us__form .form__group--36 {
        width: calc(36% - 32px)
    }
}

.page-result .delivery-process {
    margin-top: 0
}

@media (max-width: 768px) {
    .page-result .delivery-process {
        margin-top: -10px
    }
}

.page-result .title-line {
    margin: 56px 0 60px
}

@media (max-width: 768px) {
    .page-result .title-line {
        margin: 50px 0 38px
    }
}

.page-result__text {
    display: block;
    width: 100%
}

.page-result__add-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px
}

@media (min-width: 769px) {
    .page-result__add-block > * {
        width: calc(50% - 24px)
    }
}

@media (max-width: 768px) {
    .page-result__add-block {
        margin-top: 48px
    }

    .page-result__add-block .faq__wrapper {
        max-width: initial !important;
        min-width: initial !important;
        height: auto
    }

    .page-result__add-block .faq__wrapper .accordion__button-icon {
        display: none
    }

    .page-result__add-block .faq__wrapper .accordion__item {
        position: relative
    }

    .page-result__add-block .faq__wrapper .accordion__item::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 14px;
        left: 14px;
        background: #999;
        border-radius: 50%;
        z-index: 1
    }
}

@media (min-width: 769px) {
    .page-result__search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -24px 30px
    }
    .page-result__search-form.grey_bg {
        padding: 24px 0 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px;
        background: #e8e8e8;

    }
    /*.page-result__search-form.grey_bg > * {*/
    /*    margin: 0 8px*/
    /*}*/
    .page-result__search-form.grey_bg .form__label-title{
        background: linear-gradient(to bottom, #e8e8e8 56%, white 44%);
    }

    .page-result__search-form > * {
        margin: 0 24px
    }
}

.page-result__search-form__form-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-result__search-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}
.grey_bg .page-result__search-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.page-result__search-form__form > * {
    margin: 0 12px;
}
.grey_bg .page-result__search-form__form > * {
    margin: 0 8px 0 0;
}

.page-result__search-form__form .form__fieldset, .page-result__search-form__form .input__phone {
    margin-bottom: 0 !important
}

@media (max-width: 768px) {
    .page-result__search-form__add {
        margin-top: 26px;
        text-align: center
    }

    .page-result__search-form__add .icon-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-result__search-form__add .icon-text svg, .page-result__search-form__add .icon-text svg path {
        fill: #f60
    }
}

.page-result__search-form input::-moz-placeholder {
    color: transparent
}

.page-result__search-form input::-webkit-input-placeholder {
    color: transparent
}

.page-result__search-form input:-ms-input-placeholder, .page-result__search-form input::-ms-input-placeholder {
    color: transparent
}

.page-result__search-form input::placeholder {
    color: transparent
}

@media (max-width: 768px) {
    .page-result__search-form input {
        width: 100%;
        height: 35px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        margin: 0;
        padding: 4px 38px;
        border: 1px solid #c4c4c4;
        border-radius: 3px;
        -webkit-transition: .4s;
        transition: .4s;
        background: url(/local/templates/kronos_new/img/svg-sprite/search-gray.svg) no-repeat left 10px center;
        background-size: 16px
    }

    .page-result__search-form input:-ms-input-placeholder {
        color: #999
    }

    .page-result__search-form input::-webkit-input-placeholder {
        color: #999
    }

    .page-result__search-form input::-moz-placeholder {
        color: #999
    }

    .page-result__search-form input::-ms-input-placeholder {
        color: #999
    }

    .page-result__search-form input::placeholder {
        color: #999
    }
}

.page-result__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

.page-result__filters {
    max-width: 286px;
    min-width: 286px;
    margin-right: 64px
}

@media (max-width: 992px) {
    .page-result__filters {
        display: none
    }
}

.page-result__content {
    width: calc(100% - 350px)
}

@media (max-width: 992px) {
    .page-result__content {
        width: 100%
    }
}

@media (max-width: 768px) {
    .page-result__content .seo-element__image {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
}

.page-result__contact-block {
    background: #e8e8e8;
    padding: 20px 20px 26px;
    text-align: center
}

.page-result__contact-block:not(:first-child) {
    margin-top: 52px
}

.page-result__contact-block:not(:last-child) {
    margin-bottom: 52px
}

.page-result__contact-block .contact-block__phone {
    font-size: 18px;
    line-height: 22px
}

.page-result__category:not(:first-child) {
    margin-top: 16px
}

.page-result__category-num {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .4px;
    color: #999;
    margin-left: 2px;
    position: relative;
    top: -2px
}

.page-result__category .form__checkbox-label {
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-result__category .form__checkbox {
    margin-top: 2px
}

.page-result__category .form__checkbox-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.control__input:checked + .control__container .control__checkbox + .control__value, .control__input:checked + .control__container .control__radio + .control__value, .page-result__category .form__checkbox-label input:checked ~ .form__checkbox-title {
    color: #f60
}

.page-result__categories-clear {
    margin-top: 20px
}

.page-result__categories-clear a {
    color: #f60;
    border-color: #999
}

@media (max-width: 768px) {
    .page-result__mobile-contact-title {
        display: block;
        margin-top: 26px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: .36px;
        margin-bottom: 14px
    }
}

@media (max-width: 770px) {
    .page-result__search-form__add.page-result__search-form__add_first {
        display: none
    }
}

@media (min-width: 770px) {
    .page-result__search-form__add.page-result__search-form__add_second {
        display: none
    }
}

.page-cart {
    margin-bottom: 64px
}

.page-cart--complete .cart-item__price > * {
    display: block;
    text-align: left
}

.page-cart--complete .cart-item__old-price {
    margin-bottom: 4px
}

.page-cart--complete .cart-item__old-price:not(:last-child) {
    margin-right: 0
}

.page-cart--complete .page-cart__info .page-cart__title {
    margin-bottom: 43px
}

.page-cart--complete .page-cart__list-wrapper {
    max-height: 410px
}

.page-cart__title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

.page-cart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px
}

.page-cart__content > * {
    margin: 0 16px
}

.page-cart__info {
    min-width: 314px;
    max-width: 314px
}

.page-cart__info p:not(:last-child), .tab-about-company__resale__text ul:not(:last-child) {
    margin-bottom: 24px
}

.page-cart__info .page-cart__title {
    margin-bottom: 30px
}

.page-cart__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-cart__list .js-scroll {
    margin: -12px 0 0 -12px
}

.page-cart__list-wrapper {
    max-height: 270px;
    overflow: auto;
    padding: 12px 24px 12px 12px;
    margin-right: -100px !important
}

.page-cart__list-scroll {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0
}

.page-cart__list-scroll > * {
    display: table-row
}

.page-cart__list-scroll > * > * {
    display: table-cell;
    vertical-align: middle;
    padding: 20px
}

.page-cart__list-scroll > :not(:first-child) > * {
    border-top: 1px solid #c4c4c4
}

.page-cart__list-scroll > :not(:first-child) {
    margin-top: -1px
}

.page-cart__actions {
    margin-top: 30px;
    background: #e8e8e8;
    padding: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px
}

.page-complete {
    margin-bottom: 60px
}

.page-complete .title-line {
    margin-bottom: 36px
}

@media (min-width: 992px) {
    .reviews-page {
        margin-top: -40px
    }

    .page-faq__forms {
        margin: 0 -22px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 992px) {
    .page-faq__forms {
        margin: 48px 0 36px
    }
}

.page-faq__form {
    position: relative
}

@media (min-width: 992px) {
    .page-faq__form {
        padding: 0 40px;
        width: 33%
    }

    .page-faq__form + .page-faq__form {
        border-left: 1px solid #e8e8e8
    }
}

@media (max-width: 992px) {
    .page-faq__form {
        text-align: center
    }

    .page-faq__form:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid #dcdcdc;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 28px
    }

    .page-faq__form .file.input__phone, .page-faq__form .form__fieldset.file {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-faq__form .file.input__phone .file__icon, .page-faq__form .form__fieldset.file .file__icon {
        fill: #999
    }

    .page-faq__form .form__fieldset--button {
        margin-top: 24px
    }

    .page-faq__form .form__fieldset--button .button {
        margin: 0 auto
    }
}

.page-faq__form__title {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

@media (max-width: 992px) {
    .page-faq__form__title {
        margin-bottom: 34px;
        text-align: center
    }
}

.page-faq__form__desc {
    margin-top: -8px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    margin-bottom: 44px
}

.page-faq__form .form__add-info {
    padding-left: 0;
    margin-bottom: 14px;
    margin-top: -2px
}

.page-faq__form .half-blocks__form .form-group {
    width: 100%;
    margin: 0
}

.page-faq__form .half-blocks__form .form-group.half-blocks__desc {
    margin-bottom: 38px
}

.page-faq__form .half-blocks__form .form__fieldset, .page-faq__form .half-blocks__form .input__phone {
    margin-bottom: 23px
}

@media (max-width: 992px) {
    .page-faq__form .half-blocks__form .form__fieldset, .page-faq__form .half-blocks__form .input__phone {
        margin-bottom: 30px
    }
}

.page-faq__form .half-blocks__form .input__input_textarea {
    min-height: 92px
}

.page-faq__form .half-blocks__form .form__fieldset--button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0
}

.page-faq__form .half-blocks__form .form-errors {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none
}

@media (max-width: 768px) {
    .page-faq .tab-questions__questions-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        background: 0 0
    }
}

@media only screen and (max-width: 599px) {
    .page-faq__form.page-faq__form-onas {
        display: none
    }
}

.page-video {
    padding-bottom: 0
}

.page-video .video__title-desc {
    margin-top: -3px;
    letter-spacing: .48px;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    line-height: 14px;
    display: block
}

.page-video .title-line {
    margin-bottom: 36px
}

@media (max-width: 768px) {
    .page-video .title-line {
        margin-bottom: 28px
    }
}

.page-video .title-line:not(:first-child) {
    margin-top: 60px
}

@media (max-width: 768px) {
    .page-video .title-line:not(:first-child) {
        margin-top: 40px
    }
}

.page-video .video--full::before {
    opacity: 1 !important;
    background: #e8e8e8
}

.page-video .video__full svg {
    width: 40px;
    height: 40px;
    margin-bottom: 13px
}

.page-video .video__full span {
    font-size: 16px;
    line-height: 19px
}

@media (min-width: 769px) {
    .page-video .video-wrapper .video__time {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: .48px
    }

    .page-video .video-wrapper .video__link {
        margin-right: 16px
    }
}

@media (min-width: 992px) {
    .page-video .section--download-catalog {
        margin-top: 60px
    }
}

.video__link-dotted > span > span {
    display: inline;
    border-bottom: 1px dotted
}

@media (max-width: 768px) {
    .page-about-company .tab-about-company__description-block .statistics-list {
        color: #f60
    }

    .page-about-company .tab-about-company__delivery__stats .tab-about-company__delivery__stats-icon {
        stroke: #f60
    }

    .franchise-page {
        margin-top: 20px
    }
}

.franchise-page__big-title {
    background: #f60 url(/local/templates/kronos_new/img/franchise-2.png) no-repeat center;
    margin-bottom: 30px;
    background-size: cover;
    color: #fff;
    width: 100%;
    overflow: hidden
}

@media (min-width: 769px) {
    .franchise-page__big-title {
        margin-bottom: 62px
    }
}

@media (max-width: 768px) {
    .franchise-page__big-title {
        background: #f60 url(/local/templates/kronos_new/img/franchise-bg-mobile.jpg) no-repeat center -150px
    }
}

.franchise-page__big-title__container {
    position: relative;
    padding-top: 36px;
    padding-bottom: 96px
}

@media (max-width: 768px) {
    .franchise-page__big-title__container {
        padding-top: 20px;
        padding-bottom: 12px;
        text-align: center
    }
}

.franchise-page__big-title__container::before {
    content: '';
    display: block;
    width: 501px;
    height: 369px;
    position: absolute;
    bottom: 0;
    right: -20px;
    background: url(/local/templates/kronos_new/img/fra/big-title.png) no-repeat center;
    background-size: contain;
    z-index: 1
}

@media (max-width: 1260px) {
    .franchise-page__big-title__container::before {
        width: 40vw;
        height: 30vw
    }
}

@media (max-width: 768px) {
    .franchise-page__big-title__container::before {
        bottom: initial;
        top: 42px;
        right: 0;
        width: 242px;
        height: 180px
    }
}

.franchise-page__big-title__title {
    position: relative;
    z-index: 0;
    font-weight: 900;
    font-size: 190px;
    line-height: 228px;
    letter-spacing: .004em;
    text-transform: uppercase;
    margin-bottom: 17px
}

@media (max-width: 1260px) {
    .franchise-page__big-title__title {
        font-size: 15vw;
        line-height: 18vw;
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .franchise-page__big-title__title {
        font-weight: 900;
        font-size: 46px;
        line-height: 55px;
        margin-bottom: 155px
    }
}

.franchise-page__big-title__desc {
    position: relative;
    z-index: 2;
    font-size: 28px;
    line-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .32px
}

@media (min-width: 1150px) {
    .franchise-page__big-title__desc {
        max-width: calc(100% - 400px)
    }
}

@media (min-width: 769px) and (max-width: 1150px) {
    .franchise-page__big-title__desc {
        max-width: calc(100% - 350px)
    }
}

@media (max-width: 768px) {
    .franchise-page__big-title__desc {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: .32px;
        padding: 0 10px;
        width: 330px;
        margin: auto
    }

    .franchise-page__big-title__desc br {
        display: none
    }
}

.franchise-page__header {
    background: #e8e8e8;
    padding-top: 35px;
    padding-bottom: 100px;
    background: #e8e8e8 url(/local/templates/kronos_new/img/fra/header.png) no-repeat top 80px left calc((100vw - 1000px) / 2 + 350px);
    background-size: 1330px
}

@media (max-width: 1150px) and (min-width: 769px) {
    .franchise-page__header {
        background: #e8e8e8 url(/local/templates/kronos_new/img/fra/header.png) no-repeat top 80px left calc((100vw - 1000px) / 2 + 550px);
        background-size: 1330px
    }
}

@media (max-width: 768px) {
    .franchise-page__header {
        padding-top: 20px;
        padding-bottom: 283px;
        background-size: 672px;
        background-position: bottom 50px left
    }
}

@media only screen and (max-width: 768px) and (max-width: 599px) {
    .franchise-page__header {
        padding-bottom: 240px
    }
}

.franchise-page__header-container {
    max-width: 550px;
    padding-left: 40px
}

@media (max-width: 768px) {
    .franchise-page__header-container {
        padding-left: 26px
    }
}

.franchise-page__header-list {
    font-size: 18px;
    line-height: 43px;
    letter-spacing: .32px;
    list-style: none;
    margin-left: 0;
    font-weight: 100;
    margin-bottom: 20px;
    padding-left: 0
}

@media (max-width: 768px) {
    .franchise-page__header-list {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .32px
    }
}

.franchise-page__header-list > * {
    position: relative
}

.franchise-page__header-list > ::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: -32px;
    border-radius: 50%;
    background: #000
}

@media (max-width: 768px) {
    .franchise-page__header-list > ::before {
        left: -14px;
        width: 6px;
        height: 6px;
        top: 13px
    }
}

.franchise-page__header-list > :not(:first-child) {
    margin-top: 10px
}

.franchise-page__header-text {
    font-size: 36px;
    line-height: 19px;
    letter-spacing: .32px;
    font-weight: 100
}

@media (max-width: 768px) {
    .franchise-page__header-text {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .32px
    }
}

.franchise-page__categories {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .franchise-page__categories {
        margin-bottom: 30px
    }
}

.franchise-page__categories .main-category__title {
    padding-bottom: 26px
}

@media (max-width: 768px) {
    .franchise-page__categories .main-category__title {
        margin-bottom: 6px
    }
}

.franchise-page__categories .main-category__sub-title {
    margin-top: -26px;
    padding-top: 8px
}

.franchise-page__categories .form__checkbox-label input:focus ~ .form__checkbox::after {
    outline: 0 !important
}

.franchise-page__categories .form__checkbox-label, .franchise-page__categories-action {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media (max-width: 768px) {
    .franchise-page__categories .form__checkbox-label {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px
    }
}

.franchise-page__categories .form__checkbox-label .form__checkbox {
    margin-right: 0
}

.franchise-page__categories .title-line {
    margin-bottom: 60px
}

.franchise-page__categories-action {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .franchise-page__categories-action {
        margin-top: 0
    }
}

.franchise-page__categories-action .button.disabled {
    cursor: default;
    background: #fff;
    border-color: #999;
    color: #000
}

.franchise-page__categories-action .button.disabled:hover {
    background: #f60;
    border-color: #f60;
    color: #fff
}

.franchise-page__slider {
    position: relative
}

@media (max-width: 768px) {
    .franchise-page__slider .mobile-slider {
        position: relative;
        padding-bottom: 20px
    }

    .franchise-page__slider .mobile-slider::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% - 104px);
        background: #e8e8e8;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0
    }

    .franchise-page__slider .mobile-slider > * {
        position: relative;
        z-index: 1
    }
}

@media (min-width: 769px) {
    .franchise-page__slider::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% - 60px);
        background: #e8e8e8;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0
    }

    .franchise-page__slider .vacancies-advantages-slider__num {
        padding-top: 50px
    }
}

.franchise-page__slider .title-line {
    margin-bottom: 34px
}

.franchise-page__text-block {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 86px
}

.franchise-page__text-block .title-line {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .franchise-page__text-block .title-line {
        margin-bottom: 30px
    }

    .franchise-page__text-block {
        background: #e8e8e8;
        padding-top: 30px;
        padding-bottom: 34px;
        margin-bottom: 44px
    }

    .franchise-page__text-block .row-text-block > :not(:last-child) {
        margin-bottom: 20px
    }
}

.franchise-page__stepper {
    margin-bottom: 64px
}

@media (max-width: 768px) {
    .franchise-page__stepper {
        margin-bottom: 30px
    }
}

.franchise-page__stepper .title-line {
    margin-bottom: 70px
}

@media (max-width: 768px) {
    .franchise-page__stepper .title-line {
        margin-bottom: 20px
    }

    .franchise-page__stepper .visual-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.breadcrumbs a:hover, .catalog-category__heading a:hover, .franchise-page__stepper .visual-block:hover .visual-block__title {
    color: #f60
}

.franchise-page__stepper .visual-block__title {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .franchise-page__stepper .visual-block__title {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .36px
    }
}

.franchise-page__stepper .visual-block__text {
    max-width: 300px;
    margin: 0 auto
}

@media (min-width: 769px) {
    .franchise-page__config {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .franchise-page__config, .franchise-page__config > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .franchise-page__config > * > * {
        max-width: 604px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 40px 30px
    }

    .franchise-page__config > :first-child {
        width: calc(50% - 14px + 62px);
        background: #e8e8e8;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .franchise-page__config > :first-child > * {
        padding-left: 15px;
        margin-right: 45px
    }

    .franchise-page__config > :last-child {
        width: calc(50% - 14px - 62px);
        color: #fff;
        background: #f60
    }

    .franchise-page__config > :last-child > * {
        padding-right: 15px
    }
}

@media (max-width: 768px) {
    .franchise-page__config > :first-child {
        background: #e8e8e8;
        padding-top: 26px;
        padding-bottom: 28px
    }

    .franchise-page__config > :last-child {
        margin-top: 26px;
        background: #f60;
        padding: 26px 15px 20px;
        color: #fff;
        text-align: center
    }
}

.franchise-page__config-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .franchise-page__config-title {
        margin-bottom: 18px;
        text-align: center
    }
}

.franchise-page__config-list {
    padding-left: 15px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    list-style: unset
}

@media (max-width: 768px) {
    .franchise-page__config-list {
        list-style: none;
        padding-left: 0
    }

    .franchise-page__config-list br {
        display: none
    }
}

.franchise-page__config-list > :not(:last-child) {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .franchise-page__config-list > :not(:last-child) {
        margin-bottom: 20px
    }

    .franchise-page__config-list > :not(:last-child)::after {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background: #fff;
        margin: 26px auto 0
    }
}

.franchise-page__config-action {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .franchise-page__config .statistics-list__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 769px) {
    .franchise-page__config .mobile-statistics-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        overflow: visible;
        height: auto
    }

    .franchise-page__config .mobile-statistics-scroll .statistics-list > :not(:last-child) > * {
        padding-right: 0
    }

    .franchise-page__config .mobile-statistics-scroll > * {
        width: calc(100% + 42px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: -66px -22px 0
    }

    .franchise-page__config .mobile-statistics-scroll > * > * {
        display: block;
        width: auto;
        margin: 66px 22px 0;
        min-width: 124px;
        max-width: 168px
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .franchise-page__config .mobile-statistics-scroll > * > * {
        width: calc(50% - 44px);
        max-width: none;
        min-width: auto
    }
}

@media only screen and (max-width: 599px) {
    .franchise-page__config-action {
        margin-top: 20px
    }

    ul.franchise-page__config-list {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    div.franchise-page__slider {
        background-color: #e8e8e8
    }

    div.title-line.title-line--light.title-line_vacancy-slider {
        padding-top: 30px
    }
}

@media only screen and (max-width: 768px) {
    .button.button--theme.button_franshize, .franchise-page__categories-action .button.disabled {
        width: 95%
    }
}

@media (max-width: 1200px) {
    .franchise-page__slider .vacancies-advantages-slider__num {
        display: none
    }
}

.franchise-page__header.franchise-page__header-serv {
    padding-top: 50px;
    background: #e8e8e8;
    margin-top: -92px;
    padding-bottom: 10px
}

@media all and (max-width: 575px) {
    .franchise-page__header.franchise-page__header-serv {
        margin-top: 0
    }
}

.franchise-page__header.franchise-page__header-serv.franchise-page__header-padding {
    margin-top: 0
}

.page {
    width: 100%;
    /*padding-top: 20px;*/
    padding-top: 25px;
    background: #fff
}

.page__header {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    /*margin-top: 23px*/
    margin-top: 25px
}

@media (min-width: 768px) {
    .page__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page__heading {
    padding: 0;
    margin: 0 0 23px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .36px
}

.page__aside {
    position: relative;
    width: 350px;
    margin-bottom: 60px
}

.page__aside + .page__content {
    width: calc(100% - 355px)
}

.page__sidebar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-right: 64px
}

.page__content {
    width: 100%
}

.page__section {
    position: relative;
    width: 100%
}

.page__section:not(:last-child) {
    margin-bottom: 45px
}

.page .social {
    margin-left: 45px;
    max-width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    right: -23px;
    z-index: 10
}

@media (min-width: 826px) and (max-width: 1110px) {
    .page .social {
        position: inherit
    }
}

.page .social__item {
    margin-right: 16px
}

.page .social__item:last-child {
    margin-right: 0
}

.page .social__icon {
    fill: #dcdcdc
}

@media only screen and (max-width: 991px) {
    .page__aside {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page__aside + .page__content {
        width: 100%
    }

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

    .page__heading {
        margin-bottom: 17px;
        text-align: center
    }

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

    .page__content .page__heading {
        font-size: 22px;
        line-height: 26px;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .page__section--no-tablet {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .page__header {
        margin-bottom: 25px;
        height: 24px;
        overflow: hidden
    }

    .page .social {
        display: none
    }
}

.page.page--without-banner {
    margin-top: 0;
    padding-top: 0
}

.page:not(.product-page) .container {
    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
}

.header-unfixed .page-delivery {
    padding-top: 76px
}

@media (max-width: 992px) {
    .header-unfixed .page-delivery {
        padding-top: 20px
    }
}

.page__mobile-show {
    display: block
}

@media (min-width: 769px) {
    .page__mobile-show {
        display: none !important
    }
}

@media (max-width: 768px) {
    .page__mobile-hide {
        display: none !important
    }
}

@media all and (max-width: 992px) {
    .page.page--without-banner {
        margin-top: 4px
    }
}

.page-categories__main {
    margin-bottom: 30px
}

@media screen and (max-width: 600px) {
    .page-categories__main {
        margin: 20px 0 0
    }
}

.page.product-page {
    padding-top: 0px
}

@media all and (max-width: 575px) {
    .page.product-page {
        padding-top: 0
    }
}

.breadcrumbs {
    position: relative;
    font-size: 0;
    width: 100%;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        max-width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 0 15px;
        overflow-x: auto;
        overflow-y: hidden
    }
}

.breadcrumbs:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    right: 0;
    top: 0;
    z-index: 10
}

@media only screen and (max-width: 767px) {
    .breadcrumbs:after {
        display: none
    }
}

.breadcrumbs::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.breadcrumbs--one {
    margin-left: 0
}

.breadcrumbs__element {
    position: relative;
    display: block;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%)
}

.breadcrumbs__element-wrapper {
    overflow: hidden;
    display: inline-block
}

.breadcrumbs__element-wrapper .breadcrumbs__element.breadcrumbs--animate {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.breadcrumbs__element-wrapper:not(:last-child) .breadcrumbs__element {
    margin-right: 33px
}

.breadcrumbs__element-wrapper:not(:last-child) .breadcrumbs__element::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -22px;
    display: block;
    width: 13px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjI5OCAzLjgzMzVMOC41OTMgNy41Mzg1TDguMTk2NSA3LjEyOUM4LjEwOTgzIDcuMDQyMzMgOC4wNzUxNyA2Ljk1NTY3IDguMDkyNSA2Ljg2OUM4LjExNDE3IDYuNzgyMzMgOC4xNjE4MyA2LjcgOC4yMzU1IDYuNjIyTDEwLjEwMSA0Ljc2OTVDMTAuMjA1IDQuNjY1NSAxMC4zMDI1IDQuNTcyMzMgMTAuMzkzNSA0LjQ5QzEwLjQ4NDUgNC40MDc2NyAxMC41NzMzIDQuMzMxODMgMTAuNjYgNC4yNjI1QzEwLjQ0MzMgNC4yOTI4MyAxMC4yMTM3IDQuMzE2NjcgOS45NzEgNC4zMzRDOS43MzI2NyA0LjM1MTMzIDkuNDg1NjcgNC4zNiA5LjIzIDQuMzZIMC43NjdWMy4zMDA1SDkuMjNDOS40ODU2NyAzLjMwMDUgOS43MzQ4MyAzLjMwOTE3IDkuOTc3NSAzLjMyNjVDMTAuMjIwMiAzLjM0MzgzIDEwLjQ0OTggMy4zNjc2NyAxMC42NjY1IDMuMzk4QzEwLjU3OTggMy4zMjg2NyAxMC40ODg4IDMuMjUyODMgMTAuMzkzNSAzLjE3MDVDMTAuMzAyNSAzLjA4ODE3IDEwLjIwNSAyLjk5NSAxMC4xMDEgMi44OTFMOC4yMjI1IDEuMDI1NUM4LjE0NDUgMC45NDc0OTkgOC4wOTY4MyAwLjg2NTE2NiA4LjA3OTUgMC43Nzg1QzguMDYyMTcgMC42OTE4MzMgOC4wOTQ2NyAwLjYwNTE2NiA4LjE3NyAwLjUxODVMOC41OCAwLjEwMjVMMTIuMjk4IDMuODMzNVoiIGZpbGw9IiM5OTk5OTkiLz48L3N2Zz4=) 0 0 no-repeat;
    background-size: cover
}

.breadcrumbs__link {
    display: block;
    height: auto;
    text-decoration: none;
    color: #999;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px
}

.breadcrumbs a {
    color: #000
}

@media only screen and (max-width: 575px) {
    .breadcrumbs::-webkit-scrollbar {
        display: none;
        background: 0 0
    }
}

.catalog-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 64px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -32px;
    margin-right: -32px;
    padding-bottom: 60px
}

.catalog-categories__element {
    width: calc(25% - 64px);
    max-width: 240px;
    margin-top: 40px;
    margin-left: 32px;
    margin-right: 32px
}

.catalog-category {
    width: 100%
}

.catalog-category__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 160px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0
}

.catalog-category__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.catalog-category__details {
    width: 100%;
    padding-top: 20px;
    padding-left: 45px
}

.catalog-category__heading {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px;
    text-transform: uppercase
}

.catalog-category__heading a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

.catalog-category__type {
    display: block;
    margin: 4px 0 0;
    color: #f60;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    text-transform: none
}

.catalog-category__list {
    width: 100%;
    margin-top: 15px
}

.catalog-category__list-element {
    width: 100%
}

.catalog-category__list-element:not(:last-child) {
    margin-bottom: 12px
}

.catalog-category__list-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    color: #000;
    text-decoration: none
}

.catalog-category__list-link span {
    border-bottom: 1px dotted #999;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.catalog-category__list-link::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -12px;
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.catalog-category__list-link:hover {
    color: #f60;
    text-decoration: none
}

.catalog-category__list-link:hover span, .catalog-filter__control.active span, .catalog-filter__control:hover span {
    border-bottom-color: transparent
}

.catalog-category__list-link:hover::before, .kinda-select__button.active .kinda-select__button-icon::after {
    background: #f60
}

.catalog-filter {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.catalog-filter.loader_wrapper_active .kinda-select .kinda-select__dropdown {
    pointer-events: none
}

.catalog-filter__heading {
    display: none;
    margin-bottom: 5px;
    color: #f60;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

.catalog-filter__controls {
    display: none;
    width: 100%;
    margin-bottom: 28px;
    font-size: 0
}

.catalog-filter__control {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - .5px);
    height: 42px;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    background: #eee;
    border: 0;
    outline: 0 !important;
    border-radius: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.catalog-filter__control:nth-child(even) {
    margin-left: 1px
}

.catalog-filter__control span {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.catalog-filter__control .i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    stroke: #999;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.catalog-filter__control .i._filter {
    width: 23px;
    height: 20px
}

.catalog-filter__control .i._share {
    width: 17px;
    height: 20px
}

.catalog-filter__control.active, .catalog-filter__control:hover {
    color: #fff;
    background: #f60
}

.catalog-filter__control.active .i, .catalog-filter__control:hover .i {
    stroke: #fff
}

.catalog-filter__wrapper {
    width: 100%;
    position: relative;
    z-index: 3
}

.catalog-filter__row {
    width: 100%;
    font-size: 0;
    background-color: #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.catalog-filter__element {
    width: auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.catalog-filter__header {
    display: none
}

.catalog-filter__body {
    display: block;
    width: 100%
}

.catalog-filter__footer {
    display: none
}

.catalog-filter__props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px
}

.catalog-filter__props-array {
    width: calc(100% - 178px);
    padding-right: 10px;
    font-size: 0
}

.catalog-filter__props-control {
    width: 178px
}

.catalog-filter__props-control .button {
    width: 100%
}

.catalog-filter__prop {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 22px 5px 10px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    background: 0 0;
    color: #f60;
    border: 0;
    outline: 0 !important
}

.catalog-filter__prop::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 7px;
    height: 7px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTcgMzU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNsb3NlIj48cG9seWdvbiBwb2ludHM9IjM1NywzNS43IDMyMS4zLDAgMTc4LjUsMTQyLjggMzUuNywwIDAsMzUuNyAxNDIuOCwxNzguNSAwLDMyMS4zIDM1LjcsMzU3IDE3OC41LDIxNC4yIDMyMS4zLDM1NyAzNTcsMzIxLjMgMjE0LjIsMTc4LjUgIiBmaWxsPSIjOTk5OTk5Ii8+PC9nPjwvZz48L3N2Zz4=) 0 0 no-repeat;
    background-size: cover;
    z-index: 1
}

.catalog-filter__prop:hover:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNTcgMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNTcgMzU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNsb3NlIj48cG9seWdvbiBwb2ludHM9IjM1NywzNS43IDMyMS4zLDAgMTc4LjUsMTQyLjggMzUuNywwIDAsMzUuNyAxNDIuOCwxNzguNSAwLDMyMS4zIDM1LjcsMzU3IDE3OC41LDIxNC4yIDMyMS4zLDM1NyAzNTcsMzIxLjMgMjE0LjIsMTc4LjUgIiBmaWxsPSIjZmY2NjAwIi8+PC9nPjwvZz48L3N2Zz4=)
}

@media screen and (max-width: 767px) {
    .catalog-filter__prop {
        font-size: 16px;
        line-height: 19px
    }
}

@media only screen and (max-width: 1200px) {
    .catalog-categories {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-right: -16px
    }

    .catalog-categories__element {
        width: calc(25% - 32px);
        max-width: initial;
        margin-left: 16px;
        margin-right: 16px
    }
}

@media only screen and (max-width: 991px) {
    .catalog-categories__element {
        width: calc(50% - 32px)
    }
}

@media only screen and (max-width: 767px) {
    .catalog-filter {
        margin-bottom: 0
    }

    .catalog-filter__heading {
        display: block;
        margin-top: 20px
    }

    .catalog-filter__controls {
        display: block;
        margin-bottom: 0
    }

    .catalog-filter__wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        max-width: 295px;
        padding-top: 60px;
        padding-bottom: 80px;
        background: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 110
    }

    .catalog-filter__wrapper.active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .catalog-filter__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: 0 0
    }

    .catalog-filter__element {
        border-bottom: 1px solid #c4c4c4
    }

    .catalog-filter__element:last-child {
        border-color: transparent
    }

    .catalog-filter__header {
        width: 100%;
        height: 60px;
        padding-left: 15px;
        position: absolute;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .catalog-filter__body {
        display: block;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        overflow: auto
    }

    .catalog-filter__footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        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
    }

    .catalog-filter__props {
        margin-top: 0
    }

    .catalog-filter__props-array, .catalog-filter__props-control {
        width: 100%;
        text-align: center
    }

    .catalog-filter__props-array {
        margin-bottom: 20px;
        padding-right: 0
    }

    .catalog-filter__props-control .button {
        display: inline-block;
        vertical-align: top;
        width: auto
    }

    .catalog-filter .kinda-select__dropdown .button {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .catalog-categories {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .catalog-categories__element {
        width: 100%;
        max-width: initial;
        margin: 0
    }

    .catalog-categories__element:not(:last-child) {
        margin-bottom: 60px
    }

    .catalog-category__details {
        padding-left: 0;
        text-align: center
    }

    .catalog-category__heading {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: .32px;
        text-transform: none
    }

    .catalog-category__heading a {
        border-bottom: 1px dotted #999;
        -webkit-transition: all .15s ease;
        transition: all .15s ease
    }

    .catalog-category__heading a:hover {
        border-bottom-color: transparent
    }

    .catalog-category__type {
        display: inline;
        color: inherit;
        font-size: inherit;
        line-height: inherit
    }

    .catalog-category__list-element:not(:last-child) {
        margin-bottom: 15px
    }

    .catalog-category__list-link {
        display: inline;
        font-size: 20px;
        line-height: 24px
    }

    .catalog-category__list-link::before {
        top: 12px
    }
}

@media only screen and (max-width: 991px) {
    body.aside-filter-opened .catalog-filter__wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.catalog-filter__element:after {
    content: "";
    width: 2100px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section {
    width: 100%
}

.section .title-line {
    margin-bottom: 47px;
    text-align: center
}

.section .title-line__title--mobile {
    display: none
}

.section .title-line__title--desktop {
    display: block
}

.section .title-line__title span {
    display: block;
    font-weight: 300
}

.section .title-line__title span.mobile-hidden {
    display: initial !important;
    font-weight: 400
}

.section--download-catalog {
    position: relative;
    overflow: hidden
}

.section--download-catalog .container {
    position: relative;
    z-index: 1
}

.section--seo {
    padding-bottom: 45px
}

.section--seo .title-line {
    margin: 0 0 8px
}

@media only screen and (max-width: 1199px) {
    .section--download-catalog .title-line {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 991px) {
    .section--seo {
        padding-top: 45px
    }

    .section--seo .title-line {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .section--download-catalog {
        padding-top: 30px;
        padding-bottom: 0;
        background: #e8e8e8;
        margin-top: 30px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .section--download-catalog.section--download-catalog-white {
        background: #fff
    }

    .section--download-catalog .title-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section--download-catalog .title-line__title {
        font-weight: 600
    }

    .section--download-catalog .title-line__title--mobile {
        display: block
    }

    .section--download-catalog .title-line__title--desktop {
        display: none
    }

    .section--download-catalog .title-line__title span {
        display: block;
        width: 100%;
        font-weight: 400
    }

    .section--download-catalog .title-line__title span.mobile-hidden {
        display: none !important
    }
}

.section.section--download-catalog.section--download-catalog-video {
    margin-top: 0
}

.default-form {
    display: block;
    width: 100%
}

.kinda-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 2
}

.kinda-select__button, .kinda-select__dropdown {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.kinda-select__button {
    height: 36px;
    padding-left: 19px;
    padding-right: 35px;
    color: #000;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    z-index: 3
}

.kinda-select__button::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    width: 9px;
    height: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDQuMjQyNjhMMC43MDcxMDcgMy41MzU1N0w0Ljk0OTc1IDcuNzc4MjFMNC4yNDI2NCA4LjQ4NTMyTDAgNC4yNDI2OFoiIGZpbGw9IiM5OTk5OTkiLz48cGF0aCBkPSJNMy41MzU1MyA3Ljc3ODIxTDcuNzc4MTcgMy41MzU1N0w4LjQ4NTI4IDQuMjQyNjhMNC4yNDI2NCA4LjQ4NTMyTDMuNTM1NTMgNy43NzgyMVoiIGZpbGw9IiM5OTk5OTkiLz48L3N2Zz4=) 0 0 no-repeat;
    background-size: cover
}

.kinda-select__button sup, .kinda-select__button.active {
    color: #f60
}

.kinda-select__button.active .kinda-select__button-icon::before {
    opacity: 0
}

.kinda-select__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    min-width: calc(100% + 80px);
    padding: 45px 16px 16px !important;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: -1
}

.kinda-select__dropdown-element {
    width: 100%;
    font-size: 14px;
    line-height: 17px
}

.kinda-select__dropdown-element:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .kinda-select:hover {
        z-index: 3
    }

    .kinda-select:hover .kinda-select__button {
        color: #f60
    }

    .kinda-select:hover .kinda-select__dropdown {
        opacity: 1;
        pointer-events: all;
        -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        z-index: 1
    }
}

.kinda-select__button-icon {
    display: none;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 11px;
    height: 11px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.kinda-select__button-icon::after, .kinda-select__button-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.kinda-select__button-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

@media only screen and (max-width: 1260px) {
    .kinda-select {
        width: auto
    }

    .kinda-select__dropdown {
        min-width: calc(100% + 80px)
    }
}

@media only screen and (max-width: 767px) {
    .kinda-select {
        width: 100%;
        position: static;
        z-index: 0
    }

    .kinda-select__button {
        height: auto;
        padding: 9px 10px 11px 30px;
        font-size: 18px;
        line-height: 24px
    }

    .kinda-select__button::after {
        display: none
    }

    .kinda-select__dropdown {
        position: relative;
        top: auto;
        left: auto;
        z-index: 0;
        width: 100%;
        min-width: 100%;
        background-color: transparent;
        opacity: 1;
        padding: 0 0 16px 30px;
        pointer-events: auto;
        -webkit-transition: none;
        transition: none
    }

    .kinda-select__dropdown-element {
        padding-right: 0
    }

    .kinda-select__dropdown-element:not(:last-child) {
        margin-bottom: 16px
    }

    .kinda-select__button-icon {
        display: block
    }
}

.control {
    display: inline-block;
    vertical-align: top
}

@media (max-width: 768px) {
    .control {
        width: 100%
    }
}

.control__label {
    position: relative;
    display: block;
    margin: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.control__input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    z-index: 0
}

.control__input:checked + .control__container .control__checkbox, .control__input:checked + .control__container .control__radio {
    border-color: #f60
}

.control__input:checked + .control__container .control__checkbox::before, .control__input:checked + .control__container .control__radio::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.control__input:disabled + .control__container {
    pointer-events: none;
    cursor: default
}

.control__input:disabled + .control__container .control__checkbox, .control__input:disabled + .control__container .control__radio {
    border-color: #f60;
    pointer-events: none
}

.control__input:disabled:checked + .control__container .control__checkbox::before, .control__input:disabled:checked + .control__container .control__radio::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.control__container {
    display: block;
    font-size: 0;
    cursor: pointer
}

.control__container:hover .control__value {
    color: #f60
}

.control__container:hover .control__checkbox {
    border-color: #f60
}

.control__checkbox, .control__radio {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #999;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.control__checkbox::before, .control__radio::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.control__checkbox::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNC4yNzk1OEwxLjExNzg1IDMuMTYxNzNMNC43NjM3OCA2LjgwNzY2TDMuNjQ1OTMgNy45MjU1MUwwIDQuMjc5NThaIiBmaWxsPSIjRkY2NjAwIi8+PHBhdGggZD0iTTkuNTU4OTggMEwxMC42NzY4IDEuMTE3ODVMMy43OTQ2OCA4TDIuNjc2ODMgNi44ODIxNUw5LjU1ODk4IDBaIiBmaWxsPSIjRkY2NjAwIi8+PC9zdmc+) 0 0 no-repeat;
    width: 10px;
    height: 8px
}

.control__radio {
    border-radius: 50%
}

.control__radio::before {
    width: 4px;
    height: 4px;
    background: #f60;
    border-radius: 50%
}

.control__value {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 14px);
    padding-top: 1px;
    padding-left: 8px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

@media screen and (max-width: 767px) {
    .control__value {
        font-size: 16px;
        line-height: 19px
    }
}

.goods-array {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.goods-array__element {
    width: 50%;
    border-bottom: 1px solid #e8e8e8
}

.goods-element {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 27px 38px 23px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .4px;
    background-color: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 1
}

.goods-element__shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #fff;
    height: 100%;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

@media only screen and (max-width: 768px) {
    .goods-element__shadow {
        background: 0 0
    }
}

.goods-element__header {
    width: 100%;
    margin-bottom: 23px
}

.goods-element__header-props {
    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-top: 10px
}

.goods-element__header-props > :not(:last-child) {
    margin-right: 24px
}

.goods-element__heading {
    min-height: 45px;
    max-height: 45px;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: relative
}

.goods-element__heading a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.goods-element__heading a:hover {
    color: #f60;
    text-decoration: none
}

.goods-element:hover .goods-element__heading {
    max-height: 150px
}

@media screen and (max-width: 991px) {
    .goods-element:hover .goods-element__heading {
        max-height: 45px
    }
}

.goods-element__status {
    position: relative;
    padding-left: 16px
}

.goods-element__status::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.goods-element__status--in-stock::before {
    background: #990
}

.goods-element__status--out-of-stock::before {
    background: #c00
}

.goods-element__heading a, .goods-element__option a, .goods-element__reviews, .goods-element__reviews a, .goods-element__status {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.goods-element__option a, .goods-element__reviews a {
    text-decoration: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.goods-element__option a:hover, .goods-element__reviews a:hover {
    color: #f60;
    text-decoration: none;
    border-bottom-color: transparent
}

.goods-element__image {
    position: relative;
    width: 100%;
    padding-bottom: calc(56.25% + 10px);
    margin: 0 auto;
    z-index: 2
}

.goods-element__image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 0
}

.goods-element__image-link:hover .goods-element__image-element {
    border-bottom-color: #c4c4c4
}

.goods-element__image-link:hover .goods-element__image-element.active {
    border-bottom-color: #f60
}

@media all and (max-width: 992px) {
    .goods-element__image-link {
        display: block;
        overflow: hidden
    }
}

.goods-element__image-element {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 2px;
    border-bottom: 4px solid transparent;
    outline: 0
}

@media all and (max-width: 575px) {
    .goods-element__image-element {
        margin: 0
    }
}

.goods-element__image-element img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

.goods-element__image-element.active .goods-element__image-wrapper, .review__photo a:hover::before {
    opacity: 1
}

.goods-element__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -2
}

@media all and (max-width: 575px) {
    .goods-element__image-wrapper {
        height: 100%
    }
}

.goods-element__image-overlay, .goods-element__image-overlay-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.goods-element__image-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    position: absolute
}

.goods-element__image-overlay-more {
    position: relative;
    color: #fff
}

.goods-element__image-overlay-more::before {
    content: '';
    display: block;
    width: 24px;
    height: 21px;
    margin: 0 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4zNzY4NyAwSDE1LjU3MTZMMTcuNzYwOCAyLjI5OTk4SDIxLjU4NDNDMjEuOTA0NSAyLjI5NTIyIDIyLjIyMjMgMi4zNTQ5NSAyMi41MTc3IDIuNDc1NDFDMjIuODEzMSAyLjU5NTg4IDIzLjA3OTYgMi43NzQ0NiAyMy4zMDA3IDIuOTk5OTdDMjMuNTI3MyAzLjIxNzgzIDIzLjcwNjEgMy40NzgxNyAyMy44MjYyIDMuNzY1MjFDMjMuOTQ2NCA0LjA1MjI3IDI0LjAwNTQgNC4zNjAwNyAyMy45OTk2IDQuNjY5OTZWMTguNjY5OEMyNC4wMDExIDE4Ljk3NzggMjMuOTM5MyAxOS4yODMxIDIzLjgxODIgMTkuNTY3N0MyMy42OTcgMTkuODUyMyAyMy41MTg4IDIwLjExMDYgMjMuMjk0IDIwLjMyNzVDMjMuMDY5MSAyMC41NDQ0IDIyLjgwMjIgMjAuNzE1NSAyMi41MDg3IDIwLjgzMUMyMi4yMTUxIDIwLjk0NjQgMjEuOTAwOCAyMS4wMDM4IDIxLjU4NDMgMjAuOTk5OEgyLjQxNTU2QzIuMDk3MjIgMjEuMDAzOCAxLjc4MTI4IDIwLjk0NTggMS40ODYzNiAyMC44MjkxQzEuMTkxNDUgMjAuNzEyNSAwLjkyMzUyOSAyMC41Mzk1IDAuNjk4NDExIDIwLjMyMDVDMC40NzMyOTMgMjAuMTAxNSAwLjI5NTUzNSAxOS44NDA4IDAuMTc1NjIgMTkuNTUzOUMwLjA1NTcwMzMgMTkuMjY2OSAtMC4wMDM5NDE3NCAxOC45NTk1IDAuMDAwMjAyMDA1IDE4LjY0OThWNC42NDk5NkMtMC4wMDI3NDMwOSA0LjM0MzQyIDAuMDU3NjAxIDQuMDM5NDIgMC4xNzc2NTcgMy43NTZDMC4yOTc3MTIgMy40NzI1NyAwLjQ3NTAzNiAzLjIxNTQ4IDAuNjk5MTE0IDIuOTk5OTdDMC45MjA1MzggMi43NzQ5NCAxLjE4NzE5IDIuNTk2NjggMS40ODI0OSAyLjQ3NjI1QzEuNzc3NzggMi4zNTU4MiAyLjA5NTQgMi4yOTU4MiAyLjQxNTU2IDIuMjk5OThINi4xNjcwOEw4LjM3Njg3IDBaTTcuNzYwMTggMTUuNzc5OUM4LjMwMTY1IDE2LjMzNTEgOC45NTU4OCAxNi43NzQ3IDkuNjgxMzQgMTcuMDcwOUMxMC40MDY4IDE3LjM2NyAxMS4xODc2IDE3LjUxMyAxMS45NzQyIDE3LjQ5OThDMTIuNzY0OSAxNy41MSAxMy41NDk0IDE3LjM2MjYgMTQuMjc5NCAxNy4wNjY4QzE1LjAwOTQgMTYuNzcxIDE1LjY2OTUgMTYuMzMzIDE2LjIxOTEgMTUuNzc5OUMxNi43ODc3IDE1LjI0NTIgMTcuMjM3OCAxNC42MDMgMTcuNTQxOSAxMy44OTI3QzE3Ljg0NTkgMTMuMTgyNSAxNy45OTc0IDEyLjQxOTIgMTcuOTg2OSAxMS42NDk5QzE3Ljk5ODUgMTAuODgwNCAxNy44NDc2IDEwLjExNjggMTcuNTQzNiA5LjQwNjM4QzE3LjIzOTUgOC42OTU5NyAxNi43ODg3IDguMDUzODggMTYuMjE5MSA3LjUxOTkzQzE1LjY2OTUgNi45NjY2OSAxNS4wMDk0IDYuNTI4NzIgMTQuMjc5NCA2LjIzMjkyQzEzLjU0OTQgNS45MzcxMyAxMi43NjQ5IDUuNzg5NzkgMTEuOTc0MiA1Ljc5OTk1QzExLjE4NzYgNS43ODY3MiAxMC40MDY4IDUuOTMyNzggOS42ODEzNCA2LjIyODg5QzguOTU1ODggNi41MjQ5OSA4LjMwMTY1IDYuOTY0NjQgNy43NjAxOCA3LjUxOTkzQzcuMTk3MjEgOC4wNTc3MyA2Ljc1MjE0IDguNzAwOTggNi40NTE4MiA5LjQxMDgxQzYuMTUxNSAxMC4xMjA2IDYuMDAyMTkgMTAuODgyMyA2LjAxMjkgMTEuNjQ5OUM2LjAwMjc5IDEyLjQxNzQgNi4xNTIzNyAxMy4xNzg5IDYuNDUyNjUgMTMuODg4N0M2Ljc1MjkzIDE0LjU5ODQgNy4xOTc2OSAxNS4yNDE3IDcuNzYwMTggMTUuNzc5OVpNMTIuMDA1IDE1LjM2OTlDOS40MzU1MiAxNS4zNjk5IDguMTUwNzUgMTQuMTI5OSA4LjE1MDc1IDExLjY0OTlDOC4xNTA3NSA5LjE2OTkxIDkuNDM1NTIgNy45Mjk5MyAxMi4wMDUgNy45Mjk5M0MxNC41NjA5IDcuOTI5OTMgMTUuODQyMiA5LjE2OTkxIDE1Ljg0OTEgMTEuNjQ5OUMxNS44NTYgMTQuMTI5OSAxNC41NzQ2IDE1LjM2OTkgMTIuMDA1IDE1LjM2OTlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==) center center no-repeat;
    background-size: contain
}

.goods-element__image-overlay-more span {
    border-bottom: 1px dotted rgba(255, 255, 255, .7);
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.aside-slider__element:hover .aside-slider__element-heading span, .goods-element__image-overlay-more:hover span, .seo-array__more-button:hover span {
    border-bottom-color: transparent
}

.goods-element__image .slick-list {
    height: 100%
}

.goods-element__details {
    position: relative;
    width: 100%;
    height: calc(100% - 340px);
    padding: 28px 0 0;
    background-color: #fff
}

@media only screen and (max-width: 599px) {
    .goods-element__details {
        padding: 14px 0 0
    }
}

.goods-element__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -14px -7px 0;
    height: 39px;
    overflow: hidden
}

.goods-element__features:nth-child(2) {
    margin-top: 0
}

.goods-element__feature, .goods-element__feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.goods-element__feature {
    margin: 14px 4px 0;
    width: auto
}

.goods-element__feature-icon {
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.goods-element__feature-icon .i {
    width: 100%;
    height: 100%;
    fill: #c4c4c4;
    vertical-align: middle;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.goods-element__feature-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.goods-element__feature-icon .hover {
    display: none
}

.goods-element__feature-icon .no-hover {
    display: block
}

.goods-element__feature-counter {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    z-index: 1
}

.goods-element__feature-value {
    width: calc(100% - 20px);
    padding-left: 8px;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

@media only screen and (max-width: 599px) {
    .goods-element__feature-value {
        padding-left: 4px
    }
}

.goods-element__feature:hover .goods-element__feature-icon .i {
    fill: #f60
}

.goods-element__feature:hover .goods-element__feature-icon .hover {
    display: block
}

.goods-element__feature:hover .goods-element__feature-icon .no-hover {
    display: none
}

.goods-element__present-icon {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto
}

.goods-element__present-icon .goods-element__feature-value {
    width: auto;
    padding-left: 0;
    margin-left: 8px;
    text-decoration: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    outline: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.goods-element__present-icon:hover .goods-element__feature-value {
    border-bottom: 1px dotted transparent
}

.goods-element__presents {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.goods-element__presents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.goods-element__present {
    width: calc(50% - 32px);
    max-width: 112px;
    height: 63px;
    margin: 12px 16px
}

.goods-element__present-link {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    outline: 0
}

.goods-element__present-link:hover {
    text-decoration: none
}

.goods-element__present-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #c4c4c4;
    border-radius: 50%;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 1
}

.goods-element__present-control::after, .goods-element__present-control::before {
    content: '';
    position: absolute;
    display: block;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.goods-element__present-control::before {
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px
}

.goods-element__present-control::after {
    top: 50%;
    left: 50%;
    width: 1px;
    height: 11px
}

.goods-element__present img {
    width: 100%
}

.goods-element__present:hover .goods-element__present-control {
    background: #990
}

.goods-element__props {
    width: 100%;
    margin-top: 10px
}

.goods-element__prop {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8
}

.goods-element__prop:first-child {
    padding-top: 0
}

.goods-element__prop:last-child {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: none
}

.goods-element__prop:last-child:first-child {
    padding-top: 0
}

.goods-element__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: 20px
}

.goods-element__price > :not(:last-child) {
    margin-right: 24px
}

.goods-element__price-current {
    color: #f60;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .36px
}

.goods-element__price-current--highlighted {
    color: #f60
}

.goods-element__price-old {
    position: relative;
    color: #999;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: .48px
}

.goods-element__price-old::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    z-index: 1
}

.goods-element__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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: -16px -8px 0
}

.goods-element__controls > * {
    margin: 16px 8px 0
}

.goods-element__option {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.goods-element__footer {
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    text-align: center
}

.goods-element__footer-heading {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: #999;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out, margin-bottom .3s ease-in-out;
    transition: max-height .3s ease-in-out, margin-bottom .3s ease-in-out
}

@media only screen and (max-width: 1199px) {
    .goods-element, .goods-element__details {
        padding-left: 25px;
        padding-right: 25px
    }

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

@media only screen and (max-width: 992px) {
    .goods-element__image {
        max-width: 100%
    }

    .goods-element__image-element {
        position: relative;
        border-bottom: 0
    }

    .goods-element__image-wrapper {
        opacity: 1;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .goods-array__element {
        border-bottom: 0
    }

    .goods-element, .goods-element__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .goods-element {
        padding: 20px 25px 0
    }

    .goods-element__heading a {
        border-bottom: 1px dotted rgba(0, 0, 0, .2)
    }

    .goods-element__heading a:hover {
        border-bottom-color: transparent;
        color: #f60
    }

    .goods-element__details {
        position: static;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .goods-element__details::before, .goods-element__presents {
        display: none
    }

    .goods-element__features {
        height: auto;
        width: 100%;
        margin-bottom: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .goods-element__features > :not(:last-child) {
        display: none
    }

    .goods-element__features:nth-child(2) {
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .goods-element__feature {
        width: auto;
        margin-top: 15px
    }

    .goods-element__feature.goods-element__present-icon {
        margin: 15px 7px 0
    }
}

@media only screen and (max-width: 767px) and (max-width: 599px) {
    .goods-element__feature.goods-element__present-icon {
        margin: 2px 7px 0
    }
}

@media only screen and (max-width: 767px) {
    .goods-element__feature-icon {
        width: 20px;
        height: 20px
    }

    .goods-element__feature-icon .cart-product__features-icon {
        margin-right: 0
    }

    .goods-element__option, .goods-element__props {
        display: none
    }

    .goods-element__price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 0;
        text-align: center
    }

    .goods-element__price > :not(:last-child) {
        margin-right: 0;
        margin-bottom: 0
    }

    .goods-element__price-current {
        width: 100%
    }

    .goods-element__price-old {
        position: relative;
        top: 0;
        left: 0;
        height: 18px;
        text-align: center;
        margin: auto
    }

    .goods-element__footer {
        position: static;
        padding: 0;
        text-align: left
    }

    .goods-element__footer-heading {
        display: none
    }

    .goods-element__controls {
        width: auto;
        margin: 0
    }

    .goods-element__controls .button {
        margin: 13px 0 0;
        width: 100%
    }

    .goods-element__controls .button:not(:first-child) {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .goods-array {
        width: 100%
    }

    .goods-element {
        padding-left: 8px;
        padding-right: 8px
    }

    .goods-element__header {
        margin-bottom: 15px
    }

    .goods-element__header-props {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 12px
    }

    .goods-element__header-props > :not(:last-child) {
        margin-right: 0
    }

    .goods-element__heading {
        min-height: 66px;
        max-height: 66px;
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        word-break: break-word
    }

    .goods-element__reviews {
        display: none
    }

    .goods-element__feature {
        font-size: 14px;
        line-height: 17px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        text-align: center;
        padding-top: 8px
    }

    .goods-element__price-old {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px
    }
}

.goods-hover {
    z-index: 3
}

.goods-hover .goods-element__feature .goods-element__feature-icon .i {
    fill: #f60
}

.goods-hover .goods-element__feature .goods-element__feature-icon .hover {
    display: block
}

.goods-hover .goods-element__feature .goods-element__feature-icon .no-hover {
    display: none
}

.goods-hover .goods-element__presents {
    height: auto;
    margin-top: 12px
}

.goods-hover .goods-element__presents ~ .goods-element__props {
    margin-top: 8px
}

.goods-hover .goods-element__shadow {
    -webkit-box-shadow: 0 -1px 0 #fff, 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 -1px 0 #fff, 0 0 12px rgba(255, 102, 0, .4)
}

.goods-hover .goods-element__footer-heading {
    height: auto;
    margin-bottom: 20px
}

.goods-hover .goods-element__controls, .goods-hover .goods-element__price {
    margin-bottom: 20px
}

.goods-hover .goods-element__option {
    height: auto
}

.goods-hover .goods-element__details {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 4;
    background-color: #fff
}

.slick-initialized .slick-slide.goods-element__image-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.goods-element__image .slick-track, .slick-initialized .slick-slide.goods-element__image-element .goods-element__image-wrapper {
    height: 100%
}

@media all and (max-width: 991px) {
    .goods-element__image {
        padding-bottom: 56.25%
    }
}

.goods-element__heading:hover {
    max-height: 110px;
    -webkit-line-clamp: inherit !important
}

@media only screen and (max-width: 599px) {
    .goods-element__heading:hover {
        -webkit-line-clamp: 2 !important;
        color: #f60
    }
}

.goods-element__footer-heading, a.goods-element__footer-heading {
    pointer-events: none
}

@media only screen and (max-width: 599px) {
    .goods-element__feature-value {
        text-align: center
    }
}

.aside-filter, .aside-filter__form {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.aside-filter {
    top: 0;
    right: 0;
    max-width: 295px;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 110;
    position: fixed;
    display: none
}

.aside-filter__form {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 80px
}

.aside-filter__footer, .aside-filter__header {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aside-filter__header {
    top: 0;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px
}

.aside-filter__footer {
    bottom: 0;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.aside-filter__inside {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto
}

.aside-filter__close, .aside-filter__link-back {
    height: 100%;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0 !important
}

.aside-filter__link-back {
    position: relative;
    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;
    color: #999;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer
}

.aside-filter__link-back .i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 13px;
    margin-right: 10px;
    fill: #999
}

.aside-filter__close {
    width: 48px;
    text-align: center
}

.aside-filter__close .i {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 100%;
    fill: #000
}

.aside-filter__close:hover .i {
    fill: #f60
}

.aside-filter .accordion__item:not(:last-child) {
    border-bottom: 1px solid #c4c4c4
}

.aside-filter .accordion__button {
    background: 0 0
}

.aside-filter .accordion__button-text {
    font-size: 20px;
    line-height: 24px
}

.aside-filter .accordion__button-icon {
    top: 16px
}

.aside-filter .accordion__button:focus .accordion__button-icon::after, .aside-filter .accordion__button:focus .accordion__button-icon::before, .aside-filter .accordion__button:hover .accordion__button-icon::after, .aside-filter .accordion__button:hover .accordion__button-icon::before {
    background-color: #f60
}

.aside-filter .accordion__button:focus .accordion__button-text, .aside-filter .accordion__button:hover .accordion__button-text {
    color: #f60
}

.aside-filter .accordion__button.active .accordion__button-icon {
    -webkit-transform: none;
    transform: none
}

.aside-filter .accordion__button.active .accordion__button-icon::before {
    opacity: 0
}

.aside-filter .accordion__content {
    padding: 0 0 16px 30px
}

.aside-filter .control {
    display: block
}

.aside-filter .control:not(:last-child), .question-win__text p:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (max-width: 767px) {
    .aside-filter {
        display: block
    }
}

.info-tooltip {
    position: absolute;
    display: none;
    background: #f60;
    z-index: 111;
    color: #fff;
    padding: 14px 16px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    -webkit-transform: translateY(calc(-100% - 12px));
    transform: translateY(calc(-100% - 12px))
}

.info-tooltip::before {
    width: 18px;
    height: 18px;
    background: #f60;
    position: absolute;
    bottom: -8px;
    left: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block
}

.download-catalog__background img.\--default, .info-tooltip--active {
    display: block
}

@media only screen and (max-width: 767px) {
    .info-tooltip--active {
        display: none
    }
}

.tooltipster-content p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.tooltipster-sidetip .tooltipster-content {
    padding: 12px 15px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    left: 0;
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    left: 0;
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
    border-radius: 20px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow {
    height: 8px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-left: 0;
    margin-top: -15px;
    width: 20px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-left: 0;
    margin-right: 20px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 20px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: 0
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-filter: drop-shadow(0 0 8px rgba(255, 102, 0, .4));
    filter: drop-shadow(0 0 8px rgba(255, 102, 0, .4));
    -webkit-box-shadow: none;
    box-shadow: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #000;
    font-size: 12px;
    line-height: 14px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 8px solid transparent
}

.tooltip-thumb {
    width: 154px;
    height: 90px
}

.tooltip-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

@media only screen and (max-width: 599px) {
    .tooltipster-base {
        display: none !important
    }
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    -webkit-filter: drop-shadow(-7px 3px 8px rgba(255, 102, 0, .4));
    filter: drop-shadow(-7px 3px 8px rgba(255, 102, 0, .4))
}

.download-catalog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 104px
}

.download-catalog__background {
    position: absolute;
    top: -20px;
    left: 210px;
    width: 1052px
}

@media all and (min-width: 1921px) {
    .download-catalog__background {
        left: calc(((100% - 1250px) / 2) - 215px)
    }
}

@media only screen and (max-width: 1650px) {
    .download-catalog__background {
        left: -80px
    }
}

@media only screen and (max-width: 1360px) {
    .download-catalog__background {
        left: -120px
    }
}

@media all and (max-width: 575px) {
    .download-catalog__background {
        top: 0;
        left: -142px;
        right: initial;
        bottom: inherit;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.download-catalog__background img {
    width: 100%;
    display: none
}

.download-catalog__image {
    width: calc(100% - 660px)
}

.download-catalog__details {
    width: 660px;
    padding-left: 50px
}

.download-catalog__heading {
    margin-bottom: 24px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    display: none
}

@media all and (max-width: 575px) {
    .download-catalog__heading {
        display: block
    }
}

.download-catalog__figures {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.download-catalog__figures::-webkit-scrollbar {
    width: 0;
    height: 0
}

.download-catalog__figure {
    position: relative;
    width: auto;
    color: #000;
    font-size: 16px;
    line-height: 18px
}

.download-catalog__figure:not(:last-child) {
    margin-right: 80px
}

@media all and (max-width: 575px) {
    .download-catalog__figure:not(:last-child) {
        margin-right: 0
    }

    .download-catalog__figure {
        padding-left: 15px;
        padding-right: 15px
    }

    .download-catalog__figure:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.download-catalog__figure-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.download-catalog__figure-label span {
    width: auto;
    display: inline-block;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.download-catalog__figure-label::before {
    content: "";
    position: absolute;
    top: 9px;
    right: calc(100% + 8px);
    width: 8px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s
}

.download-catalog__figure-label::after {
    content: "";
    margin-top: 9px;
    width: 0%;
    height: 1px;
    background-color: #f60;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.download-catalog__figure-value {
    font-size: 40px;
    line-height: 48px;
    white-space: nowrap
}

.download-catalog__figure-desc {
    margin-top: 3px
}

.download-catalog__data-element span, .download-catalog__figure:hover {
    color: #f60
}

.download-catalog__figure:hover .download-catalog__figure-label::before {
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.download-catalog__figure:hover .download-catalog__figure-label::after {
    width: 100%;
    -webkit-transition: all .3s linear .2s;
    transition: all .3s linear .2s
}

.download-catalog__data, .download-catalog__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
}

.download-catalog__footer {
    width: 100%;
    margin-top: 45px
}

.download-catalog__data {
    margin-left: 32px
}

.download-catalog__data-element {
    position: relative;
    width: auto;
    font-size: 15px;
    line-height: 18px
}

.download-catalog__data-element + .download-catalog__data-element {
    margin-left: 12px;
    padding-left: 16px
}

.download-catalog__data-element + .download-catalog__data-element::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%
}

.download-catalog__data-element--size {
    font-size: 18px;
    line-height: 22px
}

.download-catalog__data--mobile {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-left: 0
}

.download-catalog__data--mobile .download-catalog__data-element, .download-catalog__data--mobile .download-catalog__data-element--size {
    font-size: 12px;
    line-height: 14px
}

.download-catalog__data--mobile .download-catalog__data-element + .download-catalog__data-element {
    margin-left: 9px;
    padding-left: 13px
}

.download-catalog__data--mobile .download-catalog__data-element + .download-catalog__data-element::before {
    top: 6px;
    width: 3px;
    height: 3px
}

@media only screen and (max-width: 1250px) {
    .download-catalog__image {
        width: calc(100% - 600px)
    }

    .download-catalog__details {
        width: 600px
    }
}

@media only screen and (max-width: 1199px) {
    .download-catalog {
        padding-top: 47px
    }
}

@media all and (min-width: 576px) and (max-width: 992px) {
    .download-catalog {
        padding-bottom: 55px
    }

    .download-catalog__background {
        width: 703px;
        height: 418px;
        left: initial;
        right: 193px;
        top: 65px
    }

    .download-catalog__background img.\--default {
        display: none
    }

    .download-catalog__background img.\--tablet {
        display: block
    }

    .download-catalog__image {
        width: calc(100% - 427px)
    }

    .download-catalog__details {
        padding-left: 16px;
        width: 427px
    }

    .download-catalog__heading {
        display: block;
        margin-bottom: 32px
    }

    .download-catalog__figures {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .download-catalog__figure:not(:last-child) {
        margin-right: 0
    }

    .download-catalog__footer {
        margin-top: 29px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .download-catalog__footer button {
        margin-top: 12px
    }

    .download-catalog__data {
        margin-left: 0
    }
}

@media all and (max-width: 575px) {
    .download-catalog {
        display: block;
        padding-bottom: 0;
        padding-top: 0
    }

    .download-catalog__image {
        width: 100%
    }

    .download-catalog__details {
        padding-left: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center
    }

    .download-catalog__figures {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-x: auto;
        width: calc(100% + 30px);
        margin-left: -15px
    }

    .download-catalog__figure-label, .download-catalog__footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 6px
    }

    .download-catalog__footer {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 20px;
        margin-bottom: 37px
    }

    .download-catalog__footer .button {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .36px;
        padding-top: 5px;
        padding-bottom: 8px
    }

    .download-catalog.\--hide-figures .download-catalog__figures, .download-catalog.\--hide-figures .download-catalog__heading, .download-catalog__data, .download-catalog__figure-label::after, .download-catalog__figure-label::before {
        display: none
    }

    .download-catalog__data--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog-inside {
    display: grid
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .catalog-inside {
        margin-top: 47px
    }
}

@media all and (min-width: 993px) {
    .catalog-inside {
        grid-template-columns:repeat(4, 1fr);
        margin-bottom: 64px
    }
}

@media all and (min-width: 576px) and (max-width: 992px) {
    .catalog-inside {
        grid-template-columns:repeat(2, 1fr);
        margin-bottom: 64px
    }
}

@media all and (max-width: 575px) {
    .catalog-inside {
        grid-gap: 19px;
        margin-top: 32px;
        margin-bottom: 22px
    }
}

.catalog-inside__block {
    display: grid
}

@media all and (min-width: 576px) {
    .catalog-inside__block {
        grid-template-rows:160px 1fr
    }
}

@media all and (max-width: 575px) {
    .catalog-inside__block {
        grid-template-columns:75px 1fr
    }
}

@media all and (min-width: 576px) {
    .catalog-inside__block:hover .catalog-inside__image {
        stroke: #f60
    }

    .catalog-inside__image {
        justify-self: center;
        -ms-flex-item-align: end;
        align-self: end;
        margin-bottom: 40px
    }
}

@media all and (max-width: 575px) {
    .catalog-inside__image {
        max-width: 64px;
        max-height: 54px;
        stroke: #f60
    }
}

@media all and (min-width: 576px) {
    .catalog-inside__text {
        text-align: center;
        padding: 0 25px
    }
}

@media all and (max-width: 575px) {
    .catalog-inside__text {
        padding-left: 16px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .32px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.seo-array {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 48px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px
}

.seo-array .seo-array {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.seo-array__element {
    width: calc(33.33% - 48px);
    margin: 24px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.seo-array__element--hidden {
    height: 0;
    margin: 0 !important;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.seo-array__more {
    width: 100%;
    text-align: center
}

.seo-array__more-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 17px 0 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0 !important
}

.seo-array__more-button::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAGFBMVEUAAACXl5eVlZWXl5eampqZmZmZmZmZmZnQeEFNAAAACHRSTlMAIDBAn6Df7y6dvnIAAAAoSURBVHgBY8APmCEUIwMDKwuIwcQGZoIYTEAukAlmgJnsQAZMORAAAAnEAEyCGDS3AAAAAElFTkSuQmCC) 0 0 no-repeat;
    background-size: cover
}

.seo-array__more-button span {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.seo-array__more-button.active::before {
    top: 8px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.seo-array__main-element {
    width: calc(100% - 48px);
    margin: 24px
}

.seo-element {
    width: 100%;
    height: 100%
}

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

.seo-element--main > * {
    width: calc(50% - 24px) !important
}

.seo-element--main .seo-element__text {
    padding: 20px 0
}

.seo-element--main .seo-element__image {
    height: 324px;
    margin-top: 0
}

.seo-element__link {
    display: block;
    height: 100%;
    border-bottom: 0;
    outline: 0
}

.seo-element__link, .seo-element__link:hover {
    color: #000;
    text-decoration: none
}

.seo-element__link:hover .seo-element__heading {
    color: #f60
}

.seo-element__header {
    min-height: 50px;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .seo-element__header {
        min-height: auto;
        margin-bottom: 24px
    }
}

.seo-element__heading, .seo-element__heading a {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.seo-element__heading {
    letter-spacing: .36px;
    font-size: 20px;
    line-height: 24px
}

.seo-element__heading a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.seo-element__heading a:hover {
    color: #f60;
    text-decoration: none
}

.seo-element__preview-text {
    font-size: 16px;
    line-height: 18px
}

.seo-element__preview-text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.seo-element__preview-text:last-child {
    margin-top: 20px
}

.seo-element__image {
    height: 236px;
    margin-top: 17px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.seo-element__image, .seo-element__image-link {
    position: relative;
    width: 100%
}

.seo-element__image-loop {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    padding: 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.seo-element__image-loop svg {
    fill: none;
    stroke: #fff
}

.seo-element__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.seo-element__slider {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden
}

.seo-element__slider-element {
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.seo-element__slider .slick-track {
    height: 100%
}

.seo-element__slider-link {
    display: block;
    height: 100%;
    text-decoration: none;
    outline: 0;
    position: relative;
    width: 100%
}

.seo-element__slider.slider-arrow-block .slick-arrow {
    background-color: #fff
}

.seo-element__slider.slider-arrow-block .slick-prev {
    border-left: 0;
    border-bottom: 0
}

.seo-element__slider.slider-arrow-block .slick-next {
    border-bottom: 0
}

.seo-element__image-link:hover .seo-element__image-loop, .seo-element__slider-link:hover .seo-element__image-loop {
    background-color: #f60
}

@media only screen and (max-width: 1285px) {
    .seo-array {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }

    .seo-array__element {
        width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media only screen and (max-width: 1199px) {
    .seo-array {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px
    }

    .seo-array__element {
        width: calc(33.33% - 10px);
        margin-left: 5px;
        margin-right: 5px
    }
}

@media only screen and (max-width: 992px) {
    .seo-element__slider.slider-arrow-block .slick-prev {
        right: 35px
    }

    .seo-element__slider.slider-arrow-block .slick-next {
        right: 0
    }
}

@media (min-width: 992px) {
    .page__content .seo-element__image {
        height: 140px
    }
}

@media (max-width: 992px) {
    .seo-array {
        width: calc(100% + 24px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
        margin-top: -12px
    }

    .seo-array__element, .seo-array__main-element {
        width: calc(50% - 24px);
        margin: 12px
    }

    .seo-element {
        width: 100%;
        height: 100%
    }

    .seo-element--main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .seo-element--main > * {
        width: 100% !important
    }

    .seo-element--main .seo-element__text {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    -array {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    -array__element {
        width: 100%;
        margin: 0
    }

    -array__element:not(:last-child) {
        margin-bottom: 20px
    }

    -element__header {
        min-height: initial;
        margin-bottom: 16px
    }

    -element__heading {
        text-align: center
    }

    -element__preview-text {
        font-size: 16px;
        line-height: 19px
    }

    -element__image {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    -element__slider.slider-arrow-block .slick-prev {
        right: 50px
    }

    -element__slider.slider-arrow-block .slick-next {
        right: 15px
    }
}

@media (max-width: 768px) {
    .seo-array {
        width: calc(100% + 24px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .seo-array__element, .seo-array__main-element {
        width: calc(100% - 24px)
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-bottom: 56px;
    background-color: #e8e8e8;
    padding: 0 25px;
    border-radius: 0
}

.pagination__label {
    width: 80px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 17px;
    text-align: right
}

.pagination__array, .pagination__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination__array {
    width: calc(100% - 300px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination__element {
    min-width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid transparent;
    outline: 0;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pagination__element:not(:last-child) {
    margin-right: 8.5px
}

.pagination__element:not(.pagination__element-dots):hover {
    color: #f60;
    text-decoration: none;
    background-color: #fff;
    border-color: #f60
}

.pagination__element--current {
    color: #999;
    border-color: #999;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .pagination__element--current {
        color: #000;
        border-color: #e8e8e8;
        background-color: #e8e8e8
    }
}

.pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    outline: 0
}

.pagination-link__value {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 1px dotted #999
}

.pagination-link__icon, .pagination-link__icon .i, .pagination-link__value {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.pagination-link__icon {
    margin-left: 13px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.pagination-link__icon .i {
    display: inline-block;
    vertical-align: top;
    fill: #999;
    width: 12px;
    height: 100%
}

.pagination-link__desktop {
    display: block
}

@media screen and (max-width: 767px) {
    .pagination-link__desktop {
        display: none
    }
}

.pagination-link__mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .pagination-link__mobile {
        display: block
    }

    .pagination-link__mobile .pagination-link {
        background-color: #e8e8e8
    }
}

.pagination-link:hover {
    text-decoration: none
}

.pagination-link:hover .pagination-link__value {
    color: #f60;
    border-bottom-color: transparent
}

.pagination-link:hover .pagination-link__icon {
    border-color: #f60
}

.aside-slider.slider-arrow-block .slick-next:hover svg, .aside-slider.slider-arrow-block .slick-prev:hover svg, .pagination-link:hover .pagination-link__icon .i {
    fill: #f60
}

@media only screen and (max-width: 992px) {
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff
    }

    .pagination__array, .pagination__label {
        width: 100%
    }

    .pagination__label {
        display: none
    }

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

    .pagination__element:not(:last-child) {
        margin-right: 7px
    }

    .pagination-link {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .pagination__element:not(:last-child) {
        margin-right: 0
    }

    .pagination__element--hidden {
        display: none
    }

    .pagination-link {
        height: 68px
    }
}

@media (max-width: 992px) {
    .pagination {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 599px) {
    .pagination {
        margin-bottom: 0
    }
}

.pagination-link {
    padding-bottom: 30px;
    padding-top: 20px
}

.pagination__element.pagination__element--current:not(.pagination__element-dots):hover {
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border-color: #999
}

.aside-slider {
    position: relative;
    width: calc(100% + 20px);
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-bottom: 10px
}

.aside-slider__element {
    position: relative;
    width: 100%;
    max-width: 285px;
    background-color: #fff;
    border-top: 1px solid #e8e8e8 !important;
    opacity: 0;
    outline: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1
}

.aside-slider__element:hover {
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    z-index: 2
}

.aside-slider__element:hover, .aside-slider__element:hover + .aside-slider__element {
    border-top-color: transparent !important
}

.aside-slider__element:hover .aside-slider__element-heading {
    color: #f60;
    max-height: 100px
}

.aside-slider__element-link {
    display: block;
    height: auto;
    padding: 17px 15px;
    color: #000;
    text-decoration: none;
    outline: 0
}

.aside-slider__element-link:hover {
    text-decoration: none
}

.aside-slider__element-heading {
    margin-bottom: 24px;
    padding-right: 55px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    max-height: 37px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.aside-slider__element-heading span {
    border-bottom: 1px dotted rgba(0, 0, 0, .2)
}

.aside-slider__element-image {
    width: 100%
}

.aside-slider__element-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.aside-slider__element.slick-active {
    opacity: 1;
    pointer-events: all
}

.aside-slider.slider-arrow-block .slick-next, .aside-slider.slider-arrow-block .slick-prev {
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.aside-slider.slider-arrow-block .slick-next svg, .aside-slider.slider-arrow-block .slick-prev svg {
    position: static;
    top: auto;
    left: auto;
    height: 100%;
    stroke-width: 0;
    fill: #747474;
    vertical-align: top;
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.aside-slider.slider-arrow-block .slick-prev {
    right: 42px;
    padding-top: 4px
}

.aside-slider.slider-arrow-block .slick-prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.aside-slider.slider-arrow-block .slick-next {
    right: 10px;
    padding-bottom: 1px
}

.aside-slider.slider-arrow-block .slick-next svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.aside-slider.slider-arrow-block .slick-disabled.slick-next svg, .aside-slider.slider-arrow-block .slick-disabled.slick-prev svg {
    fill: #e8e8e8
}

.aside-slider .slick-list {
    padding: 10px;
    -webkit-transition: height .2s;
    transition: height .2s
}

@media only screen and (max-width: 992px) {
    .aside-slider__element {
        float: none;
        height: initial;
        opacity: 1;
        pointer-events: all;
        border-top: 0 !important;
        margin: 10px 0
    }

    .aside-slider .slick-track, .aside-slider__element-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .aside-slider__element-heading {
        margin: 12px 0 0;
        padding-right: 0
    }

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

    .aside-slider.slider-arrow-block .slick-next, .aside-slider.slider-arrow-block .slick-prev {
        top: auto
    }

    .aside-slider.slider-arrow-block .slick-next svg, .aside-slider.slider-arrow-block .slick-prev svg {
        position: absolute;
        top: 50%;
        height: auto;
        fill: none;
        stroke-width: 2px;
        stroke: #747474
    }

    .aside-slider.slider-arrow-block .slick-next:hover svg, .aside-slider.slider-arrow-block .slick-prev:hover svg {
        fill: none;
        stroke: #f60
    }

    .aside-slider.slider-arrow-block .slick-prev {
        padding-top: 0
    }

    .aside-slider.slider-arrow-block .slick-prev svg {
        left: 6px;
        -webkit-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg)
    }

    .aside-slider.slider-arrow-block .slick-next {
        padding-bottom: 0
    }

    .aside-slider.slider-arrow-block .slick-next svg {
        -webkit-transform: translate(0, -50%) rotate(-90deg);
        transform: translate(0, -50%) rotate(-90deg)
    }

    .aside-slider.slider-arrow-block .slick-disabled::after {
        background-color: #999
    }

    .aside-slider.slider-arrow-block .slick-disabled:hover::after {
        background-color: #f60
    }

    .aside-slider .slick-track {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .aside-slider .slick-list {
        padding: 0 5px
    }
}

@media only screen and (max-width: 599px) {
    .aside-slider {
        margin-top: 38px
    }

    .aside-slider__element {
        max-width: initial
    }

    .aside-slider__element-link {
        padding: 5px
    }

    .aside-slider__element-heading {
        max-height: 40px;
        font-size: 16px;
        line-height: 19px;
        overflow: hidden;
        text-align: center
    }

    .aside-slider__element:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.aside-navigation {
    width: 100%
}

.aside-navigation__element {
    width: 100%;
    border-bottom: 1px solid #e8e8e8
}

.aside-navigation__element .aside-navigation__element .aside-navigation__link {
    position: relative;
    padding-left: 27px
}

.aside-navigation__element .aside-navigation__element .aside-navigation__link::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 10px;
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%
}

.aside-navigation__link {
    position: relative;
    display: block;
    height: auto;
    padding-top: 8px;
    padding-left: 32px;
    padding-bottom: 9px;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    letter-spacing: .4px;
    outline: 0
}

.aside-navigation__link.active, .aside-navigation__link:hover {
    color: #f60;
    text-decoration: none
}

.aside-navigation .accordion__item {
    position: relative
}

.aside-navigation .accordion__item:not(:last-child) {
    border-bottom: 1px solid #c4c4c4
}

.aside-navigation .accordion__button {
    position: absolute;
    top: 0;
    left: -2px;
    width: 32px;
    height: 36px;
    padding: 0;
    background: #fff !important;
    outline: 0
}

.aside-navigation .accordion__button:focus .accordion__button-icon::after, .aside-navigation .accordion__button:focus .accordion__button-icon::before, .aside-navigation .accordion__button:hover .accordion__button-icon::after, .aside-navigation .accordion__button:hover .accordion__button-icon::before {
    background-color: #f60
}

.aside-navigation .accordion__button:focus .accordion__button-text, .aside-navigation .accordion__button:hover .accordion__button-text {
    color: #f60
}

.aside-navigation .accordion__button.active .accordion__button-icon {
    -webkit-transform: none;
    transform: none
}

.aside-navigation .accordion__button.active .accordion__button-icon::before {
    opacity: 0
}

.aside-navigation .accordion__link {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 9px 10px 11px 30px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0
}

.aside-navigation .accordion__link.active, .aside-navigation .accordion__link:hover {
    color: #f60;
    text-decoration: none
}

.aside-navigation .accordion__content {
    max-width: calc(100% - 32px);
    margin-left: auto;
    padding: 0;
    border-top: 1px solid #e8e8e8
}

.aside-navigation .accordion .aside-navigation__element:last-child {
    border-bottom: 0
}

.a-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0
}

.a-banner--dark {
    background: #e8e8e8
}

.a-banner--inline::after {
    position: absolute;
    right: 24px;
    bottom: 85px;
    color: rgba(206, 206, 206, .7);
    font-size: 180px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    line-height: 115px;
    z-index: 0
}

.a-banner--inline .a-banner__image {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    margin-top: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.a-banner--inline .a-banner__link {
    padding-bottom: 40px
}

.a-banner--inline .a-banner__heading {
    max-width: 500px
}

.a-banner--inline .a-banner__text {
    max-width: 430px;
    margin-bottom: 0
}

.a-banner--inline .a-banner__control {
    position: absolute;
    left: auto;
    display: inline-block;
    vertical-align: top;
    width: auto;
    bottom: 32px
}

@media only screen and (max-width: 575px) {
    .a-banner--inline .a-banner__control {
        margin-top: 15px
    }
}

.a-banner__link {
    position: relative;
    display: block;
    height: auto;
    padding: 40px 32px;
    outline: 0;
    overflow: hidden;
    z-index: 1
}

.a-banner__link, .a-banner__link:hover {
    color: #000;
    text-decoration: none
}

.a-banner__heading {
    margin: 0 0 10px;
    color: inherit;
    font-size: 36px;
    line-height: 38px;
    font-weight: 100
}

.a-banner__text {
    color: inherit;
    font-size: 18px;
    font-weight: 300;
    line-height: 19px
}

.a-banner__image {
    width: calc(100% + 32px);
    margin-top: 20px;
    font-size: 0;
    text-align: right
}

.a-banner__image img {
    display: inline-block;
    vertical-align: middle
}

.a-banner__control {
    position: absolute;
    left: 70px;
    bottom: 32px
}

.a-banner__control .button {
    padding-top: 8px;
    padding-bottom: 10px
}

@media only screen and (max-width: 992px) {
    .a-banner {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 599px) {
    .a-banner__heading {
        font-size: 21px;
        line-height: 29px
    }

    .a-banner--inline .a-banner__text br, .a-banner__heading span {
        display: none
    }

    .a-banner__text {
        font-size: 16px;
        line-height: 17px
    }

    .a-banner--inline::after {
        top: 130px;
        right: 25px;
        bottom: auto;
        font-size: 100px;
        line-height: 84px
    }

    .a-banner--inline .a-banner__link {
        padding: 20px 26px 30px
    }

    .a-banner--inline .a-banner__image {
        top: auto;
        bottom: 38px;
        right: 0;
        width: 360px;
        height: 186px;
        padding-right: 0;
        -webkit-transform: none;
        transform: none
    }

    .a-banner--inline .a-banner__text {
        max-width: 100%
    }
}

.banner.banner--discount .banner__text {
    font-size: 19px;
    line-height: 24px
}

.a-banner--inline .a-banner__link {
    height: 330px
}

.a-banner__link.a-banner__link_small {
    padding-bottom: 100px
}

.a-banner__text span {
    line-height: 1.7
}

p.banner__text span {
    line-height: 1.8
}

.feedback-form {
    text-align: right;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    width: 100%
}

.feedback-form::before {
    content: '';
    display: block;
    width: 360px;
    height: 383px;
    background: url(/local/templates/kronos_new/img/feedback-form/man.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain !important
}

.feedback-form .input {
    width: 100%
}

.feedback-form.product-any-question__wrapper .form__fieldset--phone, .feedback-form.product-any-question__wrapper .input__phone {
    max-width: inherit
}

.feedback-form .input__input {
    height: auto;
    padding: 9px 60px 11px 12px;
    font-size: 15px;
    font-weight: 400
}

.feedback-form .form-errors {
    position: absolute;
    margin: 8px 0 0;
    text-align: left;
    top: 100%;
    left: 0
}

.feedback-form--sec::before {
    left: -220px;
    width: 800px;
    height: 398px;
    background: url(/local/templates/kronos_new/img/feedback-form/potato-man.png) center bottom no-repeat
}

.feedback-form--tech::before, .feedback-form--women::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background-size: contain
}

.feedback-form--tech::before {
    background: url(/local/templates/kronos_new/img/feedback-form/tech.png) center bottom no-repeat;
    width: 408px;
    height: 400.98px;
    left: 0
}

.feedback-form--women::before {
    width: 236px;
    height: 376px;
    background: url(/local/templates/kronos_new/img/feedback-form/women.png) center bottom no-repeat;
    left: 82px
}

@media (max-width: 768px) {
    .feedback-form--women {
        padding-top: 20px
    }

    .feedback-form--women .feedback-form__form.form {
        margin-top: 8px
    }

    .feedback-form--women .feedback-form__title {
        margin-bottom: 316px
    }

    .feedback-form--women .feedback-form__form-wrapper {
        background: #e8e8e8;
        margin: 0 -15px;
        padding: 28px 15px 26px;
        position: relative
    }

    .feedback-form--women .feedback-form__form-wrapper::before {
        content: '';
        display: block;
        width: 181.59px;
        height: 288px;
        background: url(/local/templates/kronos_new/img/feedback-form/women.png) center bottom no-repeat;
        position: absolute;
        top: 0;
        left: 50%;
        background-size: contain;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }
}

.feedback-form--women .feedback-form__form-wrapper .form__label-title, .feedback-form__form-description br.\--show-on-tablet {
    display: none
}

@media (max-width: 768px) {
    .feedback-form--women {
        padding-bottom: 0 !important
    }
}

.feedback-form__wrapper {
    display: inline-block;
    max-width: 800px;
    width: 100%;
    text-align: left;
    position: relative
}

.feedback-form__title {
    text-align: center;
    margin-bottom: 42px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

.feedback-form__form-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .feedback-form__form-wrapper:not(:last-child) {
        margin-bottom: 40px
    }
}

.feedback-form__form-wrapper .feedback-form__form {
    margin-left: 30px
}

.feedback-form__form-description {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    max-width: 290px
}

.feedback-form__form {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.feedback-form__form .form__fieldset--phone, .feedback-form__form .input__phone {
    max-width: 240px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.feedback-form__form .form__fieldset, .feedback-form__form .input__phone {
    margin-bottom: 0 !important;
    width: auto;
    vertical-align: bottom
}

@media (min-width: 768px) {
    .feedback-form__form .form__fieldset:nth-of-type(n+2), .feedback-form__form .input__phone:nth-of-type(n+2) {
        margin-left: 35px
    }
}

.feedback-form__form > * {
    display: inline-block
}

.feedback-form__stats {
    margin-top: 16px;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px
}

.feedback-form__stats-text-wrap, .feedback-form__stats-text-wrap > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feedback-form__stats-text-wrap > div {
    width: 50%
}

.feedback-form__stats-text-wrap > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.feedback-form__stats-text-wrap > * > * {
    font-size: 40px;
    line-height: 48px;
    margin-right: 12px;
    color: #f60
}

.feedback-form__percents {
    margin-top: 38px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

.feedback-form__percents > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.feedback-form__percents-icon {
    margin-right: 14px
}

.feedback-form__percents-info {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .4px
}

.feedback-form__percents-info span {
    display: block;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: .32px
}

@media (max-width: 1150px) {
    .feedback-form::before {
        display: none
    }

    .feedback-form__wrapper {
        max-width: initial
    }

    .feedback-form__form-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .feedback-form__form {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .feedback-form__form-description br.\--show-on-tablet {
        display: block
    }
}

@media (max-width: 768px) {
    .feedback-form {
        padding-bottom: 26px
    }

    .feedback-form__form-description br.\--show-on-tablet, .feedback-form__stats {
        display: none
    }

    .feedback-form__title {
        margin-bottom: 18px
    }

    .feedback-form__form-description {
        text-align: center
    }

    .feedback-form__form-wrapper, .feedback-form__form-wrapper .feedback-form__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .feedback-form__form-wrapper .feedback-form__form {
        margin: 3px 0 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .feedback-form__form-wrapper .feedback-form__form > * {
        margin: 18px 10px 0
    }

    .feedback-form .input__input {
        padding: 12px 70px 8px 12px;
        font-size: 18px;
        width: 100%
    }

    .feedback-form .form__button {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .36px;
        padding: 9px 15px 11px
    }
}

@media all and (max-width: 575px) {
    .feedback-form__form .form__fieldset--phone, .feedback-form__form .input__phone {
        max-width: 100%;
        width: calc(100% - 20px)
    }

    .feedback-form__form .form__fieldset--phone input, .feedback-form__form .input__phone input {
        width: 100%
    }

    .feedback-form--women .feedback-form__form-wrapper::before {
        display: none
    }
}

.characters__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

.characters__list {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0
}

.characters__list img {
    vertical-align: baseline;
    display: inline-block;
    margin-right: 4px
}

.characters__list > * {
    display: table-row;
    border-bottom: 1px solid #c4c4c4
}

.characters__list > * > * {
    display: table-cell;
    vertical-align: middle;
    padding: 9px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px
}

.characters__list > * > :first-child {
    width: 160px;
    border-bottom: 1px solid #e8e8e8
}

.characters__list > * > :only-child, .characters__list > :only-child {
    width: 160px;
    border-bottom: 1px solid #e8e8e8
}

.characters__list > :only-child {
    width: 144px
}

@media (min-width: 769px) {
    .characters--blocks .characters__list {
        display: block
    }

    .characters--blocks .characters__list > * {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        padding: 8px 0
    }

    .characters--blocks .characters__list > * > * {
        padding: 0 4px;
        display: inline-block
    }

    .characters--blocks .characters__list > * > :first-child {
        width: auto
    }

    .characters--blocks .characters__list > * > :not(:first-child) {
        text-align: left
    }

    .characters--blocks .characters__list > :not(:last-child) > * {
        border-bottom: 0
    }
}

@media (max-width: 768px) {
    .characters__list > * > :first-child {
        width: 150px
    }

    .characters__title {
        text-align: center
    }
}

.characters--blocks .characters__list > :last-child, ul.characters__list.characters__list-top > :last-child {
    border-bottom: none
}

@media (min-width: 769px) {
    span.top {
        border-bottom: none !important
    }
}

.list, .list > * {
    list-style: none
}

.list {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    margin: 0;
    padding: 0
}

.list > * {
    padding: 9px 9px 9px 10px;
    position: relative;
    border-bottom: 1px solid #e8e8e8
}

.list > :before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

@media (min-width: 768px) {
    .list > :not(:last-child) {
        border-bottom: 1px solid #e8e8e8
    }
}

@media (max-width: 768px) {
    .list {
        text-align: center
    }
}

.review {
    padding-bottom: 26px;
    margin-top: 40px;
    overflow: hidden
}

@media (min-width: 769px) {
    .review__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .review__head .review__title {
        margin-right: 10px;
        width: 40%
    }
}

.review__mobile-model {
    margin-bottom: 24px
}

.review__mobile-model__title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-bottom: 20px;
    color: #999
}

@media only screen and (max-width: 599px) {
    .review__mobile-model__title {
        margin-bottom: 8px
    }
}

.review__mobile-model__pic {
    margin-bottom: 20px
}

.review__model {
    margin-top: 4px;
    max-width: 404px;
    width: 100%
}

.review__model__title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .48px;
    margin-bottom: 5px;
    color: #999
}

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

.review__model__pic {
    max-width: 120px;
    min-width: 120px;
    margin-left: 1px
}

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

.review__photo {
    position: relative;
    z-index: 2;
    margin-right: 32px;
    max-width: 144px;
    min-width: 144px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.review__photo a {
    position: relative;
    display: inline-block;
    line-height: 0;
    border: 2px solid #f60
}

.review__photo a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/kronos_new/img/svg-sprite/zoom.svg) rgba(0, 0, 0, .5) no-repeat center;
    background-size: 32px;
    content: '';
    display: block;
    -webkit-transition: .4s;
    transition: .4s
}

@media (min-width: 575px) {
    .review__photo a::before {
        opacity: 0
    }
}

@media (max-width: 575px) {
    .review__photo a::before {
        background-size: 32px
    }
}

.review__photo a:hover, .video:hover .video__full span {
    border-color: transparent
}

.review__photo img, .review__photo svg {
    width: 100%
}

.review__reply {
    padding: 24px;
    background: #e8e8e8;
    margin-top: 55px;
    position: relative
}

@media (min-width: 575px) {
    .review__reply {
        margin-left: 62px
    }

    .review__reply::before {
        content: '';
        display: block;
        width: 46px;
        height: 1000px;
        position: absolute;
        top: 24px;
        left: 0;
        z-index: 1;
        border-bottom: 2px dashed #f60;
        border-left: 2px dashed #f60;
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%)
    }
}

.review__reply .review__info {
    background: 0 0
}

.review__reply .review__files > * {
    width: calc(33.3% - 16px)
}

@media (max-width: 992px) {
    .review__reply .review__files > * {
        width: 144px
    }
}

@media (max-width: 575px) {
    .review__reply .review__files > * {
        width: calc(100%)
    }
}

.review__reply .review__files img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 575px) {
    .review__reply .review__files img {
        height: auto
    }
}

.review__post, .review__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    margin-bottom: 12px
}

.review__post {
    margin-bottom: 20px
}

.review__info {
    padding-top: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.review__geo, .review__geo > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.review__geo {
    margin-bottom: 25px;
    font-size: 14px;
    letter-spacing: .4px;
    color: #999;
    line-height: 17px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.review__geo > * {
    vertical-align: middle;
    line-height: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 575px) {
    .review__geo > :not(:last-child) {
        margin-right: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.review__geo > :first-child {
    padding-top: 4px;
    vertical-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.review__geo > * img, .review__geo > * svg {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px;
    min-width: 16px;
    max-width: 16px
}

.review__add-info a, .review__text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .4px
}

.review__add-info span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .48px;
    color: #999
}

.review__add-info a {
    text-align: center;
    letter-spacing: .48px;
    border-bottom: 1px dotted;
    color: inherit;
    -webkit-transition: .4s;
    transition: .4s
}

.review__add-info a:hover, .review__mobile-footer .product-link a:hover {
    text-decoration: none;
    border-color: transparent
}

.review__files, .review__mobile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__mobile-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 16px
}

.review__mobile-footer .views-count {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    letter-spacing: .4px
}

.review__mobile-footer .product-link a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .4px;
    border-bottom: 1px dotted;
    color: #000
}

.review__files {
    margin: 12px -8px -8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .review__files {
        margin: 12px -24px -8px
    }
}

.review__files > * {
    margin: 8px;
    width: calc(25% - 16px);
    position: relative;
    display: inline-block;
    line-height: 0
}

@media (max-width: 992px) {
    .review__files > * {
        width: calc(33.3% - 16px)
    }
}

@media (max-width: 575px) {
    .review__files > * {
        width: 100%;
        margin: 8px 0 0
    }
}

.review__files > ::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/kronos_new/img/svg-sprite/zoom.svg) rgba(0, 0, 0, .5) no-repeat center;
    background-size: 24px;
    content: '';
    display: block;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 575px) {
    .review__files > ::before {
        opacity: 0
    }
}

.review__files > :hover::before {
    opacity: .3
}

.review__files > * img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 575px) {
    .review__files > * img {
        height: auto
    }
}

.review__video {
    margin-bottom: 20px
}

.review--video {
    text-align: center;
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px solid #e8e8e8
}

@media (max-width: 992px) {
    .review--video {
        border-bottom: none
    }
}

.review--video.last-item {
    border-bottom: none
}

.review--video .review__geo {
    margin-bottom: 18px;
    display: block
}

.review--video .review__geo > :not(:last-child) {
    margin-bottom: 9px;
    margin-right: 0
}

@media (max-width: 575px) {
    .review {
        text-align: center;
        margin-top: 32px
    }

    .review__wrapper {
        display: block
    }

    .review__photo {
        max-width: 100%;
        min-width: 0;
        width: 120px;
        margin: 0 auto
    }

    .review__info {
        padding-top: 12px
    }

    .review__title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        margin-bottom: 8px
    }

    .review__geo {
        display: block
    }

    .review__geo > :not(:last-child) {
        margin-bottom: 2px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.statistics-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0
}

.statistics-list__not-wrap {
    white-space: nowrap
}

.statistics-list__num {
    display: block;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: .4px;
    white-space: nowrap
}

.statistics-list__title {
    min-height: 38px
}

.statistics-list__title > span {
    position: relative;
    display: inline-block
}

.statistics-list__title > span::after, .statistics-list__title > span::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    -webkit-transition: .4s;
    transition: .4s
}

.statistics-list__title > span::before {
    left: -16px;
    width: 8px;
    border-bottom: 1px solid #000
}

.statistics-list__title > span::after {
    right: -8px;
    width: 0;
    border-bottom: 1px solid #f60;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.statistics-list > * {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .4px
}

.statistics-list > :hover {
    color: #f60
}

@media (max-width: 991px) {
    .statistics-list > :hover {
        color: #000
    }
}

.statistics-list > :hover .statistics-list__title span::after {
    width: 24px
}

.statistics-list > :not(:last-child) > * {
    padding-right: 64px
}

@media (max-width: 991px) {
    .statistics-list > :not(:last-child) > * {
        padding-right: 35px
    }
}

.statistics-list > * > * {
    display: block
}

.statistics-list > * > :not(:last-child) {
    padding-bottom: 3px
}

@media (max-width: 768px) {
    .statistics-list > :not(:last-child) > * {
        padding-right: 35px
    }
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .gallery {
        margin: 0 -8px
    }
}

.gallery__item {
    width: 204px;
    line-height: 0;
    margin: 56px 42px;
    display: block;
    position: relative
}

@media (max-width: 992px) {
    .gallery__item {
        margin: 32px 24px
    }
}

@media (max-width: 575px) {
    .gallery__item {
        width: 120px;
        margin: 8px
    }
}

.gallery__item::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(/local/templates/kronos_new/img/svg-sprite/zoom.svg) rgba(0, 0, 0, .5) no-repeat center;
    background-size: 46px;
    content: '';
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

@media (max-width: 575px) {
    .gallery__item::before {
        background-size: 32px;
        opacity: 1
    }
}

.gallery__item:hover::before, .guarantee-list > :hover img.hover {
    opacity: 1
}

.gallery__item img, .gallery__item::before {
    display: block;
    width: 100%
}

.questions-list {
    padding: 0;
    margin: -8px -24px;
    list-style: none;
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: calc(33.3% - 16px);
    -moz-column-width: calc(33.3% - 16px);
    column-width: calc(33.3% - 16px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto
}

.questions-list__sections {
    padding: 0 48px
}

@media (max-width: 768px) {
    .questions-list__sections {
        padding: 0
    }
}

@media only screen and (max-width: 1285px) {
    .questions-list {
        margin: -8px -15px
    }
}

@media (max-width: 992px) {
    .questions-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width: 768px) {
    .questions-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: auto;
        -moz-column-width: auto;
        column-width: auto;
        width: 100%;
        min-width: 100%;
        margin: -1px 0
    }
}

.questions-list__section {
    margin: 8px 12px;
    background: #f60;
    border-radius: 3px;
    padding: 12px 16px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: calc(100% - 24px)
}

.questions-list__section_main-faq {
    display: none
}

@media all and (max-width: 768px) {
    .questions-list__section_main-faq {
        display: block
    }
}

.questions-list__section .questions-list__icon svg {
    fill: none;
    stroke: none
}

.questions-list__section .questions-list__icon .icon-circle {
    fill: #fff;
    stroke: #fff
}

.questions-list__section .questions-list__icon .icon-question {
    fill: #f60;
    stroke: none
}

@media (max-width: 768px) {
    .questions-list__section {
        width: 100%;
        background: #f60;
        padding: 12px 12px 12px 0;
        margin: 1px 0;
        position: relative;
        border-radius: 0
    }

    .questions-list__section .questions-list__icon {
        margin-right: 0;
        display: block
    }

    .questions-list__section .questions-list__icon .icon-circle, .questions-list__section .questions-list__icon svg {
        fill: #f60;
        stroke: none
    }

    .questions-list__section .questions-list__icon .icon-question {
        fill: #fff;
        stroke: none
    }
}

.questions-list__section .questions-list__text {
    color: #fff
}

.questions-list__section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.questions-list__item {
    margin: 8px 12px;
    background: #fff;
    border-radius: 3px;
    padding: 12px 16px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: calc(100% - 24px)
}

@media (max-width: 768px) {
    .questions-list__item {
        width: 100%;
        background: #e8e8e8;
        padding: 12px 12px 12px 40px;
        margin: 1px 0;
        position: relative;
        border-radius: 0
    }

    .questions-list__item:after, .questions-list__item:before {
        content: '';
        position: absolute;
        display: block;
        width: 10px;
        height: 1px;
        top: 23px;
        left: 20px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #000
    }

    .questions-list__item:after {
        -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 90deg);
        transform: translate(-50%, -50%) rotate3d(0, 0, 1, 90deg)
    }

    .questions-list__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .questions-list__item:hover:after, .questions-list__item:hover:before {
        background: #f60
    }
}

.questions-list__item-section {
    background: #f60
}

.questions-list__item-section .questions-list__text {
    color: #fff
}

@media (max-width: 768px) {
    .questions-list__item-section {
        background: #f60
    }
}

.questions-list__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.questions-list__item:hover {
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    color: #f60
}

@media (max-width: 768px) {
    .questions-list__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.questions-list__icon .icon-circle, .questions-list__item:hover .questions-list__icon svg {
    fill: #fff;
    stroke: #ccc
}

.questions-list__item:hover .questions-list__icon .icon-circle {
    fill: #f60;
    stroke: #f60
}

.questions-list__item:hover .questions-list__icon .icon-question {
    fill: #fff;
    stroke: #fff
}

.questions-list__icon {
    margin-right: 16px;
    max-width: 40px;
    min-width: 40px
}

@media (min-width: 993px) and (max-width: 1028px) {
    .questions-list__icon {
        margin-right: 7px
    }
}

@media (max-width: 768px) {
    .questions-list__icon {
        display: none
    }
}

.questions-list__icon svg {
    fill: #fff;
    stroke: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.questions-list__icon .icon-question {
    fill: #ccc
}

.questions-list--two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: calc(50% - 24px);
    -moz-column-width: calc(50% - 24px);
    column-width: calc(50% - 24px)
}

@media (max-width: 768px) {
    .questions-list--two-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: auto;
        -moz-column-width: auto;
        column-width: auto
    }
}

.question-list__fixed-block {
    display: none
}

@media all and (max-width: 992px) {
    .question-list__fixed-block {
        display: block;
        position: fixed;
        z-index: 150;
        top: 0;
        right: 0;
        bottom: 0;
        width: 95vw;
        max-height: none;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
        padding: 60px 17px 10px 28px;
        background-color: #f60
    }

    .question-list__fixed-block.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.question-list__fixed-content {
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 30px
}

@media all and (max-width: 992px) {
    .question-list__button-back {
        position: absolute;
        top: 10px;
        left: 0
    }
}

.win-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 111;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    overflow: auto;
    text-align: center
}

.win-info .complete-block {
    margin-bottom: 0
}

.win-info::after, .win-info__container {
    display: inline-block;
    vertical-align: middle
}

.win-info::after {
    height: 100%;
    content: '';
    width: 0
}

.win-info__close {
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url(/local/templates/kronos_new/img/svg-sprite/close-gray.svg) no-repeat center;
    background-size: 12px
}

.win-info__container {
    max-width: 720px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 25px 40px 20px;
    text-align: left
}

.win-info--basket .win-info__container {
    padding: 36px 24px 24px
}

.guarantee-list__item br, [data-win-info-content] {
    display: none
}

.question-win__title {
    font-size: 16px;
    line-height: 19px;
    color: #f60;
    margin-bottom: 16px
}

@media all and (max-width: 575px) {
    .question-win__title {
        font-weight: 700;
        color: #fff
    }
}

.question-win__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

@media all and (max-width: 575px) {
    .question-win__text {
        color: #fff
    }
    .notshowpop{
        display: none!important;
    }

}

.question-win__text p {
    margin: 0
}

.main-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    text-align: center
}

.main-tabs__item {
    background: #e8e8e8;
    margin-bottom: 1px;
    margin-right: 1px;
    padding: 13px 50px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    position: relative
}

@media (min-width: 769px) {
    .main-tabs__item[data-tab-active] {
        background: #f60;
        color: #fff
    }

    .main-tabs__item[data-tab-active] .main-tabs__add {
        color: #fff
    }
}

@media (max-width: 768px) {
    .main-tabs__item:after, .main-tabs__item:before {
        content: '';
        position: absolute;
        display: block;
        width: 10px;
        height: 1px;
        top: 20px;
        left: 20px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #000
    }

    .main-tabs__item:after {
        -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 90deg);
        transform: translate(-50%, -50%) rotate3d(0, 0, 1, 90deg)
    }
}

.main-tabs__add {
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .24px;
    color: #999;
    display: inline-block;
    vertical-align: top
}

@media (max-width: 768px) {
    .main-tabs {
        text-align: left
    }

    .main-tabs__item {
        width: 100%;
        text-transform: none;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        padding: 10px 30px
    }
}

.mobiwin {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 111;
    display: none;
    overflow: hidden
}

.mobiwin .main-catalog {
    padding-top: 0
}

.mobiwin.active .mobiwin__container {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobiwin__fix > * {
    margin-top: 0
}

.mobiwin__back, .mobiwin__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobiwin__back {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #f60;
    fill: #f60;
    letter-spacing: .36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mobiwin__back svg {
    margin-right: 10px
}

.mobiwin__container {
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .4s;
    transition: .4s
}

.mobiwin__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden
}

.mobiwin__content > * {
    padding-top: 8px !important
}

.guarantee-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    cursor: default
}

.guarantee-list > :not(:last-child) {
    margin-bottom: 18px
}

.guarantee-list > :hover {
    color: #f60
}

.guarantee-list > :hover .new-color, .guarantee-list > :hover svg {
    fill: #f60
}

.gallery-frame .slick-next.slick-disabled svg, .gallery-frame .slick-next.slick-disabled::after, .gallery-frame .slick-prev.slick-disabled svg, .gallery-frame .slick-prev.slick-disabled::after, .guarantee-list > :hover img, .guarantee-list__icon img.hover {
    opacity: 0
}

.guarantee-list__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.guarantee-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 30px
}

.guarantee-list__item:not(:first-child) {
    margin-top: 18px
}

.guarantee-list__icon {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    position: relative
}

.guarantee-list__icon svg {
    width: 100%;
    fill: #ccc;
    stroke: #fff
}

.guarantee-list__icon .new-color {
    fill: #ccc;
    stroke: #fff
}

.guarantee-list__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    opacity: 1
}

.awards {
    background: #e8e8e8;
    padding-top: 42px;
    padding-bottom: 36px;
    max-width: 100%;
    overflow: hidden
}

.awards--without-bg {
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0
}

.awards__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .36px;
    width: 100%
}

@media only screen and (max-width: 1260px) {
    .awards__container {
        padding: 0
    }
}

.awards__scroll {
    position: relative;
    overflow: hidden;
    margin: auto
}

.awards__wrapper {
    overflow-y: auto;
    height: auto;
    -ms-overflow-style: none
}

.awards__wrapper::-webkit-scrollbar {
    display: none
}

.awards-list {
    padding: 0;
    text-align: center;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1260px) {
    .awards-list {
        padding-right: 25px;
        width: auto
    }
}

@media only screen and (max-width: 575px) {
    .awards-list {
        width: 1020px
    }
}

.awards-list__item {
    margin: 0 4px;
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1240px) {
    .awards-list__item {
        width: 190px
    }
}

.awards-list__icon {
    width: 262px;
    max-width: 100%;
    margin: auto
}

.awards-list__text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px;
    max-width: 200px;
    margin: auto
}

.awards-list__add {
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px
}

@media (max-width: 992px) {
    .awards-list__icon {
        width: 120px
    }

    .awards-list__text {
        font-size: 16px
    }

    .awards-list__container {
        padding-left: 0;
        padding-right: 0
    }
}

.price-block {
    background: #e8e8e8;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px
}

.price-block > * {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 5px 0 5px 10px
}

.price-block__price {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    color: #f60
}

.price-block__price.price-block__price--has-discount {
    color: #f60
}

.price-block__price:not(:first-child) {
    margin-left: 16px
}

.price-block__old-price {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .48px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #999;
    margin-left: 16px
}

.price-block__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.price-block__button-wrapper .button + .button {
    margin-left: 0
}

.price-block__button-wrapper .button:last-child {
    margin-right: 0
}

@media (max-width: 768px) {
    .price-block {
        background: 0 0;
        padding: 0
    }

    .price-block__wrapper {
        width: 100%;
        margin-bottom: 12px;
        text-align: center
    }

    .price-block__center {
        text-align: center
    }

    .price-block__button-wrapper {
        width: calc(100% + 12px);
        margin: 17px -6px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .price-block__button-wrapper:not(:last-child) {
        margin-bottom: 10px
    }

    .price-block__button-wrapper > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .price-block .button, .price-block__button-wrapper .button + .button {
        margin: 10px 6px 0
    }

    .price-block__button-wrapper .button:last-child {
        margin: 0 6px
    }

    .price-block__price {
        font-size: 26px
    }

    .price-block__old-price {
        font-size: 18px
    }
}

.price-block .button {
    margin: 0 15px
}

@media (min-width: 993px) and (max-width: 1130px) {
    .price-block .button {
        margin: 0 10px
    }
}

span.price-block__wrapper.price-block__wrapper-first {
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.product-page__timer-text.product-page__timer-text2 a {
    cursor: default
}

.price-block.product-page__price.product-page__price-spares {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.price-block__button-wrapper.price-block__button-wrapper-spares {
    padding-right: 5%
}

@media all and (max-width: 768px) {
    .price-block__button-wrapper.price-block__button-wrapper-spares {
        padding: 0
    }
}

.timer {
    display: table
}

.timer__val {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .4px;
    position: relative
}

.timer__val:not(:last-child)::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.timer__des {
    text-transform: uppercase;
    padding-top: 6px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .4px;
    text-align: center;
    color: #5d5d5d
}

.timer > * {
    display: table-row
}

.timer > * > * {
    display: table-cell
}

.timer > * > :not(:last-child) {
    padding-right: 20px
}

@media (max-width: 768px) {
    .timer__val {
        font-size: 18px;
        line-height: 22px
    }

    .timer__val:not(:last-child)::before {
        right: 2px
    }

    .timer__des {
        padding-top: 4px;
        font-size: 10px
    }

    .timer > * > :not(:last-child) {
        padding-right: 10px
    }
}

.gallery-carousel .slick-list {
    padding: 0 5px
}

.gallery-carousel__item-wrap {
    padding: 6px;
    margin: 10px 0;
    height: 88px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s
}

@media (min-width: 768px) and (max-width: 992px) {
    .gallery-carousel__item-wrap {
        height: 120px
    }
}

.gallery-carousel__item-wrap:hover {
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.gallery-carousel__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

.gallery-carousel__item img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.gallery-frame__item {
    height: 332px;
    position: relative
}

.gallery-frame__item img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 332px
}

.gallery-frame__item:hover:after {
    background-color: #f60;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/loop-white.svg)
}

.gallery-frame__item::after {
    position: absolute;
    background-image: url(/local/templates/kronos_new/img/loop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    content: "";
    display: block;
    width: 45px;
    height: 44px;
    bottom: 0;
    right: 0
}

@media all and (max-width: 768px) {
    .gallery-frame__item::after {
        background-color: #f60;
        background-image: url(/local/templates/kronos_new/img/svg-sprite/loop-white.svg)
    }
}

.gallery-frame__item-info {
    height: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .4px;
    padding: 250px 14px 40px
}

@media (max-width: 768px) {
    .gallery-frame__item-info {
        padding: 34.1vw 14px 52px
    }
}

.gallery-frame .slick-next::before, .gallery-frame .slick-prev::before, .gallery-frame__item-info-wrap::after {
    display: none
}

.gallery-frame__item-info-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery-frame__item-info-link {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center
}

@media (max-width: 768px) {
    .gallery-frame__item-info-link {
        bottom: 52px
    }
}

.gallery-frame .slick-next, .gallery-frame .slick-prev {
    bottom: 300px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    width: 32px;
    height: 32px;
    -webkit-transform: none;
    transform: none;
    background-color: #fff
}

.gallery-frame .slick-next {
    right: 0
}

.gallery-frame .slick-next:hover svg, .gallery-frame .slick-prev:hover svg, .video:hover .video__full svg path {
    stroke: #f60
}

.gallery-frame .slick-prev {
    right: 32px
}

.gallery-frame .slick-next svg, .gallery-frame .slick-prev svg {
    width: 11px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    stroke-width: .7px;
    stroke: #999
}

.gallery-frame .slick-next svg {
    left: 6px;
    right: auto;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg)
}

@media (max-width: 768px) {
    .gallery-frame__item {
        height: calc((100vw - 30px) / 1.7777777778)
    }

    .gallery-frame__item img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        -webkit-transform: none;
        transform: none
    }

    .gallery-frame .slick-next, .gallery-frame .slick-prev {
        background: 0 0;
        top: inherit;
        bottom: -40px;
        border: 0
    }

    .gallery-frame .slick-next::after, .gallery-frame .slick-prev::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 7px;
        width: 24px;
        height: 2px;
        margin-top: -1px;
        background-color: #999
    }

    .gallery-frame .slick-next:hover::after, .gallery-frame .slick-prev:hover::after {
        background: #f60
    }

    .gallery-frame .slick-next svg {
        left: 16px
    }

    .gallery-frame .slick-prev svg {
        right: 22px
    }
}

.video {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-align: left
}

.video:not(.slick-slide) {
    height: 225px
}

.video--small .video__icon {
    width: 30px;
    height: 22px
}

.video--pic {
    padding: 0
}

.video_seo-element {
    padding: 0 !important;
    height: auto !important
}

@media all and (max-width: 768px) {
    .video_seo-element {
        width: 100%
    }
}

.video a:hover, .video:hover {
    text-decoration: none
}

.video:hover .video__footer, .video:hover .video__title-wrapper, .video:hover::before {
    opacity: 0
}

.video__title-wrapper {
    -webkit-transition: .4s;
    transition: .4s
}

.video > :not(img) {
    position: relative;
    z-index: 1
}

.video a {
    color: inherit
}

.video::before, .video__footer {
    -webkit-transition: .4s;
    transition: .4s
}

.video::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.video__footer, .video__footer > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video__footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video__footer > * {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.video__title {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-bottom: 5px;
    display: block
}

.video__link span, .video__title-desc {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    opacity: .75
}

.video__link {
    margin-right: 34px
}

.video__link span {
    display: block;
    margin-top: 5px
}

.video__full span, .video__link a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    border-bottom: 1px dotted
}

.video__time {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: .4px;
    color: #f60
}

.video--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video--full:hover {
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    position: relative;
    z-index: 12
}

.video--full::before {
    opacity: 1;
    background: #e8e8e8
}

.video-info__link:hover, .video:hover .video__full {
    color: #f60
}

.video__full {
    color: #000
}

.video__full svg {
    content: '';
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 16px
}

.video__full span {
    letter-spacing: .32px;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: .4s;
    transition: .4s
}

.video__icon, .video__icon-play {
    -webkit-transition: .2s;
    transition: .2s
}

.video__icon {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .4;
    background-color: transparent;
    width: 90px;
    height: 65px
}

.video__icon-play {
    width: 100%;
    height: 100%;
    fill: #eee
}

.video:focus .video__icon, .video:hover .video__icon {
    opacity: 1
}

.video:focus .video__icon:after, .video:hover .video__icon:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: -1
}

.video:focus .video__icon-play, .video:hover .video__icon-play {
    fill: #cd201f
}

.video-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    margin-top: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 599px) {
    .video-info {
        padding-left: 15px;
        padding-right: 15px
    }
}

.video-info__views {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    color: #999
}

.video-info__link {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.video-info__link a {
    color: inherit;
    border-bottom: 1px dotted;
    display: inline
}

@media (max-width: 992px) {
    .mobile-statistics-scroll {
        overflow: hidden;
        height: 128px
    }

    .mobile-statistics-scroll .statistics-list {
        text-align: center;
        overflow: auto;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .mobile-statistics-scroll .statistics-list__title span::after, .mobile-statistics-scroll .statistics-list__title span::before {
        display: none
    }

    .statistics-list__mobile-fill {
        color: #000
    }
}

@media (max-width: 768px) {
    .mobile-statistics-scroll .statistics-list {
        padding-left: 0;
        padding-right: 0
    }

    .mobile-statistics-scroll .statistics-list::after, .mobile-statistics-scroll .statistics-list::before {
        content: '';
        display: block;
        min-width: 15px;
        max-width: 15px;
        height: 10px
    }
}

.stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: -4px -28px 28px
}

@media (max-width: 768px) {
    .stepper {
        display: block
    }
}

.stepper__item {
    color: #999;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 28px
}

@media (max-width: 768px) {
    .stepper__item {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px
    }

    .stepper__item:not(:first-child) {
        margin-top: 6px
    }
}

.stepper__num {
    width: 34px;
    height: 34px;
    margin-right: 14px;
    border: 1px solid;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 0
}

@media (max-width: 768px) {
    .stepper__num {
        width: 28px;
        height: 28px;
        font-size: 15px
    }
}

.stepper__active {
    color: #f60
}

.stepper__done .stepper__num {
    color: transparent;
    background: url(/local/templates/kronos_new/img/svg-sprite/done.svg) no-repeat center;
    background-size: 16px;
    border-color: #999
}

.cart-item {
    position: relative
}

.cart-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0
}

@media (min-width: 769px) {
    .cart-item:hover {
        -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        box-shadow: 0 0 12px rgba(255, 102, 0, .4);
        cursor: pointer
    }

    .cart-item:hover, .cart-item:hover + .cart-item > *, .cart-item:hover > * {
        border-color: transparent
    }
}

.cart-item__pic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 0
}

.cart-item__pic img {
    max-width: 134px
}

.cart-item__title {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px
}

@media (max-width: 768px) {
    .cart-item__title {
        padding-right: 30px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        margin-bottom: 16px
    }
}

.cart-item__price {
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.cart-item__old-price {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    text-decoration: line-through;
    color: #999
}

.cart-item__old-price:not(:last-child) {
    margin-right: 14px
}

.cart-item__new-price {
    color: #f60
}

.cart-item__delete-wrap {
    padding: 12px;
    vertical-align: top
}

.cart-item__delete {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer
}

@media (max-width: 768px) {
    .cart-item__delete {
        position: absolute;
        top: 0;
        right: 0
    }
}

.cart-item__delete:hover:after, .cart-item__delete:hover:before {
    background: #f60
}

.cart-item__delete::before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 50%
}

@media (max-width: 768px) {
    .cart-item__delete::before {
        height: 18px;
        background: #000
    }
}

.cart-item__delete::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 50%
}

@media (max-width: 768px) {
    .cart-item__delete::after {
        height: 18px;
        background: #000
    }
}

.cart-item__count {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    white-space: nowrap
}

@media (max-width: 768px) {
    .cart-item__info, .cart-item__info .cart-item__pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-item__info .cart-item__pic {
        max-width: 125px;
        min-width: 125px;
        max-height: 90px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cart-item__info .cart-item__pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.cart-item__price-wrapper, .cart-item__price-wrapper .cart-item__counter, .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-item__price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart-item__price-wrapper .cart-item__counter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cart-item__price-wrapper .cart-item__price {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .32px;
    text-align: left
}

.cart-item__price-wrapper .cart-item__price .cart-item__old-price {
    margin-right: 0;
    margin-bottom: 4px
}

.cart-item__price-wrapper .cart-item__price > * {
    display: block
}

.counter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.counter > * {
    margin: 0 8px
}

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

.counter_vertical > * {
    margin: 4px 0
}

@media all and (max-width: 767px) {
    .counter_popup {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .counter_popup > * {
        margin: 0 5px
    }
}

.counter_popup input {
    font-size: 16px;
    line-height: normal
}

@media all and (max-width: 1199px) {
    .counter_catalog > * {
        margin: 0 5px
    }
}

.counter input {
    width: 32px;
    height: 27px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #999;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .4px;
    font-weight: 400;
    -moz-appearance: textfield
}

.counter input::-webkit-inner-spin-button, .counter input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.counter__button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    position: relative;
    background: 0 0
}

.counter__button:active, .counter__button:focus {
    outline: 0
}

.counter__button:hover {
    background: #f60;
    border-color: #f60
}

.counter__button:hover::after, .counter__button:hover::before {
    background: #fff
}

@media all and (max-width: 767px) {
    .counter__button_popup {
        width: 18px;
        height: 18px
    }
}

.counter__minus::before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media all and (max-width: 767px) {
    .counter__minus_popup::before {
        width: 10px
    }
}

.counter__plus::after, .counter__plus::before {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.counter__plus::after {
    height: 8px;
    width: 1px
}

.counter__plus_popup::before {
    width: 10px
}

.counter__plus_popup::after {
    height: 10px
}

.form-req {
    margin-top: 14px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .48px
}

.form-req span {
    color: #c00
}

.section-list__title:hover {
    color: #f60
}

.section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 768px) {
    .section-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0
}

.section-list > * {
    width: 33.3%
}

@media (max-width: 768px) {
    .section-list > * {
        width: 50%
    }
}

@media (min-width: 769px) {
    .section-list.section-list--small > * {
        width: 25%
    }

    .section-list.section-list--small .section-list__item {
        padding-bottom: 20px;
        padding-top: 26px
    }

    .section-list.section-list--small .section-list__pic {
        height: 85px
    }

    .section-list.section-list--small .section-list__title {
        margin-top: 22px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        height: 37px;
        padding: 0 12px
    }

    .section-list.section-list--small .section-list__title:hover {
        color: #f60
    }

    .section-list.section-list--small .section-list__add {
        margin-top: 18px;
        padding: 0 12px
    }
}

.section-list__item {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 30px;
    margin-bottom: 8px
}

@media (min-width: 769px) {
    .section-list__item {
        border-bottom: 1px solid #c4c4c4
    }
}

.complete-block__title span, .section-list__item:hover, .section-list__title__title:hover {
    color: #f60
}

.section-list__title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px;
    display: block;
    padding: 0 10px;
    height: 45px;
    overflow: hidden
}

@media (max-width: 768px) {
    .section-list__title {
        margin-top: 6px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .4px;
        min-height: 40px;
        height: auto;
        -webkit-text-decoration: dotted;
        text-decoration: dotted;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        word-break: break-word;
        -webkit-text-decoration-color: #999;
        text-decoration-color: #999
    }
}

.section-list__add {
    margin-top: 40px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .48px;
    color: #f60;
    display: block;
    padding: 0 10px
}

@media (max-width: 768px) {
    .section-list__add {
        margin-top: 14px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .4px
    }
}

.section-list__pic {
    width: 100%;
    height: 166px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 28px
}

.section-list__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 768px) {
    .section-list__pic {
        height: 82px
    }
}

.complete-block {
    max-width: 456px;
    margin: 0 auto 56px;
    text-align: center
}

.complete-block__title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

@media (max-width: 768px) {
    .complete-block__title {
        margin-bottom: 40px
    }
}

.complete-block__title > :not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 768px) {
    .complete-block__title > :not(:last-child) {
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .complete-block__title span {
        display: block;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: .36px;
        margin-top: 2px
    }
}

.complete-block__add {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    color: #999
}

.spares_block_first p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    text-align: center;
    font-family: "Lato";
    margin-bottom: 30px
}

@media only screen and (max-width: 599px) {
    .spares_block_first p {
        font-size: 17px;
        margin-bottom: 20px
    }
}

.spares_block_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 599px) {
    .spares_block_second {
        display: block;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 768px) {
    .spares_block_second {
        padding-bottom: 20px
    }
}

.spares_block_second_phone {
    margin-right: 25px;
    margin-left: 25px
}

.company-info__link-icon.company-info__phone.company-info-contacts.company-info-contacts-spares::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/contacts-phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom
}

@media only screen and (max-width: 599px) {
    .spares_block_first {
        padding-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    .spares_block_first {
        padding-top: 20px
    }
}

@media (min-width: 599px) and (max-width: 1180px) {
    .spares_block_second {
        margin-right: 5px;
        margin-left: 5px;
        display: grid
    }
}

.tab-description {
    padding-top: 26px
}

@media (min-width: 768px) {
    .tab-description .feedback-form:not(:first-child) {
        margin-top: 25px
    }
}

.tab-description .price-block {
    margin-top: 24px
}

.tab-description__link {
    text-align: center
}

@media (max-width: 768px) {
    .seo-element {
        text-align: center
    }
}

.tab-characters {
    padding-top: 50px
}

.tab-characters .feedback-form, .tab-equipment .feedback-form {
    margin-top: 20px
}

@media (max-width: 768px) {
    .tab-characters {
        padding-top: 26px
    }
}

.tab-equipment {
    padding-top: 50px
}

@media (max-width: 768px) {
    .tab-equipment {
        padding-top: 26px
    }
}

.tab-reviews__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e8e8e8;
    padding: 25px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px
}

@media only screen and (max-width: 992px) {
    .tab-reviews__more {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.tab-reviews__more__btn {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin-left: 12px
}

.tab-reviews__mobile-add-review {
    margin-bottom: 48px
}

.tab-reviews__mobile-add-review .button {
    margin: 0 auto
}

.tab-reviews__add {
    margin-top: 40px
}

.tab-reviews__video-slider-info {
    display: none
}

.tab-reviews__container.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.tab-reviews__text-reviews {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tab-reviews__text-reviews .review:not(:last-child) {
    border-bottom: 1px solid #e8e8e8
}

.tab-reviews__video-reviews {
    width: 100%;
    min-width: 288px;
    margin-left: 96px;
    padding-right: 96px
}

.tab-reviews__video-reviews .video {
    height: 45vw
}

@media (min-width: 992px) {
    .tab-reviews__video-reviews .review__mobile-footer {
        display: none
    }

    .tab-reviews__video-reviews .video {
        height: 162px
    }

    .tab-reviews__video-reviews .video > :not(.video__icon) {
        opacity: 0
    }
}

.tab-reviews .section--download-catalog {
    margin-top: 50px
}

@media (max-width: 992px) {
    .tab-reviews__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .tab-reviews__video-reviews {
        max-width: 100%;
        min-width: auto;
        margin: 0 -5px
    }

    .tab-reviews__video-reviews .pagination-btn__container {
        display: none
    }

    .tab-reviews__video-reviews .review {
        margin: 0 5px
    }

    .tab-reviews__video-reviews .review > :not(.review__video):not(.review__mobile-footer) {
        display: none
    }

    .tab-reviews__video-reviews .review__video {
        margin-bottom: 0
    }

    .tab-reviews__video-reviews .review--video {
        padding-bottom: 0;
        padding-top: 0
    }

    .tab-reviews__video-reviews .video {
        height: 30vw
    }

    .tab-reviews__text-reviews {
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .tab-reviews {
        padding-top: 26px;
        overflow: hidden;
        margin-bottom: 20px
    }

    .tab-reviews__add {
        display: none
    }

    .tab-reviews__video-reviews {
        margin: 0;
        padding: 0
    }

    .tab-reviews__video-reviews .video {
        height: calc(56.25vw - 30px)
    }

    .tab-reviews__video-slider-info {
        display: block;
        margin-top: 18px;
        padding-bottom: 25px;
        border-bottom: 1px solid #dcdcdc
    }

    .tab-reviews__video-slider-info .js-video-reviews-current {
        color: #f60
    }
}

.video-reviews__container {
    margin: 20px 0 40px
}

.video-reviews__container_mobile {
    display: none
}

@media (max-width: 992px) {
    .video-reviews__container_mobile {
        display: block
    }

    .video-reviews__container_desktop {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .video-reviews__container .pagination-btn__container {
        margin-top: 20px
    }
}

.tab-video {
    padding-top: 56px
}

.tab-video__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0
}

.tab-video__wrapper > * {
    margin: 20px 0;
    width: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%
}

@media (max-width: 992px) {
    .tab-video__wrapper > * {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width: 768px) {
    .tab-video__wrapper > * {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 8px 0
    }
}

.tab-video .feedback-form {
    margin-top: 10px
}

@media (max-width: 768px) {
    .tab-video {
        padding-top: 26px
    }

    .tab-video__wrapper {
        margin: 0
    }
}

.tab-additional {
    padding-top: 36px
}

@media (max-width: 768px) {
    .tab-additional {
        padding-top: 26px
    }
}

.mobiwin .cart-product__title {
    height: auto;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    -webkit-line-clamp: 2
}

.mobiwin .cart-product__title a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .4px;
    border-bottom: 1px dotted;
    display: inline
}

@media all and (max-width: 992px) {
    .mobiwin .cart-product__cost-block {
        display: none
    }
}

.mobiwin .cart-product__cost--new {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

.mobiwin .cart-product__button {
    width: auto
}

.mobiwin .cart-product .icon-text__icon {
    fill: #f60
}

.mobiwin .cart-product__availability {
    margin-bottom: 22px
}

.tab-certificate .feedback-form {
    margin-top: 10px
}

@media (max-width: 768px) {
    .tab-certificate {
        padding-top: 26px
    }
}

.tab-questions {
    padding-top: 50px
}

.tab-questions_faq-page {
    padding-top: 28px
}

@media all and (max-width: 768px) {
    .tab-questions_faq-page {
        padding-top: 10px
    }
}

.tab-questions .form__textarea {
    min-height: 145px
}

.tab-questions .form__group.form__group--33, .tab-questions__form {
    position: relative
}

.tab-questions .form-errors {
    position: absolute;
    margin-top: 12px
}

.tab-questions__questions {
    margin-top: 60px
}

.tab-questions__questions-desc {
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.tab-questions__questions-wrapper {
    background: #e8e8e8;
    padding-top: 32px;
    padding-bottom: 32px
}

.tab-questions .section--download-catalog {
    margin-top: 50px
}

.tab-questions__title {
    margin-bottom: 28px
}

@media all and (max-width: 768px) {
    .tab-questions__title {
        display: none
    }
}

.tab-questions__section-wrapper {
    margin-bottom: 59px
}

@media all and (max-width: 768px) {
    .tab-questions__section-wrapper {
        margin-bottom: 0
    }
}

.tab-about-company {
    max-width: 100%
}

.tab-about-company .title-line:not(.section--download-catalog__title) {
    margin-top: 60px;
    margin-bottom: 60px
}

.tab-about-company .section--download-catalog {
    margin-top: 60px
}

@media (min-width: 769px) {
    .tab-about-company__stat .mobile-statistics-scroll {
        margin-bottom: 32px
    }
}

.tab-about-company__stat-info__text > :not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (max-width: 910px) {
    .tab-about-company__stat .company-statistics__container {
        margin-top: 42px
    }
}

@media all and (max-width: 575px) {
    .tab-about-company__stat .company-statistics__container {
        margin-bottom: 30px
    }
}

.tab-about-company__description-block {
    padding-top: 64px;
    padding-bottom: 0;
    position: relative
}

.tab-about-company__description-block::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 120px;
    width: 448px;
    height: 448px;
    background-image: url(/local/templates/kronos_new/img/tab-about-company/description.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none
}

@media (min-width: 993px) and (max-width: 1130px) {
    .tab-about-company__description-block::before {
        right: 0
    }
}

.tab-about-company__description-block__wrapper {
    max-width: 616px;
    width: 100%
}

.tab-about-company__description-block__title-wrapper {
    max-width: 570px;
    padding-left: 40px
}

.tab-about-company__description-block__title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 20px;
    font-weight: 200
}

.tab-about-company__description-block__text {
    font-size: 16px;
    line-height: 19px;
    margin: 0
}

.tab-about-company__description-block__stat {
    margin-top: 100px
}

.tab-about-company__price-guarantee {
    padding-top: 44px;
    padding-bottom: 36px;
    position: relative;
    margin-bottom: 370px
}

@media (max-width: 768px) {
    .tab-about-company__price-guarantee {
        text-align: center
    }
}

.tab-about-company__price-guarantee::before {
    content: '';
    display: block;
    width: 514px;
    height: 410px;
    background-image: url(/local/templates/kronos_new/img/tab-about-company/price-guarantee.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -290px;
    pointer-events: none
}

@media (min-width: 992px) and (max-width: 1260px) {
    .tab-about-company__price-guarantee::before {
        width: 40.8vw;
        height: 38vw
    }
}

.tab-about-company__price-guarantee__wrapper {
    max-width: 640px;
    width: 100%;
    float: left
}

@media (min-width: 992px) and (max-width: 1260px) {
    .tab-about-company__price-guarantee__wrapper {
        max-width: 55%
    }
}

.tab-about-company__price-guarantee__title {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

.tab-about-company__price-guarantee__descriptions {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin: -8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tab-about-company__price-guarantee__descriptions p {
    position: relative;
    padding-left: 16px;
    width: 55%
}

@media (min-width: 769px) {
    .tab-about-company__price-guarantee__descriptions p:nth-child(2), .tab-about-company__price-guarantee__descriptions p:nth-child(3) {
        width: calc(50% - 32px)
    }
}

.tab-about-company__price-guarantee__descriptions p::before {
    content: none;
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 2px;
    border-radius: 50%;
    background: #f60;
    pointer-events: none
}

.tab-about-company__delivery {
    padding-bottom: 10px
}

.tab-about-company__delivery li {
    cursor: pointer
}

.tab-about-company__delivery li:hover .tab-about-company__delivery__stats-icon {
    stroke: #f60
}

.tab-about-company__delivery__car {
    width: 100%;
    height: 288px;
    background-color: #e8e8e8 url(/local/templates/kronos_new/img/tab-about-company/delivery-city.svg) left bottom no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 224px
}

.tab-about-company__delivery__car::after, .tab-about-company__delivery__car::before {
    position: absolute;
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none
}

.tab-about-company__delivery__car::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    top: 64px;
    width: 960px;
    height: 447.61px;
    background-image: url(/local/templates/kronos_new/img/tab-about-company/delivery-car.png)
}

.tab-about-company__delivery__car::after {
    top: 0;
    width: 179.26px;
    height: 179.26px;
    left: calc(50% - 494px);
    background-image: url(/local/templates/kronos_new/img/tab-about-company/delivery-sale.png)
}

.tab-about-company__delivery__stats, .tab-about-company__delivery__stats-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-about-company__delivery__stats {
    padding: 0;
    list-style: none;
    text-align: center
}

.tab-about-company__delivery__stats-icon {
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    stroke: #999
}

.tab-about-company__delivery__stats-icon svg {
    stroke: inherit
}

.tab-about-company__delivery__stats-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px
}

.tab-about-company__delivery__stats > * {
    max-width: 174px;
    margin: 0 35px
}

@media (max-width: 768px) {
    .tab-about-company__service {
        text-align: center
    }
}

.tab-about-company__service-list .slick-next, .tab-about-company__service-list .slick-prev {
    top: inherit;
    right: inherit;
    font-size: 0;
    position: absolute;
    bottom: -80px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    left: 24px
}

.tab-about-company__service-list .slick-next::before, .tab-about-company__service-list .slick-prev::before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 3px solid #999;
    border-bottom: 3px solid #999;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    font-size: 0;
    color: transparent;
    pointer-events: none
}

.tab-about-company__service-list .slick-prev::before {
    left: calc(50% + 2px);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.tab-about-company__service-list .slick-next {
    left: 88px
}

.tab-about-company__service-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

.tab-about-company__service-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px;
    margin-bottom: 60px
}

.tab-about-company__service-text > * {
    width: calc(33.3% - 40px);
    padding-top: 22px;
    position: relative
}

.tab-about-company__service-text > ::before {
    content: '';
    display: block;
    width: 32px;
    border-bottom: 2px solid #f60;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.tab-about-company__map [id^=bx_incl_area_], .tab-about-company__service-text > :hover:before {
    width: 100%
}

@media only screen and (max-width: 599px) {
    .tab-about-company__service-text > :hover:before {
        width: 32px
    }
}

@media (max-width: 768px) {
    .tab-about-company__service-text {
        margin-bottom: 20px
    }
}

.tab-about-company__service-list {
    margin: -8px -24px;
    padding: 0
}

.tab-about-company__service-list-item {
    padding: 8px 24px 8px 36px;
    position: relative
}

.tab-about-company__service-list-item::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 14px;
    left: 24px;
    border-radius: 50%;
    background: #f60;
    pointer-events: none
}

.tab-about-company__service-slider-wrapper {
    max-width: 640px
}

.tab-about-company__service .tab-about-company__gray .container {
    padding-top: 44px;
    padding-bottom: 116px;
    position: relative
}

.tab-about-company__service .tab-about-company__gray .container::before {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 570px;
    height: 304px;
    background: url(/local/templates/kronos_new/img/tab-about-company/service-bus.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

.tab-about-company__service .tab-about-company__gray .container::after {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 302px;
    height: 389px;
    background: url(/local/templates/kronos_new/img/tab-about-company/service-man.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

.tab-about-company__map {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-about-company__credit__title {
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.tab-about-company__credit__desc {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .32px;
    margin-bottom: 100px
}

.tab-about-company__credit .container {
    position: relative;
    padding-top: 68px;
    padding-bottom: 48px
}

@media only screen and (max-width: 599px) {
    .tab-about-company__credit .container {
        padding-bottom: 0
    }
}

.tab-about-company__credit .container .tab-about-company__credit__cards {
    position: absolute;
    top: 10px;
    right: 120px;
    width: 461px;
    height: 285px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

@media (min-width: 993px) and (max-width: 1111px) {
    .tab-about-company__credit .container .tab-about-company__credit__cards {
        top: 30px
    }
}

.tab-about-company__credit .container::after {
    position: absolute;
    top: 21px;
    right: 0;
    width: 675px;
    height: 406px;
    background: url(/local/templates/kronos_new/img/tab-about-company/credit-machine.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none;
    z-index: 30
}

.tab-about-company__credit__form-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px
}

.tab-about-company__credit__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 500px
}

.tab-about-company__credit__form-wrapper .form__fieldset {
    margin: 0;
    width: auto
}

.tab-about-company__credit__form-wrapper .input__phone {
    margin: 0
}

.tab-about-company__credit__form-wrapper .form__fieldset--button {
    margin-left: 24px
}

.tab-about-company__credit__form-wrapper .input__input {
    height: 40px;
    font-size: 15px
}

.tab-about-company__credit__form-wrapper .form__fieldset--phone, .tab-about-company__credit__form-wrapper .input__phone {
    width: 100%;
    max-width: 300px
}

@media only screen and (max-width: 599px) {
    .tab-about-company__credit__form-wrapper .form__fieldset--phone, .tab-about-company__credit__form-wrapper .input__phone {
        max-width: 350px
    }
}

.tab-about-company__credit__wrapper {
    max-width: 514px
}

.tab-about-company__credit__wrapper .mobile-statistics-scroll:not(:last-child) {
    margin-bottom: 50px
}

.tab-about-company__credit-description .container {
    position: relative
}

.tab-about-company__credit-description .container::before {
    position: absolute;
    top: 50%;
    width: 324.78px;
    height: 104px;
    background: url(/local/templates/kronos_new/img/tab-about-company/credit-description.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    left: calc(50% - 150px);
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    pointer-events: none
}

.tab-about-company__credit-description__wrapper {
    max-width: 636px;
    margin-right: auto;
    margin-top: 30px
}

.tab-about-company__credit-description__text {
    display: flow-root;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tab-about-company__credit-description__text p {
    margin: 5px 18px
}

@media all and (max-width: 992px) {
    .tab-about-company__credit-description__text {
        text-align: center
    }
}

.tab-about-company__credit-description__form {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.tab-about-company__credit-description__form > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px 18px
}

.tab-about-company__credit-description__form .form__fieldset, .tab-about-company__credit-description__form .input__phone {
    width: auto
}

.tab-about-company__credit-description__form .input__input {
    height: 40px;
    font-size: 15px
}

.tab-about-company__credit-partners {
    margin-top: 90px;
    padding: 0;
    position: relative;
    list-style: none;
    max-width: 1280px;
    width: 100%;
    right: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden
}

@media (max-width: 1160px) {
    .tab-about-company__credit-partners {
        margin-top: 30px;
        padding-top: 70px
    }
}

.tab-about-company__credit-partners .tab-about-company__credit-partners-list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.tab-about-company__credit-partners .tab-about-company__credit-partners-list, .tab-about-company__credit-partners .tab-about-company__credit-partners-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-about-company__credit-partners-wrapper {
    overflow-y: unset !important
}

.tab-about-company__credit-partners__item {
    max-height: 44px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-about-company__credit-partners__item img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

@media (min-width: 769px) {
    .tab-about-company__credit-partners__item img {
        cursor: pointer
    }
}

@media only screen and (max-width: 768px) {
    .tab-about-company__credit-partners__item img {
        max-width: 247px;
        width: auto;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }
}

.tab-about-company__credit-partners__item--hover {
    display: none
}

@media only screen and (max-width: 768px) {
    .tab-about-company__credit-partners__item {
        width: auto;
        max-width: 250px;
        height: 44px
    }
}

@media (min-width: 992px) {
    .tab-about-company__credit-partners::after, .tab-about-company__credit-partners::before {
        content: '';
        display: block;
        width: 135px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 11;
        pointer-events: none
    }

    .tab-about-company__credit-partners::before {
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 90%)
    }

    .tab-about-company__credit-partners::after {
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 90%)
    }
}

.tab-about-company__resale .container {
    padding-top: 44px;
    padding-bottom: 36px;
    position: relative
}

.tab-about-company__resale .container::before {
    position: absolute;
    top: -26px;
    right: 0;
    width: 524px;
    height: 379px;
    background: url(/local/templates/kronos_new/img/tab-about-company/resale.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none
}

.tab-about-company__resale__text {
    max-width: 640px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.tab-about-company__resale__text p:not(:last-child) {
    margin-bottom: 16px
}

.tab-about-company__resale__text ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: -16px 0 0;
    list-style: none
}

.tab-about-company__resale__text ul li {
    width: calc(50% - 24px);
    padding-left: 16px;
    position: relative;
    margin-top: 16px
}

.tab-about-company__resale__text ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    background: #f60;
    pointer-events: none
}

.tab-about-company__resale__text ul, .tab-about-company__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-about-company__stat-info {
    width: calc(50% + 288px);
    background: #e8e8e8;
    position: relative
}

.tab-about-company__stat-info::before {
    position: absolute;
    bottom: 54px;
    right: -64px;
    width: 479px;
    height: 350px;
    background: url(/local/templates/kronos_new/img/tab-about-company/stat.png) center no-repeat;
    background-size: cover;
    content: '';
    display: block;
    pointer-events: none
}

.tab-about-company__stat-info__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .tab-about-company__stat-info .mobile-statistics-scroll {
        height: 250px
    }
}

.tab-about-company__stat-info__wrapper {
    max-width: 840px;
    margin-left: auto;
    padding: 43px 270px 36px 16px
}

.tab-about-company__stat-info__text {
    max-width: 360px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px
}

.tab-about-company__stat-blocks {
    width: 272px;
    margin-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab-about-company__stat-blocks > * {
    height: 50%;
    width: 100%;
    background: #f60
}

.tab-about-company__stat-blocks > :not(:last-child) {
    margin-bottom: 1px
}

.tab-about-company__stat-blocks__block {
    padding: 24px 24px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff
}

.tab-about-company__stat-blocks__block-icon {
    text-align: right
}

.tab-about-company__stat-blocks__block-text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .32px
}

.tab-about-company__stat-blocks__block-text span {
    display: block;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 6px;
    letter-spacing: .32px
}

.tab-about-company__awards {
    padding-top: 44px;
    padding-bottom: 36px;
    background: #e8e8e8
}

.tab-about-company__awards__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px
}

.tab-about-company__money-guarantee {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-about-company__money-guarantee__icon {
    min-width: 504px;
    max-width: 504px;
    margin-right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: -2%
}

@media (min-width: 993px) and (max-width: 1130px) {
    .tab-about-company__money-guarantee__icon {
        margin-top: 7%
    }
}

.tab-about-company__money-guarantee__text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    margin-top: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab-about-company__money-guarantee__text p {
    margin-bottom: 16px;
    width: calc(50% - 24px);
    margin-right: 23px
}

@media (max-width: 768px) {
    .tab-about-company__money-guarantee__text p {
        width: 100%;
        margin-right: 0
    }

    .tab-about-company__money-guarantee__text {
        padding-top: 30px
    }
}

.tab-about-company__money-guarantee:hover .hover-img {
    display: block
}

.tab-about-company__money-guarantee .hover-img, .tab-about-company__money-guarantee:hover .no-hover-img {
    display: none
}

@media (max-width: 1180px) {
    .tab-about-company__credit .container .tab-about-company__credit__cards, .tab-about-company__credit .container::before {
        width: 350px
    }

    .tab-about-company__credit .container::after {
        width: 544px
    }

    .tab-about-company__resale .container::before {
        width: 338px;
        height: 246px;
        margin-top: 60px
    }

    .tab-about-company__rate-us__stars {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tab-about-company__rate-us__stars > * {
        width: 92px;
        height: 92px
    }

    .tab-about-company__rate-us__stars > ::before {
        width: 50px;
        height: 48px
    }
}

@media (max-width: 992px) {
    .tab-about-company .title-line__title {
        text-align: center
    }

    .tab-about-company__description-block::before {
        width: 275px;
        height: 272px;
        top: 20px
    }

    .tab-about-company__price-guarantee::before {
        width: 239.58px;
        height: 224px;
        bottom: 30px;
        left: auto
    }

    .tab-about-company__delivery__car::before {
        width: 790px
    }

    .tab-about-company__delivery__car::after {
        top: 36px;
        left: calc(50% - 432px)
    }

    .tab-about-company__service-slider-wrapper {
        max-width: 324px
    }

    .tab-about-company__service .tab-about-company__gray {
        margin-top: 90px
    }

    .tab-about-company__credit-description .container::before {
        left: 50%;
        top: -14px;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 216px;
        height: 69.17px
    }

    .tab-about-company__credit-description__wrapper {
        margin-top: 140px;
        margin-left: auto;
        margin-right: auto
    }

    .tab-about-company__resale {
        margin-top: 170px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__resale {
        margin-top: 40px
    }
}

@media (max-width: 992px) {
    .tab-about-company__resale__text {
        max-width: 100%
    }

    .tab-about-company__resale .container {
        padding-top: 110px
    }

    .tab-about-company__resale .container::before {
        right: 50%;
        -webkit-transform: translate(50%, -100%);
        transform: translate(50%, -100%);
        top: 100px
    }

    .tab-about-company__money-guarantee__icon {
        max-width: 400px;
        min-width: 400px;
        margin-right: 40px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__money-guarantee__icon {
        max-width: 320px;
        min-width: 320px
    }
}

@media (max-width: 992px) {
    .tab-about-company__stat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tab-about-company__stat-info {
        width: 100%
    }

    .tab-about-company__stat-info::before {
        right: 10px
    }

    .tab-about-company__stat-info__wrapper {
        max-width: 100%;
        padding: 43px 314px 36px 16px
    }

    .tab-about-company__stat-blocks {
        width: 100%;
        margin-left: 0;
        margin-top: 24px
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .tab-about-company__stat-blocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tab-about-company__stat-blocks__block {
        height: 228px
    }

    .tab-about-company__stat-blocks__block:not(:last-child) {
        margin-right: 1px
    }
}

@media (max-width: 992px) {
    .tab-about-company__rate-us__stars > * {
        width: 70px;
        height: 70px
    }

    .tab-about-company__rate-us__stars > :not(:last-child) {
        margin-right: 9px
    }

    .tab-about-company__rate-us__stars > ::before {
        width: 38px;
        height: 36px
    }

    .tab-about-company {
        padding-top: 26px
    }

    .tab-about-company__full-credit-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        background: #e8e8e8;
        padding-top: 150px;
        padding-bottom: 28px;
        position: relative;
        margin-bottom: 20px
    }

    .tab-about-company__full-credit-block::before {
        position: absolute;
        top: 23px;
        width: 216px;
        height: 69.17px;
        background: url(/local/templates/kronos_new/img/tab-about-company/credit-description.png) center no-repeat;
        background-size: contain;
        content: '';
        display: block;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        pointer-events: none
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-partners-wrapper {
        overflow-y: hidden !important
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description .container::before, .tab-about-company__full-credit-block .tab-about-company__credit-description__wrapper::before, .tab-about-company__full-credit-block .tab-about-company__credit-partners::after, .tab-about-company__full-credit-block .tab-about-company__credit-partners::before {
        display: none
    }

    .tab-about-company__full-credit-block ::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__wrapper {
        margin-top: 50px
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__text {
        display: flow-root;
        margin: 0
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__text p {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: .4px;
        margin: 0
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__text p:not(:first-child) {
        padding-top: 25px;
        position: relative
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__text p:not(:first-child)::before {
        content: '';
        display: block;
        width: 32px;
        height: 2px;
        background: #f60;
        position: absolute;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__text p:not(:last-child) {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__full-credit-block .tab-about-company__credit-description__text p:not(:last-child) {
        margin: auto;
        padding-bottom: 25px
    }
}

@media (max-width: 992px) {
    .tab-about-company__full-credit-block .tab-about-company__credit-description__form {
        display: block;
        margin-top: 20px
    }

    .tab-about-company__full-credit-block .tab-about-company__credit-description__form .form__fieldset .button, .tab-about-company__full-credit-block .tab-about-company__credit-description__form .input__phone .button {
        margin: 24px auto 0
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__full-credit-block .tab-about-company__credit-description__form .form__fieldset .button, .tab-about-company__full-credit-block .tab-about-company__credit-description__form .input__phone .button {
        width: 100%
    }
}

@media (max-width: 992px) {
    .tab-about-company .title-line:not(.section--download-catalog__title) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width: 992px) and (max-width: 575px) {
    .tab-about-company .title-line:not(.section--download-catalog__title) {
        margin-top: 30px
    }
}

@media (max-width: 992px) {
    .tab-about-company .tab-about-company__credit-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #e8e8e8
    }

    .tab-about-company .section--download-catalog {
        margin-top: 42px
    }

    .tab-about-company__description-block {
        padding-bottom: 50px;
        padding-top: 0
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__description-block {
        padding-bottom: 0
    }
}

@media (max-width: 992px) {
    .tab-about-company__description-block::before {
        top: inherit;
        bottom: 26px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__description-block::before {
        display: none
    }
}

@media (max-width: 992px) {
    .tab-about-company__description-block__stat {
        position: relative;
        min-height: 150px
    }

    .tab-about-company__description-block__text {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: .32px
    }

    .tab-about-company__description-block__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: .32px
    }

    .tab-about-company__description-block li {
        width: 190px;
        position: absolute;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity 1s ease;
        transition: opacity 1s ease
    }

    .tab-about-company__description-block li.active {
        opacity: 1
    }

    .tab-about-company__price-guarantee-title.title-line {
        margin-top: 22px
    }

    .tab-about-company__price-guarantee {
        margin-top: 196px;
        padding-top: 72px;
        margin-bottom: 44px
    }

    .tab-about-company__price-guarantee__wrapper {
        max-width: 100%;
        margin-bottom: 30px
    }

    .tab-about-company__price-guarantee__descriptions {
        margin: 0
    }

    .tab-about-company__price-guarantee__descriptions p {
        padding-left: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__price-guarantee__descriptions p {
        width: 100%;
        margin-top: 30px
    }
}

@media (max-width: 992px) {
    .tab-about-company__price-guarantee__descriptions p::before {
        width: 32px;
        left: calc(50% - 16px);
        top: -22px;
        border-radius: 0;
        height: 2px
    }

    .tab-about-company__price-guarantee__descriptions p:first-child::before {
        display: none
    }

    .tab-about-company__price-guarantee__descriptions p:not(:last-child) {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__price-guarantee__descriptions p:not(:last-child) {
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .tab-about-company__price-guarantee::before {
        bottom: inherit;
        top: -174px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .tab-about-company__delivery__car {
        height: 190px;
        background: 0 0;
        background-image: url(/local/templates/kronos_new/img/tab-about-company/delivery-city-mob.svg);
        background-size: contain;
        background-repeat: repeat;
        margin-bottom: 0;
        margin-top: 30px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__delivery__car {
        margin-top: 0;
        background-color: #e8e8e8
    }
}

@media (max-width: 992px) {
    .tab-about-company__delivery__car::before {
        width: 316px;
        height: 147px;
        top: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -71px
    }

    .tab-about-company__delivery__car::after {
        top: 17px;
        left: 50%;
        width: 146px;
        height: 146px;
        z-index: 1
    }

    .tab-about-company__delivery__stats {
        background-color: #e8e8e8;
        padding-top: 86px;
        display: block;
        text-align: left;
        padding-bottom: 14px;
        margin-bottom: 0
    }

    .tab-about-company__delivery__stats-icon {
        width: 56px;
        margin-right: 34px;
        margin-bottom: 0
    }

    .tab-about-company__delivery__stats-text br, .tab-about-company__service .tab-about-company__gray .container .tab-about-company__service-slider-wrapper {
        display: none
    }

    .tab-about-company__delivery__stats > * {
        margin: 0;
        padding: 14px 20px;
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tab-about-company__service-text {
        display: block
    }

    .tab-about-company__service-text > * {
        width: 100%;
        margin-bottom: 0
    }

    .tab-about-company__service-text > :not(:last-child) {
        margin-bottom: 28px
    }

    .tab-about-company__service-text > :first-child {
        padding-top: 0
    }

    .tab-about-company__service-text > :first-child::before {
        display: none
    }

    .tab-about-company__service-text > ::before {
        left: calc(50% - 16px)
    }

    .tab-about-company__service .tab-about-company__gray {
        margin-top: 300px
    }

    .tab-about-company__service .tab-about-company__gray .container {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .tab-about-company__service .tab-about-company__gray .container .tab-about-company__service-title {
        text-align: center;
        margin-bottom: 0
    }

    .tab-about-company__service .tab-about-company__gray .container::after, .tab-about-company__service .tab-about-company__gray .container::before {
        left: 50%;
        bottom: inherit;
        top: -50px;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        width: 340px;
        height: 182px
    }

    .tab-about-company__service .tab-about-company__gray .container::after {
        width: 196px;
        height: 253px;
        top: 0
    }

    .tab-about-company__map {
        height: 240px
    }

    .tab-about-company__credit {
        margin-top: 150px
    }

    .tab-about-company__credit .container {
        padding-top: 96px
    }

    .tab-about-company__credit .container .tab-about-company__credit__cards, .tab-about-company__credit .container::before {
        width: 190px;
        height: 110px
    }

    .tab-about-company__credit .container::after {
        width: 410px;
        height: 273px
    }
}

@media (max-width: 992px) and (max-width: 678px) {
    .tab-about-company__credit .container::after {
        width: 330px;
        top: 160px
    }
}

@media (max-width: 992px) {
    .tab-about-company__credit .container::after, .tab-about-company__credit .container::before {
        bottom: inherit;
        left: 50%;
        top: 26px;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .tab-about-company__credit .container::after {
        top: 133px;
        width: 100%
    }

    .tab-about-company__credit .container .tab-about-company__credit__cards {
        bottom: inherit;
        left: 50%;
        top: 26px;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .tab-about-company__credit .container .mobile-statistics-scroll {
        margin-bottom: 40px
    }

    .tab-about-company__credit__wrapper {
        max-width: 100%
    }

    .tab-about-company__credit__wrapper .mobile-statistics-scroll {
        margin-left: -15px;
        margin-right: -15px
    }

    .tab-about-company__credit__form-title {
        text-align: center
    }

    .tab-about-company__credit__form-wrapper {
        display: block;
        width: 100%
    }

    .tab-about-company__credit__form-wrapper > *, .tab-about-company__credit__form-wrapper > .form__fieldset, .tab-about-company__credit__form-wrapper > .input__phone {
        display: block;
        margin: 0 auto
    }

    .tab-about-company__credit__form-wrapper > * .button, .tab-about-company__credit__form-wrapper > .form__fieldset .button, .tab-about-company__credit__form-wrapper > .input__phone .button {
        margin: 0 auto
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__credit__form-wrapper > * .button, .tab-about-company__credit__form-wrapper > .form__fieldset .button, .tab-about-company__credit__form-wrapper > .input__phone .button {
        width: 100%
    }
}

@media (max-width: 992px) {
    .tab-about-company__credit__form-wrapper > .form__fieldset:not(:last-child), .tab-about-company__credit__form-wrapper > .input__phone:not(:last-child), .tab-about-company__credit__form-wrapper > :not(:last-child) {
        margin-bottom: 18px
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__credit__form-wrapper > .form__fieldset:not(:last-child), .tab-about-company__credit__form-wrapper > .input__phone:not(:last-child), .tab-about-company__credit__form-wrapper > :not(:last-child) {
        margin-bottom: 18px
    }
}

@media (max-width: 992px) {
    .tab-about-company__resale {
        margin-bottom: 40px
    }

    .tab-about-company__resale__text {
        text-align: center
    }

    .tab-about-company__resale__text p, .tab-about-company__resale__text ul {
        display: block;
        padding-top: 22px
    }

    .tab-about-company__resale__text ul li {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .tab-about-company__resale__text ul li::before {
        display: none
    }

    .tab-about-company__resale__text p:not(:last-child), .tab-about-company__resale__text ul {
        margin-bottom: 28px;
        margin-top: 0
    }

    .tab-about-company__resale__text p:not(:first-child), .tab-about-company__resale__text ul {
        position: relative
    }

    .tab-about-company__resale__text p:not(:first-child)::before, .tab-about-company__resale__text ul::before {
        width: 32px;
        left: calc(50% - 16px);
        top: 0;
        border-radius: 0;
        height: 2px;
        content: '';
        display: block;
        position: absolute;
        background: #f60;
        pointer-events: none
    }

    .tab-about-company__resale .container::before {
        width: 280px;
        height: 197px;
        top: 80px
    }

    .tab-about-company__money-guarantee-wrapper {
        background: #e8e8e8;
        padding-bottom: 30px;
        padding-top: 130px
    }

    .tab-about-company__money-guarantee {
        position: relative;
        text-align: center
    }

    .tab-about-company__money-guarantee__icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        margin: auto;
        top: 150px;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .tab-about-company__stat-info {
        background: #fff
    }

    .tab-about-company__stat-info__text {
        background: #e8e8e8;
        padding: 24px 20px 28px;
        max-width: 100%;
        text-align: center
    }

    .tab-about-company__stat-info .statistics-list {
        margin-bottom: 0
    }

    .tab-about-company__stat-info__list {
        padding-top: 92px;
        background: #e8e8e8
    }

    .tab-about-company__stat-info__wrapper {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0
    }

    .tab-about-company__stat-info__title {
        margin-bottom: 164px;
        text-align: center
    }

    .tab-about-company__stat-info::before {
        top: 84px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 284.66px;
        height: 208px
    }

    .tab-about-company__rate-us {
        margin-bottom: 40px
    }

    .tab-about-company__rate-us__form {
        display: block
    }

    .tab-about-company__rate-us__fields-two .form__fieldset--button {
        margin-top: 24px
    }

    .tab-about-company__rate-us__fields-two .form__fieldset--button .button {
        margin: 0 auto
    }
}

@media only screen and (max-width: 992px) and (max-width: 599px) {
    .tab-about-company__rate-us__fields-two .form__fieldset--button .button {
        width: 100%
    }
}

@media (max-width: 992px) {
    .tab-about-company__rate-us__stars {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 30px
    }

    .tab-about-company__rate-us__stars > * {
        width: 59px;
        height: 59px
    }

    .tab-about-company__rate-us__stars > ::before {
        width: 23px;
        height: 23px
    }
}

.tab-about-company .tab-about-company__credit-description .container::before {
    margin-top: -5px !important;
    width: 718px;
    height: 368px;
    left: calc(100% - 50px)
}

@media (min-width: 320px) and (max-width: 680px) {
    .tab-about-company__credit-partners {
        padding-top: 0
    }
}

@media only screen and (min-width: 993px) {
    .tab-about-company__credit.tab-about-company__gray.tab-about-company__gray_1 {
        margin-bottom: 80px
    }
}

.tab-about-company__credit-description__text {
    margin: auto
}

.tab-about-company__credit__wrapper.tab-about-company__credit__wrapper-new {
    max-width: 494px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 993px) {
    .tab-about-company__credit__wrapper.tab-about-company__credit__wrapper-new {
        margin: auto;
        height: auto
    }
}

.tab-about-company__credit__form {
    padding-top: 30px
}

@media only screen and (max-width: 599px) {
    .title-line.title-line_onas {
        padding-bottom: 50px;
        margin-bottom: 0 !important;
        padding-top: 20px;
        background: #e8e8e8;
        margin-top: 25px !important
    }

    .tab-about-company__money-guarantee__text {
        padding-top: 90px
    }
}

@media only screen and (max-width: 599px) and (max-width: 599px) {
    .tab-about-company__money-guarantee__text {
        padding-top: 0
    }
}

@media only screen and (max-width: 599px) {
    .container.tab-about-company__money-guarantee-wrapper {
        margin-bottom: 27px
    }

    .tab-about-company__gray.tab-about-company__gray-onas {
        height: 840px;
        background-color: #e8e8e8;
        margin-bottom: 30px
    }

    .title-line.title-line_onas-delivery {
        padding-bottom: 0;
        margin-bottom: 0 !important;
        padding-top: 30px;
        background: #e8e8e8;
        margin-top: 30px !important
    }
}

.tab-about-company__credit__form-title.tab-about-company__credit__form-title-onas {
    margin-left: 16px
}

@media (min-width: 993px) and (max-width: 1180px) {
    .tab-about-company .tab-about-company__credit-description .container::before {
        width: 718px;
        height: 290px;
        margin-top: 23px;
        left: calc(100% - -70px)
    }
}

@media all and (max-width: 575px) {
    .tab-about-company__credit__form-title.tab-about-company__credit__form-title-onas {
        margin-top: 60px
    }
}

.tab-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: -24px;
    width: calc(100% + 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tab-columns > * {
    margin: 0;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 24px;
    width: 30%
}

.bx-ie .tab-columns > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tab-columns > * > :not(:first-child) {
    margin-top: 50px
}

@media (max-width: 992px) {
    .tab-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width: 768px) {
    .tab-columns {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -10px 0;
        width: 100%
    }

    .tab-columns > * {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 10px 0
    }
}

[data-tab-content] {
    position: relative;
    z-index: 11
}

.js-scroll {
    position: relative
}

.js-scroll .bar, .js-scroll .track {
    display: block
}

.js-scroll__wrapper ::-webkit-scrollbar {
    width: 0;
    height: 0
}

.js-products-slider {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .js-products-slider {
        height: 530px;
        overflow: hidden
    }
}

.js-products-slider__hover {
    overflow: visible
}

.js-products-slider__hover .slick-list {
    position: relative;
    z-index: 2
}

.js-products-slider.slick-initialized .slick-slide {
    height: auto
}

.js-products-slider.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.js-products-slider__item {
    padding: 10px 10px 600px
}

@media (max-width: 992px) {
    .js-products-slider__item {
        padding: 0 0 10px
    }
}

.js-products-slider__item .cart-product {
    width: 100%;
    height: 100%
}

@media (min-width: 769px) {
    .js-products-slider .slick-arrow {
        bottom: 60px;
        border-color: #999;
        left: calc(50% - 20px)
    }

    .js-products-slider .slick-arrow.slick-next {
        -webkit-transform: translateX(calc(50% + 12px));
        transform: translateX(calc(50% + 12px))
    }

    .js-products-slider .slick-arrow.slick-prev {
        -webkit-transform: translateX(calc(-50% - 12px));
        transform: translateX(calc(-50% - 12px))
    }
}

@media (max-width: 768px) {
    .js-products-slider .cart-product {
        padding-bottom: 5px;
        border-bottom: 0
    }
}

.js-text-hider__content {
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.js-text-hider__content.js-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
    height: 140px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

.text-switch {
    display: inline-block;
    position: relative;
    -webkit-transition: height .5s;
    transition: height .5s
}

.text-switch_absolute {
    position: absolute
}

.text-switch__item {
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.text-switch__item_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%
}

.text-switch__item_hide {
    opacity: 0
}

.guarantee {
    width: 100%;
    margin-bottom: 60px
}

.guarantee__title {
    margin-bottom: 44px
}

.guarantee__container, .guarantee__item:hover::after {
    width: 100%
}

.guarantee__list {
    list-style: none;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px
}

.guarantee__item {
    width: calc(33.333% - 64px);
    padding-top: 25px;
    position: relative
}

.guarantee__item p, .how-this-work__item p, .how-this-work__text-block p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .36px
}

.guarantee__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 2px;
    background-color: #f60;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}

@media all and (max-width: 992px) {
    .guarantee {
        margin-bottom: 40px
    }

    .guarantee__title {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }

    .guarantee__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .guarantee__item {
        width: calc(100% - 34px);
        margin-top: 28px;
        text-align: center
    }

    .guarantee__item::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .guarantee__item:first-child {
        margin-top: 0
    }

    .guarantee__item:first-child::after {
        display: none
    }
}

.tabs, .tabs-block {
    width: 100%
}

.tabs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tabs__item {
    width: auto;
    margin-left: 16px;
    margin-right: 16px
}

.tabs__button {
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

.tabs__button:focus {
    outline-color: transparent
}

.tabs__button.active .tabs__circle, .tabs__button:hover .tabs__circle {
    border-color: #f60
}

.tabs__button.active .tabs__circle::after {
    opacity: 1
}

.tabs__button.active .tabs__text {
    color: #f60
}

.tabs__button.active .tabs__text::after {
    opacity: 0
}

.tabs__circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border-radius: 50%;
    border: 1px solid #999;
    position: relative
}

.tabs__circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #f60;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.tabs__circle, .tabs__text {
    vertical-align: top
}

.how-this-work {
    width: 100%;
    margin-bottom: 60px
}

@media only screen and (max-width: 599px) {
    .how-this-work {
        background-color: #e8e8e8;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.how-this-work--rows-4 .how-this-work__item {
    width: calc(25% - 40px)
}

@media all and (max-width: 992px) {
    .how-this-work--rows-4 .how-this-work__item {
        width: 100%
    }
}

.how-this-work--rows-4 .how-this-work__item .how-this-work__arrow {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media all and (max-width: 992px) {
    .how-this-work--rows-4 .how-this-work__item .how-this-work__arrow {
        right: 50%;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg)
    }
}

.how-this-work--rows-4 .how-this-work__item:nth-child(n+3) .how-this-work__arrow {
    display: block
}

.how-this-work--rows-4 .how-this-work__item:last-child .how-this-work__arrow {
    display: none
}

.how-this-work__container {
    width: 100%;
    margin-top: 44px
}

.how-this-work__tabs {
    margin-bottom: 48px
}

.how-this-work__wrapper {
    width: 100%;
    margin-bottom: 50px
}

.company-statistics__text-block p:last-child, .how-this-work__wrapper:last-child {
    margin-bottom: 0
}

.how-this-work__wrapper--info {
    text-align: center
}

.how-this-work__block {
    width: 100%;
    padding: 0 15px;
    display: none
}

.how-this-work__block.active {
    display: block
}

.how-this-work__list {
    list-style: none;
    padding: 0;
    width: auto;
    margin: -30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.how-this-work__item {
    width: calc(33.333% - 84px);
    margin-top: 30px;
    position: relative
}

.how-this-work__item:nth-child(n+3) .how-this-work__arrow {
    display: none
}

.how-this-work__item:hover .how-this-work__icon, .how-this-work__item:hover .how-this-work__icon > svg {
    stroke: #f60
}

.how-this-work__image-block {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-this-work__icon, .how-this-work__icon > svg {
    fill: none;
    stroke: #999;
    max-width: 100%;
    max-height: 100%
}

.how-this-work__text-block {
    width: 100%;
    text-align: center
}

.how-this-work__arrow {
    position: absolute;
    top: 32px;
    right: -84px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.how-this-work__arrow-icon {
    fill: #999
}

.how-this-work__info-link {
    margin-left: auto;
    margin-right: auto
}

@media all and (max-width: 992px) {
    .how-this-work {
        margin-bottom: 40px
    }

    .how-this-work__title {
        text-align: center;
        margin-left: 0;
        margin-right: 0
    }

    .how-this-work__list {
        margin-top: -84px
    }

    .how-this-work__item {
        width: 100%;
        margin-top: 84px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .how-this-work__image-block {
        width: calc(30% - 25px);
        max-width: 80px;
        height: auto;
        margin-right: 25px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .how-this-work__icon {
        width: 100%;
        height: auto;
        max-height: none;
        stroke: #f60
    }

    .how-this-work__icon > svg {
        stroke: #f60
    }

    .how-this-work__text-block {
        width: 100%;
        text-align: left;
        -ms-flex-item-align: center;
        align-self: center
    }

    .how-this-work__arrow {
        top: calc(100% + 30px);
        right: 50%;
        -webkit-transform: translateX(50%) rotate(90deg);
        transform: translateX(50%) rotate(90deg)
    }

    .how-this-work__arrow-icon {
        fill: #f60
    }
}

.closeout {
    width: 100%;
    margin-bottom: 60px;
    position: relative
}

.closeout > .container {
    position: relative;
    z-index: 2
}

.closeout.hide {
    z-index: -1;
    opacity: 0
}

.closeout__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 0
}

.closeout__container {
    width: 100%;
    padding: 15px 0;
    min-height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.closeout__wrapper {
    width: auto;
    max-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.closeout__image-block {
    max-width: 100%;
    width: auto;
    position: relative
}

.closeout__date {
    position: absolute;
    top: 42px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .32px;
    color: #000
}

.closeout__image {
    max-width: 100%;
    height: auto
}

.closeout__block-form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 352px;
    padding: 19px 24px 33px;
    background-color: #fff;
    border-radius: 3px
}

.closeout__block-form:hover {
    -webkit-box-shadow: 0 0 12px rgba(255, 102, 0, .4);
    box-shadow: 0 0 12px rgba(255, 102, 0, .4)
}

.closeout__form-sub-title, .closeout__form-title {
    font-weight: 400;
    text-align: center;
    letter-spacing: .36px
}

.closeout__form-title {
    width: 100%;
    margin-bottom: 8px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px
}

.closeout__form-sub-title {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 22px
}

.closeout__form {
    width: 100%
}

.closeout__form .input__input {
    height: 40px
}

.closeout__form .input__label {
    font-size: 13px
}

.closeout__form .form__fieldset--button {
    margin-bottom: 0
}

.closeout__form .form__button {
    margin-left: auto;
    margin-right: auto
}

.closeout__text {
    width: 100%;
    padding: 0 5px;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .48px;
    color: #999
}

.closeout--footer {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 0
}

.closeout--footer .closeout__container {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.closeout--footer .closeout__container.reverse .closeout__text-block {
    right: 0;
    left: auto
}

.closeout--footer .closeout__wrapper {
    width: 100%
}

.closeout--footer .closeout__button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.closeout--footer .closeout__image-block {
    margin-bottom: 60px
}

.closeout--footer .closeout__main-image-block {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.closeout--footer .closeout__text-block {
    display: none;
    width: 50%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2
}

.closeout--footer .closeout__text-block.active {
    display: block
}

.closeout--footer .closeout__title {
    padding: 0;
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.closeout--footer .closeout__description {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .4px;
    text-align: left
}

.closeout--footer .closeout__button-block {
    margin-top: 40px
}

@media (min-width: 768px) {
    .closeout--footer {
        max-width: 100vw;
        overflow-x: hidden
    }
}

@media all and (max-width: 992px) {
    .closeout__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 800px
    }

    .closeout__wrapper {
        max-width: 100%;
        margin-bottom: 15px
    }

    .closeout__block-form {
        max-width: 100%
    }

    .closeout--footer {
        margin-bottom: 0
    }

    .closeout--footer .closeout__container, .closeout--footer .closeout__container.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .closeout--footer .closeout__main-image-block, .closeout--footer .closeout__text-block {
        width: 100%;
        position: static
    }

    .closeout--footer .closeout__text-block {
        margin-top: 30px
    }

    .closeout--footer .closeout__description, .closeout--footer .closeout__title {
        text-align: center
    }

    .closeout--footer .closeout__button-block {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (max-width: 768px) {
    .closeout {
        margin-bottom: 30px
    }

    .closeout--footer {
        margin-bottom: 0
    }

    .closeout--footer .closeout__image-block {
        margin-bottom: 60px
    }

    .closeout--footer .closeout__container, .closeout--footer .closeout__container.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 60px
    }
}

@media all and (max-width: 575px) {
    .closeout {
        margin-bottom: 0
    }
}

@media all and (max-width: 500px) {
    .closeout__date {
        top: 18%;
        font-size: 18px;
        line-height: 22px
    }
}

@media all and (max-width: 400px) {
    .closeout__block-form {
        padding: 19px 16px 20px
    }

    .closeout__date {
        top: 16%
    }
}

.company-statistics {
    width: 100%;
    margin-bottom: 64px;
    overflow: hidden
}

.company-statistics__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .company-statistics__container {
        margin-top: 38px
    }
}

.company-statistics__info-block {
    width: calc(100% - 352px);
    padding: 43px 20px 35px;
    margin-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #e8e8e8;
    position: relative
}

.company-statistics__info-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc((100vw - 1220px) / 2);
    background-color: inherit
}

.company-statistics__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .36
}

.company-statistics__title, .company-statistics__total {
    width: 100%;
    margin-bottom: 32px
}

.total-result {
    position: relative
}

.total-result__block {
    width: 100%;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none
}

.total-result__block::-webkit-scrollbar {
    display: none
}

.total-result__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.total-result__item, .total-result__list, .total-result__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.total-result__item {
    max-width: 160px;
    margin-right: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000
}

.total-result__item.active {
    color: #f60
}

.total-result__item.active .total-result__more::before {
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.total-result__item.active .total-result__more::after {
    width: 100%;
    -webkit-transition: all .3s linear .2s;
    transition: all .3s linear .2s
}

.total-result__more {
    width: 100%;
    margin-bottom: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    letter-spacing: .4px
}

.total-result__more::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 8px);
    margin-top: -1px;
    width: 8px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s
}

.total-result__more::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #f60;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.total-result__more-value {
    width: auto;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.company-statistics__text-block p, .total-result__text, .total-result__title {
    margin-bottom: 3px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    letter-spacing: .4px
}

.total-result__text {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px
}

.total-result__image-list {
    position: absolute;
    top: 80%;
    right: -84px;
    width: 530px;
    height: 380px
}

.total-result__image-block {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.total-result__image-block.active {
    opacity: 1;
    z-index: 0
}

.total-result__image, .total-result__image-block {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.company-statistics__text-block {
    width: 420px;
    max-width: 100%;
    height: auto;
    min-height: 290px;
    position: relative;
    z-index: 1
}

.company-statistics__text-block p {
    margin-bottom: 16px;
    font-size: 16px
}

.company-statistics__month-list {
    width: 272px
}

.statistics, .statistics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.statistics__item {
    width: 100%;
    margin-bottom: 1px;
    padding: 170px 24px 21px;
    background-color: #f60;
    position: relative
}

.statistics__item:last-child {
    margin-bottom: 0
}

.statistics__item::after {
    content: "";
    position: absolute;
    left: calc(100%);
    top: 0;
    bottom: 0;
    width: calc((100vw - 1220px) / 2 - 0px);
    background-color: inherit
}

@media screen and (max-width: 992px) {
    .statistics__icon {
        right: 25px
    }
}

.statistics__icon {
    position: absolute;
    top: 25px;
    max-width: calc(100% - 50px);
    max-height: 120px;
    height: auto;
    fill: none;
    stroke: #fff
}

.statistics__count, .statistics__description {
    width: 100%;
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    letter-spacing: .32px
}

.statistics__description {
    margin-bottom: 0;
    font-size: 15px
}

@media all and (max-width: 1260px) {
    .company-statistics__info-block {
        padding: 30px 20px 30px 10px;
        margin-right: 50px;
        width: calc(100% - 322px)
    }

    .company-statistics__info-block::before {
        width: 15px
    }

    .statistics__item {
        height: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .company-statistics__text-block {
        width: calc(100% - 235px);
        max-width: 420px
    }

    .statistics {
        position: relative;
        z-index: 1
    }
}

@media all and (max-width: 1140px) {
    .total-result__image-list {
        width: 400px;
        right: -150px
    }

    .total-result__item {
        margin-right: 50px
    }

    .total-result__item:last-child {
        margin-right: 0
    }
}

@media all and (max-width: 992px) {
    .company-statistics {
        margin-bottom: 48px
    }

    .company-statistics__info-block {
        padding: 0;
        width: 100%;
        margin-right: 0;
        background: 0 0
    }

    .company-statistics__title {
        text-align: center;
        margin-bottom: 20px;
        z-index: 2
    }

    .total-result {
        width: calc(100% + 30px);
        margin: 0 -15px
    }

    .total-result .animate-finger {
        position: absolute;
        left: 0;
        bottom: 25px;
        z-index: 10
    }

    .total-result__block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        overflow-y: auto;
        margin-top: -330px;
        padding-top: 330px;
        padding-bottom: 20px;
        background-color: #e8e8e8
    }

    .total-result__list {
        width: auto;
        min-width: 600px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .total-result__more {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .total-result__more::after, .total-result__more::before {
        display: none
    }

    .company-statistics__text-block p, .total-result__text, .total-result__title {
        width: 100%;
        text-align: center
    }

    .total-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .total-result__image-list {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 250px;
        z-index: 1
    }

    .total-result__image-block {
        top: auto;
        bottom: 0;
        right: 50%;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .company-statistics__text-block, .statistics {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }

    .company-statistics__text-block {
        max-width: none;
        min-height: auto;
        margin-bottom: 24px;
        padding: 5px 15px 28px;
        background-color: #e8e8e8
    }

    .statistics {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .statistics__item {
        width: 50%;
        min-width: 300px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: auto;
        padding-top: 100px;
        margin-bottom: 0
    }

    .statistics__item:nth-child(2n+1) {
        border-right: 1px solid #fff
    }
}

@media all and (max-width: 768px) {
    .statistics__item {
        width: 100%;
        padding: 42px 28px 21px;
        border-right: 0
    }

    .statistics__item:nth-child(2n+1) {
        border-right: 0;
        margin-bottom: 1px
    }

    .statistics__count {
        padding-right: 60px
    }

    .statistics__icon {
        max-width: 60px;
        max-height: 80px
    }

    .total-result__list {
        min-width: 560px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px
    }

    .total-result__item {
        margin-right: 30px
    }

    .total-result__item:last-child {
        margin-right: 0
    }
}

.rewards {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden
}

.rewards__title {
    display: none
}

.rewards__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.rewards__item {
    padding: 0;
    margin-bottom: 83px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rewards__description p:last-child, .rewards__item:last-child {
    margin-bottom: 0
}

.rewards__block, .rewards__block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.rewards__block {
    margin-right: 160px;
    min-height: 200px;
    padding-right: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e8e8e8;
    width: 40%
}

.rewards__block::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: calc((100vw - 1220px) / 2);
    background-color: inherit
}

.rewards__block-title {
    width: auto;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000
}

.rewards__block-title:hover {
    color: #f60
}

.rewards__block-title:hover .rewards__years::before {
    width: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.rewards__block-title:hover .rewards__years::after {
    width: 100%;
    -webkit-transition: all .3s linear .2s;
    transition: all .3s linear .2s
}

.rewards__item-title {
    width: auto;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    letter-spacing: .4px;
    text-transform: uppercase
}

.rewards__years {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.rewards__years::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(100% + 8px);
    margin-top: -1px;
    width: 8px;
    height: 1px;
    background-color: #000;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s
}

.rewards__years::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #f60;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.rewards__years-value {
    width: auto;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    letter-spacing: .4px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.rewards__block-image {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.rewards__image {
    max-width: 100%;
    max-height: 100%;
    height: auto
}

.rewards__block-description {
    width: calc(60% - 160px);
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.rewards__description {
    width: 100%;
    margin-bottom: 24px
}

@media only screen and (max-width: 599px) {
    .rewards__description {
        background: #e8e8e8;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
        margin-bottom: 0
    }
}

.rewards__description p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px
}

.rewards__link-list {
    list-style: none;
    padding: 0;
    margin: -16px -16px 0;
    width: auto;
    max-width: calc(100% + 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.rewards__link-item {
    width: auto;
    margin: 16px 16px 0
}

@media all and (max-width: 1260px) {
    .rewards__block {
        padding-left: 10px
    }

    .rewards__block::after {
        width: 15px
    }
}

@media all and (max-width: 992px) {
    .rewards__title {
        display: block;
        width: 100%;
        margin-bottom: 28px;
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 400;
        color: #000;
        letter-spacing: .4px
    }

    .rewards__block {
        width: calc(100% + 30px);
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
        min-height: 215px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .rewards__block-image {
        position: static;
        margin-bottom: 30px;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(49%, #fff), color-stop(50%, #e8e8e8), to(#e8e8e8));
        background-image: linear-gradient(to bottom, #fff 0, #fff 49%, #e8e8e8 50%, #e8e8e8 100%)
    }

    .rewards__block-title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rewards__item-title {
        margin-bottom: 12px;
        text-align: center
    }

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

    .rewards__years::after, .rewards__years::before {
        display: none
    }

    .rewards__block-description {
        padding-top: 0;
        width: 100%;
        text-align: center
    }

    .rewards__link-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .rewards__item {
        margin-bottom: 48px
    }

    .rewards__link {
        color: #f60
    }
}

@media all and (max-width: 599px) {
    .rewards__link-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #e8e8e8;
        padding-bottom: 30px
    }

    .rewards, .rewards__block {
        margin-bottom: 0
    }
}

.history {
    width: 100%;
    padding-bottom: 20px
}

.history__title {
    margin-bottom: 44px
}

.history__main-btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 250px
}

@media (min-width: 769px) {
    .history__main-btn-wrapper .slick-arrow {
        z-index: 100;
        border: 1px solid #999
    }
}

.history__container {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.history__container .container {
    position: relative
}

.history__container.js-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
    height: 140px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

.history__wrapper {
    width: 100%;
    height: 520px;
    overflow-y: scroll;
    position: relative;
    z-index: 4
}

.history__years {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    max-height: calc(100vh - 200px)
}

.history__years-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px
}

.history__years-button {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #dcdcdc;
    letter-spacing: .4px;
    outline-color: transparent
}

.history__years-button:focus {
    outline-color: transparent
}

.history__years-button.active, .history__years-button:hover {
    color: #f60
}

.history__year-fixed {
    display: none
}

.history__item, .history__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history__main {
    width: 100%;
    padding-left: 60px;
    padding-bottom: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.history__item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px;
    position: relative
}

.history__item:first-child {
    margin-bottom: 0
}

.js-history .history__main {
    padding-top: 20px
}

.js-history .history__item {
    position: static
}

.js-history .history__image {
    opacity: 0
}

.js-history .history__image-block {
    position: absolute;
    top: 0;
    left: 0
}

.history__image-block {
    width: calc(100% - 560px);
    padding-left: 100px;
    padding-right: 122px;
    margin-top: -10px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.history__image-number {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 220px;
    line-height: 1;
    font-weight: 700;
    color: #f60;
    text-align: left;
    opacity: 0
}

.history__image-number--second {
    text-align: right
}

.history__image {
    position: absolute;
    max-width: 100%;
    max-height: 220px;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.history__image--top {
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.history__image--bottom {
    left: 30px;
    bottom: 0
}

.history__text-block {
    width: 560px;
    margin-bottom: 40px
}

.history__done-list li:last-child, .history__text-block:last-child, .history__text-description p:last-child {
    margin-bottom: 0
}

.history__text-title {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #f60;
    letter-spacing: .32px
}

.history__done-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px
}

.history__done-list li, .history__text-description p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

.history__done-list li {
    position: relative;
    margin-bottom: 8px
}

.history__done-list li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: -16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f60
}

.history__text-description {
    width: 100%
}

.history__text-description p {
    margin-bottom: 10px
}

@media all and (max-width: 1100px) {
    .history__text-block {
        width: 500px
    }
}

@media all and (max-width: 992px) {
    .history__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .history__wrapper {
        height: auto
    }

    .history__container.js-gradient::after, .history__title, .history__years {
        display: none
    }

    .js-history .history__main {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0
    }

    .history__item {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .history__item:not(.slick-slide) {
        margin-bottom: 40px
    }

    .history__item:not(.slick-slide):first-child {
        margin-bottom: 40px
    }

    .js-history .history__image-block {
        width: 100%;
        position: relative;
        max-width: 600px;
        margin: 0 auto 80px
    }

    .js-history .history__image, .js-history .history__image-number {
        opacity: 1
    }

    .history__text-block {
        width: 100%
    }

    .history__text-title {
        display: none
    }

    .history__done-list li {
        position: relative;
        padding-bottom: 28px;
        margin-bottom: 20px;
        text-align: center
    }

    .history__done-list li:last-child, .history__text-description p:last-child {
        margin-bottom: 0
    }

    .history__done-list li::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 32px;
        height: 2px;
        border-radius: 0;
        background-color: #f60;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .history__text-description {
        width: 100%;
        padding: 0 15px
    }

    .history__text-description p {
        margin-bottom: 10px;
        text-align: center
    }

    .history__main.js-slider-history > .slick-next, .history__main.js-slider-history > .slick-prev {
        top: 475px;
        bottom: auto
    }

    .history__main.js-slider-history > .slick-next.slick-disabled, .history__main.js-slider-history > .slick-prev.slick-disabled {
        opacity: 0
    }
}

@media all and (max-width: 768px) {
    .history__image-number {
        font-size: 110px
    }

    .history__image {
        height: 110px
    }

    .js-history .history__image-block {
        max-width: 320px;
        padding-left: 46px;
        padding-right: 46px;
        margin-bottom: 60px
    }

    .history__main.js-slider-history > .slick-next, .history__main.js-slider-history > .slick-prev {
        top: 225px;
        bottom: auto
    }
}

.history-gallery {
    width: 100%;
    margin-top: 24px
}

.history-gallery__item, .history-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history-gallery__list {
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -8px 0;
    padding: 0
}

.history-gallery__list .slick-list {
    width: 100%
}

.history-gallery__item {
    width: 33.33333%;
    height: 90px;
    padding: 0 8px;
    margin-top: 16px;
    position: relative
}

.history-gallery__item:hover-plus {
    background-color: #f60;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/loop-white.svg);
    display: inline-block
}

.history-gallery__item-plus {
    position: absolute;
    background-image: url(/local/templates/kronos_new/img/loop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    display: none;
    width: 45px;
    height: 44px;
    bottom: 0;
    right: 0
}

@media all and (max-width: 575px) {
    .history-gallery__item-plus {
        background-color: #f60;
        background-image: url(/local/templates/kronos_new/img/svg-sprite/loop-white.svg);
        display: inline-block
    }
}

.history-gallery__link {
    width: 100%;
    position: relative
}

.history-gallery__link:focus .history-gallery__dark, .history-gallery__link:hover .history-gallery__dark {
    opacity: 0
}

.history-gallery__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.history-gallery__dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s
}

.history-gallery__dark svg {
    width: 24px;
    height: 24px;
    fill: none
}

@media all and (max-width: 992px) {
    .history-gallery__list {
        margin: 0;
        padding-bottom: 50px
    }

    .history-gallery__item {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 56vw
    }
}

.gallery__counter {
    display: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px
}

.gallery__counter-now, .gallery__counter-total, .gallery__counter-value, .history__counter-now, .history__counter-total, .history__counter-value {
    font: inherit;
    letter-spacing: inherit;
    color: inherit
}

.history__counter-now.active, .history__counter-total.active, .no-founded__text .link-about-us__value:hover, .no-founded__text .link-text:hover, .no-founded__text .our-stores__city:hover {
    color: #f60
}

.js-slider-history .history__counter, .year-fixed {
    display: none
}

@media all and (max-width: 992px) {
    .history-gallery__list .gallery__counter, .js-slider-history .history__counter {
        position: absolute;
        left: 10px;
        height: 35px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .history-gallery__list .gallery__counter {
        bottom: 0
    }

    .js-slider-history .history__counter {
        top: 480px;
        bottom: auto
    }

    .js-slider-history .history__counter-total {
        cursor: pointer
    }
}

@media all and (max-width: 768px) {
    .js-slider-history .history__counter {
        top: 230px;
        bottom: auto
    }
}

.js-history .year-fixed {
    display: block
}

.year-fixed {
    position: absolute;
    left: 0;
    top: 0;
    max-height: calc(100vh - 200px);
    width: calc(100vw - (100vw - 1220px) - 560px);
    padding-left: 160px;
    padding-right: 122px;
    margin-top: -10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 3
}

.year-fixed__text {
    width: 100%;
    height: 220px;
    padding: 0;
    margin-bottom: 0;
    font-size: 220px;
    line-height: 1;
    font-weight: 700;
    color: #f60;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    opacity: 1
}

.year-fixed__text--second {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.year-fixed__image {
    position: absolute;
    max-width: 100%;
    max-height: 220px;
    opacity: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.year-fixed__image--bottom, .year-fixed__image--top {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.year-fixed__image--top {
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.year-fixed__image--top.animate {
    -webkit-transform: translateY(-100%) translateX(100%);
    transform: translateY(-100%) translateX(100%)
}

.year-fixed__image--bottom {
    left: 80px;
    bottom: 0
}

.year-fixed__image--bottom.animate {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.js-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(.37, .01, 0, .98);
    transition-timing-function: cubic-bezier(.37, .01, 0, .98);
    -webkit-transition-duration: 1s, 1.2s;
    transition-duration: 1s, 1.2s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

@media all and (max-width: 1260px) {
    .year-fixed {
        width: calc(100vw - 560px);
        padding-left: 80px;
        padding-right: 50px
    }

    .year-fixed__image--top {
        right: 45px
    }

    .year-fixed__image--bottom {
        left: 60px
    }
}

@media all and (max-width: 1100px) {
    .year-fixed {
        width: calc(100vw - 500px);
        padding-left: 80px;
        padding-right: 50px
    }
}

@media all and (max-width: 992px) {
    .js-history .year-fixed {
        display: none
    }
}

.no-founded {
    width: 100%;
    min-height: 370px;
    margin-top: 80px;
    margin-bottom: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    overflow: hidden
}

@media all and (max-width: 599px) {
    .no-founded {
        margin-bottom: 0
    }
}

.no-founded > .container {
    z-index: 1
}

.no-founded__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.no-founded__text {
    width: 40%;
    margin-left: auto
}

.no-founded__text .no-founded__text--normal, .no-founded__text li, .no-founded__text p {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .36px;
    color: #075987
}

.no-founded__text ul {
    margin-bottom: 4px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px
}

.no-founded__text .no-founded__text--normal, .no-founded__text li {
    font-weight: 400
}

.no-founded__text .no-founded__text--normal {
    margin-bottom: 0
}

.no-founded__text .link-about-us__value, .no-founded__text .link-text, .no-founded__text .our-stores__city {
    color: #075987
}

.no-founded__title {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
    letter-spacing: .36px;
    color: #075987
}

@media all and (max-width: 1260px) {
    .no-founded {
        min-height: 370px;
        padding-top: 65px
    }

    .no-founded__image {
        height: 370px
    }
}

@media all and (max-width: 992px) {
    .no-founded {
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 0;
        height: auto
    }

    .no-founded .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .no-founded__image {
        height: 100%
    }

    .no-founded__title {
        text-align: center
    }

    .no-founded__text {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 250px
    }
}

@media all and (max-width: 599px) {
    .no-founded__title {
        font-size: 24px;
        line-height: 29px
    }
}

.search-page-product {
    width: 100%;
    padding: 22px 0 30px;
    margin-bottom: 42px;
    background-color: #e8e8e8
}

.search-page-product__title {
    margin: 0 0 6px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    color: #000
}

.search-page-product__wrapper {
    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
}

.search-page-product__form {
    width: calc(100% - 510px);
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.search-page-product__fieldset {
    width: calc(100% - 83px);
    padding-right: 24px;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-page-product__label {
    width: 100%;
    position: relative
}

.search-page-product__label:hover .search-page-product__icon {
    stroke: #f60
}

.search-page-product__label:focus-within .search-page-product__icon {
    stroke: #f60
}

.search-page-product__icon {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: none;
    stroke: #999
}

.search-page-product__input {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 8px 24px 9px 45px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    letter-spacing: .4px;
    border: 1px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff
}

.search-page-product__input:focus {
    outline-color: transparent
}

.search-page-product__input::-moz-placeholder {
    color: #999
}

.search-page-product__input::-webkit-input-placeholder {
    color: #999
}

.search-page-product__input:-ms-input-placeholder, .search-page-product__input::-ms-input-placeholder {
    color: #999
}

.search-page-product__input::placeholder {
    color: #999
}

.search-page-product__input:focus, .search-page-product__input:hover {
    border-color: #f60
}

.search-page-product__input:focus-within {
    border-color: #f60
}

.search-page-product__button-block {
    width: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-page-product__submit {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .36px;
    text-align: center;
    color: #000;
    border: 1px solid #c4c4c4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff
}

.search-page-product__submit:focus {
    outline-color: transparent
}

.search-page-product__submit:hover {
    border: 1px solid #f60;
    color: #f60
}

.search-page-product__info {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-page-product__text {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .36px;
    color: #000;
    text-align: left
}

.search-page-product__phone {
    width: auto;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: .4px;
    color: #000
}

.news-list__link-title:hover, .search-page-product__phone:hover {
    color: #f60
}

.search-page-product__phone-svg {
    width: 16px;
    height: 16px;
    max-width: 20px;
    max-height: 20px;
    margin-right: 9px;
    stroke: #f60;
    fill: none
}

.search-page-product__phone-value {
    font: inherit;
    color: inherit
}

.search-page-product__time-work {
    position: relative;
    width: auto;
    padding-left: 16px;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: .4px;
    color: #000
}

.search-page-product__time-work::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px dashed #999
}

@media all and (max-width: 992px) {
    .search-page-product {
        display: none
    }
}

.news-list {
    width: 100%;
    margin-bottom: 28px
}

.news-list__container, .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-list__container {
    list-style: none;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: auto
}

.news-list__item {
    width: 50%;
    padding: 40px 20px;
    position: relative
}

.news-list__item::after {
    position: absolute;
    content: none;
    left: 50%;
    bottom: 0;
    width: calc(100vw - 1240px + 100%);
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c4c4c4;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 2
}

.news-list__item:nth-last-child(-n+2)::after {
    background-color: transparent
}

.news-list__img-block, .news-list__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-list__img-block {
    width: 40%;
    height: 140px;
    margin-right: 5%
}

.news-list__img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center
}

.news-list__description {
    width: 45%;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-list__title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    overflow: hidden;
    max-height: 120px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #000
}

.news-list__link-title {
    color: #000
}

.news-list__link {
    display: block;
    width: auto;
    margin-top: auto
}

@media all and (max-width: 1260px) {
    .news-list__item::after {
        width: calc(100% + 10px)
    }
}

@media all and (max-width: 992px) {
    .news-list__item::after {
        width: 100%;
        display: none
    }

    .news-list__container {
        margin: 0 -15px;
        width: auto
    }

    .news-list__item {
        width: 50%;
        padding: 0 0 36px;
        margin-bottom: 43px
    }

    .news-list__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-list__img-block {
        margin-right: 0;
        width: 100%;
        height: 28.125vw;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .news-list__description {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 26px
    }

    .news-list__title {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 0
    }

    .news-list__link {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 2;
        margin-top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 550px) {
    .news-list__item {
        width: 100%
    }

    .news-list__img-block {
        height: 56.25vw
    }

    .news-list__item {
        margin-bottom: 60px !important
    }

    .news-list__item:last-child {
        margin-bottom: 0
    }
}

.news-detail {
    width: 100%;
    margin-top: 30px
}

.news-detail, .news-detail__title-block {
    margin-bottom: 40px
}

.news-detail__title-block .title-line__title {
    text-align: center;
    max-width: 500px
}

.news-detail__image-block {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 20px
}

.iphone .new-detail__column-image img, .news-detail__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news-detail__content {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-detail__content-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new-detail__column {
    padding: 0 15px;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.new-detail__column-image {
    margin-top: 20px
}

.new-detail__column-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.new-detail__column p {
    font-size: 16px
}

.new-detail__column-image, .news-detail__block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 992px) {
    .news-detail__title-block {
        margin-bottom: 30px
    }

    .news-detail__title-block .title-line__title {
        text-align: center;
        max-width: none
    }

    .news-detail__image-block {
        margin: 0 -15px 30px;
        width: calc(100% + 30px)
    }

    .news-detail__content {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .new-detail__column {
        width: 100%
    }

    .new-detail__column--right {
        margin-top: 20px
    }
}

.search-block {
    width: 100%;
    margin-bottom: 20px
}

.search-block__title {
    width: 100%;
    margin: 0 0 22px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .36px;
    color: #000
}

.search-block__tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-block__tabs, .search-block__tabs-item, .search-block__tabs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-block__tabs-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: auto
}

.search-block__tabs-link {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    margin-right: 1px;
    padding: 13px 50px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .4px;
    color: #f60;
    text-align: center;
    text-decoration: none;
    background: #e8e8e8
}

.search-block__tabs-link:hover, .search-block__tabs-link:not([href]):not([tabindex]) {
    color: #f60
}

.search-block__tabs-link.active {
    background: #f60;
    color: #fff
}

.search-block__tabs-link.active .search-block__tabs-add {
    color: #fff
}

.search-block__tabs-link.active:hover, .search-block__tabs-link.active:not([href]):not([tabindex]) {
    color: #fff
}

.search-block__tabs-link-text {
    position: relative
}

.search-block__tabs-add {
    position: absolute;
    left: calc(100% + 3px);
    top: 0;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .24px;
    color: #f60;
    display: inline-block;
    vertical-align: top
}

.search-result .orange {
    display: inline;
    color: #f60
}

.search-result {
    width: 100%
}

.search-result .main-category--spare-part {
    margin-top: 56px
}

.search-result .main-category__item {
    width: 33.333%;
    padding: 32px 16px 30px
}

.search-result .main-category__item:nth-child(3n) {
    position: relative
}

.search-result .main-category__item:nth-child(3n)::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    height: 1px;
    width: calc((100% * 3) + 30px);
    background-color: #c4c4c4
}

.search-result .main-category__link {
    min-height: 225px
}

@media all and (max-width: 1260px) {
    .search-result .main-category__image-block {
        height: 100px
    }

    .search-result .main-category__link {
        min-height: auto
    }
}

@media all and (max-width: 991px) {
    .search-block__mobile-hidden, .search-page .page__aside {
        display: none
    }

    .search-result .main-category__image-block {
        height: 150px
    }

    .search-result .search-result .main-category__link {
        min-height: auto
    }

    .search-result .main-category--spare-part {
        margin-top: 30px
    }

    .search-result .search-result--no-founded {
        display: block;
        margin-bottom: 48px;
        padding: 0
    }

    .search-result .search-result--no-founded a, .search-result .search-result--no-founded p {
        font-size: 16px
    }

    .search-block__title {
        text-align: center;
        text-transform: uppercase
    }

    .search-block__tabs-link {
        padding: 10px 15px
    }
}

.search-page__mobile {
    display: none;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 12px 15px 34px;
    background-color: #e8e8e8
}

.search-page__mobile-title {
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .36px;
    color: #000
}

.search-page__call-us {
    width: 100%;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-page__call-us::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 1px;
    background-color: #999
}

.search-page__cal-us-link, .search-page__cal-us-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    color: #000
}

.search-page__cal-us-title {
    margin: 0 0 18px;
    width: 100%;
    font-weight: 400;
    text-align: center
}

.search-page__cal-us-link {
    display: block;
    margin-bottom: 8px
}

.search-page__cal-us-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(/local/templates/kronos_new/img/svg-sprite/contacts-phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom
}

.search-page__cal-us-sub-title {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .4px;
    color: #f60
}

.search-page__form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    counter-reset: item_number
}

.search-page__form .form__fieldset--phone, .search-page__form .input__phone {
    padding-left: 28px
}

.search-page__form .form__fieldset--button, .search-page__form-label::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-page__form-title {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .36px;
    color: #000
}

.search-page__form-label {
    position: relative;
    width: 100%;
    padding-left: 28px;
    margin-bottom: 12px
}

.search-page__form-label::before {
    counter-increment: item_number;
    content: counter(item_number);
    top: 0;
    left: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000
}

.search-page__label-text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .4px;
    color: #000
}

@media all and (max-width: 991px) {
    .search-page__mobile {
        display: block
    }
}

@media all and (max-width: 599px) {
    .search-result .main-category__item {
        width: 50%;
        padding: 15px 5px
    }

    .search-result .main-category__item:nth-child(3n) {
        position: relative
    }

    .search-result .main-category__item:nth-child(3n)::after {
        display: none
    }

    .search-result .main-category--spare-part .main-category__item:nth-child(2n)::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% - 20px);
        width: 1px;
        background-color: #c4c4c4
    }
}

.animate-finger {
    width: 100%;
    height: 0;
    position: relative;
    margin-bottom: 10px
}

@media (min-width: 900px) {
    .animate-finger {
        display: none
    }
}

.animate-finger.no-show .animate-finger__container {
    display: none
}

@media (min-width: 769px) {
    .franchise-page__config-block .animate-finger {
        display: none
    }
}

.animate-finger__container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.animate-finger__block, .animate-finger__svg {
    position: absolute;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animate-finger__block {
    display: block;
    border: 1px solid #f60;
    border-radius: 8px;
    right: 7px;
    width: 14px;
    height: 14px;
    -webkit-animation: widthOpacity 2s linear infinite;
    animation: widthOpacity 2s linear infinite
}

.animate-finger__svg {
    width: 21px;
    height: 32px;
    top: 2px;
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: leftOpacity 2s linear infinite;
    animation: leftOpacity 2s linear infinite
}

.animate-finger.animate-finger-opt {
    bottom: 28px
}

.product-page .banner {
    padding-bottom: 0
}

a:hover {
    text-decoration: none;
    color: inherit
}

.slick-slide {
    outline: 0 !important
}

.margin-top-zaphasti {
    margin-top: 90px
}

@media (max-width: 576px) {
    .page__header.margin-top-zaphasti {
        display: none
    }
}

@media (max-width: 992px) {
    .margin-top-zaphasti {
        margin-top: 10px
    }
    .button.button--more.btn-sm.btn-spares{
        padding: 9px 15px 11px;
    }
}
.spares_block.grey_bg{
    padding-bottom: 24px;
    background: #e8e8e8;
}
.button_popup_close{
    cursor: pointer;
    margin: 10px;
}
.grey_bg .form__input::placeholder{
    color: #c4c4c4;
}
@media all and (max-width:288px){
    .popup{
        width:100%;
    }
    .phone-language-select__placeholder_big{
        padding: 0;
    }
    .phone-language-select{
        width:36px;
    }
}

.detail_text_zap{
    margin-top: 30px;
    text-align: center!important;
}

/*.atevi_none_form{*/
/*    opacity: 0;*/
/*    display: none;*/
/*}*/
/* End */
/* /local/templates/kronos_new/components/bitrix/catalog.search/kronos_header/style.min.css?1682597131143 */
/* /local/templates/kronos_new/styles.css?17525793842208 */
/* /local/templates/kronos_new/template_styles.css?17440211811201312 */
