html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

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

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

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

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-add {
  width: 1em;
  height: 1em;
  fill: #2D9CDB;
}

.icon-arrow-down {
  width: 1.67em;
  height: 1em;
  fill: #BDBDBD;
}

.icon-arrow-left {
  width: 1.92em;
  height: 1em;
  fill: #419FDA;
}

.icon-arrow-next {
  width: 0.6em;
  height: 1em;
  fill: #828282;
}

.icon-arrow-prev {
  width: 0.56em;
  height: 1em;
  fill: #828282;
}

.icon-arrow-right {
  width: 1.92em;
  height: 1em;
  fill: #fff;
}

.icon-calendar {
  width: 0.88em;
  height: 1em;
  fill: #4F4F4F;
}

.icon-clock {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-email {
  width: 1em;
  height: 1em;
  fill: #419FDA;
}

.icon-eye {
  width: 1.45em;
  height: 1em;
  fill: #fff;
}

.icon-facebook {
  width: 0.58em;
  height: 1em;
  fill: #4867AA;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-marker {
  width: 1em;
  height: 1em;
  fill: #419FDA;
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: #419FDA;
}

.icon-placeholder {
  width: 1em;
  height: 1em;
  fill: #419FDA;
}

.icon-search {
  width: 0.89em;
  height: 1em;
  fill: #419FDA;
}

.icon-telegram {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-viber {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-vk {
  width: 1.88em;
  height: 1em;
  fill: #5181B8;
}

.icon-whatsapp {
  width: 1em;
  height: 1em;
  fill: #fff;
}

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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:before, .slick-track:after {
  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 img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -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;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  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,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 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;
  text-align: center;
  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);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  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;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  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-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.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, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.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: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 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: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.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(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-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: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

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

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

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

.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;
  -o-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: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  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 > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

html.no-scroll {
  overflow: hidden;
}

body {
  min-width: 375px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
}

.page {
  padding-top: 176px;
  overflow: hidden;
}

.center {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}

.desktop-show {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.btn {
  min-width: 200px;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.btn__text {
  position: relative;
  top: -1px;
}

.btn__text,
.btn .icon {
  display: inline-block;
  vertical-align: middle;
}

.btn .icon {
  font-size: 18px;
  fill: #fff;
}

.btn .icon:not(:last-child) {
  margin-right: 10px;
}

.btn_green {
  background: #31C651;
  -webkit-box-shadow: 0px 10px 18px rgba(49, 198, 81, 0.37);
  box-shadow: 0px 10px 18px rgba(49, 198, 81, 0.37);
}

.btn_green:hover {
  background: #2cb249;
}

.btn_blue {
  background: #419FDA;
  -webkit-box-shadow: 0px 10px 25px rgba(45, 156, 219, 0.17);
  box-shadow: 0px 10px 25px rgba(45, 156, 219, 0.17);
}

.btn_blue:hover {
  background: #288fcf;
}

.btn_border {
  border: 1px solid #4F4F4F;
  color: #4F4F4F;
}

.btn_border:hover {
  background: #4F4F4F;
  color: #fff;
}

.btn_border-blue {
  border: 1px solid #419FDA;
  color: #419FDA;
}

.btn_border-blue:hover {
  background: #419FDA;
  color: #fff;
}

.btn.btn_wide {
  min-width: 100%;
}

.btn[href] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header__head {
  position: relative;
  z-index: 15;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  background: #fff;
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
}

.header__top {
  padding: 8px 0 8px;
  border-bottom: 1px solid #F3F3F3;
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header__body .social {
  display: none;
  margin-right: 20px;
}

.header__social .header__text {
  margin-right: 10px;
  font-size: 14px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__link {
  font-size: 14px;
  font-weight: 700;
  color: #565555;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__link:hover {
  color: #419FDA;
}

.header__top .header__link:not(:last-child) {
  margin-right: 40px;
}

.header__body {
  padding: 10px 0 11px;
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.header__logo {
  margin-right: 50px;
  font-size: 0;
}

.header__body .header__burger {
  display: none;
}

.header__logo .header__pic {
  width: 60px;
}

.header__logo .header__pic_mobile {
  display: none;
}

.header__search {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.header__search .header__input {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 30px;
  border-radius: 20px;
  border: 1px solid #DDDDDE;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.header__search .header__input::-webkit-input-placeholder {
  color: #8E8E8E;
}

.header__search .header__input::-ms-input-placeholder {
  color: #8E8E8E;
}

.header__search .header__input::placeholder {
  color: #8E8E8E;
}

.header__open {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 30px;
  font-size: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.header__open .icon {
  font-size: 19px;
  fill: #419FDA;
}

.header__open:hover {
  opacity: .8;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.header__address {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #419FDA;
}

.header__place {
  color: #777;
}

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

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #777;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.header__phone .icon {
  margin-right: 7px;
  font-size: 12px;
  fill: #419FDA;
}

.header__phone:hover {
  color: #419FDA;
}

.header__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 180px;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
}

.header__btn .icon {
  font-size: 14px;
}

.header__bottom {
  padding: 15px 0;
  -webkit-box-shadow: 0px -5px 25px rgba(218, 218, 218, 0.21);
  box-shadow: 0px -5px 25px rgba(218, 218, 218, 0.21);
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.header__bottom .header__menu {
  width: 100%;
}

.header__bottom .header__link:not(:last-child) {
  margin-right: auto;
}

.header__burger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26px;
  height: 20px;
  margin-left: 20px;
  text-align: center;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.header__burger:before, .header__burger:after,
.header__burger span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #419FDA;
  -webkit-transition: width .3s, background .3s, -webkit-transform .3s;
  transition: width .3s, background .3s, -webkit-transform .3s;
  -o-transition: transform .3s, width .3s, background .3s;
  transition: transform .3s, width .3s, background .3s;
  transition: transform .3s, width .3s, background .3s, -webkit-transform .3s;
}

.header__burger:before, .header__burger:after {
  content: '';
  margin-right: auto;
}

.header__burger span {
  margin: 7px 0 7px auto;
}

.header__burger.active:before, .header__burger.active:after,
.header__burger.active span {
  width: 26px;
}

.header__burger.active:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.header__burger.active span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__burger.active:after {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.header.active {
  -webkit-box-shadow: 0px 5px 35px rgba(218, 218, 218, 0.51);
  box-shadow: 0px 5px 35px rgba(218, 218, 218, 0.51);
}

.header.active .header__top {
  display: none;
}

.header.active .header__logo {
  margin-right: 20px;
}

.header.active .header__body {
  padding: 5px 0;
}

.header.active .header__body .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.active .header__body .header__burger {
  display: inline-block;
  margin-left: 20px;
}

.header.active .header__bottom {
  display: none;
}

.menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 69px);
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__item:not(:last-child) {
  margin-right: auto;
  padding-right: 10px;
}

.menu__stage {
  margin-bottom: 15px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

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

.menu__link {
  position: relative;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.menu__link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.menu__link:hover {
  color: #fff;
}

.menu__link:not(:last-child) {
  margin-bottom: 15px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__link {
  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: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(235, 235, 235, 0.37);
  font-size: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.social__link .icon {
  font-size: 12px;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.social__link .icon-vk {
  font-size: 8px;
  fill: #5181B8;
}

.social__link .icon-facebook {
  fill: #4867AA;
}

.social__link .icon-instagram {
  fill: #E02350;
}

.social__link:hover .icon {
  fill: #fff;
}

.social__link_vk:hover {
  background: #5181B8;
}

.social__link_facebook:hover {
  background: #4867AA;
}

.social__link_instagram:hover {
  background: #E02350;
}

.social__link:not(:last-child) {
  margin-right: 10px;
}

.section {
  padding: 25px 0 70px;
}

.section__container {
  padding-left: 300px;
}

.section__title {
  margin-bottom: 7px;
}

.section__info {
  margin-bottom: 25px;
}

.section .content:not(:last-child) {
  margin-bottom: 30px;
}

.section .content.mb80 {
  margin-bottom: 80px;
}

.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs__item {
  display: inline;
  line-height: 1.4;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 2px;
}

.breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin-left: 5px;
}

.breadcrumbs__link {
  font-weight: 700;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.breadcrumbs__link:hover {
  color: #419FDA;
}

.title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.title_sm {
  font-size: 24px;
}

.info {
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  color: #419FDA;
}

.info:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #419FDA;
}

.catalog__title {
  margin-bottom: 20px;
}

.catalog__sorting {
  margin-bottom: 60px;
}

.catalog__group {
  -webkit-column-count: 7;
  column-count: 7;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.catalog__group .catalog__link {
  display: block;
  position: relative;
  padding-left: 14px;
  line-height: 2;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.catalog__group .catalog__link:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.catalog__group .catalog__link:nth-child(n+36) {
  display: none;
}

.catalog__group .catalog__link:hover {
  color: #419FDA;
}

.catalog__sorting.active .catalog__link {
  display: block !important;
}

.catalog__foot {
  padding-top: 32px;
  text-align: center;
}

.catalog__more {
  color: #419FDA;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.catalog__more:hover {
  color: #2277ad;
}

.catalog__sorting.active .catalog__foot {
  display: none;
}

.catalog__open {
  display: none;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 2px dashed #419FDA;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #419FDA;
}

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

.catalog__container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 252px);
  flex: 0 0 calc(100% - 252px);
  width: calc(100% - 252px);
  padding-left: 48px;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  background: #fff;
}

.catalog__item:not(:last-child) {
  margin-bottom: 20px;
}

.catalog__preview {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 311px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  font-size: 0;
}

.catalog__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px 0 0 3px;
}

.catalog__preview .catalog__pic {
  max-width: 100%;
}

.catalog__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 15px 15px 20px;
}

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

.catalog__car {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.catalog__car:hover {
  color: #419FDA;
}

.catalog__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  padding-left: 16px;
}

.catalog__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
}

.catalog__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 28px;
  margin-top: 10px;
  color: #4F4F4F;
}

.catalog__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  margin-right: 10px;
  font-size: 0;
}

.catalog__icon_big {
  width: 34px;
  margin-right: 7px;
}

.catalog__icon .catalog__pic {
  max-width: 100%;
  max-height: 100%;
}

.catalog__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -5px 0;
}

.catalog__variant {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
  color: #828282;
}

.catalog__price {
  padding: 5px 5px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.catalog__money {
  margin-left: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #31C651;
}

.catalog__btn {
  min-width: 100%;
  height: 42px;
  margin-top: auto;
}

.catalog .pagination {
  margin-top: 40px;
}

.catalog:not(:last-child) {
  margin-bottom: 40px;
}

.switch {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch__tick {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 20px;
  margin-right: 10px;
  background: #FBFBFB;
  -webkit-box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  border-radius: 2px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.switch__tick:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 17px;
  height: 16px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.switch__text {
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}

.switch__input:checked + .switch__in .switch__tick:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
  background: #31C651;
  -webkit-box-shadow: 0px 1px 4px rgba(49, 198, 81, 0.2);
  box-shadow: 0px 1px 4px rgba(49, 198, 81, 0.2);
}

.switch:hover {
  opacity: .8;
}

.checkbox {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox__tick {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 4px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.checkbox__tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.15045L3.11611 7.65004L9.09961 0.949595L8.24058 0L3.11611 5.7375L0.847134 3.19416L0 4.15045Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.checkbox__text {
  line-height: 18px;
  color: #828282;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.checkbox:hover .checkbox__tick {
  border-color: #cdcdcd;
}

.checkbox__input:checked + .checkbox__in .checkbox__tick {
  border-color: #F3F3F3;
}

.checkbox__input:checked + .checkbox__in .checkbox__tick:before {
  opacity: 1;
}

.select {
  min-width: 100%;
  height: 50px;
  padding: 0 35px 0 20px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50302 6.62068L0.853786 0.167325C0.658457 -0.0557738 0.341781 -0.0557737 0.146452 0.167325C-0.0488178 0.390491 -0.0488178 0.75221 0.146452 0.975342L6.14935 7.8327C6.34468 8.05577 6.66136 8.05577 6.85668 7.8327L12.8596 0.975342C13.0515 0.748325 13.046 0.386572 12.8473 0.167324C12.6534 -0.0465332 12.3461 -0.0465332 12.1522 0.167324L6.50302 6.62068Z' fill='%23D1D1D1'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 20px) 50%/13px 8px;
  font-size: 16px;
  color: #828282;
  cursor: pointer;
}

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

.select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.range__slider {
  height: 2px;
  margin: 25px 0 10px;
  background: #D3D3D3;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-handle {
  width: 22px;
  height: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  cursor: pointer;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-handle:hover {
  border-color: #419FDA;
}

.noUi-horizontal .noUi-handle {
  right: -11px;
  top: -10px;
  width: 22px;
  height: 22px;
}

.noUi-connect {
  background: #419FDA;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -11px;
}

.filters {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 252px;
}

.filters__top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #F3F3F3;
}

.filters__title {
  margin-right: auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.filters__close {
  font-size: 0;
}

.filters__close .icon {
  font-size: 16px;
  fill: #333;
}

.filters__wrapper {
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.filters__list {
  padding: 20px;
}

.filters__head {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #4F4F4F;
}

.filters__list > .filters__item:not(:last-child), .filters__group:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F3F3F3;
}

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

.filters .switch:not(:last-child) {
  margin-bottom: 12px;
}

.filters__variants {
  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;
  margin-top: -15px;
}

.filters .checkbox {
  margin-top: 15px;
}

.filters .checkbox:nth-child(n+5) {
  display: none;
}

.filters__variants.show .checkbox {
  display: block;
}

.filters__group .filters__item:not(:last-child) {
  margin-bottom: 15px;
}

.filters__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.filters__row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background: #C4C4C4;
}

.filters__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
}

.filters__input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

.filters__input::-webkit-input-placeholder {
  color: #D1D1D1;
}

.filters__input::-ms-input-placeholder {
  color: #D1D1D1;
}

.filters__input::placeholder {
  color: #D1D1D1;
}

.filters__more {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #BDBDBD;
  margin-top: 12px;
  color: #BDBDBD;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.filters__more:before {
  content: "";
  position: absolute;
  top: 60%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00232 4.96551L0.656758 0.125493C0.506506 -0.0418301 0.262908 -0.0418301 0.112656 0.125494C-0.0375522 0.292868 -0.0375522 0.564157 0.112656 0.731506L4.73027 5.87453C4.88052 6.04182 5.12412 6.04182 5.27437 5.87453L9.89199 0.731506C10.0396 0.561244 10.0354 0.289929 9.88252 0.125493C9.73339 -0.0348997 9.49699 -0.0348996 9.34788 0.125493L5.00232 4.96551Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.filters__more:hover {
  border-color: transparent;
}

.filters__more.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.filters__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: rgba(38, 35, 35, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.filters__control {
  display: none;
  text-align: center;
}

.filters__btn {
  min-width: 100%;
  margin-bottom: 20px;
}

.filters__reset {
  border-bottom: 1px dashed #419FDA;
  font-size: 18px;
  line-height: 1.4;
  color: #419FDA;
}

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

.pagination__arrow {
  font-size: 0;
}

.pagination__arrow .icon {
  font-size: 16px;
  fill: #828282;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.pagination__arrow:hover .icon {
  fill: #419FDA;
}

.pagination__arrow, .pagination__item {
  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-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.pagination__arrow:not(:last-child), .pagination__item:not(:last-child) {
  margin-right: 20px;
}

.pagination__item {
  background: #EFF0F1;
  font-size: 14px;
  color: #444;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.pagination__item:hover, .pagination__item.active {
  background: #419FDA;
  color: #fff;
}

.content {
  font-size: 14px;
}

.content h1 {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 1.2;
}

.content h2 {
  font-size: 24px;
}

.content h2:not(:first-child) {
  margin-top: 25px;
}

.content h2:not(:last-child) {
  margin-bottom: 15px;
}

.content figure {
  font-size: 0;
}

.content figure:not(:first-child) {
  margin-top: 30px;
}

.content figure:not(:last-child) {
  margin-bottom: 30px;
}

.content img {
  width: 100%;
}

.content p:not(:last-child) {
  margin-bottom: 15px;
}

.content figcaption {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  color: #4F4F4F;
}

.content figcaption:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #333;
}

.content ul li {
  position: relative;
  padding-left: 22px;
}

.content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.content ul:not(:last-child) {
  margin-bottom: 15px;
}

.content__video {
  max-width: 960px;
  margin: 0 auto;
}

.content__video:not(:first-child) {
  margin-top: 30px;
}

.content__video:not(:last-child) {
  margin-bottom: 30px;
}

.sorting {
  font-size: 18px;
}

.sorting__container {
  padding: 20px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.sorting__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sorting__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sorting__col:first-child {
  width: calc(100% - 400px);
  padding-right: 20px;
}

.sorting__col:nth-child(2) {
  width: 140px;
  padding-right: 15px;
}

.sorting__col:nth-child(3) {
  width: 260px;
}

.sorting__category {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.sorting__link {
  display: block;
  position: relative;
  padding-left: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.sorting__link:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.sorting__link:hover {
  color: #419FDA;
}

.sorting__link:not(:last-child) {
  margin-bottom: 10px;
}

.sorting:not(:last-child) {
  margin-bottom: 50px;
}

.faq__title {
  margin-bottom: 40px;
  text-align: center;
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 10px 50px 10px 20px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border: 1px solid #F3F3F3;
  line-height: 1.3;
  color: #4F4F4F;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.faq__head .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  fill: #828282;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.faq__head:hover {
  color: #419FDA;
}

.faq__head:hover .icon {
  fill: #419FDA;
}

.faq__item.active .faq__head {
  color: #419FDA;
}

.faq__item.active .faq__head .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  fill: #419FDA;
}

.faq__body {
  position: relative;
  z-index: 2;
  display: none;
  margin-top: -1px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  padding: 20px 20px 23px;
  font-size: 14px;
}

.faq__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.faq__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 0 20px;
}

.footer {
  line-height: 1.4;
}

.footer__body {
  padding: 30px 0 20px;
  background: #FBFBFB;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  padding-right: 35px;
  border-right: 1px solid #F3F3F3;
}

.footer__col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 0 0 30px;
}

.footer__logo {
  display: inline-block;
  margin: 0 0 10px -12px;
  font-size: 0;
}

.footer__logo .footer__pic {
  width: 105px;
}

.footer__box {
  font-size: 14px;
}

.footer__box:not(:last-child) {
  margin-bottom: 12px;
}

.footer__category {
  margin-bottom: 5px;
  font-weight: 500;
}

.footer__text {
  color: #4F4F4F;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__item:not(:last-child) {
  margin-right: auto;
  padding-right: 10px;
}

.footer__stage {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #4F4F4F;
}

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

.footer__menu .footer__link {
  position: relative;
  padding-left: 14px;
  color: #828282;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.footer__menu .footer__link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.footer__menu .footer__link:hover {
  color: #419FDA;
}

.footer__menu .footer__link:not(:last-child) {
  margin-bottom: 10px;
}

.footer__bottom {
  padding: 10px 0 15px;
}

.footer__bottom .footer__center {
  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;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 42px;
}

.footer__links .footer__link {
  font-size: 14px;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.footer__links .footer__link:hover {
  color: #419FDA;
}

.footer__links .footer__link:not(:last-child) {
  margin-right: 42px;
}

.footer__copyright {
  font-size: 14px;
  color: rgba(79, 79, 79, 0.5);
}

.card {
  line-height: 1.4;
}

.card__title {
  margin-bottom: 10px;
}

.card__vin {
  margin-bottom: 38px;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4F4F4F;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__col:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 375px);
  flex: 0 0 calc(100% - 375px);
  max-width: calc(100% - 375px);
  padding-right: 25px;
}

.card__col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
  width: 375px;
}

.card__top {
  position: relative;
  margin-bottom: 25px;
}

.card__bottom {
  margin: 0 -13px 40px;
}

.card__slider {
  visibility: hidden;
}

.card__slider.slick-initialized {
  visibility: visible;
}

.card__preview {
  font-size: 0;
}

.card__bottom .card__preview {
  position: relative;
  margin: 0 13px;
  cursor: pointer;
}

.card__bottom .card__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #419FDA;
  background: rgba(51, 51, 51, 0.15);
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.card__bottom .card__preview:hover:before {
  opacity: 1;
}

.card__bottom .card__preview.slick-current:before {
  opacity: 1;
}

.card__pic {
  width: 100%;
}

.card__actions {
  position: absolute;
  top: 0;
  left: 0;
}

.card__action {
  min-width: 140px;
  border-radius: 0 3px 3px 0;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  text-align: center;
  line-height: 37px;
  color: #828282;
}

.card__action:first-child {
  border-radius: 0 0 3px 0;
}

.card__action:not(:last-child) {
  margin-bottom: 10px;
}

.card__all {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 0 25px;
  background: rgba(193, 193, 193, 0.42);
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.card__all:hover {
  background: rgba(193, 193, 193, 0.62);
}

.card__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -5px 40px;
}

.card__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  width: calc(25% - 10px);
  margin: 20px 5px 0;
  line-height: 1.4;
}

.card__icon {
  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-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 65px;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #F9F9F9;
  -webkit-box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  border-radius: 4px;
  font-size: 0;
}

.card__icon .card__pic {
  max-width: 33px;
  max-height: 33px;
}

.card__option .card__info {
  font-size: 18px;
  font-weight: 500;
}

.card__value {
  color: #4F4F4F;
}

.card__content {
  line-height: 1.4;
  color: #4F4F4F;
}

.card__content h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.card__content h2:not(:first-child) {
  margin-top: 25px;
}

.card__content p {
  line-height: 1.4;
}

.card__content p:not(:last-child) {
  margin-bottom: 10px;
}

.card__content ul {
  display: inline-block;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.card__content ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}

.card__content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.card__content ul.items3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.card__content ul:not(:last-child) {
  margin-bottom: 10px;
}

.card__content ul + h2:not(:first-child) {
  margin-top: 10px;
}

.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 20px;
}

.card__stage {
  font-weight: 700;
}

.card__head .card__stage {
  margin-right: auto;
  font-size: 22px;
}

.card__price {
  font-size: 30px;
  font-weight: 700;
  color: #31C651;
}

.card__body {
  padding: 20px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
}

.card__body:not(:last-child) {
  margin-bottom: 20px;
}

.card__body_info .card__stage {
  margin-bottom: 15px;
  font-size: 22px;
}

.card__body_info .card__btn {
  margin-top: 20px;
}

.card__body_manager .card__stage {
  margin-bottom: 15px;
}

.card__body_manager {
  font-size: 18px;
}

.card__body_form .card__stage {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
}

.card__table {
  width: 100%;
}

.card__table td {
  font-size: 18px;
}

.card__table td:first-child {
  color: #4F4F4F;
}

.card__table td:nth-child(2) {
  padding-left: 15px;
  color: #5E5E5E;
}

.card__table tr:not(:last-child) td {
  padding-bottom: 13px;
}

.card__category {
  position: relative;
  padding-left: 19px;
}

.card__category:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.card__place {
  position: relative;
  margin-left: 19px;
  padding-left: 20px;
}

.card__place:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #262020;
}

.card__btn {
  min-width: 100%;
}

.card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  color: #4F4F4F;
}

.card__ava {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 42px;
  width: 42px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(65, 159, 218, 0.62);
  font-size: 0;
}

.card__ava .card__pic {
  width: 100%;
  min-height: 100%;
}

.card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__phone {
  margin-right: auto;
  font-weight: 500;
  color: #4F4F4F;
}

.card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__social .card__link {
  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-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(235, 235, 235, 0.37);
  font-size: 0;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.card__social .card__link .icon {
  font-size: 20px;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.card__social .card__link .icon-viber {
  fill: #804097;
}

.card__social .card__link .icon-telegram {
  fill: #419FDA;
}

.card__social .card__link:hover .icon {
  fill: #fff;
}

.card__social .card__link_viber:hover {
  background: #804097;
}

.card__social .card__link_telegram:hover {
  background: #419FDA;
}

.card__social .card__link:not(:last-child) {
  margin-right: 15px;
}

.card__field .field__input {
  height: 44px;
}

.card__field:not(:last-child) {
  margin-bottom: 20px;
}

.card .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
  height: 85px;
  background-color: #419FDA;
  background-repeat: no-repeat;
  background-position: 50% 53%;
  background-size: 34px auto;
  font-size: 0;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.card .slick-arrow:before, .card .slick-arrow:after {
  content: "";
  position: absolute;
}

.card .slick-arrow:before {
  top: 100%;
}

.card .slick-arrow:after {
  bottom: 100%;
}

.card .slick-arrow:hover {
  background-color: #2c94d6;
}

.card .slick-prev {
  left: -8px;
  border-radius: 0 4px 4px 0;
  background-image: url("../img/arrows-two-prev.png");
}

.card .slick-prev:before, .card .slick-prev:after {
  left: 0;
}

.card .slick-prev:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 6px 0;
  border-color: transparent #3583B5 transparent transparent;
}

.card .slick-prev:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 6px 8px;
  border-color: transparent transparent #3583B5 transparent;
}

.card .slick-next {
  right: -8px;
  border-radius: 4px 0 0 4px;
  background-image: url("../img/arrows-two-next.png");
}

.card .slick-next:before, .card .slick-next:after {
  right: 0;
}

.card .slick-next:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 8px 0 0;
  border-color: #3583B5 transparent transparent transparent;
}

.card .slick-next:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 0 8px;
  border-color: transparent transparent transparent #3583B5;
}

.card:not(:last-child) {
  margin-bottom: 80px;
}

.field__label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #4F4F4F;
}

.field__input, .field__textarea {
  width: 100%;
  background: #F5F5F5;
  border: 1px solid #E7E8EA;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #333;
}

.field__input {
  height: 50px;
  padding: 0 16px;
}

.field__textarea {
  height: 90px;
  padding: 10px 16px;
  resize: none;
}

.field__select {
  min-width: 100%;
  height: 50px;
  padding: 0 35px 0 16px;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F5F5 url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.39726 4.5L4.50014 0L0.603027 4.5H8.39726ZM0.603233 8.5L4.50035 13L8.39746 8.5L0.603233 8.5Z' fill='%23787878'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 20px) 50%/9px 13px;
  font-size: 16px;
  color: #787878;
  cursor: pointer;
}

.field__select::-ms-expand {
  display: none;
}

.field__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.field__load {
  position: relative;
  overflow: hidden;
}

.field__file {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 140px;
  opacity: 0;
}

.field__in {
  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;
  height: 50px;
  border: 1px dashed #419FDA;
  border-radius: 3px;
  font-size: 18px;
  color: #419FDA;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.field__in .icon {
  margin-right: 10px;
  font-size: 17px;
  fill: #419FDA;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.field__load:hover .field__in {
  background: #419FDA;
  border-color: transparent;
  color: #fff;
}

.field__load:hover .field__in .icon {
  fill: #fff;
}

.field_textarea {
  font-size: 0;
}

.identical {
  line-height: 1.4;
}

.identical__title {
  margin-bottom: 40px;
}

.identical__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
}

.identical__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 14px);
  flex: 0 0 calc(25% - 14px);
  width: calc(25% - 14px);
  margin: 0 7px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.identical__preview {
  position: relative;
  font-size: 0;
}

.identical__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .25;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.identical__item:hover .identical__preview:before {
  opacity: .15;
}

.identical__pic {
  width: 100%;
}

.identical__body {
  padding: 10px 20px 20px;
}

.identical__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.identical__action {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  white-space: nowrap;
  padding: 0 10px 0 25px;
  background: #FFFFFF;
  -webkit-box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  box-shadow: inset -4px -4px 5px rgba(241, 241, 241, 0.4), inset 4px 4px 3px rgba(242, 242, 242, 0.6);
  border-radius: 3px;
  font-size: 14px;
  line-height: 31px;
  color: #828282;
}

.identical__action:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.identical__action.green:before {
  background: #31C651;
  -webkit-box-shadow: 0px 2px 12px rgba(49, 198, 81, 0.96);
  box-shadow: 0px 2px 12px rgba(49, 198, 81, 0.96);
}

.identical__action.yellow:before {
  background: #F4AD03;
  -webkit-box-shadow: 0px 2px 12px rgba(244, 173, 3, 0.96);
  box-shadow: 0px 2px 12px rgba(244, 173, 3, 0.96);
}

.identical__action.blue:before {
  background: #419FDA;
  -webkit-box-shadow: 0px 2px 12px rgba(65, 159, 218, 0.96);
  box-shadow: 0px 2px 12px rgba(65, 159, 218, 0.96);
}

.identical__car {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.identical__parameters {
  margin-bottom: 15px;
}

.identical__parameters li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #5E5E5E;
}

.identical__parameters li:not(:last-child) {
  margin-bottom: 10px;
}

.identical__category {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
}

.identical__price {
  font-weight: 700;
  color: #31C651;
}

.identical:not(:last-child) {
  margin-bottom: 40px;
}

.bid__container {
  border: 1px solid #F3F3F3;
  padding: 25px;
}

.bid__title {
  margin-bottom: 8px;
}

.bid__info {
  max-width: 500px;
  margin-bottom: 25px;
  line-height: 1.45;
  color: rgba(50, 50, 50, 0.72);
}

.bid__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -20px;
}

.bid__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(34% - 40px);
  flex: 0 0 calc(34% - 40px);
  width: calc(34% - 40px);
  margin: 0 20px;
}

.bid__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(32% - 40px);
  flex: 0 0 calc(32% - 40px);
  width: calc(32% - 40px);
}

.bid__btn {
  min-width: 100%;
}

.bid_sm .bid__center {
  max-width: 1100px;
}

.bid_vacancy .bid__info {
  margin: 0;
}

.bid_vacancy .bid__form {
  margin-top: -25px;
}

.bid_vacancy .bid__field:not(:first-child) {
  margin-top: 20px;
}

.bid:not(:last-child) {
  margin-bottom: 80px;
}

.bid.mb50:not(:last-child) {
  margin-bottom: 50px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 320px;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.9);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.popup.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup.animation .popup__wrap {
  opacity: 1;
}

.popup__wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  background-color: #fff;
}

.popup__close {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 0;
}

.popup__close .icon {
  font-size: 16px;
  fill: #333;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.popup__close:hover .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup_gallery .popup__wrap {
  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: 1170px;
}

.popup_order {
  background: rgba(0, 0, 0, 0.73);
}

.popup_order .popup__wrap {
  max-width: 825px;
}

.popup_order .popup__close {
  top: -23px;
  right: -17px;
  z-index: 3;
  width: 55px;
  height: 55px;
  background: #419FDA;
  border-radius: 0 4px 4px 4px;
}

.popup_order .popup__close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 23px 26px;
  border-color: transparent transparent #2688C6 transparent;
}

.popup_order .popup__close .icon {
  font-size: 20px;
  fill: #fff;
}

.gallery {
  position: relative;
  padding: 10px 145px 20px 20px;
}

.gallery__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 30px 20px 0;
}

.gallery__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__title {
  margin-right: 25px;
}

.gallery__price {
  color: #31C651;
}

.gallery__code {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4F4F4F;
}

.gallery__body {
  height: calc(100vh - 163px);
  padding-right: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.gallery__body::-webkit-scrollbar {
  width: 10px;
}

.gallery__body::-webkit-scrollbar-track-piece {
  background-color: #EEEEEE;
  border-radius: 3px;
}

.gallery__body::-webkit-scrollbar-thumb:vertical {
  width: 10px;
}

.gallery__body::-webkit-scrollbar-thumb:vertical, .gallery__body::-webkit-scrollbar-thumb:window-inactive {
  background-color: #419FDA;
  border-radius: 3px;
}

.gallery__preview {
  position: relative;
  font-size: 0;
}

.gallery__preview:not(:last-child) {
  margin-bottom: 10px;
}

.gallery__pic {
  width: 100%;
}

.gallery__view {
  position: absolute;
  top: 123px;
  right: 20px;
  bottom: 20px;
  width: 125px;
  padding: 40px 0 40px 20px;
}

.gallery__slider {
  max-height: 100%;
  overflow: hidden;
}

.gallery__arrow {
  position: absolute;
  right: 0;
  width: 105px;
  height: 36px;
  background-color: #d5d5d5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.gallery__arrow_up {
  top: 0;
  border-radius: 4px 4px 0 0;
  background-image: url("../img/arrows-up.png");
}

.gallery__arrow_down {
  bottom: 0;
  border-radius: 0 0 4px 4px;
  background-image: url("../img/arrows-down.png");
}

.gallery__arrow:hover {
  background-color: #419FDA;
}

.gallery__view .gallery__preview {
  cursor: pointer;
}

.gallery__view .gallery__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 3px;
  background: #419FDA;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.gallery__view .gallery__preview:hover:before, .gallery__view .gallery__preview.active:before {
  opacity: 1;
}

.gallery__counter {
  position: absolute;
  top: 0;
  left: 0;
  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;
  background: rgba(0, 0, 0, 0.54);
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.gallery__preview.active .gallery__counter {
  opacity: 1;
}

.mb80:not(:last-child) {
  margin-bottom: 80px;
}

.selection__container {
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
}

.selection__form {
  padding: 20px;
  border-bottom: 1px solid #F3F3F3;
}

.selection__form .selection__title {
  display: none;
}

.selection__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.selection__col {
  -webkit-box-flex: calc(18% - 20px);
  -ms-flex: calc(18% - 20px);
  flex: calc(18% - 20px);
  width: calc(18% - 20px);
  margin: 0 10px;
}

.selection__col:nth-child(4), .selection__col:nth-child(5) {
  -webkit-box-flex: calc(14% - 20px);
  -ms-flex: calc(14% - 20px);
  flex: calc(14% - 20px);
  width: calc(14% - 20px);
}

.selection__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.selection__info {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.selection__group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}

.selection__links {
  margin-bottom: 10px;
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.selection__link {
  display: block;
  position: relative;
  padding-left: 14px;
  line-height: 2;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.selection__link:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.74995 4.9999L0.199951 1.5999L1.79995 0.399902L5.24995 4.9999L1.79995 9.5999L0.199951 8.3999L2.74995 4.9999Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/auto 100%;
}

.selection__link:nth-child(n+31) {
  display: none;
}

.selection__link:hover {
  color: #419FDA;
}

.selection__group.active .selection__link {
  display: block !important;
}

.selection__more {
  border-bottom: 1px dashed #BDBDBD;
  color: #BDBDBD;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.selection__more:hover {
  border-color: transparent;
}

.selection__group.active .selection__more {
  display: none;
}

.selection__news {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
}

.selection__article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  line-height: 1.4;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.selection__article:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  background: #419FDA;
}

.selection__article:hover {
  color: #419FDA;
}

.selection__article:not(:last-child) {
  margin-bottom: 15px;
}

.selection__preview {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  font-size: 0;
}

.selection__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(31, 67, 109, 0.11);
}

.selection__pic {
  width: 100%;
  border-radius: 3px;
}

.selection__article .selection__title {
  padding: 10px 25px 10px 20px;
}

.selection__foot {
  margin-top: 15px;
  text-align: right;
}

.selection__all {
  border-bottom: 1px dashed #419FDA;
  font-weight: 500;
  color: #419FDA;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.selection__all:hover {
  border-color: transparent;
}

.cars__title {
  margin-bottom: 7px;
}

.cars__info {
  margin-bottom: 40px;
}

.cars__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1046px;
  margin: -44px auto 0;
}

.cars__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 44px);
  flex: 0 0 calc(33.333% - 44px);
  width: calc(33.333% - 44px);
  margin: 44px 22px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  background: #fff;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
  color: #4F4F4F;
}

.cars__preview {
  position: relative;
  font-size: 0;
}

.cars__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cars__pic {
  width: 100%;
}

.cars__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #F3F3F3;
}

.cars__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  font-weight: 700;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.cars__item:hover .cars__name {
  color: #419FDA;
}

.cars__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 1px 15px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  font-size: 18px;
  font-weight: 700;
  color: #31C651;
}

.cars__body {
  padding: 20px;
}

.cars__line {
  font-size: 18px;
  line-height: 1.2;
}

.cars__line:not(:last-child) {
  margin-bottom: 10px;
}

.cars__value {
  color: #828282;
}

.cars__btns {
  margin-top: 40px;
  text-align: center;
}

.cars__btn {
  min-width: 335px;
}

.quality {
  line-height: 1.4;
  color: #4F4F4F;
}

.quality__center {
  max-width: 1100px;
}

.quality__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quality__col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 333px;
}

.quality__col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 25px;
}

.quality__title {
  margin-bottom: 7px;
  color: #419FDA;
}

.quality__info {
  margin-bottom: 25px;
  color: #4F4F4F;
}

.quality__wrap {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
}

.quality__stage {
  margin-bottom: 13px;
  font-weight: 700;
}

.quality__list li {
  position: relative;
  padding-left: 20px;
}

.quality__list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.quality__list li:not(:last-child) {
  margin-bottom: 15px;
}

.quality__preview {
  padding: 0 40px;
  font-size: 0;
}

.quality__pic {
  width: 100%;
}

.quality__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.quality__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
}

.quality__category {
  position: relative;
  margin-bottom: 7px;
  padding-right: 25px;
  font-weight: 700;
}

.quality__category:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #419FDA;
}

.quality__text {
  color: #828282;
}

.work__title {
  margin-bottom: 7px;
}

.work__info {
  margin-bottom: 25px;
}

.work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -18px 0;
}

.work__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 36px);
  flex: 0 0 calc(33.333% - 36px);
  width: calc(33.333% - 36px);
  margin: 40px 18px 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 8px;
  line-height: 1.35;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.work__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  margin-bottom: 15px;
}

.work__icon {
  margin-right: auto;
  font-size: 0;
}

.work__pic {
  max-height: 47px;
}

.work__number {
  font-size: 30px;
  font-weight: 700;
  color: #419FDA;
}

.work__category {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.work__text {
  color: #828282;
}

.work__btns {
  margin-top: 30px;
  text-align: center;
}

.work__btn {
  min-width: 222px;
}

.post__title {
  margin-bottom: 7px;
}

.post__info {
  margin-bottom: 40px;
}

.post__container {
  margin: 0 -20px;
}

.post__slider {
  visibility: hidden;
}

.post__slider.slick-initialized {
  visibility: visible;
}

.post__item {
  margin: 0 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.post__item:hover {
  -webkit-box-shadow: 0px 15px 35px rgba(204, 204, 204, 0.35);
  box-shadow: 0px 15px 35px rgba(204, 204, 204, 0.35);
}

.post__preview {
  font-size: 0;
}

.post__pic {
  width: 100%;
}

.post__body {
  padding: 20px;
}

.post__category {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
}

.post__category:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #419FDA;
}

.post__text {
  line-height: 1.4;
  color: #4F4F4F;
}

.post .slick-list {
  overflow: visible;
}

.post .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post .slick-slide {
  height: auto;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.post .slick-slide.slick-active {
  opacity: 1;
}

.post .slick-arrow {
  position: absolute;
  top: -87px;
  z-index: 2;
  width: 100px;
  height: 45px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border: 1px solid #F3F3F3;
  background: #fff;
  border-radius: 3px;
  font-size: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.post .slick-arrow .icon {
  font-size: 12px;
  fill: #419FDA;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.post .slick-arrow:hover {
  background: #419FDA;
}

.post .slick-arrow:hover .icon {
  fill: #fff;
}

.post .slick-prev {
  right: 150px;
}

.post .slick-next {
  right: 20px;
}

.review__title {
  margin-bottom: 7px;
}

.review__info {
  margin-bottom: 40px;
}

.review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.review__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33% - 40px);
  flex: 0 0 calc(33.33% - 40px);
  width: calc(33.33% - 40px);
  margin: 0 20px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
}

.review__preview {
  position: relative;
  margin-bottom: 22px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0;
}

.review__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(25, 31, 89, 0.31);*/
}

.review__preview > .review__pic {
  width: 100%;
}

.review__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.review__item:hover .review__play {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}

.review__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
  padding-right: 15px;
}

.review__author {
  position: relative;
  margin-right: auto;
  padding-left: 13px;
  font-size: 18px;
  color: #4F4F4F;
}

.review__author:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #419FDA;
}

.review__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.review__star {
  font-size: 0;
}

.review__text {
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  line-height: 1.45;
  color: #C4C4C4;
}

.review__star .review__pic {
  width: 20px;
}

.review__btns {
  margin-top: 40px;
  text-align: center;
}

.review__btn {
  min-width: 335px;
}

.auction__title {
  margin-bottom: 7px;
}

.auction__info {
  margin-bottom: 40px;
}

.auction__nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}

.auction__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 15px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
  font-weight: 500;
  text-align: center;
  background: #fff;
  color: #4F4F4F;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.auction__link:hover {
  color: #419FDA;
}

.auction__link.active {
  border-color: #F3F3F3;
  color: #419FDA;
}

.auction__container {
  padding: 20px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
  box-shadow: 0px 10px 25px rgba(156, 156, 156, 0.1);
}

.auction__item {
  display: none;
}

.auction__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auction__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 375px;
  margin-right: 35px;
  text-align: center;
  font-size: 0;
}

.auction__pic {
  max-width: 100%;
}

.auction__text {
  line-height: 1.4;
  color: #4F4F4F;
}

.auction__text p:not(:last-child) {
  margin-bottom: 15px;
}

.auction .bid {
  margin-top: 20px;
}

.auction .bid__container {
  padding: 25px 20px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.company__title {
  margin-bottom: 7px;
}

.company__info {
  margin-bottom: 40px;
}

.company__content {
  margin-bottom: 40px;
}

.company__content h2 {
  font-size: 22px;
  line-height: 1.3;
}

.company__content h2:not(:first-child) {
  margin-top: 30px;
}

.company .sorting:not(:last-child) {
  margin-bottom: 40px;
}

.company .sorting__col:first-child {
  width: calc(100% - 600px);
  padding-left: 45px;
}

.company .sorting__col:nth-child(2) {
  width: 230px;
}

.company .sorting__col:nth-child(3) {
  width: 370px;
  padding-right: 40px;
}

.main {
  margin-bottom: 80px;
  text-align: center;
}

.main__center {
  max-width: 100%;
}

.main__item {
  display: none;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: calc(50% - 300px) -200px;
  background-size: 724px auto;
}

.main__title {
  font-size: 56px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
}

.main__preview {
  text-align: center;
  font-size: 0;
}

.main__pic {
  width: auto;
  height: 400px;
}

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

.main__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__nav:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 25px;
  right: 25px;
  z-index: -1;
  height: 1px;
  background: rgba(218, 218, 218, 0.8);
}

.main__link {
  position: relative;
  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: 58px;
  height: 58px;
  padding-bottom: 2px;
  border-radius: 50%;
  border: 1px solid #DADADA;
  background: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #E2E2E2;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.main__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(65, 159, 218, 0.25);
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.main__link:hover {
  border-color: #419FDA;
  color: #419FDA;
}

.main__link:not(:last-child) {
  margin-right: 65px;
}

.main__link.active {
  background: #419FDA;
  border-color: #419FDA;
  color: #fff;
}

.main__link.active:before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}

.main__options {
  position: absolute;
  top: 320px;
  left: calc(50% - 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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main__option:not(:last-child) {
  margin-bottom: 70px;
}

.main__number {
  font-size: 80px;
  line-height: 1;
  color: #E7E7E7;
}

.main__note {
  font-size: 14px;
  font-weight: 500;
  color: #4F4F4F;
}

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

.main__line .main__text {
  position: relative;
  margin-right: 110px;
}

.main__line .main__text:before {
  content: "";
  position: absolute;
  top: 55%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  height: 1px;
  background: #F3F3F3;
}

.main__sign {
  font-size: 0;
}

.main__sign .main__pic {
  max-width: 30px;
  max-height: 16px;
}

.contacts {
  line-height: 1.2;
}

.contacts__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.contacts__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 25px -20px;
}

.contacts__nav .contacts__link {
  margin: 20px 0 0 20px;
  padding: 0 20px;
  background: rgba(239, 239, 239, 0.34);
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
  color: #939393;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.contacts__nav .contacts__link:hover {
  background: #419FDA;
  color: #fff;
}

.contacts__nav .contacts__link.active {
  background: #419FDA;
  -webkit-box-shadow: 0px 5px 25px rgba(45, 156, 219, 0.31);
  box-shadow: 0px 5px 25px rgba(45, 156, 219, 0.31);
  color: #fff;
}

.contacts__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.contacts__menu .contacts__link {
  padding: 0 20px;
  font-size: 18px;
  line-height: 50px;
  color: #939393;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.contacts__menu .contacts__link:hover, .contacts__menu .contacts__link.active {
  color: #419FDA;
}

.contacts__menu .contacts__link:not(:last-child) {
  border-right: 1px solid #F3F3F3;
}

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

.contacts__col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  padding: 5px 30px 0 0;
}

.contacts__col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
  font-size: 0;
}

.contacts__map {
  font-size: 0;
}

.contacts__map .contacts__pic {
  width: 100%;
}

.contacts__view {
  position: relative;
  bottom: -3px;
  margin-left: 5px;
  font-size: 14px;
  color: #419FDA;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.contacts__view:hover {
  opacity: .8;
}

.contacts__city {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.contacts__box:not(:last-child) {
  margin-bottom: 43px;
}

.contacts__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

.contacts__category .icon {
  margin-right: 8px;
  font-size: 18px;
  fill: #419FDA;
}

.contacts__category .icon-marker {
  font-size: 20px;
}

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

.contacts__phones .contacts__link:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__text {
  font-size: 18px;
  color: #4F4F4F;
}

.contacts__link {
  font-size: 18px;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.contacts__link:hover {
  color: #419FDA;
}

.managers {
  margin-bottom: 60px;
  line-height: 1.2;
}

.managers__title {
  margin-bottom: 25px;
}

.managers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}

.managers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 40px 20px 0;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  background: #fff;
}

.managers__ava {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 250px;
  font-size: 0;
}

.managers__ava .managers__pic {
  width: 100%;
  border-radius: 8px;
}

.managers__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
}

.managers__man {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
}

.managers__box:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F3F3F3;
}

.managers__category {
  margin-bottom: 10px;
  font-weight: 500;
}

.managers__text {
  color: #4F4F4F;
}

.managers__text[href] {
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.managers__text[href]:hover {
  color: #419FDA;
}

.managers__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.managers__social .managers__link {
  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-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(235, 235, 235, 0.37);
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.managers__social .managers__link .icon {
  font-size: 16px;
  -webkit-transition: fill .25s;
  -o-transition: fill .25s;
  transition: fill .25s;
}

.managers__social .managers__link_viber .icon {
  fill: #804097;
}

.managers__social .managers__link_viber:hover {
  background: #804097;
}

.managers__social .managers__link_viber:hover .icon {
  fill: #fff;
}

.managers__social .managers__link_telegram .icon {
  fill: #419FDA;
}

.managers__social .managers__link_telegram:hover {
  background: #419FDA;
}

.managers__social .managers__link_telegram:hover .icon {
  fill: #fff;
}

.managers__social .managers__link:not(:last-child) {
  margin-right: 15px;
}

.connect {
  max-width: 900px;
  margin: 0 auto;
}

.connect__title {
  margin-bottom: 25px;
  text-align: center;
}

.connect__form {
  padding: 25px;
  border: 1px solid #F3F3F3;
}

.connect__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -10px;
}

.connect__row:not(:last-child) {
  margin-bottom: 15px;
}

.connect__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 0 10px;
}

.connect__col_w66 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(66.666% - 20px);
  flex: 0 0 calc(66.666% - 20px);
  width: calc(66.666% - 20px);
}

.comments {
  margin-bottom: 60px;
  line-height: 1.2;
}

.comments__info {
  margin-bottom: 30px;
  font-size: 24px;
}

.comments__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.comments__desc {
  margin-right: 100px;
}

.comments__logo {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.comments__address {
  font-size: 14px;
  font-weight: 500;
  color: #989898;
}

.comments__line .comments__btn {
  min-width: 300px;
}

.comments__google {
  margin-bottom: 10px;
  font-size: 0;
}

.comments__google .comments__pic {
  width: 169px;
}

.comments__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.comments__stat .comments__number {
  margin-right: 10px;
  font-size: 31px;
  font-weight: 500;
  color: #77777F;
}

.comments__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.comments__star {
  font-size: 0;
}

.comments__counter {
  font-size: 15px;
  font-weight: 500;
  color: #8D8D8D;
}

.comments__sign {
  display: inline-block;
  min-width: 14px;
  margin-left: 4px;
  background: #C4C4C4;
  border-radius: 50%;
  text-align: center;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
}

.comments__note {
  margin-bottom: 60px;
  font-weight: 300;
}

.comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.comments__item:not(:last-child) {
  margin-bottom: 40px;
}

.comments__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 360px;
  font-size: 0;
}

.comments__view .comments__pic {
  width: 100%;
}

.comments__video, .comments__preview {
  width: 100%;
  position: relative;
  display: block;
}

.comments__video:before, .comments__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.comments__video:hover:before, .comments__preview:hover:before {
  background-color: rgba(27, 28, 35, 0.6);
}

.comments__preview_sm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.comments__preview_sm:before {
  display: none;
}

.comments__video:before {
  background-image: url("../img/play.svg");
  background-size: 66px auto;
}

.comments__preview:before {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52.3524 49.2299L37.2807 34.1581C40.2001 30.552 41.9579 25.9697 41.9579 20.979C41.9579 9.41185 32.546 0 20.9789 0C9.41175 0 0 9.41175 0 20.9789C0 32.546 9.41186 41.9579 20.979 41.9579C25.9697 41.9579 30.552 40.2001 34.1582 37.2807L49.2299 52.3524C49.6605 52.783 50.2258 52.9995 50.7912 52.9995C51.3566 52.9995 51.9219 52.783 52.3525 52.3524C53.2159 51.489 53.2159 50.0933 52.3524 49.2299ZM20.979 37.5412C11.8454 37.5412 4.41666 30.1125 4.41666 20.9789C4.41666 11.8453 11.8454 4.41655 20.979 4.41655C30.1126 4.41655 37.5413 11.8453 37.5413 20.9789C37.5413 30.1125 30.1125 37.5412 20.979 37.5412Z' fill='%232D9CDB'/%3E%3C/svg%3E%0A");
  background-size: 53px auto;
}

.comments__box {
  padding: 15px 20px;
}

.comments__box:not(:last-child) {
  border-bottom: 1px solid #F3F3F3;
}

.comments__date {
  margin-bottom: 10px;
}

.comments__category {
  margin-bottom: 10px;
}

.comments__category span {
  margin-right: 10px;
  font-weight: 500;
  color: #419FDA;
}

.comments__assessment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments__assessment .comments__text {
  margin-right: 12px;
}

.comments__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: -10px -10px 0;
}

.comments__option {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin: 10px 10px 0;
  color: #4F4F4F;
}

.comments__option strong {
  font-weight: 500;
  color: #333;
}

.comments__box > .comments__text {
  margin-top: 10px;
  line-height: 1.45;
  color: #4F4F4F;
}

.comments .pagination:not(:first-child) {
  margin-top: 40px;
}

.write {
  max-width: 960px;
  margin: 0 auto;
}

.write__form {
  padding: 25px;
  border: 1px solid #F3F3F3;
}

.write__form:not(:last-child) {
  margin-bottom: 40px;
}

.write__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.write__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -25px;
}

.write__row:not(:last-child) {
  margin-bottom: 20px;
}

.write__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 50px);
  flex: 0 0 calc(50% - 50px);
  width: calc(50% - 50px);
  margin: 0 25px;
}

.write .field:not(:last-child) {
  margin-bottom: 20px;
}

.write .field__textarea {
  height: 215px;
}

.write__foot {
  margin-top: 30px;
  text-align: center;
}

.write__foot .write__btn {
  min-width: 300px;
}

.write__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.write__box {
  max-width: 510px;
  margin-right: auto;
  line-height: 1.2;
}

.write__head .write__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 300px;
  margin-left: 30px;
}

.write__info {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.write__text {
  line-height: 1.45;
  color: #4F4F4F;
}

.vacancies {
  max-width: 960px;
  margin: 0 auto;
}

.vacancies__title {
  margin-bottom: 40px;
  text-align: center;
}

.vacancies__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 30px;
}

.vacancies__city {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  color: #4F4F4F;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.vacancies__city:hover {
  color: #419FDA;
}

.vacancies__city.active {
  background: #419FDA;
  color: #fff;
}

.vacancies__variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
}

.vacancies__variant:not(:last-child) {
  margin-bottom: 20px;
}

.vacancies__variant .vacancies__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.2;
}

.vacancies__variant .vacancies__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 160px;
  height: 40px;
  margin-left: 30px;
}

.vacancies__name {
  font-size: 18px;
  font-weight: 700;
}

.vacancies__name:not(:last-child) {
  margin-bottom: 10px;
}

.vacancies__price {
  font-size: 18px;
  font-weight: 500;
  color: #4F4F4F;
}

.vacancies__price:not(:last-child) {
  margin-bottom: 10px;
}

.vacancies__work {
  display: inline-block;
  padding: 0 10px;
  background: #f6f6f6;
  border-radius: 3px;
  line-height: 30px;
  color: #828282;
}

.vacancies__item {
  line-height: 1.4;
}

.vacancies__item:first-child {
  padding: 0 20px;
}

.vacancies__item:first-child .vacancies__category {
  font-size: 20px;
}

.vacancies__item:not(:first-child) {
  padding: 20px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
}

.vacancies__item:not(:last-child) {
  margin-bottom: 25px;
}

.vacancies__category {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

.vacancies__list li {
  color: #4F4F4F;
}

.vacancies__item:first-child .vacancies__list li:not(:last-child) {
  margin-bottom: 10px;
}

.vacancies__item:not(:first-child) .vacancies__list li {
  position: relative;
  padding-left: 22px;
}

.vacancies__item:not(:first-child) .vacancies__list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.vacancies__item:not(:first-child) .vacancies__list li:not(:last-child) {
  margin-bottom: 15px;
}

.vacancies_solo {
  max-width: 100%;
  padding-top: 20px;
}

.vacancies:not(:last-child) {
  margin-bottom: 50px;
}

.authors__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
}

.authors__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 100px;
  line-height: 1.4;
}

.authors__name {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.authors__parameters {
  margin-bottom: 15px;
  line-height: 1.2;
  color: #4F4F4F;
}

.authors__parameter:not(:last-child) {
  margin-bottom: 10px;
}

.authors__category {
  margin-right: 12px;
  font-weight: 500;
}

.authors__text {
  margin-bottom: 15px;
  color: #4F4F4F;
}

.authors__info {
  margin-bottom: 15px;
  font-weight: 500;
}

.authors__list li {
  position: relative;
  padding-left: 22px;
  color: #4F4F4F;
}

.authors__list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.authors__list li:not(:last-child) {
  margin-bottom: 15px;
}

.authors__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 435px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
  font-size: 0;
}

.authors__pic {
  width: 100%;
}

.news {
  line-height: 1.4;
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.news__container .news__col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 330px;
  padding-right: 32px;
}

.news__container .news__col:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news__category {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #F3F3F3;
  font-size: 24px;
  font-weight: 700;
}

.news__category[href] {
  position: relative;
  display: block;
  padding-right: 30px;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.news__category[href]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.71899 5.99994L0.21875 1.62463L1.78049 0.375244L6.28024 5.99994L1.78049 11.6246L0.21875 10.3752L3.71899 5.99994Z' fill='%23419FDA'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.news__category[href]:hover {
  color: #419FDA;
}

.news__section:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
}

.news__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.news__article:hover {
  color: #419FDA;
}

.news__article:not(:last-child) {
  margin-bottom: 20px;
}

.news__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  color: #4F4F4F;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

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

.news__details .news__title {
  margin-bottom: 8px;
  font-weight: 500;
}

.news__article:hover .news__time {
  color: #419FDA;
}

.news__details .news__text {
  font-size: 14px;
  color: #707070;
}

.news__section .news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
  color: #4F4F4F;
}

.news__section .news__date .icon {
  margin-right: 12px;
  font-size: 15px;
  fill: #4F4F4F;
}

.news__item {
  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;
  min-height: 370px;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.news__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 14, 35, 0.4);
}

.news__status {
  position: relative;
  z-index: 2;
  font-weight: 700;
  margin-bottom: 30px;
}

.news__box {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.news__parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.news__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.news__parameter .icon {
  margin-right: 5px;
  font-size: 15px;
  fill: #fff;
}

.news__parameter .icon-eye {
  font-size: 10px;
}

.news__parameter:not(:last-child):after {
  content: "/";
  margin: 0 8px;
  font-size: 16px;
}

.news__item .news__title {
  margin-bottom: 15px;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px -2px 0;
}

.news__list .news__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 4px);
  flex: 0 0 calc(50% - 4px);
  width: calc(50% - 4px);
  min-height: 363px;
  margin: 4px 2px 0;
}

.news__list .news__item_wide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 4px);
  flex: 0 0 calc(100% - 4px);
  width: calc(100% - 4px);
  min-height: 330px;
}

.news__list .news__title {
  max-width: 480px;
  font-size: 22px;
}

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.news__wrap .news__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news__wrap .news__col:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  padding-left: 20px;
}

.news__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 7px solid #419FDA;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 3px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.news__line:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.35);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.35);
  color: #419FDA;
}

.news__line:not(:last-child) {
  margin-bottom: 20px;
}

.news__preview {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  height: 84px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.news__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5px 20px;
}

.news__line .news__title {
  margin-bottom: 5px;
  font-weight: 500;
}

.news__line .news__text {
  color: #4F4F4F;
}

.news__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.news__variants_four {
  margin: -20px -10px 0;
}

.news__variants_three {
  margin: -24px -12px 0;
}

.news__block {
  display: block;
  color: #4F4F4F;
}

.news__variants_four .news__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 20px 10px 0;
}

.news__variants_three .news__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 24px);
  flex: 0 0 calc(33.333% - 24px);
  width: calc(33.333% - 24px);
  margin: 24px 12px 0;
}

.news__photo {
  display: block;
  position: relative;
  padding-bottom: 65%;
  font-size: 0;
}

.news__photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.21);
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.news__block:hover .news__photo:before {
  background: rgba(0, 0, 0, 0.11);
}

.news__photo .news__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__body {
  padding: 20px;
  background: #FBFBFB;
  border-width: 0 1px;
  border-style: solid;
  border-color: #F3F3F3;
}

.news__block .news__text {
  display: block;
  height: 66px;
  overflow: hidden;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.news__block:hover .news__text {
  color: #419FDA;
}

.news__stage {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.news__stage:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E04242;
}

.news__foot {
  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;
  height: 40px;
  padding: 0 20px;
  background: #FBFBFB;
  border: 1px solid #F3F3F3;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  color: #8C8C8C;
}

.news__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news__view .icon {
  margin-right: 8px;
  font-size: 9px;
  fill: #8C8C8C;
}

.news__btns {
  text-align: center;
  margin-top: 30px;
}

.news__btns .news__btn {
  min-width: 335px;
}

.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__inner .news__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 24px;
}

.news__inner .news__col:nth-child(2) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 260px;
}

.news__inner .news__line {
  border: none;
}

.news__inner .news__desc {
  padding: 0 15px;
}

.news__inner .news__desc .news__title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__inner .news__desc .news__text {
  max-height: 38px;
  overflow: hidden;
}

.news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 25px -20px;
}

.news__nav .news__link {
  margin: 20px 0 0 20px;
  padding: 0 20px;
  background: rgba(239, 239, 239, 0.34);
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
  color: #939393;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.news__nav .news__link:hover {
  background: #419FDA;
  color: #fff;
}

.news__nav .news__link.active {
  background: #419FDA;
  -webkit-box-shadow: 0px 5px 25px rgba(45, 156, 219, 0.31);
  box-shadow: 0px 5px 25px rgba(45, 156, 219, 0.31);
  color: #fff;
}

.news .pagination {
  margin-top: 30px;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  overflow: hidden;
}

.video__link, .video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  border: none;
}

.video__button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
}

.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -30px -20px 0;
}

.services__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 30px 20px 0;
  padding: 30px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.services__title {
  margin-bottom: 10px;
  font-size: 34px;
}

.services__info {
  margin-bottom: 10px;
}

.services__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #F5F5F5;
  padding: 8px 25px 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.services__item .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  fill: #4F4F4F;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.services__item:hover {
  border-color: #419FDA;
  color: #419FDA;
}

.services__item:hover .icon {
  fill: #419FDA;
}

.service {
  position: relative;
}

.service__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 430px;
  margin-bottom: 60px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.service__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.service__head .service__title {
  position: relative;
  z-index: 3;
  font-size: 60px;
  line-height: 1.16667;
  color: #fff;
}

.service__head .service__title span {
  display: block;
  color: #419FDA;
}

.service__head .service__title:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 56px;
  height: 10px;
  background: #419FDA;
}

.service__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service__line:not(:last-child) {
  position: relative;
}

.service__line:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1.51%, #4E4E4E), color-stop(99.53%, rgba(119, 119, 119, 0)));
  background-image: -webkit-linear-gradient(bottom, #4E4E4E 1.51%, rgba(119, 119, 119, 0) 99.53%);
  background-image: -o-linear-gradient(bottom, #4E4E4E 1.51%, rgba(119, 119, 119, 0) 99.53%);
  background-image: linear-gradient(0deg, #4E4E4E 1.51%, rgba(119, 119, 119, 0) 99.53%);
}

.service__box:not(:last-child) {
  margin-bottom: 40px;
}

.service__content h2 {
  position: relative;
  padding-bottom: 10px;
}

.service__content h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #419FDA;
}

.service__faq .service__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.service__faq .service__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #419FDA;
}

.service__wrap {
  max-width: 480px;
  line-height: 1.4;
}

.service__wrap .service__title {
  margin-bottom: 20px;
  font-size: 41px;
  line-height: 1.29268;
}

.service__wrap .service__title span {
  display: block;
  color: #419FDA;
}

.service__info {
  max-width: 400px;
  margin-bottom: 16px;
  color: #4F4F4F;
}

.service__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: #4F4F4F;
}

.service__address .icon {
  margin-right: 15px;
  font-size: 30px;
  fill: #419FDA;
}

.service__btn {
  min-width: 222px;
}

.service__preview {
  position: absolute;
  top: -30px;
  right: calc(50% - 700px);
  z-index: -1;
  width: 800px;
  font-size: 0;
}

.service__preview .service__pic {
  width: 100%;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px -20px 0;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 40px);
  flex: 0 0 calc(33.333% - 40px);
  width: calc(33.333% - 40px);
  margin: 0 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 4px;
}

.service__icon {
  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-negative: 0;
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #419FDA;
  -webkit-box-shadow: 0px 10px 25px rgba(45, 156, 219, 0.17);
  box-shadow: 0px 10px 25px rgba(45, 156, 219, 0.17);
  border-radius: 6px;
  font-size: 0;
}

.service__icon .service__pic {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  max-width: 40px;
}

.service__item .service__text {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.service_full {
  margin-bottom: 90px;
}

.about {
  margin-bottom: 70px;
}

.about__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 618px;
  margin-bottom: 40px;
  padding: 40px 30px 40px 60px;
  overflow: hidden;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.about__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about__video {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 100%;
  height: 100%;
}

.about__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__row {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.about__caption {
  margin-right: auto;
}

.about__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 72px;
  line-height: 1.1;
}

.about__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 5px;
  background: #419FDA;
}

.about__info {
  max-width: 250px;
  font-size: 20px;
  line-height: 1.45;
}

.about__parameter:not(:last-child) {
  margin-bottom: 15px;
}

.about__parameter .about__counter {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.45;
}

.about__parameter .about__counter span {
  font-weight: 500;
}

.about__parameter .about__text {
  max-width: 130px;
  font-size: 18px;
  line-height: 1.1;
}

.about__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about__line:not(:last-child) {
  position: relative;
}

.about__line:not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1.51%, #4E4E4E), color-stop(99.53%, rgba(119, 119, 119, 0)));
  background-image: -webkit-linear-gradient(bottom, #4E4E4E 1.51%, rgba(119, 119, 119, 0) 99.53%);
  background-image: -o-linear-gradient(bottom, #4E4E4E 1.51%, rgba(119, 119, 119, 0) 99.53%);
  background-image: linear-gradient(0deg, #4E4E4E 1.51%, rgba(119, 119, 119, 0) 99.53%);
}

.about__team {
  margin-bottom: 50px;
}

.about__section:not(:last-child) {
  margin-bottom: 28px;
}

.about__country {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 53px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  font-size: 24px;
  font-weight: 700;
}

.about__flag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33px;
  margin-right: 15px;
  font-size: 0;
}

.about__flag .about__pic {
  width: 100%;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px -12px 0;
}

.about__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 24px 12px 0;
  padding: 0 10px 20px;
  text-align: center;
  line-height: 1.1;
}

.about__item:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
}

.about__photo {
  margin-bottom: 15px;
  font-size: 0;
}

.about__photo .about__pic {
  width: 100%;
  border-radius: 5px;
}

.about__man {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}

.about__post {
  color: #828282;
}

.about__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}

.about__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 40px);
  flex: 0 0 calc(33.333% - 40px);
  width: calc(33.333% - 40px);
  margin: 40px 20px 0;
  padding: 36px 40px 43px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 8px;
  text-align: center;
}

.about__box .about__counter {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.about__box .about__counter:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #419FDA;
  border-radius: 3px;
}

.about__box .about__text {
  font-size: 18px;
  line-height: 1.45;
  color: #828282;
}

.partners {
  margin-bottom: 70px;
}

.partners__title {
  margin-bottom: 7px;
}

.partners__info {
  margin-bottom: 68px;
}

.partners__list {
  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: -32px -22px 0;
}

.partners__preview {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.666% - 44px);
  flex: 0 0 calc(16.666% - 44px);
  width: calc(16.666% - 44px);
  margin: 32px 22px 0;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 4px;
  font-size: 0;
}

.partners__pic {
  width: 100%;
}

.order__body {
  position: relative;
  padding: 40px 30px 30px;
}

.order__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

.order__title span {
  color: #419FDA;
}

.order > .order__title {
  margin-bottom: 30px;
}

.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -10px;
}

.order__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(34% - 20px);
  flex: 0 0 calc(34% - 20px);
  width: calc(34% - 20px);
  margin: 0 10px;
}

.order__col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(32% - 20px);
  flex: 0 0 calc(32% - 20px);
  width: calc(32% - 20px);
}

.order__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  padding: 20px;
  background: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.order__success span {
  color: #419FDA;
}

.order__success.show {
  visibility: visible;
  opacity: 1;
}

.order__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px 35px;
  border-top: 1px solid #F3F3F3;
}

.order__box {
  margin-right: auto;
}

.order__text {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
}

.order__phone {
  display: inline-block;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.order__phone:hover {
  color: #419FDA;
}

.order__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__link {
  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-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.order__link .icon {
  font-size: 24px;
  fill: #fff;
}

.order__link:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.order__link_viber {
  background: #804097;
}

.order__link_telegram {
  background: #469EDE;
}

.order__link_whatsapp {
  background: #31C651;
}

.order__link:not(:last-child) {
  margin-right: 18px;
}

.accessories__title {
  margin-bottom: 30px;
}

.accessories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}

.accessories__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 40px);
  flex: 0 0 calc(33.333% - 40px);
  width: calc(33.333% - 40px);
  margin: 40px 20px 0;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  background: #fff;
  border-radius: 4px;
  color: #4F4F4F;
}

.accessories__body {
  padding: 20px;
  border-bottom: 1px solid #F3F3F3;
}

.accessories__preview {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 72%;
  font-size: 0;
}

.accessories__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.accessories__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accessories__name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.accessories__item:hover .accessories__name {
  color: #419FDA;
}

.accessories__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 1px 15px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  font-size: 18px;
  font-weight: 700;
  color: #31C651;
}

.accessories__options {
  padding: 20px;
}

.accessories__options li {
  position: relative;
  padding-left: 22px;
}

.accessories__options li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.accessories__options li:not(:last-child) {
  margin-bottom: 10px;
}

.goods {
  margin-bottom: 50px;
}

.goods__title {
  margin-bottom: 25px;
  text-align: center;
}

.goods__nav {
  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;
  margin: -20px -10px 65px;
}

.goods__link {
  min-width: 100px;
  margin: 20px 10px 0;
  padding: 0 20px;
  background: rgba(239, 239, 239, 0.34);
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #939393;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.goods__link:hover {
  background: #419FDA;
  color: #fff;
}

.goods__link.active {
  background: #419FDA;
  -webkit-box-shadow: 0px 5px 25px rgba(45, 156, 219, 0.31);
  box-shadow: 0px 5px 25px rgba(45, 156, 219, 0.31);
  color: #fff;
}

.goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}

.goods__item {
  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-flex: 0;
  -ms-flex: 0 0 calc(25% - 40px);
  flex: 0 0 calc(25% - 40px);
  width: calc(25% - 40px);
  margin: 40px 20px 0;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 4px;
  background: #fff;
  font-weight: 500;
}

.goods__preview {
  position: relative;
  padding-bottom: 57%;
  font-size: 0;
}

.goods__preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(18, 9, 32, 0.35);
  border-radius: 4px 4px 0 0;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.goods__item:hover .goods__preview:before {
  background: rgba(18, 9, 32, 0.15);
}

.goods__pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.goods__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 1.2;
  color: #333;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

.goods__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px 20px;
}

.goods__text {
  margin-right: auto;
  color: #333;
}

.goods__item:hover .goods__info {
  color: #419FDA;
}

.goods__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  padding: 1px 15px;
  border-radius: 3px;
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  font-size: 18px;
  font-weight: 700;
  color: #31C651;
}

.goods .pagination {
  margin-top: 50px;
}

.product__body {
  padding: 25px 0 45px;
  background: #FBFBFB;
}

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 50px;
}

.product__col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 630px;
  flex: 0 0 630px;
  width: 630px;
  max-width: 630px;
}

.product__title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.15;
}

.product__stage {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.product__options {
  margin-bottom: 50px;
}

.product__options li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
}

.product__options li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.9786L5.13666 12.1251L15 2.27146L13.584 0.875L5.13666 9.31249L1.39643 5.5723L0 6.9786Z' fill='%2331C651'/%3E%3C/svg%3E%0A") no-repeat 50% 50%/100% auto;
}

.product__options li:not(:last-child) {
  margin-bottom: 15px;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
}

.product__money {
  margin-left: 8px;
  font-size: 32px;
  color: #31C651;
}

.product__btn {
  min-width: 300px;
}

.product__preview {
  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: #fff;
  font-size: 0;
}

.product__pic {
  max-width: 100%;
  max-height: 100%;
}

.product__for .product__preview {
  height: 350px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  box-shadow: 0px 10px 25px rgba(204, 204, 204, 0.15);
  border-radius: 4px;
}

.product__container {
  margin: 0 -10px;
}

.product__nav .product__slide {
  margin: 0 10px;
}

.product__nav .product__slide.slick-current .product__preview {
  border-color: #419FDA;
}

.product__nav .product__preview {
  height: 85px;
  padding: 5px;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s;
}

.product__nav .product__preview:hover {
  border-color: #dadada;
}

.product__bid {
  padding: 60px 0 80px;
}

.product__for, .product__nav {
  visibility: hidden;
}

.product__for.slick-initialized, .product__nav.slick-initialized {
  visibility: visible;
}

.product .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.product .slick-arrow .icon {
  font-size: 12px;
  fill: #419FDA;
}

.product .slick-arrow:hover {
  opacity: .8;
}

.product__for .slick-prev {
  left: 20px;
}

.product__for .slick-next {
  right: 20px;
}

.product__nav .slick-prev {
  left: -25px;
}

.product__nav .slick-next {
  right: -25px;
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.81);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.cookie__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 860px;
}

.cookie__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 25px;
  font-size: 13px;
  line-height: 1.3;
}

.cookie__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 110px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.cookie__btn:hover {
  background: #fff;
  color: #333;
}

.cookie.show {
  visibility: visible;
  opacity: 1;
}

.stations__map {
  font-size: 0;
}

.stations__map iframe {
  width: 100%;
}

.stations__body {
  padding-top: 80px;
}

.stations__title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 300;
}

.stations__info {
  margin-bottom: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.stations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: -40px auto 80px;
}

.stations__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 80px);
  flex: 0 0 calc(33.333% - 80px);
  width: calc(33.333% - 80px);
  margin: 50px 40px 0;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.1);
  box-shadow: 0px 10px 25px rgba(168, 168, 168, 0.1);
  border-radius: 3px;
  text-align: center;
}

.stations__preview {
  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;
  height: 400px;
  margin-bottom: 25px;
  font-size: 0;
}

.stations__pic {
  max-width: 100%;
  max-height: 100%;
}

.stations__product {
  margin: 0 -10px 10px;
  font-size: 18px;
  font-weight: 500;
}

.stations__btn {
  min-width: 210px;
}

.stations:not(:last-child) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1579px) {
  .stations__map iframe {
    height: 500px;
  }
  .stations__body {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 1339px) {
  .section__container {
    padding-left: 272px;
  }
  .catalog__container {
    padding-left: 20px;
  }
  .catalog__option {
    font-size: 15px;
  }
  .footer__col:first-child {
    width: 200px;
    padding-right: 20px;
  }
  .card__option .card__info {
    font-size: 16px;
  }
  .card__value {
    font-size: 14px;
  }
  .main__container {
    margin: 0 -30px;
  }
  .main__pic {
    height: 380px;
  }
  .main__options {
    top: 280px;
    left: calc(50% - 560px);
  }
  .product__nav .slick-prev {
    left: -5px;
  }
  .product__nav .slick-next {
    right: -5px;
  }
}

@media only screen and (max-width: 1179px) {
  .page {
    padding-top: 149px;
  }
  .desktop-hide {
    display: none !important;
  }
  .desktop-show {
    display: block !important;
  }
  .header__top {
    padding: 5px 0;
  }
  .header__top .header__link:not(:last-child) {
    margin-right: 30px;
  }
  .header__body {
    padding: 5px 0;
  }
  .header__search .header__input {
    padding-left: 14px;
  }
  .header__contacts {
    margin-right: 25px;
  }
  .header__btn {
    min-width: 160px;
    height: 45px;
  }
  .header__bottom {
    padding: 10px 0;
  }
  .menu__stage {
    font-size: 16px;
  }
  .section__container {
    padding: 0;
  }
  .catalog__sorting {
    margin-bottom: 40px;
  }
  .catalog__group {
    -webkit-column-count: 6;
    column-count: 6;
  }
  .catalog__group .catalog__link:nth-child(n+31) {
    display: none;
  }
  .catalog__foot {
    padding-top: 24px;
  }
  .catalog__preview {
    width: 250px;
  }
  .catalog__preview .catalog__pic {
    height: 217px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .catalog__details {
    padding: 15px;
  }
  .catalog__car {
    font-size: 16px;
  }
  .catalog__control {
    width: 150px;
    padding-left: 10px;
  }
  .catalog__option {
    font-size: 14px;
  }
  .catalog__icon {
    width: 17px;
    margin-right: 7px;
  }
  .catalog__icon_big {
    width: 28px;
  }
  .catalog__variant {
    font-size: 13px;
  }
  .catalog__price {
    font-size: 18px;
  }
  .catalog__money {
    display: block;
    margin-left: 0;
  }
  .catalog__btn {
    padding: 0;
    font-size: 15px;
  }
  .catalog .pagination {
    margin-top: 30px;
  }
  .faq__row {
    margin: 0 -10px;
  }
  .faq__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .footer__stage {
    font-size: 16px;
  }
  .card__vin {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .card__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
  .card__col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    width: 330px;
  }
  .card__bottom {
    margin: 0 -8px 25px;
  }
  .card__bottom .card__preview {
    margin: 0 8px;
  }
  .card__all {
    left: 20px;
    bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
  }
  .card__options {
    margin: 0 -5px 30px;
  }
  .card__icon {
    width: 60px;
    height: 55px;
  }
  .card__content ul li {
    margin-bottom: 10px;
  }
  .card__head .card__stage {
    font-size: 22px;
  }
  .card__price {
    font-size: 24px;
  }
  .card__table td {
    font-size: 16px;
  }
  .card__category:before {
    top: 6px;
  }
  .field__in {
    font-size: 16px;
  }
  .identical__body {
    padding: 10px 15px 20px;
  }
  .identical__actions {
    margin: 0;
  }
  .identical__action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .identical__action:before {
    display: none;
  }
  .identical__parameters li {
    font-size: 16px;
  }
  .selection__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .selection__col {
    -webkit-box-flex: calc(33.333% - 20px);
    -ms-flex: calc(33.333% - 20px);
    flex: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin-top: 10px;
  }
  .selection__col:nth-child(4), .selection__col:nth-child(5) {
    -webkit-box-flex: calc(33.333% - 20px);
    -ms-flex: calc(33.333% - 20px);
    flex: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin-top: 10px;
  }
  .selection__links {
    -webkit-column-count: 4;
    column-count: 4;
  }
  .selection__link:nth-child(n+25) {
    display: none;
  }
  .selection__article {
    font-size: 15px;
  }
  .cars__list {
    max-width: calc(100% + 30px);
    margin: -30px -15px 0;
  }
  .cars__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 30px 15px 0;
  }
  .quality__preview {
    padding: 0;
  }
  .work__list {
    margin: -25px -10px 0;
  }
  .work__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 25px 10px 0;
  }
  .post__container {
    margin: 0 -15px;
  }
  .post__item {
    margin: 0 15px;
  }
  .review__info {
    margin-bottom: 30px;
  }
  .review__list {
    margin: 0 -10px;
  }
  .review__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
  .company .sorting__col:first-child {
    width: calc(100% - 500px);
    padding-left: 0;
  }
  .company .sorting__col:nth-child(2) {
    width: 190px;
  }
  .company .sorting__col:nth-child(3) {
    width: 310px;
    padding: 0;
  }
  .main__options {
    position: static;
    -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;
    margin: -50px 0 30px;
  }
  .main__option:not(:last-child) {
    margin: 0 100px 0 0;
  }
  .main__number {
    font-size: 60px;
  }
  .contacts__nav {
    margin: -10px 0 20px -10px;
  }
  .contacts__nav .contacts__link {
    margin: 10px 0 0 10px;
  }
  .contacts__menu .contacts__link {
    font-size: 16px;
    line-height: 40px;
  }
  .contacts__col:first-child {
    width: 330px;
  }
  .managers__list {
    margin: -30px -15px 0;
  }
  .managers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 30px 15px 0;
    padding: 5px;
  }
  .managers__ava {
    width: 220px;
  }
  .managers__details {
    padding-right: 0;
  }
  .managers__man {
    font-size: 18px;
  }
  .managers__box:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .managers__text {
    font-size: 14px;
  }
  .authors__details {
    padding-right: 60px;
  }
  .news__variants_four .news__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .news__variants_four .news__block:nth-child(n+7) {
    display: none;
  }
  .news__variants_three .news__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px);
  }
  .news__variants_three .news__block:nth-child(n+9) {
    display: none;
  }
  .news__nav {
    margin: -10px 0 25px -10px;
  }
  .news__nav .news__link {
    margin: 10px 0 0 10px;
  }
  .service__head {
    margin-bottom: 40px;
  }
  .service__list {
    margin-top: 55px;
  }
  .service__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 0 15px;
  }
  .service_full {
    margin-bottom: 75px;
  }
  .about__head {
    min-height: 550px;
    padding: 40px;
  }
  .about__item {
    padding: 0 5px 20px;
  }
  .about__man {
    font-size: 16px;
  }
  .about__post {
    font-size: 14px;
  }
  .about__group {
    margin: -30px -15px 0;
  }
  .about__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 30px 15px 0;
    padding: 25px 20px 25px;
  }
  .partners__info {
    margin-bottom: 40px;
  }
  .partners__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 44px);
    flex: 0 0 calc(20% - 44px);
    width: calc(20% - 44px);
  }
  .accessories__list {
    margin: -30px -15px 0;
  }
  .accessories__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 30px);
    flex: 0 0 calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 30px 15px 0;
  }
  .accessories__body {
    padding: 0 0 15px;
  }
  .accessories__preview {
    margin-bottom: 15px;
  }
  .accessories__head {
    padding: 0 15px;
  }
  .accessories__name {
    font-size: 16px;
  }
  .accessories__options {
    padding: 15px;
  }
  .goods__nav {
    margin-bottom: 45px;
  }
  .goods__list {
    margin: -25px -10px 0;
  }
  .goods__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 25px 10px 0;
  }
  .goods__info {
    padding: 15px;
  }
  .goods__cost {
    padding: 15px;
  }
  .goods__text {
    font-size: 14px;
  }
  .goods__price {
    font-size: 16px;
  }
  .goods .pagination {
    margin-top: 30px;
  }
  .product__col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    width: 500px;
    max-width: 500px;
  }
  .product__title {
    font-size: 36px;
  }
  .product__options {
    margin-bottom: 35px;
  }
  .product__container {
    margin: 0 -5px;
  }
  .product__nav .product__slide {
    margin: 0 5px;
  }
  .stations__info {
    margin-bottom: 35px;
  }
  .stations__list {
    margin: -40px -30px 60px;
  }
  .stations__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 60px);
    flex: 0 0 calc(33.333% - 60px);
    width: calc(33.333% - 60px);
    margin: 40px 30px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .page {
    padding-top: 147px;
  }
  .center {
    padding: 0 20px;
  }
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .header__social .header__text {
    display: none;
  }
  .header__top .header__link:not(:last-child) {
    margin-right: 25px;
  }
  .header__address {
    display: none;
  }
  .header__btn {
    min-width: 150px;
  }
  .header__btn .icon {
    display: none;
  }
  .header__bottom .header__link {
    font-size: 13px;
    font-weight: 500;
  }
  .menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px -10px 0;
  }
  .menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 40px 10px 0;
  }
  .menu__item:not(:last-child) {
    margin-right: 10px;
    padding: 0;
  }
  .menu__link {
    font-size: 14px;
  }
  .menu__link:before {
    top: 6px;
  }
  .section .content.mb80 {
    margin-bottom: 60px;
  }
  .title {
    font-size: 30px;
  }
  .title_sm {
    font-size: 22px;
  }
  .catalog__sorting {
    display: none;
  }
  .catalog__open {
    display: inline-block;
  }
  .catalog__row {
    display: block;
  }
  .catalog__container {
    width: 100%;
    padding: 0;
  }
  .catalog__preview {
    width: 280px;
  }
  .catalog__car {
    font-size: 18px;
  }
  .filters {
    width: auto;
  }
  .filters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filters__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 300px;
    padding: 50px 0 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .filters__wrapper.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .filters__list {
    max-height: 100%;
    overflow: auto;
  }
  .filters__bg.show {
    visibility: visible;
    opacity: 1;
  }
  .filters__control {
    display: block;
  }
  .content h1 {
    font-size: 30px;
  }
  .sorting {
    font-size: 16px;
  }
  .sorting__col:first-child {
    width: calc(100% - 370px);
  }
  .sorting__col:nth-child(2) {
    width: 130px;
  }
  .sorting__col:nth-child(3) {
    width: 240px;
  }
  .sorting__link:before {
    top: 7px;
  }
  .faq__title {
    margin-bottom: 25px;
  }
  .faq__row {
    display: block;
    margin: 0;
  }
  .faq__col {
    width: 100%;
    margin: 0;
  }
  .faq__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__body {
    padding: 30px 0;
  }
  .footer__col:first-child {
    border: none;
  }
  .footer__col:nth-child(2) {
    padding: 0;
  }
  .footer__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0;
  }
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 20px 10px 0;
  }
  .footer__item:not(:last-child) {
    margin-right: 10px;
    padding: 0;
  }
  .footer__menu .footer__link {
    font-size: 14px;
  }
  .footer__menu .footer__link:before {
    top: 6px;
  }
  .card__row {
    display: block;
  }
  .card__col:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .card__col:nth-child(2) {
    width: 100%;
  }
  .card__body_form .card__stage {
    margin-bottom: 20px;
  }
  .card:not(:last-child) {
    margin-bottom: 70px;
  }
  .identical__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .identical__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 14px);
    flex: 0 0 calc(50% - 14px);
    width: calc(50% - 14px);
    margin-top: 20px;
  }
  .identical__action {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
  }
  .identical__car {
    font-size: 18px;
  }
  .identical__parameters li {
    font-size: 18px;
  }
  .bid__form {
    margin: 0 -10px;
  }
  .bid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }
  .bid__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .bid__btn {
    font-size: 14px;
  }
  .bid_vacancy .bid__form {
    margin-top: -15px;
  }
  .mb80:not(:last-child) {
    margin-bottom: 70px;
  }
  .selection__links {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .selection__link:nth-child(n+15) {
    display: none;
  }
  .selection__news {
    width: 330px;
  }
  .cars__info {
    margin-bottom: 30px;
  }
  .cars__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .quality__line {
    display: block;
    margin: 0;
  }
  .quality__box {
    width: 100%;
    margin: 0;
  }
  .quality__box:not(:last-child) {
    margin-bottom: 15px;
  }
  .work__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .post__info {
    margin-bottom: 30px;
  }
  .post .slick-arrow {
    width: 80px;
  }
  .post .slick-prev {
    right: 115px;
  }
  .review__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .review__item:nth-child(n+3) {
    display: none;
  }
  .auction__info {
    margin-bottom: 25px;
  }
  .auction__row {
    display: block;
  }
  .auction__logo {
    width: 100%;
    margin: 0 0 20px;
  }
  .auction__pic {
    max-width: 400px;
  }
  .company .sorting__col:first-child {
    width: calc(100% - 380px);
  }
  .company .sorting__col:nth-child(2) {
    width: 140px;
  }
  .company .sorting__col:nth-child(3) {
    width: 240px;
  }
  .main {
    margin-bottom: 60px;
  }
  .main__item {
    background-position: calc(50% - 300px) -150px;
    background-size: 600px auto;
  }
  .main__title {
    font-size: 50px;
  }
  .main__pic {
    height: 320px;
  }
  .main__link:not(:last-child) {
    margin-right: 30px;
  }
  .contacts__nav .contacts__link {
    padding: 0 15px;
  }
  .contacts__col:first-child {
    width: 300px;
    padding-top: 0;
  }
  .contacts__city {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .contacts__box:not(:last-child) {
    margin-bottom: 30px;
  }
  .managers__list {
    display: block;
    margin: 0;
  }
  .managers__item {
    width: 100%;
    margin: 0;
  }
  .managers__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .connect__form {
    padding: 20px;
  }
  .comments__info {
    font-size: 20px;
  }
  .comments__note {
    margin-bottom: 40px;
  }
  .comments__item {
    display: block;
  }
  .comments__view {
    width: 100%;
  }
  .vacancies__nav {
    margin: 0 -8px 30px;
  }
  .vacancies__city {
    margin: 0 8px;
  }
  .authors__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .authors__details {
    padding: 30px 0 0;
  }
  .authors__photo {
    width: 100%;
  }
  .news__container {
    margin-bottom: 60px;
  }
  .news__container .news__col:first-child {
    width: 280px;
  }
  .news__time {
    width: 54px;
  }
  .news__list {
    display: block;
    margin: 0;
  }
  .news__list .news__item {
    width: 100%;
    min-height: 250px;
    margin: 0;
  }
  .news__list .news__item_wide {
    width: 100%;
  }
  .news__list .news__item:not(:last-child) {
    margin-bottom: 3px;
  }
  .news__list .news__title {
    font-size: 20px;
  }
  .news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news__wrap .news__col:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .news__variants_four .news__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .news__block .news__text {
    height: 44px;
  }
  .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news__inner .news__col:first-child {
    padding: 0;
  }
  .news__inner .news__col:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }
  .news__inner .news__desc .news__title {
    overflow: visible;
  }
  .news__inner .news__desc .news__text {
    max-height: 100%;
  }
  .news__nav .news__link {
    padding: 0 15px;
  }
  .services {
    display: block;
    margin: 0;
  }
  .services__box {
    width: 100%;
    margin: 0;
  }
  .services__box:not(:last-child) {
    margin-bottom: 30px;
  }
  .service__head {
    min-height: 350px;
  }
  .service__head .service__title {
    font-size: 40px;
  }
  .service__wrap .service__title {
    font-size: 32px;
  }
  .service__list {
    display: block;
    margin: 40px 0 0;
  }
  .service__item {
    width: 100%;
    margin: 0;
  }
  .service__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .service__item .service__text {
    margin-left: 30px;
    font-size: 18px;
  }
  .about__head {
    min-height: 500px;
    margin: 0 -20px 40px;
    padding: 40px 30px;
  }
  .about__title {
    font-size: 56px;
  }
  .about__parameter .about__counter {
    font-size: 46px;
  }
  .about__country {
    margin-left: 0;
    font-size: 20px;
  }
  .about__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px);
    padding: 0 10px 20px;
  }
  .about__man {
    font-size: 18px;
  }
  .about__post {
    font-size: 16px;
  }
  .about__group {
    margin: -20px -10px 0;
  }
  .about__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 20px 10px 0;
    padding: 15px 10px 20px;
  }
  .about__box .about__counter {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 32px;
  }
  .about__box .about__text {
    font-size: 16px;
  }
  .partners__list {
    margin: -25px -10px 0;
  }
  .partners__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 25px 10px 0;
  }
  .accessories__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .goods__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product__col:first-child {
    padding: 0;
  }
  .product__col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .stations__list {
    margin: -40px -10px 50px;
  }
  .stations__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 40px 10px 0;
    padding: 20px 15px;
  }
  .stations__product {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .page {
    padding-top: 46px;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .header {
    -webkit-box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
    box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
  }
  .header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__center {
    display: block;
    padding: 0;
  }
  .header__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 46px;
    background: #fff;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
  }
  .header__wrapper.visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header__top .header__social {
    display: none;
  }
  .header__body .social {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .header__menu {
    display: block;
  }
  .header__link {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #F3F3F3;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
  }
  .header__top .header__link:not(:last-child) {
    margin: 0;
  }
  .header__body {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 15px 20px;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__body .header__logo {
    display: none;
  }
  .header__logo .header__pic_desktop {
    display: none;
  }
  .header__logo .header__pic_mobile {
    display: inline-block;
  }
  .header__logo .header__pic {
    width: 130px;
  }
  .header__search {
    display: none;
    margin: 0 0 10px;
  }
  .header__search .header__input {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    padding-right: 45px;
    font-size: 15px;
    border-radius: 0;
  }
  .header__open {
    right: 5px;
  }
  .header__address {
    display: block;
    margin: 0;
  }
  .header__body .header__address {
    display: none;
  }
  .header__place {
    display: block;
  }
  .header__phones {
    display: none;
  }
  .header__phone {
    margin-top: 3px;
    font-size: 15px;
  }
  .header__btn {
    display: none;
    min-width: 100%;
    height: 40px;
    font-size: 16px;
  }
  .header__bottom {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #F3F3F3;
  }
  .header__bottom .header__link {
    font-size: 14px;
    font-weight: 700;
  }
  .header__bg.show {
    visibility: visible;
    opacity: 1;
  }
  .header.active {
    -webkit-box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
    box-shadow: 0px 5px 25px rgba(218, 218, 218, 0.41);
  }
  .header.active .header__top {
    display: block;
  }
  .header.active .header__logo {
    margin-right: auto;
  }
  .header.active .header__body {
    display: block;
    padding: 15px 20px;
  }
  .header.active .header__body .header__burger {
    display: none;
  }
  .header.active .header__bottom {
    display: block;
  }
  .menu {
    display: none;
  }
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social__link {
    width: 42px;
    height: 42px;
  }
  .social__link .icon {
    font-size: 16px;
  }
  .social__link .icon-vk {
    font-size: 10px;
  }
  .social__link:not(:last-child) {
    margin-right: 20px;
  }
  .section {
    padding: 20px 0 45px;
  }
  .section__info {
    margin-bottom: 15px;
  }
  .section .content.mb80 {
    margin-bottom: 45px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
    line-height: 1;
  }
  .breadcrumbs__item {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
  }
  .title_sm {
    font-size: 20px;
  }
  .catalog__open {
    font-size: 18px;
  }
  .catalog__item {
    display: block;
  }
  .catalog__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .catalog__preview {
    display: block;
    width: 100%;
    border-radius: 3px 3px 0 0;
  }
  .catalog__preview .catalog__pic {
    height: auto;
  }
  .catalog__details {
    display: block;
    padding: 0;
  }
  .catalog__wrap {
    padding: 20px;
  }
  .catalog__car {
    font-size: 20px;
  }
  .catalog__control {
    width: 100%;
    padding: 0;
  }
  .catalog__options {
    margin-top: -5px;
  }
  .catalog__option {
    margin-top: 5px;
  }
  .catalog__variants {
    margin: 15px -20px 0;
  }
  .catalog__variant {
    margin: 0;
    font-size: 15px;
  }
  .catalog__variant:not(:first-child) {
    margin-left: -1px;
  }
  .catalog__price {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .catalog__money {
    display: inline;
    margin-left: 5px;
  }
  .catalog__btn {
    height: 50px;
    font-size: 18px;
  }
  .content h1 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .content h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .content figure {
    margin-left: -20px;
    margin-right: -20px;
  }
  .content figure:not(:first-child) {
    margin-top: 20px;
  }
  .content figure:not(:last-child) {
    margin-bottom: 20px;
  }
  .content figcaption {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content__video {
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .sorting__row {
    display: block;
  }
  .sorting__col:first-child {
    width: 100%;
    padding: 0;
  }
  .sorting__col:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .sorting__col:nth-child(3) {
    width: 100%;
  }
  .sorting__col:not(:last-child) {
    margin-bottom: 25px;
  }
  .faq__head {
    padding: 10px 45px 10px 15px;
  }
  .faq__head .icon {
    right: 15px;
  }
  .faq__body {
    padding: 15px 15px 20px;
  }
  .footer__row {
    display: block;
  }
  .footer__col:first-child {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
  .footer__logo {
    margin: 0 0 15px;
  }
  .footer .social {
    margin-top: 10px;
  }
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .footer__menu .footer__link:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__bottom .footer__center {
    display: block;
    text-align: center;
  }
  .footer__links {
    -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 0 20px;
  }
  .footer__links .footer__link:not(:last-child) {
    margin: 0 0 15px;
  }
  .card__title {
    font-size: 20px;
  }
  .card__vin {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .card__top {
    margin-bottom: 10px;
  }
  .card__bottom {
    margin: 0 -5px 15px;
  }
  .card__bottom .card__preview {
    margin: 0 5px;
  }
  .card__actions {
    display: none;
  }
  .card__all {
    left: 0;
    bottom: 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
  }
  .card__option {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    width: calc(33.333% - 10px);
    text-align: center;
  }
  .card__icon {
    margin: 0 auto 10px;
  }
  .card__value {
    white-space: nowrap;
    font-size: 15px;
  }
  .card__content h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .card__content h2:not(:first-child) {
    margin-top: 0;
  }
  .card__content p {
    font-size: 14px;
    line-height: 1.3;
  }
  .card__content ul {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .card__content ul li {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .card__content ul li:before {
    top: 3px;
  }
  .card__content ul.items3 {
    -webkit-column-count: auto;
    column-count: auto;
  }
  .card__content ul + h2:not(:first-child) {
    margin-top: 0;
  }
  .card__head {
    padding: 0;
  }
  .card__body {
    padding: 15px;
    -webkit-box-shadow: 0px 3px 10px rgba(156, 156, 156, 0.1);
    box-shadow: 0px 3px 10px rgba(156, 156, 156, 0.1);
  }
  .card__body:not(:last-child) {
    margin-bottom: 15px;
  }
  .card__body_info .card__stage {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .card__body_manager .card__stage {
    margin-bottom: 10px;
  }
  .card__table tr:not(:last-child) td {
    padding-bottom: 8px;
  }
  .card__user {
    margin-bottom: 7px;
  }
  .card__field:not(:last-child) {
    margin-bottom: 15px;
  }
  .card .slick-arrow {
    width: 29px;
    height: 45px;
    background-size: 20px auto;
  }
  .card:not(:last-child) {
    margin-bottom: 50px;
  }
  .identical__title {
    margin-bottom: 25px;
  }
  .identical__list {
    display: block;
    margin: 0;
  }
  .identical__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .identical__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .identical__body {
    padding-bottom: 15px;
  }
  .identical__action {
    font-size: 14px;
  }
  .identical__parameters li {
    font-size: 16px;
  }
  .bid__container {
    padding: 20px;
  }
  .bid__title {
    text-align: center;
  }
  .bid__info {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
  }
  .bid__form {
    display: block;
    margin: 0;
  }
  .bid__col {
    width: 100%;
    margin: 0;
  }
  .bid__col:last-child {
    width: 100%;
    margin-top: 25px;
  }
  .bid__col:not(:last-child) {
    margin-bottom: 15px;
  }
  .bid_vacancy .bid__form {
    margin-top: 15px;
  }
  .bid_vacancy .bid__col:last-child {
    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;
    margin-top: 20px;
  }
  .bid_vacancy .bid__field:not(:first-child) {
    margin: 0 0 20px;
  }
  .bid:not(:last-child) {
    margin-bottom: 50px;
  }
  .popup__close {
    top: 12px;
    right: 10px;
  }
  .popup_gallery {
    padding: 0;
  }
  .popup_order .popup__close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 0;
  }
  .popup_order .popup__close:before {
    display: none;
  }
  .popup_order .popup__close .icon {
    font-size: 16px;
  }
  .gallery {
    padding: 10px;
  }
  .gallery__head {
    padding: 0 0 10px;
  }
  .gallery__line {
    display: block;
  }
  .gallery__title {
    margin: 0 0 5px;
    padding-right: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
  }
  .gallery__price {
    font-size: 18px;
  }
  .gallery__code {
    position: absolute;
    top: 27px;
    right: 10px;
    font-size: 14px;
  }
  .gallery__body {
    height: calc(100vh - 77px);
  }
  .gallery__view {
    display: none;
  }
  .mb80:not(:last-child) {
    margin-bottom: 50px;
  }
  .selection__container {
    border: none;
    background: none;
    border-radius: 0;
  }
  .selection__form {
    margin: 0 -20px 20px;
    border: none;
  }
  .selection__form .selection__title {
    display: block;
    margin-bottom: 15px;
  }
  .selection__row {
    display: block;
    margin: 0 -20px;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #F3F3F3;
    background: #FBFBFB;
  }
  .selection__col {
    width: 100%;
    margin: 0;
  }
  .selection__col:nth-child(4), .selection__col:nth-child(5) {
    width: 100%;
    margin: 0;
  }
  .selection__col:not(:last-child) {
    margin-bottom: 20px;
  }
  .selection__body {
    display: block;
    padding: 0;
  }
  .selection__info {
    font-size: 16px;
  }
  .selection__news {
    width: 100%;
    margin-top: 30px;
  }
  .selection__article {
    font-size: 16px;
  }
  .selection__article:before {
    display: none;
  }
  .selection__article .selection__title {
    padding: 10px 20px;
  }
  .selection__foot {
    text-align: left;
  }
  .cars__title {
    margin-bottom: 20px;
  }
  .cars__info {
    display: none;
  }
  .cars__list {
    display: block;
    margin: 0;
  }
  .cars__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .cars__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .cars__head {
    padding: 15px;
  }
  .cars__body {
    padding: 15px;
  }
  .cars__line {
    font-size: 16px;
  }
  .cars__btns {
    margin-top: 20px;
  }
  .cars__btn {
    min-width: 100%;
  }
  .work__title {
    margin-bottom: 20px;
  }
  .work__info {
    display: none;
  }
  .work__list {
    display: block;
    margin: 0;
  }
  .work__item {
    width: 100%;
    margin: 0;
  }
  .work__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .post__title {
    margin-bottom: 20px;
  }
  .post__info {
    display: none;
  }
  .post__container {
    padding-bottom: 65px;
  }
  .post .slick-arrow {
    top: auto;
    bottom: -65px;
  }
  .post .slick-prev {
    right: auto;
    left: calc(50% - 95px);
  }
  .post .slick-next {
    right: calc(50% - 95px);
  }
  .review__info {
    margin-bottom: 15px;
  }
  .review__list {
    display: block;
    margin: 0;
  }
  .review__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .review__item:nth-child(n+3) {
    display: block;
  }
  .review__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .review__btns {
    margin-top: 25px;
  }
  .review__btn {
    min-width: 100%;
  }
  .auction__info {
    margin-bottom: 20px;
  }
  .auction__nav {
    margin-left: -5px;
    margin-right: -5px;
  }
  .auction__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 14px;
  }
  .auction__container {
    padding: 20px 15px;
  }
  .auction__pic {
    max-width: 280px;
  }
  .company__info {
    margin-bottom: 20px;
  }
  .company__content {
    margin-bottom: 25px;
  }
  .company__content h2 {
    font-size: 20px;
  }
  .company__content h2:not(:first-child) {
    margin-top: 20px;
  }
  .main {
    margin-bottom: 25px;
  }
  .main__item {
    background-position: calc(50% - 160px) -80px;
    background-size: 400px auto;
  }
  .main__item:first-child {
    background-position: calc(50% - 140px) -70px;
  }
  .main__item:nth-child(2) {
    background-position: calc(50% - 140px) -70px;
  }
  .main__item:nth-child(4) {
    background-position: calc(50% - 140px) -70px;
  }
  .main__item:last-child {
    background-position: calc(50% - 140px) -65px;
  }
  .main__title {
    font-size: 32px;
  }
  .main__preview {
    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;
    height: 250px;
  }
  .main__pic {
    height: 170px;
  }
  .main__flex {
    display: block;
    margin-top: -30px;
    text-align: center;
  }
  .main__nav {
    margin: 0 0 20px;
  }
  .main__nav:before {
    top: 20px;
    left: 25px;
    right: 25px;
  }
  .main__link {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .main__link:not(:last-child) {
    margin-right: auto;
  }
  .main__btn {
    height: 40px;
  }
  .main__option:not(:last-child) {
    margin-right: 30px;
  }
  .main__number {
    font-size: 50px;
  }
  .main__line {
    position: relative;
    top: -58px;
  }
  .main__line .main__text:before {
    display: none;
  }
  .main__option:first-child .main__text {
    margin-right: 90px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__nav {
    margin: -5px 0 15px -5px;
  }
  .contacts__nav .contacts__link {
    margin: 5px 0 0 5px;
    padding: 0 10px;
    line-height: 34px;
  }
  .contacts__menu {
    margin-bottom: 30px;
  }
  .contacts__menu .contacts__link {
    padding: 0 15px;
    font-size: 14px;
    line-height: 36px;
  }
  .contacts__row {
    display: block;
  }
  .contacts__col:first-child {
    width: 100%;
    margin-bottom: 25px;
  }
  .contacts__col:nth-child(2) {
    margin: 0 -20px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .contacts__box:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts__category {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contacts__text {
    font-size: 14px;
  }
  .contacts__link {
    font-size: 14px;
  }
  .managers {
    margin-bottom: 45px;
  }
  .managers__title {
    margin-bottom: 15px;
  }
  .managers__item {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .managers__ava {
    width: 100%;
  }
  .managers__details {
    padding: 15px 0 0;
  }
  .connect__title {
    margin-bottom: 15px;
  }
  .connect__form {
    margin: 0;
    padding: 0;
    border: none;
  }
  .connect__row {
    display: block;
    margin: 0;
  }
  .connect__col {
    width: 100%;
    margin: 0;
  }
  .connect__col_w66 {
    width: 100%;
  }
  .connect__col:not(:last-child) {
    margin-bottom: 15px;
  }
  .comments {
    margin-bottom: 45px;
  }
  .comments__info {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .comments__line {
    display: block;
  }
  .comments__desc {
    margin: 0 0 10px;
  }
  .comments__line .comments__btn {
    min-width: 100%;
  }
  .comments__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .comments__box {
    padding: 15px;
  }
  .comments__options {
    margin: -10px -8px 0;
  }
  .comments__option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 10px 8px 0;
    font-size: 14px;
  }
  .comments .pagination:not(:first-child) {
    margin-top: 25px;
  }
  .write__form {
    padding: 0;
    border: none;
  }
  .write__form:nth-child(2) {
    position: relative;
    padding-bottom: 70px;
  }
  .write__title {
    margin-bottom: 15px;
  }
  .write__row {
    display: block;
    margin: 0;
  }
  .write__row:not(:last-child) {
    margin-bottom: 15px;
  }
  .write__col {
    width: 100%;
    margin: 0;
  }
  .write__col:not(:last-child) {
    margin-bottom: 15px;
  }
  .write .field:not(:last-child) {
    margin-bottom: 15px;
  }
  .write .field__textarea {
    height: 150px;
  }
  .write__foot {
    margin-top: 20px;
  }
  .write__foot .write__btn {
    min-width: 100%;
  }
  .write__head {
    display: block;
    margin-bottom: 15px;
  }
  .write__head .write__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    margin: 0;
  }
  .vacancies__title {
    margin-bottom: 30px;
  }
  .vacancies__nav {
    margin: 0 -20px 25px;
    overflow: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .vacancies__nav::-webkit-scrollbar {
    display: none;
  }
  .vacancies__nav:before, .vacancies__nav:after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 1px;
  }
  .vacancies__city {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 18px;
    font-size: 16px;
    line-height: 40px;
  }
  .vacancies__city:not(:last-child) {
    margin-right: 10px;
  }
  .vacancies__variant {
    display: block;
    padding: 20px 15px;
  }
  .vacancies__variant .vacancies__details {
    margin: 0 0 15px;
  }
  .vacancies__variant .vacancies__btn {
    min-width: 100%;
    margin: 0;
  }
  .vacancies__item:first-child {
    padding: 0;
  }
  .vacancies__item:not(:first-child) {
    padding: 0;
    border: none;
    background: none;
  }
  .vacancies__category {
    margin-bottom: 15px;
  }
  .vacancies__item:not(:first-child) .vacancies__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .vacancies_solo {
    padding-top: 0;
  }
  .authors__container {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
  }
  .authors__details {
    padding-top: 20px;
  }
  .authors__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .news__container {
    display: block;
    margin-bottom: 45px;
  }
  .news__container .news__col:first-child {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .news__section:not(:last-child) {
    margin-bottom: 10px;
  }
  .news__article:not(:last-child) {
    margin-bottom: 15px;
  }
  .news__item {
    min-height: 300px;
  }
  .news__list .news__item {
    min-height: 300px;
  }
  .news__wrap {
    margin-bottom: 45px;
  }
  .news__line:not(:last-child) {
    margin-bottom: 15px;
  }
  .news__desc {
    padding: 5px 15px;
  }
  .news__line .news__text {
    font-size: 12px;
  }
  .news__variants {
    display: block;
    margin: 0;
  }
  .news__variants_four .news__block {
    width: 100%;
    margin: 0;
  }
  .news__variants_four .news__block:nth-child(n+7) {
    display: block;
  }
  .news__variants_four .news__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .news__variants_three .news__block {
    width: 100%;
    margin: 0;
  }
  .news__variants_three .news__block:nth-child(n+9) {
    display: block;
  }
  .news__variants_three .news__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .news__btns {
    margin-top: 20px;
  }
  .news__btns .news__btn {
    min-width: 100%;
  }
  .news__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -20px 15px;
    overflow: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .news__nav::-webkit-scrollbar {
    display: none;
  }
  .news__nav:before, .news__nav:after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 1px;
  }
  .news__nav .news__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 20px;
  }
  .news__nav .news__link:not(:last-child) {
    margin-right: 15px;
  }
  .services__box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .services__item .icon {
    right: 15px;
  }
  .service__head {
    min-height: 280px;
    margin: 0 -20px 25px;
    padding: 30px 20px;
  }
  .service__head .service__title {
    font-size: 34px;
  }
  .service__head .service__title:before {
    height: 5px;
  }
  .service__line:nth-child(n+5) {
    display: none;
  }
  .service__wrap {
    max-width: 100%;
  }
  .service__wrap .service__title {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .service__address {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .service__preview {
    position: static;
    width: auto;
    margin-top: 25px;
  }
  .service__list {
    margin-top: 0;
  }
  .service__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .service__item .service__text {
    font-size: 16px;
  }
  .service_full {
    margin-bottom: 45px;
  }
  .about {
    margin-bottom: 50px;
  }
  .about__head {
    min-height: 450px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .about__video {
    left: -75%;
  }
  .about__video video {
    width: 300%;
  }
  .about__row {
    display: block;
  }
  .about__caption {
    margin: 0 0 20px;
  }
  .about__title {
    font-size: 40px;
  }
  .about__info {
    max-width: 235px;
    font-size: 18px;
  }
  .about__parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px 0 -8px;
  }
  .about__parameter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 16px);
    flex: 0 0 calc(33.333% - 16px);
    width: calc(33.333% - 16px);
    margin: 0 8px;
  }
  .about__parameter:not(:last-child) {
    margin-bottom: 0;
  }
  .about__parameter .about__counter {
    font-size: 32px;
  }
  .about__parameter .about__text {
    font-size: 14px;
  }
  .about__lines {
    opacity: .5;
  }
  .about__line:nth-child(n+5) {
    display: none;
  }
  .about__team {
    margin-bottom: 35px;
  }
  .about__country {
    height: auto;
    margin-left: 10px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
  }
  .about__list {
    display: block;
    margin: 0;
  }
  .about__item {
    width: 100%;
    margin: 0;
  }
  .about__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .about__group {
    display: block;
    margin: 0;
  }
  .about__box {
    width: 100%;
    margin: 0;
    padding: 10px 15px 15px;
  }
  .about__box:not(:last-child) {
    margin-bottom: 20px;
  }
  .about__box .about__counter {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .partners {
    margin-bottom: 50px;
  }
  .partners__info {
    margin-bottom: 20px;
  }
  .partners__list {
    margin-top: -20px;
  }
  .partners__preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin-top: 20px;
  }
  .order__body {
    padding: 30px 15px 20px;
  }
  .order__title {
    font-size: 24px;
  }
  .order > .order__title {
    margin-bottom: 20px;
  }
  .order__form {
    display: block;
    margin: 0;
  }
  .order__col {
    width: 100%;
    margin: 0;
  }
  .order__col:last-child {
    width: 100%;
    margin: 20px 0 0;
  }
  .order__col:not(:last-child) {
    margin-bottom: 15px;
  }
  .order__foot {
    display: block;
    padding: 20px 15px 20px;
  }
  .order__box {
    margin: 0 0 15px;
  }
  .order__text {
    font-size: 16px;
  }
  .order__phone {
    font-size: 24px;
    line-height: 1.2;
  }
  .accessories__title {
    margin-bottom: 20px;
  }
  .accessories__list {
    display: block;
    margin: 0;
  }
  .accessories__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .accessories__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .goods__title {
    margin-bottom: 20px;
  }
  .goods__nav {
    margin: -10px -5px 25px;
  }
  .goods__link {
    min-width: 80px;
    margin: 10px 5px 0;
  }
  .goods__list {
    display: block;
    margin: 0;
  }
  .goods__item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .goods__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .goods__info {
    padding-bottom: 10px;
  }
  .goods__cost {
    padding-top: 10px;
  }
  .product__body {
    padding: 20px 0 35px;
  }
  .product__col:nth-child(2) {
    margin-bottom: 20px;
  }
  .product__title {
    font-size: 26px;
  }
  .product__stage {
    font-size: 16px;
  }
  .product__options {
    margin-bottom: 20px;
  }
  .product__options li {
    font-size: 16px;
  }
  .product__options li:before {
    top: 8px;
  }
  .product__options li:not(:last-child) {
    margin-bottom: 10px;
  }
  .product__price {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .product__price.mobile-show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .product__money {
    font-size: 28px;
  }
  .product__btn {
    min-width: 100%;
  }
  .product__for .product__preview {
    height: 300px;
    margin-bottom: 15px;
    padding: 10px;
  }
  .product__nav .product__preview {
    height: 75px;
  }
  .product__bid {
    padding: 25px 0 50px;
  }
  .product__for .slick-prev {
    left: -5px;
  }
  .product__for .slick-next {
    right: -5px;
  }
  .product__nav .slick-prev {
    left: -10px;
  }
  .product__nav .slick-next {
    right: -10px;
  }
  .cookie {
    text-align: right;
  }
  .cookie__center {
    display: block;
  }
  .cookie__text {
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
  }
  .stations__map iframe {
    height: 400px;
  }
  .stations__info {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .stations__list {
    display: block;
    margin: 0 0 30px;
  }
  .stations__item {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .stations__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .stations__preview {
    height: 300px;
    margin-bottom: 15px;
  }
  .stations__product {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .stations:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 474px) {
  .filters__wrapper {
    width: 100%;
  }
  .service__preview {
    margin: 25px -80px 0 -50px;
  }
}

/*# sourceMappingURL=app.css.map */
