@charset "UTF-8";
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the KofeLatte team
Author URI: http://KofeLatte.com.ua/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*grey*/
/*   <Breadcrumbs/>   */
/*   <Muve-top/>   */
/*progress-bar*/
/* === BEGIN FONTS === */
/* === END FONTS === */
/*----------*/
/*----------*/
/*-----<first-screen>-----*/
header {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #f1f2f5;
  border-bottom: 6px solid #DCE3ED; }
  header .account__doropdown-title {
    white-space: nowrap; }
  header .account__doropdown {
    margin-left: auto; }
  header .left-check {
    white-space: nowrap; }
  header .btn-burger {
    padding: 15px;
    background: url(assets/img/icon-burger.svg) center no-repeat; }
  header .close {
    padding: 15px;
    background: url(assets/img/icon-burger-close.svg) center no-repeat;
    opacity: 1; }
  header .btn-burger:hover,
  header .close:hover {
    opacity: 0.8; }
  header .first-row {
    max-width: 1574px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    min-height: 63px;
    border-bottom: 1px solid #DCE3ED; }
    header .first-row .header-nav {
      display: flex;
      align-items: center;
      width: 100%;
      transition: all ease-out 0.5s; }
      header .first-row .header-nav.active {
        left: 0; }
      header .first-row .header-nav nav {
        margin-right: auto; }
        header .first-row .header-nav nav .actions {
          position: relative;
          color: #ff6600; }
          header .first-row .header-nav nav .actions span {
            position: absolute;
            right: -12px;
            top: -8px;
            display: block;
            width: 15px;
            height: 15px;
            background: #ff6600;
            border-radius: 50%;
            color: #ffffff;
            line-height: 18px;
            text-align: center;
            font-size: 8px; }
      header .first-row .header-nav a {
        margin-right: 40px;
        color: var(--darkblue);
        text-decoration: none; }
        header .first-row .header-nav a.logo-grey {
          margin-right: 0; }
        header .first-row .header-nav a:hover {
          color: var(--brand-1); }
      header .first-row .header-nav .close {
        display: none;
        margin-right: 0; }
    header .first-row .account__doropdown {
      margin-right: 36px; }
  header .second-row {
    max-width: 1574px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    min-height: 113px; }
    header .second-row .text-box {
      max-width: 190px;
      margin-left: 33px;
      color: #6F7A8E;
      line-height: 20px;
      font-size: 14px; }
    header .second-row .telephone-box {
      position: relative;
      margin: auto 30px auto auto; }
      header .second-row .telephone-box .title-phone {
        padding: 0 22px 0 30px;
        background: url(assets/img/icon-arrow.svg) right center no-repeat, url(assets/img/icon-phone.svg) left center no-repeat;
        cursor: pointer; }
      header .second-row .telephone-box a {
        color: var(--brand-1); }
        header .second-row .telephone-box a[href*="tel"] {
          color: var(--darkblue);
          font-weight: 700; }
          header .second-row .telephone-box a[href*="tel"]:hover {
            color: var(--brand-1);
            text-decoration: none; }
        header .second-row .telephone-box a:hover {
          text-decoration: underline; }
      header .second-row .telephone-box .telephone-list {
        position: absolute;
        left: -15px;
        top: 35px;
        display: none;
        flex-direction: column;
        width: max-content;
        padding: 20px;
        background: #fff;
        border: 4px solid #DCE3ED;
        border-radius: 4px; }
        header .second-row .telephone-box .telephone-list.show {
          display: flex; }
        header .second-row .telephone-box .telephone-list a {
          margin-bottom: 6px; }
          header .second-row .telephone-box .telephone-list a img {
            margin-left: 10px; }
          header .second-row .telephone-box .telephone-list a:last-child {
            margin-bottom: 0; }
  header a {
    color: #fff; }

.wpml-ls-slot-2 span {
  color: #6f7a8e;
  font-size: 14px; }
  .wpml-ls-slot-2 span:hover {
    text-decoration: underline; }

.wpml-ls-current-language span {
  color: var(--brand-1);
  text-decoration: underline; }

.overlay {
  z-index: -1;
  transition: all ease-out 0.5s; }
  .overlay.active {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #11294591; }

.language-box {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto 30px auto 0; }

.item-language {
  display: flex;
  padding: 0 22px 0 0;
  background: url(assets/img/icon-arrow.svg) right center no-repeat;
  cursor: pointer; }
  .item-language:hover {
    filter: invert(65%) sepia(63%) saturate(5973%) hue-rotate(355deg) brightness(152%) contrast(94%); }

.language-switcher {
  position: absolute;
  left: -15px;
  top: 24px;
  display: none;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border: 4px solid #DCE3ED;
  border-radius: 4px; }
  .language-switcher.show {
    display: flex; }
  .language-switcher .active a {
    color: var(--darkblue); }
  .language-switcher li:last-child a {
    margin-bottom: 0; }
  .language-switcher a {
    display: flex;
    margin-bottom: 6px;
    color: #6F7A8E; }
    .language-switcher a:hover {
      text-decoration: none; }
  .language-switcher .active a {
    color: var(--darkblue); }

.registered-user .header-nav nav a:not(.important-link) {
  display: none; }

.tablet-actions {
  position: relative;
  display: none;
  margin-left: 30px;
  color: var(--brand-1);
  line-height: 19px;
  font-size: 16px; }
  .tablet-actions span {
    position: absolute;
    right: -15px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background: var(--brand-1);
    border-radius: 50%;
    color: #fff;
    line-height: 15px;
    font-weight: 500;
    font-size: 8px; }

.position-fixed {
  display: flex; }
  .position-fixed + .wrap_page {
    padding-top: 159px; }
  .position-fixed .logo img {
    height: 30px; }
  .position-fixed .first-row {
    margin: 0 0 0 auto;
    border: none; }
    .position-fixed .first-row .btn-burger {
      display: block; }
    .position-fixed .first-row .header-nav nav {
      padding: 0 30px;
      display: flex;
      flex-direction: column; }
    .position-fixed .first-row .header-nav .close {
      display: block; }
  .position-fixed .second-row {
    width: 100%;
    min-height: 72px;
    margin: 0 auto 0 0; }
    .position-fixed .second-row .text-box {
      display: none; }
  .position-fixed .telephone-box {
    margin: auto 30px auto auto; }
  .position-fixed .header-nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    max-width: 520px;
    width: calc(100% - 15px);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: auto; }
    .position-fixed .header-nav a {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 30px 0; }
    .position-fixed .header-nav .logo-grey {
      width: 100%;
      min-height: 78px;
      background: url(assets/img/logo-grey.svg) 30px center no-repeat;
      border-bottom: 6px solid #DCE3ED; }
    .position-fixed .header-nav .form__vin {
      display: flex;
      flex-direction: column;
      margin: 43px auto 36px;
      border: none;
      width: 100%;
      padding: 0 30px; }
      .position-fixed .header-nav .form__vin input {
        border: 6px solid #EDF1F4;
        margin-bottom: 11px; }
        .position-fixed .header-nav .form__vin input::placeholder {
          font-size: 16px;
          line-height: 24px;
          text-align: center; }
      .position-fixed .header-nav .form__vin .btn {
        padding: 16px; }
  .position-fixed .language-switcher {
    position: static; }
  .position-fixed .item-language {
    font-size: 20px; }
  .position-fixed #qtranslate-chooser a {
    margin: 0;
    line-height: 1.9;
    display: flex;
    width: 100%; }

.block__first-screen {
  background: calc(100% - 15px) no-repeat;
  background-size: 50%;
  padding-top: 110px;
  overflow: hidden; }
  .block__first-screen > .container {
    max-width: 1200px; }
  .block__first-screen .info-box {
    max-width: 583px; }
  .block__first-screen .title_2 {
    margin-bottom: 30px; }
  .block__first-screen .question-box {
    display: flex;
    justify-content: space-between;
    max-width: 636px;
    margin-bottom: 71px;
    margin-top: 31px; }
  .block__first-screen a.test-vin {
    border-style: dotted;
    color: #94AABC; }
    .block__first-screen a.test-vin:hover {
      color: var(--brand-1); }

.form-box__test {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 12px 24px; }
  .form-box__test a {
    border-bottom: 1px dotted #6f7a8e;
    color: #6f7a8e;
    line-height: 18px;
    text-decoration: none;
    font-size: 12px; }
    .form-box__test a:hover {
      border-bottom: 1px dotted var(--brand-1);
      color: var(--brand-1); }

.form-box__slogan {
  padding: 0 0 19px 24px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 900; }
  .form-box__slogan span {
    margin-left: 12px;
    padding: 3px 12px;
    background-color: var(--green);
    border-radius: 4px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    font-weight: 300; }

.block__map-phone {
  max-width: 1390px;
  margin: 0 auto;
  padding: 158px 15px 78px; }
  .block__map-phone .img-box {
    display: flex;
    align-items: center;
    justify-content: center; }
  .block__map-phone .title_1 {
    font-weight: 700; }
  .block__map-phone p {
    padding: 20px 0 30px; }

.block__partners-has-bg {
  height: 496px;
  background: url(assets/img/transparent-line.jpg) center bottom no-repeat; }

.block__blog {
  display: flex;
  flex-direction: column;
  padding: 130px 15px 200px;
  background-color: #f1f2f5; }
  .block__blog .title_2 {
    margin-bottom: 60px;
    text-align: center; }
  .block__blog .container {
    display: flex; }
  .block__blog .new-item {
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
    text-decoration: none; }
    .block__blog .new-item > *:not(.img-box) {
      padding: 0 30px; }
    .block__blog .new-item:hover .title_5 {
      color: var(--brand-1); }
    .block__blog .new-item .img-box {
      padding-top: 71%;
      background: center no-repeat;
      background-size: cover; }
    .block__blog .new-item .date {
      margin: 21px 0 16px;
      color: #94AABC;
      font-size: 14px; }
    .block__blog .new-item .description {
      margin-top: 22px;
      color: #6F7A8E; }
  .block__blog .btn {
    margin: 72px auto 0; }

.form-box__result--default {
  margin-top: 30px; }
  .form-box__result--default .img-box {
    margin-top: 40px; }

.form-box__result.mistake .form-box__result--default {
  display: none; }

.form-box__result.mistake .form-box__result--mistake {
  display: block; }

.form-box__result--mistake {
  display: none; }
  .form-box__result--mistake .mistake-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 72px;
    border: 12px solid #dce3ed;
    border-radius: 14px;
    box-shadow: 10px 10px 20px rgba(17, 41, 69, 0.05);
    box-sizing: border-box; }
  .form-box__result--mistake .modal-body-register-img-box {
    margin-bottom: 24px; }

.block__faq {
  position: relative; }
  .block__faq .title_2 {
    margin-bottom: 60px;
    text-align: center; }

.block__seo {
  height: 876px;
  padding-top: 147px;
  background: url(assets/img/transparent-line.jpg) center bottom no-repeat; }
  .block__seo .text-box {
    /* IE */
    scrollbar-face-color: var(--brand-1);
    scrollbar-shadow-color: #EDF1F4;
    scrollbar-highlight-color: #EDF1F4;
    /* FireFox */
    scrollbar-color: var(--brand-1) #EDF1F4;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    max-height: 280px; }
    .block__seo .text-box::-webkit-scrollbar {
      width: 6px; }
    .block__seo .text-box::-webkit-scrollbar-thumb {
      background-color: var(--brand-1);
      background-clip: padding-box;
      border: 0px solid #EDF1F4; }
      .block__seo .text-box::-webkit-scrollbar-thumb:hover {
        background-color: var(--brand-2);
        cursor: pointer; }
    .block__seo .text-box::-webkit-scrollbar-track {
      background-color: #EDF1F4;
      cursor: pointer; }
    .block__seo .text-box ::-webkit-scrollbar-button {
      background-color: transparent; }

.border-top {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  height: 100px;
  background-color: #fff; }
  .border-top:before {
    position: absolute;
    left: 0;
    top: -75px;
    border-bottom: 75px solid #fff;
    border-left: 100vw solid transparent;
    content: ""; }

.block__vin {
  position: relative;
  padding: 146px 15px 0;
  border-bottom: 1px solid #DCE3ED;
  text-align: center; }
  .block__vin .title_4 {
    margin-top: 36px;
    color: #6F7A8E; }
  .block__vin .form__vin {
    margin: 51px auto 71px; }
  .block__vin .google-box {
    width: 100%;
    max-width: 400px;
    height: 60px;
    background-color: #94AABC;
    margin: 0 auto 36px;
    color: #fff;
    line-height: 60px; }

.form-box .form__vin {
  display: flex;
  max-width: 636px;
  padding: 4px;
  border: 14px solid #EDF1F4;
  border-radius: 12px; }
  .form-box .form__vin input {
    padding-left: 50px;
    background: url(assets/img/icon-question.svg) 14px center no-repeat; }
    .form-box .form__vin input::placeholder {
      font-size: 14px;
      line-height: 17px;
      color: var(--darkblue); }
  .form-box .form__vin .btn {
    padding: 17.5px 36px; }

input,
textarea {
  border: none;
  color: var(--darkblue);
  line-height: 28px;
  font-size: 20px;
  font-weight: 700; }
  input::placeholder,
  textarea::placeholder {
    color: var(--darkblue);
    line-height: 28px;
    font-weight: 700;
    font-size: 20px; }
  input:focus,
  textarea:focus {
    background-color: #fff; }

.block__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 71px 0 84px; }
  .block__partners .item {
    margin: 0 15px; }

/**/
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px; }

.slider__review {
  display: flex;
  flex-direction: column;
  padding: 130px 0; }
  .slider__review .title_2 {
    margin-bottom: 68px;
    color: #fff;
    text-align: center; }
  .slider__review ul.slick-dots {
    position: static;
    margin-top: 45px; }
    .slider__review ul.slick-dots li::before {
      display: none; }
    .slider__review ul.slick-dots li button {
      width: 10px;
      height: 10px;
      background: #94aabc;
      border-radius: 50%; }
    .slider__review ul.slick-dots li.slick-active button {
      width: 10px;
      height: 10px;
      background: var(--brand-1);
      border-radius: 50%; }
  .slider__review .slick-next {
    z-index: 1;
    left: 13.7%;
    right: initial;
    top: 50%; }
  .slider__review .slick-prev {
    left: initial;
    right: 16.2%;
    top: 50%; }
  .slider__review .slick-arrow svg {
    fill: #fff; }
  .slider__review .btn {
    margin: 42px auto 0; }

.review-item {
  position: relative;
  width: 760px;
  margin: 55px -5px 0;
  padding: 40px;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  transform: scale(0.85);
  filter: brightness(0.5);
  transition: 0.4s;
  cursor: pointer; }
  .review-item.slick-current.slick-active {
    transform: scale(1);
    filter: brightness(1); }
  .review-item .item-photo {
    position: absolute;
    left: 50%;
    top: -55px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 111px;
    min-width: 111px;
    max-width: 111px;
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, 0); }
    .review-item .item-photo img {
      min-height: 111px;
      max-height: 111px;
      min-width: 111px;
      max-width: 111px;
      margin: 0 auto;
      text-align: center;
      object-fit: contain; }
  .review-item .item-title {
    margin: 21px auto 23px;
    color: #000;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    font-size: 24px; }
  .review-item .item-text {
    color: #6F7A8E;
    line-height: 30px;
    font-size: 20px; }

.block__faq .accordion {
  max-width: 890px;
  margin: 0 auto; }
  .block__faq .accordion .item:first-child .item-title {
    border-top: none; }
  .block__faq .accordion .item .item-text {
    padding: 24px 60px 0 15px; }
  .block__faq .accordion .item.active .item-title {
    padding-left: 45px; }
    .block__faq .accordion .item.active .item-title:before {
      background-image: url(assets/img/icon-minuse.svg);
      content: ""; }
    .block__faq .accordion .item.active .item-title:after {
      opacity: 1; }
  .block__faq .accordion .item-title {
    position: relative;
    margin-top: 27px;
    padding: 20px 60px 0 15px;
    border-top: 1px solid #DCE3ED;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s; }
    .block__faq .accordion .item-title:after {
      position: absolute;
      left: 21px;
      top: 33px;
      display: flex;
      width: 4px;
      height: 4px;
      background-color: var(--darkblue);
      border-radius: 50%;
      content: "";
      transition: 0.5s;
      opacity: 0; }
    .block__faq .accordion .item-title:hover {
      padding-left: 45px; }
      .block__faq .accordion .item-title:hover:before {
        transform: rotate(180deg); }
    .block__faq .accordion .item-title:before {
      position: absolute;
      right: 0;
      top: 23px;
      display: flex;
      width: 36px;
      height: 36px;
      background-image: url(assets/img/icon-pluse.svg);
      content: "";
      transition: ease-out 0.4s; }
  .block__faq .accordion .item-text {
    display: none;
    padding-top: 24px;
    color: #6F7A8E; }

footer {
  background-color: var(--darkblue);
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      text-decoration: none; }
  footer > .container > .row {
    padding: 102px 0 96px; }
  footer .nav-block {
    display: flex; }
    footer .nav-block nav {
      width: 100%;
      padding: 0 15px;
      display: flex;
      flex-direction: column; }
      footer .nav-block nav a {
        margin-top: 12px;
        font-size: 20px; }

.footer-logo {
  display: flex;
  flex-direction: column;
  max-width: 175px; }
  .footer-logo + nav {
    display: flex;
    flex-direction: column;
    margin-top: 50px; }
    .footer-logo + nav a {
      margin-bottom: 12px; }

.support-box {
  display: flex;
  flex-direction: column; }
  .support-box .title_4 {
    color: #6F7A8E;
    margin-bottom: 20px; }
  .support-box a {
    font-size: 20px;
    line-height: 1.5; }
    .support-box a[href*=tel] {
      margin-bottom: 12px; }
      .support-box a[href*=tel] img {
        margin-left: 12px; }
    .support-box a[href*=mailto] {
      font-size: 16px;
      line-height: 24px;
      color: var(--brand-1);
      margin-top: 27px; }
      .support-box a[href*=mailto]:hover {
        text-decoration: underline; }

.social-group {
  display: flex;
  margin-top: 50px; }
  .social-group a {
    margin-left: 30px; }
    .social-group a:first-child {
      margin-left: 0; }
    .social-group a:hover {
      filter: invert(65%) sepia(63%) saturate(5973%) hue-rotate(359deg) brightness(232%) contrast(94%); }

.copy-box {
  max-width: 1574px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 12px;
  border-bottom: none;
  align-items: center;
  justify-content: space-between;
  display: flex;
  color: #6F7A8E;
  padding: 30px 15px;
  position: relative; }
  .copy-box:before {
    content: "";
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    position: absolute;
    display: flex;
    background-color: #6F7A8E; }

a.copy {
  color: #6F7A8E; }
  a.copy img {
    margin: auto 5px; }
    a.copy img + span {
      color: #DCE3ED; }
  a.copy:hover {
    color: #6F7A8E; }
    a.copy:hover img + span {
      text-decoration: underline; }

.fixed-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 15px;
  bottom: 115px; }
  .fixed-nav .item {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    box-shadow: 0px 6px 12px rgba(17, 41, 69, 0.2);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer; }
    .fixed-nav .item:hover img {
      filter: invert(65%) sepia(63%) saturate(5973%) hue-rotate(359deg) brightness(232%) contrast(94%); }

/* === BEGIN INPUTs === */
.form-control-sm {
  padding: .25rem .5rem;
  font-size: .875rem; }

.form-control-lg {
  padding: .75rem 1rem; }

.wpcf7-not-valid,
.error-input,
input.required.error {
  border-color: #6F7A8E;
  background: #6F7A8E;
  border-radius: 0;
  height: 48px; }

.wpcf7-not-valid-tip,
.error-txt,
.error {
  color: #af0a48;
  font-size: 85%;
  display: block; }

.required {
  display: inline-block;
  color: var(--brand-1);
  line-height: 1.2;
  vertical-align: top; }

/*custom checkbox*/
.form-group {
  margin-bottom: 20px; }
  .form-group input {
    display: none; }
  .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #6F7A8E;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 29px; }
  .form-group input:checked + label:before {
    content: '';
    background: url("./assets/img/checkbox.png") center no-repeat; }

/**/
/*custom .quantity */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

/*custom input*/
.form-control {
  height: calc(2.25rem + 12px);
  border-radius: 0;
  float: left; }

.btn-tel-form {
  width: 70px;
  height: 48px;
  background: url("./assets/img/long-arrow.png") center no-repeat var(--brand-1);
  background-size: 32px; }

.form-control:focus {
  color: #495057;
  background-color: #fff; }

/**/
/* === END INPUTs === */
/*tabs*/
.nav-tabs {
  display: none; }

.nav-tabs {
  display: block; }

#tab_content {
  margin: 24px 0 0 126px; }

.tab-container {
  display: flex !important;
  flex-direction: column;
  max-width: 500px;
  margin: auto; }

.tab-services .container {
  padding: 0; }

.tab-services .top-group {
  display: flex;
  margin-bottom: 24px;
  margin-top: 24px; }

.tab-services .title_2 {
  margin-bottom: 12px; }

.tab-services .icon-group {
  display: flex;
  margin: 36px 0; }

.tab-services .tab-pane {
  margin-top: 30px; }

.tab-services .title_2 {
  margin-bottom: 36px;
  text-align: center; }

.tab-services .description {
  max-width: 890px;
  margin: auto auto 72px;
  text-align: center;
  font-size: 20px; }

.tab-services .check-box {
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(assets/img/big-check-box.svg) center no-repeat;
  border-radius: 50%; }

.tab-services .nav-tabs .nav-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-radius: 0; }
  .tab-services .nav-tabs .nav-item:first-child {
    border-top: none; }

.tab-services .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  width: 100%;
  padding: 6px 30px;
  color: var(--darkblue);
  line-height: 28px;
  font-size: 20px;
  transition: 0.3s;
  border: none;
  border-radius: none; }
  .tab-services .nav-link .check-box + span {
    min-width: 100px; }
  .tab-services .nav-link.active {
    color: var(--brand-1); }
    .tab-services .nav-link.active .check-box {
      background: url(assets/img/big-check-box-checked.svg) center no-repeat var(--brand-1); }
  .tab-services .nav-link .price {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    color: var(--darkblue);
    line-height: 34px;
    font-size: 24px;
    font-weight: 600; }
    .tab-services .nav-link .price span {
      line-height: 20px;
      font-size: 14px;
      font-weight: 400; }

.tab-services .card {
  background-color: transparent; }

.tab-services .top-group {
  display: flex; }

.tab-services .old-price {
  line-height: 21px;
  text-decoration: line-through;
  font-size: 18px; }

.tab-services .total-price {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  font-size: 48px; }
  .tab-services .total-price span {
    margin-top: 12px;
    color: var(--darkblue);
    line-height: 19px;
    font-weight: 400;
    font-size: 16px; }

.tab-services .label-green {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  max-height: 66px;
  min-width: 66px;
  margin-left: 15px;
  padding: 10px;
  background: url(assets/img/label-green.svg) center no-repeat;
  background-size: 66px;
  border-radius: 0;
  color: #fff;
  line-height: 7px;
  text-align: center;
  font-weight: 500;
  font-size: 6px; }
  .tab-services .label-green b {
    color: #fff;
    line-height: 14px;
    font-size: 12px; }

.tab-services .advantage-list {
  margin: 35px 0 43px;
  padding: 23px 10px;
  border-bottom: 2px dashed #cad0d7;
  border-top: 2px dashed #cad0d7;
  color: #6F7A8E; }
  .tab-services .advantage-list li {
    padding-bottom: 12px; }
    .tab-services .advantage-list li:before {
      position: relative;
      left: 0;
      top: -9px;
      height: 20px;
      min-width: 20px;
      background: url(assets/img/icon-done.svg) center no-repeat; }

.tab-services .bottom-group {
  display: flex;
  flex-direction: column; }

.tab-services .icon-group {
  display: flex;
  margin-left: 60px; }
  .tab-services .icon-group .item {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .tab-services .icon-group .item img {
      width: 40px;
      height: auto;
      max-height: 16px; }

input.input-promo {
  margin: 20px 0 30px 30px;
  padding: 3px;
  border: 1px solid #dce3ed;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px; }
  input.input-promo::placeholder {
    color: #6F7A8E;
    font-size: 14px;
    transition: 0.3s; }
  input.input-promo:focus::placeholder {
    color: transparent; }

input::placeholder {
  transition: 0.3s; }

input:focus::placeholder {
  color: transparent !important; }

#tab-show {
  width: calc(100% - 10px);
  margin: 5px; }

#tab-hide {
  width: calc(100% - 10px);
  height: 48px;
  margin: 5px;
  background-color: #dce3ed;
  border-radius: 4px; }

.custom-hide {
  display: none !important; }

@media (min-width: 992px) {
  .nav-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-top: 12px;
    border: 6px solid #DCE3ED;
    border-radius: 12px;
    color: #112945;
    line-height: 19px;
    font-weight: 400;
    font-size: 16px; }
  .card {
    border: none; }
    .card .card-header {
      display: none; }
    .card .collapse {
      display: block; } }

@media (max-width: 767px) {
  .tab-services .label-green {
    width: 50px;
    height: 50px;
    max-height: 50px;
    min-width: 50px;
    padding: 10px;
    background-size: 50px; }
  .tab-services .tab-pane {
    margin-top: 0; }
  .tab-services .nav-link {
    min-height: 60px;
    padding: 5px 23px 5px 18px;
    line-height: 14px;
    font-size: 12px; }
    .tab-services .nav-link .check-box + span {
      min-width: 60px; }
    .tab-services .nav-link.active .check-box {
      background-size: 12px !important; }
    .tab-services .nav-link .price {
      width: 50px;
      line-height: 17px;
      font-size: 14px; }
      .tab-services .nav-link .price span {
        margin-top: 5px;
        line-height: 12px;
        font-size: 10px; }
  .tab-services .check-box {
    width: 26px;
    height: 26px;
    margin-right: 15px; } }

@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: none !important;
    opacity: 1; }
    .tab-content > .tab-pane.active {
      display: block !important; } }

@media (min-width: 992px) {
  .tab-services.horisontal > .container {
    display: flex;
    justify-content: center; }
  .tab-services.horisontal .tab-content {
    max-width: 290px;
    width: 100%; }
  .tab-services.horisontal .nav-tabs {
    margin-right: 30px;
    max-width: 410px; }
  .tab-services.horisontal .old-price {
    margin-bottom: 12px; }
  .tab-services.horisontal .top-group {
    flex-direction: column; }
    .tab-services.horisontal .top-group input.input-promo {
      margin: 20px 0 0 0; }
  .tab-services.horisontal .price-group {
    text-align: left; }
  .tab-services.horisontal .bottom-group {
    margin-top: 24px; }
  .tab-services.horisontal .icon-group {
    margin: 24px 0 0 0; }
  .tab-services.horisontal .check-box {
    margin-right: 10px; } }

@media (max-width: 1199px) {
  .tab-container {
    padding-left: 0; }
  .tab-services .top-group {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-top: 12px; }
  .tab-services input.input-promo {
    max-width: 100%;
    margin: 12px auto; } }

.modal-open .modal {
  padding-right: 0 !important; }

.modal-dialog {
  display: flex;
  align-items: center;
  max-width: 890px;
  min-height: calc(100% - (5rem * 2)); }

.modal-header {
  border: none;
  padding-bottom: 0; }

.modal-content {
  border-radius: 0;
  border: none;
  padding: 30px 40px; }
  .modal-content p {
    margin-top: 10px; }

textarea {
  width: 100%;
  min-height: 170px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    margin-left: 15px;
    cursor: pointer;
    margin: 5px 0 25px 15px; }
    input[type="file"] + label img {
      margin-right: 10px; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none;
  z-index: 1; }

.modal-body iframe {
  border: none;
  width: 100%; }

.form-control,
input[type]:not(.btn),
textarea,
select {
  width: 100%;
  color: var(--darkblue); }
  .form-control:focus,
  input[type]:not(.btn):focus,
  textarea:focus,
  select:focus {
    box-shadow: none;
    outline: none; }

::-webkit-input-placeholder {
  color: #6F7A8E; }

::-moz-placeholder {
  color: #6F7A8E; }

:-ms-input-placeholder {
  color: #6F7A8E; }

input[type="tel"]::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6F7A8E; }

#ajaxModal input.btn.btn-secondary,
#support input.btn.btn-secondary {
  margin-left: auto;
  display: flex; }

.form-subscribe .modal-header,
.form-callback .modal-header {
  border: none;
  padding-bottom: 0;
  padding: 0;
  height: 0; }

.form-subscribe .modal-content,
.form-callback .modal-content {
  margin: 15px;
  padding: 0; }

.form-subscribe .modal-body,
.form-callback .modal-body {
  padding: 0; }

.form-subscribe div.col-md-6 p.col-md-12:first-child,
.form-callback div.col-md-6 p.col-md-12:first-child {
  margin-top: 80px; }

.form-callback div.col-md-6 > .img-fluid {
  height: 100%; }

.form-callback div.col-md-6 p.col-md-12:first-child {
  margin-top: 45px; }

.form-one-click .modal-body {
  padding: 0rem 1rem 1rem 1rem; }

.form-one-click .modal-dialog {
  display: flex;
  align-items: center;
  max-width: 530px;
  margin: 0 auto;
  min-height: calc(100% - (5rem * 2)); }

@media screen and (max-width: 767px) {
  .modal-dialog {
    margin: 15px; }
    .modal-dialog [type="button"]:not(.close),
    .modal-dialog [type="submit"] {
      width: 100%;
      justify-content: center; }
  .modal-content {
    border-radius: 0;
    border: none;
    padding: 20px 0px; }
  .form-subscribe .modal-content,
  .form-callback .modal-content {
    margin: 0; }
  .form-subscribe .col-md-6:first-child,
  .form-callback .col-md-6:first-child {
    display: none; }
  .form-subscribe div.col-md-6 p.col-md-12:first-child,
  .form-callback div.col-md-6 p.col-md-12:first-child {
    margin-top: 25px; }
  .form-subscribe .btn-secondary,
  .form-callback .btn-secondary {
    width: 100%; }
  .form-one-click .modal-content {
    padding: 0; }
  .form-one-click .modal-body {
    padding-bottom: 0; }
  .form-one-click .modal-dialog {
    max-width: calc(100% - 30px); }
  .form-one-click .row {
    flex-direction: column; }
    .form-one-click .row p.px-3 input {
      margin-top: 35px;
      width: 100%; } }

/*Max-GO!*/
.modal-small .modal-content {
  max-width: 500px;
  width: 100%;
  padding: 0;
  border-radius: 14px; }

.modal-small .modal-dialog {
  justify-content: center; }

.modal-small .modal-body {
  padding: 0; }
  .modal-small .modal-body .form-register {
    border: 12px solid #DCE3ED;
    border-radius: 14px;
    text-align: center;
    padding: 15px; }
    .modal-small .modal-body .form-register .modal-close-btn {
      float: right;
      padding-right: 18px;
      padding-top: 18px;
      cursor: pointer; }
    .modal-small .modal-body .form-register .modal-body-register-img-box {
      padding-top: 36px;
      width: 100%;
      display: flex;
      justify-content: center;
      margin: auto;
      padding-bottom: 24px; }
    .modal-small .modal-body .form-register .modal-body-register-title {
      text-align: center;
      margin: auto;
      font-size: 24px;
      line-height: 28px;
      max-width: 415px;
      padding: 0 15px 24px; }
    .modal-small .modal-body .form-register .modal-body-register-subtitle {
      text-align: center;
      margin: auto;
      font-size: 16px;
      line-height: 19px;
      max-width: 356px;
      padding: 0 15px 90px; }
  .modal-small .modal-body .form-changed-password {
    border: 12px solid #DCE3ED;
    border-radius: 14px; }
    .modal-small .modal-body .form-changed-password .modal-close-btn {
      float: right;
      padding-right: 18px;
      padding-top: 18px;
      cursor: pointer; }
    .modal-small .modal-body .form-changed-password .modal-body-password-img-box {
      padding-top: 40px;
      width: 100%;
      display: flex;
      justify-content: center;
      margin: auto;
      margin-bottom: 24px; }
    .modal-small .modal-body .form-changed-password .modal-body-password-title {
      text-align: center;
      margin: auto;
      font-size: 24px;
      line-height: 28px;
      max-width: 260px;
      padding: 0 15px 24px; }
    .modal-small .modal-body .form-changed-password .modal-body-password-subtitle {
      text-align: center;
      margin: auto;
      font-size: 16px;
      line-height: 19px;
      max-width: 356px;
      padding: 0 15px 90px; }

#non-auth-modal .modal-content {
  background: transparent;
  border-radius: 4px; }

.modal-small .modal-content {
  max-width: 500px; }

.register-mistake .modal-body .form-register .modal-body-register-title {
  padding: 60px 15px 24px; }

.register-mistake .modal-body .form-register .modal-body-register-subtitle {
  padding: 0 15px 60px; }

.register-mistake .modal-body .btn {
  width: 100%;
  max-width: 320px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 320px) {
  .modal-small .modal-content {
    max-width: 300px; }
  .modal-small .modal-body .form-register .modal-close-btn {
    padding-right: 6px;
    padding-top: 6px; }
  .modal-small .modal-body .form-register .modal-body-register-img-box {
    padding-top: 48px; }
  .modal-small .modal-body .form-register .modal-body-register-title {
    max-width: 252px; }
  .modal-small .modal-body .form-register .modal-body-register-subtitle {
    padding-bottom: 48px;
    max-width: 252px; }
  .modal-small .modal-body .form-changed-password .modal-close-btn {
    padding-right: 6px;
    padding-top: 6px; }
  .modal-small .modal-body .form-changed-password .modal-body-password-img-box {
    padding-top: 48px; }
  .modal-small .modal-body .form-changed-password .modal-body-password-title {
    max-width: 252px; }
  .modal-small .modal-body .form-changed-password .modal-body-password-subtitle {
    max-width: 356px;
    padding: 0 15px 48px; } }

.header-form {
  margin-bottom: 10px; }

/**/
/*progress-bar*/
@keyframes progress-bar-stripes {
  from {
    background-position: 8px 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 8px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--darkblue);
  text-align: center;
  background-color: var(--brand-1);
  transition: .4s;
  border-radius: 5px; }

.loading-modal .modal-content {
  background-color: transparent; }

.loading-modal.show .progress-bar {
  animation: 2s loading infinite; }

.loading {
  width: 100%;
  max-width: 414px;
  margin: auto;
  padding: 42px 60px 54px;
  background: #F1F2F5;
  border-radius: 14px; }
  .loading .loading__title,
  .loading .loading__vin {
    text-align: center;
    margin-bottom: 18px; }
  .loading .progress {
    margin-top: 32px; }
  .loading .progress-bar {
    position: relative; }
    .loading .progress-bar:before {
      content: "";
      position: absolute;
      right: -15px;
      top: -13px;
      width: 34px;
      height: 34px;
      background: url(assets/img/icon-search-loading.svg) center no-repeat; }

@keyframes loading {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

/*-----</first-screen>-----*/
/*<template-block>*/
.refund {
  display: flex;
  padding-left: 24px; }
  .refund img {
    margin-right: 5px; }

.faq .border-top {
  display: none; }

.faq .block__faq {
  padding-top: 0; }
  .faq .block__faq .accordion {
    max-width: 890px;
    margin: 0 auto 72px; }

.block__slider-services {
  position: relative;
  background-color: #f1f2f5;
  padding: 0 15px; }
  .block__slider-services .border-top {
    background-color: #f1f2f5; }
    .block__slider-services .border-top:before {
      border-bottom: 75px solid #f1f2f5; }
  .block__slider-services .title_2 {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 36px; }
  .block__slider-services .slick-slide {
    cursor: pointer;
    outline: none; }
    .block__slider-services .slick-slide img {
      margin: 0 auto; }
  .block__slider-services .slider-nav-services {
    max-width: 1574px;
    margin: 0 auto;
    padding: 0 15px; }
    .block__slider-services .slider-nav-services .item {
      text-align: center; }
      .block__slider-services .slider-nav-services .item:hover .item-img {
        filter: invert(65%) sepia(63%) saturate(5973%) hue-rotate(359deg) brightness(232%) contrast(94%); }
      .block__slider-services .slider-nav-services .item:hover .item-title {
        color: var(--darkblue); }
      .block__slider-services .slider-nav-services .item .item-title {
        max-width: 200px;
        font-weight: 700;
        margin: 12px auto 0;
        color: #94AABC; }
    .block__slider-services .slider-nav-services .slick-current .item-img {
      filter: invert(65%) sepia(63%) saturate(5973%) hue-rotate(359deg) brightness(232%) contrast(94%); }
    .block__slider-services .slider-nav-services .slick-current .item-title {
      color: var(--darkblue); }
  .block__slider-services .slider-services {
    max-width: 1095px;
    margin: 0 auto;
    margin-top: 48px; }
    .block__slider-services .slider-services .slick-next {
      left: 25px;
      top: 50%;
      right: inherit;
      z-index: 1; }
    .block__slider-services .slider-services .slick-prev {
      left: inherit;
      right: 57px;
      top: 50%; }
  .block__slider-services .slick-slide {
    padding: 0 10px; }
    .block__slider-services .slick-slide a.btn.btn-primary {
      position: absolute;
      bottom: 45px;
      left: 50%;
      transform: translate(-50%, 0); }

.collapse {
  position: relative; }

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

.slick-arrow svg {
  width: 50px;
  height: 50px;
  transition: .4s;
  fill: #94AABC; }
  .slick-arrow svg:hover {
    fill: var(--brand-1); }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.block__seo-sm {
  margin: 90px 15px 90px 0;
  padding: 0 15px;
  max-height: 400px;
  /* IE */
  scrollbar-face-color: var(--brand-1);
  scrollbar-shadow-color: #EDF1F4;
  scrollbar-highlight-color: #EDF1F4;
  /* FireFox */
  scrollbar-color: var(--brand-1) #EDF1F4;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }
  .block__seo-sm::-webkit-scrollbar {
    width: 6px; }
  .block__seo-sm::-webkit-scrollbar-thumb {
    background-color: var(--brand-1);
    background-clip: padding-box;
    border: 0px solid #EDF1F4; }
    .block__seo-sm::-webkit-scrollbar-thumb:hover {
      background-color: var(--brand-2);
      cursor: pointer; }
  .block__seo-sm::-webkit-scrollbar-track {
    background-color: #EDF1F4;
    cursor: pointer; }
  .block__seo-sm ::-webkit-scrollbar-button {
    background-color: transparent; }

.banner-style {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  text-align: center;
  margin-bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.label-green {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  max-height: 66px;
  min-width: 66px;
  padding: 10px;
  background: url(assets/img/label-green.svg) center no-repeat;
  background-size: 66px;
  border-radius: 0;
  color: #fff;
  line-height: 7px;
  text-align: center;
  font-weight: 500;
  font-size: 6px; }
  .label-green b {
    font-size: 14px;
    line-height: 1.2;
    color: #fff; }

/*</template-block>*/
/*----------*/
/*----------*/
.page-title {
  margin: 12px auto 60px;
  display: flex;
  flex-wrap: wrap; }
  .page-title b {
    width: 100%;
    color: var(--brand-1); }
  .page-title i {
    width: 100%; }

.main-column {
  display: flex;
  flex-direction: column;
  width: calc(100% - 530px);
  padding: 0 102px 0 15px; }

.data-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px; }
  .data-block .item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .data-block .item .img-box {
      max-width: 60px;
      width: 100%; }
    .data-block .item .text-box {
      margin-left: 20px;
      line-height: 1.3;
      color: #66ec9a;
      font-weight: 700; }

.result.wrap_page {
  overflow: initial; }

.result .block__faq {
  padding: 150px 0 90px; }
  .result .block__faq .border-top {
    display: none; }

.sticky-column {
  transition: 1s;
  margin-right: 0;
  max-width: 530px;
  width: 100%;
  position: relative; }
  .sticky-column:before {
    content: "";
    position: absolute;
    display: flex;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 70px; }
  .sticky-column.action {
    box-shadow: 2px 2px 24px #66ec9a, -2px -2px 24px #66ec9a; }

.order-info {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  flex-direction: column; }

.pay-caunter {
  padding-top: 12px; }
  .pay-caunter .info {
    font-size: 20px;
    justify-content: space-between;
    display: flex; }

.row-btn .btn-secondary {
  margin: 24px auto 12px; }

.order-list li {
  margin: 12px auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center; }
  .order-list li span {
    font-weight: 700;
    margin: 0 0 0 10px; }
  .order-list li i {
    font-size: 18px;
    margin: 0 0 0 10px;
    color: var(--green);
    font-weight: 900; }

.report-contain {
  margin-top: 12px; }
  .report-contain ul {
    margin-top: 12px; }

img.icon-attr {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  margin-right: 12px; }

.attribute-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin: 48px 0 24px; }
  .attribute-list .item {
    width: 50%;
    margin-bottom: 24px;
    align-items: center;
    display: flex;
    color: var(--darkblue); }
    .attribute-list .item:hover {
      color: var(--brand-1);
      text-decoration: none; }
      .attribute-list .item:hover span {
        text-decoration: underline; }
    .attribute-list .item.approved:hover {
      color: var(--green);
      text-decoration: none; }
      .attribute-list .item.approved:hover span {
        color: var(--green);
        text-decoration: underline; }
    .attribute-list .item.approved span {
      color: var(--green); }
    .attribute-list .item.fail:hover {
      color: #e80606; }
    .attribute-list .item.fail span {
      color: #e80606; }
    .attribute-list .item span {
      font-weight: 700; }

/*blog*/
.blog .post-item {
  margin-bottom: 60px; }

.blog .block__blog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0;
  margin-top: 60px; }

.blog .new-item {
  width: calc(50% - 16px);
  max-width: 375px;
  margin: 0 8px 36px;
  background-color: #fafafa; }

.page-has-sidebar .col-lg-9 > div {
  margin-right: 16%; }

.sidebar a {
  display: block;
  margin-bottom: 24px; }

.contacts-container {
  background-color: #f1f2f5;
  margin: 0 -24px; }
  .contacts-container .page-title {
    border: 24px solid #ffffff;
    margin: 0;
    height: 168px;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #6F7A8E;
    letter-spacing: 4px; }
  .contacts-container input {
    height: 60px;
    padding: 11px 20px; }
  .contacts-container textarea {
    padding: 11px 20px; }
  .contacts-container .btn-success {
    width: 100%;
    font-weight: 700; }
  .contacts-container .input-box {
    margin-bottom: 36px; }

input {
  height: 60px;
  padding: 11px 20px; }
  input.btn[type='submit'] {
    color: #fff; }

textarea {
  padding: 11px 20px; }

.input-box {
  margin-bottom: 36px; }

.contacts-row {
  display: flex; }

.form-column {
  width: 100%;
  border: 24px solid #fff;
  border-top: 0;
  padding: 72px 48px;
  border-right: none; }
  .form-column form {
    max-width: 750px;
    margin: auto; }

.contacts-column {
  width: 565px;
  border: 24px solid #fff;
  border-top: 0;
  padding: 72px 48px; }
  .contacts-column .support-box {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #6F7A8E; }
    .contacts-column .support-box .title_4 {
      font-size: 22px; }
    .contacts-column .support-box a {
      font-size: 18px;
      color: var(--darkblue); }
      .contacts-column .support-box a:hover {
        color: var(--brand-1);
        text-decoration: none; }

.map-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1f2f5;
  padding: 72px 0;
  position: relative; }
  .map-row:before {
    content: "Google Map";
    position: absolute;
    display: flex;
    color: var(--darkblue);
    font-size: 0;
    opacity: 0;
    top: 50%;
    transition: .3s;
    left: 50%;
    transform: translate(-50%, -80%); }
  .map-row:hover {
    background: #fff; }
    .map-row:hover #map-img {
      fill: #94AABC; }
    .map-row:hover:before {
      font-size: 52px;
      opacity: 1; }
  .map-row svg {
    cursor: pointer;
    width: 100%;
    max-width: 975px;
    height: auto; }
  .map-row #map-img {
    transition: .2s; }

.form-map .modal-dialog {
  max-width: 1100px; }

.form-map .modal-content {
  padding: 0; }

.static .has-ancor {
  padding: 60px;
  background-color: #EDF1F4; }

.article h1,
.article .title_1 {
  padding-top: .3em;
  margin-bottom: 0.7em; }

.article h2,
.article .title_2 {
  padding-top: .3em;
  margin-bottom: 0.7em; }

.article h3,
.article .title_3 {
  padding-top: .3em;
  margin-bottom: 0.7em; }

.article h4,
.article .title_4 {
  padding-top: .3em;
  margin-bottom: 0.7em; }

.article h5,
.article .title_5 {
  padding-top: .3em;
  margin-bottom: 0.7em; }

.article h6,
.article .title_6 {
  padding-top: .3em;
  margin-bottom: 0.7em; }

.posts-information {
  display: flex;
  margin-bottom: 40px;
  padding: 0 15px 0 0; }
  .posts-information .date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #6F7A8E; }
  .posts-information .label {
    font-size: 18px;
    font-weight: 400;
    color: var(--brand-1);
    margin-left: 40px; }

/*table*/
.post-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  border-top: none !important;
  margin: 24px auto 5px;
  webkit-overflow-scrolling: touch; }
  .post-table tr:first-child {
    border-bottom: 3px solid var(--brand-2); }
    .post-table tr:first-child td,
    .post-table tr:first-child th {
      border-top: none !important; }
  .post-table tr:last-child {
    border-bottom: 3px solid var(--brand-2); }
  .post-table th {
    background: var(--brand-1);
    color: #fff;
    font-weight: normal; }

.table-box {
  overflow-x: auto;
  margin-bottom: 48px;
  /* IE */
  scrollbar-face-color: var(--brand-1);
  scrollbar-shadow-color: #EDF1F4;
  scrollbar-highlight-color: #EDF1F4;
  /* FireFox */
  scrollbar-color: var(--brand-1) #EDF1F4;
  overflow-y: hidden;
  overflow-x: auto;
  padding-right: 10px; }
  .table-box::-webkit-scrollbar {
    height: 6px; }
  .table-box::-webkit-scrollbar-thumb {
    background-color: var(--brand-1);
    background-clip: padding-box;
    border: 0px solid #EDF1F4; }
    .table-box::-webkit-scrollbar-thumb:hover {
      background-color: var(--brand-2);
      cursor: pointer; }
  .table-box::-webkit-scrollbar-track {
    background-color: #EDF1F4;
    cursor: pointer; }
  .table-box ::-webkit-scrollbar-button {
    background-color: transparent; }

.post-table,
.post-table td,
.post-table th {
  border: 1px solid #c0c1d0;
  border-left: none;
  border-right: none;
  width: 100%;
  white-space: nowrap; }

.post-table td,
.post-table th {
  padding: 3px 15px;
  width: 30px;
  height: 63px; }

.page-prev.btn.btn-info {
  margin: 0 0 0 27px; }
  .page-prev.btn.btn-info:before {
    left: -17px;
    transform: rotate(-45deg); }
  .page-prev.btn.btn-info:after {
    left: -17px;
    transform: rotate(-135deg); }

.page-navigation {
  display: flex;
  justify-content: space-between; }
  .page-navigation a {
    border-radius: 0;
    position: relative;
    outline: none;
    padding-top: 5px;
    border: none;
    margin-right: 20px;
    border-bottom: 2px solid transparent; }
    .page-navigation a:hover {
      color: var(--brand-1);
      border-bottom: 2px solid var(--brand-1);
      background-color: transparent; }
      .page-navigation a:hover:before, .page-navigation a:hover:after {
        background-color: var(--brand-1); }
    .page-navigation a:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 7px;
      top: 14px;
      right: -18px;
      transform: rotate(45deg);
      transition: .3s;
      background-color: var(--darkblue); }
    .page-navigation a:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 7px;
      top: 10px;
      right: -18px;
      transform: rotate(-45deg);
      transition: .3s;
      background-color: var(--darkblue); }
  .page-navigation .page-prev {
    position: relative;
    margin: 0 0 0 27px; }
    .page-navigation .page-prev:before {
      left: -17px;
      transform: rotate(-45deg); }
    .page-navigation .page-prev:after {
      left: -17px;
      transform: rotate(-135deg); }

/*page*/
.ancor-link {
  padding: 50px 60px;
  background-color: #f0f0f2; }
  .ancor-link a {
    color: var(--darkblue); }
    .ancor-link a:hover {
      text-decoration: none; }

.attention {
  display: flex;
  border-left: 5px solid var(--brand-1);
  padding: 50px;
  margin: 56px auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11); }
  .attention .img-box {
    width: 100%;
    max-width: 74px;
    margin: 0 67px 0 0; }
    .attention .img-box .icon-svg {
      height: 70px; }
    .attention .img-box svg {
      fill: var(--brand-2); }

.container-blockquote {
  border-left: 5px solid var(--brand-2);
  margin: 40px 0 60px;
  padding: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.11); }
  .container-blockquote blockquote {
    font-size: 18px;
    display: flex;
    font-style: italic; }
    .container-blockquote blockquote:before {
      content: '';
      display: flex;
      min-width: 89px;
      width: 90px;
      height: 90px;
      margin-right: 60px;
      background: url(assets/img/icon_loudspeaker.svg) center no-repeat;
      background-size: contain; }
  .container-blockquote cite {
    display: flex;
    width: 100%;
    font-weight: 900;
    justify-content: flex-end; }

.testimonials .review-item {
  width: 100%;
  margin: 55px 0 90px;
  transform: scale(1);
  filter: none; }
  .testimonials .review-item .item-title {
    margin: 36px auto 4px; }
  .testimonials .review-item .item-date {
    margin-bottom: 12px;
    color: #94AABC; }

.testimonials .review-list {
  margin-bottom: 60px; }

.testimonials input[type]:not(.btn), .testimonials textarea {
  border: 1px solid #DCE3ED; }

.special-icon {
  margin: 12px auto; }

.rating {
  display: flex; }

.rating-item {
  width: 40px;
  height: 40px;
  background: url(assets/img/star-grey.png) center no-repeat;
  background-size: 30px;
  cursor: pointer; }
  .rating-item.active {
    background: url(assets/img/star-gold.png) center no-repeat;
    background-size: 30px; }

.star-rating {
  background-image: url(assets/img/icon_grey-star.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100px;
  height: 16px;
  position: relative;
  float: left;
  margin: 2px 30px 0 0; }

.star-rating span {
  background-image: url("assets/img/icon_gold-star.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  left: 0; }

.star-box {
  margin: 30px 0;
  align-items: center; }

.form-row {
  background-color: #f5f5f7; }
  .form-row form {
    max-width: 886px;
    padding: 40px 50px 62px;
    margin: 72px 0 144px;
    background-color: #fff; }
    .form-row form .title_3 {
      margin-bottom: 44px; }
    .form-row form .rating {
      margin: 6px 0 36px; }
    .form-row form .btn {
      max-width: 280px;
      width: 100%;
      margin-top: 36px; }

/* === BEGIN wp_pagenavi === */
.more-products {
  font-size: 18px;
  text-align: center;
  margin: 1px auto;
  padding: 29px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--darkblue); }
  .more-products img {
    margin-right: 15px; }
  .more-products:hover img {
    animation-name: rotation;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 85px;
  padding: 16px 0;
  position: relative; }
  .wp-pagenavi .page {
    font-size: 16px;
    line-height: 30px;
    margin-top: 7px;
    font-weight: 700;
    color: #060606;
    text-decoration: none; }
    .wp-pagenavi .page:hover {
      color: var(--brand-1); }
  .wp-pagenavi a {
    text-decoration: none;
    margin: 0 13px;
    padding: 5px;
    color: var(--darkblue);
    font-size: 32px; }
    .wp-pagenavi a:hover {
      text-decoration: none; }
  .wp-pagenavi .current {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 16px;
    margin-top: 7px;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    background-color: var(--darkblue); }

/* === END wp_pagenavi === */
.get-carfax-report .fixed-btn {
  border: 12px solid #DCE3ED;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 4px;
  position: fixed;
  right: -270px;
  bottom: 100px;
  animation: .3s fixed-btn;
  animation-delay: 3s;
  animation-fill-mode: forwards; }
  .get-carfax-report .fixed-btn .btn {
    display: flex;
    align-items: center; }
    .get-carfax-report .fixed-btn .btn span {
      margin-left: 10px; }

@keyframes fixed-btn {
  0% {
    right: -230px; }
  100% {
    right: -12px; } }

.fixed-content {
  max-width: 530px;
  border: 14px solid #EDF1F4;
  border-radius: 12px;
  padding: 12px 12px 68px;
  position: fixed;
  bottom: 300px;
  background: #fff;
  right: -15px;
  transform: translate(770px, 0);
  transition: .3s; }
  .fixed-content.show {
    transform: translate(0, 0); }
  .fixed-content .title_3 {
    text-align: center;
    padding: 16px 0 30px;
    border-bottom: 1px solid #DCE3ED;
    margin-bottom: 30px; }
  .fixed-content .form-box .form__vin {
    display: flex;
    max-width: 636px;
    padding: 4px;
    border: 5px solid #EDF1F4;
    border-radius: 12px; }
    .fixed-content .form-box .form__vin .btn {
      padding: 9.5px 36px;
      height: 44px; }
    .fixed-content .form-box .form__vin input {
      height: 44px; }

.fixed-content__close {
  width: 13px;
  height: 13px;
  background: url(assets/img/modal-close-btn.png);
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }

img.alignleft, img.alignright {
  max-width: 49%; }

img.alignleft {
  margin: 0 30px 25px 0;
  float: left; }

img.alignright {
  margin: 0 0 25px 30px;
  float: right; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%; }

/*404*/
.page_404 .title_4 {
  margin-top: 2.5vw;
  margin-bottom: 16px; }
  .page_404 .title_4 ~ p {
    margin: 0; }

.page_404 .btn-primary-sm {
  margin: 3.4vw auto 0;
  width: 100%;
  padding: 27px 0px !important;
  max-width: 300px; }
  .page_404 .btn-primary-sm img {
    margin-right: 15px; }

.markup .col-lg-4.col-md-6.col-xs-12 {
  padding: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.27); }
  .markup .col-lg-4.col-md-6.col-xs-12:hover {
    box-shadow: 0 0 1px #c01111; }

.markup .scroll {
  max-height: 350px;
  /* IE */
  scrollbar-face-color: var(--brand-1);
  scrollbar-shadow-color: #EDF1F4;
  scrollbar-highlight-color: #EDF1F4;
  /* FireFox */
  scrollbar-color: var(--brand-1) #EDF1F4;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px; }
  .markup .scroll::-webkit-scrollbar {
    width: 6px; }
  .markup .scroll::-webkit-scrollbar-thumb {
    background-color: var(--brand-1);
    background-clip: padding-box;
    border: 0px solid #EDF1F4; }
    .markup .scroll::-webkit-scrollbar-thumb:hover {
      background-color: var(--brand-2);
      cursor: pointer; }
  .markup .scroll::-webkit-scrollbar-track {
    background-color: #EDF1F4;
    cursor: pointer; }
  .markup .scroll ::-webkit-scrollbar-button {
    background-color: transparent; }

.markup .btn {
  margin: 10px; }

.markup .site-map ol {
  padding-left: 40px;
  padding-bottom: 20px; }
  .markup .site-map ol li {
    position: relative;
    border-left: 2px solid var(--brand-1); }
    .markup .site-map ol li:hover {
      cursor: pointer; }
      .markup .site-map ol li:hover > a {
        text-decoration: underline; }
      .markup .site-map ol li:hover:before {
        background-color: var(--brand-2); }
    .markup .site-map ol li a {
      line-height: 40px;
      margin-left: 15px; }
    .markup .site-map ol li:before {
      content: "";
      position: absolute;
      left: -26px;
      top: 15px;
      width: 10px;
      height: 10px;
      background-color: var(--brand-1);
      border-radius: 50%; }
    .markup .site-map ol li:after {
      content: "";
      position: absolute;
      left: -2px;
      top: 25px;
      width: 50%;
      height: 15px;
      border-left: 2px solid var(--brand-1);
      border-bottom: 2px solid var(--brand-1); }

.markup .gradient-default {
  background: radial-gradient(#cec4c4, transparent);
  transition: all 2s; }
  .markup .gradient-default:hover {
    background: radial-gradient(red, transparent); }

body {
  font-family: "Rubik";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  color: var(--darkblue);
  background-color: #fff;
  overflow-x: hidden; }

.wrap_page {
  margin-bottom: auto;
  margin-top: 180px;
  overflow: hidden; }

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 20; }

.muve-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  background: var(--brand-1);
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  .muve-top:before {
    content: "↑";
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    top: 47%;
    left: 52%;
    transform: translate(-50%, -50%); }

/*1*/
.brand-bg-1,
.brand-bg-2 {
  background-color: var(--brand-1);
  height: 15vh;
  width: 75%;
  margin-bottom: 25px; }

.brand-bg-2 {
  background-color: var(--brand-2); }

/*2*/
::selection {
  color: #000;
  background: var(--brand-2); }

a {
  color: var(--brand-1); }
  a:hover {
    text-decoration: underline;
    color: var(--brand-1); }

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--darkblue); }

b,
strong {
  font-weight: 700;
  color: var(--darkblue); }

i,
em {
  font-weight: 400;
  color: var(--darkblue); }

/*3*/
ol {
  padding: 0;
  counter-reset: li; }
  ol li {
    list-style: none;
    list-style-position: outside; }
    ol li:before {
      content: counter(li, decimal) ".";
      counter-increment: li;
      margin-left: 20px;
      margin-right: 20px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      color: var(--brand-1); }

/*4*/
ul {
  padding: 0;
  list-style: none; }
  ul li {
    display: flex;
    align-items: center; }
    ul li:before {
      content: "";
      margin-left: 20px;
      margin-right: 20px;
      background-color: var(--brand-1);
      border-radius: 50%;
      width: 6px;
      min-width: 6px;
      height: 6px; }

ul li, ol li {
  list-style: none; }
  ul li[class]:before, ol li[class]:before {
    display: none; }

/*5-6*/
/*7-8*/
h1,
.title_1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  color: var(--darkblue);
  margin-bottom: .5rem; }

h2,
.title_2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: var(--darkblue);
  margin-bottom: .5rem; }

h3,
.title_3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--darkblue);
  margin-bottom: .5rem; }

h4,
.title_4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--darkblue);
  margin-bottom: .5rem; }

h5,
.title_5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--darkblue);
  margin-bottom: .5rem; }

h6,
.title_6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: var(--darkblue);
  margin-bottom: .5rem; }

/*9*/
input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="checkbox"] + label:hover,
    input[type="radio"] + label:hover {
      color: var(--darkblue); }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px;
      width: 26px;
      height: 26px;
      background: url(assets/img/checkbox-default.svg) #fff center no-repeat;
      border: 1px solid transparent;
      border-radius: 2px; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    color: #595959;
    cursor: pointer; }
    input[type="radio"] + label:hover {
      color: var(--darkblue); }
    input[type="radio"] + label:before {
      content: '';
      padding: 9px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 19px;
      width: 26px;
      height: 26px;
      background: url(assets/img/radio-default.svg) #fff center no-repeat;
      border: 1px solid transparent;
      border-radius: 2px; }

.green {
  color: var(--green); }

.grey {
  color: #6F7A8E; }

input[type=radio] + label:before {
  border-radius: 50%; }

input[type=radio]:checked + label:before {
  border-radius: 50%;
  background: url(assets/img/radio.svg) center no-repeat;
  background-size: contain;
  border: 1px solid transparent; }

input:checked + label {
  color: var(--darkblue); }
  input:checked + label:before {
    content: '';
    background: url(assets/img/checkbox.svg) center no-repeat #fff;
    background-size: contain;
    border: 1px solid transparent; }

/*10-11*/
.btn {
  display: inline-block;
  padding: 11.5px 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none; }
  .btn.img-right, .btn.img-left {
    padding: 10px 20px; }
  .btn.img-right img {
    margin-left: 12px; }
  .btn.img-left img {
    margin-right: 12px; }
  .btn.btn-lg {
    padding: 17.5px 36px; }
    .btn.btn-lg.img-left, .btn.btn-lg.img-right {
      padding: 16px 36px; }
  .btn img {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px; }

.btn-primary {
  color: #fff;
  background-color: var(--brand-1); }
  .btn-primary:hover {
    color: #fff;
    opacity: .9; }

.btn-secondary {
  color: var(--brand-1);
  border: 2px solid var(--brand-1);
  background-color: transparent; }
  .btn-secondary:hover {
    color: #fff;
    background-color: var(--brand-1);
    opacity: .9; }
    .btn-secondary:hover img {
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(200%) contrast(104%); }

.btn-success {
  color: #6F7A8E;
  background-color: transparent;
  border: 2px solid #94AABC; }
  .btn-success:hover {
    background-color: #94AABC;
    opacity: .9;
    color: #fff; }
    .btn-success:hover img {
      filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(200%) contrast(104%); }

.btn-danger {
  color: #fff;
  background-color: transparent;
  border: 2px solid transparent;
  border-color: #fff; }
  .btn-danger:hover {
    color: var(--darkblue);
    background-color: #fff;
    border-color: #fff; }

.btn-link {
  color: var(--darkblue);
  font-weight: 700;
  background-color: transparent;
  border-bottom: 2px solid var(--brand-1);
  padding: 0 0 5px;
  border-radius: 0; }
  .btn-link:hover {
    color: var(--brand-1);
    text-decoration: none; }

/*12*/
/*13*/
.scroll-heidden::-webkit-scrollbar {
  width: 0px; }

/*14*/
/*15*/
/*16*/
/*17*/
/*18*/
.breadcrumb {
  font-size: 14px;
  color: #B2B1B1; }
  .breadcrumb a {
    text-decoration: none;
    color: var(--brand-2); }
    .breadcrumb a:hover {
      color: var(--brand-1); }

.link-markup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 10493;
  background-color: rgba(255, 255, 255, 0.342);
  padding: 5px;
  border-radius: 50%; }

/*# sourceMappingURL=style.css.map */
