@charset "UTF-8";
.modal-content {
  border-radius: 0 !important;
}

.modal-content {
  border: none !important;
}

a,
input,
button {
  outline: none;
}

html,
body {
  font-family: "Stolz Light", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  height: 100%;
  max-height: 100%;
  color: #191919;
}

body {
  background-size: cover;
  background-image: url(../images/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center -400px;
}

.header-mobile {
  display: none;
}

.header-nav {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease all 450ms;
  transition: ease all 450ms;
}

.header-nav_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-nav_contacts-item {
  position: relative;
}

.header-nav_contacts-item:nth-of-type(1)::before, .header-nav_contacts-item:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}

.header-nav_contacts-item:nth-of-type(1) {
  margin-right: 15px;
}

.header-nav_contacts-item:nth-of-type(1)::before {
  background-image: url(../images/header-phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-nav_contacts-item:nth-of-type(2)::before {
  background-image: url(../images/header-marker.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header-nav_contacts-item > a,
.header-nav_contacts-item > span {
  color: #0f2762;
  font-family: "Stolz Light", sans-serif;
  font-size: 20px;
  display: table;
  padding-left: 25px;
}

.header-nav_contacts-item > a:hover,
.header-nav_contacts-item > span:hover {
  text-decoration: none;
  color: #0f2762;
}

.header-nav_logo img {
  height: 47px;
}

.header-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav_list > li:hover .header-nav_subnav {
  display: block;
}

.header-nav_list > li:hover > span::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: calc(50% - 12.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 10px 12.5px;
  border-color: transparent transparent #ff0000 transparent;
}

.header-nav_list > li > span {
  display: block;
  padding: 21px 34px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-family: "Stolz Light", sans-serif;
  color: #0f2762;
}

.header-nav_list > li > span::after {
  position: absolute;
  content: '';
  top: calc(50% - 12px);
  right: 5px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #0f2762;
  border-bottom: 1px solid #0f2762;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-nav_list > li.header-nav_logo {
  padding: 0 34px 0 0;
}

.header-nav_subnav {
  display: none;
  margin: 0;
  padding: 35px;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 475px;
  text-transform: none;
  background-color: #002ea4;
  -webkit-column-count: 2;
          column-count: 2;
}

.header-nav_subnav > li > a {
  font-family: "Stolz Light", sans-serif;
  color: white;
  display: table;
  line-height: 1.7em;
}

.show-nav {
  top: 0;
}

.header {
  position: relative;
  height: 500px;
}

.header > .container,
.header > .container > .row {
  height: 100%;
}

.header-logo {
  position: relative;
  margin-bottom: 30px;
}

.header-logo_slogan {
  position: absolute;
  top: 15px;
  left: 266px;
  width: 210px;
  font-size: 50px;
  font-family: "Stolz Book", sans-serif;
  color: #0f2762;
  line-height: 1.1em;
}

.header-col {
  padding-top: 100px;
  height: 100%;
}

.header-right {
  padding-top: 80px;
  color: white;
  font-family: "Stolz Book", sans-serif;
  font-size: 24px;
}

.header-list {
  margin: 0;
  padding: 0 0 0 125px;
  list-style-type: none;
}

.header-list li {
  display: table;
  line-height: 2em;
  position: relative;
  transition: all 250ms ease;
  left: 0;
}

.header-list li:hover {
  left: -20px;
}

.header-list li > a {
  color: white;
  text-decoration: none;
  position: relative;
}

.header-list li::before {
  position: absolute;
  content: '—';
  top: 0;
  left: calc(100% + 15px);
}

.header-custom {
  height: auto;
}

.header-custom .col-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.header-custom .header-nav_subnav {
  z-index: 20;
}

.header-custom .header-nav_list > li.header-nav_button {
  background-color: red;
  border-radius: 50px;
  margin-left: 40px;
  padding: 7px 35px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0 0 25px 0 rgba(255, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(255, 0, 0, 0.15);
  -webkit-transition: ease-in-out all 250ms;
  transition: ease-in-out all 250ms;
}

.header-custom .header-nav_list > li.header-nav_button:hover {
  opacity: 0.7;
}

.header-custom .header-nav_list > li > span {
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}

.header-custom .header-nav_list > li > span:after {
  border-left-color: white;
  border-bottom-color: white;
}

.header-custom .header-contacts_link {
  font-size: 18px;
}

.header-custom .header-contacts_muted {
  font-size: 16px;
}

.header-contacts_muted a {
  color: #a7a7a7;
}

.header-contacts_muted a:hover {
  text-decoration: none;
  color: rgb(0, 46, 164);
}

.header-custom .header-left {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-custom .header-right {
  padding-top: 0;
  font-size: 16px;
}

.header-custom .header-absolute {
  left: 55%;
  bottom: unset;
}

.header-custom .header-logo, .header-custom .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-custom .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-custom .header-logo_slogan {
  position: static;
  font-size: 22px;
  line-height: 1.2;
  width: 90px;
  padding-top: 5px;
  padding-left: 15px;
}

.header-custom .header-logo > img {
  width: 99px;
}

.header-contacts {
  font-family: "Stolz Book", sans-serif;
}

.header-contacts_item {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}

.header-contacts_item:nth-of-type(1)::before, .header-contacts_item:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
}

.header-contacts_item:nth-of-type(1)::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/header-phone.png);
  background-repeat: no-repeat;
}

.header-contacts_item:nth-of-type(2)::before {
  width: 17px;
  height: 23px;
  background-image: url(../images/header-marker.png);
  background-repeat: no-repeat;
}

.header-contacts_link {
  font-size: 20px;
  color: #0f2762;
  position: relative;
}

.header-contacts_link::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -32px;
  height: 1px;
  width: 16px;
  background-color: #a7a7a7;
}

.header-contacts_link:hover {
  color: #0f2762;
  text-decoration: none;
}

.header-contacts_muted {
  font-family: "Stolz Light", sans-serif;
  display: block;
  color: #a7a7a7;
  position: relative;
}

.header-contacts_muted:not(div) {
  display: inline;
  cursor: pointer;
  padding-left: 40px;
  -webkit-transition: ease-in-out all 150ms;
  transition: ease-in-out all 150ms;
}

.header-contacts_muted:not(div):hover::after {
  border-left-color: #002ea4;
  border-bottom-color: #002ea4;
}

.header-contacts_muted:not(div)::after {
  position: absolute;
  content: '';
  right: -15px;
  top: 5px;
  width: 13px;
  height: 13px;
  border-left: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: ease-in-out all 150ms;
  transition: ease-in-out all 150ms;
}

.header-contacts_muted:not(div):hover {
  text-decoration: none;
  color: #002ea4;
}

.header-absolute {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-50deg, #0f2762 0%, #002ea4 100%);
  -webkit-box-shadow: -7.042px 13.244px 65px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -7.042px 13.244px 65px 0px rgba(0, 0, 0, 0.4);
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.section > .container {
  position: relative;
  z-index: 2;
}

.section-description {
  text-indent: 25px;
  font-family: "Stolz Light", sans-serif;
}

.section-heading, .section-heading_reports {
  font-size: 48px;
  position: relative;
  margin-bottom: .75em;
  font-family: "Stolz Book", sans-serif;
  color: #002ea4;
}

.section-heading.white, .white.section-heading_reports {
  color: white;
}

.section-heading.white::before, .white.section-heading_reports::before {
  background-color: white;
}

.section-heading.center, .center.section-heading_reports {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.center::before, .center.section-heading_reports::before {
  left: calc(50% - 35px);
}

.section-heading.main, .main.section-heading_reports {
  margin-bottom: 0;
}

.section-heading.main::before, .main.section-heading_reports::before {
  display: none;
}

.section-heading::before, .section-heading_reports::before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #e5e5e5;
}

.section-car {
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
}

.section-service {
  z-index: 5;
  padding-top: 80px;
}

.section-service_label, .section-service_button {
  width: 50%;
  display: table-cell;
}

.section-service_button:first-child > span:hover {
  background-color: red;
  border-color: red;
}

.section-service_button:last-child {
  text-align: right;
}

.section-service_button:last-child > span {
  background-color: white;
  color: #0f2762;
  border: 2px solid #0f2762;
}

.section-service_button:last-child > span:hover {
  background-color: #0f2762;
  color: white;
}

.section-service_button > span {
  display: inline-block;
  background-color: #0f2762;
  padding: 7px;
  color: white;
  font-size: 16px;
  font-family: "Stolz Light", sans-serif;
  border: 2px solid #0f2762;
  -webkit-transition: ease all 250ms;
  transition: ease all 250ms;
}

.section-service_button:hover {
  text-decoration: none;
  color: #fff;
}

.section-service_label {
  color: #0f2762 !important;
  font-family: "Stolz Light", sans-serif;
}

.section-service_label:last-child {
  text-align: right;
  font-size: 20px !important;
}

.section-service_row {
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  margin-bottom: 10px;
}

.section-service_item {
  margin-bottom: 10px;
  position: relative;
}

.section-service_item.hover .section-service_head {
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 5;
  background-image: url(../images/services/bgr.png);
  background-size: cover;
  background-position: bottom center;
}

.section-service_item.hover .section-service_icon > img {
  -webkit-transform: scale(1.2) translate(-25%, -25%);
          transform: scale(1.2) translate(-25%, -25%);
}

.section-service_item.hover .section-service_body {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.4);
}

.section-service_hover {
  width: 105px;
  max-width: auto;
}

.section-service_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-image: linear-gradient(-50deg, #0f2762 0%, #002ea4 100%);
  color: white;
  cursor: pointer;
}

.section-service_banner .section-service_icon {
  position: relative;
}

.section-service_banner .section-service_icon::after {
  position: absolute;
  content: '';
  top: 8px;
  left: calc(100% - 25px);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #16c716;
}

.section-service_banner .section-service_icon > img {
  display: block;
  border-radius: 50%;
  border: 5px solid white;
}

.section-service_banner .section-service_head-col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-service_body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 25px 25px;
  z-index: 1;
}

.section-service_body-col {
  display: table;
  width: 100%;
}

.section-service_body-col:first-child {
  margin-bottom: 30px;
}

.section-service_body-col:first-child .section-service_label {
  font-size: 16px;
}

.section-service_body-col:first-child .section-service_label > span {
  font-size: 24px;
}

.section-service_head {
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-start;
}

.section-service_head-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-service_head-col:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
}

.section-service_head-col:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 125px);
          flex: 0 0 calc(100% - 125px);
}

.section-service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.section-service_icon > img {
  position: relative;
  -webkit-transition: ease all 450ms;
  transition: ease all 450ms;
}

.section-service_name {
  font-size: 24px;
  font-family: "Stolz Book", sans-serif;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.section-service_desc {
  font-size: 16px;
  font-family: "Stolz Light", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
}

.section-features_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-features_logo::after {
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 101px;
  background-image: url(../images/section-arrow.svg);
}

.section-features_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-features_list > li {
  line-height: 1.2em;
  margin-top: 30px;
}

.section-features_list > li > span {
  font-size: 24px;
  font-family: "Stolz Book", sans-serif;
}

.section-features_list > li > p {
  position: relative;
  font-family: "Stolz Light", sans-serif;
  padding-left: 35px;
  margin-bottom: 0;
}

.section-features_list > li > p::before {
  position: absolute;
  content: '—';
  top: 0;
  left: 15px;
}

.section-testimonials {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-testimonials_slide {
  line-height: 1.5;
}

.section-testimonials_text, .section-testimonials_expand, .section-testimonials_muted {
  font-family: "Stolz Light", sans-serif;
  line-height: 1;
}

.section-testimonials_expand {
  color: #999;
  margin-left: -5px;
}

.section-testimonials_expand:hover i {
  color: #002ea4;
  text-decoration: underline;
  cursor: pointer;
}

.section-testimonials_expand > i {
  color: inherit;
  font-style: normal;
}

.section-testimonials_muted {
  display: none;
}

.section-testimonials_details {
  margin-top: 20px;
}

.section-testimonials_postdate {
  font-size: 14px;
  font-family: "Stolz Light", sans-serif;
}

.section-testimonials_text {
  padding-left: 25px;
}

.section-testimonials_nav {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-testimonials_nav .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.section-testimonials_nav .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}

.section-testimonials_nav .swiper-pagination-bullet-active {
  background-color: #002ea4;
}

.section-testimonials_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.section-testimonials_add {
  margin-right: 40px;
}

.section-testimonials_showall {
  background-color: transparent !important;
  color: #002ea4 !important;
}

.section-testimonials_showall:hover {
  background-color: #002ea4 !important;
  color: white !important;
}

.button, .section-testimonials_add, .section-testimonials_showall {
  padding: 6px 8px;
  background-color: #002ea4;
  color: white;
  font-size: 16px;
  font-family: "Stolz Light", sans-serif;
  border: 2px solid #002ea4;
  outline: none;
  -webkit-transition: ease-in-out all 150ms;
  transition: ease-in-out all 150ms;
}

.button:nth-child(1):hover, .section-testimonials_add:nth-child(1):hover, .section-testimonials_showall:nth-child(1):hover {
  border-color: red;
}

.button:hover, .section-testimonials_add:hover, .section-testimonials_showall:hover {
  text-decoration: none;
  color: white;
  background-color: red;
}

.section-reports {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  z-index: 3;
  height: 100%;
}

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

.section-reports_item {
  background-color: #f5f5f5;
  position: relative;
  width: 20%;
  padding-top: 20%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.section-reports_item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: ease all 250ms;
  transition: ease all 250ms;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.section-reports_item_box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-reports_item_box > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-reports_item_box > a:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.section-reports_item_box > a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: ease all 150ms;
  transition: ease all 150ms;
}

.section-heading_reports {
  position: absolute;
  z-index: 5;
  color: white;
  margin-top: 40px;
  margin-left: 30px;
}

.section-callback_body {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 35px;
}

.section-callback_close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.section-callback_close::before, .section-callback_close::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: white;
}

.section-callback_close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.section-callback_close::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.section-callback_head {
  padding: 15px 50px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0f2762;
  background: linear-gradient(-138deg, #0f2762 0%, #002ea4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f2762",endColorstr="#002ea4",GradientType=1);
}

.section-callback_head-text, .section-callback_head-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  align-items: flex-start;
}

.section-callback_head-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.section-callback_head-title {
  font-size: 24px;
  font-family: "Stolz Book", sans-serif;
}

.section-callback_head-icon,
.section-modal_head-icon {
  position: relative;
}

.section-callback_head-icon::after,
.section-modal_head-icon::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #16c716;
  border-radius: 100%;
  top: 11px;
  left: calc(100% - 22px);
}

.section-callback_head-icon > img,
.section-modal_head-icon > img {
  border-radius: 100%;
  border: 5px solid white;
}

.section-callback_field, .section-callback_button {
  width: 100%;
  padding: 10px 18px;
  font-family: "Stolz Light", sans-serif;
  outline: none;
}

.section-callback_field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  color: #a5a5a5;
  border: 2px solid #e5e5e5;
  background-color: #fff;

  transition: all ease 250ms;
}

.section-callback_field:focus,
.field-focused {
  border-color: #002ea4;
  color: #002ea4;
}

select.section-callback_field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/form-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) calc(50% + 3px);
}

select.section-callback_field.field-focused {
  background-image: none;
}

.section-callback_field[name="section-callback_select"].field-focused:hover {
  cursor: default
}

.section-callback_field[name="section-callback_select"]:hover {
  cursor: pointer;
}

.section-callback_field::-webkit-input-placeholder {
  color: #a5a5a5;
}

.section-callback_field:-ms-input-placeholder {
  color: #a5a5a5;
}

.section-callback_field::-ms-input-placeholder {
  color: #a5a5a5;
}

.section-callback_field::placeholder {
  color: #a5a5a5;
}

.section-callback_row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-callback_button {
  text-align: center;
  border: 2px solid #002ea4;
  background-color: #002ea4;
  color: white;
  -webkit-transition: ease-in-out all 250ms;
  transition: ease-in-out all 250ms;
}

.section-callback_button.close-modal {
  background-color: #cecece;
  border-color: #cecece;
  color: #333;
}

.section-callback_button.close-modal:hover {
  background-color: #002ea4;
  border-color: #002ea4;
  color: #fff
}

.section-callback_button:last-child {
  flex: 0 0 calc(50% - 15px);
  margin-left: 15px;
}

.section-callback_button[type="submit"] {
  margin-left: 0;
}

.section-callback_modal-bottom {
  display: flex;
}

.section-callback_button:hover {
  background-color: red;
  border-color: red;
  text-decoration: none;
}

.section-callback_privacy {
  text-align: center;
  font-family: "Stolz Light", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #9f9f9f;
}

.section-callback_privacy > a {
  color: #002ea4;
}

img {
  max-width: 100%;
}

.footer {
  position: relative;
  height: 400px;
}

.footer-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
}

.footer-contacts {
  padding-top: 50px;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
  padding-bottom: 50px;
}

.footer-contacts_desc {
  font-family: "Stolz Light", sans-serif;
  color: #b7b7b7;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 19px;
}

.footer-contacts_desc a {
  color: #b7b7b7 !important;
  text-decoration: none;
}

.footer-contacts_info {
  position: relative;
}

.footer-contacts_info:nth-of-type(1)::before, .footer-contacts_info:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
}

.footer-contacts_info:nth-of-type(1)::before {
  width: 20px;
  height: 20px;
  background-image: url(../images/footer-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-contacts_info:nth-of-type(2)::before {
  width: 17px;
  height: 23px;
  background-image: url(../images/footer-map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-contacts_info > a,
.footer-contacts_info > span a {
  color: white !important;
  font-size: 20px;
  font-family: "Stolz Book", sans-serif;
  line-height: 1.6em;
  padding-left: 28px;
}

.footer-contacts_button {
  display: inline-block;
  padding: 10px;
  border: 2px solid white;
  font-size: 16px;
  font-family: "Stolz Book", sans-serif;
  -webkit-transition: ease all 250ms;
  transition: ease all 250ms;
}

.footer-contacts_button:nth-child(1):hover {
  opacity: 0.8;
}

.footer-contacts_button:not(a):hover {
  background-color: white;
  color: #482176;
}

.footer-contacts_button:hover {
  text-decoration: none;
  cursor: pointer;
}

.footer-contacts_button:not(:last-child) {
  margin-right: 25px;
  background-color: white;
  color: #482176;
}

.footer-contacts_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-contacts_col:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding-right: 15px;
}

.footer-contacts_col:nth-of-type(2) {
  padding-left: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
  max-width: 67%;
}

.footer-contacts_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}

.footer-contacts_links:first-child {
  margin-right: 75px;
}

.footer-contacts_links > a {
  display: table;
  font-family: "Stolz Light", sans-serif;
  color: #c8c8c8 !important;
  line-height: 1.2em;
}

.footer::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.footer-map {
  background-color: #fff;
}

.footer-map_overlay {
  position: absolute;
  top: 40px;
  left: 35px;
  bottom: 40px;
}

.footer-map_heading {
  line-height: 1;
  font-size: 30px;
  font-family: "Stolz Book", sans-serif;
}

.footer-map_inner {
  height: 400px;
  background-image: url(../images/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-map_toggle {
  margin-top: 30px;
}

.footer-map_button {
  display: inline-block;
  background: #502070;
  background: linear-gradient(45deg, #502070 0%, #921446 100%);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Stolz Light", sans-serif;
  -webkit-transition: ease-in-out all 250ms;
  transition: ease-in-out all 250ms;
}

.footer-map_button:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.footer-map_button:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 30px;
}

.section-main_brands-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-main_brands-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666666%;
          flex: 0 0 16.666666%;
}

.section-main_brands-name {
  font-family: "Roboto Regular", sans-serif;
  line-height: 1.2;
}

.section-main_brands-name:last-child {
  margin-bottom: 15px;
}

.section-main_head {
  margin-top: 30px;
  font-family: "Roboto Regular", sans-serif;
}

.section-main_test-button {
  display: table;
  border-radius: 25px;
  background-color: red;
  color: white;
  padding: 2px 15px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: ease all 250ms;
  transition: ease all 250ms;
}

.section-main_test-button::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #de2127 transparent transparent;
}

.section-main_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-main_price-button {
  display: table;
  border: 2px solid #ff0000;
  color: #ff0000;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: ease all 250ms;
  transition: ease all 250ms;
}

.section-main_price-button:hover {
  background-color: #ff0000;
  color: white;
}

.section-main_tabs.nav {
  display: table;
}

.section-main_tabs.nav-tabs {
  border: 2px solid #cfcfcf;
}

.section-main_tabs.nav-tabs .nav-item {
  display: table-cell;
}

.section-main_tabs.nav-tabs .nav-link {
  color: #2f2e2d;
  padding: 5px 15px;
  border: none;
}

.section-main_tabs.nav-tabs .nav-link.active {
  background-color: #f1f1f1;
}

.section-main_tabs-item:not(:last-child) {
  border-right: 2px solid #cfcfcf;
}

.section-main_tabs-item.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-main_tab-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-main_tab-brands {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-main_image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-main_content {
  font-size: 16px;
  line-height: 1.3em;
}

.section-main_content > p {
  text-indent: 20px;
}

.section-breadcrumbs {
  margin: 0 0 25px;
  padding: 0;
  list-style-type: none;
}

.section-breadcrumbs > li {
  display: inline-block;
  position: relative;
}

.section-breadcrumbs > li:not(:last-child) {
  padding-right: 17px;
}

.section-breadcrumbs > li:not(:last-child)::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.section-breadcrumbs > li > a,
.section-breadcrumbs > li > span {
  color: #989898;
  font-size: 14px;
  font-family: "Stolz Light", sans-serif;
}

.section-desc {
  padding-top: 40px;
  -webkit-box-shadow: inset 0 50px 80px -82px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 50px 80px -82px rgba(0, 0, 0, 0.4);
}

.section-desc p {
  font-size: 16px;
  line-height: 1.3em;
}

.section-desc_text p {
  text-indent: 20px;
}

.section-desc_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-desc_list > li {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.section-desc_list > li::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #ff0000;
}

.section-heading-medium {
  text-align: center;
  font-size: 34px;
  font-family: "Stolz Book", sans-serif;
  margin-bottom: 1em;
}

.section-callback_list {
  margin: 25px 0 0;
  padding: 0;
  list-style-type: none;
}

.section-callback_list > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-callback_list > li:nth-of-type(1)::before {
  background-image: url(../images/callback-icon-fire.png);
  width: 20px;
  height: 25px;
}

.section-callback_list > li:nth-of-type(2)::before {
  background-image: url(../images/callback-icon-message.png);
  width: 23px;
  height: 23px;
}

.section-callback_list > li:nth-of-type(3)::before {
  background-image: url(../images/callback-icon-money.png);
  width: 25px;
  height: 23px;
}

.section-callback_list > li::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-callback_right {
  padding-left: 25px;
}

.section-callback_message {
  margin-top: 30px;
  background-image: linear-gradient(100deg, #002ea4 0%, #0f2762 100%);
  -webkit-box-shadow: -7.042px 13.244px 65px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -7.042px 13.244px 65px 0px rgba(0, 0, 0, 0.4);
  padding: 40px 35px;
  color: white;
  border-radius: 40px;
  position: relative;
  width: 95%;
}

.section-callback_message::before {
  position: absolute;
  content: '';
  bottom: 1px;
  left: -6px;
  width: 30px;
  height: 50px;
  background-image: url(../images/message-corner.png);
}

.section-callback_message-logo {
  position: absolute;
  bottom: 0;
  left: -85px;
}

.section-callback_message-title b {
  font-family: "Stolz Book", sans-serif;
  font-weight: normal;
}

.section-how {
  padding-top: 70px;
  padding-bottom: 70px;
  color: white;
}

.section-how p {
  font-size: 16px;
  line-height: 1.2em;
  text-indent: 20px;
}

.section-how_inner {
  margin-top: 80px;
}

.section-how_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

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

.section-how_col:nth-of-type(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-how_col:nth-of-type(2) {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 10%;
  line-height: 1;
}

.modal-services .modal-dialog {
  max-width: 1220px;
}

.head-svc {
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}

.body-svc {
  padding-left: 30px;
  padding-right: 30px;
}

.section-modal_head-text {
  position: relative;
  padding-left: 115px;
}

.section-modal_head-text > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.service-head {
  background-color: #0f2762;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  color: #fff;
}

.service-body {
  padding: 15px 30px 30px;
  background-color: #fff;
}

.service-heading {
  display: flex;
  align-items: center;
}

.service-heading_inner {
  padding-left: 30px;
}

.service-icon {
  width: 80px;
}

.service-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-images .item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  padding-bottom: 25%;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 30px;
}

.service-info_desc {
  line-height: 1.4;
  flex: 0 0 60%;
  max-width: 60%;
}

.service-info_desc p {
  text-indent: 15px;
  line-height: 1.2;
}

.service-info_photo {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-info_image {
  width: 80%;
}

.service-info_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.service-info_list li {
  padding-left: 30px;
  position: relative;
}

.service-info_list li::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 9px;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.service-best_title {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 24px;
  font-family: "Stolz Book", sans-serif;
}

.service-best_title img {
  position: relative;
  top: -5px;
  margin-right: 8px;
}

.service-info_title {
  font-size: 22px;
  font-family: "Stolz Book", sans-serif;
  margin-bottom: 1em;
}


.middle-img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.service-best_list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service-info_desc .service-best_list li {
  flex: 0 0 100%;
  max-width: 100%;
}

.service-best_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 35px;
  padding-right: 15px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.2;
}

.service-best_list li::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 22px;
  height: 16px;
  background-image: url(../images/galochka.svg);
  background-repeat: no-repeat;
}

.service-best_items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.service-best_items li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 30px;
}

.service-best_inner {
  display: flex;
  align-items: center;
}

.service-best_desc {
  padding-left: 15px;
  line-height: 1.2;
  font-family: "Stolz Book", sans-serif;
}

/* .service-best_icon {
  flex: 0 0 130px;
  max-width: 130px;
} */

.service-bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-right: 150px;
  position: relative;
}

.service-bottom span {
  padding-left: 20px;
  padding-right: 20px;
  color: #888;
}

.service-call,
.service-close {
  padding: 13px 18px;
}

.service-name {
  font-size: 24px;
  font-family: "Stolz Book";
}

.service-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c0c0c0;
  color: #333;
  transition: ease all 250ms;
}

.service-close:hover {
  color: #333;
  text-decoration: none;
  background-color: #002ea4;
  color: #fff;
}

.service-call {
  background-color: #002ea4;
  color: #fff;
  transition: ease all 250ms;
}

.service-call:hover {
  color: #fff;
  text-decoration: none;
  background-color: red;
}

.service-contacts div {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}

.service-contacts div a,
.service-contacts div span {
  display: inline-block;
}

.service-contacts div a {
  color: #0f2762;
}

.service-contacts div span > a {
  color: #888
}


.service-contacts div a:hover {
  color: #0f2762;
  text-decoration: none;
}

.service-contacts div:nth-of-type(1)::before,
.service-contacts div:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}

.service-contacts span {
  padding-left: 40px;
  padding-right: 0;
  position: relative;
}

.service-contacts span::before {
  position: absolute;
  content: '—';
  top: 0;
  left: 12px;
}

.service-contacts div:nth-of-type(1)::before {
  background-image: url(../images/header-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service-contacts div:nth-of-type(2)::before {
  background-image: url(../images/header-marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-contacts {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.mobile-contacts a {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.mobile-contacts a img {
  width: 12px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.copyright-block {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright-item {
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
}

.copyright-item:hover,
.copyright-light-full:hover {
  color: #fff;
  text-decoration: none;
}

.copyright-inner-text {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  line-height: 16px;
  font-size: 11px;
  position: relative;
  bottom: -4px;
  text-transform: lowercase;
}

.copyright-en {
  fill: #fff;
}
.copyright-id, .copyright-en {
  fill-rule: evenodd;
}
.copyright-id {
  fill: url(#linear-gradient-1);
}

.copyright-dark .copyright-en {
  fill: #000;
}

.copyright-dark,
.copyright-dark-full {
  color: #000;
}

.copyright-dark-full .copyright-en {
  fill: #000;
}

.copyright-dark-full .copyright-id {
  fill: #000;
}

.copyright-light-full .copyright-id {
  fill: #fff;
}

.copyright-dark:hover,
.copyright-dark-full:hover {
  color: #000;
  text-decoration: none;
}

.swal-title{
  font-size: 18px !important;
}
.swal-button:focus{
  box-shadow:none !important;
}
.swal-button{
  background-color: #002ea4 !important;
  transition:all 0.2s 0s linear;
  border-radius: 0 !important;
}
.swal-button:hover{
  opacity: 0.8;
}
.swal-footer{
  text-align: center !important;
}

.whatsapp-open {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 10001;
  background-color: #fff;
  border-radius: 50%;
}

.whatsapp-open img {
  max-width: 100%;
}