.container {
  width: min(92%, 1160px);
  margin: 0 auto;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.col-12 {
  flex: 1 100%;
  max-width: 100%;
}
.col-11 {
  flex: 1 91.66666667%;
  max-width: 91.66666667%;
}
.col-10 {
  flex: 1 83.33333333%;
  max-width: 83.33333333%;
}
.col-9 {
  flex: 1 75%;
  max-width: 75%;
}
.col-8 {
  flex: 1 66.66666667%;
  max-width: 66.66666667%;
}
.col-7 {
  flex: 1 58.33333333%;
  max-width: 58.33333333%;
}
.col-6 {
  flex: 1 50%;
  max-width: 50%;
}
.col-5 {
  flex: 1 41.66666667%;
  max-width: 41.66666667%;
}
.col-4 {
  flex: 1 33.33333333%;
  max-width: 33.33333333%;
}
.col-3 {
  flex: 1 25%;
  max-width: 25%;
}
.col-2 {
  flex: 1 16.66666667%;
  max-width: 16.66666667%;
}
.col-1 {
  flex: 1 8.333333%;
  max-width: 9.333333%;
}
* {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
body {
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.23rem;
  color: #3A3E5E;
}
body.open {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
}
h2 {
  line-height: 4.2rem;
  font-size: 3.5rem;
}
h2 span {
  color: #E4C863;
}
input,
select,
button,
textarea {
  font-family: 'Open Sans', sans-serif;
  outline: none;
  text-decoration: none;
  border: none;
}
.dfx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ta-c {
  text-align: center;
}
.first-screen .ta-c img {
    width: 100%;
    max-width: 437px;
} 
.faq__accordion-button {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.ta-r {
  text-align: right;
}
.btn {
  display: inline-block;
  padding: 0.9rem 2.7rem;
  border-radius: 5rem;
  background: #FFFFFF;
  font-weight: 500;
  line-height: 1.4rem;
  color: #3A3E5E;
  transition: 0.1s linear;
}
.btn:hover {
  background: #DEDDE4;
  cursor: pointer;
}
.btn.--yellow {
  background: #E4C863;
  font-size: 1.2rem;
}
.btn.--yellow:hover {
  background: #F2DD92;
}
body.home header {
  background: none;
}
.first-screen-wrap {
  position: relative;
}
.first-screen-wrap header,
.first-screen-wrap .first-screen {
  position: relative;
  z-index: 1;
}
.first-screen-wrap::before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(11, 13, 40, 0.72);
}
.bg-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
header {
  background: #3A3E5E;
}
header .row {
  height: 9.25rem;
  align-items: center;
}
header .main-nav__list {
  margin: 0;
  padding: 0;
}
header .main-nav__item {
  display: inline-block;
  list-style: none;
  margin-right: 2.7rem;
}
header .main-nav__item:last-child {
  margin-right: 0;
}
header .main-nav__link {
  display: inline-block;
  text-decoration: none;
  font-size: 1.15rem;
  color: #DEDDE4;
}
header .main-nav__link:hover {
  color: #FFFFFF;
}
header .col-3 {
  text-align: right;
}
.first-screen .row {
  min-height: 500px;
  align-items: center;
  justify-content: center;
}
.main-nav__mobile,
.main-nav__mobile__logo,
.main-nav__mobile__btn {
  display: none;
}
.explanation-n-utility {
  position: relative;
  padding: 7rem 0 9.2rem;
  background: #3A3E5E;
}
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.explanation {
  color: #DEDDE4;
}
.explanation .row {
  position: relative;
  z-index: 1;
}
.explanation .col-5 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.53rem;
  font-size: 1.23rem;
}
.explanation .col-5 h2 {
  margin: 0;
}
.explanation .reasons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 76%;
  max-width: 76%;
  margin-left: 24%;
}
.explanation .reasons__block {
  flex: 1 33.33%;
  max-width: 33.33%;
  height: 22.6rem;
  max-height: 22.6rem;
  position: relative;
  box-sizing: border-box;
  padding: 1.92rem;
  overflow: hidden;
  border: 1px solid transparent;
  background: #DEDDE4;
  color: #3A3E5E;
}
.explanation .reasons__block:nth-of-type(even) {
  border: 1px solid #DEDDE4;
  background: #3A3E5E;
  color: #DEDDE4;
}
.explanation .reasons__block:nth-of-type(3n) {
  border-radius: 0 0 0 7.7rem;
}
.explanation .reasons__block:first-child {
  margin-left: 33.33%;
}
.explanation .reasons__block.--last {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  padding-bottom: 0;
  background: none;
}
.explanation .reasons__block.--last .reasons__title {
  text-transform: uppercase;
  color: #E4C863;
}
.explanation .reasons__block.--last .btn {
  font-size: 1.15rem;
  font-weight: 500;
}
.explanation .reasons__title {
  margin-bottom: 1.4rem;
  line-height: 120%;
  font-size: 1.15rem;
  font-weight: 500;
}
.explanation .reasons__desc p {
  margin: 0;
}
.explanation .reasons__icon {
  position: absolute;
  bottom: -0.2rem;
  right: 1.5rem;
}
.utility {
  padding-top: 9.23rem;
}
.utility h2 {
  margin: 0;
  color: #DEDDE4;
}
.utility .utility__list {
  position: relative;
  z-index: 1;
  padding-top: 4.61rem;
}
.utility .utility__item {
  flex: 1 31.5%;
  max-width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2rem;
  background: #DEDDE4;
}
.utility .utility__item:nth-of-type(3n + 3) {
  margin-right: 0;
  border-radius: 0 0 7.7rem;
}
.utility .utility__item-bg {
  height: 22.23rem;
}
.utility .utility__item-info {
  padding: 2.3rem;
}
.utility .utility__item-title {
  margin-bottom: 1.15rem;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 40px;
  line-height: 20px;
  text-transform: uppercase;
}
.utility .utility__item-desc {
  font-size: 1.23rem;
  line-height: 1.53rem;
}
.utility .utility__item-desc p {
  margin: 0;
}
.our-offer {
  padding-top: 6.7rem;
  background: #DEDDE4;
}
.our-offer .col-6 {
  flex: 1 48.5%;
  max-width: 48.5%;
  margin-right: 3%;
}
.our-offer .col-6:nth-of-type(even) {
  margin-right: 0;
}
.our-offer .row:nth-of-type(2) {
  margin-top: 3.5rem;
}
.our-offer .offer-img {
  display: block;
  width: 100%;
  height: auto;
}
.our-offer .offer-title {
  margin: 0;
  max-width: 70%;
}
.our-offer .our-offer__title {
  font-size: 1.53rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.our-offer .our-offer__desc {
  max-width: 80%;
  margin-top: 5rem;
  line-height: 1.5rem;
  font-size: 1.15rem;
}
.our-offer .our-offer__desc p {
  margin: 0;
}
.our-offer .result-block {
  box-sizing: border-box;
  padding: 2.3rem 2.3rem 5.46rem;
  border-radius: 0 11rem 0 0;
  background: #3A3E5E;
  color: #DEDDE4;
}
.our-offer .result-block .result-block__title {
  margin-bottom: 2.46rem;
  font-size: 1.53rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.84rem;
  color: #E4C863;
}
.our-offer .result-block .result-block__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our-offer .result-block .result-block__item {
  flex: 1 48.5%;
  max-width: 48.5%;
  margin-right: 3%;
}
.our-offer .result-block .result-block__item:nth-of-type(even) {
  margin-right: 0;
}
.our-offer .result-block .result-block__desc {
  margin-top: 1.15rem;
  font-size: 1.15rem;
  line-height: 1.53rem;
}
.our-offer .result-block .result-block__desc p {
  margin: 0;
}
.services {
  position: relative;
  padding: 5rem 0;
  background: #3A3E5E;
  color: #DEDDE4;
}
.services .row {
  position: relative;
  z-index: 1;
}
.services .col-6 {
  margin-left: 50%;
  box-sizing: border-box;
  padding: 0 1.5rem;
}
.services .services__title {
  margin-bottom: 4.6rem;
  line-height: 110%;
  font-size: 3.46rem;
  font-weight: 500;
}
.services .services__title span {
  color: #E4C863;
}
.services .services__desc {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
.services .services__desc p {
  margin: 0;
}
.services .list-title {
  margin: 3.7rem 0 2.45rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.services .services__list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  columns: 2;
}
.services .services__item {
  margin-bottom: 1.15rem;
}
.working-area {
  padding: 2.5rem 0 6rem;
  background: #3A3E5E;
  color: #DEDDE4;
}
.working-area .working-area__title {
  margin-bottom: 2.9rem;
  line-height: 4.6rem;
  font-size: 3.46rem;
  font-weight: 700;
}
.working-area .working-area__title span {
  display: block;
  color: #E4C863;
}
.working-area .working-area__list {
  justify-content: center;
}
.working-area .working-area__item {
  flex: 1 18.4%;
  max-width: 18.4%;
  position: relative;
  margin: 5rem 2% 3.8rem 0;
  background: #DEDDE4;
}
.working-area .working-area__item:nth-of-type(5n + 5) {
  margin-right: 0;
}
.working-area .working-area__item:nth-of-type(5n),
.working-area .working-area__item:nth-of-type(8n) {
  border-radius: 0 0 7.7rem 0;
}
.working-area .working-area__item .working-area__counter {
  position: absolute;
  top: -2.7rem;
  left: 1.5rem;
  font-size: 7.4rem;
  color: #3A3E5E;
  /* Unfortunately you can't use transparent here … */
  text-shadow: -1px -1px 0 #898DB0, 1px -1px 0 #898DB0, -1px 1px 0 #898DB0, 1px 1px 0 #898DB0;
  /* Real outline for modern browsers */
}
@supports ((text-stroke: 1px #898DB0) or (-webkit-text-stroke: 1px #898DB0)) {
  .working-area .working-area__item .working-area__counter {
    color: transparent;
    -webkit-text-stroke: 1px #898DB0;
    text-stroke: 1px #898DB0;
    text-shadow: none;
  }
}
.working-area .working-area__item .working-area__item-img {
  position: relative;
  z-index: 1;
  height: 11.3rem;
}
.working-area .working-area__item .working-area__item-info {
  padding: 1.5rem;
  font-size: 0.75rem;
  color: #3A3E5E;
}
.working-area .working-area__item .working-area__item-info ul {
  margin: 0;
  padding: 0 0 0 1.2rem;
}
.working-area .working-area__item .working-area__item-title {
  line-height: 120%;
  font-size: 1.2rem;
  font-weight: 500;
}
.direction {
  position: relative;
  padding-bottom: 6.4rem;
  background: #3A3E5E;
  color: #DEDDE4;
}
.direction .row {
  position: relative;
  z-index: 1;
}
.direction .col-4 {
  flex: 1 36%;
  max-width: 36%;
  margin-right: 5%;
}
.direction .col-8 {
  flex: 1 59%;
  max-width: 59%;
}
.direction .direction__title {
  margin: 0;
}
.direction .direction__img {
  display: block;
  width: 100%;
  height: auto;
}
.direction .direction__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
.direction .direction__list .direction__item {
  flex: 1 28%;
  max-width: 28%;
  margin-right: 5.3333%;
  margin-bottom: 2rem;
  color: #FFFFFF;
}
.direction .direction__list .direction__item:nth-of-type(3n + 3) {
  margin-right: 0;
}
.direction .direction__list .direction__item-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: end;
  min-height: 7rem;
  margin-bottom: 1.15rem;
}
.direction .direction__list .direction__item-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.direction .direction__list .direction__item-desc {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #FFFFFF;
  font-size: 1.15rem;
  line-height: 1.7rem;
}
.direction .direction__list .direction__item-desc p {
  margin: 0;
}
.direction .direction__subtitle {
  max-width: 50%;
  margin: 0.5rem 0 2.4rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 110.3%;
  color: #E4C863;
}
.principles {
  padding: 6rem 0 0;
  background: #DEDDE4;
  color: #3A3E5E;
}
.principles h2 {
  margin: 0;
}
.principles .principles__list {
  margin-top: 3rem;
}
.principles .principles__item {
  flex: 1 20%;
  max-width: 20%;
  box-sizing: border-box;
  position: relative;
  padding: 2rem 4% 6.15rem 0;
  border-top: 1px solid #3A3E5E;
}
.principles .principles__item::before {
  display: block;
  content: '';
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  top: -0.65rem;
  left: 0;
  border: 1px solid #3A3E5E;
  border-radius: 50%;
  background: #DEDDE4;
}
.principles .principles__item:nth-of-type(5) {
  border-right: 1px solid #3A3E5E;
}
.principles .principles__item:nth-of-type(6),
.principles .principles__item:nth-of-type(7),
.principles .principles__item:nth-of-type(8),
.principles .principles__item:nth-of-type(9) {
  flex: 1 25%;
  max-width: 25%;
}
.principles .principles__item .principles__item-title {
  margin-bottom: 1.25rem;
  line-height: 130%;
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: 600;
}
.principles .principles__item .principles__item-desc {
  font-size: 1.15rem;
  line-height: 1.25rem;
}
.principles .principles__item .principles__item-desc p {
  margin: 0;
}
.faq {
  position: relative;
  padding: 6.45rem 0;
  background: #3A3E5E;
  color: #DEDDE4;
}
.faq h2 {
  max-width: 60%;
  margin: 0 0 1.6rem;
}
.faq .row {
  position: relative;
  z-index: 1;
}
.faq .faq__accordion {
  border-bottom: 1px solid #DEDDE4;
}
.faq .faq__accordion .faq__accordion-button {
  position: absolute;
  top: 1.8rem;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.faq .faq__accordion .faq__accordion-title {
  position: relative;
  padding: 2.15rem 2.15rem 2.15rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #E4C863;
}
.faq .faq__accordion .faq__accordion-desc {
  height: 0;
  min-height: 0;
  padding-bottom: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 1.15rem;
  line-height: 1.5rem;
  transition: all 0.3s;
}
.faq .faq__accordion .faq__accordion-desc p:first-child {
  margin-top: 0;
}
.faq .faq__accordion .faq__accordion-desc p:last-child {
  margin-bottom: 0;
}
.faq .faq__accordion.open .faq__accordion-button {
  top: 1.5rem;
  transform: rotate(180deg);
}
.faq .faq__accordion.open .faq__accordion-desc {
  height: auto;
  min-height: 5rem;
  padding-bottom: 2.15rem;
  overflow: auto;
  visibility: visible;
  opacity: 1;
}
.contacts {
  padding: 0 0 6.45rem 0;
  background: #3A3E5E;
  color: #DEDDE4;
}
.contacts h2 {
  margin: 0;
}
.contacts .contacts__subtitle {
  max-width: 62%;
  margin: 1.75rem 0 2.5rem;
  line-height: 130%;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: #E4C863;
}
.contacts .btn-call {
  padding: 1.2rem 3.2rem;
  font-size: 1.38em;
  font-weight: 700;
}
.contacts .contacts__block-title {
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
  line-height: 130%;
}
.contacts .contacts__email,
.contacts .contacts__phone,
.contacts .contacts__address {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3.25rem;
  font-size: 2.3rem;
  line-height: 3.15rem;
  color: #DEDDE4;
}
.contacts .contacts__phone p {
  margin: 0;
}
.contacts .contacts__icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.contacts .contacts__icon__mail {
  max-width: 1.65rem;
  top: 0.8rem;
  opacity: 0.8;
}
.contacts .contacts__icon__map {
  top: 0.8rem;
}
.contacts .contacts__email-link {
  text-decoration: none;
  color: #E4C863;
}
.contacts .contacts__phone-link {
  text-decoration: none;
  color: #DEDDE4;
}
.contacts .contacts__address-desc {
  font-size: 1.15rem;
  line-height: 1.25rem;
}
.policy {
  padding: 5rem 0;
  background: #3A3E5E;
  color: #FFFFFF;
}
.page-default {
  padding: 5rem 0;
  background: #DEDDE4;
}
.page-default .col-6 {
  flex: 1 48.5%;
  max-width: 48.5%;
  margin-right: 3%;
}
.page-default .col-6:nth-of-type(even) {
  margin-right: 0;
}
.page-default img {
  display: block;
  width: 100%;
  height: auto;
}
.page-default__content {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
.page-default__content h1 {
  margin: 0 0 2rem;
  font-size: 3.45rem;
  line-height: 4rem;
}
.page-default__content ul,
.page-default__content ol,
.page-default__content p {
  color: #161618;
}
.page-default__content p {
  margin-bottom: 2rem;
}
.page-default__content p:first-child {
  margin-top: 0;
}
.page-default__content p:last-child {
  margin-bottom: 0;
}
.page-default__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.page-default__content.--black {
  background: #3A3E5E;
  color: #FFFFFF;
}
.page-default__content.--black ul,
.page-default__content.--black ol,
.page-default__content.--black p {
  color: #FFFFFF;
}
.notification {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2rem;
  box-sizing: border-box;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
  overflow: auto;
}
.notification.open {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.notification__modal {
  width: 65rem;
  position: relative;
  box-sizing: border-box;
  padding: 10rem 5rem;
  background: #3A3E5E;
  text-align: center;
}
.notification__modal .notification__close {
  display: inline-block;
  position: absolute;
  top: -1rem;
  right: -4rem;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4rem;
  cursor: pointer;
  color: #3A3E5E;
}
.notification__modal .notification__title {
  margin: 1.5rem 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #E4C863;
}
.notification__modal .notification__title.--white {
  color: #FFFFFF;
}
.notification__modal .notification__desc {
  padding: 0 6rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #FFFFFF;
}
footer {
  background: #161515;
  font-size: 1.15rem;
  color: #DEDDE4;
}
footer .row {
  min-height: 18.8rem;
  align-items: center;
  justify-content: center;
}
footer .footer__copy {
  margin-bottom: 0.5rem;
}
footer .footer__link {
  text-decoration: none;
  color: #DEDDE4;
}
footer .footer__link:hover {
  color: #E4C863;
}
footer .footer__btn-to-top {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.overlay {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  overflow-y: auto;
  background: #3A3E5E;
}
.overlay .overlay__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  line-height: 1;
  font-size: 5rem;
  font-weight: 100;
  cursor: pointer;
  color: #DEDDE4;
}
.overlay.open {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modal {
  width: min(92%, 61.5rem);
  position: relative;
  text-align: center;
  color: #DEDDE4;
}
.modal .modal__heading {
  margin-bottom: 3.8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 110%;
  text-align: center;
}
.modal .form-default__input-text {
  display: block;
  width: 100%;
  margin-bottom: 2.3rem;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #898DB0;
  border-radius: 6rem;
  background: none;
  color: #FFFFFF;
}
.modal .form-default__input-text:hover,
.modal .form-default__input-text:focus {
  border: 1px solid #FFFFFF;
}
.modal .form-default__label {
  position: relative;
  padding-left: 2rem;
}
.modal .form-default__label::before {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  border: 1px solid #898DB0;
}
.modal .form-default__label.checked::before {
  border: 1px solid #FFFFFF;
}
.modal .form-default__label.checked::after {
  display: block;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0.31rem;
  top: 0.2rem;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(45deg);
}
.modal .form-default__label a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #DEDDE4;
}
.modal .form-default__label a:hover {
  color: #E4C863;
}
.modal .form-default__input-checkbox-accept {
  display: none;
}
.modal .form-default__input-submit {
  margin-top: 4rem;
  padding: 1.4rem 3.2rem;
  font-size: 1.38rem;
  font-weight: 600;
}
.modal .form-default__input-submit[disabled] {
  background: #DEDDE4;
  cursor: not-allowed;
  opacity: 0.6;
}
@media (max-width: 1100px) {
  .working-area .working-area__title,
  .services .services__title,
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-default__content h1,
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .explanation .col-5 {
    position: relative;
    flex: 1 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .explanation .reasons {
    flex: 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .services .col-6 {
    flex: 1 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .services .services__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1000px) {
  header .col-9 {
    flex: 1 100%;
    max-width: 100%;
    text-align: right;
  }
  header .col-3 {
    display: none;
  }
  header .main-nav.open {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 1.53rem;
    background: #DEDDE4;
    text-align: left;
  }
  header .main-nav.open .main-nav__list {
    display: block;
    margin: 2.5rem 0 3rem;
  }
  header .main-nav.open .main-nav__mobile,
  header .main-nav.open .main-nav__mobile__logo {
    display: block;
  }
  header .main-nav.open .main-nav__item {
    display: block;
    margin-bottom: 1.15rem;
  }
  header .main-nav.open .main-nav__item a {
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 600;
    color: #3A3E5E;
  }
  header .main-nav.open .main-nav__mobile__email .main-nav__mobile__icon__mail {
    max-width: 1.5rem;
  }
  header .main-nav.open .main-nav__mobile__icon {
    max-width: 2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .main-nav.open .main-nav__mobile__email,
  header .main-nav.open .main-nav__mobile__phone {
    position: relative;
    padding-left: 2.5rem;
  }
  header .main-nav.open .main-nav__mobile__email a,
  header .main-nav.open .main-nav__mobile__phone a {
    text-decoration: none;
    font-size: 1.15rem;
    color: #3A3E5E;
  }
  .main-nav__list {
    display: none;
  }
  .main-nav__mobile__btn {
    display: inline-block;
    width: 2.2rem;
    height: 1rem;
    position: relative;
    border: none;
    border-top: 0.15rem solid #DEDDE4;
    border-bottom: 0.15rem solid #DEDDE4;
    background: none;
    cursor: pointer;
    transition: all 0.3s;
  }
  .main-nav__mobile__btn::before {
    display: block;
    content: '';
    width: 2.2rem;
    height: 0.12rem;
    position: absolute;
    top: 0.32rem;
    left: 0;
    background: #DEDDE4;
    transition: all 0.3s;
  }
  .main-nav__mobile__btn.open {
    position: fixed;
    top: 2rem;
    right: 2rem;
    border-top: 0.15rem solid #3A3E5E;
    border-bottom: none;
    transform: rotate(45deg);
  }
  .main-nav__mobile__btn.open::before {
    top: -0.1rem;
    transform: rotate(-90deg);
    background: #3A3E5E;
  }
  .principles .principles__item {
    flex: 1 100%;
    max-width: 100%;
    padding: 0 0 4rem 2rem;
    border: none;
    border-left: 1px solid #3A3E5E;
  }
  .principles .principles__item:nth-of-type(5n) {
    border-right: none;
  }
  .principles .principles__item::before {
    left: -0.6rem;
  }
  .principles .principles__item:nth-of-type(6),
  .principles .principles__item:nth-of-type(7),
  .principles .principles__item:nth-of-type(8),
  .principles .principles__item:nth-of-type(9) {
    flex: 1 100%;
    max-width: 100%;
  }
  .direction .col-4 {
    display: none;
  }
  .direction .col-8 {
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .notification__modal {
    padding: 5rem;
  }
  .notification__modal .notification__close {
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #FFFFFF;
  }
  .notification__modal .notification__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .notification__modal .notification__desc {
    font-size: 1.15rem;
  }
  .explanation .reasons__block {
    flex: 1 100%;
    max-width: 100%;
    height: auto;
    max-height: 100rem;
    margin: 0 0 2rem;
  }
  .explanation .reasons__block:first-child {
    margin: 0 0 2rem;
  }
  .explanation .reasons__block:nth-of-type(3n) {
    border-radius: 0 0 7.7rem 0;
  }
  .explanation .reasons__block.--last .reasons__title {
    text-align: center;
  }
  .explanation .reasons__icon {
    position: relative;
    bottom: -2.5rem;
    left: 0;
  }
  .utility {
    padding-top: 5.23rem;
  }
  .utility .utility__item {
    flex: 1 100%;
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .utility .utility__item-title {
    margin-top: 20px;
  }
  .explanation-n-utility {
    padding-bottom: 5rem;
  }
  .our-offer .container {
    width: min(100%, 1160px);
    margin: 0 auto;
  }
  .our-offer .col-6 {
    flex: 1 100%;
    max-width: 100%;
    padding: 0 4%;
    text-align: center;
  }
  .our-offer .row:first-child {
    text-align: center;
  }
  .our-offer .row:first-child .col-6:first-child {
    order: 2;
  }
  .our-offer .row:first-child .col-6:last-child {
    order: 1;
    margin-bottom: 2rem;
  }
  .our-offer .offer-title {
    max-width: 100%;
  }
  .our-offer .our-offer__desc {
    max-width: 100%;
    margin-top: 2rem;
  }
  .our-offer .result-block {
    margin-top: 3rem;
    padding: 3rem;
    text-align: center;
    border-radius: 0;
  }
  .our-offer .result-block .result-block__item {
    flex: 1 100%;
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .services {
    padding: 2rem 0 5rem;
    text-align: center;
  }
  .services .services__list {
    columns: 1;
    text-align: left;
  }
  .working-area {
    padding: 3rem 0;
  }
  .working-area .working-area__item {
    flex: 1 100%;
    max-width: 100%;
    margin: 6rem 0 2rem 0;
  }
  .working-area .working-area__item:nth-of-type(5n),
  .working-area .working-area__item:nth-of-type(8n) {
    border-radius: 0 0 3.7rem 0;
  }
  .direction {
    text-align: center;
  }
  .direction .direction__list .direction__item {
    flex: 1 100%;
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .direction .direction__list .direction__item-img {
    justify-content: center;
  }
  .direction .direction__subtitle {
    max-width: 100%;
    text-align: center;
  }
  .principles h2 {
    text-align: center;
    text-transform: uppercase;
  }
  .principles h2 br {
    display: none;
  }
  .faq h2 {
    max-width: 100%;
    text-align: center;
  }
  .contacts {
    text-align: center;
  }
  .contacts .col-6 {
    flex: 1 100%;
    max-width: 100%;
  }
  .contacts .contacts__subtitle {
    max-width: 100%;
  }
  .contacts .contacts__icon {
    display: none;
  }
  .contacts .contacts__email,
  .contacts .contacts__phone,
  .contacts .contacts__address {
    padding: 0;
  }
  .contacts .contacts__block-title {
    margin-top: 3rem;
  }
  footer {
    padding: 3rem 0;
  }
  footer .row {
    min-height: 2rem;
  }
  footer .col-4 {
    flex: 1 100%;
    max-width: 100%;
    text-align: center;
  }
  footer .col-4.ta-r {
    display: none;
  }
  footer .col-4:first-child {
    margin-top: 2rem;
    order: 3;
  }
  .explanation-n-utility {
    padding-top: 3rem;
  }
  .explanation .col-5 {
    text-align: center;
  }
  .utility .col-5 {
    flex: 1 100%;
    max-width: 100%;
    text-align: center;
  }
  .first-screen-wrap header {
    z-index: 3;
  }
  .overlay .overlay__close {
    z-index: 1;
  }
  .modal .form-default__label {
    display: block;
    text-align: left;
  }
  .modal {
    padding-top: 5rem;
  }
  .modal .modal__heading {
    font-size: 1.15rem;
  }
  .page-default__content h1,
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .page-default {
    background: #3A3E5E;
    color: #FFFFFF;
  }
  .page-default .col-6 {
    flex: 1 100%;
    max-width: 100%;
    margin: 0 0 3rem 0;
  }
 
  .page-default .page-default__content p,
  .page-default .page-default__content ol,
  .page-default .page-default__content ul {
    color: #FFFFFF;
  }
}
@media (max-width: 600px) {
  .page-default__content h1,
  h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .our-offer .our-offer__title {
    font-size: 1.15rem;
  }
  .working-area .working-area__title,
  .services .services__title,
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .first-screen .row {
    min-height: 25rem;
  }
  .first-screen img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 600px) and (max-width: 1300px) { 
    .working-area__item .working-area__item-img {
        display: none;
    }    
}
/*# sourceMappingURL=style.css.map */