@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.eot');
	src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Regular.woff2') format('woff2'),
		url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype'),
		url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.eot');
	src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Light.woff2') format('woff2'),
		url('../fonts/Gilroy-Light.woff') format('woff'),
		url('../fonts/Gilroy-Light.ttf') format('truetype'),
		url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Medium.eot');
	src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Medium.woff2') format('woff2'),
		url('../fonts/Gilroy-Medium.woff') format('woff'),
		url('../fonts/Gilroy-Medium.ttf') format('truetype'),
		url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Bold.woff2') format('woff2'),
		url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype'),
		url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Semibold.eot');
	src: url('../fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy-Semibold.woff2') format('woff2'),
		url('../fonts/Gilroy-Semibold.woff') format('woff'),
		url('../fonts/Gilroy-Semibold.ttf') format('truetype'),
		url('../fonts/Gilroy-Semibold.svg#Gilroy-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary: #242424;
	--secondary: #5B5B5B;
	--accent: #E2AA3B;
	--tertiary: #F2F2F2;
	--error: #D80000;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Gilroy';
	font-weight: normal;
	font-size: 18px;
	color: var(--primary);
	background: #fff;
	line-height: 1.6em;
}

body::-webkit-scrollbar {
	width: 2px;
	background-color: var(--tertiary);
}

body::-webkit-scrollbar-thumb {
	background-color: var(--accent);
	border-radius: 50px;
}

* {
	box-sizing: border-box;
}

ul,
li {
	display: block;
	padding: 0;
	margin: 0;
}

span {
	padding: 0;
	margin: 0;
}

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

h1 {
	font-weight: bold;
	font-size: 72px;
	font-family: 'Gilroy';
	color: var(--primary);
	line-height: 1.1em;
}

h2,
.h2 {
	font-weight: bold;
	font-size: 56px;
	font-family: 'Gilroy';
	color: var(--primary);
	line-height: 1.2em;
}

.h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25em;
}

.h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	font-family: 'Gilroy';
}

p {
	margin: 0;
	padding: 0;
}

.body_1 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
}

.body_2 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 300;
}

.body_3 {
	font-size: 14px;
	line-height: 1.15em;
	font-weight: 600;
}

img {
	display: block;
	object-fit: cover;
}

button {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background: transparent;
	font-family: 'Gilroy';
}

button:active,
button:focus {
	outline: none;
}

input,
select {
	outline: none;
	border: none;
}

/* input[type="email"],
input[type="tel"],
input[type="text"],
input[type="search"],
select {
	border-radius: 12px;
	background: var(--white);
	padding: 15px;
	color: var(--dark);
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: normal;
} */

input:active {
	outline: none;
}

input::placeholder {
	color: var(--secondary);
	opacity: 0.5;
}

input:focus::placeholder {
	color: var(--primary);
	opacity: 1;
}

:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

.container {
	width: 1296px;
	margin: 0 auto;
	position: relative;
}

.color-accent {
	color: var(--accent);
}

.btn-primary {
	border-radius: 4px;
	background: var(--accent);
	border: 1px solid var(--accent);
	font-weight: 600;
	line-height: 1.15em;
	color: var(--primary);
	transition: .5s ease;
}

.btn-primary:hover {
	background: var(--primary);
	border: 1px solid var(--primary);
	color: #fff;
	transition: .5s ease;
}

.btn-primary_small {
	font-size: 14px;
	padding: 12px 24px;
}

.btn-primary_big {
	font-size: 18px;
	padding: 12px 40px;
}

.btn-secondary {
	border-radius: 4px;
	background: transparent;
	border: 1px solid var(--accent);
	font-weight: 600;
	line-height: 1.15em;
	padding: 12px 40px;
	font-size: 18px;
	color: var(--accent);
	transition: .5s ease;
}

.btn-secondary:hover {
	background: var(--primary);
	border: 1px solid var(--primary);
	color: #fff;
	transition: .5s ease;
}

.padding-60-120 {
	padding: 60px 0 120px;
}

.padding-60 {
	padding: 60px 0;
}

/* header */
.header-top {
	background: var(--tertiary);
	padding: 12px 0;
}

.top-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-line__menu {
	display: flex;
	align-items: center;
}

.menu-item-secondary:not(:last-of-type) {
	margin-right: 32px;
}

.menu-item-secondary a {
	font-size: 14px;
	line-height: 16px;
	color: var(--secondary);
	font-weight: 600;
	transition: .5s ease;
	text-decoration: none !important;
}

.menu-item-secondary a:hover {
	color: var(--primary);
	transition: .5s ease;
}

.menu-item-secondary a:active {
	color: var(--accent);
	transition: .5s ease;
}

.top-line__social {
	display: flex;
	align-items: center;
}

.social__item {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: var(--accent);
	transition: .5s ease;
}

.social__item:hover {
	background: var(--primary);
	transition: .5s ease;
}

.social__item:not(:last-of-type) {
	margin-right: 20px;
}

.social__link {
	width: 16px;
}

.top-line__language {
	display: flex;
	align-items: center;
}

.language__item {
	font-size: 14px;
	font-weight: 600;
	color: var(--secondary);
	text-transform: uppercase;
	cursor: pointer;
}

.language__item.active {
	color: var(--accent);
}

.language__item:not(:last-of-type) {
	margin-right: 12px;
}


.header-sticky {
	border-bottom: 1px solid var(--primary);
}

.sticky-bar {
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(97, 95, 104, 0.05);
	width: 100%;
	height: auto;
	transform: translateY(-131px);
	transition: .5s ease;
}

.header-sticky.sticky-bar {
	transform: translateY(0);
	transition: .5s ease;
}

.top {
	padding: 20px 0;
	/* background: #fff; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-link {
	width: 90px;
	display: flex;
}

.logo-link img {
	width: 100%;
}

.main-menu {
	display: flex;
	align-items: center;
}

.main-menu__item:not(:last-of-type) {
	margin-right: 36px;
}

.main-menu__link {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--primary);
	transition: .5s ease;
	text-decoration: none !important;
}

.main-menu__link:hover {
	color: var(--secondary);
	transition: .5s ease;
}

.main-menu__link.active {
	color: var(--accent);
}

.top__connect {
	display: flex;
	align-items: center;
}

.connect__phone {
	font-size: 20px;
	line-height: 1.4em;
	color: var(--primary);
	font-weight: bold;
	margin-right: 28px;
	text-decoration: none;
}

.connect__phone span {
	display: inline;
	color: var(--accent);
}

/* offer */
.offer {
	position: relative;
	height: 600px;
}

.offer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 36, 36, 0.6);
}

.offer picture,
.offer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.offer picture img {
	width: 100%;
	height: 100%;
}

.offer .container {
	height: 100%;
}

.offer .main-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 60px 0;
	width: 966px;
	max-width: 100%;
	height: 100%;
}

.main-wrap__title {
	color: #fff;
}

.main-wrap__desc {
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}

.main-wrap__btns {
	display: flex;
	align-items: center;
	gap: 24px;
}

/* for-element */
main.for-element {
	position: relative;
	background: url('../img/bacgorund-element.svg') no-repeat right top;
}

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

/* preview */
.preview {
	padding: 120px 0 60px;
}

.wrap__heading {
	margin-bottom: 40px;
	display: flex;
}

.wrap__heading_space-between {
	justify-content: space-between;
	align-items: end;
}

.wrap__heading_center {
	justify-content: center;
}

.heading__title {
	position: relative;
}

.wrap__heading_center .heading__title,
.wrap__heading_left .heading__title {
	display: inline-block;
}

.wrap__heading_center .heading__title::before,
.wrap__heading_center .heading__title::after,
.wrap__heading_left .heading__title::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 86px;
	height: 4px;
	background: var(--accent);
}

.wrap__heading_center .heading__title::before {
	left: -110px;
}

.wrap__heading_center .heading__title::after,
.wrap__heading_left .heading__title::after {
	right: -110px;
}

.wrap__models-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.models-card {
	border: 2px solid var(--tertiary);
	border-radius: 8px;
	padding: 24px;
	background: #fff;
	transition: .5s ease;
}

.models-card:hover {
	border: 2px solid var(--accent);
	transition: .5s ease;
}

.models-card__image,
.models-card__image img {
	width: 100%;
}

.models-card__model-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.model-more__price {
	color: var(--primary);
	opacity: 0.5;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;
}

.model-more__name {
	text-align: center;
	margin-top: 8px;
	transition: .5s ease;
}

.models-card:hover .model-more__name {
	color: var(--accent);
	transition: .5s ease;
}

.model-more__btn {
	margin-top: 20px;
}

.wrap__models-btn {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

/* about-home */
.about-home {
	padding: 60px 0 120px;
}

.wrap__company-info {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.company-info__desc {
	width: 856px;
	max-width: 100%;
}

.company-info__top {
	background: var(--tertiary);
	padding: 20px;
	border-radius: 8px;
}

.company-info__text {
	margin-top: 16px;
	color: var(--primary);
}

.company-info__img {
	width: 416px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.company-info__img img {
	border-radius: 8px;
}

.company-info__img img:first-of-type {
	width: 100%;
	height: 250px;
}

.company-info__img img:not(:first-of-type) {
	width: 196px;
	height: 142px;
}

.wrap__about-btn {
	margin-top: 40px;
}

.wrap__about-btn a {
	display: inline-block;
}

.wrap__section-cards {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.section-card {
	height: 312px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.section-card__content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	top: 235px;
	transition: .5s ease;
}

.section-card__desc {
	margin-top: 8px;
	color: #fff;
}

.section-card__link {
	display: flex;
	align-items: center;
	color: var(--accent) !important;
	transition: .5s ease;
}

.section-card__link:hover {
	color: var(--secondary);
	transition: .5s ease;
}

.section-card__link svg {
	margin-left: 8px;
}

.section-card__link svg path {
	fill: var(--accent);
	transition: .5s ease;
}

.section-card__link:hover svg path {
	fill: var(--secondary);
	transition: .5s ease;
}

.section-card:hover .section-card__content {
	top: 0;
	transition: .5s ease;
}

/* footer */
.footer {
	padding: 20px 0;
	background: var(--primary);
}

.footer .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap__footer-info {
	display: flex;
	align-items: center;
	width: 524px;
	max-width: 100%;
}

.footer-info__logo {
	width: 110px;
	display: flex;
}

.footer-info__logo img {
	width: 100%;
}

.footer-info__desc {
	margin-left: 24px;
	color: #fff !important;
}

.footer-info__text:first-of-type {
	margin-bottom: 10px;
}

.footer-info__text:last-of-type {
	opacity: 0.5;
}

.footer-links__social .social__item {
	width: 32px;
	height: 32px;
}

.footer-links__social .social__link {
	width: 24px;
	height: 24px;
}

.footer-links__social .social__link img {
	width: 100%;
}

.wrap__footer-contact {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.footer-contact__connect {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.footer-contact__connect .connect__phone {
	color: #fff;
	margin: 0;
}

.footer-contact__connect .connect__btn {
	margin-top: 8px;
	color: var(--accent);
}

.footer-contact__privacy {
	margin-top: 24px;
	color: var(--accent);
}

/* models page */
.breadcrumbs {
	padding: 20px 0 0;
}

.wrap__breadcrumbs-list {
	display: flex;
	align-items: center;
	width: 100%;
}

.breadcrumbs-list__item {
	position: relative;
}

.breadcrumbs-list__item:not(:last-of-type) {
	margin-right: 36px;
}

.breadcrumbs-list__item:not(:last-of-type)::after {
	position: absolute;
	content: '';
	color: var(--secondary);
	width: 20px;
	height: 1px;
	background: var(--secondary);
	right: -38px;
	transform: translate(-50%, -50%);
	top: 52%;
	opacity: 0.6;
}

.breadcrumbs-list__link {
	transition: all .5s ease;
	color: var(--secondary);
	opacity: 0.6;
}

.breadcrumbs-list__no-link {
	transition: all .5s ease;
	color: var(--accent);
}

/* one-model page */
.wrap__heading .heading__price {
	color: var(--accent);
	background: #fff;
	border-radius: 4px;
	padding: 0 4px;
}

.one-model-content__model-specifications {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.double-slider {
	width: 636px;
}

.double-slider__big-image .swiper-slide {
	border-radius: 8px;
	border: 2px solid var(--tertiary);
	overflow: hidden;
}

.double-slider__big-image .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.double-slider__mini {
	margin-top: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.double-slider__small-image {
	width: 100%;
	height: 95px;
}

.double-slider__small-image .swiper-slide {
	border-radius: 4px;
	border: 2px solid var(--tertiary);
	overflow: hidden;
}

.double-slider__small-image .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.double-slider__small-image .swiper-slide.swiper-slide-thumb-active {
	border: 2px solid var(--secondary);
}

.mini__arrow {
	min-width: 24px;
	height: 24px;
	background: var(--tertiary);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .5s ease;
}

.mini__arrow:hover {
	background: var(--primary);
	transition: .5s ease;
}

.mini__arrow svg path {
	transition: .5s ease;
}

.mini__arrow:hover svg path {
	fill: #fff;
}

.mini__arrow_prev {
	margin-right: 12px;
}

.mini__arrow_next {
	margin-left: 12px;
}

.model-specifications__teh-characteristic {
	width: 636px;
	max-width: 100%;
	background: var(--tertiary);
	border-radius: 8px;
	padding: 24px 20px;
}

.teh-characteristic__title {
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.teh-characteristic__table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px;
}

.teh-characteristic__item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.one-model-content__model-desc {
	margin-top: 40px;
	padding-top: 20px;
}

.model-desc__title {
	color: var(--secondary);
}

.model-desc__model-info {
	margin-top: 32px;
}

.model-info__title {
	color: var(--primary);
}

.model-info__text {
	margin-top: 16px;
}

/* submit-an-application */
.wrap__block-submit {
	padding: 40px 32px;
	border-radius: 8px;
	color: #fff;
}

.submit-an-application .wrap__block-submit {
	background: url('../img/bg-element-accent.svg') no-repeat, var(--primary);
}

.block-submit__title {
	color: #fff;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.block-submit__submit-option {
	padding: 40px 0;
	border-bottom: 2px solid #fff;
}

.submit-option__variants {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 24px;
}

.variants__checkbox {
	display: flex;
}

/*custom checkbox ->*/
.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox+label {
	display: inline-flex;
	align-items: flex-start;
	user-select: none;
}

.checkbox+label::before {
	content: '';
	display: inline-block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	border-radius: 2px;
	border: 1px solid var(--tertiary);
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.checkbox:checked+label::before {
	background-color: transparent;
	border: 1px solid var(--accent);
	background-image: url("../img/check.svg");
	background-size: auto;
}

/* стили при наведении курсора на checkbox */
.checkbox:not(:disabled):not(:checked)+label:hover::before {
	background-color: transparent;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.checkbox:not(:disabled):active+label::before {
	background-color: transparent;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox:focus:not(:checked)+label::before {
	background-color: transparent;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox:disabled+label::before {
	background-color: transparent;
}

.variants__checkbox label {
	color: #fff;
	display: flex;
	align-items: start;
	width: 100%;
	cursor: pointer;
}
.variants__checkbox label p {
	width: 100%;
}
.variants__checkbox label span {
	opacity: 0.6;
	margin-left: 10px;
	min-width: 120px;
	text-align: right;
}

/*<- custom checkbox*/

.submit-option__total {
	margin-top: 24px;
	display: flex;
	align-items: center;
}

.total__title {
	margin-right: 12px;
}

.block-submit__submit-form {
	margin-top: 40px;
}

.submit-form__form {
	margin-top: 24px;
}

.form__input {
	border: 1px solid var(--tertiary);
	padding: 12px;
	width: 100%;
	border-radius: 4px;
	background: #fff;
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3em;
	color: var(--primary);
}

.form__input:hover,
.form__input:focus {
	border-color: var(--accent);
}

.form__input:invalid {
	border-color: var(--error);
}

.form__group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 0px;
}

.form__btn {
	margin-top: 0px;
}

/* about page */
.about .company-info__top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.about .company-info__top .trigger__heading {
	color: var(--accent);
}

.company-info__texts {
	margin-top: 40px;
}

.company-info__company-skills {
	margin-top: 40px;
}

.company-skills__list {
	margin-top: 32px;
}

.company-skills__item:not(:last-of-type) {
	margin-bottom: 16px;
}

.company-skills__item {
	position: relative;
	/* margin-left: 20px; */
	display: flex;
	align-items: start;
}

.company-skills__item::before {
	content: '';
	position: relative;
	min-width: 24px;
	height: 2px;
	background: var(--accent);
	margin: 10px 10px 0 0;
}

.company-skills__text {
	margin-top: 40px;
	color: var(--primary);
}

/* any-questions */
.any-questions .wrap__block-submit {
	background: url('../img/bg-element-accent.svg') no-repeat left 20% center, var(--primary);
}

.any-questions .submit-form__form {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.any-questions .form__item {
	width: 480px;
	max-width: 100%;
	margin-right: 24px;
}

.any-questions .form__btn {
	margin: 0;
	height: 50px;
}

.any-questions .form__input {
	height: 50px;
}

/* gallery page */
.tab-btn {
	padding: 12px 40px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	background: #fff;
	border: 2px solid var(--primary);
	color: rgba(91, 91, 91, 0.5);
	transition: .5s ease;
}

.tab-btn:not(:first-of-type) {
	margin-left: -5px;
}

.tab-btn:hover {
	color: var(--secondary);
	transition: .5s ease;
}

.tab-btn-active {
	pointer-events: none;
	background: var(--primary);
	color: #fff !important;
	transition: .5s ease;
}

.tab-nav .tab-btn:first-of-type {
	border-radius: 4px 0 0 4px;
}

.tab-nav .tab-btn:last-of-type {
	border-radius: 0 4px 4px 0;
}

.tab-pane:not(.tab-pane-show) {
	display: none;
}

.tab-pane.tab-pane-show {
	display: block;
}

.content__photo,
.content__videos,
.content__docs-owners {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.content__photo .content__img {
	display: flex;
	height: 312px;
}

.content__photo .content__img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.content__pagination {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination__item:not(:last-of-type) {
	margin-right: 12px;
}

.pagination__item {
	min-width: 32px;
	height: 32px;
	background: var(--tertiary);
	font-size: 18px;
	font-weight: 600;
	color: var(--primary);
	line-height: 1.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	transition: .5s ease;
}

.pagination__item:hover {
	background: var(--primary);
	color: #fff;
	transition: .5s ease;
}

.pagination__item.active {
	background: var(--accent);
	color: var(--primary);
	transition: .5s ease;
}

.pagination__arrow svg path {
	transition: .5s ease;
}

.pagination__arrow:hover svg path {
	fill: #fff;
	transition: .5s ease;
}

.content__video {
	border-radius: 8px;
	overflow: hidden;
	height: 254px;
	display: flex;
	justify-content: center;
}

.content__video video {
	width: 100%;
	height: 100%;
}

.content__video picture {
	width: 100%;
}

.content__video img {
	width: 100%;
	height: 100%;
}

/* why-sokol  */
.wrap__skills {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.skill-card {
	border-radius: 8px;
	background: var(--tertiary);
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.skill-card__line {
	width: 40px;
	height: 4px;
	background: var(--accent);
	margin-top: 16px;
	display: block;
}

.skill-card__desc {
	/* opacity: 0.5; */
	color: var(--primary);
	margin-top: 16px;
	font-weight: 300;
}

/* news */
.content__news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.news-card {
	border-radius: 8px;
	border: 2px solid var(--tertiary);
	padding: 24px;
	background: #fff;
	transition: .5s ease;
}

.news-card__img {
	width: 100%;
	height: 276px;
}

.news-card__img img {
	width: 100%;
	height: 100%;
}

.news-card__info {
	margin-top: 20px;
	position: relative;
	height: 176px;
}

.news-card__date {
	opacity: 0.5;
	color: var(--primary);
}

.news-card__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .5s ease;
}

.news-card__text {
	position: absolute;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
	top: 96px;
	left: 0;
	color: var(--primary);
	opacity: 0.5;
	font-weight: 300;
}

.news-card__link {
	position: absolute;
	left: 0;
	bottom: 0;
}

.news-card:hover {
	border: 2px solid var(--accent);
	transition: .5s ease;
}

.news-card:hover .news-card__title {
	color: var(--accent);
	transition: .5s ease;
}

/* one-news */
.one-news .heading__title {
	max-width: 100%;
}

.wrap__one-news-content {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.one-news-content__info {
	width: 636px;
	max-width: 100%;
	color: var(--secondary);
}

.one-news-content__desc {
	margin-top: 12px;
}

/* docs */
.docs-owner__img {
	border-radius: 8px;
	border: 1px solid var(--tertiary);
	overflow: hidden;
	height: 312px;
	display: block;
}

.docs-owner__img img {
	width: 100%;
	height: 100%;
}

.docs-owner__title {
	margin-top: 8px;
	text-align: center;
}

.content__certificates {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.certificate__img {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--tertiary);
	display: block;
	height: auto;
}

.certificate__img img {
	width: 100%;
	height: 100%;
}

/* contacts */
/* .contact-block__header {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
} */
p.text-block__desc.body_2 a {
    color: #e2aa3b;
    line-height: 30px;
    font-weight: 500;
}
p.skill-card__desc.body_2 a {
    color: #e2aa3b;
    line-height: 30px;
    font-weight: 500;
}
.contact-block__main-info {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
	margin-bottom: 24px;
}

.contact-block__main-info .contact-block__item {
	/* margin-bottom: 24px; */
}

.contact-block__item {
	padding: 20px;
	border-radius: 8px;
	background: var(--tertiary);
}

.contact-block__line {
	margin-bottom: 16px;
}

.contact-block__text-block:not(:first-of-type) {
	margin-top: 24px;
}

.text-block__desc {
	/* opacity: 0.5; */
}

.contact-block__map {
	width: 100%;
	max-width: 100%;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}

.contact-block__map iframe {
	width: 100%;
	height: 100%;
}

.contact-block__footer {
	margin-top: 24px;
}

.contact-block__footer .contact-block__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.contact-block__footer .contact-block__item .contact-block__title {
	width: 492px;
	max-width: 100%;
}

.contact-block__footer .contact-block__item .contact-block__line {
	width: 4px;
	height: 100%;
	display: block;
	background: var(--accent);
}

.contact-block__footer .contact-block__item .contact-block__text-table {
	width: 712px;
	max-width: 100%;
}

.contact-block__footer .text-table__text-block:not(:first-of-type) {
	margin-top: 10px;
}

.contact-block__footer .text-table__text-block {
	display: flex;
	align-items: center;
}

.contact-block__footer .text-table__text-block p {
	width: 50%;
}

/*burger menu*/
#nav-icon {
	width: 23px;
	height: 17px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
	display: none;
	;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--primary);
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
	top: 8px;
}

#nav-icon span:nth-child(4) {
	top: 16px;
}

#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.top__mobile-menu {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	background: #fff;
	height: calc(100vh - 70px);
}

.mobile-menu {
	overflow-y: scroll;
	height: inherit;
	position: relative;
	padding: 24px 12px;
}

.mobile-menu__list {
	padding: 0 0 10px;
}

.mobile-menu__item:not(:last-of-type) {
	margin-bottom: 10px;
}

.mobile-menu__link {
	text-transform: uppercase;
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
}

.mobile-menu__link.active {
	color: var(--accent);
}

.mobile-menu__phone {
	margin-top: 24px;
}

.mobile-menu__label {
	margin-bottom: 4px;
	color: var(--secondary);
}

.mobile-menu__tel {
	display: block;
	color: var(--primary);
}

.mobile-menu__connect {
	margin-top: 24px;
}

.mobile-menu__social .social__item:not(:last-of-type) {
	margin-right: 12px;
}

.mobile-menu__social .social__item {
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 4px;
}

.mobile-menu__social .social__link {
	width: 24px;
	height: 24px;
}

.mobile-menu__social .social__link img {
	width: 100%;
}

.mobile-menu__language {
	margin-top: 24px;
}

body.noscroll {
	overflow: hidden;
}


/* Responsive */
@media (max-width: 1368px) {
	.container {
		width: 1140px;
	}

	main.for-element {
		background: url(../img/bacgorund-element.svg) no-repeat right top / 30%;
	}

	.company-info__desc {
		width: 700px;
	}

	.any-questions .form__btn {
		width: 260px;
	}

	.contact-block__map {
		width: 590px;
	}

	.contact-block__footer .contact-block__item {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.contact-block__footer .contact-block__item .contact-block__line {
		width: 40px;
		height: 4px;
		margin: 0;
	}

	.contact-block__footer .contact-block__item .contact-block__text-table {
		width: 100%;
	}

	.content__photo .content__img {
		height: auto;
	}

	.news-card__img {
		height: 234px;
	}

	.model-specifications__teh-characteristic,
	.one-news-content__info {
		width: 480px;
	}

	.teh-characteristic__table {
		grid-template-columns: 1fr;
	}

	.one-news .heading__title {
		width: 1026px;
	}


}

@media (max-width: 1199px) {
	.container {
		width: 960px;
	}

	.main-menu__item:not(:last-of-type) {
		margin-right: 26px;
	}

	.main-menu__link {
		font-size: 14px;
	}

	h1 {
		font-size: 62px;
	}

	h2,
	.h2 {
		font-size: 46px;
	}

	.company-info__desc {
		width: 520px;
	}

	.h3 {
		font-size: 24px;
	}

	.section-card__content {
		top: 245px;
	}

	.any-questions .form__btn {
		width: 310px;
	}

	.contact-block__main-info,
	.contact-block__map {
		width: 100%;
	}

	.tab-btn {
		padding: 12px 24px;
		font-size: 16px;
	}

	.content__photo,
	.content__videos,
	.content__docs-owners {
		grid-template-columns: repeat(2, 1fr);
	}

	.content__certificates {
		grid-template-columns: repeat(3, 1fr);
	}

	.news-card__img {
		height: 189px;
	}

	.double-slider {
		width: 468px;
	}

	.model-specifications__teh-characteristic,
	.one-news-content__info {
		width: 468px;
	}

	.teh-characteristic__title {
		padding-bottom: 10px;
	}

	.teh-characteristic__item p {
		font-size: 16px;
	}

	.teh-characteristic__table {
		gap: 8px;
	}

	.one-model-content__model-desc {
		margin-top: 40px;
		padding-top: 0;
	}

	.one-news .heading__title {
		width: 846px;
	}

}

@media (max-width: 991px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	#nav-icon {
		display: block;
		margin-left: 20px;
	}

	.header-top,
	.top__main-menu,
	.top .connect__phone {
		display: none;
	}

	.logo-link {
		width: 60px;
	}

	.top {
		padding: 6px 0;
	}

	.header-sticky {
		position: fixed;
		top: 0;
		z-index: 999;
		background: #fff;
		width: 100%;
	}

	.offer {
		margin-top: 73px;
		height: 500px;
	}

	.wrap__models-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.wrap__company-info {
		flex-direction: column;
	}

	.company-info__desc {
		width: 100%;
	}

	.company-info__img {
		margin-top: 24px;
		width: 100%;
		justify-content: space-between;
	}

	.company-info__img img:first-of-type {
		width: 100%;
		height: 450px;
	}

	.company-info__img img:not(:first-of-type) {
		width: 48%;
		height: 250px;
	}

	.wrap__about-btn {
		display: flex;
		justify-content: center;
	}

	.wrap__section-cards {
		grid-template-columns: 1fr;
	}

	.section-card__content {
		position: relative;
		top: auto;
	}

	.footer .wrap {
		flex-direction: column;
	}

	.wrap__footer-info {
		width: 100%;
	}

	.wrap__footer-links {
		margin-top: 24px;
	}

	.wrap__footer-contact {
		align-items: center;
		margin-top: 24px;
	}

	.footer-contact__connect {
		align-items: center;
	}

	.submit-form__form {
		flex-direction: column;
		gap: 12px;
	}

	.any-questions .form__item {
		width: 100%;
		margin: 0;
	}

	.any-questions .form__btn {
		width: 100%;
	}

	main.for-element {
		margin-top: 70px;
	}

	main.for-element.home-page {
		margin-top: 0;
	}

	.contact-block__header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.contact-block__map {
		height: 450px;
	}

	.wrap__skills {
		grid-template-columns: repeat(2, 1fr);
	}

	.docs-owner__img {
		height: auto;
	}

	.content__video {
		height: 300px;
	}

	.content__news {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-card__img {
		height: auto;
	}

	.one-model-content__model-specifications {
		flex-direction: column;
	}

	.double-slider {
		width: 100%;
	}

	.double-slider__small-image {
		height: auto;
	}

	.model-specifications__teh-characteristic {
		width: 100%;
		margin-top: 28px;
	}

	.submit-option__variants {
		grid-template-columns: 1fr;
	}

	.teh-characteristic__table {
		gap: 12px;
	}

	.one-news .heading__title {
		width: 100%;
	}

	.one-news .heading__title::after {
		display: none;
	}

	.wrap__one-news-content {
		flex-direction: column;
	}

	.one-news-content__info {
		margin-top: 28px;
		width: 100%;
	}


}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
		line-height: 1.05em;
	}

	h2,
	.h2 {
		font-size: 35px;
		line-height: 1.1em;
	}

	.h3 {
		font-size: 24px;
	}

	.h4 {
		line-height: 1.2em;
	}

	body {
		font-size: 16px;
	}

	.body_1 {
		font-size: 16px;
		line-height: 1.25em;
	}

	.body_2 {
		font-size: 16px;
		line-height: 1.25em;
	}

	.body_3 {
		line-height: 1.28em;
	}

	.wrap__heading {
		margin-bottom: 28px;
	}

	.heading__title::before,
	.heading__title::after {
		display: none !important;
	}

	.btn-primary_big,
	.btn-secondary {
		font-size: 16px;
	}

	.main-wrap__desc {
		font-size: 20px !important;
	}

	.offer .main-wrap {
		padding: 40px 0;
	}

	.main-wrap__btns {
		gap: 12px;
		flex-direction: column;
	}

	.main-wrap__btn {
		width: 100%;
		text-align: center;
	}

	.preview {
		padding: 60px 0 30px;
	}

	.wrap__models-cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.models-card__model-more {
		margin-top: 16px;
	}

	.model-more__price {
		font-size: 16px;
	}

	.model-more__btn {
		margin-top: 16px;
		width: 100%;
		text-align: center;
	}

	.wrap__models-btn {
		margin-top: 28px;
	}

	.wrap__models-btn a {
		width: 100%;
		text-align: center;
	}

	.company-info__img {
		gap: 0;
	}

	.company-info__img img:first-of-type {
		margin-bottom: 12px;
		;
	}

	.company-info__img img:not(:first-of-type) {
		width: 49%;
	}

	.wrap__about-btn {
		margin-top: 28px;
	}

	.wrap__about-btn a {
		width: 100%;
		text-align: center;
	}

	.wrap__section-cards {
		gap: 12px;
	}

	.form__input {
		font-size: 16px;
	}

	.company-skills__text,
	.company-info__company-skills,
	.company-info__texts {
		margin-top: 28px;
	}

	.padding-60-120 {
		padding: 30px 0 90px;
	}

	.padding-60 {
		padding: 30px 0;
	}

	.contact-block__header {
		gap: 12px;
	}

	.contact-block__main-info .contact-block__item:first-of-type {
		margin-bottom: 12px;
	}

	.contact-block__text-block:not(:first-of-type) {
		margin-top: 16px;
	}

	.wrap__skills {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.contact-block__footer .text-table__text-block {
		align-items: start;
	}

	.block-submit__submit-form {
		margin-top: 28px;
	}

	.wrap__block-submit {
		padding: 20px;
	}

	.any-questions .wrap__block-submit {
		background: url(../img/bg-element-accent.svg) no-repeat left 20% center / 100%, var(--primary);
	}

	.wrap__heading_space-between {
		align-items: start;
		flex-direction: column;
		gap: 16px;
	}

	.tab-btn {
		padding: 8px 24px;
		font-size: 14px;
	}

	.content__photo,
	.content__videos,
	.content__docs-owners {
		gap: 12px;
	}

	.content__pagination {
		margin-top: 28px;
	}

	.pagination__item {
		min-width: 28px;
		height: 28px;
		font-size: 14px;
	}

	.news-card {
		padding: 20px;
	}

	.content__news {
		gap: 12px;
	}

	.news-card__info {
		margin-top: 16px;
		height: auto;
	}

	.news-card__text {
		position: relative;
		top: 0;
		margin-top: 8px;
	}

	.news-card__link {
		position: relative;
		margin-top: 8px;
	}

	.one-model-content__model-desc {
		margin-top: 28px;
	}

	.model-desc__model-info {
		margin-top: 16px;
	}

	.form__group {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 12px;
	}

	.block-submit__submit-option {
		padding: 28px 0;
	}

	.submit-option__variants {
		margin-top: 16px;
	}

	.checkbox+label::before {
		width: 20px;
		min-width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.submit-option__total {
		margin-top: 16px;
	}

	.form__btn {
		margin-top: 12px;
		width: 100%;
	}

	.breadcrumbs-list__no-link {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}


}

@media (max-width: 575px) {
	.company-info__img img:first-of-type {
		height: 320px;
	}

	.company-info__img img:not(:first-of-type) {
		height: 180px;
	}

	.footer-info__logo {
		min-width: 80px;
		width: 80px;
	}

	.footer-info__desc {
		margin-left: 16px;
	}

	.wrap__footer-info {
		align-items: start;
	}

	.about .company-info__top {
		grid-template-columns: 1fr;
	}

	.contact-block__footer .text-table__text-block {
		flex-direction: column;
	}

	.contact-block__footer .text-table__text-block p {
		width: 100%;
	}

	.contact-block__text-block:not(:first-of-type) {
		margin-top: 10px;
	}

	.contact-block__footer .contact-block__item .contact-block__title {
		width: 100%;
	}

	.content__certificates {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.content__photo,
	.content__videos,
	.content__docs-owners {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.models-card {
		padding: 20px;
	}

	.content__news {
		grid-template-columns: 1fr;
	}

	.variants__checkbox label span {
		min-width: 120px;
	}
}

@media (max-width: 479px) {
	.variants__checkbox p {
		font-size: 13px;
	}

	.variants__checkbox label span {
		min-width: 100px;
		font-size: 15px;
        color: #fff !important;
        opacity: 1 !important;
	}
	.contact-block__main-info {
		grid-template-columns: repeat(1, 1fr);
		/* display: flex; */
        /* flex-direction: column; */
	}

}

.invalid-feedback {
    color: red;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
}

.is-invalid {
	border: 1px solid red;
}

.teh-characteristic__item.tech2 {
	grid-template-columns: repeat(1, 1fr);
}


/* MODAL */
.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	font-size: 24px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
/* body main, body header {
    filter: blur(0);
    transition: 0.3s;
} */
body.modal-open > main, body.modal-open > header, body.modal-open > section, body.modal-open > footer {
    filter: blur(5px);
    transition: 0.3s;
}
.mb-3 {
	margin-bottom: 10px !important;
}
.w-100 {
	width: 100% !important;
}
.text-center {
	text-align: center !important;
}
p.small {
	font-size: 16px !important;
}
a:visited, a:link {
	color: var(--primary);
}
.block-submit__submit-form a {
	text-decoration: underline;
}
footer a:visited, footer a:link, .block-submit__submit-form a:visited, .block-submit__submit-form a:link
{
	color: var(--tertiary);
}
a:hover {
	color: var(--accent) !important;
}
footer a:hover {
	color: var(--accent);
}
.text-success {
	color: green !important;
}
.text-danger {
	color: #D80000 !important;
}
.model-more__name.h3 { 
	font-size: 26px;
}
#callback-form a {
    text-decoration: underline;
}
@media(max-width: 991px) {
	.block-submit__footer {
		flex-direction: column-reverse !important;
	}
	.form__btn {
        margin-top: 12px !important;
	}
	.wrap__breadcrumbs-list li span {
		line-height: 14px;
		display: flex;
	}
	.contact-block__main-info {
		grid-template-columns: repeat(2, 1fr);
	}

}
@media(max-width: 761px) {
	.news-card__img {
		height: 150px !important;
	}
	.contact-block__main-info {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(min-width: 320px) AND (max-width: 425px) {
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 22px;
	}
	h3, .h3 {
		font-size: 17px;
	}
	h4, .h4 {
        font-size: 17px;
	}
	.block-submit__title {
		max-width: 90% !important;
	}
	.form .form__group .mb-3 {
		margin-bottom: 0 !important;
	}
	.news-card__img {
		height: 130px !important;
	}
	.contact-block__main-info {
		grid-template-columns: repeat(1, 1fr);
	}
}
.modal .checkbox+label::before {
	border: 1px solid #6a6a6a;
}
.checkbox+label {
	cursor: pointer;
}
.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: #666;
	padding: 15px 0;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.messages_cookies-wrp {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: center;
	gap: 20px;
}
.messages_cookies-wrp p {
	max-width: 50%;
}
@media(max-width: 767px){
	.messages_cookies .btn {
		max-width: calc(100% - 30px);
	}
	.messages_cookies {
		z-index: 1000000000000;
		display: flex;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.messages_cookies-wrp {
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.messages_cookies-wrp p {
		max-width: Calc(100% - 30px);
	}
}
.wrap__description {
	margin-bottom: 20px;
}