@charset "UTF-8";
::-webkit-input-placeholder {
  color: #BDC7D3;
}
::-moz-placeholder {
  color: #BDC7D3;
}
:-ms-input-placeholder {
  color: #BDC7D3;
}
::-ms-input-placeholder {
  color: #BDC7D3;
}
::placeholder {
  color: #BDC7D3;
}

::-moz-selection {
  background-color: #1A78F2;
  color: #fff;
}

::selection {
  background-color: #1A78F2;
  color: #fff;
}

body {
  position: relative;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto !important;
  padding-top: 70px;
  color: #4D5972;
  background-color: #ffffff;
  font-family: "GilroyMedium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow-x: hidden;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

body *:focus {
  outline-color: #1A78F2;
}

body input {
  height: 60px;
  padding: 0 35px;
}

body textarea {
  padding: 20px 35px;
}

body input, body textarea {
  font-size: 18px;
  line-height: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #1D2C4C;
  border-radius: 5px;
  border: 1px solid #CFD8E3;
}

body input:focus, body input:not(:placeholder-shown), body textarea:focus, body textarea:not(:placeholder-shown) {
  border: 1px solid #1A78F2;
}

body.home .body-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg/section-bg.png) 0 100% no-repeat;
  background-size: auto 65vh;
  background-color: #ffffff;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  opacity: 0;
}

body.home #fp-nav {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

body.home:not([class*="fp-viewing"]) {
  overflow-y: hidden;
}

body.home:not([class*="fp-viewing"]) #fp-nav {
  opacity: 0;
}

/* body.home.fp-viewing-10 .sidebar-body {
  background-color: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

body.home.fp-viewing-10 .sidebar-body .sidebar-scrolltop {
  opacity: 0;
  visibility: hidden;
} */

body:not(.home) {
  padding-top: 70px;
}

body:not(.home) footer {
  position: relative;
  margin-top: 95px;
  z-index: 10;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

button:focus {
  outline: none;
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 60px;
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 14px 24px #D2D8E0;
          box-shadow: 0px 14px 24px #D2D8E0;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 24px transparent;
          box-shadow: 0px 14px 24px transparent;
}

.button.btn-upper {
  font-family: "GilroyBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.button.btn-blue {
  color: #ffffff;
  background-color: #1A78F2;
}

.button.btn-blue:hover {
  background-color: #196DDA;
}

.button.btn-grade {
  color: #ffffff;
  z-index: 1;
  background-color: #196DDA;
  overflow: hidden;
}

.button.btn-grade:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -o-linear-gradient(255deg, #1A78F2 -12%, #63A4F8 145%);
  background: linear-gradient(195deg, #1A78F2 -12%, #63A4F8 145%);
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button.btn-grade:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(../img/icons/send-mail.svg) 50% 50% no-repeat;
  background-size: contain;
}

.button.btn-grade:hover:before {
  opacity: 0;
}

.button.btn-white {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.button.btn-white:hover {
  color: #1A78F2;
  background-color: #ffffff;
}

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

.slick-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: none;
  padding: 0;
  font-size: 0;
  background-color: #ffffff;
  border: 1px solid #1A78F2;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.slick-arrow:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 25px;
  background-size: contain;
  background: url(../img/icons/arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

.slick-arrow:hover {
  background-color: #1A78F2;
}

.slick-arrow:hover:before {
  -webkit-filter: saturate(0) brightness(3);
          filter: saturate(0) brightness(3);
}

.slick-prev:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slick-next {
  margin-left: 15px;
}

.slick-next:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: block;
}

.fp-tableCell {
  padding-top: calc(40vh - 215px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fp-tableCell.offset {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(20vh - 120px);
}

#fp-nav.fp-left {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  top: calc(40vh - 165px);
  left: 0;
  right: 0;
  padding-left: 40px;
  z-index: 4;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  margin-top: 0 !important;
}

#fp-nav.fp-left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  padding: 0;
  pointer-events: auto;
  -ms-touch-action: auto;
      touch-action: auto;
}

#fp-nav.fp-left ul li {
  width: 25px;
  height: unset;
  margin: 0;
}

#fp-nav.fp-left ul li a {
  height: 15px;
}

#fp-nav.fp-left ul li a span {
  width: 15px !important;
  height: 2px !important;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 !important;
  border-radius: unset !important;
  background-color: #C4C4C4;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

#fp-nav.fp-left ul li a.active span {
  width: 100% !important;
}

#fp-nav.fp-left ul li a:hover span, #fp-nav.fp-left ul li a.active span {
  background-color: #1A78F2;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .7;
  background-color: #1D2C4C;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-drop.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mfp-drop.mfp-bg.mfp-ready {
  opacity: .7;
  background-color: #1D2C4C;
}

.mfp-drop.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-drop.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.mfp-drop.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.mfp-drop.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
}

.mfp-wrap .mfp-close {
  width: 25px;
  height: 25px;
  right: -25px;
  top: -38px;
  font-size: 0;
  padding: 0;
  background: url(../img/icons/close.svg) 50% 50% no-repeat;
  background-size: contain;
  opacity: 1;
  overflow: hidden;
  -webkit-filter: saturate(0) brightness(3);
          filter: saturate(0) brightness(3);
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

.mfp-wrap .mfp-close:hover {
  -webkit-filter: unset;
          filter: unset;
}

.mfp-figure .mfp-close {
  top: 5px;
  right: 0;
}

.mfp-figure .mfp-img {
  margin: -30px 0;
  padding: 70px 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.irs--round {
  height: 32px;
}

.irs--round .irs-line {
  top: 16px;
  height: 1px;
  border-radius: 0;
  background-color: #7D94B1;
}

.irs--round .irs-bar {
  top: 15px;
  height: 3px;
  background-color: #1A78F2;
}

.irs--round .irs-handle {
  top: 0;
  width: 32px;
  height: 32px;
  border: 10px solid #1A78F2;
  background-color: #ffffff !important;
  border-radius: 100px;
  -webkit-box-shadow: 0px 8px 16px #AAB6C6;
          box-shadow: 0px 8px 16px #AAB6C6;
  cursor: pointer;
}

.input-options .os-scrollbar-vertical {
  right: -2px;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.popup-form {
  margin: 45px auto;
  position: relative;
  background-color: #ffffff;
}

.popup-form .form-title {
  font-family: "GilroyBold", sans-serif;
  text-align: center;
  color: #151617;
}

.popup-form .form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-form .form-inputs input {
  width: 100%;
  border-radius: 100px;
  margin-bottom: 10px;
}

.popup-form .form-inputs input:last-child {
  margin-bottom: 0;
}

.popup-form .form-submit {
  margin-top: 25px;
}

.popup-form .form-submit .submit-btn {
  width: 100%;
}

.popup-form-sm {
  max-width: 425px;
  padding: 40px 40px 50px;
}

.popup-form-sm .form-title {
  font-size: 24px;
  line-height: 29px;
}

.popup-form-sm .form-inputs {
  margin-top: 40px;
}

.popup-form-sm .form-policy {
  margin-top: 25px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #7D94B1;
}

.popup-form-md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
}

.popup-form-md .form-title {
  font-size: 24px;
  line-height: 29px;
}

.popup-form-md .form-title + .form-inputs {
  margin-top: 20px;
}

.popup-form-md .form-img {
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.popup-form-md .form-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-form-md .form-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px 50px;
}

.popup-form-md .form-specs {
  margin: 35px auto 40px;
}

.popup-form-md .form-specs .spec-name {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7D94B1;
  padding-right: 12px;
}

.popup-form-md .form-specs .specs-row:first-child th, .popup-form-md .form-specs .specs-row:first-child td {
  padding-bottom: 10px;
}

.popup-form-md .form-specs .spec-values .value-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #151617;
}

.popup-form-md .form-specs .spec-values .value-item:first-child:after {
  content: '/';
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #7D94B1;
  margin: 0 7px 0 9px;
}

.popup-form-md .form-specs .spec-values .value-item img {
  width: 17px;
  height: 17px;
}

.popup-form-md .form-specs .spec-values .value-item span {
  display: inline-block;
  margin-left: 8px;
}

.popup-form-lg {
  max-width: 880px;
  padding: 40px 85px 50px;
}

.popup-form-lg .form-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
}

.popup-form-lg .form-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-form-lg .form-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.popup-form-lg .form-item.sm {
  width: calc(33.333% - 20px);
}

.popup-form-lg .form-item:nth-child(1) .item-input, .popup-form-lg .form-item:nth-child(2) .item-input {
  position: relative;
}

.popup-form-lg .form-item:nth-child(1) .item-input input, .popup-form-lg .form-item:nth-child(2) .item-input input {
  padding-right: 65px;
}

.popup-form-lg .form-item:nth-child(1) .item-input:before, .popup-form-lg .form-item:nth-child(2) .item-input:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  background: url(../img/icons/location3.svg) 50% 50% no-repeat;
  background-size: contain;
}

.popup-form-lg .form-item:nth-child(3) .item-input {
  position: relative;
}

.popup-form-lg .form-item:nth-child(3) .item-input input {
  padding-right: 70px;
}

.popup-form-lg .form-item:nth-child(3) .item-input:before {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  background: url(../img/icons/date.svg) 50% 50% no-repeat;
  background-size: contain;
}

.popup-form-lg .form-item .item-name {
  margin: 0 0 7px 35px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7D94B1;
}

.popup-form-lg .form-item .item-input input {
  width: 100%;
  border-radius: 100px;
}

.popup-form-lg .form-item .item-input.select {
  position: relative;
  cursor: pointer;
}

.popup-form-lg .form-item .item-input.select:before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  background: url(../img/icons/triangle.svg) 50% 50% no-repeat;
  background-size: contain;
}

.popup-form-lg .form-item .item-input.select.active:before {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.popup-form-lg .form-item .item-input.select.active input {
  border-radius: 30px 30px 0 0;
}

.popup-form-lg .form-item .item-input.select.active input:not(:placeholder-shown) + .input-options {
  border: 1px solid #1A78F2;
  border-top: none;
}

.popup-form-lg .form-item .item-input.select input {
  padding-right: 45px;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.popup-form-lg .form-item .item-input.select .input-options {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 229px;
  top: 100%;
  left: 0;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #CFD8E3;
  border-top: none;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
  overflow: hidden !important;
}

.popup-form-lg .form-item .item-input.select .input-options:not([data-index="1"]) {
  display: none;
}

.popup-form-lg .form-item .item-input.select .input-options li {
  color: #151617;
  padding: 8px 35px;
  -webkit-transition: color .2s ease, background-color .2s ease;
  -o-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

.popup-form-lg .form-item .item-input.select .input-options li:hover {
  color: #ffffff;
  background-color: #1A78F2;
}

.popup-form-lg .form-item .item-input.select .input-options .os-scrollbar-horizontal {
  display: none;
}

.popup-form-lg .form-info {
  width: calc(50% - 15px);
  padding-right: 35px;
  margin: 22px 0 30px;
  font-size: 14px;
  line-height: 18px;
  color: #7D94B1;
}

.popup-form-lg .form-info a {
  display: inline-block;
  font-family: "GilroyBold", sans-serif;
  text-decoration: none;
  color: #7D94B1;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.popup-form-lg .form-info a:hover {
  color: #1A78F2;
}

.popup-form-lg .form-submit {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.popup-form-lg .form-submit .submit-btn {
  max-width: 425px;
  width: 100%;
}

.popup-thanks {
  max-width: 425px;
  margin: 45px auto;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 40px 40px 45px;
}

.popup-thanks .thanks-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #151617;
}

.popup-thanks .thanks-info {
  margin-top: 35px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7D94B1;
}

#map ymaps[class*="placemark-overlay"] ymaps[class*="image"] {
  background-repeat: no-repeat;
  background-size: contain;
}

#map ymaps[class*="balloon-content__header"] {
  font-family: "GilroyBold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #151617;
}

#map ymaps[class*="balloon-content__footer"] {
  margin-top: 0;
  font-family: "GilroyMedium", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4D5972;
}

#map ymaps[class*="ground-pane"] > ymaps {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#map ymaps[class*="copyright"] {
  display: none !important;
}

b, strong {
  font-weight: normal;
  font-family: "GilroyBold", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

h1, .h1 {
  font-family: "GilroyBold", sans-serif;
  font-size: 46px;
  line-height: 55px;
  font-weight: normal;
  margin-bottom: 0;
  color: #151617;
}

h1 span, .h1 span {
  color: #1A78F2;
}

h2, .h2 {
  font-family: "GilroyBold", sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: normal;
  margin-bottom: 0;
  color: #151617;
}

h2 span, .h2 span {
  color: #1A78F2;
}

h3, .h3 {
  font-family: "GilroyBold", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
  color: #151617;
}

h4, .h4 {
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 0;
  color: #151617;
}

header {
  position: fixed;
  max-width: 1830px;
  margin: 0 auto;
  left: 0;
  right: 90px;
  top: 0;
  z-index: 15;
  background-color: #ffffff;
}

header .header-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-left: 45px;
}

header .header-top:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.06);
}

header .header-top .header-menu-open {
  display: none;
}

header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .header-logo .logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GilroyBold", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #1D2C4C;
}

header .header-logo .logo-link img {
  width: 55px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

header .header-menu {
  margin-left: 45px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 2.8;
  -webkit-flex: 2.8;
      -ms-flex: 2.8;
          flex: 2.8;
}

header .header-menu .menu-primary {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

header .header-menu .menu-primary .menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-decoration: none;
  padding: 15px 18px;
  color: #7D94B1;
  border-bottom: 3px solid transparent;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

header .header-menu .menu-primary .menu-link:hover {
  color: #1A78F2;
}

header .header-menu .menu-primary .menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

header .header-menu .menu-primary .menu-item:last-child {
  margin-right: 0;
}

header .header-menu .menu-primary .current-menu-item > .menu-link,
header .header-menu .menu-primary .current-page-ancestor > .menu-link {
  color: #1A78F2;
  background-color: #e1eeff;
  border-bottom: 3px solid #1A78F2;
}

header .header-phone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 45px;
  padding-left: 55px;
}

header .header-phone:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/icons/phone.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

header .header-phone .phone-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #1D2C4C;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

header .header-phone .phone-link:hover {
  color: #1A78F2;
}

header .header-phone .phone-info {
  margin-top: 3px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #7D94B1;
}

header .header-request {
  margin-left: 30px;
}

header .header-request .request-btn {
  width: 300px;
  height: 70px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 0;
}

header .header-menu-full {
  position: fixed;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 15;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(../img/bg/menu-bg.png) 0 calc(50% - 75px) no-repeat;
  background-size: auto calc(100% + 150px);
  background-color: #1D2C4C;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

header .header-menu-full.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

header .header-menu-full .menu-close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  background: url(../img/icons/close.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-filter: saturate(0) brightness(3);
          filter: saturate(0) brightness(3);
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

header .header-menu-full .menu-close:hover {
  -webkit-filter: unset;
          filter: unset;
}

header .header-menu-full .menu-close:before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  content: 'Закрыть';
  top: 0;
  bottom: 0;
  left: -72px;
  padding-right: 12px;
  margin: auto 0;
  font-family: "GilroyBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1A78F2;
}

header .header-menu-full .menu-full-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  height: auto;
  padding: 60px 0 50px;
}

header .header-menu-full .menu-title {
  color: #ffffff;
}

header .header-menu-full .menu-request {
  text-align: right;
}

header .header-menu-full .menu-request .request-btn {
  width: 300px;
  height: 70px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 0;
}

header .header-menu-full .menu-middle {
  margin-top: 120px;
}

header .header-menu-full .menu-primary {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

header .header-menu-full .menu-primary .menu-link {
  display: inline-block;
  text-decoration: none;
  color: #7D94B1;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

header .header-menu-full .menu-primary .menu-link:hover {
  color: #1A78F2;
}

header .header-menu-full .menu-primary .menu-item {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 22px;
}

header .header-menu-full .menu-primary .menu-item:last-child {
  margin-bottom: 0;
}

header .header-menu-full .menu-primary .current-menu-item .menu-link,
header .header-menu-full .menu-primary .current-page-ancestor .menu-link {
  color: #1A78F2;
}

header .header-menu-full .menu-contacts {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

header .header-menu-full .menu-contacts .contact-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

header .header-menu-full .menu-contacts .contact-link:hover {
  color: #1A78F2;
}

header .header-menu-full .menu-contacts .contact-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
  padding-left: 55px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

header .header-menu-full .menu-contacts .contact-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

header .header-menu-full .menu-contacts .contact-item:last-child {
  margin-bottom: 0;
}

header .header-menu-full .menu-contacts .contact-phone:before {
  background-image: url(../img/icons/phone2.svg);
}

header .header-menu-full .menu-contacts .contact-phone .contact-info {
  color: #7D94B1;
  margin-top: 3px;
}

header .header-menu-full .menu-contacts .contact-phone .contact-link {
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}

header .header-menu-full .menu-contacts .contact-address:before {
  background-image: url(../img/icons/location.svg);
}

header .header-menu-full .menu-info {
  font-size: 12px;
  line-height: 17px;
}

header .header-menu-full .menu-advantages {
  list-style-type: none;
  margin: 125px -45px 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

header .header-menu-full .menu-advantages .advantage-item {
  width: calc(20% - 90px);
  margin: 0 45px;
}

header .header-menu-full .menu-advantages .advantage-item .item-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .header-menu-full .menu-advantages .advantage-item .item-title {
  max-width: 195px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

header .header-menu-full .menu-advantages .advantage-item .item-title b {
  display: inline-block;
}

.sidebar {
  position: fixed;
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}

.sidebar .sidebar-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90px;
  height: 100%;
  top: 0;
  right: 0;
  padding-bottom: 60px;
  background-color: #ffffff;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  pointer-events: auto;
  -ms-touch-action: auto;
      touch-action: auto;
  -webkit-transition: border .3s ease, background-color .3s ease;
  -o-transition: border .3s ease, background-color .3s ease;
  transition: border .3s ease, background-color .3s ease;
}

.sidebar .sidebar-menu-open {
  position: relative;
  width: 100%;
  height: 70px;
  border: none;
  padding: 0;
  background: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.sidebar .sidebar-menu-open:before, .sidebar .sidebar-menu-open:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}

.sidebar .sidebar-menu-open:before {
  width: calc(100% + 2px);
  left: -1px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.sidebar .sidebar-menu-open:after {
  width: 100%;
  left: 0;
  background: url(../img/icons/menu.svg) 50% 50% no-repeat;
  background-size: 36px auto;
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

.sidebar .sidebar-menu-open:hover:after {
  -webkit-filter: brightness(2.5) saturate(2);
          filter: brightness(2.5) saturate(2);
}

.sidebar .sidebar-callback {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: calc(33vh - 165px) 0 auto;
}

.sidebar .sidebar-callback .callback-btn {
  font-family: "GilroyBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1A78F2;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.sidebar .sidebar-callback .callback-btn:hover {
  color: #196DDA;
}

.sidebar .sidebar-scrolltop {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: none;
  padding: 0;
  background-color: #e1eeff;
  -webkit-transition: background-color .25s ease, opacity .2s ease, visibility .2s ease;
  -o-transition: background-color .25s ease, opacity .2s ease, visibility .2s ease;
  transition: background-color .25s ease, opacity .2s ease, visibility .2s ease;
}

.sidebar .sidebar-scrolltop:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 25px;
  background-size: contain;
  background: url(../img/icons/arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

.sidebar .sidebar-scrolltop:hover {
  background-color: #1A78F2;
}

.sidebar .sidebar-scrolltop:hover:before {
  -webkit-filter: saturate(0) brightness(3);
          filter: saturate(0) brightness(3);
}

.page-top {
  overflow: hidden;
}

.page-top .page-top-title {
  margin-top: 45px;
}

.page-top .page-top-info {
  max-width: 540px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 22px;
  /* color: #7D94B1; */
  color: #151617;
}

.page-top .page-top-info span {
  font-size:14px;
}

.page-top .page-top-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin-top: 45px;
}

.page-top .page-top-form .form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-top .page-top-form .form-inputs input {
  width: calc(50% - 5px);
  padding: 0 30px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 14px 24px #D2D8E0;
          box-shadow: 0px 14px 24px #D2D8E0;
  font-size: 17px;
  line-height: 20px;
}

.page-top .page-top-form .form-submit {
  margin-left: 10px;
}

.page-top .page-top-form .form-submit .submit-btn {
  width: 80px;
  height: 60px;
  border-radius: 100px;
}

.page-top .page-top-form .form-submit .submit-btn:after {
  margin-left: 0;
}

.page-top .page-top-order {
  margin-top: 45px;
}

.page-top .page-top-order .order-btn {
  display: inline-block;
  font-family: "GilroyBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1A78F2;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.page-top .page-top-order .order-btn:hover {
  color: #196DDA;
}

.page-top .page-top-img {
  position: relative;
  margin-right: -4.2vw;
}

@-webkit-keyframes manipilator {
  to {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes manipilator {
  to {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes circle-bg {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes circle-bg {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.page-top .page-top-img span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28.1vw;
  height: 28.1vw;
  border-radius: 1000px;
  margin: 0 calc(442px - 22vw) 0 auto;
  background: -o-linear-gradient(230deg, #1A78F2 10%, #8CBCFB 115%);
  background: linear-gradient(220deg, #1A78F2 10%, #8CBCFB 115%);
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: circle-bg;
          animation-name: circle-bg;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.page-top .page-top-img span:before {
  content: '';
  display: block;
  width: 15.7vw;
  height: 15.7vw;
  border-radius: 1000px;
  background-color: #ffffff;
}

.page-top .page-top-img img {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 60px;
  width: 39vw;
  margin: auto 0;
  -webkit-transform: translate(100%, 0) scale(0.5);
      -ms-transform: translate(100%, 0) scale(0.5);
          transform: translate(100%, 0) scale(0.5);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-name: manipilator;
          animation-name: manipilator;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.page-top .page-top-bottom {
  position: relative;
  margin-top: auto;
  overflow: hidden;
}

.page-top .page-top-bottom:before {
  content: '';
  position: absolute;
  display: block;
  width: 265px;
  height: 265px;
  left: 270px;
  right: 0;
  bottom: -160px;
  margin: 0 auto;
  border-radius: 1000px;
  border: 80px solid #EBF1F9;
}

.page-top .page-top-bottom-inner {
  position: relative;
}

.page-top .page-top-stats {
  position: relative;
  list-style-type: none;
  max-width: 570px;
  width: 100%;
  padding: 45px 40px 45px 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-top .page-top-stats:before {
  content: '';
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: #1D2C4C;
  border-radius: 0px 20px 0px 0px;
}

.page-top .page-top-stats .stats-item {
  font-family: "GilroyBold", sans-serif;
  text-transform: uppercase;
  margin: 0 15px;
  z-index: 2;
}

.page-top .page-top-stats .stats-item .item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  line-height: 40px;
  white-space: nowrap;
  color: #ffffff;
}

.page-top .page-top-stats .stats-item .item-number:before {
  content: '';
  position: relative;
  display: block;
  width: 9px;
  height: 14px;
  bottom: 1px;
  margin-right: 6px;
  background: url(../img/icons/arrow2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.page-top .page-top-stats .stats-item .item-info {
  font-size: 14px;
  line-height: 17px;
  color: #6b7893;
  margin-top: 10px;
}

.page-top .page-top-stats .stats-item .item-info br {
  display: none;
}

.page-top .page-top-video {
  position: absolute;
  right: calc(840px - 50vw);
  bottom: 60px;
}

.page-top .page-top-video .video-btn {
  width: 225px;
  padding-left: 30px;
  border: 1px solid #1A78F2;
  font-size: 14px;
  line-height: 17px;
  background-color: #ffffff;
}

.page-top .page-top-video .video-btn:hover {
  color: #ffffff;
  background-color: #1A78F2;
}

.page-top .page-top-video .video-btn:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 52px;
  height: 52px;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/icons/play.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

.page-top-internal {
  margin-top: 60px;
}

.page-top-internal .page-top-title {
  max-width: 1000px;
}

.page-top-internal .page-top-breadcrumbs {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-top: 30px;
  z-index: 1;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.page-top-internal .page-top-breadcrumbs .breadcrumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-item.active {
  min-width: 0;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-item.active .breadcrumb-link {
  color: #7D94B1;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-item:after {
  content: '—';
  display: inline-block;
  margin: 0 7px;
  color: #7D94B1;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-item:last-of-type:after {
  display: none;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-link {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #1A78F2;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.page-top-internal .page-top-breadcrumbs .breadcrumb-link:hover {
  color: #196DDA;
}

.catalog .catalog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
  margin: 0 15px;
  background-color: #ffffff;
}

.catalog .catalog-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #E3E6E9;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 2;
}

.catalog .catalog-item .item-photo {
  position: relative;
  display: block;
  padding-top: 66%;
  overflow: hidden;
}

.catalog .catalog-item .item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

@media (min-width: 576px) {
  .catalog .catalog-item .item-photo:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.catalog .catalog-item .item-maininfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 30px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalog .catalog-item .item-name {
  margin-bottom: auto;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.catalog .catalog-item .item-link {
  display: inline-block;
  text-decoration: none;
  color: #151617;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.catalog .catalog-item .item-link:hover {
  color: #1A78F2;
}

.catalog .catalog-item .item-specs {
  margin: 20px auto 0;
}

.catalog .catalog-item .item-specs .spec-name {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7D94B1;
  padding-right: 12px;
}

.catalog .catalog-item .item-specs .specs-row:first-child th, .catalog .catalog-item .item-specs .specs-row:first-child td {
  padding-bottom: 10px;
}

.catalog .catalog-item .item-specs .spec-values .value-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #151617;
}

.catalog .catalog-item .item-specs .spec-values .value-item:first-child:after {
  content: '/';
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #7D94B1;
  margin: 0 7px 0 9px;
}

.catalog .catalog-item .item-specs .spec-values .value-item img {
  width: 17px;
  height: 17px;
}

.catalog .catalog-item .item-specs .spec-values .value-item span {
  display: inline-block;
  margin-left: 8px;
}

.catalog .catalog-item .item-orderinfo {
  padding: 18px 30px 25px;
  text-align: center;
  background-color: #F0F6FE;
  border-top: 1px solid #E3E6E9;
}

.catalog .catalog-item .item-price .price-title {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #7D94B1;
}

.catalog .catalog-item .item-price .price-value {
  margin-top: 5px;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #151617;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.catalog .catalog-item .item-price .price-value span {
  font-size: 24px;
}

.catalog .catalog-item .item-order {
  margin-top: 15px;
}

.catalog .catalog-item .item-order .order-btn {
  max-width: 220px;
  width: 100%;
}

.catalog .catalog-slider {
  overflow: hidden;
}

.catalog .catalog-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.catalog .catalog-slider:not(.slick-initialized) .catalog-item {
  width: calc(25% - 30px);
}

.catalog .catalog-slider:not(.slick-initialized) .catalog-item:nth-child(n+5) {
  display: none;
}

.catalog .catalog-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.catalog .catalog-slider .slick-list {
  margin: 0 -13px;
  padding-bottom: 1px;
}

.catalog-home .catalog-slider {
  margin-top: calc(12vw - 170px);
}

.catalog-internal {
  margin-top: 50px;
}

.catalog-internal .catalog-info .info-main {
  padding-right: 115px;
  font-family: "GilroyBold", sans-serif;
}

.catalog-internal .catalog-advantages {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #D5E4F5;
}

.catalog-internal .catalog-advantages .advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 115px;
}

.catalog-internal .catalog-advantages .advantage-item .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 82px;
  max-height: 72px;
}

.catalog-internal .catalog-advantages .advantage-item .item-descr {
  margin-left: 30px;
  font-size: 18px;
  line-height: 22px;
}

.catalog-internal .catalog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 45px -15px 0;
}

.catalog-internal .catalog-wrapper .catalog-item {
  width: calc(25% - 30px);
  margin: 30px 15px 0;
}

.catalog-internal .catalog-wrapper .catalog-item:nth-child(n+9) {
  display: none;
}

.catalog-internal .catalog-showmore {
  margin-top: 50px;
  text-align: center;
}

.catalog-internal .catalog-showmore .showmore-btn {
  max-width: 360px;
  width: 100%;
}

.catalog-internal .catalog-showmore .showmore-btn:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  bottom: 1px;
  margin-right: 12px;
  background: url(../img/icons/arrows.svg) 50% 50% no-repeat;
  background-size: contain;
}

.catalog-internal-sm {
  margin-top: 70px;
}

.catalog-internal-sm .catalog-slider {
  margin-top: 50px;
}

.price .price-title {
  max-width: 1000px;
}

.price .price-table {
  position: relative;
  width: 100%;
}

.price .price-table-wrapper {
  max-width: 1000px;
  margin-top: 40px;
  padding: 50px 65px;
  -webkit-box-shadow: 0px 24px 54px #D0D3D8;
          box-shadow: 0px 24px 54px #D0D3D8;
  border-radius: 20px;
  background-color: #ffffff;
}

.price .price-table-inner {
  max-height: 475px;
}

.price .price-table-inner:not(.os-host) {
  overflow: hidden;
}

.price .price-table th:not(:last-child), .price .price-table td:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.price .price-table th:last-child, .price .price-table td:last-child {
  text-align: right;
}

.price .price-table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1A78F2;
}

.price .price-table td {
  padding: 12px 30px;
  font-size: 18px;
  line-height: 22px;
  color: #1D2C4C;
}

.price .price-table td:not(:first-child) {
  white-space: nowrap;
}

.price .price-table td a {
  display: inline-block;
  text-decoration: none;
  color: #1A78F2;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.price .price-table td a:hover {
  color: #196DDA;
}

.price .price-table tr {
  font-family: "GilroySemiBold", sans-serif;
}

.price .price-table tr:nth-child(2n+2) td {
  background-color: #e1eeff;
}

.price .price-table tr:nth-child(2n+3) td {
  background-color: #ffffff;
}

.text-block > *:first-child {
  margin-top: 0;
}

.text-block > *:last-child {
  margin-bottom: 0;
}

.text-block .os-content > *:last-child {
  margin-bottom: 0;
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5 {
  margin: 45px 0 25px;
}

.text-block ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  top: .7em;
  left: -40px;
  background-color: #1A78F2;
}

.text-block ol li {
  counter-increment: step-counter;
}

.text-block ol li:before {
  width: 25px;
  text-align: right;
  content: counter(step-counter) ".";
  position: absolute;
  display: inline-block;
  top: 0;
  left: -32px;
  color: #1A78F2;
  font-family: "GilroyBold", sans-serif;
}

.text-block ul, .text-block ol {
  list-style-type: none;
  margin: 1.5em 0;
  padding-left: 60px;
}

.text-block li {
  margin-bottom: 1em;
  position: relative;
  color: #686b6b;
}

.text-block li:last-of-type {
  margin-bottom: 0;
}

.text-block a {
  color: #1A78F2;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.text-block a:hover {
  color: #196DDA;
}

.text-block a[href^="tel"] {
  display: inline-block;
  font-family: "GilroyBold", sans-serif;
}

.text-block a[href^="mailto"] {
  display: inline-block;
}

.text-block p > img {
  margin: 8px 0 6px;
}

.text-block *.alignleft {
  float: left;
  margin-right: 20px;
}

.text-block *.alignright {
  float: right;
  margin-left: 20px;
}

.advantages {
  overflow: hidden;
}

.advantages .advantages-list {
  list-style-type: none;
  margin: 0 -60px 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advantages .advantages-list .advantage-item {
  width: calc(33% - 120px);
  margin: 50px 60px 0;
}

.advantages .advantages-list .advantage-item .item-icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.advantages .advantages-list .advantage-item .item-icon span {
  position: absolute;
  top: 0;
  right: -85px;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #1A78F2;
}

.advantages .advantages-list .advantage-item .item-title {
  max-width: 195px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.advantages .advantages-list .advantage-item .item-title b {
  display: inline-block;
}

.advantages .advantages-seo {
  margin-top: 45px;
}

.advantages .advantages-seo .seo-text {
  position: relative;
  overflow: hidden;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

.advantages .advantages-seo .seo-text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.advantages .advantages-seo .seo-text.compact {
  max-height: calc(50vh - 240px);
}

.advantages .advantages-seo .seo-text.compact:before {
  height: 85px;
}

.advantages .advantages-seo .seo-text.compact.scroll:before {
  height: 0;
}

.advantages .advantages-seo .seo-readmore .readmore-btn {
  margin-top: 20px;
  padding: 0;
  font-family: "GilroyBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #1A78F2;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.advantages .advantages-seo .seo-readmore .readmore-btn:hover {
  color: #196DDA;
}

.advantages .advantages-discount {
  position: relative;
  list-style-type: none;
  padding: 45px 0 50px calc(23vw - 345px);
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}

.advantages .advantages-discount:before {
  content: '';
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1A78F2;
  border-radius: 20px 0px 0px 0px;
}

.advantages .advantages-discount .discount-inner {
  position: relative;
  width: 540px;
}

.advantages .advantages-discount .discount-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages .advantages-discount .discount-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 28px;
  line-height: 34px;
  max-width: 240px;
}

.advantages .advantages-discount .discount-price {
  margin-left: 30px;
}

.advantages .advantages-discount .discount-price .price-all {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}

.advantages .advantages-discount .discount-price .price-our {
  margin-top: 5px;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 26px;
  background-color: #151617;
  border-radius: 3px;
}

.advantages .advantages-discount .discount-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

.advantages .advantages-discount .discount-counter .counter-title {
  max-width: 95px;
  margin-top: 7px;
  font-family: "GilroyBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.advantages .advantages-discount .discount-counter .counter-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.advantages .advantages-discount .discount-counter .counter-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-family: "GilroyBold", sans-serif;
}

.advantages .advantages-discount .discount-counter .counter-value:last-child {
  margin-right: 0;
}

.advantages .advantages-discount .discount-counter .counter-value span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  height: 70px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  color: #151617;
}

.advantages .advantages-discount .discount-counter .counter-value span:last-child {
  margin-top: 12px;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}

.advantages .advantages-discount .discount-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.advantages .advantages-discount .discount-request .request-info {
  font-family: "GilroyBold", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.advantages .advantages-discount .discount-request .request-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 252px;
  margin-left: 30px;
}

.advantages-internal {
  margin-top: 90px;
  overflow: hidden;
}

.advantages-internal .advantages-list {
  list-style-type: none;
  margin: 0 -45px;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.advantages-internal .advantages-list .advantage-item {
  width: calc(20% - 90px);
  margin: 0 45px;
}

.advantages-internal .advantages-list .advantage-item .item-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.advantages-internal .advantages-list .advantage-item .item-title {
  max-width: 195px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}

.advantages-internal .advantages-list .advantage-item .item-title b {
  display: inline-block;
}

.advantages-internal .advantages-order {
  margin-top: 60px;
}

.calculate .calculate-calculator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.calculate .calculate-calculator .calculator-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calculate .calculate-calculator .calculator-title {
  margin: 0 -45px 20px;
  text-align: center;
}

.calculate .calculate-calculator .calculator-body {
  margin: auto 0;
}

.calculate .calculate-calculator .calculator-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.calculate .calculate-calculator .calculator-item .item-name {
  margin-right: 20px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #7D94B1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calculate .calculate-calculator .calculator-item .item-input {
  font-family: "GilroySemiBold", sans-serif;
  color: #151617;
}

.calculate .calculate-calculator .calculator-item .item-input input {
  width: 100%;
}

.calculate .calculate-calculator .calculator-item .item-input.select {
  position: relative;
  cursor: pointer;
}

.calculate .calculate-calculator .calculator-item .item-input.select:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  background: url(../img/icons/triangle.svg) 50% 50% no-repeat;
  background-size: contain;
}

.calculate .calculate-calculator .calculator-item .item-input.select.active:before {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.calculate .calculate-calculator .calculator-item .item-input.select.active input {
  border-radius: 5px 5px 0 0;
}

.calculate .calculate-calculator .calculator-item .item-input.select input {
  padding-right: 25px;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.calculate .calculate-calculator .calculator-item .item-input.select .input-options {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 216px;
  top: 100%;
  left: 0;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1A78F2;
  border-top: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
  overflow: hidden !important;
}

.calculate .calculate-calculator .calculator-item .item-input.select .input-options:not([data-index="1"]) {
  display: none;
}

.calculate .calculate-calculator .calculator-item .item-input.select .input-options li {
  color: #151617;
  padding: 6px 15px;
  -webkit-transition: color .2s ease, background-color .2s ease;
  -o-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

.calculate .calculate-calculator .calculator-item .item-input.select .input-options li:hover {
  color: #ffffff;
  background-color: #1A78F2;
}

.calculate .calculate-calculator .calculator-item .item-input.select .input-options .os-scrollbar-horizontal {
  display: none;
}

.calculate .calculate-calculator .calculator-item .item-input.range-slider {
  width: 100%;
  margin-top: 15px;
}

.calculate .calculate-calculator .calculator-item .item-input:not(.range-slider) {
  width: 150px;
}

.calculate .calculate-calculator .calculator-item .item-input:not(.range-slider) input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 19px;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.12);
}

.calculate .calculate-calculator .calculator-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #e6fcd5;
}

.calculate .calculate-calculator .calculator-cost .cost-title {
  font-family: "GilroySemiBold", sans-serif;
  line-height: 19px;
  color: #7D94B1;
}

.calculate .calculate-calculator .calculator-cost .cost-value {
  position: relative;
  margin-left: 30px;
  bottom: -4px;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 48px;
  white-space: nowrap;
  color: #1D2C4C;
}

.calculate .calculate-calculator .calculator-cost .cost-value span {
  font-size: 40px;
}

.calculate .calculate-calculator .calculator-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

.calculate .calculate-calculator .calculator-submit input {
  border-radius: 100px;
}

.calculate .calculate-calculator .calculator-submit .submit-btn {
  margin-top: 12px;
}

.calculate .calculate-video {
  display: block;
  position: relative;
  padding-top: 54%;
  border-radius: 20px;
  overflow: hidden;
}

.calculate .calculate-video:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #1d2c4c), to(rgba(29, 44, 76, 0))), rgba(255, 255, 255, 0.3);
  background: -o-linear-gradient(top, #1d2c4c 8%, rgba(29, 44, 76, 0) 100%), rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #1d2c4c 8%, rgba(29, 44, 76, 0) 100%), rgba(255, 255, 255, 0.3);
}

@media (min-width: 576px) {
  .calculate .calculate-video:hover button {
    background-color: #196DDA;
  }
}

.calculate .calculate-video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.calculate .calculate-video button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  border: none;
  z-index: 2;
  overflow: hidden;
  background-color: #1A78F2;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.calculate .calculate-video button:after {
  content: '';
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  left: 1px;
  background: url(../img/icons/play2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.calculate .calculate-advantages {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 0;
}

.calculate .calculate-advantages .advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E3E6E9;
}

.calculate .calculate-advantages .advantage-item:last-child {
  margin-bottom: 0;
}

.calculate .calculate-advantages .advantage-item .item-icon {
  width: 75px;
  height: 75px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.calculate .calculate-advantages .advantage-item .item-descr {
  margin-left: 35px;
  font-size: 18px;
}

.calculate .calculate-advantages .advantage-item .item-descr a {
  white-space: nowrap;
  text-decoration: none;
  color: #4D5972;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.calculate .calculate-advantages .advantage-item .item-descr a:hover {
  color: #1A78F2;
}

.calculate .calculate-advantages .advantage-item .item-descr strong {
  display: block;
}

.calculate-home .calculate-calculator {
  padding: calc(10vw - 150px) 0 30px;
}

.calculate-home .calculate-calculator:before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 180px);
  height: 100%;
  top: 0;
  bottom: 0;
  left: -90px;
  background-color: #F0F6FE;
  border-radius: 20px 20px 0px 0px;
}

.calculate-internal {
  margin-top: 90px;
}

.calculate-internal .calculate-calculator {
  padding: 40px 110px 65px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 14px 34px #D0D3D8;
          box-shadow: 10px 14px 34px #D0D3D8;
  border-radius: 20px;
}

.calculate-internal .calculate-calculator .calculator-title {
  margin-bottom: 0;
}

.calculate-internal .calculate-calculator .calculator-body {
  margin-top: 40px;
}

.calculate-internal .calculate-order {
  margin-top: 105px;
}

.services .services-top-info {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.services .service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
  margin: 0 15px;
  background-color: #ffffff;
}

.services .service-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #E3E6E9;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 2;
}

.services .service-item .item-photo {
  position: relative;
  display: block;
  padding-top: 59%;
  overflow: hidden;
}

.services .service-item .item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

@media (min-width: 576px) {
  .services .service-item .item-photo:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.services .service-item .item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 20px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services .service-item .item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.services .service-item .item-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: #151617;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.services .service-item .item-link:hover {
  color: #1A78F2;
}

.services .service-item .item-order {
  margin-top: 25px;
  text-align: center;
}

.services .service-item .item-order .order-btn {
  max-width: 220px;
  width: 100%;
}

.services .services-slider {
  overflow: hidden;
}

.services .services-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.services .services-slider:not(.slick-initialized) .service-item {
  width: calc(25% - 30px);
}

.services .services-slider:not(.slick-initialized) .service-item:nth-child(n+5) {
  display: none;
}

.services .services-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services .services-slider .slick-list {
  margin: 0 -13px;
  padding-bottom: 1px;
}

.services .services-slider-wrapper {
  position: relative;
}

.services .services-slider-wrapper .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 1;
}

.services .services-slider-wrapper .slick-prev {
  left: -90px;
}

.services .services-slider-wrapper .slick-next {
  right: -90px;
  margin-left: 0;
}

.services .services-bottom {
  margin-top: auto;
}

.services .services-bottom-inner {
  position: relative;
  padding: 55px 0;
}

.services .services-bottom-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #F0F6FE;
  border-radius: 0px 20px 0px 0px;
}

.services .services-bottom-info {
  font-size: 14px;
  line-height: 20px;
}

.services .services-phone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}

.services .services-phone .phone-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #1D2C4C;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.services .services-phone .phone-link:hover {
  color: #1A78F2;
}

.services .services-phone .phone-info {
  margin-top: 3px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #7D94B1;
}

.services .services-request {
  margin: 0 55px 0 30px;
}

.services .services-request .request-btn {
  width: 220px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #1A78F2;
}

.services .services-request .request-btn:hover {
  color: #ffffff;
  background-color: #1A78F2;
}

.services-home {
  overflow: hidden;
}

.services-home .services-title {
  padding-right: 30px;
}

.services-home .services-slider {
  margin-top: calc(15vw - 225px);
}

.services-internal .services-info {
  max-width: 1000px;
  margin-top: 50px;
}

.services-internal .service-item .item-name {
  min-height: 72px;
}

.services-internal .service-item .item-link {
  display: inline-block;
}

.services-internal .services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 32px -15px 0;
}

.services-internal .services-wrapper .service-item {
  width: calc(25% - 30px);
  margin: 30px 15px 0;
}

.request {
  position: relative;
}

.request .request-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.request .request-map ymaps[class*="ground-pane"] > ymaps {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}

.request .request-map ymaps[class*="places-pane"] {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.request .request-map .map-placemark {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -100px;
  left: -100px;
  border: 3px solid transparent;
  background-color: transparent;
  border-radius: 500px;
  -webkit-transition: border .25s ease, background-color .25s ease;
  -o-transition: border .25s ease, background-color .25s ease;
  transition: border .25s ease, background-color .25s ease;
}

.request .request-map .map-placemark:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 56px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icons/location2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.request .request-map .map-placemark.active {
  border: 3px solid #1A78F2;
  background-color: rgba(65, 143, 245, 0.3);
}

@media (min-width: 1230px) {
  .request .request-map .map-placemark.hover {
    border: 3px solid #1A78F2;
    background-color: rgba(65, 143, 245, 0.3);
  }
}

.request .request-map #mark1 {
  width: 320px;
  height: 320px;
  top: -160px;
  left: -160px;
}

.request .request-main {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
}

.request .request-form {
  position: relative;
  max-width: 470px;
  margin-left: auto;
  padding: 40px 50px 60px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 44px 34px #D0D3D8;
          box-shadow: 0px 44px 34px #D0D3D8;
  z-index: 1;
  pointer-events: auto;
}

.request .request-form .form-title {
  text-align: center;
}

.request .request-form .form-info {
  margin-top: 30px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.request .request-form .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}

.request .request-form .form-item .item-name {
  margin-right: 20px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7D94B1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.request .request-form .form-item .item-input {
  position: relative;
  width: 220px;
  font-family: "GilroySemiBold", sans-serif;
  color: #151617;
  cursor: pointer;
}

.request .request-form .form-item .item-input:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  background: url(../img/icons/triangle.svg) 50% 50% no-repeat;
  background-size: contain;
}

.request .request-form .form-item .item-input.active:before {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.request .request-form .form-item .item-input.active input {
  border-radius: 5px 5px 0 0;
}

.request .request-form .form-item .item-input input {
  width: 100%;
  height: 45px;
  padding: 0 25px 0 15px;
  font-size: 16px;
  line-height: 19px;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: 1px solid #1A78F2;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.12);
}

.request .request-form .form-item .item-input .input-options {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  top: 100%;
  left: 0;
  max-height: 216px;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #1A78F2;
  border-top: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
  overflow: hidden !important;
}

.request .request-form .form-item .item-input .input-options:not([data-index="1"]) {
  display: none;
}

.request .request-form .form-item .item-input .input-options li {
  color: #151617;
  padding: 6px 15px;
  -webkit-transition: color .2s ease, background-color .2s ease;
  -o-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

.request .request-form .form-item .item-input .input-options li:hover {
  color: #ffffff;
  background-color: #1A78F2;
}

.request .request-form .form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

.request .request-form .form-submit input {
  border-radius: 100px;
}

.request .request-form .form-submit .submit-btn {
  margin-top: 12px;
}

.request-home .request-form {
  margin-top: 20px;
}

.request-internal {
  min-height: 790px;
  margin-top: 100px;
  padding: 80px 0;
}

.order-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-form .form-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 26px;
  line-height: 31px;
  color: #151617;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order-form .form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1.14;
  -webkit-flex: 1.14;
      -ms-flex: 1.14;
          flex: 1.14;
  margin-left: 80px;
}

.order-form .form-submit input {
  border-radius: 100px;
}

.order-form .form-submit input,
.order-form .form-submit .submit-btn {
  width: calc(50% - 15px);
}

.order-form.blue {
  padding: 40px 45px;
  background-color: #F0F6FE;
  border: 3px solid #1A78F2;
  border-radius: 20px;
}

.order-form.blue .form-submit {
  margin-left: 50px;
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.clients .client-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 150px;
  margin: 0 15px;
  padding: 40px;
  background-color: #ffffff;
}

.clients .client-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #D5E4F5;
  border-radius: 20px;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 2;
}

.clients .clients-slider {
  margin-top: 50px;
  overflow: hidden;
}

.clients .clients-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.clients .clients-slider:not(.slick-initialized) .client-item {
  width: calc(16.666% - 30px);
}

.clients .clients-slider:not(.slick-initialized) .client-item:nth-child(n+7) {
  display: none;
}

.clients .clients-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clients .clients-slider .slick-list {
  margin: 0 -13px;
  padding-bottom: 1px;
}

.clients .clients-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 60px;
  margin-top: 75px;
  background-color: #F0F6FE;
  border-radius: 20px;
}

.clients .clients-info .info-number {
  font-family: "GilroyBold", sans-serif;
  font-size: 50px;
  line-height: 60px;
  white-space: nowrap;
  color: #1D2C4C;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.clients .clients-info .info-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-left: 60px;
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.clients .clients-info .info-descr {
  font-size: 14px;
  line-height: 20px;
  margin-left: 60px;
  -webkit-box-flex: 2.3;
  -webkit-flex: 2.3;
      -ms-flex: 2.3;
          flex: 2.3;
}

.clients .clients-info .info-slogan {
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-left: 60px;
  color: #1D2C4C;
}

.clients-home .clients-order {
  margin-top: calc(15vw - 205px);
}

.clients-internal {
  margin-top: 70px;
}

.clients-internal .clients-order {
  margin-top: 60px;
}

.articles .article-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
  margin: 0 15px;
  background-color: #ffffff;
}

.articles .article-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #E3E6E9;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 2;
}

.articles .article-item .item-photo {
  position: relative;
  display: block;
  padding-top: 59%;
  overflow: hidden;
}

.articles .article-item .item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

@media (min-width: 576px) {
  .articles .article-item .item-photo:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.articles .article-item .item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px 30px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.articles .article-item .item-name {
  margin-bottom: auto;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.articles .article-item .item-link {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: #151617;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.articles .article-item .item-link:hover {
  color: #1A78F2;
}

.articles .article-item .item-read {
  margin-top: 25px;
  text-align: center;
}

.articles .article-item .item-read .read-btn {
  max-width: 220px;
  width: 100%;
}

.articles .articles-slider {
  margin-top: 55px;
  overflow: hidden;
}

.articles .articles-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.articles .articles-slider:not(.slick-initialized) .article-item {
  width: calc(25% - 30px);
}

.articles .articles-slider:not(.slick-initialized) .article-item:nth-child(n+5) {
  display: none;
}

.articles .articles-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.articles .articles-slider .slick-list {
  margin: 0 -13px;
  padding-bottom: 1px;
}

.articles-internal {
  margin-top: 70px;
}

.articles-internal .articles-slider {
  margin-top: 50px;
}

.article-content {
  margin-top: 50px;
}

.article-content .article-text {
  max-width: 1000px;
}

.article-content .article-goback {
  margin-top: 50px;
}

.article-content .article-goback .goback-btn {
  width: 220px;
  border: 2px solid #1A78F2;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #1A78F2;
  background-color: transparent;
}

.article-content .article-goback .goback-btn:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-right: 15px;
  background: url(../img/icons/arrow3.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

.article-content .article-goback .goback-btn:hover {
  color: #ffffff;
  background-color: #1A78F2;
}

.article-content .article-goback .goback-btn:hover:before {
  -webkit-filter: saturate(0) brightness(3);
          filter: saturate(0) brightness(3);
}

.gallery .gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
  margin: 0 15px;
  background-color: #ffffff;
  text-decoration: none;
}

.gallery .gallery-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #E3E6E9;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 2;
}

@media (min-width: 576px) {
  .gallery .gallery-item:hover .item-photo img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
  .gallery .gallery-item:hover .item-name {
    color: #1A78F2;
  }
}

.gallery .gallery-item .item-photo {
  position: relative;
  display: block;
  padding-top: 59%;
  overflow: hidden;
}

.gallery .gallery-item .item-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.gallery .gallery-item .item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #151617;
  padding: 22px 30px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.gallery .gallery-slider {
  margin-top: 55px;
  overflow: hidden;
}

.gallery .gallery-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.gallery .gallery-slider:not(.slick-initialized) .gallery-item {
  width: calc(25% - 30px);
}

.gallery .gallery-slider:not(.slick-initialized) .gallery-item:nth-child(n+5) {
  display: none;
}

.gallery .gallery-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery .gallery-slider .slick-list {
  margin: 0 -13px;
  padding-bottom: 1px;
}

.gallery .gallery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 75px;
  margin-top: 75px;
  background-color: #E6FCD5;
  border-radius: 20px;
}

.gallery .gallery-info .info-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #151617;
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.gallery .gallery-info .info-descr {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-left: 75px;
  color: #8a9681;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.page-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-bottom .os-content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100% !important;
}

.page-bottom .os-scrollbar {
  display: none;
}

.registration {
  position: relative;
  padding-bottom: 4.7vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.registration:before {
  content: '';
  position: absolute;
  width: 90px;
  height: calc(100% + calc(40vh - 215px));
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  z-index: 10;
}

.registration .registration-title {
  padding-right: 15px;
}

.registration .registration-documents {
  margin-top: 50px;
  font-size: 20px;
  line-height: 28px;
}

.registration .registration-documents .documents-list {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.registration .registration-documents .document-item {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 45px;
  margin-top: 7px;
  text-transform: uppercase;
}

.registration .registration-documents .document-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: url(../img/icons/checkmark.svg) 50% 50% no-repeat;
  background-size: contain;
}

.registration .registration-info {
  margin-top: 60px;
  font-family: "GilroyBold", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #7D94B1;
}

.registration .registration-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.registration .registration-form input {
  border-radius: 100px;
}

.registration .registration-form input,
.registration .registration-form .submit-btn {
  width: calc(50% - 15px);
}

/* footer {
  padding: 60px 0;
  background-color: #1D2C4C;
}

footer .footer-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-menu {
  margin-right: auto;
}

footer .footer-menu .menu-primary {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-menu .menu-primary .menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-decoration: none;
  color: #7D94B1;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

footer .footer-menu .menu-primary .menu-link:hover {
  color: #1A78F2;
}

footer .footer-menu .menu-primary .menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

footer .footer-menu .menu-primary .menu-item:last-child {
  margin-right: 0;
}

footer .footer-menu .menu-primary .current-menu-item .menu-link,
footer .footer-menu .menu-primary .current-page-ancestor .menu-link {
  color: #1A78F2;
}

footer .footer-phone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 60px;
  padding-left: 55px;
}

footer .footer-phone:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/icons/phone2.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}

footer .footer-phone .phone-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

footer .footer-phone .phone-link:hover {
  color: #1A78F2;
}

footer .footer-phone .phone-info {
  margin-top: 3px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #7D94B1;
}

footer .footer-request {
  margin: 0 calc(760px - 50vw) 0 60px;
}

footer .footer-request .request-btn {
  width: 300px;
  height: 70px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 0;
}

footer .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 90px 0;
}

footer .footer-logo .logo-link {
  display: inline-block;
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}

footer .footer-info {
  margin: 0 90px;
  font-size: 12px;
  line-height: 17px;
  max-width: 760px;
}

footer .footer-developer {
  text-align: right;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

footer .footer-developer .developer-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

footer .footer-developer .developer-link img {
  width: 68px;
  margin-left: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-filter: saturate(0) brightness(3);
          filter: saturate(0) brightness(3);
  -webkit-transition: -webkit-filter .25s ease;
  transition: -webkit-filter .25s ease;
  -o-transition: filter .25s ease;
  transition: filter .25s ease;
  transition: filter .25s ease, -webkit-filter .25s ease;
}

footer .footer-developer .developer-link:hover {
  color: #1A78F2;
}

footer .footer-developer .developer-link:hover img {
  -webkit-filter: unset;
          filter: unset;
} */

.equipment {
  margin-top: 75px;
}

.equipment .equipment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: auto;
  margin: 0 15px;
  background-color: #ffffff;
}

.equipment .equipment-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #E3E6E9;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 2;
}

.equipment .equipment-item .item-photo {
  position: relative;
  display: block;
  padding-top: 60%;
  overflow: hidden;
}

.equipment .equipment-item .item-photo img {
  position: absolute;
  max-width: 50%;
  max-height: 70%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (min-width: 576px) {
  .equipment .equipment-item .item-photo:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.equipment .equipment-item .item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 40px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.equipment .equipment-item .item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.equipment .equipment-item .item-name {
  margin-bottom: auto;
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.equipment .equipment-item .item-link {
  display: inline-block;
  text-decoration: none;
  color: #151617;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.equipment .equipment-item .item-link:hover {
  color: #1A78F2;
}

.equipment .equipment-item .item-descr {
  max-width: 240px;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 20px;
}

.equipment .equipment-item .item-order {
  margin-top: 25px;
  text-align: center;
}

.equipment .equipment-item .item-order .order-btn {
  max-width: 220px;
  width: 100%;
}

.equipment .equipment-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px -15px 0;
}

.equipment .equipment-wrapper .equipment-item {
  width: calc(33.333% - 30px);
  margin: 30px 15px 0;
}

.equipment-internal {
  margin-top: 70px;
}

.equipment-internal .equipment-slider {
  margin-top: 50px;
  overflow: hidden;
}

.equipment-internal .equipment-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.equipment-internal .equipment-slider:not(.slick-initialized) .equipment-item {
  width: calc(33.333% - 30px);
}

.equipment-internal .equipment-slider:not(.slick-initialized) .equipment-item:nth-child(n+4) {
  display: none;
}

.equipment-internal .equipment-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equipment-internal .equipment-slider .slick-list {
  margin: 0 -13px;
  padding-bottom: 1px;
}

.discounts {
  margin-top: 60px;
}

.discounts .discounts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.discounts .discount-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 15px 0;
}

.discounts .discount-item .item-icon {
  width: 60px;
  height: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.discounts .discount-item .item-info {
  margin-left: 50px;
}

.discounts .discount-item .item-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #151617;
}

.discounts .discount-item .item-descr {
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
}

.discounts .discount-item .item-descr p {
  padding-right: 20px;
}

.discounts .discount-item.lg {
  width: calc(100% - 30px);
}

.discounts .discount-item.lg .item-descr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.discounts .discount-item.sm {
  width: calc(50% - 30px);
  padding-right: 20px;
}

.discounts .discount-item.sm .item-descr p:last-child {
  margin-bottom: 0;
}

.discounts .discount-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 30px);
  margin: 30px 15px 0;
}

.discounts .discount-form input {
  border-radius: 100px;
}

.discounts .discount-form input, .discounts .discount-form .submit-btn {
  width: calc(50% - 15px);
}

.detailed-order {
  margin-top: 95px;
}

.detailed-order .detailed-order-form {
  padding: 40px 112px 60px;
  background-color: #F0F6FE;
  border: 5px solid #1A78F2;
  border-radius: 20px;
  text-align: center;
}

.detailed-order .detailed-order-form .form-info {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #7D94B1;
}

.detailed-order .detailed-order-form .form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px -12px 0;
}

.detailed-order .detailed-order-form .form-inputs input, .detailed-order .detailed-order-form .form-inputs textarea {
  border: 2px solid #CFD8E3;
}

.detailed-order .detailed-order-form .form-inputs input:focus, .detailed-order .detailed-order-form .form-inputs input:not(:placeholder-shown), .detailed-order .detailed-order-form .form-inputs textarea:focus, .detailed-order .detailed-order-form .form-inputs textarea:not(:placeholder-shown) {
  border: 2px solid #1A78F2;
}

.detailed-order .detailed-order-form .form-inputs input {
  width: calc(33.333% - 24px);
  margin: 0 12px;
}

.detailed-order .detailed-order-form .form-inputs textarea {
  width: calc(100% - 24px);
  height: 115px;
  margin: 25px 12px 0;
  resize: none;
}

.detailed-order .detailed-order-form .form-submit {
  margin-top: 30px;
}

.detailed-order .detailed-order-form .form-submit .submit-btn {
  max-width: 440px;
  width: 100%;
}

.manipulator {
  margin-top: 55px;
}

.manipulator .manipulator-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.manipulator .manipulator-item .item-img {
  position: relative;
  -webkit-box-flex: 1.8;
  -webkit-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
}

.manipulator .manipulator-item .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.manipulator .manipulator-item .item-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 50px 35px;
  background-color: #F0F6FE;
}

.manipulator .manipulator-item .item-form .form-title {
  text-align: center;
}

.manipulator .manipulator-item .item-form .form-specs {
  margin: 32px auto 40px;
}

.manipulator .manipulator-item .item-form .form-specs .spec-name {
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #7D94B1;
  padding-right: 12px;
}

.manipulator .manipulator-item .item-form .form-specs .specs-row:first-child th, .manipulator .manipulator-item .item-form .form-specs .specs-row:first-child td {
  padding-bottom: 10px;
}

.manipulator .manipulator-item .item-form .form-specs .spec-values .value-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #151617;
}

.manipulator .manipulator-item .item-form .form-specs .spec-values .value-item:first-child:after {
  content: '/';
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #7D94B1;
  margin: 0 7px 0 9px;
}

.manipulator .manipulator-item .item-form .form-specs .spec-values .value-item img {
  width: 17px;
  height: 17px;
}

.manipulator .manipulator-item .item-form .form-specs .spec-values .value-item span {
  display: inline-block;
  margin-left: 8px;
}

.manipulator .manipulator-item .item-form .form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.manipulator .manipulator-item .item-form .form-inputs input {
  width: 100%;
  border-radius: 100px;
  margin-bottom: 10px;
}

.manipulator .manipulator-item .item-form .form-inputs input:last-child {
  margin-bottom: 0;
}

.manipulator .manipulator-item .item-form .form-submit {
  margin-top: 10px;
}

.manipulator .manipulator-item .item-form .form-submit .submit-btn {
  width: 100%;
}

.manipulator .manipulator-item .item-form .form-detailed {
  position: relative;
  margin-top: 35px;
  text-align: center;
  z-index: 1;
}

.manipulator .manipulator-item .item-form .form-detailed .detailed-btn {
  display: inline-block;
  font-family: "GilroyBold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1A78F2;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.manipulator .manipulator-item .item-form .form-detailed .detailed-btn:hover {
  color: #196DDA;
}

.manipulator .manipulator-advantages {
  margin-top: 75px;
}

.manipulator .manipulator-advantages .advantages-list {
  margin-top: 45px;
}

.manipulator .manipulator-advantages .advantages-info {
  margin-top: 70px;
}

.manipulator .manipulator-specs {
  margin-top: 65px;
}

.manipulator .manipulator-specs .specs-table {
  width: 100%;
  margin: 30px 0 80px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.manipulator .manipulator-specs .specs-table .spec-name {
  padding: 14px 0;
  border-bottom: 1px solid #D5E4F5;
  color: #7D94B1;
}

.manipulator .manipulator-specs .specs-table .spec-value {
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid #D5E4F5;
  text-align: right;
  color: #151617;
}

.manipulator .manipulator-specs .specs-request {
  text-align: right;
}

.manipulator .manipulator-specs .specs-request .request-btn {
  max-width: 320px;
  width: 100%;
  border-radius: 0;
}

.contacts .contacts-list {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts .contacts-list .contact-link {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #151617;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.contacts .contacts-list .contact-link:hover {
  color: #1A78F2;
}

.contacts .contacts-list .contact-info {
  display: inline-block;
  color: #7D94B1;
}

.contacts .contacts-list .contact-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 55px;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.contacts .contacts-list .contact-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contacts .contacts-list .contact-item:last-child {
  margin-bottom: 0;
}

.contacts .contacts-list .contact-phone {
  margin-right: 30px;
  -webkit-box-flex: 1.1;
  -webkit-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}

.contacts .contacts-list .contact-phone:before {
  background-image: url(../img/icons/phone2.svg);
}

.contacts .contacts-list .contact-phone .contact-info {
  margin-top: 3px;
}

.contacts .contacts-list .contact-phone .contact-link {
  font-family: "GilroyBold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.contacts .contacts-list .contact-address {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contacts .contacts-list .contact-address:before {
  background-image: url(../img/icons/location.svg);
}

.contacts .contacts-warning {
  margin: -15px 0 27px;
}

.contacts .contacts-map {
  width: calc(100% - 90px);
  height: 570px;
  margin-top: 80px;
}

/**/
.new_offer .advantages-discount {
  position: relative;
  list-style-type: none;
  padding: 45px 30px 50px;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}

.new_offer .advantages-discount:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1A78F2;
  border-radius: 20px 0px 0px 0px;
}

.new_offer .advantages-discount .discount-inner {
  position: relative;
  /* width: 540px; */
}

.new_offer .advantages-discount .discount-inner-inner {
  display: flex;
  justify-content: space-between;
}

.new_offer .advantages-discount .discount-inner-inner .discount-info,
.new_offer .advantages-discount .discount-inner-inner .discount-right {
  max-width:calc(50% - 25px);
  min-width:calc(50% - 25px);
}

/* .new_offer .advantages-discount .discount-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
} */

.new_offer .advantages-discount .discount-title {
  font-family: "GilroyBold", sans-serif;
  font-size: 28px;
  line-height: 34px;
  /* max-width: 240px; */
  margin-bottom: 30px;
}

.new_offer .advantages-discount .discount-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_offer .advantages-discount .discount-counter .counter-title {
  max-width: 95px;
  margin-top: 7px;
  font-family: "GilroyBold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.new_offer .advantages-discount .discount-counter .counter-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.new_offer .advantages-discount .discount-counter .counter-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  font-family: "GilroyBold", sans-serif;
}

.new_offer .advantages-discount .discount-counter .counter-value:last-child {
  margin-right: 0;
}

.new_offer .advantages-discount .discount-counter .counter-value span:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  height: 70px;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  color: #151617;
}

.new_offer .advantages-discount .discount-counter .counter-value span:last-child {
  margin-top: 12px;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
}

.new_offer .page-top-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin: 45px 0 0 auto;
}

.new_offer .page-top-form .form-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new_offer .page-top-form .form-inputs input {
  width: calc(50% - 5px);
  padding: 0 30px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 14px 24px #D2D8E0;
          box-shadow: 0px 14px 24px #D2D8E0;
  font-size: 17px;
  line-height: 20px;
}

.new_offer .page-top-form .form-submit {
  margin-left: 10px;
}

.new_offer .page-top-form .form-submit .submit-btn {
  width: 80px;
  height: 60px;
  border-radius: 100px;
}

.new_offer .page-top-form .form-submit .submit-btn:after {
  margin-left: 0;
  
  content: '';
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/send-mail.svg) 50% 50% no-repeat;
  background-size: contain;
}

.new_offer .page-top-form .form-submit .submit-btn:hover:after {
  background: url(../img/icons/send-mail_black.svg) 50% 50% no-repeat;
  background-size: contain;
}
.new_offer .advantages-discount .discount-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.new_offer .advantages-discount .discount-request .request-info {
  font-family: "GilroyBold", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.new_offer .advantages-discount .discount-request .request-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 252px;
  margin-left: 30px;
}

@media (max-width:1250px) {
  .new_offer {
    margin-top: 60px;
  }
  .new_offer .advantages-discount .discount-inner-inner {
    flex-direction: column;
  }
  .new_offer .advantages-discount .discount-inner-inner .discount-info, .new_offer .advantages-discount .discount-inner-inner .discount-right {
    max-width: 100%;
    min-width: 100%;
  }
  .new_offer .advantages-discount .discount-title {
    font-size: 20px;
    line-height: 24px;
  }
  .advantages-discount .discount-inner-inner .discount-right {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .new_offer  .advantages-discount .discount-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-title {
    max-width: unset;
  }
  .new_offer  .advantages-discount .discount-counter .counter-time {
    margin: 12px 0 0;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value {
    width: calc(25% - 45px/4);
    margin-right: 15px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value span:first-child {
    width: 100%;
    height: 50px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .new_offer  .advantages-discount .discount-counter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-title {
    max-width: 95px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-time {
    margin: 0 0 0 30px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value {
    width: unset;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value span:first-child {
    width: 70px;
    height: 56px;
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 575.98px) {
  .new_offer  .advantages-discount .discount-counter .counter-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 180px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value {
    margin-right: 12px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value span:first-child {
    width: 13vw;
    height: 52px;
    font-size: 24px;
    line-height: 28px;
  }
  .new_offer  .advantages-discount .discount-counter .counter-time {
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .new_offer .page-top-form {
    align-items: center;
  }
  .new_offer .page-top-form,
  .new_offer .page-top-form .form-inputs {
    flex-direction: column;
  }
  .new_offer .page-top-form .form-inputs input {
    margin-bottom: 20px;
    width: 100%;
  }
  .new_offer .page-top-form .form-submit {
    margin-left: 0;
  }
}

@media (max-width: 439.98px) {
  .new_offer  .advantages-discount .discount-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new_offer  .advantages-discount .discount-counter .counter-title {
    max-width: unset;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .new_offer  .advantages-discount .discount-counter .counter-time {
    margin: 15px 0 0;
  }
  .new_offer  .advantages-discount .discount-counter .counter-value {
    width: calc(25% - 9px);
  }
  .new_offer  .advantages-discount .discount-counter .counter-value span:first-child {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }
}

/* СКРЫТЫЙ ИНПУТ АНТИСПАМ */

.sugg-input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
}


/*--admcsp task #2853  2024_05_28--*/
/*----new template spyder-page-----*/
.manipulator .manipulator-item .item-form .form-specs .sp_pb0 th,
.manipulator .manipulator-item .item-form .form-specs .sp_pb0 td {
padding-bottom: 10px;
}
.manipulator .manipulator-item .item-form .form-specs .sp_pb0 .spec-values .value-item:first-child::after {
content: '';
}

