/*!
Theme Name: TopTop 1C-Online
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toptop-1c-online
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TopTop 1C-Online is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333333;
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 15px;
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	html {
		font-size: 13px;
	}
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

p {
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.container {
		max-width: 1380px;
	}
}

@media screen and (max-width: 1400px) {
	.container {
		max-width: 1180px;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		max-width: 978px;
	}
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 750px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 0 10px;
	}
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn {
	border-radius: 0.25rem;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.section-title {
		font-size: 1.7rem;
	}
}

.section-title--white {
	color: #fff;
}

.slick-dots {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

input, textarea {
	outline: none;
}

input:focus, textarea:focus {
	border: 1px solid #f27b0c;
}

.table-wrapper {
	overflow: auto;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 5.5rem;
	background-color: #fff;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.header {
		padding: 10px 0;
		height: 6.5rem;
	}
}

@media screen and (max-width: 480px) {
	.header {
		padding: 0;
		height: 150px;
	}
}

a.header-logo__link {
	display: flex;
	flex-direction: column;
}

.filial_in {
	margin-top: 7px;
	font-size: 14px;
}

.container-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 480px) {
	.container-hero {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 768px) {
	.header-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 20%;
	}
}

@media screen and (max-width: 480px) {
	.header-left {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (max-width: 480px) {
	.header-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin-top: 10px;
	}
}

.header-menu-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-left: 5rem;
	position: relative;
}

@media screen and (min-width: 768px) {
	.header-menu-block:hover .nav {
		visibility: visible;
		opacity: 1;
		z-index: 99;
	}
}



@media screen and (max-width: 1200px) {
	.header-menu-block {
		margin-left: 1rem;
	}
}

@media screen and (max-width: 992px) {
	.header-menu-block {
		margin-left: 0;
	}
}

.nav {
	cursor: default;
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 16rem;
	padding-left: 1rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	-webkit-box-shadow: 0rem 0.3125rem 0.75rem rgba(13, 17, 21, 0.15);
	box-shadow: 0rem 0.3125rem 0.75rem rgba(13, 17, 21, 0.15);
	border-radius: 0.25rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.nav.active {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}

@media screen and (max-width: 480px) {
	.nav.active {
		left: -180%;
	}
}

.nav-link {
	font-size: 0.9375rem;
	line-height: 1.25rem;
	color: #0D1115;
	display: block;
	height: 2rem;
	line-height: 2rem;
}

.nav-link:hover {
	color: #2F5CC2;
}

.header-menu-menu {
	color: #0d1115;
	font-size: 0.9375rem;
	font-weight: 400;
}

.header-phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 4.25rem;
}

@media screen and (max-width: 1200px) {
	.header-phones {
		margin-right: 2.25rem;
	}
}

@media screen and (max-width: 992px) {
	.header-phones {
		margin-right: 1.3125rem;
	}
}

@media screen and (max-width: 480px) {
	.header-phones {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.header-phones__number {
	color: #0d1115;
	font-size: 1.0625rem;
	font-weight: 600;
	margin-bottom: 0.625rem;
}

.phones-call__link {
	font-size: 0.9375rem;
	color: #0d1115;
	-webkit-transition: .2s;
	transition: .2s;
}

.phones-call__link:hover {
	color: #F27B0C;
}

.header-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.header-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.header-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
	}
}

.material-icons {
	color: #2f5cc2;
}

@media screen and (max-width: 480px) {
	.material-icons {
		font-size: 15px;
	}
}

.btn-header__calc {
	height: 2.5rem;
	border: 0.0625rem solid #2f5cc2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	-webkit-transition: .2s;
	transition: .2s;
}

@media screen and (max-width: 768px) {
	.btn-header__calc {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	.btn-header__calc {
		width: 45%;
	}
}

.btn-header__calc:hover {
	border: 0.0625rem solid #F27B0C;
}

.btn-header__calc:hover .header-calc__span {
	color: #F27B0C;
	-webkit-transition: .2s;
	transition: .2s;
}

.btn-header__calc:hover .material-icons {
	color: #F27B0C;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-calc__span {
	font-size: 0.875rem;
	margin-left: 0.625rem;
	display: inline-block;
	font-weight: 600;
	color: #2f5cc2;
}

@media screen and (max-width: 992px) {
	.header-calc__span {
		font-size: 0.775rem;
	}
}

.bth-header__demo {
	display: inline-block;
	color: #ffffff;
	height: 2.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	background-color: #F27B0C;
	line-height: 2.5rem;
	padding: 0 1.4375rem;
	margin-left: 1rem;
	-webkit-transition: .2s;
	transition: .2s;
}

@media screen and (max-width: 992px) {
	.bth-header__demo {
		font-size: 0.775rem;
		margin-left: 0.3rem;
		margin-left: 0;
		margin-top: 5px;
	}
}

@media screen and (max-width: 480px) {
	.bth-header__demo {
		padding: 0 0.4375rem;
		margin: 0;
		width: 45%;
	}
}

.bth-header__demo:hover {
	background-color: #2F5CC2;
}

@media screen and (max-width: 1200px) {
	.mcs-module {
		width: 80px !important;
	}
}

@media screen and (max-width: 768px) {
	.mcs-module .current-location {
		font-size: 11px !important;
	}
}

.form-elements-wrapper {
	display: none;
}

.mcs-dialog .inner {
	padding: 0px 30px 20px !important;
	height: initial !important;
	overflow: hidden !important;
}

.mcs-modal-header .close::before {
	display: none;
}

.mcs-modal-header .close::after {
	display: none;
}

.section-hero {
	margin-top: 5.5rem;
	padding: 9rem;
	background: url('img/hero/slide-top.jpg') bottom no-repeat;
	background-size: cover;
	/* height: calc(100vh - 5.5rem); */
}

/* @media screen and (max-width: 480px) { */
@media screen and (max-width: 620px) {
	.section-hero {
		/* height: calc(100vh - 150px); */
		margin-top: 150px;
		margin-bottom: 70px;
		padding: 0;
		padding-top: 5px;
	}
}

.hero-wrapper {
	width: 50%;
	margin-left: auto;
	padding-right: 7.8125rem;
}

@media screen and (max-width: 1600px) {
	.hero-wrapper {
		padding-right: 3.5125rem;
	}
}

@media screen and (max-width: 1200px) {
	.hero-wrapper {
		padding-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.hero-wrapper {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.hero-wrapper {
		width: 100%;
	}
}

.hero-title {
	font-size: 5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

@media screen and (max-width: 480px) {
	.hero-title {
		font-size: 3rem;
	}
}

.hero-title__post {
	font-size: 1.75rem;
	font-weight: 500;
}

@media screen and (max-width: 1400px) {
	.hero-title__post {
		font-size: 1.45rem;
	}
}

@media screen and (max-width: 480px) {
	.hero-title__post {
		font-size: 1.25rem;
	}
}

.hero-title-block {
	margin-bottom: 2.8125rem;
}

@media screen and (max-width: 480px) {
	.hero-title-block {
		margin-bottom: 1.7125rem;
	}
}

.hero-desc-block {
	font-weight: 500;
	margin-bottom: 1.875rem;
}

@media screen and (max-width: 480px) {
	.hero-desc-block {
		font-size: 16px;
		text-align: center;
	}
}

.hero-buttons {
	width: 24rem;
}

@media screen and (max-width: 480px) {
	.hero-buttons {
		text-align: center;
		width: inherit;
	}
}

.btn-hero {
	height: 4rem;
	display: inline-block;
	color: #ffffff;
	font-size: 1.0625rem;
	font-weight: 600;
	background-color: #2f5cc2;
	padding: 0 2.8125rem;
	line-height: 4rem;
}

@media screen and (max-width: 480px) {
	.btn-hero {
		font-size: 0.9625rem;
	}
}

.hero-test__link {
	display: block;
	text-align: center;
	margin-top: 1.5rem;
	font-weight: 500;
	font-size: 1.125rem;
	position: relative;
}

@media screen and (max-width: 480px) {
	.hero-test__link {
		font-size: 1.125rem;
	}
}

.hero-test__link::before {
	content: "";
	display: block;
	position: absolute;
	right: 1.875rem;
	top: calc(50% - 7px);
	width: 0.875rem;
	height: 0.875rem;
	background: url('img/hero/question.png') center no-repeat;
	background-size: contain;
}

.section-whywe {
	padding-top: 1.5625rem;
	padding-bottom: 0.4375rem;
}

.section-whywe b {
	color: #364c80;
}

.whywe-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

@media screen and (max-width: 480px) {
	.whywe-list {
		margin-top: 1rem;
	}
}

.whywe-item {
	width: 50%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	padding-right: 3.125rem;
	padding-top: 20px;
	margin-bottom: 3.75rem;
	background-color: #f7fafd;
	border-top: 2px solid #2f5cc2;
	border-bottom: 2px solid #2f5cc2;
}

@media screen and (max-width: 768px) {
	.whywe-item {
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.whywe-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.whywe-item:hover .whywe-item__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.section-whywe.sravn .podpis {
    background: #fafafa;
    padding: 10px 20px;
}
.section-whywe.sravn .podpis p {
    text-align: left;
    margin: 10px 0;
    font-size: 12px;
}
.section-whywe.sravn .whywe-item__img {
    font-size: 53px;
    font-weight: 700;
    text-align: center;
	color: #364c80;
}
.whywe-item__img {
	width: 6rem;
	height: 6rem;
	display: inline-block;
	margin-right: 2rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 480px) {
	.whywe-item__img {
		margin-right: 0;
		width: 4rem;
		height: 4rem;
		-o-object-fit: contain;
		object-fit: contain;
		margin-bottom: 10px;
	}
}

.whywe-item__header {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 1.5625rem;
	line-height: 2rem;
}

@media screen and (max-width: 480px) {
	.whywe-item__header {
		text-align: center;
	}
}

.whywe-desc {
	font-weight: 400;
	line-height: 1.5rem;
}

.whywe-desc b {
	color: #364c80;
}

.whywe-more {
	color: #2f5cc2;
	margin-top: 1.25rem;
	display: inline-block;
}

.section-video {
	background: url('img/video/bg-video.jpg') no-repeat bottom;
	background-size: cover;
	padding-top: 3.125rem;
	padding-bottom: 7.5rem;
}

.video-prev {
	margin: auto;
	margin-top: 1.875rem;
	width: 55rem;
	height: 30.9375rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(13, 17, 21, 0.1);
	box-shadow: 0 0.125rem 0.5rem rgba(13, 17, 21, 0.1);
	background: url('img/video/scrin.jpg') center;
	background-size: cover;
	position: relative;
}

@media screen and (max-width: 768px) {
	.video-prev {
		width: 95%;
	}
}

@media screen and (max-width: 480px) {
	.video-prev {
		height: 15.9375rem;
	}
}

.video-play-link {
	position: absolute;
	width: 10rem;
	height: 10rem;
	top: calc(50% - 5rem);
	left: calc(50% - 5rem);
}

@media screen and (max-width: 480px) {
	.video-play-link {
		width: 6rem;
		height: 6rem;
		top: calc(50% - 3rem);
		left: calc(50% - 3rem);
	}
}

.section-features {
	padding-top: 1.5625rem;
	padding-bottom: 2.1875rem;
}

.features-bottom {
	margin-top: 2.1875rem;
}

.features-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 4.6875rem;
}

@media screen and (max-width: 480px) {
	.features-list {
		margin-top: 1.1875rem;
	}
}

.features-item {
	width: 25%;
	padding: 0 1rem 4.0625rem 1rem;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.features-item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.features-item {
		padding-bottom: 30px;
	}
}

.features-icon {
	display: inline-block;
	width: 5rem;
	height: 5rem;
}

.features-item__header {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2rem;
	margin-bottom: 1.25rem;
	margin-top: 1.5625rem;
}

.features-item__desc {
	font-weight: 400;
	line-height: 1.5rem;
}

@media screen and (max-width: 1600px) {
	.features-item__desc {
		font-size: 0.875rem;
	}
}

.section-test {
	background: url('img/test/bg-test.jpg') bottom no-repeat;
	background-size: cover;
	padding-top: 2.8125rem;
	padding-bottom: 9.0625rem;
}

.container-test {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.test-title-block {
	text-align: center;
}

.test-title {
	font-size: 1.75rem;
	font-weight: 500;
	color: #ffffff;
	line-height: 2.25rem;
	text-align: center;
	margin-bottom: 0.9375rem;
}

.test__note {
	display: inline-block;
	color: #f27b0c;
	font-weight: 500;
	position: relative;
}

.test__note::after {
	content: "";
	display: inline-block;
	width: 0.8125rem;
	height: 0.8125rem;
	background: url('img/test/q-orange.png') center;
	background-size: contain;
	margin-left: 0.625rem;
}

.test-buttons {
	margin: auto;
	margin-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 480px) {
	.test-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.btn-test__calc {
	height: 3.5rem;
	color: #2f5cc2;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 3.5rem;
	background-color: #ffffff;
	width: 17.5rem;
	margin-right: 1rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 480px) {
	.btn-test__calc {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.btn-test__demo {
	height: 3.5rem;
	color: #ffffff;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 3.5rem;
	background-color: #f27b0c;
	width: 17.5rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.section-tariffs {
	padding-top: 0.9375rem;
}
.section-tariffs_mobile {
	display: none;
}
@media (max-width: 768px) {
	.section-tariffs {
		display: none;
	}
	.section-tariffs_mobile {
		display: block;
	}
}

.tariffs-tabs-link-list {
	width: 80rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	margin-top: 1.5625rem;
}

@media screen and (max-width: 1200px) {
	.tariffs-tabs-link-list {
		width: 95%;
	}
}

@media screen and (max-width: 480px) {
	.tariffs-tabs-link-list {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.tariffs-tabs-link-item {
	width: 25%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.0625rem;
	color: #0d1115;
	font-weight: 600;
	height: 4rem;
	text-align: center;
	border-bottom: 0.0625rem solid #bfc7d9;
}

@media screen and (max-width: 768px) {
	.tariffs-tabs-link-item {
		width: 33.3%;
	}
}

@media screen and (max-width: 480px) {
	.tariffs-tabs-link-item {
		width: 50%;
	}
}

.tariffs-tabs-link-item.active {
	border-bottom: 0.1875rem solid #2f5cc2;
	color: #2f5cc2;
}

.tariffs-tabs-content-item {
	height: 0rem;
	overflow: hidden;
}

.tariffs-tabs-content-item.active {
	height: auto;
	padding-top: 1.875rem;
	padding-bottom: 4.6875rem;
	margin-bottom: 0.9375rem;
}

.tab-tarrif-table {
	width: 100%;
	margin-bottom: 0.9375rem;
	border-collapse: collapse;
}

@media screen and (max-width: 480px) {
	.tab-tarrif-table {
		width: 480px;
	}
}

.tab-tarrif-row-h th {
	width: 25%;
	text-align: center;
	color: #364c80;
	font-weight: 600;
	line-height: 1.5rem;
	border-bottom: 0.0625rem solid #9ba6c0;
}

.tab-tarrif-row-h-top th {
	text-align: center;
	color: #364c80;
	font-weight: 600;
	line-height: 1.5rem;
}

.tab-type-row-h th {
	width: 16rem;
}

.tab-tarrif-row {
	height: 2rem;
}

.tab-tarrif-row td {
	width: 25%;
	text-align: center;
	border-bottom: 0.0625rem solid #dbe0eb;
	font-size: 0.875rem;
	font-weight: 500;
}

.tab-tarrif-row td:last-child {
	text-align: left;
}

.tab-tarrif-row:nth-child(even) {
	background-color: #f7fafd;
}

.tab-type-row td {
	width: 16rem;
}

.tab-type-row td:last-child {
	text-align: center;
}

th.tab-type-first-td {
	padding-left: 1.0625rem;
	text-align: left;
}

@media screen and (max-width: 480px) {
	th.tab-type-first-td {
		width: 13%;
	}
}

td.tab-type-first-td {
	width: 40%;
	padding-left: 1.0625rem;
	text-align: left;
}

.tab-tariff-btn-wrapp {
	text-align: center;
}

.btn-tab-tarrif {
	margin: auto;
	display: inline-block;
	font-size: 1.0625rem;
	font-weight: 600;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	padding: 0 1.375rem;
	background-color: #f27b0c;
}

.tab-tarrif-desc {
	margin-top: 2.5rem;
}

.tab-tarrif-desc p {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
	margin-bottom: 0.625rem;
}

.tab-tarrif-desc span {
	color: #364c80;
}

.tab-tarrif-title {
	text-align: center;
	margin-top: 4.375rem;
	margin-bottom: 1.875rem;
	font-size: 1.75rem;
	font-weight: 500;
}

.tab-tarrif-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.tab-tarrif-list {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}

.tab-tarrif-item {
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 992px) {
	.tab-tarrif-item {
		width: 32%;
		margin-bottom: 0.9375rem;
	}
}

@media screen and (max-width: 768px) {
	.tab-tarrif-item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.tab-tarrif-item {
		text-align: center;
	}
}

.tab-tarrif-item img {
	width: 3.5rem;
	height: 3.5rem;
	-o-object-fit: contain;
	object-fit: contain;
	display: inline-block;
	margin-right: 0.5rem;
}

.tab-tarrif-item h4 {
	min-height: 3.5rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.625rem;
}

@media screen and (max-width: 480px) {
	.tab-tarrif-item h4 {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.tab-tarrif-item p {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
}

@media screen and (max-width: 480px) {
	.tab-tarrif-item p {
		font-size: 1.05rem;
	}
}

.tab-tarrif-item__note:after {
	content: "";
	display: inline-block;
	width: 0.8125rem;
	height: 0.8125rem;
	background: url('img/test/q-orange.png') center;
	background-size: contain;
	margin-left: 0.625rem;
	cursor: pointer;
}

.tab-type-table {
	table-layout: fixed;
}

.tab-types-list {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-types-item {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 768px) {
	.tab-types-item {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.tab-types-item {
		text-align: center;
	}
	.tab-types-item img {
		display: inline-block !important;
	}
}

.tab-type-icon {
	width: 3.5rem;
	height: 3.5rem;
	-o-object-fit: contain;
	object-fit: contain;
	display: inline-block;
	margin-right: 0.5rem;
}

.tab-type-title {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.9375rem;
}

.tab-type-desc p {
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0.625rem;
}

@media screen and (max-width: 480px) {
	.tab-type-desc p {
		font-size: 0.95rem;
	}
}

.tab-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-product-block {
	width: 48%;
}

@media screen and (max-width: 480px) {
	.tab-product-block {
		width: 100%;
	}
}

.type-product-title {
	text-align: center;
	font-weight: 600;
	line-height: 1.5rem;
	color: #364C80;
	height: 1.875rem;
}

@media screen and (max-width: 480px) {
	.type-product-title {
		height: initial;
	}
}

.type-product-item {
	font-size: 0.875rem;
	line-height: 1.5rem;
	font-weight: 500;
	height: 2rem;
	padding-left: 2.5rem;
	position: relative;
	border-bottom: 0.0625rem solid #BFC7D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.type-product-item:nth-child(even) {
	background-color: #fff;
}

.type-product-item:nth-child(odd) {
	background-color: #F7FAFD;
}

@media screen and (max-width: 992px) {
	.type-product-item {
		height: 3rem;
	}
}

.type-product-list-1 {
	counter-reset: section;
}

.type-product-list-1 li::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0.9375rem;
	color: #F27B0C;
	font-weight: 500;
	font-size: 0.875rem;
}

.type-product-list-2 {
	counter-reset: section 10;
}

.type-product-list-2 li::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0.9375rem;
	color: #F27B0C;
	font-weight: 500;
	font-size: 0.875rem;
}

.type-product-list-3 {
	counter-reset: section 18;
}

.type-product-list-3 li::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0.9375rem;
	color: #F27B0C;
	font-weight: 500;
	font-size: 0.875rem;
}

.type-product-list-4 {
	counter-reset: section 20;
}

.type-product-list-4 li::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0.9375rem;
	color: #F27B0C;
	font-weight: 500;
	font-size: 0.875rem;
}

.type-product-list-5 {
	counter-reset: section 35;
}

.type-product-list-5 li::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0.9375rem;
	color: #F27B0C;
	font-weight: 500;
	font-size: 0.875rem;
}

.type-product-list-6 {
	counter-reset: section 40;
}

.type-product-list-6 li::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0.9375rem;
	color: #F27B0C;
	font-weight: 500;
	font-size: 0.875rem;
}

.btn-tab__product {
	color: #fff;
	background-color: #F27B0C;
	height: 2.5rem;
	line-height: 2.5rem;
	width: 14rem;
	text-align: center;
}

.tab-add-title {
	text-align: center;
	font-weight: 600;
	color: #364C80;
	margin-bottom: 2rem;
	max-width: 80rem;
	margin: auto;
}

.tab-add-list {
	margin-top: 2.1875rem;
}

.tab-add-list .slick-dots {
	bottom: -45px;
}

.tab-box-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 0.0625rem solid #9ba6c0;
}

@media screen and (max-width: 480px) {
	.tab-box-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.tab-box-block-left,
.tab-box-block-right {
	width: 50%;
	margin-top: 1.875rem;
}

@media screen and (max-width: 480px) {
	.tab-box-block-left,
	.tab-box-block-right {
		width: 100%;
	}
}

.tab-add-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 1.25rem;
	border-right: 0.0625rem solid #9ba6c0;
}

@media screen and (max-width: 480px) {
	.tab-add-table {
		border-right: none;
	}
}

.tab-add-table tr {
	line-height: 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2rem;
	border-bottom: 0.0625rem solid #d9dfea;
}
/*
.tab-add-table tr:nth-child(1) {
	border-top: 0.0625rem solid #9ba6c0;
}

.tab-add-table tr:nth-child(4) {
	border-bottom: 0.0625rem solid #9ba6c0;
}

.tab-add-table tr:nth-child(5) {
	color: #364C80;
}

.tab-add-table tr:nth-child(6) {
	border-bottom: 0.0625rem solid #9ba6c0;
}

.tab-add-table tr:nth-child(7) {
	color: #364C80;
}
*/
.tab-add-table tr:nth-child(odd) {
	background-color: #f7fafd;
}

.tab-add-table tr:nth-child(even) {
	background-color: #fff;
}

.tab-add-table tr td {
	padding-left: 2rem;
}

.tab-add-table-2 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 1.25rem;
	border-right: 0.0625rem solid #9ba6c0;
}

@media screen and (max-width: 480px) {
	.tab-add-table-2 {
		border-right: none;
	}
}

.tab-add-table-2 tr {
	line-height: 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2rem;
	border-bottom: 0.0625rem solid #d9dfea;
}

.tab-add-table-2 tr:nth-child(odd) {
	background-color: #f7fafd;
}

.tab-add-table-2 tr:nth-child(even) {
	background-color: #fff;
}

.tab-add-table-2 tr td {
	padding-left: 2rem;
}

/*
.tab-add-table tr td:nth-child(2) {
	padding-left: 0;
	width: 14.375rem;
	text-align: center;
	line-height: 1.5rem;
}
*/

/*
.tab-add-table-2 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 1.25rem;
	border-top: 0.0625rem solid #9ba6c0;
}

.tab-add-table-2 tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 1.5625rem;
	padding-right: 2rem;
	height: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.0625rem solid #d9dfea;
}

.tab-add-table-2 tr:nth-child(even) {
	background-color: #f3f7fb;
	border-bottom: 0.0625rem solid #d9dfea;
}
/*
.tab-add-table-2 tr:nth-child(1) {
	height: 9.1875rem; 
	border-bottom: 0.0625rem solid #9ba6c0;
}

@media screen and (max-width: 1400px) {
	.tab-add-table-2 tr:nth-child(1) {
		height: 10.2875rem;
	}
}

@media screen and (max-width: 1200px) {
	.tab-add-table-2 tr:nth-child(1) {
		height: 11.6875rem;
	}
}

.tab-add-table-2 tr:nth-child(3) {
	border-bottom: 0.0625rem solid #9ba6c0;
}
*/
.tab-add-desc {
	margin-top: 3.125rem;
}

.tab-add-desc p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.tab-add-desc p span {
	color: #0d1115;
	font-weight: 500;
}

.section-connect {
	background: url('img/connect/bg-connect.jpg') bottom;
	background-size: cover;
	padding-top: 3.4375rem;
	padding-bottom: 9.375rem;
}

@media screen and (max-width: 480px) {
	.section-connect {
		padding-bottom: 5.375rem;
	}
}

.connect-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem;
	justify-content: center;
}

.connect-item {
	width: 16.6%;
	padding: 0 1rem 1rem 1rem;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}

.connect-item.active .connect-icon-wrapp {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 992px) {
	.connect-item {
		padding: 0;
		font-size: 0.9rem;
	}
}

.connect-item:last-child:before {
	display: none;
}

.connect-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 6.5rem;
	height: 2.0625rem;
	background: url('img/connect/arrow.png') no-repeat center;
	background-size: contain;
	right: -50px;
	top: 20px;
}

@media screen and (max-width: 1400px) {
	.connect-item:before {
		right: -40px;
		width: 5.2rem;
	}
}

@media screen and (max-width: 1200px) {
	.connect-item:before {
		right: -30px;
		width: 4.4rem;
	}
}

@media screen and (max-width: 992px) {
	.connect-item:before {
		display: none;
	}
}

.connect-icon-wrapp {
	width: 6rem;
	height: 5.75rem;
	background-color: #fff;
	border-radius: 0.625rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 992px) {
	.connect-icon-wrapp {
		width: 5rem;
	}
}

.connect-icon-wrapp:after {
	content: '';
	position: absolute;
	/* ÃƒÂÃ‚ÂÃƒÂÃ‚Â±Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã…Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â·ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ */
	left: 0;
	bottom: -4.375rem;
	border: 3rem solid transparent;
	border-top: 1.625rem solid #fff;
	border-radius: 0.625rem;
}

@media screen and (max-width: 992px) {
	.connect-icon-wrapp:after {
		bottom: -3.875rem;
		border: 2.5rem solid transparent;
		border-top: 1.625rem solid #fff;
	}
}

.connect-icon-wrapp img {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (max-width: 992px) {
	.connect-icon-wrapp img {
		width: 3rem;
		height: 3rem;
	}
}

.connect-desc {
	color: #ffffff;
	font-weight: 500;
	line-height: 1.5rem;
	text-align: center;
	margin-top: 1.875rem;
}

.section-reviews {
	padding-top: 1.5625rem;
}

.reviews-tab-link-list {
	width: 32rem;
	height: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	margin-top: 1.5rem;
}

@media screen and (max-width: 480px) {
	.reviews-tab-link-list {
		width: initial;
	}
}

.reviews-tab-link__item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0.0625rem solid #bfc7d9;
	cursor: pointer;
}

.reviews-tab-link__item.active {
	border-bottom: 0.1875rem solid #2f5cc2;
}

.reviews-tab-content {
	width: 100%;
	height: 0rem;
	overflow: hidden;
}

.reviews-tab-content.active {
	height: auto;
	margin-top: 3.5rem;
}

.reviews-tab-company-slider, .reviews-tab-reviews-slider {
	padding: 0 4.5rem;
	padding-bottom: 4.5rem;
	position: relative;
}

@media screen and (max-width: 480px) {
	.reviews-tab-company-slider, .reviews-tab-reviews-slider {
		padding-left: 1.8rem;
		padding-right: 1.8rem;
	}
}

.company-slider-arrow {
	display: inline-block;
	position: absolute;
	top: 5.5rem;
	width: 3rem;
	height: 3rem;
	-o-object-fit: contain;
	object-fit: contain;
	cursor: pointer;
	z-index: 10;
}

.company-slider-arrow--prev {
	left: 0;
}

.company-slider-arrow--next {
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.company-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company-slide-item {
	width: 33.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 992px) {
	.company-slide-item {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.company-slide-item {
		width: 100%;
	}
}

.company-logo {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 2rem;
}

@media screen and (max-width: 768px) {
	.company-logo {
		width: 3rem;
		height: 3rem;
	}
}

.company-text p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
	.company-text p {
		font-size: 0.8rem;
	}
}

.company-text span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
}

.slick-dots li button:before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	background-color: #fff;
	border: 0.0625rem solid #364c80;
}

.slick-dots li.slick-active button:before {
	background-color: #2f5cc2;
}

.slick-initialized .slick-slide {
	outline: none;
}

.reviews-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.reviews-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px;
	}
}

.reviews-logo {
	margin-right: 4rem;
	width: 6rem;
	height: 6rem;
	display: inline-block;
	-o-object-fit: contain;
	object-fit: contain;
}

.reviews__name {
	font-weight: 500;
	line-height: 1.5rem;
	margin-bottom: 0.4375rem;
}

.reviews__position {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
}

.reviews-wrapper {
	position: relative;
	padding: 0 15px;
}

.reviews-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 0.875rem;
	height: 0.75rem;
	background: url('img/reviews/rev.png') center;
	background-size: contain;
}

.reviews__reviews {
	font-weight: 400;
	font-style: italic;
	line-height: 1.5rem;
	margin-top: 1.25rem;
}

.section-certificate {
	padding-bottom: 2.5rem;
}

.certificate-slider {
	padding: 0 4.5rem;
	padding-bottom: 4.5rem;
	position: relative;
	margin-top: 3.5rem;
}

.certificate-img {
	padding: 0.5rem;
	-webkit-box-shadow: 0 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	box-shadow: 0 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	border-radius: 0.25rem;
	background-color: #ffffff;
}

.section-security {
	padding-top: 3.125rem;
	padding-bottom: 6.25rem;
	background: url('img/security/bg-security.jpg') bottom;
	background-size: cover;
}

.security-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3rem;
}

.security-item {
	width: 33.3%;
	padding: 0 1rem;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.security__img {
	width: 5rem;
	height: 5rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.security-text {
	text-align: center;
}

.security-title {
	color: #ffffff;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 2rem;
	margin-top: 1.75rem;
	margin-bottom: 1.0625rem;
}

.security-desc {
	color: #ffffff;
	font-weight: 500;
	line-height: 1.5rem;
	margin-bottom: 1.5625rem;
}

.security-more__link {
	color: #f27b0c;
}

.section-faq {
	padding-bottom: 5rem;
}

.container-faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq-list {
	width: 84%;
	margin: auto;
	margin-top: 2.8125rem;
}

.faq-item {
	-webkit-box-shadow: 0 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	box-shadow: 0 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	border-radius: 0.25rem;
}

.faq-item.active h4:before {
	background-image: url('img/faq/active.png');
}

.faq-item.active h4:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-title {
	height: 4rem;
	font-size: 1.375rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 1.875rem;
	cursor: pointer;
	position: relative;
}

@media screen and (max-width: 480px) {
	.faq-title {
		font-size: 0.975rem;
	}
}

.faq-title:before {
	content: "";
	display: block;
	width: 2rem;
	height: 1.375rem;
	background: url('img/faq/Subtract.png') center;
	background-size: contain;
	position: absolute;
	left: 1rem;
}

.faq-title:after {
	content: "";
	display: block;
	width: 1.125rem;
	height: 1.125rem;
	background: url('img/faq/close-faq.png') center;
	background-size: contain;
	position: absolute;
	right: 0.75rem;
}

.faq-answer {
	-webkit-box-shadow: 0 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	box-shadow: 0 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	border-radius: 0.25rem;
	padding-left: 4rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	display: none;
}

.faq-answer h5 {
	margin-bottom: 1.125rem;
	font-size: 1.125rem;
	font-weight: 600;
}

.faq-answer p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	margin-bottom: 1rem;
}

.btn-faq {
	width: 16rem;
	height: 2.5rem;
	color: #2f5cc2;
	font-size: 0.875rem;
	font-weight: 600;
	border: 0.0625rem solid #2f5cc2;
	line-height: 2.5rem;
	margin-top: 1.5625rem;
}

.faq-list2 {
	display: none;
}

.faq-list2.active {
	display: block;
}

.footer {
	padding-top: 2.5rem;
	padding-bottom: 2.0625rem;
	background-color: #eef3f5;
}

@media screen and (max-width: 768px) {
	.footer {
		padding-top: 0;
	}
}

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	align-items: flex-start;
}

@media screen and (max-width: 992px) {
	.footer-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 1200px) {
	.footer-logo-block {
		width: 20%;
	}
}

@media screen and (max-width: 992px) {
	.footer-logo-block {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.footer-logo-block {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width: 480px) {
	.footer-logo-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer-logo__link {
	max-width: 14rem;
	display: inline-block;
	margin-bottom: 1rem;
}

.footer-logo__img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.625rem;
}

@media screen and (max-width: 768px) {
	.footer-social {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.footer-social {
		margin-bottom: 5px;
	}
}

.footer-social__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border: 0.0625rem solid #2f5cc2;
	border-radius: 50%;
	-webkit-transition: .2s;
	transition: .2s;
	margin-right: 0.5rem;
}

.footer-social__link i {
	color: #2f5cc2;
}

.footer-social__link:hover {
	background-color: #f27b0c;
	border-color: #f27b0c;
}

.footer-social__link:hover i {
	color: #fff;
}

.footer__slogan {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
	.footer__slogan {
		text-align: center;
	}
}

.footer__slogan span {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5rem;
}

@media screen and (max-width: 992px) {
	.footer-mailing-block {
		width: 50%;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.footer-mailing-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.footer-mailing-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer-mailing__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
	.footer-mailing__text {
		text-align: center;
	}
}

.footer-mailing__text span {
	font-size: 0.875rem;
	font-weight: 600;
}

.footer-form {
	margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
	.footer-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (max-width: 480px) {
	.footer-form {
		margin-top: 10px;
		width: 100%;
	}
}

.footer__input {
	height: 2rem;
	width: 16.5rem;
	border-radius: 0.125rem;
	border: 0.0625rem solid #9da4b3;
	background-color: #ffffff;
	padding-left: 0.625rem;
	outline: #f27b0c;
	margin-right: 0.5rem;
}

@media screen and (max-width: 992px) {
	.footer__input {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 480px) {
	.footer__input {
		margin-bottom: 10px;
	}
}

.footer__input:focus {
	border: 0.0625rem solid #f27b0c;
}

.footer__input::-webkit-input-placeholder {
	font-family: Montserrat;
	color: #364c80;
	font-weight: 400;
}

.footer__input:-ms-input-placeholder {
	font-family: Montserrat;
	color: #364c80;
	font-weight: 400;
}

.footer__input::-ms-input-placeholder {
	font-family: Montserrat;
	color: #364c80;
	font-weight: 400;
}

.footer__input::placeholder {
	font-family: Montserrat;
	color: #364c80;
	font-weight: 400;
}

.footer__submit {
	height: 2rem;
	width: 7rem;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	line-height: 2rem;
	background-color: #2f5cc2;
	border: none;
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	.footer__submit {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.footer__submit {
		width: 100%;
	}
}

.footer-phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 992px) {
	.footer-phones {
		width: 25%;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.footer-phones {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media screen and (max-width: 480px) {
	.footer-phones {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer-phones-item {
	margin-bottom: 0.8125rem;
}

@media screen and (max-width: 768px) {
	.footer-phones-item {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.footer-phones-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.footer-phones-item span {
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 0.3125rem;
}

.footer-phones-item a {
	font-size: 0.875rem;
	font-weight: 600;
	white-space: nowrap;
}

.footer-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media screen and (max-width: 992px) {
	.footer-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	.footer-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.btn-footer {
	width: 16rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	font-size: 0.875rem;
	font-weight: 600;
}

@media screen and (max-width: 480px) {
	.btn-footer {
		width: 100%;
		font-size: 1.375rem;
	}
}

.btn-footer__demo {
	color: #ffffff;
	background-color: #f27b0c;
	margin-bottom: 1rem;
}

@media screen and (max-width: 992px) {
	.btn-footer__calc {
		margin-left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 480px) {
	.btn-footer__calc {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.footer-calc__span {
		font-size: 1.375rem;
	}
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.5625rem;
}

@media screen and (max-width: 480px) {
	.footer-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.overlay {
	display: none;
	background: #2f5cc2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	z-index: 9998;
	overflow: hidden;
}

.modal-cont {
	background: #FFFFFF;
	-webkit-box-shadow: 0rem 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
	box-shadow: 0rem 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: fixed;
	opacity: 0;
	z-index: -1;
}

.modal-cont-1 {
	width: 95%;
	max-width: 30rem;
}

.modal-cont-2 {
	width: 95%;
	max-width: 38rem;
}

.modal-cont-3 {
	width: 95%;
	max-width: 84rem;
	padding: 2rem;
	height: 40.625rem;
}

@media screen and (max-width: 992px) {
	.modal-cont-3 {
		height: 28.125rem;
	}
}

@media screen and (max-width: 768px) {
	.modal-cont-3 {
		height: 21.875rem;
	}
}

@media screen and (max-width: 480px) {
	.modal-cont-3 {
		height: 12.5rem;
	}
}

.modal-cont-4 {
	width: 95%;
	max-width: 46rem;
	padding: 3rem;
	padding-top: 1.3125rem;
	max-height: 100%;
	overflow: auto;
}

.modal-cont-4 h5 {
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 2rem;
}

.modal-cont-4 p {
	line-height: 1.5rem;
	margin: 5px 0;
}

.modal-cont-4 img {
	margin-right: 0.625rem;
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.modal-cont-4 img {
		display: none;
	}
}

.modal-service {
	width: 95%;
	max-width: 26rem;
	padding: 1rem;
	padding-top: 1.5rem;
}

.modal-service h4 {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.modal-service p {
	font-size: 0.75rem;
	line-height: 1rem;
}

.modal-service img {
	width: 3.5rem;
	height: 3.5rem;
}

.modal-cont-7 {
	width: 95%;
	max-width: 30rem;
	padding: 0.8125rem 3rem 2.5rem 3rem;
}

@media screen and (max-width: 480px) {
	.modal-cont-7 {
		padding: 0.8125rem 2rem 1.1rem 2rem;
	}
}

.modal-cont-7 h4 {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 2.25rem;
	text-align: center;
	margin-bottom: 0.3125rem;
}

@media screen and (max-width: 480px) {
	.modal-cont-7 h4 {
		font-size: 1.35rem;
	}
}

.modal-cont-7 .request-form {
	margin-top: 1.5625rem;
}

.modal-cont-7 .request-orange {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 0.875rem;
	color: #F27B0C;
}

.modal-cont-7 .request__input {
	width: 100%;
	height: 2rem;
	padding-left: 0.5625rem;
	outline: none;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	background: #FAFAFA;
	margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
	.modal-cont-7 .request__input {
		margin-bottom: 0.5rem;
	}
}

.modal-cont-7 .request__input:nth-child(2) {
	margin-bottom: 0.625rem;
}

.modal-cont-7 .request__input:nth-child(3) {
	margin-top: 0.3125rem;
}

.modal-cont-7 .request__input:focus {
	border: 0.0625rem solid #F27B0C;
}

.modal-cont-7 .request__input::-webkit-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-7 .request__input:-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-7 .request__input::-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-7 .request__input::placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-7 label {
	font-weight: 500;
	font-size: 0.8125rem;
	line-height: 1rem;
	color: #333333;
}

.modal-cont-7 select {
	width: 100%;
}

.modal-cont-7 .select2-container--default .select2-selection--multiple {
	width: 100%;
	padding-left: 0.5625rem;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	background: #FAFAFA;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
	background-image: url('img/modals/plus.png');
	background-repeat: no-repeat;
	background-position: 98%;
}

.modal-cont-7 .select2-search__field {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.modal-cont-7 .select2-search__field::-webkit-input-placeholder {
	color: #364C80;
}

.modal-cont-7 .select2-search__field:-ms-input-placeholder {
	color: #364C80;
}

.modal-cont-7 .select2-search__field::-ms-input-placeholder {
	color: #364C80;
}

.modal-cont-7 .select2-search__field::placeholder {
	color: #364C80;
}

.modal-cont-7 .select2-selection__clear {
	display: none;
}

.modal-cont-7 .request-val {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 2.1875rem;
	font-weight: 500;
	font-size: 0.8125rem;
}

.modal-cont-7 .count-list {
	position: absolute;
	width: 100%;
	margin-bottom: 0.3125rem;
	top: -1.5625rem;
}

.modal-cont-7 .count-item {
	font-family: Montserrat;
	font-size: 0.75rem;
	color: #364C80;
	position: absolute;
}

.modal-cont-7 .count-item:nth-child(1) {
	left: 1%;
}

.modal-cont-7 .count-item:nth-child(2) {
	left: 20%;
}

.modal-cont-7 .count-item:nth-child(3) {
	left: 40%;
}

.modal-cont-7 .count-item:nth-child(4) {
	left: 60%;
}

.modal-cont-7 .count-item:nth-child(5) {
	left: 80%;
}

.modal-cont-7 .count-item:nth-child(6) {
	left: 95%;
}

.modal-cont-7 .ui-slider-handle {
	font-family: Montserrat;
	font-size: 1rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0D1115;
	background: #FAFAFA;
	border: 0.0625rem solid #9DA4B3;
	-webkit-box-shadow: 0rem 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	box-shadow: 0rem 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	border-radius: 0.125rem;
	width: 2rem;
	height: 1.5rem;
	top: -0.5em;
}

.modal-cont-7 .ui-widget.ui-widget-content {
	border: none;
	border-radius: 2.5rem;
	height: 0.5rem;
	background: #E0E0E0;
}

.modal-cont-7 .ui-widget-header {
	border: none;
	background-color: #F27B0C;
}

.modal-cont-7 .request-text {
	margin-top: 2rem;
	margin-bottom: 1.4375rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

.modal-cont-7 .btn-request {
	background-color: #F27B0C;
	color: #fff;
	width: 100%;
	height: 3rem;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

.modal-cont-8 {
	width: 95%;
	max-width: 38rem;
	padding: 0.8125rem 3rem 1.875rem 3rem;
	max-height: 95%;
	overflow: auto;
	/* ÃƒÂÃ¢â‚¬ÂÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Firefox */
	top: 3%!important;
	margin: 0!important;
}

@media screen and (max-width: 480px) {
	.modal-cont-8 {
		padding: 0.8125rem 2rem 1.1rem 2rem;
	}
}

.modal-cont-8 h4 {
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 2.25rem;
	text-align: center;
	margin-bottom: 0.3125rem;
}

@media screen and (max-width: 480px) {
	.modal-cont-8 h4 {
		font-size: 1.35rem;
	}
}

.modal-cont-8 .request__input {
	width: 100%;
	height: 2rem;
	padding-left: 0.5625rem;
	outline: none;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	background: #FAFAFA;
	margin-bottom: 2rem;
}

@media screen and (max-width: 480px) {
	.modal-cont-8 .request__input {
		margin-bottom: 0.5rem;
	}
}

.modal-cont-8 .request__input:nth-child(2) {
	margin-bottom: 0.625rem;
}

.modal-cont-8 .request__input:nth-child(3) {
	margin-top: 0.3125rem;
}

.modal-cont-8 .request__input:focus {
	border: 0.0625rem solid #F27B0C;
}

.modal-cont-8 .request__input::-webkit-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-8 .request__input:-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-8 .request__input::-ms-input-placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-8 .request__input::placeholder {
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
}

.modal-cont-8 label {
	font-weight: 500;
	font-size: 0.8125rem;
	line-height: 1rem;
	color: #333333;
}

.modal-cont-8 select {
	width: 100%;
}

.modal-cont-8 .select2-container {
	margin-bottom: 16px;
	width: 100% !important;
}

.modal-cont-8 .select2-container--default .select2-selection--single {
	width: 100%;
	padding-left: 0.5625rem;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	background: #FAFAFA;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 1rem;
	line-height: normal;
	color: #364C80;
	background-repeat: no-repeat;
	background-position: 98%;
}

.modal-cont-8 .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	line-height: 25px;
}

.modal-cont-8 .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #364C80;
	font-size: 16px;
}

.modal-cont-8 .select2-search__field {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.modal-cont-8 .select2-search__field::-webkit-input-placeholder {
	color: #364C80;
}

.modal-cont-8 .select2-search__field:-ms-input-placeholder {
	color: #364C80;
}

.modal-cont-8 .select2-search__field::-ms-input-placeholder {
	color: #364C80;
}

.modal-cont-8 .select2-search__field::placeholder {
	color: #364C80;
}

.modal-cont-8 .dotted {
	border-bottom: 1px dotted #BFC7D9;
	margin-top: 16px;
}

.modal-cont-8 .calc-slider {
	margin-top: 30px;
	margin-bottom: 20px;
}

.modal-cont-8 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-cont-8 .row input {
	background: #FAFAFA;
	border: 1px solid #9DA4B3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	color: #0D1115;
	font-family: Montserrat;
	height: 40px;
	width: 112px;
	text-align: center;
}

.modal-cont-8 .row-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-cont-8 input[type=number]::-webkit-inner-spin-button,
.modal-cont-8 input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.modal-cont-8 input[type=number] {
	-moz-appearance: textfield;
}

.modal-cont-8 .row-span {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}

.modal-cont-8 .calc-cheks-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-cont-8 .modal__check label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-cont-8 .request-val {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 2.1875rem;
	font-weight: 500;
	font-size: 0.8125rem;
}

.modal-cont-8 .calc-val {
	display: block;
	font-weight: 500;
	font-size: 0.8125rem;
	margin-top: 20px;
	margin-bottom: 10px;
}

.modal-cont-8 .count-list {
	position: absolute;
	width: 100%;
	margin-bottom: 0.3125rem;
	top: -1.5625rem;
}

.modal-cont-8 .count-item {
	font-family: Montserrat;
	font-size: 0.75rem;
	color: #364C80;
	position: absolute;
}

.modal-cont-8 .count-item:nth-child(1) {
	left: 1%;
}

.modal-cont-8 .count-item:nth-child(2) {
	left: 10.2%;
}

.modal-cont-8 .count-item:nth-child(3) {
	left: 23%;
}

.modal-cont-8 .count-item:nth-child(4) {
	left: 35.9%;
}

.modal-cont-8 .count-item:nth-child(5) {
	left: 48.7%;
}

.modal-cont-8 .count-item:nth-child(6) {
	left: 61%;
}
.modal-cont-8 .count-item:nth-child(7) {
	left: 74.3%;
}
.modal-cont-8 .count-item:nth-child(8) {
	left: 87%;
}
.modal-cont-8 .count-item:nth-child(9) {
	left: 100%;
}

.modal-cont-8 .ui-slider-handle {
	font-family: Montserrat;
	font-size: 1rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0D1115;
	background: #FAFAFA;
	border: 0.0625rem solid #9DA4B3;
	-webkit-box-shadow: 0rem 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	box-shadow: 0rem 0.0625rem 0.25rem rgba(13, 17, 21, 0.08);
	border-radius: 0.125rem;
	width: 2rem;
	height: 1.5rem;
	top: -0.5em;
}

.modal-cont-8 .ui-widget.ui-widget-content {
	border: none;
	border-radius: 2.5rem;
	height: 0.5rem;
	background: #E0E0E0;
}

.modal-cont-8 .ui-widget-header {
	border: none;
	background-color: #F27B0C;
}

.modal-cont-8 .request-text {
	margin-top: 2rem;
	margin-bottom: 1.4375rem;
	font-size: 0.75rem;
	line-height: 1rem;
}

.modal-cont-8 .btn-request {
	background-color: #F27B0C;
	color: #fff;
	width: 100%;
	height: 3rem;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

.modal-cont-8 .calc-input-num-block {
	position: relative;
}

.modal-cont-8 .calc-input-num-block span {
	display: block;
	width: 32px;
	height: 40px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	cursor: pointer;
}

.modal-cont-8 .calc-input-num-block .quantity-arrow-minus {
	left: 0;
	background-image: url('img/modals/minus.png');
}

.modal-cont-8 .calc-input-num-block .quantity-arrow-plus {
	right: 0;
	background-image: url('img/modals/plus.png');
}

.modal-cont-8 .total-block {
	margin-top: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
}

.modal-cont-8 .total-block span {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
}

.modal-cont-8 .total-block .total-price {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #F27B0C;
}

.modal-cont-8 .modal-container-1.nonactive {
	display: none;
}

.modal-cont-8 .modal-container-2 {
	display: none;
}

.modal-cont-8 .modal-container-2.active {
	display: block;
}

.modal-cont-8 .modal-container-2 .modal__label {
	display: inherit;
}

.modal-cont-8 .row-hidden {
	display: none;
}

.modal-cont-8 .ul-ip {
	display: none;
}

.select2-container {
	z-index: 9999;
}

.close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 2rem;
	height: 2rem;
	opacity: 0.3;
	cursor: pointer;
}

.close:hover {
	opacity: 1;
}

.close:before,
.close:after {
	position: absolute;
	left: 0.9375rem;
	content: ' ';
	height: 1.25rem;
	width: 0.125rem;
	background-color: #333;
}

.close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal__container {
	padding: 3rem;
	padding-top: 2.0625rem;
}

.modal-title {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3.5rem;
	text-align: center;
	margin-bottom: 1.5625rem;
}

.modal__form {
	width: 100%;
}

.modal__form input {
	width: 100%;
	margin-bottom: 2rem;
}

.call__input {
	background: #FAFAFA;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	height: 3rem;
	padding-left: 0.5625rem;
	background-repeat: no-repeat;
	background-size: 0.75rem 0.75rem;
	background-position: 96% center;
}

.call__input::-webkit-input-placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__input:-ms-input-placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__input::-ms-input-placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__input::placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__input--name {
	background-image: url(/img/modals/name.png);
}

.call__input--tel {
	background-image: url(/img/modals/tel.png);
}

.call__message {
	width: 100%;
	background: #FAFAFA;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	height: 6rem;
	padding-left: 0.5625rem;
	padding-top: 0.5625rem;
	resize: none;
	margin-bottom: 1.5rem;
}

.call__message::-webkit-input-placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__message:-ms-input-placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__message::-ms-input-placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.call__message::placeholder {
	font-family: Montserrat;
	font-size: 1rem;
	color: #364C80;
}

.modal__check {
	position: relative;
}

.modal__check input {
	position: absolute;
	opacity: 0;
}

.modal__check input:checked + label::before {
	background-image: url("img/modals/check.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.modal__check label {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1rem;
	padding-left: 2.5rem;
	position: relative;
	cursor: pointer;
}

.modal__check label a {
	color: #364C80;
}

.modal__check label:before {
	content: "";
	display: block;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background: #FAFAFA;
	border: 0.0625rem solid #9DA4B3;
	border-radius: 0.125rem;
	left: 0;
}

.btn__call {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	height: 3rem;
	line-height: 3rem;
	background-color: #F27B0C;
	border: none;
	margin-top: 2rem;
	margin-bottom: 0 !important;
}

.modal-demo-title {
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 1.3125rem;
	text-align: center;
}

.modal-demo__item {
	position: relative;
	margin-bottom: 1.25rem;
}

.modal-demo__item:before {
	position: absolute;
	content: "";
	display: block;
	width: 0.9375rem;
	height: 0.9375rem;
	background: url("img/modals/check.png") no-repeat center;
	background-size: contain;
	left: -1.25rem;
}

.js-example-basic-multiple2 {
	width: 310px !important;
	margin: 0;
}

.js-calc-input-num-block-3 {
	width: 112px;
	height: 32px;
}

.js-calc-input-num-block-3 input {
	width: 100%;
	height: 32px;
	text-align: center;
	background: #FAFAFA;
	border: 1px solid #9DA4B3;
	color: #0D1115;
	font-family: Montserrat;
}

.js-calc-input-num-block-3 span.quantity-arrow-minus {
	height: 100%;
}

.js-calc-input-num-block-3 span.quantity-arrow-plus {
	height: 100%;
}

.modal-thanks {
	width: 95%;
	max-width: 30rem;
	padding: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: #FFFFFF;
	text-align: center;
}

.modal-thanks .modal-container {
	position: relative;
}

.modal-thanks h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.modal-thanks h4 img {
	display: inline-block;
	margin-right: 15px;
}

.modal-thanks .close {
	right: -0.6rem;
	top: -0.7rem;
}

.js-calc-input-num-block-3 {
	display: none;
}

.header-phones__callback {
	margin-top: 5px;
}

.footer-bottom__copy {
	font-size: 0.7rem;
}

.footer-bottom__site {
	font-size: 0.7rem;
}

.tab-tarrif-table {
	margin-top: 20px;
}

div .mcs-dialog {
	top: inherit !important;
	transform: translateX(-50%) !important;
	max-width: 390px !important;
	box-shadow: initial !important;
}

.cities {
	display: flex;
	flex-direction: column;
}
.mcs-dialog .cities .cities-group {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.mcs-modal-header .mcs-header .title {
	font-size: 16px !important;
}

.mcs-dialog .cities .cities-group .first-letter-cities {
	display: none;
}

.mcs-modal-header .mcs-header .title {
	margin-bottom: 10px !important;
	font-weight: 100  !important;
}

.mcs-dialog a.active {
	font-weight: 100  !important;
}

.nav-list {
	position: relative;
}

.menu-close {
	display: none;
	cursor: pointer;
	position: absolute;
	right: -15px;
	top: 0;
}

@media screen and (max-width: 768px) {
	.menu-close {
		display: inline-block;

	}
}

.singlePage {
	margin: 20px 0;
	line-height: 22px;
}

.singlePage .post {
	margin: 20px 0;
}

.singlePage a {
	color: #2f5cc2;
	text-decoration: underline;
}
.singlePage .more-link {
	font-weight: 800;
}

.singlePage h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 10px;
}

.singlePage ol {
	list-style-type: decimal;
	padding-left: 20px;
	line-height: 22px;
}

.singlePage ol li {
	margin-bottom: 10px;
}

.singlePage ul {
	list-style-type: circle;
	padding-left: 20px;
	line-height: 22px;
}

.singlePage ul li {
	margin-bottom: 10px;
}

.singlePage p {
	font-size: 14px;
}
/*# sourceMappingURL=style.css.map */

.section-video .modal-cont-8 {
    position: relative;
    overflow: visible;
    width: 100%;
    opacity: 1!important;
    z-index: 5!important;
    top: 0!important;
    max-height: none;
    margin: 20px 0 0;
    max-width: 100%;
}
.section-video .close {
	display: none!important;
}