@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("/assets/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy-Light.woff") format("woff"), url("/assets/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("/assets/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy-Regular.woff") format("woff"), url("/assets/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-RegularItalic.eot");
  src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("/assets/fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy-RegularItalic.woff") format("woff"), url("/assets/fonts/Gilroy-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("/assets/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy-Bold.woff") format("woff"), url("/assets/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: "Gilroy";
}

.btn {
  color: #ffffff;
  background-color: #131b83;
  border-radius: 5px;
}
.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1), 0 3px 1px -2px rgba(50, 50, 50, 0.1), 0 1px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1), 0 3px 1px -2px rgba(50, 50, 50, 0.1), 0 1px 5px 0 rgba(50, 50, 50, 0.15);
}
.btn:focus {
  -webkit-box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1), 0 3px 1px -2px rgba(50, 50, 50, 0.1), 0 1px 5px 0 rgba(50, 50, 50, 0.15);
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.1), 0 3px 1px -2px rgba(50, 50, 50, 0.1), 0 1px 5px 0 rgba(50, 50, 50, 0.15);
}

.telink {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.header_callback {
  font-size: 14px;
}

h2 {
  font-size: 25px;
  padding: 0;
  margin: 0;
}

header {
  height: auto;
}
header .header__logo {
  width: 94px;
  max-height: 44px;
}
@media (min-width: 576px) {
  header {
    height: 100px;
  }
}
header nav {
  display: flex;
  flex-direction: row;
}
header > .container {
  height: 100%;
}
header > .container .header__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  color: #000000;
  text-decoration: none;
}
header > .container .header__link:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000000;
}
header > .container .header__contacts .telink:hover {
  color: #000000;
  text-decoration: none;
}
header > .container .header__contacts .header_callback {
  padding: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 7px;
  font-weight: 700;
  font-size: 14px;
}

#main .slick-prev {
  background: url("/assets/img/back_white.svg");
  height: 30px;
  width: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#main .slick-next {
  background: url("/assets/img/next_white.svg");
  height: 30px;
  width: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#main .slick-prev:before {
  color: rgba(0, 0, 0, 0);
}
#main .slick-next:before {
  color: rgba(0, 0, 0, 0);
}
#main .main-slide {
  position: relative;
}
#main .main-slide img {
  max-width: 100%;
}
#main .main-slide .main_slide_content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main .main-slide .main_slide_content > div .btn {
  margin-right: 20px;
  font-weight: 500;
}
#main .main-slide .main_slide_content > div .btn:nth-of-type(2) {
  background: transparent;
  background: #fff;
  color: #000;
}
#main .slick-prev {
  left: 25px;
  z-index: 1;
}
#main .slick-next {
  right: 25px;
}

.favorite {
  padding: 30px 0;
}
.favorite__item {
  display: flex;
  align-items: center;
}
.favorite__item img {
  margin-right: 10px;
  width: 65px;
  height: 65px;
}
.favorite__item p {
  margin: 0;
}

.autos-mark {
  padding: 50px 0;
}
.autos-mark .container > h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.autos-mark__grid {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
}
.autos-mark__grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.autos-mark__grid__item img {
  width: 80%;
  margin: 0 auto;
  background: #eee;
}
.autos-mark__grid__item span {
  text-align: center;
  font-size: 18px;
  color: black;
}
.autos-mark .autos-mark-btn {
  margin-top: 20px;
}

.gimmezap {
  background: #eaebec;
  padding: 30px 0;
}

.backcall {
  position: relative;
  z-index: 0;
  background: url("/media/717.jpg") 50% 50%;
  background-size: cover;
}
.backcall > .container {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
.backcall > .container .backcall__textwrap {
  color: #ffffff;
  padding: 25px 0;
}
.backcall > .container .backcall__textwrap__maintext {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.backcall > .container .backcall__textwrap__anothertext {
  padding: 15px 0;
}
.backcall > .container .backcall__textwrap__anothertext img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 20px;
}
.backcall > .container .backcall__textwrap__anothertext p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
}
.backcall > .container form {
  width: 520px;
  background: #ffffff;
  padding: 40px 34px;
  margin: auto 0 auto 40px;
  border-radius: 3px;
}
.backcall > .container form h2 {
  font-weight: 600;
}
.backcall > .container form input[type=text] {
  line-height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 3px 0 3px 7px;
}
.backcall > .container form .about-auto {
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  padding: 3px 0 3px 10px;
  min-height: 100px;
  resize: none;
  color: #555;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.backcall > .container form .spisok-detalei {
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  padding: 3px 0 3px 10px;
  min-height: 100px;
  resize: none;
  color: #555;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.backcall:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.howwework {
  padding: 50px 0;
}
.howwework .container > h2 {
  color: #000000;
  font-weight: 600;
}
.howwework__diagramm {
  padding-top: 50px;
}
.howwework__diagramm__item-arrow {
  margin-left: -50px;
  margin-right: -50px;
}
.howwework__diagramm__item-arrow--second {
  width: 100%;
  margin-top: 90px;
}
.howwework__diagramm__item-arrow--first {
  width: 100%;
  margin-top: 10px;
}
.howwework__diagramm__item__circle {
  width: 100px;
  height: 100px;
  border: 7px solid #ccc;
  border-radius: 70px;
  font-size: 50px;
  font-weight: 700;
}
.howwework__diagramm__item__textuniq {
  font-weight: 600;
  font-size: 21px;
  margin-top: 20px;
}
.howwework__diagramm__item__text {
  width: 300px;
  margin-top: 20px;
  text-align: justify;
  text-align-last: center;
}

.whychooseus {
  padding: 40px 0;
  background: url("/media/1344.jpg") 50% bottom;
  background-size: 100%;
  position: relative;
  z-index: 0;
}
.whychooseus .container {
  z-index: 2;
}
.whychooseus .container > h2 {
  color: #ffffff;
  font-weight: 600;
}
.whychooseus__wrap {
  padding-top: 30px;
}
.whychooseus__wrap__half {
  padding-right: 30px;
}
.whychooseus__wrap__half--text .subtitle {
  padding: 10px 0 0;
}
.whychooseus__wrap__half--text .subtitle img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 20px;
}
.whychooseus__wrap__half--text .subtitle p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
}
.whychooseus__wrap__half--text .description {
  padding-left: 50px;
  color: #ffffff;
}

.whychooseus:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

#partners {
  padding: 50px 0;
}
#partners .container > h2 {
  font-weight: 600;
}
#partners .partners-slider {
  padding: 30px 50px 0 50px;
  display: flex;
}
#partners .partners-slider .slick-prev {
  background: url("/assets/img/back_black.svg");
  height: 30px;
  width: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#partners .partners-slider .slick-next {
  background: url("/assets/img/next_black.svg");
  height: 30px;
  width: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#partners .partners-slider .slick-prev:before {
  color: rgba(0, 0, 0, 0);
}
#partners .partners-slider .slick-next:before {
  color: rgba(0, 0, 0, 0);
}
#partners .partners-slider__slide {
  display: inline-block;
  background: #b4b4b4;
  width: 240px !important;
  height: 240px !important;
  margin-right: 30px;
}

.contacts {
  padding: 25px 0;
  position: relative;
}
.contacts__block {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.contacts__block-line {
  width: 100%;
  height: 260px;
  background: black;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.contacts .contacts__info {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contacts .contacts__info-map {
  z-index: 2;
  position: relative;
}
.contacts .contacts__info-map iframe {
  width: 625px;
  border: none;
}
.contacts .contacts__info--contact-list {
  display: flex;
  flex-direction: column;
  z-index: 2;
  color: #FFFFFF;
  font-size: 16px;
}
.contacts .contacts__info--contact-list__text-contact {
  padding: 15px 0;
}
.contacts .contacts__info--contact-list__text-contact img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 20px;
}
.contacts .contacts__info--contact-list__text-contact a {
  color: #04b;
}

#contacts {
  padding: 60px 0;
  background: #000;
  color: #fff;
}
#contacts h3 {
  font-size: 18px;
  margin-top: 20px;
}
#contacts .contacts__info--contact-list__text-contact {
  margin: 10px 0;
}
#contacts img {
  height: 24px;
  margin-right: 10px;
}
#contacts .address_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.questions {
  padding: 75px 0;
  background: url("/media/602.jpg") 50% 65%;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.questions:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.questions__block {
  background: white;
  padding: 20px 35px;
  border-left: 6px solid #131b83;
  justify-content: space-between;
}
.questions__block--text {
  width: 75%;
}
.questions__block--text h2 {
  padding-bottom: 10px;
}
.questions__block--text p {
  line-height: 15px;
}
.questions__block--buttons {
  display: flex;
  padding-left: 10px;
  flex-direction: column;
}
.questions__block--buttons a {
  margin-bottom: 10px;
}
.questions__block--buttons .ask_questions {
  background-color: white;
  color: black;
  border: 2px solid #131b83;
}

.footer {
  background-color: #000000;
  padding: 30px 0;
  font-size: 14px;
}
.footer__privacy, .footer__development {
  text-align: center;
}
.footer__privacy a, .footer__development a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__privacy span, .footer__privacy .footer__development-link, .footer__development span, .footer__development .footer__development-link {
  color: #b4b4b4;
}

#modal, #modal_callback {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3000;
}
#modal .form_wrap, #modal_callback .form_wrap {
  position: relative;
  background: #ffffff;
  padding: 40px 50px;
  border-radius: 3px;
}
#modal .form_wrap .modal_closer, #modal_callback .form_wrap .modal_closer {
  display: flex;
  position: absolute;
  width: 30px;
  justify-content: center;
  align-items: center;
  border: 3px solid #131b83;
  height: 30px;
  background: #fff;
  right: -15px;
  border-radius: 15px;
  top: -15px;
  cursor: pointer;
}
@media (max-width: 567px) {
  #modal .form_wrap .modal_closer, #modal_callback .form_wrap .modal_closer {
    top: 5px;
    right: 5px;
  }
}
#modal .form_wrap .modal_closer div, #modal_callback .form_wrap .modal_closer div {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
#modal .form_wrap .modal_closer div:before, #modal_callback .form_wrap .modal_closer div:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  transform: rotate(-90deg);
}
#modal .form_wrap h2, #modal_callback .form_wrap h2 {
  margin-bottom: 10px;
  font-weight: 600;
}
#modal .form_wrap p, #modal_callback .form_wrap p {
  padding: 0;
  margin-bottom: 20px;
}
#modal .form_wrap form, #modal_callback .form_wrap form {
  width: 420px;
}
#modal .form_wrap form input[type=text], #modal_callback .form_wrap form input[type=text] {
  line-height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 3px 0 3px 7px;
}
#modal .form_wrap form .about-auto, #modal_callback .form_wrap form .about-auto {
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  padding: 3px 0 3px 10px;
  min-height: 100px;
  resize: none;
  color: #555;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#modal .form_wrap form .spisok-detalei, #modal_callback .form_wrap form .spisok-detalei {
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  padding: 3px 0 3px 10px;
  min-height: 160px;
  resize: none;
  color: #555;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#modal .modal_overlay, #modal_callback .modal_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1000;
}

.custom-dropdown-select {
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  display: flex;
  padding-right: 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 25px;
  margin-bottom: 20px;
}
.custom-dropdown-select__caret {
  transform: rotate(90deg);
  height: 12px !important;
  width: 12px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.custom-dropdown-select .current {
  width: 100%;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 10px;
  overflow: hidden;
  margin: 0;
}
.custom-dropdown-select ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  max-height: 0;
  opacity: 0;
  top: 25px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 998;
  background-color: #fff;
  overflow-y: hidden;
  transition: max-height 0.2s ease, opacity 0.1s;
}
.custom-dropdown-select ul li {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #000;
}
.custom-dropdown-select ul li.selected {
  display: none;
}
.custom-dropdown-select ul li:last-child {
  border-bottom: none;
}
.custom-dropdown-select ul.active {
  height: auto;
  min-height: 50px;
  padding: 0;
  max-height: 400px;
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: max-height 0.2s ease, opacity 0.2s;
}
.custom-dropdown-select ul.active li {
  min-height: 40px;
}

@media (max-width: 600px) {
  .autos-mark__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: unset;
  }

  .backcall > .container form {
    margin: 0;
    width: 100%;
  }

  .favorite__item p {
    text-align: center;
  }

  .howwework__diagramm__item__text {
    text-align: center;
  }

  .howwework__diagramm div:nth-of-type(3) {
    margin: 20px 0;
  }

  #contacts .address_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .contacts__info-map {
    display: none;
  }
  .contacts__info--contact-list {
    justify-content: center;
  }

  #modal .form_wrap form, #modal_callback .form_wrap form {
    width: unset;
  }

  .partners-slider {
    padding: 30px 50px 0 50px;
    display: flex;
  }
  .partners-slider .slick-prev {
    left: 0;
  }
  .partners-slider .slick-next {
    right: 0;
  }

  .whychooseus {
    padding: 40px 0;
    background: url("/media/1344.jpg") 50% bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  #contacts .address_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }
}
.breadcrumbs {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.breadcrumbs img {
  display: inline-block;
  width: 20px;
}

.content p {
  text-align: justify;
}

#content {
  min-height: calc(100vh - 200px);
}

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