/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px;
}
body {
  position: relative;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #00395c;
}
body.compensate-for-scrollbar {
  margin-right: auto !important;
}
ul {
  list-style-type: none;
}
li::marker {
  color: #65a1d7;
}
a {
  color: #00395c;
  text-decoration: none;
  transition: all 0.2s linear;
}
:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}
input,
button,
textarea,
fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
button {
  cursor: pointer;
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.catalog-title {
  padding-top: 50px;
}
.tac {
  text-align: center !important;
}
.text {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}
.text p {
  margin-bottom: 30px;
}
.title {
  color: #003D78;
}
.display_mobile {
  display: none !important;
}
.form {
  position: relative;
}
.form__divider {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 18px 0 20px;
}
.form__divider::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #98A9AF;
  left: 0;
  top: 50%;
}
.form__divider span {
  font-size: 14px;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.loading:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 109;
  display: block;
  margin-top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(/assets/images/ajax-load.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  content: "";
}
.mfp-modal-link {
  cursor: pointer;
}
.mfp-modal-link .mfp-modal {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-modal-link.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-modal-link.mfp-ready .mfp-modal {
  opacity: 1;
  transform: scale(1);
}
.mfp-modal-link.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-modal-link.mfp-removing .mfp-modal {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-modal-link.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-content .mfp-close {
  display: block;
}
.slide-parts {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slide-parts .slide-part {
  position: relative;
  width: calc(100% / 3);
  height: 100%;
  z-index: 1;
  border-bottom: 4px solid #e0e0e0;
  transition: 0.3s;
}
.slide-parts .slide-part.active {
  border-color: #65a1d7;
}
.slide-parts .slide-part:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 1px;
  height: 4px;
  background: #666;
}
.ms-drop .scroller {
  max-height: 200px;
}
.ms-drop .ms-search + .scroller {
  max-height: 160px;
}
.ms-parent {
  width: 100%;
  transition: 0.2s;
}
.ms-parent.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.ms-parent.is_fill .ms-choice .placeholder {
  color: #fff;
}
.ms-parent.is_open .ms-drop {
  display: block;
}
.ms-parent.is_open .ms-choice .icon-caret svg {
  transform: rotate(180deg);
}
.ms-parent .ms-choice .icon-caret {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select__clear {
  position: absolute;
  top: 10px;
  right: 40px;
  padding: 12px;
  z-index: 10;
  display: none;
  cursor: pointer;
}
.select__clear-first {
  right: 50%;
}
.select__clear-last {
  right: 2%;
}
.select__clear:hover svg {
  fill: #e0e0e0;
}
.select__clear svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 30px;
  transition: all 0.2s linear;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}
.btn__red {
  color: #fff;
  background-color: #DA291C;
}
.btn__red:hover {
  background: #c12116 !important;
}
.btn__red:active {
  background-color: #DA291C !important;
}
.btn_blue {
  background: #006FBA;
}
.btn_blue:hover {
  background: #003D78;
}
.btn_blue:active {
  background-color: #006FBA;
}
.btn_dark {
  background: #003D78;
  border: 1px solid #003D78;
}
.btn_dark:hover {
  background: #006FBA;
  border-color: #006FBA;
}
.btn_dark:active {
  background-color: #003D78;
  border-color: #003D78;
}
.btn_clear_blue {
  background: transparent;
  border: 1px solid #65a1d7;
  color: #006FBA;
}
.btn_clear_blue:hover {
  background: #65a1d7;
  color: #fff;
}
.btn_clear_blue:active {
  background: transparent;
  color: #65a1d7;
}
.btn_red {
  color: #fff;
  background-color: #CD180A;
  border: 1px solid #CD180A;
}
.btn_red:hover {
  color: #CD180A;
  background-color: #fff;
}
.message-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 40%;
  right: 10px;
  z-index: 999;
  transition: 0.3s;
}
.message-btn:hover .message-text {
  display: flex;
}
.message-btn .message-text {
  display: none;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin-left: -55px;
  padding: 0 14px 0 60px;
  font-size: 14px;
  line-height: 16px;
  color: #003D78;
  background: #F3F3F3;
  border-radius: 100px;
  white-space: nowrap;
  z-index: 1;
}
.message-btn .message-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: #003D78;
  border: 1px solid #003D78;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #080a0c;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}
.youtube-btn {
  width: 50px;
  height: auto;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.youtube-btn.thumb {
  width: 35px;
  height: auto;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.tag {
  padding: 9px 15px;
  border-radius: 38px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.tag_orange {
  color: #E06210;
  background: rgba(224, 98, 16, 0.1);
}
.tag_orange:hover {
  background: rgba(224, 98, 16, 0.3);
}
.tag_orange:active {
  background: rgba(224, 98, 16, 0.1);
}
.tag_green {
  color: #A7C712;
  background: rgba(167, 199, 18, 0.1);
}
.tag_green:hover {
  background: rgba(167, 199, 18, 0.3);
}
.tag_green:active {
  background: rgba(167, 199, 18, 0.1);
}
.tag_blue {
  color: #65A1D7;
  background: rgba(101, 161, 215, 0.1);
}
.tag_blue:hover {
  background: rgba(101, 161, 215, 0.3);
}
.tag_blue:active {
  background: rgba(101, 161, 215, 0.1);
}
.tag_grey {
  color: #808080;
  background: rgba(128, 128, 128, 0.1);
}
.tag_grey:hover {
  background: rgba(128, 128, 128, 0.3);
}
.tag_grey:active {
  background: rgba(128, 128, 128, 0.1);
}
.tag_olive {
  color: #808000;
  background: rgba(128, 128, 0, 0.1);
}
.tag_olive:hover {
  background: rgba(128, 128, 0, 0.3);
}
.tag_olive:active {
  background: rgba(128, 128, 0, 0.1);
}
.tag_orchid {
  color: #DA70D6;
  background: rgba(218, 112, 214, 0.1);
}
.tag_orchid:hover {
  background: rgba(218, 112, 214, 0.3);
}
.tag_orchid:active {
  background: rgba(218, 112, 214, 0.1);
}
.form-input__input {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 30px;
  transition: all 0.2s linear;
  width: 100%;
  padding: 18px 30px;
}
.form-input__input:hover,
.form-input__input:focus {
  color: #65a1d7;
  border-color: #65a1d7;
}
.form-input__input:hover::placeholder,
.form-input__input:focus::placeholder {
  color: #65a1d7;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.form-checkbox input:checked + .form-checkbox__box {
  background-color: #65a1d7;
  border-color: #65a1d7;
}
.form-checkbox__box {
  width: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 2px;
  transition: all 0.2s linear;
  margin-right: 10px;
}
.form-checkbox__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #858585;
}
.form-checkbox__text a {
  color: #858585;
  text-decoration: underline;
}
.form-checkbox__text a:hover {
  color: #65a1d7;
}
.multiselect select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 18px 20px 18px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: all 0.2s linear;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.multiselect select::-ms-expand {
  display: none;
}
.multiselect__select.ms-parent {
  opacity: 1;
}
.multiselect__select .ms-choice {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 18px 20px 18px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: all 0.2s linear;
  width: 100%;
}
.multiselect__select .ms-choice span {
  padding: 0;
}
.multiselect__select .ms-choice:hover,
.multiselect__select .ms-choice:focus {
  border-color: transparent;
}
.multiselect__select .ms-choice:hover span,
.multiselect__select .ms-choice:focus span {
  color: #65a1d7;
}
.multiselect__select .ms-choice:hover div.icon-caret svg,
.multiselect__select .ms-choice:focus div.icon-caret svg {
  fill: #65a1d7;
}
.multiselect__select .ms-choice .placeholder,
.multiselect__select .ms-choice span {
  position: relative;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666;
}
.multiselect__select .ms-search input {
  padding: 5px;
  margin-bottom: 10px;
}
.multiselect__select .ms-search input:hover,
.multiselect__select .ms-search input:focus {
  border-color: #65a1d7;
}
.multiselect__select .ms-choice > div.icon-caret {
  border: 0;
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  right: auto;
}
.multiselect__select .ms-choice > div.icon-caret svg {
  fill: #858585;
  transition: all 0.2s linear;
}
.multiselect__select .ms-choice > div.icon-caret.is_open svg {
  transform: rotate(180deg);
}
.multiselect__select .ms-drop {
  padding: 20px 30px;
  z-index: 310 !important;
}
.multiselect__select .ms-drop ul::-webkit-scrollbar {
  width: 10px;
}
.multiselect__select .ms-drop ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.multiselect__select .ms-drop ul::-webkit-scrollbar-thumb {
  background: #65a1d7;
}
.multiselect__select .ms-drop ul::-webkit-scrollbar-thumb:hover {
  background: #65a1d7;
}
.multiselect__select .ms-drop ul > li {
  padding: 0 0 15px;
}
.multiselect__select.is_open .ms-choice {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-top-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
}
.multiselect__select.is_open .ms-drop {
  border-radius: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-color: transparent;
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
}
.multiselect__select.is_fill .ms-choice {
  background-color: #65a1d7;
}
.multiselect__select.is_fill .ms-choice span {
  color: #fff;
}
.multiselect__select.is_fill .ms-choice > div.icon-caret svg {
  fill: #fff;
}
.multiselect__item {
  float: none !important;
}
.multiselect__item:hover .multiselect__box {
  background-color: #f7f7f7;
}
.multiselect__item:hover .multiselect__label {
  color: #65a1d7;
}
.multiselect__label {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666;
  transition: all 0.2s linear;
}
.multiselect__label input {
  display: none;
}
.multiselect__label input:checked + .multiselect__box {
  background-color: #65a1d7;
  border-color: #65a1d7;
}
.multiselect__box {
  width: 17px;
  min-width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  transition: all 0.2s linear;
  margin-right: 10px;
}
.multiselect__box svg {
  width: 15px;
  height: 15px;
}
.multiselect .ms-choice > span.placeholder {
  color: #666;
}
.doubleselect {
  display: flex;
  align-items: center;
  position: relative;
}
.doubleselect__clear {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 12px;
  z-index: 10;
  display: none;
  cursor: pointer;
}
.doubleselect__clear:first-child {
  right: 50%;
}
.doubleselect__clear:hover svg {
  fill: #e0e0e0;
}
.doubleselect__clear svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.doubleselect__clear.is_show {
  display: block;
}
.doubleselect__line {
  position: relative;
  height: 100%;
}
.doubleselect__line::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -1px;
  width: 3px;
  height: 30px;
  background: #e0e0e0;
  z-index: 300;
}
.doubleselect select {
  height: 60px;
  border: 0;
  padding-left: 30px;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.2s linear;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.doubleselect select::-ms-expand {
  display: none;
}
.doubleselect__select {
  width: 50%;
  min-width: 50%;
}
.doubleselect__select.ms-parent {
  position: static;
  opacity: 1;
}
.doubleselect__select .ms-choice {
  height: 60px;
  border: 0;
  padding-left: 30px;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.2s linear;
}
.doubleselect__select .ms-choice span {
  padding: 0;
}
.doubleselect__select.is_open .ms-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.doubleselect__select .ms-search input {
  padding: 5px;
}
.doubleselect__select .ms-search input:hover,
.doubleselect__select .ms-search input:focus {
  border-color: #65a1d7;
}
.doubleselect__select .ms-choice .icon-caret {
  display: none;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar {
  width: 3px;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar-thumb {
  background: #65a1d7;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar-thumb:hover {
  background: #65a1d7;
}
.doubleselect__select .ms-drop ul li:first-child {
  display: none;
}
.doubleselect__select_first .ms-choice {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.doubleselect__select_first .ms-choice:hover,
.doubleselect__select_first .ms-choice:focus {
  border-top-color: #65a1d7;
  border-left-color: #65a1d7;
  border-bottom-color: #65a1d7;
}
.doubleselect__select_first .ms-choice:hover span,
.doubleselect__select_first .ms-choice:focus span {
  color: #65a1d7;
}
.doubleselect__select_second .ms-choice {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.doubleselect__select_second .ms-choice:hover,
.doubleselect__select_second .ms-choice:focus {
  border-top-color: #65a1d7;
  border-right-color: #65a1d7;
  border-bottom-color: #65a1d7;
}
.doubleselect__select_second .ms-choice:hover span,
.doubleselect__select_second .ms-choice:focus span {
  color: #65a1d7;
}
.doubleselect__select.is_open .ms-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.doubleselect__select .ms-choice span {
  position: relative;
}
.doubleselect__select .ms-drop {
  padding: 20px;
  border-radius: 0;
  left: 0;
  border-color: transparent;
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
  z-index: 301 !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar {
  width: 10px;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar-thumb {
  background: #65a1d7;
}
.doubleselect__select .ms-drop ul::-webkit-scrollbar-thumb:hover {
  background: #65a1d7;
}
.doubleselect__select .ms-drop ul > li.multiple {
  float: none;
}
.doubleselect__select .ms-drop ul > li.hide-radio {
  padding: 10px 0;
}
.doubleselect__select .ms-drop ul > li.hide-radio.selected {
  background-color: transparent;
}
.doubleselect__select .ms-drop ul > li.hide-radio.selected label {
  color: #65a1d7;
}
.doubleselect__select .ms-drop ul > li.hide-radio label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.doubleselect__select.is_fill .ms-choice {
  background-color: #65a1d7;
}
.doubleselect__select.is_fill .ms-choice span {
  color: #fff;
}
.singleselect {
  position: relative;
}
.singleselect__clear {
  position: absolute;
  top: 10px;
  right: 38px;
  padding: 12px;
  z-index: 10;
  display: none;
  cursor: pointer;
}
.singleselect__clear:hover svg {
  fill: #e0e0e0;
}
.singleselect__clear svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.singleselect__clear.is_show {
  display: block;
}
.singleselect select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border: 0;
  padding: 18px 20px 18px 30px;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.2s linear;
  border-radius: 30px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.singleselect select::-ms-expand {
  display: none;
}
.singleselect__select .ms-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border: 0;
  padding: 18px 20px 18px 30px;
  border-radius: 0;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.2s linear;
  width: 100%;
  border-radius: 30px;
}
.singleselect__select .ms-choice span {
  padding: 0;
}
.singleselect__select .ms-choice:hover span,
.singleselect__select .ms-choice:focus span {
  color: #006FBA;
}
.singleselect__select .ms-choice:hover div.icon-caret svg,
.singleselect__select .ms-choice:focus div.icon-caret svg {
  fill: #65a1d7;
}
.singleselect__select .ms-search input {
  padding: 5px;
}
.singleselect__select .ms-search input:hover,
.singleselect__select .ms-search input:focus {
  border-color: #65a1d7;
}
.singleselect__select.is_open .ms-choice {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.singleselect__select .ms-choice span {
  position: relative;
}
.singleselect__select .ms-choice > div.icon-caret {
  border: 0;
  width: 24px;
  height: 24px;
  position: relative;
  top: auto;
  right: auto;
}
.singleselect__select .ms-choice > div.icon-caret svg {
  fill: #858585;
  transition: all 0.2s linear;
}
.singleselect__select .ms-choice > div.icon-caret.is_open svg {
  transform: rotate(180deg);
}
.singleselect__select .ms-drop ul::-webkit-scrollbar {
  width: 10px;
}
.singleselect__select .ms-drop ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.singleselect__select .ms-drop ul::-webkit-scrollbar-thumb {
  background: #65a1d7;
}
.singleselect__select .ms-drop ul::-webkit-scrollbar-thumb:hover {
  background: #65a1d7;
}
.singleselect__select .ms-drop ul li:first-child {
  display: none;
}
.singleselect__select .ms-drop {
  padding: 20px;
  border-radius: 0;
  left: 0;
  border-color: transparent;
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  border-right-color: #e0e0e0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 310 !important;
}
.singleselect__select .ms-drop ul > li.multiple {
  float: none;
}
.singleselect__select .ms-drop ul > li.hide-radio {
  padding: 10px 0;
}
.singleselect__select .ms-drop ul > li.hide-radio.selected {
  background-color: transparent;
}
.singleselect__select .ms-drop ul > li.hide-radio.selected label {
  color: #65a1d7;
}
.singleselect__select .ms-drop ul > li.hide-radio label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.singleselect__select.is_fill .ms-choice {
  background-color: #65a1d7;
}
.singleselect__select.is_fill .ms-choice span {
  color: #fff;
  padding-right: 15px;
}
.singleselect__select.is_fill .ms-choice div.icon-caret svg {
  fill: #fff;
}
.singleselect .ms-choice > span.placeholder {
  color: #666;
}
.doubleInput {
  display: flex;
  align-items: center;
  position: relative;
}
.doubleInput input[type=number]::-webkit-inner-spin-button,
.doubleInput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.doubleInput__line {
  position: relative;
  height: 100%;
}
.doubleInput__line::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -1px;
  width: 3px;
  height: 30px;
  background: #e0e0e0;
  z-index: 300;
}
.doubleInput__input {
  transition: all 0.2s linear;
  border: 1px solid transparent;
  height: 60px;
  padding: 18px 30px;
  width: 50%;
  background-color: #fff;
}
.doubleInput__input:hover::placeholder {
  color: #65a1d7;
}
.doubleInput__input_first {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.doubleInput__input_first:hover,
.doubleInput__input_first:focus {
  border-top-color: #65a1d7;
  border-left-color: #65a1d7;
  border-bottom-color: #65a1d7;
}
.doubleInput__input_last {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.doubleInput__input_last:hover,
.doubleInput__input_last:focus {
  border-top-color: #65a1d7;
  border-right-color: #65a1d7;
  border-bottom-color: #65a1d7;
}
.input-file__label {
  padding: 18px 26px;
  border: 1px solid #006FBA;
  border-radius: 30px;
  cursor: pointer;
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #006FBA;
  width: 95%;
  white-space: nowrap;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-file__label:hover {
  color: #fff;
  background-color: #006FBA;
}
.input-file__label:active {
  color: #65a1d7;
  background-color: #fff;
}
.range-slider {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.range-slider-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.range-slider .irs--flat .irs-bar {
  background: #006FBA;
  height: 2px;
}
.range-slider .irs--flat .irs-line {
  width: 100%;
  height: 3px;
  top: 25px;
  background-color: #003D78;
  opacity: 0.3;
}
.range-slider .irs--flat .irs-handle {
  top: 20px;
  background: #006FBA;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.range-slider .irs--flat .irs-handle i {
  display: none !important;
}
.range-slider .irs--flat .irs-from,
.range-slider .irs--flat .irs-to {
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #00395c;
  top: -3px;
}
.range-slider .irs--flat .irs-from::before,
.range-slider .irs--flat .irs-to::before {
  content: none;
}
.range-slider .irs--flat .irs-min,
.range-slider .irs--flat .irs-max {
  display: block !important;
  visibility: visible !important;
  font-size: 16px;
  line-height: 19px;
  color: #003D78;
  background-color: transparent;
  top: -3px;
}
.range-slider .irs--flat .irs-min::before,
.range-slider .irs--flat .irs-max::before {
  content: none;
}
.range-slider .irs--flat .irs-single {
  position: absolute;
  left: -10px !important;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #003D78;
  background-color: transparent;
  top: -45px !important;
}
.range-slider .irs--flat .irs-single::before {
  content: none;
}
.title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #00395c;
}
.text {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #00395c;
}
.logo {
  width: 100%;
  max-width: 215px;
  min-width: 215px;
  height: 44px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
}
.favorite__link {
  display: flex;
  align-items: center;
}
.favorite__link:hover span {
  color: #65a1d7;
}
.favorite__link.active svg {
  fill: #ffd600 !important;
}
.favorite svg {
  width: 15px;
  height: 15px;
  fill: #bdbdbd;
  margin-right: 6px;
}
.favorite span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #00395c;
  transition: all 0.2s linear;
}
.flags__row {
  display: flex;
  align-items: center;
}
.flags__item {
  opacity: 0.5;
}
.flags__item:first-child {
  margin-right: 10px;
}
.flags__item_active {
  opacity: 1;
}
.flags__label {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 30px;
}
.flags__lang {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
  padding: 9px 15px;
  background: transparent;
  border-radius: 30px;
}
.flags__lang:hover {
  color: #65a1d7;
}
.flags__lang:first-child {
  margin-right: 10px;
}
.flags__lang.active {
  color: #00395c;
  background: #fff;
}
.local-data {
  font-style: normal;
}
.local-data__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.local-data__phone_dark {
  color: #003D78;
}
.local-data__phone:hover {
  opacity: 0.7;
}
.local-data__location {
  display: flex;
  align-items: flex-start;
}
.local-data__location-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
}
.local-data__location-map {
  color: #bdbdbd;
  text-decoration: underline;
}
.local-data__icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.local-data__time {
  display: flex;
  margin-top: 10px;
}
.local-data__time p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
}
.nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.nav a:hover {
  opacity: 0.5;
}
.nav a:active {
  opacity: 1;
}
.nav__item:not(:last-child) {
  margin-right: 50px;
}
.nav__more-dropdown {
  background-color: #006FBA;
  padding: 20px;
  border-radius: 20px;
  z-index: 1000;
  top: 52px;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.nav__more-dropdown .nav__item {
  margin-right: 0;
}
.nav__more-dropdown .nav__item a {
  color: #fff;
}
.nav__more-dropdown .nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.switched {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.switched input:checked + .switched__btn::before {
  transform: translateX(12px);
}
.switched__btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 25px;
  min-width: 25px;
  height: 14px;
  border: 2px solid #666666;
  border-radius: 20px;
  position: relative;
}
.switched__btn::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 3px solid #666666;
  border-radius: 50%;
  transform: translateX(2px);
  transition: all 0.2s linear;
}
.switched__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #003D78;
  margin-left: 8px;
  white-space: nowrap;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
.slick-slider .slick-slide {
  max-width: 100%;
}
.slick-slider .slick-arrow {
  background-color: #f7f7f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 700;
  transition: all .2s linear;
}
.slick-slider .slick-arrow.slick-prev {
  left: -70px;
}
.slick-slider .slick-arrow.slick-next {
  right: -70px;
}
.slick-slider .slick-arrow svg {
  width: 24px;
  height: 24px;
  fill: #00395c;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow:hover {
  background-color: #fff;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots {
  display: inline-flex;
  border-radius: 10px;
  transition: all 1s ease;
  left: 50%;
  display: inline-flex;
}
.slick-slider .slick-dots li {
  width: 7px;
  min-width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  transition: all 1s ease;
  opacity: 0.4;
  transform: scale(0);
}
.slick-slider .slick-dots li.slick-active {
  display: block;
  opacity: 1;
  background-color: #65a1d7;
  transform: scale(1.4);
  opacity: 1;
}
.slick-slider .slick-dots li.slick-secondary {
  transform: scale(1.1);
}
.slick-slider .slick-dots button {
  display: none;
}
.whtsup-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: 1px solid #006FBA;
  background-color: #006FBA;
  border-radius: 30px;
  padding: 16px 40px;
  transition: all 0.2s linear;
}
.whtsup-btn:hover {
  background-color: #fff;
  color: #006FBA;
}
.whtsup-btn:active {
  background-color: #fff;
  color: #65a1d7;
}
.whtsup-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin-left: 20px;
  margin-top: -4px;
}
.pagination__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.pagination__list {
  display: flex;
  align-items: center;
}
.pagination__item:not(:last-child) {
  margin-right: 10px;
}
.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.2s linear;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #666666;
}
.pagination__item a:hover {
  background-color: #f7f7f7;
}
.pagination__item a.active,
.pagination__item a:active {
  background: #006FBA;
  border: 1px solid #006FBA;
  color: #fff;
}
.pagination__item a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.breadcrumbs__inner {
  padding: 30px 100px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 16px;
}
.breadcrumbs__item a {
  display: flex;
  align-items: center;
  color: #003D78;
}
.breadcrumbs__item a:hover {
  color: #65a1d7;
}
.breadcrumbs__item_current {
  color: #bdbdbd;
}
.breadcrumbs__item-arrow {
  display: flex;
  align-items: center;
  height: 16px;
  margin-left: 16px;
}
.breadcrumbs__item-arrow svg {
  width: 30px;
  height: 16px;
}
.breadcrumbs__item_home {
  padding-left: 0;
}
.breadcrumbs__item_home a {
  color: #00395c;
}
.breadcrumbs__icon {
  display: none;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.insert-tab__inner {
  padding: 40px 0 100px;
}
.insert-tab__tabs {
  display: flex;
  align-items: center;
  position: relative;
}
.insert-tab__tabs::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.insert-tab__tab {
  border-bottom: 4px solid transparent;
  padding: 4px 17px;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  z-index: 2;
}
.insert-tab__tab.active {
  border-bottom: 4px solid #00395c;
}
.insert-tab__body {
  padding-top: 40px;
}
.insert-tab__body-item {
  display: none;
}
.insert-tab__body-item.active {
  display: block;
}
.insert-tab__body-text p {
  line-height: 23px;
  color: #666666;
  margin-bottom: 10px;
}
.insert-tab__title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.insert-tab__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.insert-tab__tech {
  display: flex;
  justify-content: space-between;
}
.insert-tab__tech-col {
  width: 100%;
  max-width: 630px;
}
.insert-tab__tech-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insert-tab__tech-row:not(:last-child) {
  margin-bottom: 20px;
}
.insert-tab__tech-key {
  color: #00395c;
}
.insert-tab__tech-val {
  color: #666;
  text-align: right;
}
.insert-tab__equipment {
  display: flex;
  flex-wrap: wrap;
}
.insert-tab__equipment-aside {
  width: 100%;
  max-width: 250px;
  padding-right: 50px;
  border-right: 1px solid #e0e0e0;
}
.insert-tab__equipment-select {
  cursor: pointer;
  padding: 20px;
  background-color: transparent;
  border-radius: 8px;
  transition: all 0.2s linear;
  color: #858585;
}
.insert-tab__equipment-select:hover {
  background-color: #f7f7f7;
  color: #65a1d7;
}
.insert-tab__equipment-select:hover span {
  transform: translateX(0);
}
.insert-tab__equipment-select span {
  display: inline-block;
  width: 100%;
  transition: all 0.2s linear;
  transform: translateX(-20px);
}
.insert-tab__equipment-select.active {
  color: #00395c;
  background-color: #f7f7f7;
}
.insert-tab__equipment-select.active span {
  transform: translateX(0);
}
.insert-tab__equipment-body {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  margin-left: -200px;
  padding-left: 70px;
}
.insert-tab__equipment-col {
  width: 100%;
  max-width: 300px;
  margin-left: 200px;
  list-style-type: disc;
}
.insert-tab__equipment-col li:not(:last-child) {
  margin-bottom: 10px;
}
.insert-tab__btn {
  margin-top: 40px;
}
.accordion {
  padding: 20px 0 100px;
}
.accordion_pd {
  padding: 100px 0;
}
.accordion__title {
  margin-bottom: 15px;
}
.accordion__text {
  margin-bottom: 40px;
}
.accordion__item {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 5px;
}
.accordion__item.active .accordion__item-head {
  background-color: #f7f7f7;
}
.accordion__item.active .accordion__item-body {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.accordion__item.active .accordion__item-wrap {
  opacity: 1;
}
.accordion__item.active .accordion__item-icon-v {
  transform: rotate(90deg);
}
.accordion__item.active .accordion__item-text {
  opacity: 1;
}
.accordion__item-head {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  position: relative;
  z-index: 500;
}
.accordion__item-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}
.accordion__item-icon-v {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #18203a;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.accordion__item-icon-g {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #18203a;
  border-radius: 10px;
}
.accordion__item-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #00395c;
}
.accordion__item-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all .2s linear;
  position: relative;
  z-index: 100;
}
.accordion__item-wrap {
  padding: 20px;
  background-color: #f7f7f7;
  opacity: 0;
  transition: all .2s linear .2s;
}
.accordion__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
  transition: all 0.2s linear;
  opacity: 0;
}
.footer {
  background-color: #65a1d7;
}
.footer__top {
  position: relative;
  display: flex;
  padding: 90px 0 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.footer__top-item {
  width: 50%;
}
.footer__logo {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}
.footer__nav {
  display: flex;
}
.footer__nav-list:not(:last-child) {
  margin-right: 100px;
}
.footer__nav-list li {
  margin-bottom: 20px;
}
.footer__nav-list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.footer__nav-list a:hover {
  text-decoration: underline;
}
.footer__address {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer__address .local-data-wrap {
  width: 100%;
  max-width: 33%;
}
.footer__address .local-data-wrap .local-data-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.footer__address .local-data-wrap .local-data {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.footer__address .local-data-wrap .local-data__city {
  color: #fff;
  margin-bottom: 5px;
}
.footer__address .local-data-wrap .local-data__location-text {
  color: #fff;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.footer__text a {
  color: #fff;
}
.footer__text a:hover {
  text-decoration: underline;
}
.header {
  transition: all 0.2s linear;
  position: relative;
  z-index: 1000;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 100px;
}
.header__menu {
  display: none;
  align-items: center;
  cursor: pointer;
}
.header__menu span {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  margin-right: 10px;
}
.header__menu img {
  width: 24px;
}
.header__bottom {
  position: relative;
  height: 84px;
  z-index: 2000;
}
.header__locations {
  display: flex;
  justify-content: flex-end;
  margin-right: 60px;
  margin-left: auto;
}
.header__locations .local-data:not(:last-child) {
  margin-right: 50px;
}
.header__locations .local-data__city {
  margin-bottom: 5px;
}
.header__fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1300;
  background-color: #65a1d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
  padding: 20px 100px;
}
.header__fixed-left {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__fixed.fixed-header {
  position: fixed;
  height: auto;
  z-index: 1000;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  background-color: #65a1d7;
  transition: all 0.2s linear;
}
.header__fixed.fixed-header .header__logo_fixed img {
  display: block;
}
.header__fixed.fixed-header .nav__more-dropdown a {
  olor: #00395c;
}
.header__fixed.fixed-header .nav__item a {
  color: #fff;
}
.header__fixed.fixed-header .flexMenu-viewMore a {
  color: #fff;
}
.header__fixed.fixed-header .header__favorite_fixed svg {
  fill: #bdbdbd;
}
.header__fixed.fixed-header .header__favorite_fixed .favorite__link span {
  color: #fff;
}
.header__logo_fixed {
  max-width: 250px;
}
.header__logo_fixed img {
  display: block;
  margin-right: 45px;
  width: auto;
  height: 35px;
}
.header__nav {
  margin-right: 40px;
}
.header__favorite {
  margin-right: 40px;
}
.header__favorite_fixed svg {
  fill: #fff;
}
.header__favorite_fixed .favorite__link span {
  color: #fff;
  border-bottom: 1px solid transparent;
  margin-top: 3px;
}
.header__favorite_fixed .favorite__link span:hover {
  border-color: currentColor;
}
.slider {
  background: #65a1d7;
  overflow: hidden;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .slick-arrow {
  background-color: transparent;
}
.slider .slick-arrow svg {
  fill: #bbbbbb;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
.intro {
  display: block;
  position: relative;
}
.intro-video {
  height: auto;
}
.intro:not(:first-child) {
  display: none;
}
.filter {
  padding: 40px 0 50px;
  background: #65a1d7;
}
.filter.is_open .filter__select_hide {
  display: block;
}
.filter.is_open .filter__submit {
  position: relative;
  bottom: auto;
  right: auto;
  justify-content: flex-end;
  margin-left: 70px;
  max-width: 270px;
}
.filter.is_open .filter__close {
  position: relative;
  top: auto;
  right: auto;
}
.filter.is_open .filter__button {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter_variant1 .filter__select {
  max-width: 32%;
}
.filter_variant1.is_open .filter__select {
  max-width: 32%;
}
.filter_variant2 .filter__select {
  max-width: 16.5%;
}
.filter_variant2.is_open .filter__select {
  max-width: 15.9%;
}
.filter__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter__inner {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 20px 30px 30px;
  position: relative;
}
.filter__switched {
  margin-bottom: 20px;
}
.filter__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-top: -16px;
  width: 80%;
}
.filter__select {
  width: 100%;
  margin-top: 16px;
}
.filter__select_hide {
  display: none;
}
.filter__select:nth-child(1) {
  order: 0;
}
.filter__select:nth-child(2) {
  order: 3;
}
.filter__select:nth-child(3) {
  order: 1;
}
.filter__select:nth-child(4) {
  order: 4;
}
.filter__select:nth-child(5) {
  order: 2;
}
.filter__select:nth-child(6) {
  order: 5;
}
.filter__select .ms-drop {
  width: 100%;
  transition: 0.2s;
}
.filter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.filter__close {
  position: absolute;
  top: -12px;
  left: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.filter__close span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #003D78;
  margin-left: 6px;
}
.filter__button {
  position: relative;
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.filter__submit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.filter__submit img {
  margin-left: 15px;
}
.filter__ext-btn {
  padding: 12px 36px;
  font-size: 16px;
  line-height: 23px;
  height: 46px;
  white-space: nowrap;
}
.filter__ext-search {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  white-space: nowrap;
}
.filter .catalog-filter-form .filter__wrap {
  width: 100%;
  justify-content: flex-start;
}
.filter .catalog-filter-form .filter__button {
  width: 100%;
  justify-content: space-between;
}
.filter .catalog-filter-form .filter __submit {
  margin-left: 0 !important;
}
.filter .catalog-filter-form .filter__select {
  margin: 16px 0.65% 0 0.65%;
  order: unset !important;
}
.mfp-content .modal-filter {
  max-width: 80%;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 40px 30px;
}
.mfp-content .modal-filter .modal-filter-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mfp-content .modal-filter .modal-filter-wrap .filter__select {
  width: 32%;
  height: 60px;
  margin-left: 0;
}
.mfp-content .modal-filter .modal-filter-wrap .ms-choice {
  height: 60px;
}
.mfp-content .modal-filter .modal-filter-wrap .singleselect__select .ms-choice {
  height: 60px;
  border: none;
}
.mfp-content .modal-filter .doubleInput__line::before,
.mfp-content .modal-filter .doubleselect__line::before {
  top: 14px;
}
.mfp-content .modal-filter .result-block {
  position: relative;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mfp-content .modal-filter .filter__select {
  order: unset !important;
}
.mfp-content .modal-filter .filter__close {
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  bottom: 0;
}
.mfp-content .modal-filter .filter__submit {
  width: 180px;
  text-align: center;
  justify-content: center;
  margin-left: 45px;
}
.tabs_padding {
  padding: 50px 0;
}
.tabs__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -65px;
}
.tabs__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 65px;
  width: 100%;
  height: calc(var(--data-cnt-6) * 40px);
}
.tabs__item {
  width: calc(100% / 6);
  min-width: calc(100% / 6);
  margin-top: 20px;
  padding-right: 30px;
}
.tabs__item:hover .tabs__model {
  color: #006FBA;
}
.tabs__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tabs__model {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #003D78;
  transition: all 0.2s linear;
}
.tabs__numb {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #bdbdbd;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 2px 6px;
}
.benefit__inner {
  margin-top: 180px;
  margin-bottom: 100px;
}
.benefit__subtitle {
  margin-bottom: 40px;
}
.benefit__title {
  margin-bottom: 15px;
  padding-right: 50px;
}
.benefit__top {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}
.benefit__top-item:first-child {
  width: 100%;
  max-width: 640px;
}
.benefit__top-item:last-child {
  flex: auto;
}
.benefit__bottom {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 100px;
}
.benefit__bottom-text {
  text-align: center;
  margin-bottom: 20px;
}
.benefit__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.benefit__wrap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  min-width: 71px;
  height: 71px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.benefit__wrap-icon img {
  width: 35px;
  height: 35px;
}
.benefit__wrap-plus {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.benefit__wrap-item {
  display: flex;
  align-items: center;
}
.benefit__wrap-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #003D78;
  width: 100%;
  max-width: 200px;
  text-transform: uppercase;
}
.benefit__wrap-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #00395c;
}
.benefit__btn {
  text-align: center;
  margin: 0 auto;
  padding: 18px 60px;
  display: block;
}
.benefit-img {
  position: relative;
}
.benefit-img__wrap {
  height: 285px;
}
.benefit-img__wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 60px 0;
}
.benefit-img__over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.benefit-img__over-inner {
  position: relative;
  height: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #00395C;
}
.benefit-img__over-inner img {
  display: inline-block;
  margin-right: 8px;
}
.benefit-img__over-item {
  position: absolute;
  padding-bottom: 5px;
  border-bottom: 1px dashed #65A1D7;
  white-space: nowrap;
}
.benefit-img__over-item_1 {
  top: -10px;
  right: 60%;
}
.benefit-img__over-item_2 {
  bottom: 0;
  left: 150px;
}
.benefit-img__over-item_3 {
  top: -60px;
  right: 140px;
}
.benefit-img__over-item_4 {
  bottom: 0;
  right: 270px;
}
.benefit-img__over-item-inner {
  display: flex;
  align-items: center;
}
.benefit-img__over-item-inner::before,
.benefit-img__over-item-inner::after {
  content: "";
  position: absolute;
}
.benefit-img__over-item-inner::before {
  border-bottom: 1px dashed #65A1D7;
  transform: rotate(-45deg);
}
.benefit-img__over-item-inner::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px dashed #65A1D7;
}
.benefit-img__over-item-inner_1::before {
  width: 70px;
  bottom: -32px;
  right: -10px;
}
.benefit-img__over-item-inner_1::after {
  bottom: -64px;
  right: 45px;
}
.benefit-img__over-item-inner_2::before {
  width: 190px;
  bottom: 60px;
  right: -162px;
}
.benefit-img__over-item-inner_2::after {
  bottom: 128px;
  right: -144px;
}
.benefit-img__over-item-inner_3::before {
  width: 50px;
  bottom: -24px;
  left: -44px;
}
.benefit-img__over-item-inner_3::after {
  bottom: -48px;
  left: -42px;
}
.benefit-img__over-item-inner_4::before {
  width: 155px;
  bottom: 50px;
  right: -134px;
}
.benefit-img__over-item-inner_4::after {
  bottom: 100px;
  right: -112px;
}
.benefit-img__over-item-inner {
  position: relative;
}
.products {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 100px 0;
}
.products__rezerv {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  background-color: #fff700;
  border-radius: 8px;
  padding: 3px 6px;
}
.products.related .container {
  max-width: 1240px;
}
.products.related .products__inner {
  padding: 0 60px;
  margin: -33px 0 40px 0;
}
.products.related .products__item {
  margin: 33px 10px 0 10px;
}
.products .show-all-btn {
  display: inline-block;
  margin-top: 40px;
}
.products .catalog {
  position: relative;
}
.products .catalog.empty + .products__head {
  display: none;
}
.products .catalog .catalog-title {
  margin-top: 40px;
}
.products .catalog .pagination {
  padding-top: 90px;
  position: relative;
}
.products .catalog .show-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.products_white-bg {
  background-color: #fff;
}
.products__slider .slick-arrow {
  background-color: #fff;
}
.products__slider .slick-arrow.slick-prev {
  left: 0;
}
.products__slider .slick-arrow.slick-next {
  right: 0;
}
.products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 0;
  width: 100%;
  margin-bottom: 40px;
}
.products__select {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: 10px;
}
.products__select .ms-choice {
  border-color: #E0E0E0;
}
.products__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -33px 0 0 -20px;
  margin-bottom: 40px;
}
.products__item {
  width: 100%;
  max-width: 345px;
  margin: 33px 0 0 20px;
}
.products__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #00395c;
  padding-bottom: 15px;
}
.products__item.is_row {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
}
.products__item.is_row .products__star {
  position: absolute;
  top: 30px;
  right: 30px;
}
.products__item.is_row .products__img {
  height: 100%;
  width: 100%;
  max-width: 500px;
  min-width: 500px;
  border-radius: 20px;
}
.products__item.is_row .products__img img {
  border-radius: 20px;
}
.products__item.is_row .products__item-text {
  margin-bottom: 40px;
}
.products__item.is_row .products__body {
  display: flex;
  flex: auto;
  border: 0;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}
.products__item.is_row .products__col_right {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 10px;
}
.products__item.is_row .products__price {
  flex-wrap: wrap;
}
.products__item.is_row .products__price-calc {
  width: 100%;
  order: -1;
  margin-bottom: 15px;
}
.products__item.is_row .products__prop {
  padding-bottom: 0;
  border-bottom: 0;
}
.products__item.is_row .products__props-row {
  min-width: 160px;
}
.products__item .list-gallery.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.products__item .list-gallery picture:not(:first-child) {
  display: none;
}
.products__item .list-gallery.slick-initialized picture {
  display: block;
}
.products__item .list-gallery .slick-dots {
  left: 0;
  bottom: 10px;
  justify-content: center;
}
.products__item .list-gallery .slick-dots li {
  transform: scale(1);
}
.products__text {
  text-align: center;
  margin-bottom: 30px;
}
.products__title {
  margin-bottom: 15px;
}
.products__title_center {
  text-align: center;
}
.products__img {
  display: block;
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.products__img img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.products__stick {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  border-radius: 8px;
  background: #231F20;
  padding: 3px 8px;
  text-align: center;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.products__benefit {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 58px;
  margin: -5px 0 0 -5px;
}
.products__benefit-icon {
  background: #f7f7f7;
  border-radius: 5px;
  margin: 5px 0 0 5px;
}
.products__benefit img {
  margin: 2px;
  width: 20px;
  height: 20px;
}
.products__views {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 3px 6px;
}
.products__views-numb {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #00395c;
}
.products__views-numb_first {
  margin-right: 4px;
}
.products__views-icon {
  margin-right: 4px;
}
.products__views-icon img {
  width: 16px;
  height: 16px;
  margin-top: -3px;
}
.products__body {
  padding: 26px 20px 20px;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #E0E0E0;
}
.products__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #00395c;
}
.products__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.products__star {
  cursor: pointer;
  margin-left: 20px;
}
.products__star svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #bdbdbd;
}
.products__star.active svg {
  fill: #ffd600;
  stroke: transparent;
}
.products__prop {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.products__props {
  width: 50%;
  margin-top: -10px;
}
.products__props-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.products__props-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #003D78;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.products__props-icon img {
  width: 16px;
  height: 16px;
}
.products__props-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #00395c;
}
.products__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 22px 0;
  white-space: nowrap;
}
.products__price-main {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #CD180A;
  margin-right: 15px;
}
.products__price-cut {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #858585;
  position: absolute;
  top: -15px;
  right: 0;
  text-decoration: line-through;
}
.products__price-calc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 4px;
  background: #F7F7F7;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #E01010;
}
.products__price-calc span {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 3px 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #e06210;
}
.products__price .tax-info {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: right;
}
.products__btn {
  width: 100%;
  display: block;
  text-align: center;
  background: #006FBA;
}
.products__more {
  display: block;
  margin: 0 auto;
}
.products__pagination {
  margin-top: 30px;
}
.products .catalog-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.products .catalog-flexbox .catalog {
  width: 100%;
  order: 1;
}
.products .result__empty {
  width: 100%;
}
.products .result__empty .modal {
  margin: 0 auto;
}
.products .result__empty .modal .form {
  padding-top: 0;
}
.products__slider .products__img {
  display: block;
  position: relative;
  height: 175px;
}
.products__slider .products__img picture {
  height: 175px;
}
.products__slider .products__name {
  font-size: 18px;
  line-height: 120%;
}
.products__slider .products__props-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
}
.products__slider .products__props-text {
  font-size: 12px;
  line-height: 14px;
}
.products__slider .products__price {
  align-items: flex-end;
}
.products__slider .products__price-main {
  font-size: 20px;
  line-height: 24px;
}
.products__slider .products__price-cut {
  text-align: right;
}
.products__slider .products__btn {
  padding: 12px 30px;
}
.tabs + .products {
  margin-top: 50px;
}
.column-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 75px;
}
.column-wrap .col-left {
  width: 26%;
}
.column-wrap .col-right {
  width: 72%;
}
.column-wrap .tabs {
  width: 100%;
  padding: 100px 0 0 0;
}
.column-wrap .catalog-text {
  padding: 45px 0;
}
.column-wrap .filter {
  padding: 0;
  background: transparent;
}
.column-wrap .filter .catalog-filter-form .filter__inner {
  padding: 20px 20px 20px;
}
.column-wrap .filter .catalog-filter-form .filter__wrap {
  margin-left: 0;
}
.column-wrap .filter .catalog-filter-form .filter__select {
  width: 100%;
  max-width: 100%;
}
.column-wrap .filter .catalog-filter-form .filter__button {
  justify-content: flex-end;
}
.column-wrap .filter .catalog-filter-form .filter__close {
  margin: 20px 0;
}
.column-wrap .filter.is_open .filter__submit {
  flex-wrap: nowrap;
  max-width: 100% !important;
  margin-left: 0;
}
.column-wrap .products {
  padding: 0;
}
.column-wrap .products__title {
  margin-bottom: 0;
}
.column-wrap .products__inner {
  margin: 0;
}
.column-wrap .products__item {
  width: 100%;
  max-width: 32%;
  margin: 0;
  margin-top: 25px;
  margin-left: 2%;
}
.column-wrap .products__item:nth-child(3n+1) {
  margin-left: 0;
}
.column-wrap .products__item.is_row {
  max-width: 100%;
  margin-left: 0;
}
.column-wrap .products__item.is_row .products__img {
  max-width: 420px;
  min-width: 420px;
}
.column-wrap .pagination .dots {
  margin-right: 10px;
}
.answer {
  background-color: #fff;
  padding: 0 0 104px 0;
}
.answer__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #003D78;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.answer__title span {
  color: #00395c;
}
.answer__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.answer__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 20px;
}
.answer__item {
  width: 100%;
  max-width: 24%;
  margin-bottom: 15px;
  padding: 45px 30px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  opacity: 0.9;
}
.answer__item_first {
  background-color: #FFD600;
}
.answer__item_first .answer__subtitle {
  color: #003D78;
}
.answer__item_second {
  background-color: #A7C712;
}
.answer__item_third {
  background-color: #E06210;
}
.answer__item_fourth {
  background-color: #65A1D7;
}
.answer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 40px;
  background: transparent;
}
.answer__icon img {
  width: 44px;
  height: 44px;
}
.answer__text {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.dealer {
  background-color: #f7f7f7;
  padding: 100px 0 120px;
}
.dealer_bg {
  background-color: #fff;
}
.dealer__title {
  text-align: center;
  margin-bottom: 40px;
}
.dealer__brand {
  display: flex;
  justify-content: space-between;
}
.dealer__brand-logo {
  display: flex;
  align-items: center;
  min-height: 100px;
}
.dealer__brand-logo img {
  width: 100%;
}
.dealer__brand-name {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #bdbdbd;
  text-align: center;
}
.news {
  padding: 100px 0;
  overflow: hidden;
}
.news_bg {
  background-color: #f7f7f7;
}
.news_bg .slick-slider .slick-arrow {
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.news__more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.news__title {
  text-align: center;
  margin-bottom: 40px;
}
.news__slider {
  display: flex;
  justify-content: space-between;
}
.news__slider .slick-list {
  margin: 0 -12px;
}
.news__slider-item {
  width: 100%;
  max-width: 335px;
  margin: 0 18px;
  display: none;
}
.news__slider-item:nth-child(1),
.news__slider-item:nth-child(2),
.news__slider-item:nth-child(3),
.news__slider-item:nth-child(4) {
  display: block;
}
.news__slider-item.slick-slide {
  display: block !important;
}
.news__slider-img {
  height: 220px;
}
.news__slider-img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news__slider-body {
  padding: 30px 30px 28px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 0px 0px 20px 20px;
}
.news__slider-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #00395c;
  margin-bottom: 10px;
}
.news__slider-title a {
  color: #003D78;
  transition: all 0.2s linear;
}
.news__slider-title a:hover {
  color: #006FBA;
  text-decoration: underline;
}
.news__slider-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #666;
}
.price-form {
  max-width: 962px;
}
.price-form__inner {
  width: 100%;
  max-width: 962px;
  border: 1px solid #bdbdbd;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.price-form__inner_max-content {
  max-width: 100%;
}
.price-form__inner_max-content .form-input__input {
  padding: 18px 30px;
}
.price-form__inner_max-content .multiselect__select .ms-choice,
.price-form__inner_max-content .singleselect__select .ms-choice {
  padding: 18px 30px;
  height: 60px;
}
.price-form__inner_max-content .price-form__label {
  width: 100%;
  max-width: 33%;
  margin-bottom: 10px;
}
.price-form__inner_max-content .price-form__select {
  width: 100%;
  max-width: 33%;
  margin-bottom: 10px;
}
.price-form__inner_max-content .price-form__block {
  padding-top: 10px;
}
.price-form__inner_max-content .price-form__row {
  flex-wrap: wrap;
}
.price-form__inner_max-content .price-form__row_third .price-form__select {
  width: 100%;
  max-width: 49.5%;
}
.price-form__inner_max-content .price-form__row_third .price-form__btn {
  width: 100%;
  max-width: 49.5%;
  margin-bottom: 10px;
}
.price-form_repurchase .price-form__inner {
  max-width: 100%;
}
.price-form_repurchase .price-form__label {
  width: 100%;
  max-width: 32.8%;
  margin-bottom: 10px;
}
.price-form_repurchase .price-form__select {
  width: 100%;
  max-width: 32.8%;
  margin-bottom: 10px;
}
.price-form_repurchase .price-form__select .ms-choice {
  border: 1px solid #bdbdbd;
}
.price-form_repurchase .price-form__file {
  width: 100%;
  max-width: 32.8%;
  margin-bottom: 10px;
}
.price-form_repurchase .price-form__file label {
  display: block;
  width: 100%;
}
.price-form_repurchase .price-form__file-label {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 32.8%;
  margin-bottom: 10px;
}
.price-form_repurchase .price-form__btn {
  align-self: flex-end;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}
.price-form__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #003D78;
  margin-bottom: 25px;
}
.price-form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price-form__row_left {
  width: 70%;
}
.price-form__row_right {
  width: 28%;
}
.price-form__btn {
  background: #006FBA;
}
.price {
  padding: 40px 0;
  position: relative;
}
.price_calc {
  background: #f7f7f7;
  overflow: hidden;
}
.price_bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.price_bg-image img {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}
.price.price_calc {
  background-image: url(/assets/images/calculator-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.price.price_calc .text {
  color: #00395c;
}
.price__title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #fff;
}
.price:not(.main) .price__title {
  color: inherit;
}
.price__text {
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
}
.price__inner {
  position: relative;
  z-index: 2;
}
.price__inner_calc {
  display: flex;
  justify-content: space-between;
}
.price__inner_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price__img {
  position: absolute;
  right: 0;
  top: 140px;
  z-index: 1;
}
.price__img_static {
  position: relative;
  top: auto;
  right: auto;
}
.price__img_man {
  height: 823px;
  position: relative;
  right: auto;
  top: auto;
}
.price .text {
  color: #fff;
}
.reviews {
  padding: 100px 0;
  overflow: hidden;
}
.reviews__title {
  text-align: center;
  margin-bottom: 40px;
}
.reviews__slider {
  display: flex;
  justify-content: space-between;
}
.reviews__slider .slick-list {
  margin: 0 -6px;
}
.reviews__slider-item {
  width: 100%;
  max-width: 350px;
  margin: 0 9px;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 30px;
  display: none;
}
.reviews__slider-item:nth-child(1),
.reviews__slider-item:nth-child(2),
.reviews__slider-item:nth-child(3),
.reviews__slider-item:nth-child(4) {
  display: block;
}
.reviews__slider-item.slick-slide {
  display: block !important;
}
.reviews__slider-bottom {
  display: flex;
  align-items: center;
}
.reviews__stars {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.reviews__stars-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews__stars-icon.active svg {
  fill: #ffd600;
}
.reviews__stars svg {
  width: 16px;
  height: 16px;
  fill: #bdbdbd;
}
.reviews__message {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #656565;
  min-height: 80px;
  max-height: 80px;
  margin-bottom: 25px;
}
.reviews__message a {
  color: #656565;
  text-decoration: underline;
  white-space: nowrap;
}
.reviews__fulltext {
  display: none;
}
.reviews__dealer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.reviews__dealer-image {
  max-width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.reviews__dealer-location {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #2c2b26;
}
.reviews__user-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #2c2b26;
  margin-bottom: 3px;
}
.reviews__user-pos {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #656565;
}
.calculator-leasing {
  position: relative;
}
.calculator-leasing__tab {
  display: flex;
  align-items: center;
}
.calculator-leasing__tab-btn {
  padding: 10px 20px;
  background-color: #fff;
  transition: all 0.2s linear;
  color: #fff;
  background-color: #00395c;
}
.calculator-leasing__tab-btn:hover {
  background-color: #084e7a;
}
.calculator-leasing__tab-btn.active {
  background-color: #fff;
  color: #00395c;
}
.calculator-leasing__tab-btn:first-child {
  border-radius: 20px 0 0 0;
}
.calculator-leasing__tab-btn:last-child {
  border-radius: 0 20px 0 0;
}
.calculator-leasing__wrap {
  width: 100%;
  max-width: 800px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.calculator-leasing__title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.calculator-leasing__text {
  margin-bottom: 40px;
}
.calculator-leasing__leasing {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.calculator-leasing__leasing-text {
  color: #00395C;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  margin-right: 10px;
}
.calculator-leasing__stick {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 4px 17px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.calculator-leasing__stick_orange {
  background-color: #E01010;
  color: #fff;
  padding: 6.5px 16px;
}
.calculator-leasing__stick_blue {
  color: #006FBA;
}
.calculator-leasing__form {
  display: none;
}
.calculator-leasing__form.active {
  display: block;
}
.calculator-leasing__form-top {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 20px;
}
.calculator-leasing__form-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #666666;
  margin-right: 10px;
}
.calculator-leasing__form-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.calculator-leasing__form-row {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: 10px;
}
.calculator-leasing__form-input input {
  width: 200px;
  padding: 20px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #BDBDBD;
  border-radius: 30px;
  color: #858585;
}
.calculator-leasing__form-radio {
  cursor: pointer;
  margin-left: 10px;
}
.calculator-leasing__form-radio input:checked + .calculator-leasing__form-cell {
  color: #fff;
  background-color: #006FBA;
}
.calculator-leasing__form-cell {
  width: 100%;
  max-width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: all 0.2s linear;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #666666;
  background: #fff;
}
.calculator-leasing__form-submit {
  display: block;
  width: 100%;
  margin: 40px 0;
}
.calculator-leasing__exp {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #00395c;
  margin-top: 40px;
}
.calculator-leasing__exp:not(:last-child) {
  margin-bottom: 10px;
}
.car-model {
  padding-top: 20px;
}
.car-model__container {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
}
.car-model__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
.car-model__title h1 {
  display: inline-flex;
  align-items: flex-start;
  text-transform: uppercase;
}
.car-model__title button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.car-model__title button.active .car-model__star {
  fill: #ffd600;
  stroke: #ffd600;
}
.car-model__stick {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  padding: 10px 10px;
  background: #65a1d7;
  border-radius: 8px;
  transition: all .2s linear;
  position: absolute;
  top: -94px;
  right: 0;
}
.car-model__stick:hover {
  background-color: #00395c;
}
.car-model__stick:active {
  background-color: #65a1d7;
}
.car-model__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.car-model__star {
  width: 20px;
  height: 20px;
  transition: all .2s linear;
  fill: transparent;
  stroke: #BDBDBD;
}
.car-model__item:first-child {
  padding-right: 40px;
}
.car-model__item:last-child {
  flex: 1;
}
.car-model__item .youtube-video {
  position: relative;
}
.car-model__item img.youtube-btn {
  width: 75px;
  height: auto;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  cursor: pointer;
}
.car-model__rezerv {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  background-color: #fff700;
  border-radius: 8px;
  padding: 3px 6px;
}
.gallery {
  max-width: 930px;
}
.gallery__wrap {
  position: relative;
  margin-bottom: 20px;
}
.gallery__top .slick-list {
  margin: 0 -20px;
}
.gallery__item {
  margin: 0 20px;
  display: none;
}
.gallery__item:not(:first-child) {
  display: none;
}
.gallery__item.slick-slide {
  display: block;
}
.gallery__item img {
  width: 100%;
  border-radius: 20px;
}
.gallery__item:nth-child(1),
.gallery__item:nth-child(2),
.gallery__item:nth-child(3),
.gallery__item:nth-child(4),
.gallery__item:nth-child(5) {
  display: block;
}
.gallery__item.slick-slide {
  display: block !important;
}
.gallery__arrow.slick-arrow.slick-prev {
  left: 20px;
}
.gallery__arrow.slick-arrow.slick-next {
  right: 20px;
}
.gallery__thumbs {
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.gallery__thumbs-item {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.gallery__thumbs-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 10px;
}
.gallery__thumbs-item.slick-current::before {
  content: none;
}
.gallery__thumbs img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.gallery__views {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 3px 6px;
}
.gallery__views-numb {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #00395c;
}
.gallery__views-numb_first {
  margin-right: 4px;
}
.gallery__views-icon {
  margin-right: 4px;
}
.gallery__views-icon img {
  width: 16px;
  height: 16px;
}
.fancybox-image {
  object-fit: contain;
}
.car-props__inner {
  width: 100%;
  max-width: 500px;
}
.car-props__text-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.car-props__text-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.car-props__top {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  padding: 30px 20px 20px;
}
.car-props__stick {
  position: absolute;
  top: -15px;
  right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  padding: 3px 10px;
  background: #DA291C;
  border-radius: 8px;
}
.car-props__bottom {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  margin-top: 10px;
}
.car-props__head {
  display: flex;
  align-items: baseline;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.car-props__cost {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #E01010;
}
.car-props__discount {
  color: #858585;
  margin-right: auto;
  margin-left: 30px;
  text-decoration-line: line-through;
}
.car-props__moth {
  font-weight: 500;
  color: #E01010;
  background: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
}
.car-props__data {
  padding: 30px 0 36px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  font-style: normal;
}
.car-props__data-col {
  width: 45%;
}
.car-props__data-title {
  color: #858585;
  margin-bottom: 10px;
}
.car-props__data-text {
  font-weight: 500;
  color: #666666;
}
.car-props__data-map {
  display: block;
  margin-top: 10px;
  text-decoration-line: underline;
  color: #858585;
}
.car-props__data a:hover {
  text-decoration-line: underline;
}
.car-props__list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.car-props__list ul {
  width: 50%;
}
.car-props__list-item {
  display: flex;
}
.car-props__list-item:not(:last-child) {
  margin-bottom: 20px;
}
.car-props__list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #00395c;
  margin-right: 10px;
}
.car-props__list-icon img {
  max-width: 20px;
}
.car-props__list-key {
  color: #bdbdbd;
  margin-bottom: 3px;
}
.car-props__list-val {
  color: #00395c;
}
.car-props__foot {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.car-props__foot .btn {
  text-transform: none;
}
.car-props__foot .btn:nth-child(1),
.car-props__foot .btn:nth-child(2) {
  width: 48%;
}
.car-props__foot .btn:nth-child(3) {
  width: 100%;
  margin-top: 20px;
}
.car-props__new-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #00395c;
  margin-bottom: 10px;
}
.car-props__new-text {
  color: #00395c;
  margin-bottom: 10px;
}
.car-props__new-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car-props__new-row .btn {
  text-transform: capitalize;
  width: 48%;
  padding: 20px;
}
.car-props .tax-info {
  font-size: 14px;
  line-height: 17px;
}
.company {
  padding: 20px 0 100px;
}
.company__title {
  margin-bottom: 15px;
}
.company__text_top {
  margin-bottom: 40px;
}
.company__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.company__item:nth-child(even) .company__content {
  margin-left: 20px;
}
.company__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.company__item:nth-child(odd) .company__content {
  margin-right: 20px;
  margin-left: 0;
}
.company__img {
  width: 100%;
  max-width: 700px;
}
.company__img img {
  width: 100%;
  border-radius: 35px;
}
.company__content {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.company__content h2 {
  padding-bottom: 15px;
}
.company__content h3 {
  padding-bottom: 15px;
}
.company__content ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 10px;
}
.company__content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
}
.company__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
  margin-bottom: 10px;
}
.company__joint-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #65a1d7;
  margin-bottom: 10px;
}
.company__joint-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
  margin-bottom: 10px;
}
.company__list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
}
.company__list {
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 10px;
}
.finance__inner {
  padding: 80px 0 0;
}
.finance__inner_top {
  padding: 20px 0 100px;
}
.finance__inner_top .finance__title {
  margin-bottom: 15px;
}
.finance__inner_top .finance__text {
  margin-bottom: 40px;
}
.contacts__inner {
  padding: 60px 0;
}
.contacts__item {
  display: flex;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
}
.contacts__item:not(:last-child) {
  margin-bottom: 60px;
}
.contacts__img {
  width: 100%;
  max-width: 390px;
  height: 100%;
  border-radius: 20px;
  margin-right: 60px;
  background-color: #bdbdbd;
}
.contacts__img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contacts__address-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  padding: 45px;
}
.contacts__address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #003D78;
}
.contacts__address-title::after {
  content: '';
  display: block;
  width: 100%;
  margin-top: 3px;
  margin-left: 10px;
  border: 1px solid #BDBDBD;
}
.contacts__address {
  position: relative;
  font-style: normal;
  width: 100%;
  max-width: 47%;
  padding-bottom: 75px;
  margin: 15px 0;
}
.contacts__address .map__address-btn {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 15px;
  line-height: 16px;
  padding: 12px 18px;
  border: 1px solid #006FBA;
  color: #006FBA;
}
.contacts__address .map__address-btn.active {
  background: #006FBA;
  color: #FFF;
}
.contacts__address-org {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000;
  margin-bottom: 20px;
}
.contacts__address-item {
  display: flex;
}
.contacts__address-item:not(:last-child) {
  margin-bottom: 15px;
}
.contacts__address-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
}
.contacts__address-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}
.contacts__address-text .workhours br::before {
  content: ',';
}
.contacts__address-map {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #bdbdbd;
  margin-top: 2px;
}
.contacts__address-btn {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 40px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 16px;
  padding: 14px 18px;
}
.contacts__map {
  display: none;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  flex: auto;
}
.contacts__map.active {
  display: block;
}
.contact-us_bg {
  background-color: #00395c;
  padding: 25px 0;
}
.contact-us .modal {
  max-width: 600px;
  border-radius: 20px;
}
.replace__inner {
  padding: 100px 0;
}
.replace__title {
  margin-bottom: 15px;
}
.replace__text {
  margin-bottom: 20px;
  color: #000;
}
.replace__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 60px -40px;
}
.replace__item {
  position: relative;
  margin: 40px 0 0 40px;
  width: 100%;
  max-width: 260px;
}
.replace__item:last-child .replace__numb::before {
  content: none;
}
.replace__item-title {
  color: #000;
}
.replace__item ul {
  font-size: 14px;
  line-height: 160%;
  color: #666666;
}
.replace__item ul li {
  margin-top: 10px;
}
.replace__item ul li::before {
  color: #006FBA;
  content: '\2022';
  padding-right: 5px;
}
.replace__numb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-image: url(/_assets/img/sprites/sprite.svg#icon-step);
  border-radius: 50%;
  margin-bottom: 25px;
}
.replace__numb::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 5px;
  width: calc(100% + 40px);
  height: 1px;
  border-bottom: 1px dashed #006FBA;
  z-index: -1;
}
.replace__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #65a1d7;
  margin-bottom: 10px;
}
.replace__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #666666;
}
.replace__text-bottom {
  text-align: center;
  margin-bottom: 20px;
}
.replace__btn {
  display: block;
  margin: 0 auto;
}
.application {
  background-color: #65a1d7;
  padding: 100px 0;
}
.application__grey-bg {
  background-color: #f7f7f7;
}
.application__grey-bg .application__title {
  color: #00395c;
}
.application__title {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.application__block {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 35px;
  padding: 30px;
}
.application__form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.application__form-label {
  width: 100%;
  max-width: 300px;
}
.application__form-btn {
  width: 100%;
  max-width: 300px;
}
.application__form-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.state-mode__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 125px;
  max-width: 125px;
  height: 58px;
  padding: 8px;
  background: #F7F7F7;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 30px;
  transition: all .4s linear;
}
.state-mode__inner::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: 54px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff;
  transition: all .4s linear;
}
.state-mode__inner.is_row::before {
  transform: translateX(100%);
}
.state-mode__item {
  padding: 8px 15px;
  position: relative;
  z-index: 2;
}
.state-mode__item img {
  display: block;
  width: 24px;
  height: 24px;
}
.blog-intro {
  padding: 20px 0 40px;
}
.blog-intro__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-intro__title {
  text-transform: uppercase;
}
.blog-intro__selected {
  width: 100%;
  max-width: 300px;
}
.blog-intro__select .ms-choice {
  border: 1px solid #E0E0E0;
}
.blog-intro__img {
  width: 100%;
  height: 450px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.blog-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all .3s linear;
}
.blog-intro__img:hover img {
  transform: scale(1.2);
}
.blog-filter__inner {
  width: 100%;
  max-width: 762px;
  margin: -70px auto 0;
  padding: 30px 60px;
  background: #FFFFFF;
  box-shadow: 0px 6px 40px -10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
.blog-filter__tab {
  margin-bottom: 10px;
}
.blog-filter__tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -10px -5px 0;
}
.blog-filter__tab-item {
  margin: 10px 5px 0;
}
.blog-grid {
  padding: 0 0 116px;
}
.blog-grid__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}
.blog-grid__item {
  width: 100%;
  max-width: 460px;
  margin: 40px 0 0 40px;
}
.blog-grid__item.first {
  width: 100%;
  max-width: 100%;
}
.blog-grid__item_in-detail {
  margin: 0;
}
.blog-grid__item.video .blog-grid__img {
  height: 300px;
  position: relative;
  border-radius: 20px;
}
.blog-grid__item.video .title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #003D78;
}
.blog-grid__img {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.blog-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0px 0px;
  transition: all .3s linear;
}
.blog-grid__img:hover img {
  transform: scale(1.2);
}
.blog-grid__body {
  position: relative;
  box-shadow: 0px 15px 30px -10px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  padding: 30px 30px 70px 30px;
}
.blog-grid__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -10px;
  margin-bottom: 14px;
}
.blog-grid__tag-item {
  margin-top: 10px;
}
.blog-grid__tag-item:first-child {
  margin-right: 5px;
}
.blog-grid__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #00395c;
  margin-bottom: 14px;
}
.blog-grid__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150.6%;
  color: #666666;
  margin-bottom: 30px;
}
.blog-grid__pagination {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-top: 90px;
}
.blog-grid__btn {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 30px;
  position: absolute;
  bottom: 25px;
}
.blog-grid__more {
  display: block;
  margin: 0 auto;
}
.blog-grid .show-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.blog-detail {
  padding: 20px 0 100px;
}
.blog-detail__wrap {
  display: flex;
  justify-content: space-between;
}
.blog-detail__left {
  width: 100%;
  max-width: 1025px;
  margin-right: 20px;
}
.blog-detail__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-detail__right {
  padding-bottom: 0;
  padding-top: -40px;
}
.blog-detail__right .blog-grid__item {
  margin-top: 40px;
}
.blog-detail__side-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #00395C;
  margin-bottom: 20px;
}
.blog-detail__blog-filter {
  margin: 40px 0 20px;
}
.blog-detail__blog-filter .blog-filter__tab-list {
  margin-left: -5px;
  justify-content: flex-start;
}
.blog-detail__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
}
.blog-detail__text_mb {
  margin-bottom: 40px;
}
.blog-detail__text ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}
.sticky-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 0;
  box-shadow: -1px -1px 5px -3px #231f20;
  background: #fff;
  z-index: 9999;
}
.sticky-menu .sticky-menu-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sticky-menu .sticky-menu-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 25%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.sticky-menu .sticky-menu-wrap a.more-buttons {
  margin: 0;
}
.sticky-menu .sticky-menu-wrap a .title {
  display: block;
  width: 100%;
  font-size: 11px;
  margin-top: 5px;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
}
.sticky-menu .sticky-menu-wrap a img {
  width: 40px;
  height: 25px;
}
.sticky-menu .sticky-menu-wrap .add-phones {
  display: none;
  position: absolute;
  left: 5px;
  bottom: 65px;
}
.sticky-menu .sticky-menu-wrap .add-phones .add-phones-wrap {
  display: inline-block;
  box-shadow: 0 0 8px -4px #231f20;
  background: #fff;
  border-radius: 4px;
}
.sticky-menu .sticky-menu-wrap .add-phones .add-phones-wrap a {
  width: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: left;
  padding: 5px 10px;
  margin: 0;
}
.sticky-menu .sticky-menu-wrap .add-phones .add-phones-wrap a .title {
  height: 27px;
  margin: 0;
  line-height: 32px;
}
.sticky-menu .sticky-menu-wrap .add-buttons {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 65px;
}
.sticky-menu .sticky-menu-wrap .add-buttons .add-buttons-wrap {
  display: inline-block;
  box-shadow: 0 0 8px -4px #231f20;
  background: #fff;
  border-radius: 4px;
}
.sticky-menu .sticky-menu-wrap .add-buttons .add-buttons-wrap a {
  width: auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  text-align: right;
  padding: 5px 10px;
  margin: 0;
}
.sticky-menu .sticky-menu-wrap .add-buttons .add-buttons-wrap a .title {
  height: 35px;
  padding-right: 10px;
  margin: 0;
  line-height: 40px;
}
.modal {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 480px;
  margin: 50px auto;
}
.modal.modal-wide {
  width: 1022px;
  max-width: 95%;
}
.modal.modal-wide .form .btn {
  width: 300px;
  max-width: 100%;
  padding: 14px 30px;
}
.modal.modal-wide .application__form-row {
  align-items: flex-start;
}
.modal .close {
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal .close:hover svg {
  fill: #00395c;
}
.modal .close svg {
  width: 23px;
  height: 23px;
  fill: #65a1d7;
  transition: fill .2s;
}
.modal .form__row {
  margin-bottom: 10px;
}
.modal .modal-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.modal .modal-subtitle {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.modal .form {
  padding-top: 40px;
}
.modal .form .btn {
  width: 100%;
}
.modal p + .form {
  padding-top: 0;
}
.modal p {
  margin: 10px 0 15px;
}
.modal .form-input {
  display: block;
  margin-bottom: 10px;
}
.modal .form-input__input {
  padding: 14px 26px;
}
.modal .form-input .textarea {
  border-radius: 25px;
  resize: none;
}
.modal .select__clear {
  top: 5px;
}
.modal .singleselect__select .ms-choice {
  padding: 15px;
  height: 50px;
  border-color: #bdbdbd;
}
.modal .reviews__message {
  max-height: none;
}
.modal .reviews__introtext {
  display: none;
}
.modal .reviews__fulltext {
  display: block;
}
.rules.input-checkbox {
  cursor: pointer;
  user-select: none;
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
  position: relative;
  text-align: left;
}
.rules.input-checkbox input[type=checkbox] {
  display: none;
}
.rules.input-checkbox input[type=checkbox]:checked + span:before {
  background-color: #006FBA;
  border-color: #006FBA;
}
.rules.input-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.rules.input-checkbox a {
  color: #666666;
  text-decoration: underline;
}
.rules.input-checkbox span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 25px;
}
.rules.input-checkbox span:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  display: block;
  border: 1px solid #595959;
  border-radius: 2px;
  transition: all 0.2s linear;
  margin-right: 10px;
  margin-top: 2px;
}
.rules.input-checkbox span:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 1px;
  background: url(/_assets/img/svg/checked.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: opacity .2s;
}
.required.has-error input {
  border-color: #a94442;
}
.required.has-error textarea {
  border-color: #a94442;
}
.required.has-error.singleselect .ms-choice {
  border-color: #a94442;
}
.required.has-error.rules span {
  color: #a94442;
}
.required.has-error.rules span:before {
  border-color: #a94442;
}
.required.has-error.rules span a {
  color: #a94442;
}
.scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f7f7f7;
  border: 2px solid #b6c5ce;
  cursor: pointer;
  z-index: 99;
}
.scroll-top img {
  display: block;
  width: 14px;
  height: 16px;
  margin: 15px auto;
}
.staff {
  padding-bottom: 120px;
}
.staff__wrap {
  padding-top: 100px;
}
.staff-tab__tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 100px 0 70px 0;
}
.staff-tab__body {
  display: flex;
  flex-wrap: wrap;
}
.staff-tab__aside {
  width: 330px;
}
.staff-tab__content {
  width: calc(100% - 330px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.staff-tab__department-select {
  border-bottom: 3px solid transparent;
  margin: 10px 16px;
  padding-bottom: 3px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  z-index: 2;
}
.staff-tab__department-select.active {
  border-color: #006FBA;
}
.staff-tab__city-select {
  width: 300px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
  cursor: pointer;
  background: #F4F4F4;
  transition: all 0.1s ease-in;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}
.staff-tab__city-select.active {
  background: #003D78;
  color: #ffffff;
}
.staff-tab__city-select.active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid #003D78;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -9px;
}
.staff__item {
  display: none;
  width: 49%;
  min-width: 49%;
  background: #F4F4F4;
  margin-bottom: 25px;
}
.staff__item .person {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  text-transform: uppercase;
}
.staff__item .place {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #666666;
}
.staff__item .phone {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 4px;
  text-decoration-line: underline;
}
.staff__item .email {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration-line: underline;
}
.staff__image {
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.staff__info {
  padding: 13px 20px;
  width: calc(100% - 100px);
}
.car-type {
  background: #65a1d7;
}
.car-type .car-type-list {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  overflow-x: auto;
}
.car-type .car-type-list__item {
  padding: 25px;
}
.car-type .car-type-list__item_text {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #f7f7f7;
  margin-top: 10px;
}
.car-type .car-type-list__item_image {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.car-type .car-type-list__item_image img {
  max-width: 100%;
  max-height: 100%;
}
.car-type .car-type-list .delimiter {
  border-left: 1px solid #E0E0E0;
}
.mfp-wrap .mfp-container {
  padding: 0;
}
.mfp-content {
  vertical-align: top !important;
}
.mfp-content .menu-modal {
  display: block;
}
.menu-modal {
  display: none;
}
.menu-modal__inner {
  background-color: #fff;
  padding: 30px 25px 50px;
}
.menu-modal .mfp-close {
  display: none;
}
.menu-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-modal__close {
  display: flex;
  align-items: center;
}
.menu-modal__close span {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #65a1d7;
  margin-right: 10px;
}
.menu-modal__close img {
  width: 20px;
}
.menu-modal__flag {
  margin: 20px 0;
}
.menu-modal__favorite {
  margin-bottom: 20px;
}
.menu-modal__nav .nav__list {
  flex-direction: column;
  align-items: flex-start;
}
.menu-modal__nav a {
  text-transform: uppercase;
  color: #00395c;
}
.menu-modal__nav li {
  margin-right: 0;
  padding: 10px 0;
}
.menu-modal__locations {
  margin-top: 20px;
  padding-bottom: 10px;
}
.menu-modal__locations .local-data {
  margin-bottom: 20px;
}
.menu-modal__whtsup-btn {
  width: 300px;
  max-width: 100%;
  justify-content: center;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
  .insert-tab__tech-col {
    max-width: 500px;
  }
  .insert-tab__equipment-body {
    margin-left: -100px;
  }
  .insert-tab__equipment-col {
    margin-left: 100px;
  }
  .footer__logo {
    right: -20px;
  }
  .footer__nav-list:not(:last-child) {
    margin-right: 40px;
  }
  .filter_variant2 .filter__select {
    max-width: 19.1%;
  }
  .filter_variant2.is_open .filter__select {
    max-width: 24.1%;
  }
  .filter__button {
    width: 12%;
  }
  .benefit__wrap-title {
    font-size: 16px;
  }
  .benefit-img__wrap img {
    transform: scale(1.2);
    object-position: 0 0;
  }
  .benefit-img__wrap {
    height: 220px;
  }
  .benefit-img__over-item_1 {
    top: -40px;
    right: 70%;
  }
  .benefit-img__over-item_2 {
    bottom: 0;
    left: 25px;
  }
  .benefit-img__over-item_3 {
    top: -80px;
    right: 100px;
  }
  .benefit-img__over-item_4 {
    bottom: -25px;
    right: 190px;
  }
  .benefit-img__over-item-inner::before {
    transform: rotate(-60deg);
  }
  .benefit-img__over-item-inner_1::before {
    width: 54px;
    bottom: -30px;
    right: -14px;
  }
  .benefit-img__over-item-inner_1::after {
    bottom: -64px;
    right: 24px;
  }
  .benefit-img__over-item-inner_2::before {
    width: 140px;
    bottom: 55px;
    right: -105px;
  }
  .benefit-img__over-item-inner_2::after {
    bottom: 116px;
    right: -78px;
  }
  .benefit-img__over-item-inner_3::before {
    width: 44px;
    bottom: -24px;
    left: -34px;
  }
  .benefit-img__over-item-inner_3::after {
    bottom: -54px;
    left: -30px;
  }
  .benefit-img__over-item-inner_4::before {
    width: 135px;
    bottom: 52px;
    right: -102px;
  }
  .benefit-img__over-item-inner_4::after {
    bottom: 102px;
    right: -70px;
  }
  .products__item {
    max-width: 380px;
  }
  .products__item.is_row .products__img {
    max-width: 465px;
    min-width: 465px;
  }
  .products__img {
    height: 253px;
  }
  .products__slider .products__img {
    height: 230px;
  }
  .products__slider .products__img picture {
    height: 230px;
  }
  .column-wrap .products__item .products__img {
    height: 200px;
  }
  .column-wrap .products__item .products__name {
    font-size: 20px;
    line-height: 120%;
  }
  .column-wrap .products__item.is_row .products__img {
    max-width: 290px;
    min-width: 290px;
  }
  .news__slider-item:nth-child(4) {
    display: none;
  }
  .reviews__slider-item:nth-child(4) {
    display: none;
  }
  .car-model__container {
    max-width: 1200px;
  }
  .gallery {
    max-width: 670px;
  }
  .gallery__item:nth-child(4),
  .gallery__item:nth-child(5) {
    display: none;
  }
  .company__content {
    margin-left: 20px;
  }
  .contacts__img {
    margin-right: 40px;
  }
  .blog-grid__wrap {
    margin: -40px 0 0 -15px;
  }
  .blog-grid__item {
    max-width: 388px;
    margin: 40px 0 0 15px;
  }
}
@media (max-width: 1440px) {
  .nav__item:not(:last-child) {
    margin-right: 30px;
  }
  .header__top {
    justify-content: space-between;
  }
  .benefit__wrap-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .benefit__wrap-icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1380px) {
  .container {
    max-width: 1024px;
  }
  .multiselect__select .ms-choice {
    padding-left: 20px;
  }
  .doubleselect__select .ms-choice {
    padding-left: 20px;
  }
  .singleselect__select .ms-choice {
    padding-left: 20px;
  }
  .doubleInput__input {
    padding: 18px 20px;
  }
  .title {
    font-size: 30px;
    line-height: 120%;
  }
  .insert-tab__equipment-body {
    flex-wrap: wrap;
    margin-bottom: auto;
    margin-top: -20px;
  }
  .insert-tab__equipment-col {
    margin-top: 20px;
  }
  .footer__top-item:first-child {
    width: 43%;
  }
  .footer__top-item:last-child {
    width: 57%;
  }
  .footer__logo {
    right: -25px;
  }
  .filter_variant1 .filter__select {
    max-width: 48%;
  }
  .filter_variant1.is_open .filter__select {
    max-width: 48%;
  }
  .filter_variant2 .filter__select {
    max-width: 18.9%;
  }
  .filter_variant2.is_open .filter__select {
    max-width: 32.3%;
  }
  .filter_variant2.is_open .filter__select {
    max-width: 32.1%;
  }
  .filter__select:nth-child(1) {
    order: 0;
  }
  .filter__select:nth-child(2) {
    order: 1;
  }
  .filter__select:nth-child(3) {
    order: 2;
  }
  .filter__select:nth-child(4) {
    order: 3;
  }
  .filter__select:nth-child(5) {
    order: 4;
  }
  .filter__button {
    width: 15%;
  }
  .filter .catalog-filter-form .filter__select {
    margin: 16px 1% 0 1%;
  }
  .tabs__list {
    height: calc(var(--data-cnt-3) * 40px);
  }
  .tabs__item {
    width: calc(100% / 3);
  }
  .benefit__top-item:first-child {
    max-width: 560px;
  }
  .benefit__bottom {
    padding: 25px;
  }
  .benefit-img__over-inner {
    font-size: 16px;
    line-height: 21px;
  }
  .benefit-img__over-item_4 {
    bottom: -10px;
    right: 180px;
  }
  .products {
    padding: 60px 0;
  }
  .products__item {
    max-width: 320px;
  }
  .products__item.is_row .products__img {
    max-width: 425px;
    min-width: 425px;
    height: auto;
  }
  .products__item.is_row .products__img img {
    object-position: 0 0;
  }
  .products__item.is_row .products__body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .products__img {
    height: 213px;
  }
  .products__slider .products__img {
    height: 228px;
  }
  .products__slider .products__img picture {
    height: 228px;
  }
  .column-wrap .col-left {
    width: 32%;
  }
  .column-wrap .col-right {
    width: 66%;
  }
  .column-wrap .products__item {
    max-width: 49%;
    margin-left: 0;
  }
  .column-wrap .products__item:nth-child(2n+2) {
    margin-left: 2%;
  }
  .answer {
    padding: 60px 0;
  }
  .answer__title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .answer__subtitle {
    font-size: 16px;
  }
  .answer__icon img {
    width: 30px;
    height: 30px;
  }
  .answer__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .answer__text {
    font-size: 14px;
  }
  .dealer {
    padding: 60px 0;
  }
  .news {
    padding: 60px 0;
  }
  .price-form_repurchase .price-form__select {
    max-width: 49%;
  }
  .price-form_repurchase .price-form__file {
    max-width: 49%;
  }
  .price-form_repurchase .price-form__file-label {
    max-width: 49%;
  }
  .price-form__row_left {
    width: 65%;
  }
  .price-form__row_right {
    width: 32%;
  }
  .price {
    padding: 60px 0;
  }
  .reviews {
    padding: 60px 0;
  }
  .company__img {
    max-width: 50%;
  }
  .company__content {
    max-width: 50%;
  }
  .finance__inner_top {
    padding-top: 20px 0 60px;
  }
  .contacts__inner {
    padding: 50px 0;
  }
  .contacts__img {
    max-width: 360px;
    margin-right: 30px;
  }
  .replace__inner {
    padding: 50px 0;
  }
  .replace__item {
    max-width: 45%;
  }
  .blog-intro__img {
    height: 350px;
  }
  .blog-grid {
    padding-bottom: 50px;
  }
  .blog-grid__item {
    max-width: 331px;
  }
  .blog-detail__left {
    max-width: 650px;
  }
  .staff-tab__tabs {
    margin: 45px 0 25px 0;
  }
}
@media (max-width: 1380) {
  .application {
    padding: 60px 0;
  }
  .application__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1340px) {
  .nav__item:not(:last-child) {
    margin-right: 20px;
  }
  .header__locations {
    margin-right: 30px;
  }
  .header__locations .local-data:not(:last-child) {
    margin-right: 25px;
  }
  .header__locations .local-data__phone {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 1300px) {
  .breadcrumbs__item:not(:last-child) {
    margin-right: 10px;
  }
  .breadcrumbs__item-arrow svg {
    width: 18px;
    height: 10px;
  }
  .breadcrumbs__item-arrow {
    margin-left: 10px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  .benefit {
    overflow: hidden;
  }
  .products_slider {
    overflow: hidden;
  }
  .products__slider {
    padding: 0 50px;
  }
  .products__price-main {
    font-size: 20px;
  }
  .news__slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .news__slider .slick-arrow.slick-next {
    right: -50px;
  }
  .news__slider-item:nth-child(3) {
    display: none;
  }
  .reviews__slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .reviews__slider .slick-arrow.slick-next {
    right: -50px;
  }
  .reviews__slider-item:nth-child(3) {
    display: none;
  }
  .car-model__container {
    max-width: 100%;
    padding: 0 50px;
  }
  .car-model__title {
    padding: 0 50px;
    padding-right: 300px;
  }
  .car-model__item:first-child {
    padding-right: 20px;
  }
  .gallery {
    max-width: 600px;
  }
  .car-props__text-16 {
    font-size: 14px;
    line-height: 17px;
  }
  .car-props__cost {
    font-size: 21px;
    line-height: 100%;
  }
  .car-props__discount {
    margin-left: 10px;
  }
  .car-props__foot .btn:nth-child(1),
  .car-props__foot .btn:nth-child(2) {
    width: 100%;
  }
  .car-props__foot .btn:nth-child(2) {
    margin-top: 10px;
  }
  .car-props__foot .btn:nth-child(3) {
    margin-top: 10px;
  }
  .car-props__new-row {
    margin-top: -10px;
  }
  .car-props__new-row .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1170px) {
  .header__whtsup-btn_top {
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 900px;
  }
  .range-slider .irs--flat .irs-single {
    top: -50px !important;
  }
  .range-slider .irs--flat .irs-single {
    left: 150px !important;
    top: -40px !important;
  }
  .range-slider .irs--flat .irs-single {
    font-size: 22px;
    left: 140px !important;
    top: -40px !important;
  }
  .local-data__phone {
    font-size: 14px;
    line-height: 17px;
  }
  .breadcrumbs__inner {
    padding: 20px 50px;
  }
  .breadcrumbs__item {
    font-size: 12px;
    line-height: 14px;
  }
  .breadcrumbs__item:not(:last-child) {
    margin-right: 5px;
  }
  .breadcrumbs__item-arrow {
    margin-left: 5px;
  }
  .insert-tab__tech-col {
    max-width: 400px;
  }
  .insert-tab__tech-key {
    margin-right: 30px;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__logo {
    right: -50px;
  }
  .footer__nav-list:not(:last-child) {
    margin-right: 20px;
  }
  .header__top {
    padding: 12px 20px;
  }
  .header__fixed {
    padding: 20px;
  }
  .filter_variant2 .filter__select {
    max-width: 18.8%;
  }
  .filter__button {
    width: 17%;
  }
  .mfp-content .modal-filter .modal-filter-wrap .filter__select {
    width: 49%;
  }
  .mfp-content .modal-filter .modal-filter-wrap .filter__select {
    width: 100%;
  }
  .mfp-content .modal-filter .result-block {
    width: 100%;
  }
  .tabs__wrap {
    margin-bottom: -20px;
  }
  .benefit__top {
    align-items: flex-start;
    flex-direction: column;
  }
  .benefit__top-item:first-child {
    max-width: 100%;
  }
  .benefit__top-item:last-child {
    width: 100%;
  }
  .benefit__wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
  }
  .benefit__wrap-item {
    width: 50%;
    margin-top: 20px;
  }
  .benefit__wrap-text {
    font-size: 12px;
  }
  .benefit-img__wrap {
    margin: 70px 0;
  }
  .benefit-img__wrap img {
    transform: scale(1);
  }
  .benefit-img__over-item_1 {
    top: 0;
    right: 70%;
  }
  .benefit-img__over-item_2 {
    bottom: -65px;
    left: 140px;
  }
  .benefit-img__over-item_3 {
    top: -60px;
    right: 240px;
  }
  .benefit-img__over-item_4 {
    bottom: -80px;
    right: 300px;
  }
  .products__item {
    max-width: 47%;
  }
  .products__item.is_row .products__img {
    max-width: 365px;
    min-width: 365px;
    border-radius: 0;
  }
  .products__item.is_row .products__item-text {
    margin-bottom: 0;
  }
  .products__item.is_row .products__body {
    padding-left: 15px;
  }
  .products__item.is_row .products__props-row {
    min-width: 120px;
  }
  .products__item.is_row .products__btn {
    font-size: 14px;
    line-height: 17px;
  }
  .products__img {
    height: 282px;
  }
  .products__slider .products__img {
    height: 310px;
  }
  .products__slider .products__img picture {
    height: 310px;
  }
  .column-wrap .col-left {
    width: 100%;
  }
  .column-wrap .col-right {
    width: 100%;
  }
  .column-wrap .filter {
    margin-bottom: 45px;
  }
  .column-wrap .filter .catalog-filter-form .filter__select {
    max-width: 48%;
  }
  .price-form__row_left {
    width: 100%;
  }
  .price-form__row_right {
    width: 100%;
  }
  .contacts__item {
    flex-wrap: wrap;
  }
  .contacts__img {
    max-width: 360px;
  }
  .contacts__address-wrap {
    width: 100%;
  }
  .contacts__map {
    width: 100%;
    height: 275px;
    border-radius: 0 0 20px 20px;
  }
  .blog-grid__item {
    max-width: 442px;
  }
  .blog-detail {
    padding: 20px 0 50px;
  }
  .staff-tab__city-select {
    font-size: 16px;
    line-height: 19px;
  }
  .staff__item {
    width: 100%;
  }
  .car-type .car-type-list__item {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .footer__top-item:first-child {
    width: 100%;
  }
  .footer__top-item:last-child {
    width: 100%;
  }
  .footer__logo {
    top: 20px;
    left: 0;
    right: auto;
  }
  .footer__address {
    justify-content: space-around;
  }
  .footer__address .local-data-wrap .local-data {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .answer__block {
    flex-wrap: wrap;
  }
  .answer__item {
    max-width: 49%;
  }
}
@media (max-width: 991px) {
  .slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .products.related .products__inner {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 768px;
  }
  .breadcrumbs__inner {
    padding: 10px 50px;
  }
  .breadcrumbs__list {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .breadcrumbs__item {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .breadcrumbs__item {
    display: none;
  }
  .breadcrumbs__item_current {
    display: block;
  }
  .breadcrumbs__item_home a span {
    display: none;
  }
  .breadcrumbs__item_home {
    display: flex;
  }
  .breadcrumbs__icon {
    display: block;
  }
  .insert-tab__tech-col {
    max-width: 370px;
  }
  .header__top {
    display: none;
  }
  .header__menu {
    display: flex;
  }
  .header__bottom {
    height: 64px;
  }
  .header__fixed {
    padding: 10px;
  }
  .header__logo_fixed img {
    display: block;
  }
  .header__nav {
    display: none;
  }
  .header__favorite {
    display: none;
  }
  .header__flags {
    display: none;
  }
  .filter_variant2 .filter__select {
    max-width: 31.9%;
  }
  .filter_variant2.is_open .filter__select {
    max-width: 31.9%;
  }
  .filter__form {
    justify-content: center;
  }
  .filter__wrap {
    width: 100%;
  }
  .filter__close {
    position: relative;
    top: 0;
    right: 0;
  }
  .filter__button {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 30px;
  }
  .filter__submit {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .filter__ext-btn {
    margin-left: 45px;
  }
  .filter__ext-search {
    margin-left: 40px;
    margin-top: 0;
  }
  .filter .filter-total {
    width: 100%;
    text-align: right;
  }
  .benefit-img__over-item_1 {
    top: 0;
    right: 70%;
  }
  .benefit-img__over-item_2 {
    bottom: -40px;
    left: 140px;
  }
  .benefit-img__over-item_3 {
    top: -60px;
    right: 180px;
  }
  .benefit-img__over-item_4 {
    bottom: -45px;
    right: 270px;
  }
  .benefit-img__over-item-inner {
    font-size: 14px;
    line-height: 14px;
  }
  .products__img {
    height: 240px;
  }
  .products__slider .products__img {
    height: 265px;
  }
  .products__slider .products__img picture {
    height: 265px;
  }
  .calculator-leasing__leasing {
    justify-content: center;
  }
  .calculator-leasing__form-top {
    justify-content: center;
  }
  .calculator-leasing__form-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .calculator-leasing__form-col {
    margin-bottom: 30px;
    text-align: center;
  }
  .car-model__title {
    padding: 0 50px;
    margin-bottom: 100px;
    flex-direction: column;
  }
  .car-model__stick {
    margin-top: 10px;
    margin-left: auto;
  }
  .car-model__inner {
    display: block;
    position: relative;
  }
  .car-model__item:first-child {
    padding-right: 0;
  }
  .car-model__item:last-child {
    padding-top: 20px;
  }
  .gallery {
    max-width: 100%;
  }
  .gallery__top .slick-list {
    margin: 0;
  }
  .gallery__item {
    margin: 0;
  }
  .gallery__thumbs {
    display: none;
  }
  .car-props__inner {
    max-width: 100%;
  }
  .car-props__top {
    border-radius: 10px;
    padding: 30px 10px 10px;
  }
  .car-props__stick {
    top: -10px;
    right: 10px;
    font-size: 14px;
  }
  .car-props__bottom {
    border-radius: 10px;
    padding: 10px;
  }
  .car-props__head {
    margin-bottom: 20px;
  }
  .car-props__data {
    padding: 20px 0;
  }
  .car-props__list {
    padding: 20px 0;
  }
  .car-props__list-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .car-props__foot {
    padding-top: 20px;
  }
  .contacts__img {
    margin-right: 12px;
  }
  .replace__item {
    max-width: 44%;
  }
  .blog-grid__item {
    max-width: 376px;
  }
  .blog-detail__wrap {
    flex-direction: column;
  }
  .blog-detail__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .blog-detail__right .blog-grid__item {
    margin: 0;
    max-width: 48%;
  }
  .blog-detail__news {
    display: flex;
    justify-content: space-between;
  }
  .staff-tab__aside {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .staff-tab__content {
    width: 100%;
  }
  .staff-tab__city-select {
    width: calc(100% / 3);
  }
  .staff-tab__city-select.active::before {
    content: none;
  }
  .staff__item {
    width: 49%;
    min-width: 49%;
  }
  .mfp-wrap .mfp-container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 320px;
  }
  .btn {
    font-size: 14px;
    line-height: 100%;
  }
  .input-file__label {
    font-size: 12px;
  }
  .input-file__label span {
    display: block;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .title {
    font-size: 25px;
    line-height: 120%;
  }
  .text {
    font-size: 16px;
  }
  .logo {
    max-width: 125px;
    min-width: 125px;
    height: 27px;
  }
  .pagination__item a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .pagination__item a svg {
    width: 16px;
    height: 16px;
  }
  .insert-tab__tabs {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .insert-tab__tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .insert-tab__tabs::before {
    content: none;
  }
  .insert-tab__tab {
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
  }
  .insert-tab__tech {
    flex-direction: column;
  }
  .insert-tab__tech-col {
    max-width: 100%;
  }
  .insert-tab__equipment {
    flex-direction: column;
  }
  .insert-tab__equipment-aside {
    border-right: 0;
    padding-right: 0;
    max-width: 100%;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
  }
  .insert-tab__equipment-body {
    margin-left: 0;
    padding-left: 15px;
  }
  .insert-tab__equipment-col {
    max-width: 100%;
    margin-left: 0;
  }
  .accordion {
    padding: 20px 0 30px;
  }
  .accordion_pd {
    padding: 30px 0;
  }
  .accordion__text {
    margin-bottom: 20px;
  }
  .accordion__item-head {
    padding: 10px;
  }
  .accordion__item-icon {
    width: 10px;
    min-width: 10px;
    height: 10px;
  }
  .accordion__item-title {
    font-size: 14px;
    line-height: 140%;
  }
  .accordion__item-wrap {
    padding: 10px;
  }
  .accordion__item-text {
    font-size: 12px;
    line-height: 200%;
  }
  .footer {
    margin-bottom: 0;
  }
  .footer__top {
    padding: 60px 0 20px;
  }
  .footer__logo {
    top: 13px;
  }
  .footer__nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__nav-list:not(:last-child) {
    margin-right: 0;
  }
  .footer__address {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    padding: 20px 0;
  }
  .footer__text:first-child {
    margin-bottom: 20px;
  }
  .header__bottom {
    height: 46px;
  }
  .header__fixed-left {
    display: none;
  }
  .header__logo_fixed img {
    margin-right: 45px;
    height: 25px;
    width: auto;
  }
  .filter {
    padding: 30px 0;
  }
  .filter_variant1 .filter__select {
    max-width: 100%;
  }
  .filter_variant1.is_open .filter__select {
    max-width: 100%;
  }
  .filter_variant2 .filter__select {
    max-width: 100%;
  }
  .filter_variant2.is_open .filter__select {
    max-width: 100%;
  }
  .filter__inner {
    padding: 20px 20px 30px;
  }
  .filter__close {
    position: absolute;
    top: -2px;
    left: 0;
  }
  .filter__button {
    flex-wrap: wrap;
  }
  .filter__submit {
    margin-top: 30px;
  }
  .filter__ext-btn {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    order: 1;
  }
  .filter__ext-search {
    margin-left: 0;
  }
  .filter .catalog-filter-form .filter__button {
    justify-content: flex-end;
  }
  .filter .catalog-filter-form .filter__select {
    margin: 16px 0 0 0;
  }
  .mfp-content .modal-filter .result-block {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .mfp-content .modal-filter .filter__close {
    position: relative;
    margin-top: 30px;
  }
  .mfp-content .modal-filter .filter__result {
    margin-left: 45px;
    margin-top: 30px;
  }
  .tabs__wrap {
    margin-left: 0;
    margin-bottom: -10px;
    justify-content: space-between;
  }
  .tabs__list {
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .tabs__item {
    margin-top: 10px;
  }
  .benefit__inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .benefit__subtitle {
    margin-bottom: 20px;
  }
  .benefit__title {
    margin-bottom: 10px;
  }
  .benefit__top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .benefit__top-item {
    width: 100%;
  }
  .benefit__bottom {
    padding: 20px;
  }
  .benefit__bottom-text {
    font-size: 16px;
  }
  .benefit__wrap {
    padding: 0;
    margin-bottom: 25px;
  }
  .benefit__wrap-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .benefit__wrap-icon img {
    width: 24px;
    height: 24px;
  }
  .benefit__wrap-item {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 98px;
  }
  .benefit__wrap-title {
    text-align: center;
  }
  .benefit__wrap-title p br {
    display: none;
  }
  .benefit__btn {
    width: 100%;
  }
  .benefit-img {
    margin-top: 20px;
  }
  .benefit-img__wrap img {
    transform: scale(1.3);
  }
  .benefit-img__wrap {
    margin: 0;
    padding-top: 50px;
    overflow: hidden;
  }
  .benefit-img__over-inner img {
    width: 12px;
    margin-right: 4px;
  }
  .benefit-img__over-item_1 {
    top: 0;
    right: unset;
  }
  .benefit-img__over-item_2 {
    bottom: 35px;
    left: -5px;
    padding-right: 3px;
  }
  .benefit-img__over-item_3 {
    top: 0;
    right: 20px;
  }
  .benefit-img__over-item_4 {
    bottom: 35px;
    right: 75px;
    padding-right: 3px;
  }
  .benefit-img__over-item-inner {
    font-size: 13px;
    line-height: 13px;
  }
  .benefit-img__over-item-inner::before {
    transform: rotate(-75deg);
  }
  .benefit-img__over-item-inner_1::before {
    width: 75px;
    top: 50px;
    left: -10px;
    bottom: unset;
    right: unset;
    transform: rotate(45deg);
  }
  .benefit-img__over-item-inner_1::after {
    top: 75px;
    left: 55px;
    bottom: unset;
    right: unset;
  }
  .benefit-img__over-item-inner_2::before {
    width: 80px;
    bottom: 32px;
    right: -54px;
  }
  .benefit-img__over-item-inner_2::after {
    bottom: 70px;
    right: -30px;
  }
  .benefit-img__over-item-inner_3::before {
    width: 25px;
    bottom: -18px;
    left: -18px;
  }
  .benefit-img__over-item-inner_3::after {
    bottom: -38px;
    left: -14px;
  }
  .benefit-img__over-item-inner_4::before {
    width: 60px;
    bottom: 22px;
    right: -42px;
  }
  .benefit-img__over-item-inner_4::after {
    bottom: 56px;
    right: -26px;
  }
  .products {
    padding: 30px 0;
  }
  .products__slider {
    margin-bottom: 40px !important;
    padding: 0;
  }
  .products__head {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .products__select {
    max-width: 100%;
  }
  .products__state-mode {
    display: none;
  }
  .products__inner {
    margin: -20px -10px 30px;
  }
  .products__item {
    max-width: 100%;
    margin: 20px 10px 0;
  }
  .products__item.is_row {
    display: block;
  }
  .products__item.is_row .products__star {
    position: relative;
    top: auto;
    right: auto;
  }
  .products__item.is_row .products__img img {
    border-radius: 20px 20px 0 0;
  }
  .products__item.is_row .products__img {
    max-width: 100%;
    min-width: 100%;
  }
  .products__item.is_row .products__body {
    display: block;
    padding: 26px 20px 20px;
  }
  .products__item.is_row .products__price-calc {
    order: 3;
    margin-bottom: 0;
    width: auto;
  }
  .products__item.is_row .products__prop {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .products__item.is_row .products__btn {
    font-size: 18px;
    line-height: 21px;
  }
  .products__text {
    margin-bottom: 20px;
  }
  .products__title {
    margin-bottom: 10px;
  }
  .products__img {
    height: 200px;
  }
  .products__price-main {
    font-size: 16px;
  }
  .products__price-cut {
    font-size: 11px;
  }
  .products__price-calc span {
    font-size: 12px;
  }
  .products__more {
    width: 100%;
  }
  .products__slider .products__img {
    height: 265px;
  }
  .products__slider .products__img picture {
    height: 265px;
  }
  .column-wrap .filter .catalog-filter-form .filter__select {
    max-width: 100%;
  }
  .column-wrap .filter .catalog-filter-form .filter__close {
    margin: 0;
  }
  .column-wrap .products__title {
    margin-bottom: 15px;
  }
  .column-wrap .products__close {
    margin: 0;
    position: relative;
  }
  .column-wrap .products__item {
    max-width: 100%;
    margin-left: 0;
  }
  .answer {
    padding: 30px 0;
  }
  .answer__title {
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .answer__subtitle {
    margin-bottom: 10px;
  }
  .answer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .dealer {
    padding: 30px 0;
  }
  .dealer__title {
    margin-bottom: 20px;
  }
  .dealer__brand {
    flex-wrap: wrap;
  }
  .dealer__brand-item {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news {
    padding: 30px 0;
  }
  .news__more {
    margin-top: 40px;
  }
  .news__link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .news__title {
    margin-bottom: 20px;
  }
  .news__slider-item:nth-child(2) {
    display: none;
  }
  .price-form__inner {
    padding: 20px;
    border-radius: 20px;
  }
  .price-form__inner_max-content .price-form__label {
    max-width: 100%;
  }
  .price-form__inner_max-content .price-form__select {
    max-width: 100%;
  }
  .price-form__inner_max-content .price-form__row_third .price-form__select {
    max-width: 100%;
  }
  .price-form__inner_max-content .price-form__row_third .price-form__btn {
    max-width: 100%;
  }
  .price-form_repurchase .price-form__label {
    max-width: 100%;
  }
  .price-form_repurchase .price-form__select {
    max-width: 100%;
  }
  .price-form_repurchase .price-form__file {
    max-width: 100%;
  }
  .price-form_repurchase .price-form__file-label {
    max-width: 100%;
  }
  .price-form_repurchase .price-form__btn {
    font-size: 13px;
    line-height: 16px;
  }
  .price-form__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .price-form__btn {
    margin-bottom: 20px;
  }
  .price {
    padding: 30px 0;
  }
  .price__title {
    margin-bottom: 10px;
  }
  .price__text {
    margin-bottom: 20px;
  }
  .price__img {
    display: none;
  }
  .reviews {
    padding: 30px 0;
  }
  .reviews__title {
    margin-bottom: 20px;
  }
  .reviews__slider-item:nth-child(2) {
    display: none;
  }
  .reviews__message {
    max-height: max-content;
    min-height: min-content;
    margin-bottom: 20px;
  }
  .calculator-leasing__tab-btn {
    padding: 10px 0;
    width: 50%;
  }
  .calculator-leasing__wrap {
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
  .calculator-leasing__title {
    margin-bottom: 10px;
  }
  .calculator-leasing__text {
    margin-bottom: 20px;
  }
  .calculator-leasing__leasing {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .calculator-leasing__leasing-text {
    margin-right: 0;
  }
  .calculator-leasing__stick {
    font-size: 16px;
    line-height: 100%;
    margin-top: 5px;
  }
  .calculator-leasing__form-top {
    align-items: center;
    flex-direction: column;
    min-height: auto;
  }
  .calculator-leasing__form-label {
    margin-right: 0;
  }
  .calculator-leasing__form-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -20px;
  }
  .calculator-leasing__form-col {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .calculator-leasing__form-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
  }
  .calculator-leasing__form-cell {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 100%;
    border-radius: 5px;
  }
  .calculator-leasing__form-submit {
    margin: 20px 0;
  }
  .car-model__container {
    max-width: 320px;
    padding: 0;
  }
  .car-model__title {
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .car-model__title h1 {
    flex-direction: column;
  }
  .car-model__title button {
    transform: translateY(0);
    margin-left: auto;
  }
  .car-model__stick {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }
  .gallery__wrap {
    overflow: hidden;
  }
  .gallery__views {
    bottom: 40px;
  }
  .car-props__head {
    flex-wrap: wrap;
  }
  .car-props__discount {
    margin-left: auto;
    margin-right: 0;
  }
  .car-props__moth {
    margin-left: auto;
  }
  .company {
    padding: 20px 0 30px;
  }
  .company__text_top {
    margin-bottom: 20px;
  }
  .company__item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .company__item:nth-child(even) .company__content {
    margin-left: 0;
  }
  .company__item:nth-child(odd) .company__content {
    margin-right: 0;
  }
  .company__item:nth-child(odd) {
    flex-direction: column;
  }
  .company__img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .company__img img {
    border-radius: 10px;
  }
  .company__content {
    max-width: 100%;
    margin-left: 0;
  }
  .company__joint-title {
    font-size: 16px;
    line-height: 100%;
  }
  .company__joint-text {
    font-size: 14px;
    line-height: 150%;
  }
  .company__list-item {
    font-size: 14px;
    line-height: 150%;
  }
  .company__list {
    padding-left: 15px;
  }
  .finance__inner {
    padding-top: 20px;
  }
  .finance__inner_top {
    padding-top: 20px 0 30px;
  }
  .finance__inner_top .finance__text {
    margin-bottom: 20px;
  }
  .contacts__inner {
    padding: 30px 0;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .contacts__img {
    max-width: 100%;
    height: 225px;
    margin-right: 0;
  }
  .contacts__address-wrap {
    padding: 25px;
  }
  .contacts__address {
    max-width: 100%;
  }
  .replace__inner {
    padding: 30px 0;
  }
  .replace__title {
    margin-bottom: 10px;
  }
  .replace__text {
    margin-bottom: 30px;
  }
  .replace__wrap {
    margin: -10px 0 20px 0;
  }
  .replace__item {
    max-width: 100%;
    margin: 10px 0 0;
  }
  .replace__numb::before {
    width: 100%;
  }
  .application {
    padding: 30px 0;
  }
  .application__title {
    margin-bottom: 10px;
  }
  .application__block {
    padding: 20px;
    border-radius: 20px;
  }
  .application__form-row {
    flex-direction: column;
  }
  .application__form-label {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog-intro {
    padding: 20px 0;
  }
  .blog-intro__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-intro__title {
    margin-bottom: 20px;
  }
  .blog-intro__img {
    display: none;
  }
  .blog-intro__filter {
    display: none;
  }
  .blog-grid {
    padding-bottom: 40px;
  }
  .blog-grid__wrap {
    margin: 0;
    margin-top: -40px;
  }
  .blog-grid__item {
    max-width: 100%;
    margin: 0;
    margin-top: 40px;
  }
  .blog-grid__body {
    padding: 20px;
  }
  .blog-detail {
    padding: 20px 0 40px;
  }
  .blog-detail__main-img {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .blog-detail__main-img img {
    border-radius: 10px;
  }
  .blog-detail__right .blog-grid__item {
    max-width: 100%;
    margin-top: 40px;
  }
  .blog-detail__news {
    display: block;
    margin-top: -20px;
  }
  .blog-detail__blog-filter {
    display: none;
  }
  .blog-detail__text_mb {
    margin-bottom: 20px;
  }
  .blog-detail__text ul {
    margin-bottom: 20px;
  }
  .sticky-menu {
    display: block;
  }
  .modal.modal-wide .form .btn {
    width: 100%;
    padding: 18px 30px;
  }
  .staff-tab__department-select {
    width: 100%;
    text-align: center;
  }
  .staff-tab__city-select {
    width: 100%;
  }
  .staff__item {
    width: 100%;
  }
  .staff__image {
    width: 85px;
  }
  .staff__info {
    width: calc(100% - 85px);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hidden_mobile {
    display: none !important;
  }
  .display_mobile {
    display: block !important;
  }
}
@media (max-width: 425px) {
  .breadcrumbs__inner {
    padding: 10px;
  }
}
@media (max-width: 420px) {
  .header__logo_fixed img {
    margin-right: 15px;
    height: 22px;
  }
}
@media (max-width: 400px) {
  .menu-modal__inner {
    padding: 30px 10px 50px;
  }
}
@media (max-width: 375px) {
  .car-model__container {
    padding: 0 10px;
  }
  .car-model__title {
    padding: 0 10px;
  }
}
