@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
  font-family: Montserrat;
}

body {
  background: rgb(233, 233, 233);
  font-family: "Montserrat", sans-serif;
  color: rgb(62, 74, 66);
}

input {
  border: none;
  background: none;
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  max-width: 1247px;
  margin: 0 auto;
}

header .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 0.06rem solid rgb(62, 74, 66);
  position: relative;
}

.logo {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.69rem;
}

.big_btn {
  border-radius: 10px;
  border: 1px solid #3E4A42;
  color: rgb(62, 74, 66);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.69rem;
  height: 54px;
  width: 196px;
}

.header_phone {
  color: rgb(0, 0, 0);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.69rem;
  text-decoration: none;
}

.header_callback_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.burger {
  width: 70px;
  height: 11px;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.burger span {
  width: 100%;
  height: 1px;
  background: rgb(62, 74, 66);
  position: absolute;
  transition: all 0.2s ease-in-out;
}

.burger span:first-child {
  top: 0;
  left: 0;
}

.burger span:last-child {
  bottom: 0;
  right: 0;
}

.burger.active span:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(130deg);
  width: 50%;
}

.burger.active span:last-child {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-130deg);
  width: 50%;
}

.header_nav {
  padding: 14px 0;
}
.header_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.header_nav ul a {
  color: rgb(62, 74, 66);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.06rem;
  text-decoration: none;
}

.main_title {
  color: rgb(0, 0, 0);
  font-family: Gotham Pro;
  font-size: 4.69rem;
  font-weight: 400;
  line-height: 4.5rem;
  text-align: center;
  margin-bottom: 25px;
}

.main_subtitle {
  color: rgb(137, 137, 137);
  font-family: Gotham Pro;
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.main_section {
  margin-top: 25px;
  margin-bottom: 43px;
}

.security_section {
  background: url(../img/bg1111.jpg) center no-repeat;
  background-size: cover;
}
.security_section .wrapper {
  padding-top: 68px;
  padding-bottom: 110px;
}

.security_title {
  color: rgb(233, 233, 233);
  font-size: 2.81rem;
  font-weight: 700;
  line-height: 3.44rem;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 0.06rem solid rgb(233, 233, 233);
}

.security_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 25px;
  margin-top: 40px;
}

.security_big_item {
  width: 327px;
  height: 161px;
  padding: 26px;
  color: rgb(233, 233, 233);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
  border: 0.06rem solid rgb(233, 233, 233);
  border-radius: 1.25rem;
  flex-shrink: 0;
}

.security_flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
}

.security_item {
  border: 0.06rem solid rgb(233, 233, 233);
  border-radius: 1.25rem;
  height: 68px;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.security_item:nth-child(4n+1) {
  background: rgb(233, 233, 233);
  width: 398px;
}
.security_item:nth-child(4n+2) {
  width: 480px;
  color: #fff;
}
.security_item:nth-child(4n+4) {
  background: rgb(233, 233, 233);
  width: 398px;
}
.security_item:nth-child(4n+3) {
  width: 480px;
  color: #fff;
}

.services_title {
  color: rgb(233, 233, 233);
  font-family: Gotham Pro;
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 40px;
}

.services_section {
  background: #02336E;
  margin-bottom: 90px;
}
.services_section .wrapper {
  padding-top: 62px;
  padding-bottom: 130px;
}

.services_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 157px;
  border-radius: 20px;
  background: #fff;
  padding: 10px 70px;
  position: relative;
  overflow: hidden;
}
.services_item + .services_item {
  margin-top: 16px;
}
.services_item .item_hide_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.services_item:hover .service_item_title {
  color: #fff;
}
.services_item:hover .service_item_txt {
  color: #fff;
}
.services_item:hover .main_btn {
  color: #fff;
  border-color: #fff;
}
.services_item:hover .item_hide_bg {
  opacity: 1;
}

.service_item_title {
  color: rgb(67, 67, 67);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
  max-width: 384px;
  position: relative;
  z-index: 1;
}

.service_item_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 531px;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.service_item_txt {
  color: rgb(62, 74, 66);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.main_btn {
  color: rgb(67, 67, 67);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  min-width: 196px;
  height: 33px;
  padding: 0 10px;
  border: 0.06rem solid rgb(67, 67, 67);
  border-radius: 0.63rem;
}

.section_title {
  color: rgb(67, 67, 67);
  font-family: Gotham Pro;
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding-bottom: 35px;
  border-bottom: 0.06rem solid rgb(62, 74, 66);
  margin-bottom: 62px;
}

.reviews_grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.review {
  max-width: 531px;
}

.review_txt {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.review_txt p + p {
  margin-top: 15px;
}

.review_bottom {
  margin-top: 18px;
}

.review_name {
  color: rgb(67, 67, 67);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
  margin-bottom: 1px;
}

.review_position {
  color: rgb(67, 67, 67);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.06rem;
}

.reviews_section {
  margin-bottom: 82px;
}

.advantages_section {
  background: url(../img/bg33.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.advantages_section .wrapper {
  height: 877px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.numbers_grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 34px;
}

.numbers_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}

.big_number {
  color: rgb(233, 233, 233);
  font-family: Oks Free;
  font-size: 4.69rem;
  font-weight: 400;
  line-height: 4.69rem;
}

.number_txt {
  color: rgb(233, 233, 233);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
}

.license_title {
  color: rgb(67, 67, 67);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
  margin-bottom: 45px;
}

.license_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.license {
  width: 221px;
  height: 319px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.license_section {
  margin-bottom: 64px;
}

.form_section {
  background: url(../img/bg4.jpg) center no-repeat;
  background-size: cover;
}
.form_section .wrapper {
  padding-top: 64px;
  padding-bottom: 96px;
}

.form_section_title {
  color: rgb(233, 233, 233);
  font-size: 2.19rem;
  font-weight: 700;
  line-height: 2.69rem;
  margin-bottom: 13px;
}

.form_section_subtitle {
  color: rgb(233, 233, 233);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.06rem;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  color: rgb(233, 233, 233);
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.38rem;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 28px;
  width: 28px;
  background: none;
  border: 0.13rem solid rgb(233, 233, 233);
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #EA6B0B;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 52px;
  margin-top: 43px;
}

.inputs_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 50px;
}
.inputs_grid input {
  width: calc(33.3333333333% - 20px);
  height: 57px;
  border-radius: 1.25rem;
  background: rgb(233, 233, 233);
  color: #000;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.69rem;
  padding: 0 10px;
  text-align: center;
}

.form_btn {
  width: calc(33.3333333333% - 20px);
  height: 57px;
  background: #EA6B0B;
  border-radius: 20px;
  color: rgb(233, 233, 233);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
}

.main_footer {
  padding-top: 65px;
  padding-bottom: 77px;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.f_logo_and_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
}

.f_logo {
  color: rgb(67, 67, 67);
  font-family: Gotham Pro;
  font-size: 2.19rem;
  font-weight: 700;
  line-height: 2.06rem;
  text-transform: uppercase;
  text-decoration: none;
}

.f_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 47px;
}
.f_nav a {
  color: rgb(67, 67, 67);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
  text-decoration: none;
}

.f_title {
  color: rgb(234, 107, 11);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
  margin-bottom: 32px;
}

.f_contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.f_contact + .f_contact {
  margin-top: 10px;
}

.fc_t {
  color: rgb(67, 67, 67);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.69rem;
}

.fc_a {
  color: rgb(67, 67, 67);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.fc_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 83px;
}

.f_socials_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.f_socials_container .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.f_socials_container .social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.f_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.copy {
  color: rgb(67, 67, 67);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__container {
  background: url(../img/bg4.jpg) center no-repeat;
  background-size: cover;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 20px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.modal__container .form_section_title {
  text-align: center;
}
.modal__container .form_section_subtitle {
  text-align: center;
}
.modal__container .inputs_grid {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.modal__container .inputs_grid input {
  width: 100%;
}
.modal__container .inputs_grid button {
  width: 100%;
}
.modal__container .checkbox_grid {
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}
.modal__container .checkmark {
  width: 20px;
  height: 20px;
}
.modal__container .container .checkmark:after {
  width: 10px;
  height: 10px;
}
.modal__container .container {
  line-height: normal;
  font-size: 1em;
  padding-left: 25px;
}

.close_modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.hidden_burger_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #e6e6e6;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}

.hidden_burger_menu .wrapper {
  height: 100%;
  padding-top: 120px;
}

.hidden_burger_menu nav {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.hidden_burger_menu.active {
  visibility: visible;
  opacity: 1;
}

header {
  position: relative;
  z-index: 10;
}

.hidden_burger_menu .header_nav {
  display: none;
}

@media screen and (max-width: 1247px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .mobile {
    display: block;
  }
  .wrapper {
    width: 95% !important;
  }
  .burger {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
  }
  header .header_callback_container {
    display: none;
  }
  header .header_nav {
    display: none;
  }
  .main_title {
    font-size: 2em;
    line-height: normal;
  }
  .main_subtitle {
    font-size: 1.2em;
  }
  .security_title {
    font-size: 2em;
    line-height: normal;
  }
  .security_section .wrapper {
    padding: 20px 0;
  }
  .security_grid {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
  }
  .security_big_item {
    width: 100%;
    text-align: center;
    padding: 20px;
    height: auto;
  }
  .security_item {
    padding: 0 20px;
    width: 100% !important;
    text-align: center !important;
  }
  .services_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 20px;
    gap: 10px;
  }
  .reviews_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .review {
    width: 100%;
  }
  .advantages_section .wrapper {
    height: auto;
    padding: 50px 0;
  }
  .checkbox_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
  }
  .inputs_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .inputs_grid input {
    width: 100%;
  }
  .form_btn {
    width: 100%;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .f_logo_and_nav {
    align-items: center;
    justify-content: flex-start;
  }
  .f_nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .f_title {
    margin-bottom: 10px;
    text-align: center;
  }
  .f_contacts {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    display: flex;
  }
  .f_contact {
    align-items: center;
    justify-content: flex-start;
  }
  .fc_flex {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .f_bottom {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .license {
    width: calc(50% - 6px);
    height: auto;
    aspect-ratio: 1/1.5;
  }
  .main_footer {
    padding: 30px 0;
  }
  .form_section .wrapper {
    padding: 30px 0;
  }
  .header_nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .header_callback_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .hidden_burger_menu .wrapper {
    padding-top: 80px;
  }
  .hidden_burger_menu .header_nav {
    display: flex;
  }
}/*# sourceMappingURL=styles.css.map */