@charset "utf-8";
* {
	-moz-appearance: none;
	-webkit-appearance: none;
}

body {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	color: #000000;
}

body.modal-open {
	overflow: hidden;
}

a,
a:hover {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

input,
button,
button:focus,
textarea,
select {
	font-family: 'Rubik', sans-serif;
	outline: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

::-ms-input-placeholder {
	color: #999999;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.wpcf7-not-valid::-webkit-input-placeholder {
	color: rgba(178, 49, 35, .6);
}

.wpcf7-not-valid::-moz-placeholder {
	color: rgba(178, 49, 35, .6);
}

.wpcf7-not-valid::-moz-placeholder {
	color: rgba(178, 49, 35, .6);
}

.wpcf7-not-valid::-ms-input-placeholder {
	color: rgba(178, 49, 35, .6);
}

:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

:focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.container {
	max-width: 1218px;
}

.btn,
.btn:focus {
	background: #22B573;
	padding: 14px 35px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.btn.big,
.btn.big:focus {
	font-size: 20px;
	line-height: 24px;
	padding: 19px 45px;
}

.btn:hover {
	background: #3DDA93;
	color: #FFFFFF;
}

.btn:active {
	background: #116640;
	color: #FFFFFF;
}

#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

body.modal-open #header {
	left: -8px;
}

#header .container {
	padding-top: 17px;
}

#header .row {
	align-items: center;
}

#header .logo a,
#footer .logo a {
	background-image: url(../images/LOGO.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 255.15px auto;
	width: 255.15px;
	height: 107.96px;
	display: block;
}

#footer .logo a {
	background-size: 255.15px auto;
	width: 255.15px;
	height: 107.96px;
}

#header .logo span,
#footer .logo span {
	display: none;
}

#header .contacts {
	margin-left: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	display: flex;
	align-items: flex-end;
	border-left: 1px solid rgba(73, 160, 71);
}

#header .contacts .phone ul {
	width: 160px;
	height: 20px;
	margin: -10px -15px 18px -15px;
	padding: 0;
	list-style: none;
	position: relative;
	font-size: 17px;
	line-height: 20px;
	text-align: left;
}

#header .contacts .phone li {
	padding: 6px 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
}

#header .contacts .phone li:first-child {
	padding: 10px 15px 3px 15px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#header .contacts .phone li:last-child {
	padding: 3px 15px 10px 15px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#header .contacts .phone li.active:last-child {
	padding: 10px 15px 3px 15px;
}

#header .contacts .phone ul:hover li.active:last-child {
	padding: 3px 15px 10px 15px;
}

#header .contacts .phone li:hover {
	color: #22B573;
}

#header .contacts .phone li.active,
#header .contacts .phone li.active:hover {
	color: #4BC07A;
	cursor: default;
}

#header .contacts .phone ul:hover li {
	background: #FFFFFF;
	display: flex;
}

#header .contacts .phone li,
#header .contacts .numbers>div {
	display: none;
}

#header .contacts .phone li.active,
#header .contacts .numbers>div.active {
	display: flex;
}

#header .contacts .phone li.active:after {
	content: '';
	background: #4BC07A;
	width: 8px;
	height: 5px;
	display: block;
	position: relative;
	top: 1px;
	margin-left: 7px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#header .contacts .phone ul:hover li.active:after {
	transform: rotateX(180deg);
}

#header .contacts .phone a {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

#header .contacts .phone a:hover {
	color: rgba(0, 0, 0, .75)
}

#header .contacts .numbers {
	margin-top: 7px;
}

#header .contacts .others {
	margin-left: 17px;
	position: relative;
	top: -2px;
}

#header .contacts .others ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .contacts .others li {
	margin-right: 6px;
}

#header .contacts .others li a {
	background-position: 54% 48%;
	background-repeat: no-repeat;
	width: 24.57px;
	height: 24.57px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#header .contacts .others li.whatsapp a {
	background-color: #48C95F;
	background-image: url(../images/contacts/whatsapp.svg);
	background-size: 12.9px 12.9px;
}

#header .contacts .others li.viber a {
	background-color: #7C509A;
	background-image: url(../images/contacts/viber.svg);
	background-position: 49.5% 60%;
	background-size: 12.9px 14.13px;
}

#header .contacts .others li.mail a {
	background-color: #00A9E7;
	background-image: url(../images/contacts/mail.svg);
	background-position: 50% 46%;
	background-size: 12px auto;
}

#header .contacts .others span {
	display: none;
}

#header .time {
	padding-right: 30px;
	line-height: 150%;
}

#header .time span {
	margin-top: 4px;
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

#header .menu-link {
	display: none;
}

#header .menu {
	margin-top: 25px;
}

#header .menu ul {
	background: #FFFFFF;
	margin: 0;
	padding: 0 25px;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#header .menu li {}

#header .menu li:last-child {
	margin-left: auto;
}

#header .menu a {
	padding: 20px 22px;
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}

#header .menu a:hover,
#header .menu .active a {
	color: #22B573;
}

#header .menu .active a {
	cursor: default;
}

#header .menu li:last-child a {
	position: relative;
	padding-left: 52px;
}

#header .menu li:last-child a:before {
	content: '';
	background-image: url(../images/LOGO3.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 35px auto;
	width: 35px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#content header h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
}

#content .promo {
	position: relative;
	padding-top: 215px;
}

#content .promo:before {
	content: '';
	background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

#content .promo .container {
	position: relative;
	z-index: 5;
}

#content .promo .text {
	padding-top: 30px;
}

#content .promo h1 {
	font-family: 'Rubik', sans-serif;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 42px;
	line-height: 50px;
}

#content .promo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .promo li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 33px;
	font-size: 20px;
	line-height: 150%;
}

#content .promo li:last-child {
	margin: 0;
}

/*
#content .promo li:before {
	content: '';
	background-image: url(../images/gal.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 28px auto;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}
*/

#content .promo .button {
	margin-top: 32px;
}

#content .promo .image img {
	width: 100%;
	min-width: 830px;
	height: auto;
	display: block;
	position: relative;
	top: 50px;
	left: -250px;
}


/* Services */

#content .about .container {
	padding-top: 125px;
	padding-bottom: 115px;
}

#content .page.about .container {
	max-width: 1567px;
	position: relative;
	padding: 5px 173px 120px 173px;
}

#content .page.about .container:before {
	content: '';
	background: #F4F7FA;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-moz-transform: skew(0deg, -2deg);
	-webkit-transform: skew(0deg, -2deg);
	-o-transform: skew(0deg, -2deg);
	-ms-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#content .page.about .row {
	position: relative;
	z-index: 5;
}

#content .about p {
	font-size: 20px;
	line-height: 150%;
}

#content .about p:last-child {
	margin: 0;
}

#content .about .list {
	margin-top: 95px;
	text-align: center;
}

#content .about .list>div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

#content .about img {
	width: auto;
	height: auto;
	margin: 0 auto 25px auto;
	display: block;
}

#content .about .list>div:nth-child(2) img,
#content .about .list>div:nth-child(4) img {
	margin: 25px auto 0 auto;
	order: 2;
}

#content .about h3 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

#content .about .list>div:nth-child(2) h3,
#content .about .list>div:nth-child(4) h3 {
	order: 1;
}

#content .about h3 span {
	display: block;
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #22B573;
}


/* Services */

#content .services .container {
	max-width: 1567px;
	position: relative;
	padding: 110px 173px 90px 173px;
}

#content .services .container:before {
	content: '';
	background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-moz-transform: skew(0deg, -2deg);
	-webkit-transform: skew(0deg, -2deg);
	-o-transform: skew(0deg, -2deg);
	-ms-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#content .services .row {
	position: relative;
	z-index: 5;
	align-items: flex-end;
}

#content .services .row>div {
	padding: 0 28px;
}

#content .services .row>div.text {
	padding-bottom: 14px;
}

#content .services header {
	margin-bottom: 30px;
	position: relative;
}

#content .services header:before {
	content: '';
	background-image: url(../images/services-clound-big.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 132.47px;
	height: 64.31px;
	display: block;
	position: absolute;
	top: -125px;
	left: -25px;
}

#content .services header:after {
	content: '';
	background-image: url(../images/services-clound-small.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 80px;
	height: 50px;
	display: block;
	position: absolute;
	top: -90px;
	left: 115px;
}

#content .services .text p {
	line-height: 150%;
}

#content .services .price {
	margin-top: 30px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}

#content .services .button {
	margin-top: 32px;
}

#content .services .item {}

#content .services .item>div {
	position: relative;
	padding: 30px 30px 60px 30px;
	text-align: center;
}

#content .services .item>div:before {
	content: '';
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: perspective(200px) rotateX(-2deg);
	transform: perspective(200px) rotateX(-2deg);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#content .services .item.tv>div:before {
	top: -30px;
	-webkit-transform: perspective(200px) rotateX(2deg);
	transform: perspective(200px) rotateX(2deg);
}

#content .services img,
#content .services h3,
#content .services p {
	position: relative;
	z-index: 5;
}

#content .services img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 35px;
}

#content .services h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
}

#content .services p {
	margin: 0;
	line-height: 150%;
}


/* Тарифы */

#content .tariffs .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

#main #content .tariffs .container {
	padding-top: 130px;
	padding-bottom: 130px;
}

#content .tariffs .nav {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content .tariffs .nav-item {
	width: 50%;
	padding: 0 15px;
}

#content .tariffs .nav-link {
	padding: 29px 0 29px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 50px;
	color: #000000;
	position: relative;
	border: 6px solid #EEEEEE;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

#content .tariffs .nav-link:before {
	content: '';
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 127px auto;
	width: 127px;
	height: 127px;
	display: block;
	margin: -95px 30px -50px 0;
	z-index: 5;
}

#content .tariffs .nav-link.internet:before {
	background-image: url(../images/dom.png);
}

#content .tariffs .nav-link.internetbe:before {
	background-image: url(../images/bes.png);
	background-size: 118px auto;
}

#content .tariffs .nav-link.internetur:before {
	background-image: url(../images/ur.png);
}

#content .tariffs .nav-link.internetkv:before {
	background-image: url(../images/kv.png);
}

#content .tariffs .nav-link.kanal:before {
	background-image: url(../images/sw.png);
}

#content .tariffs .nav-link.volokno:before {
	background-image: url(../images/kross.png);
}

#content .tariffs .nav-link.gpon:before {
	background-image: url(../images/gpon.png);
}

#content .tariffs .nav-link.bes2:before {
	background-image: url(../images/bes2.png);
}

#content .tariffs .nav-link.active,
#content .tariffs .nav-link.active:hover {
	border-color: #22B573;
	cursor: default;
}

#content .tariffs .nav-link:hover {
	border-color: #D8D8D8;
}

#content .tariffs .tab-content {
	margin-top: 65px;
}

#content .tariffs .tab-pane {
	width: 100%;
	padding: 0 15px;
}

#content .tariffs .zones ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .tariffs .zones li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 33px;
	font-size: 20px;
	line-height: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
cursor:pointer;
}

#content .tariffs .zones li.active {
color: #4BC07A;
opacity:.35;
filter: grayscale(100%); 
cursor:default;
}

#content .tariffs .zones li:hover {
 color: #4BC07A;
}

#content .tariffs .zones li:last-child {
	margin: 0;
}

#content .tariffs .zones li:before {
	content: '';
	background-image: url(../images/promo-list.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 19px auto;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
}

#content .tariffs .list>div>div {
	background: #F4F7FA;
	padding: 33px 35px 43px 35px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

#content .tariffs .tv>div {
	margin-bottom: 30px;
}

#content .tariffs .tv>div>div {
	padding: 30px 28px 30px 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#content .tariffs .list .type {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: left;
}

#content .tariffs .list.tv .type {
	align-items: flex-end;
	line-height: 35px;
}

#content .tariffs .list .type span {
	margin-right: 10px;
	font-weight: 500;
	font-size: 72px;
	line-height: 85px;
	color: #4BC07A;
}

#content .tariffs .list.tv .type span {
	font-size: 42px;
	line-height: 50px;
}

#content .tariffs .list .info {
	margin-top: 8px;
	line-height: 150%;
}

#content .tariffs .list .price {
	margin: 18px 0 25px 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}

#content .tariffs .list.tv .price {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-align: left;
}

#content .tariffs .list .btn {
	padding: 14px 30px;
}

#main #content .tariffs .list .btn {
	width: 100%;
	max-width: 200px;
}

#content .tariffs .benefits {
	margin-top: 5px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}

#content .tariffs .benefits>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content .tariffs .benefits>div:before {
	content: '';
	background-image: url(../images/tariffs-benefits.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 76px auto;
	width: 76px;
	height: 76px;
	display: block;
	margin-right: 5px;
}

#content .tariffs .benefits p {
	margin: 0;
}


/* FAQ */

#content .faq .container {
	max-width: 1567px;
	position: relative;
	padding: 110px 173px 130px 173px;
}

#content .faq .container:before {
	content: '';
	background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-moz-transform: skew(0deg, -2deg);
	-webkit-transform: skew(0deg, -2deg);
	-o-transform: skew(0deg, -2deg);
	-ms-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#content .faq .row {
	margin-top: -10px;
	position: relative;
	z-index: 5;
	align-items: flex-start;
}

#content .faq .text img {
	width: 100%;
	max-width: 262px;
	height: auto;
	display: block;
}

#content .faq .list>div {
	padding-top: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content .faq .list button {
	background: #FFFFFF;
	width: 100%;
	padding: 28px 78px 28px 69px;
	font-size: 20px;
	line-height: 24px;
	border: none;
	text-align: left;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content .faq .list button[aria-expanded^=true],
#content .faq .list button:hover {
	background: #22B573;
	color: #FFFFFF;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#content .faq .list button:before {
	content: '';
	background-image: url(../images/faq-plus.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 27px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#content .faq .list button:hover:before {
	background-image: url(../images/faq-plus-white.svg);
}

#content .faq .list button[aria-expanded^=true]:before {
	background-image: url(../images/faq-minus.svg);
}

#content .faq .list button:after {
	content: '';
	background-image: url(../images/atten1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 40px auto;
	width: 40px;
	height: 80px;
	display: block;
	position: absolute;
	top: -5px;
	right: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#content .faq .collapse {
	padding: 0;
}

#content .faq .card-body {
	background: #22B573;
	padding: 0 78px 18px 69px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

#content .faq .collapse p {
	line-height: 150%;
}


/* Main Information */

#content .main-info {
	position: relative;
	padding-top: 215px;
	padding-bottom: 55px;
}

#content .main-info:before {
	content: '';
	background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

#content .main-info .container {
	position: relative;
	z-index: 5;
}


/* Breadcrumbs */

#content .breadcrumbs {
	margin-bottom: 10px;
}

#content .breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	line-height: 150%;
}

#content .breadcrumbs li {
	position: relative;
}

#content .breadcrumbs li:after {
	content: '/';
	margin-left: 25px;
	color: #22B573;
}

#content .breadcrumbs a {
	color: #4BC07A;
}

#content .breadcrumbs a:hover {
	color: #3BB26B;
}


/* Main Title */

#content .main-info h1 {
	margin: 0;
	font-weight: 500;
	font-size: 42px;
	line-height: 50px;
}


/* Description */

#content .description {
	margin-top: 50px;
	font-size: 20px;
	line-height: 150%;
	position: relative;
	z-index: 5;
}

#content .description p {
	margin-bottom: 30px;
}

#content .description p:last-child {
	margin-bottom: 0;
}

#content .description.other {
	margin-bottom: -25px;
}

#content .description.other .image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#content .description.other .image img {
	width: 100%;
	max-width: 425px;
	height: auto;
	display: block;
	position: relative;
	top: -125px;
}

#content .description .page-text {
	font-size: 18px;
	line-height: 170%;
}

#content .description .page-text h2,
#content .description .page-text h3,
#content .description .page-text h4,
#content .description .page-text h5 {
	margin: 0 0 30px 0;
}

#content .description .page-text h2 {
	font-size: 32px;
}

#content .description .page-text h3 {
	font-size: 26px;
}

#content .description .page-text h4 {
	font-size: 20px;
}

#content .description .page-text h5 {
	font-size: 18px;
}

#content .description .page-text p {
	margin: 0 0 30px 0;
}

#content .description .page-text p:last-child {
	margin: 0;
}

#content .description .page-text a {
	color: #4BC07A;
	text-decoration: underline;
}

#content .description .page-text a:hover {
	text-decoration: none;
}

#content .contacts .container {
	padding-top: 150px;
}

#content .page.contacts .container {
	padding-top: 65px;
}

#content .contacts .text>div {
	background: #F4F7FA;
	height: 100%;
	padding: 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#content .contacts .phone span {
	display: block;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 24px;
}

#content .contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .contacts li {
	margin-bottom: 15px;
}

#content .contacts li:last-child {
	margin-bottom: 0;
}

#content .contacts .phone a {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

#content .contacts .location {
	margin: 45px 0 40px 0;
	font-size: 20px;
	line-height: 24px;
}

#content .contacts .map iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.ymaps-2-1-76-ground-pane,
.ymaps-2-1-76-map-copyrights-promo {
	filter: grayscale(100%);
}

.ymaps-2-1-76-image {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 102.93px auto !important;
	width: 102.93px !important;
	height: 166.12px !important;
	top: -80px !important;
	left: -50px !important;
}

.ymaps-2-1-76-controls-pane *,
.ymaps-2-1-76-gotoymaps,
.ymaps-2-1-76-copyright {
	display: none !important;
}


/* Support */

#content .page.support .container {
	max-width: 1567px;
	position: relative;
	padding: 125px 173px 90px 173px;
}

#content .page.support .container:before {
	content: '';
	background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	-moz-transform: skew(0deg, -2deg);
	-webkit-transform: skew(0deg, -2deg);
	-o-transform: skew(0deg, -2deg);
	-ms-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#content .page.support .row {
	position: relative;
	z-index: 5;
}

#content .page.support .row:before {
	content: '';
	background-image: url(../images/services-clound-big.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 132.47px;
	height: 64.31px;
	display: block;
	position: absolute;
	bottom: 45px;
	right: 130px;
}

#content .page.support .row:after {
	content: '';
	background-image: url(../images/services-clound-small.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 80px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 25px;
	right: 35px;
}

.modal .row {
	margin: 0 -10px;
}

#content .page.support .input {
	margin-bottom: 30px;
}

.modal .input,
.modal .textarea {
	padding: 0 10px;
	margin-bottom: 20px;
}

.modal .textarea {
	margin-bottom: 0;
}

.modal .input input,
#content .page.support .input input,
#content .page.support .textarea textarea,
.modal .textarea textarea {
	background: #FFFFFF;
	width: 100%;
	padding: 25px 32px;
	font-size: 20px;
	line-height: 150%;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.modal .input input,
.modal .textarea textarea {
	padding: 15px 30px;
	font-size: 18px;
	border: solid 2px rgba(0, 0, 0, .1)
}

#content .page.support .textarea textarea,
.modal .textarea textarea {
	height: 80px;
	padding: 20px 32px;
	resize: none;
}

.wpcf7-not-valid {
background:#FCF5F4 !important;
	border-color: #F7E1DE !important;
}

.wpcf7-not-valid:focus {
	background: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.privacy-policy {
	margin: 35px 0;
}

body.privacy-policy {
	margin: 0;
}

.modal .privacy-policy {
	margin: 20px 0 25px 0;
}

.privacy-policy input[type='checkbox'] {
	display: none
}

.privacy-policy label {
	min-height: 38px;
	margin: 0;
	padding: 0 0 0 55px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	line-height: 150%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
}

.modal .privacy-policy label {
	min-height: 18px;
	font-size: 16px;
	line-height: 130%;
	padding: 0 0 0 38px;
}

.privacy-policy label a {
	margin-left: 5px;
	color: #22B573;
}

.privacy-policy label a:hover {
	color: #000000;
}

.privacy-policy label:before {
	content: '';
	background: #22B573;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer
}

.modal .privacy-policy label:before {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.privacy-policy input[type='checkbox']:checked+label:after {
	content: '';
	background-image: url(../images/privacy-policy.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 22px auto;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
}

.modal .privacy-policy input[type='checkbox']:checked+label:after {
	background-size: 16px auto;
	width: 24px;
	height: 24px;
}

#footer .container {
	padding-top: 70px;
	padding-bottom: 80px;
}

#footer .row {
	justify-content: center;
	align-items: center;
}

#footer .copyright {
	font-size: 15px;
	line-height: 18px;
}

#footer .copyright p {
	margin-top: 28px;
	margin-bottom: 30px;
	padding-right: 30px;
}

#footer .links a {
	color: #000000;
}

#footer .links a:hover {
	color: #4BC07A;
}

#footer .contacts .numbers>div {
	display: none;
}

#footer .contacts .numbers>div.active {
	display: block;
}

#footer .contacts .numbers a {
	font-weight: 500;
	font-size: 42px;
	line-height: 50px;
	color: #000000;
}

#footer .contacts .numbers a:hover {
	color: rgba(0, 0, 0, .75)
}

#footer .contacts .socials {
	margin: 26px 0 34px 0;
}

#footer .contacts .socials ul,
#content .contacts .socials ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#footer .contacts .socials li,
#content .contacts .socials li {
	margin-right: 40px;
}

#content .contacts .socials li {
	margin-bottom: 0;
}

#footer .contacts .socials a,
#content .contacts .socials a {
	font-size: 20px;
	line-height: 24px;
	color: #4BC07A;
}

#footer .contacts .socials a:hover,
#content .contacts .socials a:hover {
	color: #3BB26B;
}

#footer .image img {
	width: 100%;
	max-width: 463px;
	height: auto;
	display: block;
	position: relative;
	top: -5px;
	right: -30px;
}


/* Модальное окно */

.modal-dialog {
max-width:565px;
}

.modal .name {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	text-align: center;
}

.modal-backdrop {
	background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
}

.modal-backdrop.show {
	opacity: 1
}

.modal-content {
	padding: 35px 35px 45px 35px;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.modal .btn,
.modal .btn:focus {
	width: 100%;
	padding: 16px 35px;
	font-size: 19px;
	line-height: 130%;
}

.modal .close {
	background-color: transparent;
	background-image: url(../images/close-black.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: 1;
	
}


.modal .close span {
	display: none;
}

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

span.wpcf7-list-item {
	margin-left: 0;
}

span.wpcf7-not-valid-tip {
	display: none
}

div.wpcf7-response-output,
#usp-success-message {
	width: auto;
	margin: 0 !important;
	padding: 25px 70px 25px 35px !important;
	border: none !important;
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 99999;
	font-size: 15px;
	font-weight: 300;
	line-height: 150%;
	text-align: left;
	color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.popup div.wpcf7-response-output {
	width: 100%;
	left: 0;
	margin: 0 0 0 0 !important
}

div.wpcf7-response-output:before {
	content: '';
	background-image: url(../images/close-white.svg);
	background-size: 12px auto;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 20px;
	right: 24px;
	z-index: 5;
	cursor: pointer;
}

div.wpcf7-response-output:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: -8px;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

div.wpcf7-response-output.none {
	display: none !important;
}

#usp-success-message {
	margin: 0 !important
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
	background: rgba(184, 49, 46, .9);
}

div.wpcf7-validation-errors:after,
div.wpcf7-acceptance-missing:after,
div.wpcf7-mail-sent-ng:after {
	border-left: 8px solid rgba(184, 49, 46, .9);
}

div.wpcf7-mail-sent-ok,
#usp-success-message {
background: rgba(0, 168, 133, .9);
}

div.wpcf7-mail-sent-ok:after,
#usp-success-message:after {
border-left: 8px solid rgba(0, 168, 133, .9);
}

.grecaptcha-badge {
	display: none !important
}