body {
  padding-top: var(--header-height);
}

#header {
  display: flex;
  justify-content: space-between;
}

.mob-menu-navi {
  list-style: none;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #d9d9d9;
}

.mob-menu-navi li a {
  padding: 12px 0;
  display: block;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}

.bg_breadcrumbs {
  padding: 20px 0 25px;
  position: relative;
}

@media (max-width: 991px) {
  .bg_breadcrumbs {
    padding-top: 70px;
  }
}

.btn.submit.button.btn_disabled {
  opacity: 0.4;
  background: #999;
  cursor: no-drop;
}

.error_input {
  border-color: #ff0000 !important;
  box-shadow: 0 0 1px #ff0000 inset, 0 0 2px #ff0000 inset,
    0 0 3px #ff0000 inset, 0 0 4px #ff0000 inset, 0 0 5px #ff0000 inset !important;
  color: #ff0000 !important;
}

.form .error {
  font-size: 12px;
}

.form span[data-error] {
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
}

.forma_vopros input[type="text"],
.forma_vopros input[type="tel"],
.forma_vopros input[type="email"] {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  box-shadow: none;
  font-size: 18px;
  height: 50px;
  margin: 0 auto 15px;
  padding: 0 20px;
  width: 100%;
}

.control_label {
  font-size: 15px;
  text-align: left;
  display: block;
  padding-left: 20px;
}

.personal {
  font-size: 11px;
  font-weight: normal;
  color: #828282;
  text-align: left;
  display: block;
  padding-left: 20px;
  margin-bottom: 15px;
}

.intl-tel-input {
  width: 100%;
  margin: 0 auto 15px;
}

.forma_vopros textarea {
  background: #f0f0f2 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3) inset;
  font-size: 18px;
  margin: 0 auto 15px;
  min-height: 100px;
  padding: 20px;
  width: 100%;
}

.forma_vopros .submit {
  font-size: 14px;
  height: 40px;
  width: auto;
  padding: 10px 25px;
  display: block;
  margin: auto;
}

.zakazatli_site {
  text-align: center;
}

.zakaz_sit {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px;
}

.zak_form {
  color: #666;
  margin: 5px auto 25px;
}

.thx_pop {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 50px;
  text-align: center;
}

#my-popup {
  max-width: 700px !important;
  padding: 30px 50px 40px;
}

.pop_cart {
  padding: 30px !important;
}

#cart .content.white-popup {
  border-radius: 10px;
  margin: 25px 20px;
  overflow: visible;
}

.action a.gost {
  background: #ececec none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 50px;
  color: #333e48;
  float: left;
  font-weight: normal;
  line-height: 27px;
  min-width: 50px;
  padding: 5px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

#cart .mfp-close {
  background: #fed700 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  line-height: 1.2;
  opacity: 1;
  padding: 0 !important;
  right: -20px;
  text-align: center;
  top: -20px;
  width: 40px;
}

#cart .action .button.btn {
  float: right;
  font-size: 20px;
  min-width: 45%;
  padding: 10px 30px;
}

#cart .action a.gost {
  float: left;
  font-size: 20px;
  min-width: 45%;
  padding: 10px 30px;
}

#header .action .button.btn {
  float: none;
  width: auto;
}

.mfp-content .subtotal {
  margin: 10px 25px 0;
}

.mfp-content .total_w {
  padding: 5px 15px;
}

.error_input + .label:after {
  border: 5px solid #ff0000;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3) inset;
}

.mob-menu {
  display: block;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  z-index: 99;
  transition: visibility 0.4s, transform 0.4s;
  visibility: hidden;
  transform: translateX(-100%);
}

.mob-menu[aria-expanded="true"] {
  visibility: visible;
  transform: translateX(0);
}

* {
  outline: 0 !important;
}

body {
  background-color: #fff;
  color: #101010;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.logo {
  float: left;
  margin-right: 50px;
  margin-top: 22px;
}

.logo img {
  position: relative;
  z-index: 3;
  width: 100px;
}

.logo_fixed {
  display: none;
}

.menu {
  float: right;
  margin-top: 35px;
}

.btn.btn_head {
  font-size: 14px;
  padding: 8px 20px;
  margin: 8px 0 0 25px;
  float: right;
  display: none;
}

.btn.btn_head::after {
  display: none;
}

.header::before {
  background: #fff;
  position: absolute;
  content: "";
  width: 16px;
  height: 5px;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 1;
}

.header::after {
  background: rgba(232, 232, 232, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 0;
}

.header_top {
  position: relative;
  width: 100%;
  height: 20px;
}

.header_all {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.header_top:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  background-color: #0f5fb2;
  top: 0;
}

.header_top:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-color: #fcd131;
  top: 0;
}

.header_top-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_top-img {
  width: 350px;
  display: flex;
}

.nav_menu li,
.header li {
  list-style: none;
}

.nav_menu > li {
  float: left;
  margin: 0 25px;
}

.nav_menu > li > a,
.nav_menu > li > span {
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  text-decoration: none;
  display: block;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}

.nav_menu > li > a::after,
.nav_menu > li > span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: var(--theme-bg);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  z-index: 1;
}

.nav_menu > li:hover > a::after,
.nav_menu > li.current-menu-item > a:after,
.nav_menu > li:hover > span::after,
.nav_menu > li.current-menu-item > span:after,
.nav_menu > li > a.active::after {
  transform: scaleX(1) !important;
  transform-origin: bottom left !important;
}

.zakazatli_site .title_calculate {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.phone_head {
  margin-top: 22px;
}

.phone_head a {
  font-size: 20px;
  font-weight: 700;
  color: #101010;
  text-decoration: none;
  display: block;
  padding: 0 0 0 24px;
}

.phone_head.broker-phone {
  margin-top: 35px;
}

.phone_head.broker-phone a {
  font-size: 16px;
}

.phone_head a:hover {
  color: var(--theme-bg);
}

@media screen and (max-width: 991px) {
  .phone_head {
    margin-left: auto;
  }
}

@media screen and (max-width: 340px) {
  .phone_head.broker-phone a {
    font-size: 13px;
  }

  .logo {
    left: 50px !important;
    right: auto !important;
  }

}

@media screen and (max-width: 270px) {
  .phone_popup_w .icon_footer {
    display: none;
  }
}

.header_all_w {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
}

.header_all {
  background: transparent;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}

@keyframes showElement {
  0 {
    opacity: 0;
    top: -150px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes showElementAdminBar {
  0 {
    opacity: 0;
    top: -150px;
  }

  100% {
    opacity: 1;
    top: 32px;
  }
}

.hero-img {
  display: none;
}

@media (min-width: 1200px) {
  .wrap_profi .col-lg-7.left_col_profi {
    width: 55%;
  }

  .wrap_profi .col-lg-5.right_col_policy {
    width: 45%;
  }

  .wrap_profi .right_col_policy .profi {
    width: 100%;
    max-width: 525px;
  }
}

@media (min-width: 992px) {
  .hero-img {
    display: block;
  }

  .mob-menu {
    display: none;
  }
}

 

.wrap_banner {
  padding-bottom: 135px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.header_all_w + .container > .wrap_banner,
.header_all_w + .wrap_banner {
  padding-top: 100px;
}

.cover_bg,
.jarallax.cover_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.5s;
}

h1.title_banner {
  font-family: "Gilroy", sans-serif;
  font-size: 67px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

.top_text_banner,
h1.title_banner,
.sub_banner {
  max-width: 550px;
}

.top_text_banner {
  font-size: 20px;
  color: #101010;
}

.top_text_banner + h1.title_banner {
  margin-top: 15px;
}

.sub_banner {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  margin: 20px 0 0;
}

.sub_banner span {
  color: var(--theme-bg);
}

.calculate_banner {
  font-size: 18px;
  color: #101010;
  line-height: 1.4;
  position: relative;
  padding-left: 65px;
  max-width: 350px;
  margin-bottom: 35px;
}

.calculate_banner::before {
  background: #101010;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: 10px;
}

.calculate_banner span {
  font-weight: bold;
}

.wrap_banner .btn {
  font-size: 18px;
  padding: 15px 55px 15px 70px;
}

.wrap_banner .btn img {
  position: absolute;
  top: -5px;
  left: 5px;
}

.wrap_banner .btn:hover::after {
  right: 15px;
}

.wrap_banner .btn:hover {
  background: var(--theme-bg-hover);
  color: #fff;
  border: none;
}

.btn {
  background: var(--theme-bg);
  font-size: 18px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  padding: 15px 65px;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: initial;
  position: relative;
  z-index: 3;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.btn:hover {
  background: var(--theme-bg-hover);
  color: #fff;
  border: none;
}

.pulse-button {
  -webkit-animation: r1 2s 0.5s ease-out infinite;
  -moz-animation: r1 2s 0.5s ease-out infinite;
  animation: r1 2s 0.5s ease-out infinite;
}

.pulse-button:hover {
  -webkit-animation: r21 0.5s 0.4s ease-out infinite;
  -moz-animation: r21 0.5s 0.4s ease-out infinite;
  animation: r21 0.5s 0.4s ease-out infinite;
}

@-webkit-keyframes r1 {
  0 {
    box-shadow: 0 0 8px 6px rgba(255, 255, 217, 0),
      0 0 0 0 var(--theme-r1-shadow-transparent);
  }

  10% {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow1),
      0 0 12px 14px var(--theme-r1-shadow1);
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(255, 255, 217, 0),
      0 0 0 40px var(--theme-r1-shadow-transparent);
  }
}

@-moz-keyframes r1 {
  0 {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow-transparent),
      0 0 0 0 var(--theme-r1-shadow-transparent);
  }

  10% {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow1),
      0 0 12px 14px var(--theme-r1-shadow1);
  }

  100% {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow-transparent),
      0 0 0 40px var(--theme-r1-shadow-transparent);
  }
}

@keyframes r1 {
  0 {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow-transparent),
      0 0 0 0 var(--theme-r1-shadow-transparent);
  }

  10% {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow1),
      0 0 12px 14px var(--theme-r1-shadow1);
  }

  100% {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow-transparent),
      0 0 0 40px var(--theme-r1-shadow-transparent);
  }
}

@-webkit-keyframes r21 {
  from {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow1),
      0 0 12px 14px var(--theme-r1-shadow1);
  }

  to {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow2),
      0 0 4px 41px var(--theme-r1-shadow2);
  }
}

@-moz-keyframes r21 {
  from {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow1),
      0 0 12px 14px var(--theme-r1-shadow1);
  }

  to {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow2),
      0 0 4px 41px var(--theme-r1-shadow2);
  }
}

@keyframes r21 {
  from {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow1),
      0 0 12px 14px var(--theme-r1-shadow1);
  }

  to {
    box-shadow: 0 0 8px 6px var(--theme-r1-shadow2),
      0 0 4px 41px var(--theme-r1-shadow2);
  }
}

.limiter_scene {
  width: 1920px;
  position: absolute;
  left: -50%;
  right: -50%;
  height: 100%;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}

.header-scroll {
  position: absolute;
  left: -100px;
  bottom: 65px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-scroll .medal {
  position: absolute;
  top: -35px;
  left: 185px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-scroll__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  color: #101010;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cal_ban_btn {
  float: left;
  margin-top: 25px;
}

.btn_scholl {
  float: left;
  z-index: 1;
  text-align: center;
  margin-top: 12px;
  margin-left: 100px;
}

img.i_phone_school {
  width: 19px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.btn_disk {
  background: var(--theme-r1-shadow1);
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin: 0 auto 10px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
}

.btn_disk:hover {
  background: none;
}

.ripple {
  background: var(--theme-bg);
  width: 60px;
  height: 60px;
}

.about_company {
  font-size: 16px;
  color: #101010;
  max-width: 134px;
  text-align: center;
  line-height: 1.3;
}

.about_company span {
  font-weight: bold;
}

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform-origin: center;
  transform-origin: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 var(--theme-r1-shadow1);
  -moz-box-shadow: 0 0 0 0 var(--theme-r1-shadow1);
  -ms-box-shadow: 0 0 0 0 var(--theme-r1-shadow1);
  -o-box-shadow: 0 0 0 0 var(--theme-r1-shadow1);
  box-shadow: 0 0 0 0 var(--theme-r1-shadow1);
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.numbers_w {
  overflow: hidden;
  margin-top: 55px;
}

.wrap_digital {
  padding: 110px 0 0;
}

.wrap_digital.ut_digital {
  padding-top: 35px;
}

.title {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #101010;
  margin: 55px 0 20px;
  position: relative;
  z-index: 3;
}

.title span {
  color: var(--theme-bg);
}

.about_w {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.digital_row {
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.bg_title {
  font-family: "Gilroy", sans-serif;
  font-size: 130px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(16, 16, 16, 0.05);
  position: absolute;
  top: -80px;
  left: 0;
  min-width: 1220px;
  z-index: -1;
}

.text_company {
  font-size: 25px;
  line-height: 1.4;
}


.digital_num {
  font-family: "Gilroy", sans-serif;
  font-size: 110px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: var(--theme-bg);
  text-shadow: -14px 4px 20px var(--theme-shadow);
}

.digital_block_all {
  text-align: center;
  margin-bottom: 30px;
}

.digital_photo img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.text_digital {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #0e2727;
}

.text_digital span {
  font-size: 20px;
  display: block;
}

.bg_block_ttl {
  font-family: "Gilroy", sans-serif;
  line-height: 1;
  display: block;
  position: absolute;
  color: rgba(16, 16, 16, 0.02);
  font-size: 300px;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  left: 0;
  top: -50px;
  margin: auto 0;
  -webkit-animation: text_move 25s linear infinite alternate;
  -moz-animation: text_move 25s linear infinite alternate;
  -o-animation: text_move 25s linear infinite alternate;
  animation: text_move 25s linear infinite alternate;
  z-index: 0;
  transition: all 0.4s;
}

@keyframes text_move {
  0 {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes text_move {
  0 {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes text_move_why {
  0 {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@-webkit-keyframes text_move_why {
  0 {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

.view {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.zi9 {
  position: relative;
  z-index: 9;
}

.wrap_insured {
  margin-top: 55px;
  padding-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -40px;
}

.wrap_insured.w_i_pad {
  padding: 170px 0 90px;
}

.wrap_insured .swiper-container {
  padding: 40px 0;
}

.sub_title {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 40px;
}

.sub_title span {
  color: var(--theme-bg);
}

.dash_text {
  font-size: 25px;
  line-height: 1.4;
  position: relative;
  padding-left: 65px;
  padding-right: 160px;
  margin-bottom: 60px;
}

.dash_text::before {
  background: #101010;
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: 22px;
}

.dash_text_in {
  max-width: 770px;
}

.swiper-container-cargo img {
  width: 100%;
}

.policy_all {
  position: relative;
  z-index: 3;
}

.policy_all img {
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

.opacity_color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.opacity_color_0 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.profi:hover .opacity_color_0 .policy:hover .opacity_color_0 {
  opacity: 1;
}

.radius20 {
  border-radius: 20px;
}

img.mfp-img {
  border-radius: 20px !important;
}

.wrap_insured_slider {
  margin: 0 -41.66666667% 0;
}

.homepage_slider {
  width: calc(50vw - 30px);
  margin: 0 0 0 -15px;
}

.right_col_policy .homepage_slider {
  width: calc(45vw - 60px);
}

.profi .big_image,
.policy .big_image {
  position: relative;
  display: block;
}

.policy {
  float: left;
  margin-right: 50px;
  width: 40%;
  max-width: 300px;
}

.pol_img1 {
  margin-left: 50px;
}

.in_policy2 {
  margin-top: 20px;
}

.policy.pol_img2 img {
  height: 478px;
}

.profi {
  float: left;
  margin-right: 50px;
  width: 40%;
  max-width: 450px;
}

.left_col_profi .dash_text {
  padding-right: 15px;
}

.pagination_insured {
  max-width: 650px;
  position: relative;
}

.pagination_insured .swiper-pagination {
  right: 0;
  bottom: 15px;
}

.wrap_pick_car {
  margin-top: 40px;
  margin-bottom: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.all_block_pick_car {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.bg_wave {
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-repeat: repeat-y;
}

img.car {
  position: absolute;
  left: -140px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.dots1 {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.dots2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.all_text_wave {
  position: relative;
  padding: 60px 60px 60px 25px;
}

.all_text_wave .btn {
  margin-top: 35px;
}

.title_wave {
  font-family: "Gilroy", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3;
}

.wrap_traffic {
  margin-top: 95px;
}

.subtitle_traffic {
  color: #101010;
}

h2.container {
  margin-top: 70px;
}

.icon_traffic {
  height: 75px;
  display: flex;
  display: -webkit-box;
  align-items: center;
  margin-bottom: 35px;
}

.icon_traffic .traffic {
  position: absolute;
  opacity: 1;
}

.icon_traffic .traffic_h {
  position: absolute;
  opacity: 0;
}

.icon_traffic img {
  width: 65px;
}

/*  .col_traffic:hover .icon_traffic .traffic {
   opacity: 0;
 }
 
 .col_traffic:hover .icon_traffic .traffic_h {
   opacity: 1;
 } */

/*   .wrap_traffic .row .col_traffic:nth-child(-n + 3) {
  border-top: 1px solid #ededed;
}

.wrap_traffic .row .col_traffic:nth-child(3n + 3),
.wrap_traffic .row .col_traffic:last-child {
  border-right: 1px solid #ededed;
} */

/*   .col_traffic {
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
} */

.col_traffic {
  background: #fff;
  position: relative;
  height: 100%;
  transition: box-shadow 0.3s ease 0s;
}

.col_traffic {
  background: #fff;
}

.col_traffic .overlay {
  background: var(--theme-bg);
  position: absolute;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  opacity: 0;
}

.col_traffic {
  overflow: hidden;
}

/*  .col_cat:hover {
   z-index: 9;
 } */

.col_cat .overlay,
.col_cat .overlay_bg,
.col_cat .all_block_traffic,
.col_cat .icon_traffic,
.col_cat .traffic,
.col_cat .traffic_h {
  transition: all 0.4s;
}

/*   .col_traffic:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
} */

.col_traffic .overlay_bg {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 0;
  opacity: 0;
  transform: scale(1.2);
}

/*   .col_traffic:hover .overlay_bg {
  opacity: 1;
  transform: scale(1);
} */

.all_block_traffic {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.all_block_traffic:hover,
.all_block_traffic:active,
.all_block_traffic:focus {
  text-decoration: none;
}

.title_traffic {
  font-family: "Gilroy", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.3;
  color: #101010;
  display: block;
}

.title_traffic span {
  color: var(--theme-bg);
}

/*   .col_traffic:hover .title_traffic,
.col_traffic:hover .title_traffic span {
  color: #ffffff !important;
} */

.layer {
  position: absolute;
  z-index: 0;
}

.wrap_traffic .left_dots3 {
  top: 20px;
  left: 0;
}

.wrap_traffic .right_dots3 {
  right: 0;
  bottom: -70px;
}

.wrap_about {
  padding-top: 90px;
  padding-bottom: 65px;
  position: relative;
  background: #f9f9f9;
  margin-top: 70px;
}

.about_box.about_box_white {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.about_box.about_box_white:hover,
.all_about_box.active .about_box.about_box_white {
  background: var(--theme-bg);
  color: #fff;
}

.about_box {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}

.about_box:after {
  position: absolute;
  content: "";
  left: 60px;
  top: 30px;
  height: 150%;
  z-index: 1;
  border-left: 1px solid #c1c1c1;
}

.all_about_box:last-child .about_box:after {
  border: none;
}

.icon_about {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.icon_about_in {
  background: #fff;
  height: 60px;
  width: 60px;
  border: 1px solid #dfdede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_abot {
  display: table;
}

.title_about {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.text_about {
  font-size: 18px;
  line-height: 1.4;
}

.btn_about {
  text-align: right;
  padding-top: 740px;
  padding-right: 50px;
}

.btn_about .btn {
  font-size: 24px;
  padding: 20px 70px 20px 35px;
}

/*   .btn_about .btn::after {
  background: url(assets/img/arrow_about.svg) no-repeat 0 0;
  position: absolute;
  content: "";
  width: 23px;
  height: 16px;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
} */

.about_slider_w {
  position: absolute;
  width: 41.66666667%;
  bottom: 0;
  right: 55.336%;
  height: 100%;
  min-width: 700px;
}

.about_slider_w img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.about_slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.about_slider {
  width: 100%;
  height: 100%;
}

.block_cat_car_all {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 0 30px;
  z-index: 1;
}

.block_cat_car_all:hover {
  z-index: 90;
}

.img_car {
  display: block;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.block_cat_car {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.block_cat_link {
  display: block;
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

.block_cat_link:hover {
  color: unset;
}

.block_cat_car_all:hover .block_cat_car {
  height: auto;
}

.tons_box {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0e2727;
  line-height: 1;
  padding: 0 20px 0 30px;
  margin: -25px 0 30px;
  position: relative;
  z-index: 1;
}

.digital_tons {
  font-size: 70px;
  color: var(--theme-bg);
  line-height: 0.8;
  display: inline-block;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-shadow: 0 4px 20px var(--theme-r1-shadow1);
}

.text_tons {
  color: var(--theme-bg);
  position: absolute;
  top: 23px;
}

.specif_block_all {
  padding: 0 20px 0 30px;
  min-height: 250px;
}

.img_car img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  transform: scale(1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease !important;
}

.block_cat_car:hover .img_car img {
  transform: scale(1.1);
}

.icon_list_specif_in {
  background: #fff;
  height: 38px;
  width: 38px;
  border: 1px solid #dfdede;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-right: 10px;
}

.icon_list_specif_in img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.cont_list {
  padding-top: 9px;
  display: flex;
}

.text_list_specif {
  float: left;
  width: 60%;
  font-size: 16px;
  line-height: 1.3;
}

.block_cat_car:after,
.list_specif_box:after {
  display: table;
  content: " ";
  clear: both;
}

.list_specif_box {
  margin-bottom: 25px;
}

.title.title_center {
  text-align: center;
  margin: 55px auto 20px;
}

.title.title_center .bg_title {
  right: -50%;
  text-align: center;
  margin: auto;
  left: -50%;
}

.sub_center_text {
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 880px;
}

.wrap_categories {
  z-index: 12;
  position: relative;
  padding-bottom: 90px;
  margin-bottom: -120px;
  margin-top: 80px;
}

.wrap_categories + blockquote.wp-block-quote {
  margin-top: 40px;
  margin-bottom: 0;
}

.type_car_btn .btn::after,
.choose_car .btn::after {
  display: none;
}

.type_car_btn .btn,
.choose_car .btn {
  padding: 12px 50px;
}

.choose_car {
  text-align: center;
  margin: 20px auto 30px;
  opacity: 0;
  margin-bottom: -50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wrap_type_cars {
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 0 40px rgb(0 0 0 / 15%);
  margin-bottom: 15px;
}

.type_car_left {
  padding: 0;
}

.type_car_right {
  padding-left: 0;
}

.type_car .tons_box {
  margin-top: 35px;
}

.type_car_btn {
  text-align: center;
  margin: 20px auto 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.block_cat_car:hover .choose_car {
  opacity: 1;
  margin-bottom: 30px;
}

.wrap_categories .left_dots6 {
  left: 0;
  bottom: 180px;
}

.wrap_categories .right_dots6 {
  top: 250px;
  right: 0;
}

.wrap_review {
  position: relative;
  margin-top: 60px;
  margin-left: -15px;
}

.wrap_review.wrap_review_two {
  padding: 105px 0 90px;
}

.wrap_review .dash_text {
  margin-bottom: 40px;
}

.wrap_review .swiper-container {
  padding-top: 40px;
  padding-left: 40px;
  margin: 0 0 0 -40px;
}

.img_review img {
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.transportation {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--theme-bg);
  padding: 10px 20px;
  margin-bottom: 35px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.title_review {
  font-family: "Gilroy", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #101010;
  line-height: 1;
  margin-bottom: 10px;
}

.review_box {
  position: relative;
}

.all_review_box .review_box:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 30px;
  height: 100%;
  z-index: 1;
  border-left: 1px solid #c1c1c1;
}

.all_review_box:last-child .review_box:after {
  border: none;
}

.title_review.title_color {
  color: var(--theme-bg);
}

.text_review {
  margin-bottom: 20px;
  line-height: 1.4;
}

.icon_review {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.icon_review_in {
  background: #fff;
  height: 40px;
  width: 40px;
  border: 1px solid #dfdede;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_review,
.text_review ul,
.text_sel_serv ul {
  padding-left: 15px;
  margin-bottom: 25px;
}

.list_review.container,
.text_review ul.container,
.text_sel_serv ul.container {
  padding-left: 30px;
}

.list_review li,
.text_review ul li,
.text_sel_serv ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.list_review li::before,
.text_review ul li::before,
.text_sel_serv ul li::before {
  background: var(--theme-bg);
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 11px;
  left: -13px;
}

.list_review li span {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.cont_review {
  display: table;
}

/*   .wrap_process .swiper-button-next,
.wrap_process .swiper-button-next1,
.wrap_team .swiper-button-next,
.wrap_team .swiper-button-next1,
.wrap_review .swiper-button-next,
.wrap_review .swiper-button-next1,
div.swiper-button-next,
div.swiper-button-next1 {
  background: var(--theme-bg) url(assets/img/swiper_right.svg) no-repeat
    center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--theme-bg);
  border-radius: 50%;
} */

/*   .wrap_process .swiper-button-prev,
.wrap_process .swiper-button-prev1,
.wrap_team .swiper-button-prev,
.wrap_team .swiper-button-prev1,
.wrap_review .swiper-button-prev,
.wrap_review .swiper-button-prev1,
div.swiper-button-prev,
div.swiper-button-prev1 {
  background: var(--theme-bg) url(assets/img/swiper_left.svg) no-repeat
    center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
} */

/*   .swiper-button-prev.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
  background: #fff url(assets/img/swiper_left_h.svg) no-repeat center;
  border: 1px solid #666666;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled {
  background: #fff url(assets/img/swiper_right_h.svg) no-repeat center;
  border: 1px solid #666666;
} */

.wrap_review .right_dots4 {
  top: 90px;
  right: 0;
}

.wrap_review .left_dots4 {
  left: 0;
  bottom: 10px;
}

.btn_see {
  text-align: center;
  margin: 30px auto 0;
}

.wrap_review .container {
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 11;
}

.wrap_car_selection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-top: 80px;
}

.form_sel .control-label {
  font-size: 16px;
  color: #101010;
  margin-left: 25px;
  margin-bottom: 0;
}

.form_sel .control-label span {
  color: var(--theme-bg);
}

.form_sel {
  position: relative;
}

.cust_field {
  background: var(--theme-bg);
  font-family: "Gilroy", sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  text-align: center;
  line-height: 30px;
}

.form_car_sel {
  background: #fff;
  padding: 35px 35px 20px;
  border-radius: 20px;
  max-width: 440px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-bottom: 30px;
  position: relative;
}

.form_car_sel:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent var(--theme-bg);
}

.dots5_sel {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -120px;
}

.checkbox_inp input[type="checkbox"],
.checkbox_inp input[type="radio"],
.polt_radio_valid_w input[type="checkbox"],
.polt_radio_valid_w input[type="radio"] {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin: -2px 0 0 0;
  vertical-align: middle;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #fff;
}

.form_car_sel .checkbox_inp input[type="checkbox"],
.form_car_sel .checkbox_inp input[type="radio"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.zakazatli_site .polt_radio_valid_w input[type="checkbox"],
.zakazatli_site .polt_radio_valid_w input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 0 1px 1px 0;
}

/*   .checkbox_inp input[type="checkbox"]:checked,
.polt_radio_valid_w input[type="checkbox"]:checked {
  background-image: url(assets/img/checkbox.svg);
} */

.zakazatli_site .checkbox_inp input[type="checkbox"]:checked,
.zakazatli_site .polt_radio_valid_w input[type="checkbox"]:checked {
  background-size: 9px 9px;
}

.checkbox_inp input[type="checkbox"]:checked,
.checkbox_inp input[type="radio"]:checked,
.polt_radio_valid_w input[type="checkbox"]:checked,
.polt_radio_valid_w input[type="radio"]:checked {
  background-color: #fff;
}

.checkbox_inp label {
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  cursor: pointer;
}

.checkbox_inp_all {
  margin-bottom: 25px;
}

.checkbox_inp {
  margin-bottom: 5px;
}

.price_sel_serv {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: var(--theme-bg);
  line-height: 1;
  margin: 20px 0 15px;
  text-shadow: -14px 4px 20px var(--theme-shadow);
}

.text_sel_serv {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.title_sel_serv {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.btn_sel .btn {
  font-size: 24px;
  padding: 20px 70px 20px 35px;
  margin-bottom: 30px;
}

/*   .btn_sel .btn::after {
  background: url(assets/img/arrow_about.svg) no-repeat 0 0;
  position: absolute;
  content: "";
  width: 23px;
  height: 16px;
  right: 30px;
  top: 30px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
} */

/*   .form_sel .form-control {
  position: relative;
  width: 100%;
  height: 50px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #111;
  padding: 14px 30px;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: none;
  background: url(assets/img/select.svg) right 12px center no-repeat !important;
  -webkit-appearance: none;
  -moz-appearance: none;
} */

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="tel"] {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  display: block;
  font-size: 16px;
  color: #111;
  padding: 0 15px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
 

.block_logo_all {
  border: 1px solid #e0e0e0;
}
 

.container {
  position: relative;
  z-index: 11;
}

.wrap_imperial {
  font-size: 16px;
  line-height: 1.6;
}

.list_imperial {
  padding-left: 15px;
  margin-bottom: 25px;
}

.list_imperial li {
  position: relative;
  margin-bottom: 10px;
}

.list_imperial li::before {
  background: var(--theme-bg);
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 11px;
  left: -13px;
}

.img_truck {
  max-width: 100%;
}

.footer {
  margin-top: 185px;
  position: relative;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  list-style: none;
}

.all_block_bg_wave2 {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: -100px 0 60px;
}

.bg_wave2 {
  padding: 30px 30px 0;
}

.quest_cont {
  font-family: "Gilroy", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.btn_wave2 .dots7 {
  position: absolute;
  top: 20px;
  right: 15px;
}

.bg_wave2 .phone_wave {
  position: absolute;
  left: -35px;
  bottom: -30px;
}

.btn_wave2 {
  height: 200px;
  display: flex;
  align-items: center;
}

.btn_wave2 .btn {
  font-size: 24px;
  padding: 20px 45px;
}

.btn_wave2 .btn::after {
  display: none;
}

.help_you {
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.block_footer_all {
  margin-bottom: 35px;
}

.block_footer {
  float: left;
}

.bf1 {
  width: 25%;
  padding-right: 20px;
}

.bf2 {
  width: 30%;
  padding-right: 30px;
}

.bf3 {
  width: 20%;
  padding-right: 20px;
}

.bf4 {
  width: 25%;
}

.block_footer_all:after {
  display: table;
  content: " ";
  clear: both;
}

.about_f {
  font-size: 16px;
  line-height: 1.6;
}

.title_f {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-left: 30px;
  margin-bottom: 10px;
}

.title_f::before {
  background: var(--theme-bg);
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 8px;
}

.menu_footer li a,
.menu_footer li span {
  font-size: 18px;
  color: #101010;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0 20px 50px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.menu_footer li a:hover,
.menu_footer li span:hover {
  color: var(--theme-bg);
}

.menu_footer li a::before,
.menu_footer li span::before {
  background: #101010;
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  left: -20px;
  top: 12px;
}

.icon_footer {
  margin-right: 15px;
  min-width: 18px;
  display: block;
  float: left;
}

.content_f {
  display: table;
}

.content_f .phone_f {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #101010;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.phones_after {
  font-size: 14px;
  color: #a7a7a7;
  position: relative;
  top: -10px;
  font-style: italic;
}

.phone_head .phones_after {
  padding-left: 25px;
}

.content_f .phone_f:hover {
  color: var(--theme-bg);
  text-decoration: none;
}

.mail_f {
  color: #101010;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.mail_f:hover {
  color: var(--theme-bg);
}

.bf1 img.logo_footer {
  margin-bottom: 15px;
}

.bf4 .list_footer_all {
  margin-left: 30px;
}

.list_footer_all li {
  margin-bottom: 10px;
}

.messengers_f {
  position: relative;
  top: -8px;
  left: 5px;
}


.copyright {
  font-size: 16px;
  text-align: center;
}

.footer_bottom {
  padding: 15px 0 25px;
  position: relative;
  z-index: 0;
}

.footer .left_dots4 {
  position: absolute;
  left: 20px;
  bottom: 140px;
}

.footer .right_dots6 {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.bg_breadcrumbs {
  padding: 20px 0 25px;
  position: relative;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  color: #808080;
}

.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  color: #808080;
  text-decoration: none;
  display: inline-block;
}

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

.breadcrumbs .breadcrumb_last {
  color: #bcbcbc;
}

.title_bread h1 {
  font-family: "Gilroy", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  margin: 20px 0 0;
  position: relative;
  z-index: 3;
}

.category-blog .title_bread h1 {
  font-size: 65px;
}

.bg_title_bread {
  font-family: "Gilroy", sans-serif;
  font-size: 130px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.bg_breadcrumbs.bg_small {
  background: #f8f8f8;
  padding: 5px 0 10px;
}

.wrap_scheme {
  position: relative;
  margin-top: 80px;
  padding-bottom: 230px;
}

.wrap_scheme + section {
  margin-top: 0;
}

.way {
  bottom: 70px;
  left: -80px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.wrap_popular {
  position: relative;
  margin-top: 60px;
}

.bg_title_banner {
  font-family: "Gilroy", sans-serif;
  font-size: 150px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(16, 16, 16, 0.02);
  position: absolute;
  bottom: -10px;
  left: 190px;
  z-index: 0;
}

.bg_title_banner.bg_title_city {
  left: 380px;
}

.bg_title_banner.bg_title_ban_left {
  left: 30px;
}

.wrap_banner .left_dots8 {
  left: 20px;
  bottom: 10px;
}

.title_world {
  font-family: "Gilroy", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}

.title_world span {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  z-index: 3;
}

.title_world::after {
  background: var(--theme-bg);
  position: absolute;
  content: "";
  width: 100%;
  max-width: 360px;
  height: 2px;
  left: 0;
  top: 50%;
}

.row_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrap_key {
  margin-top: 40px;
  margin-bottom: -45px;
}

.row_key {
  margin-right: -12px;
  margin-left: -12px;
  margin-top: 90px;
  text-align: center;
  font-size: 0;
}

.row_key:after {
  display: table;
  content: " ";
  clear: both;
}

.col_key {
  padding-right: 12px;
  padding-left: 12px;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.wrap_key .col_key:nth-child(6) {
  margin-left: 115px;
}

.block_key_all {
  background: #fff;
  padding: 65px 20px 40px;
  border-radius: 20px;
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 4px solid var(--theme-bg);
  position: relative;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.icon_key {
  background: #fff;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.title_key {
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}

.digital_key {
  font-family: "Gilroy", sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
  color: #f8f8f8;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 0;
}

.wrap_key .right_dots10 {
  right: 0;
  top: 75px;
}

.wrap_key .left_dots9 {
  left: 0;
  top: 195px;
}

.container_width {
  width: 1250px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 11;
}

.block_danger_all {
  background: #fff;
  padding: 30px 20px 25px 90px;
  border-radius: 20px;
  border-right: 5px solid var(--theme-bg);
  position: relative;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  min-height: 160px;
  position: relative;
}

.swiper_cont_dang .swiper-pagination {
  position: unset;
  margin: 40px auto 0;
}

.wrap_danger .dash_text {
  margin-bottom: 20px;
}

.wrap_danger {
  margin-bottom: -40px;
  padding-top: 10px;
}

.title_danger {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 5px;
}

.title_danger span {
  color: var(--theme-bg);
}

.text_danger {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.wrap_danger .swiper-container {
  padding: 40px 40px;
}

.icon_danger {
  background: #fff;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.digital_danger {
  font-family: "Gilroy", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #f8f8f8;
  position: absolute;
  right: 15px;
  bottom: 2px;
  z-index: 0;
}

.img_dangerous {
  left: -170px;
  bottom: -30px;
}

.wrap_process {
  margin-top: 70px;
}

.wrap_process .swipre_process .swiper-pagination {
  margin-top: 40px;
}

.wrap_process .swiper-container {
  padding: 40px 40px 40px;
  margin: 0 auto -40px;
}

.img_process img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.wrap_team {
  margin-top: 70px;
  margin-bottom: -40px;
  position: relative;
  overflow: hidden;
}

.img_team {
  background: #fff;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.img_team img {
  border-radius: 50%;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.block_team_all {
  background: #fff;
  padding: 135px 20px 40px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  margin: 10px 0 45px;
}

.block_team_all::after {
  background: #fff;
  position: absolute;
  content: "";
  width: 91%;
  height: 100px;
  z-index: -1;
  border-radius: 20px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}

.title_team {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.text_team {
  font-size: 16px;
}

.swipre_team.swiper-container {
  padding: 70px 40px 40px;
}

.wrap_team .left_dots6 {
  left: 0;
  top: 205px;
}

.wrap_team .right_dots6 {
  right: 0;
  bottom: 180px;
}

 

.swiper-container {
  opacity: 0;
  transition: opacity 0.4s;
}

.swiper-container.swiper-container-initialized {
  opacity: 1;
}

.swiper_cont_dang .swiper-slide,
.swipre_process .swiper-slide,
.swipre_team .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s;
}

.swiper_cont_dang .swiper-slide.swiper-slide-visible,
.swipre_process .swiper-slide.swiper-slide-visible,
.swipre_team .swiper-slide.swiper-slide-visible {
  opacity: 1;
}

.img_about img {
  border-radius: 20px;
  max-width: 100%;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.block_message a {
  float: left;
  margin-right: 30px;
  text-decoration: none;
  font-size: 16px;
  color: #101010;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.block_message a:hover {
  color: var(--theme-bg);
}

.icon_message {
  background: var(--theme-bg);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.icon_message:hover {
  background: #4d4d4d;
}

.title_message {
  display: inline-block;
  padding-top: 5px;
  padding-left: 8px;
}

.block_about_all {
  position: relative;
  min-height: 480px;
}

.img_about {
  position: absolute;
  z-index: -1;
  top: -30px;
}

.cont_about {
  background: #fff;
  border-radius: 20px;
  width: 55%;
  margin-left: 45%;
  position: relative;
  padding: 60px 40px 40px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.cont_about::after .cont_about_w {
  background: #fff;
  position: absolute;
  content: "";
  width: 93%;
  height: 100px;
  z-index: -1;
  border-radius: 20px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
}

.quote_about {
  background: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  padding: 25px 35px;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  position: relative;
}

.quote_about span {
  font-weight: 400;
}

.quote {
  background: #fff;
  padding: 0 10px;
  position: absolute;
  top: -25px;
  left: 30px;
}

.name_koval {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 20px;
}

.sub_koval {
  font-size: 20px;
  padding-left: 40px;
  position: relative;
}

.sub_koval span {
  color: var(--theme-bg);
}

.sub_koval::before {
  background: #101010;
  content: "";
  position: absolute;
  width: 33px;
  height: 1px;
  left: 0;
  top: 16px;
}

.block_name_sign {
  position: relative;
}

.sign_koval {
  position: absolute;
  top: 8px;
  right: 50px;
}

.block_message {
  margin-top: 20px;
}

.wrap_ocompany .left_dots6 {
  top: 90px;
  left: 0;
}

.wrap_ocompany {
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.btn_comp {
  margin-top: 40px;
}
 

.icon_contract {
  background: var(--theme-bg);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 20px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.icon_contract img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.text_contract {
  display: table;
  font-size: 22px;
}

.text_contract p:first-child {
  margin-top: 0;
}

.text_contract p:last-child {
  margin: 0;
}

.contract_box {
  margin-bottom: 50px;
  position: relative;
}

.all_contract_box .contract_box:after {
  position: absolute;
  content: "";
  left: 30px;
  top: 0;
  height: 200%;
  z-index: 0;
  border-left: 1px solid var(--theme-bg);
}

.all_contract_box .contract_box:last-child:after {
  border: none;
}

.contract_img:hover .opacity_color_0 {
  opacity: 1;
}

.col_contract_img {
  text-align: right;
}

.contract_img {
  display: inline-block;
  margin-top: -30px;
}

.contract_img > a {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
  position: relative;
}

/*   .contract_img a::after {
  background: var(--theme-bg) url(assets/img/search.svg) no-repeat
    center;
  position: absolute;
  content: "";
  width: 58px;
  height: 58px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
 */
.contract_box:last-child .text_contract {
  font-weight: bold;
}

.all_contract_box {
  margin-top: 12px;
}

.wrap_contract {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.wrap_contract .right_dots6 {
  right: -80px;
  top: 120px;
}

.wrap_contract .left_dots6 {
  left: 0;
  bottom: 0;
}

.contacts_menu {
  padding: 20px 15px;
}

.title_cm {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.text_cm {
  font-size: 22px;
  font-weight: bold;
}

.icon_cm {
  background: var(--theme-bg);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 20px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.icon_cm img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.cont_cm {
  display: table;
}

.icon_cm_l {
  margin-right: 15px;
  min-width: 18px;
  display: block;
  float: left;
}

.content_cm_l {
  display: table;
}

.commun_cm_l {
  font-size: 22px;
  font-weight: bold;
  color: #101010;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.commun_cm_l:hover {
  color: var(--theme-bg);
}

.block_cont_all {
  margin-bottom: 35px;
}

.list_contacts_menu li {
  margin-bottom: 12px;
  list-style: none;
}

.map_cont {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 40px;
}

.cont_facebook {
  display: inline-block;
}

.messengers_cm_l {
  position: relative;
  top: -10px;
}

.cont_form input[type="text"],
.cont_form input[type="tel"],
.cont_form input[type="email"] {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  font-size: 18px;
  height: 50px;
  margin: 0 auto 15px;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.cont_btn {
  float: right;
}

.cont_btn .btn {
  font-size: 18px;
  padding: 15px 30px;
}

.cont_btn .btn::after {
  display: none;
}

.polit_cont_btn_all {
  float: left;
}

.polit_cont_btn_all .polit_label {
  padding-left: 10px;
  padding-top: 10px;
}

.polit_label {
  display: table;
  float: right;
}

.form_car_sel .polit_label .polt_radio_valid_w {
  font-size: 14px;
  color: #101010;
}

.form_car_sel label.polt_radio_valid_w {
  display: inline-block;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 0;
}

.form_car_sel .polt_radio_valid_w input {
  float: left;
}

.form_car_sel .personal_in {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  margin: 0 0 0 23px;
}

.form_car_sel .polit_label .personal_in {
  display: inline-block;
}

.polit_label input#c1 {
  float: left;
  margin-top: 4px !important;
  margin-right: 5px !important;
}

.wrap_contacts {
  margin-top: 40px;
}

.wrap_contacts .left_dots3 {
  left: 0;
  top: 50px;
}

.wrap_contacts .right_dots3 {
  right: 0;
  top: 520px;
}

.all_block_pick_car p:last-child {
  margin: 0;
  padding: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-top: 55px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: calc(-50vw / 2 + 50% / 2);
  margin-right: calc(-50vw / 2 + 50% / 2);
}

@media (max-width: 768px) {
  .alignwide {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 768px;
    width: auto;
  }
}

ul.list_popular {
  margin: 0 0 0 15px;
  padding: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: unset;
  margin-top: 20px;
}

.wrap_page {
  padding: 20px 0 0;
  font-size: 16px;
}

.img_blog img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  height: auto;
}

.img_blog {
  position: relative;
  display: block;
}

.block_blog_all {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.title_blog {
  font-size: 16px;
  font-weight: bold;
  color: #101010;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.title_blog:hover {
  color: var(--theme-bg);
}

.text_blog {
  font-size: 14px;
  line-height: 1.3;
}

.data_blog img {
  width: auto;
  margin-right: 2px;
}

.data_blog {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  border-radius: 0 10px 0 0;
  padding: 3px 15px;
}

.digital_data {
  font-size: 14px;
  color: #828282;
  display: inline-block;
}

.content_blog {
  padding: 5px 20px 20px;
}

.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.img_blog:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.wrap_page .left_dots3 {
  left: 0;
  top: 20px;
}

.bg_thanks {
  padding: 90px 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.title_thanks {
  font-family: "Gilroy", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--theme-bg);
  margin-bottom: 10px;
}

.sub_thanks {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
}

.btn_thanks .btn {
  font-size: 24px;
  padding: 20px 50px 20px 95px;
  margin-bottom: 25px;
}

.btn_thanks .btn::before {
  background: url(assets/img/pdf.svg) no-repeat 0 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 34px;
  left: 50px;
  top: 20px;
}

.btn_thanks .btn:after {
  display: none;
}

.link_home {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.link_home:hover {
  color: #333;
}

.link_home::before {
  background: url(assets/img/arrow_back.svg) no-repeat 0 0;
  position: absolute;
  content: "";
  width: 23px;
  height: 16px;
  left: -35px;
  top: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.link_home:hover::before {
  left: -45px;
}

h2,
h3,
h4,
h5 {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #101010;
  position: relative;
  margin-bottom: 40px;
}

h2 {
  font-size: 45px;
}

h3,
h4 {
  font-size: 35px;
}

h5 {
  font-size: 25px;
}

h2::after,
h3::after,
h4::after,
h5::after {
  background: var(--theme-bg);
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -5px;
}

h2.container::after,
h3.container::after,
h4.container::after,
h5.container::after {
  left: 15px;
}

h2.title_line_center::after,
h3.title_line_center::after,
h4.title_line_center::after,
h5.title_line_center::after {
  background: var(--theme-bg);
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}

h2.title_line_right::after,
h3.title_line_right::after,
h4.title_line_right::after,
h5.title_line_right::after {
  background: var(--theme-bg);
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: auto;
  right: 0;
  bottom: -5px;
}

.title_line_right {
  text-align: right;
  display: block;
}

.title_line_center {
  text-align: center;
}

.alignleft,
.alignright {
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.btn_free .btn {
  padding: 15px 30px;
}

.btn_free .btn::after {
  display: none;
}

.citata {
  background: #fff;
  padding: 35px 45px;
  border-radius: 20px;
  border-left: 5px solid var(--theme-bg);
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
}

.circle_list {
  background: var(--theme-bg);
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  float: left;
  margin: 2px 0 0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.circle_list img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.text_list {
  font-size: 16px;
  padding-left: 5px;
  display: table;
}

.list_page li {
  padding: 8px 0;
  list-style: none;
}

.btn.btn_page1 {
  padding: 15px 35px;
}

.btn.btn_page2 {
  font-size: 14px;
  padding: 15px 30px;
}

.btn.btn_page3 {
  font-size: 14px;
  padding: 10px 20px;
}

.btn.btn_page1::after,
.btn.btn_page2::after,
.btn.btn_page3::after {
  display: none;
}

.img_review {
  text-align: center;
}

.post-tags > a {
  font-size: 14px;
  background-color: rgb(239, 239, 241);
  color: #101010;
  margin: 0 5px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.5s ease;
}

.post-tags > a:hover {
  background-color: rgb(220, 220, 220);
}

.blog_single_w ol li,
.blog_single_w ul li {
  list-style: none;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 5px;
}

.blog_single_w ol,
.blog_single_w ul {
  margin: 0;
  padding: 0;
  counter-reset: myCounter;
}

.blog_single_w ol li:last-child,
.blog_single_w ul li:last-child {
  margin-bottom: 0;
}

.blog_single_w ul li:before {
  content: "";
  display: block;
  color: #fff;
  background: url(assets/img/li_bg.svg) no-repeat center center / 19px 19px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 5px;
}

.blog_single_w ol li:before {
  content: "";
  display: block;
  color: #fff;
  background: var(--theme-bg);
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog_single_w ol li:after {
  content: counter(myCounter);
  counter-increment: myCounter;
  color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 13px;
  width: 19px;
  text-align: center;
}

blockquote.wp-block-quote {
  margin: 0;
  background: #fff;
  border-left: 5px solid var(--theme-bg);
  border-radius: 20px;
  padding: 20px 40px;
}

blockquote.wp-block-quote p {
  margin: 0 auto 20px;
}

blockquote.wp-block-quote p:last-child {
  margin: 0;
}

blockquote.wp-block-quote {
  margin: 0;
  background: #fff;
  border-left: 5px solid var(--theme-bg);
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.wp-block-image img {
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.bread_margin {
  margin-bottom: 0;
}

.c-offcanvas--left {
  min-width: 90%;
}

.nav_menu > li.menu-item-has-children > a:before,
.nav_menu > li.menu-item-has-children > span:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -1em;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #707070;
}

.nav_menu > li.menu-item-has-children > a:focus:before,
.nav_menu > li.menu-item-has-children:hover > a:before {
  border-top-color: var(--theme-bg);
}

.route_item {
  margin-bottom: 30px;
}

img.lazy {
  transition: opacity 0.4s;
  background: transparent url(assets/img/load.svg) no-repeat center center /
    30px auto;
}

img.lazy.loaded {
  background: none;
}

.phone_head img {
  float: left;
  margin: 3px 3px 0 0;
}

.forma_vopros .personal {
  display: inline-block;
}

.breadcrumbs_w {
  margin: 120px auto -120px;
}

.breadcrumbs_mobile {
  display: none;
}

.post-ratings-loading {
  position: absolute;
  top: 0;
  left: 15px;
}

.post-ratings-text {
  display: none !important;
}

ul.list_contacts_menu {
  margin: 0;
  padding: 0;
}

.phone_call {
  display: none;
}

#phones_popup {
  max-width: 300px;
  padding: 50px 30px 30px;
}

#phones_popup .content_f .phone_f {
  display: block;
}

.post-ratings-text {
  display: none !important;
}

.post-ratings img {
  max-width: 100%;
  width: 12px;
}

.post-ratings {
  width: 100%;
  opacity: 1;
}

.post-ratings-loading {
  display: none;
  height: 16px;
  text-align: left;
}

.post-ratings-image {
  border: 0;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  border: 0;
  padding: 0;
  margin: 0;
}

.post-ratings-text {
}

.post-ratings-comment-author {
  font-weight: normal;
  font-style: italic;
}

.header__hamburger {
  display: none;
}

.pswp {
  display: none;
}

.tab-faq h3 {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 15px;
}

.tab-faq h3:after {
  content: none;
}

.tab-faq-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 6%),
    0 0 2px rgb(0 0 0 / 7%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 6%),
    0 0 2px rgb(0 0 0 / 7%);
  -webkit-transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.tab-faq-item:hover {
  -webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 12%), 0 3px 14px rgb(0 0 0 / 6%),
    0 8px 10px rgb(0 0 0 / 7%);
  box-shadow: 0 4px 5px rgb(0 0 0 / 12%), 0 3px 14px rgb(0 0 0 / 6%),
    0 8px 10px rgb(0 0 0 / 7%);
}

.tab-faq .tab-faq-item + .tab-faq-item {
  margin-top: 8px;
}

.faq-icon {
  height: 10px;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 10px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: inherit;
  display: inline-block;
  -webkit-transition: color 225ms ease;
  -o-transition: color 225ms ease;
  transition: color 225ms ease;
}

.tab-faq input:checked + label .faq-icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.tab-faq label {
  padding: 15px 20px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tab-faq input {
  display: none;
}

.tab-faq article {
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.tab-faq article div {
  color: #777;
  font-size: 14px;
  padding: 0 20px 20px;
}

.tab-faq input:checked ~ article {
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.tab-faq input:checked ~ article {
  height: auto;
  margin-bottom: 10px;
}

@media (max-width: 1799px) {
  .none1799 {
    display: none;
  }

  .wrap_insured_slider {
    margin: 0;
  }

  .homepage_slider {
    width: auto;
    margin: 0;
  }

  .policy {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 10px;
  }

  .profi {
    float: left;
    width: auto;
    margin: 0;
    padding: 0 10px;
  }

  .policy.pol_img2 img {
    height: auto;
  }

  .policy_all img {
    width: 100%;
  }

  .in_policy2 {
    margin-top: 0;
  }

  .pagination_insured {
    max-width: 100%;
  }

  .pagination_insured .swiper-pagination {
    right: 0;
    left: 0;
  }

  .wrap_insured.w_i_pad {
    padding-bottom: 0;
  }
}

@media (max-width: 1499px) {
  .none1499 {
    display: none;
  }

  .bg_title {
    font-size: 100px;
    top: -50px;
  }

  .container_width {
    width: 1220px;
  }
}

@media (max-width: 1280px) {
  .none1280 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .breadcrumbs_w {
    margin: 60px auto -40px;
  }

  .nav_menu > li {
    margin: 0 20px;
  }

  .title,
  .title.title_center {
    font-size: 25px;
    margin: 0 0 20px;
    line-height: 1.3;
  }

  .sub_title,
  .sub_center_text {
    font-size: 20px;
  }

  .dash_text::before {
    width: 25px;
    padding-left: 40px;
  }

  .dash_text {
    font-size: 16px;
  }

  .title br {
    display: none;
  }

  .title_sel_serv {
    font-size: 20px;
  }

  .bg_title,
  .bg_title_bread {
    display: none;
  }

  .bg_block_ttl {
    display: none;
  }

  .wrap_banner,
  .wrap_banner.ut_banner {
    padding: 150px 0 50px;
  }

  .wrap_digital {
    padding: 40px 0 25px;
  }

  .wrap_insured {
    margin-top: 40px;
  }

  .wrap_pick_car {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap_traffic {
    margin-top: 40px;
  }

  .wrap_about {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .limiter_scene {
    display: none;
  }

  .wrap_review {
    margin-top: 40px;
  }

  .wrap_categories {
    margin-top: 40px;
  }

  .wrap_car_selection {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

 

  footer#footer {
    margin-top: 40px;
  }

  .all_block_bg_wave2 {
    margin: 40px 0;
  }

  .wrap_imperial {
    padding: 50px 0;
  }

  .pagination_insured {
    padding: 50px 0 0;
  }

  .bg_wave {
    background: none !important;
    width: 100%;
    position: relative;
    height: 300px;
    border-radius: 20px 20px 0 0;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .bg_wave:after {
    clear: both;
    display: table;
    content: " ";
  }

  .car_block {
    background: var(--theme-bg);
    height: 100%;
    border-radius: 20px 20px 0 0;
  }

  img.car {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
  }

  .reverse_mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .left_about,
  .right_about {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn_about {
    text-align: left;
    padding: 0;
  }

  .about_box:after {
    display: none;
  }

  .btn_wave2 {
    height: auto;
    padding: 30px 30px;
  }

  .wrap_key .col_key:nth-child(6) {
    margin-left: 0;
  }

  .col_key {
    width: 33.33%;
  }

  .container_width {
    width: 970px;
  }

 

  .title_bread h1 {
    font-size: 30px;
    margin-top: 5px;
  }

  .sign_koval {
    right: -10px;
  }

  .block_message a {
    margin-right: 15px;
  }

  .contract_img {
    margin: 0;
  }

  .cont_form_all {
    padding-bottom: 50px;
  }

  .wrap_scheme {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  span.digital_tab {
    position: absolute;
    color: #ddd;
    display: block;
    right: 20px;
    bottom: 20px;
  }

  .r-tabs-anchor {
    font-size: 20px;
    padding: 20px 60px 20px 20px;
  }

  .about_slider_w {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    min-width: auto;
  }

  .numbers_w {
    margin-top: 40px;
    padding-top: 10px;
  }

  .wrap_popular {
    margin-top: 60px;
  }

  .wrap_process {
    margin-top: 40px;
  }

  .wrap_team {
    margin-top: 40px;
  }

  .wrap_ocompany {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap_contract {
    margin-top: 40px;
  }

  .wrap_review .container {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .header__hamburger {
    display: block;
    position: absolute;
    height: 18px;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }

  .header__hamburger-item {
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    border-radius: 5px;
  }

  .header__hamburger-top {
    top: 0;
  }

  .header__hamburger-middle {
    top: 50%;
    margin: -1px auto 0;
    width: 80%;
  }

  .header__hamburger-bottom {
    bottom: 0;
    margin: -1px auto 0;
  }

  .phone_head a {
    font-size: 20px;
  }

  .phone_head img {
    margin-top: 4px;
    width: 14px;
  }

  body {
    font-size: 16px;
  }

  .category_cases .block_review {
    margin-bottom: 30px;
  }

  .contacts_menu .text_cm {
    font-size: 15px;
  }

  .contacts_menu .commun_cm_l {
    font-size: 16px;
  }

  .bread_margin {
    margin-bottom: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 20px;
  }

  .none991 {
    display: none;
  }

  .opacity_color_mob {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .right_col_policy .homepage_slider {
    width: 100%;
  }

  .header_all_w + .container > .wrap_banner,
  .header_all_w + .wrap_banner,
  .wrap_banner.ut_banner,
  .header_all_w + .wrap_banner {
    padding: 100px 0 50px;
  }

  .menu {
    display: none;
  }
 

  .logo_main {
    display: none;
  }

  .logo,
  .header_fixed .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    top: 10px;
    text-align: center;
    width: 100px;
  }

  .logo .logo_fixed {
    display: inline-block;
  }

  .phone_head,
  .header_fixed .phone_head {
    margin-top: 5px;
  }

  .header::before {
    display: none;
  }

  .digital_photo {
    margin-bottom: 30px;
  }

  .digital_num {
    font-size: 30px;
  }

  .transportation {
    margin-left: 40px;
  }

  .wrap_review .swiper-container {
    padding-top: 10px;
  }

  .form_car_sel:after {
    display: none;
  }

  .form_car_sel {
    max-width: 100%;
    padding: 20px;
    margin-left: 0;
  }

  .cust_field {
    font-size: 15px;
    left: -30px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .price_sel_serv {
    font-size: 30px;
  }

  .bf1,
  .bf2,
  .bf3,
  .bf4 {
    width: 50%;
    margin-bottom: 30px;
  }

  .col_digit_tab {
    display: none;
  }

  .text_company {
    font-size: 20px;
  }

  .title_review {
    font-size: 24px;
  }

  .title_world {
    margin: 0 0 5px;
  }

  .container_width {
    width: 750px;
  }

  .img_about {
    position: initial;
    text-align: center;
  }

  .cont_about {
    width: 100%;
    margin: 40px 0 0;
  }

  .col_contract_img {
    text-align: left;
  }

  .header::after {
    display: none;
  }

  .block_cat_car_all {
    height: auto;
    margin-bottom: 10px;
  }

  .choose_car,
  .block_cat_car:hover .choose_car {
    opacity: 1;
    margin-bottom: 10px;
  }

  .header_all {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    height: 54px;
    background: #fff;
    animation: unset;
  }

  #header {
    height: 50px;
  }

  .bg_breadcrumbs {
    padding-top: 70px;
  }

  .wrap_insured {
    padding-top: 0;
  }

  .cont_btn .btn {
    font-size: 15px;
  }

  .breadcrumbs_w,
  .breadcrumbs_post {
    display: none;
  }

  .breadcrumbs_mobile {
    display: block;
    margin: 0 auto 20px !important;
  }

  .breadcrumbs-sep {
    transform: rotate(180deg) !important;
  }
}

@media (max-width: 767px) {
  .phone_head img {
    margin: 0;
  }

  .phone_head a span {
  }

  .header_all_w {
    height: auto;
  }

  .icon_traffic {
    margin-bottom: 20px;
  }

  .none767 {
    display: none;
  }

  h1.title_banner {
    font-size: 35px;
  }

  .sub_banner {
    font-size: 22px;
  }

  .top_text_banner {
    font-size: 14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .all_text_wave {
    height: auto;
    padding: 0 20px 30px;
  }

  .title_wave {
    font-size: 22px;
    padding-top: 30px;
  }

  .all_text_wave .btn {
    margin-top: 25px;
  }

  .bg_wave {
    height: 200px;
  }

  .car_block {
    padding: 20px 0;
  }

  .title_traffic br {
    display: none;
  }

  .all_block_traffic {
    padding: 20px 0;
  }

  .title_traffic {
    font-size: 16px;
  }

  .digital_tons {
    font-size: 20px;
    text-shadow: 0 4px 20px rgba(241, 95, 66, 0.6);
  }

  .cal_ban_btn {
    float: none;
  }

  .btn_scholl {
    float: none;
    margin: 20px auto 0;
    text-align: left;
  }

  .btn_disk {
    text-align: left;
    display: block;
    margin: 0 0 10px;
    float: left;
  }

  .about_company {
    max-width: 100%;
    display: inline-block;
    padding: 30px 0 0 20px;
  }

  .tons_box {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 16px;
  }

  .specif_block_all {
    padding: 0 10px;
  }

  .icon_list_specif {
    width: 100%;
    margin: 0;
  }

  .choose_car {
    padding: 0 10px;
  }

  .choose_car .btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .list_specif_box {
    margin-bottom: 15px;
  }

  .wrap_review .swiper-button-prev,
  .wrap_review .swiper-button-next {
    display: none;
  }

  .quest_cont {
    font-size: 28px;
  }

  .help_you {
    font-size: 18px;
  }

  .bf1,
  .bf2,
  .bf3,
  .bf4 {
    width: 100%;
  }

  .copyright {
    float: none;
    margin-bottom: 20px;
  }

  .cont_list {
    display: table;
    padding-left: 10px;
  }

  .wrap_insured .swiper-container {
    padding: 0;
  }

  .dash_text br {
    display: none;
  }

  .row_key .col_key:last-child {
    width: 100%;
  }

  .col_key {
    width: 50%;
  }

  .dots1 {
    display: none;
  }

  .logo_footer {
    max-width: 82px;
  }

  .img_car {
    height: 115px;
    overflow: hidden;
    position: relative;
  }

  .img_car img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .container_width {
    width: 100%;
  }

  .dash_text {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .wrap_traffic .row {
    margin: 0 -5px;
  }

  .digital_row .col-xs-12:nth-child(1),
  .digital_row .col-xs-12:nth-child(2) {
    width: 50%;
  }

  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 0 30px;
  }

  .text_digital span {
    font-size: 17px;
    display: block;
    line-height: 1.2;
  }

  .quote_about {
    font-size: 15px;
    padding: 20px 25px;
  }

  .quote_about p {
    margin-bottom: 0;
  }

  .name_koval {
    font-size: 25px;
  }

 

  .wp-block-spacer + .wrap_review {
    padding-top: 0;
  }

  .text_contract {
    font-size: 16px;
  }

  .phone_head a {
    display: block;
  }

  .phone_head img {
    width: 100%;
  }

  .digital_row {
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {

  .wrap_review .swiper-container {
    margin: 0 auto;
    padding: 0;
  }

  .none575 {
    display: none;
  }

  .btn img {
    display: none;
  }

  .btn_comp img.i_phone_school {
    left: 35px;
    display: block;
  }

  .wrap_banner .btn {
    padding: 15px 40px 15px 30px;
  }

  .btn {
    width: 100%;
    padding: 15px 55px 15px 25px;
  }

  .about_box {
    padding: 20px 15px;
  }

  .title_about {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .btn_about .btn,
  .btn_sel .btn {
    font-size: 18px;
    padding: 20px 60px 20px 35px;
  }

  .col_cat {
    padding: 0 5px;
  }

  .tons_box {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .img_logotip {
    width: 50%;
    height: 150px;
  }

  .block_logo_all {
    border: none;
  }

  .bg_wave2 .phone_wave {
    display: none;
  }

  .bg_wave2 {
    padding-left: 30px;
  }

  .btn_wave2 {
    padding: 30px 20px;
  }

  .btn_wave2 .btn {
    font-size: 16px;
    padding: 20px 20px;
  }

  .title404 {
    font-size: 100px;
  }

  .sub404 {
    font-size: 24px;
  }

  .text404 {
    font-size: 18px;
  }

  .text404 br {
    display: none;
  }

  .btn404 .btn {
    font-size: 18px;
    padding: 15px;
  }

  .wrap_404 {
    padding: 60px 0;
  }

  .sub_banner br {
    display: none;
  }

  .block_key_all {
    padding: 65px 10px 40px;
  }

  .title_key {
    font-size: 14px;
  }

  .bg_wave {
    height: 140px;
  }

  .list_specif_box {
    margin-bottom: 10px;
  }

  .icon_list_specif_in {
    display: none;
  }

  .specif_block_all {
    min-height: 220px;
  }

  .wrap_categories .row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .img_car {
    height: 60px;
  }

  .sub_title,
  .sub_center_text {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block_danger_all {
    padding: 60px 20px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .icon_danger {
    top: 0;
    left: 0;
    right: 0;
  }

  .wrap_danger .swiper-container {
    padding: 65px 10px 40px;
  }

  .wrap_danger .dash_text {
    margin-bottom: 20px;
  }

  .wrap_process .swiper-container {
    padding: 10px 0 40px;
  }

  .img_process img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .block_team_all {
    padding: 70px 10px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .img_team img {
    width: 100px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .swipre_team.swiper-container {
    padding: 40px 10px;
  }

  .img_team {
    width: auto;
    height: auto;
    padding: 0 10px;
  }

  .img_process img {
    border-radius: 10px;
  }

  .container_width {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title_team {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .text_team {
    font-size: 15px;
  }

  .cont_about {
    padding: 50px 10px 10px;
    margin: -40px 0 0;
  }

  .sign_koval {
    position: initial;
    padding: 20px 0 0 20px;
  }

  .block_message a {
    float: none;
    display: table;
    margin-bottom: 25px;
  }

 

  .wrap_review .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .btn_keisy .btn {
    font-size: 18px;
    margin: 20px 0 0;
  }

  .wrap_review .swiper-container {
    margin-left: 0;
  }

  .img_review img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .icon_cm {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }

  .title_cm {
    font-size: 22px;
  }

  .text_cm {
    font-size: 20px;
  }

  .commun_cm_l {
    font-size: 20px;
  }

  .polit_cont_btn_all {
    float: none;
  }

  .polit_label {
    float: none;
  }

  .cont_btn {
    float: none;
  }

  .checkbox_inp .personal {
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .header_fixed .phone_head {
    margin-top: 10px;
  }

  .phone_head a {
    font-size: 15px;
  }

  .phones_after {
    font-size: 11px;
  }
}

@media (max-width: 359px) {
  .none359 {
    display: none;
  }

  .title_traffic {
    font-size: 16px;
  }

  .btn_wave2 {
    padding: 30px 10px;
  }

  .title_key {
    font-size: 12px;
  }

  .choose_car .btn {
    font-size: 15px;
  }

  .title_about {
    font-size: 16px;
  }

  .text_about {
    font-size: 16px;
  }

  .btn {
    padding: 15px 40px 15px 25px;
    font-size: 16px;
  }

  .btn::after {
    right: 20px;
  }

  .about_company {
    padding-left: 10px;
    font-size: 12px;
  }

  .text_cm {
    font-size: 16px;
  }

  .commun_cm_l {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .none320 {
    display: none;
  }

  .phone_head,
  .ut_page .phone_head {
    display: none;
  }

  .phone_call {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .phone_call img {
    width: 100%;
  }

  .btn_about .btn,
  .btn_sel .btn {
    font-size: 16px;
    padding: 20px 50px 20px 25px;
  }

  .alignwide {
    margin-left: -15px;
    margin-right: -15px;
    max-width: 768px;
    width: auto;
  }
}

.header_all ul > li > a,
.header_all ul > li > span {
  transition: transform 0.3s;
  transform: translateX(0);
}

.contacts_menu .icon_cm {
  display: none;
}

.nav_menu .current-menu-parent > a {
  color: #111;
}

.none {
  display: none;
}

.bg_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.paginate_button:hover .paginate_button.next:after,
.paginate_button:hover .paginate_button.previous:before {
  background: unset;
}

.paginate_button {
  transition: all 0.4s ease;
}

.paginate_button:hover {
  background: #4d4d4d;
}

.dataTables_wrapper {
  border-radius: 20px;
  border: 1px solid #c1c1c1;
  padding: 20px 0;
}

.priority {
  margin-top: 20px !important;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes ripples {
  0% {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes ripples {
  0% {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}
