.section-premier {
	margin-top: 0;
}

.item-catalog .item-catalog__img img {
	aspect-ratio: 0.85/1;
	object-fit: cover;
	height: auto;
}

.item-blog .item-blog__img img {
	aspect-ratio: .95/1;
	object-fit: cover;
	height: auto;
}

.section-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}

.read-more {
	font-size: 1.6rem;
	font-family: "Palatino-Bold", "Times New Roman", Times, serif;
	color: #00B6F0;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.read-more:hover {
	color: #faadc6;
}

@media (max-width: 575px) {
	.read-more {
		font-size: 1.3rem;
	}
}

/* header.php */
@media (min-width: 1025px) {
	.header-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	.header-info .header-info__one {
		padding-left: 0;
		display: flex;
		align-items: center;
		column-gap: 15px;
	}
	.block-contact--header {
		margin-top: 0;
	}
	.block-lang {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45px;
		flex: 0 0 45px;
		margin-left: 0;
	}
	.block-lang .block-lang__button::after {
		display: none !important;
	}
	.block-lang .block-lang__button {
		padding-right: 0; 
	}
	a.glink {
		margin-left: 10px;
	}
	.main-menu li a {
    	font-size: 2.3rem; 
	}
	
	
	.main-menu .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.main-menu>li:hover .category-menu {
		height: auto;
	}

	.main-menu>li:hover .category-menu .category-menu__wrapp {
		height: auto;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		/* -webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out; */
	}

	.main-menu>li:hover .menu {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.main-menu .menu li {
		margin: 0 25px 24px;
	}
	
	.sticky .main-menu .menu li {
		margin: 0 12px 11px;
	}

	.main-menu .menu li a {
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		font-size: 2rem;
		color: #00B6F0;
		text-transform: uppercase;
		display: inline-block;
		padding: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transform-origin: center;
		transform-origin: center;
	}

	.main-menu .menu li.current-menu-item a {
		color: #faadc6; 
	}

	.main-menu .menu li a:hover {
		color: #faadc6;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.category-menu {
		height: 0;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
	}

	.category-menu .category-menu__wrapp {
		background: #e7f8ff;
		width: 100%;
		height: 0;
		position: relative;
		padding: 30px 0 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-box-shadow: 0 10px 10px 0 rgba(106, 125, 158, 0.05), 0 39px 39px 0 rgba(106, 125, 158, 0.04), 0 87px 52px 0 rgba(106, 125, 158, 0.03), 0 155px 62px 0 rgba(106, 125, 158, 0.01), 0 242px 68px 0 rgba(106, 125, 158, 0);
		box-shadow: 0 10px 10px 0 rgba(106, 125, 158, 0.05), 0 39px 39px 0 rgba(106, 125, 158, 0.04), 0 87px 52px 0 rgba(106, 125, 158, 0.03), 0 155px 62px 0 rgba(106, 125, 158, 0.01), 0 242px 68px 0 rgba(106, 125, 158, 0);

	}

	.category-menu .menu {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
}

@media (max-width: 1024px) {
	.header-info {
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.header-info .header-info__one {
        display: none;
    }
	.block-contact--mobil {
		padding: 0;
		column-gap: 10px;
	}
	.block-contact--mobil .block-contact__email img {
        width: 30px;
        height: auto;
    }
	.block-contact--mobil .item-social--whatsapp img {
        width: 25px;
        height: auto;
    }
	.block-lang {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		margin-left: 0;
	}
	.block-contact--mobil .block-contact__link {
		margin-right: 0 !important;
		flex-shrink: 0;
	}
	.block-contact--mobil .block-contact__link,
	.block-contact--mobil .block-contact__email,
	.block-contact--mobil .item-social--whatsapp,
	.button-menu {
		flex-shrink: 0;
	}
	.block-lang .block-lang__button {
		padding-right: 0; 
	}
	.block-lang .block-lang__button::after {
		display: none !important;
	}
	a.glink {
		margin-left: 8px;
	}
	
	
	.main-menu li a {
		padding: 0;
		line-height: 1.2;
	}

	.main-menu .menu li a {
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		font-size: 1.6rem;
		text-transform: uppercase;
		display: inline-block;
		margin: 0;
	}
	.menu-item.hide {
		display: block;
	}
}

@media (max-width: 680px) {
    .block-lang {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    }
	.header-one .col--search {
        display: none;
    }
	.box-main-menu .block-btn {
        display: block;
        max-width: 260px;
        margin: 0 0 15px; 
	}
}
@media (max-width: 380px) {
	.block-contact--mobil .block-contact__email img {
        width: 25px;
        height: auto;
    }
	.block-contact--mobil .item-social--whatsapp img {
        width: 20px;
        height: auto;
    }
}


/* footer.php */
@media (min-width: 992px) {
	.block-contact--footer {
		margin-top: 75px;
	}
}

/* archive.php */
.archive .list-blog {
	row-gap: 20px;
}

.archive .list-blog .col {
	flex: 0 0 33.33%;
	margin-bottom: 0;
}

.archive .list-blog .item-blog .item-blog__wrapp::after {
	display: none;
}

@media (max-width: 991px) {
	.archive .list-blog {
		row-gap: 10px;
	}

	.archive .list-blog .col {
		flex: 0 0 50%;
	}
}

@media (max-width: 575px) {
	.archive .list-blog .col {
		flex: 0 0 100%;
	}

	.archive .list-blog .col::after {
		display: none;
	}
}

/* single.php, page.php */
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 28px;

}

.entry-content p {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: normal;
}

.entry-content p:not(:last-child) {
	margin-bottom: 28px;
}

.entry-content strong {
	font-size: 1.8rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
}

.entry-content img {
	max-width: 50%;
	height: auto;
}

.entry-content a {
	font-weight: 600;
	font-size: 2rem;
	font-family: "Montserrat", sans-serif;
	color: #00B6F0;
	display: inline-block;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.entry-content a:hover {
	color: #faadc6;
}

.entry-content ul {
	list-style: none;
	/* Убираем стандартные маркеры */
	padding-left: 0;
	/* Убираем отступ по умолчанию */
	margin-bottom: 10px;
}

.entry-content ul li {
	position: relative;
	/* Для позиционирования псевдоэлемента */
	padding-left: 20px;
	/* Отступ для маркера */
	margin-bottom: 18px;
	/* Отступ между элементами списка */
	display: -webkit-inline-box;
	width: 100%;
}

.entry-content ul li::after {
	content: "•";
	/* Маркер в виде точки */
	position: absolute;
	left: 0;
	top: 0;
	color: #00B6F0;
	/* Цвет маркера */
	font-size: 18px;
	/* Размер маркера */
}

.entry-content ol {
	list-style: none;
	/* Убираем стандартные маркеры */
	padding-left: 0;
	/* Убираем отступ по умолчанию */
	counter-reset: my-counter;
	/* Инициализация счетчика */
	margin-bottom: 10px;
}

.entry-content ol li {
	position: relative;
	/* Для позиционирования псевдоэлемента */
	padding-left: 30px;
	/* Отступ для маркера */
	margin-bottom: 18px;
	/* Отступ между элементами списка */
	display: -webkit-inline-box;
	width: 100%;
}

.entry-content ol li::after {
	counter-increment: my-counter;
	/* Увеличиваем счетчик */
	content: counter(my-counter) ".";
	/* Отображаем номер */
	position: absolute;
	left: 0;
	top: 0;
	color: #00B6F0;
	/* Цвет маркера */
	font-size: 18px;
	/* Размер маркера */
	font-weight: 800;
	/* Жирный шрифт для номера */
}

.entry-content ul.ul-column li::after {
	display: none;
}

.entry-content ul.ul-column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.entry-content ul.ul-column li {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 30px;
}

.entry-content ul.ul-column li img {
	max-width: 100%;
}

.entry-content img {
	border-radius: 28px;
}

@media (max-width: 991px) {
	.entry-content ul.ul-column {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.entry-content ul.ul-column li {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.entry-content img {
		width: 100%;
		max-width: 100%;
		margin: 0 0 18px 0;
	}

	.entry-content strong,
	.entry-content p,
	.entry-content a {
		font-size: 1.4rem;
	}

	.entry-content p:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {

	.entry-content h2,
	.entry-content h3,
	.entry-content h4 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.entry-content ul.ul-column {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.entry-content ul.ul-column li img {
		max-width: 70%;
	}
}

/* single-product.php */
.block-head--flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
}

.card-help .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.help-info h2, .help-info h3, .help-info h4, .help-info strong, .help-info b {
    font-weight: bold;
    font-family: inherit;
}

.help-info p, .help-info ol li, .help-info ul li {
    line-height: 1.65;
}

.help-info ol li:not(:last-child), .help-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.item-questions__descr ol,
.item-questions__descr ul {
	margin-bottom: 33px;
}

.item-questions__descr ol li,
.item-questions__descr ul li {
	font-size: 1.8rem;
    line-height: 1.2;
}

.item-questions__descr ol {
	counter-reset: num;
}

.item-questions__descr ol li {
	position: relative;
	padding-left: 25px;
}

.item-questions__descr ol li:before {
	content: counter(num) ".";
	counter-increment: num;
	display: inline-block;
	position: absolute;
	color: #E8A8C5;
	top: 0px;
	left: 0;
}

.item-questions__descr ul li {
	position: relative;
	padding-left: 25px;
}

.item-questions__descr ul li:before {
	background: #00b6f0;
    position: absolute;
    display: block;
    content: "";
    width:8px;
    height: 8px;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.item-questions__descr ol li:not(:last-child), .item-questions__descr li:not(:last-child) {
    margin-bottom: 10px;
}


.help-blocks {
	padding-top: 3.75rem;
	font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.help-block.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
	gap: 1em 4em;
	padding: 0;
}

.help-block.row--reverse-desktop {
    flex-direction: row-reverse;
}

.help-block .col {
    flex: 1;
}

.media-img img,
.media-video iframe {
    width: 100%;
    height: auto;
    display: block;
}

.media-video {
    width: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe, .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.help-block h2, .help-block h3, .help-block h4 {
	font-family: inherit;
    font-weight: 600;
    margin-bottom: 1em;
}

.help-block p {
    line-height: 1.2;
	margin-bottom: 1em;
	color: #4E668B;
}

.help-block strong, .help-block b {
	font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.help-block ol,
.help-block ul {
	margin-bottom: 1.5em;
}

.help-block ol li,
.help-block ul li {
	font-size: 1.8rem;
    line-height: 1.2;
	color: #4E668B;
}

.help-block ol {
	counter-reset: num;
}

.help-block ol li {
	position: relative;
	padding-left: 0.75em;
}

.help-block ol li:before {
	content: counter(num) ".";
	counter-increment: num;
	display: inline-block;
	position: absolute;
	color: #4E668B;
	top: 0;
	left: 0;
}

.help-block ul li {
	position: relative;
	padding-left: 0.75em;
}

.help-block ul li:before {
	background: #4E668B;
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.help-block ol li:not(:last-child), .help-block li:not(:last-child) {
    margin-bottom: 1em;
}

.help-block ol li strong, .help-block li strong {
	display: block;
}

.help-block.is-hidden {
	display: none;
}
.help-blocks-toggle {
	text-align: center;
	margin-top: 20px;
}
.help-blocks-toggle .btn-2 {
	cursor: pointer;
	min-width: 300px;
}

@media (max-width: 768px) {
	.item-questions__descr ol li,
	.item-questions__descr ul li {
		font-size: 1.5rem;
	}

    .help-block.row,
    .help-block.row--reverse-desktop {
        flex-direction: column !important;
		margin-bottom: 1.5em;
    }

    .help-block .col {
        width: 100%;
    }
	
	.help-block .col.col--text {
		order: 1;
	}
	
	.help-blocks-toggle .btn-2 {
		min-width: 150px;
	}
	
	.help-block h2, .help-block h3, .help-block h4 {
		font-size: 2rem;
	}
	
	.help-block ol li,
	.help-block ul li {
		font-size: 1.6rem; 
	}
}


.item-card .item-card__img {
    background: none;
    padding: 0;
}

.card-content .card-content__footer {
    margin-top: 60px;
}
@media (min-width: 1451px) {
    .item-card .col--img {
       min-height: unset;
    }
}
@media (max-width: 680px) {
    .card-content .card-content__footer {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .card-content .card-content__footer {
        margin-top: 45px;
    }
}
@media (max-width: 380px) {
    .card-content .card-content__footer {
        margin-top: 30px;
    }
}

/* contact */
.entry-contact>.row {
	row-gap: 50px;
}

.entry-contact .col-text {
	flex: 0 0 400px;
}

.map {
	position: relative;
	height: 100%;
	height: 300px;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.entry-contact .col-text {
		flex: 0 0 290px;
	}
}

@media (max-width: 767px) {
	.entry-contact .col-text {
		flex: 0 0 100%;
	}
}

/* search */
.search-row {
	display: flex;
	flex-wrap: wrap;
}

.search-row .col {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	flex: 0 0 100%;
}

.search-row a {
	font-weight: 600;
	font-size: 3rem;
	font-family: "Montserrat", sans-serif;
	color: #00B6F0;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.search-row a:hover {
	color: #faadc6;
}

.search-row .entry-summary {
	flex: 1 0 0%;
}

.search-row .entry-image {
	position: relative;
	display: block;
	line-height: 0;
	border-radius: 20px;
	overflow: hidden;
	flex: 0 0 250px;
	max-height: 200px;
	margin: 0;
}

.search-row .entry-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-row .entry-image:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

@media (max-width: 767px) {

	.search-row .entry-image,
	.search-row .entry-summary {
		flex: 1 0 100%;
	}

	.search-row a {
		font-size: 2rem;
	}
}

/* pagination */
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0;
}

.pagination li {
	margin: 0 8px 10px 0;
}

.pagination span,
.pagination a {
	font-weight: 600;
	font-size: 1.6rem;
	color: #00B6F0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #00B6F0;
}

.pagination a {
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pagination span,
.pagination a:hover {
	background: #faadc6;
	border-color: transparent;
	color: #fff;
}

/* form */
form {
	position: relative;
}

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

form .row .form__block {
	padding: 0 10px;
}

form .form__block {
	position: relative;
	margin-bottom: 25px;
}

form .form__block p {
	line-height: 1.3;
	margin: 0;
}

form input,
form textarea {
	background: transparent;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	color: #00b6f0;
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #00b6f0;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

form input:not(.btn) {
	padding: 0 10px 0 30px;
	line-height: 64px;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #00b6f0 inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

form input:not(.btn).error,
form textarea.error {
	background: #fff;
	border-color: #c00;
	color: #c00;
}

form input:not(.btn).valid,
form textarea.valid {
	background: #fff;
	border-color: #00b6f0;
}

form input:not(.btn)+label.error,
form textarea+label.error {
	background: transparent;
	font-size: 1.2rem;
	color: #c00;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

form textarea {
	text-align: left;
	line-height: 1.1;
	min-height: 86px;
	max-height: 86px;
	min-width: 100%;
	max-width: 100%;
	padding: 22px 10px 15px 30px;
}

form .btn {
	font-size: 1.6rem;
	width: auto;
	line-height: 52px;
}

.form__acceptance {
	flex-grow: 1;
}

.wpcf7-list-item {
	display: block;
}

.form .form__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

::-webkit-input-placeholder {
	font-weight: 500;
	color: #00b6f0;
	opacity: 1;
}

:-moz-placeholder {
	font-weight: 500;
	color: #00b6f0;
	opacity: 1;
}

::-moz-placeholder {
	font-weight: 500;
	color: #00b6f0;
	opacity: 1;
}

:-ms-input-placeholder {
	font-weight: 500;
	color: #00b6f0;
	opacity: 1;
}

@media (max-width: 767px) {
	form .row {
		margin: 0 -5px;
	}

	form .row .form__block {
		padding: 0 5px;
		margin-bottom: 10px;
	}

	form input:not(.btn),
	form textarea {
		padding-left: 25px;
	}

	.form .form__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
}

@media (max-width: 575px) {
	form .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	form textarea {
		min-height: 165px;
		max-height: 165px;
	}
}

@media (max-width: 420px) {
	form input:not(.btn) {
		line-height: 50px;
	}
}

/* ! -- CHECKBOX -- */
.input-check {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-check .input-check__type {
	display: none;
}

.input-check .input-check__icon {
	background: transparent;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	height: 30px;
	border: 1px solid #00B6F0;
}

.input-check .input-check__icon::before {
	font-weight: 600;
	font-size: 2rem;
	color: #00B6F0;
	/*background: #87b453;*/
	position: relative;
	display: block;
	content: "✔";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.input-check .input-check__text {
	font-weight: 500;
	font-size: 1.4rem;
	color: #00B6F0;
	text-transform: none;
	display: block;
	line-height: 1.2em;
	padding-left: 15px;
}

.input-check .input-check__text a {
	font-weight: 500;
	font-size: 1.4rem;
	color: #00B6F0;
	border-bottom: 1px solid #00B6F0;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.input-check .input-check__text a:hover {
	color: #00B6F0;
	border-color: transparent;
}

.input-check .input-check__type:checked+.input-check__icon {
	border-color: #00B6F0;
}

.input-check .input-check__type:checked+.input-check__icon::before {
	opacity: 1;
}

.input-check--radio .input-check__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
	height: 17px;
	border-radius: 50%;
}

.input-check--radio .input-check__icon::before {
	background: #00B6F0;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

@media (max-width: 400px) {
	.input-check .input-check__text {
		font-size: 1.2rem;
	}
}


/* modal */
.box-modal {
	display: none;
	max-width: 640px;
}

.box-modal form input:not(.btn) {
	padding: 0 10px 0 30px;
	line-height: 44px;
}

.fancybox-slide--html .fancybox-close-small {
	width: 64px;
	height: 64px;
}

.fancybox-slide--html .fancybox-close-small:hover {
	cursor: pointer;
}

.block-style {
	border-radius: 30px;
}

.box-modal__title {
	font-size: 3rem;
	margin-bottom: 30px;
}

.form__footer--modal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.form__footer--modal .wpcf7-list-item {
	margin: 0;
}

/* alert */
.message-modal {
	border-radius: 30px;
	padding: 44px;
}

.message-modal__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.message-modal__content svg {
	width: 75px;
	height: 75px;
}

.message-modal__content strong {
	font-size: 2.4rem;
	font-weight: 800;
}

/* error */
.wpcf7-form .form__field-submit-wrapper {
	position: relative;
}

.wpcf7-form .form__field-submit-wrapper .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 1rem;
	color: red;
}

.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
	border-color: red;
}

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

.wpcf7-form .form-submit-wrapper {
	position: relative;
	text-align: right;
}

.wpcf7-form .form-submit-wrapper .btn {
	padding: 0 20px;
}

.wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	margin: 0;
}



/*== begin tpl-сustom-page.php ==*/

/* head-tpl / editor-tpl */
.editor-section { 
	padding-bottom: 2.5em;
}
.editor-section h1 {
    color: #0F2281;
    font-size: 3.2rem;
	line-height: 1.35;
    text-transform: uppercase;
}

.editor-section h2,
.editor-section h3,
.editor-section h4 {
    color: #0F2281;
    font-size: 2.8rem;
	line-height: 1.65;
}
.editor-section h3 {
    font-size: 2.4rem;
}
.editor-section h4 {
    font-size: 2rem;
}
.editor-section h2:not(:last-child),
.editor-section h3:not(:last-child),
.editor-section h4:not(:last-child) {
	padding-bottom: 1em;
}

.editor-section h1+p {
	margin-top: 2em;
}

.editor-section p {
	color: #0F2281;
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.55;
}

.editor-section p:not(:last-child) {
    margin-bottom: 1.4em; 
}

.editor-section p strong {
    color: #0F2281; 
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.editor-section.editor-head p {
	color: #00B6F0;
}

.editor-section iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
}

.editor-section--bg {
    background-color: #CFF0FD;
    padding-top: 2.5em;
	margin-bottom: 2.5em;
}

.editor-box {
    background-color: #CFF0FD;
    border-radius: 30px;
    padding: 2.5em;
}

.editor-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;   /* опционально, если нужно */
    padding: 3em 40% 3em 2em;   /* чтобы текст не прилипал к краям */
    position: relative;
    z-index: 1;
}

.editor-wrapper h2, 
.editor-wrapper h3, 
.editor-wrapper h4, 
.editor-wrapper p, 
.editor-wrapper strong  { 
	color: #fff;	
}

@media (max-width: 992px) {
	.editor-section h2,
	.editor-section h3,
	.editor-section h4 {
		font-size: 2.6rem;
		line-height: 1.25;
	}
	.editor-section h3 {
		font-size: 2.4rem;
	}
	.editor-section h4 {
		font-size: 2rem;
	}
	.editor-wrapper {
		font-size: 80%;
		background-position: center right 25%;
	}
}

@media (max-width: 576px) {
	.editor-box {
		padding: 1.5em;
	}
	
	.editor-wrapper {
		background-position: center right 30%;
		border-radius: 20px;
		padding: 1em 22.5% 1em 1em;
		font-size: 65%;
	}
	
	.editor-wrapper--bg p {
		line-height: 1.4;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
	}
	
	.editor-wrapper--bg h2,
	.editor-wrapper--bg h3,
	.editor-wrapper--bg h4 {
		font-size: 1.8rem !important;
        padding-bottom: 0.75rem !important;
	}
}

@media (max-width: 500px) {
	.editor-wrapper {
		background-position: center right 35%; 
	}
}

@media (max-width: 380px) {
	.editor-wrapper {
		background-position: center right 30%; 
	}
}

/* text-image-tpl */
.editor-image-section {
	padding-bottom: 2.5em;
}

.editor-image-flex {
    display: flex;
	/*align-items: flex-start;*/
	align-items: center;
    justify-content: space-between;
	gap: 1em 2em;
    flex-wrap: nowrap;
}

.editor-text {
    flex: 0 1 55%;
	flex: 1;
    min-width: 0; /* чтобы текст не раздвигал колонку */
}

.editor-image {
    flex: 0 1 45%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
	border-radius: 30px;
}

.editor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.editor-image-section.reverse .editor-image-flex {
    flex-direction: row-reverse;
}

.image-section--free .editor-image {
    flex: 0 1 35%;
    aspect-ratio: auto; 
}

.image-section--free .editor-text.small-text p {
    font-size: 75%;
	line-height: 1.35;
}

.image-section--free .editor-text.small-text p strong {
    font-size: 120%;
}

.image-section--free .editor-text.small-text p:not(:last-child) {
    margin-bottom: 1.3em; 
}

@media (max-width: 768px) {
    .editor-image-flex,
	.editor-image-section.reverse .editor-image-flex {
        flex-direction: column;
    }

    .editor-text {
        width: 100%;
        order: 1; /* текст сверху */
    }

    .editor-image {
        width: 100%;
        order: 2;
    }
	
	.image-section--free .editor-text.small-text p {
		font-size: 85%;
	}

	.image-section--free .editor-text.small-text p strong {
		font-size: 100%;
	}
}

/* text-col-tpl */
.text-column-section {
	padding-bottom: 2.5em;
}

.text-column-section h2,
.text-column-section h3,
.text-column-section h4 {
    color: #0F2281;
    font-size: 2.8rem;
	padding-bottom: 1em;
}
.text-column-section h3 {
    font-size: 2.4rem;
	padding-bottom: 1em;
}
.text-column-section h4 {
    font-size: 2rem;
	padding-bottom: 1em;
}

.column-wrapper {
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	gap: 1em 2em;
    flex-wrap: nowrap;
}

.column-wrapper.small-text { 
	font-size: 75%;
}

.text-column-section--bg {
    background-color: #CFF0FD;
    padding-top: 2.5em;
	margin-bottom: 2.5em;
}

@media (max-width: 1024px) {
    .column-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .column-wrapper {
        flex-direction: column;
    }
	/*.column-wrapper.small-text {
		font-size: 100%;
	}*/
}

/* two-column-tpl */
.two-column-section {
	padding-bottom: 2.5em;
}

.two-column-flex {
    display: flex;
    align-items: flex-start;
    gap: 2em 3em;
}

.column-editors {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.two-column-flex .editor-text.small-text p {
    font-size: 85%;
	line-height: 1.4;
}

.column-text-image {
    flex: 0 1 35%;
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.column-wrap {
    display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em;
}

.editor-text--min p {
    font-size: 90%;
	color: #0F2281;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.55;
}

.editor-text--min strong {
	color: #0F2281;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.editor-text--min a {
	color: #0F2281;
	transition: color 0.3s ease;
}

.editor-text--min a:hover {
	color: #ED83A6; 
}

.image-wrapper {
	overflow: hidden;
	border-radius: 20px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
	.column-text-image {
		min-width: 450px;
	}
}

@media (max-width: 768px) {
	.two-column-flex {
		flex-direction: column;
	}

	.column-text-image {
		flex: 0 1 100%;
		gap: 2em;
	}
}

/* video-tpl */
.video-section {
    padding-bottom: 2.5em;
}

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

.video-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.video-title {
    position: relative;
	font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
	color: #0F2281;
    padding-left: 2em; /* место под иконку */
    margin: 0;
}

.video-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url("../img/ico-play-1.svg") no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
}

.video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
	background: #fff;
    overflow: hidden;
	margin: auto;
}

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

@media (max-width: 1024px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
	.video-wrap {
		width: 80%;
	}
}

/* form-tpl */
.form-section {
    padding-bottom: 1.5em;
}

.form-section .form {
    margin-top: 0;
}

/* products-tpl */
.products-section {
    padding-bottom: 2.5em;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    width: 100%;
}

.product-item {
    display: flex;
	flex-wrap: nowrap;
    align-items: stretch;
    gap: 2em;
    width: 100%;
}

.product-image-link {
    flex: 0 1 20%;
	min-width: 140px;
    max-width: 280px;
    display: block;
	aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.product-image {
    width: 100%;
    height: 100%;
	object-fit: cover;
    transition: transform 0.3s ease;
}

.product-image-link:hover .product-image {
    transform: scale(1.04);
}

.product-content {
    flex: 0 1 80%;
	flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

.product-title {
	color: #0F2281;
	transition: color 0.3s ease;
}

.product-title:hover {
	color: #ED83A6; 
}

.product-description {
	color: #0F2281; 
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.product-content .btn { 
	margin-top: auto;
}

@media (max-width: 768px) {
	.product-item {
		gap: 1em;
	}
	.product-title {
		font-size: 2rem; 
	}
	.product-description {
		font-size: 1.2rem;
	}
}

/* all */
.editor-text h2,
.editor-text h3,
.editor-text h4 {
    color: #0F2281;
    font-size: 2.8rem;
	padding-bottom: 1em;
}
.editor-text h3 {
    font-size: 2.4rem;
	padding-bottom: 1em;
}
.editor-text h4 {
    font-size: 2rem;
	padding-bottom: 1em;
}

.editor-text p {
    color: #0F2281; 
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.55;
}

.editor-text p:not(:last-child) {
    margin-bottom: 1.4em; 
}

.editor-text p strong {
    color: #0F2281; 
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.editor-text a {
	color: #0F2281;
	transition: color 0.3s ease;
}

.editor-text a:hover {
	color: #ED83A6; 
}

.editor-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.editor-text ul li {
    position: relative;
    padding-left: 2.5em;
	
	font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.25;
	color: #0F2281;
}

.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("../img/ico-ul-1.svg") no-repeat center;
    background-size: contain;
}

.editor-text ul li:not(:last-child) {
    margin-bottom: 1.4em; 
}

.editor-text ul li strong { 
	font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
	color: #0F2281;
	display: block;
	margin-bottom: 0.25em;
}

.editor-text ul li br {
	display: none;
}

.btn::before {
    z-index: -1;
}

@media (max-width: 576px) {
	.editor-section,
	.editor-image-section,
	.text-column-section,
	.two-column-section,
    .video-section,
	.products-section {
		padding-bottom: 2em;
	}
	
	.editor-section--bg {
		padding-top: 2em;
		margin-bottom: 2em;
	}
	
	.editor-section h1 { 
		font-size: 2.4rem;
	}
	.editor-section h2,
	.text-column-section h2,
	.editor-text h2 {
		font-size: 2.2rem;
		line-height: 1.25;
	}
	.editor-section h3,
	.text-column-section h3,
	.editor-text h3 {
		font-size: 2rem;
		line-height: 1.25;
	}
	.editor-section h4,
	.text-column-section h4,
	.editor-text h4 {
		font-size: 1.8rem;
		line-height: 1.25;
	}
}

/*== end tpl-сustom-page.php ==*/

/*== begin video ==*/
.wp-video,
.wp-video-shortcode,
.wp-video-shortcode video,
.wp-video .mejs-container,
.wp-video .mejs-container video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
	margin-bottom: 30px;
}

.wp-video .mejs-container {
    aspect-ratio: 16 / 9; /* при необходимости замените на своё соотношение */
}

/*== end video ==*/