@font-face {
  font-family: 'TT Hoves';
  src: url(../fonts/TTHoves/TTHoves-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'TT Hoves';
  src: url(../fonts/TTHoves/TTHoves-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'TT Hoves';
  src: url(../fonts/TTHoves/TTHoves-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'TT Hoves';
  src: url(../fonts/TTHoves/TTHoves-DemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'TT Hoves';
  src: url(../fonts/TTHoves/TTHoves-Italic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap
}
@font-face {
  font-family: 'TT Hoves';
  src: url(../fonts/TTHoves/TTHoves-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
body {
  font-family: 'TT Hoves', sans-serif;
  color: #000;
  overflow-x: hidden;
  height: 100%;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  font-weight: 300;
}
li, ul {
  display: block;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.row {
  margin-left: -30px;
  margin-right: -30px
}
button, button:hover {
  outline: none;
  cursor: pointer;
  transition-duration: .2s;
}
a:hover {
  outline: none;
  text-decoration: none;
}
button:hover, .send-btn:hover {
  opacity: .7;
}
b {
  font-weight: 600;
}
.hide {
  display: none;
}
.send-btn {
  transition-duration: .2s;
}
.checkbox {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #dee0e1;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
input[type=checkbox]+.checkbox {
  background: #ffffff;
  /* border: 1px solid #D4D4D4; */
  box-sizing: border-box;
  border-radius: 5px;
}
input[type=checkbox]:checked+.checkbox {
  background-image: url(../img/ico-arr-mini.png);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.bold {
  font-weight: 600;
}
.bgText {
  background: #faf1bd;
  padding: 0 9px;
  font-weight: 600;
  position: relative;
  height: 44px;
  line-height: 42px;
  display: inline-block
}
.title {
  font-weight: 600;
  font-size: 37px;
  line-height: 34px;
}
.intro {
  font-weight: 400;
  font-size: 19px;
  line-height: 147.3%;
  color: #000
}
.sectionFirstBlock {
  text-align: center
}
header {
  padding-top: 30px;
  margin-bottom: 18px
}
.header.row {
  margin-left: -30px;
  margin-right: -30px
}
.header__block, .header__phone {
  display: flex;
  align-items: center
}
.header__block_r {
  margin-left: auto;
  position: relative;
  bottom: 4px
}
.logo {
  width: 263px;
  height: 35px;
  margin-right: 32px
}
.header__time {
  font-size: 15px;
  line-height: 18px;
  margin-top: 3px;
  max-width: 227px;
  width: 100%;
}
.header__block {
  color: #000;
}
.header__block:hover {
  text-decoration: none;
}
.header__phone {
  margin-right: 21px;
  margin-left: auto
}
.header__phone_icon {
  margin-right: 7px
}
.header__phone_number {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000
}
.header__btn {
  width: 168px;
  display: inline-block;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background: #30c648;
  border-radius: 8px;
  border: none;
  /* margin: auto; */
}
.menu {
  margin-top: 17px;
  background: #f7f8f9;
  border-radius: 15px;
  position: relative
}
.menu__row {
  margin-left: -43px;
  margin-right: -43px
}
.header__menu {
  display: flex;
  align-items: center;
  max-width: 1800px;
  margin: 0 auto
}
.header__menu li:last-child a {
  border-right: none
}
.header__menu a {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #000;
  padding: 22px 11px;
  display: inline-block;
  margin-right: 0;
  font-weight: 600;
  border-right: 1px solid #e6e6e6
}
.current-menu-item a {
  color: #30C648;
  text-decoration: none;
}
#banner {
  background: url(../img/bannerBg.jpg) 0 0/cover no-repeat;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.banner__row {
  margin-left: -30px;
  margin-right: -30px
}
.banner {
  position: relative
}
.banner__elem {
  position: absolute;
  left: 458px;
  top: 373px;
  width: 276px;
  height: 110px;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, .15);
  border-radius: 20px;
  background: #fff;
  padding: 14px 26px 3px 28px
}
.banner__elem_last {
  right: -211px;
  left: auto;
  top: auto;
  bottom: 37px;
  width: 230px
}
.banner__elem_last .banner__elem_intro {
  font-size: 22px;
  font-weight: 600;
  word-spacing: -1px;
  margin-bottom: 7px
}
.banner__elem_intro {
  font-weight: 500;
  font-size: 22px;
  line-height: 147.3%;
  margin-bottom: 5px;
  word-spacing: 3px
}
.banner__elem_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 147.3%
}
.banner__wraper {
  padding-top: 108px;
  padding-bottom: 75px;
  padding-left: 0
}
.bannerImg {
  top: 0;
  right: 0;
  z-index: 0;
  position: absolute;
  width: 983px;
  height: 710px
}
.banner__list_block {
  display: flex;
  align-items: center;
  margin-bottom: 12px
}
.banner__list_icon {
  margin-right: 13px
}
.banner__title {
  font-weight: 300;
  font-size: 37px;
  line-height: 47px;
  margin-bottom: 19px
}
.banner__list_intro {
  font-weight: 400;
  font-size: 18px;
  line-height: 147.3%;
  color: #000
}
.banner__intro {
  max-width: 523px;
  margin-top: 42px;
  font-weight: 400;
  font-size: 22px;
  line-height: 147.3%;
  color: #000
}
.banner__form {
  max-width: 604px;
  margin-top: 22px
}
.banner__form__block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px 10px 25px;
  margin-bottom: 21px
}
.banner__form_elem {
  display: flex;
  align-items: center
}
.banner__form_icon {
  margin-right: 15px
}
.banner__form_input {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  border: none;
  outline: 0
}
.banner__form_input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: 16px
}
.banner__form_input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 16px
}
.banner__form_input:-ms-input-placeholder {
  color: #b5b5b5;
  font-size: 16px
}
.banner__form_input::-ms-input-placeholder {
  color: #b5b5b5;
  font-size: 16px
}
.banner__form_input::placeholder {
  color: #b5b5b5;
  font-size: 16px
}
.banner__form_btn {
  width: 208px;
  height: 60px;
  background: #30c648;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border: none;
  outline: 0
}
.banner__form_chekBlock {
  display: flex;
  align-items: center;
}
.banner__form_checkbox {
  margin-right: 8px;
  background: #000;
  border-radius: 4px;
  width: 16px;
  height: 16px
}
.banner__form_chekBlock__text {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
}
.services {
  margin-top: 97px;
  margin-bottom: 80px;
}
.services__row {
  margin-left: -30px;
  margin-right: -30px
}
.services__title {
  text-align: center;
  margin-bottom: 21px;
}
.services__intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 147.3%;
  text-align: center;
  color: #000;
  margin-bottom: 54px
}
.services__block {
  margin-bottom: 43px
}
.services__block:last-child {
  /* margin-bottom: 101px; */
}
.services__block_elems {
  background: #f7f8f9;
  border-radius: 15px;
  transition-duration: .3s;
  cursor: pointer;
  border-radius: 18px;
}
.services__block_btn {
  padding: 13px 10px;
  height: auto;
  text-decoration: none;
}
.services__block_elems:hover .services__block_btn {
  background: #30c648;
  color: #fff;
  text-decoration: none;
}
.service_hover:hover {
  background: #fff;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, .15)
}
.services__block_elem {
  padding: 34px 27px;
}
.services__block_intro {
  font-weight: 600;
  font-size: 22px;
  line-height: 147.3%;
  text-align: center;
  color: #000;
  margin-bottom: 15px
}
.services__block_text {
  font-size: 15px;
  line-height: 147.3%;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
  padding: 0 12px
}
.services__block_btn {
  display: block;
  margin: 0 auto;
  width: 168px;
  /* height: 48px; */
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000;
  transition-duration: .3s;
  border: 1px solid #30c648;
  border-radius: 8px;
  outline: none;
  background-color: transparent;
}
.services__block_btn:hover {
  outline: none;
  cursor: pointer;
}
#aboutCompany {
  max-width: 1800px;
  margin: 0 auto;
  background-color: #f7f8fa;
  border-radius: 20px;
  padding: 88px 0 63px;
  background: url(https://master.ddevv.ru/wp-content/themes/master-theme/assets/img/ACompany.jpg) 0 0/cover no-repeat #f7f8fa;
  position: relative;
  background-position: right;
}
.aboutCompany {
  display: flex;
  align-items: center
}
.aboutCompany__title {
  margin-bottom: 32px;
}
.aboutCompany__text {
  font-size: 16px;
  line-height: 29px;
}
.aboutCompany__AlImg {
  position: absolute;
  left: 8%
}
.aboutCompany__btn {
  cursor: pointer;
}
#team {
  margin-top: 102px;
}
.team__title {
  text-align: center;
  margin-bottom: 19px;
}
.team__intro {
  font-size: 20px;
  line-height: 147.3%;
  max-width: 582px;
  margin: 0 auto 48px;
  text-align: center
}
.team__slider_item {
  max-width: 360px;
  max-height: 424px;
  background: #f5f5f5;
  border-radius: 15px;
  position: relative;
  padding-top: 33px
}
.team__slider_elems {
  background: url(../img/teamSlideElemBg.png) no-repeat;
  position: absolute;
  width: 67px;
  height: 73px;
  right: 25px;
  top: 0
}
.team__slider_img {
  display: block;
  margin: 0 auto
}
.team__slider_elems__intro {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: -2px
}
.team__slider_elems__num {
  font-weight: 600;
  font-size: 15px;
  line-height: 147.3%;
  text-align: center;
  color: #fff
}
.team__slider_block {
  max-width: 299px;
  background: #fff;
  margin: 0 auto;
  padding: 26px 0 16px;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, .15);
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 147.3%
}
.team__slider_block__name {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px
}
#project {
  background: #eef8e4;
  border-radius: 20px;
  max-width: 1800px;
  margin: 0 auto
}
.project__row {
  margin-top: 0;
  padding: 0 16px
}
.project {
  margin-top: 59px;
  margin-bottom: 82px;
  padding-top: 93px;
  padding-bottom: 50px;
}
.project__title {
  text-align: center;
  margin-bottom: 45px;
}
.project__buttonBlock .row {
  justify-content: space-between
}
.project__buttonBlock .row:first-child {
  margin-bottom: 14px
}
.project__buttonBlock_btn {
  width: 209px;
  height: 50px;
  background: #fefefe;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  line-height: 190.3%;
  text-align: center;
  color: #000;
  font-weight: 600
}
.project__buttonBlock_btn {
  cursor: pointer;
}
.project__buttonBlock_btn.active, .project__buttonBlock_btn:hover {
  color: #30c648;
  outline: none;
}
.project__mainBlock {
  margin-top: 49px
}
.project__mainBlock_leftBlockImg {
  margin-top: 21px;
  display: flex;
  justify-content: space-between
}
.projectLeftBlockImg {
  border-radius: 10px
}
.projectLeftBlockImg.active {
  outline: #eee solid 1px
}
.projectLeftBlockImg:last-child {
  margin-right: 0
}
.project__mainBlock_content__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 143.8%;
  margin-bottom: 10px
}
.project__mainBlock_content__text {
  font-size: 18px;
  line-height: 173.3%;
  margin-bottom: 0
}
.project__mainBlock_content__elems {
  margin-top: 23px
}
.project__mainBlock_content__elems_intro {
  font-weight: 600;
  font-size: 16px;
  line-height: 173.3%;
  margin-bottom: 8px
}
.project__mainBlock_content__elems_text {
  font-size: 16px;
  line-height: 29px;
  color: #000
}
#project .container {
  padding-left: 0;
  padding-right: 0
}
#project .row {
  margin-left: -15px;
  margin-right: -15px
}
.advantage {
  margin-top: 93px;
  margin-bottom: 93px
}
.advantage__title {
  text-align: center;
  margin-bottom: 76px;
}
.advantage__icon {
  display: block;
  margin: 0 auto 31px
}
.advantage__block_intro {
  max-width: 263px;
  font-size: 18px;
  line-height: 147.3%;
  text-align: center
}
.advantage__block_intro .bold {
  display: block
}
.advantage__block .row:first-child {
  margin-bottom: 55px
}
#calc {
  background: #f7f8f9;
  border-radius: 20px;
  margin-bottom: 94px;
  padding-top: 98px;
  padding-bottom: 85px;
}
#calc .container {
  padding: 0
}
.calc__block {
  display: flex;
  justify-content: space-between
}
.calc__center {
  margin-left: 20px
}
.calc__title {
  margin-bottom: 18px;
  text-align: center
}
.calc__intro {
  font-size: 20px;
  line-height: 147.3%;
  text-align: center;
  margin-bottom: 50px
}
.calc_elem__intro {
  font-weight: 600;
  font-size: 16px;
  line-height: 147.3%;
  color: #000;
  margin-bottom: -1px
}
.calc_elem_items, .calc_elem_sec__elems {
  display: flex;
  align-items: center
}
.calc_elem_items__intro {
  margin-right: 12px;
  font-size: 16px;
  line-height: 147.3%;
  text-align: center;
  color: #000
}
.calcWidthsF {
  background: #fff;
  border: 1px solid #dee0e1;
  box-sizing: border-box;
  border-radius: 8px;
  width: 116px;
  height: 43px;
  padding-left: 16px
}
.calc_elem {
  margin-bottom: 27px
}
.calc_elem_sec .calc_elem__intro {
  margin-bottom: 14px
}
.calc_elem__chek {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #dee0e1;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px
}
.calc_elem_sec__elems {
  margin-bottom: 7px
}
.calc__right {
  max-width: 555px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  padding: 25px 50px 50px;
  position: relative;
}
.calc__right_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 147.3%;
  margin-bottom: 6px
}
.calc__right_text {
  font-size: 15px;
  line-height: 147.3%;
  margin-bottom: 20px
}
.calc__right_input {
  background: #f7f8f9;
  border: 1px solid #dee0e1;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 12px;
  height: 43px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 147.3%;
  color: #000
}
.calc__right_block {
  margin-top: 17px;
  display: flex;
  align-items: center
}
.calc__btn {
  background: #30c648;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  border: none;
  text-align: center;
  color: #fff;
  width: 208px;
  height: 60px;
  margin-right: 30px
}
.calc__right_block__chek {
  background: #f7f8f9;
  border: 1px solid #dee0e1;
  box-sizing: border-box;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  margin-right: 10px
}
.calc__right_block__elems {
  display: flex;
  align-items: center
}
.calc__right_block__elems_link {
  font-size: 13px;
  line-height: 133.8%;
  color: #000;
  margin-bottom: 0;
}
p.calc__right_block__elems_link a {
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  text-decoration: underline;
}
.calc__right_input::placeholder {
  color: #BFBFBF;
}
.price__title {
  text-align: center;
  margin-bottom: 50px;
}
.price__block_item {
  background: #f7f8f9;
  border-radius: 15px;
  padding-bottom: 28px
}
.price__block_img {
  margin-bottom: 26px
}
.price__block_item__tltle {
  margin-bottom: 9px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 147.3%
}
.price__block_list {
  padding: 0 33px 0 32px;
  margin-bottom: 24px
}
.price__block_list__items {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.price__block_list__elem {
  font-weight: 600;
  font-size: 15px;
  line-height: 147.3%
}
.price__block_list__price {
  font-size: 15px;
  line-height: 147.3%;
  text-align: right
}
.price__block_item__btn {
  width: 300px;
  height: 48px;
  background: #30c648;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  border: none
}
.price__block .row {
  margin-bottom: 37px
}
#reviews {
  background: #eef8e4;
  border-radius: 20px;
  max-width: 1800px;
  margin: 114px auto 0;
}
.reviews {
  padding-top: 97px;
  padding-bottom: 103px;
  position: relative
}
.reviews__title {
  text-align: center;
  margin-bottom: 17px;
}
.reviews__intro {
  margin-bottom: 50px
}
.reviews__slider_block {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 31px 37px 17px 30px;
  width: 100%
}
.reviews__slider_block:before {
  content: '';
  background: url(../img/reviewIcon.png) no-repeat;
  position: absolute;
  width: 69.73px;
  height: 48.12px;
  top: 17px;
  right: 20px
}
.reviews__slider_elem {
  margin-bottom: 20px
}
.reviews__slider_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 147.3%
}
.reviews__slider_elem p:first-child {
  margin-bottom: 0;
  line-height: 22px
}
.calcPhoto {
  margin-top: 0;
  padding-top: 0
}
.calcPhoto__col-md-6_l {
  margin-right: 0;
  padding-right: 0;
  padding-top: 93px;
}
.calcPhoto__col-md-6_r {
  background-image: url(../img/calcPhotoImg.png);
  background-size: 598px;
  background-position: top 50px right 0px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  height: 649px;
}
.calcPhoto__col-md-6_r img {
  margin-top: 0
}
.calcPhoto .sectionFirstBlock {
  text-align: left
}
.calcPhoto__title {
  margin-bottom: 25px;
line-height: 27px;}
.calcPhoto .row {
  align-items: flex-start
}
.calcPhoto__form {
  max-width: 455px;
  margin-top: 23px;
  margin-bottom: 28px;
}
.calcPhoto__form_input {
  background: #f7f8f9;
  border: 1px solid #dee0e1;
  border-radius: 8px;
  font-size: 14px;
  line-height: 147.3%;
  color: #000;
  padding: 12px 18px;
  width: 100%;
  height: 43px;
  margin-bottom: 17px
}
.calcPhoto__textarea {
  font-size: 14px;
  line-height: 147.3%;
  color: #bfbfbf;
  padding-top: 10px;
  padding-left: 18px;
  width: 100%;
  height: 91px;
  background: #f7f8f9;
  border: 1px solid #dee0e1;
  border-radius: 8px;
  resize: none;
  margin-bottom: 20px
}
.calcPhoto__form_file {
  width: 100%;
  height: 43px;
  border: 1px dashed #dee0e1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.calcPhoto__form_fileInput {
  display: none
}
.calcPhoto__form_file__intro {
  font-weight: 400;
  font-size: 14px;
  line-height: 147.3%;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 0;
  color: #000
}
.calcPhoto__form_file__info {
  margin-top: 6px;
  font-size: 12px;
  line-height: 147.3%;
  color: #b6b6b6;
  text-align: left
}
.calcPhoto__form_block, .calcPhoto__form_block__elems {
  display: flex;
  align-items: center
}
.calcPhoto__form_block {
  margin-top: 33px
}
.calcPhoto__form_btn {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background: #30c648;
  border-radius: 8px;
  width: 208px;
  height: 60px;
  margin-right: 25px;
  border: none;
  display: block!important;
}
.calcPhoto__form_checkbox {
  background: #f7f8f9;
  border: 1px solid #dee0e1;
  box-sizing: border-box;
  border-radius: 3px;
  width: 22px;
  height: 22px
}
.calcPhoto__form_checkbox__info {
  font-size: 13px;
  line-height: 133.8%;
  max-width: 180px;
  margin-left: 10px;
  color: #000
}
.calcPhoto__img {
  margin-top: 23px
}
#footer {
  background: #f7f8f9
}
#footer .row {
  position: static;
  margin-left: -15px;
  margin-right: -15px
}
.footer {
  padding-top: 41px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%
}
.footer__block {
  display: flex;
  align-items: center
}
.footer__block_elem:first-child {
  margin-right: 74px
}
.footer__info {
  font-size: 15px;
  line-height: 18px;
  max-width: 220px;
  margin-bottom: 24px;
  margin-top: 15px
}
.footer__block_right__elem, .footer__block_right__messenger, .footer__contacts_elem, .footer__phone_block {
  display: flex;
  align-items: center
}
.footer__contacts_elem {
  margin-bottom: 9px
}
.footer__contacts_elem__icon {
  margin-right: 11px
}
.footer__contacts_elem__intro {
  font-size: 15px;
  line-height: 23px;
  color: #000
}
.footer__contacts_inn {
  font-size: 15px;
  line-height: 23px;
  margin-top: 11px;
  word-spacing: 2px
}
.footer__contacts_elem__mail {
  color: #000
}
.footer__menu {
  padding-top: 0px;margin-top: -3px;}
.footer__menu a {
  margin-bottom: 12px;
  display: block;
}
.footer__menu li:last-child {
  margin-bottom: 0
}
.footer__menu a {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-decoration: underline
}
.footer__phone_icon {
  margin-right: 7px
}
.footer__block_right {
  margin-left: auto;
  padding-top: 12px
}
.footer__phone_number {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000
}
.footer__phone_block {
  margin-right: 21px
;margin-left: auto;}
.footer__btn {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border: none;
  width: 168px;
  height: 48px;
  background: #30c648;
  border-radius: 8px
}
.footer__block_right__elem {
  margin-bottom: 31px
;margin-left: auto;}
.footerMessengerIcon__link {
  margin-right: 9px
}
.footerMessengerIcon:last-child, .footerMessengerIcon__link:last-child {
  margin-right: 0
}
.footer__block_right__messenger {
  justify-content: flex-end;
  margin-bottom: 21px;}
.footer__cop {
  text-align: right;
  line-height: 21px;
   display: flex;
   justify-content: flex-end;
   align-items: flex-start;
flex-wrap: wrap;}

.footer__cop-col-1 p {
color: #000;
}

.footer__cop-col-1 p a {
text-decoration: underline;
color: #007bff;
display: block;margin-top: 7px;}

.footer__cop-col-1 {
  margin-bottom: 21px;
width: 100%;}

.footer__cop a {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 7px;
  color: #000
;display: block;}
.footer__cop a:last-child {
  margin-bottom: 0
}
.localRep {
  padding: 4px 0;
}
.localRep__intro {
  margin-top: 7px;
  margin-bottom: 58px
}
.localRep__imgBlock {
  background: url(../img/localRepImgBg.jpg) no-repeat;
  padding: 40px 0 0 40px;
  width: 100%;
  height: 378px;
  max-height: 100%
}
.localRep__imgBlock_title {
  max-width: 294px;
  font-weight: 600;
  font-size: 22px;
  line-height: 147.3%;
  color: #000
}
.localRep__block {
  background: #fff;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, .15);
  padding: 47px 77px 33px 42px;
  margin-left: -96px;
  width: 457px;
  border-radius: 15px;
}
.localRep__block_elems {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.localRep__block_elems:last-child {
  margin-bottom: 0
}
.localRep__block_chek {
  margin-right: 12px
}
.localRep__block_elems__intro {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000
}
.documents {
  padding-top: 15px;
  padding-bottom: 111px;
}
.documents__title {
  max-width: 735px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 38px;
  line-height: 126.8%;
  text-align: center;
  color: #000
}
.documents__block {
  margin-top: 85px
}
.documents__block_elems__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 147.3%;
  color: #000;
  margin-bottom: 6px
}
.documents__block_elems__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 147.3%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
  margin-left: 16px
}
.documents__block_elems__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 147.3%;
  margin-bottom: 14px
}
.documents__block_elems__btn {
  width: 208px;
  height: 60px;
  border: 1px solid #30c648;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000;
  background: 0 0
}
.documents__block_elems {
  margin-bottom: 41px
}
.documents__block_elems:first-child {
  margin-top: 19px
}
.qWork {
  padding-bottom: 0;
  margin-top: 56px;
  margin-bottom: 138px;
}
.qWork__title {
  text-align: center;
  margin-bottom: 55px
}
.qWork__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: 0 0;
  color: #000;
  width: 168px;
  height: 48px;
  padding: 13px;
  border: 1px solid #30c648;
  box-sizing: border-box;
  border-radius: 8px;
  transition-duration: .3s;
}
.qWork__btn:hover {
  background-color: #30c648;
  color: #fff;
}
.qWork .services__block_elems {
  min-height: 350px;
  height: 100%
}
.electricalWork__block .services__block_elem {
  padding: 26px 25px
}
.electricalWork__block .services__block_intro {
  margin-bottom: 9px
}
.electricalWork__block .services__block_text {
  margin-bottom: 24px
}
.electricalWork__block .services__block_btn {
  width: 236px;
  background: 0 0
}
.electricalWork__block:last-child {
  margin-bottom: 85px
}
#attendance {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  background: #f7f8f9;
  border-radius: 20px;
  padding-top: 85px;
  padding-bottom: 104px
}
.attendance__intro {
  margin-top: 7px;
  margin-bottom: 52px
}
.attendance__block_elem {
  padding: 26px 33px;
  background: #fff;
  border-radius: 15px
}
.attendance__block_intro {
  min-height: 83.16px;
  font-weight: 600;
  font-size: 22px;
  line-height: 126.3%;
  text-align: center;
  margin-bottom: 15px;
}
.attendance__block_items {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  line-height: 17px;
  font-size: 18px;
}
.attendance__block_items__chek {
  margin-right: 12px
}
.attendance__block_elems__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 147.3%;
  text-align: center;
  color: #000
}
.attendance__block_wraper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 195px;
  margin-bottom: 17px
}
.attendance__block_sec {
  margin-top: 39px
}
.attendance__block_sec .attendance__block_intro {
  min-height: 54px
}
.servisP4 .attendance__block_wraper {
  height: 288px
}
.servisP4 .attendance__block_intro {
  min-height: auto
}
.servisP4 .attendance__block_elem {
  padding: 26px 20px 26px 34px;
}
.servisP4 .attendance__block_sec .attendance__block_wraper {
  height: 212px
}
.typesCWC__price {
  font-size: 15px;
  line-height: 147.3%;
  text-align: center;
  color: #000;
  margin-bottom: 24px
}
.typesCWC .electricalWork__block .services__block_text, .typesHCH .electricalWork__block .services__block_text {
  height: 133px;
  margin-bottom: 16px
}
#problems {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto 85px;
  background: #eef8e4;
  border-radius: 20px;
  padding-top: 85px;
  padding-bottom: 104px
}
.problems__title {
  max-width: 735px;
  margin: 0 auto 70px;
  text-align: center
}
.problems__elems {
  display: flex;
  align-items: flex-start;
  margin-bottom: 61px
}
.problems__elems:last-child {
  margin-bottom: 0
}
.problems__img {
  margin-right: 31px
}
.problems__elems_intro {
  font-weight: 600;
  font-size: 21px;
  line-height: 126.3%;
  margin-bottom: 8px;
  color: #000
}
.problems__elems_text {
  font-weight: 300;
  font-size: 17px;
  line-height: 126.3%;
  color: #000
}
.page3 #problems {
  margin-bottom: 54px
}
.do {
  padding-bottom: 54px
}
.do__title {
  margin-bottom: 45px;
  text-align: center
}
.do .row {
  justify-content: center
}
.do .row .col-md-5 {
  display: flex;
  align-items: flex-end;
  flex-direction: column
}
.do .row .col-md-5:nth-child(2) {
  display: flex;
  align-items: flex-start;
  flex-direction: column
}
.do .row .col-md-5:nth-child(2) .do__block_icon {
  margin-right: 32px
}
.do .row .col-md-5:nth-child(2) .do__block_text {
  margin-right: 0;
  text-align: left
}
.do__block {
  margin-bottom: 32px
}
.do__block:last-child {
  margin-bottom: 0
}
.do__block_elems {
  display: flex;
  align-items: center
}
.do__block_text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #000;
  margin-right: 32px
}
.hamburger {
  height: 26px;
  width: 35px;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  margin-left: 20px;
  top: 15px;
  display: none;
  position: absolute;
  right: 8px
}
.hamburger span {
  display: block;
  background-color: #c1e8b9;
  height: 4px;
  width: 100%
}
.menu-overlay {
  background-color: rgb(0 0 0 / 70%);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  display: none
}
.menu-overlay.active {
  display: block
}
.project-slide-col {
  position: relative
}
.project-slide-wrap.hide {
  display: none;
}
.project-slide-col__arr {
  position: absolute;
  top: 180px;
  background-image: url(../img/ico-arr-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: block;
  width: 27px;
  height: 27px;
  cursor: pointer
}
.project-slide-col__arr:hover {
  opacity: .8
}
.project-slide-col__prev {
  left: 36px;
  transform: rotate(-180deg)
}
.project-slide-col__next {
  right: 36px
}
.slick-arrow {
  border: none;
  outline: 0;
  width: 74px;
  height: 74px;
  background: url(../img/ico-arr-grey.png) left 25px center/18px no-repeat #e3e7eb;
  border-radius: 90px;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
  position: absolute
}
.slick-next {
  transform: rotate(-180deg)
}
.slick-prev {
  transform: rotate(0)
}
.slick-arrow:focus {
  outline: 0
}
.slick-arrow:hover {
  background-color: #30c648;
  background-image: url(../img/ico-arr-white.png);
  transform: rotate(-180deg);
  background-position: left 31px center
}
.slick-next:hover {
  transform: rotate(0);
  background-position: left 31px center
}
.team__slider .slick-arrow {
  position: absolute;
  top: 32%
}
.team__slider .slick-prev {
  left: -90px
}
.team__slider .slick-next {
  right: -90px
}
.team__slider .slick-track {
  height: 543px
}
#project .slick-arrow {
  top: 38%
}
#project .slick-next {
  right: -107px
}
#project .slick-prev {
  left: -107px
}
#project .slick-track {
  height: 543px
}
.reviews .slick-arrow {
  top: 39%
}
.reviews .slick-next {
  right: -91px
}
.reviews .slick-prev {
  left: -91px
}
.popup {
  max-width: 386px;
  width: 100%;
  padding: 56px 53px 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 15px;
  position: relative;
  border: 1px solid #ccc
}
.popup__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 30px
}
.popup input {
  background: #f7f8f9;
  border: 1px solid #dee0e1;
  border-radius: 8px;
  font-size: 14px;
  line-height: 147.3%;
  color: #000;
  padding: 12px 18px;
  width: 100%;
  height: 43px;
  margin-bottom: 12px
}
.popup input[type=submit] {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border: none;
  width: 100%;
  height: 59px;
  background: #30c648;
  border-radius: 8px;
  display: block;
  margin: 11px auto 14px
}
.popup__close {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 12px;
  top: 17px;
  background-image: url(../img/ico-close.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer
}
.popup__att {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px
}
.popup__att input[type="checkbox"], .popup__att p {
  margin-bottom: 0;
}
.popup__att a {
  text-decoration: underline;
  color: #000
}
.popup input[type=checkbox] {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px
}
.mini-img {
  max-width: 123px;
  width: 100%;
  height: 84px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
}
.project__mainBlock_mainImg {
  border-radius: 5px;
}
.popup__sucsess, .popup__error {
  position: absolute;
  bottom: 10px;
  color: #30c648;
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
}
.popup__error {
  color: #ed2222;
}
.send-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.send-btn p {
  line-height: 20px;
  font-size: 12px;
}
.send-btn a {
  color: #000;
}
.calc_elem_sec__elems {
  cursor: pointer;
  font-weight: 400;
}
.calc_elem__chek:focus {
  outline: none;
}
.calc_elem_sec__elems span {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #dee0e1;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
}
.calc_elem_sec__elems input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.calc_elem_sec__elems input[type=radio]+span {
  background: #ffffff;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 3px;
}
.calc_elem_sec__elems input[type=radio]:focus+span {
  border: 1px solid #000;
}
.calc_elem_sec__elems input[type=radio]:checked+span {
  background-image: url(../img/ico-arr-mini.png);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.calcPhoto__elem {
  position: absolute;
  left: -50px;
  top: 302px;
  width: 244px;
  height: 110px;
  box-shadow: 5px 15px 40px rgb(30 35 66 / 15%);
  border-radius: 20px;
  background: #fff;
  padding: 14px 26px 3px 28px;
}
.calcPhoto__elem_intro {
  font-weight: 500;
  font-size: 22px;
  line-height: 147.3%;
  margin-bottom: 5px;
  word-spacing: 3px;
}
.calcPhoto__elem_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 147.3%;
}
.big-title {
  font-family: 'TT Hoves';
  font-style: normal;
  font-weight: 500;
  font-size: 150px;
  text-align: left;
  color: #F7F8F9;
  transform: rotate(-90deg);
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
  letter-spacing: 2px;
}
#services .container, #aboutCompany .container, #team .container, #project .container, #calc .container, #price .container, #reviews .container, #attendance .container, #localRep .container, #documents .container, .plans .container {
  position: relative;
}
#services .big-title {
  right: -374px;
  top: 385px;
}
#aboutCompany .big-title {
  left: -344px;
  top: 114px;
  color: #fff;
}
#team .big-title {
  right: -435px;
  top: 217px;
}
#project .big-title {
  left: -453px;
  top: 386px;
  color: #fff;
}
#calc .big-title {
  left: -389px;
  top: 163px;
  color: #fff;
}
#price .big-title {
  right: -514px;
  top: 377px;
}
#reviews .big-title {
  left: -417px;
  top: 276px;
  color: #fff;
}
#services .big-title__price_el {
  right: -497px;
  top: 451px;
}
#attendance .big-title__attendance_el {
  left: -397px;
  top: 451px;
  color: #fff;
}
#localRep .big-title {
  left: -306px;
  top: 288px;
  font-size: 94px;
  font-weight: 600;
}
#documents .big-title {
  right: -515px;
  top: 376px;
}
#attendance .big-title__santeh {
  right: -397px;
  top: 451px;
}
#services .big-title__santeh {
  right: -482px;
  top: 341px;
}
#attendance .big-title__service_santeh {
  left: -383px;
  top: 741px;
  color: #fff;
}
.home #services .big-title {
  right: -350px;
  top: 168px;
}
.plans .big-title {
  right: -312px;
  top: 305px;
  color: #fff;
}
.contacts-about .aboutCompany__text a {
  font-size: 18px;
}
.contacts-about .aboutCompany__text a {
  color: #000;
}
.contacts-about#aboutCompany .big-title {
  font-size: 20px;
  font-size: 55px;
  left: -209px;
  top: 97px;
}
.contacts-about#aboutCompany {
  margin-bottom: 25px;
  padding-bottom: 60px;
  background-position: center;
}
.plans {
  background: #F7F8F9;
  border-radius: 20px;
  padding: 62px 0 120px;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}
.plans__title {
  font-size: 39px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}
.plans__subtitle {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
.plans__card {
  background-color: #fff;
  width: 263px;
  height: 579px;
  background: #FFFFFF;
  border-radius: 15px;
  /* border: 1px solid #ccc; */
  text-align: center;
  padding: 19px 10px 10px;
  overflow: hidden;
  transition-duration: .3s;
}
.plans__card:hover {
  box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
}
.plans__card-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 11px;
}
.plans__card-desc {
  margin-bottom: 38px;
  line-height: 21px;
  height: 62px;
}
.plans__card-base {
  font-size: 15px;
  text-align: left;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
  padding-left: 13px;
}
.plans__card-disc {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-align: right;
  padding-right: 20px;
  margin-bottom: -3px;
}
.plans__card-percent {
  padding: 3px 8px;
  width: 108px;
  /* height: 32px; */
  background: #30C648;
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  top: 16px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.plans__card-photo {
  width: 262px;
  height: 161px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 -10px;
  margin-bottom: 9px;
}
.plans__card-more {
  margin-bottom: 15px;
  color: #000;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  border: none;
  background-color: transparent;
}
.plans__card-more:hover {
  text-decoration: none;
  opacity: 1
}
.plans__card-calculate {
  width: 201px;
  height: 46px;
  border: 1px solid #30C648;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
  background-color: #fff;
  transition-duration: .3s;
}
.plans__card-calculate:hover, .documents__block_elems__btn:hover {
  background-color: #30C648;
  opacity: 1;
  color: #fff;
}
.plans__card-sch, .plans__card-team {
  font-weight: 600;
  background-image: url(../img/ico-sch.png);
  background-size: 16px;
  background-position: left;
  padding-left: 24px;
  font-size: 15px;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  text-align: left;
  margin-left: 4px;
}
.plans__card-team {
  background-image: url(../img/ico-user.png);
}
.project-simple .project {
  margin-top: 87px;
  padding-bottom: 34px;
  margin-bottom: 96px;
}
.project-simple .project__title {
  margin-bottom: 10px;
}
.project-simple__subtitle {
  margin-bottom: 78px;
  font-size: 20px;
  text-align: center;
}
#project.project-simple .big-title {
  left: -353px;
  top: 386px;
  font-size: 100px;
  color: #fff;
}
.buy-deliv .advantage {
  margin-bottom: 14px;
}
.buy-deliv .advantage__block_intro {
  max-width: 100%;
  font-size: 18px;
  line-height: 147.3%;
  text-align: center;
}
.buy-deliv b {
  font-weight: 600;
}
.gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gallery .row {
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
  margin: 0 -15px;
}
.gallery__big img {
  display: block;
  border-radius: 15px;
}
.gallery__half img {
  display: block;
  margin-bottom: 32px;
  border-radius: 15px;
}
.logo-carousel {
  padding-top: 22px;
  padding-bottom: 40px;
  /* margin-bottom: 40px; */
}
.logo-carousel .slick-prev {
  left: -90px;
}
.logo-carousel .slick-next {
  right: -90px;
}
.logo-carousel .slick-arrow {
  top: 0%;
}
.logo-carousel__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.logo-carousel .slick-track {
  display: flex;
  align-items: center;
}
.logo-carousel__inner {
  margin: 0 -30px;
}
.logo-carousel__title {
  text-align: center;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 63px;
}
.man_2 .calcPhoto__col-md-6_r {
  height: 692px;
}
.man_2 .calcPhoto__elem {
  left: 278px;
  top: 360px;
}
.man_2 .bgText {
  font-weight: 600;
  position: relative;
  top: 8px;
  margin-bottom: 10px;
}
.man_3 {
  max-width: 1800px;
  width: 100%;
  height: 527px;
  /* left: 60px; */
  /* top: 9269px; */
  background: #EEF8E4;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 70px;
  margin-top: 60px;
}
.man_3 .calcPhoto__title {
  line-height: 14px;
}
.man_3 .calcPhoto__col-md-6_r {
  background-image: url(../img/calcPhotoImg.png);
  background-size: 641px;
  background-position: top -0 right -24px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  height: 615px;
  z-index: 1;
  top: -58px;
}
.man_3 .calcPhoto__elem {
  left: 278px;
  top: 360px;
}
.man_3 .bgText {
  font-weight: 600;
  position: relative;
  top: 1px;
  margin-bottom: 10px;
}
.man_3 .calcPhoto__form_input {
  height: 60px;
}
.man_3 .calcPhoto__form_block {
  margin-top: 0px;
}
.plans__card-hot {
  width: 40px;
  height: 40px;
  background-image: url(../img/ico-fire.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 37px;
  top: -19px;
}
.plans-tubler {
  width: 44px;
  height: 24px;
  background: #DDA36B;
  border-radius: 12px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.plans-tubler.active {
  background-color: #afafaf;
}
.plans-tubler__inner {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 2px;
  background-color: #fff;
  right: 2px;
  transition: right .3s ease;
}
.plans-tubler.active .plans-tubler__inner {
  right: 22px;
}
.plans__control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
.plans-tubler__text, .plans-tubler__text {
  font-weight: 600;
  font-size: 15px;
}
.page-template-page-el .banner__title {
  font-size: 33px;
}
#calcphoto-form .popup__sucsess, #calcphoto-form .popup__error {
  bottom: -1px;
}
.plans-popup {
  max-width: 674px;
  padding: 20px;
  padding-top: 30px;
}
.plans-popup__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.plans-popup__left {
  flex-shrink: 0;
  width: 45%;
}
.plans-popup__right {
  flex-shrink: 0;
  width: 55%;
}
.plans-popup__content {
  padding-right: 20px;
  padding-top: 10px;
}
.plans-popup__content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.plans-popup__content li {
  list-style: disc;
  display: list-item;
line-height: 16px;margin-bottom: 20px;}
.plans-popup .popup__title {
  text-align: left;
}
.plans-popup .popup__close {
  right: -19px;
  top: -10px;
}
.plans-popup__right img {
  /* margin-bottom: 25px; */
}
.plans-popup input[type=submit].send-btn {
  height: 46px;
  cursor: pointer;
}
.plans-popup input {
  margin-bottom: 0;
}
body {
  padding-top: 51px;
}
.header__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  max-width: 100%
}
.header.row {
  max-width: 1171px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  margin-bottom: 15px;
}
#banner.banner-single {
  background-size: contain, cover;
  background-position: center, right;
  background-repeat: no-repeat;
  background-position: bottom right 104px, center;
}
.page-id-8 #banner.banner-single {
  background-position: bottom right 104px, center;
}
.page-id-11 #banner.banner-single {
  background-position: bottom right 104px, center;
}
.page-id-13 #banner.banner-single {
  background-position: bottom -40px right 252px, center;
}
#banner.banner-single .banner__elem_last {
  display: none;
}
#banner.banner-single .banner__elem {
  left: 536px;
}
.nopointer {
  cursor: default;
}
#localRep {
  padding-top: 60px;
  padding-bottom: 60px;
}
.thanks {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  
  margin-right: auto;
  padding-top: 60px;
  /* margin-top: -150px; */padding-bottom: 60px;
}
.thanks__title {
  font-size: 42px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  padding: 24px 0 15px 0;
  letter-spacing: .5px;
  width: 100%;
}
.thanks__subtitle {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  padding: 0 0 30px 0;
  width: 100%;
  text-align: center;
}
.page-id-283 .row {
  width: 100%;
}

.page-id-283 #aboutCompany {
  margin-bottom: 60px;
}

.page-id-283 .contacts-map {
  height: 400px;
}

.page-template-page-loc #banner + #price {
  margin-top: 100px;
}

@media (max-width:1700px) {
  #banner {
    background-image: url(../img/bannerBg.jpg);
    background-size: cover;
    background-position: right -196px bottom;
    background-repeat: no-repeat
  }
  .page-id-8 #banner.banner-single, .page-id-11 #banner.banner-single {
    background-position: bottom right -86px, center;
  }
  .page-id-13 #banner.banner-single {
    background-position: bottom right 100px, center;
  }
}
@media (max-width:1600px) {
  .banner__elem_last {
    right: -7%
  }
  #project .slick-prev {
    left: -84px
  }
  #project .slick-next {
    right: -48px
  }
  .big-title {
    font-size: 80px;
  }
  #services .big-title {
    right: -262px;
    top: 231px;
  }
  #aboutCompany .big-title {
    left: -165px;
    top: 218px;
    color: #fff;
  }
  #team .big-title {
    right: -214px;
    top: 330px;
  }
  #project .big-title {
    left: -227px;
    top: 455px;
    color: #fff;
  }
  #calc .big-title {
    left: -185px;
    top: 325px;
    color: #fff;
  }
  #price .big-title {
    right: -514px;
    top: 377px;
  }
  #reviews .big-title {
    left: -200px;
    top: 350px;
    color: #fff;
  }
  .slick-arrow {
    opacity: .5;
  }
  #aboutCompany {
    background-position: right -330px center;
  }
  #services .big-title__price_el {
    right: -256px;
    top: 451px;
  }
  #attendance .big-title__attendance_el {
    left: -193px;
    top: 451px;
    color: #fff;
  }
  #localRep .big-title {
    left: -295px;
    top: 329px;
  }
  #documents .big-title {
    right: -262px;
    top: 513px;
  }
  #attendance .big-title__santeh {
    right: -197px;
    top: 451px;
  }
  #attendance .big-title__service_santeh {
    left: -183px;
    top: 741px;
    color: #fff;
  }
}
@media (max-width:1340px) {
  .banner__elem_last {
    right: 0
  }
  #project .row {
    flex-wrap: wrap;
    justify-content: center
  }
  .project-slide-col {
    order: 1;
    flex-basis: auto;
    max-width: 585px
  }
  .project-slide-col+.col-md-6 {
    order: 0;
    flex-basis: auto;
    max-width: 100%
  }
  .project__mainBlock_content {
    max-width: 555px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  #project .slick-track {
    height: auto
  }
  .project__buttonBlock_btn {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px
  }
  .big-title {
    display: none;
  }
}
@media (max-width:1280px) {
  #banner {
    background-position: right -273px bottom
  }
  .page-id-8 #banner.banner-single, .page-id-11 #banner.banner-single {
    background-position: bottom right -160px, center!important;
  }
  .project__buttonBlock_btn {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px
  }
  .project__buttonBlock .row {
    justify-content: center
  }
  .project__buttonBlock .row:first-child {
    margin-bottom: 0
  }
  #calc .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    width: 100%
  }
  .price__row {
    margin-left: -15px;
    margin-right: -15px
  }
  .price__block_item {
    margin-bottom: 30px
  }
  .calcPhoto__col-md-6_r {
    display: none
  }
  .calcPhoto__col-md-6_l {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px
  }
  .attendance__block_elems {
    max-width: 360px;
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .attendance .row {
    justify-content: center
  }
  .problems__elems {
    max-width: 555px;
    width: 100%;
    flex-shrink: 0
  }
  .plans__card {
    margin-left: 5px;
    margin-right: 5px;
  }
  .plans .container {
    max-width: 100%;
  }
  .plans__card {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .logo-carousel .slick-prev {
    left: -30px;
  }
  .logo-carousel .slick-next {
    right: -30px;
  }
  .gallery img {
    display: inline-block;
  }
  .gallery img {
    text-align: center;
    margin-bottom: 25px;
  }
  .gallery__big {
    text-align: center;
  }
  .gallery__half {
    text-align: center;
  }
}
@media (max-width:1100px) {
  #banner {
    background-position: right -383px bottom
  }
  .team__slider_item {
    margin-bottom: 85px
  }
  .calc__block {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
  }
  .footer__block_elem_menu {
    display: none
  }
  .footer__phone_block {
    width: 207px;
    flex-shrink: 0
  }
  .footer__block_right {
    padding-top: 0
  }
  #project .slick-prev {
    left: 0
  }
  #project .slick-next {
    right: 0
  }
  .documents__img {
    display: none;
  }
  .documents__block .row .col-md-6:first-child {
    display: none;
  }
  .documents__block .row {
    justify-content: center;
  }
  .servisP4 .attendance__block_wraper {
    height: auto;
  }
  .gallery {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .man_3 .calcPhoto__col-md-6_r {
    display: none;
  }
  .man_3 {
    padding-top: 0px;
    padding-bottom: 20px;
    height: auto;
  }
  .man_3 .calcPhoto__elem {
    display: none;
  }
}
@media (max-width:992px) {
  #banner {
    background-image: none!important;
    background-color: #c1e8b9!important
  }
  #banner.banner-single {
    background-image: none;
    background-color: #c1e8b9
  }
  .banner__elem {
    display: none
  }
  .banner__wraper {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .services__block_elems {
    margin-bottom: 30px;
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  .services__row {
    justify-content: center
  }
  .row {
    margin-left: -15px;
    margin-right: -15px
  }
  .team__slider {
    justify-content: center
  }
  .advantage__block_intro {
    margin: 0 auto 25px
  }
  .price__block_item {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto
  }
  .price__block .row {
    justify-content: center
  }
  .header__container {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .header.row {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    margin: 5px 0 0 0;
  }
  .header__time {
    display: none
  }
  .header__block_r {
    flex-shrink: 0;
    justify-content: center;
    margin-top: 15px
  }
  .header__phone {
    width: 202px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
  }
  .header__btn {
    flex-shrink: 0
  }
  .header .col-md-4 {
    width: 100%;
    max-width: 100%;
    display: block;
    flex-shrink: 0;
    flex: none;
    text-align: center;
    display: none;
  }
  .header .col-md-6 {
    /* width: 100%; */
    margin-right: auto;
    width: 200px;
    text-align: center;
    padding: 0;
    ;
  }
  .logo {
    width: 198px;
    height: auto;
    margin: 0
  }
  header {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .header__btn {
    width: 152px;
    padding: 9px 8px;
    display: none;
  }
  .header__block {
    display: inline-block
  }
  .menu {
    position: fixed;
    transform: translate(-100%, 0);
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff;
    z-index: 999;
    padding: 20px;
    transition-duration: .3s;
    margin: 0;
    border-radius: 0
  }
  .menu.active {
    transform: translate(0, 0)
  }
  .header__menu a {
    border-right: none;
    display: block;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px
  }
  .header__menu_item {
    margin-bottom: 12px;
    display: block
  }
  .header__menu {
    display: block
  }
  .hamburger {
    display: flex
  }
  .team__slider_item {
    margin-left: auto;
    margin-right: auto
  }
  .team__slider .slick-next {
    right: 10px
  }
  .team__slider .slick-prev {
    left: 10px
  }
  .reviews .slick-next {
    right: 10px;
  }
  .reviews .slick-prev {
    left: 10px;
  }
  #aboutCompany {
    background-image: none;
    background-color: #f7f8fa;
  }
  .localRep__block {
    width: 100%;
    margin-left: 0;
  }
  .qWork .services__block_elems {
    min-height: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .services__block_elems {
    max-width: 360px;
    width: 100%;
  }
  .plans {
    padding: 62px 0 32px;
  }
  .project-simple .project {
    margin-top: 35px;
  }
  .logo-carousel .slick-prev {
    left: 10px;
  }
  .logo-carousel .slick-next {
    right: 10px;
  }
  .logo-carousel__item {
    text-align: center;
  }
  .logo-carousel__item img {
    display: inline-block;
  }
  .thanks {
    padding-right: 0;
  }
  .footer__cop {
    flex-wrap: wrap;
  width: 100%;/* justify-content: center; */}
  .footer__cop-col-1 {
    padding-right: 0;
  width: auto;}
}
@media only screen and (max-width:768px) {
  #footer .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  #footer .row {
    margin-left: 0;
    margin-right: 0
  }
  .footer {
    justify-content: center;
    flex-wrap: wrap
  }
  .footer__block_elem {
    margin-bottom: 30px
  }
  .footer__block_elem:first-child {
    margin-right: auto
  }
  .footer__block {
    margin-left: auto;
    margin-right: auto
  }
  .footer__block_right {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }
  .footer__block_right__messenger {
    justify-content: center;
    margin-bottom: 23px
  }
  .footer__cop a {
    text-align: center;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  #project .row {
    margin-left: 0;
    margin-right: 0
  }
  #project .slick-arrow {
    top: 30%;
    opacity: .7
  }
  #project .slick-prev {
    left: 5px;
  }
  #project .slick-next {
    right: 5px;
  }
  .services {
    margin-top: 35px;
  }
  #aboutCompany {
    padding-top: 35px;
  }
  #team {
    margin-top: 35px;
  }
  .project {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .advantage {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  #calc {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .reviews {
    padding-top: 35px;
  }
  #reviews {
    margin: 20px auto 0;
  }
  .reviews {
    padding-bottom: 60px;
  }
  .calcPhoto {
    padding-top: 35px;
  }
  .services__block:last-child {
    margin-bottom: 20px;
  }
  #calc {
    margin-bottom: 25px;
  }
  #attendance {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #problems .container {
    width: 100%;
    max-width: 100%
  }
  .problems__elems {
    margin-bottom: 20px;
    text-align: center;
  }
  .problems__elems img {
    margin-bottom: 10px;
    margin-right: auto;
  }
  .problems__elems:last-child {
    margin-bottom: 20px;
  }
  #problems {
    margin-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .problems__title {
    line-height: 34px;
    font-size: 30px;
  }
  .do__title {
    line-height: 34px;
    margin-bottom: 25px;
  }
  .do .row .col-md-5:nth-child(2) {
    margin-top: 30px;
  }
  .localRep {
    padding: 35px 0;
  }
  .documents {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .localRep {
    padding: 35px 0;
  }
  .documents__block {
    margin-top: 25px;
  }
  .man_3 .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
  }
  .man_3 .bgText {
    height: 36px;
    top: 0px;
    margin-bottom: 0px;
  }
  .plans-popup__wrap {
    flex-wrap: wrap;
  }
  .plans-popup__left {
    width: 100%;
    margin-bottom: 25px;
  }
  .plans-popup__right {
    width: 100%;
  }
  .plans-popup .popup__close {
    right: 12px;
    top: 17px;
  }
  .plans-popup .popup__title {
    margin-bottom: 11px;
  }
  .plans-popup__left {
    margin-bottom: 0px;
  }
  .plans-popup__content {
    padding-right: 0;
  }
  .footer__cop {

    justify-content: center;
}
}
@media only screen and (max-width:576px) {
  .banner__title, .page-template-page-el .banner__title {
    font-size: 21px;
    line-height: 28px
  }
  .page-template-page-el .banner__title br {
    display: none;
  }
  .banner__wraper {
    padding-top: 24px;
    padding-bottom: 15px;
  }
  .banner__intro {
    margin-top: 17px;
    font-size: 21px
  }
  .banner__form__block {
    padding: 6px 6px 6px 9px
  }
  .banner__form_input {
    margin-right: 20px;
    max-width: 146px
  }
  .footer__block_right__elem {
    /* display: none; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mini-img {
    margin-left: 3px;
    margin-right: 3px
  }
  .calc_elem_items {
    display: block
  }
  .calc__center {
    margin-left: 5px
  }
  .project__buttonBlock_btn {
    width: auto;
    height: 36px;
    font-size: 12px;
  }
  .project__buttonBlock_btn {
    margin-bottom: 7px;
  }
  #project .row {
    padding: 0;
  }
  .project__mainBlock {
    margin-top: 10px;
  }
  .services__block_intro {
    line-height: 24px;
  }
  .calc__right_title {
    margin-bottom: 12px;
    line-height: 24px;
  }
  .calc__right {
    padding: 25px 12px 50px;
  }
  .calc__right_block {
    align-items: center;
    flex-wrap: wrap;
  }
  .calc__btn {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .calc__right_block__elems {
    margin: 0 auto;
  }
  .price__title {
    line-height: 34px;
  }
  .calcPhoto__title {
    line-height: 31px;
  }
  .services__title {
    line-height: 34px;
    font-size: 32px;
  }
  .problems__elems {
    display: block;
    margin-bottom: 30px;
  }
  .localRep__imgBlock {
    height: 217px;
    background-position: right -339px center;
  }
  .services {
    margin-bottom: 30px;
  }
  .services__block {
    margin-bottom: 15px;
  }
  .bgText {
    height: 27px;
    line-height: 24px;
  }
  .banner__list_block {
    margin-bottom: 2px;
  }
  .banner__intro {
    line-height: 25px;
  }
  .banner__title, .page-template-page-el .banner__title {
    font-size: 21px;
    line-height: 24px;
  }
  .man_2 .bgText {
    font-weight: 600;
    /* position: relative; */
    /* top: -3px; */
    /* margin-bottom: 10px; */
    /* line-height: 37px; */
    /* height: 39px; */
  }
  .qWork {
    margin-bottom: 0;
  }
  .man_3 .bgText {
    height: 29px;
  }
  .documents__title {
    font-size: 32px;
    line-height: 37px;
  }
  .footer__phone_number {
    margin-bottom: 0px;
  }
  .footer__phone_block {
    margin-bottom: 15px;  
  }
  .title.calcPhoto__title br {
    display: none;
  }
  .calcPhoto__title {
    font-size: 30px;
  }
  .calcPhoto__title .bgText {
    padding-left: 0;
    padding-right: 0;
  }
  .calcPhoto__title {
    margin-bottom: 15px;
    line-height: 21px;
  }
  .attendance__block_wraper {
    height: auto;
  }
  .page-id-13 .calcPhoto__title, .page-id-2 .calcPhoto__title {
    margin-bottom: 15px;
    line-height: 30px;
  }
  .banner__title .bgText {
    height: 21px;
    line-height: 18px;
  }
  .documents__block_elems__title {
    line-height: 24px;
  }
  .footer__phone_block {
    margin-left: auto;  
    margin-right: auto; 
  }
}