/**
 * Подключаем шрифты
 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
.title {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 26px;
  }
}
.pre_title {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #b63057;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .pre_title {
    font-size: 20px;
  }
}
.text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
/**
 * Подключаем миксины
 */
.btn {
  border-radius: 50px;
  width: 290px;
  height: 56px;
  background-color: #b63057;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  line-height: 56px;
  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;
  border: 1px solid transparent;
}
.btn span {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 700;
}
.btn:hover {
  background-color: #ffffff;
  border-color: #b63057;
}
.btn:hover span {
  color: #b63057;
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
    max-width: 300px;
  }
}
/**
 * Подключаем переменные
 */
/*Основные цвета */
/*Основные размер/высота текста */
/**
 * Подключаем модалки
 */
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(50, 60, 85, 0.8);
  overflow: scroll;
}
.modal_body {
  position: absolute;
  padding: 45px 20px;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #eff1f8;
}
.modal_close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 999999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  border: 5px solid #ffffff;
}
.modal_close:after,
.modal_close:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  position: absolute;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #ffffff;
}
.modal_close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_open {
  cursor: pointer;
}
.modal_on {
  overflow: hidden;
}
@media (max-width: 576px) {
  .modal_body {
    padding: 75px 20px;
  }
}
header {
  background-color: #ffffff;
}
header .wrapp {
  padding: 19px 0;
}
header .wrapp .right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapp .right .menu .link {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .wrapp .right .menu .link:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  position: absolute;
  left: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
header .wrapp .right .menu .link:hover {
  color: #b63057;
}
header .wrapp .right .menu .link:hover:before {
  background: #b63057;
}
header .wrapp .right .call {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("../image/email.svg"), -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: url("../image/email.svg"), linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #eff1f8;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
header .wrapp .right .call:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1200px) {
  header .wrapp .right .menu .link {
    padding-left: 20px;
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  header .wrapp {
    padding: 15px 0;
  }
  header .wrapp .right .menu .link {
    padding-left: 10px;
    margin-right: 20px;
    font-size: 16px;
  }
  header .wrapp .logo {
    width: 180px;
  }
  header .wrapp .logo img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .wrapp .right {
    padding: 0;
  }
  header .wrapp .right .mob_menu_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
    background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid #eff1f8;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .wrapp .right .mob_menu_icon span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
  }
  header .wrapp .right .mob_menu_icon span:after,
  header .wrapp .right .mob_menu_icon span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  header .wrapp .right .mob_menu_icon span:after {
    bottom: -8px;
  }
  header .wrapp .right .mob_menu_icon span:before {
    top: -8px;
  }
  header .wrapp .right .mob_menu_icon:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 576px) {
  header .wrapp {
    padding: 15px;
  }
}
body {
  background-color: #eff1f8;
}
.banner {
  height: 560px;
  position: relative;
}
.banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../image/banner.jpg");
  background-size: cover;
  background-position: center;
}
.banner .wrapp {
  padding: 79px 0 110px 0;
}
.banner .wrapp .tit {
  font-family: 'Roboto', sans-serif;
  font-size: 56px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 16px;
}
.banner .wrapp .text {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .banner .bg {
    background-position: center left;
  }
  .banner .wrapp .text {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .banner {
    height: 470px;
  }
  .banner .wrapp .tit {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .banner .wrapp .tit {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .banner .wrapp .tit {
    font-size: 32px;
  }
  .banner .wrapp .text {
    font-size: 18px;
  }
}
.mob_menu {
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0 ;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 9999999;
  overflow-y: scroll;
}
.mob_menu .header {
  background-color: #eff1f8;
  padding: 15px;
}
.mob_menu .header .close {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #ffffff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}
.mob_menu .body {
  padding: 44px 15px 44px 15px;
}
.mob_menu .body .menu {
  padding-left: 20px;
}
.mob_menu .body .menu .link {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.mob_menu .body .menu .link:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  position: absolute;
  left: 0;
}
.mob_menu .body .btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  width: 100%;
  max-width: 300px;
}
.mob_menu.active {
  width: 400px;
  height: 100%;
  opacity: 1;
}
@media (max-width: 576px) {
  .mob_menu .logo {
    width: 170px;
  }
  .mob_menu .logo img {
    width: 100%;
  }
  .mob_menu .header {
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mob_menu.active {
    width: 100%;
  }
}
section {
  margin-top: 130px;
}
@media (max-width: 991px) {
  section {
    margin-top: 90px;
  }
}
#why_we .title {
  margin-right: auto;
  margin-left: auto;
}
#why_we .wrapp .left {
  width: 374px;
  height: 374px;
  margin-right: 30px;
}
#why_we .wrapp .left img {
  width: 100%;
}
#why_we .wrapp .right .block {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
#why_we .wrapp .right .block .tit {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
#why_we .wrapp .right .block .text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
}
#why_we .wrapp .right .block:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  background-image: url("../image/check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}
@media (max-width: 991px) {
  #why_we .wrapp .left {
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }
  #why_we .wrapp .left .block {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
  }
  #why_we .wrapp .left .block .tit {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #323c55;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #why_we .wrapp .left .block .text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #323c55;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 0;
  }
  #why_we .wrapp .left .block:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    background-image: url("../image/check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
  }
  #why_we .wrapp .left .img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid #43B2AA;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  #why_we .wrapp .left .img:after {
    content: "";
    display: block;
    position: absolute;
    width: 374px;
    height: 374px;
    border-radius: 50%;
    background-image: url("../image/why_we_1.png");
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 576px) {
  #why_we .wrapp .left .img {
    width: 290px;
    height: 290px;
    border-radius: 50%;
  }
  #why_we .wrapp .left .img:after {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    background-size: contain;
  }
}
#about {
  position: relative;
}
#about .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#about .bg_part {
  height: 100%;
}
#about .bg_part_left {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
}
#about .bg_part_right {
  background-image: url("../image/about_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#about .wrapp {
  padding: 68px 0 106px 0;
}
#about .wrapp .left .title {
  color: #ffffff;
  margin-bottom: 20px;
}
#about .wrapp .left .text {
  color: #ffffff;
  margin-bottom: 26px;
  line-height: 1.5;
}
#about .wrapp .left .text.waterdrop {
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
}
#about .wrapp .left .text.waterdrop:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background-image: url("../image/water-drop.svg");
}
@media (max-width: 991px) {
  #about {
    margin-bottom: 390px;
  }
  #about .wrapp {
    padding: 38px 0 20px 0;
  }
  #about .bg_part_right {
    max-height: 300px;
  }
}
#uslugi .line .block .wr {
  height: 320px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 30px 30px 50px;
  margin-bottom: 24px;
}
#uslugi .line .block .wr .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
#uslugi .line .block .wr .head .tit {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
}
#uslugi .line .block .wr .head .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  min-width: 60px;
  background-color: #E8F5FD;
  margin-bottom: 0;
  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;
  margin-left: 5px;
}
#uslugi .line .block .wr .head .num span {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 700;
}
#uslugi .line .block .wr .head .num.red {
  background-color: #F5EAFB;
}
#uslugi .line .block .wr .bod {
  padding-left: 20px;
}
#uslugi .line .block .wr .bod .circul {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}
#uslugi .line .block .wr .bod .circul:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 991px) {
  #uslugi .line .block {
    padding: 0;
  }
  #uslugi .line .block .wr {
    height: 230px;
  }
}
@media (max-width: 768px) {
  #uslugi .line .block .wr {
    padding: 20px 20px 20px 30px;
  }
}
@media (max-width: 576px) {
  #uslugi .line .block .wr {
    padding: 10px 10px 10px 20px;
  }
  #uslugi .line .block .wr .head .tit {
    font-size: 16px;
  }
  #uslugi .line .block .wr .head .num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
  }
  #uslugi .line .block .wr .bod .circul {
    font-size: 14px;
  }
}
#call {
  padding-bottom: 120px;
  position: relative;
}
#call .bg {
  position: absolute;
  background-image: url("../image/call_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 285px;
  bottom: 0;
  width: 100%;
  left: 0;
}
#call .wrapp .left .line {
  margin-bottom: 56px;
}
#call .wrapp .left .line .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}
#call .wrapp .left .line .block .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  min-width: 70px;
  border: 5px solid #ffffff;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background-image: linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
  position: relative;
}
#call .wrapp .left .line .block .icon:after {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#call .wrapp .left .line .block .icon_1:after {
  background-image: url("../image/phone.svg"), -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background-image: url("../image/phone.svg"), linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
}
#call .wrapp .left .line .block .icon_2:after {
  background-image: url("../image/cleaning.svg"), -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background-image: url("../image/cleaning.svg"), linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
}
#call .wrapp .left .line .block .icon_3:after {
  background-image: url("../image/calendar .svg"), -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background-image: url("../image/calendar .svg"), linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
}
#call .wrapp .left .line .block .icon_4:after {
  background-image: url("../image/wallet.svg"), -webkit-gradient(linear, left bottom, left top, color-stop(1.3%, #3aa484), to(#43b2aa));
  background-image: url("../image/wallet.svg"), linear-gradient(0deg, #3aa484 1.3%, #43b2aa 100%);
}
#call .wrapp .left .line .block .text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
#call .wrapp .right {
  -webkit-box-shadow: 0px 12px 30px rgba(38, 54, 51, 0.13);
          box-shadow: 0px 12px 30px rgba(38, 54, 51, 0.13);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 50px 36px 31px 36px;
  margin-left: 30px;
}
#call .wrapp .right .tit {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
#call .wrapp .right .form .btn {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #call {
    padding-bottom: 170px;
  }
  #call .wrapp .left .line {
    margin-bottom: 0;
  }
  #call .wrapp .left .line .block {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #call .wrapp {
    padding-bottom: 40px;
  }
  #call .wrapp .right {
    padding: 20px 16px 31px 16px;
  }
}
@media (max-width: 768px) {
  #call .wrapp .left {
    margin-bottom: 30px;
  }
  #call .wrapp .left .line .block {
    padding-right: 10px;
  }
  #call .wrapp .left .line .block .text {
    font-size: 16px;
  }
  #call .wrapp .left .line .block .icon {
    margin-right: 15px;
  }
  #call .wrapp .right {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  #call .bg {
    background-image: url("../image/call_bg_mob.jpg");
    height: 334px;
  }
  #call .wrapp .right .tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
#contact {
  background-color: #ffffff;
  margin-top: 0;
  padding-top: 130px;
  padding-bottom: 67px;
}
#contact .wrapp .left .text {
  margin-bottom: 23px;
}
#contact .wrapp .left .block {
  border-radius: 30px;
  background-color: #eff1f8;
  padding: 10px 0 10px 44px;
  margin-bottom: 16px;
}
#contact .wrapp .left .block a,
#contact .wrapp .left .block p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
}
#contact .wrapp .left .block:nth-child(2) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #contact {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  #contact .wrapp .left {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #contact .wrapp .right {
    height: 300px;
  }
  #contact .wrapp .right iframe {
    height: 300px;
  }
}
@media (max-width: 576px) {
  #contact .wrapp .left .block {
    border-radius: 10px;
    padding: 7px;
  }
}
footer {
  padding: 24px 0;
}
footer p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
.form_input {
  display: block;
  background-color: transparent;
  border-right: none;
  border-left: none;
  border-top: 0;
  border-bottom: 1px solid #323c55;
  min-height: 60px;
  margin-bottom: 38px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
}
.form_input:focus-visible,
.form_input:active,
.form_input:focus {
  outline: none;
}
.form_input:focus-visible::-webkit-input-placeholder,
.form_input:active::-webkit-input-placeholder,
.form_input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form_input:focus-visible:-ms-input-placeholder,
.form_input:active:-ms-input-placeholder,
.form_input:focus:-ms-input-placeholder {
  opacity: 0;
}
.form_input:focus-visible::-ms-input-placeholder,
.form_input:active::-ms-input-placeholder,
.form_input:focus::-ms-input-placeholder {
  opacity: 0;
}
.form_input:focus-visible::placeholder,
.form_input:active::placeholder,
.form_input:focus::placeholder {
  opacity: 0;
}
.form_input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(50, 60, 85, 0.7);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form_input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(50, 60, 85, 0.7);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form_input::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(50, 60, 85, 0.7);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form_input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(50, 60, 85, 0.7);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.form .polit {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
.form .polit .modal_open {
  color: #43B2AA;
}
.form textarea {
  padding-top: 10px;
}
#modal_form #form_modal .form_input {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #modal_form .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #modal_form .title {
    font-size: 34px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  #modal_form {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #modal_form .title {
    font-size: 28px;
  }
}
#modal_polit {
  z-index: 9999999999999;
}
#modal_polit .modal_body {
  width: 1000px;
  max-width: 1000px;
}
#modal_polit ol {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323c55;
  line-height: 1.2;
  font-weight: 300;
  padding-left: 0;
  /* убираем стандартную нумерацию */
  list-style: none;
  /* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */
  counter-reset: li;
}
#modal_polit .li:before {
  /* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
  counter-increment: li;
  /* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
  content: counters(li, ".") ".";
}
#modal_polit .li a {
  color: #b63057;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#modal_polit .li a:hover {
  color: #3AA484;
}
#modal_polit .li ol {
  margin-bottom: 10px;
}
#modal_polit .li ol li {
  margin-top: 5px;
}
#modal_polit .li_title {
  margin-top: 20px;
  margin-bottom: 40px !important;
}
#modal_polit .def {
  list-style: none;
  padding-left: 0;
}
#modal_polit .def li:before {
  content: "\2014";
  position: relative;
  left: -5px;
}
#modal_polit .text {
  text-align: center;
}
@media (max-width: 1000px) {
  #modal_polit .modal_body {
    width: 800px;
  }
}
@media (max-width: 800px) {
  #modal_polit .modal_body {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #modal_polit .title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  #modal_polit .title {
    font-size: 24px;
  }
}
#modal_ths .modal_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  max-width: 100%;
}
#modal_ths .title {
  margin-bottom: 20px;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
