@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
}
xmp {
  white-space: pre-wrap;
}
html {
  min-height: 100%;
}
textarea {
  resize: vertical;
}
body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "IBM Plex Sans";
}
body .hidden {
  overflow: hidden;
}
body.important_news_active {
  padding-top: 60px;
}

@media (max-width: 760px) {
  body.important_news_active  #fullSize_Slider {
    padding-top: 78px;
  }
  body.important_news_active.cookie .important_news {
    top: 56px;
  }
  body.important_news_active.cookie .header_new {
    top: 109px;
  }
  body.cookie .header_new  {
    top: 56px;
  }
  body #fullSize_Slider {
    padding-top: 28px;
  }
}

.oveflow_hidden {
  overflow: hidden;
}
.tablebodytext {
  display: none;
}
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 400;
}
.semibold {
  font-weight: 900;
}
a {
  color: #1c1c1c;
  border-bottom: 1px solid #d3d3d3;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
}
h2, .h2-like {
  font-size: 30px;
  margin-bottom: 1.5em;
  font-weight: 400;
}
p {
  line-height: 1.45;
  margin: 0;
}
p + p {
  margin-top: 15px;
}
img {
  max-width: 100%;
}
input,
input:focus,
input:hover,
input:active,
textarea,
textarea:focus,
textarea:hover,
textarea:active {
  border: none;
  outline: none;
  background: #fff;
  border-radius: 2px;
}
input {
  height: 35px;
}
.no-style {
  list-style: none;
}
.clear {
  clear: both;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.overflow {
  overflow: hidden;
}
button,
button:hover,
button:focus,
button:active {
  border: none;
  outline: none;
  cursor: pointer;
}
.write_but {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #cfd0d1;
  background-color: rgba(179, 184, 189, 0);
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.write_but:hover {
  background-color: rgba(179, 184, 189, 0);
}
.write_but:focus {
  background-color: rgba(179, 184, 189, 0);
}
.write_but:active {
  background-color: rgba(179, 184, 189, 0);
  opacity: 0.5;
}
a.write_but {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #cfd0d1;
  background-color: rgba(179, 184, 189, 0);
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding-top: 12px;
  border-bottom: none;
}
a.write_but:hover {
  background-color: rgba(179, 184, 189, 0);
}
a.write_but:focus {
  background-color: rgba(179, 184, 189, 0);
}
a.write_but:active {
  background-color: rgba(179, 184, 189, 0);
  opacity: 0.5;
}
.blue_but {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  background-color: #0a7cb3;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.blue_but:hover {
  background-color: #1890cc;
}
.blue_but:focus {
  background-color: #1890cc;
}
.blue_but:active {
  background-color: #036a9e;
}
a.blue_but {
  display: inline-block;
  padding-top: 12px;
  border-bottom: none;
  width: 170px;
  height: 45px;
  border-radius: 22px;
  background-color: #0a7cb3;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
a.blue_but:hover {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  background-color: #1890cc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
a.blue_but:focus {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  background-color: #1890cc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
a.blue_but:active {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  background-color: #036a9e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
a.red_but {
  display: inline-block;
  padding-top: 8px;
  border-bottom: none;
  width: 170px;
  height: 45px;
  border-radius: 22px;
  background-color: #ff0025;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
a.red_but:hover {
  background-color: #ff0025;
}
a.red_but:focus {
  background-color: #ff0025;
}
a.red_but:active {
  background-color: #ff0025d9;
}
a.red_but.square_red_but {
  vertical-align: text-bottom;
  width: 225px;
  height: 42px;
  left: 843px;
  padding: 0;
  top: 1083px;
  background: #FF0025;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
}
.transparent_but {
  width: 192px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  /* line-height: 36px;*/
  text-align: center;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  cursor: pointer;
}
.transparent_but:hover {
  color: #26292c;
  border: 1px solid #3535359c;
}
.transparent_but:focus {
  color: #26292c;
}
.transparent_but:active {
  color: #26292c;
}
.transparent_but img {
  margin-right: 11px;
}
.transparent_buta {
  cursor: pointer;
}
.circle_but {
  outline: none!important;
  cursor: pointer;
  height: 42px;
  border-radius: 21px;
  background-color: #0f9858;
  display: inline-block;
  padding: 9px  25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: none;
  background-image: linear-gradient(to right, rgba(15, 152, 88, 0.26) 0%, rgba(88, 210, 40, 0.26) 100%);
}
.circle_but svg {
  margin-bottom: -2px;
  margin-left: 9px;
}
.circle_but svg * {
  fill: #deff96;
}
.circle_but:hover {
  border-radius: 21px;
  background-color: #74b861;
}
.circle_but:hover svg * {
  fill: #deff96;
}
.circle_but:focus {
  border-radius: 21px;
  background-color: #74b861;
}
.circle_but:focus svg * {
  fill: #deff96;
}
.circle_but:active {
  border-radius: 21px;
  background-color: #5e9e4c;
}
.circle_but:active svg * {
  fill: #d3f28f;
}
.circle_but.not_available {
  background: none;
  border: 1px solid #549e3f;
  box-shadow: none;
  color: #69ac57;
}
.row {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 1170px;
  margin: 0 auto;
  min-width: 300px;
  border-radius: 4px;
}
.page_header {
  color: #242424;
  font-size: 36px;
  font-weight: 400;
}
.important_news {
  height: 54px;
  overflow: hidden;
  background: rgb(255, 0, 37);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.important_news.close {
  height: 0;
}
.important_news .container {
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
}
.important_news .close {
  position: absolute;
  right: 0px;
  color: #fff;
  top: 0px;
  cursor: pointer;
}
.important_news .news {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border: none;
  max-width: calc(100% - 25px);
  color: rgb(255, 255, 255);
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.important_news .reammore {
  color: #ffffff;
  position: absolute;
  right: 0;
  background: #13303c;
  margin-left: 12px;
  text-decoration: underline;
  border-bottom: none;
  padding-left: 20px;
}
.important_news .reammore:hover {
  text-decoration: none;
}
@media (max-width: 760px) {
  .important_news {
/*    display: none;*/
  }
}
body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  transition: all 0.5s;
}
body > header a {
  border-bottom: none;
  text-decoration: none;
}
body > header .row.top_head_row {
  height: 81px;
  overflow: visible;
  padding-bottom: 10px;
}
body > header.open .row.top_head_row {
  height: auto;
}
body > header .container {
  width: 1240px;
  height: 80px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
body > header .other_company_row {
  background: #000;
  height: 52px;
  z-index: 9;
  position: relative;
  overflow: visible;
  transition: all 0.3s;
}
body > header .other_company_row.hidden {
  margin-top: 0px !important;
  display: none;
}
body > header .other_company_row .container {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 8px 0;
  height: 100%;
}
@media (max-width: 1199px) {
  body > header .other_company_row .container .left {
    width: 100%;
  }
}
body > header .other_company_row .left > ul > li:hover {
  background: #292929;
}
body > header .other_company_row .left > ul > li:hover a {
  color: #fff;
}
body > header .other_company_row ul {
  display: flex;
  width: auto;
  list-style: none;
  margin: 0;
  height: 100%;
  padding: 0;
}
body > header .other_company_row ul > * + * {
  margin-left: 10px;
}
body > header .other_company_row ul li {
  height: 100%;
  border-radius: 8px;
  position: relative;
}
body > header .other_company_row ul li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 9px 16px;
  display: inline-block;
}
body > header .other_company_row ul li .sk {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 16px;
}
body > header .other_company_row ul li.active {
  background: #292929;
}
body > header .other_company_row ul li.active a {
  color: #fff;
}
body > header .other_company_row ul li.active.other_company {
  background: #292929;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  body > header .other_company_row ul li.active.other_company .other_company_drop_menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  body > header .other_company_row ul li:not(:nth-child(1)) {
    display: none;
  }
  body > header .other_company_row ul li.other_company .ic {
    display: inline-block !important;
    transform: rotate(180deg);
    margin-left: 9px;
    margin-bottom: -2px;
  }
  body > header .other_company_row ul li.other_company .sk {
    display: flex;
    justify-content: space-between;
  }
  body > header .other_company_row ul li.other_company .other_company_drop_menu {
    display: none;
    width: 100%;
  }
  body > header .other_company_row ul li.other_company:hover .other_company_drop_menu {
    display: block;
    width: 100%;
  }
}
@media (max-width: 639px) {
  body > header .other_company_row ul li {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  body > header .other_company_row ul {
    width: 100%;
    justify-content: center;
  }
}
body > header .other_company_row .other_company_drop_menu {
  padding-top: 4px;
  position: absolute;
  top: 42px;
  left: 0px;
  background: #292929;
  border-radius: 4px;
}
body > header .other_company_row .other_company_drop_menu ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body > header .other_company_row .other_company_drop_menu ul li {
  margin-left: 0;
}
@media (max-width: 1199px) {
  body > header .other_company_row .other_company_drop_menu ul li:not(:nth-child(1)) {
    display: block;
  }
}
body > header .left_col {
  align-items: center;
  display: flex;
}
body > header .left_col .head_logo {
  margin-right: 32px;
}
body > header .left_col .head_logo:hover {
  border-bottom: none;
}
body > header .left_col .top_menu {
  display: flex;
}
body > header .left_col .top_menu li {
  display: inline-block;
}
body > header .left_col .top_menu li a {
  color: #000000;
  font-family: "arial", sans-serif;
  text-shadow: 0 0 0px grey;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
body > header .left_col .top_menu li a img {
  margin: 0 10px -2px;
}
body > header .left_col .top_menu li + li {
  margin-left: 26px;
}
body > header .right_col {
  display: flex;
  align-items: center;
}
body > header .right_col .phone_num {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: static;
  position: relative;
  padding-left: 25px;
  transition: all 1s;
}
body > header .right_col .phone_num a {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  body > header .right_col .phone_num {
    position: static;
    padding-left: 0;
  }
}
body > header .right_col .phone_num .phone_prefix {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  padding-bottom: 9px;
}
@media screen and (max-width: 760px) {
  body > header .right_col .phone_num .phone_prefix {
    display: none;
  }
}
body > header .right_col .add_application {
  margin: 0 31px;
}
body > header .right_col .add_application .red_but {
  font-size: 18px;
  font-weight: 500;
  width: 190px;
  height: 45px;
}
body > header .right_col .log_in {
  margin-right: 20px;
  opacity: 0;
  margin-right: 16px;
  margin-left: 38px;
  margin-bottom: -4px;
  opacity: 1;
}
body > header .right_col .slide_menu {
  line-height: 1;
  cursor: pointer;
  margin-right: -21px;
}
body > header .right_col .slide_menu .menuTwo {
  margin-top: 5px;
}
body > header .head_drop_menu {
  height: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
  top: 0;
  z-index: 9;
  overflow: hidden;
  top: -2300px;
  transition: all 0.5s;
}
body > header .head_drop_menu .top {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #80808030;
}
body > header .head_drop_menu .top .phone_num a {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
body > header .head_drop_menu .top .email {
  margin-left: 60px;
}
body > header .head_drop_menu .top .email a {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dotted #808080d1;
}
body > header .head_drop_menu .top .email a:hover {
  border-bottom: 1px dotted transparent;
}
body > header .head_drop_menu .top .social_buts {
  margin-right: 23px;
  display: flex;
  align-items: center;
}
body > header .head_drop_menu .top .social_buts a {
  font-size: 20px;
  color: #808080cf;
  margin-right: 17px;
  text-decoration: none;
  border: none;
  background-size: cover;
  width: 24px;
  height: 30px;
}
body > header .head_drop_menu .top .social_buts a:hover {
  color: #2d2d2dcf;
}
body > header .head_drop_menu .top .social_buts a:hover img {
  opacity: 1!important;
}
body > header .head_drop_menu .top .social_buts .telegram {
  display: inline-block;
  background-image: url(/images/icons/tg-logo-n.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body > header .head_drop_menu .top .social_buts .insta {
  display: inline-block;
  background: url(/images/icons/scot_seti/icon_inst_24px_bk.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .insta:hover {
  background: url(/images/icons/scot_seti/icon_inst_24px.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .vk {
  display: inline-block;
  background: url(/images/icons/scot_seti/icon_vk_24px_bk.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .vk:hover {
  background: url(/images/icons/scot_seti/icon_vk_24px.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .FuBlya {
  display: inline-block;
  background: url(/images/icons/scot_seti/icon_fb_24px_bk.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .FuBlya:hover {
  background: url(/images/icons/scot_seti/icon_fb_24px.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .youtubec {
  display: inline-block;
  background: url(/images/icons/scot_seti/icon_you_24px_bk.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .youtubec:hover {
  background: url(/images/icons/scot_seti/icon_you_24px.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .drom {
  display: inline-block;
  background: url(/images/icons/scot_seti/icon_drom_24px_bk.png) no-repeat center center;
}
body > header .head_drop_menu .top .social_buts .drom:hover {
  background: url(/images/icons/scot_seti/icon_drom_24px.png) no-repeat center center;
}
body > header .head_drop_menu .top .close {
  cursor: pointer;
  margin-right: 10px;
}
body > header .head_drop_menu .top .close .ti-close {
  font-size: 18px;
  color: grey;
}
body > header .head_drop_menu .middle {
  display: flex;
  margin-top: 37px;
  justify-content: space-between;
}
body > header .head_drop_menu .middle .col {
  margin-right: 30px;
  min-width: 150px;
}
body > header .head_drop_menu .middle .col_head {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
body > header .head_drop_menu .middle .col_head img {
  margin-right: 12px;
  margin-bottom: -5px;
}
body > header .head_drop_menu .middle .col_head a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
}
body > header .head_drop_menu .middle li {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 1em;
  border-bottom: none;
}
body > header .head_drop_menu .middle li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-bottom: none;
}
body > header .head_drop_menu .buttom {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
body > header .head_drop_menu .buttom .left {
  color: #666666;
}
body > header .head_drop_menu .buttom .left > div {
  color: #000000;
}
body > header .head_drop_menu .buttom .left > b {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
body > header .head_drop_menu .buttom .red_but {
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  vertical-align: middle;
}
body > header .head_drop_menu .buttom .transparent_but {
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  border-radius: 24px;
  padding-top: 3px;
  vertical-align: middle;
  margin-right: 20px;
}
body > header .head_drop_menu.open {
  top: -96px;
}
body > header .menu_shirma {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #13303c;
  opacity: 0.2;
  z-index: 8;
}
body > header .head_menu {
  position: relative;
}
body > header.open {
  max-height: 100%;
  overflow: auto;
  top: 0;
}
body > header.open .menu_shirma {
  display: block;
}
body > header.open .head_drop_menu {
  display: block;
  position: relative;
  z-index: 9;
}
body > header .head_search_line_open {
  width: 50px;
  right: 57px;
  width: 17px;
  margin: 0 20px;
  height: 45px;
  z-index: 2;
  cursor: pointer;
  background: url(/images/icons/search/icon_search_16px-01.png) no-repeat center center;
  position: absolute;
  right: 90px;
  top: 17px;
}
body > header.important_news_active {
  padding-top: 0;
  top: 53px;
}

@media (max-width: 760px) {
 /* body > header.important_news_active {
    padding-top: 0;
    top: 0;
  }*/
  body.cookie > header.important_news_active {
    padding-top: 0;
    top: 109px;
  }
}
.head_search_line {
  position: absolute;
  width: calc(100% - 120px);
  right: 0;
  background: #ffffff;
  z-index: 3;
}
.head_search_line .search-form {
  display: flex;
}
.head_search_line form {
  flex-grow: 2;
  display: flex;
  position: relative;
}
.head_search_line input.search_input {
  height: 45px;
  border: 1px solid rgba(128, 128, 128, 0.47);
  width: 100%;
  border-radius: 3px;
  padding: 0 50px 0 20px;
}
.head_search_line input.submit_input {
  width: 50px;
  margin: 0 20px;
  height: 45px;
  position: absolute;
  right: -19px;
  z-index: 2;
  cursor: pointer;
  background: url(/images/icons/search/icon_search_16px-01.png) no-repeat center center;
}
.head_search_line .head_search_close {
  width: 30px;
  margin: 0 20px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search_result_page .head_search_line {
  position: static;
  width: 100%;
}
.search_result_page .head_search_line .head_search_close {
  display: none;
}
.search_result_page .result_count {
  font-size: 15px;
  margin-top: 5px;
}
.search_result_page .item .section a {
  font-size: 15px;
  border-bottom: none;
  text-decoration: none;
  color: #666666;
}
.search_result_page .item .title a {
  font-size: 18px;
  color: #000;
}
.important_news.open + header {
  top: 60px;
}
.slide_menu * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.slide_menu .menu-toggle {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.slide_menu .hamburger,
.slide_menu .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide_menu .hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.slide_menu .hamburger span:last-child {
  margin: 0;
}
.slide_menu .hamburger span:before,
.slide_menu .hamburger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #989898;
  transform: translateX(-200%);
  transition: transform ease 300ms;
}
.slide_menu .hamburger span:after {
  transform: translateX(0);
}
.slide_menu .hamburger span:nth-child(2):before,
.slide_menu .hamburger span:nth-child(2):after {
  transition-delay: 75ms;
}
.slide_menu .hamburger span:last-child:before,
.slide_menu .hamburger span:last-child:after {
  transition-delay: 150ms;
}
.slide_menu .menu-toggle:hover .hamburger span:before {
  transform: translateX(0);
}
.slide_menu .menu-toggle:hover .hamburger span:after {
  transform: translateX(200%);
}
.slide_menu .menu-toggle.active .hamburger span:before {
  transform: translateX(100%);
}
.slide_menu .menu-toggle.active .hamburger span:after {
  transform: translateX(200%);
}
.slide_menu .cross span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #989898;
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms;
}
.slide_menu .cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0);
}
.slide_menu .menu-toggle.active .cross span {
  transition-delay: 450ms;
  transform: translateY(50%) rotate(45deg) scaleX(1);
}
.slide_menu .menu-toggle.active .cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(1);
}
.head {
  position: relative;
  padding-right: 200px;
}
.head .go_all {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: none;
}
.head .go_all:after {
  content: url(../images/icon_arrow_red.png);
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.top_slider_row {
  position: relative;
  max-height: 680px;
}
.top_slider_row video {
  position: absolute;
  left: 0;
  top: -33px;
  width: 100%;
}
.top_slider_row .top_slider_bg {
  width: 100%;
  margin-top: -6px;
}
.top_slider_row .filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.top_slider_row .video_preload {
  position: relative;
  left: 9px;
  top: 317px;
  height: 100;
  height: 0;
  color: #ffffff4f;
  background: red;
  display: block;
  text-align: center;
  overflow: visible;
}
.top_slider_row .top_slider {
  padding-top: 111px;
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  padding-bottom: 110px;
}
.top_slider_row .top_slider .slides {
  display: flex;
  width: 1240px;
}
.top_slider_row .top_slider .slick-list {
  height: 100%;
  /* min-width: 100%;*/
}
.top_slider_row .top_slider .slick-list .slick-track {
  height: 100%;
}
.top_slider_row .top_slider .slide:focus {
  border: none;
  outline: none;
}
.top_slider_row .top_slider .slide .slide_head {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 30px;
}
.top_slider_row .top_slider .slide .slide_subhead {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.top_slider_row .top_slider .slide .slide_red_box {
  width: 340px;
  height: 118px;
  border-radius: 12px;
  background-color: #d00421;
  margin-top: 61px;
  padding: 25px 30px;
}
.top_slider_row .top_slider .slide .slide_transparent_box {
  width: 340px;
  height: 144px;
  border-radius: 12px;
  background-color: transparent;
  margin-top: 61px;
  padding: 0 30px 25px 0;
  padding: 0 30px 0 0;
}
.top_slider_row .top_slider .slide .slide_transparent_box a.red_but {
  display: inline-block;
  padding-top: 0;
  border-bottom: none;
  width: 288px;
  height: 58px;
  border-radius: 22px;
  background-color: #ff0025;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 12px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.top_slider_row .top_slider .slide .text_big {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 5px;
}
.top_slider_row .top_slider .slide .text_big a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}
.top_slider_row .top_slider .slide .text_small {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.top_slider_row .top_slider .slick-arrow {
  background: none;
  min-height: 100%;
  width: 135px;
  top: 0;
  flex-basis: 135px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.top_slider_row .top_slider .slick-arrow.slick-prev {
  left: 0;
}
.top_slider_row .top_slider .slick-arrow.slick-prev img {
  position: absolute;
  left: 35px;
  top: 157px;
}
.top_slider_row .top_slider .slick-arrow.slick-next {
  right: 0;
}
.top_slider_row .top_slider .slick-arrow.slick-next img {
  position: absolute;
  left: 80px;
  top: 157px;
}
@media (max-width: 1200px) {
  .top_slider_row .top_slider .slick-arrow.slick-next img {
    left: 0;
  }
}
.top_slider_row .sub_slide_block {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.top_slider_row .sub_slide_block .container {
  width: 1170px;
  height: 80px;
  border-radius: 4px 4px 0 0;
  background-color: #ebebeb;
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
}
.top_slider_row .sub_slide_block .section {
  display: flex;
  align-items: center;
  width: 210px;
}
.top_slider_row .sub_slide_block .section > img {
  margin-right: 28px;
  transition: all 1s;
}
.top_slider_row .sub_slide_block .section .icon_wrap {
  position: relative;
  margin-right: 28px;
  overflow: hidden;
  background: #959595;
  height: 21px;
}
.top_slider_row .sub_slide_block .section .icon_wrap:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff0025;
  position: absolute;
  left: -11px;
  top: 26px;
  z-index: 1;
  transition: none;
}
.top_slider_row .sub_slide_block .section img {
  position: relative;
  z-index: 7;
  width: 21px;
  transition: all 1s;
}
.top_slider_row .sub_slide_block .section span {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.top_slider_row .sub_slide_block .section:nth-child(1):hover .icon_wrap:after {
  top: -9px;
  transition: all 1s;
}
.top_slider_row .sub_slide_block .section:nth-child(2):hover .icon_wrap:after {
  top: -9px;
  transition: all 1s;
}
.top_slider_row .sub_slide_block .section:nth-child(3):hover .icon_wrap:after {
  top: -9px;
  transition: all 1s;
}
.top_slider_row .sub_slide_block .section:nth-child(4):hover:hover .icon_wrap:after {
  top: -9px;
  transition: all 1s;
}
.services_row .services_container_1 {
  position: relative;
  padding-top: 81px;
  background: url(../images/services_bg.jpg) no-repeat right 244px;
}
.services_row .services_container_1 .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 62px;
}
.services_row .services_container_1 .services_list {
  display: flex;
  max-width: 530px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services_row .services_container_1 .block {
  flex-basis: 228px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 57px;
}
.services_row .services_container_1 .block .icon {
  display: block;
  margin-bottom: 28px;
  width: 36px;
}
.services_row .services_container_1 .block .item_link {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  border-bottom: none;
  display: inline-block;
}
.services_row .services_container_1 .block .item_link:after {
  content: url('../images/icon_arrow_1_16px.svg');
  display: inline-block;
  margin-left: 10px;
  width: 15px;
}
.services_row .services_container_1 .block .item_desc {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.services_row .services_container_1 .all_services {
  color: #000000;
}
.services_row .services_container_2 {
  position: relative;
  margin-bottom: 62px;
}
.services_row .services_container_2 .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 60px;
  margin-top: 15px;
}
.services_row .services_container_2 .services_list {
  display: flex;
  flex-wrap: nowrap;
  max-width: 604px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services_row .services_container_2 .block {
  flex-basis: 301px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 57px;
}
.services_row .services_container_2 .block .item_link {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  border-bottom: none;
  display: inline-block;
}
.services_row .services_container_2 .block .item_link:after {
  content: url('../images/icon_arrow_red.png');
  display: inline-block;
  margin-left: 10px;
}
.services_row .services_container_2 .block .item_desc {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.services_row .services_container_2 .contract {
  position: absolute;
  right: 0;
  top: 111px;
}
.services_row .services_container_2 .contract .contract_link {
  text-align: left;
  padding-left: 16px;
}
.services_row .services_container_2 .contract .contract_link + .contract_link {
  margin-left: 15px;
}
.services_row .services_container_2 .contract .contract_link img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.services_row .services_container_2 .contract .contract_link[download=""] {
  background: url(/bitrix/templates/2/images/xicon_file.png.pagespeed.ic.XOUpTI2JM3.webp) no-repeat 16px center;
  padding-left: 27px;
}
.services_row .services_container_2 .contract .contract_link[download=""] img {
  display: none;
}
.services_row .services_container_2 .contract .contract_link[href="/zapolnenie-dogovora.php"] {
  background: #ff0000;
  color: #ffffff;
  border: 1px solid #ff0000;
}
.services_row .services_container_2 .contract .contract_text {
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  max-width: 466px;
  margin-top: 36px;
}
.services_row .services_container_2 .services_list.services_page_list {
  max-width: none;
  padding-top: 60px;
  border-top: 1px solid #d1d1d1;
}
.services_row .services_container_2 .services_list.services_page_list .block {
  flex-basis: 46%;
}
.services_row .services_container_2 .services_list.services_page_list + .contract {
  position: static;
  padding-top: 60px;
  border-top: 1px solid #d1d1d1;
}
.services_row .services_container_1_new {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 760px) {
  .services_row .services_container_1_new {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.services_row .services_container_1_new .services_list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
.services_row .services_container_1_new .services_list .services__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap: 60px 0px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap {
    gap: 60px 10px;
    align-self: stretch;
  }
}
.services_row .services_container_1_new .services_list .services__wrap .services__item {
  display: flex;
  max-width: 390px;
  width: 100%;
  min-height: 200px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item {
    max-width: 340px;
    min-height: 180px;
  }
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item {
    display: flex;
    max-width: 140px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.services_row .services_container_1_new .services_list .services__wrap .services__item .sevices__item-image {
  position: absolute;
  width: 220px;
  height: 170px;
  right: 20px;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .sevices__item-image {
    width: 190px;
    height: auto;
  }
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .sevices__item-image {
    position: static;
    width: 155px;
    height: 120px;
  }
}
@media (max-width: 479px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .sevices__item-image {
    width: 140px;
    height: auto;
  }
}
.services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-head {
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-head {
    align-items: flex-start;
  }
}
.services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-head::after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/images/icons/redarrow.svg');
  background-size: 16px;
  background-position: center;
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-head::after {
    background-position: right;
  }
}
.services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-head .services__item-title {
  color: #1C1C1C;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 109.091% */
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-head .services__item-title {
    font-size: 18px;
    line-height: 130%;
    /* 23.4px */
  }
}
.services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-list-wrap .services__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-list-wrap .services__list .services__list-item {
  color: #1C1C1C;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
@media (max-width: 760px) {
  .services_row .services_container_1_new .services_list .services__wrap .services__item .services__item-list-wrap .services__list .services__list-item {
    font-size: 16px;
    line-height: 130%;
    /* 23.4px */
  }
}
.services_row .services_container_1_new .services_list .services__link-wrap .services__link {
  display: flex;
  align-items: center;
  color: #1C1C1C;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}
.advantages_wrap .advantages_item {
  width: 370px;
  box-shadow: 0 3px 3px rgba(51, 68, 87, 0.15);
  border-radius: 12px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  padding: 40px;
  margin-right: 31px;
  display: block;
}
.advantages_wrap .advantages_item .icon {
  display: block;
  margin-bottom: 45px;
  height: 106px;
}
.advantages_wrap .advantages_item .item_head {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 28px;
}
.advantages_wrap .advantages_item .item_desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.advantages_wrap .advantages_item .item_price {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  /* line-height: 48px; */
  height: 28px;
  border-radius: 4px 0 0 4px;
  position: relative;
  /* bottom: 30px; */
  display: inline-block;
  padding: 2px 9px;
  margin: 20px 0 0;
  /* left: 40px; */
}
.advantages_wrap .advantages_item .item_price:after {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  /* -webkit-transform: rotateX(180deg); */
  /* transform: rotateZ(137deg); */
  position: absolute;
  right: -12px;
  top: 0px;
  /* z-index: 0; */
  /* background: bisque; */
  border: 50% 50% 50%;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-left-color: #dbdbdb;
  border-right: 0;
  transform: scaleX(0.7);
}
.advantages_wrap .advantages_item.write {
  background-color: #ffffff;
  color: #000000;
}
.advantages_wrap .advantages_item.write .item_price {
  background-color: #dbdbdb;
}
.advantages_wrap .advantages_item.write .item_price:after {
  border-left-color: #dbdbdb;
}
.advantages_wrap .advantages_item.black {
  background-color: #13303c;
  color: #ffffff;
}
.advantages_wrap .advantages_item.black .item_price {
  background-color: #d00421;
}
.advantages_wrap .advantages_item.black .item_price:after {
  border-left-color: #d00421;
}
.advantages_wrap .advantages_item.red {
  background-color: #d00421;
  color: #ffffff;
}
.advantages_wrap .advantages_item.red .item_price {
  background-color: #ffffff;
  color: #000000;
}
.advantages_wrap .advantages_item.red .item_price:after {
  border-left-color: #ffffff;
}
.advantages_row {
  background-color: #ebebeb;
}
.advantages_row .advantages_container {
  padding: 81px 0 120px;
  overflow: hidden;
  position: relative;
}
.advantages_row .advantages_container .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}
.advantages_row .advantages_container .slick-list {
  overflow: visible;
}
.advantages_row .advantages_container .slick-arrow {
  position: absolute;
  background: none;
  top: -107px;
  opacity: 0.6;
}
.advantages_row .advantages_container .slick-arrow.slick-prev {
  right: 78px;
}
.advantages_row .advantages_container .slick-arrow.slick-next {
  right: 26px;
}
.advantages_row .advantages_container .slick-arrow:hover {
  opacity: 1;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item {
  width: 370px;
  height: 410px;
  box-shadow: 0 3px 3px rgba(51, 68, 87, 0.15);
  border-radius: 12px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  padding: 40px;
  margin-right: 31px;
  margin-left: 2px;
  display: inline-block;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item .icon {
  display: block;
  margin-bottom: 45px;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_head {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 28px;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_price {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  /* line-height: 48px; */
  height: 28px;
  border-radius: 4px 0 0 4px;
  position: absolute;
  bottom: 30px;
  padding: 2px 9px;
  left: 40px;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_price:after {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  /* -webkit-transform: rotateX(180deg); */
  /* transform: rotateZ(137deg); */
  position: absolute;
  right: -12px;
  top: 0px;
  /* z-index: 0; */
  /* background: bisque; */
  border: 50% 50% 50%;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-left-color: #dbdbdb;
  border-right: 0;
  transform: scaleX(0.7);
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.write {
  background-color: #ffffff;
  color: #000000;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.write .item_price {
  background-color: #dbdbdb;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.write .item_price:after {
  border-left-color: #dbdbdb;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.black {
  background-color: #13303c;
  color: #ffffff;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.black .item_price {
  background-color: #d00421;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.black .item_price:after {
  border-left-color: #d00421;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.red {
  background-color: #d00421;
  color: #ffffff;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.red .item_price {
  background-color: #ffffff;
  color: #000000;
}
.advantages_row .advantages_container .advantages_slider_wrap .advantages_item.red .item_price:after {
  border-left-color: #ffffff;
}
.car_example_row .container {
  padding-top: 80px;
  padding-bottom: 40px;
}
.car_example_row .container .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 46px;
}
.car_example_row .car_example_filter .car_example_form {
  display: grid;
  grid-template-columns: repeat(6, 170px);
  grid-column-gap: auto;
  justify-content: space-between;
  align-items: end;
  grid-row-gap: 20px;
}
.car_example_row .car_example_filter .filter_block {
  position: relative;
}
.car_example_row .car_example_filter .filter_block input {
  width: 170px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 11px 15px;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.car_example_row .car_example_filter .filter_block label {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 6px;
  display: block;
}
.car_example_row .car_example_filter .filter_block.year_block {
  display: flex;
  justify-content: space-between;
}
.car_example_row .car_example_filter .filter_block.year_block input {
  width: 76px;
}
.car_example_row .car_example_filter .filter_block select {
  width: 170px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 11px 15px;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.car_example_row .car_example_filter .filter_block select[disabled="disabled"] {
  opacity: 0.5;
}
.car_example_row .car_example_filter .filter_block .filter_select_array {
  position: absolute;
  right: 3px;
  bottom: 18px;
  display: block;
  width: 41px;
  height: 10px;
  background: #fff;
  z-index: 12;
  text-align: center;
}
.car_example_row .car_example_filter button[type=submit] {
  text-align: center;
  width: 114px;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  background-color: #ff0025;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.car_example_row .car_example_filter .clear_but {
  text-align: center;
  width: 104px;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  /* background-color: #ff0025; */
  /* color: #ffffff; */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  text-transform: none;
  padding-top: 10px;
  cursor: pointer;
}
.car_example_row .ui-selectmenu-button {
  display: block;
  width: 170px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 11px 15px;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.car_example_row .ui-selectmenu-button.ui-state-disabled {
  color: grey;
}
.car_example_row .car_example_table {
  margin-top: 60px;
}
.car_example_row .car_example_table .table_row {
  display: grid;
  grid-template-columns: repeat(6, 170px);
  grid-column-gap: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
.car_example_row .car_example_table .block {
  padding: 15px 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.car_example_row .car_example_table .car_example_head {
  border-bottom: 1px solid #eaeaea;
}
.car_example_row .car_example_table .car_example_head .block {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.car_example_row .car_example_table .car_example_head .block .filter_sort {
  position: absolute;
  right: 45px;
  top: 20px;
  cursor: pointer;
}
.car_example_row .car_example_table .car_example_head .block .filter_sort:after {
  content: url(../images/icons/icon_sort_4_12px.svg);
  color: #cbcbcb;
  width: 14px;
  height: 14px;
  display: block;
}
.car_example_row .car_example_table .car_example_head .block .filter_sort.sorting:after {
  content: url(../images/icons/icon_sort_3_12px.svg);
  font-family: 'FontAwesome';
  color: #ff0025;
}
.car_example_row .car_example_table .car_example_head .block .filter_sort.sorting.DESC:after {
  content: url(../images/icons/icon_sort_1_12px.svg);
  font-family: 'FontAwesome';
}
.car_example_row .car_example_table .car_example_head .block[data-value="35"] {
  align-self: center;
}
.car_example_row .car_example_table .car_example_content .table_row {
  border-bottom: 1px solid #d1d1d1;
}
.car_example_row .car_example_callback {
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 70px 0 40px;
}
.car_example_row .car_example_callback b {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.car_example_row .car_example_callback span {
  color: #ff0025;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.car_example_row .nofound {
  display: block;
  text-align: center;
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 40px 0;
}
.ui-selectmenu-menu {
  display: none;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 11px 15px;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
  max-height: 300px;
  overflow: auto;
}
.ui-selectmenu-menu .ui-menu {
  width: 170px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  height: 45px;
}
.ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
  padding: 0;
}
.ui-selectmenu-menu .ui-menu .ui-state-disabled {
  color: grey;
}
.shipTown_menu_block {
  width: 140px;
  overflow-x: hidden!important;
}
.shipTown_menu_block .ui-widget.ui-widget-content[aria-labelledby^=shipTown] .ui-menu-item {
  height: 26px;
  padding: 0 5px;
}
.ships_map .head {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 32px;
  padding-right: 0;
}
.reviews_row {
  background: #13303c;
  color: #fff;
}
.reviews_row .container {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}
.reviews_row .head {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 80px;
  margin-bottom: 48px;
  padding-right: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.reviews_row .head .subhead {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.reviews_row .head .subhead a {
  color: #ff0025;
  border-bottom: none;
}
.reviews_row .reviews_list {
  display: grid;
  grid-template-columns: repeat(3, 339px);
  justify-content: space-between;
  grid-row-gap: 80px;
}
.reviews_row .reviews_list .image {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  position: relative;
}
.reviews_row .reviews_list .image .foto {
  border: 6px solid #fff;
}
.reviews_row .reviews_list .image img {
  border-radius: 50%;
  overflow: hidden;
  width: 72px;
  height: 72px;
}
.reviews_row .reviews_list .image .icon {
  width: 42px;
  height: 42px;
  bottom: 6px;
  right: -23px;
  border-radius: 50%;
  position: absolute;
  font-size: 22px;
  text-align: center;
  display: flex;
  /* padding-top: 5px; */
  align-items: center;
  justify-content: center;
}
.reviews_row .reviews_list .image .icon.plus {
  background: red;
}
.reviews_row .reviews_list .image .icon.plus:after {
  content: '\f164';
  color: #fff;
  font-family: 'FontAwesome';
}
.reviews_row .reviews_list .image .icon.minus {
  background: #2e256f;
}
.reviews_row .reviews_list .image .icon.minus:after {
  content: '\f165';
  color: #fff;
  font-family: 'FontAwesome';
}
.reviews_row .reviews_list .image .icon.nitrile {
  background: grey;
  padding-top: 2px;
  padding-left: 2px;
}
.reviews_row .reviews_list .image .icon.nitrile:after {
  content: '\f225';
  color: #fff;
  font-family: 'FontAwesome';
}
.reviews_row .reviews_list .name {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.reviews_row .reviews_list .subname {
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 4px;
}
.reviews_row .reviews_list .text {
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.reviews_row .reviews_list .text.big {
  max-height: 350px;
}
.reviews_row .reviews_list .text.big.open {
  max-height: 800px;
}
.reviews_row .reviews_list .text.big.open .readmore span:after {
  content: 'Скрыть';
}
.reviews_row .reviews_list .text .readmore {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #13303c;
  padding-left: 0px;
  line-height: 1.5;
  cursor: pointer;
  width: 100%;
}
.reviews_row .reviews_list .text .readmore span {
  display: inline-block;
  border-bottom: 1px dashed;
}
.reviews_row .reviews_list .text .readmore span:hover {
  border-bottom: 1px solid transparent;
}
.reviews_row .reviews_list .text .readmore span:after {
  content: 'Подробнее';
}
.reviews_row .reviews_list .text .readmore.open span:after {
  content: 'Скрыть';
}
.reviews_row .all_reviews {
  color: #ffffff;
}
.reviews_row .social_reviews_container {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  grid-column-gap: 30px;
}
.reviews_row .social_reviews_container .social_rev_block {
  padding: 0 20px;
  background: #fff;
  border-radius: 7px;
  height: 115px;
}
.reviews_row .social_reviews_container .col_2 {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.reviews_row .social_reviews_container .col_2 .left {
  display: flex;
  align-items: center;
}
.reviews_row .social_reviews_container .col_2 .left .name {
  margin-bottom: 6px;
  margin-left: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.reviews_row .social_reviews_container .col_2 .left img {
  margin-left: 8px;
}
.reviews_row .social_reviews_container .col_2 .right {
  color: #666666;
  font-size: 15px;
  padding-right: 30px;
  font-family: "Open Sans", sans-serif;
}
.reviews_row .social_reviews_container .col_2 .right b {
  display: block;
  color: #000000;
  font-size: 18px;
  text-align: right;
}
.reviews_row .social_reviews_container #catalogCompanyWidget {
  display: block;
}
.reviews_row .social_reviews_container .ccw-wrap {
  width: 100%;
  height: 115px;
  display: grid;
  position: relative;
  background-color: #fff;
}
.reviews_row .social_reviews_container .ccw-wrap .ccw-info a {
  text-decoration: none;
  border: none;
}
.reviews_row .social_reviews_container .ratingBaseBlock {
  position: absolute;
  right: 28px;
  top: 34px;
  color: #666666;
  font-size: 15px;
}
.reviews_row .social_reviews_container .ratingBaseBlock b {
  display: block;
  color: #000000;
  font-size: 18px;
  text-align: right;
}
.faq_row {
  background: #f5f5f5;
}
.faq_row .container {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}
.faq_row .head {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 51px;
  padding-right: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.faq_row .questions_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq_row .questions_list .right_column {
  width: 560px;
}
.faq_row .questions_list .left_column {
  width: 560px;
}
.faq_row .questions_list .question {
  width: 560px;
  margin-bottom: 58px;
}
.faq_row .questions_list .question .name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}
.faq_row .questions_list .question .text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_row .tabs_head {
  display: flex;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 64px;
}
.faq_row .tabs_head .tab_head {
  border-radius: 4px 4px 0 0;
  padding: 6px 11px;
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  border: 1px solid #fff;
  border-bottom: 1px solid #bcbcbc;
}
.faq_row .tabs_head .tab_head.active {
  color: #000000;
  border: 1px solid #bcbcbc;
  border-bottom: 1px solid #fff;
}
.faq_row .tabs_content .tab_content {
  display: none;
  transition: all 0.3s;
}
.faq_row .tabs_content .tab_content.active {
  display: block;
}
.tabs_content > div {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
  width: 0;
  overflow: hidden;
}
.tabs_content > div:has( .auc_list_shame) {
  overflow: visible;
}
.tabs_content > div.active {
  z-index: 9;
  position: relative;
  opacity: 1;
  width: auto;
}
.faq_page {
  background: #fff;
  min-height: 600px;
}
.faq_page .container {
  padding-top: 45px;
  padding-bottom: 60px;
  position: relative;
}
.faq_page .head .after_head {
  position: absolute;
  right: 0;
  top: 4px;
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.faq_page .head .after_head .transparent_but {
  border-radius: 24px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.4;
  width: 174px;
  height: 48px;
  margin-left: 20px;
}
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  justify-content: space-between;
  grid-row-gap: 60px;
}
.news_list .item .date {
  color: #666666;
  font-size: 15px;
  margin-bottom: 25px;
  font-family: "IBM Plex Sans", sans-serif;
}
.news_list .item .name {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.news_list .item .name a {
  border-bottom: 1px solid #cccccc;
}
.news_list .section {
  color: #666666;
  font-size: 15px;
  margin-top: 30px;
  margin-top: 15px;
}
.state_sections_list {
  display: block;
}
.modern_scroll_wrap .modern_scroll_left {
  cursor: pointer;
  transition: all 0.3s;
}
.modern_scroll_wrap .modern_scroll_left:hover {
  opacity: 0.5;
}
.modern_scroll_wrap .modern_scroll_right {
  cursor: pointer;
  transition: all 0.3s;
}
.modern_scroll_wrap .modern_scroll_right:hover {
  opacity: 0.5;
}
.state_sections_list.style_v2 .section_element {
  height: 48px;
  border-radius: 26px;
  border: 1px solid #E3E5E6;
  padding: 3px 21px 3px 10px;
  opacity: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  background: #F1F3F4;
}
.state_sections_list.style_v2 .section_element .ic.hover {
  display: none;
}
.state_sections_list.style_v2 .mCSB_scrollTools {
  opacity: 0!important;
}
.state_sections_list.style_v2 .section_element .ic {
  width: 32px;
  padding-top: 4px;
  background-repeat: no-repeat;
  background-position: -50px center;
  background-size: auto 40px;
}
.state_sections_list.style_v2 .section_element.active,
.state_sections_list.style_v2 .section_element:hover {
  background: #FFFFFF;
}
.state_sections_list.style_v2 .section_element.active .ic,
.state_sections_list.style_v2 .section_element:hover .ic {
  display: none;
}
.state_sections_list.style_v2 .section_element.active .ic.hover,
.state_sections_list.style_v2 .section_element:hover .ic.hover {
  display: block;
}
.state_sections_list.style_v2 .section_element a {
  color: #010101;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 500;
  border-bottom: none;
  display: flex;
  align-items: center;
  align-content: center;
  grid-column-gap: 10px;
}
.state_list_v2 {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  grid-row-gap: 30px;
}
@media (max-width: 1190px) {
  .state_list_v2 {
    grid-template-columns: repeat(2, 370px);
    justify-content: center;
    grid-column-gap: 18px;
  }
}
.state_list_v2 .item {
  height: 278px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  padding: 24px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.state_list_v2 .item:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  background: linear-gradient(180deg, #00000066 0%, #00000066 40%, #000000cc 100%);
}
.state_list_v2 .item .cont {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  row-gap: 24px ;
  align-items: flex-start;
}
.state_list_v2 .item .name {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  border: none;
}
.state_list_v2 .item .name a {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  border: none;
}
.state_list_v2 .item .dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 8px;
  height: 28px;
  background: #EBEBEB;
  border-radius: 7px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.state_list_v2 .item .section {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.state_list_v2 .item .section span {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 4px 8px 6px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
}
.state_list_v2 .item.banner_style:after {
  content: ' ';
  top: 0;
  right: 40px ;
  position: absolute;
  width: 108px;
  height: 34px;
  z-index: 2;
  display: block;
  background: url('/images/icons/hot.png') no-repeat;
}
@media (min-width: 760px) {
  .state_list_v2 .item.banner_style {
    grid-column-start: 1;
    grid-column-end: 4;
    background-size: 370px auto!important;
    background-position: 0 0!important;
    padding-left: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(51, 68, 87, 0.1), 0px 2px 4px rgba(51, 68, 87, 0.16);
    border-radius: 4px;
    justify-content: flex-start;
  }
  .state_list_v2 .item.banner_style:before {
    width: 370px;
  }
  .state_list_v2 .item.banner_style .name {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
  }
  .state_list_v2 .item.banner_style .name a {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
  }
  .state_list_v2 .item.banner_style .section {
    margin-bottom: 16px;
  }
  .state_list_v2 .item.banner_style .section span {
    border: 1px solid #6F6F6F;
    color: #676767;
  }
}
@media (min-width: 760px) and (max-width: 1190px) {
  .state_list_v2 .item.banner_style {
    grid-column-end: 3;
  }
}
@media (min-width: 760px) and (max-width: 1190px) {
  .state_list_v2 .item.banner_style .name {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 760px) and (max-width: 1190px) {
  .state_list_v2 .item.banner_style .name a {
    font-size: 25px;
    line-height: 30px;
  }
}
.short_hews_row .container {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.short_hews_row .head {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 56px;
  padding-right: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.short_hews_row .scheme_tabs ul.tabs_head {
  margin-bottom: 60px;
  padding-left: 0;
}
.short_hews_row .scheme_tabs ul.tabs_head li:before {
  display: none;
}
.short_hews_row .scheme_tabs .light {
  display: grid;
  grid-template-columns: repeat(2, 360px);
  grid-row-gap: 80px;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .short_hews_row .scheme_tabs .light {
    grid-template-columns: 100%;
  }
}
.short_hews_row .scheme_tabs .light h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px!important;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 30px;
}
.short_hews_row .scheme_tabs .light .desc {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.short_hews_row .scheme_tabs .in_detail .item {
  margin-bottom: 60px;
}
.short_hews_row .scheme_tabs .in_detail h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 30px;
}
.short_hews_row .scheme_tabs .in_detail .desc {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.short_hews_row .scheme_tabs ul {
  font-size: 18px;
  padding-left: 21px;
  line-height: 1.6;
}
.short_hews_row .scheme_tabs ul li {
  padding-left: 6px;
  margin-bottom: 10px;
  list-style: url(../images/icons/icon_check.png);
}
.avto_row .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 46px;
}
body > footer {
  background-color: #13303c;
  padding: 100px 0 75px;
  color: #fff;
  z-index: 9;
  position: relative;
}
body > footer .container_top {
  display: flex;
  justify-content: space-between;
}
body > footer .container_top .left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body > footer .container_top .left .block {
  margin-right: 50px;
  min-width: 130px;
}
body > footer .container_top .left .block b {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 21px;
  display: block;
}
body > footer .container_top .left .block b a {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 21px;
  display: block;
}
body > footer .container_top .left .block a {
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 6px;
  border-bottom: none;
  line-height: 30px;
}
body > footer .container_top .left .block .soc-wrap {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (max-width: 1190px) {
  body > footer .container_top .left .block .soc-wrap {
    flex-direction: row;
  }
}
body > footer .container_top .left .block .soc-wrap a {
  height: 28px;
  width: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
@media (max-width: 1190px) {
  body > footer .container_top .left .block .soc-wrap a {
    width: 115px;
  }
}
body > footer .container_top .left .block .soc-wrap a.telegram {
  background-image: url(/images/icons/tg-text.svg);
  background-color: #2AABEE;
}
body > footer .container_top .left .block .soc-wrap a.whatsapp {
  background-image: url(/images/icons/wp-text.svg);
  background-color: #27d045;
}
body > footer .container_top .left .block .soc-wrap a.max {
  background-image: url(/images/icons/max-text.svg);
  background-color: #8e40ff;
	background-size: 46%;
}
body > footer .container_top .right .block {
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 6px;
  border-bottom: none;
  line-height: 43px;
}
body > footer .container_top .right .block a {
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #d3d3d3;
}
body > footer .container_top .right .block a:hover {
  border-bottom: 1px dotted transparent;
}
body > footer .container_top .right .block b {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  display: block;
}
body > footer .container_top .right .block b a {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
  display: block;
  border-bottom: none;
}
body > footer .container_middle {
  margin-top: 30px;
}
@media (max-width: 1190px) {
  body > footer .container_middle {
    margin-top: 0px;
  }
}
body > footer .container_middle .address,
body > footer .container_middle .name_company {
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body > footer .container_bottom {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1190px) {
  body > footer .container_bottom {
    padding: 18px 0 0;
  }
}
body > footer .container_bottom a {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}
.contact_row #map_row {
  height: 442px;
}
.contact_row #map_row .ymaps-2-1-68-ground-pane {
  filter: grayscale(1);
}
.contact_row #map_row [class*=ground-pane] {
  filter: grayscale(1);
  transition: all 0.6s;
}
.contact_row #map_row [class*=ground-pane].not_filter {
  filter: none;
}
.contact_row #map_row .bx-breadcrumb {
  margin: 0 0 0;
  position: relative;
  top: 105px;
  z-index: 9;
}
.contact_row .container {
  height: 1px;
  position: relative;
  overflow: visible;
}
.contact_row .container > .bx-breadcrumb {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 9;
  margin: 0;
}
.contact_row .container .head {
  position: absolute;
  left: 0;
  top: 173px;
  z-index: 9;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
}
.contact_row .container .map_switcher {
  position: absolute;
  left: 0;
  top: 290px;
  z-index: 9;
  display: flex;
}
.contact_row .container .map_switcher div {
  padding: 8px 15px;
  margin-right: 20px;
  height: 42px;
  border-radius: 7px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #000000;
  background-color: #ffffff;
}
.contact_row .container .map_switcher div.active {
  background-color: #13303c;
  color: #ffffff;
}
.contact_row .row {
  overflow: visible;
}
.contact_row .row .bx-breadcrumb .bx-breadcrumb-item-text {
  color: #000000;
}
.page_up_row {
  position: fixed;
  bottom: 168px;
  left: 0;
  z-index: 13;
  text-align: right;
  overflow: visible;
  height: 1px;
  padding: 0!important;
}
.page_up_row .page_up {
  margin-right: 56px;
  width: 50px;
  opacity: 0;
  /* margin-right: 0; */
  display: inline-block;
  cursor: pointer;
  color: aqua;
  transition: all 0.8s;
}
.page_up_row .page_up.show {
  opacity: 1;
}
.page_up_row .fa {
  font-size: 43px;
  margin-right: 20px;
  color: #16d1f1;
  cursor: pointer;
}
.contact_info_row {
  overflow: visible;
}
.contact_info_row .container {
  position: relative;
  min-height: 460px;
  padding: 90px 0;
  display: flex;
}
.contact_info_row .column .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 50px;
}
.contact_info_row .column .info {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.contact_info_row .column .info .soc-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
.contact_info_row .column .info .soc-wrap .soc-item {
  display: flex;
  gap: 7px;
}
.contact_info_row .column .info .soc-wrap .soc-item .soc-icon {
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  border: none;
}
.contact_info_row .column .info .soc-wrap .soc-item .soc-icon.telegram {
  background-image: url(/images/icons/tg-logo-n.svg);
}
.contact_info_row .column .info .soc-wrap .soc-item .soc-text {
  font-weight: 500;
}
.contact_info_row .column img {
  margin-right: 7px;
  margin-bottom: -4px;
  width: 19px;
}
.contact_info_row .column .while_working {
  margin-top: 30px;
}
.contact_info_row .contact_callback_block {
  position: absolute;
  right: 0;
  top: -120px;
  z-index: 2;
  width: 370px;
  height: 600px;
  box-shadow: 0 3px 3px rgba(51, 68, 87, 0.15);
  border-radius: 12px;
  background-color: #13303c;
  padding: 30px;
}
.contact_info_row .contact_callback_block .status {
  text-transform: capitalize;
  width: 72px;
  height: 28px;
  border-radius: 7px;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 200px;
}
.contact_info_row .contact_callback_block .status.offline {
  background-color: grey;
}
.contact_info_row .contact_callback_block .status.online {
  background-color: #d00421;
}
.contact_info_row .contact_callback_block .tabs_head {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 29px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.35);
  flex-wrap: wrap;
  padding-right: 20px;
  justify-content: space-between;
}
.contact_info_row .contact_callback_block .tabs_head li {
  margin-right: 10px;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 400;
  color: #a9b3b8;
  cursor: pointer;
  border-bottom: 1px dashed #a9b3b8;
}
.contact_info_row .contact_callback_block .tabs_head li.active {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fefefe;
  cursor: default;
  border-bottom: 1px dashed transparent;
}
.contact_info_row .contact_callback_block .icon {
  width: 72px;
  height: 72;
}
.contact_info_row .contact_callback_block .icon img {
  border-radius: 50%;
}
.contact_info_row .contact_callback_block .name {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 33px;
}
.contact_info_row .contact_callback_block .name .whois {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #a9b3b8;
}
.contact_info_row .contact_callback_block .contact {
  color: #a9b3b8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.3;
  margin: -3px 0 0;
}
.contact_info_row .contact_callback_block .contact a {
  color: #fff;
  border-bottom: 1px dotted ;
  font-size: 16px;
  font-weight: 400;
}
.contact_info_row .contact_callback_block .contact a:hover {
  border-bottom: 1px dotted transparent ;
}
.contact_info_row .contact_callback_block .button {
  width: 190px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #cccccc57;
  background: none;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding-top: 12px;
  position: absolute;
  left: 40px;
  cursor: pointer;
  bottom: 40px;
}
.contact_recvisit_row {
  background: #f5f5f5;
}
.contact_recvisit_row .container {
  position: relative;
  padding: 90px 0;
}
.contact_recvisit_row .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 50px;
}
.contact_recvisit_row .subhead {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 28px;
}
.contact_recvisit_row .contact_recvisit {
  column-count: 2;
}
.contact_recvisit_row .contact_recvisit div {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}
.contact_recvisit_row .contact_recvisit div b {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
.latest_news_list {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: space-between;
}
.latest_news_list .item {
  box-shadow: 0 3px 3px rgba(51, 68, 87, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  height: 410px;
  margin-bottom: 5px;
  overflow: hidden;
}
.latest_news_list .item .image {
  width: 100%;
  height: 199px;
}
.latest_news_list .item .image a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
.latest_news_list .item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.latest_news_list .item .name {
  padding: 30px 28px 0 40px;
}
.latest_news_list .item .name a {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.latest_news_list .item .date {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 28px;
  border-radius: 7px;
  background-color: #ebebeb;
  padding: 1px 5px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.latest_news_row .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 74px;
}
.latest_news_row .container {
  padding-top: 70px;
}
.bx-breadcrumb {
  margin: 155px 0 0;
}
.bx-breadcrumb .bx-breadcrumb-item-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #989898;
}
.bx-breadcrumb .bx-breadcrumb-item-link {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.bx-breadcrumb .bx-breadcrumb-item-link .bx-breadcrumb-item-text {
  color: #000000;
  font-weight: 500;
}
.bx-breadcrumb .bx-breadcrumb-item-angle.fa {
  transform: rotateZ(180deg);
  color: red;
  font-weight: 700;
}
.useful_row .head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 75px;
  margin-top: 80px;
}
.useful_row .element_list {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: space-between;
}
.useful_row .element_list .element {
  padding: 35px 40px;
  height: 185px;
  box-shadow: 0 3px 3px rgba(51, 68, 87, 0.15);
  border-radius: 4px;
  background-color: #ebebeb;
  margin-bottom: 25px;
}
.useful_row .element_list .element_head {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}
.useful_row .element_list .element_head img {
  margin-left: 13px;
}
.useful_row .element_list .element_desc {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.useful_row .useful_cols {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-column-gap: 2%;
  padding-bottom: 67px;
  border-bottom: 1px solid #C4C4C4;
  margin-top: -4px;
}
.useful_row .useful_cols .useful_col .useful_col_subhead {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 40px;
  color: #000000;
}
.useful_row .useful_cols .useful_col .useful_col_subhead a {
  border-bottom: none;
}
.useful_row .useful_cols .useful_col .useful_col_subhead img {
  margin-left: 10px;
  margin-bottom: -7px;
}
.useful_row .useful_cols .useful_col ul li {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.useful_row .useful_cols .useful_col ul li a {
  text-decoration: none;
}
.servicer_simple_list .item {
  margin-bottom: 10px;
}
.servicer_simple_list a {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
  text-decoration: none;
}
.news-date-time:not(:empty) {
  display: block;
  width: 115px;
  height: 28px;
  border-radius: 7px;
  background-color: #ebebeb;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 2px;
}
.news_detail_page .container {
  display: flex;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #13303c;
  font-size: 18px;
  justify-content: space-between;
}
.news_detail_page .container .right_col {
  flex-basis: 273px;
  flex-shrink: 0;
  margin-left: 7%;
  margin-left: 2%;
  max-width: 273px;
}
.news_detail_page .container .right_col > p {
  color: #666666;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  margin-top: 53px;
}
.news_detail_page .container .right_col .transparent_but {
  border-radius: 24px;
  margin-top: 50px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 3px;
  height: 45px;
}
.news_detail_page .container .left_col {
  flex-basis: 250px;
  flex-shrink: 0;
  margin-right: 7%;
}
.news_detail_page .container .left_col > p {
  color: #666666;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  margin-top: 53px;
}
.news_detail_page .container .left_col .transparent_but {
  border-radius: 24px;
  margin-top: 50px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 3px;
  height: 45px;
}
.news_detail_page .container .detail {
  font-size: 18px;
  width: calc(100% - 350px);
  max-width: 772px;
}
.news_detail_page .container .detail h1 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 32px;
  padding-right: 0;
}
.news_detail_page .container .detail .news-date-time {
  display: block;
  width: 115px;
  height: 28px;
  border-radius: 7px;
  background-color: #ebebeb;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 2px;
}
.news_detail_page .container .detail.state_detail .news-date-time {
  height: 30px;
  width: 105px;
  padding-top: 3px;
  border: 1px solid rgba(15, 15, 15, 0.29);
  border-radius: 4px;
  background-color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #666666;
}
.news_detail_page .container .detail .others_new {
  margin-top: 70px;
}
.news_detail_page .container .detail .others_new .head {
  color: #000;
}
.news_detail_page .container .detail .others_new .news_list {
  display: flex;
  justify-content: space-between;
}
.news_detail_page .container .detail .others_new .news_list .item {
  flex-basis: 360px;
  flex-shrink: 0;
  min-width: 360px;
}
.news_detail_page .container .detail .ya-share2__container {
  margin-top: 50px;
}
.news_detail_page .container .detail h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 44px;
}
.news_detail_page .container .detail h3 {
  color: #13303c;
  font-weight: 500;
  font-size: 18px;
  font-weight: 600;
}
.news_detail_page .container .detail p {
  margin-bottom: 30px;
}
.news_detail_page .container .detail .greytext span {
  background: #e2e6e7;
  font-size: 22px;
  font-weight: 500;
  color: #13303c;
}
.news_detail_page .container .detail table tbody td p {
  margin-bottom: 0;
}
.news_detail_page .container .detail ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.news_detail_page .container .detail ul li:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #549e3f;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 2px;
  position: absolute;
  left: 0;
  top: 7px;
}
.news_detail_page .container .detail b {
  color: #2c3c50;
  font-weight: 700;
}
.news_detail_page .container .detail .news-detail .page_navigation_list {
  padding: 0;
  margin: 25px 0 27px;
  list-style: none;
}
.news_detail_page .container .detail .news-detail .page_navigation_list li {
  list-style: none;
}
.news_detail_page .container .detail .news-detail .page_navigation_list.auto_create_page_navigation_list {
  padding-left: 16px;
}
.news_detail_page .container .detail .news-detail .page_navigation_list.auto_create_page_navigation_list:before {
  margin-left: -16px;
}
.news_detail_page .container .detail .news-detail .page_navigation_list.auto_create_page_navigation_list li {
  list-style: decimal;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  padding-left: 6px;
}
.news_detail_page .container .detail .news-detail .page_navigation_list a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  text-shadow: 0px 0 0;
  border-bottom: 1px dashed;
}
.news_detail_page .container .detail .news-detail .page_navigation_list a:hover {
  border-bottom: 1px dashed transparent;
}
.news_detail_page .container .detail .news-detail .page_navigation_list:before {
  display: block;
  content: 'Содержание статьи';
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.news_detail_page .container .detail .table_wrapper {
  overflow: auto;
}
.news_detail_page .container .detail table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.news_detail_page .container .detail table thead td {
  padding: 20px;
  color: #1c1c1c;
  line-height: 28px;
}
.news_detail_page .container .detail table thead td + td {
  border-left: 1px solid #e6e7e8;
}
.news_detail_page .container .detail table tbody tr:last-child td {
  border-bottom: 1px solid #808080;
}
.news_detail_page .container .detail table tbody td {
  padding: 20px;
}
.news_detail_page .container .detail table tbody td p {
  margin-bottom: 0;
}
.modal .shirma {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #13303c;
  opacity: 0.2;
  z-index: 8;
}
.min_sep {
  height: 0.7em;
}
.takephone_form_container {
  width: 570px;
  padding: 20px 60px;
  box-sizing: content-box;
}
.takephone_form_container .head {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}
.takephone_form_container .subhead {
  color: #757c80;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 11px 0 16px;
}
.takephone_form_container .subhead span {
  color: red;
}
.takephone_form_container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.takephone_form_container .input_box {
  width: 270px;
  max-width: 48%;
  min-width: 170px;
  margin: 10px 0 20px;
}
.takephone_form_container .input_box label {
  height: 12px;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 3px;
}
.takephone_form_container .input_box label span {
  color: red;
}
.takephone_form_container .input_box input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
}
.takephone_form_container .input_box input.error {
  border: 1px solid red;
}
.takephone_form_container .input_box.submit_box {
  min-width: 100%;
}
.takephone_form_container .input_box.agreement_box {
  min-width: 100%;
}
.takephone_form_container button {
  width: 194px;
  height: 46px;
  border-radius: 4px;
  background-color: #ff0025;
  color: #ffffff;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 5px;
}
.takephone_form_container .agreement_text {
  color: #757c80;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.takephone_form_container .agreement_text b {
  color: #000;
  cursor: pointer;
}
.takephone_form_container a {
  color: #000000;
}
.new_ask_form_container {
  width: 570px;
  padding: 20px 60px;
  box-sizing: content-box;
}
.new_ask_form_container .head {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}
.new_ask_form_container .subhead {
  color: #757c80;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 11px 0 16px;
}
.new_ask_form_container .subhead span {
  color: red;
}
.new_ask_form_container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_ask_form_container .input_box {
  width: 270px;
  max-width: 48%;
  min-width: 170px;
  margin: 10px 0 20px;
}
.new_ask_form_container .input_box label {
  height: 12px;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 3px;
}
.new_ask_form_container .input_box label span {
  color: red;
}
.new_ask_form_container .input_box input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
}
.new_ask_form_container .input_box input.error {
  border: 1px solid red;
}
.new_ask_form_container .input_box textarea {
  width: 100%;
  height: 141px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
}
.new_ask_form_container .input_box.textarea_box {
  min-width: 100%;
}
.new_ask_form_container .input_box.submit_box {
  min-width: 100%;
}
.new_ask_form_container .input_box.agreement_box {
  min-width: 100%;
}
.new_ask_form_container .input_box.input_box select {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
}
.new_ask_form_container button {
  width: 194px;
  height: 46px;
  border-radius: 4px;
  background-color: #ff0025;
  color: #ffffff;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 5px;
}
.new_ask_form_container .agreement_text {
  color: #757c80;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.new_ask_form_container .agreement_text b {
  color: #000;
  cursor: pointer;
}
.new_ask_form_container a {
  color: #000000;
  font-size: inherit;
  font-family: inherit;
}
/*
#forms_box {
    width: 570px;
    padding: 26px 60px 40px;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    margin: auto!important;
    background: #fff;
	border-radius: 7px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	#form_auth .head #aj_id_regis{
		font-size: 12px;
	}
	#form_auth .head #aj_id_log {
		font-size: 12px;
	}
	.head {
		color: #000000;
		font-family: "IBM Plex Sans",sans-serif;
		font-size: 42px;
		font-weight: 500;
		line-height: 48px;
            position: relative;
	}
	.subhead {
		color: #757c80;
		font-family: "IBM Plex Sans",sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		margin: 11px 0 16px;
		span{
			color: red;
		}
    }
    #aj_id_register{
        position: absolute;
    top: 0;
    left: 68%;
            background-color: transparent!important;
    background: none;
    color: #73aa00;
    }
	form {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.input_box {
		width: 100%;
		//max-width: 48%;
		min-width: 170px;
		margin: 10px 0 20px;
		label {
			height: 12px;
			color: #000000;
			font-family: "IBM Plex Sans",sans-serif;
			font-size: 16px;
			font-weight: 500;
			line-height: 32px;
			margin-bottom: 3px;
			span{
				color: red;
			}
		}
		input{
			width: 100%;
			height: 45px;
			border-radius: 4px;
			border: 1px solid #cccccc;
			background-color: #ffffff;
			color: #000000;
			font-family: "IBM Plex Sans",sans-serif;
			font-size: 16px;
			font-weight: 400;
			padding-left: 7px;
			&.error{
				border: 1px solid red;
			}
		}
		textarea {
			width: 100%;
			height: 141px;
			border-radius: 4px;
			border: 1px solid #cccccc;
			background-color: #ffffff;
			color: #000000;
			font-family: "IBM Plex Sans",sans-serif;
			font-size: 16px;
			font-weight: 400;
			padding-left: 7px;
		}
		&.textarea_box {
			min-width: 100%;
		}
		&.submit_box {
			min-width: 100%;
		}
		&.agreement_box {
			min-width: 100%;
		}
	}
	button {
		width: 194px;
		height: 46px;
		border-radius: 4px;
		background-color: #ff0025;
		color: #ffffff;
		font-family: "IBM Plex Sans",sans-serif;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		margin-top: 17px;
		margin-bottom: 5px;
	}
	.agreement_text {
		color: #757c80;
		font-family: "IBM Plex Sans",sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: 21px;
        b{
            color: #000;
			cursor: pointer;
        }
	}
	a {
		color: #000000;
		&:hover{
		}
	}
	.ajneo3 {
		    background: #ff0025!important;
	}
	#aj_id_retrieve{
		float: right;
    color: #73aa00;
	}
}
*/
.social_networks_banner {
  height: 204px;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  background-image: url('/images/social_networks_banner_bg.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 4px rgba(51, 68, 87, 0.1), 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 4px;
}
.social_networks_banner .h {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.social_networks_banner .t {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #666666;
}
.social_networks_banner .links {
  display: flex;
  column-gap: 24px;
  margin-top: 32px ;
}
.social_networks_banner .links .link {
  display: flex;
  align-items: center;
  align-content: center;
  border: none;
  text-decoration: none;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}
.social_networks_banner .links .link .icon {
  height: 22px;
  margin-right: 7px;
}
.state_search {
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (max-width: 760px) {
  .state_search {
    width: 100%;
  }
  .state_search + h1 {
    margin-top: 70px;
  }
}
.state_search #title-search_state form #title-search-input_state {
  height: 45px;
  border: 1px solid rgba(128, 128, 128, 0.47);
  width: 100%;
  border-radius: 3px;
  padding: 0 50px 0 20px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}
.state_search #title-search_state form input[type="submit"] {
  width: 50px;
  margin: 0 20px;
  height: 45px;
  position: absolute;
  right: -19px;
  font-size: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  background: url(/images/icons/search/icon_search_16px-01.png) no-repeat center center;
}
.news_detail_page .container .detail {
  font-family: "IBM Plex Sans";
}
.news_detail_page .container .detail .item_page-header {
  color: #1c1c1c;
  font-family: "IBM Plex Sans";
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 42px;
}
.news_detail_page .container .detail p {
  margin: 15px 0 ;
}
.news_detail_page .container .detail ul {
  padding-left: 25px;
  padding-left: 0;
  margin-bottom: 25px;
}
.news_detail_page .container .detail ul li {
  position: relative;
}
.news_detail_page .container .detail ul li:before {
  content: '';
  width: 6px;
  display: inline-block;
  position: absolute;
  height: 6px;
  background: #40ae00;
  background: #000;
  left: -2px;
  border-radius: 50%;
  top: 8px;
}
.news_detail_page .container .detail ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.news_detail_page .container .detail ol > li {
  position: relative;
  list-style: decimal;
}
.news_detail_page .container .detail ol > li:before {
  content: none;
  width: 6px;
  display: inline-block;
  position: absolute;
  height: 6px;
  background: #40ae00;
  background: #000;
  left: -2px;
  border-radius: 50%;
  top: 8px;
}
.news_detail_page .container .detail .ya-share2 {
  margin-bottom: 20px;
  margin-left: -3px;
}
.news_detail_page .container .detail .ya-share2 ul {
  list-style: none;
}
.news_detail_page .container .detail .ya-share2 ul li {
  list-style: none;
  padding-left: 6px!important;
}
.news_detail_page .container .detail .ya-share2 ul li:before {
  content: none;
}
.news_detail_page .container .detail a[href^="#"] {
  color: #1c1c1c;
  font-family: "IBM Plex Sans";
  /* font-size: 48px; */
  font-weight: 700;
}
.news_detail_page .container .detail b {
  color: #1c1c1c;
  font-family: "IBM Plex Sans";
  /* font-size: 48px; */
  font-weight: 700;
}
.news_detail_page .container .detail strong {
  color: #1c1c1c;
  font-family: "IBM Plex Sans";
  /* font-size: 48px; */
  font-weight: 700;
}
.news_detail_page .container .detail table {
  width: 100%;
}
.news_detail_page .container .detail table tr td {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.news_detail_page .container .detail table tr th {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  padding: 20px;
  text-align: left;
}
.news_detail_page .container .detail table.nobg tr td {
  color: #4b4b4b;
  padding-left: 20px;
}
.news_detail_page .container .detail table.nobg tr td:nth-child(odd) {
  background: #fff;
}
.news_detail_page .container .detail table.nobg tr td:nth-child(even) {
  background: #fff;
}
.news_detail_page .container .detail table.nobg tr th {
  color: #1c1c1c;
  padding-left: 20px;
}
.news_detail_page .container .detail table.nobg tr th:nth-child(odd) {
  background: #fff;
}
.news_detail_page .container .detail table.nobg tr th:nth-child(even) {
  background: #fff;
}
.news_detail_page .container .detail table b,
.news_detail_page .container .detail table strong {
  color: #1c1c1c;
}
.news_detail_page .seporator {
  height: 1px;
  background: #e2e6e7;
}
.news_detail_page .footnote {
  padding: 32px 48px 28px;
  background-color: #13303c;
  border-radius: 12px;
  color: #ffffff;
}
.news_detail_page .footnote * {
  color: #ffffff !important;
}
.news_detail_page .footnote p {
  margin: 25px 0 15px;
}
.news_detail_page .footnote .important {
  width: 80px;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  height: 28px;
  padding: 2px 9px;
  background: #d00421;
  border-radius: 7px;
  position: relative;
}
.news_detail_page .footnote .important:after {
  content: '';
  display: block;
  height: 28px;
  right: -5px;
  top: -1px;
  position: absolute;
  border-left: 9px solid #d00421;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  box-sizing: border-box;
}
.footnote_border {
  padding: 32px 48px 45px;
  border-radius: 4px;
  border: 3px solid #fad400;
  background-color: #f0f0f0;
  color: #757575;
  font-family: Peugeot;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 45px;
  font-family: "Peugeot";
}
.footnote_border:before {
  content: 'Внимание!';
  display: block;
  color: #1c1c1c;
  font-family: Peugeot;
  font-family: "Peugeot";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footnote_plus {
  background: #FFFFFF;
  border: 1px solid #E1E3E5;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16), inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 8px;
}
.footnote_plus * {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #13303C;
}
.footnote_plus .h {
  background: url(/images/icons/thumb_up-24px.png) no-repeat calc(100% - 15px) 6px, rgba(31, 123, 143, 0.1);
  border: 1px solid rgba(31, 123, 143, 0.5);
  box-sizing: border-box;
  width: min-content;
  height: 40px;
  border-radius: 8px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1f7b8f;
  display: flex;
  align-items: center;
  padding: 1px 56px 0 16px;
  margin-bottom: 36px;
}
.footnote_plus ul:last-child {
  margin-bottom: 0!important;
}
.footnote_plus ol {
  padding-left: 15px;
  margin-bottom: 25px;
}
.footnote_plus ol li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
}
.footnote_plus ol li:last-child {
  margin-bottom: 0!important;
}
.footnote_plus ol:last-child {
  margin-bottom: 0!important;
}
.footnote_minus {
  background: #FFFFFF;
  border: 1px solid #E1E3E5;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16), inset 0px 1px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 8px;
}
.footnote_minus * {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #13303C;
}
.footnote_minus .h {
  background: url(/images/icons/thumb_down-24px.png) no-repeat calc(100% - 15px) 7px, rgba(233, 87, 47, 0.1);
  border: 1px solid rgba(233, 87, 47, 0.5);
  box-sizing: border-box;
  width: min-content;
  height: 40px;
  border-radius: 8px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #E9572F;
  display: flex;
  align-items: center;
  padding: 1px 56px 0 16px;
  margin-bottom: 36px;
}
.footnote_minus ul:last-child {
  margin-bottom: 0!important;
}
.footnote_minus ol {
  padding-left: 15px;
  margin-bottom: 25px;
}
.footnote_minus ol li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
}
.footnote_minus ol li:last-child {
  margin-bottom: 0!important;
}
.footnote_minus ol:last-child {
  margin-bottom: 0!important;
}
.news_detail_page .container .detail .footnote_plus ol {
  padding-left: 15px;
  margin-bottom: 25px;
  margin: 0 0 25px;
}
.news_detail_page .container .detail .footnote_minus ol {
  padding-left: 15px;
  margin-bottom: 25px;
  margin: 0 0 25px;
}
.also_read_small {
  border-top: 2px solid #fad400;
  border-bottom: 2px solid #fad400;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}
.also_read_small .item {
  padding: 45px 0px 48px 90px;
  position: relative;
}
.also_read_small .item .head {
  color: #1c1c1c;
  font-family: "Peugeot";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  border-bottom: none;
  display: block;
  margin-bottom: 20px;
}
.also_read_small .item .text {
  color: #757575;
  font-family: Peugeot;
  font-size: 16px;
  font-weight: 400;
}
.also_read_small .item + .item {
  border-top: 1px solid #e5e5e5;
}
.also_read_small .item:before {
  content: '';
  width: 32px;
  height: 40px;
  display: block;
  background: url(/stati/img/icon-article.png) no-repeat center center;
  background-size: contain;
  margin-bottom: 20px;
  position: absolute;
  top: 48px;
  left: 31px;
}
.also_read_small:before {
  content: 'Читайте также:';
  display: block;
  position: absolute;
  top: -63px;
  left: 0;
  color: #1c1c1c;
  font-family: Peugeot;
  font-size: 20px;
  font-weight: 700;
}
.dark_row {
  background: #13303c;
  color: #fff;
}
.dark_row * {
  color: #fff;
}
.dark_row .bx-breadcrumb .bx-breadcrumb-item-link .bx-breadcrumb-item-text {
  color: #fff;
}
.dark_row .bx-breadcrumb .bx-breadcrumb-item-text {
  color: #989898;
}
.services_row.services_page_row .services_container_1 {
  background: none;
}
.services_row.services_page_row .services_container_1 .services_list {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(4, 228px);
}
.service_row .container {
  padding-left: 300px;
  padding-top: 60px;
  padding-right: 100px;
  font-size: 15px;
  position: relative;
}
.service_row .container .head {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-right: 0;
}
.service_row .container .subhead {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 49px;
}
.service_row .container h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-weight: 500;
}
.service_row .container p {
  line-height: 1.65;
  font-size: 18px;
}
.service_row .container .advantages_wrap {
  display: grid;
  grid-template-columns: repeat(2, 370px);
  grid-row-gap: 30px;
  justify-content: space-between;
}
.service_row .container .advantages_wrap .advantages_item.write {
  background-color: #ebebeb;
}
.service_row .container .advantages_wrap .advantages_item.black {
  background-color: #13303c;
}
.service_row .container .advantages_wrap .advantages_item.red {
  background-color: #d00421;
}
.service_row .container .service_desc {
  font-size: 18px;
}
.service_row .container .scheme_tabs ul.tabs_head {
  margin-bottom: 60px;
  padding-left: 0;
}
.service_row .container .scheme_tabs ul.tabs_head li:before {
  display: none;
}
.service_row .container .scheme_tabs .light {
  display: grid;
  grid-template-columns: repeat(2, 360px);
  grid-row-gap: 80px;
  justify-content: space-between;
}
.service_row .container .scheme_tabs .light h3,
.service_row .container .scheme_tabs .light .title {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 30px;
}
.service_row .container .scheme_tabs .light .desc {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.service_row .container .scheme_tabs .in_detail .item {
  margin-bottom: 60px;
}
.service_row .container .scheme_tabs .in_detail h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 30px;
}
.service_row .container .scheme_tabs .in_detail .desc {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.service_row .container ul {
  font-size: 18px;
  padding-left: 21px;
  line-height: 1.6;
}
.service_row .container ul li {
  padding-left: 6px;
  margin-bottom: 10px;
  list-style: url(../images/icons/icon_check.png);
}
.service_row .container ul > ul {
  padding-left: 28px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.service_row .container ul > ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.service_row .container ol {
  padding-left: 21px;
  line-height: 1.6;
}
.service_row .container ol li {
  padding-left: 6px;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.service_row .container ol > ul {
  padding-left: 28px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.service_row .container ol > ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.service_row .container .left_col {
  position: absolute;
  left: 0;
  top: 68px;
  width: 230px;
}
.service_row .container .left_col .page_nav {
  padding-left: 0;
}
.service_row .container .left_col .page_nav li {
  list-style: none;
  margin-bottom: 6px;
}
.service_row .container .left_col .page_nav li a {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
  text-decoration: none;
}
.service_row .container .left_col .page_nav li a.active {
  color: #ff0025;
}
.service_row .container .left_col p {
  color: #666666;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  margin-top: 53px;
}
.service_row .container .left_col .transparent_but {
  border-radius: 24px;
  margin-top: 50px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 0px;
  height: 45px;
}
.service_row .contracts .colums {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
}
.service_row .contracts .colums .colum {
  margin-bottom: 10px;
  min-width: 300px;
}
.service_row .contracts .contract_link img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.service_row .contracts .contract_link + .contract_link {
  margin-left: 10px;
}
.service_row .contracts .contract_link[href="/zapolnenie-dogovora.php"] {
  background: #ff0000;
  color: #ffffff;
  border: 1px solid #ff0000;
}
.service_row .contracts .contract_text {
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 36px;
}
.service_row .contracts .contract {
  margin-top: 50px;
}
.service_row .price_two_blocks {
  border-radius: 4px ;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 760px) {
  .service_row .price_two_blocks {
    grid-template-columns: 100%;
  }
}
.service_row .price_two_blocks .block {
  border: 1px solid #e1e3e5;
  background-color: #ffffff;
  padding: 40px 10px 40px 45px ;
  min-width: 300px;
  flex-basis: 50%;
}
.service_row .price_two_blocks .block:nth-child(even) {
  border-left: none;
}
@media (max-width: 760px) {
  .service_row .price_two_blocks .block:nth-child(even) {
    border-left: 1px solid #e1e3e5;
  }
}
.service_row .price_two_blocks .block:nth-child(n+3) {
  border-top: none;
}
.service_row .price_two_blocks .block.fsize {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 760px) {
  .service_row .price_two_blocks .block.fsize {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.service_row .price_two_blocks .block.fsize p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #888888;
}
.service_row .price_two_blocks .block.big {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 760px) {
  .service_row .price_two_blocks .block.big {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.service_row .price_two_blocks h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.service_row .price_two_blocks .block_desc {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.service_row .price_two_blocks .block_price {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
}
.service_row .cheak_list {
  grid-template-columns: repeat(2, minmax(0, 50%));
  grid-column-gap: 10px;
  display: grid;
}
.service_row .cheak_list .col .elem {
  padding: 0 16px;
  border: 1px solid #E1E3E5;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
.service_row .cheak_list .col .elem .name {
  padding: 11px 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAySURBVHgB7dFBCgBQBATQ8e9/Z39jYSOJBfJKWU1TA3THcqaHpAUBpH5GDJU08NyMI3yASwUQcuB9kAAAAABJRU5ErkJggg==') no-repeat 97% center;
}
.service_row .cheak_list .col .elem .text {
  padding: 0 0 ;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  height: 0;
  color: #13303C;
  overflow: hidden;
}
.service_row .cheak_list .col .elem.open .name {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAACCAYAAABsfz2XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZSURBVHgBlcABAQAACAIg6v9n3SCHGLxRAV7IAQMZZ2EwAAAAAElFTkSuQmCC') no-repeat 97% center;
}
.service_row .cheak_list .col .elem.open .text {
  padding: 0 0 16px;
  height: auto;
}
.service_row .services_advantage {
  border-bottom: 1px solid #E1E3E5;
  border-top: 1px solid #E1E3E5;
}
.service_row .services_advantage .elem {
  display: grid;
  padding: 32px 0 0 ;
  grid-template-columns: 70px auto;
}
.service_row .services_advantage .elem .icon {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.service_row .services_advantage .elem .text {
  border-bottom: 1px solid #E1E3E5;
  padding-bottom: 32px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  /* identical to box height, or 160% */
  color: #13303C;
}
.service_row .services_advantage .elem .text .h {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 3px;
}
.service_row .warn_blocks {
  grid-template-columns: repeat(2, minmax(0, 50%));
  grid-column-gap: 40px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 40px;
}
.service_row .warn_blocks .elem {
  padding: 27px 24px 29px 60px;
  border: 1px solid #E1E3E5;
  background: url(/images/icons/warning.png) no-repeat 25px 28px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #13303C;
}
.service_row .table_head {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 22px;
  font-weight: 500;
}
.service_row table {
  width: 100%;
}
.service_row table td {
  padding: 20px 9px 20px  0 ;
  border-top: 1px solid #d1d1d1;
}
.service_row table thead td {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 17px;
  font-weight: 500;
}
.service_row table tbody tr:last-child td {
  border-bottom: 1px solid #d1d1d1;
}
.service_row table tbody td {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.service_row .container .media .tabs_head {
  padding-left: 0;
  padding: 57px 0 0;
}
.service_row .container .media .tabs_head li {
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  border-bottom: 1px dashed;
  display: inline-block;
  margin-right: 20px;
}
.service_row .container .media .tabs_head li.active {
  border-bottom: 1px dashed transparent;
}
.service_row .service_contact {
  padding: 40px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
}
.ya-share2__list {
  padding-left: 0!important;
}
.scheme_tabs.tabs_container ul.tabs_head {
  display: flex;
  padding-left: 0!important;
}
.scheme_tabs.tabs_container ul.tabs_head li {
  cursor: pointer;
  list-style: none;
  height: 36px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 5px 14px;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-weight: 400;
}
.scheme_tabs.tabs_container ul.tabs_head li:before {
  display: none;
}
.scheme_tabs.tabs_container ul.tabs_head li.active {
  background-color: #13303c;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  color: #ffffff;
}
.scheme_tabs.tabs_container ul.tabs_head li:nth-child(2) {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.scheme_tabs.tabs_container .tabs_content {
  font-size: 15px;
}
.scheme_tabs.tabs_container .tab_content {
  display: none;
}
.scheme_tabs.tabs_container .tab_content.active {
  display: block;
}
.scheme_tabs.tabs_container .tab_content ul {
  padding-left: 21px!important;
}
.scheme_tabs.tabs_container .tab_content ul li {
  padding-left: 6px;
  margin-bottom: 10px;
}
.scheme_tabs.tabs_container .tab_content ul li:before {
  display: none;
}
.contact {
  color: #666666;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.contact .s1 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
}
.contact b {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
}
.contact .seporator {
  height: 1px;
  background-color: #e1e3e5;
  margin: 31px 0 30px;
}
.contact a {
  color: #ff0025;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
}
.main_modal_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
}
.main_modal_menu.open {
  display: block;
}
.main_modal_menu .menu_shirma {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: #13303c;
  opacity: 0.2;
  top: 0;
  left: 0;
  display: block;
}
.main_modal_menu .menu_list_wrap {
  position: absolute;
  width: 250px;
  height: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  right: 0;
  padding: 48px  0;
}
.main_modal_menu .menu_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 22px;
  cursor: pointer;
}
.main_modal_menu .menu_close span {
  font-size: 20px;
}
.main_modal_menu .menu_list li {
  margin-bottom: 7px;
  padding-left: 40px;
}
.main_modal_menu .menu_list li.seporator {
  padding-left: 0;
  margin: 20px 0 15px ;
  height: 1px;
  background: #e2e6e7;
}
.main_modal_menu .menu_list a {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 19px;
}
.main_modal_menu .quick_blocks {
  display: flex;
  padding-left: 40px;
  margin-top: 27px;
}
.main_modal_menu .quick_blocks .quick_block {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: #8e8e8e29;
  border-radius: 6px;
  text-align: center;
  box-shadow: -1px 1px 2px rgba(14, 14, 14, 0.4);
  cursor: pointer;
}
.main_modal_menu .quick_blocks .quick_block .fa {
  font-size: 23px;
  line-height: 40px;
  color: grey;
}
.state_sections_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.state_sections_list.mobile_v {
  display: none;
  flex-wrap: nowrap;
  overflow: auto;
}
@media (max-width: 760px) {
  .state_sections_list {
    margin-top: 42px;
    margin-bottom: 10px;
  }
  .state_sections_list.modern_scroll {
    display: none;
  }
  .state_sections_list.mobile_v {
    display: flex;
  }
}
.state_sections_list .section_element {
  height: 30px;
  border-radius: 4px;
  border: 1px solid #0f0f0f;
  padding: 3px 11px;
  opacity: 0.6;
  margin-right: 10px;
  margin-bottom: 10px;
}
.state_sections_list .section_element a {
  color: #010101;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  font-weight: 400;
  border-bottom: none;
  white-space: nowrap;
}
.state_sections_list .section_element:hover {
  opacity: 0.9;
}
.state_sections_list .section_element.active {
  opacity: 0.9;
}
.agreement_text_block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 50px 100px;
  font-size: 16px;
  line-height: 1.8;
  overflow: auto;
  border-radius: 4px;
}
.agreement_text_block h3 {
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 36px;
  line-height: normal;
}
.agreement_text_block .agree_close {
  right: 20px;
  position: absolute;
  top: 19px;
  font-size: 17px;
}
.agreement_text_block b {
  display: block;
}
#mobile_menu {
  box-sizing: border-box;
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  padding: 50px 30px;
  z-index: 9992;
  transition: all 0.5s;
}
#mobile_menu .mobile_menu_list li {
  display: block;
}
#mobile_menu .mobile_menu_list li a {
  color: #1c1c1c;
  font-family: Peugeot;
  font-size: 17px;
  font-weight: 400;
}
#mobile_menu .contact_phone {
  margin-top: 12vw;
  color: #1c1c1c;
  font-family: Peugeot;
  font-size: 24px;
  font-weight: 700;
}
#mobile_menu .search {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#mobile_menu.open {
  right: 0;
}
#mobile_menu .mobile_menu_close {
  background: url(/bitrix/templates/corp_services_orange/img/menu_icon.png) no-repeat center center;
  display: block;
  width: 24px;
  height: 18px;
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  top: 53px;
}
.menu_shirma {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9991;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #1c1c1c;
  opacity: 0.5;
}
.menu_shirma.open {
  display: block;
}
.media_slider {
  margin: 20px 0;
  position: relative;
}
.media_slider .slick-slide {
  height: 0;
}
.media_slider .slick-slide.slick-active {
  height: auto;
}
.media_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 44px;
  height: 44px;
  opacity: 0.8;
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  z-index: 9;
}
.media_slider .slick-arrow.slick-prev {
  left: 20px;
}
.media_slider .slick-arrow.slick-next {
  right: 20px;
}
.simple_slider {
  margin: 20px 0;
  position: relative;
}
.simple_slider img {
  max-width: 772px;
  min-width: 772px;
}
.simple_slider .slick-slide {
  height: 0;
}
.simple_slider .slick-slide.slick-active {
  height: auto;
}
.simple_slider .slick-track {
  min-width: 100%;
  height: 100%;
}
.simple_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 44px;
  height: 44px;
  opacity: 0.8;
  background-color: #000000;
  border-radius: 4px;
  color: #fff;
  z-index: 9;
}
.simple_slider .slick-arrow.slick-prev {
  left: 20px;
}
.simple_slider .slick-arrow.slick-next {
  right: 20px;
}
/* menuTwo */
.menuTwo {
  width: 16px;
  height: 18px;
  /* margin: 10px 10px; */
  position: relative;
  cursor: pointer;
  padding: 2px 0;
  display: inline-block;
  /* background: #e0d0d1; */
}
.menuTwo span {
  background-color: #989898;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.menuTwo span:nth-child(1) {
  width: 100%;
  height: 2px;
  display: block;
  top: 3px;
  left: 0px;
}
.menuTwo span:nth-child(2) {
  width: 100%;
  height: 2px;
  display: block;
  top: 8px;
  left: 0px;
}
.menuTwo span:nth-child(3) {
  width: 100%;
  height: 2px;
  display: block;
  bottom: 2px;
  left: 0px;
}
.menuTwo:not(.clickMenuTow):hover span:nth-child(1) {
  /* width: 100%; */
  /* height:  4px; */
  /* display: block; */
  /* top: -2px; */
  /* left: 0px; */
  /* transition: .3s cubic-bezier(.8, .5, .2, 1.4); */
}
.menuTwo:not(.clickMenuTow):hover span:nth-child(2) {
  /* width: 100%; */
  /* height:  4px; */
  /* display: block; */
  /* top: 13px; */
  /* left: 0px; */
  /* transition: .4s cubic-bezier(.8, .5, .2, 1.4); */
}
.menuTwo:not(.clickMenuTow):hover span:nth-child(3) {
  /* width: 100%; */
  /* height:  4px; */
  /* display: block; */
  /* bottom: -2px; */
  /* left: 0px; */
  /* transition: .3s cubic-bezier(.8, .5, .2, 1.4); */
}
.clickMenuTow span:nth-child(1) {
  left: -1px;
  top: 7px;
  width: 19px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}
.clickMenuTow span:nth-child(2) {
  left: -1px;
  top: 13px;
  width: 11px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}
.clickMenuTow span:nth-child(3) {
  left: 8px;
  top: 12px;
  width: 11px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}
.menuTree {
  width: 22px;
  height: 22px;
  /* margin: 10px 10px; */
  position: relative;
  z-index: 999;
  cursor: pointer;
  transform: scale(0.8);
  transition: all 0.8s;
}
.menuTree span {
  position: absolute;
  height: 1px;
  width: 14px;
  background: #989898;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.menuTree span:nth-child(1) {
  /* height: 2px; */
  /* width: 14px; */
  /* background: #989898; */
  transform: rotate(-45deg);
  top: 15px;
  left: -1px;
}
.menuTree span:nth-child(2) {
  transform: rotate(45deg);
  top: 15px;
  left: 9px;
}
.menuTree span:nth-child(3) {
  transform: rotate(-45deg);
  top: 5px;
  left: 9px;
}
.menuTree span:nth-child(4) {
  transform: rotate(45deg);
  top: 5px;
  left: -1px;
}
.menuTree:hover {
  transform: rotate(90deg) scale(0.8);
}
.avto_list {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: space-between;
  grid-row-gap: 27px;
}
.avto_list .avto_item {
  height: 278px;
  position: relative;
  box-shadow: 0px 3px 3px 0px rgba(51, 67, 87, 0.15);
  border-radius: 4px;
  overflow: hidden;
  border: none;
  display: block;
}
.avto_list .avto_item .name {
  position: relative;
  top: 187px;
  left: 24px;
  z-index: 9;
  font-family: 'IBM Plex Sans';
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.avto_list .avto_item .price {
  position: relative;
  top: 201px;
  left: 24px;
  z-index: 9;
  padding: 0 11px;
  display: inline-block;
  background-color: #d00421;
  border-radius: 7px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  height: 28px;
}
.avto_list .avto_item .year {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 9;
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0px 5px;
  border-radius: 7px;
  height: 28px;
}
.avto_list .avto_item:after {
  content: ' ';
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  /* top: 71%; */
  bottom: 0;
  display: block;
  opacity: 0.5;
}
.avto_list .avto_item:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #000000;
  opacity: 0.3;
}
.avto_list .avto_item.sold .sold_icon {
  display: block;
  position: absolute;
  top: 24px;
  width: 82px;
  height: 28px;
  left: 24px;
  bottom: 226px;
  background: #D00421;
  border-radius: 7px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
}
.avto_list .avto_item.sold .price {
  background-color: #d3d3d3;
  color: #000;
}
.avto_list .avto_item.sold .price:after {
  content: '';
  display: inline-block;
  height: 2px;
  background: #000000;
  width: calc(100% - 17px);
  position: absolute;
  top: 13px;
  left: 8px;
}
.avto_list.white .name {
  font-family: 'IBM Plex Sans';
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.avto_list.white .name a {
  color: #ffffff;
}
.avto_detail .price {
  top: 187px;
  left: 40px;
  z-index: 9;
  padding: 1px 11px;
  display: inline-block;
  background-color: #d00421;
  border-radius: 7px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  height: 28px;
  margin-bottom: 57px;
}
.avto_detail .service_contact {
  padding: 40px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  margin-bottom: 60px;
}
.avto_detail table {
  font-size: 16px;
}
.avto_detail table.avto_property_table tr td {
  padding-left: 0;
}
.avto_detail table.avto_property_table tr td b {
  font-size: 16px!important;
}
.short_avto .avto_list {
  display: grid;
  grid-template-columns: repeat(2, 370px);
}
.others_new.avto_v_nalichii .avto_list {
  display: grid;
  grid-template-columns: repeat(3, 370px);
}
@media screen and (max-width: 1190px) {
  .others_new.avto_v_nalichii .avto_list {
    grid-template-columns: repeat(2, 47%);
  }
}
@media screen and (max-width: 740px) {
  .others_new.avto_v_nalichii .avto_list {
    display: block;
  }
  .others_new.avto_v_nalichii .avto_list .avto_item {
    width: 370px;
    max-width: 100% ;
  }
}
.others_new.avto_v_nalichii .head {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 56px;
  padding-right: 200px;
}
@media screen and (max-width: 740px) {
  .others_new.avto_v_nalichii .head {
    font-size: 36px;
    padding-right: 0;
  }
}
.for_media_slider {
  margin-bottom: 60px;
}
.for_media_slider .slick-track {
  display: grid;
  grid-template-columns: repeat(5, 19%);
  grid-row-gap: 9px;
  justify-content: space-between;
  position: static;
  width: 100%!important;
  max-width: 100%;
  left: 0!important;
}
.for_media_slider .slick-track:before,
.for_media_slider .slick-track:after {
  display: none;
}
.for_media_slider .slick-track .slick-slide {
  cursor: pointer;
  height: 85px;
  background-position: center center;
  width: auto!important;
  background-size: cover;
  background-repeat: no-repeat;
}
.car_detail .container {
  align-items: flex-start;
}
.car_detail .container .right_col {
  flex-basis: 353px;
  margin-left: 0;
  margin-top: 91px;
  padding: 40px;
  border: 1px solid rgba(128, 128, 128, 0.46);
  border-radius: 4px;
  min-height: 580px;
  max-width: none;
}
.car_detail .container .right_col .price {
  font-weight: 500;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 38px;
}
.car_detail .container .right_col .sold_icon {
  display: block;
  /* position: absolute; */
  /* top: 24px; */
  width: 82px;
  height: 28px;
  left: 24px;
  bottom: 226px;
  background: #D00421;
  border-radius: 7px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: inherit;
  margin-top: 14px;
}
.car_detail .container .right_col .price_seporator {
  padding-bottom: 40px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 40px;
}
.car_detail .container .prop_row {
  font-size: 17px;
  margin-bottom: 3.7px;
  line-height: 1.6;
}
.car_detail .container .detail h1 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1210px) {
  .car_detail .container {
    display: block;
  }
  .car_detail.news_detail_page .container .right_col {
    padding: 27px;
    display: block;
  }
}
@media screen and (max-width: 1290px) {
  body > header .container {
    width: 100%;
  }
  body > header .head_drop_menu .right_col {
    width: auto;
  }
  body > header .head_drop_menu .middle .col {
    min-width: 140px;
  }
  body > header .right_col {
    width: inherit;
  }
  body > header .left_col .top_menu {
    display: none;
  }
  body > header .right_col .add_application {
    margin-left: auto;
  }
}
@media (min-width: 1190px) {
  .top_slider_row .sub_slide_block .container .slick-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .top_slider_row .sub_slide_block .container .slick-track {
    display: flex;
    -webkit-box-pack: justify;
    min-width: 100%;
    justify-content: space-between;
  }
  .top_slider_row .sub_slide_block .container .section {
    position: static!important;
    opacity: 1!important;
  }
}
@media screen and (max-width: 1190px) {
  .container {
    width: 930px;
  }
  body > header .container {
    width: 100%;
    max-width: 1024px;
  }
  body > header .right_col {
    width: inherit;
  }
  body > header .left_col .top_menu {
    display: none;
  }
  body > header .right_col .add_application {
    margin-left: auto;
  }
  .top_slider_row {
    height: 680px;
  }
  .top_slider_row .top_slider_bg {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .top_slider_row .filter {
    height: 100%;
    width: auto;
  }
  .top_slider_row video {
    height: 100%;
    width: auto;
  }
  .top_slider_row .sub_slide_block .container {
    width: auto;
    padding: 0;
  }
  .top_slider_row .top_slider .slides {
    width: 100%;
  }
  .top_slider_row .top_slider .slick-arrow {
    width: 54px;
    flex-basis: 71px;
  }
  .top_slider_row .top_slider .slide .slide_head {
    font-size: 42px;
    text-align: center;
  }
  .top_slider_row .top_slider .slide .slide_subhead {
    text-align: center;
  }
  .top_slider_row .top_slider .slide .slide_red_box {
    margin: 61px auto 0;
  }
  .top_slider_row .top_slider .slide .slide_transparent_box {
    margin: 61px auto 0;
    padding-right: 0;
    text-align: center;
  }
  .top_slider_row .sub_slide_block .container .slick-track {
    height: 100%;
  }
  .top_slider_row .sub_slide_block .section {
    text-align: center;
    justify-content: center;
  }
  .top_slider_row .sub_slide_block .slick-arrow {
    position: absolute;
    height: 100%;
    background: none;
    z-index: 9;
  }
  .top_slider_row .sub_slide_block .slick-arrow.slick-prev {
    left: 9px;
  }
  .top_slider_row .sub_slide_block .slick-arrow.slick-next {
    right: 9px;
  }
  .top_slider_row .sub_slide_block .section span br {
    display: none;
  }
  .services_row .services_container_1 {
    background: url(../images/services_bg.png) no-repeat 530px 245px;
  }
  .services_row .services_container_2 .contract {
    position: static;
  }
  .services_row .services_container_2 .contract .contract_text {
    max-width: none;
  }
  .advantages_row .advantages_container {
    overflow: hidden;
  }
  .advantages_row .advantages_container .slick-track {
    display: flex;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_price {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item {
    height: auto;
  }
  .car_example_row .car_example_filter .car_example_form {
    grid-template-columns: repeat(3, 290px);
  }
  .car_example_row .ui-selectmenu-button,
  .car_example_row .car_example_filter .filter_block input,
  .car_example_row .car_example_filter .filter_block select {
    width: 290px;
  }
  .car_example_row .car_example_filter .filter_block.year_block input {
    width: 133px;
  }
  .car_example_row .car_example_table {
    margin-top: 60px;
    overflow: auto;
  }
  .top_slider_row .sub_slide_block {
    padding: 0 30px;
  }
  .reviews_row .reviews_list {
    grid-template-columns: repeat(2, 48%);
  }
  .reviews_row .reviews_list .review:nth-child(3) {
    display: none;
  }
  .news_list {
    grid-template-columns: repeat(2, 48%);
  }
  body > footer .container_top .left {
    flex-wrap: wrap;
  }
  body > footer .container_top .left .block {
    width: 190px;
    margin-bottom: 30px;
  }
  body > footer .container_top .right .block {
    width: 190px;
  }
  .faq_row .questions_list .left_column,
  .faq_row .questions_list .right_column {
    width: 430px;
  }
  .faq_row .questions_list .question {
    width: 430px;
    margin-bottom: 58px;
  }
  .service_row .container .left_col {
    display: none;
  }
  .service_row .container {
    padding-left: 0;
    padding-right: 0;
  }
  .service_row .container .advantages_wrap {
    grid-template-columns: repeat(3, 290px);
  }
  .advantages_wrap .advantages_item {
    width: 290px;
  }
  .service_row .container .subhead {
    font-size: 36px;
    line-height: 1.2;
  }
  .news_detail_page .container .right_col {
    display: none;
  }
  .news_detail_page .container .detail {
    width: 100%;
    max-width: none;
  }
  .short_avto .avto_list {
    grid-template-columns: repeat(2, 47%);
  }
  .useful_row .element_list {
    grid-template-columns: repeat(3, 290px);
  }
  .useful_row .element_list .element {
    height: auto;
    padding: 35px 34px 50px;
  }
  .takephone_form_container form,
  .new_ask_form_container form {
    display: block;
  }
  .new_ask_form_container,
  .takephone_form_container {
    width: auto;
    padding: 0;
  }
  .new_ask_form_container .head,
  .takephone_form_container .head {
    font-size: 32px;
    padding-right: 0;
  }
  .latest_news_list {
    grid-template-columns: repeat(3, 30%);
  }
  .latest_news_list .item .image {
    width: 100%;
    height: auto;
  }
  .latest_news_list .item .image a {
    height: auto;
  }
  .latest_news_list .item .image a img {
    position: relative;
  }
  .latest_news_list .item .name {
    padding: 30px 28px 0 24px;
  }
  .latest_news_list .item .date {
    left: 24px;
  }
  .avto_list {
    grid-template-columns: repeat(2, 370px);
    justify-content: space-around;
  }
  .contact_info_row .container {
    display: block;
  }
  .contact_info_row .container .column {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 690px;
  }
  .reviews_row .social_reviews_container {
    display: block;
  }
  .reviews_row .social_reviews_container .social_rev_block {
    margin-bottom: 30px;
  }
  .useful_row .element_list {
    display: block;
  }
  .useful_row .element_list .element {
    margin-bottom: 20px;
    width: 100%;
  }
  .car_example_row .container .head,
  .reviews_row .head,
  .faq_row .head,
  .useful_row .head,
  .short_hews_row .head,
  .services_row .services_container_1 .head,
  .services_row .services_container_2 .head,
  .news_detail_page .container .detail h1,
  .latest_news_row .head,
  .advantages_row .advantages_container .head {
    font-size: 36px;
    padding-right: 85px;
  }
  .service_row .container .head {
    font-size: 36px;
  }
  .services_row .services_container_1,
  .advantages_row .advantages_container,
  .car_example_row .container,
  .reviews_row .container,
  .faq_row .container,
  .short_hews_row .container {
    padding-top: 35px;
    padding-bottom: 44px;
  }
  body > footer {
    padding: 62px 4% 75px;
  }
  .reviews_row .head {
    display: block;
  }
  .reviews_row .head .subhead {
    font-family: 'IBM Plex Sans';
    font-size: 18px;
    margin-top: 0px;
  }
  .services_row .services_container_1 {
    background: none;
  }
  .car_example_row .car_example_filter .car_example_form {
    grid-template-columns: repeat(2, 330px);
  }
  .car_example_row .ui-selectmenu-button,
  .car_example_row .car_example_filter .filter_block input,
  .car_example_row .car_example_filter .filter_block select {
    width: 330px;
  }
  .car_example_row .car_example_filter .filter_block.year_block input {
    width: 150px;
  }
  .car_example_row .car_example_table {
    margin-top: 60px;
    overflow: auto;
  }
  .top_slider_row .sub_slide_block {
    padding: 0 4%;
  }
  .reviews_row .reviews_list {
    grid-template-columns: repeat(1, 100%);
  }
  .reviews_row .reviews_list .review:nth-child(2) {
    display: none;
  }
  body > footer .container_top {
    display: block;
  }
  body > footer .container_bottom {
    display: block;
  }
  body > footer .container_bottom .willday {
    margin-top: 18px;
  }
  body > footer .container_top .left .block {
    width: 50%;
    margin-right: 0;
    min-width: 240px;
  }
  .faq_row .questions_list .left_column,
  .faq_row .questions_list .right_column {
    width: 100%;
  }
  .faq_row .questions_list .question {
    width: 100%;
    margin-bottom: 40px;
  }
  .faq_row .questions_list .question:last-child {
    margin-bottom: 0;
  }
  .services_row .services_container_1 .services_list {
    max-width: none;
  }
  .services_row .services_container_1 .block {
    flex-basis: 45%;
    min-width: 250px;
  }
  .services_row.services_page_row .services_container_1 .services_list {
    grid-template-columns: repeat(2, 45%);
  }
  .services_row .services_container_2 .services_list {
    max-width: none;
  }
  .services_row .services_container_2 .block {
    flex-basis: 45%;
    min-width: 300px;
  }
  body > header .right_col .phone_num {
    margin-right: auto;
  }
  .service_row .container .advantages_wrap {
    grid-template-columns: repeat(2, 330px);
  }
  .advantages_wrap .advantages_item {
    width: 330px;
  }
  .contact_info_row .contact_callback_block {
    position: relative;
    right: 0;
    top: 0;
  }
  body > header .head_drop_menu .middle .col {
    margin-right: 10px;
  }
  .short_avto .avto_list {
    display: block;
  }
  .avto_list .avto_item {
    margin-bottom: 10px;
  }
  .avto_list {
    grid-template-columns: repeat(2, 336px);
  }
  .car_example_row .container .head .go_all {
    display: block;
    position: static;
    margin-top: 10px;
  }
  .services_row .services_container_2 .services_list.services_page_list {
    border-top: none;
  }
}
@media screen and (max-width: 860px) {
  body > header .head_drop_menu .buttom {
    grid-column-gap: 10px;
  }
  body > header .head_drop_menu .buttom .transparent_but {
    margin-bottom: 10px;
  }
  body > header .head_drop_menu .buttom .red_but {
    margin-bottom: 10px;
  }
  body > header .head_drop_menu .buttom .left > b {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  body > header .right_col .slide_menu {
    line-height: 1;
    cursor: pointer;
    margin-right: 0px;
  }
  .avto_list {
    display: block;
  }
  .latest_news_list {
    grid-template-columns: repeat(1, 100%);
  }
  .latest_news_list .item {
    display: flex;
    height: auto;
    margin-bottom: 30px;
    box-shadow: 0 3px 19px rgba(51, 68, 87, 0.15), 0 0px 1px rgba(51, 68, 87, 0.15);
  }
  .latest_news_list .item .image {
    width: 200px;
  }
  body > header .head_drop_menu .middle .col.auc_col {
    display: none;
  }
  .latest_news_list .item .name {
    padding: 50px 28px 20px 24px;
  }
  .latest_news_list .item .date {
    left: 224px;
    bottom: auto;
    top: 0;
  }
  .latest_news_list .item .image a img {
    position: relative;
    width: 200px;
  }
  .latest_news_list .item .image a {
    height: auto;
    width: 200px;
  }
  .news_list,
  .news_detail_page .container .detail .others_new .news_list {
    grid-template-columns: repeat(1, 100%);
    display: grid;
  }
  .container {
    width: 502px;
  }
  body > header .container {
    width: 100%;
  }
  .row {
    padding-left: 4%;
    padding-right: 4%;
  }
  body > header .right_col {
    justify-content: flex-end;
  }
  .top_slider_row .top_slider,
  .top_slider_row,
  .top_head_row,
  .contact_row {
    padding-left: 0%;
    padding-right: 0%;
  }
  .contact_row .row {
    padding: 0 4%;
  }
  .top_slider_row .top_slider .slides {
    display: block;
    height: 100%;
  }
  .top_slider_row .top_slider .slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .top_slider_row .top_slider .slick-arrow {
    position: absolute;
    z-index: 9;
  }
  body > header .container {
    padding: 4%;
  }
  .top_slider_row .top_slider .slick-arrow.slick-next img {
    left: 0;
  }
  .services_row .services_container_1 .block,
  .services_row .services_container_2 .block {
    width: 100%;
    flex-basis: 100%;
  }
  .car_example_row .container .head,
  .reviews_row .head,
  .faq_row .head,
  .useful_row .head,
  .short_hews_row .head,
  .services_row .services_container_1 .head,
  .services_row .services_container_2 .head,
  .news_detail_page .container .detail h1,
  .latest_news_row .head,
  .advantages_row .advantages_container .head {
    font-size: 30px;
    margin-bottom: 42px;
    padding-right: 0px;
    display: block;
    line-height: 1.3;
  }
  .car_example_row .container .head .go_all,
  .reviews_row .head .go_all,
  .faq_row .head .go_all,
  .useful_row .head .go_all,
  .short_hews_row .head .go_all,
  .services_row .services_container_1 .head .go_all,
  .services_row .services_container_2 .head .go_all,
  .news_detail_page .container .detail h1 .go_all,
  .latest_news_row .head .go_all,
  .advantages_row .advantages_container .head .go_all {
    position: static;
    top: 0;
    display: block;
    margin-top: 14px;
  }
  .top_slider_row .top_slider .slide .slide_subhead {
    padding: 0 30px;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item {
    margin-bottom: 30px;
    width: 100%;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item :last-child {
    margin-bottom: 0;
  }
  body > header .right_col .add_application {
    margin: 0 18px;
  }
  body > header .right_col .add_application .red_but {
    width: 163px;
    height: 41px;
    padding-top: 7px;
  }
  body > header .right_col .phone_num a {
    font-size: 16px;
  }
  .top_slider_row .top_slider .slide .slide_head {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .top_slider_row .top_slider .slide .slide_head br {
    display: none;
  }
  .top_slider_row .top_slider.china-slider {
    padding-bottom: 0;
    height: auto;
  }
  .car_example_row .car_example_filter .car_example_form {
    grid-template-columns: repeat(2, 236px);
  }
  .car_example_row .ui-selectmenu-button,
  .car_example_row .car_example_filter .filter_block input,
  .car_example_row .car_example_filter .filter_block select {
    width: 236px;
  }
  .car_example_row .car_example_filter .filter_block.year_block input {
    width: 110px;
  }
  .service_row .container .advantages_wrap {
    grid-template-columns: repeat(1, 100%);
  }
  .service_row .container .advantages_wrap {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
  }
  .service_row .container .advantages_item {
    padding: 21px;
    height: 161px;
    margin-right: 0;
    margin-left: 0;
  }
  .service_row .container .advantages_item .icon {
    display: block;
    margin-bottom: 12px;
    max-width: 40px;
    max-height: 40px;
    height: auto;
  }
  .service_row .container .advantages_item .item_head {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 28px;
  }
  .service_row .container .advantages_item .item_desc {
    display: none;
  }
  .service_row .container .advantages_item .item_price {
    position: relative;
    bottom: 39px;
    left: 0;
  }
  .service_row .container .advantages_item.red .item_price:after {
    box-shadow: -3px 0 0px #ffffff;
  }
  .service_row .container .advantages_item.black .item_price:after {
    box-shadow: -3px 0 0px #d00421;
  }
  .service_row .container .advantages_item.write .item_price:after {
    box-shadow: -3px 0 0px #dbdbdb;
  }
  .advantages_wrap .advantages_item {
    width: 100%;
  }
  .service_row .container .scheme_tabs .light {
    grid-template-columns: repeat(1, 100%);
  }
  .service_row .contracts .colums .colum {
    max-width: 100%;
    min-width: 100%;
  }
  .service_row .contracts .contract .contract_link {
    margin-bottom: 15px;
  }
  .service_row .price_two_blocks .block {
    min-width: 100%;
  }
  .service_row .container .head {
    font-size: 28px;
    margin-bottom: 17px;
  }
  .contact_recvisit_row .head {
    line-height: 1em;
  }
  .faq_page .head .after_head {
    position: relative;
  }
  .faq_page .head .after_head .transparent_but {
    display: block;
    margin-left: 0;
  }
  .faq_row .tabs_head {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .faq_row .tabs_head .tab_head {
    border: 1px solid #fff !important;
    border-radius: 4px;
    margin-bottom: 1px;
  }
  .faq_row .tabs_head .tab_head.active {
    border: 1px solid #bcbcbc !important;
  }
  .news_list .section {
    font-size: 13px;
    margin-top: 8px;
  }
  body > header .head_drop_menu .middle {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body > header .head_drop_menu .middle .col {
    min-width: 135px;
    margin-bottom: 30px;
    margin-right: 0;
    flex-basis: 50%;
  }
  body > header .head_drop_menu .email {
    display: none;
  }
  body > header .head_drop_menu .buttom .red_but {
    margin-top: 15px;
    width: 195px;
  }
  body > header .head_drop_menu .buttom .transparent_but {
    margin-top: 15px;
  }
  .new_ask_form_container .input_box textarea {
    height: 78px;
  }
  .service_row .cheak_list {
    display: block;
  }
  .service_row .warn_blocks {
    display: block;
  }
  .service_row .warn_blocks .elem {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .head_search_line_open,
  .head_search_line {
    display: none!important;
  }
  .container {
    width: 100%;
  }
  .service_row .container .service_desc > h3 {
    margin: 15px 0 10px;
  }
  .car_example_row .car_example_filter .car_example_form {
    display: block;
  }
  .car_example_row .ui-selectmenu-button,
  .car_example_row .car_example_filter .filter_block input,
  .car_example_row .car_example_filter .filter_block select {
    width: 100%;
  }
  .car_example_row .car_example_filter .filter_block.year_block {
    justify-content: flex-start;
  }
  .car_example_row .car_example_filter .filter_block.year_block input {
    margin-right: 14px;
  }
  .car_example_row .car_example_filter .filter_block.submit_block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .car_example_row .car_example_filter .clear_but {
    width: 115px;
  }
  body > header .right_col .add_application {
    display: none;
  }
  .top_slider_row .sub_slide_block {
    padding: 0;
  }
  .services_row .services_container_1 .services_list {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
    margin-bottom: 0;
  }
  .services_row .services_container_1 {
    padding-bottom: 15px;
  }
  .services_row .services_container_1 .block:last-child {
    margin-bottom: 40px;
  }
  .services_row .services_container_2 .contract .contract_link + .contract_link {
    margin-left: 0;
    margin-top: 16px;
  }
  .car_example_row .car_example_table {
    border-top: 1px solid #d1d1d1;
  }
  .top_slider_row .top_slider .slide .slide_red_box {
    display: none;
  }
  .top_slider_row .top_slider .slide .slide_transparent_box {
    padding-left: 0;
    padding: 0;
    text-align: center;
    margin-top: 37px;
  }
  .top_slider_row .top_slider .slick-arrow {
    display: none!important;
  }
  .top_slider_row .sub_slide_block .section {
    padding: 0 46px;
    text-align: left;
  }
  .top_slider_row .top_slider .slide .slide_head {
    padding: 0 30px;
  }
  .contact_info_row .contact_callback_block {
    max-width: 100%;
  }
  .latest_news_list .item {
    display: block;
    padding-bottom: 30px;
  }
  .latest_news_list .item .image a {
    width: 100%;
  }
  .latest_news_list .item .image a img {
    width: 100%;
  }
  .latest_news_list .item .image {
    width: 100%;
  }
  .latest_news_list .item .date {
    left: 24px;
    bottom: 11px;
    top: auto;
  }
  .service_row .container .service_desc > br {
    display: none;
  }
  .service_row .price_two_blocks {
    margin: 38px 0;
  }
  .service_row .price_two_blocks .block + .block {
    border-left: 1px solid #e1e3e5;
  }
  .service_row .price_two_blocks .block {
    padding: 40px 10px 40px 30px;
  }
  .service_row .container .subhead {
    margin-top: 33px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .service_row .container .scheme_tabs ul.tabs_head {
    margin-bottom: 40px;
  }
  .service_row .container .scheme_tabs .light h3,
  .service_row .container .scheme_tabs .light .title {
    margin-top: 15px;
  }
  .service_row .contracts .contract_link + .contract_link {
    margin-left: 0;
  }
  .service_row .contracts .contract_text {
    margin-top: 7px;
  }
  .service_row .service_contact {
    margin: 48px 0;
  }
  body > footer {
    padding: 41px 4% 75px;
  }
  body > footer .container_bottom {
    padding: 18px 0 0;
  }
  .why_japan {
    font-size: 15px;
  }
  .service_row .contracts .colums .colum {
    font-size: 15px;
    line-height: 1.6;
  }
  .latest_news_row .container {
    padding-top: 34px;
  }
  .news_detail_page .container .detail h1 {
    margin-bottom: 14px;
  }
  .short_hews_row.news_detail_page .container .detail h1 {
    margin-bottom: 42px;
  }
  .news_detail_page .container .detail .ya-share2__container {
    margin-top: 10px;
  }
  .news_detail_page .container .detail .others_new {
    margin-top: 13px;
  }
  .news_list > br,
  .news_detail_page .container .detail .others_new .news_list > br {
    display: none;
  }
  .latest_news_row .container {
    padding-top: 34px;
  }
  .news-detail.avto_detail {
    margin-top: -32px;
  }
  .avto_detail .price {
    margin-bottom: 25px;
  }
  .for_media_slider .slick-track {
    grid-template-columns: repeat(2, 47.5%);
    grid-row-gap: 13px;
  }
  .avto_detail .media_slider {
    margin: 13px 0;
  }
  .news_detail_page .container .detail table + br {
    display: none;
  }
  .avto_detail .service_contact + br {
    display: none;
  }
  .news_detail_page .container .detail .others_new {
    margin-top: 0;
  }
  .useful_row .head {
    margin-top: 30px;
  }
  .page_up_row .page_up {
    margin-right: 12px;
  }
  .page_up_row {
    bottom: 140px;
  }
  .car_example_all {
    display: none;
  }
  .services_row.services_page_row .services_container_1 .services_list {
    grid-template-columns: repeat(1, 100%);
  }
  .reviews_row .social_reviews_container .col_2 {
    /*		display: block;*/
    text-align: right;
  }
  .reviews_row .social_reviews_container .ratingBaseBlock {
    /*position: static;*/
    text-align: right;
  }
  .avto_row .head {
    padding-right: 0;
    font-size: 30px;
    line-height: 1.3;
  }
  .avto_row .head .go_all {
    position: static;
    display: block;
  }
  .advantages_row .advantages_container .head {
    margin-bottom: 1.4em !important;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_wrap {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item {
    padding: 21px;
    height: 161px;
    margin-right: 0;
    margin-left: 0;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item .icon {
    display: block;
    margin-bottom: 12px;
    width: 40px;
    height: auto;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_head {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 28px;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_desc {
    display: none;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item .item_price {
    position: relative;
    bottom: 39px;
    left: 0;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item.red .item_price:after {
    box-shadow: -3px 0 0px #ffffff;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item.black .item_price:after {
    box-shadow: -3px 0 0px #d00421;
  }
  .advantages_row .advantages_container .advantages_slider_wrap .advantages_item.write .item_price:after {
    box-shadow: -3px 0 0px #dbdbdb;
  }
}
@media screen and (max-width: 560px) {
  body > header .head_drop_menu .middle .col {
    flex-basis: 100%;
  }
  body > header .head_drop_menu .doc_s {
    display: block;
    margin-bottom: 20px;
  }
  body > header .head_drop_menu .buttom {
    display: block;
    padding-top: 10px;
  }
  body > header .head_drop_menu .buttom .left {
    margin-bottom: 20px;
  }
  body > header .head_drop_menu .buttom .left > b {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  body > header .head_drop_menu .top {
    display: block;
  }
  body > header .head_drop_menu .top .phone_num a {
    font-size: 22px;
  }
  body > header .head_drop_menu .right_col {
    display: block;
    margin-top: 11px;
  }
  body > header .head_drop_menu .top .close {
    position: absolute;
    right: 23px;
    top: 22px;
  }
  .top_slider_row .sub_slide_block .section .icon_wrap {
    background: none;
    height: auto;
    display: none;
  }
  .top_slider_row .sub_slide_block .section img {
    background: #959595;
    width: 28px;
  }
}
.my_bids:active,
.my_bids:link,
.my_bids:hover,
.my_bids:visited {
  height: 20px;
}
#auc_frame {
  height: 1600px;
}
#lot_id_text {
  width: 90px;
  border: 1px solid;
  height: 22px;
}
/*
.table_global{

	.login_lock{
		display: none;
	}
	.login_lock_bg {
		background: none!important;
	}
}
#form_auth[action="/aj_neo"],#form_auth[action="/month"] {
	    padding-bottom: 63px;
    position: relative;
	h1{
		padding-right: 0;
		color: #000000;
		font-family: "IBM Plex Sans",sans-serif;
		font-size: 38px;
		font-weight: 600;
		line-height: 48px;
	}
	input:not([value="вход"]) {
			outline: none;
			border-color: #666;
			width: 270px!important;
			height: 45px!important;
			border-radius: 4px;
			border: 1px solid #cccccc;
			background-color: #ffffff;
			color: #000000;
			font-family: "IBM Plex Sans";
			font-size: 16px;
			font-weight: 400;
			padding-left: 7px;
			margin-left: -79px!important;
			margin-top: 26px!important;
	}
	td {
		background: none!important;
		color: #000!important;
		text-align: left!important;
	}
	#aj_login_text {
		text-transform: capitalize;
	}
	[value="вход"] {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 117px;
		height: 46px;
		border-radius: 4px;
		background: #ff0025;
		color: #ffffff;
		font-family: "IBM Plex Sans",sans-serif;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		margin-top: 17px;
		margin-bottom: 5px;
		text-transform: capitalize;
	}
	#aj_id_retrieve {
		color: #828282;
	}



}
	span[style*='73aa00']{
		color: #000!important;
	}
	span[style*='24px']{
		font-family: "IBM Plex Sans",sans-serif!important;
		font-size: 38px!important;
		font-weight: 600!important;
		line-height: 48px!important;
	}
	#aj_id_register {
		    padding: 18px 0px 0px 20px;
			width: 180px!important;
			text-align: left;
			margin-top: -104px;
			color: red;
			position: relative;
		.i_but3.i_but3_orange{
			background: none;
			color: #0a0a0a;
			color: red;
			text-decoration: underline;
			font-size: 13px;
		}
	}
	.aj_login_registration2hide {
		display: none;
	}
///Аукцион

*/
.car_example_all {
  right: 0;
  top: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: none;
  margin: 30px 0 ;
  margin-bottom: -95px;
}
.car_example_all:after {
  content: url(../images/icon_arrow_red.png);
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.simple_tabs_container ul.tabs_head {
  padding-left: 0!important;
  padding: 0 0 0;
}
.simple_tabs_container ul.tabs_head li {
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
  padding-left: 0!important;
  border-bottom: 1px dashed;
  display: inline-block;
  margin-right: 20px;
}
.simple_tabs_container ul.tabs_head li:before {
  display: none!important;
}
.simple_tabs_container ul.tabs_head li:hover {
  border-bottom: 1px dashed transparent;
}
.simple_tabs_container ul.tabs_head li.active {
  border-bottom: 1px dashed transparent;
}
.grid_raspil .grid_row {
  display: flex;
  border-top: 1px solid #d1d1d1;
}
.grid_raspil .grid_row > div {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.grid_raspil .grid_row > div.w50 {
  flex-basis: 50%;
}
.grid_raspil .grid_row > div.w100 {
  flex-basis: 100%;
}
.grid_raspil .grid_row > div.subhead {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  font-size: 15px;
}
.grid_raspil .grid_row > div.subhead.w50 {
  font-size: 20px;
}
.grid_raspil .grid_row > div.head {
  padding: 0;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 26px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-right: 0;
  text-align: left;
}
.grid_raspil .grid_row > div img {
  padding: 15px;
  opacity: 1;
}
@media screen and (max-width: 760px) {
  .grid_raspil .grid_row {
    flex-wrap: wrap;
  }
  .grid_raspil .grid_row > div.w50 {
    flex-basis: 100%;
  }
  body > .ui-selectmenu-menu.ui-selectmenu-open {
    width: calc(100% - 8%);
  }
}
.clasic_green-page-navigation {
  padding: 50px 0;
}
.clasic_green-page-navigation > * {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #0000003b;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  margin: 0 7px 0 0;
}
.clasic_green-page-navigation .modern-page-current {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #0000008c;
}
.clasic_green-page-navigation a:hover {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  color: #000;
  border: 1px solid #0000008c;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
}
.clasic_green-page-navigation .fa {
  font-size: 19px;
}
.sections_catalog_breadcrumb {
  padding-top: 40px;
  padding-bottom: 15px;
}
#new_car_request .subhead {
  font-family: "IBM Plex Sans";
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 30px;
  min-width: 100%;
}
#new_car_request .subhead:nth-child(1) {
  margin-top: 0;
}
#new_car_request label {
  margin-bottom: 25px;
  display: block;
}
#new_car_request input {
  padding-left: 15px;
}
#old_car_request .subhead {
  font-family: "IBM Plex Sans";
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 30px;
  min-width: 100%;
}
#old_car_request .subhead:nth-child(1) {
  margin-top: 0;
}
#old_car_request label {
  margin-bottom: 25px;
  display: block;
}
#old_car_request input {
  padding-left: 15px;
}
.auc_shame_tabs_container.simple_tabs_container > ul.tabs_head {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2) !important;
  font-size: 25px;
  font-family: "IBM Plex Sans";
  /* font-size: 42px; */
  font-weight: 500;
}
.auc_shame_tabs_container.simple_tabs_container > ul.tabs_head li {
  margin-bottom: 0;
  padding-bottom: 7px;
  border-bottom: none!important;
}
.auc_shame_tabs_container.simple_tabs_container > ul.tabs_head li.active {
  border-bottom: 1px solid grey!important;
}
.auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs {
  position: relative;
}
.auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs .tabs_head {
  position: absolute;
  right: 0;
  top: -60px;
}
.auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs .tabs_head li:not(.active) {
  border-bottom: 1px dashed rgba(128, 128, 128, 0.9) !important;
}
.auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs .tabs_content > div {
  width: 100%;
  height: 0;
}
.auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs .tabs_content > div:not(.active) img.shame_img {
  height: 0;
}
.auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs .tabs_content > div.active {
  width: 100%;
  height: auto;
}
.auc_shame_tabs_container .shame_blocks div b {
  display: none;
}
@media (max-width: 660px) {
  .auc_shame_tabs_container.simple_tabs_container > ul.tabs_head {
    margin-bottom: 43px;
  }
  .auc_shame_tabs_container.simple_tabs_container .tabs_in_tabs .tabs_head {
    position: absolute;
    right: 0;
    top: -33px;
    margin: 0;
  }
}
.news_detail_page .container .detail .auc_detail_desc ul {
  padding-left: 0;
}
.news_detail_page .container .detail .auc_detail_desc ul li {
  padding-left: 0;
}
.news_detail_page .container .detail .auc_detail_desc ul li:before {
  display: none;
}
.news_detail_page .container .detail .auc_detail_desc .auc_key {
  display: inline-block;
  font-weight: 600;
  margin-right: 20px;
  width: 40px;
}
.news_detail_page .container .detail .auc_detail_desc b {
  font-weight: 600;
}
.auc_detail_desc {
  background: #e9eff3;
  padding: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.auc_detail_desc h3 {
  margin-bottom: 15px;
  line-height: 1.7;
}
#carCalcForm {
  display: grid;
  grid-template-columns: repeat(2, 331px);
  /* grid-column: 2; */
  padding: 30px 38px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  grid-column-gap: 30px;
}
#carCalcForm .input_box {
  margin-bottom: 33px;
}
#carCalcForm .input_box label {
  display: block;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 32px;
  margin-bottom: 3px;
}
#carCalcForm .input_box .in_val {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  padding-left: 9px;
}
#carCalcForm .input_box .in_val.checked {
  border: 1px solid #696969;
}
#carCalcForm .input_box .in_val label {
  height: auto;
  font-size: 15px;
  margin-left: 7px;
}
#carCalcForm .input_box .in_val + .in_val {
  margin-top: 15px;
}
#carCalcForm .table {
  grid-column-start: 1;
  grid-column-end: 3;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.77);
}
#carCalcForm .table tr td {
  padding: 0 0 10px 0;
  border-top: none;
}
#carCalcForm .table .total td {
  padding-top: 10px;
}
#carCalcForm .loadAn {
  background: url(/calculators/icons/22.gif) 0 center no-repeat;
  background-size: 32px;
  width: 112px;
}
#carCalcForm .loadAn span {
  background: #fff;
  height: 100%;
  display: inline-block;
}
#carCalcForm input[type=radio] {
  height: 24px;
  width: 24px;
  position: relative;
  margin: 0;
}
#carCalcForm input[type=radio]:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  /* opacity: 0; */
  left: 2px;
  background: #000000;
  top: 2px;
  height: 20px;
  /* background: rgb(255, 255, 255); */
  box-sizing: border-box;
  border-radius: 50%;
  border: 10px solid #ffffff;
}
#carCalcForm input[type=radio]:checked:after {
  border: 5px solid #ffffff;
}
#carCalcForm .ui-selectmenu-button {
  border: 1px solid #cccccc;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #carCalcForm {
    display: block;
  }
}
#truckCalcForm {
  display: grid;
  grid-template-columns: repeat(2, 331px);
  /* grid-column: 2; */
  padding: 30px 38px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  grid-column-gap: 30px;
}
#truckCalcForm .input_box {
  margin-bottom: 33px;
}
#truckCalcForm .input_box label {
  display: block;
  color: #000000;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 32px;
  margin-bottom: 3px;
}
#truckCalcForm .input_box .in_val {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-left: 7px;
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  padding-left: 9px;
}
#truckCalcForm .input_box .in_val.checked {
  border: 1px solid #696969;
}
#truckCalcForm .input_box .in_val label {
  height: auto;
  font-size: 15px;
  margin-left: 7px;
}
#truckCalcForm .input_box .in_val + .in_val {
  margin-top: 15px;
}
#truckCalcForm .table {
  grid-column-start: 1;
  grid-column-end: 3;
  font-family: "IBM Plex Sans";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.77);
}
#truckCalcForm .table tr td {
  padding: 0 0 10px 0;
  border-top: none;
}
#truckCalcForm .table .total td {
  padding-top: 10px;
}
#truckCalcForm input[type=radio] {
  height: 23px;
  width: 24px;
  position: relative;
  margin: 0;
}
#truckCalcForm input[type=radio]:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  /* opacity: 0; */
  left: 1px;
  background: #000000;
  top: 1px;
  height: 20px;
  /* background: rgb(255, 255, 255); */
  box-sizing: border-box;
  border-radius: 50%;
  border: 10px solid #ffffff;
}
#truckCalcForm input[type=radio]:checked:after {
  border: 5px solid #ffffff;
}
#truckCalcForm .ui-selectmenu-button {
  border: 1px solid #cccccc;
  width: 100%;
}
#city-menu {
  width: 331px;
}
.important_news.new_year_2020 {
  background: #f2021b;
}
.important_news.new_year_2020 .left {
  position: absolute;
  left: 0;
}
.important_news.new_year_2020 .right {
  position: absolute;
  right: 0;
}
.important_news.new_year_2020 .close {
  position: absolute;
  right: 100px;
  color: #ffffff;
  top: 20px;
  cursor: pointer;
  z-index: 9;
}
.important_news.new_year_2020 .news {
  font-size: 18px;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}
.important_news.new_year_2020 .news img {
  margin-left: 30px;
}
@media screen and (max-width: 1130px) {
  .important_news.new_year_2020 {
    display: none;
  }
  .important_news.new_year_2020 + header {
    top: 0;
  }
}
.new_list_grey {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: space-between;
}
.new_list_grey .elem {
  background: #F2F2F2;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 185px;
}
.new_list_grey .elem .elem_cats {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #666666;
}
.new_list_grey .elem .elem_name a {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
@media screen and (max-width: 1190px) {
  .new_list_grey {
    grid-template-columns: repeat(3, 30%);
  }
  .new_list_grey .elem {
    padding: 24px;
  }
}
@media screen and (max-width: 760px) {
  .new_list_grey {
    display: block;
  }
  .new_list_grey .elem {
    margin-bottom: 30px;
    height: 145px;
  }
  .useful_row .useful_cols {
    grid-template-columns: repeat(2, 49%);
  }
  .useful_col {
    margin-bottom: 43px;
  }
  #new_car_request .input_box {
    width: 100%;
    max-width: none;
  }
  #new_car_request .input_box.file_box {
    margin: 10px 0 46px;
  }
}
@media screen and (max-width: 560px) {
  .useful_row .useful_cols {
    display: block;
  }
  .page_up_row .page_up {
    margin-right: 53px;
    margin-top: -37px;
  }
}
/*Баннеры*/
.baneer {
  width: 770px;
  height: 312px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
}
.baneer .bg {
  z-index: 3;
}
.baneer .bg_img {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.baneer .content {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  padding: 32px 0px 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.baneer .content .head {
  font-family: IBM Plex Sans;
  font-weight: 500;
  font-size: 32px;
  color: #FFFFFF;
  max-width: 295px;
  padding: 0;
  max-width: 300px;
  line-height: 1.2;
  margin: 0;
}
.baneer .content .text {
  font-family: IBM Plex Sans;
  font-size: 15px;
  color: #FFFFFF;
  max-width: 100%;
}
.baneer .content .text a {
  text-decoration: none;
  border: none;
  color: red;
}
.baneer .content .text a[href^=tel] {
  white-space: nowrap;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
}
.baneer .content .text a.tel {
  white-space: nowrap;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
}
.baneer .content .text a.red_but {
  font-size: 18px;
  padding: 9px 25px;
  width: auto;
  color: #fff;
}
.baneer .content .text span a[href^=tel] {
  font-size: 18px;
}
.baneer .content .text span a.tel {
  font-size: 18px;
}
.banner_type_1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #13303C 360px, rgba(19, 48, 60, 0) 100%);
  border-radius: 0px 0px 4px 4px;
  z-index: 3;
}
.banner_type_2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(90deg, #13303C 360px, rgba(19, 48, 60, 0) 100%);
  border-radius: 0px 0px 4px 4px;
}
.banner_type_3 {
  background: #EEFEFF;
}
.banner_type_3 .bg {
  background: #13303C;
  height: 200%;
  position: absolute;
  transform: rotate(-57deg);
  right: 55px;
  top: -100%;
  width: 120%;
}
.banner_type_3 .bg_img {
  z-index: 3;
}
.banner_type_4 {
  background: #303334;
}
.banner_type_4 .bg {
  background: #FF0025;
  height: 200%;
  position: absolute;
  transform: rotate(-57deg);
  right: 55px;
  top: -100%;
  width: 120%;
}
.banner_type_4 .bg_img {
  z-index: 3;
}
.banner_type_5 {
  background: rgba(19, 48, 60, 0.16);
}
.banner_type_5 .content .head {
  color: #000000;
}
.banner_type_5 .content .text {
  color: #666666;
}
.banner_type_5 .content .text a[href^=tel] {
  color: #000000;
}
.banner_type_5 .content .text a.tel {
  color: #000000;
}
.banner_type_6 {
  background: #343F44;
}
.banner_type_7 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #13303C 240px, rgba(19, 48, 60, 0) 100%);
}
.banner_type_7 .content .head {
  max-width: 253px;
}
.banner_type_8 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #13303C 240px, rgba(19, 48, 60, 0) 100%);
}
.banner_type_8 .content .head {
  max-width: 253px;
}
.banner_type_9 {
  position: relative;
  border-radius: 12px;
  height: 244px;
  overflow: hidden;
}
.banner_type_9 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/banner-9.jpg) no-repeat 100% center #d9dee1;
}
.banner_type_9 .content {
  position: relative;
  z-index: 4;
  padding: 32px 40px;
}
.banner_type_9 .content .head {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  max-width: 530px;
  padding: 0;
}
.banner_type_9 .content .text {
  margin-top: 40px;
}
.banner_type_9 .content .text .red_but {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  width: max-content;
  padding: 12px 21px;
}
.banner_type_10 {
  position: relative;
  border-radius: 12px;
  height: 244px;
  overflow: hidden;
}
.banner_type_10 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/banner-10.jpg) no-repeat 100% center #d9dee1;
}
.banner_type_10 .content {
  position: relative;
  z-index: 4;
  padding: 32px 40px;
}
.banner_type_10 .content .head {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  max-width: 530px;
  padding: 0;
}
.banner_type_10 .content .text {
  margin-top: 40px;
}
.banner_type_10 .content .text .red_but {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  width: max-content;
  padding: 12px 21px;
}
.china-banner {
  display: flex;
  align-items: center;
  background-image: url(/images/back-china-banner.png);
  height: 224px;
  padding: 32px 40px 32px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) {
  .china-banner {
    padding: 0px 24px 32px 24px;
    height: auto;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.china-banner .china-banner_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}
@media (max-width: 760px) {
  .china-banner .china-banner_content {
    text-align: center;
    align-items: center;
  }
}
.china-banner .china-banner_content .china-banner_head {
  font-family: 'IBM Plex', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  max-width: 530px;
  padding-right: 0;
}
.china-banner .china-banner_content .china-banner_text {
  display: flex;
  background-color: #fff;
  border-radius: 100px;
  gap: 12px;
  padding: 0 32px;
  height: 60px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
}
.china-banner .china-banner_content .china-banner_text a {
  text-decoration: none;
  font-family: 'IBM Plex', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #000;
  border: none;
}
.china-banner .china-banner_content .china-banner_text img {
  width: 20px;
  height: 20px;
}
.china-banner .china-banner_img-wrap {
  position: absolute;
  width: 666px;
  top: -89px;
  left: 490px;
}
@media (max-width: 1200px) {
  .china-banner .china-banner_img-wrap {
    left: 430px;
  }
}
@media (max-width: 1024px) {
  .china-banner .china-banner_img-wrap {
    left: 365px;
  }
}
@media (max-width: 769px) {
  .china-banner .china-banner_img-wrap {
    position: static;
    width: 100%;
  }
}
.banner_type_12 {
  background: url('/images/icons/hot.png') no-repeat 90% 0, #EBEBEB;
  box-shadow: 0px 3px 3px rgba(51, 68, 87, 0.15);
  border-radius: 12px;
  height: 220px;
}
.banner_type_12 .bg_img {
  position: absolute;
  right: 85px;
  top: 13px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .banner_type_12 .bg_img {
    right: 0;
  }
}
@media (max-width: 760px) {
  .banner_type_12 .bg_img {
    display: none;
  }
}
.banner_type_12 .content .head {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}
.banner_type_12 .content .text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.banner_type_12 .content .text .price {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 59px;
  color: #000000;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .banner_type_9 {
    height: auto;
  }
  .banner_type_9 .bg {
    background: url(/images/banner-9.jpg) no-repeat center 29px, #d9dee1;
  }
  .banner_type_9 .content {
    padding: 258px 24px 32px;
    text-align: center;
  }
  .banner_type_9 .content .head {
    font-size: 24px!important;
    line-height: 32px;
  }
  .banner_type_9 .content .text {
    margin-top: 32px;
  }
  .banner_type_10 {
    height: auto;
  }
  .banner_type_10 .bg {
    background: url(/images/banner-10.jpg) no-repeat center 29px, #d9dee1;
  }
  .banner_type_10 .content {
    padding: 258px 24px 32px;
    text-align: center;
  }
  .banner_type_10 .content .head {
    font-size: 24px!important;
    line-height: 32px;
  }
  .banner_type_10 .content .text {
    margin-top: 32px;
  }
}
.statistic_cars-columns_row .banner_type_9 {
  margin-bottom: 60px;
}
.statistic_cars-columns_row .banner_type_10 {
  margin-bottom: 60px;
}
@media screen and (max-width: 660px) {
  .baneer {
    height: auto;
    margin-top: 30px;
  }
  .baneer .bg {
    display: none;
  }
  .baneer .bg_img {
    display: none;
  }
  .baneer .content {
    width: 100%;
    position: relative;
  }
  .baneer .content .head {
    width: 100%;
    font-size: 24px!important;
    max-width: none;
    margin-bottom: 28px!important;
  }
  .baneer .content .text {
    width: 100%;
  }
  .banner_type_1 {
    background: #13303C;
  }
  .banner_type_2 {
    background: #13303C;
  }
  .banner_type_3 {
    background: #13303C;
  }
  .banner_type_4 {
    background: #FF0025;
  }
  .banner_type_5 {
    background: #D9DEE0;
  }
  .banner_type_6 {
    background: #13303C;
  }
  .banner_type_7 {
    background: #13303C;
  }
  .banner_type_8 {
    background: #13303C;
  }
}
@media (max-width: 414px) {
  .banner_type_9 .bg {
    background-size: 91%;
  }
  .banner_type_10 .bg {
    background-size: 91%;
  }
}
.auc_get_form #MARKA_ID option:nth-child(2),
.auc_get_form #MARKA_ID option:nth-child(3),
.auc_get_form #MARKA_ID option:nth-child(4),
.auc_get_form #MARKA_ID option:nth-child(5),
.auc_get_form #MARKA_ID option:nth-child(6),
.auc_get_form #MARKA_ID option:nth-child(7),
.auc_get_form #MARKA_ID option:nth-child(8) {
  font-weight: 600;
}
.auc_get_form {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  grid-column-gap: 5%;
  grid-row-gap: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 40px 40px 170px;
  position: relative;
}
.auc_get_form.close .input_box.fhide {
  display: none;
}
.auc_get_form .input_box label {
  margin-bottom: 14px;
  width: 100%;
  display: block;
}
.auc_get_form .input_box.select_input_box {
  position: relative;
}
.auc_get_form .input_box.select_input_box.group_input_box:before {
  width: 25px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  right: 51%;
  top: 46px;
  background: url('/images/icons/icon_arrow.png') no-repeat center center, #fff;
  z-index: 2;
}
.auc_get_form .input_box select {
  width: 100%;
  height: 45px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding-left: 17px;
  cursor: pointer;
  background: #fff;
  appearance: none;
  background: url(/images/icons/xicon_arrow.png.pagespeed.ic.ICmQ70m2K4.webp) no-repeat 97% center, #fff;
}
.auc_get_form .input_box select[disabled='disabled'] {
  cursor: default;
  color: #000000ba;
}
.auc_get_form .input_box .ui-selectmenu-button {
  width: 100%;
  height: 45px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding-left: 17px;
  position: relative;
  padding-top: 13px;
}
.auc_get_form .input_box input {
  width: 100%;
  height: 45px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding-left: 17px;
}
.auc_get_form .input_box input[type="checkbox"] {
  height: 20px;
  width: 20px;
  position: relative;
}
.auc_get_form .input_box input[type="checkbox"]:after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.auc_get_form .input_box.group_input_box {
  grid-template-areas: "post-1 post-1";
  grid-template-columns: 50% 50%;
  display: grid;
}
.auc_get_form .input_box.group_input_box label {
  grid-area: post-1;
}
.auc_get_form .input_box.group_input_box select {
  border-radius: 4px 0 0  4px;
}
.auc_get_form .input_box.group_input_box select[disabled="disabled"] {
  background: #F5F5F8;
  color: rgba(0, 0, 0, 0.5);
}
.auc_get_form .input_box.group_input_box select + select {
  border-radius: 0 4px  4px 0;
  border-left: none;
}
.auc_get_form .input_box.group_input_box input {
  border-radius: 4px 0 0  4px;
}
.auc_get_form .input_box.group_input_box input + input {
  border-radius: 0 4px  4px 0;
  border-left: none;
}
.auc_get_form .input_box .checkboxs_row {
  display: flex;
  align-content: center;
  height: 45px;
  align-items: center;
}
.auc_get_form .input_box .checkboxs_row .checkboxs_it {
  display: flex;
  align-content: center;
  height: 45px;
  align-items: center;
  position: relative;
}
.auc_get_form .input_box .checkboxs_row .checkboxs_it input {
  position: absolute;
  left: -5px;
  opacity: 0;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}
.auc_get_form .input_box .checkboxs_row .checkboxs_it input:checked + .ws {
  background: url('/images/icons/Check.png') center center no-repeat, #000;
  border: 1px solid #000;
}
.auc_get_form .input_box .checkboxs_row .checkboxs_it .ws {
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  background: url('/images/icons/Check.png') -100px -100px no-repeat, #fff;
}
.auc_get_form .input_box .checkboxs_row label {
  grid-area: none;
  display: inline-block;
  width: auto;
  margin: 0 18px 0 7px;
}
.auc_get_form .input_box.last_form_row {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #E1E3E5;
  margin-top: 20px;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.auc_get_form .input_box.last_form_row .buts {
  display: flex;
}
.auc_get_form .input_box .form_toggle {
  cursor: pointer;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000000;
}
.auc_get_form .input_box .form_toggle.open img {
  transform: rotateZ(180deg);
}
.auc_get_form .input_box.rate_input_box {
  grid-column-start: 2;
  grid-column-end: 4;
}
.auc_get_form .transparent_but {
  width: 170px;
  height: 48px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-right: 20px;
  justify-content: center;
  background: #fff;
}
.auc_get_form .red_but {
  width: 170px;
  height: 48px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #FF0025;
  border-radius: 4px;
  justify-content: center;
}
#av_list .banner {
  margin-bottom: 7px;
}
#av_list .auc_item {
  display: grid;
  grid-template-columns: 264px auto 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
#av_list .auc_item .img_block a {
  text-decoration: none;
  border: none;
  display: block;
  width: 264px;
  height: 198px;
  background: url('/images/auc_img_placeholder.gif') no-repeat center center;
  background-size: 100% auto;
}
#av_list .auc_item .content {
  display: grid;
  grid-template-columns: 240px 240px 366px;
}
#av_list .auc_item .content .block_1 {
  position: relative;
  width: 241px;
  border-right: 1px solid #ECEEF0;
  padding: 24px 0 24px 24px;
  line-height: 1.2;
}
#av_list .auc_item .content .block_1 h2, #av_list .auc_item .content .block_1 .title {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
#av_list .auc_item .content .block_1 .marka a {
  text-decoration: none;
  border: none;
}
#av_list .auc_item .content .block_1 .model {
  color: #666666;
  font-weight: 600;
  color: #1c1c1c;
}
#av_list .auc_item .content .block_1 .complictation {
  color: #FF3C00;
  color: #666;
}
#av_list .auc_item .content .block_1 .year {
  width: 55px;
  background: #EBEBEB;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
}
#av_list .auc_item .content .block_1 .date {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #666666;
  position: absolute;
  left: 23px;
  bottom: 17px;
}
#av_list .auc_item .content .block_1 > div {
  margin-bottom: 4px;
}
#av_list .auc_item .content .block_2 {
  width: 241px;
  border-right: 1px solid #ECEEF0;
  padding: 24px 0 24px 24px;
}
#av_list .auc_item .content .block_2 > div {
  margin-bottom: 8px;
}
#av_list .auc_item .content .block_2 > div > span {
  display: inline-block;
  width: 77px;
  color: #666666;
}
#av_list .auc_item .content .block_2 > div > b {
  font-weight: 400;
}
#av_list .auc_item .content .block_2 > div.modile_show {
  display: none;
}
#av_list .auc_item .content .block_2 .toggle_but {
  display: none;
}
#av_list .auc_item .content .price_block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 24px 0 24px 0;
}
#av_list .auc_item .content .price_block .price_label {
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #666666;
  position: relative;
}
#av_list .auc_item .content .price_block .price_label b {
  color: #000;
}
#av_list .auc_item .content .price_block .price_label.total_price_label.passing_prc:after {
  right: 25px;
}
#av_list .auc_item .content .price_block .price_wrap {
  margin-bottom: 3px;
}
#av_list .auc_item .content .price_block .content-link__wrap {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 9px;
}
@media (max-width: 1190px) {
  #av_list .auc_item .content .price_block .content-link__wrap {
    width: 100%;
  }
}
#av_list .auc_item .content .price_block .content-link__wrap .soc-link {
  min-width: 32px;
  height: 32px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 4px;
}
#av_list .auc_item .content .price_block .content-link__wrap .soc-link.telegram {
  background-image: url(/images/icons/tg-logo-n.svg);
  background-color: rgba(42, 171, 238, 0.1);
}
#av_list .auc_item .content .price_block .price {
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  width: 90px;
  text-shadow: 0 0 black;
  display: inline-block;
}
#av_list .auc_item .content .price_block .price.red {
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  min-width: 92px;
  padding-right: 5px;
  padding-left: 5px;
  height: 28px;
  background: #FF0025;
  border-radius: 4px;
  padding-top: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
}
#av_list .auc_item .content .price_block .transparent_but {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  width: 227px;
  height: 32px;
  background-color: #ff0025;
  color: #ffffff;
  padding-top: 2px;
  border: 1px solid #FF0025;
  width: max-content;
  padding-left: 12px;
  padding-right: 12px;
}
#av_list .auc_item .content .price_block .transparent_but:hover {
  border: 1px solid #f76c80;
}
#av_list .auc_item .service_block {
  display: flex;
  flex-direction: column;
  padding: 29px 0;
  align-items: center;
  justify-content: space-between;
}
#av_list .auc_item .service_block > div {
  width: 30px;
  height: 30px;
}
#av_list .auc_item .service_block a {
  border: none;
}
#av_list .auc_item .service_block .fav_wrap {
  background: url(/statistic/include/imgs/load.gif) no-repeat 0 0;
}
#av_list .auc_item .service_block .fav {
  cursor: pointer;
  background-color: #ffffff;
}
#av_list .auc_item .service_block .fav.in_fav_list svg path {
  stroke: #ff0025;
}
#av_list .auc_item .service_block .share_car {
  position: relative;
  cursor: pointer;
}
#av_list .auc_item .service_block .share_car > .ya-share2 {
  position: absolute;
  left: -6px;
  top: 35px;
  z-index: 9;
  /* border: 1px solid grey; */
  padding: 5px;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.46);
  border-radius: 5px;
  background: #fff;
  display: none;
}
@media (max-width: 1191px) {
  #av_list .auc_item .service_block .share_car > .ya-share2 {
    top: -10px;
  }
}
#av_list .auc_item .service_block .share_car > .ya-share2 li {
  margin-right: 0;
}
#av_list .auc_item .service_block .share_car.active > .ya-share2 {
  display: block;
}
#av_list .auc_item .service_block .share_car .ya-share2__link {
  background-color: transparent !important;
}
#av_list .auc_item .service_block .share_car .ya-share2__link .ya-share2__icon_more {
  width: 24px;
  height: 24px;
  background-image: url('/images/icons/stat_Share.svg');
  background-size: 24px;
}
@media (max-width: 1190px) {
  #av_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(30%, 318px));
    justify-content: space-between;
    grid-column-gap: 8px;
  }
  #av_list .banner {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  #av_list .auc_item {
    grid-template-columns: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
  }
  #av_list .auc_item .img_block a {
    width: 100%;
    height: auto;
  }
  #av_list .auc_item .img_block a img {
    width: 100%;
  }
  #av_list .auc_item .content {
    grid-template-columns: none;
    height: 100%;
    grid-template-rows: min-content min-content;
  }
  #av_list .auc_item .content .block_1 {
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  #av_list .auc_item .content .block_1 > div {
    order: 2;
  }
  #av_list .auc_item .content .block_1 h2, #av_list .auc_item .content .block_1 .title {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 5px;
  }
  #av_list .auc_item .content .block_1 .complictation {
    margin-top: 16px;
  }
  #av_list .auc_item .content .block_1 .lot {
    display: inline-block !important;
  }
  #av_list .auc_item .content .block_1 .date {
    display: none;
  }
  #av_list .auc_item .content .block_1 .date .lot + .dt {
    margin-left: 0!important;
  }
  #av_list .auc_item .content .block_2 {
    width: 100%;
    border-right: none;
    padding: 20px 0 0 24px;
  }
  #av_list .auc_item .content .block_2 > div > span {
    width: 121px;
  }
  #av_list .auc_item .content .block_2 > div.modile_hidden {
    display: none;
  }
  #av_list .auc_item .content .block_2 > div.modile_show {
    display: block;
  }
  #av_list .auc_item .content .block_2.open > div {
    display: block;
  }
  #av_list .auc_item .content .block_2.open .toggle_but {
    margin-top: 22px;
  }
  #av_list .auc_item .content .block_2.open .toggle_but:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-left: 11px;
    background: url(/images/icons/icon_arrow_dropdown_12px_2.png) no-repeat right center;
    transform: rotateX(0);
  }
  #av_list .auc_item .content .block_2 .toggle_but {
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
    font-family: IBM Plex Sans;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
  }
  #av_list .auc_item .content .block_2 .toggle_but:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-left: 11px;
    background: url(/images/icons/icon_arrow_dropdown_12px_2.png) no-repeat right center;
    transform: rotateX(180deg);
  }
  #av_list .auc_item .content .price_block {
    align-items: flex-start;
    text-align: left;
    padding: 24px 24px 24px 24px;
  }
  #av_list .auc_item .content .price_block .price_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 6px;
  }
  #av_list .auc_item .content .price_block .price_label {
    text-align: left;
    font-weight: 300;
  }
  #av_list .auc_item .content .price_block .price_label .ui-selectmenu-button {
    margin-top: 0;
    margin-bottom: 6px;
  }
  #av_list .auc_item .content .price_block .price_label .ui-selectmenu-button:after {
    width: 13px;
    height: 19px;
    content: '';
    display: block;
    position: absolute;
    cursor: pointer;
    right: 4px;
    top: 0px;
    background: url(/images/icons/icon_arrow_back,P203.png.pagespeed.ce.ZheMSZfKcY.png) no-repeat center center;
    background-size: inherit;
  }
  #av_list .auc_item .content .price_block .price {
    margin-top: 2px;
  }
  #av_list .auc_item .content .price_block .transparent_but {
    width: 100%;
  }
  #av_list .auc_item .service_block {
    flex-direction: row;
    padding: 18px 24px;
    justify-content: flex-start;
  }
  #av_list .auc_item .service_block > div {
    margin-right: 16px;
  }
  #av_list .auc_item .service_block a {
    border: none;
  }
}
@media (max-width: 1024px) {
  .auc_get_form .input_box.rate_input_box {
    grid-column-start: auto;
    grid-column-end: auto;
  }
  .auc_get_form {
    grid-template-columns: repeat(2, 46%);
  }
  .auc_get_form .input_box .checkboxs_row {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .auc_get_form .input_box.last_form_row .buts {
    display: flex;
    padding-right: 18px;
  }
}
@media (max-width: 1024px) {
  #av_list .auc_item .content .price_block .price_label .ui-selectmenu-button {
    margin-left: -7px;
  }
}
@media (max-width: 760px) {
  #av_list_container #sort_str {
    display: block!important;
  }
  #av_list_container #sort_str .total {
    margin-bottom: 20px;
  }
  .auc_get_form {
    grid-template-columns: 100%;
    margin-bottom: 100px;
  }
  #statistic_filter #sort_str {
    left: 0;
  }
  .auc_get_form .input_box.last_form_row {
    display: block;
    padding: 0;
  }
  .auc_get_form .input_box .form_toggle {
    margin-bottom: 36px;
  }
  .auc_get_form.short_auc_get_form .input_box .form_toggle {
    margin-bottom: 36px;
    display: none;
  }
  .statistic_cars-service_page .auc_get_form .input_box.last_form_row {
    border-top: none;
  }
  .statistic_cars-service_page .auc_get_form.short_auc_get_form {
    grid-template-columns: 100%;
    padding: 33px 24px 170px;
  }
  #av_list {
    display: flex;
    flex-direction: column;
    gap: 2%;
  }
}
@media (max-width: 560px) {
  .auc_get_form .input_box.last_form_row .buts {
    display: block;
    padding-right: 18px;
  }
  .auc_get_form .input_box.last_form_row .buts .red_but {
    margin-top: 24px;
  }
  #sort_str .srt {
    display: flex;
    /* flex-flow: row; */
    flex-wrap: wrap;
  }
  #baserow #statistic_filter #sort_str {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -130px;
  }
  #baserow #sort_str .srt > span {
    margin: 11px 4px;
  }
  #baserow .auc_get_form {
    padding: 40px 24px 300px;
  }
  #av_list {
    display: block;
  }
  .short_auc_get_form {
    padding: 40px 19px 170px;
  }
  .short_auc_get_form .buts .red_but {
    width: 100%;
  }
  .short_auc_get_form .buts .transparent_but {
    width: 100%;
  }
}
#shipTown-menu {
  max-width: 120px;
}
.stat_car_page h2 {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #000000;
}
.stat_car_page .stat_car_container {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  font-size: 16px;
}
.stat_car_page .stat_car_container .car_params .top {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #ECEEF0;
}
.stat_car_page .stat_car_container .car_params .top .left .content {
  display: grid;
  width: 100%;
  grid-template-columns: 50% 50%;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_1 {
  position: relative;
  border-right: 1px solid #ECEEF0;
  padding: 32px 0 32px 40px;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_1 .model {
  color: #666666;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_1 .complictation {
  color: #FF3C00;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_1 .year {
  width: 55px;
  background: #EBEBEB;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_1 .date {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #666666;
  position: absolute;
  left: 40px;
  bottom: 35px;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_1 > div {
  margin-bottom: 4px;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_2 {
  border-right: 1px solid #ECEEF0;
  padding: 32px 0 32px 40px;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_2 > div {
  margin-bottom: 8px;
}
.stat_car_page .stat_car_container .car_params .top .left .content .block_2 > div > span {
  display: inline-block;
  width: 87px;
}
.stat_car_page .stat_car_container .car_params .top .right {
  display: grid;
  grid-template-columns: auto 72px;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 32px  32px 32px 0;
  border-right: 1px solid #ECEEF0;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block .price_label {
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #666666;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block .price {
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block .price.red {
  font-family: IBM Plex Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  min-width: 92px;
  height: 28px;
  background: #FF0025;
  border-radius: 4px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc {
  left: -307px;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc .content {
  max-width: 350px!important;
}
.stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc .content:before {
  right: 29px;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 0;
  padding: 78px 0;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block .fav_wrap {
  background: url(/statistic/include/imgs/load.gif) no-repeat center center;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block .fav {
  background: #ffffff;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div.in_fav_list path {
  stroke: #ff0025;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div.share_car {
  position: relative;
  cursor: pointer;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div.share_car > .ya-share2 {
  position: absolute;
  width: 34px;
  left: 21px;
  top: 35px;
  z-index: 9;
  /* border: 1px solid grey; */
  padding: 5px;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.46);
  border-radius: 5px;
  background: #fff;
  display: none;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div.share_car > .ya-share2 li {
  margin-right: 0;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div.share_car > .ya-share2 a {
  border: none;
  text-decoration: none;
}
.stat_car_page .stat_car_container .car_params .top .right .service_block > div.share_car.active > .ya-share2 {
  display: block;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) {
  display: flex;
  justify-content: space-between;
  padding: 35px 40px;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .question-callback,
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .phone-callback,
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .form-callback {
  display: block;
}
@media (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .phone-callback {
    display: inline;
  }
}
@media (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .form-callback {
    display: inline;
  }
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .form-callback .mobile {
  display: none;
}
@media (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .form-callback .mobile {
    display: inline;
  }
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .form-callback .desktop {
  display: inline;
}
@media (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .car_example_callback .form-callback .desktop {
    display: none;
  }
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback {
  flex-direction: column;
  gap: 15px;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback.desktop {
  display: flex;
}
@media (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback.desktop {
    display: none;
  }
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback.mobile {
    display: flex;
    padding-top: 15px;
  }
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback .social-text {
  font-weight: 500;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback .social-link-wrap {
  display: flex;
  gap: 15px;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback .social-link-wrap .social-link {
  max-width: 150px;
  width: 100%;
  height: 30px;
  background-position: center;
  border-radius: 100px;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback .social-link-wrap .social-link.telegram {
  background-color: #2AABEE;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .social--callback .social-link-wrap .social-link.telegram .soc-icon {
  background-image: url(/images/icons/tg-logo-n.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -5px;
}
.stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .red_but {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  width: 315px;
  height: 48px;
  padding-top: 14px;
  margin-top: 15px;
}
.stat_car_page .stat_car_container .car_params .img_blocks {
  display: flex;
  margin-bottom: 0;
}
.stat_car_page .stat_car_container .car_params .img_blocks .img_blocks_slide {
  width: 585px;
  height: 439px;
  background: url('/images/auc_img_placeholder.gif') no-repeat center center;
  background-size: cover;
}
.stat_car_page .stat_car_container .car_params .img_blocks img {
  height: 100%;
  max-width: 100%;
  min-width: 0;
}
.stat_car_page .stat_car_container .car_params .img_blocks.simple_slider .slider_items_list {
  display: flex;
  margin-bottom: 0;
}
.stat_car_page .stat_car_container .car_params .auc_info {
  width: 100%;
  display: grid;
  grid-template-columns: auto 370px;
}
.stat_car_page .stat_car_container .car_params .auc_info .auc_list {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  padding: 40px;
  background: url('/images/auc_img_placeholder.gif') no-repeat center center;
  background-size: 100% auto;
}
.stat_car_page .stat_car_container .car_params .auc_info .auc_lisd_desc {
  padding: 40px;
  border-left: 1px solid #ECEEF0;
}
.stat_car_page .car_calc_container {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  font-size: 16px;
  padding: 40px;
  margin-top: 36px;
}
.stat_car_page .car_calc_container .tabs-container .tabs_head {
  border-bottom: 2px solid #808080;
  display: flex;
}
.stat_car_page .car_calc_container .tabs-container .tabs_head li {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-right: 24px;
  cursor: pointer;
  padding-bottom: 23px;
  margin-bottom: -1px;
}
.stat_car_page .car_calc_container .tabs-container .tabs_head li.active {
  color: #FF0025;
  border-bottom: 2px solid #FF0025;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table {
  width: 100%;
  min-width: 800px;
  border-bottom: 1px solid #808080;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table tbody tr th {
  padding: 12px 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: left;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table tbody tr th:nth-child(1) {
  width: 640px;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table tbody tr th:nth-child(2) {
  width: 120px;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table tbody tr th:nth-child(3) {
  width: 120px;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table tbody tr th:nth-child(4) {
  width: 120px;
}
.stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table tbody tr td {
  padding: 12px 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  border-top: 1px solid #D1D1D1;
}
.stat_car_page .car_calc_container .bottom:not(.fly_desc) {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.stat_car_page .scot_seti {
  margin-top: 36px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  font-size: 16px;
  padding: 40px;
}
.stat_car_page .scot_seti .scot_seti_list {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 30px;
}
.stat_car_page .scot_seti .scot_seti_list a {
  text-decoration: none;
  margin-right: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.stat_car_page .scot_seti .scot_seti_list a img {
  margin-right: 4px;
}
.tabs_content > div.active .media_slider .slick-track {
  width: 100%!important;
}
.tabs_content > div.active .media_slider .slick-track .slick-slide {
  display: none;
  position: static!important;
}
.tabs_content > div.active .media_slider .slick-track .slick-slide.slick-active {
  display: block;
  width: 100%!important;
}
#sort_str {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 44px;
}
#sort_str .total {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
#sort_str .total b {
  color: #000;
}
#sort_str .ttl {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-right: 30px;
}
#sort_str .srt {
  display: flex;
}
#sort_str .sort {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  display: flex;
  margin-right: 18px;
  cursor: pointer;
}
#sort_str .sort:after {
  content: url(../images/icons/icon_sort_4_12px.svg);
  color: #cbcbcb;
  width: 14px;
  height: 14px;
  display: block;
  margin-left: 7px;
  transform: rotateX(180deg);
}
#sort_str .sort.selected:after {
  content: url(../images/icons/icon_sort_3_12px.svg);
  font-family: 'FontAwesome';
  color: #ff0025;
  transform: rotateX(180deg);
}
#sort_str .sort.selected.DESC:after {
  content: url(../images/icons/icon_sort_1_12px.svg);
  font-family: 'FontAwesome';
  transform: rotateX(180deg);
}
#statistic_filter #sort_str {
  position: absolute;
  right: 0;
  bottom: -105px;
}
#baserow .container {
  padding-bottom: 120px;
}
#baserow .container .seo_text {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 4px;
  margin-bottom: 36px;
  padding: 40px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
}
.desc_ic {
  position: relative;
}
.desc_ic:hover .fly_desc {
  display: block;
}
label .desc_ic {
  height: 16px;
  display: inline-block;
}
label .desc_ic .fly_desc.bottom {
  left: -11px;
}
.fly_desc {
  padding-top: 11px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  display: none;
  z-index: 9;
}
.fly_desc .content {
  background: #000000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 10px 12px;
  position: relative;
  width: max-content;
}
.fly_desc .content:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  transform: rotateZ(45deg);
  background: #000;
}
.fly_desc.left {
  top: 50%;
  left: auto;
  right: 0;
}
.fly_desc.left .content:before {
  top: calc(50% - 6px);
  right: -6px;
}
.fly_desc.right {
  top: 50%;
  left: 100%;
}
.fly_desc.right .content:before {
  top: calc(50% - 6px);
  left: -6px;
}
.fly_desc.bottom {
  top: 100%;
  left: 0;
}
.fly_desc.bottom .content:before {
  top: -6px;
}
.fly_desc.limit_edition {
  position: fixed;
  display: block;
  top: 30px;
  left: calc(50% - 130px);
  z-index: 9999999;
}
.fly_desc.limit_edition .content {
  box-shadow: 0 0 57px #000000ad;
}
.fly_desc.limit_edition .content:before {
  display: none;
}
.stats_links {
  position: absolute;
  right: 0;
  top: 0;
}
.stats_links .fav {
  align-content: center;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #666666;
  border-radius: 2px;
  flex: none;
  order: 1;
  align-self: center;
  margin: 8px 0px;
  border: none;
}
.stats_links .fav svg {
  margin-right: 10px;
}
.stats_links .fav .count {
  color: #000;
  font-weight: 500;
  margin-left: 4px;
}
.sub_service_page .sub_service_page_head {
  color: #fff;
  position: relative;
  height: 540px;
  background-position: center center;
  overflow: hidden;
}
.sub_service_page .sub_service_page_head .sub_service_page_bg {
  max-width: none;
}
.sub_service_page .sub_service_page_head .breadcrumb_row {
  position: absolute;
  top: 0;
  color: #fff;
}
.sub_service_page .sub_service_page_head .breadcrumb_row a {
  color: #fff;
}
.sub_service_page .sub_service_page_head .breadcrumb_row .bx-breadcrumb .bx-breadcrumb-item-link .bx-breadcrumb-item-text {
  color: #fff;
}
.sub_service_page .service_row.row {
  overflow: visible;
}
.sub_service_page .service_row .container > .head {
  margin-left: -287px;
  /* top: -100px; */
  margin-top: -222px;
  z-index: 99999;
  color: #fff;
  position: relative;
}
.sub_service_page .service_row .container .service_desc {
  font-size: 18px;
  padding-top: 80px;
}
.stat_car_page .car_calc_container .kurs_valut b {
  font-weight: 500;
}
.rating_list_1 {
  padding: 40px 0;
  border-bottom: 1px solid #e2e6e7;
  border-top: 1px solid #e2e6e7;
}
.rating_list_1 .el {
  display: flex;
  justify-content: space-between;
}
.rating_list_1 .el .img {
  flex-basis: 268px;
  /* justify-content: center; */
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
.rating_list_1 .el .img img {
  border-radius: 4px;
}
.rating_list_1 .el .desc .top {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.rating_list_1 .el .desc .middle {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin: 8px 0;
}
.rating_list_1 .el .desc .bottom {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #000000;
}
.rating_list_1 .el + .el {
  margin-top: 40px;
}
.rating_list_2 {
  padding: 40px 0;
  border-bottom: 1px solid #e2e6e7;
  border-top: 1px solid #e2e6e7;
}
.rating_list_2 .el {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 207px 1fr;
  grid-column-gap: 25px;
  box-shadow: 0px 2px 4px rgba(19, 48, 60, 0.16);
  border-radius: 4px;
}
@media (max-width: 540px) {
  .rating_list_2 .el {
    grid-template-columns: 100%;
    grid-row-gap: 14px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
  }
}
.rating_list_2 .el .img {
  display: flex;
}
.rating_list_2 .el .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rating_list_2 .el .desc .top {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  display: flex;
  align-items: center;
}
.rating_list_2 .el .desc .top img {
  margin-right: 10px;
}
.rating_list_2 .el .desc .middle {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #13303C;
  margin: 8px 0;
}
.rating_list_2 .el .desc .bottom {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: #000000;
}
.rating_list_2 .el + .el {
  margin-top: 10px;
}
.news_detail_page .container .detail table.rating_table_1 {
  border: 1px solid #ECEEF0;
}
.news_detail_page .container .detail table.rating_table_1 thead tr {
  border-bottom: 1px solid #ECEEF0;
}
.news_detail_page .container .detail table.rating_table_1 thead tr td {
  padding: 12px 24px 12px 0;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  border-left: none!important;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr {
  border-bottom: 1px solid #ECEEF0;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr td {
  padding: 12px 24px 12px 0;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr td:nth-child(1) {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #13303C;
  text-align: center;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr td:nth-child(2) img {
  border-radius: 4px;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr td:nth-child(3) {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #13303C;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr td:nth-child(4) {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr:last-child {
  border-bottom: 1px solid #ECEEF0;
}
.news_detail_page .container .detail table.rating_table_1 tbody tr:last-child td {
  border-bottom: none;
}
.designations_list {
  margin: 36px 0;
}
.designations_list .item {
  display: flex;
  margin-bottom: 36px;
}
.designations_list .item .icon {
  margin-right: 24px;
}
.designations_list .item .icon .incoterms_ic {
  background: #FFFFFF;
  border: 1px solid #13303C;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px #13303C;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000000;
  padding: 0 19px;
  height: 48px;
}
.locations_list {
  display: grid;
  position: relative;
  padding-top: 90px;
}
.locations_list .list_head {
  position: absolute;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid #d1d1d180;
}
.locations_list.col_1 {
  grid-template-columns: 270px;
}
.locations_list.col_2 {
  grid-template-columns: 270px 270px;
}
.locations_list.col_3 {
  grid-template-columns: 270px 270px 270px;
}
.locations_list.col_4 {
  grid-template-columns: 270px 270px 270px 270px;
}
.locations_list.col_4-7_els {
  grid-template-columns: 270px 270px 270px 270px;
}
.locations_list a {
  border: none;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 12px;
  height: 21px;
}
.locations_list a:hover {
  color: #000000;
}
.location_select_but {
  display: flex;
  width: 172px;
  align-items: center;
  justify-content: center;
  height: 42px;
  left: 414px;
  padding-left: 16px;
  top: 7887px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 4px;
  background: url('/images/icons/icon_contacts_address_18px 1.png') no-repeat 10px center;
}
.location_select_block {
  padding: 40px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
}
#youtube_fly_subscribe {
  width: 157px;
  height: 117px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(51, 68, 87, 0.16);
  border-radius: 8px;
  position: fixed;
  left: 82px;
  bottom: 58px;
  padding: 24px 24px;
  z-index: 99;
  zoom: 0.7;
}
#youtube_fly_subscribe a.transparent_but {
  width: 100%;
  font-size: 14px;
  height: 36px;
  padding-top: 0;
  margin-top: 10px;
}

.b24-widget-button-popup-show {
  display: none !important;
}

@media screen and (max-width: 1190px) {
  .sub_service_page .service_row .container .head {
    margin-left: 0;
  }
  .sub_service_page .sub_service_page_head {
    height: 369px;
  }
  .stat_car_page .stat_car_container .car_params .img_blocks.simple_slider .slider_items_list {
    width: 100%;
    height: auto;
  }
  .stat_car_page .stat_car_container .car_params .img_blocks .img_blocks_slide {
    width: 465px;
    height: auto;
  }
  .stat_car_page .stat_car_container .car_params .auc_info {
    width: 100%;
    display: block;
    grid-template-columns: auto 370px;
  }
  #av_list .auc_item .content .price_block .price_label.total_price_label:after {
    top: 2px;
  }
  #av_list .auc_item .content .price_block .price_label.total_price_label.passing_prc:after {
    right: 44px;
    display: none!important;
  }
  #av_list .auc_item .content .price_block .price_label.total_price_label:after {
    width: 11px;
    height: 19px;
    content: '';
    display: inline-block;
    position: relative;
    cursor: pointer;
    right: auto;
    top: 5px;
    background: url('/images/icons/icon_arrow_back 3.png') no-repeat center center;
    background-size: inherit;
  }
  #av_list .auc_item .content .price_block .price_wrap {
    position: relative;
  }
  #av_list .auc_item .content .price_block .price_wrap .desc_ic {
    position: absolute;
    top: -14px;
    left: 95%;
  }
  #av_list .auc_item .content .price_block .price_wrap .desc_ic .fly_desc.bottom {
    left: auto;
    right: -9px;
  }
  #av_list .auc_item .content .price_block .price_wrap .desc_ic .fly_desc.bottom .content {
    max-width: 32vw!important;
  }
  #av_list .auc_item .content .price_block .price_wrap .desc_ic .fly_desc.bottom .content:before {
    right: 10px!important;
  }
}
@media screen and (max-width: 1024px) {
  .stat_car_page .stat_car_container .car_params .top {
    display: block;
  }
  .stat_car_page .stat_car_container .car_params .top .right {
    grid-template-columns: 50% 50%;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block {
    display: block;
    text-align: left;
    padding: 40px ;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price_label {
    text-align: left;
  }
  .stat_car_page .stat_car_container .car_params .top .right .service_block {
    padding: 47px 65px;
    flex-direction: row;
    align-items: flex-end;
    align-items: center;
  }
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) {
    display: block;
  }
  .stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table {
    min-width: 0;
  }
  .stat_car_page .car_calc_container .bottom:not(.fly_desc) {
    display: block;
  }
  .stat_car_page .car_calc_container .bottom .car_example_callback {
    margin-bottom: 29px;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc {
    left: -25px;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc .content:before {
    right: auto;
    left: 26px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 760px) {
  .top_slider .slide:nth-child(1) {
    width: calc(100vw - 142px) !important;
  }
}
@media screen and (max-width: 560px) {
  .stats_links {
    position: static;
    margin-bottom: 35px;
  }
  .service_row .transparent_but + .red_but {
    margin-top: 5px;
  }
  .services_row .services_container_2 .contract .contract_link {
    text-align: left;
    padding-left: 0;
  }
  .services_row .services_container_2 .contract .contract_link img {
    margin-right: 12px;
    vertical-align: text-bottom;
  }
  #baserow .container .seo_text {
    padding: 24px;
  }
  .bank_banner .banner_text {
    padding-left: 151px;
    padding-right: 10px;
  }
  .stat_car_page .stat_car_container .car_params .top .left .content .block_1 {
    border-bottom: 1px solid #ECEEF0;
    padding: 32px 0 32px 24px;
  }
  .stat_car_page .stat_car_container .car_params .top .left .content .block_2 {
    border-bottom: 1px solid #ECEEF0;
    padding: 32px 0 32px 24px;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block {
    padding: 32px 0 32px 24px;
  }
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) {
    padding: 32px 24px 32px 24px;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price.red {
    width: max-content;
  }
  .stat_car_page .stat_car_container .car_params .top .right .service_block > div {
    width: 60px;
  }
  .stat_car_page .car_calc_container .bottom .car_example_callback > span {
    display: block;
  }
  .stat_car_page .stat_car_container .car_params .top .right .service_block {
    padding: 0 7px;
    margin-bottom: 30px;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .stat_car_page .stat_car_container .car_params .bottom:not(.fly_desc) .red_but {
    font-size: 15px;
    margin-top: 31px;
    max-width: 100%;
  }
  .stat_car_page .stat_car_container .car_params .auc_info .auc_list,
  .stat_car_page .stat_car_container .car_params .auc_info .auc_lisd_desc,
  .stat_car_page .car_calc_container,
  .stat_car_page .scot_seti {
    padding: 32px 0 32px 24px;
  }
  .stat_car_page .stat_car_container .car_params .top .left .content {
    display: block;
  }
  .stat_car_page .stat_car_container .car_params .top .left .content .block_1 .date {
    position: static;
  }
  .stat_car_page .stat_car_container .car_params .top .right {
    display: block;
  }
  .stat_car_page .car_calc_container .tabs-container .tabs_content .tab_content table {
    min-width: 700px;
  }
  .stat_car_page .tabs_content > div.active {
    overflow: auto;
  }
  .stat_car_page .stat_car_container .car_params .img_blocks.simple_slider .slider_items_list {
    display: block;
    height: 69vw;
    overflow: hidden;
  }
  .stat_car_page .stat_car_container .car_params .img_blocks .img_blocks_slide {
    width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
  }
  .stat_car_page .stat_car_container .car_params .img_blocks .img_blocks_slide img {
    width: 100%;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc {
    left: -54px;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc .content {
    max-width: calc(100vw - 128px) !important;
  }
  .stat_car_page .stat_car_container .car_params .top .right .price_block .price .desc_ic .fly_desc .content:before {
    right: auto;
    left: 55px;
  }
}
@media screen and (max-width: 760px) {
  .sub_service_page .service_row .container .service_desc {
    padding-top: 135px;
  }
  .rating_list_1 .el {
    flex-direction: column;
    align-items: center;
  }
  .rating_list_1 .el .img {
    margin-right: 0;
    max-width: 100%;
  }
  #youtube_fly_subscribe {
    display: none;
  }
  #av_list .auc_item .content .price_block .price_wrap .desc_ic .fly_desc.bottom .content {
    max-width: 77vw!important;
  }
}
#anycomment-app li {
  padding-left: 0;
}
#anycomment-app li:before {
  display: none;
}
#anycomment-app a[href^="#"] {
  border: none;
}
#WP_fly_subscribe {
  border-radius: 8px;
  position: fixed;
  right: 16px;
  bottom: 24px;
  padding: 0;
  z-index: 99;
  border: none;
  display: none;
}
#WP_fly_subscribe .an {
  position: absolute;
  left: 48px;
  top: 48px;
  border-radius: 50%;
  zoom: 0;
  border-width: 2px;
  border-style: solid;
  border-color: green ;
  width: 1px;
  height: 1px;
  animation-duration: 2s;
  animation-name: an_a;
  animation-iteration-count: infinite;
  z-index: 1;
}
#WP_fly_subscribe .wp_ic {
  display: block;
  width: 56px;
  height: 56px;
  margin-left: 22px;
  margin-top: 22px;
  position: relative;
  z-index: 2;
  background-size: cover;
  border-radius: 50%;
  background-color: #20d466;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACwVBMVEUl02Y21nJO24Nn4JR+5aWR6LKj7L6178vD8tXS9d/f+Onn+e7w+/T5/fr+/v7z/Pbv+/Ph+OrE89VQ24Q413Mo1GhK2oBw4pqX6ra38MzV9uH0/Pf1/PfX9uO68c6Y6rZy4pxN24Iq1Gor1GpW3YmG5qqu7sbU9uH7/fza9+WK561Z3Yot1Ws01nFl4JOZ6rfK9Nr2/Pn6/fvT9eCh7L1x4ps82HZW3YiU6bPR9d78/v3Y9uOd67ph35As1Gs11nF245+078rC8tSC5ac713U313N+5aTL9NqD5qg92He/8tL9/v3N9NuA5aYy1m9M24Gi7L6x78hd3o0m02cv1W165KLP9d3g+OmP6LA513Q+2Heb6rny/Pb4/fqw7sdR3IXI89hc3o3Z9+Rt4Zkn02dX3YnF89Zs4ZdS3IbA8tJo4JVE2Xu58M7O9d1V3Icz1nCc67my78k/2Hh45KDs+vGV6bVU3Ifl+e1m4JOf67vj+evq+vC78c+s7sWm7cGS6bKl7MC88dDc9+Ze3o53459b3oxY3Yp0452O6K+p7cLM9Nvx+/Vr4ZdD2Xtj35KJ56y28MtI2n6r7cTk+ex55KH1/Ph75KJA2Hk613Wz78qP6LGg67zr+vFP24Pt+/LN9Nwp1GlL24GM567o+u+E5qkw1W5z453T9uAu1WzB8tPe+OdB2Xrd9+dq4ZZH2n5i35F/5aXu+/Nf3o8u1W2I56tT3IZC2Xrf+OhF2X185KOn7cGa6rh95KO38M2H5que67tk35Ja3Ytp4Jb3/fmL566l7L+Q6LHG89eT6bN1456v7seU6bSB5aYx1W5s4Zjb9+aF5qlu4plJ2n+o7cKt7sVE2XzJ9NlG2n2+8dG98dGW6bXp+u/W9uJQ3IRv4prm+e3i+Op446C48M3H89dg34/Q9d6N6K+q7cOr7sSk7L////9N3WKqAAAAAWJLR0TqyNoWLgAAAAd0SU1FB+QCCgciEZwxMGcAABgASURBVHja7d33YxVV2gdwILSEZKR4aQEMCSWEEhJAMYhAIApcpF1sdDGI0qKhKETAqKH3EETQAOKuUYqCFEFlUVDEhsqq6NpW3H3X/+IlCUgIzykzd+Y+Z26+n1/hzDzznMncmVNr1QIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgMiqXSembr36DRrGxjWKT7DK3RTfuElcbNMG9evVjWl2M3d84JVA8xYtW7VOtBTatG13S1L7ZO5owU0pHTp26pygqvqqUrs0SOvajTtucEH3Huk9M+zU/TWZvXr3uZU7fghD4La+t2c5q/y/9Luj/53c1wFODBg4qHGYlX9FRvbgIdxXA/bk3NU01Z3ar5R199Bh3NcEurolDc90s/YrBUfcM5L7ykDDqNHx7tf+ld+CMWND3JcHUuPuvc+r2q90/wMPcl8jCI2fMNHb6i83afIU7usEUp3JHvzyk6b2wC+BcR5qGqHarzDt4VzuC4aqpj8Syeov128GngLGePSxSFd/ubYzcQsYYdbsIEf9XzZnLve1Q628x21187kr+EQ+9/XXcLnz5vNVf7mMBeO4c1CTLezMW/3lnnyKOws11rhF4fb1uqMBGgdZ9F/MXfNXxd+L74GI6z45jBoLFkyb+vSSpenpy9LS6qWnP7OkcMSz88N5nEzFy2CEPdfIUUUl3tdp2fNF+QHqkIFhy1esXLV6jaMDr0nizkiNkjLB/p/r/MJ6a9fpNOCOX79ho4Pb64k87qzUHJta26ycuM3zNtk7RX6fRf1snqS4iDsvNcWWEjv1kjh76wvOzrPt+RdttTKkbkcPUQR0W2KjTuKXrA9rTG9u1952fg2ya3NnJ/q9oP/4TxwTkxL+CXM77HhJ+5SLX+bOT7QbW6pbFzvnudZIu2vmcN0xxiV9uDMU3e7SrIj43rvdPfGQV/bonTnYF41Cngns0KuE4lf/5v7Jd/39Nb2zt8KcQo+UFWpVQK8WgfDPRSoarhXAiAHcmYpOOVojvnv18DKGha/rxPDGXu5cRaP8fRqp77ff61/g2xpqhLHHZrMTqB0oVue9OCkSLTFvdlFHMh+fgy5rr/4Wz1gQobevwFulymDib+POWHRpdlCZ8kgOz8tbpPwcTRzLnbNo0kw533Nx/8hGNEU5GC3jEHfWokdzVZ9M6qK3Ix1T4LCqS6pkOnfeosUsVSNclyMcYR1drQhrDWaRumKY4v0/WJ+p6S3wgOJNYL7L7dE1U06cPMsvedryI3fkmDy2glnc2fO/MkX7XzbrmOxxY+TRxeVw58/vkuXTfoMLvGr31zVUvijBfWXcGfS5pdL0TpzJHV+tWtPlQ4YGoXc4HBukye3yDnd85R7cKQ3yFu74/Owp6Wt2tiHLtt3ZSnoHHOeOz78OSCdpnOD++f9L6F1ZnAlduePzq5GyDuDgdu7wqnpP9qgqwCKjjoTelyQ16y7u8K43c5Ik2NXYfsCJk5KUpv6dO7rqxsq2ovgHd3R+NFfygZ2wnzu6G02XLFIZNDBe0+VJZv9PWs8dHWWu5JX14Dbu6HyngeTv/xR3cLQPJB3E2WgPsmeF5Pff2Odpf8mCZUO5g/OXfPEQoOBA7uDEPhR/DZ5uzh2cn4QkC/+e4Q5OJkm8ZmVbFyaq1hhbxPX/EXdsch+LI/+YOzb/GCZ+ny40pv2XFhIPEJh0gDs432gnTGI/D2Z9uiv5rDD4nvgS0DNTmMKXfNCqnne/MPyt3LH5Q5lwEGjCcu7YdLQXNgfEozlIxyfCvyCffEufE17Ap9yh+UG+8A9oEHdouuqLriCIDQbUBomy18T4F8Crkm8XXUMs3gNVuoqaUlJ9NN/2nTaiOyCJOzTThWJFqfNVO8px0VUUYytyuYdFmVtteAtQNcLljDZwR2a2XNHqGyXr9A4QqjPwlc/S0tI+P348qQPjPZMjWtDi4Bd8QflAkugP56RW8bztT1YtdOxRvivpExU/ZZEWEE22jNX6Y/6yoFqxNozTc0V7GcZjWXmxeYKkZbbXKBxKv7Hgeb7xuC+IvgSMGs9ullzRTPB0ndLkMqJf8V1NR8HFNMZGcyKiT4ACnSagM2TRPXyPgMA0weV0ZAvJdHMEGRuoUXaLoAHpHN/l9BdcTrG/vmgjZ7kgYbEayz/GiEbjzWG8INF74NeMMZnsaTpdQY024ObiWRmMa3Z+I7grOW9Kg80S7AT2tLpo2Xlh/VsXGC/pI0FM6BSk3EEnK2uUuuhScf1biYzf3beepmPyTcd2JCWXOk7WIfFg7MsGM15UbzqkBKwddaMWdK5S1WNpU+QLyXdh7IMfkkHHhC6hGwmWA5usLjnUkuPc0FGwyc0bGBhS3Tr6MR5Uz6gap1pJvgHjZY0XTBfswBiTmVrSiSpUl3xVUf9WAudg3E50TCcYQzJTE6eP71z1ViIPMF7Xy3RI8ZgpeL1H6Tx1Vpdcr6x/3rbXqXRMTzGGZKLH6TRtUZd8UX0DWJwLigrmOf2TMSQDhejneLx6pd0U2eJMV2UzXlqAXko2HiuHVdWBrrgd6pKnNOrfCnIu234LHdMpxpDMs4hOksZAIOkinX9ZxHht39IfuJsZQzLPs2SONF4BhWMIqj1wOUfhfEeGdBCjAq5ZR1ebxtCZgGyFzio4Z2YPpEPy0Uwnz71FZig4Xl3ye736t9oyXt1I+ibtyxiSaS6SGVqtUfJDzRvA+oDx8n4gI4pljMgwKXSfmc5yAJ/r3gCcHQL0b0AWJghc9RydIJ3toH7UvQEyGTsE8uhlj9fyRWQYek2Q+3SKntC9AaxljBeYTUY0mjEis9BDAbRWhFRs21bFvxib3ugOy5/4AjJLgG7N1ZkOVku+Xc91kviu8BsyoCxD9jxi9zOZngKtQTODLG2tGC+R7uqI8I7nxqKHdGmMBbtss/4N0I/xEleREWGmeCV6a4B5WmVH698AOxkv8Rcyoh8YIzIJvbSm3pIgD+jfABpdi54ZRkZUwBiRQUYGw0hOkqUrlXWb0V/JmDA9oFwRmZvZeoU7WLo6sV7kRjImzgHr5riHzI3m1Ik86aSgqg8AzjEhohfdz1ljMgU9g/IhzdLHLD2cQ0IuW0gGhcHh5ejxEro9JU/o1f8+5nVmx5FPqhG8QRmigErNb7ql39Oq/0T2LZt+o8KK547KBOPIGtP+RN6rU/9ZMdxXKVg6dAB3WAaoQ2ZGa12wCvdbagbsNEZPfVvIHZYB9pOZ+bd2+cctJb1WZW/RDRYtuMMyAP2BpP+FfERZ/0bs3j6XDA3rBIj+gl/QP8Abivrv1537EssNIWPjbJ42Bdmhm2pj0PwZafVbcUO4r7BCiBwa/Dt3WAa4RCWmiY0DbEuV1f9E3hbAa8gHlc7A52hHTgq6ZOcIk2U3wCvc13cVuR3yMe6oDHCQSoyt0Tt1ZP0BGovMRcan5POJOyoDkMtD2tsiOltyA7A3AV5FLxeFCYJfkHmxN23qIckNcA/3BV5F7yuOpsB8Mi829wi9XXwDxJnyN0bPYTrKHRa75mReVtg7iOwRcJj7Cq/4hYyOcU8bQ9Bjwu123lwU3wCJGnOMI6EHGV0d7rDY0ZsE9LB5lOaStoB23JdYiR755ov90D31B5mX5+weZpX4BrD2c19jheW4AUg93MlL7VLxDVBgxKs2vWLkm9xhsaNvAPs7KjwveQQYsTz/bld+66IPfQPYfzkOTZXcAUncV1kLN4AIfQM4WEx7lmTFyIk2epe9ghuARu+t5uTdaIvkEbCTvzloIW4Akosvx7Mld8Ad3NcpuND13GGxo/Pi6OV4QIH4Bgh+yX2h9PcuPgPbk3l52NGx1kv6hSd+z3yhMWRYPzNHxe8omRe9xQFuIFstII55VbYVZFTG9FazuZnMy6vODtatn+QOOMs7OHgwGZQZAxY5lZF5cbqM6qYSyR3AOxWTHg+AnWNqkZtrrnJ6NNm3IO8EIfLnKZEzIkPsoRLjvAdPtoNMUGMHGs+8T0VkZ/RztOpMJUZrlVDSSNmCAamMG7ePoALCgtGCEZ17nB+vuWwToQS+9XnJJx3nZkamIFf6C4bxcvSlbJR4AleDUAoZFe/CRWZYRlZUOEt6tZTcAFbqOZ7L3ERG8xlPMEaZR2YmnDbygGyegBX8ys6xkkeNutOVy1xPBvO8h4n1C7qN3GFLUKXuTSyZ3vpdg2sLLKvk/Rku9CXSu+JgnbhatWaRmVka1jF3T5TeAYW6e4jNvPLDvbjjF+FeJr0WmgHjFNgFyO00eoZ30BjpjGFrmt6U4XVr/ipx06IwR5fvpOKwMws+ep2nUhOvtVi8WF3pDWDF60w8SI6tWiRhczgvpqGbqDB+i2CazUWvn6W3VrRYb/kdENyh/tC8o1qZrAbOp3HQi5ldjHCqzUTvrTsjzKMG6EXor3lN9Qe9/8Yv9+BjDgYrVqD3EG/JkG7zJHmTm+SzijsgcYv0Z6Y5+dC2Ljl7cU8nD/YLU8rNQk8P/S7s446MtRTOSubm5sWJSvV0stPL3eShvuHLukHo7X8zwh++kaNcSDrjsOg1PPC6pNgc22N5U8hO70n4CKjQi8yy/clBNximXkW0teCJfoe8WK8P7X2l0Nsa9OLOvCHqk9lJc+HI+cWW0myqTeBeZbG2D+faCGQDeQysFl+Jntb3iBuHnvWrpZS5Kr96sbEJ6mLW+ST9JzjdO8HUL2Ucegv4091cOfYeSy3hmb3XFZo1X6PQZfuSNJ8Cb9MbyIfb1hEtQuRKcS5tq3h0sU5Vpr7Y7FqRnDidIhV66bUO9iALY9Owq+g5XS6to5uvWkv4iksxV/6cy77TK1BhvtbGX3RPEOdWpmahh8wXu3T0bV00K/PY4PLNfHNUDUjX05rCQndPh9XlHVXomdOuLaBU+z7d2mwze8KLibr/uZJOiyW9OIj1MnfejRF6iUzQJ24dv6zQ8ozOmqZ0b8d8O9+RUW4MmaE3XDt+4BnPboDe6rOH6F+AJ7izbhDBBrAuTp1dqbvBpF0/qs8t2NNkIHfWDTKAXDHaetfFUySdtjyh8SZHNytn3cyddZOQA6asAjc7SxbqNAnZpx5alEy/4WDTyKoOO82uDbfutDygnuA/gy6I/aKqopeJsApdPUnKR5brTqt7rQWzFL7lzrlZWpNJSh3m7llayIeLO6B+kL9Av9/8xJ1xw6yk8+v21Kmj/3H5BlCvPvYjXXAld8YNc5T+TCt1e1mXXe+6+z04U3XCbqVkuSB2iqhmNZ1g97vM+zdysf4nKecY0f0c1k7ufBtHMJOjS5gTRAgjT7j3EHhddbJcQdfyXdz5Nk53QUONFxu/F+l3+Cso+wLX0uXahD3XMPrQ/QHePCu7TZDPHdQVr/oFCAm2s9rMnW0DiTZ+OuTJ2V5uarngv6rTxAgK3sadbQOFBCN35nh0vjd1x4mIdVHNLwz9RBfsx51sIwmagz1bUT3wVml49d9mk+oUXwtKDubOtZHyBGNxWns2cCLvkzWWcwmnVMcPCB4yiczLFptKNKP7396dMq+e46eAxnpj7wmKagwiqZEOCL7PG5V5eNKywfIFhURuUi9jlSeYXpCltz5JDfS0INnLPD1r7lPDsyy74jS2tfqHoCyGg4ssFGTstNcN53vTNecCXdVAoyHnQKag8BTuPJvrkiBl3i+lkvLLcP22odIWOocUrVbYlDvLBvtDlHJlp5sLhqQ9q1X9Watq6xzunKh8V+YkG62nIGlP6q7sF56f039T1n+23nyOmw8Kyp/lzK/xikRpd2mioNqUd2WzSbNaNdM8jnDfAuwTJvWIIG2pkXtzCh2ZIOgtLG6pPZBP1AmAleEUFor66qdGNIxZ966Kvb5/es2lT4r0myRzRFsYZrWPcEJ9Z5Agc2MiHklgXdc+n6dt/zjt+LmndttsvG0negD8M+KX4Td76cU0rBXcgdlxl6j+E7dxh2a+CWTmgn7K3O4M0Q3wCndoPnCGzFxb7rBs+GKfqP5/c2fziehGL9AxgTssfaGNovoPewHkmkCwoNYf3HHpSxPWvysr30W7U2TqMlxZMy4i3hT2KZwOZ8OBGmMHmTv/7K+3WzzI6AHu2HyBHkV1kjssXTnixWn78e5e7hPj6eRpDL8wQpl4QbJUFxe8iWL0LoJ73J8g5onkhsL6txZwB+cPdEuwT3ZYDbwvrv/W+AHQkUv3oidxx6Ul9Km4/k+rl5KByx4lsxf0xYJaoaXi+reGckfnE/8ls9eZOywdodGS+i/0yUsMO3qh7nTusDQENkvq/8kB3OH5xDh6JPVY7rjUdg2S1H+C090Gaxx6IFWJepNPbt2ky1HjBUAX/TM6nDsspe6rZfUf+cFMvkUvEWD8xgrr9snq/zUvpzZGl3w6g6bvr7m8VFb/L7m82GU020pm8FfusBTunSSr/5KF3PH5SCsyhWYvqJQi34siqDWNECoEGpM5NDqF+Yr9iM5wB+gnc8kUZpnciLL2oLz+dXYUgqu2kzmM5Q5L7O1V8uq3OqEF2I67ySRqbMrD5FHVlpStsD28HSPpduCi8I/siTs/y1TU/3AMAbBlJpnFxF3KguuON/g94usuLd+nqH7rLBqA7KE3dPlBXujBPv9XMZ9/0oKIpjvvI+WK49+9zZlMP6In5X8uLvC3mB3TrtVDcZ+IvXHlzitQVb+Vjb9/mwT7Rn1P/++Uos9GVJ+BMSdCi0gUdVZWv9UOv/920VOqqS3Ec39Oa1hC/eesyeu8j/Od2ZbaGLz/20bn9UL1//b9W783Fic+4aMh3kaZf0FnNbmlqH/bAvSUqusW5B2yopNyw5/T9fO9C/Lo0gSN6g/W406mH00nc5na/eq/5+2vf14j+ZdlLvFoHtGRjVprSWYq95EBwjIymZW7RXQ7dEusnT1egk3Xu77EfG5MT72Txz/HnUp/ojf27VsrMHflJQcbfxf3dfWXYNjHxZonfgNzwB3Jo//C/1foeEuHrKZJLg0mTZ55Ufv5Mxx7QTgzQzfDdjR+ZmzYr+O73twcr33C4I+e7W4S7ZZ6cQNcVnpiZhhNsuNmXjho42SNvdreqAZYbCPPNp3OPtnMwR9m7qgNZ3U++q6Zs5c7i/71rXf1XyG+XVpXG43z3T5YeVH/wV8p9RO0/jh3j8c3QEUN/TT55KF8VY/RsPVpY/qpevoJi6dz59DXCu1n3KGS1u12dGxR1PzB69Yd25Vz4IOHT47+YVqJw8NOxmbA4dh1U8RugCoy4vc0mdZrWpMmjduEeaRGkdjRJJp15ah/1wSfGcmdQL9bwF2H4dj3AXf6/O8/3JXoXOJKLAAdtu72N240RPAJDzufa46vw68JHnPmcqcuOqgm2MgUb07aqttT57JjSZj44w6nFVja4HjFIMA7X7W586sbireg5c8lB5zkP/Gxk3WutfCPO6weqO2qRnUx7Nc1g+1mP/Puest3VTtIt8FPRq76m9TFq7+LLtrJfVbrx9fT+8juSuoVmeq/vQUe/m5KTtRO/f0nvpZu3Fz0voNuHHsyB93GnbBoU6SX+YIx8zS+ubdt9/SXoHjlg9zpij4t1XmfWDi0ue4nV+6hMRnqIzqRMeYQRnx5QPHLPWnqyrk2f3NHbmloZxS5lkk/rECPrydqS9qBU2PT/3A2yzanbraDweQima8/j9G+Xukjyvq+P/eHlfWyU3+6MtLw11Uz0N3rof9RSW/U6dytbhz8wFfZYQ32SGy4wS/7VfnWDdM942ffc8DF4weOdJz9q5PKbzRo8M/44Pdc8+uSntEwbYoXSd8Ws6zVPu0Xw9Qug870GM+dmRriq2tpn7PgIU9bWFNGrd1w4ZHzknGfGV2G/3l4xsvm708QRR6rTP20HTER+8rK29T1w61pfR8/sWRjuQsnRqf/uGHrl0WbTF6TNFqlZFR06aN9raaasvG9CKzrAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPvD/k6UZYjAlmwsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDItMTBUMDc6MzQ6MTcrMDM6MDAJTPqdAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAyLTEwVDA3OjM0OjE3KzAzOjAweBFCIQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=);
}
#WP_fly_subscribe .motivation_mess {
  /* display: none; */
  position: absolute;
  right: 97%;
  bottom: 12px;
  height: 58px;
  padding: 17px 18px 12px 14px;
  width: 212px;
  border: 2px solid #ff0025;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
#WP_fly_subscribe .motivation_mess .mess {
  margin: 4px 0 0 0;
  font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #424956;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#WP_fly_subscribe .motivation_mess .mess .close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23525C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.41%205.07l2.867-2.864-1.34-1.34L5.07%203.73%202.207.867l-1.34%201.34L3.73%205.07.867%207.938l1.34%201.34L5.07%206.41l2.867%202.867%201.34-1.34L6.41%205.07z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
#WP_fly_subscribe .motivation_mess .mess .ar {
  font-size: 13px;
  line-height: 1.4;
  font-family: "IBM Plex Sans";
  direction: ltr;
  visibility: visible;
  -webkit-box-direction: reverse;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-right: 2px solid #2fc7f7;
  border-bottom: 2px solid #2fc7f7;
  bottom: 14px;
  right: -6px;
  transform: rotate(-45deg);
  border-color: #ff0025;
}
@media (max-width: 540px) {
  #WP_fly_subscribe {
/*    display: block;*/
    bottom: 80px;
    transition: 0.2s;
  }
  #WP_fly_subscribe:has(~.button-fix_wrapper.hide) {
    bottom: 24px;
    transition: 0.2s;
  }
  .b24-widget-button-position-bottom-right {
/*    display: none!important;*/
    right: 10px !important;
    bottom: 70px !important;
  }
  .page_up_row .page_up {
    margin-right: 19px;
  }
  .page_up_row {
    bottom: 150px;
  }
}
@keyframes an_a {
  0% {
    position: 0;
    border-width: 2px;
    border-color: #20d466;
    left: 48px;
    top: 48px;
  }
  20% {
    border-color: transparent ;
    padding: 48px;
    left: 0;
    top: 0;
  }
  100% {
    border-color: transparent ;
    padding: 48px;
    left: 0;
    top: 0;
  }
}
.button-fix_wrapper {
  display: none;
  justify-content: center;
  padding: 16px;
  position: fixed;
  bottom: 0;
  z-index: 11;
  width: 100%;
  transition: 0.2s;
}
@media (max-width: 540px) {
  .button-fix_wrapper {
    display: flex;
    transition: 0.2s;
  }
}
.button-fix_wrapper.hide {
  display: none;
  transition: 0.2s;
}
.button-fix {
  padding: 12px 24px;
  height: 48px;
  background-color: #ff0025;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  font-family: IBM Plex Sans, sans-serif;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.show_toggle_mobile {
  margin-top: 15px;
}
.show_toggle_mobile .cont {
  display: none;
}
.show_toggle_mobile .cont.open {
  display: block;
}
.show_toggle_mobile .toggle {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  margin: 35px 0 10px;
}
.show_toggle_mobile .toggle .opn {
  display: none;
}
.show_toggle_mobile .toggle .opn:after {
  width: 25px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  right: 4px;
  top: 46px;
  background: url(/images/icons/xicon_arrow.png.pagespeed.ic.ICmQ70m2K4.webp) no-repeat center center, #fff;
  transform: rotate(180deg);
}
.show_toggle_mobile .toggle .cls:after {
  width: 25px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  right: 4px;
  top: 46px;
  background: url(/images/icons/xicon_arrow.png.pagespeed.ic.ICmQ70m2K4.webp) no-repeat center center, #fff;
}
.show_toggle_mobile.open .toggle .opn {
  display: block;
}
.show_toggle_mobile.open .toggle .cls {
  display: none;
}
.footer_form_row {
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.footer_form_row .container {
  border-top: 1px solid #E1E3E5;
  padding-top: 70px;
  padding-bottom: 100px;
}
.footer_form_row .seporator {
  width: 100%;
  height: 1px;
  background: #E1E3E5;
  margin: 35px 0 15px;
}
.footer_form_row .new_ask_form_container {
  width: 100%;
  padding: 0;
}
.footer_form_row .new_ask_form_container .head {
  padding: 0;
}
.footer_form_row .new_ask_form_container form {
  margin: 45px 0;
}
.footer_form_row .new_ask_form_container .top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: -2px;
}
.footer_form_row .new_ask_form_container .input_box {
  width: 100%;
  max-width: none;
}
.footer_form_row .new_ask_form_container .input_box label {
  display: block;
  margin-bottom: 25px;
}
.footer_form_row .new_ask_form_container .input_box textarea {
  height: 124px;
}
.footer_form_row .new_ask_form_container .input_box.submit_box {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.footer_form_row .new_ask_form_container button {
  width: 170px;
}
@media (max-width: 760px) {
  .footer_form_row .new_ask_form_container .top {
    display: block;
  }
  .footer_form_row .new_ask_form_container .input_box.submit_box {
    display: block;
  }
  .footer_form_row .seporator {
    margin: 35px 0 35px;
  }
  .new_ask_form_container.auction_list_trslt_form_container .input_box {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 639px) {
  body > header .right_col .phone_num > a {
    font-size: 0;
    width: 22px;
    margin: 0 0px 0 17px;
    height: 22px;
    display: inline-block;
  }
  body > header .right_col .phone_num > a.phone {
    background: url(/bitrix/templates/2/images/icons/new_mobile_icons/call.svg) no-repeat center center;
    background-size: contain;
  }
	body > header .right_col .phone_num > a.max {
    background: url(/include/templates/header/include/max-logo-21.svg) no-repeat center center;
    background-size: contain;
  }
  body > header .right_col .phone_num > a.telegram {
    background: url(/images/icons/tg-logo-n.svg) no-repeat center center;
    background-size: contain;
  }
  body > header .right_col .phone_num > a a {
    font-size: 0;
  }
  body > header .right_col .log_in {
    width: 23px;
    height: 23px;
    display: block;
    background: url(/bitrix/templates/2/images/icons/new_mobile_icons/profile.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: 2px;
  }
  body > header .right_col .log_in a {
    display: block;
    width: 23px;
    height: 23px;
  }
  body > header .right_col .log_in img {
    display: none;
  }
  body > header .right_col .slide_menu .menu-toggle .hamburger {
    zoom: 1.4;
  }
  body > header .right_col .phone_num {
    display: flex;
    margin-right: 0;
  }
}
.col.auc_col {
  display: none;
}
.statistic_items_list .item .element_params .element_params_col-3 .share_block .tg-btn {
  height: 40px;
  min-width: 40px;
  background-color: rgba(42, 171, 238, 0.1);
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.statistic_items_list .item .element_params .element_params_col-3 .share_block .tg-btn img {
  max-width: 19px;
}
footer .copyright {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
footer .copyright .copyright_link {
  color: #a9b3b8;
  text-decoration: underline;
}

	.header-info__holder {
		width: 100%;
		display: flex;
		gap: 12px;
		align-items: center;
		padding: 10px;
		background: #2aabee;
		color: #fff;
		z-index: 999;
	}
	.header-info {
		width: 100%;
		margin: 0 auto;
	}
	.header-info__text-holder {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.header-info__text-holder .btn {
		width: auto;
		font-size: 14px;
		line-height: 28px;
		font-weight: normal;
		border: none;
		padding: 0 24px;
		margin-top: 8px;
		color: #fff;
		background: #0e4e6e;
		text-transform: none;
		border-radius: 8px;
	}

	.header-info__text {
		font-size: 16px;
	}
	
	@media (min-width: 1024px) {
		.header-info__text {
			display: flex;
			align-items: center;
			gap: 16px;
		}
		.header-info__text-holder .btn {
			margin-top: 0;
		}
		.header-info__close {
			line-height: 1px;
		}
	}

	.header-info__close svg {
		width: 20px;
		height: 20px;
	}

	.header-info__holder .t-social__link {
		position: relative;
		text-decoration: none;
		z-index: 1;
		flex-shrink: 0;
		width: 32px;
		height: 32px;
		border-bottom: none;
	}

	.header-info__holder .t-social__link:hover {
		opacity: .8;
	}

	.header-info__holder .t-social__link::before,
	.header-info__holder .t-social__link::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 200%;
		height: 200%;
		border-radius: 50%;
		background-color: #777;
		transform: translate(-50%, -50%);
		animation: wave 6s infinite ease-out;
		opacity: 0;
		z-index: 2;
	}

	.header-info__holder .t-social__link::before {
		animation-delay: 0s;
	}

	.header-info__holder .t-social__link::after {
		animation-delay: 3s;
	}

	.header-info__close {
		cursor: pointer;
	}
	
	.header-info__link {
		color: #fff;
	}

	/* Анимация волн */
	@keyframes wave {
		0% {
			transform: translate(-50%, -50%) scale(0);
			opacity: 0.5;
		}
		10% {
			transform: translate(-50%, -50%) scale(1.1);
			opacity: 0;
		}
		25% {
			transform: translate(-50%, -50%) scale(1.1);
			opacity: 0;
		}

		50% {
			transform: translate(-50%, -50%) scale(1.1);
			opacity: 0;
		}
		70% {
			transform: translate(-50%, -50%) scale(1.1);
			opacity: 0;
		}
		100% {
			transform: translate(-50%, -50%) scale(1.1);
			opacity: 0;
		}
	}
	
	@media (max-width: 1023px) {
		.header-info__text-holder .btn {
			display: none;
		}
	}
	
	@media (max-width: 400px) {
		.header-info__text {
			font-size: 15px;
		}
		.header-info__holder {
			min-height: 65px;
		}
	}
	
	@media (max-width: 380px) {
		.header-info__text {
			font-size: 14px;
		}
	}
	
	@media (min-width: 1024px) {
		body.other_company_show {padding-top: 0 !important;}
		body > header.important_news_active {top: 0 !important;}
		body.important_news_active.other_company_show > header.important_news_active {top: 52px !important;}
	}
	@media (max-width: 1023px) {
		body.important_news_active {padding-top:0;}
		body.important_news_active > header.important_news_active{top: 0 !important;}
		body.important_news_active.other_company_show > header.important_news_active {top: 64px !important;}
		body.important_news_active.other_company_show.cookie > header.important_news_active {top: 54px !important;}
		body.important_news_active.other_company_show {padding-top: 0 !important;}
		body.important_news_active.cookie.other_company_show {padding-top: 52px !important;}
		body.important_news_active.other_company_show .header_new {top: 65px !important;}
		body.important_news_active.cookie .header_new {top: 0 !important;}
		body.important_news_active.cookie.other_company_show .header_new {top: 120px !important;}
		body.other_company_show .cookies-section {margin-bottom: 0;}
	}
	@media (max-width: 760px) {
		body.other_company_show.cookie .cookies-section {margin-bottom: 0 !important;}
	}

  /* custom b24 soc service widget Max messenger icon */
  .ui-icon.ui-icon-service-max > i {
    background-size: 100%;
    background-position: CENTER;
    background-image: url('/include/templates/header/include/max-logo-25.svg');
    --ui-icon-service-bg-image: url('/include/templates/header/include/max-logo-25.svg');
  }

.other_company_row .right a[class*='link'] span.mobile{
	display:none;
}
@media (max-width: 400px) {
	.other_company_row .right a[class*='link'] span{
		display:none;
	}
	.other_company_row .right a[class*='link'] span.mobile{
		display:block;
	}
}

header .infonote_wrap {
  width: 100%;
}

header .infonote_link {
  text-decoration: none;
  transition: all .3s linear;
}

header .infonote_link:hover {
  background: #E90000;
  border-bottom: inherit;
}

header .infonote_link, header .infonote_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px !important;
  color: #fff !important;
  background: #ff0025;
  padding: 15px;
}

@media (max-width: 575px) {
  header .infonote_link, header .infonote_text {
    padding: 10px;
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  header .infonote_link, header .infonote_text {
    font-size: 16px !important;
  }
}


.header-info__holder {
    display: none !important;
}

body.important_news_active #fullSize_Slider {
    padding-top: 0 !important;
}

body.important_news_active.other_company_show > header.important_news_active {
    top: 0 !important;
}

@media(max-width: 760px) {
    #fullSize_Slider .slide__title-wrap .container {
      padding-top: 215px !important;
    }
}
/*-------------*/
.head-white-bg{
  transition: .2s;
  background-color: #ffffff!important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)!important;
}
.head-white-bg .mid_col .top_menu li{
  color: #111111!important;
}
.head-white-bg .menu-toggle .hamburger span::before,
.head-white-bg .menu-toggle .hamburger span::after
{
  background-color: #000!important;
}
.head-white-bg .log_in svg path{
  fill: #000;
}
.head-white-bg .left_col .head_logo .head_logo_path {
  fill: #000;
}
