@import url('fonts/stylesheet.css');


body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
}

.button-wrapper.centered {
	text-align: center;
}

.small-space {
	height: 6px;
}

.space {
	height: 24px;
}

.whatsapp-button {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
    background-color: #228c00;
    padding: 22px 33px;
    border-radius: 40px;
    font-size: 17px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 0 0px 0 rgb(37 150 3 / 0%); */
    transition: background-color 0.3s, box-shadow 0.3s;
}

.whatsapp-button:hover {
	cursor: pointer;
	background-color: #30b106;
    /* box-shadow: 0 0 30px 0 rgb(37 150 3 / 72%); */
}



.whatsapp-button::before {
	content: "";
	display: block;
	width: 60px;
	height: 500px;
	top: -100px;
	transform: rotate(30deg) translateX(-200px);

	position: absolute;
	background-color: #fff;
	opacity: 0.3;
	animation: buttonanimate 6s infinite;
}

.whatsapp-button:hover::before {
	display: none;
}

@keyframes buttonanimate {
  0% {
    transform: rotate(30deg) translateX(-200px);
  }

 20% {
	transform: rotate(30deg) translateX(400px);
  }

  100% {
    transform: rotate(30deg) translateX(400px);
  }
}


.blue-button {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
    background-color: #2d70c3;
    padding: 22px 33px;
    border-radius: 40px;
    font-size: 17px;
    transition: background-color 0.3s;
}

.blue-button:hover {
	cursor: pointer;
	background-color: #2d7cde;
}

h3 {
	font-size: 22px;
	font-weight: 600;
}

.star {
	position: relative;
	display: inline-block;
}

.star::before {
	content: "";
	position: absolute;
	right: -16px;
	top: -8px;
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(images/star.svg);
	background-size: 16px 16px;
}

.white-button {

    display: inline-block;
    color: #206ccc;
    background-color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 22px 33px;
    border-radius: 40px;
    font-size: 17px;
    border: 2px solid transparent;
    box-shadow: 0 0 30px rgb(255 255 255 / 0.3);
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

.white-button:hover {
	cursor: pointer;
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.outline-button {
    display: inline-block;
    color: #174784;
    border: 2px solid #2263b5;
    background-color: transparent;
    font-weight: 500;
    text-decoration: none;
    padding: 20px 33px;
    border-radius: 40px;
    font-size: 17px;
    overflow: hidden;
    transition: color 0.3s, background-color 0.3s;
}

.outline-button:hover {
	cursor: pointer;
	background-color: #2263b5;
	color: #FFF;
}


h2 {
	font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.lead-text {
	font-size: 18px;
	margin-bottom: 40px;
	color: #333;
}

.lead-text > a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px dashed #111;
	transition: color 0.3s, border-color 0.3s;
}

.lead-text > a:hover {
	color: #0a4da0;
	border-color: #0a4da0;
}

.header-mob {
	display: none;
}

.mobile__menu-wrapper {
	overflow: hidden;
	height: 0;
}



.only_mob {
	display: none !important;
}


.header	{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: #fff;
	z-index: 50;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.header .container {
	display: flex;
    align-items: center;
    height: inherit;
    justify-content: space-between;
}

.header__logo img {
	display: block;
	height: 56px;
}

.header__menu {
	list-style-type: none;
}

.header__menu li {
	display: inline-block;
}

.header__menu li:not(:last-child) {
	margin-right: 20px;
}

.header__menu a {
	color: #222;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: color 0.3s;
}

.header__menu a:hover {
	color: #000;
}

.header__menu a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color: #2d70c3;
	transition: width 0.3s ease-in-out;
}

.header__menu a:hover::after {
	width: 100%;
}

.header__phone {
	text-align: right;
}

.header__phone__value {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	white-space: nowrap;
}

.header__phone__text {
    font-size: 13px;
    color: #444;
}


.intro {
	height: 100vh;
	background-image: url(images/intro-cropped.jpg);
	background-position: center top;
	background-size: cover;
	position: relative;
	min-height: 700px;
	max-height: 1000px;
}

.intro::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.4;
}


.intro::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, #fff, rgba(255,255,255,0));
}

.intro__content {
	position: relative;
	z-index: 2;
}

.intro h1 {
	padding: 0;
	margin: 0;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 35px;
}

.intro h1 span {
	white-space: nowrap;
}

.intro__content__list {
	list-style-type: none;
	padding-left: 0;
	font-size: 20px;
}

.intro__content__list span {
	color: #1c6d03;
	display: inline-block;
	margin-right: 5px;
	font-size: 23px;
}

.intro__content__list li {
	margin-bottom: 11px;
}

.intro .container {
	height: inherit;
	display: flex;
	align-items: center;
	min-height: inherit;
}

.intro__content__more-link {
	color: #000;
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
    height: 63px;
    line-height: 63px;
	margin-left: 20px;
	overflow: hidden;
}

.intro__content__more-link > span {
	border-bottom: 1px dashed #000;
}


.intro__form-wrapper {
	position: relative;
	z-index: 2;
}

.intro__form {
    background-color: #2d70c3;
    width: 377px;
    box-sizing: border-box;
    padding: 46px 37px;
    box-shadow: 0 0 90px rgba(0,0,0,0.2);
    border-radius: 4px;
}

.intro__form__text {
    margin-bottom: 23px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.intro__form__label-text {
    font-size: 13px;
    color: rgb(255 255 255 / 65%);
    margin-bottom: 2px;
}

.intro__form label {
    margin-bottom: 33px;
    display: block;
}

.intro__form input {
    width: 100%;
    height: 36px;
    border: 0;
    display: block;
    box-sizing: border-box;
    padding: 0;
    color: #e4e4e4;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}


.intro__form input::placeholder {
	color: #fff;
}

.intro__form input:focus {
	outline: none;
}




.problems {
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}

.problems-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.problems-grid__item-wrapper {
	padding: 10px;
	box-sizing: border-box;
	width: 25%;
}

.problems-grid__item {
	/* box-shadow: 0 10px 60px 0 rgba(0,0,0,0.1); */
	box-shadow: 0px 5px 50px -15px rgba(0,0,0,0.12);
	display: block;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #d7e7fb;
	transition: box-shadow 0.3s;
}

.problems-grid__item:hover {
	box-shadow: 0px 5px 40px 0 rgba(20,20,20,0.25);
}

.problems-grid__item__image {
	width: 105px;
}

.problems-grid__item__name {
	font-size: 17px;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 0 2px;
	font-weight: 500;
}

.problems-grid__item__name > span {
	color: #0a4da0;
}


.problems__consult {
	margin-top: 40px;
	padding: 24px 33px;
	box-sizing: border-box;
	height: 200px;
	background-image: url(images/consult.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	/* overflow: hidden; */
	border-radius: 5px;
}

.problems__consult .white-button {
	padding-left: 23px;
	padding-right: 23px;
}

.problems__consult::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
    opacity: 0.9;
    border-radius: 5px;
    /* background-color: #1e4b84; */
    background-image: linear-gradient(78deg, #3e70b3, #2867b1);
}

.problems__consult__inner {
	position: relative;
	z-index: 2;
	display: flex;

}

.problems__consult__title {
	color: #fff;
	margin-top: 8px;
	margin-bottom: 34px;
    font-weight: 500;
    font-size: 24px;
}

.problems__consult__content {
	width: calc(100% - 330px);
}


.problems__consult__form {
	display: flex;
    justify-content: space-between;
    max-width: 820px;
}

.problems__consult__form__label {
	margin-right: 20px;
	width: 30%;
}

.problems__consult__form__label-text {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

.problems__consult__form textarea {
    height: 40px;
    background-color: transparent;
    resize: none;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #fff;
    min-width: 240px;
    box-sizing: border-box;
    transition: background-color 0.3s, height 0.3s, color 0.3s;
    width: 100%;
}

.problems__consult__form textarea::placeholder {
    line-height: 36px;
    font-size: 18px;
    color: #fff;
}

.problems__consult__form textarea:focus {
	outline: none;
	height: 120px;
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.problems__consult__form input[type="tel"] {
	height: 40px;
    background-color: transparent;
    resize: none;
    border: 0;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.problems__consult__form input[type="tel"]::placeholder {
	font-size: 18px;
    color: #fff;
}

.problems__consult__form input[type="tel"]:focus {
	outline: none;
}

.problems__consult__form__button-wrapper {
    padding-top: 5px;
}



.problems__consult__whatsapp-wrapper {
    width: 330px;
}

.problems__consult__whatsapp-link {
    width: 146px;
    margin-right: 10px;
	display: block;
	float: left;
}

.problems__consult__whatsapp-link > img {
	max-width: 100%;
}

.problems__consult__whatsapp-text {
	font-size: 14px;
	color: #fff;
}

.problems__consult__whatsapp-text > div {
	font-weight: 600;
}

.whatsapp-color {
	color: #29d200;
}


/* MODAL CONTENT */
.remodal__content img {
	max-width: 100%;
	height: auto;
}

.content-image {
	width: 300px;
	height: auto;
}

.content-image-small {
	width: 200px;
	height: auto;
}




.services {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #ecf6ff;
}


.services-grid {
	display: flex;
	margin:  -15px;
	flex-wrap: wrap;
}

.services-grid__item-wrapper {
	width: 25%;
	box-sizing: border-box;
	padding: 15px;
}

.services-grid__item {
    padding: 30px 25px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	height: 345px;
	box-sizing: border-box;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.14);
	color: #fff;
	transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}

.services-grid__item:hover {
	box-shadow: 0 8px 30px 0 rgba(0,0,0,0.22);
	transform: translateY(-3px);
	cursor: pointer;
}

.services-grid__item__name {
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}

.services-grid__item__text {
	font-weight: 300;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

.services-grid__item__price {
    display: block;
    position: absolute;
    bottom: 27px;
    left: 25px;
    width: 73px;
    height: 24px;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: rgb(10 169 0 / 47%);
}

.services-grid__item__img {
	position: absolute;
	right: 0;
	bottom: 17px;
	display: block;
	width: 60%;
}


/* PRICELIST */
.pricelist {
	display: flex;
}

.pricelist .showhide {
	display: none;
}



.pricelist h3 {
	width: 230px;
}

.pricelist .list {
	width: calc(100% - 230px);
	padding: 0;
	list-style-type: none;
}

.pricelist .list__name {
padding: 10px;
margin-top: 20px;
text-align: center;
font-weight: 600;
}
.pricelist .list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
.pricelist .list__key {
  white-space: nowrap;
  padding: 10px;
  transition: color 0.3s;
}

.pricelist .list__key:hover {
	color: #053673;
	cursor: pointer;
}
.pricelist .list__value {
  white-space: nowrap;
  padding: 10px;
  white-space: nowrap;
}
.pricelist .list__line {
  border-bottom: 1px dotted #000;
  width: 100%;
  margin-bottom: 12px;
}

/* PRICELIST END */





.features {
	padding-top: 40px;
	padding-bottom: 80px;
    /* background-color: #f0ffe1; */
}

.features-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -25px;
	font-size: 17px;
}

.features-grid__item-wrapper {
	width: 33.33%;
	box-sizing: border-box;
	padding: 25px;
}

.features-grid__item {
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.features-grid__item__image {
	width: 70px;
}

.features-grid__item__image > img {
	max-width: 100%;
}

.features-grid__item__text {
	width: calc(100% - 70px);
	box-sizing: border-box;
	padding-left: 12px;
}

.features-grid__item__text > span {
	font-weight: 600;
	color: #477911;
}





.faq {
	padding-top: 40px;
	padding-bottom: 80px;
}

.faq-list {
	margin-left: -20px;
	margin-right: -20px;
}

.faq-list::after {
	content: "";
	display: block;
	clear: both;
}

.faq-list__col {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	
}

.faq-list__item-wrapper {
	margin-bottom: 15px;
}

.faq-list__item {
	overflow: hidden;
	max-height: 60px;
	transition: max-height 0.3s;
}

.faq-list__item.active {
	max-height: 500px;
}

.faq-list__item__top {
  border-radius: 5px;
  height: 60px;
  background-image: linear-gradient(40deg, #0b7ba7, #1e58bd);
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 15px;
  padding-right: 36px;
  position: relative;
  cursor: pointer;
}

.faq-list__item-wrapper:nth-child(even) .faq-list__item__top {
	/* background-image: linear-gradient(40deg, #2e5aa7, #5980ec); */
}

.faq-list__item__top::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: calc(50% -1px);
  transition: transform 0.3s;
}

.faq-list__item__top::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: 22px;
  top: calc(50% -1px);
  transition: transform 0.3s;
}


.faq-list__item.active .faq-list__item__top::before {
	transform: rotate(180deg);
}

.faq-list__item.active .faq-list__item__top::after {
	transform: rotate(90deg);
}


.faq-list__item__answer {
  box-sizing: border-box;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}



.corp {
    padding-top: 40px;
    padding-bottom: 80px;
    background-image: url(images/corp2.png);
    background-color: #c9cfef;
    background-size: auto 670px;
    background-repeat: no-repeat;
    background-position: 109% 44%;
}

.corp__list {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	font-size: 17px;
	margin-bottom: 50px;
}

.corp__list li {
	margin-bottom: 12px;
}

.corp__list span {
    font-weight: 600;
    color: #2e2656;
}




.footer {
	color: #fff;
	background-color: #0d4186;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer a {
	color: #fff;
}

.footer__flex {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.footer__content {
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.vk-wrapper {
	width: 50%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.vk {
	border: 1px solid #d4d5d8;
	border-radius: 5px;
	background-color: #fff;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
	color: #000 !important;
}

.vk__top {
	font-weight: 600;
	margin-bottom: 14px;
	font-size: 15px;
}

.vk__content {
	display: flex;
}

.vk__content__image {
	overflow: hidden;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.vk__content__image > img {
	max-width: 100%;
	max-height: 100%;
}

.vk__content__text {
	width: calc(100% - 90px);
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 8px;
	line-height: 1.4;
	padding-bottom: 5px;
}

.vk__button {
	margin-top: 15px;
	display: inline-block;
    border-radius: 4px;
    background-color: #5181b8;
    padding: 7px 16px 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.vk__button:hover {
	background-color: #6690c1;
}

.green-text {
	color: #1c7905;
}


/*** MODALS ***/
.remodal {
	line-height: 1.3;
}

.remodal__content {
	box-sizing: border-box;
	padding-right: 300px;
}

.remodal ul {
	list-style-type: none;
	padding-left: 10px;
}

.remodal ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
	min-height: 20px;
}

.remodal ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #064c7d;
	position: absolute;
	left: 0;
	top: 6px;
}

.remodal__order {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	background-color: #e2f3fd;
	color: #000;
	box-sizing: border-box;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
}

.remodal__order__heading {
	font-weight: 600;
	font-size: 20px;
	color: #003656;
	margin-bottom: 20px;
}

.remodal__order__form {
	margin-bottom: 40px;
}

.remodal__order__form label {
	display: block;
	margin-bottom: 20px;
}

.remodal__order__form__label-text {
    font-size: 11px;
    margin-bottom: 2px;
}


.remodal__order__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #195094;
    display: block;
    width: 100%;
    height: 32px;
}

.remodal__order__form .blue-button {
	display: block;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

.remodal__phone {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.remodal__phone::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	height: 2px;
	background-image: linear-gradient(45deg, #1c7906, rgba(255,255,255,0));
}

.remodal__phone::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 2px;
	background-image: linear-gradient(45deg, #1c7906, rgba(255,255,255,0));
}

.remodal__phone__value {
	text-decoration: none;
	color: #000;
	font-size: 26px
}

.remodal__phone__text {
	box-sizing: border-box;
	padding-left: 20px;
}


.remodal__order__messengers {

}

.remodal__order__messengers-links {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	text-decoration: none;
}

.remodal__order__messengers-links > span {
	border-bottom: 1px dashed;
}


.remodal__order__messengers-links > img {
	display: inline-block;
	height: 21px;
	position: relative;
	top: 6px;
	margin-right: 4px;
}

.remodal__order__messengers__whatsapp {
	color: #266323;
}

.remodal__order__messengers__viber {
	color: #4b428a;
}





/* THANK YOU */
.remodal.thankyou-modal {
    max-width: 360px;
    background-image: linear-gradient(265deg, #2747e6, #9a70ff);
    color: #fff;
    min-height: fit-content;
    padding: 30px;
}

.remodal.thankyou-modal .remodal-close {
	color: #FFF;
}

.remodal.thankyou-modal h3 {
	font-size: 2em;
}

.remodal.thankyou-modal p {
    font-size: 1.2em;
}




.remodal.small-modal {
    max-width: 400px;
    color: #1f1f1f;
    background-color: #ffffff;
    min-height: auto;
    padding-bottom: 40px;
}

.classic-form label {
	display: block;
	margin-bottom: 24px;
}

.classic-form__label-text {
    display: block;
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 6px;
}

.classic-form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #555;
    border-radius: 0;
    height: 44px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-left: 10px;
}

.classic-form input#selected-service {
	background-color: #134288;
    color: #fff;
}

.classic-form input::placeholder {
	color: #AAA;
}

.classic-form input:focus {
	outline: none;
	border-color: #196901;
}

.classic-form .whatsapp-button {
	display: block;
	text-align: center;
}




/** MOBILE CALL WIDGET **/
.mobile-block {
	display: none;
	position: fixed;
	left: 0;
	bottom: -40px;
	right: 0;
	height: 40px;
	text-align: center;
	font-size: 12px;
	z-index: 100;
	transition: bottom 0.4s;
}

.mobile-block__icon {
    display: inline-block;
    height: 23px;
    margin-right: 6px;
}

.mobile-block__call {
	float: left;
	width: 46%;
	text-decoration: none;
	background-color: #0067e6;
	height: inherit;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	opacity: 0.9;
	will-change: opacity;
	transition: all 0.3s;
}


.mobile-block__write {
	float: left;
	width: 54%;
	text-decoration: none;
	background-color: #00a223;
	height: inherit;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	opacity: 0.9;
	will-change: opacity;
	transition: all 0.3s;
}


.mobile-block a:hover {
	opacity: 1;
}


.mobile-block.active {
	bottom: 0;
}




@media screen and (max-width: 1250px) {

	.container {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.problems__consult__inner {
		flex-wrap: wrap;
	}

	.problems__consult {
		height: auto;
	}

	.problems__consult__content {
		width: 100%;
		margin-bottom: 50px;
	}

	.services-grid__item-wrapper {
		width: 33.33%;
	}

	.services-grid__item__img {
	    max-height: 160px;
    	width: auto !important;
    	max-width: 82%;
	}

	.pricelist h3 {
		width: 180px;
	}

	.pricelist .list {
		width: calc(100% - 180px);
	}

	.pricelist .list__key {
		min-width: 62%;
	    white-space: normal;
	}

}


@media screen and (max-width: 991px) {


	.mobile-block {
		display: block;
	}

	

	.mobile__menu {
		box-sizing: border-box;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.mobile-menu__nav__list {
		font-size: 18px;
		font-weight: 500;
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 50px;
	}

	.mobile-menu__nav__list li:not(:last-child) {
		margin-bottom: 23px;
	}

	.mobile-menu__nav__list a {
		color: #111;
		text-decoration: none;
	}

	.mobile-menu__phone__value {
	    font-size: 21px;
	    display: block;
	    text-decoration: none;
	    color: #1d5800;
	    font-weight: 600;
	}

	.mobile-menu-active .mobile__menu-wrapper {
		display: block;
		position: fixed;
		left: 0;
		top: 50px;
		right: 0;
		height: 100%;
		background-color: #fff;
		z-index: 10;
		transition: height 0.3s ease-out;
	}


	.mobile-menu-active .header-mob {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}
/* 	.mobile-menu-active .burger {
		z-index: 11;
		position: fixed;
	} */

	.only_mob {
		display: block !important;
	}

	.hide_on_mob {
		display: none !important;
	}

	.header-mob {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		z-index: 10;
		background-color: #fff;
		height: 40px;
		/* box-sizing: border-box; */
		padding-top: 10px;
		padding-bottom: 10px;
	    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	}

	.header-mob > .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.burger {
		position: relative;
	    width: 32px;
    	height: 20px;
	}


	.burger > div {
		height: 2px;
		background-color: #222;
		position: absolute;
		left: 0;
		width: 100%;
		transition: transform 0.3s, opacity 0.3s;
	}

	.burger__top {
		top: 0;
		
	}

	.burger__middle {
		top: 9px;		
	}

	.burger__bottom {
		top: 18px;
	}

	.header-mob__phone__img {
		display: block;
		width: 29px;
	}


	.mobile-menu-active .burger__top {
		transform: rotate(45deg) translate(6px, 7px);
	}

	.mobile-menu-active .burger__bottom {
		transform: rotate(-45deg) translate(6px, -7px);
	}

	.mobile-menu-active .burger__middle {
		opacity: 0;
		transform: rotate(45deg);
	}

	.header-mob__logo {
		width: 144px;
		display: block;
	}

	.header-mob__logo__img {
		max-width: 100%;
		max-height: 100%;
	}

	body {
		font-size: 15px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 18px;
	}

	.lead-text {
		font-size: 16px;
		margin-bottom: 30px;
	}


	.whatsapp-button {
		font-size: 15px;
		padding: 16px 0;
		width: 260px;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-bottom: 12px;
	}

	.white-button {
		font-size: 15px;
		padding: 14px 0;
		display: block;
		margin: 0 auto;
		width: 260px;
		text-align: center;
		margin-bottom: 12px;
	}

	.blue-button {
		font-size: 15px;
		padding: 16px 0;
		display: block;
		margin: 0 auto;
		width: 260px;
		margin-bottom: 12px;
		text-align: center;
	}

	.outline-button {
		font-size: 15px;
		padding: 14px 0;
		display: block;
		margin: 0 auto;
		width: 260px;
		text-align: center;
		margin-bottom: 12px;
	}

	.space {
		height: 12px;
	}



	.header {
		display: none;
	}

	.intro {
		height: auto;
		min-height: auto;
		max-height: none;
		padding-top: 0;
		padding-bottom: 0;
		background-image: none;
	}

	.intro .container {
		display: block;
	}

	.intro__content {
		padding-top: 130px;
		background-image: url(images/intro-cropped.jpg);
		background-size: cover;
		background-position: center bottom;
		padding-bottom: 60px;
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}

	.intro__content > * {
		z-index: 2;
		position: relative;
	}

	.intro__content::before {
	    content: "";
	    display: block;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    top: 40%;
	    background-image: linear-gradient(0deg, #fff, rgba(255,255,255,0));
	}

	.intro h1 {
		font-size: 23px;
	}

	.intro__content__list {
		font-size: 16px;
	}

	.intro__content__more-link {
		display: block;
		line-height: normal;
		font-size: 14px;
	    margin-top: 15px;
	    margin-left: 0;
	    text-align: center;

	}

	.intro__form {
		width: 100%;
	    padding: 20px 16px;
	}

	.intro__form__text {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.intro__form label {
		margin-bottom: 20px;
	}

	.intro__form__label-text {
		font-size: 11px;
	}



	.problems {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.problems-grid {
		margin: -5px;
	}

	.problems-grid__item-wrapper {
		padding: 5px;
		width: 100%;
	}

	.problems-grid__item {
		padding: 4px;
	}

	.problems-grid__item__image {
		width: 74px;
	}

	.problems-grid__item__name {
		font-size: 16px;
		padding: 0;
		padding-left: 10px;
	}



	.problems__consult {
		padding: 19px 18px;
	}

	.problems__consult__content {
		margin-bottom: 7px;
	}

	.problems__consult__whatsapp-wrapper {
		display: none;
	}

	.problems__consult__title {
		font-size: 18px;
		margin-bottom: 17px;
	}

	.problems__consult__form {
		max-width: none;
		display: block;
	}

	.problems__consult__form__label {
		margin-right: 0;
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}

	.problems__consult__form__label-text {
		font-size: 11px;
	}

	.problems__consult__form textarea::placeholder {
	    font-size: 14px;
	}

	.problems__consult__form input[type="tel"]::placeholder {
		font-size: 14px;
	}

	.problems__consult__form input[type="tel"] {
		font-size: 14px;
	}

	.problems__consult__form textarea {
		width: 100%;
	}

	.problems__consult__form input {
		width: 100%;
	}



	/* MODAL CONTENT */


	.content-image {
		max-width: 200px !important;
	}

	.content-image-small {
		max-width: 48% !important;
	} 




	.services {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.services-grid {
		margin: -6px;
	}

	.services-grid__item-wrapper {
		width: 50%;
		padding: 6px;
	}

	.services-grid__item {
		padding: 16px 10px;
		height: 285px;
	}

	.services-grid__item:hover {
		transform: translateY(-3px);
	}

	.services-grid__item__name {
		font-size: 16px;
		margin-bottom: 8px;
		font-weight: 500;
	}

	.services-grid__item__text {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: -0.01em;
	}

	.services-grid__item__price {
		background-color: rgb(10 169 0);
		bottom: 8px;
	    left: 10px;
	    z-index: 2;
        width: 70px;
    	height: 22px;
    	line-height: 22px;
    	font-size: 13px;
	}

	.services-grid__item__img {
	    max-height: 130px;
	    width: auto !important;
	    max-width: 72%;
	    height: auto !important;
	}

	.pricelist {
		display: block;
		position: relative;
	}

	.pricelist .list__item:last-child {
	margin-bottom: 30px;
}

	.pricelist .showhide {
		display: block;
	}

	.pricelist .showhide::before {
		content: "↓ Развернуть прайс лист ↓";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		font-weight: 600;
	    color: #1555a5;
    	border-bottom: 1px dashed;
	}

	.pricelist.full .showhide::before {
		content: "↑ Свернуть прайс лист ↑";
	}

	.pricelist h3 {
		width: 100%;
	}

	.pricelist {
		width: 100%;
		font-size: 15px;
		position: relative;
		max-height: 275px;
		overflow: hidden;
		transition: max-height 0.3s;
	}

	.pricelist .list {
		width: 100%;
	} 

	.pricelist.full {
		max-height: 1200px;
	}

	.pricelist:not(.full)::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 150px;
		background-image: linear-gradient(to top, #ecf6ff, rgba(236,246,255,0));
	}







	.pricelist .list__item {
		display: block;
	}

	.pricelist .list__key {
		padding: 0;
		display: block;
	}

	.pricelist .list__line {
		display: none;
	}

	.pricelist .list__value {
		display: block;
		padding: 0;
		margin-bottom: 14px;
	}




	.features {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.features-grid {
		margin: -10px;
		font-size: 14px;
	}

	.features-grid__item-wrapper {
		padding: 10px;
		width: 50%;
		margin-bottom: 10px;
	}

	.features-grid__item__image {
		width: 45px;
	}

	.features-grid__item__text {
	    width: calc(100% - 45px);
	    padding-left: 5px;
	}


	.corp {
		padding-top: 20px;
		padding-bottom: 40px;
	    background-size: 90% auto;
        background-position: 160% 114%;
	}

	.corp__list {
		font-size: 15px;
	}



	.faq {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.faq-list {
		margin-left: 0;
		margin-right: 0;
	}

	.faq-list__col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.faq-list__item-wrapper {
		margin-bottom: 6px;
	}

	.faq-list__item__top {
		height: 50px;
		font-weight: 400;
	    padding: 6px 8px;
    	padding-right: 34px;

    	background-image: linear-gradient(40deg, #d3e9ff, #d8dfef);
    	color: #111;
    	/* color: #000; */
    	position: relative;
    	/* border: 1px solid #000; */
	}

	.faq-list__item__top::before {
		right: 12px;
		background-color: #1b5fc5;
		opacity: 0.8;
	}

	.faq-list__item__top::after {
		right: 19px;
		background-color: #1b5fc5;
		opacity: 0.8;
	}

	.faq-list__item__answer {
		line-height: 1.5;
	}




	.footer__flex {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.footer__content {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-bottom: 25px;
	}

	.vk-wrapper {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.vk {
		padding: 16px;
	}

	.vk__top {
		font-size: 14px;
	}

	.vk__content__image {
		width: 80px;
		height: 80px;
	}

	.vk__content__text {
		width: calc(100% - 80px);
		padding-left: 14px;
		padding-top: 0;
		font-size: 13px;
	}

	.vk__button {
		font-size: 13px;
		padding: 6px 13px 7px;
	}


	.footer {
		padding-top: 15px;
		padding-bottom: 60px;
	}




	.small-space {
		height: 1px;
	}

	.remodal.small-modal {
	    padding: 19px 15px;
	}

	.remodal {
		padding: 19px 15px !important;
		padding-bottom: 0 !important;
	}

	.remodal__content {
		padding-right: 0;
	}

	.remodal__order {
		position: relative;
		margin-top: 10px;
	    padding-top: 25px;
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-bottom: 30px;
        margin-left: -15px;
	    margin-right: -15px;
	    width: calc(100% + 30px);
	}

	.remodal__phone__value {
		font-size: 18px;
	}

	.remodal__phone__text {
		font-size: 12px;
		padding-left: 14px;
	}

	.remodal h3 {
		font-size: 19px;
	}


























}




