@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("../fonts/fonts.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Lato", sans-serif;
  color: black;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}

body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: none;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #000;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.pd_box {
  padding: 60px 0;
}

.title-box {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.55;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.title-box .light {
  font-weight: normal;
}

.intro-box {
  margin: -30px 0 90px;
  text-align: center;
  color: #757384;
  font-size: 20px;
}

.datepicker.dropdown-menu {
  z-index: 99999999 !important;
}

.deg {
  position: relative;
  top: -2px;
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder {
  color: #9BA0AC;
}

.input::-o-input-placeholder {
  color: #9BA0AC;
}

.input::-moz-input-placeholder {
  color: #9BA0AC;
}

.input:-moz-input-placeholder {
  color: #9BA0AC;
}

.input::-ms-input-placeholder {
  color: #9BA0AC;
}

.input input-placeholder {
  color: #9BA0AC;
}

.input::-webkit-input-placeholder {
  color: #9BA0AC;
}

.input::-moz-placeholder {
  color: #9BA0AC;
}

.input:-ms-input-placeholder {
  color: #9BA0AC;
}

.input::-ms-input-placeholder {
  color: #9BA0AC;
}

.input::placeholder {
  color: #9BA0AC;
}

.input:-moz-placeholder-shown {
  color: #9BA0AC;
}

.input:-ms-input-placeholder {
  color: #9BA0AC;
}

.input:placeholder-shown {
  color: #9BA0AC;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.btn,
input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input, button {
  -webkit-appearance: none;
}

.cols-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
}
@media (max-width: 639px) {
  .cols-input {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.input {
  width: 100%;
  height: 45px;
  line-height: 43px;
  font-size: 18px;
  color: #000;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.36px;
  font-weight: normal;
  background: none;
  border: 1px solid #B3BDD5;
  border-radius: 4px;
  padding: 0 15px;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  outline: none;
}
.input:focus {
  border-color: #487DEE;
}
.input.error {
  background: #ffeded;
  border-color: #b40202;
}
.input.error::-webkit-input-placeholder {
  color: #b40202;
}
.input.error::-o-input-placeholder {
  color: #b40202;
}
.input.error::-moz-input-placeholder {
  color: #b40202;
}
.input.error:-moz-input-placeholder {
  color: #b40202;
}
.input.error::-ms-input-placeholder {
  color: #b40202;
}
.input.error input-placeholder {
  color: #b40202;
}
.input.error::-webkit-input-placeholder {
  color: #b40202;
}
.input.error::-moz-placeholder {
  color: #b40202;
}
.input.error:-ms-input-placeholder {
  color: #b40202;
}
.input.error::-ms-input-placeholder {
  color: #b40202;
}
.input.error::placeholder {
  color: #b40202;
}
.input.error:-moz-placeholder-shown {
  color: #b40202;
}
.input.error:-ms-input-placeholder {
  color: #b40202;
}
.input.error:placeholder-shown {
  color: #b40202;
}
.input[name=date] {
  padding-right: 50px;
  background: url(../images/calendar.svg) no-repeat right 10px center;
}
@media (max-width: 639px) {
  .input {
    margin-bottom: 20px;
  }
}

textarea.input {
  line-height: normal;
  padding: 10px 15px;
  resize: none;
  height: 125px;
}
@media (max-width: 639px) {
  textarea.input {
    height: 80px;
  }
}

.btn {
  display: inline-block;
  padding: 18px 40px;
  background: #487DEE;
  border: none;
  border-radius: 100px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.btn:hover {
  background: #2862de;
}
.btn:disabled {
  background: #B3BDD5;
  cursor: default;
}
.btn-border {
  border: 2px solid #487DEE;
  color: #487DEE;
  padding-top: 16px;
  padding-bottom: 16px;
  background: none;
}
.btn-border:hover {
  background: #487DEE;
  color: #fff;
}
.btn-anim:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: rgba(255, 255, 255, 0.49);
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 99999;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
      transform: rotate(55deg);
  -webkit-animation: blick-animation 2000ms ease-in 50ms infinite normal;
  animation: blick-animation 2000ms ease-in 50ms infinite normal;
}
@-webkit-keyframes blick-animation {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes blick-animation {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@media (max-width: 400px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.variant_input {
  position: relative;
  float: left;
  width: 170px;
  z-index: 9;
  text-align: left;
}

.variant_input .ac_in {
  padding-left: 12px;
  height: 45px;
  line-height: 43px;
  background: url(../images/drop_v.svg) no-repeat 142px center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 18px;
  color: #000;
  border: 1px solid #B3BDD5;
  border-right: none;
  text-align: left;
  cursor: pointer;
}

.variant_input img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.variant_input .bl_item {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  display: none;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.variant_input .item_v {
  height: 38px;
  line-height: 38px;
  border-bottom: none;
  padding-left: 12px;
  margin: 0;
  background-color: white;
  font-size: 14px;
  color: #292929;
  cursor: pointer;
}

.variant_input .item_v:hover {
  background-color: #edf1f6;
}

.variant_input .item_v:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.variant_input .item_v:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.variant_input .item_v:hover {
  background-color: #f5f5f7;
}

.variant_input .item_v img {
  width: 12px;
}

.in_sv {
  display: none;
}

.in_sv[data-name=phone] {
  display: block;
}

.in_sv {
  overflow: hidden;
}

.in_sv input,
.input_btn .in_sv input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 639px) {
  .variant_input {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .variant_input .ac_in {
    border: 1px solid #B3BDD5;
    border-radius: 4px;
    background-position: right 15px center;
  }

  .in_sv input,
.input_btn .in_sv input {
    border: 1px solid #B3BDD5;
    border-radius: 4px;
  }
}
.label__check {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 25px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}

.jq-checkbox {
  width: 30px;
  height: 30px;
  border: 1px solid #B3BDD5;
  border-radius: 4px;
  cursor: pointer;
}

.jq-checkbox.error {
  background: #ffeded;
  border-color: #b40202;
}

.jq-checkbox.checked {
  background: #487DEE;
  border-color: #487DEE;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/check.svg) no-repeat center center;
}

.jq-checkbox.checked:disabled,
.jq-checkbox.checked.disabled {
  background: #B3BDD5;
  border-color: #B3BDD5;
}

@media (max-width: 639px) {
  .jq-checkbox {
    width: 24px;
    height: 24px;
  }

  .jq-checkbox.checked .jq-checkbox__div {
    background-size: 15px;
  }

  .label__check {
    grid-gap: 10px;
    font-size: 16px;
  }
}
.counter {
  border: 1px solid #B3BDD5;
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  width: 80px;
}
.counter input[type=text] {
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.36px;
  font-weight: normal;
  background: none;
  border: none;
  padding: 0 7px;
  outline: none;
}
.counter__buttons {
  width: 28px;
  position: relative;
  border-left: 1px solid #B3BDD5;
}
.counter__button {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  border: none;
  background: none;
  cursor: pointer;
  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;
}
.counter__button-down {
  top: auto;
  bottom: 0;
}

/**************************************************************
header
**************************************************************/
.header {
  position: relative;
  z-index: 9;
}

.header__logo {
  position: relative;
}
.header__logo:before {
  position: absolute;
  width: 214px;
  height: 43px;
  right: 100%;
  top: 50%;
  margin-right: 24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../images/dots-logo.svg) no-repeat;
  content: "";
}

.header__container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__title {
  max-width: 350px;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #888888;
}

.form__lang {
  position: relative;
}
.form__lang-current {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  cursor: pointer;
}
.form__lang-current img {
  vertical-align: middle;
}
.form__lang-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__lang-text:after {
  position: relative;
  top: 1px;
  margin-left: 6px;
  width: 11px;
  height: 7px;
  background: url(../images/drop.svg) no-repeat center center;
  content: "";
}
.form__lang-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin-top: 15px;
  padding: 10px 20px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(117, 115, 132, 0.213232);
          box-shadow: 2px 2px 10px rgba(117, 115, 132, 0.213232);
  border-radius: 8px;
  z-index: 99;
}
.form__lang-drop li a {
  padding: 10px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.form__lang-drop li.active a {
  color: #487DEE;
}
.form__lang-drop li img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form__lang-drop li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.header__call {
  text-align: right;
  font-size: 16px;
  margin-left: 50px;
}
.header__call-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__call-line + .header__call-line {
  margin-top: 8px;
}
.header__call-msg {
  margin-right: 8px;
}
.header__call-msg__phone {
  margin-right: 12px;
}
.header__call-phone {
  font-weight: 800;
  font-size: 16px;
}
.header__call-link {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .header__title {
    display: none;
  }

  .form__lang {
    margin: 0 auto 0 45px;
  }
}
@media (max-width: 767px) {
  .header {
    background: #F7F9FE;
  }

  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form__lang {
    margin: 0 0 0 auto;
  }

  .header__call {
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/**************************************************************
footer
**************************************************************/
footer {
  padding: 90px 0 100px;
  min-height: 500px;
  background: url(../images/bg_footer.png) no-repeat bottom center;
}

.footer__title {
  font-size: 45px;
  line-height: 1.44;
  text-align: center;
  letter-spacing: 0.9px;
  margin-bottom: 70px;
}
.footer__title span {
  font-weight: 900;
  text-transform: uppercase;
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__name {
  margin-top: 40px;
  font-size: 18px;
  max-width: 270px;
}

.footer__call {
  padding-top: 10px;
  text-align: right;
  font-size: 16px;
}
.footer__call-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__call-line.mt {
  margin-top: 45px;
}
.footer__call-msg {
  margin-right: 8px;
}
.footer__call-phone {
  font-weight: 800;
  font-size: 16px;
}
.footer__call-link {
  margin-left: 10px;
}
.footer__call-link_popup {
  display: inline-block;
  font-weight: 800;
  font-size: 18px;
  color: #487DEE;
  text-align: right;
  letter-spacing: 0.5625px;
  margin-top: 8px;
}
.footer__call-link_popup:hover {
  color: #2862de;
}

.footer__contact {
  padding-top: 10px;
}

.footer__addr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 25px auto;
  grid-template-columns: auto auto;
  grid-gap: 25px;
  font-size: 18px;
}

.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
.footer__soc a {
  margin-right: 30px;
}
.footer__soc img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__soc img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .footer {
    background-position: center center;
  }

  .footer__site {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .footer__name {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  .footer__contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__call-line.mt {
    margin-top: 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 639px) {
  .footer {
    padding: 50px 0;
    text-align: left;
  }

  .footer__title {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: left;
  }

  .footer__site {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer__name {
    max-width: 300px;
  }

  .footer__addr {
    font-size: 18px;
    grid-gap: 20px;
    margin-top: 20px;
  }

  .footer__call-link {
    font-size: 18px;
  }

  .footer__call-msg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 10px;
    margin-right: 0;
  }
  .footer__call-msg:first-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-right: 10px;
  }

  .footer__call-line.mt {
    margin-top: 20px;
  }

  .footer__call-link_popup {
    margin-left: 39px;
    display: block;
    text-align: left;
  }

  .footer__soc {
    margin-top: 30px;
  }
}
/**************************************************************
.section__main
**************************************************************/
.main {
  padding-top: 70px;
  margin-bottom: 90px;
  position: relative;
}
.main__content {
  max-width: 660px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.main__content:after {
  position: absolute;
  width: 1100px;
  height: 2000px;
  right: -175px;
  bottom: 0;
  content: "";
  background: #F7F9FE;
  border-radius: 0px 0px 0px 8px;
  z-index: -1;
}
.main__title {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.52px;
  margin-bottom: 70px;
}
.main__title-big {
  font-weight: 900;
  font-size: 45px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 15px 0 10px;
}
.main__title span {
  color: #487DEE;
}
.main__prop {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #555555;
  margin-bottom: 60px;
}
.main__prop li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 25px;
}
.main__prop li:last-child {
  padding-bottom: 0;
}
.main__prop li:before {
  height: 24px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/checked.svg) no-repeat;
  content: "";
}
.main__prop li:after {
  position: absolute;
  top: 33px;
  left: 12px;
  height: calc(100% - 37px);
  border-left: 2px dashed #D3DEF1;
  content: "";
}
.main__prop li:last-child:after {
  display: none;
}
.main__img {
  position: absolute;
  top: -30px;
  left: 100%;
  margin-left: 70px;
  z-index: 1;
}
.main__img img {
  border-radius: 8px;
}
.main__img:before {
  position: absolute;
  width: 506px;
  height: 43px;
  right: 0px;
  top: -23px;
  margin-right: -24px;
  background: url(../images/dots-main_img.svg) no-repeat center right;
  content: "";
  z-index: -1;
}
.main__form-title {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.48px;
  margin-bottom: 45px;
  max-width: 550px;
}
.main__form-arr {
  position: relative;
}
.main__form-arr:before {
  position: absolute;
  top: 100%;
  left: -20px;
  margin-top: -5px;
  width: 78px;
  height: 104px;
  background: url(../images/arr-form.svg) no-repeat;
  content: "";
}
.main__form-btn {
  padding-top: 22px;
  padding-bottom: 22px;
}

/**************************************************************
.section__qualification
**************************************************************/
.qualification__item {
  margin: 0 0 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 90px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 90px;
  z-index: 1;
  position: relative;
}
.qualification__item-reverse {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
.qualification__item-photo {
  position: relative;
  width: 480px;
}
.qualification__item-photo img {
  max-width: 100%;
}
.qualification__item-reverse .qualification__item-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.qualification__item-dotted .qualification__item-photo {
  position: relative;
}
.qualification__item-dotted .qualification__item-photo:before {
  position: absolute;
  width: 317px;
  height: 80px;
  left: -20px;
  top: -23px;
  background: url(../images/dots-qualification.svg) no-repeat;
  content: "";
  z-index: -1;
}
.qualification__item-icon {
  position: absolute;
  right: -11px;
  bottom: -11px;
  height: 130px;
  padding: 0 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.104677);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.104677);
  border-radius: 6.4px;
  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;
}
.qualification__item-reverse .qualification__item-icon {
  right: auto;
  left: -11px;
  background: #F3F5FC;
  border: 0.8px solid #D1D9ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.104677);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.104677);
}
.qualification__item-info {
  font-size: 18px;
  max-width: 510px;
}
.qualification__item-info li {
  position: relative;
  padding-left: 20px;
}
.qualification__item-info li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #B3BDD5;
  content: "";
}
.qualification__item-info li + li {
  margin-top: 8px;
}
.qualification__item-stage {
  font-size: 20px;
  font-weight: bold;
  color: #487DEE;
  margin-bottom: 7px;
}
.qualification__item-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.qualification__more {
  max-width: 970px;
  margin: 0 auto;
  border: 1px solid #D1D9ED;
  border-radius: 8px;
  padding: 55px 70px 55px 75px;
  position: relative;
}
.qualification__more:before, .qualification__more:after {
  position: absolute;
  width: 152px;
  height: 58px;
  left: -18px;
  top: -20px;
  background: url(../images/dots-qualification-more.svg) no-repeat center center;
  background-color: #fff;
  content: "";
}
.qualification__more:after {
  left: auto;
  right: -18px;
  top: auto;
  bottom: -20px;
}
.qualification__more-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 30px 1fr;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  font-weight: 600;
  font-size: 18px;
}
.qualification__more-item__icon {
  text-align: right;
}
.qualification__more-item + .qualification__more-item {
  margin-top: 50px;
}

/**************************************************************
.section__skills
**************************************************************/
.skills__tabs {
  margin-bottom: 70px;
}
.skills__tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D9ED;
}
.skills__tabs a {
  padding: 0 30px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skills__tabs a.active {
  color: #487DEE;
}
.skills__tabs a.active:before {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #487DEE;
  content: "";
}
.skills__tabs a:hover {
  color: #487DEE;
}
.skills__tabs-mobile {
  display: none;
}
.skills__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 50px;
}
.skills__item.active {
  display: -ms-grid;
  display: grid;
}
.skills__item-photo {
  width: 440px;
  overflow: hidden;
}
.skills__item-photo img {
  max-width: 100%;
  border-radius: 8px;
}
.skills__item-info {
  padding-top: 15px;
}
.skills__item-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.skills__item li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
}
.skills__item li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #B3BDD5;
  content: "";
}
.skills__item li + li {
  margin-top: 15px;
}

/**************************************************************
.section__process
**************************************************************/
.process {
  max-width: 1720px;
  margin: 0 auto;
  background: #F7F8FA;
  position: relative;
  z-index: 1;
}

.process__item {
  /*float: right;*/
  position: relative;
  padding-bottom: 35px;
}

.process__item::before {
  position: absolute;
  width: 144px;
  height: 44px;
  right: -10px;
  bottom: 25px;
  background: url(../images/dots-process.svg) no-repeat center center;
  content: "";
  z-index: -1;
}

.process__item:nth-child(2n-1):before {
  right: auto;
  left: -10px;
}

.process__item__align {
  width: calc(50% - 40px);
  float: right;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D1D9ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 8px 8px 8px;
  padding: 25px 25px 30px 30px;
  z-index: 1;
}

.process__item:nth-child(2n-1) .process__item__align {
  float: left;
  border-radius: 0px 8px 8px 8px;
}

.process__item__align:before {
  position: absolute;
  left: -42px;
  top: 16px;
  height: calc(100% + 20px);
  width: 2px;
  background: url(../images/Line.svg) no-repeat center center;
  /*border-left: 2px dashed #1D1C3B;*/
  content: "";
}

.process__item:nth-child(2n-1) .process__item__align:before {
  left: auto;
  right: -42px;
}

.process__item:last-child .process__item__align:before {
  display: none;
}

.process__item__numb {
  position: absolute;
  left: -57px;
  top: -8px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 31px;
  background: url(../images/process-d.svg) no-repeat;
  z-index: 1;
}

.process__item:nth-child(2n-1) .process__item__numb {
  left: auto;
  right: -57px;
}

.process__item__numb span {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 24px;
  display: block;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #B3BDD5;
}

.process__item:nth-child(2n-1) .process__item__numb span {
  left: 100%;
  right: auto;
  margin: 0 0 0 24px;
}

.process__item__icon {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 50px;
  text-align: center;
  padding-top: 5px;
}

.process__item__name {
  padding-right: 80px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}

.process__item__text {
  font-size: 18px;
  line-height: 1.44;
}

.process__item__link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #487DEE;
  letter-spacing: 0.36px;
  font-weight: bold;
}
.process__item__link img {
  position: relative;
  margin-left: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.process__item__link:hover img {
  left: 5px;
}

/**************************************************************
.section__about
**************************************************************/
.about__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 440px 60px 1fr;
  grid-template-columns: 440px 1fr;
  grid-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__grid + .about__grid {
  margin-top: 60px;
}
.about__photo {
  position: relative;
  z-index: 1;
}
.about__photo img {
  max-width: 100%;
  border-radius: 8px;
}
.about__text {
  font-size: 18px;
  line-height: 1.44;
}
.about__text-mw {
  max-width: 380px;
}
.about__text p + p {
  margin-top: 10px;
}
.about__text p + ul {
  margin-top: 40px;
}
.about__text li {
  position: relative;
  padding-left: 20px;
}
.about__text li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #B3BDD5;
  content: "";
}
.about__text li + li {
  margin-top: 8px;
}
.about__adv {
  border: 1px solid #D1D9ED;
  border-radius: 8px;
  padding: 40px 50px 40px 55px;
  position: relative;
}
.about__adv-title {
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 22px;
}
.about__adv-item {
  padding-bottom: 30px;
  padding-left: 48px;
  position: relative;
  font-size: 18px;
}
.about__adv-item:last-child {
  padding-bottom: 0;
}
.about__adv-item__numb {
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 1;
  height: 28px;
  width: 28px;
  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;
  background: #487DEE;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 100px;
}
.about__adv-item__title {
  font-weight: bold;
  margin-bottom: 10px;
}
.about__adv-item:before {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  border-left: 2px dashed #D3DEF1;
  z-index: 0;
  content: "";
}
.about__adv-item:last-child:before {
  display: none;
}

/**************************************************************
.section__team
**************************************************************/
.team__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 15px 260px 15px 260px 15px 260px;
  grid-template-columns: repeat(4, 260px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 15px;
}
.team__item {
  text-align: center;
}
.team__item-photo {
  margin-bottom: 30px;
  overflow: hidden;
}
.team__item-photo img {
  border-radius: 8px;
}
.team__item-name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.team__item-work {
  font-size: 18px;
  color: #7B7B7B;
}

/**************************************************************
.section__request
**************************************************************/
.request {
  max-width: 1720px;
  margin: 0 auto;
  background: #F7F8FA;
  position: relative;
}
.request .title-box {
  margin-bottom: 10px;
}
.request__forms {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}
.request__forms:after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  border: 1px solid #D1D9ED;
  border-radius: 8px;
  content: "";
}
.request__forms-item {
  text-align: center;
  padding: 35px 40px 50px;
  position: relative;
}
.request__forms-item.active {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0982845);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0982845);
  border-radius: 8px;
}
.request__forms-stage {
  margin-bottom: 15px;
  color: #487DEE;
  font-weight: 900;
  font-size: 22px;
  position: relative;
}
.request__forms-title {
  min-height: 55px;
  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;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 35px;
}
.request__forms-item:not(.active) .request__forms-param {
  position: relative;
}
.request__forms-item:not(.active) .request__forms-param:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.request__forms-param__line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px auto;
  grid-template-columns: 1fr auto;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.request__forms-param__count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px auto;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  position: relative;
}
.request__forms-param__count:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.request__forms-param__count.active {
  opacity: 1;
}
.request__forms-param__count.active:before {
  display: none;
}
.request__forms-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request__forms-next img {
  margin-left: 40px;
}
.request__forms-item:not(.active) .request__forms-next {
  display: none;
}
.request__forms-item.active .request__forms-change {
  display: none;
}
.request__forms-prev {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0.36px;
  font-weight: normal;
  color: #9BA0AC;
  position: absolute;
  left: 0;
  top: 3px;
}
.request__forms-prev img {
  margin-right: 10px;
}
.request__forms-error {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.228571px;
  color: #C73939;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: none;
}

/**************************************************************
popup
**************************************************************/
.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A1221;
  opacity: 0.5;
  display: none;
  z-index: 999;
}

.popup {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 95%;
  height: auto;
  max-width: 585px;
  display: none;
  z-index: 9999;
  padding: 60px 60px 65px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0982845);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0982845);
  border-radius: 8px;
}
.popup-request {
  padding: 0;
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/close.svg) no-repeat center center;
  z-index: 9;
}
.popup .request__forms {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 585px;
  margin: 0 !important;
}
.popup .request__forms-item:not(.active) {
  display: none;
}
.popup .request__forms-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .t_p {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.popup .t_p2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}
.popup-thank {
  padding-top: 90px;
  padding-bottom: 90px;
}
.popup-thank .t_p {
  color: #487DEE;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 900;
}
.popup-thank .t_p2 {
  margin-bottom: 0;
}
.popup-thank .thank-icon {
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  .popup-thank {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**************************************************************
.section__
**************************************************************/
/**************************************************************
.section__
**************************************************************/