/*
Theme Name: novmir
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Dmitrieva O.V
Author URI: https://degorov.ru/
Version: 1.0
*/
#hero .container-fluid,
.container-fluid {
	max-width: 1855px;
}
.labelefir-krahmala{
	display:none
}
.filter_navigation .children {
    padding-left: 0;
}
.carts .card-item:hover{
    transform:scale(0.95);
}
.card-item4002.card-item{
    display:none;
}
.postid-4002 .btn-cement{
    display:inline-block;
}
.postid-4002  .button-hide-cement{
    display:none;
}
.btn-cement{
    display:none;
}
.catalog__term {
    border: 1px solid var(--color);
    border-radius: 0.6rem;
    font-weight: 600;
}
.home .filter_navigation .filter_element__content>ul>.cat-item.has_children .has_children_array {
	width: 100%;
	height: 2rem;
}

#catalog__wrap-home .filter_navigation .children label {
	margin: 0.5rem 0;
}

.wrapper {
	overflow: hidden;
}
.home .ui-radio__box{
	display:none
}

.home #hero {
	background: var(--color);
}

.post-type-archive-catalog #hero .header h2+p,
.post-type-archive-catalog #hero .subheader {
	color: #fff;
}

#product-hero .price-available {
	display: none;
}

#hero3 #breadcrumbs a {

	color: #fff;
}

#header a[href^="mailto:"] {
	font-weight: 700;
	font-size: .875rem;
	line-height: 140%;
	border-bottom: 1px dashed;
	color: #FFFFFF;
	margin-top: .4rem;
	display: block;
	width: max-content;
	margin-left: auto;
}

.height-list.lists .list-block .item li {
	min-height: calc(1.4 * 4 * 1rem);
}


.pulse-circle {
	animation: pulse 3s ease-in-out infinite;
}
.home .ui-radio__name {
    font-size: 1rem;
}

@keyframes pulse {
	0% {
		r: 10;
		opacity: 0.6;
	}

	50% {
		r: 20;
		opacity: 0;
	}

	100% {
		r: 10;
		opacity: 0.6;
	}
}

.geography-bg circle:nth-child(1) {
	animation-delay: 0s;
}

.geography-bg circle:nth-child(2) {
	animation-delay: 0.3s;
}

.geography-bg circle:nth-child(3) {
	animation-delay: 0.6s;
}

.geography-bg circle:nth-child(4) {
	animation-delay: 0.9s;
}

.geography-bg circle:nth-child(5) {
	animation-delay: 1.2s;
}

.home h1 {
	color: var(--color2);
}

h1 {
	font-size: 3.5rem;
	line-height: 120%;
	letter-spacing: 0.03em;

}

h1 .text_middle {
	font-size: 4.5rem;
	text-transform: uppercase;
	margin-bottom: 3.5rem;

}

#header .content .contacts {
	flex: unset;
}

#menu {
	width: auto;
}

#header .content {
	margin-left: 0;
	flex: unset;
}

#header .content .row {
	margin: 0;
}

#header .mainrow {
	justify-content: space-between;
	gap: 2rem;
}

.headerFull__search {
	flex: unset;
}

.headerFull__search .search-field::placeholder {
	font-size: 1rem !important;
	line-height: 140% !important;
	color: #FFFFFF !important;

}

.headerFull__search .search-form {
	padding: .75rem 1.5rem;
	width: 22rem;
	background: #1D3A53;
	border-radius: 3.125rem;
	gap: .625rem;
}

.headerFull__search .search-field {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	border: none;
	color: #fff;
}

.headerFull__search .search-button {
	background: transparent;
	border: 0;
	width: 1.5rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0;
}

.headerFull__search .search-button svg circle {
	fill: #1D3A53;
}

.slider-counter {
	font-size: 1rem;
	line-height: 140%;
	color: #6F6F6F;
	flex-shrink: 0;
}

#header a[href^="mailto:"]:hover,
#header .contacts .phone-content:hover {
	color: var(--color2);
}
#menu .menu#menu-menju-produkciya,
.btn.btn-product,
.menu-menju-produkciya{
	background: #FFFFFF;
	border-radius: 3.125rem;

}

.btn.btn-product svg {
	flex-shrink: 0;
}

.headerFull__search .search-button svg {
	fill: unset;
	width: auto;
	height: auto;
}

.current-slide {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 140%;
	color: #394854;

}

.btn.btn-product svg path,
.btn.btn-product span,
.btn.btn-product {
	transition: all 0.3s;
}
#menu-menju-produkciya,
.btn.btn-product:hover {
	background-color: var(--color);
}

.popup .hideLabels .form-group label {
	color: #fff;
}

.hideLabels .form-group input {
	color: #fff;
	border-radius: 3.125rem;
}

.message-tooltip,
.message-error {
	position: absolute;
	right: auto;
	top: -2.5rem;
	padding: 0.5rem 1rem;
	font-weight: 500;
	font-weight: var(--f1w);
	line-height: 1.2;
	background: rgb(38 38 38);
	z-index: 100;
	color: #f5f6f8;
	font-size: .8rem;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
	white-space: nowrap;
	transition: all .3s ease;
}

.message-error {
	left: -1rem;
	top: -2rem;
}

.message-tooltip::before,
.message-error::before {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 1rem;
	bottom: 0;
	border-radius: 3px;
	transform: rotate(45deg) translate(50%);
	background: rgb(38 38 38);
	z-index: -1;
}

#hero.hero-err {
	color: #fff;
	background: radial-gradient(27.52% 68.63% at 64.34% 50%, #5EB2DB 0%, #325F75 97.12%);

}

#hero.hero-err h1 {
	line-height: 140%;
	color: #FFF1D6;

}

#hero.hero-err .intro {
	font-size: 1.5rem;
	line-height: 140%;


}

#hero.hero-err .main {
	padding: 13.125rem 0 21.4375rem 0;
}

.error404 #header-wrapper {
	background-color: transparent;

}

.hero-err-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	pointer-events: none;
}

.btn.btn-product:hover {
	color: #fff;
	background-color: var(--color);
}

.btn.btn-product:hover span {
	color: #fff;
}

.btn.btn-product:hover svg path {
	stroke: #FFFFFF;
}
#menu .menu#menu-menju-produkciya .menu-item.menu-item-has-children a::before{
    display:none;
}
#menu .menu#menu-menju-produkciya a,
.btn.btn-product span {
	align-items: center;
	gap: .625rem;
	display: flex;
	padding: .75rem 1.5rem !important;
	justify-self: unset;
	color: #000;
	font-weight: 700;
	font-size: 1rem;
	min-width: unset;
	color: var(--color);

}
#menu .menu#menu-menju-produkciya a{
    padding-left:3rem !important;
}
#menu .menu#menu-menju-produkciya::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 0;
    top: 50%;
    left: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5C4 4.44772 4.44772 4 5 4C5.55228 4 6 4.44772 6 5C6 5.55228 5.55228 6 5 6C4.44772 6 4 5.55228 4 5ZM4 19C4 18.4477 4.44772 18 5 18C5.55228 18 6 18.4477 6 19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19ZM18 5C18 4.44772 18.4477 4 19 4C19.5523 4 20 4.44772 20 5C20 5.55228 19.5523 6 19 6C18.4477 6 18 5.55228 18 5ZM18 12C18 11.4477 18.4477 11 19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12ZM11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12ZM4 12C4 11.4477 4.44772 11 5 11C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13C4.44772 13 4 12.5523 4 12ZM11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5ZM11 19C11 18.4477 11.4477 18 12 18C12.5523 18 13 18.4477 13 19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19ZM18 19C18 18.4477 18.4477 18 19 18C19.5523 18 20 18.4477 20 19C20 19.5523 19.5523 20 19 20C18.4477 20 18 19.5523 18 19Z' stroke='%23325F75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    transform: translate(0, -50%);
}
#menu #menu-menju-produkciya.menu .menu-item .sub-menu .menu-item a {
   padding-left:0 !important;
}

#header .logo img {
	max-height: 7.25rem;
}

#menu .menu .menu-item a {
	font-weight: 700;
	font-size: 1rem;
	line-height: 140%;
	color: #FFFFFF;
	border-left: none;
	padding: 0 1.125rem;

}

#menu .menu .menu-item a:hover {
	color: var(--color2);
}

#menu .menu-item.menu-item-has-children a {
	padding-right: 2.5rem !important;
}

#header .contacts .phone-content {
	font-weight: 700;
	font-size: 1.5rem !important;
	line-height: 140%;
	text-align: right;
	color: #FFFFFF;

}

.hero__content {
	padding-top: 11.25rem;
	padding-bottom: 16rem;
	max-width: 42.3125rem;
	margin-left: auto;
}

.hero__content .title {
	font-size: 1.5rem;
	line-height: 140%;
	color: #FFFFFF;
}

.hero__content .title p {
	margin: 0;
}

.hero__item__text p:first-of-type strong {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 140%;
	color: var(--color2);


}

.hero__item {
	line-height: 140%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 2rem;

}

.hero__item__img {
	position: relative;
}

.hero__item-svg {
	position: absolute;
	bottom: 80%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}

.hero__item:last-child {
	margin-top: -6.25rem;
}

.hero__item:last-child .hero__item-svg {
	bottom: 47%;
	left: 0%;
	transform: translate(-430%, 0) rotate(126deg);
}

.hero__item li:not(:last-child) {
	margin-bottom: 1rem;
}

.hero__item li {
	position: relative;
	padding-left: 1.875rem;
}

.hero__item li::before {
	content: '';
	position: absolute;
	width: .875rem;
	height: .875rem;
	background-image: url(assets/i/li.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: 0.3rem;
	left: 0;
}

.home #hero {
	background-image: url(assets/i/bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

#menu .menu {
	background-color: transparent;
}

.hero-bg2 {
	position: absolute;
	top: 12%;
	width: 46%;
	z-index: 1;
}

.home .hero-bg {
	position: absolute;
	top: 9%;
	left: 18%;
	width: 37%;
	z-index: 1;
	pointer-events: none;
}

.hero__item__text ul {
	margin-top: 1.5rem;
}

.hero__item__text {
	max-width: 19.75rem;
}

.hero__items {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.hero__inner {
	padding-bottom: 8.0625rem;
}

.filter_element-home .ui-checkbox__box {
	display: none;
}

.products__item__text p {
	margin: 0;
}

.products__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.5rem;
	padding: 2.625rem;
	background: #FFFFFF;
	border-radius: 1.5rem;
	margin-top: 3rem;

}

.products__item {
	font-size: 1.25rem;
	line-height: 140%;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.products__item__img {
	flex: 0 0 3.4375rem;
}

#catalog__listing {
	background-color: rgba(243, 245, 249, 1);
	padding: 8.125rem 0;
}

.home .catalog_link-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.25rem;
	line-height: 140%;
	color: #394854;
	gap: 1.5rem;
	margin-top: auto;
}

.catalog_link-btn svg path {
	transition: all 0.3s;
}

.catalog_link-btn:hover {
	color: #679CBE;
}

.catalog_link-btn:hover svg path {
	fill: #679CBE;
}

.home .carts .card-parameters {
	margin-bottom: 2rem;
}

.catalog_link-btn {
	display: none;
}

#catalog__wrap-home {
	display: flex;
	gap: 3.25rem;
	margin-top: 3.3125rem;
}

.filter_element__content {
	padding: 0;
	margin: 0;
}

.filter_navigation .filter_element__content {
	margin: 0;
	padding: 0;
}

.catalog_custom_section .title {
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #679CBE;
}

.catalog_custom_section h2 {
	margin: 0;
}

.filter_navigation .filter_element__content>ul>.cat-item>a {
	font-weight: 700;
	font-size: 1rem;
	line-height: 140%;
	color: #394854;
	margin-bottom: 1.5rem;


}

h2 {
	font-size: 3rem;
	line-height: 140%;
	letter-spacing: 0.03em;



}

.home h2 {
	color: #325F75;
}

.carts:not(.popup-wrap) .cart {
	border-radius: 1.25rem;
}

.products-row {
	--card_column: 3;
	--card_column_gap: 2.5rem;
}

.carts .cart .name {
	font-family: 'Days One';
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #394854;


}

.carts .card-parameters ul li:nth-child(3) {
	display: flex;
}

.carts .card-parameters li:last-child {
	margin-bottom: 0;
}

.carts .card-parameters {
	margin: 2rem 0;
	margin-bottom: 0;
}

.carts .card-parameters li {
	margin-bottom: 7px;
}

.carts .card-parameters ul li:nth-child(n + 4) {
	display: none;
}

.carts .card-parameters li {
	font-size: 1rem;
	line-height: 140%;
	color: #6F6F6F;


}

.card-parameters ul li .value {
	font-weight: 700;
	line-height: 140%;
	color: #325F75;
}

#products {
	width: 100%;
	flex: unset;
}

#catalog__wrap-home .filter_element label {
	padding: 0;
}

.filter_element label:hover {
	font-weight: 400;
	background: transparent;
	color: var(--color);
}

#catalog__wrap-home .filter_navigation .children {
	padding-left: 1rem;
	margin: 0;
}

.filter_navigation .filter_element__content>ul>.cat-item>a {

	margin-bottom: 0;
}

.filter_navigation ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#catalog_filter {
	background: #FFFFFF;
	border-radius: 1.5rem;
	border: none;
	padding: 2.625rem;

}

#catalog__wrap-home .filter_element {
	padding: 0;
	border: none;
}

.home #filterbar {
	flex: 0 0 29.8125rem;
}

#catalog__wrap-home .filter_buttons {
	display: none;
}

.engineering {
	background-color: rgba(243, 245, 249, 1);
	padding: 0 0 8.125rem 0;

}

.carts .card-item .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.engineering__inner {
	border-top: 1px solid #679CBE;
}

.engineering__inner h2 {
	margin: 0;
}

.engineering__inner .title {
	padding-top: 3.5625rem;
}

.engineering__items {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 1.8fr 0.7fr 0.6fr 0.5fr 1.4fr;
	grid-template-rows: 1fr 1fr;

	grid-template-areas:
		"col1 col2 col2 col2 col3"
		"col4 col5 col5 col6 col6";
	gap: 2rem;
	padding-top: 3.5625rem;
}

.engineering__items-title {
	grid-area: col1;
	display: flex;
	align-items: center;
}

.home .filter-wrap {
	display: none;
}

.engineering__item1 {
	grid-area: col2;
}

.engineering__item2 {
	grid-area: col3;
}

.engineering__item3 {
	grid-area: col4;
}

.engineering__item4 {
	grid-area: col5;
}

.engineering__item5 {
	grid-area: col6;
}

.title-mob {
	display: none;
}

.filter_navigation .filter_element__content>ul>.cat-item.has_children.active>a {
	margin-bottom: 0;
}

.engineering__item {
	background: #FFFFFF;
	border-radius: 1.5rem;
	padding: 2rem;
	display: flex;
	gap: 1.625rem;
}

.footer-logo img {
	margin: 0;
}



.engineering__item-img {
	flex: 0 0 14.5rem;
	height: 14.5rem;
	border: 1rem solid #679CBE;
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.engineering__item-img::before {
	content: '';
	position: absolute;
	top: -2.5rem;
	left: -2.5rem;
	right: -2.5rem;
	bottom: -2.5rem;
	border-radius: 50%;
	background-color: rgba(103, 156, 190, 0.5);
	z-index: -1;
}

.engineering__item__text p {
	margin: 0;
}

.engineering__item__text {
	font-size: 1.25rem;
	line-height: 140%;
	color: #6F6F6F;
	display: flex;
	flex-direction: column;
}

.engineering__item__text strong {
	color: var(--dark);
}

.engineering__item-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
	z-index: -1;
}

.cases__section-item-title {
	font-family: 'Days One';
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 140%;
	color: #325F75;
	padding-bottom: 1.8125rem;
	border-bottom: 1px solid #679CBE;
	margin-bottom: 1.125rem;
}

.cases__section-item {
	padding: 2.5rem;
	background: #F3F5F9;
	border-radius: 1.5rem;

}

.strong-title {
	font-weight: 700;
	font-size: 1rem;
	line-height: 140%;
	color: #394854;


}

.cases__section-item-work-equipment,
.cases__section-item-work-list {
	position: relative;
	padding-left: 5.6875rem;
}

.cases__section-item-work-equipment::before,
.cases__section-item-work-list::before {
	content: '';
	position: absolute;
	width: 4.5rem;
	height: 4.5rem;
	left: 0;
	top: 0;
	background-image: url(assets/i/1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.cases__section-item-work-equipment::before {
	background-image: url(assets/i/2.svg);
}

.cases__section-item-work-list {
	margin-bottom: 2.625rem;
}

.cases__section-wr {
	display: flex;
	gap: 3.75rem;

}

.cases__section-img {
	flex: 0 0 36%;
}

.cases__section-item {
	width: 44.75rem !important;
}

.cases__section .slick-slide {
	margin-right: 3.1875rem;
}

.cases__section-arrows {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2.25rem;

}

.engineering__item {
	cursor: pointer;
	transition: all 0.3s;
}

.engineering__item__text,
.engineering__item-img,
.engineering__item__text p {
	transition: all 0.3s;
}

.engineering__item:hover .engineering__item-img,
.engineering__item:hover .engineering__item__text p {
	opacity: 0;
}

.engineering__item__text .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	width: max-content;
	background-color: #679CBE;
}

.engineering__item:hover .btn {
	opacity: 1;
	pointer-events: unset
}

.carts .card-parameters ul li .value {
	white-space: unset;
}

.cases__section-arrows .slick-arrow svg {
	width: auto;
	height: auto;
}

.cases__section-arrows .slick-arrow {
	position: relative;
	width: 4.4375rem;
	height: 4.4375rem;
	background-color: var(--dark);
	box-shadow: none;
}

.cases__section-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.page-template-page-thanks #header-wrapper {
	background-color: transparent;
}

.g-hero {
	color: #fff;
	background: radial-gradient(27.52% 68.63% at 64.34% 50%, #5EB2DB 0%, #325F75 97.12%);

}

#hero.g-hero .main {
	padding: 14.5625rem 0 18.625rem 0;
}

.g-hero h1 {
	color: var(--color2);
}

.hero-th-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	pointer-events: none;
}

.last-bullet.bullets .col.bul:last-child .item {
	background-color: var(--light);
}

.last-bullet.bullets .col.bul:last-child .item .head,
.last-bullet.bullets .col.bul:last-child .item .desc {
	color: var(--dark);
}

.last-bullet.bullets .list ul li::before {
	background-color: var(--light);
}

.bullets-slider .col.bul {
	max-width: 100% !important;
	flex: unset !important;
	width: 23rem !important;
}

.bullets-slider .slick-next {
	right: 0;
}

.bullets-slider .slick-list {
	overflow: visible;
}

.last-bullet.bullets .col.bul:last-child .item .list ul li::before {
	background-color: var(--color);
}

.cases__section h2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500%;
	height: 1px;
	background-color: #679CBE;
}

.cases__section h2 {
	margin: 0;
	padding-bottom: 1.75rem;
	position: relative;

}

.cases__section {
	padding: 9.6875rem 0 3.25rem;
}

.cases__section-title {
	overflow: hidden;
	font-size: 1.5rem;
	line-height: 140%;
}

.privilege {
	background-image: url(assets/i/bg2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8.125rem 0;
}

.privilege-bg {
	position: absolute;
	bottom: 8%;
	left: -5%;
	pointer-events: none;
	width: 35%;
}

.privilege__inner {
	width: 65%;
	color: #FFFFFF;
	margin-left: auto;
}

.privilege__inner .title {
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--color2);
}

.privilege__inner h2 {
	margin: 0;
	color: var(--color2);
}

.privilege__items {
	display: grid;
	margin-top: 5.5rem;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	column-gap: 9rem;
}

.privilege__item {
	display: flex;
	font-size: 1.25rem;
	line-height: 140%;
	color: #FFFFFF;
	gap: 2rem;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);

}

.privilege__item__img {
	width: 5rem;
	height: 5rem;
	flex-shrink: 0;
}

.new__inner-text h2 {
	margin: 0;
	padding-bottom: 1.8125rem;
	border-bottom: 1px solid #679CBE;
}

.new-text p {
	margin: 0;
}

.new-text strong {
	color: #679CBE;
}

.new-text {
	margin-top: 3.5rem;
	display: flex;
	align-items: flex-start;
	gap: 1.125rem;
	font-size: 1.25rem;
	line-height: 140%;
	color: #6F6F6F;
	margin-bottom: 4rem;

}

.new-text-img {
	flex-shrink: 0;
}

.new__inner-text {
	width: 66%;
}

.new__inner-wr {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	width: 87%;
}

.new__docs-wr {
	width: 15.5rem;
	flex-shrink: 0;
}

.new .cases__section-arrows {
	justify-content: center;
	margin-top: 2rem;
}

.new__item__title {
	font-family: 'Days One';
	font-weight: 400;
	font-size: 4rem;
	line-height: 120%;
	color: #394854;
	padding-bottom: 1.8125rem;
	border-bottom: 1px solid #679CBE;
	margin-bottom: 1.5rem;
}

.new__item__text {
	font-size: 1.5rem;
	line-height: 140%;


}

.new__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5rem;
	margin-top: 5rem;
}

.new {
	padding: 8.125rem 0;
}

.geography-bg svg {
	width: 100%;
	height: 100%;
}

.geography__item__title {


	font-family: 'Days One';
	font-style: normal;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 120%;
	color: #FFFFFF;
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #679CBE;


}

.geography__item__text {
	font-size: 1.25rem;
	line-height: 140%;
	color: #394854;
	margin-top: 1rem;
	text-align: center;

}

.menu .menu-item:hover::before {
	display: none;
}

.geography__items {
	width: 34.875rem;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 31.125rem;
	margin-left: auto;
}

.geography {
	padding: 8.125rem 0;
}

.geography .title {
	position: relative;
	z-index: 1;
	padding-bottom: 2.5rem;
}

.geography-bg {
	position: absolute;
	top: 2%;
	width: 54%;
}

.geography__inner h2 {
	margin: 0;
	padding-bottom: 1.75rem;
	border-bottom: 1px solid #679CBE;
}

.geography__item {
	width: 56%;
	flex-direction: column;
	align-items: center;
	display: flex;
}

.geography__item2 {
	margin-left: auto;
	margin-top: 1rem;
}

.geography__item3 {
	margin-left: 8.8125rem;
	margin-top: auto;
}

.cases__section-arrows .slick-arrow:hover {
	background-color: #679CBE;
}

#footer .footer-logo {
	margin: 0;
}

.btn:hover {
	background-color: #679CBE;
}

.btn {
	overflow: hidden;
}

.mobile .menu .menu-item .sub-menu {

    margin-left: 0;
}
#footer .phone-content:hover {
	color: #679CBE;
}

#footer a[href^="mailto:"]:hover {
	color: var(--dark);
}

.hideLabels .form-control {
	height: 100%;
	color: #fff;
}

.footer-menu .menu .menu-item a:hover {
	color: #679CBE;
}

.manager-1 .agreement-check a:hover {
	border-color: transparent;
}

#footer-2 a:hover {
	color: #679CBE;
}

.geography__items-el {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 9.875rem;
	height: 9.875rem;
	top: 40%;
	left: 49%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #679CBE;
	z-index: 1;
}

.geography__item {
	position: relative;
}

.geography__item svg {
	position: absolute;
	z-index: -1;
}

.geography__item1 svg {
	top: 79%;
	transform: translate(0, -96%);
	left: 64%;
}

.geography__item2 svg {
	top: 104%;
	transform: translate(0, -125%) rotate(125deg);
	left: -137%;
}

.geography__item3 svg {
	top: 32%;
	transform: translate(0, -120%) rotate(269deg);
	left: -11%;
}

.geography {
	background-color: rgba(243, 245, 249, 1);
}

#manager {
	background-image: url(assets/i/bg3.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 8.1875rem 0;
}

.manager-1 .wrap {
	background: transparent;
	background-image: none;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}

.manager-1 .text-wrap .header p,
.manager-1 .text-wrap .subheader {
	color: #fff;
}

.manager-1 .text-wrap .header h2 {
	color: var(--color2);
	font-size: 3rem;
	line-height: 140%;
	letter-spacing: 0.03em;
	margin-right: 0;
	padding-bottom: 2.25rem;
	border-bottom: 1px solid #FFF1D6;
	width: 88%;
}

#manager .utp ul li::before {
	background-image: url(assets/i/li.svg);
	left: 2rem;
	top: 2rem;
}

#manager .utp ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	max-width: 100%;
}

#manager .utp ul li {
	background: #325F75;
	border-radius: 1.5rem;
	padding: 2rem;
	padding-left: 4.8125rem;
	margin-bottom: 0;
}

.manager-1 .text-wrap {
	max-width: 775px;
	-ms-flex: 1 0 775px;
	flex: 1 0 775px;
	padding: 0;
}

.manager-1 .text-wrap .subheader {
	overflow: hidden;
	margin-bottom: 0;
}

.manager-1 .form .form-head {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 140%;
	padding: 0;
	background-color: transparent;
	margin: 0;
}

.manager-1 .form-wrap {
	box-shadow: none;
	background-color: transparent;
	padding: 0;
	max-width: 37.625rem;
	margin-top: auto;
}

.manager-1 .form-desk {
	display: none;
}

.hideLabels .form-group {
	background: rgba(28, 57, 81, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 3.125rem;
	border: none;

}

.hideLabels .form-group label {
	font-size: 1rem;
	line-height: 140%;
	color: #BBD4E4;
	border-radius: 3.125rem;
}

.search_block.search_mobile {

	width: 17.4375rem;
	background: #1D3A53;
	border-radius: 3.125rem;

}

.search_mobile .search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 1rem;
	gap: 0.5rem;
}

.mobile .headerFull__search {
	display: flex;
	padding: 2rem 1rem 1rem 1rem;
	padding-bottom: 0;
}

.mobile .menu .menu-item a {
	font-size: 1.125rem;
	padding: 0.5rem 0;
}

#menu .menu .menu-item.current-menu-item a {
	color: var(--color2);
}



#menu .menu .current-menu-item a::after,
#menu .menu .current-menu-parent a::after,
#menu .menu .current-post-ancestor a::after,
#menu .menu .current-menu-item::after,
#menu .menu .current-menu-parent::after {
	display: none;
}

#header-wrapper {
	background-color: var(--dark);
}

.home #header-wrapper {
	position: absolute;
	background-color: transparent;
}

.active .open span,
.active:hover .open span {
	background-color: var(--color);
}

.search_mobile .search-field {
	background-color: transparent;
	border: none;
}

.manager-1 .form_block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.manager-1 .hideLabels .form-group {
	margin: 0;
}

.form__wr {
	display: grid;
	gap: 2rem;
}

.form-group.form-group-textarea {
	border-radius: 1.5rem;
}

.manager-1 .form-wrap .button {
	margin: 0;
}

.manager-1 .form-wrap .button .btn {
	background-color: transparent;
	border: 1px solid #fff;
	width: 100%;
}

.manager-1 .agreement-check a,
.manager-1 .agreement-label {
	color: #fff;
}

.footer-contacts .btn span {
	margin: 0;
}

.footer-contacts .btn {
	flex-shrink: 0;
}

.manager-1 .agreement-check a {
	border-bottom: 1px solid;
}

.manager-1 .form-wrap .button .btn span {
	padding: 1.5rem 2.75rem;
	font-size: 1.25rem;
}



.manager-bg {
	position: absolute;
	bottom: 0;
	right: 36%;
	pointer-events: none;
	width: 34%;
}

.popup .form__wr {

	display: block;
}

#footer {
	position: relative;
	background: #F3F5F9;
	padding: 3rem 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
}
.footer-menu .menu .current-menu-item a::after{
    display:none;
}
.footer-menu .menu .current-menu-item a {
    margin-left: 0;
}
.footer-menu .menu .menu-item:first-child a {
	font-weight: 700;
	font-size: 1rem;
	line-height: 140%;
	color: var(--color);
	text-transform: none;
	letter-spacing: 0;


}

.footer-menu .menu .menu-item a {
	font-size: 1rem;
	color: var(--color);
	opacity: 1;
	padding: 5px 0;
}

.footer-row {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.footer-col-menu {
	display: flex;
	gap: 4rem;

}

#footer li[itemprop="telephone"] {
	display: flex;
	flex-direction: row;
	gap: 1.125rem;
	align-items: center;
}

#footer .phone-content {
	font-size: 1.5rem;
	line-height: 140%;
	color: #325F75;


}

#footer a[href^="mailto:"] {

	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	text-decoration-line: none;
	border-bottom: 1px solid;
	color: #679CBE;



}

.footer-contacts .btn span {
	color: #fff;
	font-weight: 400;
}

.footer-contacts li {
	color: var(--dark);
	margin-bottom: .875rem;
}

.footer-contacts li span {
	font-weight: 700;
	font-size: .875rem;
	line-height: 140%;
	color: #6F6F6F;
	display: block;
	margin-bottom: .875rem;


}

.footer-contacts li:last-child {
	margin-bottom: 0;
}

#footer-2::before {
	display: none;
}

#footer-2 {
	background-color: #FFFFFF;
	color: #6F6F6F;
}

#footer-2 a {
	color: #6F6F6F;
}

.footer-2-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.b2b-copy {
	margin: 0;
}

@media screen and (min-width: 2500px) {
	body {
		zoom: 1.333;
	}
}

@media screen and (max-width: 1919px) {
	h1 {
		font-size: 3rem;
	}

	.btn.btn-product svg {
		width: 1rem;
		height: 1rem;
	}
	.btn.btn-product span {
		gap: .5rem;
		font-size: 0.875rem;
		padding: .75rem 1.2rem;
	}

	#hero.g-hero .main {
		padding: 11.5625rem 0 15.625rem 0;
	}

	#hero.hero-err .main {
		padding: 9.125rem 0 13.4375rem 0;
	}

	.home .hero-bg {
		left: 9%;
	}

	#manager .utp ul {
		gap: 1.5rem;
	}

	.manager-1 .form .form-head {
		font-size: 1.3rem;
	}

	#header .mainrow {
		gap: 1.5rem;
	}

	#menu .menu .menu-item a {
		padding: 0 1rem;
	}

	.headerFull__search .search-field::placeholder {
		font-size: 0.875rem !important;
	}

	.hero__item__text p:first-of-type strong {
		font-size: 1.3rem;
	}

	.cases__section-title {
		font-size: 1.3rem;
	}

	.home #filterbar {
		flex: 0 0 27rem;
	}

	.new-text {
		margin-top: 2.5rem;
		font-size: 1.125rem;
		margin-bottom: 2.5rem;
	}

	.new__items {
		gap: 3rem;
	}

	.carts .card-parameters li {
		font-size: 0.875rem;
	}

	#menu .menu .menu-item a {
		font-size: 0.9rem;
	}

	#header .contacts .phone-content {
		font-size: 1.3rem !important;
	}

	.manager-1 .text-wrap {
		max-width: 39rem;
		-ms-flex: 1 0 39rem;
		flex: 1 0 39rem;
	}

	h1 .text_middle {
		font-size: 4rem;
	}

	#footer .phone-content {
		font-size: 1.3rem;
	}

	.manager-bg {
		right: 39%;
		width: 38%;
	}

	.manager-1 .text-wrap {
		max-width: 41rem;
		-ms-flex: 1 0 41rem;
		flex: 1 0 41rem;
	}

	#catalog__listing {
		padding: 6rem 0;
	}

	.products-row {
		--card_column_gap: 1.6rem;
	}

	#catalog__wrap-home {
		gap: 2.5rem;
		margin-top: 3rem;
	}

	.products__item {
		font-size: 1.125rem;
		gap: 1.2rem;
	}

	.engineering__item-img {
		flex: 0 0 12.5rem;
		height: 12.5rem;
	}

	.hero__content .title {
		font-size: 1.3rem;
	}

	.engineering__items {
		gap: 1.6rem;
	}

	.engineering {
		padding: 0 0 6rem 0;
	}

	.engineering__item__text {
		font-size: 1.125rem;
	}

	.cases__section {
		padding: 6rem 0 3.25rem;
	}

	.cases__section-item-work-list {
		margin-bottom: 2rem;
	}

	.privilege__items {
		gap: 2rem;
		column-gap: 7rem;
		margin-top: 4.5rem;
	}

	.privilege__item {
		font-size: 1.125rem;
	}

	.privilege {
		padding: 6rem 0;
	}

	.new__inner-wr {
		width: 91%;
	}

	.new__item__text {
		font-size: 1.3rem;
	}

	.new__item__title {
		font-size: 3.1rem;
		padding-bottom: 1.1rem;
		margin-bottom: 1.1rem;
	}

	.geography {
		padding: 6rem 0;
	}

	.geography__item__title {
		font-size: 3.5rem;
	}

	#manager {
		padding: 6rem 0;
		padding-top: 8rem;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 2.7rem;
	}

	.new {
		padding: 6rem 0;
	}

	#manager .utp ul li::before {
		left: 1.4rem;
		top: 1.7rem;
	}

	.manager-1 .form-wrap .button .btn span {
		padding: 1.3rem 1.5rem;
		font-size: 1.125rem;
	}

	#manager .utp ul li {
		padding: 1.7rem;
		padding-left: 3.6rem;
	}

	.hero__content {
		padding-top: 11.25rem;
		padding-bottom: 13rem;
	}

	#footer .btn span {
		padding: 0.7rem 1.1rem;
	}
}

@media screen and (max-width: 1679px) {
	.headerFull__search .search-form {
		width: 18rem;
	}
}

@media screen and (max-width: 1599px) {
	.headerFull__search .search-form {
		width: 14rem;
	}

	.home .catalog_link-btn {
		font-size: 1.125rem;
		gap: 1rem;
	}

	.home .catalog_link-btn svg {
		width: 1.5rem;
	}

	.carts .card-parameters li,
	.carts .card-parameters ul li .value {
		font-size: 0.8rem;
	}

	#hero.g-hero .main {
		padding: 7.5625rem 0 12.625rem 0;
	}

	.products__item__img {
		flex: 0 0 3rem;
	}

	#hero.hero-err h1 {
		font-size: 2.6rem;
	}

	#hero.hero-err .intro {
		font-size: 1.3rem;
	}

	.products__item {
		font-size: 1rem;
	}

	.privilege__item__img {
		width: 4rem;
		height: 4rem;
	}

	.engineering__item__text {
		font-size: 1rem;
	}

	.btn.btn-product span {
		padding: .75rem 1rem;
		font-size: 0.875rem;
		gap: 0.4rem;
	}

	#header .contacts .phone-content {
		font-size: 1.2rem !important;
	}

	#menu .menu .menu-item a {
		padding: 0 0.7rem;
	}

	.products__items {
		gap: 2.5rem;
	}

	.hero__content {
		max-width: 50%;
	}

	.privilege__item {
		font-size: 1rem;
		gap: 1.5rem;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 2.4rem;
	}

	.new__item__text {
		font-size: 1.1rem;
	}


	.geography__item__text {
		font-size: 1.125rem;
	}

	ul.footer-contacts {
		font-size: 0.875rem;
	}

	.new__item__title {
		font-size: 2.7rem;
	}

	.engineering__item-img {
		flex: 0 0 9.5rem;
		height: 9.5rem;
	}

	.hero__content {
		padding-top: 8.25rem;
		padding-bottom: 13rem;
	}

	#header .mainrow {
		gap: 1rem;
	}

	.headerFull__search .search-form {
		width: 16rem;
		padding: .75rem 1rem;
	}

	#header .logo a {
		max-width: 8rem;
	}

	#menu .menu .menu-item a {
		font-size: 0.87rem;
	}

	.btn.btn-product svg {
		width: 1rem;
		height: 1rem;
	}

	.home #filterbar {
		flex: 0 0 31%;
	}

	#catalog__wrap-home {
		gap: 1rem;
	}

	.products-row {
		--card_column_gap: 1rem;
	}

	.manager-1 .form_block {
		gap: 1rem;
	}

	.manager-1 .form-wrap {
		max-width: 33rem;
	}

	.form__wr {
		gap: 1rem;
	}

	.manager-1 .text-wrap {
		max-width: 34rem;
		-ms-flex: 1 0 34rem;
		flex: 1 0 34rem;
	}

	.manager-1 .text-wrap .header h2 {
		font-size: 2.1rem;
	}

	#manager .utp ul li {
		font-size: 0.875rem;
	}

	.footer-col-menu {
		gap: 2rem;
	}

	#footer .phone-content {
		font-size: 1.1rem;
	}

	.footer-menu .menu .menu-item a {
		font-size: 0.9rem;
	}

	.manager-1 .form-wrap .button .btn span {
		font-size: 1rem;
	}

	#manager {
		padding-top: 8rem;
	}

	.hero__item__img {
		flex: 0 0 32%;
	}
}

@media screen and (max-width: 1439px) {
	.hero__content .title {
		font-size: 1.2rem;
	}

	.bullets-slider .col.bul {
		width: 25rem !important;
	}

	#catalog_filter {
		padding: 2rem;
	}

	#hero.hero-err .intro {
		font-size: 1.1rem;
	}

	#hero.hero-err .wrap .button {
		margin-top: 2rem;
	}

	#hero.hero-err .main {
		padding: 7.125rem 0 10.4375rem 0;
	}

}

@media screen and (max-width: 1365px) {
	.mobile-icon {
		opacity: 1;
		position:absolute;
		display: flex !important;
		top: 1.5rem !important;
	}
.mobile-icon.mobile-icon-bg {
    opacity: 1 !important;
    background: transparent !important;
}
	.home #filterbar {
		flex: 0 0 26%;
	}

	#manager {
		padding-top: 5rem;
	}

	.new__items {
		margin-top: 3rem;
	}

	.cases__section .slick-slide {
		margin-right: 1.8rem;
	}

	h1 .text_middle {
		font-size: 3.6rem;
	}

	#catalog__wrap-home {
		gap: 1rem;
	}

	.engineering__items {
		gap: 1rem;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 2.2rem;
	}

	.cases__section-item {
		width: 40.75rem !important;
	}

	.products__items {
		margin-top: 2rem;
	}

	h1 {
		font-size: 2.6rem;
	}

	#header .content {
		margin-right: 2rem;
		flex: unset;
	}

	.headerFull__search {
		display: none;
	}

	.engineering__item__text {
		font-size: 1rem;
	}

	.engineering__item-img::before {
		top: -2rem;
		left: -2rem;
		right: -2rem;
		bottom: -2rem;
	}

	.privilege__items {
		column-gap: 4rem;
	}

	.products-row {
		--card_column_gap: 1rem;
	}

	.products__item {
		font-size: 1rem;
	}

	.open span {
		background-color: #fff;
	}
}

@media screen and (max-width: 1279px) {
	h1 {
		font-size: 2.5rem;
	}

	.geography__items-el {
		top: 38%;
		left: 51%;
	}

	.hero__content {
		padding-bottom: 10rem;
	}

	.cases__section-item {
		width: 39.75rem !important;
		padding: 2rem;
	}

	.geography__item__text {
		font-size: 1rem;
	}

	#header .content {
		margin-right: 3.9rem;
	}

	#menu .menu-item.menu-item-has-children a {
		padding-right: 1.8rem !important;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 2rem;
	}

	.new-text {
		font-size: 1rem;
	}

	.new__item__text {
		font-size: 1rem;
	}

	.privilege__items {
		margin-top: 3rem;
	}

	#manager .utp ul {
		grid-template-columns: repeat(1, 1fr);
		max-width: 60%;
	}

	.manager-bg {
		right: 42%;
		width: 46%;
	}

	.new__items {
		margin-top: 3rem;
	}

	.privilege__inner {
		width: 69%;
	}

	.filter_navigation .filter_element__content>ul>.cat-item>a {
		font-weight: 700;
		font-size: 0.875rem;
	}

	h1 .text_middle {
		font-size: 3.3rem;
	}
}

@media screen and (max-width: 1179px) {
    #menu-menju-produkciya,
	.btn.btn-product {
		display: none;
	}

	#hero.g-hero .main {
		padding: 5rem 0 10rem 0;
	}

	.hero-err-img {
		width: 70%;
	}

	#hero.hero-err h1 {
		font-size: 2.1rem;
	}

	.btn span {
		padding: 0.9rem 1.4rem;
	}

	.hero__item__text p:first-of-type strong {
		font-size: 1.1rem;
	}

	#catalog__wrap-home {
		flex-direction: column;
		gap: 1rem;
	}

	.home #filterbar {
		flex: unset;
		width: 52%;
		max-width: unset;
		overflow: hidden;
	}

	.home #filter_close svg {
		fill: var(--color);
	}

	.home #filter_close {
		display: block;
		height: 100%;
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		backdrop-filter: blur(5px);
	}

	.products__item__img {
		flex: 0 0 2rem;
	}

	.products__items {
		gap: 1.7rem;
	}

	.engineering__items {
		gap: 1.1rem;
	}

	.engineering__item-img {
		flex: 0 0 7.5rem;
		height: 7.5rem;
	}

	.engineering__item__text {
		font-size: 0.9rem;
	}

	.cases__section-arrows .slick-arrow {
		width: 3rem;
		height: 3rem;
	}

	.cases__section-arrows {
		gap: 1.5rem;
	}

	.cases__section-item-title {
		font-size: 1.3rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.cases__section-item {
		width: 36rem !important;
	}

	.privilege__items {
		column-gap: 2rem;
	}



	.new {
		padding: 4rem 0;
	}

	.new__inner-wr {
		width: 100%;
	}

	#manager {
		padding-top: 5rem;
	}

	.geography {
		padding: 4rem 0;
	}

	.manager-1 .form-wrap {
		max-width: 22rem;
	}

	#footer li[itemprop="telephone"] {
		flex-direction: column;
		align-items: flex-end;
		gap: 0.5rem;
	}

	.footer-contacts li {
		text-align: right;
	}

	.manager-bg {
		right: 35%;
		width: 49%;
	}

	.manager-1 .form_block {
		grid-template-columns: repeat(1, 1fr);
	}

	.new__item__title {
		font-size: 2.1rem;
		padding-bottom: 0.8rem;
		margin-bottom: 0.8rem;
	}

	.cases__section {
		padding: 4rem 0 3.25rem;
	}

	.privilege {
		padding: 4rem 0;
	}

	.cases__section-title {
		margin-bottom: 1rem;
	}

	.cases__section-item p {
		margin: 0.5rem 0;
	}

	.engineering__item {
		padding: 1.6rem;
	}

	.hero__inner {
		padding-bottom: 6rem;
	}

	/* .home .products-row {
		flex-wrap: nowrap;
		overflow-x: scroll;
		padding-bottom: 1rem;
	} */

	/* .home .carts .card-item {

		flex: 0 0 20rem;
	}

	.home .products-row::-webkit-scrollbar {
		width: 6px;
		background: #fff;
		height: 4px;
	}

	.home .products-row::-webkit-scrollbar-thumb {
		background: var(--color);
		border-radius: 4px;
	} */
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 2rem;
	}

	.geography__items {
		width: 37.875rem;
	}

	.engineering__item:hover .engineering__item-img,
	.engineering__item:hover .engineering__item__text p {
		opacity: 1;
	}

	.engineering__item__text .btn {
		opacity: 1;
		pointer-events: unset;
		transform: unset;
		border-radius: 0;
		background-color: transparent;
		position: relative;
		top: unset;
		left: unset;
		margin-top: auto;
	}

	.engineering__item__text .btn span {
		padding: 0;
		color: var(--color);
		border-bottom: 1px solid;

	}

	.home #filterbar {
		width: 100%;
	}

	#hero.g-hero .main {
		padding: 4rem 0 0 0;
	}

	.g-hero {
		background: radial-gradient(27.52% 68.63% at 64.34% 50%, #325F75 0%, #325F75 97.12%);
	}

	.hero-th-img {
		position: relative;
		margin: 0 auto;
	}

	.g-hero {
		flex-direction: column;
	}

	.home #catalog_filter {
		min-height: 100%;
	}

	.home .filter-wrap {
		display: block;
	}

	.hero__content .title {
		font-size: 1.1rem;
	}

	#catalog__listing {
		padding: 4rem 0;
	}

	div#filter-btn svg {
		width: 2rem;
		height: 2rem;
	}

	div#filter-btn {
		width: 4rem;
		position: absolute;
		top: 0;
		right: var(--container-padding);
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.title-mob {
		display: block;
	}

	.engineering__items {
		padding-top: 2rem;
	}

	.engineering__items-title {
		display: none;
	}

	.cases__section-item {
		width: 34rem !important;
	}

	.privilege__item {
		gap: 1rem;
	}


	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 1.8rem;
	}

	.new__item__text {
		font-size: 1rem;
	}

	.new__items {
		gap: 2rem;
	}

	.geography__item__title {
		width: 6rem;
		height: 6rem;
	}

	.geography__item__title {
		font-size: 2.7rem;
	}

	.new .cases__section-arrows {
		margin-top: 1.2rem;
	}

	#manager .utp ul li::before {
		left: 1.1rem;
	}

	#manager .utp ul li {
		padding: 1.3rem;
		padding-left: 3.1rem;
	}

	.hero-bg2 {
		top: 9%;
		width: 51%;
		left: -5%;
	}

	.hero__content {
		padding-bottom: 6rem;
		padding-top: 6.25rem;
	}

	#header .logo a img {
		max-height: 4rem;
	}

	.privilege__inner {
		width: 73%;
	}

	.privilege__items {
		margin-top: 2.5rem;
	}

	.cases__section-wr {
		gap: 2rem;
	}

	.hero__item {
		gap: 1.6rem;
	}

	h1 .text_middle {
		font-size: 2.7rem;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 850px) {
	.hero__item-svg {
		display: none;
	}

	@keyframes pulse {
		0% {
			r: 8;
			opacity: 0.6;
		}

		50% {
			r: 12;
			opacity: 0;
		}

		100% {
			r: 8;
			opacity: 0.6;
		}
	}

	#hero.hero-err .main {
		padding: 5.125rem 0 0 0;
	}

	.geography__item svg {
		width: 10rem;
		height: 6rem;
	}

	.geography-bg circle {
		width: 0.9rem;
		height: 0.9rem;
	}

	.geography__item3 svg {
		transform: translate(0, -120%) rotate(243deg);
	}

	.geography__item3 {
		margin-top: 6rem;
	}

	#hero.hero-err {
		background: radial-gradient(27.52% 68.63% at 64.34% 50%, #325F75 0%, #325F75 97.12%);
	}

	.hero-err-img {
		margin-top: -5rem;
		margin-left: auto;
	}

	#hero {
		flex-direction: column;
	}

	.hero-err-img {
		position: relative;
	}

	.hero__content {
		max-width: 75%;
		margin-left: 0;
		padding-bottom: 3rem;
	}

	.hero__content {
		padding-top: 24.25rem;
	}

	.products__items {
		padding: 1.8rem;
		margin-top: 2rem;
	}

	.engineering__item {
		flex: 0 0 20rem;
	}



	.privilege__inner {
		width: 100%;
	}

	.privilege-bg {
		position: absolute;
		bottom: -8%;
		left: unset;
		width: 39%;
		right: -12%;
		transform: scale(-1, 1);
	}

	.new-text-img {
		width: 4rem;
	}

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

	.geography {
		padding-bottom: 10rem;
	}

	.geography__items {
		width: 25.875rem;
		height: 23.125rem;
	}

	.geography-bg {
		top: 45%;
		width: 83%;
		left: 0;
		transform: scale(1.3);
	}



	#manager .utp ul {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
	}

	.manager-1 .form-wrap {
		margin-left: 0;
	}

	#footer .footer-head {
		margin-bottom: 0.5rem;
	}

	.footer-col-menu {
		gap: 1rem;
		flex-direction: column;
	}

	.manager-1 .text-wrap {
		margin-bottom: 1rem;
	}

	.manager-bg {
		right: -7%;
		width: 76%;
	}

	.privilege {
		padding-bottom: 12rem;
	}

	.cases__section-item {
		width: 30rem !important;
	}

	.cases__section-img {
		display: none;
	}

	.engineering__items {
		padding-top: 2rem;
		display: flex;
		flex-wrap: nowrap;
		padding-bottom: 1rem;
		overflow-x: scroll;
	}

	.products-row {
		--card_column: 2;
	}

	.hero__item:last-child {
		margin-top: 0;
	}

	.home .hero-bg {
		left: 32%;
		width: 49%;
		top: 8%;
	}

	.hero__items {
		gap: 1.5rem;
	}

	.hero__item__text ul {
		font-size: 0.875rem;
	}

	.hero-bg2 {
		top: 8%;
		width: 61%;
		left: -5%;
	}
}

@media screen and (max-width: 767px) {
	.hero__items {
		flex-direction: column;
	}

	.height-list.lists .list-block .item li {
		min-height: auto;
	}
.mobile {
    width: 100vw;
}
	.height-list.lists .item.list-1 {
		margin-bottom: 1.5rem;
	}

	.height-list.lists .list-block .item {
		width: 100%;
	}

	.geography__items-el {
		width: 8rem;
		height: 8rem;
	}

	.geography__items {
		height: 20.125rem;
	}

	#hero.g-hero .main {
		padding: 3rem 0 0 0;
	}

	.hero-th-img {
		width: 59%;
	}

	.privilege-bg {
		width: 50%;
	}

	.products__item {
		gap: 0.8rem;
	}

	#hero.hero-err h1 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.privilege__items {
		column-gap: 1rem;
		gap: 1rem;
	}

	.new__inner-text {
		width: 100%;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 1.8rem;
	}

	.new__inner-wr {
		flex-direction: column;
	}

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

	div#filter-btn svg {
		width: 1.6rem;
		height: 1.6rem;
	}
}

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

	#hero.g-hero .list h1+p br {
		display: none;
	}

	.hero-th-img {
		width: 74%;
		margin-top: 2rem;
	}

	#hero.hero-err .main {
		padding: 4rem 0 0 0;
	}

	#hero.hero-err h1 {
		font-size: 1.6rem;
	}

	.engineering__item {
		flex: 0 0 23rem;
	}

	.hero-err-img {
		position: relative;
		margin-top: 1rem;
		width: 100%;
	}

	.hero__content {
		padding-top: 19.25rem;
	}
}

@media screen and (max-width: 499px) {
	.privilege__items {
		grid-template-columns: repeat(1, 1fr);
		width: 80%;
	}

	#catalog .card-item {
		width: 100%;
	}

	.carts:not(.js-slider) .cart .image {
		flex: 1 0 33%;
		max-width: 33%;
	}

	.geography__items {
		height: 16.125rem;
		width: 21.875rem;
	}

	.geography__item svg {
		width: 7rem;
		height: 4rem;
	}

	.geography__item2 {
		margin-top: 0;
	}

	.geography__items-el {
		top: 35%;
		left: 52%;
	}

	.geography__item__text {
		font-size: 0.9rem;
	}

	.geography__item2 svg {
		left: -84%;
	}

	.geography__item3 svg {
		left: -4%;
	}

	.geography__item__title {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
	}

	.home .carts .card-parameters {
		margin: 1rem 0;
	}

	.engineering__item__text .btn span {
		font-size: 0.8rem;

	}

	.carts .cart .name {
		font-size: 0.9rem;
	}


	.home .catalog_link-btn {
		font-size: 1rem;
	}

	#hero.hero-err .intro {
		font-size: 1rem;
	}

	.hero-th-img {
		width: 100%;
		margin-top: 2rem;
	}

	#hero.g-hero .list h1 {
		margin-bottom: 1rem;
	}

	#hero.hero-err h1 {
		font-size: 1.4rem;
	}

	#hero.hero-err .main {
		padding: 3rem 0 0 0;
	}

	.new__inner-text a.btn {
		width: max-content;
		display: block;
		margin: 0 auto;
	}

	.new__docs-wr {
		align-self: center;
	}

	#footer .footer-logo {
		max-width: 170px;
	}

	.hero__item li:not(:last-child) {
		margin-bottom: 0.6rem;
	}

	.hero__item__text ul {
		margin-top: 1rem;
	}

	.headerFull__search .search-form {
		width: 83%;
	}

	.cases__section-title {
		font-size: 1.1rem;
	}

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

	.cases__section-item-work-equipment::before,
	.cases__section-item-work-list::before {
		width: 2.5rem;
		height: 2.5rem;
	}

	.manager-1 .text-wrap .header h2,
	h2 {
		font-size: 1.6rem;
	}

	.new__item__title {
		font-size: 1.8rem;
	}

	.cases__section-item-work-equipment,
	.cases__section-item-work-list {
		padding-left: 3.2rem;
	}

	.cases__section-item {
		width: 26rem !important;
	}

	.geography__items-el {
		width: 6rem;
		height: 6rem;
	}

	.privilege-bg {
		width: 59%;
		right: -30%;
	}

	.new-text {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.geography__items {
		height: 20.125rem;
	}

	.geography__item__title {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}

	#footer li[itemprop="telephone"] {
		align-items: flex-start;
	}

	.footer-contacts li {
		text-align: left;
	}

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

	.manager-1 .text-wrap .header h2 {
		width: 100%;
	}

	#manager {
		padding-top: 4rem;
	}

	.cases__section-item-work-list {
		margin-bottom: 1.5rem;
	}

	.geography__item2 svg {
		top: 90%;
	}
}

@media screen and (max-width: 413px) {
	h1 .text_middle {
		font-size: 2.5rem;
	}

	.bullets-slider .col.bul {
		width: 23rem !important;
	}

	.bullets-slider.bullets .item {
		padding: 1.6rem;
	}

	.cases__section-item {
		padding: 1.5rem;
	}


	.geography__item__text {
		font-size: 12px;
	}

	h1 {
		font-size: 1.8rem;
	}



	.hero__item__img {
		flex: 0 0 28%;
	}

	.geography-bg {
		top: 70%;
	}

	.hero__item {
		align-items: flex-start;
	}

	.hero__item__text p:first-of-type strong {
		font-size: 1rem;
	}

	.hero__item__text ul {
		margin-top: 1rem;
	}

	.home .carts .card-parameters li {
		flex-direction: column;
	}

	.carts .card-parameters {
		margin: 1rem 0;
	}

	.home .card-parameters ul li::after {
		display: none;
	}

	.hero__inner {
		padding-bottom: 4rem;
	}

	.new__items {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}

	#manager .utp ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.bullets-slider.bullets .item {
		padding: 1.5rem 2.5rem;
	}

}

@media screen and (max-width: 374px) {
	.hero-bg2 {
		top: 9%;
		width: 79%;
	}


	#hero.hero-err h1 {
		font-size: 1.3rem;
	}

	h1 {
		font-size: 1.6rem;
	}

	h1 .text_middle {
		font-size: 2.1rem;
	}

	.hero__content .title {
		font-size: 1rem;
	}

	.engineering__item {
		flex: 0 0 100%;
	}

	.cases__section-item {
		width: auto !important;
	}

	.cases__section-items {
		width: 100%;
	}

	.privilege-bg {
		width: 66%;
	}



	.privilege__items {
		width: 100%;
	}

	.cases__section .slick-slide {
		margin-right: 0;
	}

	.home .hero-bg {
		left: 34%;
		width: 62%;
	}
}

@media screen and (max-width: 359px) {
	.manager-bg {
		display: none;
	}

	#header .content .contacts {
		display: none;
	}

	.privilege {
		padding-bottom: 15rem;
	}

	.mobile-icon {
		top: 1.1rem !important;
	}
}

@media screen and (max-width: 320px) {}