:root{
	
	--color: 					#101010;
	
	--color-white: 				#FFFFFF;
	--color-black: 				#000000;
	--color-orange: 			#FF8317;
	--color-orange-hover: 	    #FF602E;
	--color-blue: 				#092F61;
	--color-blue-lite: 			#1153A9;
	
	--color-gray: 				#6B6B6B;
	--color-gray-lite: 			#F8F8F9;
	
	--color-error: 				#FF0001;
	--color-success: 			#009C30;
	
	--border-color: 			#092F61;
	--border-color-lite: 		#092F61;
	
}

@view-transition {
	navigation: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
h1,
h2,
form,
input,
button,
select,
option,
ul,
li,
img,
p {
	margin: 0;
	padding: 0;
	border: 0
}

html,
body {
	width: 100%;
	height: 100%
}

body {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	color: var(--color);
	display: flex;
	flex-direction: column
}

body.overflow {
	overflow: hidden;
	padding-right: 8px
}

body.overflow .navigation-global {
	left: -8px
}

body.pageview-blog {
	background: var(--color-gray-lite)
}

input,
button,
select {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	color: var(--color)
}

button {
	cursor: pointer
}

a {
	color: var(--color-orange);
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

ul,
li {
	list-style: none
}

::-webkit-input-placeholder {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	color: var(--color-gray-lite)
}

:-moz-placeholder {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 14px;
	color: var(--color-gray-lite)
}

:focus {
	outline: 0
}

::selection {
	color: var(--color-white);
	background: var(--color-orange)
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background-color: #eaeaea;
	border-left: 1px solid #cecece
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background-color: var(--color-gray)
}

::-webkit-scrollbar-thumb:hover {
	background-color: var(--color-blue)
}

.wide {
	width: 100%
}

.mt10 {
	margin-top: 10px !important
}

h1,
h2 {
	font-weight: 700;
	line-height: 1.2
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 24px
}

.bold {
	font-weight: 700
}

.uppercase {
	text-transform: uppercase
}

.nowrap {
	white-space: nowrap
}

/* Скрываем третью колонку таблицы на мобильных */

.icon {
	display: inline-block;
	vertical-align: middle
}

.icon-globe {
	background: url("../img/icons/globe.svg") no-repeat center;
	width: 18px;
	height: 18px;
	background-size: cover
}

.icon-developers {
	background: url("../img/icons/developer.svg") no-repeat center;
	width: 28px;
	height: 27px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	flex-shrink: 0;
	margin-right: 5px
}

.icon-site {
	background: url("../img/logos/site.svg") no-repeat center;
	width: 147px;
	height: 70px;
	flex-shrink: 0
}

.checker {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px
}

.checker input {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.checker input:hover+.checker-view {
	border-color: var(--color-orange)
}

.checker input:checked+.checker-view {
	background: var(--color-orange);
	border-color: var(--color-orange)
}

.checker-view {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	border-radius: 3px;
	background: var(--color-white)
}

.checker input[type=checkbox]:checked+.checker-view:before {
	content: "";
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-family: "Font Awesome 5 Pro";
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	color: var(--color-white)
}

.checker-item {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 7px 0 0 15px;
	line-height: 20px
}

.checker-item .checker {
	position: absolute;
	top: 0;
	left: 0
}

.inputs-mask {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.inputs-mask-country {
	width: 85px;
	height: 35px;
	position: relative;
	z-index: 5;
	flex-shrink: 0
}

.inputs-mask-country+div {
	flex-grow: 1
}

.inputs-mask-country .label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 17px;
	color: inherit;
	text-decoration: none;
	background: rgba(255, 255, 255, .5)
}

.inputs-mask-country .list {
	position: absolute;
	top: 95%;
	left: 0;
	width: 100%;
	border: 1px solid var(--color-gray);
	display: none
}

.inputs-mask-country .list a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 8px 10px;
	color: inherit;
	text-decoration: none;
	background: var(--color-white)
}

.inputs-mask-country .flag {
	display: block;
	width: 20px;
	height: 15px;
	background: rgba(0, 0, 0, 0) no-repeat center;
	background-size: cover;
	margin-right: 10px
}

.inputs-mask-country .flag-by {
	background-image: url("/assets/plugins/flags/by.svg")
}

.inputs-mask-country .flag-ru {
	background-image: url("/assets/plugins/flags/ru.svg")
}

.inputs-mask-country .flag-all {
	background-image: url("/assets/plugins/flags/all.png")
}

.inputs-mask-all {
	font-size: 11px
}

.inputs-mask-other {
	padding-left: 3px
}

.inputs-mask .form-input-mask {
	padding-left: 15px
}

.form-query {
	width: 410px;
	flex-shrink: 0;
	position: relative;
	z-index: 100
}

.form-query .inputs {
	margin-top: 20px
}

.form-query .inputs>li {
	position: relative
}

.form-query .inputs>li+li {
	margin-top: 15px
}

.form-query .inputs .fa5 {
	font-size: 15px;
	line-height: 1px;
	color: var(--color-white);
	position: absolute;
	top: 16px;
	left: 12px
}

.form-query .inputs-mask .label {
	position: relative;
	background: rgba(0, 0, 0, 0);
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
	font-weight: 500;
	padding: 0 15px 0 5px
}

.form-query .inputs-mask .label .arrow {
	position: absolute;
	top: -1px;
	right: 0
}

.form-query .inputs-mask .label .arrow .fa5 {
	font-size: 11px;
	left: 8px
}

.form-query .inputs-mask .label .arrow.blr {
	padding-left: 21px
}

.form-query .inputs-mask .list .arrow {
	display: none
}

.form-query .inputs-mask .list a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-weight: 600
}

.form-query .inputs-mask .list a:hover {
	background: #e9e9e9
}

.form-query .inputs-mask .form-input-mask {
	padding-left: 10px
}

.form-query .actions {
	margin-top: 25px
}

.form-query .actions .text {
	font-size: 13px;
	line-height: 21px;
	color: var(--color-white)
}

.form-query .actions .text a {
	color: var(--color-white)
}

.form-query .actions .btn {
	margin-top: 10px
}

.form-query .actions-checkers{
	
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

.form-query .actions-checker {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.form-query .actions .checker-item {
	padding: 0 0 0 25px
}

.form-query .page-title {
	font-size: 42px;
	font-weight: 600
}

.form-query-input {
	width: 100%;
	height: 35px;
	-webkit-transition: border-color .3s ease 0s;
	-moz-transition: border-color .3s ease 0s;
	-o-transition: border-color .3s ease 0s;
	-ms-transition: border-color .3s ease 0s;
	transition: border-color .3s ease 0s;
	font-size: 17px;
	font-weight: 600;
	line-height: 18px;
	color: var(--color-white);
	padding-left: 35px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #f5f6f8
}

.form-query-input:focus {
	border-color: var(--color-orange)
}

.form-query-info {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--color-white);
	text-align: center
}

.form-calculation {
	width: 100%;
	flex-shrink: 1;
	position: relative;
	z-index: 100
}

.form-calculation-inputs {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
	row-gap: 15px
}

.form-calculation-inputs>li {
	width: 50%;
	padding: 0 10px;
	position: relative;
}

.form-calculation-inputs>li.wide {
	width: 100%
}

.form-calculation-inputs .form-error {
	position: absolute
}

.form-calculation-group {
	position: relative
}

.form-calculation-group .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 35px;
	padding-left: 4px
}

.form-calculation-group .fa5 {
	font-size: 16px;
	line-height: 15px;
	color: #afafaf;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.form-calculation-group .fa5.orange {
	color: var(--color-orange)
}

.form-calculation .inputs-mask .form-calculation-input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.form-calculation .inputs-mask-country {
	height: 54px
}

.form-calculation .inputs-mask-country .flag {
	margin-right: 3px
}

.form-calculation .inputs-mask-country .label {
	padding: 0 6px;
	background: var(--color-white);
	position: relative;
	font-weight: 500
}

.form-calculation .inputs-mask-country .label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background: rgba(107, 107, 107, .4)
}

.form-calculation .inputs-mask-country .label .fa5 {
	color: var(--color-blue) !important
}

.form-calculation .inputs-mask-country .list {
	top: 100%;
	border: none
}

.form-calculation .inputs-mask-country .list a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-weight: 600;
	background: var(--color-white)
}

.form-calculation .inputs-mask-country .list a:hover {
	background: #e9e9e9
}

.form-calculation .inputs-mask .arrow {
	position: absolute;
	top: 14px;
	right: 4px
}

.form-calculation .inputs-mask .arrow .fa5 {
	font-size: 11px
}

.form-calculation .inputs-mask .arrow.blr {
	padding-left: 21px
}

.form-calculation .inputs-mask .arrow.rus {
	padding-left: 37px
}

.form-calculation .inputs-mask .list .arrow {
	display: none
}

.form-calculation .inputs-mask .list a:hover {
	background: #e9e9e9
}

.form-calculation .inputs-mask .form-input-mask {
	padding-left: 6px
}

.form-calculation-confirm {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	column-gap: 10px;
	row-gap: 10px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 18px;
	color: rgba(255, 255, 255, .58)
}

.form-calculation-confirm .label {
	flex-grow: 1
}

.form-calculation-confirm .checker {
	flex-shrink: 0
}

.form-calculation-confirm .actions-checker .checker-item{
	
	padding: 0 0 0 25px;
}

.form-calculation-confirm a {
	color: rgba(255, 255, 255, .58)
}

.form-calculation-action {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 15px -10px 0
}

.form-calculation-captcha {
	display: none;
	width: 50%;
	padding: 0 10px
}

.form-calculation-btn {
	width: 100%;
	padding: 0 10px
}

.form-calculation-btn .btn {
	width: 100%
}

.form-calculation .page-title {
	font-size: 42px;
	font-weight: 600
}

.form-calculation-input {
	width: 100%;
	height: 54px;
	-webkit-transition: border-color .3s ease 0s;
	-moz-transition: border-color .3s ease 0s;
	-o-transition: border-color .3s ease 0s;
	-ms-transition: border-color .3s ease 0s;
	transition: border-color .3s ease 0s;
	font-size: 17px;
	font-weight: 600;
	line-height: 18px;
	color: #7b7d80;
	padding-left: 37px;
	background: var(--color-white);
	border-radius: 2px;
	border: 2px solid var(--color-white)
}

.form-calculation-input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #7b7d80;
	-webkit-transition: .3s ease 0s;
	-moz-transition: .3s ease 0s;
	-o-transition: .3s ease 0s;
	-ms-transition: .3s ease 0s;
	transition: .3s ease 0s
}

.form-calculation-input:focus {
	border: 2px solid var(--color-orange)
}

.form-calculation-input:focus::placeholder {
	opacity: .7
}

.form-calculation .input-error {
	border: 2px solid var(--color-error)
}

.form-calculation .form-error {
	display: none
}

@media(max-width: 768px) {
	
	.form-calculation-confirm {
		
		flex-direction: column;
		gap: 5px;
	}
	
	.form-calculation-input {
		height: 40px;
	}
	
	.form-calculation .inputs-mask-country {
		height: 40px
	}
}

.form-error {
	margin-top: 7px;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-error)
}

.form-error-note {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	padding: 15px 10px;
	color: var(--color-error);
	margin-bottom: 20px;
	background: #ffe6e6
}

.form-label {
	display: inline-block;
	vertical-align: middle
}

.inputs-mask {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.inputs-mask-country {
	width: 85px;
	height: 35px;
	position: relative;
	z-index: 5;
	flex-shrink: 0
}

.inputs-mask-country+div {
	flex-grow: 1
}

.inputs-mask-country .label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 17px;
	color: inherit;
	text-decoration: none;
	background: rgba(255, 255, 255, .5)
}

.inputs-mask-country .label .inputs-mask-other {
	display: none
}

.inputs-mask-country .list {
	position: absolute;
	top: 95%;
	left: 0;
	width: 100%;
	border: 1px solid var(--color-gray);
	display: none
}

.inputs-mask-country .list a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 8px 10px;
	color: inherit;
	text-decoration: none;
	background: var(--color-white)
}

.inputs-mask-country .flag {
	display: block;
	width: 20px;
	height: 15px;
	background: rgba(0, 0, 0, 0) no-repeat center;
	background-size: cover;
	margin-right: 10px
}

.inputs-mask-country .flag-by {
	background-image: url("/assets/plugins/flags/by.svg")
}

.inputs-mask-country .flag-ru {
	background-image: url("/assets/plugins/flags/ru.svg")
}

.inputs-mask-country .flag-all {
	background-image: url("/assets/plugins/flags/all.png")
}

.inputs-mask-country.open .list {
	display: block
}

.inputs-mask-all {
	font-size: 11px
}

.inputs-mask-other {
	padding-left: 3px
}

.inputs-mask .form-input-mask {
	padding-left: 15px
}

.form-ante-input {
	width: 100%;
	height: 54px;
	-webkit-transition: border-color .3s ease 0s;
	-moz-transition: border-color .3s ease 0s;
	-o-transition: border-color .3s ease 0s;
	-ms-transition: border-color .3s ease 0s;
	transition: border-color .3s ease 0s;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: var(--color);
	border: 2px solid rgba(0, 0, 0, 0);
	padding-left: 37px;
	background: #f5f6f8;
	border-radius: 2px
}

.form-ante-input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #7b7d80;
	-webkit-transition: .3s ease 0s;
	-moz-transition: .3s ease 0s;
	-o-transition: .3s ease 0s;
	-ms-transition: .3s ease 0s;
	transition: .3s ease 0s
}

.form-ante-input:focus {
	border: 2px solid var(--color-orange)
}

.form-sidebar {
	margin-top: 50px;
	background: var(--color-blue);
	padding: 30px 20px;
	position: relative;
	border-radius: 7px
}

.form-sidebar .inputs {
	margin: 25px 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.form-sidebar .inputs>li {
	width: 100%;
	position: relative
}

.form-sidebar .inputs>li+li {
	margin-top: 15px
}

.form-sidebar .inputs .fa5 {
	font-size: 14px;
	line-height: 15px;
	color: #afafaf;
	position: absolute;
	top: 16px;
	left: 13px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.form-sidebar .inputs-mask-country {
	width: 82px;
	height: 45px
}

.form-sidebar .inputs-mask-country .flag {
	margin-right: 3px
}

.form-sidebar .inputs-mask-country .label {
	background: var(--color-white);
	font-size: 15px;
	font-weight: 600;
	padding: 0 6px;
	position: relative
}

.form-sidebar .inputs-mask-country .label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background: rgba(107, 107, 107, .4)
}

.form-sidebar .inputs-mask-country .label .fa5 {
	color: var(--color-blue) !important
}

.form-sidebar .inputs-mask-country .list {
	top: 100%;
	border: none
}

.form-sidebar .inputs-mask-country .list a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-weight: 600;
	background: var(--color-white)
}

.form-sidebar .inputs-mask-country .list a:hover {
	background: var(--color-gray-lite)
}

.form-sidebar .inputs-mask .arrow {
	position: absolute;
	top: -4px;
	right: 12px
}

.form-sidebar .inputs-mask .arrow.blr {
	padding-left: 21px
}

.form-sidebar .inputs-mask .arrow.rus {
	padding-left: 37px
}

.form-sidebar .inputs-mask .arrow.rus .fa5 {
	left: 29px
}

.form-sidebar .inputs-mask .arrow.all {
	padding-left: 37px
}

.form-sidebar .inputs-mask .arrow.all .fa5 {
	left: 29px
}

.form-sidebar .inputs-mask .arrow .fa5 {
	font-size: 11px;
	color: var(--color)
}

.form-sidebar .inputs-mask .list .arrow {
	display: none
}

.form-sidebar .inputs-mask .form-input-mask {
	padding-left: 8px;
	border-radius: 0
}

.form-sidebar .actions {
	color: var(--color-white)
}

.form-sidebar .actions .text {
	margin-bottom: 15px
}

.form-sidebar .actions .btn {
	width: 100%
}

.form-sidebar .actions .btn:hover {
	background: #101a35;
	color: var(--color-white)
}

.form-sidebar .actions a {
	color: var(--color-white)
}

.form-sidebar .actions-checker {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap
}

.form-sidebar .actions .checker {
	flex-shrink: 0
}

.form-sidebar .actions .checker-item {
	padding: 1px 0 15px 25px
}

.form-sidebar-input {
	width: 100%;
	height: 45px;
	-webkit-transition: border-color .3s ease 0s;
	-moz-transition: border-color .3s ease 0s;
	-o-transition: border-color .3s ease 0s;
	-ms-transition: border-color .3s ease 0s;
	transition: border-color .3s ease 0s;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #7b7d80;
	padding-left: 35px;
	background: var(--color-white);
	border-radius: 2px;
	border: 2px solid var(--color-white)
}

.form-sidebar-input:focus {
	border: 2px solid var(--color-orange)
}

.form-sidebar .page-title {
	font-size: 24px;
	line-height: 24px
}

.form-sidebar .recaptcha {
	overflow: hidden
}

@media(max-width: 1366px) {
	.form-query {
		width: 410px
	}
}

@media(max-width: 1200px) {
	
	.form-calculation {
		width: 65%
	}
}

@media(max-width: 992px) {
	
	.form-query .page-title {
		text-align: center;
		font-size: 37px;
		line-height: 23px
	}
	
	.form-calculation {
		width: 100%
	}
}

@media(max-width: 768px) {
	
	.form-ante-input {
		height: 40px;
	}
	
	.form-query {
		width: 100%
	}
	
	.form-query .page-title {
		font-size: 22px;
		line-height: 1.2;
		text-align: left
	}
	
	.form-query .inputs>li+li {
		margin-top: 10px
	}
	
	.form-query-input {
		font-size: 16px
	}
	
	.form-sidebar {
		height: 100%;
		margin-top: 0;
		padding: 100px 20px
	}
	
	.form-sidebar .page-title {
		font-size: 34px;
		text-align: center
	}
	
	.form-sidebar .inputs {
		margin: 35px 0 15px
	}
	
	.form-calculation-inputs {
		display: block;
		margin: 0
	}
	
	.form-calculation-inputs>li {
		width: auto;
		padding: 0
	}
	
	.form-calculation-inputs>li.wide {
		width: auto
	}
	
	.form-calculation-inputs>li+li {
		margin-top: 15px
	}
	
	.form-calculation-action {
		display: block;
		margin: 20px 0 0
	}
	
	.form-calculation-captcha {
		width: auto;
		padding: 0;
		overflow: hidden
	}
	
	.form-calculation-btn {
		width: auto;
		padding: 0;
		margin-top: 10px
	}
}

.form-input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 48px;
	border: 1px solid var(--color-blue);
	padding: 0 10px;
	background: var(--color-white);
	-webkit-transition: border-color .3s ease 0s;
	-moz-transition: border-color .3s ease 0s;
	-o-transition: border-color .3s ease 0s;
	-ms-transition: border-color .3s ease 0s;
	transition: border-color .3s ease 0s
}

.form-input:focus {
	border-color: var(--color-orange)
}

.btn {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	font-size: 15px;
	font-weight: 700;
	line-height: 48px;
	color: var(--color-white);
	text-align: center;
	text-decoration: none;
	padding: 0 30px;
	border-radius: 4px;
	background: var(--color-orange);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.btn:hover {
	background: #101a35;
	cursor: pointer
}

.btn:disabled {
	background: #969696;
	opacity: .8;
	pointer-events: none
}

.btn-rounded {
	border-radius: 30px
}

.btn-xl {
	height: 48px;
	line-height: 48px;
	width: 100%;
	text-align: center
}

.owl-stage {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap
}

.owl-stage-outer {
	overflow: hidden
}

.popup {
	position: relative;
	z-index: 5;
	top: -30px;
	max-width: 100%;
	width: 515px;
	padding: 35px 45px;
	background: var(--color-blue);
	margin: 110px auto;
	display: none;
	opacity: 0;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.popup.show {
	top: 0;
	opacity: 1
}

.popup-container {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 10px;
	background: rgba(0, 0, 0, .7);
	overflow: auto
}

.popup-container .popup {
	display: block
}

.popup .form-input {
	border: none
}

.popup .form-input::placeholder {
	font-size: 17px;
	line-height: 15px;
	color: var(--color)
}

.popup .actions-checker {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	color: var(--color-white) !important;
	margin: 15px 0
}

.popup .actions-checker .checker {
	flex-shrink: 0
}

.popup .actions a {
	color: var(--color-white)
}

.popup .actions .checker-item {
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
}

.popup .actions .btn {
	width: 100%
}

.popup .inputs-mask-country {
	height: 48px
}

.popup .inputs-mask-country .flag {
	margin-right: 3px
}

.popup .inputs-mask-country .label {
	background: var(--color-white);
	padding: 0 8px;
	position: relative;
	font-weight: 600
}

.popup .inputs-mask-country .label::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background: rgba(107, 107, 107, .4)
}

.popup .inputs-mask-country .label .fa5 {
	color: var(--color-blue) !important
}

.popup .inputs-mask-country .list {
	border: none
}

.popup .inputs-mask-country .list a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-weight: 600;
	background: #f5f6f8
}

.popup .inputs-mask-country .list a:hover {
	background: #e9e9e9
}

.popup .inputs-mask .arrow {
	position: absolute;
	top: 10px;
	right: 4px
}

.popup .inputs-mask .arrow.blr {
	padding-left: 21px
}

.popup .inputs-mask .arrow.rus {
	padding-left: 37px
}

.popup .inputs-mask .arrow .fa5 {
	font-size: 11px;
	color: var(--color)
}

.popup .inputs-mask .list .arrow {
	display: none
}

.popup .inputs-mask .form-input {
	padding-left: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.popup .input-error {
	border: 1.5px solid var(--color-error)
}

.popup .form-error {
	display: none
}

.popup .form-sidebar {
	padding: 0
}

.popup .form-sidebar .inputs-mask .label {
	height: 45px
}

.popup .form-sidebar .inputs-mask .arrow.blr .fa5 {
	top: 3px;
	left: 8px
}

.popup .form-sidebar .inputs-mask .arrow.rus .fa5 {
	top: 3px;
	left: 24px
}

.popup .form-sidebar .actions .text {
	padding-left: 13px
}

.popup .recaptcha>div {
	margin: 0 auto
}

#popupThanks {
	margin: 165px auto;
	justify-content: center;
	height: auto;
	padding: 50px 0
}

.popup-reviews {
	margin-top: 40px !important;
	width: 70% !important;
	background: var(--color-gray-lite)
}

.popup-reviews .popup-close {
	background: var(--color-blue);
	color: var(--color-white)
}

.popup-reviews .popup-close:hover {
	color: var(--color-orange)
}

.popup-close {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: var(--color);
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	background: var(--color-white);
	border-radius: 50%
}

.popup-close:hover {
	color: var(--color)
}

.popup-top {
	text-align: center
}

.popup-top .title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-white)
}

.popup-top .text {
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-white);
	margin-top: 5px
}

.popup-form {
	margin-top: 35px
}

.popup-form .inputs>li {
	margin-bottom: 15px
}

.popup-form .inputs>li:last-child {
	margin: 0
}

.popup-form .action {
	margin-top: 15px;
	text-align: center
}

.popup-form .action .btn {
	width: 100%
}

@media(max-width: 1200px) {
	.popup {
		margin: 55px auto
	}
	
	.popup .form-sidebar {
		margin-top: 0
	}
}

@media(max-width: 992px) {
	.popup {
		margin: 70px auto
	}
}

@media(max-width: 768px) {
	.popup {
		transition: none;
		margin: 110px auto
	}
	
	.popup-container {
		padding: 0
	}
	
	.popup-close {
		width: 40px;
		height: 40px;
		right: 0;
		top: 0;
		border-radius: 0
	}
	
	.popup .btn {
		width: 100%
	}
	
	.popup.show {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 100px 30px;
		margin: 0
	}
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2021 Animate.css
*/
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both
}

@media(prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		-webkit-transition: none !important;
		animation: unset !important;
		transition: none !important
	}
}

.container {
	position: relative;
	z-index: 10;
	width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto
}

.header {
	position: relative;
	z-index: 700
}

.header-top {
	background: #101a35
}

.header-top-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 3px 50px 3px;
	color: var(--color-white)
}

.header-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
	background: var(--color-white);
	padding: 0 50px;
	position: relative;
	z-index: 2
}

.header-bottom .btn,
.header-bottom .page-query-btn {
	font-size: 13px;
	padding: 0 10px;
	height: 43px;
	line-height: 43px;
	display: none;
	width: auto;
	text-decoration: none
}

.header-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 17%;
	text-decoration: none;
	color: inherit
}

.header-logo .image {
	display: block;
	max-height: 55px
}

.header-logo .description {
	font-size: 13px;
	line-height: 17px;
	color: #7b7d80;
	margin-left: 15px;
	position: relative;
	padding: 0px 25px 0px 10px;
	border-left: 1px solid rgba(158, 162, 170, .26)
}

.header-logo .text {
	font-size: 13px;
	line-height: 1.25;
	color: var(--color-gray)
}

.header-contacts {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-grow: 1
}

.header-contacts .phones,
.header-contacts .email {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap
}

.header-contacts .phones a,
.header-contacts .email a {
	display: inline-block;
	vertical-align: middle;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: var(--color-white);
	text-decoration: none
}

.header-contacts .phones a .fa5,
.header-contacts .email a .fa5 {
	font-size: 10px;
	padding: 0 5px 2px 0
}

.header-contacts .phones a:hover,
.header-contacts .email a:hover {
	color: var(--color-orange)
}

.header-contacts .phones a {
	font-weight: 700
}

.header-contacts .email {
	padding-left: 35px
}

.header-social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	gap: 10px;
	margin-right: 50px
}

.header-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 26px;
	height: 26px;
	font-size: 18px;
	line-height: 1;
	color: var(--color-white);
	text-decoration: none;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.header-social-link:hover {
	color: var(--color-orange)
}

.header-callback {
	flex-shrink: 0;
	text-align: right
}

.header-callback .btn {
	display: inline-block;
	padding: 0 30px;
	height: 48px;
	font-size: 15px;
	font-weight: 700;
	line-height: 48px
}

.header-language {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 50px
}

.header-language-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
	margin-left: 3px
}

.header-language-list::before {
	content: "/";
	position: absolute;
	top: 0;
	left: 32px
}

.header-language-list>li {
	position: relative;
	padding: 0 5px
}

.header-language-list>li+li a {
	padding-left: 5px
}

.header-language-link {
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	color: var(--color-white);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	position: relative
}

.header-language-link.current {
	font-weight: 500
}

.header-language-link.current::before {
	content: "";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: -3px;
	width: 25px;
	height: 1px;
	background: var(--color-white)
}

.header-language-link:hover {
	color: var(--color-orange)
}

.header-language-link:hover::before {
	background: var(--color-orange)
}

.header-burger {
	width: 65px;
	height: 45px;
	display: none;
	cursor: pointer
}

.header-burger .burger-line-bottom,
.header-burger .burger-line-top,
.header-burger .burger-line-center {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.header-burger span {
	position: absolute;
	opacity: 0
}

.header-burger span .fa5 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-size: 33px;
	font-weight: 300;
	color: var(--color);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 975;
	background: var(--color-white)
}

.header-mobile-contacts {
	background: var(--color);
	padding: 10px
}

.header-mobile-contacts a {
	height: 100%;
	font-size: 16px !important
}

.header-mobile-contacts a .fa5 {
	font-size: 13px !important;
	padding: 0 5px 0 0 !important
}

.header-mobile-contacts .phones>li+li {
	padding-left: 20px
}

.header-mobile-contacts .email {
	padding-left: 20px
}

.header-mobile-contacts .callback {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 30px;
	height: 30px;
	margin-left: auto;
	background: var(--color-orange);
	border-radius: 50%
}

.header-mobile-contacts .callback .fa5 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: var(--color-white);
	font-size: 21px !important;
	padding: 0 !important
}

.header-mobile-center {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	background: var(--color-white)
}

.header-mobile-center .header-logo {
	width: 115px;
	padding-left: 15px
}

.header-mobile-center .header-logo .text {
	font-size: 11px;
	line-height: 13px
}

.header-mobile-center .header-language {
	margin-left: auto !important;
	margin-right: 10px
}

.header-mobile-center .header-language-list::before {
	left: 35px
}

.header-mobile-center .header-language-link {
	font-size: 17px;
	font-weight: 400;
	color: var(--color)
}

.header-mobile-center .header-language-link.current::before {
	background: var(--color)
}

.header-mobile-center .btn {
	font-size: 13px;
	padding: 0 10px;
	margin-right: 10px;
	height: 43px;
	line-height: 43px
}

.header-mobile-center .page-query-btn {
	margin-right: 10px
}

.header-mobile-center .page-query-btn .btn {
	font-size: 13px;
	padding: 0 10px;
	height: 43px;
	line-height: 43px
}

.header-mobile-calc-btn {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	display: none;
	background: var(--color-white);
	transform: translateY(100px);
	width: 100%;
	z-index: 945;
	border-bottom: 1px solid rgba(107, 107, 107, .4)
}

.header-mobile-calc-btn .page-query-btn {
	width: 95%;
	margin: 0 auto;
	padding: 0 0 8px
}

.header-mobile-calc-btn .page-query-btn .btn {
	height: 36px;
	line-height: 36px;
	font-size: 13px
}

.header-mobile-calc-btn.show {
	transform: translateY(145px)
}

.header-mobile .page-query-btn {
	display: block
}

.header.add {
	position: fixed !important;
	width: 100%
}

.navigation {
	position: relative;
	z-index: 100;
	max-width: 1170px;
	flex: 1
}

.navigation-list {
	display: table;
	width: 100%
}

.navigation-list>ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -23px
}

.navigation-list>ul>li {
	display: table-cell
}

.navigation-item {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden
}

.navigation-item.firstbox:hover {
	background: var(--color-orange)
}

.navigation-item.firstbox:hover .navigation-link {
	color: var(--color-white)
}

.navigation-item.firstbox .navigation-link {
	pointer-events: none !important
}

.navigation-item-box {
	position: relative
}

.navigation-item:hover {
	background: var(--color-blue);
	overflow: visible
}

.navigation-item:hover .navigation-global {
	visibility: visible;
	opacity: 1;
	clip: auto
}

.navigation-item:hover .navigation-children {
	opacity: 1;
	visibility: visible;
	clip: auto
}

.navigation-item:hover .navigation-link {
	color: var(--color-orange)
}

.navigation-link {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 41px;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	height: 100%;
	position: relative;
	z-index: 5;
	padding: 12px 20px;
	white-space: nowrap
}

.navigation-link .toggle {
	vertical-align: -1px;
	margin-left: 7px
}

.navigation-link.direction~.navigation-children {
	width: 100% !important
}

.navigation-global {
	position: fixed;
	top: 98px;
	left: 0;
	-webkit-transition: linear .1s;
	-moz-transition: linear .1s;
	-o-transition: linear .1s;
	-ms-transition: linear .1s;
	transition: linear .1s;
	visibility: hidden;
	opacity: 0;
	clip: rect(0 0 0 0);
	width: 100%;
	background: var(--color-blue);
	z-index: 1;
	padding-right: 0;
	padding-left: 20px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	box-shadow: 0 9px 21px rgba(1, 25, 56, .44)
}

.navigation-global-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 25px 0 40px
}

.navigation-global-list>li {
	width: 27%;
	padding-right: 55px;
	margin-left: 15px
}

.navigation-global-link {
	font-size: 14px;
	line-height: 18px;
	color: var(--color-white);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	width: 100%;
	display: block;
	text-decoration: none
}

.navigation-global-link span {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	position: relative
}

.navigation-global-link span::before {
	content: "";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background: var(--color-orange)
}

.navigation-global-link:hover span {
	color: var(--color-orange)
}

.navigation-global-link:hover span::before {
	width: 100%;
	height: 1px;
	right: 0;
	left: 0
}

.navigation-global-box .navigation-global-link {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: .6px solid rgba(255, 255, 255, .54)
}

.navigation-global-box .navigation-global-link:hover span::before {
	display: none
}

.navigation-global-box .navigation-global-link:hover::after {
	left: 100%;
	transform: translateX(-100%)
}

.navigation-global-child>li {
	margin-top: 15px
}

.navigation-children {
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	width: 350px;
	background: var(--color-blue);
	visibility: hidden;
	opacity: 0;
	clip: rect(0 0 0 0)
}

.navigation-children-items {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0 45px;
	padding: 35px 0 30px;
	box-shadow: 0 9px 21px rgba(1, 25, 56, .44);
	border-top: 1px solid rgba(255, 255, 255, .3)
}

.navigation-children-items>li {
	width: 100%;
	padding: 0
}

.navigation-children-items .navigation-global-link {
	font-size: 15px;
	padding: 10px 25px
}

.navigation-mobile {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	padding-top: 65px;
	display: block;
	overflow-y: scroll;
	position: fixed;
	left: 0;
	background: var(--color-blue);
	z-index: 950
}

.navigation-mobile-wrapper {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%
}

.navigation-mobile-btn {
	display: none
}

.navigation-mobile-child {
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	color: var(--color-white);
	text-align: center;
	text-decoration: none;
	background: #101a35;
	position: relative;
	z-index: 5;
	display: none
}

.navigation-mobile-child>li {
	width: 100% !important
}

.navigation-mobile-child a {
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	color: var(--color-white);
	text-align: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px 25px;
	transition: all .3s ease 0s
}

.navigation-mobile-child a:hover {
	text-decoration: none;
	animation: headShake 1s
}

.navigation-mobile-list {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: column;
	flex: 1;
	width: 100%
}

.navigation-mobile-list-left,
.navigation-mobile-list-right {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	width: 40%
}

.navigation-mobile-list-logo {
	width: 20%;
	position: relative;
	animation: pulseLogo;
	animation-duration: 5s;
	animation-iteration-count: infinite
}

.navigation-mobile-list-logo>img {
	position: absolute;
	top: -25px;
	left: 0;
	object-fit: cover;
	width: 80%
}

.navigation-mobile-list>ul {
	width: 100%;
	flex: 1
}

.navigation-mobile-list>ul li {
	width: 100%;
	text-align: left
}

.navigation-mobile-list .btn {
	width: 90% !important;
	margin: 0 auto
}

.navigation-mobile-img-top {
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 5;
	width: 100%
}

.navigation-mobile-img-bottom {
	position: absolute;
	bottom: -16px;
	left: 0;
	z-index: 5;
	width: 100%;
	object-fit: none
}

.navigation-mobile-item {
	position: relative;
	overflow: hidden
}

.navigation-mobile-item:hover {
	overflow: visible;
	text-decoration: none
}

.navigation-mobile-item:hover .navigation-child {
	animation: fadeInDown .5s;
	opacity: 1;
	filter: drop-shadow(0px 12px 10px rgba(0, 0, 0, 0.35))
}

.navigation-mobile-item:hover .navigation-link {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .8;
	text-decoration: none
}

.navigation-mobile-item:hover .navigation-item-bg {
	animation: rotateIn 1s;
	opacity: 1
}

.navigation-mobile-item:hover .toggle .fa5 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navigation-mobile-item-bg {
	position: absolute;
	top: -6px;
	left: 25%;
	-webkit-transition: .05;
	-moz-transition: .05;
	-o-transition: .05;
	-ms-transition: .05;
	transition: .05;
	opacity: 0
}

.navigation-mobile-item-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 30
}

.navigation-mobile-item-btn .fa5 {
	font-size: 11px;
	font-weight: 300;
	line-height: 15px;
	color: var(--color-white);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.navigation-mobile-item-btn .btn-inner {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap
}

.navigation-mobile-item-btn .btn-inner.subchild .fa5 {
	color: var(--color);
	font-weight: 600
}

.navigation-mobile-item-btn.open .fa5 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navigation-mobile-link {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-white);
	text-align: left;
	text-decoration: none;
	position: relative;
	z-index: 5;
	display: block;
	padding: 20px 15px;
	white-space: nowrap;
	transition: all .5s ease 0s;
	border-bottom: .3px solid rgba(255, 255, 255, .35)
}

.navigation-mobile-link .toggle {
	font-size: 11px;
	color: var(--color-white);
	vertical-align: 2px;
	margin-left: 5px;
	display: none
}

.navigation-mobile-link .toggle .fa5 {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.navigation-mobile-sublink {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.navigation-mobile-sublink.sublink-alert {
	background: var(--color-orange)
}

.navigation-mobile-sublink.open {
	background: var(--color-blue-lite)
}

.navigation-mobile-subchild {
	background: var(--color-gray-lite)
}

.navigation-mobile-subchild span {
	color: var(--color)
}

.navigation-mobile-subchild-link {
	background: #bfbfbf
}

.navigation-mobile-subchild-link span {
	color: var(--color)
}

.navigation-mobile-content {
	display: none;
	flex-direction: column;
	padding: 30px;
	position: relative
}

.navigation-mobile-content .btn {
	width: 100%
}

.navigation-mobile-content .header-language {
	margin-top: 65px;
	margin-left: 0
}

.navigation-mobile-content .header-city {
	margin: 30px 0 !important
}

.navigation-mobile-content .header-city .fa5 {
	color: var(--color-white)
}

.navigation-mobile-line {
	width: 100%;
	position: absolute;
	top: -7px;
	left: 0
}

.navigation-mobile-img {
	position: absolute;
	bottom: 120px;
	right: 45px;
	width: 110px
}

.navigation-mobile-inner {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	position: relative
}

.navigation-mobile-inner.open {
	background: var(--color-blue)
}

.navigation-mobile-close {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 50px;
	height: 50px;
	background: var(--color-orange)
}

.navigation-mobile-close .fa5 {
	font-size: 30px;
	color: var(--color-white);
	font-weight: 300
}

.navigation-mobile.open {
	transform: translateX(0)
}

.navigation-mobile::-webkit-scrollbar {
	width: 3px
}

.navigation-mobile .container {
	padding: 0 !important
}

.navigation-mobile .header-contacts {
	padding: 0 0 8px 0;
	justify-content: center
}

.navigation-mobile .header-contacts a {
	font-size: 14px !important;
	padding: 7px 10px
}

.navigation-mobile .header-contacts a .fa5 {
	font-size: 15px;
	padding: 0 5px 0 0
}

.navigation-mobile .header-contacts .phones>li+li {
	padding-left: 0
}

.navigation-mobile .header-contacts .email {
	padding-left: 0
}

.navigation-mobile .header-language-link {
	font-size: 19px
}

.navigation-mobile .header-language-link.current::before {
	width: 29px
}

.navigation-mobile .header-city-current {
	width: 130px;
	justify-content: center
}

.navigation-mobile .header-city-current span {
	font-size: 18px
}

.navigation-mobile .header-city-list>li a {
	width: 130px;
	padding: 10px 15px;
	left: 0;
	font-size: 19px;
	text-align: center
}

.footer {
	background: #101a35;
	padding: 35px 0 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 0
}

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.footer-bottom {
	font-size: 14px;
	line-height: 22px;
	color: rgba(255, 255, 255, .55);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 30px
}

.footer-bottom .address {
	width: 40%;
	padding-right: 89px
}

.footer-bottom .offer,
.footer-bottom .confidence {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 30px;
	color: inherit;
	text-decoration: none
}

.footer-bottom .offer:hover,
.footer-bottom .confidence:hover {
	color: var(--color-white)
}

.footer-bottom .offer {
	text-transform: uppercase
}

.footer-bottom .developers {
	font-size: 12px;
	line-height: 22px;
	color: var(--color-white);
	margin-left: auto;
	text-align: right
}

.footer-bottom .developers-link {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: var(--color-white);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none
}

.footer-bottom .developers-link:hover .icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.footer-contacts {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap
}

.footer-contacts .phones,
.footer-contacts .email {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap
}

.footer-contacts .phones a,
.footer-contacts .email a {
	display: inline-block;
	vertical-align: middle;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-white);
	text-decoration: none
}

.footer-contacts .phones a .fa5,
.footer-contacts .email a .fa5 {
	display: none
}

.footer-contacts .phones a:hover,
.footer-contacts .email a:hover {
	color: var(--color-orange)
}

.footer-contacts .email {
	padding-left: 65px
}

.footer-social {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	color: var(--color-white);
	margin: 0 -15px 0 0
}

.footer-social-link {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px;
	text-decoration: none;
	color: inherit
}

.footer-social-link .fa5 {
	font-size: 20px
}

.footer-social-link:hover {
	color: var(--color-orange)
}

.footer-inner {
	margin-bottom: 30px
}

.footer-nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 10px 30px;
	border-top: 1px solid rgba(255, 255, 255, .3)
}

.footer-nav-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	flex-shrink: 0
}

.footer-nav-item {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	color: var(--color-white)
}

.footer-nav-item:hover .navigation-link {
	color: var(--color-orange)
}

.footer-nav-item a {
	font-size: 14px !important
}

.footer-external {
	flex-shrink: 0
}

.footer-external a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--color-white);
	padding-left: 30px
}

.footer-external a:before {
	content: "";
	display: block;
	width: 20px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	background: url("/assets/plugins/flags/ru.svg") no-repeat left center;
	background-size: cover
}

.footer-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: rgba(255, 255, 255, .55)
}

@media(max-width: 1790px) {
	.header-logo .description {
		display: none
	}
	
	.navigation-list ul {
		margin: 0
	}
	
	.navigation-link {
		font-size: 14px;
		padding: 15px
	}
	
	.navigation-global {
		padding-left: 180px
	}
}

@media(max-width: 1690px) {
	.header-bottom .header-callback {
		width: 20%
	}
}

@media(max-width: 1590px) {
	.header-callback .btn {
		padding: 0 10px;
		font-size: 13px
	}
	
	.header-bottom {
		justify-content: center;
		padding: 0 20px
	}
	
	.header-bottom .header-logo {
		width: 10%
	}
	
	.header-bottom .header-callback {
		width: 12%
	}
}

@media(max-width: 1490px) {
	.navigation-link {
		padding: 15px 10px
	}
	
	.navigation-global {
		top: 102px;
		padding-left: 220px
	}
	
	.navigation-global-box .navigation-global-link {
		font-size: 14px;
		padding: 22px 0 5px
	}
	
	.navigation-global-child>li {
		margin-top: 12px
	}
}

@media(max-width: 1200px) {
	.header-bottom {
		padding: 0 0 0 15px
	}
	
	.header-bottom .header-callback {
		display: none
	}
	
	.header-bottom .btn,
	.header-bottom .page-query-btn {
		display: block
	}
	
	.header-logo {
		display: flex !important;
		padding: 5px 0;
		width: auto;
		margin-right: auto
	}
	
	.header-logo .image {
		max-height: 50px
	}
	
	.header-logo .description {
		width: 160px;
		display: block;
		padding: 0 25px 0 10px
	}
	
	.header-burger {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap
	}
	
	.header-mobile .header-language {
		margin-right: 20px
	}
	
	.header-mobile .header-language-list::before {
		display: none
	}
	
	.navigation {
		display: none
	}
	
	.navigation-mobile-wrapper {
		width: 95% !important
	}
	
	.navigation-mobile .btn {
		width: 50%
	}
	
	.footer-top {
		flex-direction: column
	}
	
	.footer-bottom {
		flex-direction: column
	}
	
	.footer-bottom .address {
		width: 100%;
		text-align: center;
		padding-right: 0
	}
	
	.footer-bottom .offer {
		padding: 0;
		margin-top: 25px
	}
	
	.footer-bottom .developers {
		margin-top: 25px;
		text-align: center;
		margin-left: inherit
	}
	
	.footer-bottom .developers-link {
		justify-content: center
	}
	
	.footer-contacts {
		margin: 40px 0 20px;
		flex-direction: column
	}
	
	.footer-contacts .phones {
		flex-direction: column;
		margin-bottom: 15px
	}
	
	.footer-contacts .phones a {
		justify-content: center
	}
	
	.footer-contacts .email {
		padding-left: 0;
		margin-top: 15px
	}
	
	.footer-contacts .email a {
		text-align: center
	}
	
	.container {
		width: 970px
	}
}

@media(max-width: 992px) {
	.header {
		display: none;
		z-index: 1000;
		position: fixed;
		width: 100%
	}
	
	.header-top {
		display: none
	}
	
	.header-mobile {
		display: block
	}
	
	.header-mobile-center {
		border-bottom: 1px solid rgba(107, 107, 107, .3)
	}
	
	.header-mobile-center .btn {
		display: none !important
	}
	
	.header-mobile .header-language {
		margin-right: 0
	}
	
	.header-mobile .page-query-btn {
		display: none !important
	}
	
	.footer {
		position: relative;
		padding: 25px 0 0
	}
	
	.container {
		width: 750px
	}
	
	.navigation-mobile {
		padding: 120px 0 30px
	}
}

@media(max-width: 768px) {
	.header-bottom {
		padding: 0
	}
	
	.header-logo {
		padding-left: 15px
	}
	
	.header-logo .image {
		max-height: 40px
	}
	
	.header-mobile-contacts {
		padding: 5px 15px
	}
	
	.header-mobile-contacts a {
		font-size: 12px !important
	}
	
	.header-mobile-contacts a .fa5 {
		font-size: 10px !important
	}
	
	.header-mobile-center .header-logo .text {
		font-size: 11px;
		line-height: 12px
	}
	
	.header-mobile-center .header-language-list {
		margin-left: 0
	}
	
	.header-mobile-center .header-language-list::before {
		display: none
	}
	
	.header-mobile-center .header-language-link {
		display: block;
		font-size: 13px !important
	}
	
	.header-mobile-center .header-language-link.current::before {
		width: 25px;
		bottom: -3px
	}
	
	.footer {
		padding: 25px 0
	}
	
	.footer-top {
		padding-bottom: 20px
	}
	
	.footer-bottom .confidence {
		margin-top: 20px
	}
	
	.footer-contacts {
		margin: 25px 0 20px
	}
	
	.footer-nav-list {
		justify-content: center;
		padding: 10px 0
	}
	
	.footer-nav-wrapper {
		flex-direction: column
	}
	
	.footer-nav .navigation-link {
		padding: 10px;
		line-height: 18px
	}
	
	.footer-copyright {
		margin-top: 10px
	}
	
	.container {
		width: auto
	}
	
	.navigation-mobile {
		padding-top: 90px
	}
	
	.navigation-mobile-wrapper {
		width: auto !important
	}
}

.content {
	flex-grow: 1
}

.content-inner {
	background: var(--color-white);
	z-index: 1;
	position: relative
}

.page-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 51px;
	margin-bottom: 0 !important
}

.page-title span {
	color: var(--color-orange)
}

.page-title.white {
	color: var(--color-white) !important
}

.page-scroll-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: fixed;
	bottom: 285px;
	right: 50px;
	width: 52px;
	height: 52px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	background: rgba(107, 107, 107, .5);
	cursor: pointer;
	z-index: 1000;
	opacity: 0;
	visibility: hidden
}

.page-scroll-btn .fa5 {
	font-size: 18px;
	font-weight: 400;
	color: var(--color-white);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.page-scroll-btn:hover {
	background: var(--color-white);
	outline: 1px solid rgba(107, 107, 107, .5)
}

.page-scroll-btn:hover .fa5 {
	color: var(--color-blue)
}

.page-query-btn {
	width: 160px;
	display: none
}

.page-query-btn .btn {
	width: 100%
}

.page-query-btn .btn {
	background: var(--color-blue)
}

@media(max-width: 1200px) {
	.page-title {
		font-size: 36px;
		line-height: 37px
	}
}

@media(max-width: 992px) {
	.content {
		padding-top: 101px
	}
	
	.page-title {
		font-size: 37px;
		line-height: 34px
	}
	
	.page-scroll-btn {
		right: 15px;
		bottom: 100px
	}
}

@media(max-width: 768px) {
	.content {
		padding-top: 91px
	}
	
	.page-title {
		font-size: 24px;
		line-height: 28px
	}
	
	.page-query-btn {
		display: block
	}
}

.home-slider {
	position: relative;
	height: 880px;
	overflow: hidden;
	width: 100%
}

.home-slider-item {
	width: 100%;
	height: 850px;
	position: relative;
	padding-top: 90px;
	color: inherit;
	text-decoration: none
}

.home-slider-item .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.home-slider-item .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-slider-item .image::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block
}

.home-slider-item .container {
	display: flex;
	flex-wrap: wrap
}

.home-slider-item .container-center {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap
}

.home-slider-item .description {
	max-width: 600px
}

.home-slider-item .title {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--color-white)
}

.home-slider-item .text {
	margin-top: 20px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-white)
}

.home-slider-item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block
}

.home-slider-list {
	position: relative
}

.home-slider-list::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: block
}

.home-slider .owl-nav button {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 1;
	color: var(--color-white);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	background: rgba(255, 255, 255, .21);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
	border-radius: 50%;
}

.home-slider .owl-nav button.owl-prev {
	left: 50px
}

.home-slider .owl-nav button.owl-next {
	right: 50px
}

.home-slider .owl-nav button:hover {
	color: var(--color-orange);
	background: var(--color-white)
}

.home-advantages {
	margin-top: -105px;
	padding: 0 50px;
}

.home-advantages-container {
	max-width: 1400px;
	background: #092f60;
	border-radius: 7px;
	margin: 0 auto;
}

.home-advantages-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 65px;
	height: 65px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	flex-shrink: 0;
	margin-right: 20px;
	background: var(--color-white);
	border-radius: 50%
}

.home-advantages-logo svg {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.home-advantages-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	color: var(--color-white);
}

.home-advantages-list > li {
	width: 25%;
	padding: 0 15px;
}

.home-advantages-item {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	height: 100%
}

/*.home-advantages-item:hover .home-advantages-logo {*/
/*    background: var(--color-orange)*/
/*}*/

/*.home-advantages-item:hover .home-advantages-logo svg {*/
/*    fill: var(--color-white)*/
/*}*/

.home-advantages-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.home-advantages-text {
	font-size: 14px;
	line-height: 1.2;
	opacity: .68;
	margin-top: 10px
}

.home-advantages .container {
	width: auto;
	padding: 20px 30px;
}

.home-services {
	margin-top: 75px
}

.home-services-text {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	padding-right: 165px
}

.home-services-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 35px -15px 0
}

.home-services-list>li {
	width: 33.33%;
	padding: 0 15px;
	margin-top: 30px
}

.home-services-list>li:nth-child(-n+3) {
	margin-top: 0
}

.home-services-logo {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100px;
	padding: 50px 20px;
	background: var(--color-gray-lite);
	border-bottom: 2px solid var(--color-blue)
}

.home-services-description {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	width: 100%;
	position: relative;
	padding: 65px 50px 65px 20px;
	border-bottom: 2px solid var(--color-orange)
}

.home-services-title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.home-services-watch {
	font-size: 15px;
	line-height: 31px;
	color: var(--color-blue);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: absolute;
	bottom: 10px;
	left: 20px;
	margin-top: 20px;
	display: inline-block
}

.home-services-watch .fa5 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-size: 10px;
	line-height: 15px;
	color: var(--color-orange)
}

.home-services-watch:hover .fa5 {
	transform: translate(3px, 2px);
	font-size: 14px
}

.home-services-item {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	height: 100%;
	text-decoration: none;
	color: var(--color);
	border: 1px solid #e6ebee;
	border-left: none
}

.home-services-item svg {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.home-services-item:hover {
	box-shadow: 0 40px 16px -26px rgba(34, 60, 80, .1)
}

.home-services-item:hover .home-services-logo {
	background: var(--color-blue)
}

.home-services-item:hover .home-services-description {
	background: var(--color-orange)
}

.home-services-item:hover .home-services-title {
	color: var(--color-white)
}

.home-services-item:hover .home-services-watch {
	color: var(--color-white)
}

.home-services-item:hover .home-services-watch .fa5 {
	color: var(--color-white)
}

.home-services-item:hover svg {
	fill: var(--color-white)
}

.home-calculation {
	margin-top: 75px;
	padding: 45px 0;
	background-size: cover;
	position: relative
}

.home-calculation-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-calculation-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block
}

.home-calculation-bg picture {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.home-calculation-bg img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover
}

.home-calculation-content {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	background: var(--color-blue);
	padding: 40px 60px;
	border-radius: 7px
}

.home-calculation .page-title {
	width: 274px;
	font-size: 32px;
	line-height: 1.3;
	margin-right: 60px;
	flex-shrink: 0
}

.home-about {
	margin-top: 100px;
	padding-bottom: 65px;
	position: relative;
	overflow: hidden
}

.home-about-bg {
	font-size: 300px;
	font-weight: 700;
	line-height: 290px;
	color: rgba(245, 246, 247, .7);
	position: absolute;
	top: 0;
	left: 50%;
	text-transform: uppercase;
	transform: translateX(-50%);
	letter-spacing: .02em;
	white-space: nowrap
}

.home-about-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block
}

.home-about-top {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	margin-top: 50px;
	gap: 20px;
}

.home-about-top > div {
	flex: 1; /* каждая колонка занимает равную ширину */
}

.home-about-top .label {
	line-height: 25px !important
}

.home-about-text {
	font-size: 16px;
	line-height: 25px
}

.home-about-image {
	/*margin: 0 55px 0 45px*/
}

.home-about-image .img {
	max-width: 300px;
	filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
	transition: transform 0.3s ease; /* плавность */
	margin: 0 20px;
}

.home-about-image .img:hover {
	transform: scale(1.05); /* увеличение на 10% */
}

.home-about-logos {
	display: grid;
	grid-template-columns: 2fr 1fr; /* левая часть под логотипы, правая под кнопку */
	align-items: center;
	margin: 30px auto 70px;
	gap: 20px;
}

.home-about-logos .logos {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.home-about-logos img {
	max-height: 80px;
	width: auto;
	transition: transform 0.3s ease; /* плавность */
}

.home-about-logos img:hover {
	transform: scale(1.1); /* увеличение на 10% */
}

.home-about-logos .home-about-btn {
	display: flex;
}

.home-about-list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 20px -15px 0
}

.home-about-list>li {
	padding: 0 15px;
	width: 25%
}

.home-about-item {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	border: 1px solid rgba(158, 162, 170, .26);
	border-bottom: 2px solid var(--color-blue);
	height: 100%;
	padding: 30px 0
}

.home-about-item-logo {
	width: 102px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	margin: 0 auto;
	background: var(--color-gray-lite)
}

.home-about-item-logo svg {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.home-about-item-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 20px;
	text-align: center;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.home-about-item-logo svg {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s
}

.home-about-item-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 20px;
	text-align: center;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

/*.home-about-item:hover {*/
/*    background: var(--color-blue);*/
/*    box-shadow: 0 15px 15px 0 rgba(34, 60, 80, .2)*/
/*}*/

/*.home-about-item:hover .home-about-item-logo {*/
/*    background: var(--color-orange)*/
/*}*/

/*.home-about-item:hover .home-about-item-logo svg {*/
/*    fill: var(--color-white)*/
/*}*/

/*.home-about-item:hover .home-about-item-text {*/
/*    color: var(--color-white)*/
/*}*/

.home-about-subtitle {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2
}

@media (max-width: 768px) {
	.home-about-logos {
		display: flex;
		flex-direction: column; /* кнопка под логотипами */
		align-items: center;
		gap: 15px;
	}
	
	.home-about-logos .logos {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		margin-bottom: 20px
	}
	
	.home-about-logos .logos img {
		width: 100%;
		height: auto;
	}
}

.home-reviews {
	padding: 55px 0 45px;
	position: relative
}

.home-reviews-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-reviews-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block
}

.home-reviews-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-reviews-link {
	font-size: 15px;
	font-weight: 600;
	line-height: 29px;
	color: var(--color-white);
	position: relative;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 16px
}

.home-reviews-link .fa5 {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: var(--color-white);
	position: absolute;
	top: 8px;
	right: 0;
	padding-left: 5px
}

.home-reviews-link:hover .fa5 {
	transform: translate(3px, 1px);
	font-size: 14px
}

.home-reviews-list {
	margin: 35px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255, 255, 255, .28);
	border-left: 1px solid rgba(255, 255, 255, .28)
}

.home-reviews-list>li {
	width: 25%;
	height: 145px
}

.home-reviews-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .28);
	border-right: 1px solid rgba(255, 255, 255, .28);
	position: relative
}

.home-reviews-item:hover .home-reviews-logo-white {
	opacity: 0
}

.home-reviews-item:hover .home-reviews-logo-orange {
	opacity: 1
}

.home-reviews-logo-white {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: absolute;
	opacity: 1
}

.home-reviews-logo-orange {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	position: absolute;
	opacity: 0
}

.home-blog {
	padding-bottom: 80px
}

.home-blog-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.home-blog-title .title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-blue)
}

.home-blog-title .link a {
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-blue);
	text-decoration: none;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.home-blog-title .link a .fa5 {
	margin-left: 5px;
	font-size: 120%;
	vertical-align: middle
}

.home-blog-title .link a:hover {
	color: var(--color-orange)
}

.home-blog-list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -15px
}

.home-blog-list>li {
	width: 33.33%;
	padding: 0 15px
}

.home-blog-item {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	height: 100%
}

.home-blog-item .image {
	position: relative
}

.home-blog-item .image img {
	display: block;
	width: 100%
}

.home-blog-item .image:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.home-blog-item .date {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	background: var(--color-blue);
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1;
	color: var(--color-white)
}

.home-blog-item .title {
	flex-grow: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--color-blue);
	padding: 15px 20px 20px;
	border-left: 1px solid #e9edf0;
	border-right: 1px solid #e9edf0;
	border-bottom: 3px solid var(--color-orange);
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.home-blog-item:hover .image:before {
	background: rgba(9, 47, 97, .3)
}

.home-blog-item:hover .title {
	border-color: var(--color-orange);
	background: var(--color-orange);
	color: var(--color-white)
}

@media(max-width: 1366px) {
	.home-slider {
		height: 800px;
	}
	
	.home-slider-item {
		padding-top: 50px;
		height: 820px;
	}
	
	.home-slider-item .title {
		font-size: 44px;
		line-height: 50px
	}
	
	.home-slider-item .text {
		font-size: 25px;
		line-height: 1.2
	}
	
	.home-slider-item .description {
		max-width: 500px;
		padding-right: 40px
	}
	
	.home-slider-item .container-center {
		justify-content: center
	}
	
	.home-advantages {
		margin-top: -65px
	}
	
	.home-advantages .container {
		padding: 20px 30px;
	}
}

@media(max-width: 1200px) {
	.home-advantages-title {
		font-size: 18px
	}
	
	.home-advantages-text {
		font-size: 13px;
		line-height: 15px;
		margin-top: 5px
	}
	
	.home-advantages-logo {
		width: 55px;
		height: 55px
	}
	
	.home-calculation .page-title {
		font-size: 35px;
		line-height: 35px;
		width: 255px;
		margin-right: 40px
	}
	
	.home-about-image .img {
		max-width: 200px
	}
	
	.home-about-item {
		padding: 20px 10px
	}
	
	.home-about-item-text {
		font-size: 15px;
		line-height: 21px
	}
	
	.home-slider-item .image img {
		height: 100%
	}
	
	.home-services-text {
		padding-right: 0
	}
	
	.home-services-list>li {
		width: 50%
	}
	
	.home-services-list>li:nth-child(3) {
		margin-top: 30px
	}
	.home-slider .owl-nav button.owl-prev {
		left: 20px;
	}
	.home-slider .owl-nav button.owl-next {
		right: 20px;
	}
}

@media(max-width: 992px) {
	.home-slider {
		height: auto
	}
	
	.home-slider-item {
		height: auto;
		padding-bottom: 45px
	}
	
	.home-slider-item .container-center {
		width: 100%;
		flex-direction: column
	}
	
	.home-slider-item .description {
		max-width: 750px;
		padding-right: 0;
		margin-bottom: 70px
	}
	
	.home-slider-item .title {
		font-size: 37px;
		line-height: 36px;
		text-align: center
	}
	
	.home-slider-item .text {
		font-size: 22px;
		text-align: center
	}
	
	.home-slider-item .image img {
		height: 100%
	}
	
	.home-advantages {
		margin-top: -30px;
		padding: 0;
		background: var(--color-orange);
	}
	
	.home-advantages-container {
		padding: 20px 0;
		border-radius: 0;
		box-shadow: none;
	}
	
	.home-advantages-container .container {
		width: 750px;
		padding: 0 15px;
	}
	
	.home-advantages-list > li {
		width: 50%;
		margin-top: 30px;
	}
	.home-advantages-list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	
	.home-calculation .page-title {
		width: auto;
		margin: 0 0 20px !important
	}
	
	.home-calculation-content {
		display: block
	}
	
	.home-about-image {
		display: none
	}
	
	.home-about-text {
		width: 50%;
		padding: 0 15px
	}
	
	.home-about-list>li {
		width: 50%;
		margin-top: 30px
	}
	
	.home-about-list>li:nth-child(-n+2) {
		margin-top: 0
	}
}

@media(max-width: 768px) {
	.home-slider {
		height: 850px;
	}
	
	.home-slider-item {
		height: 850px;
		padding-top: 20px
	}
	
	.home-slider-item .image img {
		width: 100%
	}
	
	.home-slider-item .description {
		margin-bottom: 20px
	}
	
	.home-slider-item .title {
		font-size: 26px;
		line-height: 1.1;
		text-align: left;
		
	}
	
	.home-slider-item .text {
		text-align: left;
		font-size: 18px;
		line-height: 1.2;
		margin-top: 10px
	}
	
	.home-slider-item .form-query .page-title {
		display: none
	}
	
	.home-slider-item .form-query .inputs {
		margin-top: 0
	}
	
	.home-slider-item .form-query .actions {
		margin-top: 20px
	}
	
	.home-slider-item .form-query .actions .text {
		font-size: 12px;
		line-height: 1.2
	}
	
	.home-slider .owl-nav {
		display: none
	}
	
	.home-slider .owl-nav button {
		width: 40px;
		height: 40px;
		top: auto;
		bottom: 0
	}
	
	.home-slider .owl-dots {
		position: absolute;
		bottom: 17px;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%
	}
	
	.home-slider .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		background: var(--color-white);
		border-radius: 50%;
		margin: 0 7px
	}
	
	.home-slider .owl-dots .owl-dot.active {
		background: var(--color-orange)
	}
	
	.home-advantages {
		margin-top: 0
	}
	
	.home-advantages .container {
		width: auto;
	}
	
	.home-advantages-list {
		display: block;
		margin: 0;
	}
	.home-advantages-list > li {
		width: auto;
		padding: 0;
		margin: 0 0 30px;
	}
	.home-advantages-list > li:last-child {
		margin: 0;
	}
	
	.home-advantages-title {
		margin-top: 5px
	}
	
	.home-services {
		margin-top: 60px
	}
	
	.home-services-text {
		font-size: 14px
	}
	
	.home-services-list>li {
		width: 100%
	}
	
	.home-services-list>li:nth-child(2) {
		margin-top: 30px
	}
	
	.home-services-description {
		padding: 23px 0 50px 20px
	}
	
	.home-services-title {
		font-size: 18px
	}
	
	.home-services-watch {
		bottom: 11px
	}
	
	.home-services-logo {
		min-height: 130px;
		padding: 37px 20px
	}
	
	.home-calculation-content {
		padding: 30px 20px
	}
	
	.home-calculation .page-title {
		font-size: 20px;
		line-height: 1.2
	}
	
	.home-about {
		margin-top: 45px;
		padding-bottom: 45px
	}
	
	.home-about .page-title {
		margin-bottom: 10px !important;
		font-size: 35px !important
	}
	
	.home-about .page-title span {
		font-size: 35px !important
	}
	
	.home-about-bg {
		top: -45px
	}
	
	.home-about-top {
		flex-direction: column;
	}
	
	.home-about-text {
		width: 100%;
		font-size: 16px;
		padding: 0
	}
	
	.home-about-image {
		display: block;
		text-align: center;
	}
	
	.home-about-subtitle {
		font-size: 22px
	}
	
	.home-about-list {
		margin: 25px -15px 0
	}
	
	.home-about-list>li {
		width: 100%
	}
	
	.home-about-list>li:nth-child(2) {
		margin-top: 30px
	}
	
	.home-about-item {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		padding: 20px
	}
	
	.home-about-item-logo {
		width: 50px;
		height: 50px;
		margin: 0;
		flex-shrink: 0
	}
	
	.home-about-item-text {
		width: 100%;
		margin-top: 0;
		font-size: 18px;
		line-height: 26px;
		text-align: center
	}
	
	.home-reviews {
		background-size: cover
	}
	
	.home-reviews-item {
		border: none
	}
	
	.home-reviews-list {
		margin: 10px 0;
		border: none
	}
	
	.home-reviews-list>li {
		width: 50%
	}
	
	.home-reviews-link {
		text-align: center;
		padding-right: 0
	}
	
	.home-reviews-link .fa5 {
		position: static
	}
	
	.home-reviews-logo-white,
	.home-reviews-logo-orange {
		object-fit: contain
	}
	
	.home-blog {
		padding: 30px 0 50px
	}
	
	.home-blog-title {
		display: block
	}
	
	.home-blog-title .title {
		font-size: 30px
	}
	
	.home-blog-title .link {
		margin-top: 5px
	}
	
	.home-blog-list {
		display: block;
		margin: 0
	}
	
	.home-blog-list>li {
		width: auto;
		padding: 0
	}
	
	.home-blog-list>li+li {
		margin-top: 20px
	}
	
	.home-blog-item .date {
		font-size: 14px
	}
	
	.home-blog-item .title {
		font-size: 18px;
		padding: 10px 15px 15px
	}
}

.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 15px;
	background: #ededed;
	padding: 20px 250px 20px 60px;
	z-index: 2000
}

.cookie-text {
	color: var(--color)
}

.cookie a {
	color: var(--color)
}

.cookie-close {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: var(--color-white) !important;
	font-size: 22px
}

@media(max-width: 768px) {
	.cookie {
		font-size: 15px;
		padding: 15px
	}
	
	.cookie-container {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: column
	}
	
	.cookie-close {
		transform: translateY(0);
		margin-top: 15px;
		position: static;
		font-size: 15px
	}
	
	.cookie-text {
		flex-shrink: 0
	}
}

.newform {
	padding: 85px 0 95px;
	overflow: hidden
}

.newform-content {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-right: 70px
}

.newform-description {
	border: 1px solid #e9edf0;
	border-right-width: 0;
	flex-grow: 1;
	padding: 50px 65px
}

.newform-top .title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--color-blue)
}

.newform-top .text {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px
}

.newform-form {
	margin-top: 30px
}

.newform-form .input {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: var(--color);
	padding: 0 10px 0 45px;
	border-radius: 45px;
	border: 1px solid rgba(0, 0, 0, 0);
	background: #f5f6f8;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.newform-form .input::-webkit-input-placeholder {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-gray)
}

.newform-form .input:-moz-placeholder {
	font-family: "Montserrat", "Arial", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-gray)
}

.newform-form .input:focus {
	border-color: var(--color-gray)
}

.newform-form .input-group {
	position: relative
}

.newform-form .input-group .fa5 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 45px;
	height: 45px;
	font-size: 15px;
	line-height: 1;
	color: #afafaf;
	padding-left: 5px
}

.newform-form .input-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -7px;
	row-gap: 14px
}

.newform-form .input-list>li {
	width: 50%;
	padding: 0 7px
}

.newform-form .input-list>li.wide {
	width: 100%
}

.newform-form .inputs-mask {
	display: block;
	position: relative
}

.newform-form .inputs-mask-country {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px
}

.newform-form .inputs-mask-country .flag {
	width: 15px;
	height: 12px;
	margin-right: 5px
}

.newform-form .inputs-mask-country .label {
	background: none;
	padding: 0 10px 0 15px
}

.newform-form .inputs-mask-country .fa5 {
	width: auto;
	height: 100%;
	left: auto;
	right: 0;
	font-size: 12px;
	padding: 0 0 3px;
	margin: 0
}

.newform-form .inputs-mask-country .list .arrow {
	display: none !important
}

.newform-form .inputs-mask .input {
	padding-left: 95px
}

.newform-form .action {
	margin-top: 15px
}

.newform-form .action-checkers {
	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.newform-form .action-checker {
	position: relative;
	padding: 1px 0 0 28px
}

.newform-form .action-checker .checker {
	position: absolute;
	top: 0;
	left: 0
}

.newform-form .action-checker:hover .checker .checker-view {
	border-color: var(--color-orange);
}

.newform-form .action-checker .checker input:checked+.checker-view {
	background: var(--color-orange);
	border-color: var(--color-orange);
}

.newform-form .action-checker .checker input:checked+.checker-view:before {
	font-weight: 400;
	color: var(--color-white)
}

.newform-form .action-checker .checker .checker-view {
	background: var(--color-gray-lite);
	border: 1px solid #d9d9d9;
}

.newform-form .action-bottom {
	margin: 15px -7px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.newform-form .action-captcha {
	display: none;
	width: 50%;
	padding: 0 7px;
	overflow: hidden
}

.newform-form .action-btn {
	width: 100%;
	padding: 0 7px
}

.newform-form .action-btn .btn {
	width: 100%
}

.newform-image {
	display: flex;
	align-items: flex-end;
	position: relative;
	width: 400px;
	flex-shrink: 0
}

.newform-image .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.newform-image .background img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.newform-image .image {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: -90px
}

.newform-image .image img {
	display: block;
	width: 100%
}

.newform-image .description {
	position: relative;
	z-index: 10;
	padding: 0 0 30px 35px;
	color: var(--color-white)
}

.newform-image .title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2
}

.newform-image .text {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.newform-image .phone {
	margin-top: 15px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2
}

.newform-image .phone a {
	display: block;
	text-decoration: none
}

.newform-info {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5
}

@media(max-width: 1200px) {
	.newform {
		padding: 65px 0 70px
	}
	
	.newform-description {
		padding: 30px 40px
	}
	
	.newform-top .title {
		font-size: 32px
	}
	
	.newform-top .text {
		font-size: 16px
	}
}

@media(max-width: 992px) {
	.newform {
		padding: 65px 0 70px
	}
	
	.newform-content {
		margin-right: 0
	}
	
	.newform-description {
		padding: 25px 30px
	}
	
	.newform-top .title {
		font-size: 28px
	}
	
	.newform-form {
		margin-top: 20px
	}
	
	.newform-form .action-bottom {
		display: block;
		margin: 15px 0 0
	}
	
	.newform-form .action-captcha {
		width: auto;
		padding: 0
	}
	
	.newform-form .action-btn {
		width: auto;
		padding: 0;
		margin-top: 10px
	}
	
	.newform-image {
		width: 300px
	}
}

@media(max-width: 768px) {
	.newform {
		padding: 45px 0
	}
	
	.newform-content {
		display: block
	}
	
	.newform-description {
		border: 0;
		padding: 0
	}
	
	.newform-top .title {
		font-size: 24px
	}
	
	.newform-top .text {
		font-size: 14px
	}
	
	.newform-form .input-list {
		display: block;
		margin: 0
	}
	
	.newform-form .input-list>li {
		width: auto !important;
		padding: 0
	}
	
	.newform-form .input-list>li+li {
		margin-top: 15px
	}
	
	.newform-image {
		display: block;
		width: auto;
		margin: 30px -15px 0
	}
	
	.newform-image .image {
		right: 0
	}
	
	.newform-image .image img {
		width: 120px
	}
	
	.newform-image .description {
		padding: 20px 20px 20px
	}
	
	.newform-image .title {
		font-size: 20px
	}
	
	.newform-image .text {
		font-size: 14px
	}
}


/*# sourceMappingURL=style.css.map */