/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Variables
# Reset
# General
# Header
# Menu
# banner
# Advantage
# Calculation
# About-us
# Step
# Map
# Contacts
# Footer
# Button-up
# Modal

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*@font-face {
    font-family: 'Ubuntu'; 
    src: url(/template/fonts/Ubuntu-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu'; 
    src: url(/template/fonts/Ubuntu-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu'; 
    src: url(/template/fonts/Ubuntu-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu'; 
    src: url(/template/fonts/Ubuntu-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
	--body-color: #000;
	--base-color: #1771f1;
	--accent-color: #ffca02;

	--bg-muted: #f6faff;
	--bg-primary: var(--base-color);

	--border-radius-btn: 30px;
	--border-radius-btn-large: 100px;
	--border-radius-btn-small: 20px;
	--border-radius-panel: 30px;

	--box-shadow: 0px 4px 29px rgba(68, 88, 144, 0.12);
		 /* MAX: главный цвет (для круга) и измененный (для фона плашки) */
    --color-max: #6E1AFF;
    --color-max-bg: #AE80FF; 
    
    /* Telegram: главный цвет (для круга) и измененный (для фона плашки) */
    --color-tg: #229ED9;
    --color-tg-bg: #76d7dd;
    
    /* ВКонтакте: главный цвет (для круга) и измененный (для фона плашки) */
    --color-vk: #0077FF; /*#0077FF; */
    --color-vk-bg: #71AAFF;
}

/* -------------------------------------
# Reset
------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
	width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	font: 400 1rem/1.5 "Proxima Nova", sans-serif;
	text-align: left;
	color: #292929;
	background-color: #fff;
	overflow-x: hidden;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p,
li {
	margin-top: 0;
	margin-bottom: 1rem;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul {
	margin: 0;
	margin-bottom: 1rem;
	padding-left: 0;
	list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #00bf8f;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #267871;
	text-decoration: none;
	cursor: pointer;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
figure {
	margin: 0 0 1rem;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
label {
	display: inline-block;
}
button {
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	border: none;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
*::-webkit-input-placeholder {
	color: #959393;
	opacity: 1;
}
*::-moz-placeholder {
	color: #959393;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #959393;
	opacity: 1;
}
*::-ms-input-placeholder {
	color: #959393;
	opacity: 1;
}
*::placeholder {
	color: #959393;
	opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #292929;
}
body input:required:valid,
body textarea:required:valid {
	color: #292929;
}
.ymaps-2-1-72-copyright,
.ymaps-2-1-72-map-copyrights-promo {
	display: none !important;
}
.slick-slide {
	outline: none;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Base */
body {
	background: #fff;
	color: var(--body-color);
	/*font-size: 16px;*/
	font-size: calc(14px + 2 * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.5;
	font-weight: 300;
	font-family: "Ubuntu", Arial, sans-serif;
	margin: 0;
}
a {
	color: rgba(23, 113, 241, 0.7); /*base-color*/
	border-bottom: 1px solid var(--base-color);
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: var(--base-color);
	text-decoration: none;
}
img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-top: 0;
}
h1,
h2,
h3 {
	margin-bottom: 40px;
}
h4,
h5,
h6 {
	margin-bottom: 20px;
}
h1 {
	/*font-size: 3.8rem;*/ /*60px*/
	font-size: calc(40px + 20 * ((100vw - 320px) / (1920 - 320)));
}
h2 {
	/* font-size: 3.25rem;*/ /*52px*/
	font-size: calc(36px + 12 * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.1;
}
h3 {
	font-size: 2.6rem; /* 42px */
	font-size: calc(24px + 18 * ((100vw - 320px) / (1920 - 320)));
}
h4 {
	/*font-size: 2rem;*/ /*32px*/
	font-size: calc(20px + 12 * ((100vw - 320px) / (1920 - 320)));
}
h5 {
	/*font-size: 1.5rem;*/ /*24px*/
	font-size: calc(18px + 6 * ((100vw - 320px) / (1920 - 320)));
}
h6 {
	/*font-size: 1rem;*/ /* 16px */
	font-size: calc(14px + 2 * ((100vw - 320px) / (1920 - 320)));
}
section {
	padding: 30px 0;
}
@media (min-width: 768px) {
	section {
		padding: 50px 0;
	}
}

/* Button */
.button {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	color: var(--body-color);
	font-weight: 600;
	background-color: #ddd;
	border-radius: var(--border-radius-btn);
	border-bottom: none;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 30px;
}
.button-large {
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
}
.button-small {
	font-size: 0.8125rem;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
}

.button:hover,
.button:active {
	color: var(--body-color);
	background-color: rgba(221, 221, 221, 0.85); /*#ddd*/
}
.button-primary {
	color: #fff;
	background-color: var(--base-color);
}
.button-primary:hover,
.button-primary:active {
	color: #fff;
	background-color: rgba(23, 113, 241, 0.85); /*base-color*/
}
.button-success {
	color: #000;
	background-color: var(--accent-color);
}
.button-success:hover,
.button-success:active {
	color: #000;
	background-color: rgba(255, 202, 2, 0.8); /*accent-color*/
}
.button-border-primary {
	color: var(--base-color);
	background-color: transparent;
	border: 2px dashed var(--base-color);
	line-height: 50px;
}
.button-border-primary:hover,
.button-border-primary:active {
	color: rgba(23, 113, 241, 0.85); /*base-color*/
	background-color: transparent;
	border-color: rgba(23, 113, 241, 0.85);
}
.button-border-success {
	color: var(--accent-color);
	background-color: transparent;
	border: 2px dashed var(--accent-color);
	line-height: 50px;
}
.button-border-success:hover,
.button-border-success:active {
	color: rgba(255, 202, 2, 0.8); /*accent-color*/
	background-color: transparent;
	border-color: rgba(255, 202, 2, 0.8);
}
.button-border-large {
	height: 60px;
	line-height: 56px;
	padding: 0 60px;
}
.button-border-small {
	font-size: 0.8125rem;
	height: 44px;
	line-height: 40px;
	padding: 0 20px;
}

/* Container */
.container {
	width: 100%;
	padding: 0 25px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding: 0 30px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

/* Flex */
.flex {
	display: flex;
}
.flex-left {
	justify-content: flex-start;
}
.flex-center {
	justify-content: center;
}
.flex-right {
	justify-content: flex-end;
}
.flex-space-around {
	justify-content: space-around;
}
.flex-space-between {
	justify-content: space-between;
}
.flex-top {
	align-items: flex-start;
}
.flex-baseline {
	align-items: baseline;
}
.flex-middle {
	align-items: center;
}
.flex-bottom {
	align-items: flex-end;
}
.flex-stretch {
	align-items: stretch;
}
@media (min-width: 576px) {
	.flex-sm {
		display: flex;
	}
}
@media (min-width: 768px) {
	.flex-m {
		display: flex;
	}
}
@media (min-width: 992px) {
	.flex-l {
		display: flex;
	}
}
@media (min-width: 1200px) {
	.flex-xl {
		display: flex;
	}
}

/* Form*/
.form select,
.form textarea,
.form input:not([type]),
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="tel"] {
	width: 100%;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	color: var(--body-color);
	border: 2px solid var(--base-color);
	font-size: 1rem;
	font-weight: 400;
	background-color: transparent;
	border-radius: var(--border-radius-panel);
	box-sizing: border-box;
	padding: 0 20px;
}
.form select:focus,
.form textarea:focus,
.form input:not([type]):focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus {
	outline: 0;
}
.form__row + .form__row {
	margin-top: 20px;
}
.form__label {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}
.checkbox {
	display: flex;
	align-items: center;
	margin: 14px 0 0;
	cursor: pointer;
	vertical-align: top;
	font-size: 0;
}
.checkbox__inner {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 18px;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
}
.checkbox__pseudo {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid var(--base-color);
	position: relative;
	box-sizing: border-box;
}
.checkbox input:checked + .checkbox__inner .checkbox__pseudo .checkbox__check {
	stroke-dashoffset: 39px;
}
.checkbox__check {
	position: absolute;
	top: 1px;
	left: 1px;
	stroke: var(--base-color);
	stroke-dasharray: 19px;
	stroke-dashoffset: 19px;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.checkbox__text {
	min-height: 18px;
	margin-left: 5px;
}
.checkbox__link {
	color: var(--body-color);
}
@media (min-width: 768px) {
	.form__label {
		font-size: 1.25rem;
	}
}
.tel-novalid {
	border: 1px solid #ff7474 !important;
	-webkit-box-shadow: 0 0 8px rgba(255, 116, 116, 0.5);
	box-shadow: 0 0 8px rgba(255, 116, 116, 0.5);
}
/* Hidden */
.hidden {
	display: none;
}
@media (max-width: 767px) {
	.hidden-sm {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-m {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-l {
		display: none;
	}
}
@media (min-width: 1200px) {
	.hidden-xl {
		display: none;
	}
}

/* List */
.list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.list__item {
	margin-bottom: 0;
}
.list_check li {
	position: relative;
	padding-left: 25px;
}
.list_check li::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 0;
	background-image: url(/template/img/draw-check-mark.png);
	background-size: cover;
}

/* Margin */
.margin {
	margin: 25px;
}
.margin-s {
	margin: 10px;
}
.margin-l {
	margin: 50px;
}
.margin-top {
	margin-top: 25px;
}
.margin-top-s {
	margin-top: 10px;
}
.margin-top-l {
	margin-top: 50px;
}
.margin-right {
	margin-right: 25px;
}
.margin-right-s {
	margin-right: 10px;
}
.margin-right-l {
	margin-right: 50px;
}
.margin-bottom {
	margin-bottom: 25px;
}
.margin-bottom-s {
	margin-bottom: 10px;
}
.margin-bottom-l {
	margin-bottom: 50px;
}
.margin-left {
	margin-left: 25px;
}
.margin-left-s {
	margin-left: 10px;
}
.margin-left-l {
	margin-left: 50px;
}
.margin-remove {
	margin: 0;
}
.margin-remove-top {
	margin-top: 0;
}
.margin-remove-right {
	margin-right: 0;
}
.margin-remove-bottom {
	margin-bottom: 0;
}
.margin-remove-left {
	margin-left: 0;
}
@media (max-width: 767px) {
	.margin-remove-sm {
		margin: 0;
	}
	.margin-remove-sm-top {
		margin-top: 0;
	}
	.margin-remove-sm-right {
		margin-right: 0;
	}
	.margin-remove-sm-bottom {
		margin-bottom: 0;
	}
	.margin-remove-sm-left {
		margin-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.margin-remove-m {
		margin: 0;
	}
	.margin-remove-m-top {
		margin-top: 0;
	}
	.margin-remove-m-right {
		margin-right: 0;
	}
	.margin-remove-m-bottom {
		margin-bottom: 0;
	}
	.margin-remove-m-left {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.margin-remove-l {
		margin: 0;
	}
	.margin-remove-l-top {
		margin-top: 0;
	}
	.margin-remove-l-right {
		margin-right: 0;
	}
	.margin-remove-l-bottom {
		margin-bottom: 0;
	}
	.margin-remove-l-left {
		margin-left: 0;
	}
}

/* Padding */
.padding {
	padding: 25px;
}
.padding-s {
	padding: 10px;
}
.padding-l {
	padding: 50px;
}
.padding-top {
	padding-top: 25px;
}
.padding-top-s {
	padding-top: 10px;
}
.padding-top-l {
	padding-top: 50px;
}
.padding-right {
	padding-right: 25px;
}
.padding-right-s {
	padding-right: 10px;
}
.padding-right-l {
	padding-right: 50px;
}
.padding-bottom {
	padding-bottom: 25px;
}
.padding-bottom-s {
	padding-bottom: 10px;
}
.padding-bottom-l {
	padding-bottom: 50px;
}
.padding-left {
	padding-left: 25px;
}
.padding-left-s {
	padding-left: 10px;
}
.padding-left-l {
	padding-left: 50px;
}
.padding-remove {
	padding: 0;
}
.padding-remove-top {
	padding-top: 0;
}
.padding-remove-right {
	padding-right: 0;
}
.padding-remove-bottom {
	padding-bottom: 0;
}
.padding-remove-left {
	padding-left: 0;
}
@media (max-width: 767px) {
	.padding-remove-sm {
		padding: 0;
	}
	.padding-remove-sm-top {
		padding-top: 0;
	}
	.padding-remove-sm-right {
		padding-right: 0;
	}
	.padding-remove-sm-bottom {
		padding-bottom: 0;
	}
	.padding-remove-sm-left {
		padding-left: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.padding-remove-m {
		padding: 0;
	}
	.padding-remove-m-top {
		padding-top: 0;
	}
	.padding-remove-m-right {
		padding-right: 0;
	}
	.padding-remove-m-bottom {
		padding-bottom: 0;
	}
	.padding-remove-m-left {
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.padding-remove-l {
		padding: 0;
	}
	.padding-remove-l-top {
		padding-top: 0;
	}
	.padding-remove-l-right {
		padding-right: 0;
	}
	.padding-remove-l-bottom {
		padding-bottom: 0;
	}
	.padding-remove-l-left {
		padding-left: 0;
	}
}

/* Panel-box */
.panel-box {
	position: relative;
	background-color: var(--bg-muted);
	padding: 25px;
}
.panel-box-primary {
	color: #fff;
	background-color: var(--bg-primary);
}

/* Text */
.text-large {
	font-size: 1.25rem;
	line-height: 1.625;
}
.text-small {
	font-size: 0.8125rem;
	line-height: 1.3125;
}
.text-bold {
	font-weight: 600;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-primary {
	color: var(--base-color);
}
.text-right {
	text-align: right;
}
.text-success {
	color: var(--accent-color);
}
.nowrap {
	white-space: nowrap;
}

/* Title */
.title {
	color: var(--base-color);
	text-align: center;
}
.title-dark {
	color: #000;
}

/* visible */
@media (min-width: 768px) {
	.visible-sm {
		display: none;
	}
}
@media (max-width: 767px) and (min-width: 992px) {
	.visible-m {
		display: none;
	}
}
@media (max-width: 991px) {
	.visible-l {
		display: none;
	}
}

/* svg-sprite */
.inline-svg-icon {
/*    display: inline-block;  */
    width: 1.1em;
    height: 1.1em;
    fill: var(--base-color);
    color: white;
    /*margin-right: .5rem;  */
}

/* Accordion */
.accordion__item + .accordion__item {
	margin-top: 30px;
}
.accordion__head {
	transition: 0.3s;
}
.accordion__head:hover {
	cursor: pointer;
}
.accordion__title {
	flex: 1;
	padding-right: 30px;
	margin-bottom: 0;
}
.accordion__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 8px;
	transition: 0.3s;
}
.accordion__head:hover .accordion__btn {
	background-color: var(--base-color);
}
.accordion__btn::before,
.accordion__btn::after {
	position: absolute;
	content: "";
	background-color: var(--base-color);
}
.accordion__btn::before {
	width: 24px;
	height: 2px;
}
.accordion__btn::after {
	width: 2px;
	height: 24px;
}
.accordion__head:hover .accordion__btn::before,
.accordion__head:hover .accordion__btn::after {
	background-color: #fff;
}
.accordion__head.active .accordion__btn {
	transform: rotate(45deg);
}
.accordion__body {
	display: none;
	/*font-size: 1.125rem;*/
	font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
}

/* Contrast */
.contrast {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.contrast * {
	color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	background-color: var(--base-color);
	padding: 15px 0;
}
.header_fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: 999;
	box-shadow: rgb(0, 0, 0, 0.5) 0px 1px 3px;
}
.header__link-logo {
	width: 55%;
	border-bottom: none;
}
.header__logo_desktop {
	display: none;
}
.header__menu {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px;
}
.header__nav {
	flex: 1;
}
.header__contact-info {
	text-align: right;
}
.header__phone {
	display: block;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 600;
	color: rgba(23, 113, 241, 0.7); /*base-color*/
	border-bottom: none;
}
.header__phone:hover {
	color: var(--base-color);
}
.header__link-form {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1;
	color: rgba(0, 0, 0, 0.7);
}
.header__link-form:hover {
	color: #000;
}
.header__messenger-wrapper {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.header__messenger {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-bottom: none;
}
.header__messenger::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(/template/img/sprite.png);
	background-size: cover;
}
.header__messenger_whatsapp::before {
	background-position: 0px 0px;
}
.header__messenger_viber::before {
	background-position: -18px 0px;
}
.header__messenger_tg::before {
	background-image: url(/template/img/tg.png);
}
@media (min-width: 768px) {
	.header__body {
		padding-left: 70px;
	}
	.header__link-logo {
		width: 40%;
	}
}
@media (min-width: 992px) {
	.header {
		background-color: #fff;
	}
	.header__link-logo {
		width: 17%;
	}
	.header__logo_desktop {
		display: block;
	}
	.header__logo_mob {
		display: none;
	}
	.header__adress {
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	.header__link-logo {
		width: 20%;
	}
	.header__menu {
		margin: 0 50px;
	}
	.header__phone {
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.nav__list {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav__link {
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.nav__link:hover {
	color: #000;
	border-bottom: 2px solid var(--accent-color);
}
.nav__item.active .nav__link {
	color: var(--base-color);
}
@media (max-width: 991px) {
	.nav {
		width: 36px;
		height: 36px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
		cursor: pointer;
	}
	.nav__list {
		position: fixed;
		right: -9000px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	.nav__list li {
		margin-bottom: 15px;
		opacity: 0;
		-webkit-transform: translateX(60%);
		-ms-transform: translateX(60%);
		transform: translateX(60%);
	}
	.nav__item + .nav__item {
		padding-left: 0;
	}
	.nav__toggle {
		width: 30px;
		height: 20px;
		position: fixed;
		top: 28px;
		right: 25px;
		z-index: 10;
	}
	.nav__toggle-ic {
		content: "";
		width: 100%;
		height: 3px;
		margin-top: -1.5px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 10;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
	.nav__toggle-ic::before,
	.nav__toggle-ic::after {
		content: "";
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		background-color: #fff;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
	.nav__toggle-ic::before {
		top: -8px;
	}
	.nav__toggle-ic::after {
		top: 8px;
	}
	.nav-expanded {
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 9;
		/*background-color: rgba(41, 41, 41, 0.95);*/
		background-color: #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.nav-expanded .nav__list {
		display: block;
		position: relative;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		padding-top: 60px;
		-webkit-transition: all 0.1s;
		-o-transition: all 0.1s;
		transition: all 0.1s;
		z-index: 2;
	}
	.nav-expanded .nav__item {
		text-align: center;
	}
	.nav-expanded .nav__list li {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.nav-expanded .nav__list li:nth-child(1) {
		-webkit-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
	}
	.nav-expanded .nav__list li:nth-child(2) {
		-webkit-transition-delay: 0.05s;
		-o-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}
	.nav-expanded .nav__list li:nth-child(3) {
		-webkit-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.nav-expanded .nav__list li:nth-child(4) {
		-webkit-transition-delay: 0.15s;
		-o-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}
	.nav-expanded .nav__list li:nth-child(5) {
		-webkit-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.nav-expanded .nav__list li:nth-child(6) {
		-webkit-transition-delay: 0.25s;
		-o-transition-delay: 0.25s;
		transition-delay: 0.25s;
	}
	.nav-expanded .nav__list li:nth-child(7) {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.nav-expanded .nav__link {
		padding: 5px 0;
		font-size: 1.125rem;
		text-align: center;
		color: #fff;
		-webkit-transition: all 0.15s;
		-o-transition: all 0.15s;
		transition: all 0.15s;
		white-space: nowrap;
	}
	.nav-expanded .nav__link:hover {
		-webkit-transition: all 0.15s;
		-o-transition: all 0.15s;
		transition: all 0.15s;
	}
	.nav-expanded .nav__toggle-ic {
		background-color: transparent;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
		color: #000;
	}
	.nav-expanded .nav__toggle-ic::before,
	.nav-expanded .nav__toggle-ic::after {
		background-color: #000;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
		top: 0;
	}
	.nav-expanded .nav__toggle-ic::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-expanded .nav__toggle-ic:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/*--------------------------------------------------------------
# Affiliates
--------------------------------------------------------------*/
.affiliate {
	font-size: calc(18px + 4 * ((100vw - 320px) / (1920 - 320)));
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px 0;
}

.affiliate p {
	margin-bottom: 0.5em;
}

.affiliate a {
	border-bottom: none;
}
/*
.affiliate .container {
    display: flex;
    justify-content: center;
}
*/
.affiliate__inner {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	width: 85%;
}


.affiliate__item {
	align-items: center;
	gap: 15px;
}

.affiliate__item > a:nth-child(2) {
	margin-left: auto;
}

.affiliate__address {
	font-weight: 700;
}

.affiliate__phone {
	font-weight: 700;
}

.affiliate_adress .bi-geo-alt-fill,
.affiliate__address .bi-geo-alt-fill {
	color: var(--base-color);
}
.affiliate .inline-svg-icon {
	/*    display: block; */
	width: 25px;
	height: 25px;
	line-height: 1;
	vertical-align: middle;

}


.affiliate__max .max-icon {
	fill: var(--color-max);
}

.affiliate__tg .tg-icon {
	fill: var(--color-tg);
}


@media (max-width: 1120px) {
	.affiliate__inner {
		width: 100%;
	}
}

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

@media (max-width: 420px) {
	.affiliate {
		font-size: calc(17px + 4 * ((100vw - 320px) / (1920 - 320)));
	}
	.affiliate .container {
		padding: 0 4px;
	}
}

@media (max-width: 390px) {
	.affiliate {
		font-size: calc(16px + 4 * ((100vw - 320px) / (1920 - 320)));
	}

	.affiliate__item {
		gap: 8px;
	}

	.affiliate__phone {
		font-weight: 400;
	}

	.affiliate__address {
		font-weight: 400;
	}
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner {
	padding: 30px 0;
	overflow: hidden;
}
.banner__body {
	z-index: 5;
	text-align: center;
}
.banner__title {
	/*font-size: 100px;*/
	/*font-size: calc(36px + 64 * ((100vw - 320px) / (1920 - 320)));*/
	font-size: calc(26px + 46 * ((100vw - 320px) / (1920 - 320)));
	line-height: 1;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 0;
}
.banner__subtitle {
	/*font-size: 1.75rem;*/ /* 28px */
	font-size: calc(16px + 12 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	margin: 0;
}
.banner__subtitle_border span {
	border-bottom: 4px solid var(--accent-color);
	padding-bottom: 2px;
}
.banner__buttons {
	justify-content: center;
	margin-top: 30px;
}
.banner__img-container {
	position: relative;
	margin-top: 15px;
	text-align: center;
}
.banner__img_city {
	width: 85%;
}
.banner__img_car {
	position: absolute;
	width: 90%;
	left: -15px;
	bottom: -20px;
}
@media (min-width: 768px) {
	.banner {
		padding: 80px 0 30px;
	}
	.banner__title {
		margin-bottom: 30px;
	}
	.banner__body {
		text-align: left;
	}
	.banner__buttons {
		justify-content: flex-start;
		margin-top: 75px;
	}
	.banner__img-container {
		flex-basis: 30%;
		padding-top: 0;
		margin-top: 0;
		text-align: left;
	}
	.banner__img {
		width: 180%;
		max-width: none;
		margin-top: 25px;
		margin-left: -150px;
	}
	.banner__img_car {
		left: 0;
		margin-left: -220px;
	}
}
@media (min-width: 992px) {
	.banner__title {
		text-align: left;
		margin-bottom: 50px;
	}
	.banner__button + .banner__button {
		margin-left: 20px;
	}
	.banner__img {
		width: 110%;
		margin-left: -100px;
		margin-top: 0;
	}
	.banner__img_car {
		margin-left: -180px;
	}
}
@media (min-width: 1200px) {
	.banner__img-container {
		/*flex-basis: 30%;*/
		flex-basis: 50%;
	}
	.banner__img {
		width: 90%;
		margin-top: -50px;
		/*margin-left: -70px;*/
		margin-left: -20px;
	}
	.banner__img_car {
		width: 105%;
		margin-left: -200px;
	}
}

/*--------------------------------------------------------------
# Advantage
--------------------------------------------------------------*/
.advantage__item {
	text-align: center;
	box-sizing: border-box;
}
.advantage__item + .advantage__item {
	margin-top: 25px;
}
.advantage__head {
	font-size: 3.25rem;
}
.advantage__body {
	line-height: 1.3;
	font-weight: 400;
}
@media (min-width: 768px) {
	/*.advantages {
        padding-bottom: 70px;
    }*/
	.advantage {
		position: relative;
	}
	.advantage__item {
		position: relative;
	}
	.advantage__item:first-child {
		flex-basis: 38%;
		padding-left: 80px;
		padding-right: 10px;
	}
	.advantage__item:nth-child(2) {
		flex-basis: 22%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.advantage__item:last-child {
		flex-basis: 38%;
		padding-left: 10px;
		padding-right: 80px;
	}
	.advantage__item::after {
		content: "";
		position: absolute;
		height: 4px;
		left: 0;
		right: 0;
		bottom: 52px;
		background-color: var(--accent-color);
	}
	.advantage__item:first-child::after {
		border-radius: 10px 0 0 10px;
	}
	.advantage__item:last-child::after {
		border-radius: 0 10px 10px 0;
	}
	.advantage__item + .advantage__item {
		margin-top: 0;
	}
	.advantage__head {
		font-size: 1.75rem;
		margin-bottom: 10px;
	}
	.advantage__body {
		font-size: 0.75rem;
	}
}
@media (min-width: 992px) {
	/*.advantages {
        padding-bottom: 100px;
    }*/
	.advantage::before,
	.advantage::after {
		width: 100px;
		height: 155px;
		top: 72px;
	}
	.advantage__item:first-child {
		padding-left: 95px;
	}
	.advantage__item:last-child {
		padding-right: 95px;
	}
	.advantage__item::after {
		height: 5px;
		bottom: 50px;
	}
	.advantage__head {
		font-size: 3.5rem;
	}
	.advantage__body {
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	/*.advantages {
        padding-bottom: 180px;
    }*/
	.advantage::before,
	.advantage::after {
		width: 160px;
		height: 262px;
		top: 105px;
	}
	.advantage::before {
		left: -10px;
	}
	.advantage::after {
		right: -10px;
	}
	.advantage__item:first-child {
		flex-basis: 40%;
		padding-left: 165px;
	}
	.advantage__item:nth-child(2) {
		flex-basis: 20%;
	}
	.advantage__item:last-child {
		flex-basis: 40%;
		padding-right: 165px;
	}
	.advantage__item::after {
		height: 6px;
		bottom: 55px;
	}
	.advantage__head {
		font-size: 5.625rem;
	}
	.advantage__body {
		font-size: 1.125rem;
	}
}
/*@media(min-width: 1400px) {
    .advantage__item::after {
        bottom: 55px;
    }
}*/

/*--------------------------------------------------------------
# Calculation
--------------------------------------------------------------*/
.calc {
	position: relative;
	border-radius: var(--border-radius-panel);
	background-color: var(--bg-muted);
	box-sizing: border-box;
	padding: 50px 20px;
}
.calc__controls + .calc__controls {
	margin-top: 20px;
}
.calc__controls.flex-wrap {
	gap: 20px;
}
.calc__controls_box {
	background-color: rgba(23, 113, 241, 0.3);
	border-radius: var(--border-radius-panel);
	padding: 5px 8px;
	margin-left: -15px;
	margin-right: -15px;
}
.calc__label {
	/*font-size: 1rem;*/
	font-size: calc(13px + 7 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	margin-right: 5px;
}
.calc__val {
	/*max-width: 75px;*/
	color: #000;
	/*font-size: 1rem;*/
	font-size: calc(14px + 6 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	background-color: transparent;
	border: none;
	padding: 0;
}
.calc__val:disabled {
	color: #000;
}
.calc__val:focus {
	outline: 0;
}
.calc__val_koef {
	color: var(--base-color);
}
.calc__line {
	position: relative;
	height: 2px;
	background-color: #eee;
}
.calc__controls .calc__tagline {
	max-width: 330px;
}
.calc__tagline {
	font-weight: 400;
}
.calc .ui-slider-range {
	height: 2px;
	background-color: var(--base-color);
}
.calc .ui-slider-handle {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: -25px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: ew-resize;
}
.calc .ui-slider-handle:focus {
	outline: 0;
}
.calc .ui-slider-handle::before,
.calc .ui-slider-handle::after {
	content: "";
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.calc .ui-slider-handle::before {
	width: 20px;
	height: 20px;
	background: var(--base-color);
	-webkit-box-shadow: 0 1px 4px rgb(16 61 143 / 11%);
	box-shadow: 0 1px 4px rgb(16 61 143 / 11%);
}
.calc .ui-slider-handle::after {
	width: 8px;
	height: 8px;
	background: #ea1c1c;
}
.calc-form__label {
	font-weight: 500;
}
.calc-form__tagline {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 30px;
}
.calc-form__button {
	display: block;
	border: none;
	margin: 30px auto 0;
}
@media (min-width: 360px) {
	.calc {
		padding: 50px 25px;
	}
	.calc__controls_box {
		background-color: rgba(23, 113, 241, 0.3);
		border-radius: var(--border-radius-panel);
		padding: 5px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.calc__label {
		font-size: calc(14px + 6 * ((100vw - 320px) / (1920 - 320)));
	}
}
@media (min-width: 768px) {
	.calc {
		width: 80%;
		padding: 50px 70px;
		margin: 0 auto;
	}
	.calc__controls {
		padding: 5px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.calc__label {
		font-weight: 600;
	}
	/*.calc__val {
        max-width: 90px;
    }*/
	.calc-form__tagline {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	.calc {
		width: 72%;
		padding-right: 80px;
		padding-left: 80px;
	}
	.calc-form__tagline {
		font-size: 1.75rem;
	}
	.calc-form__button {
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 1200px) {
	.calc {
		padding-right: 130px;
		padding-left: 130px;
	}
	.calc::before {
		top: 18%;
		left: -15px;
	}
	/*.calc::after {
        bottom: -20px;
        right: 0;
    }*/
}

/*--------------------------------------------------------------
# About-us
--------------------------------------------------------------*/
.about-us__item {
	text-align: center;
}
.about-us__item + .about-us__item {
	margin-top: 30px;
}
.about-us__img {
	width: 100px;
}
.about-us__content {
	font-size: calc(16px + 4 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
}
.about-us__img-bg {
	margin-bottom: 20px;
}
@media (min-width: 576px) {
	.about-us__item {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.about-us__img {
		width: 130px;
	}
}
@media (min-width: 768px) {
	.about-us__img-bg {
		display: block;
		width: 85%;
		margin: 0 auto 50px;
	}
	.about-us__item {
		width: 60%;
	}
}
@media (min-width: 992px) {
	/*.about-us__img-bg {
        width: 55%;
    }*/
	.about-us__body {
		margin-top: -15px;
	}
	.about-us__item {
		width: 33.3334%;
		margin-top: 0;
	}
	.about-us__item:nth-child(2) {
		margin-top: 150px;
	}
}

/*--------------------------------------------------------------
# Step
--------------------------------------------------------------*/
.step__item {
	position: relative;
	padding-left: 80px;
	box-sizing: border-box;
}
.step__item + .step__item {
	margin-top: 50px;
}
.step__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.step__item:first-child::before {
	background-image: url(/template/img/num_1.svg);
}
.step__item:nth-child(2)::before {
	background-image: url(/template/img/num_2.svg);
}
.step__item:last-child::before {
	background-image: url(/template/img/num_3.svg);
}
.step__body {
	margin-top: 15px;
}
.step__img {
	height: 100px;
}
.step__title {
	margin-bottom: 10px;
}
.step__desc {
	font-size: calc(16px + 2 * ((100vw - 320px) / (1920 - 320)));
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
.steps__accordion {
	margin-top: 40px;
}
@media (min-width: 768px) {
	.steps__accordion {
		width: 80%;
		margin: 50px auto 0 auto;
	}
}
@media (min-width: 992px) {
	.step__item {
		width: 30%;
	}
	.step__item + .step__item {
		margin-top: 0;
	}
	.step__item::before {
		width: 240px;
		height: 240px;
	}
	.steps__accordion {
		width: 70%;
		margin-top: 60px;
	}
}
@media (min-width: 1200px) {
	.step__item {
		padding-left: 135px;
	}
	.steps__accordion {
		width: 60%;
	}
}

/*--------------------------------------------------------------
# Examples
--------------------------------------------------------------*/
.examples__slider {
	margin-bottom: 30px;
}
.examples__content {
	padding: 20px 0;
}
/*.examples__img-container {
    height: 185px;
}*/
.examples__img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.examples__car {
	font-size: 1.625rem;
	font-weight: 500;
}
.examples__label,
.examples__text {
	font-size: 1.25rem;
}
.examples__line + .examples__line {
	margin-top: 5px;
}
.examples .owl-theme .owl-dots {
	text-align: center;
}
.examples .owl-theme .owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid var(--base-color);
	box-sizing: border-box;
}
.examples .owl-theme .owl-dots .owl-dot + .owl-dot {
	margin-left: 5px;
}
.examples .owl-theme .owl-dots .owl-dot.active {
	background-color: var(--base-color);
}
.examples-callback__title {
	font-size: 2.25rem;
	line-height: 1.23;
	margin-bottom: 20px;
}
.examples-callback__arrow {
	fill: var(--base-color);
}
.examples-callback__arrow_mobile {
	display: block;
	width: 20px;
	margin: 0 auto 20px;
}
.examples-callback__arrow_desctop {
	display: none;
}
.examples-callback__button {
	width: 100%;
}
@media (min-width: 575px) {
	/*.examples__img-container {
        height: 270px;
    }*/
	.examples-callback__img-container {
		height: 450px;
	}
	.examples-callback__button {
		width: auto;
	}
}
@media (min-width: 768px) {
	/*.examples__img-container {
        height: 345px;
    }*/
	.examples-callback__img-container {
		height: 550px;
	}
}
@media (min-width: 992px) {
	.examples__img-container {
		width: 50%;
	}
	.examples__content {
		padding: 50px;
	}
	.examples .owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 30px;
	}
	.examples-callback__title {
		margin-bottom: 40px;
	}
	.examples-callback__button-container {
		position: relative;
		display: inline-block;
		padding-left: 80px;
		margin-left: -80px;
	}
	.examples-callback__arrow_mobile {
		display: none;
	}
	.examples-callback__arrow_desctop {
		position: absolute;
		display: block;
		width: 45px;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@media (min-width: 1200px) {
	.examples__img-container {
		width: 40%;
	}
}

/*--------------------------------------------------------------
# Requirements
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.requirements__body {
		width: 70%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map.container-fluid {
	height: 399px;
	background-image: url(/template/img/map_mob.webp);
	background-position: center center;
	background-size: cover;
	padding: 0;
}
@media (min-width: 992px) {
	.map.container-fluid {
		height: 400px;
		background-image: url(/template/img/map.webp);
	}
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/

.contacts {
	overflow: hidden;
}
.contact {
	/*font-size: 1.25rem;*/
	font-size: calc(16px + 4 * ((100vw - 320px) / (1920 - 320)));
}
.contact__inner {
	font-weight: 400;
	box-sizing: border-box;
}
.contact a {
	border-bottom: none;
}
.contact__title {
	font-size: 1.25rem;
	margin-bottom: 10px;
}
.contact__desc {
	margin: 0;
}
.contact__link_phone {
	color: #000;
}
.contact__inner_s {
	position: relative;
	/*padding-right: 80px;*/
	padding-bottom: 125px;
}
.contact__inner_s::after {
	content: "";
	position: absolute;
	bottom: -35px;
	right: 0;
	width: 200px;
	height: 200px;
	background-image: url(/assets/img/yakor.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.contact__item_tagline {
	margin-bottom: 25px;
}
.contact-tagline {
	display: inline-block;
	color: #ff3f3f;
	border: 2px solid var(--base-color);
	border-radius: 15px;
	padding: 10px 20px;
}
@media (min-width: 768px) {
	.contact__inner_s::after {
		bottom: -50px;
		width: 300px;
		height: 300px;
	}
	.contact-tagline {
		padding: 20px;
	}
}
@media (min-width: 992px) {
	.contact__inner_l {
		flex-basis: 80%;
		padding-right: 50px;
	}
	.contact__inner_s {
		flex-basis: 20%;
		/*padding-right: 70px;*/
	}
	.contact__inner_s::after {
		bottom: -50px;
		width: 200px;
		height: 200px;
	}
	/*.contact__item_socials {
        padding-top: 40px;
    }*/
}
@media (min-width: 1200px) {
	.contact__inner_l {
		flex-basis: 66.6666%;
		padding-right: 50px;
	}
	.contact__inner_s {
		flex-basis: 33.3334%;
		padding-right: 90px;
	}
	.contact__inner_s::after {
		width: 300px;
		height: 300px;
	}
}
@media (min-width: 1400px) {
	.contact__inner_s {
		padding-right: 125px;
	}
}

/* Блок Мы на картах */
.link-map {
	position: relative;
	display: block;
	width: 290px;
	font-size: 1rem;
	color: rgba(23, 113, 241, 0.7);
	box-sizing: border-box;
	border-bottom: none;
	padding-left: 60px;
}
.link-map::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 47px;
	background-image: url(/assets/img/map.svg);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}

/* ==========================================================================
   ОСНОВНОЙ БЛОК СОЦИАЛЬНЫХ ССЫЛОК
   ========================================================================== */

/* Контейнер списка кнопок */
.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;   /* Кнопки выстраиваются вертикально друг под другом */
    gap: 15px;                /* Универсальный отступ между кнопками */
}

/* Элемент списка */
.messenger__item {
    display: block;
    margin-bottom: auto;
}

/* Базовые стили ссылки-плашки (Капсулы) */
.messenger__link {
    display: inline-flex;
    align-items: center;
    width: 100%;               /* Занимает доступную ширину */
    max-width: 340px;          /* Фиксирует одинаковую ширину для всех кнопок */
    box-sizing: border-box;    /* Учитывает padding в общую ширину кнопки */
    padding: 6px 24px 6px 6px; /* Внутренние отступы плашки */
    border-radius: 50px;       /* Округление краев до состояния капсулы */
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Эффект при наведении курсора */
.messenger__link:hover {
    opacity: 0.95;
    transform: translateY(-2px); /* Легкое приподнятие кнопки */
}

/* Круглая подложка под иконку */
.messenger__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;               /* Фиксированный размер круга */
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;        /* Расстояние от круга до текста */
    flex-shrink: 0;            /* Запрещает кругу сжиматься при узких экранах */
}

/* Переопределение глобальных стилей .inline-svg-icon внутри круглых подложек */
.messenger__icon-wrapper .inline-svg-icon {
    width: 32px !important;    /* Перебивает глобальный размер 1.1em */
    height: 32px !important;   /* Перебивает глобальный размер 1.1em */
    fill: #ffffff !important;  /* Перебивает глобальный fill и делает иконку белой */
}

/* Стили текста внутри кнопки */
.messenger__text {
    font-family: sans-serif;   /* Использует стандартный шрифт (замените на свой при желании) */
    font-size: 18px;
    font-weight: 700;          /* Жирное начертание */
    color: #ffffff;            /* Всегда белый цвет текста */
    white-space: nowrap;       /* Запрет переноса строки */
    text-align: left;          /* Выравнивание текста по левому краю */
}

/* ==========================================================================
   ТОЧЕЧНОЕ ПРИМЕНЕНИЕ ЦВЕТОВ БРЕНДОВ
   ========================================================================== */

/* 1. МАКС */
.messenger__link_max {
    background-color: var(--color-max-bg);
}
.messenger__link_max .messenger__icon-wrapper {
    background-color: var(--color-max);
}

/* 2. TELEGRAM */
.messenger__link_tg {
    background-color: var(--color-tg-bg);
}
.messenger__link_tg .messenger__icon-wrapper {
    background-color: var(--color-tg);
}

/* 3. ВКОНТАКТЕ */
.messenger__link_vk {
    background-color: var(--color-vk-bg);
}
.messenger__link_vk .messenger__icon-wrapper {
    background-color: var(--color-vk);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	color: rgba(255, 255, 255, 0.7);
	background-color: var(--base-color);
	padding: 50px 0;
}
.footer__container {
	max-width: 310px;
	position: relative;
}
.footer a {
	color: rgba(255, 255, 255, 0.7);
}
.footer a:hover {
	color: #fff;
}
.footer__contact-info {
	text-align: center;
}
.footer__contact-info li + li {
	padding-top: 15px;
}
.footer .panel-box.contrast {
	border: 1px solid #fff;
	border-radius: var(--border-radius-panel);
	opacity: 0.8;
}
@media (min-width: 576px) {
	/*.footer__container::before,
    .footer__container::after {
        content: '';
        position: absolute;
        width: 200px;
        height: 176px;
        top: -35px;
        background-image: url(/template/img/most.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer__container::before {
        left: -200px;
    }
    .footer__container::after {
        right: -200px;
        transform: scale(-1, 1);
    }*/
}

/*--------------------------------------------------------------
# Button-up
--------------------------------------------------------------*/
/*.button-up {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;            
    transition: .3s;
    z-index: 1;
}
 
.button-up:hover {
    cursor: pointer;
    opacity: 1;
    transition: .3s;
}
.button-up::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    background-image: url(/template/img/up-arrow.png);
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
@media(min-width: 768px) {
    .button-up {
        right: 60px;
        bottom: 100px;
    }
}*/
.button-up {
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	padding-top: 40px;
}
.button-up:hover {
	color: #fff;
	cursor: pointer;
}
.button-up:hover .button-up::before,
.button-up:hover .button-up::after {
	background-color: #fff;
}
.button-up::before,
.button-up::after {
	content: "";
	position: absolute;
	height: 59px;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.7);
	top: 0;
	left: 50%;
	transform: translate(-50%);
}
.button-up::before {
	transform: translateX(-27px) rotate(68deg);
}
.button-up::after {
	transform: translateX(27px) rotate(-68deg);
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: rgba(23, 113, 241, 0.6);
}
.modal__inner {
	height: 100%;
}
.modal__dialog {
	position: relative;
	box-sizing: border-box;
	border-radius: var(--border-radius-panel);
	padding: 30px 20px 20px;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	background: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
	margin-top: 50px 0;
}
.modal__close {
	display: block;
	padding: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	font-size: 0;
	cursor: pointer;
}
.modal__close::before,
.modal__close::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 9px;
	top: 0;
	color: rgba(0, 0, 0, 0.7);
	background: currentColor;
	z-index: 1;
}
.modal__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal__close::before:hover,
.modal__close::after:hover {
	color: #000;
}
.modal__button {
	width: 100%;
	margin-top: 25px;
}
.modal__title_thanks {
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.modal-policy {
	overflow-y: scroll;
}
.modal__inner_policy {
	height: auto;
}
.modal__list_policy ol {
	margin-top: 10px;
}
.modal__list_policy li + li {
	margin-top: 10px;
}
.modal__list_general > li + li {
	margin-top: 25px;
}
@media (min-width: 768px) {
	.modal__dialog {
		padding: 50px;
		max-width: calc(100% - 50px);
	}
	.modal__dialog_policy {
		width: calc(90% - 50px);
	}
}
@media (min-width: 1200px) {
	.modal__dialog_policy {
		width: calc(1200px - 50px);
		margin: 50px 0;
	}
}


/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
#cookies-msg {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	z-index: 999999;
	background-color: var(--bg-muted);
	opacity: .8;
}
.cookies-msg__hide {
	display: none;
}

.cookie-notification__buttons .button {
	background-color: orange;
/*	font-size: 12px;
	padding: 5px 10px; */
}


/* ==========================================================================
   2. ПЕРЕМЕННЫЕ И НАСТРОЙКИ ЦВЕТА
   ========================================================================== */
:root {
  /* Основные цвета главной кнопки */
  --widget-blue: #0088cc;
  --widget-blue-light: #44b4ff;
  
  /* Фирменные цвета каналов связи */
  --bg-phone: #34C759;          /* Насыщенный зеленый для звонка */
  --bg-max-messenger: #6E1AFF;   /*  #0b112c Глубокий темно-синий для МАКС */
  --bg-vk: #0077FF;             /* Официальный синий ВКонтакте */
  --bg-telegram: #229ED9;       /* Самобытный синий Telegram */
  --bg-whatsapp: #25D366;       /* Зеленый WhatsApp */
  --bg-viber: #7360F2;          /* Фиолетовый Viber */
}

/* ==========================================================================
   3. ОСНОВНОЙ КОНТЕЙНЕР И ГЛАВНАЯ КНОПКА (ТРИГГЕР)
   ========================================================================== */
/* Фиксированное позиционирование в правом нижнем углу */
.communication-widget {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Круглая сине-голубая кнопка-круг */
.communication-trigger {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--widget-blue-light), var(--widget-blue));
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 136, 204, 0.4);
  outline: none;
  padding: 0;
}

/* Контейнер для строгого позиционирования иконок внутри триггера */
.trigger-icon-box {
  position: relative;
  width: 35px;
  height: 35px;
}

/* Белые иконки внутри главной кнопки с плавной анимацией вращения */
.trigger-icon-box .inline-svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

/* Начальное состояние: крестик скрыт и повернут */
.trigger-icon-box .icon-close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.5);
}

/* Анимация перехода: Чат скрывается, Крестик плавно встает на место */
.communication-widget.is-open .icon-chat {
  opacity: 0;
  transform: rotate(45deg) scale(0.5);
}

.communication-widget.is-open .icon-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

/* ==========================================================================
   4. КОНЦЕНТРИЧЕСКИЕ АНИМИРОВАННЫЕ ОКРУЖНОСТИ
   ========================================================================== */
.pulse-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--widget-blue-light);
  border-radius: 50%;
  opacity: 0;
  animation: widgetPulse 2s infinite ease-out;
  pointer-events: none;
}

/* Задержка для эффекта расходящихся волн (одна за другой) */
.pulse-2 {
  animation-delay: 0.6s;
}

@keyframes widgetPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Отключение пульсации при открытом состоянии (чтобы не отвлекать от меню) */
.communication-widget.is-open .pulse-circle {
  animation: none;
}

/* ==========================================================================
   5. ВЫЕЗЖАЮЩАЯ ПАНЕЛЬ И СПИСОК КАНАЛОВ
   ========================================================================== */
/* Панель с радиусами скругления и тенюшкой */
.communication-panel {
  position: absolute;
  bottom: 80px; /* Выезд вертикально вверх над кнопкой */
  right: 0;
  background: #fff;
  border-radius: 16px;                     /* Радиусы панели */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Тенюшка */
  padding: 1.2rem 1rem;
  min-width: 210px;
  max-height: 420px; /* Защита от вылазинья за экран на мобильных устройствах */
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.3s;
  
  /* Компактный скроллбар */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}

/* Скроллбар для браузеров Chrome/Safari/Edge/Opera */
.communication-panel::-webkit-scrollbar { width: 4px; }
.communication-panel::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 4px; }

/* Состояние при открытии (выезд) */
.communication-widget.is-open .communication-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Вертикальное размещение элементов */
.communication-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* Элементы выровнены влево, наименования справа */
.communication-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 0.95rem;
  transition: opacity 0.2s ease;
  border-bottom: none;
}

.communication-link:hover {
  opacity: 0.85;
}

.communication-name {
  white-space: nowrap;
}

/* Круглые брендовые кнопки-подложки */
.icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.85rem; /* Отступ справа до текста наименования */
  flex-shrink: 0;
}

/* Приведение иконок мессенджеров к строго одинаковому размеру */
.icon-wrapper .inline-svg-icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff !important; /* Строго белый цвет иконок */
}

/* Назначение фирменных фонов для круглых кнопок */
.link-phone .icon-wrapper     { background-color: var(--bg-phone); }
.link-max .icon-wrapper       { background-color: var(--bg-max-messenger); }
.link-vk .icon-wrapper        { background-color: var(--bg-vk); }
.link-telegram .icon-wrapper  { background-color: var(--bg-telegram); }
.link-whatsapp .icon-wrapper  { background-color: var(--bg-whatsapp); }
.link-viber .icon-wrapper     { background-color: var(--bg-viber); }

/* ==========================================================================
   6. КАСКАДНЫЙ (ПООЧЕРЕДНОЙ) ЭФФЕКТ ВЫЕЗДА ЭЛЕМЕНТОВ СНИЗУ ВВЕРХ
   ========================================================================== */
.communication-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Поочередное плавное появление элементов при открытии виджета */
.communication-widget.is-open .communication-item {
  opacity: 1;
  transform: translateY(0);
}

.communication-widget.is-open .communication-item:nth-child(1) { transition-delay: 0.05s; }
.communication-widget.is-open .communication-item:nth-child(2) { transition-delay: 0.10s; }
.communication-widget.is-open .communication-item:nth-child(3) { transition-delay: 0.15s; }
.communication-widget.is-open .communication-item:nth-child(4) { transition-delay: 0.20s; }
.communication-widget.is-open .communication-item:nth-child(5) { transition-delay: 0.25s; }
.communication-widget.is-open .communication-item:nth-child(6) { transition-delay: 0.30s; }
