@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Regular"), url("../font/arsenal/arsenal-regular.woff2") format("woff2"), url("../font/arsenal/arsenal-regular.woff") format("woff"), url("../font/arsenal/arsenal-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Italic"), url("../font/arsenal/arsenal-italic.woff2") format("woff2"), url("../font/arsenal/arsenal-italic.woff") format("woff"), url("../font/arsenal/arsenal-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Bold"), url("../font/arsenal/arsenal-bold.woff2") format("woff2"), url("../font/arsenal/arsenal-bold.woff") format("woff"), url("../font/arsenal/arsenal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-BoldItalic"), url("../font/arsenal/arsenal-bolditalic.woff2") format("woff2"), url("../font/arsenal/arsenal-bolditalic.woff") format("woff"), url("../font/arsenal/arsenal-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.footer {
  padding-top: 86px;
  background: #F1EBE7;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__top {
  padding-bottom: 55px;
  border-bottom: 1px solid #304049;
}

.footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__short-info {
  width: calc(100% / 12 * 3);
}

.footer .copyright {
  width: calc(100% / 12 * 9);
}

.footer .copyright:hover {
  color: #304049;
}

.footer .creators {
  width: calc(100% / 12 * 3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .creators:hover {
  color: #304049;
}

.footer .creators img {
  width: 58px;
  height: auto;
  margin-left: 10px;
}

.footer__training-block, .footer__education-block, .footer__about-block {
  width: calc(100% / 12 * 2);
}

.footer__contact-block {
  width: calc(100% / 12 * 3);
}

.footer__contact-block .online-payment {
  display: none;
}

.footer__logo {
  width: 152px;
  height: auto;
  margin-bottom: 9px;
  display: block;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer ul li {
  list-style-type: none;
}

.footer__item, .footer__item--bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #304049;
  padding-right: 25px;
  display: block;
}

.footer__item:hover, .footer__item--bold:hover {
  color: #587687;
}

.footer__item--bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}

.footer__short-info {
  margin-top: -51px;
}

.footer__short-info .footer__item, .footer__short-info .footer__item--bold {
  padding-left: 53px;
  padding-right: 40px;
}

.footer__training-list {
  margin-bottom: 24px;
}

.footer__training-list li {
  margin-bottom: 10px;
}

.footer__training-list li:last-child {
  margin-bottom: 0;
}

.footer__education-list li, .footer__about-list li {
  margin-bottom: 21px;
}

.footer__education-list li:last-child, .footer__about-list li:last-child {
  margin-bottom: 0;
}

.footer__tel {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  display: block;
  margin-bottom: 10px;
}

.footer__tel:hover {
  color: #587687;
}

.footer__logos-container {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer__logos-container a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 40px;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .footer__top {
    padding-bottom: 55px;
  }
  .footer__short-info {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__training-block {
    width: calc(100% / 12 * 4);
  }
  .footer__education-block {
    width: calc(100% / 12 * 5);
  }
  .footer__about-block {
    width: calc(100% / 12 * 3);
  }
  .footer__contact-block {
    margin-top: 40px;
    width: 100%;
  }
  .footer__contact-block .online-payment {
    display: none;
  }
  .footer__bottom {
    display: block;
  }
  .footer .copyright {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer .creators {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 7.5vw;
  }
  .footer .container {
    display: block;
  }
  .footer__top.container {
    padding-bottom: 13.125vw;
    border-bottom: 1px solid #304049;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (48%)[2];
        grid-template-columns: repeat(2, 48%);
    grid-column-gap: 2%;
  }
  .footer__bottom {
    padding-top: 4.0625vw;
    padding-bottom: 6.25vw;
  }
  .footer__short-info {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .footer .copyright {
    width: 100%;
    margin-bottom: 13.125vw;
  }
  .footer .copyright:hover {
    color: #304049;
  }
  .footer .creators {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer .creators:hover {
    color: #304049;
  }
  .footer .creators img {
    width: 58px;
    height: auto;
    margin-left: 10px;
  }
  .footer__training-block, .footer__education-block, .footer__about-block, .footer__contact-block {
    width: 100%;
  }
  .footer__training-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__training-block > .footer__item, .footer__training-block > .footer__item--bold {
    display: none;
  }
  .footer__about-block {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__education-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__contact-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 9.375vw;
  }
  .footer__contact-block .online-payment {
    display: block;
    margin-bottom: 14.0625vw;
  }
  .footer__logo {
    width: 37.5vw;
    height: auto;
    margin-bottom: 5.625vw;
  }
  .footer__item, .footer__item--bold {
    font-size: 4.375vw;
    line-height: 6.25vw;
    padding-right: 0;
  }
  .footer__item--bold {
    font-size: 5vw;
    line-height: 6.25vw;
  }
  .footer__short-info {
    margin-bottom: 8.125vw;
    margin-top: 0;
  }
  .footer__short-info .footer__item, .footer__short-info .footer__item--bold {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__training-list {
    margin-bottom: 8.4375vw;
  }
  .footer__training-list li {
    margin-bottom: 3.125vw;
  }
  .footer__education-list li, .footer__about-list li {
    margin-bottom: 6.5625vw;
  }
  .footer__tel {
    font-size: 6.25vw;
    line-height: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  .footer__logos-container {
    margin-top: 6.5625vw;
  }
  .footer__logos-container a {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 3.125vw;
    margin-bottom: 3.125vw;
  }
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Regular"), url("../font/arsenal/arsenal-regular.woff2") format("woff2"), url("../font/arsenal/arsenal-regular.woff") format("woff"), url("../font/arsenal/arsenal-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Italic"), url("../font/arsenal/arsenal-italic.woff2") format("woff2"), url("../font/arsenal/arsenal-italic.woff") format("woff"), url("../font/arsenal/arsenal-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-Bold"), url("../font/arsenal/arsenal-bold.woff2") format("woff2"), url("../font/arsenal/arsenal-bold.woff") format("woff"), url("../font/arsenal/arsenal-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Arsenal";
  src: local("Arsenal-BoldItalic"), url("../font/arsenal/arsenal-bolditalic.woff2") format("woff2"), url("../font/arsenal/arsenal-bolditalic.woff") format("woff"), url("../font/arsenal/arsenal-bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.form {
  padding-bottom: 100px;
}

.form__text-block {
  width: calc(100% / 12 * 9);
  margin-bottom: 45px;
}

.form__contact {
  width: calc(100% / 12 * 9);
}

.form__contact .input {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.form__contact .input--textarea {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 450px;
      grid-template-columns: 350px 450px;
  -ms-grid-rows: (87px)[3];
      grid-template-rows: repeat(3, 87px);
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  margin-bottom: 40px;
}

.input__label, .input__label--require {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #747D82;
  display: block;
  margin-bottom: 3px;
  width: 100%;
}

.input__label--require::after {
  content: "*";
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #ea8670;
}

.input__input, .input--textarea textarea {
  border: 1px solid #d3d9dd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  height: 54px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #304049;
  width: 100%;
}

.input--textarea textarea {
  height: calc(100% - 28px - 5px);
}

.submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #DBBAA2;
  color: #304049;
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0 35px;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  display: block;
  margin-left: auto;
}

.submit-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #DBBAA2;
}

@media screen and (max-width: 768px) {
  .submit-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

@media screen and (max-width: 1200px) {
  .form {
    padding-bottom: 100px;
  }
  .form__text-block {
    width: 100%;
  }
  .form__contact {
    width: 100%;
    max-width: 885px;
  }
  .form__contact .input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .form__contact .input--textarea {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .form__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(40%, 350px) minmax(50%, 450px);
        grid-template-columns: minmax(40%, 350px) minmax(50%, 450px);
  }
}

@media screen and (max-width: 768px) {
  .form {
    padding-bottom: 100px;
  }
  .form__text-block {
    width: 100%;
    margin-bottom: 15vw;
  }
  .form__contact {
    width: 100%;
  }
  .form__grid {
    display: block;
    margin-bottom: 9.375vw;
  }
  .input__label, .input__label--require {
    font-size: 4.375vw;
    line-height: 8.75vw;
    margin-bottom: 0.9375vw;
    width: 100%;
  }
  .input__label--require::after {
    font-size: 4.375vw;
    line-height: 8.75vw;
  }
  .input__input, .input--textarea textarea {
    height: 15vw;
    padding: 3.125vw;
    font-size: 4.375vw;
    line-height: 8.75vw;
  }
  .input--textarea textarea {
    height: 48.75vw;
  }
  .submit-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #DBBAA2;
    color: #304049;
    height: 18.4375vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    padding: 0 35px;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    display: block;
    margin-left: 0;
  }
  .submit-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    color: #DBBAA2;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .submit-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5vw;
    text-align: left;
    line-height: 7.8125vw;
  }
}

.training-popup {
  padding: 35px 45px 45px 53px;
  width: 980px;
  position: fixed;
  margin: 0 auto;
  z-index: 999999;
  background: white;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  top: -1000vw;
  pointer-events: none;
}

.training-popup.show {
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
  pointer-events: all;
  top: 10%;
}

@media screen and (max-height: 700px) {
  .training-popup.show {
    height: 100%;
    overflow: scroll;
    top: 0;
  }
}

.training-popup .icon-close {
  position: absolute;
  top: 39px;
  right: 45px;
  cursor: pointer;
}

.training-popup__title {
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 6px;
}

.training-popup__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 43px;
}

.training-popup .form__contact {
  width: 100%;
}

.popup-back {
  height: 100vh;
  width: 100vw;
  background-attachment: fixed;
  background: #304049;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.popup-back.popup-show {
  opacity: 0.6;
  pointer-events: all;
  z-index: 99999;
}

@media screen and (max-width: 1200px) {
  .training-popup {
    width: calc(100% - 80px);
  }
  .training-popup.show {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .training-popup {
    padding: 14.0625vw 6.25vw 14.0625vw 6.25vw;
    width: 100%;
  }
  .training-popup.show {
    top: 0;
    height: 100%;
    overflow: scroll;
  }
  .training-popup .icon-close {
    top: 6.25vw;
    right: 6.25vw;
  }
  .training-popup__title {
    font-size: 9.375vw;
    line-height: 12.5vw;
    margin-bottom: 3.125vw;
  }
  .training-popup__text {
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 10.9375vw;
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

* {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus, *:active {
  outline: none !important;
}

a {
  text-decoration: unset;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

a:hover {
  text-decoration: unset;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.container {
  width: 1178px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.nav {
  padding-top: 16px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 16px;
  z-index: 999;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.nav__burger {
  display: none;
}

.nav--light {
  background: white;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__tablet {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__tablet-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: 38px;
}

.nav__tablet-burger {
  width: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

.nav__tablet-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
}

.nav__logo {
  display: block;
  margin-top: -13px;
  margin-left: -22px;
  margin-bottom: -2px;
}

.nav__logo img {
  width: 187px;
  height: auto;
}

.nav__wrapp {
  width: calc(100% / 12 * 8);
}

.nav__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 13px;
  padding-top: 10px;
}

.nav__info-list {
  margin-right: auto;
}

.nav__info-list__item {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}

.nav__info-list__item:last-child {
  margin-right: 0;
}

.nav__info-list__item a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  color: #304049;
}

.nav__info-numbers__legend {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 9px;
  letter-spacing: -0.02em;
  color: #83898c;
  display: inline-block;
  margin-right: 9px;
}

.nav__info-numbers__number {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-right: 7px;
}

.nav__info-numbers__number::after {
  content: ",";
}

.nav__info-numbers__number:last-child {
  margin-right: 0;
}

.nav__info-numbers__number:last-child::after {
  content: "";
}

.nav__lang-picker {
  position: relative;
  margin-left: 30px;
}

.nav__lang-picker--open .nav__lang-picker__list {
  display: block;
}

.nav__lang-picker__actual-lang {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-right: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.nav__lang-picker__actual-lang::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #304049;
  border-bottom: 1px solid #304049;
  -webkit-transform: rotate(-45deg) translate(5px, 1px);
          transform: rotate(-45deg) translate(5px, 1px);
}

.nav__lang-picker__list {
  position: absolute;
  background: white;
  top: 100%;
  left: -20px;
  padding: 13px 20px;
  display: none;
  -webkit-box-shadow: 2px 10px 12px 0px rgba(34, 60, 80, 0.08);
  box-shadow: 2px 10px 12px 0px rgba(34, 60, 80, 0.08);
}

.nav__lang-picker__item {
  list-style-type: none;
  margin-bottom: 5px;
  text-align: center;
}

.nav__lang-picker__item:hover {
  background: #F1EBE7;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.nav__lang-picker__item.--actual {
  background: #DBBAA2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.nav__lang-picker__item:last-child {
  margin-bottom: 0;
}

.nav__lang-picker__item a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
}

.nav__lang-picker__item a:hover {
  color: #4e6877;
}

.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.nav__links-list {
  margin-right: auto;
}

.nav__links-list__item {
  display: inline-block;
  list-style-type: none;
  margin-right: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  position: relative;
}

.nav__links-list__item:last-child {
  margin-right: 0;
}

.nav__links-list__item > a {
  color: #304049;
}

.nav__links-list__item:hover .nav__nested-links {
  opacity: 1;
  pointer-events: all;
}

.nav__nested-links {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -25px;
  background: white;
  padding: 21px 34px 25px 25px;
  margin-top: 10px;
  opacity: 0;
  width: auto;
  -webkit-box-shadow: 2px 10px 12px 0px rgba(34, 60, 80, 0.08);
  box-shadow: 2px 10px 12px 0px rgba(34, 60, 80, 0.08);
}

.nav__nested-links::before {
  content: "";
  display: block;
  width: 100px;
  height: 21px;
  margin-top: -31px;
}

.nav__nested-links li {
  list-style-type: none;
  margin-bottom: 15px;
}

.nav__nested-links li:last-child {
  margin-bottom: 0;
}

.nav__nested-links a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  white-space: nowrap;
}

.nav__nested-links a:hover {
  color: #638396;
}

.nav__action-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 26px;
  background: transparent;
  border: 2px solid #dbbaa2;
  color: #304049;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.02em;
  cursor: pointer;
  padding: 0 35px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  padding: 0 20px;
}

.nav__action-btn:hover {
  background: #e9d5c7;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 2px solid #e9d5c7;
}

@media screen and (max-width: 768px) {
  .nav__action-btn {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    font-size: 5.625vw;
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .nav {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .nav .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__logo img {
    width: 120px;
    height: auto;
  }
  .nav__wrapp {
    display: none;
  }
  .nav__tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
  .nav__logo img {
    width: 37.5vw;
    height: auto;
  }
  .nav .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__wrapp {
    display: none;
  }
  .nav__tablet {
    display: none;
  }
  .nav__burger {
    width: 5.9375vw;
    display: block;
  }
}

section .section__title {
  font-family: "Arsenal";
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.02em;
  color: #747D82;
  margin-bottom: 22px;
}

section .section__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; //300;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #636C72;
  margin-bottom: 28px;
}

section .section__text:last-child {
  margin-bottom: 0;
}

section .section__text strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  section .section__title {
    font-size: 7.8125vw;
    line-height: 9.6875vw;
    margin-bottom: 6.875vw;
  }
  section .section__text {
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
}

.bradcrumbs {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bradcrumbs__item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.02em;
  color: #304049;
  list-style-type: none;
  padding-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 10px;
}

.bradcrumbs__item::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #dbbaa2;
  border-bottom: 1px solid #dbbaa2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: auto;
  position: absolute;
  right: 0;
}

.bradcrumbs__item a {
  color: #304049;
}

.bradcrumbs__item a:hover {
  color: #F1EBE7;
}

.bradcrumbs__item:last-child {
  padding-right: 0;
}

.bradcrumbs__item:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .bradcrumbs {
    display: none;
  }
}

main {
  padding-top: 150px;
  position: relative;
}

main::before {
  content: "";
  display: block;
  width: 573px;
  height: 1004px;
  background: transparent url(../img/svg/Vector.svg) center center no-repeat;
  position: absolute;
  top: -8px;
  left: -148px;
  z-index: -10;
}

@media screen and (max-width: 1200px) {
  main {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 24.375vw;
  }
  main::before {
    display: none;
  }
}

.icon-text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.icon-text-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.icon-text-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.icon-text-item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.icon-text-item:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.icon-text-item:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.icon-text-item:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.icon-text-item:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.icon-text-item:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.icon-text-item:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.icon-text-item:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.icon-text-item:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.icon-text-item:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.icon-text-item:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.icon-text-item:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.icon-text-item:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.icon-text-item__icon {
  width: 15px;
  height: auto;
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-text-item__text {
  width: calc(100% - 28px);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-text-item__text:last-child {
  margin-bottom: 0;
}

.icon-text-item__title {
  width: calc(100% - 28px);
  font-family: "Arsenal";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-text-item__title:last-child {
  margin-bottom: 0;
}

.icon-text-item__nested-text {
  width: calc(100% - 28px);
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #304049;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .icon-text-item {
    margin-bottom: 6.25vw;
  }
  .icon-text-item__icon {
    width: 4.375vw;
    margin-right: 4.0625vw;
  }
  .icon-text-item__text, .icon-text-item__nested-text {
    width: calc(100% - 14 / 3.2 * 1vw - 13 / 3.2 * 1vw);
    font-size: 5vw;
    line-height: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  .icon-text-item__title {
    width: calc(100% - 14 / 3.2 * 1vw - 13 / 3.2 * 1vw);
    font-size: 6.25vw;
    line-height: 9.375vw;
    margin-bottom: 3.125vw;
  }
}

.burger-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -1000vh;
  left: 0;
  background: white;
  z-index: 99999;
  overflow: scroll;
  padding-bottom: 15.625vw;
  padding-top: 1.5625vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.burger-menu.show {
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.burger-menu__close-icon {
  position: absolute;
  top: 8.4375vw;
  right: 6.5625vw;
  cursor: pointer;
  width: 4.6875vw;
  height: auto;
}

.burger-menu__lang-picker {
  position: absolute;
  top: 5.9375vw;
  right: 18.75vw;
}

.burger-menu__lang-picker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.burger-menu__lang-picker .active {
  background: #DBBAA2;
  border-radius: 50%;
}

.burger-menu__lang-picker a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.375vw;
  line-height: 7.8125vw;
  letter-spacing: -0.02em;
  color: #304049;
  width: 9.6875vw;
  height: 9.6875vw;
  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;
}

.burger-menu__logo {
  width: 37.5vw;
  display: block;
  margin-bottom: 14.375vw;
}

.burger-menu__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.burger-menu__links-list, .burger-menu__info-list {
  list-style-type: none;
}

.burger-menu__links-list__item {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6.25vw;
  line-height: 7.8125vw;
  letter-spacing: -0.02em;
  color: #304049;
  margin-bottom: 10.9375vw;
}

.burger-menu__links-list__item a {
  color: #304049;
}

.burger-menu__links-list__item:last-child {
  margin-top: -4.6875vw;
}

.burger-menu__nested-links, .burger-menu__info-list {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.625vw;
  line-height: 7.8125vw;
  letter-spacing: -0.02em;
  list-style-type: none;
  color: #304049;
}

.burger-menu__nested-links li, .burger-menu__info-list li {
  margin-top: 4.6875vw;
}

.burger-menu__nested-links a, .burger-menu__info-list a {
  color: #304049;
}

.burger-menu__logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 15.625vw;
}

.burger-menu__logos-container a {
  display: block;
  width: 12.5vw;
  height: 12.5vw;
  margin-right: 4.6875vw;
  margin-bottom: 4.6875vw;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .burger-menu {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  .burger-menu .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
  .burger-menu__close-icon {
    position: absolute;
    top: 27px;
    right: 21px;
    width: 20px;
    height: auto;
  }
  .burger-menu__lang-picker {
    top: 19px;
    right: 60px;
  }
  .burger-menu__lang-picker a {
    font-size: 14px;
    line-height: 25px;
    width: 31px;
    height: 31px;
  }
  .burger-menu__logo {
    width: 150px;
    display: block;
    margin-bottom: 75px;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .burger-menu__links-list__item {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 35px;
  }
  .burger-menu__links-list__item:last-child {
    margin-top: -15px;
  }
  .burger-menu__nested-links, .burger-menu__info-list {
    font-size: 18px;
    line-height: 25px;
  }
  .burger-menu__nested-links li, .burger-menu__info-list li {
    margin-top: 15px;
  }
  .burger-menu__logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-top: 66px;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  .burger-menu__logos-container a {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

#liqpay_checkout iframe{
  margin: 0 !important;
}
/*# sourceMappingURL=style.css.map */