@charset "UTF-8";
/*
Theme Name: novotit
Theme URI: mywebmarketing.com
Description: Тема оформления создана студией mywebmarketing
Version: 1.0
Author: mywebmarketing
Author URI: mywebmarketing.com
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap&subset=cyrillic");
@font-face {
  font-family: "Komika";
  src: url(fonts/12389.woff) format("woff");
}
@font-face {
    font-family: "Sanita";
    src: url(fonts/SansitaOne.woff) format("woff");
  }
  

*, ul, li {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

div.wpcf7 .ajax-loader {
    display: none;
}

body {
  color: #414141;
  font-size: 20px;
  font-family: 'Source Sans Pro';
  line-height: 1.4;
}

.utm_met{
	display: none;
}

#button-up {
  background: url(img/button-up.png) no-repeat center / contain;
  width: 146px;
  height: 146px;
  left: 0px;
  bottom: 0px;
  margin: 0;
  position: fixed;
  cursor: pointer;
  transition: all 0.3s;
}

#button-up:hover {
  opacity: 0.8;
}

#navbar-top {
  background-color: #2a3336;
  border-bottom: 0.25em solid #c5d1d6;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#navbar-top ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
}

#navbar-top ul li {
  list-style: none;
}

#navbar-top ul li a {
  color: #fff;
  padding: 0.8em 0em 0.5em;
  transition: all 0.3s;
  display: block;
  text-transform: uppercase;
  border-bottom: 0.3em solid #2a3336;
}

#navbar-top ul li a:hover {
  border-bottom: 0.3em solid #4ab745;
  text-decoration: none;
}

#navbar-top button {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  font-size: 0.85em;
}

#navbar-top button:hover {
  opacity: 0.8;
}

#navbar-top .burger {
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  cursor: pointer;
  display: none;
}

#navbar-top .burger::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(img/burger.png) no-repeat center center #fff;
  box-shadow: 0 0 2px #fff;
  background-size: cover;
  margin-left: 1em;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar-top .burger.topped::after {
  content: 'X';
  font-size: 16px;
  background: #fff;
  color: #414141;
}

header {
  position: relative;
  z-index: 2;
  height: 100vh;
  background: url(img/header_bg.png) no-repeat center;
  background-size: cover;
}
.header_v2{
  min-height: 100vh;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background: url(images/first-bg.jpg) 50% 100% no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.offer-v2{
  flex-grow: 1;
}
.header_v2 .top-line{
  background: linear-gradient(to top, transparent 0%, #eaf9ff 100%);
}
.offer-v2__inner{
  background-color: rgb(255, 255, 255);
  border: 0.5rem solid rgba(99, 163, 188, 0.2);
  border-radius: 7.5rem;
  box-shadow: 0 4.8rem 3.8rem rgba(2, 33, 64, 0.32);
  max-width: 56.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-clip: padding-box;
  padding: 2rem;
}
.offer-v2__text{
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}
.offer-v2__text span{
    color: rgb(74, 183, 69);
}
.btn-border{
  color: rgb(74, 183, 69);
  font-family: 'Source Sans Pro';
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  text-transform: uppercase;
  border: 2px solid rgb(74, 183, 69);
  border-radius: 1.3rem;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
}
.btn-border:hover{
  background: rgb(74, 183, 69);
  color: #fff;
}
.header__options{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 13vh;
  padding-top: 1vh;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.header__option{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 25rem;
  -moz-flex: 0 0 25rem;
  -ms-flex: 0 0 25rem;
  -o-flex: 0 0 25rem;
  flex: 0 0 25rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2rem;
}
.header__option-ico{
  width: 3.2rem;
  height: 3.2rem;
  -webkit-flex: 0 0 3.2rem;
  -moz-flex: 0 0 3.2rem;
  -ms-flex: 0 0 3.2rem;
  -o-flex: 0 0 3.2rem;
  flex: 0 0 3.2rem;
  margin-right: 0.7rem;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(images/ico__1.png);
}
.header__option-ico_2{
  background-image: url(images/ico__2.png);
}
.header__option-ico_3{
  background-image: url(images/ico__3.png);
}
.header__option-ico_4{
  background-image: url(images/ico__4.png);
}
.header__option-ico_5{
  background-image: url(images/ico__5.png);
}
.header__option-ico_6{
  background-image: url(images/ico__6.png);
}
.second{
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
.second__content{
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.second__title{
  color: rgb(65, 65, 65);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.05rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.second__decor{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-width: 31.75rem;
  height: 10.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5rem;
  color: rgb(65, 65, 65);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.65rem;
  background: url(images/second-info.jpg) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 1rem;
}
.second__title em{
  font-family: Sanita;
}
.second__decor big{
  font-size: 2.75rem;
  font-weight: 600;
}
.second__video{
  margin-right: 30px;
  margin-top: 30px;
    border: 0.05rem solid rgb(74, 183, 69);
  border-radius: 5px;
  max-width: 20.35rem;
}
.second__video a{
  display: block;
  position: relative;
  border-radius: 5px;
  right: -30px;
  top: -30px;
  overflow: hidden;
}
.second__video a:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(images/ico__youtube.png) 50% 50% no-repeat;
  -webkit-background-size: 7.45rem auto;
  background-size: 7.45rem auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.second__video a:hover:before{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.second__video a img{
  display: block;
  border-radius: 5px;
}


header .top-line .container {
  padding: 1em 1em;
  margin-bottom: 8vh;
}

header .top-line .container .row {
  align-items: center;
  justify-content: space-between;
}

header .top-line .container .row .logo_img {
  min-width: 14em;
}

header .top-line .container .row .slogan {
  text-align: center;
  font-size: 1.13em;
  word-wrap: none;
}

header .top-line .container .row .phone {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}

header .top-line .container .row .sub-phone {
  font-size: 1.1em;
  text-align: center;
  font-weight: 300;
}

header .top-line .container .row a.call {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

header .top-line .container .row a.call:hover {
  opacity: 0.8;
  text-decoration: none;
}

header .top-line .container .row a.add-bookmark {
  padding-left: 2.5rem;
  background: url(img/bookmark.png) no-repeat left center/contain;
  background-size: 1.4rem;
  display: inline-block;
  color: #414141;
  font-size: 0.9em;
  font-weight: 300;
}

header .offer {
  text-align: center;
  position: relative;
  width: 47.65em;
  height: 22.5em;
  background: url(img/offer.png) no-repeat center/contain;
  margin: 0 auto;
}

header .offer h1 {
  font-size: 2.25em;
  padding-top: 0.8em;
  font-weight: 900;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Sanita";
  font-weight: 400;
}

header .offer h1 span {
  font-weight: 400;
  font-family: 'Source Sans Pro';
}

header .offer .txt .item {
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1;
}

header .offer .txt .item span {
  font-size: 1.5em;
}

#offer-2 {
  background: url(img/scpec-offer.jpg) no-repeat center top/cover;
  position: relative;
  height: 30.5em;
  z-index: 1;
  margin-top: -3em;
}

#offer-2 .mob{
	display: none;
}

#offer-2 .d-flex {
  height: 100%;
}

#offer-2 .d-flex .title {
  padding-left: 2em;
  background: url(img/spec.png) no-repeat left center/1.5em;
  color: #ff2740;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#offer-2 .d-flex .desc {
  font-size: 1.8em;
  margin-bottom: 1rem;
}

#offer-2 .d-flex .desc strong {
  font-weight: 900;
}

#offer-2 .d-flex button {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  font-size: 0.8em;
}

#offer-2 .d-flex button:hover {
  opacity: 0.8;
}

#screen-3 {
  padding: 5em;
  background: url(img/screen-3-bg.jpg) no-repeat right center/50%;
}

#screen-3 .mob{
	display: none;
}

#screen-3 .pre-title {
  background: url(img/screen3-pre-title.png) no-repeat center/contain;
  font-weight: 600;
  font-size: 1.1em;
  padding: 0.8em 1.5em;
  display: inline-block;
  text-align: center;
  margin-bottom: 1.5em;
}

#screen-3 .title {
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

#screen-3 .desc {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.6;
}

#screen-3.lazybg {
  background: #ccc;
}

#screen-4 {
  height: 46.9em;
  background: url(img/screen-4-bg.jpg) no-repeat center/cover;
  padding: 7em 0;
}

#screen-4 h2 {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 18%;
  margin-bottom: 1.5em;
}

#screen-4 .col-lg-6 {
  margin-bottom: 2em;
}

#screen-4 .col-lg-6:nth-child(2) .inner {
  background: url(img/screen-4-bloc2-bg.png) no-repeat left center #fff;
}

#screen-4 .col-lg-6:nth-child(3) .inner {
  background: url(img/screen-4-bloc3-bg.png) no-repeat left center #fff;
}

#screen-4 .col-lg-6:nth-child(4) .inner {
  background: url(img/screen-4-bloc4-bg.png) no-repeat left center #fff;
}

#screen-4 .inner {
  background: url(img/screen-4-bloc1-bg.png) no-repeat left center #fff;
  padding: 2em 1em;
  height: 100%;
}

#screen-4 .inner img {
  margin-right: 1.5em;
  height: auto;
  width: auto;
}

#screen-4 .inner .title {
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

#screen-4 .inner .desc {
  font-size: 1.15em;
  font-weight: 300;
}

#screen-4 .inner.lazybg {
  background: #fff;
}

#screen-4.lazybg {
  background: #ccc;
}

.col-xxl-3 {
  background: url(img/screen-5.jpg) no-repeat center/cover;
  padding: 0;
}

.col-xxl-3 .nav-tabs {
  flex-direction: column;
  padding: 5em 0 10em;
}

.col-xxl-3 .nav-tabs .title {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.col-xxl-3 .nav-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0 1.5em;
  color: #414141;
  transition: all 0.3s;
}

.col-xxl-3 .nav-item span {
  font-size: 1.25em;
  border-bottom: 1px solid #b7deec;
  display: block;
  padding: 0.5em 0;
  width: 100%;
}

.col-xxl-3 .nav-item span ::after {
  content: '>';
  display: block;
}

.col-xxl-3 .nav-item img {
  margin: 0 0.75em;
}

.col-xxl-3 .nav-item:hover, .col-xxl-3 .nav-item.active {
  background: #98e2ff;
}

.col-xxl-3.lazybg {
  background: #ccc;
}

#nav-tabContent {
  min-height: 100%;
  padding: 0;
}

.icon1{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-01.svg) no-repeat center / 1.4em;
	background-color: #fff;
	min-width: 2.7em;
	margin-right: 1.5em;
	border-radius: 50%;
}
.icon2{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-02.svg) no-repeat center / 1.4em;
	background-color: #fff;
	margin-right: 1.5em;
	border-radius: 50%;
	min-width: 2.7em;
}
.icon3{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-03.svg) no-repeat center / 1.4em;
	background-color: #fff;
	margin-right: 1.5em;
	border-radius: 50%;
	min-width: 2.7em;
}
.icon4{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-04.svg) no-repeat center / 1.4em;
	background-color: #fff;
	margin-right: 1.5em;
	border-radius: 50%;
	min-width: 2.7em;
}
.icon5{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-05.svg) no-repeat center / 1.4em;
	background-color: #fff;
	margin-right: 1.5em;
	border-radius: 50%;
	min-width: 2.7em;
}
.icon6{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-06.svg) no-repeat center / 1.4em;
	background-color: #fff;
	margin-right: 1.5em;
	border-radius: 50%;
	min-width: 2.7em;
}
.icon7{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-07.svg) no-repeat center / 1.4em;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 1.5em;
	min-width: 2.7em;
}
.icon8{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-08.svg) no-repeat center / 1.4em;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 1.5em;
	min-width: 2.7em;
}
.icon9{
	width: 2.7em;
	height: 2.7em;
	background: url(img/1-09.svg) no-repeat center / 1.4em;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 1.5em;
	min-width: 2.7em;
}

#default {
  background: url(img/slide-default.jpg) no-repeat center/cover;
  height: 100%;
  padding: 9em 0 0 2em;
}

#default .content {
  background: url(img/slide-default-title.png) no-repeat center/contain;
  width: 64.7em;
  height: 14.55em;
  max-width: 100%;
  padding-top: 3em;
  text-align: center;
  padding-left: 2em;
}

#default .content .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
}

#default .content .desc {
  font-size: 1.15em;
  font-weight: 600;
}

#default .content.lazybg {
  background: #fff;
}

#default.lazybg {
  background: #fff;
}

#slide1 {
  padding: 4em 0 0 5em;
  background: url(img/slide-1-bg.jpg) no-repeat left bottom;
  height: 100%;
}

#slide1 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#slide1 .row__title {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

#slide1 li {
  list-style: none;
  padding: 0.25em 0 0.25em 1em;
  background: url(img/li-blue.png) no-repeat left center;
  font-size: 1.2em;
}

#slide1 .txt {
  background: url(img/slide1-txt-bg.png) no-repeat center/contain;
  width: 22.75em;
  height: 10.9em;
  padding: 1em 0 0 2em;
}

#slide1 .txt .item {
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1;
}

#slide1 .txt .item span {
  font-size: 1.5em;
}

#slide1 .col-xxl-9 {
  border-radius: 2em;
  background-color: #eaf9ff;
  padding: 0.5em 2em;
  justify-content: space-between;
}

#slide1 .col-xxl-9 div {
  font-size: 1.25em;
  font-weight: 700;
}

#slide1 .col-xxl-9 button {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  position: relative;
}

#slide1 .col-xxl-9 button:hover {
  opacity: 0.8;
}

#slide1.lazybg {
  background: #fff;
}

#slide2 {
  padding: 4em 0 0 5em;
  background: url(img/slide-2-bg.jpg) no-repeat left top/cover;
  height: 100%;
}

#slide2 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#slide2 .d-flex {
  flex-wrap: wrap;
}

#slide2 .d-flex .item {
  width: 22.5em;
  margin: 0 2em 2em;
  box-shadow: 0 11px 27px rgba(130, 198, 224, 0.2);
  border-radius: 0 0 1em 1em;
  background-color: #ffffff;
}

#slide2 .d-flex .item .desc {
  margin: 1em;
  text-align: center;
}

#slide2.lazybg {
  background: #fff;
}

#slide3 {
  background: url(img/slide-3-bg.jpg) no-repeat left bottom/contain;
  height: 100%;
}

#slide3 .inner {
  background: url(img/slide-31-bg.png) no-repeat right top/contain;
  padding: 4em 0 0 5em;
}

#slide3 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#slide3 .row__title {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

#slide3 ul {
  padding: 0;
}

#slide3 li {
  list-style: none;
  padding: 0.2em 0 0.2em 1em;
  background: url(img/li-blue.png) no-repeat left center;
  font-size: 1.2em;
  line-height: 1.2;
}

#slide3.lazybg {
  background: #fff;
}

#slide4 {
  padding: 4em 0 0 5em;
  background: url(img/slide-4-bg.jpg) no-repeat left bottom/contain;
  height: 100%;
}

#slide4 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#slide4 .desc {
  font-size: 1.2em;
}

#slide4.lazybg {
  background: #fff;
}

#slide5 {
  padding: 4em 0 0 5em;
  background: url(img/slide-5-bg.jpg) no-repeat right top/cover;
  height: 100%;
}

#slide5 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#slide5 ul {
  padding: 0;
}

#slide5 li {
  list-style: none;
  padding: 0.8em 0 0.8em 1em;
  background: url(img/li-blue.png) no-repeat left center;
  font-size: 1.2em;
  line-height: 1.2;
  max-width: 30em;
  border-bottom: 1px solid #98e2ff;
}

#slide5.lazybg {
  background: #fff;
}

#slide6 {
  padding: 4em 0 0 5em;
  background: url(img/slide-6-bg.jpg) no-repeat right top/cover;
  height: 100%;
}

#slide6 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}

#slide6 .row__title {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

#slide6 .desc {
  font-size: 1.2em;
  margin-bottom: 2em;
}

#slide6 .txt {
  max-width: 35em;
  padding-left: 4em;
}

#slide6 .txt:nth-child(2) {
  background: url(img/slide-6-img-1.png) no-repeat left top/2.9em;
}

#slide6 .txt:nth-child(3) {
  background: url(img/slide-6-img-2.png) no-repeat left top/3.35em;
}

#slide6.lazybg {
  background: #fff;
}

#slide7 {
  padding: 4em 0 0 5em;
  background: url(img/slide-7-bg.jpg) no-repeat right top/cover;
  height: 100%;
}

#slide7 .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  max-width: 17em;
}

#slide7 .row__title {
  max-width: 30em;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #98e2ff;
  padding-bottom: 0.5em;
}

#slide7 .desc {
  font-size: 1.2em;
  margin-bottom: 2em;
  max-width: 35em;
}

#slide7 ul {
  padding: 0;
}

#slide7 li {
  list-style: none;
  padding: 0em 0 0em 1em;
  background: url(img/li-blue.png) no-repeat left 0.6em;
  font-size: 0.9em;
  line-height: 1.5;
}

#slide7.lazybg {
  background: #fff;
}



#slide8 {
    padding: 4em 0 0 5em;
    background: url(img/slide-8-bg.jpg) no-repeat right top/cover;
    height: 100%;
  }
  
  #slide8 .title {
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.1em;
    max-width: 17em;
  }
  
  #slide8 .row__title {
    max-width: 30em;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #98e2ff;
    padding-bottom: 0.5em;
  }
  
  #slide8 .desc {
    font-size: 1.2em;
    margin-bottom: 2em;
    max-width: 35em;
  }
  
  #slide8 ul {
    padding: 0;
  }
  
  #slide8 li {
    list-style: none;
    padding: 0em 0 0em 1em;
    background: url(img/li-blue.png) no-repeat left 0.6em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  
  #slide8.lazybg {
    background: #fff;
  }



  #slide9 {
    padding: 4em 0 0 5em;
    background: url(img/slide-9-bg.jpg) no-repeat right top/cover;
    height: 100%;
  }
  
  #slide9 .title {
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.1em;
    max-width: 17em;
  }
  
  #slide9 .row__title {
    max-width: 30em;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #98e2ff;
    padding-bottom: 0.5em;
  }
  
  #slide9 .desc {
    font-size: 1.2em;
    margin-bottom: 2em;
    max-width: 35em;
  }
  
  #slide9 ul {
    padding: 0;
  }
  
  #slide9 li {
    list-style: none;
    padding: 0em 0 0em 1em;
    background: url(img/li-blue.png) no-repeat left 0.6em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  
  #slide9.lazybg {
    background: #fff;
  }



.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
  width: 3em;
  height: 3em;
  background: url(img/left.png) no-repeat center/3em;
  transition:all 0.3s;
}
.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn:hover{
    opacity: 0.8;
}

.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
  width: 3em;
  height: 3em;
  right: 28px;
  background: url(img/right.png) no-repeat center/3em;
  transition:all 0.3s;
}
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn:hover{
    opacity: 0.8;
}


.rsDefaultInv.rsHor .rsArrowRight {
    right: 1.4em;
  }


.rsDefaultInv .rsFullscreenBtn {
    width: 5em;
    height: 5em;
    bottom: 0em;
    right: calc(28% - 4em);
    top: auto;
}
.rsDefaultInv.rsFullscreen .rsFullscreenBtn {
    width: 1.2em;
    height: 1.2em;
    bottom: auto;
    top: 2em;
    right: calc(28% - 4em);
    top: auto;
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
    background: url(img/close.png) no-repeat center / 1.2em;
}
.rsDefaultInv .rsFullscreenIcn {
  width: 5em;
  height: 5em;
  background: url(img/tofull2.png) no-repeat center / 5em;
}
.rsDefaultInv .rsFullscreenIcn:hover {
    background-color:rgba(255, 255, 225, 0);
    opacity: 0.8;
}
#new-royalslider-1.rsFullscreen img {
        opacity:0;
}
      
#new-royalslider-1.rsFullscreen .rsActiveSlide img {
        opacity: 1;
}

#gallery {
  padding: 7em 10%;
  background: url(img/gallery-bg.jpg) no-repeat center ;
}

.rsDefaultInv .rsGCaption{
	background: none; 
}

#gallery.lazybg{
    background: #fff;
}

#gallery .rsDefaultInv, #gallery .rsDefaultInv .rsOverflow, #gallery .rsDefaultInv .rsSlide, #gallery .rsDefaultInv .rsVideoFrameHolder, #gallery .rsDefaultInv .rsThumbs {
  background: none!important;
}

#gallery #container-gallery {
  padding-top: 2em;
}

#gallery .block-title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  text-align: center;
}

#gallery .left, #gallery .right {
  cursor: pointer;
  transition: all 0.3s;
}

#gallery .left:hover, #gallery .right:hover {
  opacity: 0.8;
}

#gallery .right {
  right: -30px !important;
}

#gallery .left {
  left: -30px !important;
}

#gallery img {
  transform: scale(0.8);
}

#gallery .rsActiveSlide img {
  transform: scale(1);
}

#gallery .rsDefaultInv .rsGCaption {
  top: -2em;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: auto;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}

#gallery ul {
  top: 0 !important;
}

#gallery li {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#gallery li p {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

#mapfull {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#mapfull .block-title {
  font-weight: 900;
  font-size: 2em;
  color: #fff;
  border-radius: 0 0 1em 1em;
  background-color: rgba(0, 0, 0, 0.39);
  height: 2em;
  display: flex;
  align-items: center;
  padding: 0 1em;
  z-index: 10;
}

.map-full{
  margin-top: -4em;
  position: relative;
  height: 0;
  padding-bottom: 46.87%;
  overflow: hidden;
  width: 100%;

}
#mapfull .map-full iframe{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

#fluid-price {
  background: url(img/fluid-finnance.jpg) no-repeat center / cover;
  height: 34.4em;
  padding-top: 5.5em;
}

#fluid-price .block-title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding-left: 4em;
  background: url(img/fluid-finnance-title.png) no-repeat left top/3.4em;
}

#fluid-price .block-title.lazybg {
  background: #fff;
}

#fluid-price .desc {
  font-weight: 600;
  padding-left: 6.4em;
  font-size: 1.25em;
  margin-bottom: 1em;
}

#fluid-price .line{
    display: flex;
    background: url(img/fluid-price-line.png) no-repeat center / contain;
    padding: 1em 3em;
    justify-content: space-between;
    margin-left: 6.4em;
    width: 55em;
    margin-bottom: 2em;
}

#fluid-price .line .item{
    font-size: 1.2em;
    font-weight: 600;
}

#fluid-price button {
  margin-left: 8em;
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  transition: all 0.3s;
}

#fluid-price button:hover {
  opacity: 0.8;
}

#fluid-price.lazybg {
  background: #fff;
}

#hot-winter {
  background: url(img/hot-winter-bg.jpg) no-repeat center bottom/contain;
  padding: 7em 0;
}

#hot-winter .title {
  display: flex;
  justify-content: center;
  font-size: 2em;
  font-weight: 900;
  color: #ff2740;
  width: 100%;
  text-transform: uppercase;
  align-items: flex-end;
  margin-bottom: 0.5em;
}

#hot-winter .title2 {
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.5em;
  }

#hot-winter .title img {
  margin-right: 0.5em;
}

#hot-winter .sub-title {
  margin-bottom: 2em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
}

#hot-winter .row {
  /* justify-content: space-between; */
  justify-content: center; 
  padding: 0 5%;
}

#hot-winter .item {
  width: 20.5em;
  margin:0 1em 2em;
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

#hot-winter .item .desc {
  display: flex;
  height: 7.75em;
  background: url(img/akcia-desc.png) no-repeat center/cover;
  align-items: center;
  padding: 0 1em;
}

#hot-winter .item .desc .txt {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
}

#hot-winter .item .desc button {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  font-size: 0.8em;
}

#hot-winter .item .desc button:hover {
  opacity: 0.8;
}

#hot-winter .item.hidden{
    display: none;
}

#hot-winter .item.continue {
  background: #fff;
  box-shadow: 0 38px 81px rgba(3, 102, 174, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#hot-winter .item.continue img.more-akcii{
    cursor: pointer;
    transition: all 0.3s;
    width:2em;
}
#hot-winter .item.continue img.bg-thing{
    width: 7.65em;
}
#hot-winter .item.continue img:hover{
    opacity: 0.8;
}

#hot-winter .item.old::after {
  border-radius: 0.666em;
  background: url(img/clock.png) no-repeat center 27% rgba(1, 18, 30, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: 'акция закончилась';
  color: #fff;
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hot-winter.lazybg {
  background: #fff;
}

#projects {
  padding: 5em 0;
}

#projects .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  text-align: center;
}

#projects .sub-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
}

#projects .item {
  position: relative;
  margin: 1em;
}

#projects .item .ptoject-title {
  position: absolute;
  font-size: 1.5em;
  top: 1em;
  left: 0;
  border-radius: 0 1.1rem 1.1rem 0;
  background-color: #fff3a0;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-weight: 900;
}

#projects .item .button {
  width: 18.44em;
  height: 3.625em;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  box-shadow: 0 9px 43px rgba(0, 0, 0, 0.34);
  border-radius: 1.5em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 0.4em solid rgba(74, 183, 69, 0.54);
  background-color: #4ab745;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: -1.81em;
  left: calc(50% - 9.22em);
  transition: all 0.3s;
}

#projects .item .button:hover {
  opacity: 0.9;
}

#finance {
  padding: 7em 0;
  background: url(img/finance-bg.jpg) no-repeat center top/cover;
}

#finance .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding: 0 22%;
  text-align: center;
}

#finance .title2 {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 2em 0 1em;
  text-align: center;
}

#finance .sub-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
}

#finance .col:nth-child(1) {
  flex: 0 0 35%;
}

#finance .items {
  background: url(img/finance-item.png) no-repeat center/contain;
  padding: 1.5em 0 2em 5em;
}

#finance .item {
  margin-bottom: 1em;
}

#finance .item__title {
  font-weight: 600;
  font-size: 1.2em;
}

#finance .item__desc {
  font-family: "Komika";
  color: #4ab745;
  font-size: 1.7em;
}

#finance img {
  max-width: width 47.65em;
  height: auto;
}

#finance button {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 0.4em solid rgba(74, 183, 69, 0.54);
  display: inline-block;
  padding: 0.7em 2em;
  height: auto;
  border-radius: 2em;
  box-shadow: 0 9px 43px rgba(44, 137, 40, 0.34);
}

#finance button:hover {
  opacity: 0.8;
}

#finance.lazybg {
  background: #fff;
}

#map-1 {
  height: 720px;
  position: relative;
}

#map-1 .title {
  width: 33.2em;
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 0 0 1em 1em;
  background-color: rgba(0, 0, 0, 0.39);
  position: absolute;
  top: 0;
  left: calc(50% - 16.6em);
  z-index: 10;
  text-transform: uppercase;
}

#video-blog {
  padding: 7em 0;
}

#video-blog .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  text-align: center;
}

#video-blog .sub-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}

#video-blog iframe {
  max-width: 100%;
  margin-bottom: 0.5em;
}

#video-blog .name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

#video-blog .prof {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}

#video-blog .slick-next {
  text-indent: -9999px;
  width: 2.5em;
  padding: 0;
  height: 2.5em;
  background: url(img/next.png) no-repeat center/1.05em;
  border: 2px solid #4ab745;
  border-radius: 50%;
  margin: 0 0.5em;
}

#video-blog .slick-next:hover {
  opacity: 0.8;
}

#video-blog .slick-prev {
  text-indent: -9999px;
  flex: 0 0 2.5em;
  width: 2.5em;
  padding: 0;
  height: 2.5em;
  background: url(img/prev.png) no-repeat center/1.05em;
  border: 2px solid #4ab745;
  border-radius: 50%;
  margin: 0 0.5em;
}

#video-blog .slick-prev:hover {
  opacity: 0.8;
}

#video-blog button.form {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 0.4em solid rgba(74, 183, 69, 0.54);
  display: inline-block;
  padding: 0.7em 2em;
  height: auto;
  border-radius: 2em;
  box-shadow: 0 9px 43px rgba(44, 137, 40, 0.34);
}

#video-blog button.form:hover {
  opacity: 0.8;
}

#video-blog .title2 {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
  margin-top: 1.5em;
}

#persons {
  padding: 7em 0;
  background: url(img/persons.jpg) no-repeat center top/cover;
}

#persons .title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2em;
  text-align: center;
}

#persons .name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

#persons .name::before {
    height: 3px;
    width: 3.5em;
    content: '';
    display: block;
    margin: 0.5em auto;
    background: #4ab745;
}

#persons .prof {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}

#persons button.form {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 0.4em solid rgba(74, 183, 69, 0.54);
  display: inline-block;
  padding: 0.7em 2em;
  height: auto;
  border-radius: 2em;
  box-shadow: 0 9px 43px rgba(44, 137, 40, 0.34);
  margin-top: 1em;
}

#persons button.form:hover {
  opacity: 0.8;
}

#persons.lazybg {
  background: #fff;
}

#map-wrap {
  position: relative;
}

#map-wrap #map {
  height: 32.6em;
}

#map-wrap .map__description {
  position: absolute;
  left: 8.75em;
  top: 20%;
  background: #fff;
  width: 25em;
  text-align: center;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map-wrap .map__description h2 {
  font-size: 1.7em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.5em;
  color: #383838;
  margin-bottom: 1em;
}

#map-wrap .map__description .tel {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

#map-wrap .map__description .tel a {
  color: #414141;
}

#map-wrap .map__description .adress {
  margin-bottom: 0.7em;
  font-weight: 600;
}

#map-wrap .map__description .adress span {
  font-weight: 400;
}

#map-wrap .map__description img {
  margin-bottom: 0.3em;
}

footer {
  background-color: #2a3336;
  padding: 1em 0;
}

footer .row {
  align-items: center;
}

footer .row .item {
  margin: 0 auto;
}

footer .row .item:nth-child(1) {
  opacity: 0.51;
  color: #fff;
  font-size: 0.7em;
}

footer .row .item:nth-child(1) a {
  color: #fff;
  text-decoration: underline;
}

footer .row .item:nth-child(2) {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 0.9em;
  color: #fff;
}

footer .row .item:nth-child(2) img {
  margin-right: 1.5em;
}

#stoimost-doma .modal-content, #stoimost-uchastka .modal-content, #consult .modal-content, #gosti .modal-content {
  width: 33.5em;
}

.modal-content {
  padding: 2em;
}
.modal.house{
    z-index: 1100;
}

#gibkoe-finansirovanie.modal, #uchaskti.modal{
	z-index: 1100;
}

.modal-content .close-modal {
  width: 1.15em;
  height: 1.15em;
  background: url(img/close.png) no-repeat center/contain;
  border: 0;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.modal-content .title {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  text-align: center;
}

.modal-content .sub-title {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}

.modal-content .form-control {
  height: 2.6em;
  border-radius: 1.3em;
  border: 2px solid rgba(185, 226, 242, 0.54);
  background-color: #eaf9ff;
  margin-bottom: 1em;
}

.modal-content p {
  margin-bottom: 1em;
}

.modal-content input[type="submit"] {
  height: 2.6rem;
  padding: 0 1.5em;
  border-radius: 1.3em;
  background-color: #4ab745;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: all 0.3s;
  width: 100%;
  margin-bottom: 1rem;
}

.modal-content input[type="submit"]:hover {
  opacity: 0.8;
}

.modal-content .confirmation {
  color: #414141;
  font-size: 0.7em;
  font-weight: 300;
}
.modal-content .confirmation a{
    color: #414141;
    text-decoration: underline;
}

.modal.house .modal-dialog, #gibkoe-finansirovanie .modal-dialog, #uchastki .modal-dialog{
  max-width: 100%;
  margin: 1.75rem auto;
}

.modal.house .modal-content, #gibkoe-finansirovanie .modal-content, #uchastki .modal-content {
  max-width: 100%;
}

.modal.house .modal-content .title {
  margin-bottom: 0.5em;
  font-size: 2em;
}

.modal.house .modal-content .form-title {
  font-size: 1.25em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.modal.house .modal-content .slick-prev {
  background: url(img/left.png) no-repeat center/contain;
  width: 3em;
  height: 3em;
  position: absolute;
  left: -1.5em;
  top: calc(50% - 1.5em);
  text-indent: -9999px;
  border: none;
  z-index: 10;
  transition: all 0.3s;
}

.modal.house .modal-content .slick-prev:hover {
  opacity: 0.8;
}

.modal.house .modal-content .slick-next {
  background: url(img/right.png) no-repeat center/contain;
  width: 3em;
  height: 3em;
  position: absolute;
  right: -1.5em;
  top: calc(50% - 1.5em);
  text-indent: -9999px;
  border: none;
  z-index: 10;
  transition: all 0.3s;
}

.modal.house .modal-content .slick-next:hover {
  opacity: 0.8;
}

.modal.house .modal-content .house-slider {
  margin-bottom: 1em;
}

.modal.house .modal-content .house-thumbs .slick-track {
  display: flex;
  justify-content: space-between;
}

.modal.house .modal-content .house-thumbs .slick-track::before, .modal.house .modal-content .house-thumbs .slick-track::after {
  display: none;
}

.modal.house .modal-content .house-thumbs .item {
  min-width: 19%;
  width: 19% !important;
}

.modal.house .modal-content .house-thumbs .item img {
  max-width: 100%;
}

.modal.house .modal-content .hrk {
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

.modal.house .modal-content .hrk label {
  font-weight: 600;
}

.wpcf7-checkbox{
    margin: 0 1em;
}
.wpcf7-checkbox span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
.wpcf7-checkbox input[type="checkbox"]{
    opacity: 0;
    z-index: -1;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	height: 1.4em;
    width: 1.4em;
    top:0;
    left:0;
    border-radius: 5px;
    border: 2px solid #31c3fe;
	transition: .2s;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
	content: '';
    position: absolute;
    top:0;
    left:0;
	height: 1.4em;
    width: 1.4em;
    border-radius: 5px;
    background: url(img/galochka.png)no-repeat center / 0.95em;
	transition: .2s;
}


.wpcf7-radio .wpcf7-list-item{
    margin: 0 1em;
}

.wpcf7-radio .wpcf7-list-item input[type="radio"]{
    opacity: 0;
    z-index: -1;
}
.wpcf7-radio .wpcf7-list-item{
    position: relative;
    padding:0 0 0 0.5em;
    margin:0 4em;
}
.wpcf7-radio .wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	height: 0.8em;
    width: 0.8em;
    top:0.3em;
    left:0;
    border-radius: 50%;
    border: 2px solid #31c3fe;
    transition: .2s;
    background: #fff;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label:after {
	content: '';
    position: absolute;
    top:0.3em;
    left:0;
	height: 0.8em;
    width: 0.8em;
    background: url(img/tchka.png)no-repeat center / 0.4em;
	transition: .2s;
}

.py-6{
    padding:3em 0;
}

#gibkoe-finansirovanie label, #uchastki label{
    font-weight: 600;
}
#gibkoe-finansirovanie .confirmation label, #uchastki .confirmation label{
    font-weight: 400;
}
#gibkoe-finansirovanie .sub-title, #uchastki .sub-title{
    font-weight: 600;
}

#gibkoe-finansirovanie .wpcf7-radio  .wpcf7-list-item:nth-child(1)::before, #uchastki .wpcf7-radio  .wpcf7-list-item:nth-child(1)::before{
    width: 6.5em;
    height: 6.5em;
    content: '';
    position: absolute;
    display: block;
    background: url(img/radio1.png);
    top: -2.5em;
    left: -6em;
}
#gibkoe-finansirovanie .wpcf7-radio  .wpcf7-list-item:nth-child(2)::before, #uchastki .wpcf7-radio  .wpcf7-list-item:nth-child(2)::before{
    width: 6.5em;
    height: 6.5em;
    content: '';
    position: absolute;
    display: block;
    background: url(img/radio2.png);
    top: -2.5em;
    left: -6em;
}
#gibkoe-finansirovanie .wpcf7-radio  .wpcf7-list-item:nth-child(3)::before, #uchastki .wpcf7-radio  .wpcf7-list-item:nth-child(3)::before{
    width: 6.5em;
    height: 6.5em;
    content: '';
    position: absolute;
    display: block;
    background: url(img/radio3.png);
    top: -2.5em;
    left: -6em;
}


@media (min-width: 1600px) {
  .container {
    max-width: 1580px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1600px) and (max-width: 1700px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  body {
    font-size: 17px;
  }
  #gallery {
    padding: 7em 10%;
  }
  .modal.house .modal-content .hrk {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
  #slides #nav-tabContent #slide2 .d-flex .item {
    width: 20em;
    margin: 0 1em 1em;
  }
  #slides #nav-tabContent #slide5 li {
    list-style: none;
    padding: 0.8em 0 0.8em 1em;
    background: url(img/li-blue.png) no-repeat left center rgba(255, 255, 225, 0.8);
  }
  #slides #nav-tabContent #slide6 .txt:nth-child(2) {
    background: url(img/slide-6-img-1.png) no-repeat left top rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide6 .txt:nth-child(3) {
    background: url(img/slide-6-img-2.png) no-repeat left top rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide7 .row__title, #slides #nav-tabContent #slide7 .desc {
    background: rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide8 .row__title, #slides #nav-tabContent #slide8 .desc {
    background: rgba(255, 255, 255, 0.8);
  }
  #mapfull iframe {
    height: 630px;
  }
  #hot-winter .item {
    width: 17.5em;
  }
  #hot-winter .item .desc .txt {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
  }
  #projects .item {
    position: relative;
    margin: 1em;
    width: 20em;
  }
  #video-blog, #finance, #projects, #hot-winter {
    padding: 5em 0 3em;
  }
  #fluid-price .line .item{
    font-size: 1em;
    font-weight: 600;
    }
  .modal.house input[type="submit"]{
		font-size:0.8em;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
  body {
    font-size: 17px;
  }
  .modal.house input[type="submit"]{
		font-size:0.8em;
	}
  #gallery {
    padding: 7em 10%;
  }
  .modal.house .modal-content .hrk {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
  #slides #nav-tabContent #slide2 .d-flex .item {
    width: 20em;
    margin: 0 1em 1em;
  }
  #slides #nav-tabContent #slide5 li {
    list-style: none;
    padding: 0.8em 0 0.8em 1em;
    background: url(img/li-blue.png) no-repeat left center rgba(255, 255, 225, 0.8);
  }
  #slides #nav-tabContent #slide6 .txt:nth-child(2) {
    background: url(img/slide-6-img-1.png) no-repeat left top rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide6 .txt:nth-child(3) {
    background: url(img/slide-6-img-2.png) no-repeat left top rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide7 .row__title, #slides #nav-tabContent #slide7 .desc {
    background: rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide8 .row__title, #slides #nav-tabContent #slide8 .desc {
    background: rgba(255, 255, 255, 0.8);
  }
  #mapfull iframe {
    height: 595px;
  }
  #hot-winter .item {
    width: 17.5em;
  }
  #hot-winter .item .desc .txt {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
  }
  #projects .item {
    position: relative;
    margin: 1em;
    width: 20em;
  }
  #video-blog, #finance, #projects, #hot-winter {
    padding: 5em 0 3em;
  }
  #fluid-price .line .item{
    font-size: 1em;
    font-weight: 600;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
  .modal.house input[type="submit"]{
		font-size:0.8em;
	}
  #gallery {
    padding: 7em 5%;
  }
  header .top-line .container .row .logo_img {
    min-width: 0;
    width: 14em;
  }
  #screen-4 {
    height: 50em;
  }
  #slides #nav-tabContent #default .content {
    background: url(img/slide-default-title.png) no-repeat center/contain;
    width: 64.7em;
    height: 14.55em;
    max-width: 100%;
    padding-top: 4em;
  }
  #slides #nav-tabContent #slide1 .txt {
    background: url(img/slide1-txt-bg.png) no-repeat center/contain;
    width: auto;
    height: 10.9em;
    padding: 2em 0 0 1em;
  }
  #slides #nav-tabContent #default .content .title {
    font-size: 1.5em;
  }
  #slides #nav-tabContent #default .content .desc {
    font-size: 0.9em;
  }
  .modal.house .modal-content .hrk {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
  #slides #nav-tabContent #slide2 .d-flex .item {
    width: 17em;
    margin: 0 1em 1em;
  }
  #slides #nav-tabContent #slide1 .txt .item {
    font-weight: 600;
    font-size: 1.55em;
    line-height: 1;
  }
  #slides #nav-tabContent #slide5 li {
    list-style: none;
    padding: 0.8em 0 0.8em 1em;
  }
  #slides #nav-tabContent #slide6 .txt:nth-child(2) {
    background: url(img/slide-6-img-1.png) no-repeat left top rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide6 .txt:nth-child(3) {
    background: url(img/slide-6-img-2.png) no-repeat left top rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide7 .row__title, #slides #nav-tabContent #slide7 .desc {
    background: rgba(255, 255, 255, 0.8);
  }
  #slides #nav-tabContent #slide8 .row__title, #slides #nav-tabContent #slide8 .desc {
    background: rgba(255, 255, 255, 0.8);
  }
  #mapfull iframe {
    height: 480px;
  }
  #fluid-price {
    background: url(img/fluid-finnance.jpg) no-repeat center/cover;
    height: 28em;
  }
  #hot-winter .item {
    width: 16.5em;
  }
  #hot-winter .item .desc .txt {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
  }
  #projects .item {
    position: relative;
    margin: 1em;
    width: 18em;
  }
  #video-blog, #finance, #projects, #hot-winter {
    padding: 5em 0 3em;
  }
  #slides #nav-tabContent #slide7, #slides #nav-tabContent #slide6, #slides #nav-tabContent #slide5 {
    background: none;
  }
  #fluid-price .line .item{
    font-size: 1em;
    font-weight: 600;
    }
    #fluid-price .line {
        margin-left: 0em;
    }
}
@media(max-width: 1280px){
  .header_v2{
    -webkit-background-size: auto;
    background-size: auto;
  }
  .header_v2 .top-line {
	    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 10%, #eaf9ff 100%);
	}
}
@media (max-width: 900px) {
  body {
    font-size: 16px;
  }
  .offer-v2__inner{
    padding: 1rem;
    border-radius: 2rem;
  }
  .header__option{
    -webkit-flex: 1 1 18rem;
    -moz-flex: 1 1 18rem;
    -ms-flex: 1 1 18rem;
    -o-flex: 1 1 18rem;
    flex: 1 1 18rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .offer-v2__text{
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .btn-border{
    font-size: 0.9rem;
  }
  
  header {
  background: url(img/header_bg.jpg) no-repeat center;
  }
  #fluid-price .line{
      flex-direction: column;
      width: 100%;
      background: rgba(255, 255, 225, 0.7);
      padding:2em 1em;
      margin-left: 0em;
  }
  #fluid-price .line .item{
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 1em;
    }
  .top-line {
    background: #fff;
  }
  .top-line .item {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  header .offer {
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    background: url(img/offer.png) no-repeat center/contain;
    margin: 0 auto;
    padding: 2em 0 4em;
  }
  header .offer h1 {
    font-size: 1.25em;
  }
  header .offer .txt .item {
    font-size: 1em;
  }
  #offer-2 {
    text-shadow: 1px 1px #fff;
	background: #eaf9ff;
	height: auto;
	margin-top: 0;
  }
  #offer-2 .mob{
	display: block;
  }
  #offer-2 .title{
	  margin-top: 3em;
  }
  #offer-2 .d-flex button{
	  margin-bottom:2em;
  }

  #screen-3 {
    padding: 4em 0 0;
    background: none;
  }
  #screen-3 .title {
    font-size: 1.5em;
  }
  #screen-3 .mob{
	  display: block;
  }
  #screen-4 {
    padding: 4em 0;
    height: auto;
  }
  #screen-4 h2 {
    font-size: 1.5em;
    padding: 0;
  }
  #slides .col-xxl-3 {
    background: #f3f4e6;
    padding: 0;
  }
  #slide1 {
    padding: 4em 0 4em;
    background: none;
    height: 100%;
  }
  #slide1 .title {
    font-size: 1.5em;
    text-align: center;
  }
  #slide1 ul {
    margin-bottom: 2em;
  }
  /* #gallery {
    display: none;
  } */
  #gallery, #hot-winter  {
    padding: 2em 0;
    }
  .rsArrowLeft, .rsArrowRight, .rsDefaultInv .rsFullscreenBtn{
    display: none!important;
  }
  #default {
    display: none;
  }
  #slide2 {
    padding: 4em 0 2em;
  }
  #slide2 .title {
    text-align: center;
    font-size: 1.5em;
  }
  #slide3 .inner {
    background: none;
    padding: 0em 1em 0em;
  }
  #slide3 {
    background: none;
    background-color: #eaf9ff;
  }
  .tab-pane {
    display: none;
  }
  .tab-pane.active {
    display: block;
  }
  .tab-pane .title {
    font-size: 1.5em !important;
    text-align: center;
  }
  #slide1, #slide2, #slide3 {
    padding: 4em 0em 2em;
    background-color: #eaf9ff;
  }
  #slide2 .d-flex .item {
    width: 100%;
  }
  #slide4 {
    padding: 4em 1em 2em;
    background: none;
    background-color: #eaf9ff;
  }
  #slide5 {
    padding: 4em 1em 2em;
    background-color: #eaf9ff;
    background-image: none;
  }
  #slide6 {
    padding: 2em 1em 2em;
    background-color: #eaf9ff;
    background-image: none;
  }
  #slide7 , #slide8, #slide9{
    padding: 4em 1em 2em;
    background-color: #eaf9ff;
    background-image: none;
  }
  .map-full {
    margin-top: 0;
  }
	#mapfull .block-title{
		justify-content: center;
		width: 100%;
		border-radius: 0;
	}
  #slide1 .col-xxl-9 {
    border-radius: 2em;
    background-color: #eaf9ff;
    padding: 0.5em 1em;
    font-size: 1em;
    justify-content: space-between;
  }
  #slide1 .col-xxl-9 button {
    font-weight: 600;
    font-size: 0.9em;
  }
  #map-1 .title {
    width: 100%;
    left: 0;
    right: 0;
  }
  #navbar-top .burger {
    display: flex;
  }
  #navbar-top ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
  #navbar-top ul.collapsed {
    max-height: 300px;
    padding-bottom: 1em;
  }
  #navbar-top {
    max-width: 100%;
  }
  #navbar-top .burger {
    max-width: 100%;
  }
  #fluid-price .block-title {
    font-size: 1.5em;
  }
  #fluid-price {
    background: url(img/fluid-finnance.jpg) no-repeat center/cover;
    height: auto;
    padding: 4em 0 4em;
  }
  #finance .title {
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: center;
  }
  #finance img {
    display: none;
  }
  #finance .col:nth-child(1) {
    flex: 0 0 100%;
  }
  #gibkoe-finansirovanie .wpcf7-radio .wpcf7-list-item:nth-child(1)::before,   #uchastki .wpcf7-radio .wpcf7-list-item:nth-child(1)::before {
    width: 3.5em;
    height: 3.5em;
    content: '';
    position: absolute;
    display: block;
    background: url(img/radio1.png) no-repeat center / 3.5em;
    top: -1em;
    left: -4.5em;
	}
	#gibkoe-finansirovanie .wpcf7-radio .wpcf7-list-item:nth-child(2)::before, #uchastki .wpcf7-radio .wpcf7-list-item:nth-child(2)::before {
    width: 3.5em;
    height: 3.5em;
    content: '';
    position: absolute;
    display: block;
    background: url(img/radio2.png) no-repeat center / 3.5em;
    top: -1em;
    left: -4.5em;
	}
	#gibkoe-finansirovanie .wpcf7-radio .wpcf7-list-item:nth-child(3)::before, #uchastki .wpcf7-radio .wpcf7-list-item:nth-child(3)::before  {
    width: 3.5em;
    height: 3.5em;
    content: '';
    position: absolute;
    display: block;
    background: url(img/radio3.png) no-repeat center / 3.5em;
    top: -1em;
    left: -4.5em;
	}
	#gibkoe-finansirovanie .wpcf7-radio, #uchastki .wpcf7-radio{
		display: flex;
		flex-direction: column;
	}
	#gibkoe-finansirovanie .wpcf7-radio .wpcf7-list-item, #uchastki .wpcf7-radio .wpcf7-list-item {
    position: relative;
    padding: 0 0 0 0.5em;
    margin: 0 4em 3em;
	}
	#gibkoe-finansirovanie .d-flex, #uchastki .d-flex{
		flex-direction: column;
	}
	#gibkoe-finansirovanie .py-6, #uchastki .py-6 {
    padding: 2em 0 0;
	}
	#gibkoe-finansirovanie input[type="submit"], #uchastki input[type="submit"]{
		font-weight: 400;
		font-size: 0.8em; 
	}
  #map-wrap .map__description {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  footer .row .item:nth-child(2) {
    flex-direction: column;
  }
  footer {
    padding: 2em 0 0;
  }
  footer .row .item {
    margin-bottom: 2em;
  }
  footer .row img {
    margin-bottom: 2em;
  }
  #video-blog {
    padding: 2em 0;
  }
  #video-blog .title {
    font-size: 1.8em;
  }
  #video-blog .title2 {
    font-size: 1em;
  }
  #persons {
    padding: 2em 0;
  }
  #persons .title {
    font-size: 1.8em;
  }
  #finance {
    padding: 2em 0;
  }
  #finance .title {
    font-size: 1.8em;
  }
  #projects {
    padding: 2em 0;
  }
  #projects .title {
    font-size: 1.8em;
  }
  #map-1 .title {
    font-size: 1.8em;
  }
  #fluid-price .desc {
    font-weight: 600;
    padding-left: 0em;
    font-size: 1.25em;
    margin-bottom: 1em;
    text-align: center;
  }
  #fluid-price button {
    margin: 0 auto;
    width: 13em;
    display: block;
  }
  .modal.house .modal-content .title {
    margin-bottom: 1em;
    font-size: 1.5em;
  }
  header {
    height: auto;
  }
  #button-up {
    display: none !important;
  }
  #hot-winter .item.continue {
    padding: 5em 0;
  }
}
@media(max-width: 575px){
  .second__title{
    font-size: 1.4rem;
    line-height: 1.3;
  }
  header .top-line .container{
  	margin-bottom: 4vh;
  }
  .second__video{

  }
	.first-top,.nowebp .first-top{
		background-image:none !important;
		background-color: #fff;
	}
}
@media (max-width: 380px) {
  body {
    font-size: 16px;
  }
  .top-line {
    background: #fff;
  }
  .top-line .item {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  header .offer {
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    background: url(img/offer.png) no-repeat center/contain;
    margin: 0 auto;
    padding: 2em 0 4em;
  }
  header .offer h1 {
    font-size: 1em;
  }
  header .offer .txt .item {
    font-size: 0.8em;
  }
  .modal.house .pl-5 {
    padding-left: 0rem !important;
  }
  .modal.house .modal-content .hrk {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  #slide1 .col-xxl-9 {
    border-radius: 2em;
    flex-direction: column;
    align-items: center;
    background-color: #eaf9ff;
    padding: 0.5em 1em;
    text-align: center;
    font-size: 1em;
    justify-content: center;
  }
  #slide1 .txt {
    background: url(img/slide1-txt-bg.png) no-repeat center/contain;
    width: auto;
    height: 10.9em;
    padding: 2em 0 0 2em;
  }
  #slide1 .txt .item {
    font-weight: 600;
    font-size: 1.5em;
  }
  #fluid-price .block-title {
    font-size: 1.2em;
  }
  .col-xxl-3 .nav-tabs {
    flex-direction: column;
    padding: 5em 0 5em;
  }
  #finance .items {
    background: url(img/finance-item.png) no-repeat center/contain;
    padding: 1.5em 0 2em 2em;
  }
}
