*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  text-decoration: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #1F1F1F;
  font-family: 'Lato';
}

@keyframes customFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a {
  color: #416a80;
}

.clear {
  clear: both;
}

.p0 {
  padding: 0 !important;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.m0 {
  margin: 0 !important;
}

.fs2 {
  font-size: 16px;
}

.fs3 {
  font-size: 24px;
}

.fs4 {
  font-size: 32px;
}

.fs5 {
  font-size: 48px;
}

.justify-wrap {
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
}

.justify-wrap:after {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
  vertical-align: top;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 320px;
}

.promo {
  background: url("../images/bg/hero-bg.jpg") no-repeat center;
  background-size: cover;
  height: 804px;
}

/* Header */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}

.header-row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  display: block;
  width: 100%;
  max-width: 85px;
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-phones {
  padding-left: 38px;
  position: relative;
}

.header-phones:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/elements/phone-icon.svg") no-repeat;
  width: 25px;
  height: 40px;
  left: 0;
}

.header-phone {
  font-size: 18px;
}

.header-phone a {
  color: #fff;
}

.header-phone a:hover {
  color: #fff;
}

.custom-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  padding-left: 35px;
  position: relative;
  color: #0281C4 !important;
}

.custom-link:before {
  content: '';
  background: url("../images/elements/arrow-right.svg") no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4px;
}

.callback-wrap {
  margin-top: 4px;
}

.custom-link:hover:before {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.burger {
  display: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

.mobile-overlay {
  display: none;
}

/* Hero section */
.promo .container {
  padding-top: 182px;
}

.main-content {
  width: 100%;
  max-width: 653px;
}

.main-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 55px;
  line-height: 95px;
  letter-spacing: 4px;
  margin: 0 0 25px;
  font-family: 'Oswald';
}

.main-subtitle {
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  margin: 0;
}

.main-content .actions-wrap {
  margin-top: 50px;
}

.custom-btn {
  display: inline-block;
  vertical-align: top;
  height: 70px;
  border: 3px solid #0182C3;
  color: #fff !important;
  padding: 0 50px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 64px;
  text-align: center;
}

.custom-btn-white {
  background: transparent;
  font-size: 14px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #fff;
  padding: 0 35px;
}

.custom-btn-medium {
  background: transparent;
  font-size: 14px;
  height: 60px;
  line-height: 56px;
  padding: 0 35px;
  border-width: 2px !important;
  color: #000 !important;
}

.custom-btn-medium:hover {
  color: #fff !important;
}

.custom-btn-border {
  background: transparent;
}

.custom-btn:hover {
  border: 3px solid #0182C3;
  background: #0182C3;
}

.custom-btn-white:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000 !important;
}

/* Info section */
.info .container {
  padding-top: 80px;
  padding-bottom: 115px;
}

.custom-header {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-header::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 20px;
  height: 2px;
  background-color: #0182C3;
}

.title {
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin: 0;
}

.title-small {
  font-family: 'Oswald';
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0;
}

.main-text {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.info-item {
  position: relative;
  width: 100%;
  max-width: calc(25% - 15px);
  padding: 50px 30px 20px;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 270px;
}

.info-item::before {
  content: "";
  width: 100%;
  height: 37px;
  background: url(../images/elements/border-line.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 67px;
  left: 0;
}

.info-item p span {
  font-size: 25px;
  line-height: 140%;
}

.info-item img {
  display: block;
  align-self: flex-end;
  padding-top: 20px;
  margin-top: auto;
}

/* Services */
.services .container {
  padding-top: 35px;
  padding-bottom: 95px;
}

.services-slider {
  margin: 0 -10px;
}

.services-item {
  background: #1A1A1A;
  border-radius: 5px;
  min-height: 745px;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  position: relative;
}

.services-item-img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}

.services-item-title {
  padding: 30px 30px 25px;
  text-align: center;
}

.services-item-text {
  padding: 0 30px 107px;
}

.services-item-text.nopadding {
  padding: 0 30px 10px;
}

.services-item-list {
  padding: 0 30px 107px 45px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.services-item-btn {
  padding: 0 30px;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}

.services-item-btn .custom-btn {
  width: 100%;
  font-weight: 800;
  font-size: 14px;
  height: 57px;
  line-height: 51px;
  padding: 0 10px;
  letter-spacing: normal;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.logos-item img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  display: inline-block;
  height: 75px;
  object-fit: contain;
}

/* About section */
.about {
  background: url("../images/bg/about-bg.png") no-repeat center;
  background-size: cover;
}

.about .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about .custom-header {
  margin-bottom: 50px;
}

.about .custom-header::before {
  display: none;
}

.about-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: rgba(26, 26, 26, 0.5);
  border: 1px solid #0182C3;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  border-radius: 5px;
  padding: 30px 22px;
  flex: 1 1 0px;
}

.about-item-icon {
  height: 100%;
  max-height: 60px;
}

.about-item-title {
  text-transform: uppercase;
  text-align: center;
}

.about-item-text {
  letter-spacing: 0.4px;
}

/* Garanties */
.garant .container {
  padding-top: 105px;
  padding-bottom: 95px;
}

.garant-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.garant-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  background: #1A1A1A;
  border-radius: 5px;
  padding: 40px 25px;
  flex: 1 1 0px;
}

.garant-item-icon {
  height: 100%;
  max-height: 60px;
}

/* How section */
.how .container {
  padding-top: 35px;
  padding-bottom: 105px;
}

.how-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
}

.how-wrapper {
  width: 100%;
  max-width: 33.33%;
}

.how-wrapper.how-wrapper-1 {
  order: 1;
}

.how-wrapper.how-wrapper-2 {
  order: 4;
}

.how-wrapper.how-wrapper-3 {
  order: 2;
}

.how-wrapper.how-wrapper-4 {
  order: 5;
}

.how-wrapper.how-wrapper-5 {
  order: 3;
}

.how-wrapper-2 .how-item,
.how-wrapper-3 .how-item,
.how-wrapper-4 .how-item {
  margin: 0 auto;
}

.how-wrapper-5 .how-item {
  margin-left: auto;
}

.how-item {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 270px;
  background: #1A1A1A;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 34px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.how-wrapper-1 .how-item::before,
.how-wrapper-2 .how-item::before,
.how-wrapper-3 .how-item::before,
.how-wrapper-4 .how-item::before {
  content: "";
  position: absolute;
}

.how-wrapper-1 .how-item::before {
  width: 118px;
  height: 230px;
  left: 50%;
  top: 100%;
  border-left: 2px dashed #909090;
  border-bottom: 2px dashed #909090;
  border-bottom-left-radius: 20px;
}

.how-wrapper-2 .how-item::before {
  width: 118px;
  height: 177px;
  left: 40%;
  bottom: 100%;
  border-left: 2px dashed #909090;
  border-top: 2px dashed #909090;
  border-top-left-radius: 20px;
}

.how-wrapper-3 .how-item::before {
  width: 92px;
  height: 177px;
  left: 100%;
  top: 47%;
  border-right: 2px dashed #909090;
  border-top: 2px dashed #909090;
  border-top-right-radius: 20px;
}

.how-wrapper-4 .how-item::before {
  width: 118px;
  height: 230px;
  left: 100%;
  bottom: 20%;
  border-right: 2px dashed #909090;
  border-bottom: 2px dashed #909090;
  border-bottom-right-radius: 20px;
}

.how-item-icon {
  height: 100%;
  max-height: 50px;
}

.how-item-title {
  position: relative;
  width: 100%;
  padding: 0 28px;
}

.how-item-title::before,
.how-item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 2px;
  background: #0182C3;
}

.how-item-title::before {
  left: 12px;
}

.how-item-title::after {
  right: 12px;
}

.how-item-text a {
  color: #fff;
  transition: 0.3s all ease;
  text-decoration: underline !important;
}

.how-item-text a:hover {
  color: #0182C3;
}

/* Consult section */
.consult {
  overflow: hidden;
}

.consult .container {
  padding-top: 100px;
  padding-bottom: 160px;
}

.consult-wrapper {
  position: relative;
  padding: 50px;
  background: #1A1A1A;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.consult-wrapper::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #0182C3;
  right: -50px;
  top: -50px;
}

.consult-wrapper .custom-header {
  justify-content: center;
  margin-bottom: 15px;
}

.consult-wrapper .custom-header::before {
  display: none;
}

.title.consult-title {
  font-size: 42px;
  line-height: 140%;
}

.consult-subtitle {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  font-weight: 200;
  letter-spacing: 1.6px;
  margin: 0;
}

.consult-form {
  width: 100%;
  margin-top: 40px;
}

.consult-form-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.consult-field {
  width: 100%;
  flex-shrink: 0.5;
}

.consult-field input,
.consult-field textarea {
  padding: 12px 15px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #fff;
}

.consult-field textarea {
  resize: none;
}

.consult-field input::placeholder,
.consult-field textarea::placeholder {
  font-weight: 200;
  color: #fff;
}

.consult-field input:focus,
.consult-field textarea:focus {
  border-bottom: 1px solid #0182C3;
}

.consult .actions-wrap {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.consult .custom-btn {
  padding: 0 25px;
  display: block;
  flex-grow: 1;
}

.custom-btn.custom-btn-blue {
  background-color: #0182C3;
}

.custom-btn.custom-btn-blue:hover {
  background-color: #046ea2;
  border-color: #046ea2;
}

.file-attach-hint {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.75px;
}

.b-form__upload {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.075em;
}

.js-button--upload {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #0182C3;
  padding-left: 22px;
}

.js-button--upload:before {
  content: '';
  position: absolute;
  background: url("../images/icons/plus-icon.svg") no-repeat;
  width: 100%;
  max-width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Clients section */
.clients .container {
  padding-top: 35px;
  padding-bottom: 140px;
}

.custom-nav {
  display: flex;
  gap: 20px;
}

.custom-nav-link {
  width: 76px;
  height: 40px;
  background: #0182C3;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease;
}

.custom-nav-link:hover {
  background: #046ea2;
}

.custom-left:before,
.custom-right:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 8px;
}

.custom-left:before {
  background: url("../images/elements/arrow-left-3.svg") no-repeat;
}

.custom-right:before {
  background: url("../images/elements/arrow-right-3.svg") no-repeat;
}

/* Contacts section */
.contacts {
  overflow: hidden;
}

.contacts .container {
  padding-top: 35px;
  padding-bottom: 95px;
}

.contacts .custom-header::before {
  display: none;
}

.contacts-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.contacts-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contacts-section {
  position: relative;
  padding-left: 35px;
}

.contacts-text {
  letter-spacing: 0.8px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.contacts-phones {
  margin-top: 25px;
  margin-left: 4px;
}

.contacts-phone {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 1.2px;
}

.contacts-text a,
.contacts-phone a {
  color: #FFF;
  transition: 0.3s all ease;
}

.contacts-text a:hover,
.contacts-phone a:hover {
  color: #0182C3;
}

.contacts-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.contacts-map {
  position: relative;
  margin-top: -50px;
  width: 100%;
  max-width: 705px;
  height: 385px;
}

.contacts-map:before {
  content: '';
  position: absolute;
  border: 1px solid #0182C3;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Footer */
.footer {
  background: #000;
}

.footer .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.footer-text {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2.2px;
  margin: 25px 0 0;
}

.footer-text span {
  font-weight: 700;
  text-transform: uppercase;
}

.footer-wrapper .custom-btn {
  height: 46px;
  font-size: 13px;
  padding: 0 35px;
  line-height: 40px;
}

/*---------------*/
.main-nav {
  position: fixed;
  left: 0;
  top: -1px;
  width: 100%;
  background: #1F1F1F;
  border-bottom: 1px solid #0182C3;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  z-index: 2000;
}

.menu {
  width: 100%;
  padding: 25px 0;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.menu ul li a {
  color: #FFFFFF;
  display: block;
  padding: 0 5px;
  font-size: 17px;
  line-height: 30px;
  border-bottom: 2px solid transparent;
}

.menu ul li a:hover {
  border-bottom: 2px solid #0182C3;
}

.main-nav .custom-btn {
  float: right;
  height: 34px !important;
  line-height: 30px !important;
  padding: 0 25px;
  color: #444444 !important;
}

.main-nav .custom-btn:hover {
  color: #fff !important;
}

.main-nav {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.main-nav.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* Modals */
.custom-modal {
  position: relative;
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  margin: 50px auto;
  min-height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #fff;
}

.custom-modal::-webkit-scrollbar {
  display: none;
}

.custom-modal>form {
  position: relative;
  padding: 50px;
  background: #1A1A1A;
  margin-bottom: 100px;
}

.custom-modal-title {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 10px;
}

.custom-modal-subtitle {
  font-weight: 200;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  margin: 0 0 40px;
}

.custom-modal-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.custom-modal-label {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
}

.custom-modal-main-row input,
.custom-modal-main-row textarea {
  width: 350px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  background-color: transparent;
  font-family: 'Lato';
  font-size: 20px;
  line-height: 28px;
  padding: 6px 12px;
  flex-shrink: 0;
}

.custom-modal-main-row textarea {
  min-height: 140px;
  resize: none;
}

.custom-modal-main-row .b-form__upload {
  width: 350px;
  flex-shrink: 0;
  text-align: left;
}

.custom-modal-main-row .js-button--upload {
  font-size: 15px;
}

.custom-modal-common .actions-wrap {
  text-align: center;
}

.custom-modal-close {
  position: absolute;
  top: 25px;
  right: 45px;
  width: 24px;
  height: 24px;
  background: url('../images/icons/close.svg') no-repeat;
  z-index: 8000;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.consult-field input.incorrect {
  border-color: #ff0000 !important;
}

.site-section {
  position: relative;
}

.site-section .container {
  z-index: 3;
  position: relative;
}

.custom-subtitle {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

.custom-detail-link {
  text-transform: uppercase;
  border-bottom: 1px solid #d3ab5e;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #d3ab5e !important;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.custom-detail-link:hover {
  border-bottom: 1px solid transparent;
}

.custom-form-field input[type="text"] {
  width: 100%;
  display: block;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid rgba(211, 171, 94, 0.5);
}

.custom-form-field input[type="text"]:focus {
  border-bottom: 2px solid rgba(211, 171, 94, 1);
}

.custom-form-label {
  font-weight: 300;
  font-size: 22px;
  color: #bbbbbb;
  line-height: 50px;
  letter-spacing: 0.025em;
}

.custom-form-fields {
  margin-top: 35px;
}

.custom-form-row:not(:last-child) {
  margin-bottom: 15px;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox__select {
  height: 50px;
  padding: 0 30px 0 0;
  border: none !important;
  border-bottom: 2px solid rgba(211, 171, 94, 0.5) !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  text-shadow: none !important;
  font: 17px/50px 'Lato';
}

.jq-selectbox__trigger {
  border: none;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  background: url("../images/elements/select-arr.png") no-repeat;
  width: 20px;
  height: 11px;
  top: 50%;
  right: 0;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.jq-selectbox ul {
  max-height: 200px;
}

.jq-selectbox ul li {
  white-space: normal;
}

.jq-selectbox__dropdown {
  top: 48px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(211, 171, 94, 0.5);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 17px/20px 'Lato';
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #d3ab5e;
  color: #FFF;
}

.detail-row {
  display: none;
}

.custom-form-field {
  position: relative;
}

.custom-form-right {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  font-weight: 300;
  font-size: 22px;
  color: #bbbbbb;
  letter-spacing: 0.025em;
}

.b-top {
  z-index: 2600;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.b-top-but {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/elements/expand_circle.svg") no-repeat;
}

a,
input,
button,
textarea,
.main-title a:before,
.why-item,
.reviews-prevs-item,
.slide-nav,
.slide-nav:before,
.slide-nav:after,
.sale-item-img img,
.sale-item-content,
.custom-link:before,
.custom-slide:before,
.custom-slide:after,
.custom-nav-link,
.js-button--upload,
.social a:before,
.social a:after,
.main-nav,
.mobile-nav,
.tabs-links ul li a:after,
.types-slider-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1600px) {
  .promo {
    height: 50vw;
  }
}

@media screen and (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1199px) {
  .info-item {
    max-width: calc(33% - 12px);
  }

  .about-list {
    flex-wrap: wrap;
  }

  .about-item {
    width: 100%;
    max-width: calc(50% - 10px);
    flex: 1 0 auto;
  }

  .how-wrapper-1 .how-item::before,
  .how-wrapper-4 .how-item::before {
    width: 43px;
  }

  .how-wrapper-2 .how-item::before {
    left: 46%;
    width: 35px;
  }

  .how-wrapper-3 .how-item::before {
    width: 35px;
  }

  .types-slider-block {
    padding-right: 50px;
    padding-left: 50px;
  }

  .main-nav .custom-btn {
    padding: 0 17px;
  }

  .contacts-map {
    max-width: 650px;
  }
}

@media screen and (max-width: 991px) {
  .menu {
    padding: 18px 0;
  }

  .menu ul {
    gap: 40px;
  }

  .header-row {
    padding: 15px 0;
  }

  .promo {
    background-position: 80%;
  }

  .garant-list {
    flex-wrap: wrap;
  }

  .garant-item {
    width: 100%;
    max-width: calc(50% - 10px);
    flex: 1 0 auto;
  }

  .how-list {
    gap: 20px;
  }

  .how-item {
    max-width: 100%;
  }

  .how-wrapper {
    max-width: calc(50% - 10px);
  }

  .how-wrapper-1 .how-item::before,
  .how-wrapper-2 .how-item::before,
  .how-wrapper-3 .how-item::before,
  .how-wrapper-4 .how-item::before {
    display: none;
  }

  .how-wrapper.how-wrapper-2 {
    order: 2;
  }

  .how-wrapper.how-wrapper-5 {
    order: 5;
  }

  .how-wrapper-2 .how-item,
  .how-wrapper-3 .how-item,
  .how-wrapper-4 .how-item,
  .how-wrapper-5 .how-item {
    margin: 0;
  }

  .tabs-links ul li a {
    width: 200px;
    font-size: 13px;
  }


  .main-subtitle {
    font-size: 26px;
    line-height: 39px;
  }

  .custom-btn {
    height: 60px;
    border-width: 2px !important;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 56px;
  }

  .service-content {
    height: 290px;
  }

  .consult-wrapper {
    padding: 30px;
  }

  .consult-wrapper::before {
    top: -30px;
    right: -30px;
  }

  .title.consult-title {
    font-size: 32px;
  }

  .consult-subtitle {
    font-size: 24px;
  }

  .contacts .container {
    padding-top: 20px;
  }

  .contacts-wrapper {
    flex-direction: column;
    gap: 100px;
  }

  .contacts-map::before {
    display: none;
  }

  .contacts-map {
    max-width: 100%;
  }

  .left-slide {
    right: 50%;
    margin-right: 10px;
  }

  .right-slide {
    right: 50%;
    margin-right: -70px;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    left: 0;
    background: #fff;
    max-height: 100%;
    overflow: auto;
    z-index: 200;
    padding-top: 80px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .mobile-nav.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile-nav .menu {
    float: none;
  }

  .mobile-nav .menu ul li {
    display: block;
    text-align: center;
  }

  .custom-modal>form {
    padding: 30px;
  }

  .custom-modal-label {
    font-size: 18px;
  }

  .mobile-nav .menu ul li:not(:last-child) {
    margin-right: 0;
  }

  .mobile-nav .menu ul li a {
    font-size: 20px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    display: none;
    height: 0;
  }

  .header-right {
    display: none;
  }

  .header-row {
    padding: 10px 0;
  }

  .logo img {
    max-width: 50px;
  }

  .burger {
    display: block;
    position: relative;
    width: 24px;
    height: 24.5px;
    padding: 6px 3px;
  }

  .burger:before,
  .burger:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 18px;
    border-radius: 2px;
    background: #fff;
  }

  .burger:before {
    top: 6px;
  }

  .burger::after {
    bottom: 6px;
  }

  .burger span {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 18px;
    background: #fff;
    height: 2px;
    border-radius: 2px;
  }

  .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #2D2F3C;
    padding: 15px 25px;
    width: 100%;
    max-width: 200px;
    z-index: 2000;
    opacity: 0;
  }

  .mobile-menu.active {
    display: block;
    animation: customFade 0.2s forwards ease;
  }

  .mobile-menu ul {
    list-style: none;
  }

  .mobile-menu ul li {
    padding-bottom: 10px;
  }

  .mobile-menu ul a {
    display: inline-block;
    color: #FFF;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
  }

  .mobile-menu .header-phone {
    font-weight: 300;
    font-size: 16px;
  }

  .mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 1999;
  }

  .mobile-overlay.active {
    display: block;
  }

  .site-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-title {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 1.04px;
    margin-bottom: 15px;
  }

  .main-subtitle {
    max-width: 325px;
    font-size: 20px;
    line-height: 28px;
  }

  .title-small {
    font-size: 16px;
  }

  .main-text {
    font-size: 14px;
  }

  .services-item {
    min-height: 530px;
  }

  .services-item-title {
    padding: 15px 20px;
  }

  .services-item-text {
    padding: 0 20px 97px;
  }

  .services-item-text.nopadding {
    padding: 0 20px 10px;
  }

  .services-item-list {
    padding: 0 20px 97px 35px;
    font-size: 14px;
  }

  .services-item-btn {
    padding: 0 15px;
    bottom: 15px;
  }

  .services-item-btn .custom-btn {
    font-size: 12px;
  }

  .main-content .actions-wrap {
    margin-top: 25px;
  }

  .promo .container {
    padding-top: 162px;
    padding-bottom: 50px;
  }

  .custom-form-label {
    line-height: 30px;
    text-align: center;
  }

  .custom-header {
    margin-bottom: 30px;
  }

  .custom-header::before {
    display: none;
  }

  .about .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about .custom-header {
    margin-bottom: 30px;
  }

  .about-list {
    gap: 10px;
  }

  .about-item {
    gap: 15px;
    max-width: calc(50% - 5px);
    padding: 15px;
  }

  .garant-list {
    gap: 10px;
  }

  .garant-item {
    gap: 15px;
    max-width: calc(50% - 5px);
    padding: 20px 15px;
  }

  .info-list {
    gap: 10px;
  }

  .info-item {
    max-width: calc(50% - 5px);
    padding: 20px 15px 15px;
    min-height: 180px;
  }

  .info-item::before {
    height: 42px;
    bottom: 26px;
  }

  .info-item img {
    width: 100%;
    max-width: 35px;
  }

  .consult-wrapper {
    padding: 25px 20px;
  }

  .consult-wrapper::before {
    display: none;
  }

  .title.consult-title {
    font-size: 26px;
  }

  .consult-subtitle {
    font-size: 20px;
  }

  .consult-form {
    margin-top: 20px;
  }

  .consult-form-row {
    gap: 20px;
    margin-bottom: 20px;
  }

  .consult-field input,
  .consult-field textarea {
    font-size: 20px;
    line-height: 30px;
  }

  .consult .actions-wrap {
    margin-top: 20px;
    flex-direction: column;
  }

  .clients .custom-header {
    margin-bottom: 50px;
  }

  .footer .container {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .footer-wrapper {
    position: relative;
    flex-direction: column;
    text-align: center;
    padding-bottom: 66px;
  }

  .footer-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .custom-modal-main-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .custom-modal-main-row input,
  .custom-modal-main-row textarea {
    width: 100%;
  }

  .custom-modal-main-row .b-form__upload {
    width: 100%;
    text-align: center;
  }

  .custom-modal-title {
    font-size: 32px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 15px;
  }

  .custom-modal-subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .custom-modal-common .consult-form-row {
    margin-bottom: 25px;
  }

  .header-phone {
    font-size: 17px;
  }

  .custom-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .custom-subtitle br {
    display: none;
  }

  .custom-btn {
    height: 50px;
    border-width: 2px !important;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 46px;
  }

  .main-content .actions-wrap .custom-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .custom-link {
    font-size: 11px;
    letter-spacing: 0.025em;
  }

  .service-item-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts .container {
    padding-bottom: 90px;
  }

  .custom-btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 540px) {
  .promo {
    background-position: 70%;
  }

  .custom-header {
    margin-bottom: 25px;
  }

  .title {
    font-size: 20px;
    line-height: 28px;
  }

  .main-text {
    font-size: 12px;
    line-height: 140%;
  }

  .info-item p span {
    font-size: 16px;
  }

  .custom-nav {
    gap: 10px;
  }

  .custom-nav-link {
    width: 50px;
    height: 25px;
  }

  .custom-left:before,
  .custom-right:before {
    width: 25px;
  }

  .custom-right:before {
    background-position: 100%;
  }

  .logos-item img {
    height: 50px;
    padding: 0 10px;
  }

  .about-item-icon,
  .garant-item-icon {
    max-height: 35px;
  }

  .how-list {
    gap: 10px;
  }

  .how-item {
    padding: 15px 15px 20px;
    gap: 15px;
  }

  .how-item-icon {
    max-height: 35px;
  }

  .how-item-title {
    padding: 0;
    width: auto;
  }

  .how-item-title::before {
    left: -15px;
  }

  .how-item-title::after {
    right: -15px;
  }

  .title.consult-title {
    font-size: 20px;
  }

  .consult-subtitle {
    font-size: 16px;
    line-height: 30px;
  }

  .consult-form {
    margin-top: 15px;
  }

  .consult-form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .consult-field input,
  .consult-field textarea {
    font-size: 15px;
    line-height: 25px;
  }

  .consult-field textarea {
    height: 72px;
  }

  .file-attach-hint {
    font-size: 12px;
  }

  .consult .custom-btn {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .callback-wrap .custom-link {
    padding-left: 0;
  }

  .mobile-nav .menu ul li a {
    font-size: 16px;
    line-height: 34px;
  }

  .file-attach-hint br {
    display: none;
  }

  .custom-modal>form {
    padding: 22px 20px;
  }

  .custom-modal-title {
    font-size: 22px;
    line-height: 140%;
  }

  .custom-modal-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .custom-modal-label {
    font-size: 14px;
  }

  .custom-modal-main-row textarea {
    min-height: 100px;
  }

  .custom-modal-main-row .js-button--upload {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .main-title {
    font-size: 32px;
    line-height: 44px;
  }

  .main-subtitle {
    font-size: 15px;
    line-height: 140%;
  }

  .custom-btn {
    height: 44px !important;
    line-height: 39px !important;
    padding: 0 10px;
  }

  .about-item-title,
  .how-item-title {
    font-size: 14px;
  }
}