@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBold.woff2") format("woff2");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.w100 {
  width: 100%;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.underline:hover {
  text-decoration: underline;
}

.transition {
  transition: 0.3s all ease;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.d_flex.nowrap {
  flex-flow: nowrap;
}

.br10 {
  border-radius: 10px;
}

.br15 {
  border-radius: 15px;
}

.justify_start {
  justify-content: flex-start;
}

.justify_center {
  justify-content: center;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fancybox__caption {
  color: #fff;
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.has_dot {
  padding-left: 11px;
}
.has_dot:before {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #1DD65C;
  top: 5px;
  animation: 3s blinkDot linear infinite;
}

.dashed_orange {
  border-bottom: 1px dashed #F26722;
  cursor: pointer;
}
.dashed_orange:hover {
  border-style: solid;
}

.btn {
  background-color: #F26722;
  color: #fff;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  border-radius: 40px;
  padding: 0 25px;
}
.btn p {
  color: #fff;
}
.btn:hover {
  background-color: #333;
}
.btn.big_tg_btn {
  height: 55px;
  background-color: #229ED9;
}
.btn.big_tg_btn svg {
  margin-right: 15px;
}
.btn.big_tg_btn:hover {
  background-color: #F26722;
}

.body_lines_bg {
  position: fixed;
  width: 100%;
  max-width: 1600px;
  padding: 0 60px;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 0.8;
}
.body_lines_bg p {
  width: 1px;
  height: 100%;
  background-color: #F2F2F2;
}

.aside_section_text {
  position: absolute;
  left: 25px;
  top: 220px;
  transform: translateX(-50%) rotate(-90deg);
}
.aside_section_text .line {
  margin: 0 20px;
  width: 160px;
  height: 1px;
  background-color: #D9D9D9;
}
.aside_section_text .line:before {
  background-color: #F26722;
  width: 30px;
  left: calc(100% - 30px);
}
.aside_section_text p {
  font-size: 12px;
  color: #9F9F9F;
  font-weight: 300;
  text-transform: uppercase;
}

.section_heading .title {
  font-size: 32px;
  line-height: 130%;
}
.section_heading .title b {
  font-weight: 700;
}
.section_heading .subtitle {
  margin-top: 7px;
  font-size: 16px;
}

.slider-arr {
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.slider-arr:hover svg path {
  fill-opacity: 1;
}
.slider-arr.prev {
  left: 0;
}
.slider-arr.next {
  right: 0;
}

.breadcrumbs {
  justify-content: flex-start;
}
.breadcrumbs li {
  margin-right: 15px;
  padding-right: 15px;
}
.breadcrumbs li:before {
  width: 4px;
  height: 4px;
  left: calc(100% - 2px);
  background-color: #F26722;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
}

@media only screen and (max-width: 1400px) {
  .aside_section_text {
    left: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .btn {
    width: 100%;
    justify-content: center;
    padding: 0 15px;
  }
  .btn br {
    display: none;
  }
  .btn.big_tg_btn {
    height: 45px;
  }

  .aside_section_text {
    display: none !important;
  }

  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
    box-sizing: border-box;
  }

  .body_lines_bg {
    padding: 0 40px;
  }
  .body_lines_bg p:nth-child(2), .body_lines_bg p:nth-child(4) {
    display: none;
  }

  .section_heading .title {
    font-size: 22px;
  }
  .section_heading .title br {
    display: none;
  }

  .breadcrumbs {
    position: relative;
    z-index: 2;
  }
  .breadcrumbs ol {
    display: inline-block;
  }
  .breadcrumbs ol li {
    display: inline;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
  .breadcrumbs li {
    margin-right: 8px;
    padding-right: 8px;
  }
  .breadcrumbs li:before {
    width: 3px;
    height: 3px;
    top: 55%;
  }
}
@keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #333;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #fff;
  padding-top: 135px;
  width: 100%;
  overflow-x: hidden;
}

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

p {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #333;
}

.container {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1600px;
}

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

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

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media only screen and (max-width: 1400px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 980px) {
  body {
    padding-top: 75px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

@media only screen and (max-width: 980px) {
  .fz16 {
    line-height: 130%;
  }
}
form {
  width: 100%;
}
form .input_row label {
  padding-left: 20px;
}
form select {
  font-size: 14px;
  outline: none;
  border: 1px solid #F26722;
  height: 40px;
}
form select,
form input {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 0 20px;
  border-radius: 40px;
  box-sizing: border-box;
}
form textarea {
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  resize: none;
  outline: none;
  transition: 0.3s all ease;
}
form textarea:focus {
  border: 1px solid #F26722;
}
form input {
  height: 50px;
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  transition: 0.3s all ease;
}
form input:focus {
  border: 1px solid #F26722;
}
form input::-moz-placeholder {
  color: #ACACAC;
  letter-spacing: 1px;
}
form input:-ms-input-placeholder {
  color: #ACACAC;
  letter-spacing: 1px;
}
form input::placeholder {
  color: #ACACAC;
  letter-spacing: 1px;
}
form button.btn {
  height: 50px;
  border: none;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
form button.btn svg {
  margin-left: 10px;
}
form .agree_row {
  justify-content: flex-start;
  flex-flow: nowrap;
  width: 100%;
}
form .agree_row input {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
}
form .agree_row input:after, form .agree_row input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
form .agree_row input:before {
  z-index: 1;
  background-color: #F26722;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
form .agree_row input:checked:after {
  background-image: url("/img/checkbox.webp");
  width: 9px;
  height: 9px;
  z-index: 2;
  left: 54%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
form .agree_row p {
  line-height: 100%;
}

@media only screen and (max-width: 980px) {
  form .agree_row input:after, form .agree_row input:before {
    display: none;
  }
}
.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
.content_seo h1 a, .content_seo h2 a, .content_seo h3 a, .content_seo h4 a, .content_seo h5 a, .content_seo h6 a {
  font-size: 36px;
  font-weight: 600;
}
.content_seo h2, .content_seo h2 a {
  font-size: 32px;
}
.content_seo h3, .content_seo h3 a {
  font-size: 28px;
}
.content_seo h4, .content_seo h4 a {
  font-size: 24px;
}
.content_seo h5, .content_seo h5 a {
  font-size: 20px;
}
.content_seo h6, .content_seo h6 a {
  font-size: 16px;
}
.content_seo p, .content_seo a {
  line-height: 145%;
  font-size: 15px;
  color: #333;
}
.content_seo p {
  margin: 15px 0;
}
.content_seo a {
  color: #F26722;
  border-bottom: 1px dashed #F26722;
  font-weight: 500;
}
.content_seo a:hover {
  border-style: solid;
}
.content_seo ul li {
  font-size: 15px;
  margin: 7.5px 0;
}
.content_seo ul li p {
  margin: 7.5px 0;
}
.content_seo img {
  border-radius: 15px;
}
.content_seo .row {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}
.content_seo .row h1, .content_seo .row h2, .content_seo .row h3, .content_seo .row h4, .content_seo .row h5, .content_seo .row h6 {
  margin-top: 10px;
}
.content_seo .row .col-md-6:nth-child(2) {
  position: sticky;
  top: 50px;
}
.content_seo .row .col-md-6 {
  width: -moz-fit-content;
  width: fit-content;
}
.content_seo .row .col-md-6:first-child {
  margin-right: 20px;
}

.seo_footer_text.open .show_full_content {
  display: none;
}
.seo_footer_text.open .content_seo {
  height: -moz-max-content;
  height: max-content;
}
.seo_footer_text.open .content_seo:before {
  display: none;
}
.seo_footer_text .show_full_content {
  cursor: pointer;
}
.seo_footer_text .content_seo {
  height: 250px;
  overflow: hidden;
}
.seo_footer_text .content_seo:before {
  height: 50px;
  top: calc(100% - 50px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, white 100%);
}

@media only screen and (max-width: 980px) {
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    font-size: 22px;
    margin-top: 15px;
  }
  .content_seo h1 a, .content_seo h2 a, .content_seo h3 a, .content_seo h4 a, .content_seo h5 a, .content_seo h6 a {
    font-size: 22px;
  }
  .content_seo p, .content_seo ul li {
    font-size: 14px;
  }
  .content_seo .row {
    flex-flow: wrap;
  }
  .content_seo .row .col-md-6 {
    width: 100% !important;
  }

  .seo_footer_text .content_seo {
    height: 350px;
  }
}
.messengers ul li {
  margin-right: 10px;
}
.messengers ul li:last-child {
  margin-right: 0;
}
.messengers ul a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
}
.messengers ul a:hover {
  transform: scale(1.05);
}
.messengers ul a svg {
  width: 55%;
  height: 55%;
}
.messengers ul a svg path {
  fill: #fff;
}
.messengers ul a.tg {
  background-color: #08c;
}
.messengers ul a.vi {
  background-color: #665cac;
}
.messengers ul a.wa {
  background-color: #25D366;
}

header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
}
header.fixed {
  position: fixed;
  padding-top: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-bottom: none !important;
  background-color: #F26722;
}
header.fixed nav li.has_child:before {
  background-image: url("/img/menu_arr_white.svg");
}
header.fixed .menu_row {
  margin-top: 0;
}
header.fixed .menu_row:before {
  display: none;
}
header.fixed .menu_row a, header.fixed .menu_row p {
  color: #fff;
}
header.fixed .menu_row .home_link svg path {
  fill: #fff;
}
header.fixed .top_row {
  display: none;
}
header.not_index {
  border-bottom: 1px solid #E0E0E0;
}
header.not_index .menu_row:before {
  width: 300%;
  left: 50%;
  transform: translateX(-50%);
}
header .top_row .address p {
  max-width: 180px;
}
header .top_row p, header .top_row a {
  font-size: 13px;
}
header .top_row .phone_block {
  flex-direction: column;
}
header .top_row .phone_block p.has_dot {
  font-size: 11px;
  margin-bottom: 2px;
}
header .top_row .phone_block a {
  font-size: 19px;
  font-weight: 600;
}
header .top_row .phone_block a:hover {
  text-decoration: underline;
}
header .logo_block img {
  margin-right: 25px;
}
header .menu_row:before {
  border-top: 1px solid #E0E0E0;
  height: 1px;
}
header nav {
  width: calc(100% - 130px);
}
header nav > ul > li {
  padding: 10px 0;
}
header nav li.current a {
  color: #F26722;
}
header nav li.home_link {
  margin-right: -20px;
}
header nav li.has_child {
  position: relative;
}
header nav li.has_child:before {
  width: 9px;
  height: 5px;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  background-image: url("/img/menu_arr.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
header nav li:hover:before {
  transform: translateY(-50%) rotate(180deg);
}
header nav li:hover ul.child_menu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
header nav .home_link span {
  display: none;
}
header nav a {
  font-weight: 500;
  font-size: 16px;
}
header nav a:hover {
  text-decoration: underline;
}
header ul.child_menu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  top: 100%;
  left: -15px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
header ul.child_menu li {
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4px;
}
header ul.child_menu li a {
  font-size: 15px;
  color: #333 !important;
}
header ul.child_menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
header .lang_block p {
  font-weight: 500;
  font-size: 16px;
}
header .lang_block a {
  font-size: 16px;
  color: #adadad;
}
header .lang_block a:hover {
  font-weight: 500;
  text-decoration: underline;
  color: #333;
}
header .burger_btn {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all ease;
  background-color: #222;
  margin-left: 12px;
}
header .burger_btn span {
  position: absolute;
  width: 13px;
  height: 2px;
  display: block;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
header .burger_btn span:first-child {
  top: calc(50% - 5px);
}
header .burger_btn span:last-child {
  top: calc(50% + 5px);
}

@media only screen and (max-width: 1400px) {
  header .messengers p {
    display: none;
  }
  header .messengers ul {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1300px) {
  header .logo_block img {
    margin-right: 0;
  }
  header .logo_block p {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  header .tow_truck {
    display: none;
  }
  header .lang_block p,
header .lang_block a,
header nav a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 980px) {
  header.fixed {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 250%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  header.fixed .top_row {
    display: flex;
    padding: 10px 0;
  }
  header.fixed .menu_row {
    margin-top: 5px;
  }
  header.fixed .menu_row:before {
    display: block;
  }
  header.fixed .menu_row a, header.fixed .menu_row p {
    color: #333;
  }
  header.not_index {
    padding-bottom: 10px;
  }
  header.not_index.fixed {
    padding-bottom: 0;
  }
  header .logo_block img {
    width: 100px;
  }
  header .top_row .phone_block .dashed_orange {
    margin-top: 2px;
  }
  header .top_row .phone_block p.has_dot {
    font-size: 9px;
    margin-bottom: 6px;
    padding-left: 8px;
  }
  header .top_row .phone_block p.has_dot:before {
    width: 4px;
    height: 4px;
    top: 4px;
  }
  header .top_row .phone_block a {
    font-size: 16px;
    line-height: 80%;
  }
  header .top_row p {
    font-size: 10px;
  }
  header .messengers, header .address,
header .menu_row {
    display: none;
  }
  header .lang_block {
    margin-top: 20px;
  }
  header .lang_block .ml10 {
    margin-left: 20px;
  }
  header .lang_block p, header .lang_block a {
    font-size: 18px;
  }
  header nav {
    width: 100%;
    margin-top: 3px;
  }
  header nav li {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
  }
  header nav li a {
    font-size: 18px;
    width: 50%;
    display: block;
  }
  header nav li.has_child:before {
    left: calc(100% - 9px);
    top: 20px;
    background-image: url("/img/menu_arr.svg") !important;
  }
  header nav li:hover ul.child_menu {
    display: block;
  }
  header nav .home_link {
    margin-right: 0;
  }
  header nav .home_link svg {
    display: none;
  }
  header nav .home_link span {
    display: block;
  }
  header nav ul {
    flex-direction: column;
  }
  header ul.child_menu {
    left: 0;
    top: 0;
    position: relative;
    box-shadow: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 0 15px;
    border-top: 1px solid #E0E0E0;
    display: none;
  }
  header ul.child_menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header .burger_btn {
    display: block;
  }
  header.open {
    background: #fff;
    height: 100vh;
    position: fixed;
  }
  header.open .menu_row {
    display: flex;
  }
  header.open .burger_btn span {
    width: 17px;
  }
  header.open .burger_btn span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.open .burger_btn span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.open .burger_btn span:nth-child(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 380px) {
  header .logo_block img {
    width: 90px;
  }
  header .top_row .phone_block a {
    font-size: 14px;
  }
}
.hero_section.service_page .hero_slide .slide_item {
  padding: 20px 60px 230px;
}
.hero_section.service_page .hero_slide .slide_item .content_seo {
  margin-top: 40px;
}
.hero_section .hero_slider {
  display: none;
}
.hero_section .hero_slider.slick-initialized {
  display: block;
}
.hero_section .hero_slider .slider-arr.prev {
  left: 20px;
}
.hero_section .hero_slider .slider-arr.next {
  right: 20px;
}
.hero_section .hero_slide {
  position: relative;
}
.hero_section .hero_slide .slide_item {
  min-height: 520px;
  display: block;
  height: -moz-max-content;
  height: max-content;
  border-radius: 15px;
  position: relative;
  padding: 55px 60px 230px;
}
.hero_section .hero_slide .slide_item .content_seo {
  width: 50%;
}
.hero_section .hero_slide .slide_item .content_seo h1, .hero_section .hero_slide .slide_item .content_seo h2, .hero_section .hero_slide .slide_item .content_seo h3, .hero_section .hero_slide .slide_item .content_seo h4, .hero_section .hero_slide .slide_item .content_seo h5, .hero_section .hero_slide .slide_item .content_seo h6 {
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 30px;
  font-weight: 400;
}
.hero_section .hero_slide .slide_item .content_seo h1 b, .hero_section .hero_slide .slide_item .content_seo h2 b, .hero_section .hero_slide .slide_item .content_seo h3 b, .hero_section .hero_slide .slide_item .content_seo h4 b, .hero_section .hero_slide .slide_item .content_seo h5 b, .hero_section .hero_slide .slide_item .content_seo h6 b {
  font-weight: 800;
}
.hero_section .hero_slide .slide_item .content_seo p {
  font-size: 16px;
}
.hero_section .hero_slide .slide_item .image_slide {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  right: 0;
  z-index: -1;
}
.hero_section .hero_slide .messenger_block {
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.hero_section .hero_slide .messenger_block .viber {
  margin: 0 15px 0 20px;
  width: 35px;
  background-color: #7360F2;
  height: 35px;
  border-radius: 50%;
  justify-content: center;
}

.products_slider_section .title {
  margin-left: 55px;
}
.products_slider_section .products_slider {
  padding: 0 55px;
  display: none;
}
.products_slider_section .products_slider.slick-initialized {
  display: block;
}
.products_slider_section .products_slider .slide_image {
  margin: 15px 0;
  height: 100px;
  display: flex;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 10px;
}
.products_slider_section .products_slider .slide_image:hover {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
.products_slider_section .products_slider .slide_image:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.products_slider_section .products_slider .slide_image img {
  filter: grayscale(1);
  opacity: 0.4;
  transition: 0.3s all ease;
}

.welcome_adv_section .inner {
  padding: 50px 60px 0;
}
.welcome_adv_section .image_inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.welcome_adv_section .adv_cols {
  align-items: flex-start;
  margin-left: -60px;
}
.welcome_adv_section .col {
  width: 270px;
  cursor: pointer;
  transition: 0.3s all ease;
  padding: 20px 30px 30px;
  border-radius: 15px;
}
.welcome_adv_section .col:hover {
  background-color: #F26722;
}
.welcome_adv_section .col:hover p {
  color: #fff;
}
.welcome_adv_section .col .title {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  min-height: 54px;
}
.welcome_adv_section .col .subtitle {
  margin-top: 10px;
}
.welcome_adv_section .col p {
  transition: 0.3s all ease;
}
.welcome_adv_section .col:first-child {
  padding-left: 60px;
  width: 300px;
}
.welcome_adv_section .aside_section_text {
  top: 200px;
}

@media only screen and (max-width: 1600px) {
  .products_slider_section .products_slider {
    padding: 0 3.438vw;
  }
}
@media only screen and (max-width: 1400px) {
  .hero_section .hero_slide a.slide_item {
    padding: 45px 60px 250px;
    min-height: 490px;
  }
  .hero_section .hero_slide a.slide_item .content_seo h1, .hero_section .hero_slide a.slide_item .content_seo h2, .hero_section .hero_slide a.slide_item .content_seo h3, .hero_section .hero_slide a.slide_item .content_seo h4, .hero_section .hero_slide a.slide_item .content_seo h5, .hero_section .hero_slide a.slide_item .content_seo h6 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hero_section .hero_slide a.slide_item .content_seo p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .hero_section.service_page .hero_slide .slide_item {
    padding: 20px 20px 220px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .hero_section.service_page .hero_slide .slide_item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(235, 235, 235, 0.7);
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .hero_section .hero_slider .slick-dots {
    bottom: -30px;
  }
  .hero_section .hero_slider .slider-arr {
    display: none !important;
  }
  .hero_section .hero_slider .slick-slide {
    height: 0;
  }
  .hero_section .hero_slider .slick-slide.slick-current {
    height: -moz-max-content;
    height: max-content;
  }
  .hero_section .hero_slide .slide_item .content_seo {
    position: relative;
    z-index: 2;
  }
  .hero_section .hero_slide .slide_item .content_seo h1, .hero_section .hero_slide .slide_item .content_seo h2, .hero_section .hero_slide .slide_item .content_seo h3, .hero_section .hero_slide .slide_item .content_seo h4, .hero_section .hero_slide .slide_item .content_seo h5, .hero_section .hero_slide .slide_item .content_seo h6 {
    font-size: 26px;
  }
  .hero_section .hero_slide .slide_item .content_seo p {
    font-size: 14px;
  }
  .hero_section .hero_slide .slide_item .content_seo p br {
    display: none;
  }
  .hero_section .hero_slide a.slide_item {
    padding: 45px 20px 225px;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .hero_section .hero_slide a.slide_item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(235, 235, 235, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .hero_section .hero_slide a.slide_item .content_seo {
    position: relative;
    z-index: 2;
  }
  .hero_section .hero_slide a.slide_item .content_seo h1, .hero_section .hero_slide a.slide_item .content_seo h2, .hero_section .hero_slide a.slide_item .content_seo h3, .hero_section .hero_slide a.slide_item .content_seo h4, .hero_section .hero_slide a.slide_item .content_seo h5, .hero_section .hero_slide a.slide_item .content_seo h6 {
    font-size: 26px;
  }
  .hero_section .hero_slide .slide_item .content_seo {
    width: 100%;
  }
  .hero_section .hero_slide .messenger_block {
    left: 20px;
    z-index: 2;
    width: calc(100% - 36px);
  }
  .hero_section .hero_slide .messenger_block p {
    font-size: 12px;
  }
  .hero_section .hero_slide .messenger_block p:first-child br {
    display: none;
  }

  .products_slider_section {
    margin-top: 90px;
  }
  .products_slider_section .title {
    margin-left: 0;
  }
  .products_slider_section .products_slider .slide_image {
    padding: 0 20px;
    height: 80px;
  }
  .products_slider_section .products_slider .slider-arr svg {
    width: 10px;
    height: 20px;
  }

  .welcome_adv_section .section_heading {
    padding: 0 20px;
  }
  .welcome_adv_section .inner {
    padding: 40px 0 0;
  }
  .welcome_adv_section .adv_cols {
    margin-left: 0;
  }
  .welcome_adv_section .col {
    padding: 14px 20px !important;
    width: 100% !important;
  }
  .welcome_adv_section .col:last-child {
    padding-bottom: 40px !important;
  }
  .welcome_adv_section .col p.fz12 {
    font-size: 40px;
    font-weight: 700;
    opacity: 0.3;
  }
  .welcome_adv_section .col .title {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.services_section .section_heading {
  padding-left: 60px;
}
.services_section .service_item {
  border-radius: 15px;
  padding: 30px 30px 110px;
  position: relative;
  min-height: 360px;
}
.services_section .service_item .title {
  width: 70%;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
.services_section .service_item .title b {
  color: #F26722;
}
.services_section .service_item .title:hover {
  color: #F26722;
  text-decoration: underline;
}
.services_section .service_item ul {
  width: 60%;
}
.services_section .service_item ul li {
  margin-bottom: 8px;
}
.services_section .service_item ul a {
  color: #fff;
  font-size: 14.5px;
  transition: 0.3s all ease;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.services_section .service_item ul a:hover {
  color: #F26722;
  border-bottom: 1px solid #F26722;
}
.services_section .service_item .serv_contacts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
}
.services_section .service_item .serv_contacts .has_dot {
  color: #fff;
  width: 100%;
  font-size: 10px;
  margin-bottom: 7px;
}
.services_section .service_item .serv_contacts .has_dot:before {
  top: 4px;
}
.services_section .service_item .serv_contacts .or {
  margin-top: 17px;
}
.services_section .service_item .serv_contacts .big_tg_btn {
  height: 35px;
  padding: 0 10px;
}
.services_section .service_item .serv_contacts .big_tg_btn img {
  margin-right: 10px;
}
.services_section .service_item .serv_contacts .big_tg_btn p {
  font-size: 10px;
}
.services_section .service_item .serv_contacts .viber_block .viber {
  height: 35px;
  width: 35px;
  justify-content: center;
  border-radius: 50%;
  background-color: #7360F2;
}
.services_section .service_item .serv_contacts .viber_block a.tel {
  margin-left: 10px;
  color: #fff;
  border-bottom: 1px dashed #7360F2;
}
.services_section .service_item .serv_contacts .viber_block a.tel:hover {
  border-style: solid;
}
.services_section .service_item .serv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}
.services_section .aside_section_text {
  top: 280px;
}

.services_list {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.services_list.service_page .service_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.services_list.service_page .service_item .title {
  width: 100%;
  font-size: 26px;
}
.services_list.service_page .service_item .details div:first-child {
  margin-right: 35px;
}
.services_list.service_page .service_item .details img {
  margin-right: 10px;
}
.services_list.service_page .service_item .details p {
  color: #fff;
  font-weight: 200;
}
.services_list.service_page .service_item .details p b {
  color: #fff;
  font-size: 18px;
}

.service_images_slider {
  margin-top: 70px;
  display: none;
}
.service_images_slider.slick-initialized {
  display: block;
}
.service_images_slider .slick-list {
  margin: 0 -15px;
}
.service_images_slider .slick-slide {
  margin: 0 15px;
}
.service_images_slider .slider-arr.prev {
  left: -40px;
}
.service_images_slider .slider-arr.next {
  right: -40px;
}
.service_images_slider .image {
  display: block;
  border-radius: 10px;
  height: 250px;
}

.service_page_content .content_seo {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (max-width: 1500px) {
  .services_section .service_item ul {
    width: 70%;
  }
}
@media only screen and (max-width: 1400px) {
  .services_section .services_list {
    grid-template-columns: 1fr 1fr;
  }
  .services_section .service_item .serv_contacts {
    justify-content: flex-start;
  }
  .services_section .service_item .serv_contacts .or {
    margin-left: 15px;
    margin-right: 15px;
  }

  .service_page_content .content_seo {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .services_section .section_heading {
    padding-left: 0;
  }
  .services_section .services_list {
    grid-template-columns: 1fr;
  }
  .services_section .service_item {
    min-height: 260px;
    padding: 30px 20px 110px;
  }
  .services_section .service_item ul {
    width: 100%;
  }
  .services_section .service_item .serv_contacts {
    padding: 0 20px 20px;
    justify-content: space-between;
  }
  .services_section .service_item .serv_contacts .tg_block {
    width: 100%;
  }
  .services_section .service_item .serv_contacts .btn {
    width: 100%;
    justify-content: center;
  }
  .services_section .service_item .serv_contacts .viber_block, .services_section .service_item .serv_contacts .or, .services_section .service_item .serv_contacts .has_dot {
    display: none;
  }

  .services_list {
    grid-row-gap: 15px;
  }

  .service_page_content.mt70 {
    margin-top: 50px;
  }
}
.company_adv_section .inner {
  padding-left: 60px;
}
.company_adv_section ul.adv_list {
  display: none;
}
.company_adv_section ul.adv_list.slick-initialized {
  display: block;
}
.company_adv_section ul.adv_list .slick-list {
  margin: 0 -10px;
}
.company_adv_section ul.adv_list .slick-slide {
  margin: 0 10px;
}
.company_adv_section ul.adv_list .slider-arr.prev {
  left: -60px;
}
.company_adv_section ul.adv_list .slider-arr.next {
  right: -35px;
}
.company_adv_section ul.adv_list li.adv_card {
  padding: 20px 80px 20px 20px;
  border-radius: 10px;
  background-color: #F5F5F5;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease;
  min-height: 117px;
}
.company_adv_section ul.adv_list li.adv_card .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.company_adv_section ul.adv_list li.adv_card p {
  font-size: 13px;
  transition: 0.3s all ease;
}
.company_adv_section ul.adv_list li.adv_card:hover {
  background-color: #F26722;
}
.company_adv_section ul.adv_list li.adv_card:hover p {
  color: #fff;
}
.company_adv_section ul.adv_list .image_adv {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.company_adv_section .about_block {
  align-items: flex-start;
}
.company_adv_section .about_block ul.top_slider_adv {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  justify-content: center;
}
.company_adv_section .about_block ul.top_slider_adv .icon {
  background-color: #F26722;
  width: 35px;
  justify-content: center;
  height: 35px;
  border-radius: 50%;
  margin: 0 auto 5px;
}
.company_adv_section .about_block ul.top_slider_adv p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.company_adv_section .about_block ul.top_slider_adv li {
  margin-right: 40px;
}
.company_adv_section .about_block ul.top_slider_adv li:last-child {
  margin-right: 0;
}
.company_adv_section .about_block .slider_block {
  width: 50%;
}
.company_adv_section .about_block .slider-arr.prev {
  left: 35px;
}
.company_adv_section .about_block .slider-arr.next {
  right: 35px;
}
.company_adv_section .about_block .slider-arr:hover svg path {
  fill: #F26722;
}
.company_adv_section .about_block .about_slider {
  display: none;
}
.company_adv_section .about_block .about_slider.slick-initialized {
  display: block;
}
.company_adv_section .about_block .about_slide .image {
  display: block;
  height: 400px;
  border-radius: 15px;
}
.company_adv_section .about_block .about_slide .image:before {
  height: 250px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
}
.company_adv_section .about_block .right_content {
  margin-left: 50px;
}
.company_adv_section .about_block .video_block {
  align-items: flex-start;
}
.company_adv_section .about_block .video_btn {
  margin-right: 30px;
}
.company_adv_section .about_block .video_btn .dotted_arr {
  position: absolute;
  right: -20px;
  bottom: 10px;
}
.company_adv_section .about_block .video_btn .image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  justify-content: center;
}
.company_adv_section .about_block .video_btn .image:hover img {
  transform: scale(1.1);
}

.reviews_section .inner {
  padding-left: 60px;
}
.reviews_section .inner .rate_block {
  margin-top: -50px;
}
.reviews_section .inner .rate_block .right {
  margin-left: 15px;
}
.reviews_section .inner .rate_block .right p {
  color: #747474;
}
.reviews_section .inner .google_rate_block {
  width: -moz-max-content;
  width: max-content;
}
.reviews_section .inner .google_rate_block a {
  text-decoration: underline;
}
.reviews_section .inner .google_rate_block a:hover {
  color: #F26722;
}
.reviews_section .inner .google_rate_block img {
  margin-right: 15px;
}
.reviews_section .inner .left .title {
  font-size: 40px;
}

.faq_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

.faq_item {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.faq_item.open .title_row:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq_item.open .content_seo {
  display: block;
}
.faq_item .title_row {
  cursor: pointer;
}
.faq_item .title_row:before {
  width: 12px;
  height: 7px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-image: url("/img/faq_arr.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.faq_item .title_row p {
  font-weight: 600;
  font-size: 18px;
}
.faq_item .title_row .num {
  color: #F26722;
}
.faq_item .content_seo {
  margin-top: 20px;
  display: none;
}

.about_page .content_seo {
  margin-top: 70px !important;
}
.about_page .content_seo h1, .about_page .content_seo h2, .about_page .content_seo h3, .about_page .content_seo h4, .about_page .content_seo h5, .about_page .content_seo h6, .about_page .content_seo p, .about_page .content_seo b, .about_page .content_seo strong {
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .reviews_section .inner .rate_block {
    margin-top: 0;
  }
  .reviews_section .inner .left .title br {
    display: none;
  }
  .reviews_section .inner .reviews_img {
    width: 44.125vw;
  }
}
@media only screen and (max-width: 1300px) {
  .reviews_section .inner {
    padding-left: 0;
  }
  .reviews_section .inner .left .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 980px) {
  .company_adv_section ul.adv_list {
    margin-bottom: 80px;
  }
  .company_adv_section ul.adv_list li.adv_card {
    padding-right: 100px;
  }
  .company_adv_section .inner {
    padding-left: 0;
  }
  .company_adv_section .slick-dots {
    bottom: -30px;
  }
  .company_adv_section .about_block {
    flex-flow: wrap;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .company_adv_section .about_block .video_btn .image {
    width: 140px;
    height: 140px;
  }
  .company_adv_section .about_block .video_btn .dotted_arr {
    width: 50px;
    right: -26px;
    bottom: 40px;
  }
  .company_adv_section .about_block .right_text p.fz18 {
    font-size: 15px;
  }
  .company_adv_section .about_block .right_content {
    margin-left: 0;
  }
  .company_adv_section .about_block .slider_block {
    width: 100%;
  }
  .company_adv_section .about_block .slider_block .slider-arr {
    display: none;
  }

  .reviews_section {
    margin-top: 90px;
  }
  .reviews_section .inner {
    flex-flow: wrap;
  }
  .reviews_section .inner .left .title {
    font-size: 26px;
    margin-top: 20px;
  }
  .reviews_section .inner .left .title br {
    display: none;
  }
  .reviews_section .inner .google_rate_block {
    margin-top: 25px;
  }
  .reviews_section .inner .google_rate_block a {
    font-size: 12px;
  }
  .reviews_section .inner .reviews_img {
    margin: 20px auto 0;
    width: 100%;
    max-width: 550px;
  }

  .faq_section {
    margin-top: 60px;
  }

  .faq_items {
    grid-template-columns: 1fr;
  }

  .faq_item .title_row p {
    font-size: 16px;
  }
  .faq_item .title_row .num {
    display: none;
  }
}
.tow_truck_section .aside_section_text {
  top: 195px;
}
.tow_truck_section .section_heading .title {
  font-size: 38px;
}
.tow_truck_section .subtitle a:hover {
  text-decoration: underline;
  color: #F26722;
}
.tow_truck_section .inner {
  padding: 50px 60px;
}
.tow_truck_section .image_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45%;
  z-index: -1;
}
.tow_truck_section .contacts_block .or {
  margin: 0 20px;
}
.tow_truck_section .contacts_block .big_tg_btn {
  height: 40px;
  padding: 0 15px;
}
.tow_truck_section .contacts_block .big_tg_btn p {
  font-size: 12px;
}
.tow_truck_section .contacts_block .big_tg_btn img {
  margin-right: 15px;
}
.tow_truck_section .contacts_block .viber {
  width: 40px;
  height: 40px;
  background-color: #7360F2;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.tow_truck_section .contacts_block .dashed_orange {
  border-color: #7360F2;
}

.callback_section .inner {
  padding: 55px 60px;
}
.callback_section .inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(235, 235, 235, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: none;
}
.callback_section .tg_block .or {
  margin-right: 20px;
}
.callback_section .tg_block .big_tg_btn {
  height: 50px;
  font-size: 13px;
}
.callback_section form {
  align-items: flex-end;
}
.callback_section form label b {
  color: #F26722;
}
.callback_section form .input_row {
  width: 220px;
  margin-right: 15px;
}
.callback_section form.contact_page {
  max-width: 500px;
}
.callback_section form.contact_page .input_row {
  width: 48%;
  margin-right: 0;
}
.callback_section form.contact_page .textarea {
  width: 100%;
  margin: 15px 0;
}
.callback_section form.contact_page .textarea textarea {
  margin-top: 5px;
  height: 150px;
}
.callback_section form.contact_page button.btn {
  width: 100%;
}
.callback_section .image_inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
}
.callback_section .section_heading .title {
  font-size: 38px;
}
.callback_section .section_heading .subtitle {
  font-size: 18px;
  margin-top: 25px;
}

@media only screen and (max-width: 980px) {
  .tow_truck_section .fz16 {
    font-size: 15px;
  }
  .tow_truck_section .mt40 {
    margin-top: 20px;
  }
  .tow_truck_section .subtitle a {
    display: block;
    font-size: 15px;
  }
  .tow_truck_section .contacts_block .big_tg_btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }

  .callback_section .section_heading .title, .tow_truck_section .section_heading .title {
    font-size: 28px;
  }
  .callback_section .section_heading .subtitle, .tow_truck_section .section_heading .subtitle {
    font-size: 15px;
  }
  .callback_section .inner, .tow_truck_section .inner {
    padding: 40px 20px;
  }
  .callback_section br, .tow_truck_section br {
    display: none;
  }

  .callback_section .section_heading, .callback_section form, .callback_section .tg_block {
    position: relative;
    z-index: 2;
  }
  .callback_section .inner:before {
    display: block;
  }
  .callback_section form .input_row {
    width: 100%;
    margin: 0 0 10px;
  }
  .callback_section .tg_block .big_tg_btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .callback_section form.contact_page .input_row {
    width: 100%;
  }
  .callback_section form.contact_page .textarea {
    margin-top: 0;
  }
}
.blog_section .container {
  align-items: flex-start;
}
.blog_section .left_col {
  width: 50%;
}
.blog_section .right_col {
  width: 45%;
}
.blog_section .right_col .bg_inst {
  position: absolute;
  top: -40px;
  right: -80px;
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: -1;
}
.blog_section .more_btn svg {
  margin-left: 10px;
}

.post_card {
  border-radius: 10px;
  align-items: flex-start;
  padding: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  background-color: #fff;
}
.post_card:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}
.post_card:hover .title {
  text-decoration: underline;
}
.post_card .image {
  margin-right: 30px;
  border-radius: 10px;
  height: 170px;
  width: 260px;
  position: relative;
  min-width: 260px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post_card .image span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
.post_card .image span.category {
  color: #F26722;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
}
.post_card .more {
  width: -moz-max-content;
  width: max-content;
  color: #F26722;
  position: relative;
}
.post_card .more svg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.blog_page .page_heading form {
  width: 300px;
}
.blog_page .page_heading form input {
  background-color: #F8F8F8;
  border: 1px solid #F2F2F2;
  padding-left: 30px;
  font-size: 14px;
  background-position: 92% 50%;
  background-repeat: no-repeat;
}
.blog_page .page_heading form input::-moz-placeholder {
  color: #333;
}
.blog_page .page_heading form input:-ms-input-placeholder {
  color: #333;
}
.blog_page .page_heading form input::placeholder {
  color: #333;
}
.blog_page .section_heading {
  padding-left: 60px;
}
.blog_page .post_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
}

.post_page_hero .hero_slide .slide_item {
  padding-bottom: 180px !important;
}
.post_page_hero .hero_slide .slide_item .inner {
  z-index: 2;
}
.post_page_hero .hero_slide .slide_item:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
  border-radius: 15px;
}
.post_page_hero .hero_slide .slide_item .breadcrumbs a, .post_page_hero .hero_slide .slide_item .breadcrumbs span {
  color: #fff;
}
.post_page_hero .hero_slide .slide_item .details p {
  height: 27px;
  border-radius: 25px;
  padding: 0 15px;
  font-size: 13px;
}
.post_page_hero .hero_slide .slide_item .details .date {
  margin-right: 25px;
  border: 1px solid #fff;
}
.post_page_hero .hero_slide .slide_item .details .category {
  background-color: #fff;
  color: #F26722;
}
.post_page_hero .hero_slide .slide_item h1 {
  max-width: 600px;
  font-size: 44px;
}
.post_page_hero .hero_slide .slide_item .image_slide {
  width: 100%;
}

.post_back_btn {
  color: #F26722;
}
.post_back_btn svg {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1400px) {
  .blog_section .right_col .bg_inst {
    width: 50.286vw;
  }
}
@media only screen and (max-width: 1300px) {
  .post_card .image {
    width: 20vw;
    min-width: 20vw;
    margin-right: 15px;
  }
  .post_card .title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 980px) {
  .blog_section {
    margin-top: 80px;
  }
  .blog_section .container {
    flex-flow: wrap;
  }
  .blog_section .left_col, .blog_section .right_col {
    width: 100%;
  }
  .blog_section .right_col {
    margin-top: 80px;
  }
  .blog_section .right_col .inst_image img:first-child {
    width: 180px;
    max-width: 180px;
  }
  .blog_section .right_col .bg_inst {
    max-width: 680px;
    width: 100%;
    top: 20px;
    right: 0;
  }

  .post_card {
    margin-bottom: 20px;
  }
  .post_card .image {
    width: 35vw;
    min-width: 35vw;
  }

  .blog_page .section_heading {
    padding-left: 0;
  }
  .blog_page .section_heading br {
    display: none;
  }
  .blog_page .page_heading form {
    display: none;
  }
  .blog_page .post_items {
    grid-template-columns: 1fr;
  }

  .post_back_btn {
    font-size: 14px;
  }
  .post_back_btn svg {
    left: -25px;
    width: 14px;
  }
}
@media only screen and (max-width: 580px) {
  .post_card {
    gap: 20px;
  }
  .post_card.nowrap {
    flex-flow: wrap;
  }
  .post_card .image {
    width: 100%;
    min-width: 100%;
  }
  .post_card .excerpt {
    margin-top: 10px;
  }
  .post_card .more {
    margin-top: 10px;
    font-size: 12px;
  }
}
.contact_page .container {
  align-items: flex-start;
}
.contact_page .left_col .phones_footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.contact_page .left_col .row {
  display: flex;
  flex-direction: column;
}
.contact_page .left_col .map_link {
  display: inline-block;
}
.contact_page .map_big_btn {
  width: 100%;
}
.contact_page .map_big_btn img {
  margin-left: 20px;
}
.contact_page .map_block {
  margin-left: 60px;
  min-width: 55%;
  height: 450px;
}
.contact_page iframe {
  border-radius: 15px;
}

.phones_footer {
  display: flex;
  flex-direction: column;
}
.phones_footer .department {
  margin: 10px 0 5px;
}
.phones_footer a {
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-size: 18px;
}
.phones_footer a.email {
  font-weight: 500;
  font-size: 16px;
}
.phones_footer a:hover {
  text-decoration: underline;
  color: #F26722;
}

@media only screen and (max-width: 1200px) {
  .contact_page .container {
    flex-flow: wrap;
  }
  .contact_page .left_col {
    width: 100%;
  }
  .contact_page .map_block {
    width: 100%;
    margin: 60px 0 0 0;
  }
}
@media only screen and (max-width: 580px) {
  .contact_page .left_col .phones_footer {
    grid-template-columns: 1fr;
  }
  .contact_page .left_col .map_link {
    font-size: 14px;
  }

  .phones_footer .department {
    margin-top: 20px;
  }
}
footer {
  background-color: #F5F5F7;
  padding: 50px 0 20px;
}
footer .container {
  align-items: flex-start;
}
footer .logo_col .address p {
  max-width: 200px;
}
footer .logo_col .tow_truck img, footer .logo_col .address img {
  border: 1px solid #CCC;
  border-radius: 50%;
}
footer .col_title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px;
}
footer .menu_col ul li {
  margin-bottom: 7px;
  max-width: 280px;
}
footer .menu_col ul li a {
  font-size: 15px;
}
footer .menu_col ul li a:hover {
  color: #F26722;
  text-decoration: underline;
}
footer .socials_block ul {
  margin-left: 20px;
}
footer .socials_block ul li {
  margin-right: 10px;
}
footer .socials_block ul a {
  display: flex;
  align-items: center;
}
footer .rights_row {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
}
footer .rights_row a {
  color: #F26722;
  font-weight: 500;
}

@media only screen and (max-width: 980px) {
  footer .logo_col {
    margin-bottom: 40px;
  }
  footer .contacts_col {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  footer .rights_row {
    flex-direction: column;
    padding-bottom: 10px;
  }
  footer .rights_row p {
    text-align: center;
    font-size: 12px;
  }
  footer .rights_row a {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
  }
}
.modal_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal_form.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal_form.show .inner {
  top: 0;
}
.modal_form .inner {
  background-color: #fff;
  border-radius: 15px;
  width: 550px;
  top: 200px;
  transition: 0.3s all ease;
  padding: 30px 35px;
}
.modal_form .inner .close_modal_form {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
.modal_form .inner .close_modal_form img {
  width: 20px;
  transition: 0.3s all ease;
}
.modal_form .inner .close_modal_form:hover img {
  transform: rotate(90deg);
}
.modal_form .inner .title {
  font-size: 32px;
}
.modal_form .inner form label b {
  color: #F26722;
}
.modal_form .inner form .input_row {
  width: 48%;
}
.modal_form .inner form .input_row input {
  border: 1px solid #E0E0E0;
  width: 100%;
}
.modal_form .inner form button.btn {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .modal_form {
    padding: 0 16px;
  }
  .modal_form .inner {
    padding: 40px 20px;
  }
  .modal_form .inner .title {
    font-size: 24px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .modal_form .inner form .input_row {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal_form .inner form button.btn {
    margin-top: 5px;
  }
}
