@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 320px) {
  .container {
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 1024px) {
  .container {
    width: 970px; } }

@media (min-width: 1240px) {
  .container {
    width: 1100px; } }

@media (min-width: 1366px) {
  .container {
    width: 1200px; } }

@media (min-width: 1500px) {
  .container {
    width: 1400px; } }

h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 44.4px; }

p {
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 21px; }

@media (min-width: 1367px) {
  p {
    letter-spacing: 0.32px;
    line-height: 31px; } }

@media (max-width: 1366px) {
  h2 {
    font-size: 32px; }
  p {
    font-size: 16px; } }

@media (max-width: 480px) {
  h2 {
    font-size: 28px;
    line-height: 31.4px; } }

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: -webkit-calc(1vw + 0.6em);
  font-size: calc(1vw + 0.6em); }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  line-height: 1.15; }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  position: relative; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

input, textarea, button, a, img {
  outline: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

textarea {
  overflow: auto; }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  a:hover, a:focus {
    opacity: 1; }

.section {
  overflow: hidden; }

.offset {
  padding-left: 5em;
  padding-right: 5em; }

.offset-left {
  padding-left: 5em; }

.offset-right {
  padding-right: 5em; }

.padding-t {
  padding-top: 70px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.col {
  width: 100%; }
  .col-4 {
    width: 40%; }
  .col-5 {
    width: 50%; }
  .col-8 {
    width: 60%; }

@media (max-width: 1024px) {
  .section {
    height: 100% !important; }
  .offset {
    padding-left: 2em;
    padding-right: 2em; }
  .padding-t {
    padding-top: 40px; } }

@media (max-width: 480px) {
  .offset {
    padding-left: 1em;
    padding-right: 1em; }
  .padding-t {
    padding-top: 30px; } }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .8; }

.btn {
  display: block;
  padding: 15px 30px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  border: 3px solid #03509c;
  background-color: transparent;
  color: #03509c;
  cursor: pointer;
  position: relative; }
  .btn:hover .btn-bg {
    height: 100%;
    background-color: #03509c; }
  .btn:hover .btn-text {
    color: #fff; }
  .btn-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
    -webkit-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
    z-index: 1; }
  .btn-text {
    position: relative;
    color: #03509c;
    -webkit-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
    z-index: 2; }

@media (max-width: 480px) {
  .btn {
    margin: auto; } }

.icon {
  position: relative; }
  .icon-arrow-down {
    position: relative; }
    .icon-arrow-down:before {
      content: '';
      position: absolute;
      top: 0;
      width: 12px;
      height: 8px;
      background: url("../img/arrow-down.png") no-repeat; }

.blackout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.25);
  visibility: hidden;
  z-index: 50; }

.visible {
  visibility: visible; }

.page-num {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  z-index: 10; }
  .page-num.black:before, .page-num.black:after {
    background-color: rgba(36, 36, 36, 0.55); }
  .page-num.black span {
    color: #242424; }
  .page-num:before, .page-num:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.55);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .page-num:before {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%); }
  .page-num:after {
    bottom: 50%;
    right: 10px;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%); }
  .page-num span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 30px;
    color: rgba(255, 255, 255, 0.55);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

@media (max-width: 1024px) {
  .page-num {
    display: none; } }

/*------------------------------------*\
	Стрелки слайдера
\*------------------------------------*/
.btn-arrow {
  position: absolute;
  bottom: -19px;
  width: 44px;
  height: 50px;
  border: none;
  font-size: 0;
  background-color: #454545;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 1; }
  .btn-arrow .fa {
    font-size: 24px;
    color: #fff; }
  .btn-arrow-prev {
    right: 50%; }
    .btn-arrow-prev:hover {
      background-color: #03509c; }
  .btn-arrow-next {
    left: 50%; }
    .btn-arrow-next:hover {
      background-color: #03509c; }

.arrow-transparent {
  padding: 0;
  position: absolute;
  bottom: 40px;
  width: 53px;
  height: 22px;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 10; }
  .arrow-transparent-prev {
    left: 0;
    background: transparent url("../img/arrow-left--white.png") no-repeat center; }
    .arrow-transparent-prev:hover {
      background: transparent url("../img/arrow-left--primary.png") no-repeat center; }
  .arrow-transparent-next {
    left: 0;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    background: transparent url("../img/arrow-right--white.png") no-repeat center; }
    .arrow-transparent-next:hover {
      background: transparent url("../img/arrow-right--primary.png") no-repeat center; }

/*------------------------------------*\
	Dots слайдера
\*------------------------------------*/
.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .dots li {
    margin: 0 5px; }
    .dots li button {
      width: 12px;
      height: 12px;
      font-size: 0;
      border: none;
      border-radius: 50%;
      background-color: rgba(196, 196, 196, 0.4);
      cursor: pointer; }
  .dots li.slick-active button {
    background-color: #03509c; }
  .dots-offset {
    bottom: -50px; }

/*------------------------------------*\
	Презагрузка
\*------------------------------------*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 99999; }

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  -webkit-animation: loader .8s linear infinite;
          animation: loader .8s linear infinite; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent; }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent; } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent; }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent; } }

header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  header #nav.nav--primary .logo__img--white {
    display: none; }
  header #nav.nav--primary .logo__img--black {
    display: block; }
  header #nav.nav--primary .nav-collapse span {
    background-color: #000; }
    header #nav.nav--primary .nav-collapse span:before, header #nav.nav--primary .nav-collapse span:after {
      background-color: #000; }
  header #nav.nav--primary .nav-phone .dropbtn {
    color: #000; }
  header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0; }
    header .nav .logo__img--black {
      display: none; }
    header .nav-collapse {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      header .nav-collapse span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        -webkit-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all; }
        header .nav-collapse span:before, header .nav-collapse span:after {
          content: '';
          display: block;
          width: 34px;
          height: 2px;
          background: #fff;
          -webkit-transition: 0.2s all;
          -o-transition: 0.2s all;
          transition: 0.2s all; }
        header .nav-collapse span:before {
          -webkit-transform: translate(0%, 12px);
              -ms-transform: translate(0%, 12px);
                  transform: translate(0%, 12px); }
        header .nav-collapse span:after {
          -webkit-transform: translate(0%, -14px);
              -ms-transform: translate(0%, -14px);
                  transform: translate(0%, -14px); }
    header .nav-phone {
      display: inline-block;
      position: relative; }
      header .nav-phone .dropbtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: transparent;
        color: white;
        padding: 16px 0;
        font-size: 20px;
        border: none;
        cursor: pointer; }
        header .nav-phone .dropbtn .fa-chevron-down {
          display: block;
          margin-left: 8px;
          margin-bottom: 5px;
          font-size: 16px;
          font-weight: normal; }
      header .nav-phone__content {
        display: none;
        position: absolute;
        min-width: 200px;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        background-color: #f1f1f1;
        z-index: 1; }
        header .nav-phone__content a {
          color: black;
          padding: 12px 16px;
          text-decoration: none;
          display: block; }
          header .nav-phone__content a:hover {
            background-color: #ddd; }
      header .nav-phone:hover .nav-phone__content {
        display: block; }
    header .nav-menu {
      padding: 30px 50px;
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      max-width: 40%;
      width: 0%;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      margin: 0;
      overflow-y: auto;
      background: #fff;
      -webkit-transition: .5s all;
      -o-transition: .5s all;
      transition: .5s all;
      z-index: 999; }
      header .nav-menu > li {
        margin-bottom: 30px;
        width: 100%; }
        header .nav-menu > li > a {
          display: block;
          padding-bottom: 10px;
          position: relative;
          width: 100%;
          font-size: 44px;
          font-weight: 700;
          line-height: 44.4px;
          color: #383838; }
      header .nav-menu .dropdown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        header .nav-menu .dropdown-row {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          header .nav-menu .dropdown-row li {
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4); }
            header .nav-menu .dropdown-row li a {
              text-transform: uppercase; }
        header .nav-menu .dropdown-col {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          header .nav-menu .dropdown-col li {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
        header .nav-menu .dropdown li {
          padding: 5px 0; }
          header .nav-menu .dropdown li a {
            padding-right: 10px;
            font-size: 16px;
            font-weight: 500;
            color: #000000; }
            header .nav-menu .dropdown li a:hover {
              text-decoration: underline; }
  header #nav.open .nav-collapse span {
    background: transparent; }
    header #nav.open .nav-collapse span:before {
      -webkit-transform: translateY(-2px) rotate(-135deg);
          -ms-transform: translateY(-2px) rotate(-135deg);
              transform: translateY(-2px) rotate(-135deg); }
    header #nav.open .nav-collapse span:after {
      -webkit-transform: translateY(-4px) rotate(135deg);
          -ms-transform: translateY(-4px) rotate(135deg);
              transform: translateY(-4px) rotate(135deg); }
  header #nav.open .nav-menu {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%; }

@media (max-width: 1366px) {
  header .nav-menu {
    padding: 30px; }
    header .nav-menu .dropdown-row li {
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    header .nav-menu > li {
      margin-bottom: 10px; }
      header .nav-menu > li > a {
        padding-bottom: 5px;
        font-size: 36px; } }

@media (max-width: 1120px) {
  header .nav-menu .dropdown-row li {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
  header .nav-menu .dropdown-col li {
    width: 100%; } }

@media (min-width: 1025px) {
  header .nav-menu .dropdown {
    height: auto;
    opacity: 1; } }

@media (max-width: 1024px) {
  header .nav-menu .dropdown {
    height: 0;
    opacity: 0;
    visibility: hidden; }
  header .nav-menu .has-dropdown {
    position: relative; }
  header .nav-menu .has-dropdown > a:before {
    content: "\f054";
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    -o-transition: 0.2s transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform; }
  header .nav-menu .has-dropdown.open-drop > a:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  header .nav-menu .has-dropdown.open-drop > .dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; } }

@media (max-width: 768px) {
  header .nav-menu {
    padding: 20px 15px; }
    header .nav-menu > li > a {
      padding-bottom: 0;
      width: 100%;
      font-size: 26px;
      line-height: 31.3px; }
    header .nav-menu .dropdown li a {
      font-size: 14px; } }

@media (max-width: 720px) {
  header .nav-phone {
    display: none; }
  header .nav-menu {
    padding: 60px 15px 30px; }
  header #nav.open .nav-collapse {
    z-index: 1000; }
    header #nav.open .nav-collapse span:before, header #nav.open .nav-collapse span:after {
      background-color: #000; }
  header #nav.open .nav-menu {
    max-width: 260px;
    width: 100%; }
    header #nav.open .nav-menu > li > a {
      font-size: 22px; }
    header #nav.open .nav-menu .has-dropdown > a:before {
      font-size: 14px; } }

@media (max-width: 480px) {
  header .nav-brand img {
    width: 240px; } }

.footer {
  padding: 20px 0;
  width: 100%; }
  .footer__text {
    text-align: center;
    font-size: 16px;
    color: #929292; }

.home {
  padding-top: 0 !important; }
  .home-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%; }
  .home__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: -webkit-calc(100vh / 2);
    height: calc(100vh / 2);
    color: #fff; }
    .home__block:nth-child(1) {
      background-color: #03509c; }
    .home__block:nth-child(2) {
      background-color: #004386; }
  .home__text {
    padding-bottom: 50px;
    position: relative; }
    .home__text a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 25px; }
      .home__text a:hover h2:after {
        width: 100%; }
    .home__text h2 {
      position: relative;
      padding-bottom: 0;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .home__text h2:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
    .home__text p {
      line-height: 21.6px;
      letter-spacing: 0.72px; }
    .home__text span.circle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      border: 2px solid #ffffff;
      border-radius: 50%; }
      .home__text span.circle .fa-angle-right {
        font-size: 24px; }
  .home__bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    height: 100%;
    background: url("../img/home-bg.jpg");
    background-size: cover; }
    .home__bg .social {
      margin-bottom: 25px; }
      .home__bg .social a {
        padding: 0 15px;
        position: relative;
        color: #fff;
        z-index: 2; }
        .home__bg .social a:hover {
          text-decoration: underline; }
    .home__bg .overlay {
      background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0)));
      background-image: -o-linear-gradient(0, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: linear-gradient(0, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 1; }

@media (max-width: 1366px) {
  .home-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .home .col-4, .home .col-8 {
    width: 100%; }
  .home .col-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .home__block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    height: 200px; }
  .home__text {
    padding-bottom: 0; }
  .home .col-8 {
    height: auto; }
  .home__bg {
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
    background-repeat: no-repeat;
    background-position: center; } }

@media (max-width: 1024px) {
  .home .home__text h2 {
    font-size: 28px; } }

@media (max-width: 720px) {
  .home__bg {
    height: -webkit-calc(100vh - 400px);
    height: calc(100vh - 400px); }
    .home__bg .social, .home__bg .overlay {
      display: none; }
  .home .col-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%; }
  .home__block {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%; }
  .home__text {
    width: 100%; } }

.services-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.services__text {
  margin-bottom: 30px; }

.services p {
  letter-spacing: 0.32px; }

.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.services__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 20px 0;
  width: -webkit-calc(100% / 2 - 10px);
  width: calc(100% / 2 - 10px); }
  .services__item .img {
    margin-right: 15px;
    width: 50px; }
  .services__item span {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 21.5px; }

.services__bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.services__brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }

.services__brand {
  margin: 10px;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }
  .services__brand:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

@media (max-width: 1366px) {
  .services .col-4 {
    width: 50%; }
  .services .col-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%; }
  .services__bg img {
    width: 100%; } }

@media (max-width: 1024px) {
  .services .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .services .col-4, .services .col-8 {
    width: 100%; }
  .services__block {
    margin-bottom: 20px; }
  .services__item {
    width: -webkit-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px); }
  .services__bg img {
    max-width: 500px; }
  .services__text {
    margin-bottom: 0; } }

@media (max-width: 720px) {
  .services__item {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px); } }

@media (max-width: 480px) {
  .services__item {
    margin-right: 0;
    padding: 10px 0;
    width: 100%; } }

.diagnostics-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.diagnostics__content h2 {
  margin-bottom: 30px; }

.diagnostics__text {
  margin-bottom: 30px;
  max-height: 400px;
  overflow-y: auto; }

.diagnostics__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%; }

.diagnostics__popup {
  position: absolute;
  display: inline-block; }
  .diagnostics__popup:hover .diagnostics__popup-circle {
    border: 2px solid #ff5858;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 11; }
    .diagnostics__popup:hover .diagnostics__popup-circle:before, .diagnostics__popup:hover .diagnostics__popup-circle:after {
      background-color: #ff5858; }
  .diagnostics__popup:hover .diagnostics__popup-text {
    display: block;
    font-size: 12px;
    background-color: rgba(249, 249, 249, 0.9);
    z-index: 3; }
  .diagnostics__popup-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #03509c;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    z-index: 2; }
    .diagnostics__popup-circle:before, .diagnostics__popup-circle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #03509c;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .diagnostics__popup-circle:before {
      width: 21px;
      height: 2px; }
    .diagnostics__popup-circle:after {
      width: 2px;
      height: 21px; }
  .diagnostics__popup-text {
    display: none;
    padding: 15px 15px 15px 80px;
    position: absolute;
    top: 0;
    width: 260px;
    min-height: 80px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.24px;
    line-height: 16.13px;
    border-radius: 5px;
    z-index: 1; }

.diagnostics .amort-1 {
  top: 16%;
  left: -webkit-calc(30% - 1vw);
  left: calc(30% - 1vw); }

.diagnostics .amort-2 {
  top: 45%;
  left: -webkit-calc(25% - 1vw);
  left: calc(25% - 1vw); }

.diagnostics .amort-3 {
  bottom: 20%;
  right: -webkit-calc(30% - 1vw);
  right: calc(30% - 1vw); }

@media (max-width: 1700px) {
  .diagnostics__img img {
    width: 100%; } }

@media (max-width: 1366px) {
  .diagnostics__text {
    max-height: 370px;
    overflow-y: auto; } }

@media (max-width: 1024px) {
  .diagnostics-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .diagnostics .col-5 {
    width: 100%; }
  .diagnostics__content h2 {
    margin-bottom: 0; }
  .diagnostics__content {
    margin-bottom: 20px; }
  .diagnostics__text {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    margin-bottom: 20px; }
    .diagnostics__text p {
      line-height: 31px; }
  .diagnostics__img img {
    max-width: 600px; } }

@media (max-width: 480px) {
  .diagnostics .amort-1, .diagnostics .amort-2, .diagnostics .amort-3 {
    display: none; } }

#fullpage--no .about {
  padding-bottom: 100px; }

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.about__content h2 {
  margin-bottom: 15px; }

.about__text {
  margin-bottom: 30px;
  max-height: 370px;
  overflow-y: auto; }

.about-slider {
  margin: 0 auto;
  max-width: 400px;
  width: 100%; }

.about__slide {
  width: 100%; }
  .about__slide img {
    width: 100%; }

@media (max-width: 1024px) {
  .about {
    padding-bottom: 10px; }
    .about .col-5 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .about__text {
      margin-bottom: 20px;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content; }
    .about-slider {
      margin: 0 auto;
      max-width: 300px; } }

@media (max-width: 768px) {
  #fullpage--no .about {
    padding-bottom: 40px; } }

@media (max-width: 720px) {
  .about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__content {
    margin-bottom: 30px; }
  .about-slider {
    margin: 0 auto 50px;
    max-width: 600px; }
  .about__slide {
    margin: 0 5px; }
  .about .col-5 {
    width: 100%; }
  .about .dots-offset {
    bottom: -30px; } }

#fullpage--no .reviews {
  padding-bottom: 100px; }

.reviews-wrap {
  position: relative; }
  .reviews-wrap > h2 {
    position: absolute;
    top: 0;
    left: 0; }

.reviews .review {
  outline: none; }
  .reviews .review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .reviews .review__content {
    padding-right: 100px; }
  .reviews .review__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22.7px; }
  .reviews .review__author {
    font-weight: 700; }
  .reviews .review__date {
    color: #bdbdbd; }
  .reviews .review__star .fa-star {
    color: #d0d0d0; }
  .reviews .review__star .checked {
    color: orange; }
  .reviews .review__text {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 21.83px; }
  .reviews .review__img img {
    margin: auto;
    max-width: 600px; }

@media (max-width: 1024px) {
  .reviews {
    margin-bottom: 20px; }
    .reviews-wrap {
      margin-bottom: 50px; }
      .reviews-wrap > h2 {
        margin-bottom: 20px;
        position: static; }
    .reviews .review__content {
      padding-right: 50px; }
    .reviews .review__img img {
      max-width: 400px; } }

@media (max-width: 768px) {
  #fullpage--no .reviews {
    padding-bottom: 40px; } }

@media (max-width: 720px) {
  .reviews .padding-t {
    padding-top: 0; }
  .reviews .review-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reviews .review__content {
    padding-right: 0; }
  .reviews .review__img img {
    max-width: 250px; }
  .reviews .review .col-5 {
    width: 100%; }
  .reviews .dots-offset {
    bottom: -30px; } }

.contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.contacts__block {
  width: 50%; }

.contacts__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
  height: 100%; }
  .contacts__content h2 {
    margin-bottom: 15px; }
  .contacts__content p {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.36px;
    line-height: 43px;
    color: #272727; }

.contacts__text {
  padding-top: 40px; }

.contacts__googlemap {
  height: 100%; }

.contacts .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .contacts .social li {
    margin: 10px; }
    .contacts .social li:first-child {
      margin-left: 0; }
    .contacts .social li:last-child {
      margin-right: 0; }
    .contacts .social li .fa {
      font-size: 24px;
      color: #929292; }
      .contacts .social li .fa-facebook:hover {
        color: #3b5998; }
      .contacts .social li .fa-telegram:hover {
        color: #0088cc; }
      .contacts .social li .fa-whatsapp:hover {
        color: #59267c; }

#fullpage--no .contacts {
  position: relative; }
  #fullpage--no .contacts .social {
    margin-top: 20px;
    margin-bottom: 0; }

@media (max-width: 1024px) {
  .contacts .padding-t {
    padding-top: 0; }
  .contacts-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__block {
    width: 100%; }
  .contacts__content {
    margin-bottom: 20px;
    padding-right: 0; }
    .contacts__content h2 {
      margin-bottom: 0; }
    .contacts__content p {
      margin: 5px 0; }
    .contacts__content a {
      margin: 15px 0; }
  .contacts__text {
    padding-top: 0; }
  .contacts__googlemap {
    margin-bottom: 65px;
    height: 300px; }
  .contacts .social {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (max-width: 480px) {
  .contacts__content p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5; } }

@media (min-width: 1024px) {
  #fullpage-page .contacts {
    padding-top: 7em !important; } }

/* Style the list */
ul.breadcrumb {
  padding: 10px 0;
  list-style: none; }
  ul.breadcrumb li {
    display: inline;
    font-size: 14px; }
    ul.breadcrumb li a {
      color: #03509c;
      text-decoration: none; }
      ul.breadcrumb li a:hover {
        color: #03509c;
        text-decoration: underline; }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0"; }

@media (min-width: 1025px) {
  .breadcrumb-block {
    position: absolute;
    top: 80px;
    z-index: 1; } }

@media (max-width: 1024px) {
  .breadcrumb-block {
    margin-top: 75px; } }

@media (max-width: 720px) {
  .breadcrumb-block {
    margin-top: 60px; } }

.card {
  padding: 140px 0;
  position: relative; }
  .card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .card__content h2 {
    margin-bottom: 10px;
    font-size: 26px; }
  .card__text {
    margin-bottom: 30px;
    max-height: 300px;
    font-size: 14px;
    overflow-y: auto; }
  .card__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 100%; }
    .card__img img {
      max-width: 500px;
      width: 100%; }
  .card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .card .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1; }
    .card .price .hryvnia {
      margin-right: 20px;
      font-size: 26px; }
    .card .price .dollar {
      font-size: 42px;
      color: #03509c; }

@media (max-width: 1366px) {
  .card {
    padding: 140px 0 80px; }
    .card__text {
      max-height: 370px;
      overflow-y: auto; } }

@media (max-width: 1240px) {
  .card-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .card .price {
    margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .card {
    padding-top: 0 !important;
    padding-bottom: 40px; }
    .card-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .card .col-5 {
      width: 100%; }
    .card__content h2 {
      margin-bottom: 0; }
    .card__content {
      margin-bottom: 20px; }
    .card__text {
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content;
      margin-bottom: 20px; }
      .card__text p {
        line-height: 31px; }
    .card__img img {
      max-width: 300px; } }

@media (max-width: 615px) {
  .card .price {
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  .card .price {
    margin: 0 auto 30px; }
  .card__content h2 {
    font-size: 22px; } }

.brands-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.brands-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .brands-row p {
    text-align: center; }

.brands__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.brands__item {
  margin: 10px;
  max-width: 150px;
  width: 100%; }
  .brands__item:hover img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .brands__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .brands__item img {
    margin: 0 auto 15px;
    max-width: 100px;
    width: 100%;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .brands__item span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #03509c; }

@media (max-width: 1366px) {
  .brands__item {
    max-width: 130px; } }

@media (max-width: 1230px) {
  .brands__item {
    max-width: 100px; } }

@media (max-width: 1024px) {
  .brands {
    padding-top: 0 !important; } }

.cars {
  padding: 140px 0; }
  .cars-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .cars__title {
    text-align: center; }
  .cars-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cars-row p {
      text-align: center;
      font-size: 34px;
      font-weight: 700; }
  .cars__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cars__item {
    margin: 10px;
    width: -webkit-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px); }
    .cars__item:hover img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .cars__item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
    .cars__item img {
      margin: 0 auto 10px;
      max-width: 250px;
      width: 100%;
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95);
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .cars__item span {
      display: block;
      text-align: center;
      text-transform: uppercase;
      color: #03509c; }

@media (max-width: 1230px) {
  .cars__item {
    width: -webkit-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px); } }

@media (max-width: 1024px) {
  .cars {
    padding: 40px 0; } }

@media (max-width: 768px) {
  .cars__item {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px); } }

@media (max-width: 480px) {
  .cars__item {
    width: 100%; } }

.products {
  padding: 140px 0; }
  .products-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .products__title {
    margin-bottom: 30px;
    text-align: center; }
  .products-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .products-row p {
      text-align: center;
      font-size: 34px;
      font-weight: 700; }
  .products__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .products__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px;
    max-width: 270px;
    width: 100%; }
    .products__item .img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 20px;
      width: 100%;
      height: 150px; }
      .products__item .img img {
        text-align: center;
        margin: auto;
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .products__item .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .products__item .title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.20; }
    .products__item .price {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 20px 0;
      width: 100%;
      line-height: 1; }
      .products__item .price .hryvnia {
        font-size: 16px; }
      .products__item .price .dollar {
        font-size: 24px;
        color: #03509c; }

@media (max-width: 1024px) {
  .products {
    padding: 40px 0; } }

.modal-order h2, .modal-review h2, .modal-order-form h2 {
  margin-bottom: 30px;
  max-width: 450px;
  font-size: 26px; }

.modal-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal-form input {
    width: 100%; }
  .modal-form input[type=text], .modal-form input[type=tel], .modal-form input[type=email] {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
    line-height: 18.16px;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    color: #000; }
    .modal-form input[type=text]::-webkit-input-placeholder, .modal-form input[type=tel]::-webkit-input-placeholder, .modal-form input[type=email]::-webkit-input-placeholder {
      color: #c1c1c1; }
    .modal-form input[type=text]::-moz-placeholder, .modal-form input[type=tel]::-moz-placeholder, .modal-form input[type=email]::-moz-placeholder {
      color: #c1c1c1; }
    .modal-form input[type=text]:-ms-input-placeholder, .modal-form input[type=tel]:-ms-input-placeholder, .modal-form input[type=email]:-ms-input-placeholder {
      color: #c1c1c1; }
    .modal-form input[type=text]::-ms-input-placeholder, .modal-form input[type=tel]::-ms-input-placeholder, .modal-form input[type=email]::-ms-input-placeholder {
      color: #c1c1c1; }
    .modal-form input[type=text]::placeholder, .modal-form input[type=tel]::placeholder, .modal-form input[type=email]::placeholder {
      color: #c1c1c1; }
  .modal-form textarea {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
    line-height: 18.16px;
    border: 1px solid #b8b8b8;
    color: #000;
    resize: none; }
    .modal-form textarea::-webkit-input-placeholder {
      color: #c1c1c1; }
    .modal-form textarea::-moz-placeholder {
      color: #c1c1c1; }
    .modal-form textarea:-ms-input-placeholder {
      color: #c1c1c1; }
    .modal-form textarea::-ms-input-placeholder {
      color: #c1c1c1; }
    .modal-form textarea::placeholder {
      color: #c1c1c1; }
  .modal-form .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0; }
    .modal-form .rating .star span {
      cursor: pointer; }
      .modal-form .rating .star span:hover {
        color: #03509c; }
  .modal-form .checked {
    color: #03509c; }
  .modal-form input[type=submit], .modal-form button {
    display: block;
    padding: 15px 30px;
    position: relative;
    max-width: 280px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    border: none;
    background-color: #03509c;
    color: #fff;
    cursor: pointer; }
    .modal-form input[type=submit]:active, .modal-form button:active {
      top: -1px; }

@media (max-width: 480px) {
  .modal-order h2 {
    font-size: 28px; }
  .modal-form .rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .modal-form .rating .star {
      margin-top: 20px; }
      .modal-form .rating .star span {
        margin: 0 5px; } }
