@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2")
}
html {
  min-height: 100%
}
body,
html {
  scroll-behavior: smooth
}
body {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a2c45;
  background-color: #fff;
  font-weight: 500
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 20px
  }
}
.heading h1,
.heading h2 {
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase
}
@media all and (max-width:1199px) {
  .heading h1,
  .heading h2 {
    font-size: 42px
  }
}
@media all and (max-width:991px) {
  .heading h1,
  .heading h2 {
    font-size: 38px
  }
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 28px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 16px 26px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),to(#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 100%);
  z-index: 1;
  position: relative;
  overflow: hidden
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),color-stop(.01%,#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 .01%);
  z-index: -1;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  opacity: 0
}
.btn:hover {
  color: #fff
}
.btn:hover::before {
  opacity: 1
}
@media all and (max-width:575px) {
  .btn-100 {
    max-width: none!important;
    width: 100%!important;
    min-width: inherit!important
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
section {
  margin-bottom: 120px
}
@media all and (max-width:1600px) {
  section {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  section {
    margin-bottom: 80px
  }
}
section#footer {
  margin-bottom: 0
}
.section-padding {
  padding: 120px 0
}
@media all and (max-width:1600px) {
  .section-padding {
    padding: 100px 0
  }
}
@media all and (max-width:1199px) {
  .section-padding {
    padding: 80px 0
  }
}
.mb-0 {
  margin-bottom: 0!important
}
.bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.modal {
  color: #fff;
  max-width: 400px;
  width: 100%;
  background-color: #1a2c45;
  padding: 66px 30px 40px 30px
}
@media all and (max-width:575px) {
  .modal {
    padding: 66px 15px 30px 15px
  }
}
.modal .carousel__button.is-close {
  top: 10px!important;
  right: 10px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),to(#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 100%)
}
.modal .carousel__button.is-close:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),color-stop(.01%,#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 .01%)
}
.modal .carousel__button.is-close svg {
  width: 16px;
  height: 16px;
  stroke: #fff
}
.modal .carousel__button.is-close svg path {
  stroke-width: 2
}
.modal .modal__heading {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  .modal .modal__heading {
    margin-bottom: 10px
  }
}
.modal .modal__heading h2 {
  font-size: 28px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase
}
#modal-thanks .modal__heading {
  margin-bottom: 0
}
.form__inner .form__item {
  margin-bottom: 20px
}
.form__inner .form__item input,
.form__inner .form__item select,
.form__inner .form__item textarea {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  height: 56px;
  border: 2px solid rgba(255,255,255,.6);
  background-color: #1a2c45;
  color: rgba(255,255,255,.6);
  padding-left: 20px;
  padding-right: 10px
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item select::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item select::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item select::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item select:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item select::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__item input::placeholder,
.form__inner .form__item select::placeholder,
.form__inner .form__item textarea::placeholder {
  color: rgba(255,255,255,.6);
  opacity: 1
}
.form__inner .form__submit {
  position: relative
}
.form__inner .form__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
.form__inner .form__policy {
  margin-bottom: 20px
}
.form__inner .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left
}
.form__inner .form__policy .policy .text p {
  color: #fff;
  font-size: 14px;
  line-height: 100%
}
.form__inner .form__policy .policy .text p a {
  text-decoration: underline;
  color: #fff
}
.form__inner .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  display: none;
  visibility: hidden
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fd7910
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fd7910;
  color: transparent;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 6px;
  background-color: transparent;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
header {
  background-color: #1a2c45;
  color: #fff;
  position: relative;
  z-index: 100;
  min-height: 100vh;
  min-height: 100svh;
  margin-bottom: 120px
}
@media all and (max-width:1600px) {
  header {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  header {
    margin-bottom: 80px
  }
}
header:after,
header:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 80px;
  height: 80px;
  background: #fff
}
@media all and (max-width:991px) {
  header:after,
  header:before {
    width: 40px;
    height: 40px
  }
}
header:before {
  left: 0;
  -webkit-clip-path: polygon(0 0,0 100%,100% 100%);
  clip-path: polygon(0 0,0 100%,100% 100%)
}
header:after {
  right: 0;
  -webkit-clip-path: polygon(0 100%,100% 100%,100% 0);
  clip-path: polygon(0 100%,100% 100%,100% 0)
}
header.page {
  min-height: auto;
  margin-bottom: 0
}
@media all and (max-width:991px) {
  header.page {
    padding: 24px 0
  }
}
header.page:after,
header.page:before {
  display: none
}
header.page .header__top {
  position: relative;
  top: 0
}
header.page .header__top .wrapper {
  padding-bottom: 0;
  border-bottom: none
}
header.service__page {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg_1.webp)
}
header.service__page:after,
header.service__page:before {
  display: none
}
header .header__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
@media all and (max-width:991px) {
  header .header__top {
    top: 24px
  }
}
header .header__top .wrapper {
  border-bottom: 1px solid #3f5c83
}
@media all and (max-width:991px) {
  header .header__top .wrapper {
    padding-bottom: 24px
  }
}
header .header__top .wrapper .footer__logo {
  position: relative;
  z-index: 20
}
header .header__top .wrapper .footer__logo img {
  width: 138px;
  height: auto
}
@media all and (max-width:991px) {
  header .header__top .wrapper .footer__menu .menu__inner {
    display: none
  }
}
header .header__top .wrapper .footer__menu .menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
header .header__top .wrapper .footer__menu .menu__inner ul li.current-menu-item:not(.menu-item-object-custom) > a {
  color: #fff
}
header .header__top .wrapper .footer__menu .menu__inner ul li.current-menu-item:not(.menu-item-object-custom) > a:after {
  opacity: 1;
  visibility: visible
}
header .header__top .wrapper .footer__menu .menu__inner ul li a {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.7);
  display: block;
  position: relative;
  padding: 28px 0
}
header .header__top .wrapper .footer__menu .menu__inner ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fd7910;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all;
  opacity: 0;
  visibility: hidden
}
header .header__top .wrapper .footer__menu .menu__inner ul li a:hover {
  color: #fff
}
header .header__top .wrapper .footer__menu .menu__inner ul li a:hover:after {
  opacity: 1;
  visibility: visible
}
header .header__top .wrapper .footer__menu .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  header .header__top .wrapper .footer__menu .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .header__top .wrapper .footer__menu .header_burger .burger_button {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),to(#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 100%);
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .wrapper .footer__menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .wrapper .footer__menu .header_burger .burger_button span:nth-child(1) {
  top: 11px
}
header .header__top .wrapper .footer__menu .header_burger .burger_button span:nth-child(2) {
  top: 17px
}
header .header__top .wrapper .footer__menu .header_burger .burger_button span:nth-child(3) {
  top: 23px
}
header .header__top .wrapper .footer__menu .header_burger .burger_button.open span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .wrapper .footer__menu .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .wrapper .footer__menu .header_burger .burger_button.open span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a2c45;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 90px;
  top: 0;
  padding-bottom: 40px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner {
  height: 100%
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .container {
  padding-left: 12px;
  padding-right: 12px;
  height: 100%
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__wrapper {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  height: 100%
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li:not(:last-child) {
  margin-bottom: 28px
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item:not(.menu-item-object-custom) > a {
  color: #fff
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item:not(.menu-item-object-custom) > a:after {
  opacity: 1;
  visibility: visible
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.7);
  display: inline-block;
  position: relative;
  padding-bottom: 2px
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fd7910;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all;
  opacity: 0;
  visibility: hidden
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
  color: #fff
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover:after {
  opacity: 1;
  visibility: visible
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .phone {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
header .header__top .wrapper .footer__menu .header_burger .menu_toggle .toggle__inner .phone:hover {
  color: #fd7910
}
@media all and (max-width:991px) {
  header .header__top .wrapper .footer__contacts {
    display: none
  }
}
header .header__top .wrapper .footer__contacts .contacts__inner a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap
}
@media all and (max-width:1199px) {
  header .header__top .wrapper .footer__contacts .contacts__inner a {
    font-size: 16px
  }
}
header .header__top .wrapper .footer__contacts .contacts__inner a:hover {
  color: #fd7910
}
header .header__main {
  padding-top: 114px;
  padding-bottom: 40px;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px
}
@media all and (max-width:575px) {
  header .header__main {
    padding-top: 124px;
    gap: 0;
    padding-bottom: 40px
  }
}
header .header__main.header__main-service {
  padding-top: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media all and (max-width:1600px) {
  header .header__main.header__main-service {
    padding-top: 114px
  }
}
@media all and (max-width:575px) {
  header .header__main.header__main-service {
    gap: 30px
  }
}
header .header__main.header__main-service #breadcrumbs {
  position: absolute;
  top: 114px;
  left: 0;
  width: 100%;
  padding-top: 0;
  margin-bottom: 0
}
@media all and (max-width:1600px) {
  header .header__main.header__main-service #breadcrumbs {
    position: relative;
    top: 0
  }
}
header .header__main.header__main-service #breadcrumbs span {
  color: #fff
}
header .header__main.header__main-service #breadcrumbs span a {
  color: #fd7910
}
header .header__main.header__main-service #breadcrumbs span a span {
  color: inherit
}
@media all and (max-width:991px) {
  header .header__main.header__main-service .service__main .main__content {
    margin-bottom: 12px
  }
}
header .header__main.header__main-service .service__main .main__content article {
  padding-bottom: 14px
}
@media all and (min-width:575px) {
  header .header__main.header__main-service .service__main .main__content article {
    font-size: 18px
  }
}
header .header__main.header__main-service .service__main .main__content article h1 {
  font-size: 68px;
  margin-bottom: 30px
}
@media all and (max-width:1600px) {
  header .header__main.header__main-service .service__main .main__content article h1 {
    font-size: 54px;
    margin-bottom: 20px
  }
}
@media all and (max-width:991px) {
  header .header__main.header__main-service .service__main .main__content article h1 {
    font-size: 44px
  }
}
@media all and (max-width:767px) {
  header .header__main.header__main-service .service__main .main__content article h1 {
    font-size: 36px
  }
}
header .header__main.header__main-service .service__main .main__image {
  text-align: right
}
@media all and (max-width:991px) {
  header .header__main.header__main-service .service__main .main__image {
    text-align: center
  }
}
header .header__main.header__main-service .service__main .main__image img {
  height: auto
}
header .header__main .content {
  text-align: center
}
@media all and (max-width:575px) {
  header .header__main .bg__image {
    display: none
  }
}
header .header__main .mobile__image {
  margin-top: -6px
}
@media all and (min-width:575px) {
  header .header__main .mobile__image {
    display: none
  }
}
header .header__main h1 {
  font-size: 58px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px
}
@media all and (max-width:1600px) {
  header .header__main h1 {
    font-size: 44px
  }
}
@media all and (max-width:991px) {
  header .header__main h1 {
    font-size: 44px
  }
}
@media all and (max-width:767px) {
  header .header__main h1 {
    font-size: 38px
  }
}
@media all and (max-width:575px) {
  header .header__main h1 {
    font-size: 22px
  }
}
@media all and (max-width:575px) {
  header .header__main .container-mobile {
    padding-left: 0;
    padding-right: 0
  }
}
header .header__main .features {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background-color: #2e4f7c
}
@media all and (max-width:991px) {
  header .header__main .features {
    grid-template-columns: repeat(1,1fr)
  }
}
header .header__main .features .features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.02em;
  text-transform: uppercase;
  padding: 15px 10px;
  height: 76px
}
@media all and (max-width:1199px) {
  header .header__main .features .features__item {
    font-size: 14px
  }
}
header .header__main .features .features__item:not(:last-child) {
  border-right: 1px solid #3f5c83
}
@media all and (max-width:991px) {
  header .header__main .features .features__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #3f5c83
  }
}
header .header__main .features .features__item span {
  display: block
}
#breadcrumbs {
  padding-top: 30px;
  margin-bottom: 50px
}
@media all and (max-width:991px) {
  #breadcrumbs {
    margin-bottom: 30px
  }
}
#breadcrumbs .breadcrumbs {
  color: #fd7910;
  font-weight: 600
}
#breadcrumbs .breadcrumbs span {
  color: #1a2c45;
  display: inline-block
}
#breadcrumbs .breadcrumbs span.sep {
  position: relative;
  width: 2px;
  height: 18px;
  margin: 0 10px;
  top: 3px
}
#breadcrumbs .breadcrumbs span.sep:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),to(#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
#breadcrumbs .breadcrumbs span a {
  color: #fd7910;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 600;
  line-height: 120%;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px
}
@media all and (max-width:575px) {
  article h2 {
    font-size: 26px
  }
}
article h3 {
  font-size: 26px
}
@media all and (max-width:575px) {
  article h3 {
    font-size: 24px
  }
}
article h4 {
  font-size: 22px
}
@media all and (max-width:575px) {
  article h4 {
    font-size: 26px
  }
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: 1em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1em;
  padding-left: 15px
}
article mark {
  padding: 0
}
article .wp-block-table,
article table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
  border-spacing: 0
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
.lightbox-image-container {
  width: 100vw!important
}
.lightbox-image-container figure img {
  width: auto!important;
  height: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  max-height: 100%!important
}
.wpcf7-validation-errors {
  display: none!important
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 0!important;
  padding: 0!important;
  border: none!important
}
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 2px solid #ec3c06!important;
  position: relative
}
body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: 0 0
}
body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000
}
.contact-inner-form .wpcf7-response-output {
  width: 95%
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731
}
body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center
}
.section-advantages .advantages__item {
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  .section-advantages .advantages__item {
    margin-bottom: 20px
  }
}
.section-advantages .advantages__item .item__inner {
  background-color: #2e4f7c;
  color: #fff;
  padding: 30px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3.svg)
}
.section-advantages .advantages__item .item__inner .icon {
  margin-bottom: 12px
}
.section-advantages .advantages__item .item__inner .icon img {
  max-width: 160px;
  width: 100%;
  height: auto
}
.section-advantages .advantages__item .item__inner h3 {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  .section-advantages .advantages__item .item__inner h3 {
    font-size: 16px
  }
}
.section-repair {
  background-color: #1a2c45;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/bg.webp)
}
.section-repair ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  list-style: none;
  padding: 0
}
@media all and (max-width:991px) {
  .section-repair ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}
.section-repair li {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  padding: 16px 14px 16px 16px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 5px;
  background: rgba(26,44,69,.5);
  border: 1px solid rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:991px) {
  .section-repair li {
    padding: 12px 6px 12px 10px;
    height: auto;
    min-height: 37px;
    margin-bottom: 2px;
    display: none
  }
}
@media all and (max-width:991px) {
  .section-repair li:nth-child(-n+11) {
    display: block
  }
}
.section-repair #btn-show {
  font-size: 18px;
  color: #fff;
  border: none;
  background-color: transparent;
  padding-right: 23px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_4.svg);
  margin-top: 20px
}
@media all and (min-width:991px) {
  .section-repair #btn-show {
    display: none
  }
}
.section-malfunctions .malfunctions__list .list__inner ul li {
  min-height: 154px;
  background-color: #2e4f7c;
  color: #fff;
  padding: 30px
}
.section-malfunctions .malfunctions__list .list__inner ul li:not(:last-child) {
  margin-bottom: 20px
}
.section-malfunctions .malfunctions__list .list__inner ul li .icon {
  margin-bottom: 10px
}
.section-malfunctions .malfunctions__list .list__inner ul li span {
  font-weight: 600;
  letter-spacing: -.02em;
  text-transform: uppercase;
  display: block
}
@media all and (max-width:991px) {
  .section-malfunctions .malfunctions__main {
    margin: 20px 0
  }
}
.section-malfunctions .malfunctions__main .main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2e4f7c;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_6.svg);
  -webkit-clip-path: polygon(80px 0,calc(100% - 80px) 0,100% 80px,100% calc(100% - 80px),calc(100% - 80px) 100%,80px 100%,0 calc(100% - 80px),0 80px);
  clip-path: polygon(80px 0,calc(100% - 80px) 0,100% 80px,100% calc(100% - 80px),calc(100% - 80px) 100%,80px 100%,0 calc(100% - 80px),0 80px)
}
@media all and (max-width:991px) {
  .section-malfunctions .malfunctions__main .main__inner {
    min-height: 440px
  }
}
@media all and (max-width:575px) {
  .section-malfunctions .malfunctions__main .main__inner {
    background-size: 400px
  }
}
@media all and (max-width:575px) {
  .section-malfunctions .malfunctions__main .main__inner {
    -webkit-clip-path: polygon(40px 0,calc(100% - 40px) 0,100% 40px,100% calc(100% - 40px),calc(100% - 40px) 100%,40px 100%,0 calc(100% - 40px),0 40px);
    clip-path: polygon(40px 0,calc(100% - 40px) 0,100% 40px,100% calc(100% - 40px),calc(100% - 40px) 100%,40px 100%,0 calc(100% - 40px),0 40px)
  }
}
.section-malfunctions .malfunctions__main .main__inner img {
  max-height: 580px
}
@media all and (max-width:575px) {
  .section-malfunctions .malfunctions__main .main__inner img {
    max-height: 400px
  }
}
.section-services .services__item {
  margin-bottom: 20px
}
.section-services .services__item .item__inner {
  min-height: 460px;
  background-color: #2e4f7c;
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3.svg);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 28px 40px 28px
}
@media all and (max-width:991px) {
  .section-services .services__item .item__inner {
    min-height: 400px;
    padding: 0 20px 30px 20px
  }
}
.section-services .services__item .item__inner:hover {
  background-color: #fd7910
}
.section-services .services__item .item__inner .image {
  position: absolute;
  top: 57px;
  right: 0
}
@media all and (max-width:991px) {
  .section-services .services__item .item__inner .image {
    top: 50px
  }
}
@media all and (max-width:991px) {
  .section-services .services__item .item__inner .image img {
    max-height: 240px
  }
}
.section-services .services__item .item__inner h3 {
  font-size: 30px;
  line-height: 110%;
  color: inherit
}
@media all and (max-width:991px) {
  .section-services .services__item .item__inner h3 {
    font-size: 22px
  }
}
.section-services .services__item .item__inner h3 strong {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  display: block
}
@media all and (max-width:991px) {
  .section-services .services__item .item__inner h3 strong {
    font-size: 26px
  }
}
@media all and (min-width:991px) {
  .section-services .services__parts {
    margin-top: 20px
  }
}
.section-services .services__parts .parts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding: 50px 138px 50px 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
   background: linear-gradient(89.96deg,#1a2c45 .03%,#406dab 99.96%);
}
@media all and (max-width:991px) {
  .section-services .services__parts .parts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 20px 46px 20px
  }
}
/* .section-services .services__parts .parts__inner:hover:before {
  opacity: 0;
  visibility: hidden
}
.section-services .services__parts .parts__inner:hover:after {
  opacity: 1;
  visibility: visible
}
.section-services .services__parts .parts__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(89.96deg,#1a2c45 .03%,#406dab 99.96%);
  z-index: -1;
  -webkit-transition: .25s all;
  transition: .25s all
} */
/* .section-services .services__parts .parts__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(89.96deg,#fd7910 .03%,#fd7910 99.96%);
  z-index: -1;
  -webkit-transition: .25s all;
  transition: .25s all;
  opacity: 0;
  visibility: hidden
} */
.section-services .services__parts .parts__inner .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2
}
@media all and (max-width:991px) {
  .section-services .services__parts .parts__inner .image {
    width: 100%;
    text-align: center
  }
}
.section-services .services__parts .parts__inner .image:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_7.svg);
  width: 612px;
  height: 158px;
  top: 0;
  bottom: 0;
  right: -138px;
  margin: auto;
  z-index: -1
}
@media all and (max-width:991px) {
  .section-services .services__parts .parts__inner .image:after {
    right: 0;
    left: -20px
  }
}
@media all and (max-width:991px) {
  .section-services .services__parts .parts__inner .image img {
    max-height: 172px
  }
}
.section-services .services__parts .parts__inner h3 {
  font-size: 48px;
  line-height: 110%;
  color: inherit
}
@media all and (max-width:991px) {
  .section-services .services__parts .parts__inner h3 {
    font-size: 28px;
    margin-bottom: 20px
  }
}
.section-services .services__parts .parts__inner h3 strong {
  font-size: 72px;
  font-weight: 600;
  text-transform: uppercase;
  display: block
}
@media all and (max-width:991px) {
  .section-services .services__parts .parts__inner h3 strong {
    font-size: 42px
  }
}
.section-stages .stages__item {
  margin-bottom: 24px
}
@media all and (max-width:575px) {
  .section-stages .stages__item {
    margin-bottom: 20px
  }
}
.section-stages .stages__item .item__inner {
  background-color: #2e4f7c;
  color: #fff;
  padding: 30px 20px 34px 20px;
  position: relative;
  min-height: 304px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-position: 50% 90px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_8.svg);
  overflow: hidden;
  z-index: 2
}
@media all and (max-width:575px) {
  .section-stages .stages__item .item__inner {
    padding: 30px 20px;
    min-height: 276px
  }
}
.section-stages .stages__item .item__inner::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: #517fbd;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  top: 0;
  right: -10px;
  z-index: -1
}
.section-stages .stages__item .item__inner .number {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255,255,255,.5)
}
.section-stages .stages__item .item__inner .image {
  position: absolute;
  top: 30px;
  right: 30px
}
.section-stages .stages__item .item__inner .image img {
  max-height: 160px
}
.section-stages .stages__item .item__inner h4 {
  font-size: 18px;
  line-height: 120%
}
.section-videos {
  background-color: #1a2c45;
  color: #fff;
  overflow: hidden
}
.section-videos .videos__item {
  margin-bottom: 30px
}
.section-videos .videos__item:nth-child(2n) .video-box::before {
  left: auto;
  right: -360px
}
.section-videos .videos__item .video-box {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  position: relative;
  z-index: 2
}
@media all and (max-width:575px) {
  .section-videos .videos__item .video-box {
    margin-bottom: 10px
  }
}
.section-videos .videos__item .video-box::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_9.svg);
  width: 360px;
  height: 330px;
  top: 0;
  left: -360px;
  margin: auto;
  z-index: -1
}
@media all and (max-width:991px) {
  .section-videos .videos__item .video-box::before {
    display: none
  }
}
.section-videos .videos__item .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #3f5c83
}
.section-videos .videos__item h3 {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  .section-videos .videos__item h3 {
    font-size: 18px
  }
}
@-webkit-keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.section-faq .faq_tabs .tabs_item {
  border-bottom: 1px solid rgba(26,44,69,.2);
  border-left: 1px solid rgba(26,44,69,.2);
  border-right: 1px solid rgba(26,44,69,.2);
  -webkit-transition: .25s all;
  transition: .25s all
}
.section-faq .faq_tabs .tabs_item:first-child {
  border-top: 1px solid rgba(26,44,69,.2)
}
.section-faq .faq_tabs .tabs_item.active {
  background-color: #1a2c45;
  border-bottom: 1px solid rgba(255,255,255,.8)
}
.section-faq .faq_tabs .tabs_item.active .title {
  color: #fff
}
.section-faq .faq_tabs .tabs_item.active .title:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%)
}
.section-faq .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 22px 92px 22px 30px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #1a2c45;
  text-transform: uppercase
}
@media all and (max-width:575px) {
  .section-faq .faq_tabs .tabs_item .title {
    font-size: 18px;
    padding: 20px 52px 20px 20px
  }
}
.section-faq .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_10.svg);
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  .section-faq .faq_tabs .tabs_item .title:after {
    right: 10px
  }
}
.section-faq .faq_tabs .tabs_item .tab_content {
  display: none;
  color: rgba(255,255,255,.8);
  padding: 0 100px 30px 30px
}
@media all and (max-width:575px) {
  .section-faq .faq_tabs .tabs_item .tab_content {
    padding: 0 52px 20px 20px;
    font-size: 14px
  }
}
#footer {
  background-color: #1a2c45;
  padding-top: 80px;
  padding-bottom: 50px;
  color: #fff
}
@media all and (max-width:991px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 30px
  }
}
#footer .footer__top {
  border-bottom: 1px solid #3f5c83;
  margin-bottom: 30px
}
@media all and (max-width:991px) {
  #footer .footer__top {
    padding-bottom: 10px
  }
}
#footer .footer__top .footer__item {
  margin-bottom: 20px
}
#footer .footer__top .footer__logo img {
  width: 138px;
  height: auto
}
#footer .footer__top .footer__social .social__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
#footer .footer__top .footer__social .social__inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),to(#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 100%)
}
#footer .footer__top .footer__social .social__inner ul li a:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(#ff7c11),color-stop(.01%,#e05107));
  background: linear-gradient(180deg,#ff7c11 0,#e05107 .01%)
}
#footer .footer__top .footer__contacts .contacts__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 600
}
@media all and (min-width:991px) {
  #footer .footer__top .footer__contacts .contacts__inner a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
#footer .footer__top .footer__contacts .contacts__inner a:hover {
  color: #fd7910
}
#footer .footer__bottom .footer__item {
  margin-bottom: 30px
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__copyright {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
#footer .footer__bottom .footer__copyright .copyright__inner ul li {
  font-size: 14px;
  line-height: 120%;
  color: rgba(255,255,255,.7)
}
#footer .footer__bottom .footer__copyright .copyright__inner ul li:not(:last-child) {
  margin-bottom: 20px
}
#footer .footer__bottom .footer__copyright .copyright__inner ul li strong {
  font-weight: 600
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__menu {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
#footer .footer__bottom .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 20px
}
#footer .footer__bottom .footer__menu .menu__inner ul li.current-menu-item:not(.menu-item-object-custom) > a {
  color: #fff
}
#footer .footer__bottom .footer__menu .menu__inner ul li a {
  display: inline-block;
  color: rgba(255,255,255,.7)
}
#footer .footer__bottom .footer__menu .menu__inner ul li a:hover {
  color: #fff
}
@media all and (max-width:991px) {
  #footer .footer__bottom .footer__links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
#footer .footer__bottom .footer__links .links__inner ul {
  margin-bottom: 20px
}
#footer .footer__bottom .footer__links .links__inner ul li:not(:last-child) {
  margin-bottom: 20px
}
#footer .footer__bottom .footer__links .links__inner ul li.current-menu-item:not(.menu-item-object-custom) > a {
  text-decoration: underline
}
#footer .footer__bottom .footer__links .links__inner ul li a {
  display: inline-block;
  color: rgba(255,255,255,.7)
}
#footer .footer__bottom .footer__links .links__inner ul li a:hover {
  text-decoration: underline
}
#footer .footer__bottom .footer__links .links__inner p {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  font-weight: 600
}
#footer .footer__bottom .footer__links .links__inner p a {
  color: #fff
}
#footer .footer__bottom .footer__links .links__inner p a:hover {
  color: #fd7910
}