@charset "UTF-8";
* {
  font-family: "Exo 2", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  width: 95%;
}

.btn-link {
  color: #e3000e;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline;
  color: #e3000e;
}

.btn {
  background: #38c674;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 0 20px 0;
  transition: padding 0.3s ease;
  z-index: 100;
}
header.active {
  padding: 5px 0 5px 0;
  /*box-shadow: 0 -4px 5px 2px rgb(0 0 0 / 27%);*/
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}
header #logo img {
  height: 55px;
}
header #logo span {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
}
header nav {
  margin: 0 20px;
  column-gap: 20px;
}
header nav a {
  color: #222222;
  padding: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
header nav a:hover {
  color: #e3000e;
}
header > div a {
  text-decoration: none;
  color: #000;
}
header > div a:hover {
  color: #999999;
}
header > div a:last-of-type {
  margin-right: 0;
}
header > div > div {
  column-gap: 20px;
}
header .phone {
  font-weight: 800;
  white-space: nowrap;
}
header .sidenav {
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .showModal {
  border-radius: 4px;
  padding: 5px 10px;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e3000e !important;
}

#nav-icon3 {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #1c1c1c;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

section {
  padding: 80px 0;
}

h1, h2, h3 {
  font-weight: 800;
}

.swiper-button-next, .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-color: #e3000e;
  border-radius: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: white;
  font-size: 25px !important;
}

#main_slider {
  background: #e3000e;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}
#main_slider img {
  width: 100%;
}

#news .news-item {
  text-decoration: none;
  color: #000;
}
#news .news-item img {
  max-width: 255px;
  border-radius: 5px;
}

.news-title {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.news-title .news-item {
  color: #000;
  text-decoration: none;
}
.news-title .news-item > img {
  width: 100%;
  border-radius: 5px;
}

.contactUs {
  background-image: url("/assets/img/contactus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: unset;
}
.contactUs::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #00000088;
  z-index: 0;
}
.contactUs .container {
  position: relative;
  z-index: 2;
}
.contactUs-text {
  height: 100%;
}
.contactUs-text > div:first-of-type {
  margin-bottom: 40px;
}
.contactUs-text > div:first-of-type h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 25px;
}
.contactUs-text > div:first-of-type p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0;
}
.contactUs-text--favs > div {
  column-gap: 15px;
  margin-bottom: 20px;
  min-height: 50px;
}
.contactUs-text--favs > div:last-of-type {
  margin-bottom: 0;
}
.contactUs-text--favs > div div {
  height: 50px;
  width: 50px;
  position: absolute;
}
.contactUs-text--favs > div div img {
  width: 100%;
}
.contactUs-text--favs > div p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0 60px;
}
.contactUs-form {
  max-width: 425px;
  padding: 45px 35px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
.contactUs-form form div {
  width: 100%;
  margin-bottom: 20px;
}
.contactUs-form form div:last-of-type {
  margin-bottom: 0;
}
.contactUs-form form div input {
  padding: 10px 10px;
}
.contactUs-form form div p {
  font-size: 12px;
  margin-bottom: 0;
}
.contactUs-form form div:last-of-type {
  margin-bottom: 5px;
}
.contactUs-form form div .request {
  font-size: 18px;
  font-weight: 700;
}
.contactUs-form--submit input {
  width: 100%;
}
.contactUs-form--policy input {
  display: none;
}
.contactUs-form--policy label p {
  margin-left: 10px;
}
.contactUs-form--policy label p a {
  color: #000;
  text-decoration: underline !important;
}
.contactUs-form--policy span {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 3px;
}
.contactUs-form--policy [type=checkbox]:checked + span {
  background-color: #000;
}
.contactUs-form--policy [type=checkbox]:checked + span::before {
  /* <-- ставим иконку, когда чекбокс включен  */
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  border: 0;
  background-image: url(/assets/img/checkbox.svg);
  /* font-size: 13px; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.takeUs {
  background-color: #2E3034;
}
.takeUs-head {
  margin-bottom: 50px;
}
.takeUs-head h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
  color: #fff;
}
.takeUs-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.takeUs-text--favs div {
  column-gap: 15px;
  margin-bottom: 20px;
  min-height: 50px;
}
.takeUs-text--favs div:last-of-type {
  margin-bottom: 0;
}
.takeUs-text--favs div div {
  height: 50px;
  width: 50px;
  position: absolute;
}
.takeUs-text--favs div div img {
  width: 100%;
}
.takeUs-text--favs div p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0 60px;
}
.takeUs-form {
  max-width: 425px;
  padding: 45px 35px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
.takeUs-form form div {
  width: 100%;
  margin-bottom: 20px;
}
.takeUs-form form div:last-of-type {
  margin-bottom: 0;
}
.takeUs-form form div input {
  padding: 10px 10px;
}
.takeUs-form form div p {
  font-size: 12px;
  margin-bottom: 0;
}
.takeUs-form form div:last-of-type {
  margin-bottom: 5px;
}
.takeUs-form form div .request {
  font-size: 18px;
  font-weight: 700;
}
.takeUs-form--submit input {
  width: 100%;
}
.takeUs-form--policy input {
  display: none;
}
.takeUs-form--policy label p {
  margin-left: 10px;
}
.takeUs-form--policy label p a {
  color: #000;
  text-decoration: underline !important;
}
.takeUs-form--policy span {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 3px;
}
.takeUs-form--policy [type=checkbox]:checked + span {
  background-color: #000;
}
.takeUs-form--policy [type=checkbox]:checked + span::before {
  /* <-- ставим иконку, когда чекбокс включен  */
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  border: 0;
  background-image: url(/assets/img/checkbox.svg);
  /* font-size: 13px; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

footer {
  background: #262636;
  padding-top: 80px;
  padding-bottom: 20px;
}
footer .FooterTop {
  margin-bottom: 20px;
}
footer .FooterTop img {
  height: 60px;
}
footer .FooterTop h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
  color: #fff;
}
footer .FooterTop-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  text-decoration: none;
}
footer .FooterTop .btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
}
footer .FooterBottom p, footer .FooterBottom a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
}
footer .FooterBottom > a {
  text-decoration: none;
}
footer .ambity {
  color: #ff4a40;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: none;
  }
}
.ion-ios-navicon {
  width: 30px;
  height: 22px;
  position: relative;
}

.ion-ios-navicon:after, .ion-ios-navicon:before {
  top: 10px;
  transition: transform 0.2s ease-in;
}

.ion-ios-navicon:after, .ion-ios-navicon:before, .ion-ios-navicon > span {
  width: inherit;
  height: 2px;
  position: absolute;
  background: #1c1c1c;
}

.ion-ios-navicon > span {
  transition-delay: 0s;
}

.ion-ios-naviconTop {
  top: 0;
}

.ion-ios-naviconBottom {
  bottom: 0;
}

.ion-ios-navicon:after {
  opacity: 0;
}

.ion-ios-navicon.activeSideBar:after, .ion-ios-navicon.activeSideBar:before {
  transition: all 0.2s ease-in;
}

.ion-ios-navicon.activeSideBar > span {
  opacity: 0;
  transition-delay: 0.2s;
}

.ion-ios-navicon.activeSideBar:after {
  transform: rotate(45deg);
  opacity: 1;
}

.ion-ios-navicon.activeSideBar:before {
  transform: rotate(-45deg);
}

.sidebar {
  opacity: 0;
  pointer-events: none;
}
.sidebar .sidebar-content,
.sidebar .sidebar-overlay {
  opacity: 0;
  position: fixed;
}
.sidebar .showModal {
  margin-bottom: 0 !important;
  margin-right: 10px;
  border-radius: 0;
  padding: 15px 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.sidebar .sidebar-close {
  width: 30px;
  height: 22px;
  z-index: 5;
  color: white;
  cursor: pointer;
  position: relative;
}
.sidebar .sidebar-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: white;
  border-radius: 1px;
  opacity: 1;
  right: 0;
  top: 12px;
  transform: rotate(45deg);
}
.sidebar .sidebar-close span:first-of-type {
  transform: rotate(-45deg);
}
.sidebar .sidebar-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}
.sidebar .sidebar-content {
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 10px;
  bottom: auto;
  color: #fff;
  z-index: 200;
  background: transparent;
  opacity: 0;
  display: block;
}
.sidebar .sidebar-content #logoSideNav {
  text-decoration: none;
  padding: 5px;
  margin: 0;
}
.sidebar .sidebar-content #logoSideNav img {
  height: 70px;
}
.sidebar .sidebar-content #logoSideNav span {
  color: #e3000e;
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  margin-left: 5px;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-block a {
  margin-bottom: 70px;
  text-decoration: none;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-block:first-of-type a {
  margin-bottom: 30px;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-contacts .social-icons {
  margin-top: 30%;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 40px 40px;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-contacts .social-icons a {
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 10px;
  background: #e3000e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-contacts .social-icons a:last-of-type {
  margin-right: 0;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-contacts .social-icons a:hover {
  background: #795548;
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-contacts .social-icons img {
  max-width: 100%;
  filter: invert(100);
}
.sidebar .sidebar-content .sidebar-content_links nav div .sidebar-content_links-contacts a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar .sidebar-content a {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: inherit;
  margin-bottom: 20px;
}
.sidebar .sidebar-content a.sidenavBtn {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #1C1C1C;
  position: relative;
  margin-bottom: 0;
}
.sidebar .sidebar-content a.sidenavBtn:after {
  position: absolute;
  content: "";
  background: #1c1c1c;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.sidebar.active {
  opacity: 1;
  pointer-events: auto;
}
.sidebar.active .sidebar-content {
  transform: translateY(0);
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
}
.sidebar.active .sidebar-overlay {
  background: #000;
  display: block;
}

#mainBlock {
  background: url(/assets/img/mainblock.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 550px;
  height: 75vh;
  margin: 93px 0 0 0;
  position: relative;
  padding: 0;
  z-index: 0;
}
#mainBlock::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  z-index: 1;
}
#mainBlock > div {
  z-index: 2;
}
#mainBlock > div h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
  color: #fff;
}
#mainBlock > div p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 50px;
  color: #fff;
}
#mainBlock > div form input[type=text] {
  height: 48px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 15px;
  min-width: 250px;
  border: 0;
  outline: none;
}
#mainBlock > div form input[type=text]::placeholder {
  color: #C4C4C4;
}
#mainBlock > div form input[type=submit] {
  height: 48px;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  padding: 15px 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.modalZayavka-wrapper, .modalAnswer-wrapper {
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  background: #00000077;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 100;
}
.modalZayavka-wrapper .modalZayavka, .modalZayavka-wrapper .modalAnswer, .modalAnswer-wrapper .modalZayavka, .modalAnswer-wrapper .modalAnswer {
  cursor: auto;
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.modalZayavka-wrapper .modalZayavka-policy, .modalZayavka-wrapper .modalAnswer-policy, .modalAnswer-wrapper .modalZayavka-policy, .modalAnswer-wrapper .modalAnswer-policy {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #999;
}
.modalZayavka-wrapper .modalZayavka-policy a, .modalZayavka-wrapper .modalAnswer-policy a, .modalAnswer-wrapper .modalZayavka-policy a, .modalAnswer-wrapper .modalAnswer-policy a {
  color: #999 !important;
}
.modalZayavka-wrapper .modalZayavka-closer, .modalZayavka-wrapper .modalAnswer-closer, .modalAnswer-wrapper .modalZayavka-closer, .modalAnswer-wrapper .modalAnswer-closer {
  position: absolute;
  top: -15px;
  cursor: pointer;
  right: -15px;
  background-color: #38c674;
  border-radius: 100%;
  padding: 5px;
}
.modalZayavka-wrapper .modalZayavka-closer div, .modalZayavka-wrapper .modalAnswer-closer div, .modalAnswer-wrapper .modalZayavka-closer div, .modalAnswer-wrapper .modalAnswer-closer div {
  width: 20px;
  height: 20px;
  position: relative;
}
.modalZayavka-wrapper .modalZayavka-closer div span, .modalZayavka-wrapper .modalAnswer-closer div span, .modalAnswer-wrapper .modalZayavka-closer div span, .modalAnswer-wrapper .modalAnswer-closer div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 9px;
}
.modalZayavka-wrapper .modalZayavka-closer div span:nth-child(1), .modalZayavka-wrapper .modalAnswer-closer div span:nth-child(1), .modalAnswer-wrapper .modalZayavka-closer div span:nth-child(1), .modalAnswer-wrapper .modalAnswer-closer div span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modalZayavka-wrapper .modalZayavka-closer div span:nth-child(2), .modalZayavka-wrapper .modalAnswer-closer div span:nth-child(2), .modalAnswer-wrapper .modalZayavka-closer div span:nth-child(2), .modalAnswer-wrapper .modalAnswer-closer div span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modalZayavka-wrapper .modalZayavka form, .modalZayavka-wrapper .modalAnswer form, .modalAnswer-wrapper .modalZayavka form, .modalAnswer-wrapper .modalAnswer form {
  width: 100%;
  height: 100%;
}
.modalZayavka-wrapper .modalZayavka form button[type=submit], .modalZayavka-wrapper .modalAnswer form button[type=submit], .modalAnswer-wrapper .modalZayavka form button[type=submit], .modalAnswer-wrapper .modalAnswer form button[type=submit] {
  width: 100%;
}

.modalZayavka-wrapper.hide, .modalAnswer-wrapper.hide {
  opacity: 0;
  pointer-events: none;
}

.modalAnswer-message-true p:first-of-type, .modalAnswer-message-false p:first-of-type, .modalZayavka-message-true p:first-of-type, .modalZayavka-message-false p:first-of-type {
  color: #000;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.modalAnswer-message-true p:last-of-type, .modalAnswer-message-false p:last-of-type, .modalZayavka-message-true p:last-of-type, .modalZayavka-message-false p:last-of-type {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.typed {
  padding: 25px 0;
  background: #eee;
}
.typed .content_header {
  margin-bottom: 20px;
  margin-top: 75px;
}
.typed .content_header .container {
  margin-bottom: 20px;
}
.typed .content_header .container .breadcrumbs a {
  color: #00000077;
  text-decoration: none;
}
.typed .content_header .container .breadcrumbs img {
  width: 10px;
  margin: 0 5px 1px;
}
.typed h1 {
  margin-top: 15px;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
}
.typed h5 {
  font-weight: 400;
}

.swiper-container-initialized {
  z-index: 0;
}

section.typed {
  padding-bottom: 0;
}

.sales {
  position: relative;
  padding: 0 50px;
  overflow-x: hidden;
}
.sales .swiper-button-next:after, .sales .swiper-button-prev:after {
  color: white;
}
.sales .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  margin-left: 10px;
}
.sales .swiper-slide img {
  width: 100%;
}
.sales .swiper-slide:first-of-type {
  margin-left: -50px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 10px;
}
.services-grid-el {
  z-index: 0;
  position: relative;
  height: 100%;
  padding: 10px;
  padding-top: 48px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #212529;
}
.services-grid-el h3 {
  text-align: center;
  font-size: 18px;
  color: #212529;
}
.services-grid-el_price {
  font-weight: bold;
}
.services-grid-el .btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background-color: #fff;
  color: #e3000e;
}
.services-grid-el:before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  background: #eee;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
  content: "";
}
.services-grid-el:hover {
  color: #fff;
  transition: all 0.3s ease;
}
.services-grid-el:hover h3 {
  color: #fff;
}
.services-grid-el:hover .btn {
  opacity: 1;
  pointer-events: auto;
}
.services-grid-el:hover:before {
  background-color: #e3000e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-image-block {
  position: relative;
}
.content-image-block img {
  width: 100%;
}
.content-image-block_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  padding: 3rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.content-image-block_text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.content-image-block_text h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 300;
}
.content-image-block_text div {
  display: flex;
}
.content-image-block_text div a:first-of-type {
  margin-right: 10px;
}
.content-image-block_text div a:last-of-type {
  background-color: white;
  color: #e3000e;
}

.actionsTitleEl img {
  width: 100%;
}

.contact_social {
  margin-bottom: 20px;
}
.contact_social p {
  margin: 0;
}
.contact_social > div > div {
  margin-bottom: 1rem;
}
.contact_social > div > div a {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 500;
}
.contact_social .social-icons {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 40px 40px;
}
.contact_social .social-icons a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding: 10px;
  background: #e3000e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contact_social .social-icons a:hover {
  background: #795548;
}
.contact_social .social-icons img {
  max-width: 100%;
  filter: invert(100);
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.contact .contactCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 0 0 0;
  width: 40%;
  min-width: 350px;
}
.contact .contactCard p {
  margin-top: 1rem;
  font-weight: 500;
}
.contact .contactCard-address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact .contactCard-address a {
  margin-top: 1rem;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 500;
}

.answer {
  display: flex;
  justify-content: center;
}
.answer h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
.answer .accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-bottom: 0px;
  transition: 0.4s;
}
.answer .accordion img {
  transform: rotate(-90deg);
  width: 20px;
}
.answer .accordion.active {
  background-color: #eee;
  border: 1px solid #D9D9D9;
}
.answer .accordion.active img {
  transform: rotate(90deg);
}
.answer .accordion:hover {
  background-color: #eee;
}
.answer .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border: solid 1px #D9D9D9;
  border-top: 0;
  border-bottom: 0;
  transition: max-height 0.2s ease-out;
}
.answer .panel:last-of-type {
  border-bottom: 1px solid #D9D9D9;
}

.check_price {
  padding: 150px 0;
}
.check_price .check_price_all {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EFF2F3;
}
.check_price .check_price_all .txt {
  margin-bottom: 30px;
}
.check_price .check_price_all .txt h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 20px;
  text-align: center;
}
.check_price .check_price_all .txt p {
  margin: 0;
}
.check_price .check_price_all .check_price_text_input_info {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.check_price .check_price_all .check_price_text_input_info input.num {
  margin-right: 20px;
  border-radius: 4px;
  outline: none;
  padding: 15px;
  border: 0;
}
.check_price .check_price_all .check_price_text_input_info input.num::placeholder {
  color: #C4C4C4;
}
.check_price .check_price_all .check_price_text_input_info button.showModal {
  height: 48px;
  line-height: 36px;
  padding: 5px 20px;
  background: #E3000F;
  color: #ffffff;
  border-radius: 4px;
}
.check_price .check_price_all .ellipse_price {
  display: flex;
  align-items: flex-start;
}
.check_price .check_price_all .ellipse_price .podpisi {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.check_price .check_price_all .ellipse_price .podpisi .circle {
  height: 125px;
  width: 125px;
  border-radius: 100px;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 48px;
  color: #000000;
}
.check_price .check_price_all .ellipse_price .podpisi .text_podpisi {
  text-align: center;
  padding-top: 12px;
}
.check_price .check_price_all .ellipse_price .podpisi p {
  display: flex;
  justify-content: center;
}
.check_price .check_price_all .ellipse_price .poloska {
  width: 109px;
  height: 1px;
  background-color: #D9D9D9;
  margin-top: 62.5px;
}

.qna h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 49px;
}
.qna-block {
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 0;
  margin: 0;
  cursor: pointer;
}
.qna-block-first {
  border-top: 1px solid #D9D9D9;
}
.qna-block h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  width: 95%;
}
.qna-block-desc {
  margin: 0;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  overflow: hidden;
}
.qna-block-desc p, .qna-block-desc span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  color: #000000;
  margin-bottom: 0;
}
.qna-block-desc li {
  color: #38c674;
  margin-top: 20px;
  content: "⬤";
}
.qna-block-desc ul {
  margin-bottom: 0;
}

.qna-block-desc.active {
  opacity: 1;
  max-height: max-content;
  overflow: hidden;
  transition: all 0.5s ease;
}

.qna-section {
  background: #FAF7F7;
}

.ans-btn {
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: opacity ease 0.5s;
  margin-left: 10px;
}

.ans-btn::before,
.ans-btn::after {
  content: "";
  position: absolute;
  top: 12px;
  display: block;
  width: 28px;
  height: 4px;
  background: #38c674;
  transition: all 0.3s ease;
}

.ans-btn::before {
  transform: rotate(0deg);
}

.ans-btn::after {
  transform: rotate(90deg);
}

.ans-btn.active::before {
  transform: rotate(45deg);
}

.ans-btn.active::after {
  transform: rotate(135deg);
}

#whoNeedPassport h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 40px;
  color: #000000;
}
#whoNeedPassport .card-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-template-rows: repeat(auto-fit, 1fr);
  gap: 40px 40px;
}
#whoNeedPassport .card-section .n-card {
  position: relative;
  /*min-width: 347px;*/
  min-height: 241px;
  background-size: cover;
  padding: 57px 20px 19px;
  cursor: pointer;
  overflow: hidden;
}
#whoNeedPassport .card-section .n-card-name {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
  top: 185px;
  left: 20px;
  right: 20px;
  transition: all 0.3s ease;
  z-index: 3;
}
#whoNeedPassport .card-section .n-card-desc {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  top: 187px;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 3;
}
#whoNeedPassport .card-section .n-card-shadow {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 2;
}
#whoNeedPassport .card-section .n-card:hover {
  /*.n-card-name{
    top: 57px;
  }*/
}
#whoNeedPassport .card-section .n-card:hover .n-card-desc {
  transition: opacity 0.3s ease 0.3s;
  opacity: 1;
}
#whoNeedPassport .card-section .n-card:hover .n-card-shadow {
  background: rgba(0, 0, 0, 0.8);
}

.who-quest {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin: 70px 0 10px;
}

.who-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.who-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 16px 20px;
  background: #38c674;
  border-radius: 4px;
  border: none;
  transition: all 0.15s ease;
}

.who-btn:hover {
  color: #000000;
}

/*@media (min-width: 1280px) {
  .card-section{
    grid-template-columns: repeat(auto-fill,minmax(347px,1fr)) !important;
  }
}*/
.info {
  background: #EEEEEE;
}
.info-head {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 60px;
}
.info-stat {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
.info-stat-num {
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  text-transform: uppercase;
  color: #38c674;
  margin-bottom: 10px;
}
.info-stat-text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.info-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 4%;
}
.info-section-block {
  background: #FFFFFF;
  /*min-width: 290px;
  min-height: 303px;*/
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: calc((100% - 100px) / 3);*/
}
.info-section-block-name {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.info-section-block-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.info-section-block img {
  width: 200px;
  display: block;
  margin: 0 0 20px 0;
}

@media (max-width: 1200px) {
  .info-section-block img {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 720px) {
  .info-section-block img {
    height: 100px;
    width: 100px;
  }

  .info-section-block-name {
    font-size: 14px;
    line-height: 18px;
  }

  .info-section-block-desc {
    font-size: 12px;
    line-height: 16px;
  }
}
.clients-text {
  margin-bottom: 50px;
}
.clients-text h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 5px;
  text-align: left;
  color: #000;
}
.clients-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  color: #000;
}

.clients-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 7rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.clients-item {
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.clients-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work-btn {
  height: 52px;
  background: #38c674;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 16px 31px;
  border-radius: 4px;
  border: none;
  transition: all 0.15s ease;
}

.work-btn:hover {
  color: #000000;
}

#responsibility {
  background-color: #2E3034;
}
#responsibility div h2 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
}
#responsibility div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px;
}
#responsibility .responsibility-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 42px;
}
#responsibility .responsibility-grid .responsibility-item {
  background: #FFFFFF;
  border: 2px solid #312F2F;
  padding: 40px 44px 40px 44px;
}
#responsibility .responsibility-grid .responsibility-item h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
}
#responsibility .responsibility-grid .responsibility-item .respons-txt1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}
#responsibility .responsibility-grid .responsibility-item .respons-txt2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  margin-bottom: 0px;
}

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