@import "../css/slick-theme.css";
@import "../css/slick.css";
@import "../css/jquery.fancybox.min.css";
@import "../css/select2.min.css";
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProNarBol.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProNarMed.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProReg.ttf');
  font-weight: 400;
  font-style: normal;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:hover {
  -webkit-transition: .2s;
  transition: .2s;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
a:hover,
button:hover {
  -webkit-transition: .2s;
  transition: .2s;
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
li {
  list-style-type: none;
}
select,
input,
textarea,
hr,
fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  resize: none;
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='checkbox'],
input[type="radio"] {
  display: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
.slick-slide {
  outline: none;
}
table,
tr,
th {
  border-collapse: collapse;
  border: none;
}
input,
input::-webkit-input-placeholder,
textarea,
button {
  font-family: 'Gotham Pro', sans-serif;
  color: #454f66;
}
input,
input:-ms-input-placeholder,
textarea,
button {
  font-family: 'Gotham Pro', sans-serif;
  color: #454f66;
}
input,
input::-ms-input-placeholder,
textarea,
button {
  font-family: 'Gotham Pro', sans-serif;
  color: #454f66;
}
input,
input::placeholder,
textarea,
button {
  font-family: 'Gotham Pro', sans-serif;
  color: #454f66;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1340px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.main-title {
  color: #454f66;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  color: #454F66;
}
.subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #9CA5B8;
}
.main-btn {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 64px;
  line-height: 50px;
  height: 50px;
  background: #2750AE;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.main-btn:hover {
  background-color: #214595;
}
.color {
  color: #2750ae;
}
.input-text {
  display: block;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  background-color: #eaeef7;
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.input-wrap {
  max-width: 100%;
  width: 407px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
}
.input-wrap input {
  background: transparent;
  width: 160px;
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #454F66;
}
.input-wrap button {
  -webkit-transition: .2s;
  transition: .2s;
  height: 40px;
  line-height: 40px;
  padding: 0 38px;
  background: #2750AE;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.input-wrap button:hover {
  background-color: #214595;
}
.personal-data {
  margin-top: 22px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personal-data .checkbox-el {
  margin-top: 2px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  min-width: 14px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/checkbox-el.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}
.personal-data p {
  max-width: 360px;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
}
.personal-data u {
  -webkit-transition: .2s;
  transition: .2s;
}
.personal-data u:hover {
  opacity: .8;
}
.personal-data input:checked + .checkbox-el {
  background-color: transparent;
}
.personal-data.dark .checkbox-el {
  background-image: url(../img/icons/checkbox-el-blue.svg);
  background-color: #2750ae;
}
.personal-data.dark p {
  color: #454f66;
}
.personal-data.dark p u {
  color: #2750ae;
}
.overlay {
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(69, 79, 102, 0.3);
}
.overlay.active {
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.nice-select {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 0 20px;
  padding-right: 50px;
  line-height: 50px;
  height: 50px;
  background: #EAEEF7;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #454F66;
  float: none;
}
.nice-select:after {
  margin-top: -8px;
  right: 25px;
  width: 14px;
  height: 14px;
  border-width: 3px;
}
.nice-select .list {
  min-width: 100%;
  overflow-y: scroll;
  max-height: 300px;
}
body {
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
main {
  overflow: hidden;
}
main.page {
  padding-top: 100px;
  padding-bottom: 80px;
}
header {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0;
}
header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  margin-right: auto;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo img {
  height: 100%;
}
header .header-menu {
  margin-right: 30px;
}
header .header-menu li {
  display: inline-block;
  margin-right: 50px;
}
header .header-menu a {
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 13px;
  line-height: 12px;
  color: #454F66;
}
header .header-menu a:hover {
  opacity: .7;
}
header .tel {
  -webkit-transition: .2s;
  transition: .2s;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
header .tel:before {
  content: url(../img/tel-dark.svg);
  margin-right: 8px;
  margin-top: 3px;
}
header .tel:hover {
  opacity: .8;
}
header .main-btn {
  padding: 0 40px;
}
header .soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 34px;
}
header .soc-networks li {
  margin-left: 8px;
}
header .soc-networks li a {
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .soc-networks li a:hover {
  opacity: .6;
}
header.fixed {
  position: fixed;
  background-color: #fff;
}
.feedback-modal {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  width: 480px;
  max-width: calc(100% - 40px);
  z-index: 3;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  padding: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
          box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
  border-radius: 6px;
}
.feedback-modal .close {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.feedback-modal .close:hover {
  opacity: .8;
}
.feedback-modal h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 19px;
  color: #454F66;
}
.feedback-modal .subtitle {
  margin-top: 16px;
  font-size: 14px;
  max-width: 350px;
}
.feedback-modal form {
  margin-top: 30px;
  width: 100%;
}
.feedback-modal .input {
  width: 100%;
  display: block;
  margin-top: 15px;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  background: #EAEEF7;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #454F66;
}
.feedback-modal .main-btn {
  margin-top: 25px;
  padding: 0 40px;
}
.feedback-modal .personal-data {
  margin-top: 15px;
}
.feedback-modal.active {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.more-info-modal {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  width: 800px;
  max-width: calc(100% - 40px);
  z-index: 3;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  padding: 30px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
          box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
  border-radius: 12px;
}
.more-info-modal .close {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.more-info-modal .close:hover {
  opacity: .8;
}
.more-info-modal h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 19px;
  color: #454F66;
}
.more-info-modal > p {
  margin-top: 20px;
  font-size: 16px;
}
.more-info-modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.more-info-modal .col {
  width: calc(50% - 10px);
}
.more-info-modal .label {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #454F66;
}
.more-info-modal .input {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  background: #EAEEF7;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #454F66;
}
.more-info-modal .amount {
  position: relative;
  display: block;
}
.more-info-modal .amount input {
  padding-right: 50px;
}
.more-info-modal .amount .currency {
  position: absolute;
  right: 25px;
  top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #454F66;
}
.more-info-modal .main-btn {
  margin-top: 25px;
}
.more-info-modal.active {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.privacy-policy-modal {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  width: 950px;
  max-width: calc(100% - 40px);
  z-index: 3;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  padding: 30px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
          box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
  border-radius: 12px;
}
.privacy-policy-modal__wrap {
  padding: 0 20px;
  overflow-y: scroll;
  width: 100%;
  max-height: calc(100vh - 100px);
}
.privacy-policy-modal__wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.privacy-policy-modal__wrap::-webkit-scrollbar-track {
  background-color: #999;
  margin-top: 30px;
}
.privacy-policy-modal__wrap::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.privacy-policy-modal__wrap::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #2750AE;
  border-radius: 3px;
}
.privacy-policy-modal__wrap::-webkit-scrollbar-corner {
  background-color: #999;
}
.privacy-policy-modal__wrap::-webkit-resizer {
  background-color: #2750AE;
}
.privacy-policy-modal__wrap p {
  margin-top: 15px;
  font-size: 18px;
}
.privacy-policy-modal .close {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.privacy-policy-modal .close:hover {
  opacity: .8;
}
.privacy-policy-modal.active {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.formresult {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  max-width: calc(100% - 40px);
  z-index: 3;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  width: 340px;
  text-align: center;
  padding: 30px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
          box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
  border-radius: 12px;
}
.formresult .close {
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.formresult .close:hover {
  opacity: .8;
}
.formresult h3 {
  font-weight: 500;
  font-size: 20px;
  color: #454F66;
}
.formresult.active {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.mobile-fixed {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 40px;
  padding: 5px;
  background: white;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
          box-shadow: 0px 7px 40px rgba(222, 224, 230, 0.5);
}
.mobile-fixed div {
  background: #2750AE;
  display: block;
}
section#main {
  height: 750px;
  background-image: url(../img/main-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
section#main .container {
  padding-top: 285px;
}
section#main .container:after {
  content: '';
  position: absolute;
  width: 834.85px;
  height: 673.66px;
  right: -90px;
  bottom: -5px;
  background-image: url(../img/main-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#main h1 {
  max-width: 440px;
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  color: #454F66;
}
section#main .subtitle {
  margin-top: 24px;
}
section#main .text-wrap {
  max-width: 100%;
}
section#main .feedback-form {
  margin-top: 48px;
}
section#main .feedback-form .input-wrap {
  width: 437px;
  background-color: #eaeef7;
  padding: 4px;
}
section#main .feedback-form .input-wrap button {
  height: 50px;
  line-height: 50px;
}
section#advantages {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#advantages .main-title {
  width: 100%;
  text-align: center;
}
section#advantages .subtitle {
  width: 100%;
  text-align: center;
}
section#advantages .advantages {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#advantages .advantages li {
  width: 260px;
  padding: 0 27.5px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#advantages .advantages li .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #454F66;
}
section#calculator .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#calculator .container:after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 507px;
  top: 0;
  background-color: #2750ae;
  background-image: url(../img/calc-bg-el.svg);
  background-repeat: no-repeat;
  background-position: left 117px bottom 0;
}
section#calculator .disabled {
  pointer-events: none;
  opacity: .5;
  position: relative;
}
section#calculator .disabled:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#calculator .calc-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#calculator .form-wrap {
  max-width: 500px;
}
section#calculator .form-wrap .subtitle {
  margin-top: 16px;
}
section#calculator .form-wrap .label {
  margin-bottom: 31px;
  margin-top: 45px;
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
section#calculator .form-wrap .input-text {
  margin-top: 16px;
  width: 407px;
  max-width: 100%;
}
section#calculator .form-wrap .main-btn {
  padding: 0 40px;
  margin-top: 24px;
}
section#calculator .calculator {
  z-index: 1;
  max-width: 100%;
  padding: 56px 92px;
  padding-left: 75px;
  width: 624px;
  -webkit-box-shadow: 0 7px 40px rgba(222, 224, 230, 0.3);
          box-shadow: 0 7px 40px rgba(222, 224, 230, 0.3);
  border-radius: 20px;
  background-color: #ffffff;
}
section#calculator .calculator h3 {
  padding-left: 10px;
  margin-bottom: 24px;
  color: #454f66;
  font-size: 24px;
  font-weight: 500;
  line-height: 19px;
}
section#calculator .calculator .row {
  position: relative;
  margin-bottom: 22px;
}
section#calculator .calculator .text {
  position: absolute;
  left: 0;
  top: 0;
  color: #454f66;
  font-size: 18px;
  font-weight: 400;
}
section#calculator .calculator .range-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section#calculator .calculator .num {
  color: #454f66;
  font-size: 16px;
  font-weight: 500;
}
section#calculator .calculator .num .output {
  color: #454f66;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  display: inline;
  width: 115px;
  text-align: right;
  max-width: 83px;
}
section#calculator .calculator .range {
  margin-top: 8px;
  z-index: 0;
  position: relative;
  width: 100%;
}
section#calculator .calculator .range:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background-color: #eaeef7;
  position: absolute;
  left: 0;
  bottom: 2px;
}
section#calculator .calculator .progress-line {
  border-radius: 4px;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 3.6px;
  width: 100%;
  height: 6px;
  z-index: 1;
  background-color: #2750AE;
}
section#calculator .calculator .row.total {
  margin-top: 60px;
  padding-top: 40px;
  margin-bottom: 0;
  border-top: 1px solid #eaeef7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#calculator .calculator .row.total .label {
  margin: 8px 0;
  color: #454f66;
  font-size: 16px;
  font-weight: 500;
}
section#calculator .calculator .row.total .output-wrap {
  color: #2750ae;
  font-size: 50px;
  font-weight: 700;
}
section#calculator .result {
  max-width: 100%;
  position: relative;
  z-index: 0;
}
section#calculator .result:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: -44px;
  top: -44px;
  border-radius: 50%;
  width: 443px;
  height: 443px;
  background-color: #2750ae;
}
section#calculator .result:after {
  content: '';
  z-index: -1;
  position: absolute;
  right: -47px;
  bottom: -24px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  background-color: #2750ae;
}
section#calculator .result__wrap {
  padding: 60px;
  max-width: 100%;
  width: 500px;
  -webkit-box-shadow: 0 7px 40px rgba(222, 224, 230, 0.5);
          box-shadow: 0 7px 40px rgba(222, 224, 230, 0.5);
  border-radius: 20px;
  background-color: #ffffff;
}
section#calculator .result__wrap .row {
  margin-bottom: 22px;
}
section#calculator .result__wrap .label {
  margin-bottom: 15px;
  color: #454f66;
  font-size: 24px;
  font-weight: 400;
}
section#calculator .result__wrap .output-wrap {
  color: #454f66;
  font-size: 24px;
  font-weight: 700;
}
section#calculator .result__wrap .output-wrap.blue {
  padding-bottom: 16px;
  color: #2750ae;
  font-size: 38px;
  font-weight: 700;
}
section#calculator .result__wrap .main-btn {
  padding: 0 45px;
}
section#steps {
  background-color: #eaeef7;
}
section#steps .container {
  padding-top: 104px;
  padding-bottom: 108px;
}
section#steps .container:before {
  content: '';
  position: absolute;
  left: -276px;
  bottom: 0;
  width: 628px;
  height: 667px;
  background-image: url(../img/steps-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#steps .text-wrap {
  width: 100%;
  text-align: center;
}
section#steps .steps-wrap {
  margin-top: 92px;
  margin-left: auto;
  margin-right: 306px;
  position: relative;
  counter-reset: step;
}
section#steps .steps-wrap__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#steps .steps-wrap__item .num {
  border-radius: 50%;
  min-width: 80px;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 7px 40px rgba(222, 224, 230, 0.3);
          box-shadow: 0 7px 40px rgba(222, 224, 230, 0.3);
  background-color: #ffffff;
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2750ae;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 24px;
  font-weight: 500;
}
section#steps .steps-wrap__item .num:before {
  counter-increment: step;
  content: "0" counter(step);
}
section#steps .steps-wrap__item .title {
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
section#steps .steps-wrap__item .desc {
  max-width: 305px;
  margin-top: 7px;
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
section#steps .steps-wrap__item .desc a {
  color: #2750ae;
}
section#steps .steps-wrap__item:nth-of-type(2) {
  top: -8px;
  right: -295px;
}
section#steps .steps-wrap__item:nth-of-type(3) {
  top: 140px;
  right: -262px;
}
section#steps .steps-wrap__item:nth-of-type(4) {
  top: 295px;
  right: -211px;
}
section#steps .steps-wrap__item:nth-of-type(n+5) .num {
  margin-right: 0;
  margin-left: 32px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
section#steps .steps-wrap__item:nth-of-type(n+5) .text {
  text-align: right;
}
section#steps .steps-wrap__item:nth-of-type(5) {
  top: 295px;
  left: -148px;
}
section#steps .steps-wrap__item:nth-of-type(6) {
  top: 140px;
  left: -262px;
}
section#steps .steps-wrap__item:nth-of-type(7) {
  top: -8px;
  left: -252px;
}
section#partners-sertificates {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
section#partners-sertificates .partners {
  width: 50%;
  padding-right: 15px;
}
section#partners-sertificates .partners-wrap {
  width: 100%;
}
section#partners-sertificates .partners-wrap__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 14px;
  width: calc(100% + 30px);
}
section#partners-sertificates .partners-wrap__item {
  width: calc(33.33% - 30px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .2s;
  transition: .2s;
  margin: 0 15px;
  margin-top: 34px;
  opacity: .25;
}
section#partners-sertificates .partners-wrap__item img {
  max-width: 100%;
}
section#partners-sertificates .partners-wrap__item:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
section#partners-sertificates .sertificates {
  width: 50%;
  padding-left: 15px;
}
section#partners-sertificates .sertificates .subtitle {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section#partners-sertificates .sertificates-wrap {
  width: 100%;
}
section#partners-sertificates .sertificates-wrap__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 18px;
  width: calc(100% + 30px);
}
section#partners-sertificates .sertificates-wrap__item {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-top: 30px;
  height: 0;
  padding-top: 40%;
}
section#partners-sertificates .sertificates-wrap__item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
section#partners-sertificates .sertificates-wrap__item:hover {
  opacity: .8;
}
section#partners-sertificates .partners-nav,
section#partners-sertificates .sertificates-nav {
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#partners-sertificates .partners-nav .partners-ar,
section#partners-sertificates .sertificates-nav .partners-ar,
section#partners-sertificates .partners-nav .sertificates-ar,
section#partners-sertificates .sertificates-nav .sertificates-ar {
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  border-radius: 50%;
  min-width: 26px;
  width: 26px;
  height: 26px;
  background-color: #2750AE;
  background-image: url(../img/icons/slider-ar-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
section#partners-sertificates .partners-nav .partners-ar.next-ar,
section#partners-sertificates .sertificates-nav .partners-ar.next-ar,
section#partners-sertificates .partners-nav .sertificates-ar.next-ar,
section#partners-sertificates .sertificates-nav .sertificates-ar.next-ar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section#partners-sertificates .partners-nav .partners-ar:hover,
section#partners-sertificates .sertificates-nav .partners-ar:hover,
section#partners-sertificates .partners-nav .sertificates-ar:hover,
section#partners-sertificates .sertificates-nav .sertificates-ar:hover {
  background-color: #214595;
}
section#partners-sertificates .partners-nav .slick-dots,
section#partners-sertificates .sertificates-nav .slick-dots {
  width: auto;
  margin: 0 12px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#partners-sertificates .partners-nav .slick-dots li,
section#partners-sertificates .sertificates-nav .slick-dots li {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  margin: 0 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #eaeef7;
}
section#partners-sertificates .partners-nav .slick-dots li:before,
section#partners-sertificates .sertificates-nav .slick-dots li:before {
  -webkit-transition: .2s;
  transition: .2s;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid transparent;
}
section#partners-sertificates .partners-nav .slick-dots li button,
section#partners-sertificates .sertificates-nav .slick-dots li button {
  display: none;
}
section#partners-sertificates .partners-nav .slick-dots li:hover,
section#partners-sertificates .sertificates-nav .slick-dots li:hover {
  background-color: #2750ae;
}
section#partners-sertificates .partners-nav .slick-dots li.slick-active,
section#partners-sertificates .sertificates-nav .slick-dots li.slick-active {
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #2750ae;
}
section#partners-sertificates .partners-nav .slick-dots li.slick-active:before,
section#partners-sertificates .sertificates-nav .slick-dots li.slick-active:before {
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #2750ae;
}
section#reviews {
  background-color: #2750ae;
}
section#reviews .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
section#reviews .container:before {
  content: '';
  width: 976px;
  height: 108px;
  position: absolute;
  top: 0;
  right: -175px;
  background-image: url(../img/reviews/el-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#reviews .container:after {
  content: '';
  width: 965px;
  height: 141px;
  position: absolute;
  bottom: 0;
  left: -343px;
  background-image: url(../img/reviews/el-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#reviews .main-title {
  text-align: center;
  color: #fff;
  max-width: 510px;
  margin: 0 auto;
}
section#reviews .reviews-wrap {
  margin: 0 -16px;
  width: calc(100% + 32px);
}
section#reviews .reviews-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 240px;
  margin: 0 16px;
  margin-top: 80px;
  margin-bottom: 54px;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  padding: 24px 32px;
  padding-bottom: 65px;
  border-radius: 20px;
  background-color: #ffffff;
  background-image: url(../img/icons/quote.svg);
  background-position: right 24px top 32px;
  background-repeat: no-repeat;
}
section#reviews .reviews-wrap__item .photo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  right: 32px;
  bottom: -54px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 8px solid #2750ae;
}
section#reviews .reviews-wrap__item .photo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section#reviews .reviews-wrap__item .name {
  position: relative;
  width: 100%;
  color: #454f66;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.22px;
  line-height: 24px;
}
section#reviews .reviews-wrap__item .name:before {
  content: '';
  position: absolute;
}
section#reviews .reviews-wrap__item .date {
  width: 100%;
  color: #454f66;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
section#reviews .reviews-wrap__item .text {
  margin-top: 16px;
  width: 100%;
  color: #454f66;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 24px;
}
section#reviews .reviews-wrap__item.slick-center {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
section#reviews .reviews-nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#reviews .reviews-nav .reviews-ar {
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  border-radius: 50%;
  min-width: 26px;
  width: 26px;
  height: 26px;
  background-color: #eaeef7;
  background-image: url(../img/icons/slider-ar.svg);
  background-repeat: no-repeat;
  background-position: center;
}
section#reviews .reviews-nav .reviews-ar.next-ar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section#reviews .reviews-nav .reviews-ar:hover {
  background-color: #fff;
}
section#reviews .reviews-nav .slick-dots {
  width: auto;
  margin: 0 12px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#reviews .reviews-nav .slick-dots li {
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  margin: 0 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #9ca5b8;
}
section#reviews .reviews-nav .slick-dots li:before {
  -webkit-transition: .2s;
  transition: .2s;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid transparent;
}
section#reviews .reviews-nav .slick-dots li button {
  display: none;
}
section#reviews .reviews-nav .slick-dots li.slick-active {
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #fff;
}
section#reviews .reviews-nav .slick-dots li.slick-active:before {
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #fff;
}
section#reviews .main-btn {
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #fff;
  color: #2750ae;
}
section#contacts {
  position: relative;
  padding-top: 100px;
}
section#contacts .main-title {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
section#contacts .contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#contacts .contacts-wrap .text-wrap {
  width: 546px;
  max-width: 100%;
}
section#contacts .contacts-wrap .text-wrap .offices {
  margin-top: -20px;
  width: 100%;
}
section#contacts .contacts-wrap .text-wrap .offices__item {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#contacts .contacts-wrap .text-wrap .offices__item__img {
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden;
  margin-bottom: 16px;
  width: calc(50% - 13px);
  height: 175px;
  border-radius: 12px;
}
section#contacts .contacts-wrap .text-wrap .offices__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section#contacts .contacts-wrap .text-wrap .offices__item__img:first-of-type {
  margin-right: 26px;
}
section#contacts .contacts-wrap .text-wrap .offices__item__img:hover {
  opacity: .8;
}
section#contacts .contacts-wrap .text-wrap .offices__item .caption {
  margin-right: 10px;
  color: #454f66;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
section#contacts .contacts-wrap .text-wrap .offices__item .address {
  line-height: 24px;
  color: #454f66;
  font-size: 16px;
  font-weight: 400;
}
section#contacts .contacts-wrap .text-wrap .main-info {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
section#contacts .contacts-wrap .text-wrap .main-info .row {
  margin-bottom: 24px;
  width: 100%;
}
section#contacts .contacts-wrap .text-wrap .main-info .col {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #eaeef7;
}
section#contacts .contacts-wrap .text-wrap .main-info .col:last-of-type {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
section#contacts .contacts-wrap .text-wrap .main-info .caption {
  margin-bottom: 8px;
  color: #454f66;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
section#contacts .contacts-wrap .text-wrap .main-info .address {
  line-height: 30px;
  color: #454f66;
  font-size: 16px;
  font-weight: 400;
}
section#contacts .contacts-wrap .text-wrap .main-info a {
  color: #2750ae;
  font-size: 16px;
  font-weight: 400;
}
section#contacts .contacts-wrap .map-wrap {
  width: calc(100% - 546px);
  padding-left: 65px;
}
section#contacts .contacts-wrap .map-wrap .map {
  position: relative;
  height: 420px;
}
section#contacts .contacts-wrap .map-wrap .map #contacts-map {
  width: calc(50vw + 28px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section#contacts .contacts-wrap .map-wrap .company {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #454f66;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
section#contacts .contacts-wrap .map-wrap .company img {
  margin-right: 15px;
}
section#feedback .container {
  padding-top: 150px;
  padding-bottom: 130px;
}
section#feedback .container:before {
  content: '';
  width: 1016px;
  height: 631px;
  position: absolute;
  right: -400px;
  bottom: 0;
  background-image: url(../img/feeedback-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section#feedback .feedback-form {
  padding-left: 100px;
}
section#feedback .feedback-form .subtitle {
  margin-top: 16px;
  margin-bottom: 32px;
}
section#feedback .feedback-form .label {
  margin-bottom: 31px;
  margin-top: 45px;
  color: #454f66;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
section#feedback .feedback-form .input-text {
  margin-top: 16px;
  width: 407px;
}
section#feedback .feedback-form .main-btn {
  margin-top: 24px;
  padding: 0 40px;
}
section#feedback form {
  max-width: 100%;
}
footer {
  background-color: #191935;
  padding: 29px 0;
}
footer .container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
footer .copyright a:hover {
  text-decoration: underline;
}
footer .soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 38px;
}
footer .soc-networks li {
  margin-left: 8px;
}
footer .soc-networks li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .2s;
  transition: .2s;
  max-width: 100%;
}
footer .soc-networks li a img {
  max-width: 100%;
}
footer .soc-networks li a:hover {
  opacity: .6;
}
section#privacy h1 {
  margin-bottom: 10px;
}
section#privacy p {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 1340px) {
  header .header-menu {
    margin-right: 0;
  }
  header .header-menu li {
    margin-right: 20px;
  }
  section#main .container:after {
    width: 800px;
    height: 700px;
    bottom: -29px;
  }
  section#steps .steps-wrap {
    margin-right: auto;
  }
  section#steps .container:before {
    display: none;
  }
  section#sertificates .sertificates-wrap {
    margin: 0 -10px;
    margin-top: -20px;
    margin-bottom: 0;
    width: calc(100% + 20px);
  }
  section#sertificates .sertificates-wrap .slick-list {
    padding: 0 5px;
    padding-top: 20px;
  }
  section#sertificates .sertificates-wrap .slick-slide {
    margin: 0 10px;
  }
  section#sertificates .sertificates-wrap__item {
    margin-bottom: 20px;
  }
  section#sertificates .sertificates-nav {
    margin-top: 10px;
  }
  section#contacts .contacts-wrap .map-wrap {
    padding-left: 30px;
  }
  section#contacts .contacts-wrap .map-wrap .map #contacts-map {
    width: calc(100vw - 608px);
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 15px 0;
  }
  header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo {
    margin-right: auto;
  }
  header .header-menu {
    margin-right: 0;
  }
  header .header-menu li {
    margin-right: 20px;
  }
  header .header-menu li:last-child {
    margin-right: 0;
  }
  header .main-btn {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
  }
  header .soc-networks {
    margin-left: 10px;
  }
  section#main .container:after {
    width: 610px;
    height: 530px;
    bottom: -18px;
  }
  section#reviews .reviews-wrap {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  section#reviews .reviews-wrap__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  section#contacts .contacts-wrap .main-info {
    padding-left: 40px;
  }
  section#calculator .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section#calculator .container:after {
    right: 430px;
  }
  section#calculator .result__wrap {
    padding: 50px;
    width: auto;
  }
  section#calculator .form-wrap {
    width: calc(100% - 500px);
  }
  section#calculator .calculator {
    width: 500px;
    padding: 40px 50px;
  }
  section#calculator .calculator .row.total .output-wrap {
    font-size: 40px;
  }
  section#feedback .feedback-form {
    padding: 0;
  }
  section#contacts .contacts-wrap .text-wrap {
    width: 475px;
  }
  section#contacts .contacts-wrap .map-wrap {
    width: calc(100% - 475px);
  }
  section#contacts .contacts-wrap .map-wrap .map #contacts-map {
    width: calc(100vw - 536px);
  }
}
@media screen and (max-width: 992px) {
  header .header-menu {
    display: none;
  }
  header.fixed {
    position: absolute;
    background-color: transparent;
  }
  section#main {
    height: 790px;
  }
  section#main .container {
    padding-top: 146px;
  }
  section#main .container:after {
    width: 433px;
    height: 341px;
    bottom: 0;
    left: 9px;
  }
  section#main h1 {
    text-align: left;
  }
  section#main .feedback-form .personal-data {
    text-align: left;
  }
  section#advantages .advantages li {
    width: 33.33%;
  }
  section#steps .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#steps .steps-wrap {
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
  }
  section#steps .steps-wrap:before {
    z-index: -1;
    position: absolute;
    left: 40px;
    top: 60px;
    content: '';
    width: 1px;
    height: calc(100% - 100px);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #9ca5b8), color-stop(50%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#9ca5b8 50%, rgba(255, 255, 255, 0) 50%);
    background-position: right;
    background-size: 1px 20px;
    background-repeat: repeat-y;
  }
  section#steps .steps-wrap__bg {
    display: none;
  }
  section#steps .steps-wrap__item {
    margin-top: 32px;
    position: static;
  }
  section#steps .steps-wrap__item .text br {
    display: none;
  }
  section#steps .steps-wrap__item:nth-of-type(n+5) .num {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-right: 32px;
    margin-left: 0;
  }
  section#steps .steps-wrap__item:nth-of-type(n+5) .text {
    text-align: left;
  }
  section#reviews .reviews-wrap {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  section#reviews .reviews-wrap__item {
    min-height: 265px;
    -webkit-transform: none;
            transform: none;
  }
  section#calculator .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#calculator .container:after {
    content: '';
    height: 644px;
    position: absolute;
    -webkit-transform: none;
            transform: none;
    right: 0;
    top: 0;
    background-position: left 38px bottom -83px;
    background-size: 300px;
  }
  section#calculator .form-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  section#calculator .calculator {
    padding: 56px 92px;
    width: 624px;
    margin: 0 auto;
    margin-bottom: 160px;
  }
  section#contacts {
    margin-bottom: 0;
  }
  section#contacts .contacts-wrap .offices__item {
    margin-bottom: 30px;
  }
  section#contacts .contacts-wrap .offices__item__img {
    margin-bottom: 20px;
  }
  section#contacts .contacts-wrap .main-info {
    margin-top: 6px;
    width: 546px;
    padding-left: 0;
    max-width: 100%;
  }
  section#contacts .contacts-wrap .main-info .row {
    margin-bottom: 15px;
  }
  section#contacts .contacts-wrap .main-info .company {
    margin-top: 25px;
  }
  section#feedback .container {
    padding-top: 80px;
    padding-bottom: 420px;
  }
  section#feedback .container:before {
    width: 650px;
    height: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  section#feedback .feedback-form {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
  }
  section#feedback .feedback-form .main-title {
    text-align: center;
  }
  section#feedback .feedback-form .subtitle {
    text-align: center;
  }
  section#feedback .feedback-form .input-text {
    width: 100%;
  }
  section#contacts .contacts-wrap .text-wrap {
    width: 100%;
  }
  section#contacts .contacts-wrap .map-wrap {
    width: 100%;
    margin-top: 46px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#contacts .contacts-wrap .map-wrap .map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  section#contacts .contacts-wrap .map-wrap .map #contacts-map {
    width: 100%;
    position: static;
  }
  section#contacts .contacts-wrap .map-wrap .company {
    margin-top: 0;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-title {
    font-size: 32px;
  }
  .more-info-modal {
    max-height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .more-info-modal .col {
    width: 100%;
  }
  header .tel {
    display: none;
  }
  header .main-btn {
    padding: 0 24px;
    line-height: 50px;
    height: 50px;
  }
  header .soc-networks {
    display: none;
  }
  section#main h1 {
    font-size: 32px;
  }
  section#partners-sertificates {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#partners-sertificates .partners {
    width: 100%;
  }
  section#partners-sertificates .sertificates {
    margin-top: 80px;
    width: 100%;
  }
  section#reviews .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section#reviews .container:before {
    display: none;
  }
  section#reviews .container:after {
    display: none;
  }
  section#reviews .reviews-wrap__item {
    margin-top: 40px;
    padding: 20px 20px 60px 20px;
    background-position: right 20px top 48px;
  }
  section#reviews .reviews-nav {
    margin-top: 35px;
  }
  section#contacts {
    padding-top: 80px;
  }
  section#contacts .contacts-wrap {
    width: 100%;
  }
  section#contacts .contacts-wrap .map-wrap .map {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  section#contacts .main-title {
    margin-bottom: 40px;
  }
  section#feedback .main-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .mobile-fixed {
    display: block;
  }
  header .soc-networks {
    display: none;
  }
  section#advantages {
    padding-top: 76px;
    padding-bottom: 80px;
  }
  section#advantages .advantages {
    margin-top: 10px;
  }
  section#advantages .advantages li {
    margin-top: 30px;
    width: 50%;
  }
  section#reviews .reviews-wrap .slick-list {
    padding-right: 100px !important;
  }
  section#calculator .calculator {
    padding: 56px 24px;
  }
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 460px) {
  .main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .subtitle {
    margin-top: 6px;
  }
  .feedback-modal {
    padding: 25px 28px;
  }
  .more-info-modal {
    padding: 20px 26px;
  }
  .privacy-policy-modal {
    padding: 15px 10px;
  }
  .privacy-policy-modal .close {
    right: 12px;
    top: 12px;
  }
  .privacy-policy-modal__wrap {
    padding: 0 10px;
  }
  .privacy-policy-modal__wrap p {
    margin-top: 10px;
    font-size: 14px;
  }
  .privacy-policy-modal .main-title {
    font-size: 24px;
    line-height: 30px;
  }
  section#advantages .advantages li {
    padding: 0;
    width: 50%;
    padding: 0 10px;
  }
  section#advantages .advantages li br {
    display: none;
  }
  section#steps .subtitle {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  section#steps .steps-wrap:before {
    left: 30px;
  }
  section#steps .steps-wrap__item .num {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 20px;
    margin-right: 20px !important;
  }
  section#partners-sertificates .partners {
    padding: 0;
  }
  section#partners-sertificates .partners-wrap__slide {
    margin-top: 25px;
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  section#partners-sertificates .partners-wrap__item {
    width: calc(50% - 15px);
    margin-top: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  section#partners-sertificates .sertificates {
    padding: 0;
  }
  section#partners-sertificates .sertificates .subtitle {
    max-width: 247px;
  }
  section#partners-sertificates .sertificates-wrap__slide {
    margin-top: 16px;
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  section#partners-sertificates .sertificates-wrap__item {
    width: calc(50% - 15px);
    margin-top: 24px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-top: 65.7%;
  }
  section#reviews .reviews-wrap .slick-list {
    padding-right: 0 !important;
  }
  section#calculator .container:after {
    height: 650px;
  }
  section#calculator .calculator h3 {
    padding-left: 0;
    text-align: center;
  }
  section#calculator .calculator .row.total {
    padding-top: 40px;
    margin-top: 40px;
  }
  section#calculator .calculator .row.total .label {
    width: 100%;
    margin-top: 0;
  }
  section#contacts .contacts-wrap .offices__item__img {
    width: 100%;
    margin-right: 0 !important;
  }
  section#contacts .contacts-wrap .text-wrap .offices {
    margin-top: 0;
  }
  section#contacts .contacts-wrap .text-wrap .offices__item {
    display: block;
    margin-top: 0;
    margin-bottom: 36px;
  }
  section#contacts .contacts-wrap .text-wrap .offices__item__img {
    display: block;
    width: 100%;
    height: 225px;
    margin-bottom: 24px;
  }
  section#contacts .contacts-wrap .text-wrap .offices__item__img:nth-child(2) {
    margin-bottom: 16px;
  }
  section#contacts .contacts-wrap .text-wrap .offices__item .caption {
    display: inline;
    margin-right: 0;
  }
  section#contacts .contacts-wrap .text-wrap .offices__item .address {
    display: inline;
  }
  section#contacts .contacts-wrap .text-wrap .main-info .col {
    width: 50%;
    margin: 0;
    padding-right: 8px;
  }
  section#contacts .contacts-wrap .text-wrap .main-info .col:last-of-type {
    padding-right: 0;
    padding-left: 22px;
  }
  section#contacts .contacts-wrap .map-wrap {
    margin-top: 32px;
  }
  section#contacts .contacts-wrap .map-wrap .company {
    font-size: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section#feedback .container {
    padding-top: 80px;
    padding-bottom: 300px;
  }
  section#feedback .container:before {
    width: 452px;
    height: 281px;
  }
  footer {
    padding: 20px 0;
    padding-bottom: 60px;
  }
  footer .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .copyright {
    margin-top: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 250px;
  }
  footer .soc-networks {
    margin-left: 0;
  }
  footer .soc-networks li {
    margin-right: 13px;
    margin-left: 0;
    width: 32px;
  }
}
@media screen and (max-width: 370px) {
  header .logo {
    height: 18px;
  }
  .input-wrap {
    border-radius: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .input-wrap input {
    margin-top: 10px;
    width: 100%;
  }
  .input-wrap button {
    border-radius: 17px;
    margin-top: 15px;
    width: 100%;
  }
  section#main {
    height: 850px;
  }
  section#advantages {
    padding-top: 76px;
    padding-bottom: 80px;
  }
  section#advantages .advantages {
    margin-top: 10px;
  }
  section#advantages .advantages li .text {
    margin-top: 10px;
    font-size: 14px;
  }
  section#calculator .calculator .row.total .output-wrap {
    font-size: 38px;
  }
  section#contacts .contacts-wrap .text-wrap .main-info .col {
    margin-top: 20px;
    width: 100%;
    padding: 0 !important;
    border: none;
  }
}
input[type='range']:focus {
  outline: 0;
}
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  background: 0 0;
  border: 0;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  height: 20px;
  width: 20px;
  cursor: pointer;
  top: -7px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #2750AE;
  -webkit-box-shadow: 0 4px 10px rgba(69, 79, 102, 0.15);
          box-shadow: 0 4px 10px rgba(69, 79, 102, 0.15);
}
input[type='range']::-webkit-slider-runnable-track {
  width: 235px;
  height: 6px;
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  background: #fff;
  position: relative;
}
.select2 {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  background: #EAEEF7;
  border-radius: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #454F66;
}
.select2 .select2-selection {
  outline: none;
  border: none;
  height: 50px;
  line-height: 50px;
  background: transparent;
}
.select2 .select2-selection .select2-selection__rendered {
  line-height: 50px;
}
.select2-dropdown {
  margin-top: 5px;
  padding-top: 10px;
  background: #EAEEF7;
  border-radius: 0;
  border-top: 1px solid #aaa !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 17px;
}
/* select2 multiple */
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 4.66px;
  margin-bottom: 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline:not(:first-child) {
  line-height: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  background-color: #2750AE;
  border: none;
  border-radius: 9px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
  content: '\D7';
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}
/* select2 multiple */
.col-checkboxes .personal-data {
  margin-top: 10px;
}
.col-checkboxes .personal-data p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .more-info-modal .col .label.empty {
    display: none;
  }
}