@charset "UTF-8";
/****************************************************************
* @Author: CraftCoder
* @Date:   x x, 2021
* @Websites: www.craftcoder.ru
* @Telegram: @craftcoder
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
         }*/
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"); }

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2"); }

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"); }

/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'Manrope', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #232323;
  font-weight: 500; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

p {
  font-style: normal;
  margin: 0; }

p.ninja {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-style: normal;
  margin: 0; }

h1 {
  font-size: 30px; }

.heading {
  margin-bottom: 45px; }

.heading h2 {
  font-size: 38px;
  line-height: 46px; }

@media all and (max-width: 991px) {
  .heading h2 {
    font-size: 32px;
    line-height: 42px; } }

@media all and (max-width: 575px) {
  .heading h2 {
    font-size: 22px;
    line-height: 32px; } }

label {
  margin-bottom: 0; }

.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #F15A24;
  padding: 16px 54px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  border-radius: 30px;
  border: none; }

.btn:hover {
  color: #fff;
  background-color: #BF491E; }

.btn img {
  margin-left: 20px; }

.btn.btn-submit {
  padding: 22px 70px; }

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

a:hover, a:active, a:focus {
  text-decoration: none; }

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button:active, button:focus {
  outline: none; }

button:disabled,
button[disabled] {
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important; }

button:disabled:hover,
button[disabled]:hover {
  background-color: #cccccc;
  color: #666666;
  pointer-events: all !important; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

input {
  border-radius: 0; }

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

/*****************  ARROW UP  **************/
/********************  MODAL  **********************/
body.fancybox-active {
  overflow: visible !important; }

.fancybox-bg {
  background: #CCB3E2; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9; }

.fancybox-close-small {
  width: 64px;
  height: 64px;
  margin-top: -60px;
  margin-right: -60px; }

@media all and (max-width: 1199px) {
  .fancybox-close-small {
    margin-right: 10px;
    margin-top: 8px;
    width: 40px;
    height: 40px; } }

.fancybox-close-small svg {
  display: none; }

.fancybox-close-small:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/close.svg");
  width: 64px;
  height: 64px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media all and (max-width: 1199px) {
  .fancybox-close-small:after {
    width: 40px;
    height: 40px; } }

.fancybox-slide > * {
  overflow: visible !important; }

@media all and (max-width: 575px) {
  .fancybox-slide--video {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.fancybox-slide--complete .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.modal {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 640px;
  width: 99%;
  border-radius: 40px;
  padding: 80px 40px 100px 40px; }

@media all and (max-width: 1199px) {
  .modal {
    border-radius: 30px; } }

@media all and (max-width: 575px) {
  .modal {
    padding: 70px 20px 60px 20px; } }

.modal .form {
  border-radius: 16px; }

.modal .form h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #232323;
  text-shadow: 0px 0.5px 0.5px #8A7998;
  margin-bottom: 42px; }

@media all and (max-width: 575px) {
  .modal .form h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 38px auto; } }

.modal .form form {
  max-width: 410px;
  width: 100%;
  margin: 0 auto; }

.modal .form form .form__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* плавное изменение прозрачности  placeholder-а при фокусе */ }

@media all and (max-width: 575px) {
  .modal .form form .form__item {
    margin-bottom: 25px; } }

.modal .form form .form__item.form__item-phone input {
  padding-left: 5px; }

.modal .form form .form__item input {
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding-left: 23px;
  color: #232323; }

.modal .form form .form__item input::-webkit-input-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::-moz-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::-ms-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::-webkit-input-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::-moz-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input:-ms-input-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::-ms-input-placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::placeholder {
  color: #232323;
  opacity: 1; }

.modal .form form .form__item input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.modal .form form .form__item .flag {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #B3B3B3;
  border-radius: 6px;
  width: 102px;
  height: 55px;
  margin-right: 7px;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
  position: relative;
  background-size: 29px;
  background-position: 24% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/flag.png"); }

@media all and (max-width: 575px) {
  .modal .form form .form__item .flag {
    width: 76px;
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px;
    padding-right: 4px;
    background-size: 27px; } }

.modal .form form .form__policy {
  margin-bottom: 35px; }

@media all and (max-width: 575px) {
  .modal .form form .form__policy {
    margin-bottom: 30px; } }

.modal .form form .form__policy .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left; }

.modal .form form .form__policy .policy .text p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(35, 35, 35, 0.7); }

@media all and (max-width: 575px) {
  .modal .form form .form__policy .policy .text p {
    font-size: 12px; } }

.modal .form form .form__policy .policy .text p a {
  text-decoration: underline;
  color: rgba(35, 35, 35, 0.7); }

.modal .form form .form__policy .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  border: 1px solid #d8d8d8;
  width: 24px;
  height: 24px;
  border-radius: 4px; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

.modal .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #232323;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal .form form .form__submit {
  text-align: center; }

.modal .form form .form__submit .btn-submit {
  padding: 22px 65px; }

@media all and (max-width: 575px) {
  .modal .form form .form__submit .btn-submit {
    padding: 22px 22px;
    width: 100%; } }

#modal_thanks {
  padding: 70px 80px 100px 80px; }

@media all and (max-width: 575px) {
  #modal_thanks {
    padding: 70px 20px 60px 20px;
    text-align: center; } }

#modal_thanks img {
  width: 199px;
  height: auto;
  display: inline-block;
  margin-bottom: 44px; }

#modal_thanks h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center; }

#modal_thanks h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center; }

#modal_thanks p {
  font-size: 20px;
  line-height: 30px;
  max-width: 441px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

/*********************  HEADER  ************************/
header {
  padding-bottom: 233px;
  position: relative;
  overflow: hidden;
  background: rgba(204, 179, 226, 0.15); }

@media all and (max-width: 1599px) {
  header {
    padding-bottom: 130px; } }

@media all and (max-width: 991px) {
  header {
    padding-bottom: 200px; } }

@media all and (max-width: 575px) {
  header {
    padding-bottom: 167px; } }

header:after {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.png");
  bottom: -400px;
  left: 0;
  right: 0;
  width: 100%;
  height: 563px; }

@media all and (max-width: 1920px) {
  header:after {
    height: 503px; } }

@media all and (max-width: 575px) {
  header:after {
    height: 250px;
    width: 707px;
    bottom: -150px;
    background-position: 110% 50%; } }

header .header__top {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px #EEE7F8;
          box-shadow: 0px 2px 4px #EEE7F8; }

@media all and (max-width: 767px) {
  header .header__top {
    padding-top: 17px;
    padding-bottom: 17px; } }

header .header__top .header__logo .logo a img {
  width: 201px;
  height: auto; }

@media all and (max-width: 575px) {
  header .header__top .header__logo .logo a img {
    width: 130px; } }

@media all and (max-width: 1199px) {
  header .header__top .header__menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media all and (max-width: 991px) {
  header .header__top .header__menu .menu {
    display: none; } }

header .header__top .header__menu .menu ul li {
  display: inline-block; }

header .header__top .header__menu .menu ul li:not(:last-child) {
  margin-right: 25px; }

header .header__top .header__menu .menu ul li a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.013em;
  color: #6C6C6C; }

header .header__top .header__menu .menu ul li a:hover {
  color: #F15A24; }

header .header__top .header__menu .header_burger {
  position: relative;
  display: none;
  float: right; }

@media all and (max-width: 991px) {
  header .header__top .header__menu .header_burger {
    display: block; } }

header .header__top .header__menu .header_burger .burger_button {
  position: relative;
  width: 55px;
  height: 43px;
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20;
  background-color: #CCB3E2;
  border-radius: 10px; }

header .header__top .header__menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 35px;
  background: #232323;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header .header__top .header__menu .header_burger .burger_button span:nth-child(1) {
  top: 9px; }

header .header__top .header__menu .header_burger .burger_button span:nth-child(2) {
  top: 20px; }

header .header__top .header__menu .header_burger .burger_button span:nth-child(3) {
  top: 31px; }

header .header__top .header__menu .header_burger .burger_button.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

header .header__top .header__menu .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header .header__top .header__menu .header_burger .burger_button.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

header .header__top .header__menu .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 11;
  padding-top: 30px;
  top: 7px;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px); }

header .header__top .header__menu .header_burger .menu_toggle ul li a {
  color: #000;
  font-size: 20px;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px; }

header .header__top .header__menu .header_burger .menu_toggle ul li a:hover {
  color: #F15A24; }

@media all and (max-width: 991px) {
  header .header__top .header__free {
    display: none; } }

header .header__top .header__free .free {
  text-align: right; }

header .header__top .header__free .free a {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #F15A24;
  text-shadow: 0px 0.5px 0.5px rgba(28, 23, 20, 0.25);
  padding: 18px 20px;
  border-radius: 28px;
  border: 2px solid #F15A24; }

@media all and (max-width: 1199px) {
  header .header__top .header__free .free a {
    padding: 10px 10px;
    font-size: 13px; } }

header .header__top .header__free .free a:hover {
  background-color: #F15A24;
  color: #fff; }

header .header__main {
  padding-top: 100px;
  position: relative; }

@media all and (max-width: 1599px) {
  header .header__main {
    padding-top: 80px; } }

@media all and (max-width: 991px) {
  header .header__main {
    padding-top: 120px; } }

@media all and (max-width: 767px) {
  header .header__main {
    padding-top: 80px; } }

header .header__main .main__content .content h1 {
  font-size: 52px;
  line-height: 64px;
  color: #232323;
  margin-bottom: 15px; }

@media all and (max-width: 1199px) {
  header .header__main .main__content .content h1 {
    font-size: 40px;
    line-height: 50px; } }

@media all and (max-width: 991px) {
  header .header__main .main__content .content h1 {
    font-size: 30px;
    line-height: 42px; } }

@media all and (max-width: 575px) {
  header .header__main .main__content .content h1 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px; } }

header .header__main .main__content .content ul {
  margin-bottom: 40px; }

@media all and (max-width: 575px) {
  header .header__main .main__content .content ul {
    max-width: 290px;
    width: 100%;
    margin: 0 auto; } }

header .header__main .main__content .content ul li {
  font-size: 18px;
  line-height: 28px;
  color: #474545;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px; }

@media all and (max-width: 991px) {
  header .header__main .main__content .content ul li {
    font-size: 16px;
    line-height: 26px; } }

@media all and (max-width: 575px) {
  header .header__main .main__content .content ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 16px; } }

header .header__main .main__content .content ul li:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F15A24;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

@media all and (max-width: 575px) {
  header .header__main .main__content .content ul li:after {
    width: 8px;
    height: 8px; } }

@media all and (max-width: 991px) {
  header .header__main .main__image {
    width: 374px;
    padding-left: 0;
    right: 0;
    position: absolute;
    top: 100px;
    display: block; } }

@media all and (max-width: 767px) {
  header .header__main .main__image {
    width: auto;
    position: relative;
    top: auto;
    left: auto; } }

header .header__main .main__image .image {
  text-align: right; }

@media all and (max-width: 575px) {
  header .header__main .main__image .image {
    text-align: center; } }

header .header__main .box__btn {
  margin-top: -38px; }

@media all and (max-width: 1199px) {
  header .header__main .box__btn {
    margin-top: 0; } }

@media all and (max-width: 991px) {
  header .header__main .box__btn {
    text-align: center;
    margin-top: 30px; } }

header .header__main .box__btn .btn {
  padding: 16px 24px 16px 54px; }

@media all and (max-width: 575px) {
  header .header__main .box__btn .btn {
    padding: 16px 20px 16px 40px; } }

@media all and (max-width: 575px) {
  header .header__main .box__btn .btn img {
    margin-left: 20px; } }

/*****************************  about  ***************************/
#about {
  background-color: #F9F9F9;
  padding-top: 100px;
  padding-bottom: 54px; }

@media all and (max-width: 1599px) {
  #about {
    padding-top: 80px; } }

@media all and (max-width: 767px) {
  #about .heading {
    margin-bottom: 65px; } }

#about .heading h2 {
  margin-bottom: 28px; }

@media all and (max-width: 1199px) {
  #about .heading h2 {
    margin-bottom: 17px; } }

@media all and (max-width: 575px) {
  #about .heading h2 {
    margin-bottom: 23px; } }

#about .heading p {
  font-size: 24px;
  line-height: 34px; 
    width: 100%;
}

@media all and (max-width: 1199px) {
  #about .heading p {
    
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px; } }

@media all and (max-width: 1199px) {
  #about .heading p {
    font-size: 16px;
    line-height: 26px; } }

#about .about__main ul {
  position: relative;
  max-width: 1075px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: inherit;
  background-position: 50% 100%;
  background-image: url("../img/line.png");
  height: 752px; }

@media all and (max-width: 1199px) {
  #about .about__main ul {
    max-width: 732px;
    height: 770px;
    background-image: url("../img/line_1.png");
    background-position: 50% 90%; } }

@media all and (max-width: 767px) {
  #about .about__main ul {
    max-width: 320px;
    height: auto;
    background-image: url("../img/line_2.png");
    background-position: 50% 90%;
    padding-bottom: 1px;
    background-size: 310px; } }

#about .about__main ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 80px;
  max-width: 418px;
  width: 100%;
  z-index: 2; }

@media all and (max-width: 1199px) {
  #about .about__main ul li {
    max-width: 282px;
    left: 60px; } }

@media all and (max-width: 767px) {
  #about .about__main ul li {
    position: relative;
    right: auto !important;
    left: 0;
    top: auto !important;
    margin-bottom: 92px;
    max-width: 276px;
    margin: 0 auto 92px auto; } }

#about .about__main ul li:nth-child(2n) {
  left: auto;
  right: 29px; }

@media all and (max-width: 991px) {
  #about .about__main ul li:nth-child(2n) {
    right: 18px; } }

#about .about__main ul li:nth-child(1) {
  top: 30px; }

@media all and (max-width: 991px) {
  #about .about__main ul li:nth-child(1) {
    top: 50px; } }

@media all and (max-width: 767px) {
  #about .about__main ul li:nth-child(1) {
    margin-bottom: 126px; } }

#about .about__main ul li:nth-child(1):after {
  position: absolute;
  content: '';
  width: 374px;
  height: 143px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px #E2E2E2;
          box-shadow: 0px 2px 4px #E2E2E2;
  border-radius: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

@media all and (max-width: 1199px) {
  #about .about__main ul li:nth-child(1):after {
    width: 320px; } }

@media all and (max-width: 767px) {
  #about .about__main ul li:nth-child(1):after {
    width: 292px; } }

#about .about__main ul li:nth-child(1) .icon {
  position: relative;
  top: -25px; }

#about .about__main ul li:nth-child(1) p {
  font-weight: 600; 
    
}

#about .about__main ul li:nth-child(2) {
  top: 66px; }

@media all and (max-width: 1199px) {
  #about .about__main ul li:nth-child(2) {
    top: 40px; } }

@media all and (max-width: 991px) {
  #about .about__main ul li:nth-child(2) {
    top: 60px; } }

#about .about__main ul li:nth-child(3) {
  top: 254px; }

@media all and (max-width: 1199px) {
  #about .about__main ul li:nth-child(3) {
    top: 270px; } }

@media all and (max-width: 991px) {
  #about .about__main ul li:nth-child(3) {
    top: 290px; } }

#about .about__main ul li:nth-child(4) {
  top: 321px; }

@media all and (max-width: 1199px) {
  #about .about__main ul li:nth-child(4) {
    top: 310px; } }

@media all and (max-width: 991px) {
  #about .about__main ul li:nth-child(4) {
    top: 320px; } }

#about .about__main ul li:nth-child(5) {
  top: 525px;
  max-width: 450px; }

@media all and (max-width: 1199px) {
  #about .about__main ul li:nth-child(5) {
    top: 555px;
    max-width: 282px; } }

@media all and (max-width: 991px) {
  #about .about__main ul li:nth-child(5) {
    top: 545px; } }

#about .about__main ul li:nth-child(5) p {
  max-width: 100%; }

#about .about__main ul li:nth-child(6) {
  top: 565px; }

@media all and (max-width: 1199px) {
  #about .about__main ul li:nth-child(6) {
    top: 600px;
    } }

#about .about__main ul li .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px; }

@media all and (max-width: 1199px) {
  #about .about__main ul li .icon {
    margin-right: 20px; } }

@media all and (max-width: 1199px) {
  #about .about__main ul li .icon img {
    width: 115px;
    height: 146px; } }

@media all and (max-width: 767px) {
  #about .about__main ul li .icon img {
    width: 106px;
    height: 135px; } }

#about .about__main ul li p {
  font-size: 24px;
  line-height: 36px;
  max-width: 212px;
  width: 100%; }

@media all and (max-width: 1199px) {
  #about .about__main ul li p {
    font-size: 18px;
    line-height: 26px; } }

@media all and (max-width: 767px) {
  #about .about__main ul li p {
    font-size: 14px; 
    line-height: 24px; 
    max-width: 151px;} }

/**************************  solution  ***********************/
#solution {
  padding-top: 160px; }

@media all and (max-width: 1599px) {
  #solution {
    padding-top: 80px; } }

#solution .box__content {
  margin-bottom: 140px; }

@media all and (max-width: 1599px) {
  #solution .box__content {
    margin-bottom: 100px; } }

@media all and (max-width: 575px) {
  #solution .box__content {
    margin-bottom: 60px; } }

@media all and (max-width: 991px) {
  #solution .box__content.box__content-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

#solution .box__content.box__content-last .content {
  max-width: 530px;
  width: 100%; }

@media all and (max-width: 991px) {
  #solution .box__content.box__content-last .content {
    max-width: 560px; } }

#solution .box__content.box__content-last .content p {
  max-width: 432px; }

#solution .box__content .content {
  max-width: 640px;
  width: 100%; }

@media all and (max-width: 1199px) {
  #solution .box__content .content {
    padding-top: 0; } }

@media all and (max-width: 991px) {
  #solution .box__content .content {
    text-align: center;
    margin: 0 auto; } }

#solution .box__content .content h4 {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 40px; }

@media all and (max-width: 991px) {
  #solution .box__content .content h4 {
    font-size: 32px;
    line-height: 42px; } }

@media all and (max-width: 575px) {
  #solution .box__content .content h4 {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px; } }

#solution .box__content .content p {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 35px;
  max-width: 617px;
  width: 100%; }

@media all and (max-width: 991px) {
  #solution .box__content .content p {
    margin: 0 auto 35px auto; } }

@media all and (max-width: 575px) {
  #solution .box__content .content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px; } }

@media all and (max-width: 575px) {
  #solution .box__content .content .box__btn {
    text-align: center; } }

#solution .box__content .content .more {
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
  display: inline-block;
  border-bottom: 3px solid #F15A24; }

@media all and (max-width: 575px) {
  #solution .box__content .content .more {
    font-size: 16px;
    line-height: 16px; } }

#solution .box__image {
  margin-bottom: 140px;
  text-align: center; }

@media all and (max-width: 1599px) {
  #solution .box__image {
    margin-bottom: 100px; } }

@media all and (max-width: 575px) {
  #solution .box__image {
    margin-bottom: 60px; } }

@media all and (max-width: 991px) {
  #solution .box__image.box__image-last {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

#solution .box__image .image img {
  height: auto; }

@media all and (max-width: 575px) {
  #solution .box__image .image img {
    max-width: 318px;
    width: 100%; } }

/*****************************  price  ****************************/
#price {
  background-color: #CCB3E2;
  padding-top: 90px;
  padding-bottom: 100px; }

@media all and (max-width: 1599px) {
  #price {
    padding-top: 70px;
    padding-bottom: 80px; } }

#price .heading {
  margin-bottom: 70px; }

@media all and (max-width: 991px) {
  #price .heading {
    margin-bottom: 60px; } }

@media all and (max-width: 575px) {
  #price .heading {
    margin-bottom: 45px; } }

#price .heading h2 {
  color: #fff; }

#price .price__main {
  background: #FFFFFF;
  border: 2px solid #232323;
  -webkit-box-shadow: 0px 20px 40px rgba(85, 19, 171, 0.15);
          box-shadow: 0px 20px 40px rgba(85, 19, 171, 0.15);
  border-radius: 16px;
  padding: 67px 120px 80px 120px;
  margin-bottom: 39px; }

@media all and (max-width: 991px) {
  #price .price__main {
    padding: 60px 20px 80px 20px; } }

@media all and (max-width: 575px) {
  #price .price__main {
    padding: 54px 10px 40px 10px; } }

#price .price__main table {
  width: 100%; }

#price .price__main table tr td {
  padding: 8px; }

#price .price__main table tr td:nth-child(2n+1) {
  border-right: 2px solid rgba(35, 35, 35, 0.1); }

#price .price__main table thead tr td {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px; }

@media all and (max-width: 991px) {
  #price .price__main table thead tr td {
    font-size: 22px; } }

@media all and (max-width: 575px) {
  #price .price__main table thead tr td {
    font-size: 18px;
    line-height: 28px; } }

#price .price__main table tbody tr td {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-bottom: 2px solid rgba(35, 35, 35, 0.1); }

@media all and (max-width: 991px) {
  #price .price__main table tbody tr td {
    font-size: 20px; } }

@media all and (max-width: 575px) {
  #price .price__main table tbody tr td {
    font-size: 16px;
    line-height: 20px; } }

#price .individual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 620px;
  width: 100%;
  margin: 0 auto; }

#price .individual img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 22px;
  height: auto; }

@media all and (max-width: 575px) {
  #price .individual img {
    width: 73px;
    margin-right: 8px; } }

#price .individual p {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(84, 54, 34, 0.25); }

@media all and (max-width: 575px) {
  #price .individual p {
    font-size: 16px;
    line-height: 26px;
    text-align: center; } }

#price .individual p strong {
  font-weight: 600; }

/****************************  connection  ************************/
#connection {
  padding-top: 250px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden; }

@media all and (max-width: 1599px) {
  #connection {
    padding-top: 200px; } }

@media all and (max-width: 575px) {
  #connection {
    padding-top: 149px; } }

#connection:after {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.png");
  top: -400px;
  left: 0;
  right: 0;
  width: 100%;
  height: 573px; }

@media all and (max-width: 1922px) {
  #connection:after {
    height: 503px; } }

@media all and (max-width: 991px) {
  #connection:after {
    background-position: 80% 50%;
    top: -420px; } }

@media all and (max-width: 575px) {
  #connection:after {
    height: 210px;
    width: 507px;
    left: 0;
    right: 0;
    top: -150px;
    background-position: 120% 50%; } }

#connection .box__image {
  margin-bottom: 140px; }

@media all and (max-width: 1599px) {
  #connection .box__image {
    margin-bottom: 90px; } }

@media all and (max-width: 991px) {
  #connection .box__image {
    text-align: center;
    margin-bottom: 130px; } }

@media all and (max-width: 767px) {
  #connection .box__image {
    margin-bottom: 90px; } }

@media all and (max-width: 991px) {
  #connection .box__content {
    text-align: center;
    margin-bottom: 50px; } }

@media all and (max-width: 575px) {
  #connection .box__content {
    margin-bottom: 40px;
    text-align: left; } }

@media all and (max-width: 991px) {
  #connection .box__content.box__content-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

#connection .box__content.box__content-first .content {
  max-width: 470px;
  width: 100%;
  padding-top: 30px; }

@media all and (max-width: 1199px) {
  #connection .box__content.box__content-first .content {
    padding-top: 0; } }

@media all and (max-width: 991px) {
  #connection .box__content.box__content-first .content {
    max-width: 469px;
    margin: 0 auto; } }

#connection .box__content.box__content-last {
  padding-top: 130px; }

@media all and (max-width: 1199px) {
  #connection .box__content.box__content-last {
    padding-top: 0; } }

#connection .box__content.box__content-last .content p {
  max-width: 533px;
  width: 100%;
  margin-bottom: 30px; }

@media all and (max-width: 991px) {
  #connection .box__content.box__content-last .content p {
    margin: 0 auto 30px auto; } }

@media all and (max-width: 575px) {
  #connection .box__content.box__content-last .content p {
    margin-bottom: 20px; } }

#connection .box__content .content h4 {
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 30px; }

@media all and (max-width: 991px) {
  #connection .box__content .content h4 {
    font-size: 32px;
    line-height: 42px; } }

@media all and (max-width: 575px) {
  #connection .box__content .content h4 {
    font-size: 22px;
    line-height: 32px;
    text-align: center; } }

#connection .box__content .content p {
  font-size: 24px;
  line-height: 36px; }

@media all and (max-width: 1199px) {
  #connection .box__content .content p {
    font-size: 22px;
    line-height: 34px; } }

@media all and (max-width: 575px) {
  #connection .box__content .content p {
    font-size: 18px;
    line-height: 30px; } }

#connection .box__form .form {
  background: rgba(204, 179, 226, 0.5);
  border-radius: 16px;
  padding: 77px 115px 80px 115px; }

@media all and (max-width: 1599px) {
  #connection .box__form .form {
    padding: 50px 80px; } }

@media all and (max-width: 1199px) {
  #connection .box__form .form {
    padding: 50px; } }

@media all and (max-width: 991px) {
  #connection .box__form .form {
    padding: 70px 116px 80px 116px;
    max-width: 642px;
    width: 100%;
    margin: 0 auto; } }

@media all and (max-width: 575px) {
  #connection .box__form .form {
    padding: 65px 10px; } }

#connection .box__form .form h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #232323;
  text-shadow: 0px 0.5px 0.5px #8A7998;
  margin-bottom: 42px; }

@media all and (max-width: 575px) {
  #connection .box__form .form h5 {
    font-size: 20px;
    line-height: 30px;
    max-width: 173px;
    width: 100%;
    margin: 0 auto 38px auto; } }

#connection .box__form .form form .form__item {
  margin-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* плавное изменение прозрачности  placeholder-а при фокусе */ }

@media all and (max-width: 575px) {
  #connection .box__form .form form .form__item {
    margin-bottom: 25px; } }

#connection .box__form .form form .form__item.form__item-phone input {
  padding-left: 5px; }

#connection .box__form .form form .form__item input {
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  padding-left: 23px;
  color: #232323; }

#connection .box__form .form form .form__item input::-webkit-input-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::-moz-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::-ms-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::-webkit-input-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::-moz-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input:-ms-input-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::-ms-input-placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::placeholder {
  color: #232323;
  opacity: 1; }

#connection .box__form .form form .form__item input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#connection .box__form .form form .form__item .flag {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #B3B3B3;
  border-radius: 6px;
  width: 102px;
  height: 55px;
  margin-right: 7px;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
  position: relative;
  background-size: 29px;
  background-position: 24% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/flag.png"); }

@media all and (max-width: 575px) {
  #connection .box__form .form form .form__item .flag {
    width: 76px;
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px;
    padding-right: 4px;
    background-size: 27px; } }

#connection .box__form .form form .form__policy {
  margin-bottom: 35px; }

@media all and (max-width: 575px) {
  #connection .box__form .form form .form__policy {
    margin-bottom: 30px; } }

#connection .box__form .form form .form__policy .policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left; }

#connection .box__form .form form .form__policy .policy .text p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(35, 35, 35, 0.7); }

@media all and (max-width: 575px) {
  #connection .box__form .form form .form__policy .policy .text p {
    font-size: 12px; } }

#connection .box__form .form form .form__policy .policy .text p a {
  text-decoration: underline;
  color: rgba(35, 35, 35, 0.7); }

#connection .box__form .form form .form__policy .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.7);
  width: 24px;
  height: 24px;
  border-radius: 4px; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

#connection .box__form .form form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#connection .box__form .form form .form__submit {
  text-align: center; }

/***************************  footer  ***********************/
#footer {
  background-color: #232323;
  padding-top: 40px;
  padding-bottom: 40px; }

@media all and (max-width: 1199px) {
  #footer {
    padding-bottom: 20px; } }

@media all and (max-width: 991px) {
  #footer {
    padding-top: 80px;
    padding-bottom: 0; } }

@media all and (max-width: 767px) {
  #footer {
    padding-top: 65px;
    text-align: center; } }

@media all and (max-width: 1199px) {
  #footer .footer__item {
    margin-bottom: 20px; } }

@media all and (max-width: 991px) {
  #footer .footer__item {
    margin-bottom: 50px; } }

#footer h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 28px; }

@media all and (max-width: 767px) {
  #footer h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 24px; } }

@media all and (max-width: 767px) {
  #footer .footer__logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 55px; } }

@media all and (max-width: 991px) {
  #footer .footer__logo .logo {
    text-align: center; } }

#footer .footer__logo .logo a img {
  width: 201px;
  height: auto; }

@media all and (max-width: 767px) {
  #footer .footer__logo .logo a img {
    width: 164px; } }

@media all and (max-width: 767px) {
  #footer .footer__req {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

#footer .footer__req .req ul li p {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.7); }

@media all and (max-width: 991px) {
  #footer .footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media all and (max-width: 767px) {
  #footer .footer__contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#footer .footer__contacts .contacts .phone {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 36px; }

@media all and (max-width: 767px) {
  #footer .footer__contacts .contacts .phone {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 24px; } }

#footer .footer__contacts .contacts .social a {
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 20px;
  border-bottom: 3px solid #F15A24; }

@media all and (max-width: 767px) {
  #footer .footer__contacts .contacts .social a {
    font-size: 16px;
    line-height: 16px;
    margin: 0 12px 0 12px; } }

#footer .footer__link {
  margin-top: -96px; }

@media all and (max-width: 1199px) {
  #footer .footer__link {
    margin-top: -80px; } }

@media all and (max-width: 991px) {
  #footer .footer__link {
    margin-top: 0; } }

@media all and (max-width: 767px) {
  #footer .footer__link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media all and (max-width: 991px) {
  #footer .footer__link .link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media all and (max-width: 767px) {
  #footer .footer__link .link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media all and (max-width: 767px) {
  #footer .footer__link .link ul li:not(:last-child) {
    margin-bottom: 16px; } }

#footer .footer__link .link ul li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5); }

#footer .footer__link .link ul li a:hover {
  text-decoration: underline; }

@media all and (max-width: 767px) {
  #footer .footer__copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; } }

@media all and (max-width: 991px) {
  #footer .footer__copyright .copyright {
    text-align: center;
    margin-top: 20px; } }

@media all and (max-width: 767px) {
  #footer .footer__copyright .copyright {
    margin-top: 0; } }

#footer .footer__copyright .copyright p {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7); }

#footer .footer__copyright .copyright p strong {
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  color: #FFFFFF; }

#footer .footer__copyright .copyright p span {
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7); }

@media all and (max-width: 575px) {
  #footer .footer__copyright .copyright p span {
    display: block; } }
