 * {
	outline: none !important;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #16161D;
	font-size: 14px;
}
a {
	text-decoration: none !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: inherit;
}
img {
	max-width: 100%;
}
button {cursor: pointer;}
::-webkit-input-placeholder {color: #16161D;}
::-moz-placeholder          {color: #16161D;}
:-moz-placeholder           {color: #16161D;}
:-ms-input-placeholder      {color: #16161D;}
strong {font-weight: 800;}

.block-title {
	font-size: 46px;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 75px;
}
.blue-button {
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	padding: 15px 55px;
	background: #31A8FF;
	color: #fff;
}
.blue-button:hover {
	background: #FF8C85;
	color: #fff;
}
/* HEADER */
.header {
	padding: 26px 0 25px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all .3s;
}
.header-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-menu li:not(:last-child) {
	margin-right: 43px;
}
.header-menu li a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #9296A0;
	position: relative;
}
.header-menu li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -42px;
	width: 100%;
	height: 4px;
	background: #31A8FF;
	opacity: 0;
	transition: all .3s;
}
.header-menu li a:hover:after {opacity: 1;}
.fixed .header-menu li a:after {bottom: -37px;}
.header-menu li a:hover {color: #16161D;}

.header-phone a {
	display: block;
	letter-spacing: 0.025em;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #16161D;
}
.header-phone span {
	display: block;
	font-size: 10.5px;
	line-height: 18px;
	color: #9296A0;
}

.header-call {
	border: 2px solid rgba(255, 102, 92, 0.3);
	width: 51px;
	height: 51px;
	border-radius: 30px;
	position: relative;
	transition: all .2s;
}
.header-call > div {
	background: #FF665C;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.header-call > div > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header.fixed {
	padding: 20px 0;
}
.header.fixed .header-call {
	opacity: 0;
	visibility: hidden;
	height: 0;
	width: 0
}
.header .col-lg-3,
.header .col-lg-7 {
	transition: all .3s;
}
.header.fixed .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.header.fixed .col-lg-7 {
	webkit-box-flex: 0;
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
}
/* MAIN */
.main {
	padding: 152px 0 151px;
	position: relative;
	margin-top: 102px;
}
.main .container {
	position: relative;
}
.main-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 27%;
	height: 100%;
	background: url('../img/main/main-bg.webp') center center no-repeat;
	background-size: cover;
}
.main-block {
	padding-left: 373px;
}
.main-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 55px;
	margin: 0 0 37px;
}
.main-form {
	padding: 52px 48px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin-bottom: 45px;
}
.main-form__title {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.main-form form {
	display: flex;
	align-items: center;
}
.main-form span {
	position: relative;
}
.main-form span.tel-form:before {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translate(0, -50%);
	background: url('../img/icons/tel-form.svg');
}
.main-form input {
	width: 375px;
	max-width: 100%;
	height: 50px;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	padding: 0 15px 0 50px;
}
.main-form button {
	border-radius: 3px;
	border: none;
	background: #31A8FF;
	padding: 17px 55px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-left: 5px;
	transition: all .3s;
}
.main-form button:hover {
	background: #FF8C85;
}
.main-form p {
	font-size: 10px;
	line-height: 10px;
	color: #9296A0;
	margin: 17px 0 0;
}

.main-expert {
	padding: 31px 25px;
	background: #F5F5F5;
	border-radius: 15px;
	position: relative;
	width: 350px;
}
.main-expert__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 1px;
}
.main-expert__dl {
	line-height: 18px;
}
.main-expert__image {
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-image {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	bottom: -151px;
}

.tool {
	position: absolute;
}
.main-tools__1 {
	bottom: -270px;
	right: 0;
}
.main-tools__2 {
	right: 0;
	top: 42px;
}
/* CALL */
.call {
	padding: 95px 0 60px;
	background: #31A8FF;
	color: #fff;
	position: relative;
}
.call .block-title {
	margin-bottom: 16px;
}
.call-subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 50px;
}

.call-item {
	margin-bottom: 35px;
}
.call-item__icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #179AF9;
	position: relative;
	margin-bottom: 15px;
}
.call-item__icon svg,
.call-item__icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.call-item__title {
	font-weight: 700;
}
/* WHITE FORM */
.white-form {
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 65px 55px;
	color: #16161D;
	position: relative;
	z-index: 5;
}
.white-form__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
}
.white-form__subtitle {
	margin-bottom: 35px;
	line-height: 18px;
}
.white-form span {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.white-form span.form-name:after {
	content: '';
	width: 12px;
	height: 14px;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translate(0, -50%);
	background: url('../img/icons/user-form.svg');
}
.white-form span.form-tel:after {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translate(0, -50%);
	background: url('../img/icons/tel-form.svg');
}
.white-form input {
	width: 100%;
	height: 50px;
	padding: 0 15px 0 47px;
	border-radius: 3px;
	border: 1px solid #E7E7E7;
}
.white-form button {
	border-radius: 3px;
	border: none;
	font-size: 16px;
	line-height: 16px;
	background: #FF665C;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	margin: 25px 0;
	font-weight: 700;
	color: #fff;
	transition: all .3s;
}
.white-form button:hover {
	background: #31A8FF;
}
.white-form__policy {
	color: #9296A0;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
}
.white-form__icon {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	background: #FF665C;
	width: 65px;
	height: 65px;
}
.white-form__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* PRICES */
.prices {
	padding: 75px 0;
	position: relative;
}
.prices-item {
	text-align: center;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	padding: 76px 48px 47px;
	transition: all .3s;
}
.prices-item:hover {
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.13);
	transform: translate(0, -5%);
}
.prices-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	height: 90px;
}
.prices-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.prices-item ul li {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	color: #000;
}
.prices-item__more {
	display: inline-block;
	font-weight: 500;
	color: #31A8FF;
	text-decoration: underline !important;
	margin: 5px 0 50px;
}
.prices-item__price {
	font-weight: 700;
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 30px;
}
.prices-item__more {
	width: 100%;
}
.prices-item__nm {
	position: absolute;
	font-weight: 600;
	font-size: 111px;
	line-height: 90px;
	color: #F5F5F5;
	position: absolute;
	top: 35px;
	left: 25px;
	z-index: -1;
}
.prices-tool__1 {
	right: 0;
	top: 22%;
}
.prices-tool__2 {
	left: 0;
	bottom: 10%;
}
/* HELLO */
.hello {
	padding: 108px 0 75px;
	background: #F5F5F5;
}
.hello-slider {
	position: relative;
}
.hello-item {
	padding: 120px 95px 130px;
	border-radius: 45px;
	width: 100%;
}
.hello-item__block {
	padding: 75px 63px;
	border-radius: 45px;
	background: #fff;
	width: 540px;
	max-width: 100%;
}
.hello-item__block p {
	font-weight: 600;
	margin: 0;
	font-size: 16px;
	line-height: 27px;
}
.hello-image {
	position: absolute;
	bottom: 0;
	right: 95px;
	z-index: 15;
}
.hello-slider .swiper-pagination {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 25px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #C4C4C4;
	margin-right: 9px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FF665C;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-button-next, 
.swiper-button-prev {
	width: 35px;
	height: 85px;
	background: #31A8FF;
	border-radius: 8px;
	transition: all .3s;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #6FC2FF;
}

.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
	left: -50px;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
	right: -50px;
}

/* WHAT */
.what {
	padding: 75px 0 87px;
	background: #F5F5F5;
	overflow: hidden;
	position: relative;
}
.what .container {
	position: relative;
}
.what .block-title {
	margin-bottom: 106px;
}
.what-block {
	padding-left: 475px;
	padding-right: 120px;
}
.what-title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 60px;
	color: #000;
}
.what-item {
	margin-bottom: 33px;
}
.what-item__icon {
	margin-bottom: 10px;
}
.what-item__title {
	font-size: 16px;
	line-height: 27px;
}
.what-image {
	position: absolute;
	left: 0;
	bottom: -87px;
	z-index: 5;
}
.what-image:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 665px;
	height: 612px;
	background: url('../img/what/girl-bg.webp');
	z-index: -1;
}
.what-image__q {
	position: absolute;
	padding: 30px 23px;
	background: #fff;
	border-radius: 10px;
	line-height: 19px;
	font-weight: 600;
	font-style: italic;
    top: 25%;
    right: -33%;
	max-width: 215px;
	width: 100%;
}
.what-image__q:before {
	content: '';
	position: absolute;
	left: -13px;
	top: 30px;
	border-top: 13px solid transparent;
	border-right: 13px solid #fff;
	border-bottom: 13px solid transparent;
}
/* PROBLEM */
.problem {
	padding: 75px 0 134px;
	background: #31A8FF;
	position: relative;
}
.problem .block-title {
	color: #fff;
	margin-bottom: 75px;
}
.problem-item {
	height: 435px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.problem-item__s {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #FF665C;
	position: absolute;
}
.problem-item__s:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	background: url('../img/icons/plus.svg');
}

.problem-item__s-1-1 {
	position: absolute;
	top: 40%;
	right: 5%;
}
.problem-item__s-1-2 {
	bottom: 3%;
	right: 15%;
}
.problem-item__s-2-1 {
	top: 20%;
	left: 4%;
}
.problem-item__s-2-2 {
	right: 16%;
	top: 60%;
}
.problem-item__s-3-1 {
	top: 35%;
	left: 15%
}
.problem-item__s-3-2 {
	right: 10%;
	top: 45%;
}
.problem-item__s-3-3 {
	left: 5%;
	top: 65%;
}
.problem-item__s-4-1 {
	top: 12%;
	left: 22%;
}
.problem-image-bg {
	right: 0;
	top: -150px;
	width: 290px;
}
/* TEAM */
.team {
	padding: 75px 0;
	position: relative;
}
.team .block-title {
	margin-bottom: 17px;
}
.team-title {
	color: #000;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 17px;
}
.team-title.team-subtitle {
	margin-bottom: 55px;
}
.team-slider {
	position: relative;
}
.team-slider .swiper-container {
	padding-bottom: 30px;
}
.team-slider .swiper-pagination {
	width: 100%;
}
.team-item {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	text-align: center;
	padding-bottom: 47px;
}
.team-item__image {
	height: 410px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}
.team-item__name {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
	font-weight: 700;
}
.team-item__exp {
	line-height: 27px;
	margin-bottom: 27px;
}

.team .swiper-container-horizontal>.swiper-pagination-bullets {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	justify-content: center;
	margin-top: 45px;
}

.team-tool__1 {
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.team-tool__2 {
	top: 69px;
	right: 0;
}

/* EXPERT */
.expert {
	padding: 75px 0 0;
	background: #F5F5F5;
}
.expert .block-title {
	margin-bottom: 105px;
}
.expert-item {
	margin-bottom: 70px;
}
.expert-item__image {
	margin-right: 30px;
}
.expert-item__text-title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 15px;
}
.expert-item__text p {
	line-height: 24px;
	margin: 0;
}
.expert-item__text {
	padding-right: 70px;
}
/* STEPS */
.steps {
	padding: 75px 0 0;
	background: #31A8FF;
	color: #fff;
	position: relative;
}
.steps-item {
	margin-bottom: 75px;
	position: relative;
	padding-top: 35px;
	display: inline-block;
}
.steps-item__icon {
	height: 80px;
	text-align: center;
}
.steps-item__icon svg {
	text-align: center;
}
.steps-item__title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
}
.steps-item__nm {
	font-size: 111px;
	line-height: 80px;
	font-weight: 600;
	color: #F5F5F5;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
}
.steps-item .blue-button {
	background: #FF665C;
	margin-top: 35px;
}
/* GARANTY */
.garanty {
	padding: 231px 0 75px;
}
.garanty .container {
	position: relative;
}
.garanty-block {
	padding-left: 463px;
}
.garanty .block-title {
	margin-bottom: 57px;
}
.garanty ul {
	list-style: none;
	padding: 0;
	margin: 0 0 98px;
}
.garanty ul li {
	display: block;
	margin-bottom: 35px;
	padding-left: 50px;
	position: relative;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
}
.garanty ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 25px;
	height: 25px;
	background: url('../img/icons/cheked_icon.svg');
}
.garanty ul li:last-child {
	margin-bottom: 0;
}

.garanty-q {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	padding: 50px 43px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	position: relative;
}
.garanty-q__icon {
	position: absolute;
	top: -26px;
	left: 26px;
}
.garanty-image {
	position: absolute;
	left: 0;
	bottom: -75px;
}
/* REVIEWS */
.reviews {
	padding: 75px 0;
	background: #F5F5F5;
}
.reviews .block-title {
	margin-bottom: 70px
}
.reviews-item {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	width: 920px;
	max-width: 100%;
	margin: 0 auto;
}
.reviews-item__left {
	padding: 0 125px 0 95px;
	width: calc(100% - 350px);
}
.reviews-item__right {
	height: 485px;
	width: 350px;
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.reviews-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 24px;
}
.reviews-item p {
	line-height: 24px;
	margin: 0;
}
.reviews-item__more {
	display: inline-block;
	color: #31A8FF;
	line-height: 14px;
	text-decoration: underline !important;
	font-weight: 500;
	margin-top: 15px;
	cursor: pointer;	
}
.reviews-author {
	margin-top: 35px;
	padding-top: 21px;
	border-top: 1px solid #F5F5F5;
}
.reviews-author__image {
	width: 65px;
	height: 65px;
	margin-right: 30px;
	border-radius: 50%;
}
.reviews-author__block {
	width: calc(100% - 100px);
}
.reviews-author__block-name {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 10px;
	font-weight: 700;
}
.reviews-author__block-info {
	line-height: 27px;
}
/*.reviews .swiper-slide {
	width: 920px;
	max-width: 100%;
}*/
.reviews .swiper-slide:not(.swiper-slide-active) {
	position: relative;
}
.reviews .swiper-slide:not(.swiper-slide-active):after {
	content: '';
	position: absolute;
	left: -70px;
	background: #fff;
	height: 300px;
	width: 170px;
	top: 50%;
	transform: translate(0, -50%);
	background: linear-gradient(270deg, #F5F5F5 24.41%, rgba(255, 255, 255, 0) 95.88%), #FFFFFF;
	border-radius: 5px;
}
.reviews-slider {
	position: relative;
}
.reviews .swiper-slide-active:before {
	content: '';
	position: absolute;
	left: -100px;
	background: #fff;
	height: 300px;
	width: 170px;
	top: 50%;
	transform: translate(0, -50%) rotate(-180deg);
	background: linear-gradient(270deg, #F5F5F5 24.41%, rgba(255, 255, 255, 0) 95.88%), #FFFFFF;
	border-radius: 5px	
}
/* ECO */
.eco {
	padding: 75px 0;
	background: #31A8FF;
	color: #fff;
	position: relative;
}
.eco .container {
	position: relative;
}
.eco ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.eco ul li {
	margin-bottom: 35px;
	position: relative;
	padding-left: 51px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	padding-right: 135px;
}
.eco ul li:last-child {
	margin-bottom: 0;
}
.eco ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 25px;
	height: 25px;
	background: url('../img/icons/cheked_icon_white.svg');
}
.eco-tool__1 {
	bottom: -200px;
	right: 0;
}
/* FOOTER */
.footer {
	margin-top: 158px;
	padding-bottom: 62px;
}
.footer-policy {
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	color: #9296A0;
}
.footer .header-call {
	margin-left: 32px;
}
/* PRICE POPUP */
.price-head {
	padding: 15px 25px;
	border-radius: 5px;
	border: 1px solid #F5F5F5;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.price-head:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url('../img/icons/price-arrow.svg');
	background-size: cover;
	transition: all .3s;
}
.price-head.active:after {
	transform: translate(0, -50%) rotate(180deg);
	filter: brightness(1000%);
}
.price-head.active {
	background: #31A8FF;
	border-color: #31A8FF;
	color: #fff;
}
.price-body {
	display: none;
	background: #F5F5F5;
	padding: 25px;
	height: 289px;
	overflow-y: scroll;
}
.price-body__item {
	position: relative;
	margin-bottom: 25px;
}
.price-body__item:last-child {
	margin-bottom: 0;
}
.price-body__item span {
	background: #F5F5F5;
	position: relative;
	z-index: 5;
}
.price-body__item span:first-child {
	padding-right: 15px;
	font-size: 16px;
	line-height: 16px;
}
.price-body__item span:last-child {
	padding-left: 15px;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}
.price-body__item:after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #9296A0;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.modal-dialog {
	max-width: 730px;
}
.modal-content {
	border-radius: 5px;
	padding: 35px 20px 65px;
	border: none;
}
.popup-title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}
.modal-content .close {
	opacity: 1;
	position: absolute;
	right: 25px;
	top: 35px;
	z-index: 10;
}
.modal-content .close:hover line {
	stroke: #31A8FF;
}
.modal-content .close svg {
	width: 23px;
	height: 23px;
}
.modal-content .close svg line {
	transition: all .3s;
}
.price-accordeon {
	margin-bottom: 65px;
}
.price-form__title {
	text-align: center;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	margin-bottom: 30px;
}
.modal-content .main-form {
	padding: 0;
	box-shadow: none;
	width: 635px;
	max-width: 100%;
	margin: 0 auto;
}

.popup-call .modal-dialog {
	max-width: 445px;
}
.popup-call .modal-content {
	padding: 0;
}

.popup-reviews__block {
	width: 450px;
	max-width: 100%;
	margin-left: 95px;
}
.popup-reviews .popup-title {
	margin-bottom: 65px;
}
.popup-reviews .swiper-pagination {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
}
/* SCROLL */
.mCSB_draggerRail {
	background: #F5F5F5 !important;
}
.mCSB_dragger_bar {
	background: #31A8FF !important;
	width: 5px;
}
.mCSB_draggerRail {
	display: none !important;
}
/* TOOLTIPS */
.tooltip-inner {
    max-width: 185px;
    padding: 16px 25px;
    color: #fff;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    opacity: 1 !important;
}
.tooltip.show  {opacity:1 !important;}
.popup-reviews__slider {
	overflow: hidden;
}
@media screen and (min-width: 1024px){
	.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
	.tooltip.bs-tooltip-top .arrow {
		left: auto !important;
		right: 20px !important;
	}
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
    float: right;
} 
.tooltip {
	left: -55px !important;
}
/* GO TOP */
.go-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10%;
	right: 3%;
	z-index: 999;
	background: #F5F5F5;
	border-radius: 50%;
	transition: all .3s;
	opacity: 0;
	cursor: pointer;
}
.go-top svg {
	position: absolute;
	left: 50%;
	top: 54%;
	transform: translate(-50%, -50%);
}
.go-top.active {opacity: 1;}
/* MEDIA */
@media screen and (max-width: 1024px) {
	.header-menu li:not(:last-child) {
		margin-right: 20px;
	}
	.header-phone a {
		font-size: 16px;
		line-height: 16px;
	}
	.header-phone span {
		font-size: 9px;
		line-height: 14px;
	}
	.main-title {
		font-size: 34px;
		line-height: 39px;
	}
	.main-block {
		padding-left: 280px;
	}
	.main-form input {
		width: 310px;
	}
	.main-form button {
		padding: 17px 30px;
	}
	.main-image {
		left: -33px;
		width: 360px;
	}
	.block-title {
		font-size: 38px;
		line-height: 45px;
	}
	.prices .tool {display: none;}
	.prices-item {
		padding: 45px 20px;
	}
	.prices-item .blue-button {
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	.hello-image {
		display: none;
	}
	.hello-item__block {
		width: 100%;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: -40px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -40px;
	}
	.what-block {
		padding-right: 0;
	}
	.expert-item__text-title br {
		display: none;
	}
	.garanty {
		padding: 130px 0 75px;
	}
	.garanty ul li {
		font-size: 18px;
		line-height: 22px;
	}
	.garanty-q br {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.header .container {
		max-width: 900px;
	}
	.header-mobile {
		display: inline-block;
		float: right;
	}
	.header-mobile span {
		display: block;
		margin-bottom: 3px;
		width: 25px;
		height: 3px;
		background: #000;
	}
	.header .col-md-7 > .justify-content-between {
	    -webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	    justify-content: center !important;
	}
	.mobile-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 77px;
		background: #fff;
		padding: 30px;
		width: 100%;
	}
	.header .col-2 {position: static;}
	.header li {
		margin-right: 0 !important;
	}
	.header li a {
		text-align: center;
		margin-bottom: 9px;
	}
	.header li:last-child a {
		margin-bottom: 0;
	}
	.header.fixed .mobile-menu {
		top: 66px;
	}
	.header-call {
		margin-left: 30px;
	}
	.main-image {
		display: none;
	}
	.tool {
		display: none;
	}
	.main-block {
		padding-left: 0;
	}
	.main-form {
		background: #fff;
	}
	.main-bg {
		z-index: -1;
		width: 50%;
	}
	.main {
		padding: 75px 0;
	}
	.prices-item__price {
		font-size: 30px;
		line-height: 30px;
	}
	.prices-item__more {
		font-size: 12px;
		line-height: 12px;
		margin: 5px 0 30px;
	}
	.hello {
		padding: 75px 0;
	}
	.block-title {
		margin-bottom: 40px;
	}
	.hello-item {
		padding: 30px;
	}
	.hello-slider .swiper-pagination {
		bottom: 6px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: -35px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: -35px;
	}
	.what-image {
		display: none;
	}
	.what-block {
		padding-left: 0;
	}
	.what .block-title {
		margin-bottom: 40px;
	}
	.what .row {
		justify-content: center;
	}
	.problem-item {
		margin-bottom: 20px;
	}
	.problem {
		padding: 75px 0 50px;
	}
	.team-title.team-subtitle br {
		display: none;
	}
	.expert .block-title {
		margin-bottom: 40px;
	}
	.expert .block-title br {
		display: none;
	}
	.expert-item__text {
		padding-right: 0;
	}
	.garanty-image {
		display: none;
	}
	.garanty-block {
		padding-left: 0;
	}
	.garanty-q {
		max-width: 65%;
	}
	.reviews-item {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.reviews-item__right {
		order: 1;
		height: 200px;
		width: 100%;
	}
	.reviews-item__left {
		order: 2;
		width: 100%;
		padding: 30px 60px;
	}
	.eco .white-form {
		margin-top: 30px;
	}
	.footer {
		margin-top: 0;
		padding: 30px 0;
	}
	.footer-logo img {
		width: 95px;
	}
	.footer-policy {
		font-size: 8px;
		line-height: 8px;
	}
	.reviews .swiper-slide:not(.swiper-slide-active):after {display: none  !important}
	.reviews .swiper-slide-active:before {display: none !important;}
}

@media screen and (max-width: 767px) {
	.header-call {
		display: none;
	}
	.main {
		margin-top: 85px;
	}
	.main-title {
		font-size: 26px;
		line-height: 34px;
	}
	.main-title br {
		display: none;
	}
	.main-form form {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.main-form input,
	.main-form button {
		width: 100%;
	}
	.main-form button {
		margin-left: 0;
		padding: 17px 0;
		margin-top: 10px;
	}
	.main-form span {
		width: 100%;
	}
	.main-form {
		padding: 30px;
	}
	.block-title {
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	.block-title br {
		display: none;
	}
	.call {
		padding: 40px 0;
	}
	.call-subtitle {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		margin-bottom: 40px;
	}
	.call-item {
		margin-bottom: 20px;
	}
	.white-form {
		padding: 40px 30px;
	}
	.white-form__icon {
		width: 35px;
		height: 35px;
	}
	.white-form__icon svg {
		width: 20px;
	}
	.white-form__policy br {
		display: none;
	}
	.white-form button {
		margin: 15px 0;
	}
	.prices {
		padding: 40px 0 20px;
	}
	.prices-item {
		margin-bottom: 20px;
	}
	.hello {
		padding: 40px 0;
	}
	.hello-item {
		padding: 15px 15px 30px;
	}
	.hello-item__block {
		padding: 30px 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.hello-slider .swiper-pagination {
		bottom: 4px;
	}
	.what {
		padding: 40px 0;
	}
	.what-title {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		margin-bottom: 40px;
	}
	.what-item {
		margin-bottom: 20px;
		text-align: center;
	}
	.problem {
		padding: 40px 0 20px;
	}
	.problem .block-title {
		margin-bottom: 40px;
	}
	.team {
		padding: 40px 0;
	}
	.expert {
		padding: 40px 0 0;
	}
	.expert-item__image {
		display: none;
	}
	.expert-item {
		margin-bottom: 40px;
	}
	.steps {
		padding: 40px 0 20px;
	}
	.steps-item {
		margin-bottom: 20px;
	}
	.steps .col-md-6 {
		text-align: center;
	}
	.garanty {
		padding: 40px 0;
	}
	.garanty-q {
		max-width: 100%;
		padding: 50px 25px;
	}
	.garanty-q br {
		display: none;
	}
	.reviews-item__left {
		padding: 30px 15px;
	}
	.reviews-author__block-name {
		font-size: 16px;
		line-height: 20px;
	}
	.reviews, .eco {
		padding: 40px 0;
	}
	.reviews .block-title {
		margin-bottom: 40px;
	}
	.eco ul li {
		padding-right: 0;
	}
	.footer .d-flex {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.footer-logo {
		margin-bottom: 15px;
	}
	.footer-policy {
		text-align: center;
		margin-bottom: 15px;
	}
	.main-expert {
		max-width: 100%;	
	}
	.header-phone a {
		font-size: 14px;
		line-height: 14px;
	}
	.header-phone span {
		font-size: 7.5px;
	}
	.main-form__title {
		font-size: 16px;
		list-style: 20px;
		text-align: center;
	}
	.main-form p {
		text-align: center;
	}
	.go-top {
		display: none;
	}
	.popup-reviews__block {
		width: 100%;
		margin-left: 0;
	}
	.popup-reviews .swiper-wrapper {
		flex-direction: column;
	}
	.popup-reviews .swiper-slide {
		max-width: 100% !important;
		width: 100%;
	}
	.reviews-item__title {
		font-size: 16px;
		line-height: 20px;
	}
	.reviews-item__title br {
		display: none;
	}
	.popup-reviews .popup-title {
		margin: 20px 0;
	}
	.popup-reviews .swiper-slide {
		margin-bottom: 30px;
	}
	.tooltip {
		left: auto !important;
	}
	/*.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
	    left: inherit !important;
	    right: auto !important;
	}*/
}