/*
Theme Name: Stella
Template: Goodini
Theme URI: https://degorov.ru/stella
Description: Дочерняя тема для Goodini
Author: Kripak Igor
Version: 1.0
*/

.miniText p {
	margin-bottom: 0;
}

.openLink {
	margin-top: 10px;
	color: var(--btn_color_1);
}

.miniText br{
	display: none;
}
@keyframes top_bottom_repeat {
	0% {
		transform: translate3d(0, -5%, 0);
	}

	50% {
		transform: translate3d(0, 5%, 0);
	}

	100% {
		transform: translate3d(0, -5%, 0);
	}
}

@keyframes fly {
	20% {
		transform: translate3d(15px, 15px, 0px);
	}

	50% {
		transform: translate3d(30px, -40px, 0px);
	}

	80% {
		transform: translate3d(-15px, 10px, 0px);
	}
}

@keyframes fly3D {

	20% {
		transform: translate3d(-15px, -15px, 0px);
	}

	50% {
		transform: translate3d(30px, -30px, 0px);
	}

	80% {
		transform: translate3d(45px, -15px, 0px);
	}
}


@keyframes fly_reverse {
	50% {
		transform: translateY(40px);
	}
}

body {
	overflow-x: hidden;
}

h1 {
	color: var(--gray);
	font-family: Tektur;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	color: var(--gray);
	font-family: Tektur;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0;
	letter-spacing: 0.1125rem;
	margin-bottom: 32px;
	text-transform: uppercase;
}

h3 {
	color: var(--gray);
	font-family: Tektur;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.btn {
	text-transform: uppercase;
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.15;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
	border-radius: 10px;
	transition: unset;
	-webkit-transition: unset;
	-o-transition: unset;
}

.btn:hover {
	background: var(--btn_color_1);
	box-shadow: unset;
}

.btn:visited,
.btn:focus,
.btn:active {
	background: #FF5054;
	box-shadow: unset;
	border-radius: 10px;
}

.btn span {
	padding: 18px 32px;
}

p.sect_desc {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

section {
	padding: 6rem 0;
}

.container-fluid {
	max-width: 1696px;
	padding: 0 6rem;
}

.section1 {
	background: var(--color);
}

.section1 .mini_cont {
	max-width: 608px;
	margin-left: auto;
	color: white;
}

.section1 h1 {
	color: white;
	margin-bottom: 20px;
}

.section1 p {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.section1::before {
	width: 100%;
	max-width: 54%;
	height: 100%;
	content: "";
	background-color: var(--dark);
	display: block;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
}

.section1 .big_img {
	position: absolute;
	left: -60px;
	bottom: -78px;
}

.section1 .advantage {
	display: flex;
	align-items: center;
	gap: 23px;
	max-width: 350px;
}

.section1 .advantage p {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.38;
	margin-bottom: 0;
	margin: 0;
}

.section1 .advantage+.advantage {
	margin-top: 30px;
}

.section1 .advantages {
	margin-bottom: 60px;
	margin-top: 60px;
}

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

.btn_with_text .btn_text_after p {
	font-family: Roboto Condensed;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28;
	margin-bottom: 0;
}

.btn_with_text .btn_text_after {
	padding: 10px 27px 11px 130px;
	border: 1px white solid;
	max-width: 360px;
	border-radius: 15px;
	margin-left: -105px;
}

.section1 .bee1 {
	width: 133px;
	height: 201px;
	display: block;
	background: url(./assets/images/bee1.webp);
	position: absolute !important;
	top: 88px !important;
	left: 0px !important;
	animation: fly 3s infinite;
}

.section1 .bee2 {
	width: 121px;
	height: 173px;
	display: block;
	background: url(./assets/images/bee2.webp);
	position: absolute !important;
	top: -73px !important;
	left: 653px !important;
	animation: fly3D 5s infinite;
}

.section1 .bee3 {
	width: 220px;
	height: 270px;
	display: block;
	background: url(./assets/images/bee3.webp);
	position: absolute !important;
	top: 540px !important;
	animation: fly_reverse 4s infinite;
	left: 588px !important;
}

.paralax_container {
	position: absolute !important;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.section1 .bee3 .cloud {
	width: 182px;
	height: 182px;
	background: url(./assets/images/cloud.webp);
	position: absolute !important;
	top: -47px;
	left: -128px;
}

.section1 .bee3 .cloud img {
	display: block;
	margin: 14px auto 0 auto;
}

.section1 .bee3 .cloud div {
	color: #000;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.16;
}

.section1 .red_container {
	width: 183px;
	height: 127px;
	background-repeat: no-repeat;
	display: block;
	background: url(./assets/images/b_1_red_container.webp);
	position: absolute !important;
	bottom: 154px !important;
	z-index: 1;
	left: unset !important;
	top: unset !important;
	right: -90px !important;
}

.section2 .flex {
	display: flex;
	gap: 80px;
	align-items: center;
}

.section2 .vertical_border {
	width: 1px;
	display: block;
	background: #BCBCBC;
}

.section2 .flex .right_part {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.section2 .flex .left_part {
	text-align: center;
	max-width: 321px;
	width: 100%;
}

.section2 .flex .left_part p {
	color: var(--gray);
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.19;
}

.section2 .flex .right_part .point {
	text-align: center;
	max-width: 288px;
	flex: 1 1 0px;
}

.section2 .flex .right_part .point img {
	margin-bottom: 27px;
}


.section2 .flex .right_part .point div p {
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}

.section2 h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.section3 {
	background: var(--color);
	z-index: 1;
}

.section3 .custom_products_cat_content .slick-list {
	margin: 0 30px;
}

.section3 h2 {
	text-align: center;
	max-width: 944px;
	margin: 0 auto;
	margin-bottom: 28px;
}

.section3 p {
	text-align: center;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.19;
	margin-top: 0;
	margin-bottom: 45px;
}

.section3 .product_tab img {
	margin-right: 1rem;
}

.section3 .product_tab {
	width: max-content;
	padding: 0.5rem 2rem;
	background: white;
	border-radius: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 10px 30px -5px rgba(22, 22, 22, 0.29);
	font-size: 1.125rem;
	color: #000;
	font-family: Roboto Condensed;
}

.section3 .product_tab:hover {
	background: linear-gradient(180deg, var(--btn_color_1), #e51218);
	color: white;
}

.section3 .product_tab.active {
	background: linear-gradient(180deg, var(--btn_color_1), #e51218);
	color: white;
}

.section3 .custom_products_cat {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0 auto 3rem;
	max-width: 1365px;
	justify-content: center;
}
.section3 .custom_products_cat_slider {
	height: 385px;
	overflow: hidden;
}

.section3 .img_cust_prod_cut {
	width: 100%;
	display: block;
	height: 385px;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-arrow {
	background: linear-gradient(180deg, var(--btn_color_1), #e51218);
	width: 60px;
	height: 60px;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
}


.section3 .box1 {
	width: 224px;
	height: 165px;
	display: block;
	background: url(./assets/images/s3_box1.webp);
	position: absolute !important;
	top: -73px !important;
	left: 20px !important;
}

.section3 .box2 {
	width: 205px;
	height: 203px;
	display: block;
	background: url(./assets/images/s3_box2.webp);
	position: absolute !important;
	top: -73px !important;
	left: unset !important;
	right: 0px !important;
}

.section3 .box3 {
	width: 138px;
	height: 127px;
	display: block;
	background: url(./assets/images/s3_box3.webp);
	position: absolute !important;
	bottom: -73px !important;
	left: 50px !important;
	top: unset !important;
}

.section3 .box4 {
	width: 260px;
	height: 217px;
	display: block;
	background: url(./assets/images/s3_box4.webp);
	position: absolute !important;
	bottom: -125px !important;
	left: unset !important;
	right: 30px !important;
	top: unset !important;
}

.section4 .h {
	max-width: 760px;
	margin-bottom: 47px;
	color: white;
}

.section4 .h h2 {
	color: white;
}

.section4 .h p {
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.19;
}

.section4 {
	background: var(--dark);
	color: white;
}

.section4 .custom_catalog .custom_catalog_category .name_category {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}

.section4 .custom_catalog .custom_catalog_category .category_sections .custom_category {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 11px 18px;
	width: max-content;
	background: white;
	border-radius: 10px;
	color: var(--gray);
	cursor: pointer;
}

.section4 .custom_catalog .custom_catalog_category .category_sections .custom_category img {
	height: 40px;
}

.section4 .custom_catalog .custom_catalog_category .category_sections .custom_category:hover {
	background: linear-gradient(180deg, var(--btn_color_1), #e51218);
	color: white;
}

.section4 .custom_catalog .custom_catalog_category .category_sections .custom_category.active {
	background: linear-gradient(180deg, var(--btn_color_1), #e51218);
	color: white;
}

.section4 .custom_catalog .custom_catalog_category .category_sections {
	display: flex;
	gap: 14px;
}

.section4 .custom_catalog {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.section4 .custom_catalog_content {
	padding: 44px 41px;
	background: white;
	border-radius: 25px;
	color: var(--gray);
	position: relative;
}

.section4 .custom_catalog_content .right_part {
	width: 100%;
}

.section4 .custom_catalog_content .mobile_content {
	display: none;
}

.section4 .custom_catalog_content .note {
	position: absolute;
	left: 0;
	padding: 6px 23px 6px 41px;
	border-radius: 0px 15px 15px 0px;
	background: #4CAF50;
	color: #000;
	text-align: center;
	font-family: Tektur;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	top: 44px;
}

.section4 .custom_catalog_content .flex {
	display: flex;
	gap: 52px;
	align-items: center;
}

.section4 .custom_catalog_content p {
	color: #000;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 38px;
}

.section4 .section_products {
	display: grid;
	grid-template-areas: "1 2 3 4";
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.section4 .section_products .cust_product {
	padding: 23px 31px 31px 31px;
	border-radius: 10px;
	border: 1px solid var(--color);
	background: #FFF;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.section4 .section_products .cust_product img {
	display: block;
	margin: 0 auto;
	margin-bottom: 18px;
}

.section4 .section_products .cust_product .name {
	color: #000;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.section4 .section_products .cust_product .sizes {
	color: #666;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 33px;
}

.section4 .section_products .cust_product .img_container {
	display: flex;
	align-items: center;
}

.section4 .section_products .cust_product .price {
	color: #333;
	font-family: Tektur;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 5;
	position: relative;
	width: max-content;
	height: max-content;
}

.section4 .section_products .cust_product .price::before {
	width: calc(100% + 48px);
	background: var(--color);
	content: "";
	height: 100%;
	position: absolute;
	left: -31px;
	top: 0;
	z-index: -1;
	border-radius: 0 15px 15px 0;
}

.section4 .section_products .cust_product .bottom_content {
	display: flex;
	flex-direction: column;
}

.section4 .section_products .cust_product a.btn {
	border-radius: 10px;
	border: 1px solid #E51218;
	background: #FFF;
	color: var(--gray);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.43;
	text-transform: uppercase;
	margin-top: 19px;
	box-shadow: unset !important;
	width: 100%;
	height: max-content;
}

.section4 .section_products .cust_product a.btn span {
	padding: 16px 32px 15px 32px;
	min-width: unset;
}

.section4 .btn_with_text {
	margin-top: 40px;
}

.section4 .custom_catalog_content .flex .left_part {
	max-width: 381px;
	width: 100%;
	display: block;
}

.section4 .btn_with_text .btn_text_after {
	border: 1px #C6C6C6 solid;
	color: var(--gray);
	font-family: Roboto Condensed;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28;
	max-width: 315px;
}

.messegers {
	display: flex;
	gap: 21px;
	align-items: center;
	color: var(--gray);
	background: white;
	padding: 8px 30px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
}

.messegers .text {
	max-width: 155px;
	line-height: 1.31;
}

.messegers a {
	display: flex;
}

.section5 .box1 {
	width: 143px;
	height: 175px;
	display: block;
	background: url(./assets/images/s5_box1.webp);
	position: absolute !important;
	top: -124px !important;
	left: 43px !important;
}

.section5 .box2 {
	width: 266px;
	height: 249px;
	display: block;
	background: url(./assets/images/s5_box2.webp);
	position: absolute !important;
	top: -109px !important;
	left: unset !important;
	right: 0;
}

.section6 h2 {
	max-width: 895px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
}

.section6 .flex {
	display: flex;
	align-items: center;
	gap: 40px;
}

.section6 .left_img,
.section6 .right_img {
	width: 80px;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.31;
}

.section6 .left_img .item .text,
.section6 .right_img .item .text {
	margin-top: 16px;
}

.section6 .left_img .item+.item {
	margin-top: 30px;
}

.section6 .right_img .item+.item {
	margin-top: 30px;
}

.section6 .content_const {
	margin-left: 40px;
}

.section6 .content_const .steps .step .number {
	color: var(--btn_color_1);
	font-family: Tektur;
	font-size: 1.55rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.53;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-align: center;
	border: 2px var(--dark) solid;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.section6 .content_const .steps .step {
	display: flex;
	gap: 14px;
	align-items: center;
}

.section6 .content_const .steps .step .text p {
	margin-bottom: 0;
}

.section6 .content_const .steps .step .text {
	color: var(--gray);
	font-family: Roboto Condensed;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.53;
}

.section6 .content_const .steps .step+.step {
	margin-top: 30px;
}

.section6 .content_const .btn_with_text {
	margin-top: 56px;
}

.section6 .content_const .btn_with_text .btn_text_after {
	border: 1px #C6C6C6 solid;
	max-width: 240px;
	color: var(--gray);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28;
}

.section6 .box1 {
	width: 176px;
	height: 214px;
	display: block;
	background: url(./assets/images/s6_box1.webp);
	position: absolute !important;
	top: unset !important;
	left: 15px !important;
	bottom: -70px !important;
}

.section6 .box2 {
	width: 208px;
	height: 166px;
	display: block;
	background: url(./assets/images/s6_box2.webp);
	position: absolute !important;
	top: 311px !important;
	left: unset !important;
	right: 0;
}

.section6 {
	z-index: 1;
}

.section7 {
	background: var(--color);
	padding-bottom: 0rem;
}

.section7 .container-fluid {
	padding-bottom: 6rem;
}

.section7 h2 {
	margin-bottom: 20px;
}

.section7 p {
	color: var(--gray);
	font-family: Tektur;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.79;
	text-transform: uppercase;
	margin-bottom: 37px;
}

.section7 .mini_container {
	max-width: 545px;
	margin: 0 auto 0 130px;
}

.section7 .characteristics .item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.section7 .characteristics .item+.item {
	margin-top: 32px;
}

.section7 .characteristics .item .text h3 {
	color: var(--gray);
	font-family: Roboto Condensed !important;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 24px;
	text-transform: inherit;
	margin-top: 0;
	letter-spacing: normal;
}

.section7 .characteristics .item .text p {
	color: var(--gray);
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 0;
	text-transform: inherit;
}

.section7 .btn_with_text {
	margin-top: 50px;
}

.section7 .btn_with_text .btn_text_after {
	max-width: 270px;
	color: var(--gray);
	font-family: Roboto Condensed;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.28;
}

.section7 .big_img {
	position: absolute;
	bottom: 0;
	width: 712px;
	height: 774px;
	max-height: unset;
	right: 231px;
}

.section7 .cloud {
	width: 316px;
	height: 338px;
	background: url(./assets/images/cloud2.webp);
	position: absolute !important;
	top: 223px;
	right: 8rem;
}

.section7 .cloud .cloud_text {
	position: absolute;
	top: 191px;
	max-width: 222px;
	text-align: center;
	right: 48px;
	color: #000;
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
}

.section8 {
	background: var(--dark);
	color: white;
	padding-bottom: 132px;
}

.section8 h2 {
	max-width: 776px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: white;
	margin-bottom: 35px;
}

.section8 .slider {
	padding: 0px 42px;
}

.section8 .slider .slide {
	max-width: 267px;
	background: #272F3E;
	border-radius: 15px;
	height: 100%;
}



.section8 .slider .slide .slide_content .name {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 24px;
}

.section8 .slider .slide .slide_content .text p {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.31;
	margin-bottom: 0;
}

.section8 .slider .slide .img {
	width: 100%;
	height: 155px;
	border-radius: 15px;
	background-size: 100% !important;
	background-position: center 85% !important;
}

.section8 .slider .slide .slide_content {
	padding: 20px 32px 32px 32px;
}

div[data-src="#fullText"] {
	color: var(--btn_color_1);
	border-bottom: unset;
	margin-top: 10px;
}

.section8 .slider .slick-track {
	display: flex;
}

.section8 .slick-slide {
	height: auto;
	flex: 0 0 auto;
}

.section8 .slick-slide>div {
	height: 100%;
}

.section8 .box1 {
	width: 199px;
	height: 214px;
	display: block;
	background: url(./assets/images/s8_box1.webp);
	position: absolute !important;
	top: -64px !important;
	left: 0px !important;
}

.section8 .box2 {
	width: 296px;
	height: 310px;
	display: block;
	background: url(./assets/images/s8_box2.webp);
	position: absolute !important;
	top: -161px !important;
	right: -59px !important;
	left: unset !important;
}

.slick-dots li.slick-active button {
	background: var(--btn_color_1);
	box-shadow: unset;
}

.slick-dots li button:hover {
	background: var(--btn_color_1);
}

.section8 .slick-dots {
	bottom: -36px;
}

.section5,
.section9 {
	background: var(--color_bg_2);
	padding: 30px 0px;
	color: white;
}

.section5 h2,
.section9 h2 {
	margin-bottom: 12px;
	color: white;
	line-height: 1.19;
}

.section5 p,
.section9 p {
	color: #FFF;
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.19;
	margin-bottom: 0;
}

.section5 .flex,
.section9 .flex {
	margin: 0;
	align-items: center;
	display: flex;
}

.section5 .flex .img {
	position:relative;
}



.section5 .call_to_action_btns,
.section9 .call_to_action_btns {
	display: flex;
	gap: 27px;
	margin-top: 53px;
}

.section5 .call_to_action_btns .messegers,
.section9 .call_to_action_btns .messegers {
	display: flex;
	gap: 21px;
	align-items: center;
	color: var(--gray);
	background: white;
	padding: 8px 30px;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
}

.section5 .call_to_action_btns .messegers a,
.section9 .call_to_action_btns .messegers a {
	display: flex;
}

.section5 .call_to_action_btns .messegers .text,
.section9 .call_to_action_btns .messegers .text {
	max-width: 152px;
	line-height: 1.31;
}

.section5 .info_block,
.section9 .info_block {
	display: flex;
	gap: 19px;
	margin-top: 30px;
}

.section5 .info_block .text p,
.section9 .info_block .text p {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.31;
}

.section5 .info_block .text,
.section9 .info_block .text {
	max-width: 507px;
}

.section9 .box1 {
	width: 143px;
	height: 175px;
	display: block;
	background: url(./assets/images/s5_box1.webp);
	position: absolute !important;
	top: -124px !important;
	left: 43px !important;
}

.section9 .box2 {
	width: 266px;
	height: 249px;
	display: block;
	background: url(./assets/images/s5_box2.webp);
	position: absolute !important;
	top: -109px !important;
	left: unset !important;
	right: 0;
}

.section5 .content,
.section9 .content {
	width: 614px;
}

.section9 .box3 {
	width: 138px;
	height: 127px;
	display: block;
	background: url(./assets/images/s3_box3.webp);
	position: absolute !important;
	bottom: -73px !important;
	left: 50px !important;
	top: unset !important;
}

.section9 .box4 {
	width: 260px;
	height: 217px;
	display: block;
	background: url(./assets/images/s3_box4.webp);
	position: absolute !important;
	bottom: -125px !important;
	left: unset !important;
	right: 30px !important;
	top: unset !important;
}

.section10 h2 {
	max-width: 895px;
	display: block;
	margin: 0 auto 50px auto;
	text-align: center;
}

.section10 .opt_slider img {
	width: 130px !important;
}

.section10 .opt_slider .slick-list{    
	margin: 0px 49px;
}

.section10 .opt_slider .slide {
	display: flex !important;
	align-items: center;
	height: 170px;
	padding: 0px 29px;
	outline: 1px solid #C6C6C6;
	outline-offset: -1px;
	justify-content: center;
}

.section10 .opt_slider .slick-dots {
	bottom: unset;
	top: -49px;
	right: 78px;
	width: max-content;
}



.slick-dots li button {
	background: #D9D9D9;
	box-shadow: unset;
}

.slider_opt_container .name,
.slider_fiz_container .name {
	color: var(--gray);
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.19;
	margin-bottom: 32px;
}

.slider_fiz_container {
	margin-top: 40px;
}

.fiz_slider .slick-list {
	margin: 0px 35px;
}

.fiz_slider .slide .slide_name,
.fiz_slider .slide .slide_name a {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.31;
	margin-bottom: 10px;
}

.fiz_slider .slide {
	padding: 32px;
	border-radius: 10px;
	border: 1px solid #FFCB11;
	background: #FFF;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
	height: 100%;
}

.fiz_slider .slide .slide_content .text p {
	margin-bottom: 0;
}

.fiz_slider .slick-track {
	padding-bottom: 16px;
}

.section10 .slick-slide {
	height: auto;
	flex: 0 0 auto;
}

.section10 .fiz_slider .slick-slide>div {
	height: 100%;
}

.section10 .fiz_slider .slick-track {
	display: flex;
}

.section11 .custom_tabs {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}

.section11 .custom_tabs .custom_tab {
	display: flex;
	gap: 15px;
	padding: 6px 22px;
	align-items: center;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.30);
	color: black;
	cursor: pointer;
}

.section11 .custom_tabs .custom_tab:hover {
	background: var(--btn_color_1);
	color: white;
}

.section11 .custom_tabs .custom_tab img {
	width: 49px;
	height: 49px;
}

.section11 .custom_tabs .custom_tab .name {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.15;
	text-transform: uppercase;
}

.section11 {
	background: var(--dark);
	color: white;
}

.section11 h2 {
	color: white;
}

.section11 .custom_tabs_item {
	padding: 32px 24px 32px 32px;
	background: #272F3E;
	border-radius: 15px;
	display: flex;
	flex-direction: row-reverse;
	gap: 18px;
}

.section11 .custom_tabs_content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 35px;
	margin-top: 40px;
}

.section11 .custom_tabs_item:nth-child(8n + 1) {
	grid-column: auto / span 1;
	grid-row: auto / span 2;
	display: block;
}

.section11 .custom_tabs_item:nth-child(8n + 1) img {
	width: 100%;
	max-width: 238px;
	margin: 0 auto 40px auto;
	display: block;
	max-height: unset;
}

.section11 .custom_tabs_item:nth-child(8n + 1) .cust_content {
	max-width: 280px;
}

.section11 .custom_tabs_item h3 {
	color: var(--color);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	font-family: Roboto Condensed !important;
	text-transform: inherit;
}

.section11 .custom_tabs_item p {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.31;
	margin-bottom: 0;
}

.section11 .custom_tabs_item img {
	max-width: 135px;
	height: max-content;
	margin: auto 0;
	max-height: 140px;
}

.section11 .custom_tabs_item .cust_content {
	width: 100%;
}

.section11 .custom_tabs .custom_tab.active_tab {
	background: var(--btn_color_1);
	color: white;
}

.section11 .box1 {
	width: 193px;
	height: 177px;
	display: block;
	background: url(./assets/images/s11_box1.webp);
	position: absolute !important;
	top: -75px !important;
	left: unset !important;
	right: 17px;
}

.section12 .mini_content {
	max-width: 540px;
}

.section12 .text_content ul,
.section12 .text_content p {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
}

.section12 ul {
	list-style: unset;
	padding-left: 20px;
}

.section12 ul li::marker {
	color: var(--btn_color_1);
	font-size: 24px;
	line-height: 1px;
}

.section12 .text_content ul li+li {
	margin-top: 20px;
}

.section12 .text_content ul {
	margin-top: 50px;
}

.section12 .form {
	padding: 47px 57px;
	background: var(--dark);
	border-radius: 15px;
	color: white;
	width: 464px;
}

.form-group {
	background: white;
	border-radius: 10px;
}

.section12 .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section12 .form .messegers {
	margin: 1.25rem 0;
	background-color: #363636;
	color: white;
}

.form .form-head {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.29;
}

.hideLabels .mini-labels label,
.miniLabels label.form-label,
.hideLabels label.label-none,
.hideLabels .form-control:focus+label {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.28;
}
.hideLabels .form-control:focus+label {
	color: #3e4757;
}
.section12 img {
	position: absolute;
	right: 523px;
	bottom: 40px;
}

.section12 .box1 {
	width: 217px;
	height: 177px;
	display: block;
	background: url(./assets/images/s12_box1.webp);
	position: absolute !important;
	top: -92px !important;
	left: 26px !important;
}

.section12 .box2 {
	width: 216px;
	height: 203px;
	display: block;
	background: url(./assets/images/s3_box2.webp);
	position: absolute !important;
	top: -123px !important;
	left: unset !important;
	right: 0px !important;
}

.section12 .box3 {
	width: 216px;
	height: 166px;
	display: block;
	background: url(./assets/images/s12_box3.webp);
	position: absolute !important;
	top: unset !important;
	left: unset !important;
	right: 0px !important;
	bottom: -80px;
}

.section12 {
	z-index: 1;
}

header .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header {
	padding-top: 20px;
	padding-bottom: 20px;
}

header .logo_and_desc {
	display: flex;
	align-items: center;
	gap: 72px;
}

a[href^="mailto:"] {
	color: var(--btn_color_1);
	font-size: 1.125rem;
	border-bottom: 1px dashed var(--btn_color_1);
}



header .logo_and_desc .descr {
	font-family: Playfair Display;
	font-style: italic;
	color: black;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.86;
}

header .address {
	display: flex;
	gap: 14px;
	align-items: center;

}

header .address a {
	color: #000;
	display: flex;
	gap: 14px;
	align-items: center;
}

header .phone_container a {
	display: block;
	color: var(--gray);
	text-align: right;
	font-family: Roboto Condensed;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 0.95;
}

a[href^="tel:"].phone-content {
	color: var(--gray);
}

header .phone_and_soc_container {
	display: flex;
	gap: 21px;
	align-items: center;
}

header .phone_container .transparent_btn {
	color: var(--btn_color_1);
	font-family: Roboto Condensed;
	font-size: 1rem;
	margin-top: 5px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	background: transparent;
	border: unset;
	margin-left: auto;
	padding: 0;
	display: block;
}

header .soc_container {
	display: flex;
	gap: 21px;
	align-items: center;
}

footer .container-fluid {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

footer .container-fluid .content {
	display: flex;
	gap: 90px;
	align-items: end;
}

footer .container-fluid .content .logo_and_description {
	max-width: 245px;
}

footer {
	background: var(--color);
	padding: 35px 0px;
}

footer .container-fluid .content .logo_and_description .description {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.31;
	margin-top: 21px;
}

footer .point_name {
	color: var(--gray);
	font-family: Roboto Condensed;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.31;
}

footer .point_text {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.31;
	margin-top: 17px;
}

footer .point_text a {
	color: #000;
	display: flex;
	gap: 14px;
	align-items: center;
}


footer .address .point_text a svg {
	width: 35px;
	display: none;
}

footer .phone_and_soc_container {
	display: flex;
	gap: 21px;
	align-items: end;
	flex-direction: column;
	margin-bottom: 9px;
}

footer .soc {
	text-align: center;
}

footer .phone_and_soc_container .phone_container {
	display: flex;
	gap: 17px;
}

footer .phone_container a[href^="tel:"].phone-content {
	display: block;
	color: #000;
	text-align: right;
	font-family: Roboto Condensed;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.27;
}

footer .phone_container .transparent_btn {
	
	font-family: Roboto Condensed;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	background: transparent;
	border: unset;
	margin-left: auto;
	display: block;
	padding: 0;
}

footer .phone_container .transparent_btn span{
	color: var(--btn_color_1);
	border-bottom: 1px dashed var(--btn_color_1);
}

footer .hidden_desct {
	display: none;
}


footer .soc_container {
	display: flex;
	gap: 21px;
}

.under_footer {
	padding: 5px 0;
}

.under_footer .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.under_footer .container-fluid .developer {
	display: flex;
	gap: 11px;
	padding: 4px 24px;
	border-radius: 20px;
	color: white;
	background: #2C2C2C;
}

.under_footer .container-fluid .developer:hover {
	background: red;
}

.under_footer .copyright {
	color: #000;
	text-align: right;
	font-family: Roboto Condensed;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.31;
}

footer .container-fluid .content .address.mob_address {
	display: none;
}

.error_page {
	background: var(--color);
}

.error_page .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.error_page h1 {
	color: #000;
	font-family: Tektur;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.19;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.error_page img {
	max-width: 942px;
}

.error_page .content p {
	color: #000;
	font-family: Roboto Condensed;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.34;
	margin-bottom: 48px;
}

.error_page .content {
	max-width: 540px;
}

.thanks_page .container-fluid {
	display: flex;
	gap: 41px;
}

.thanks_page {
	background: url(./assets/images/thanks_bg.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 66px;
	padding-bottom: 0;
	color: white;
}

.thanks_page h1 {
	color: #FFF;
	font-family: Tektur;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1.19;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 32px;
	margin-top: 132px;
}

.thanks_page p {
	color: #FFF;
	font-family: Roboto Condensed;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.34;
	margin-bottom: 56px;
}

footer .soc .soc_icons {
	display: flex;
	gap: 17px;
	margin-top: 9px;
}

.popup {
	background: #181E29;
	color: white;
	border-radius: 20px;
	text-align: left;
	max-width: 464px;
}

.popup .messegers {
	margin: 1.25rem 0;
}

.btn_with_text .btn_text_after p {
	margin: 0;
}


/*
============================================================
============================================================
============================================================
Ширины экранов
-- xs	320-499		Смартфоны
-- sm	500-767		Фаблеты
-- md	768-1023	Планшеты
-- ml	1024-1180	Нетбуки
-- lg	1181-1299	Ноутбуки
-- xl	1400		Декстопы
============================================================
============================================================
============================================================
*/

/*
==============================
	xl 1699 - Декстопы	(1600)
==============================
*/
@media (max-width: 1699px) {

	.section1 .red_container,
	.section8 .box2,
	.section3 .box2 {
		right: 0 !important;
	}

	.section7 .cloud {
		top: 278px;
		right: 10px;
	}

	.section12 img {
		width: 500px;
	}

	.section1 .advantages {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.section1 .bee3 {
		top: 405px !important;
	}


	.section1 h1 {
		margin-bottom: 0;
	}

	.section1 p {
		margin: 15px 0;
	}

	.section1 .advantage+.advantage {
		margin-top: 15px;
	}

	.section1 .big_img {
		position: absolute;
		left: 0;
		bottom: -78px;
		max-width: 860px;
	}

	.section7 .big_img {
		right: 107px;
	}

}

/*
==============================
	xl 1599 - Декстопы	(1440)
==============================
*/
@media (max-width: 1599px) {
	.error_page img {
		max-width: 50%;
	}

	.section1 .big_img {
		position: relative;
		top: unset;
		bottom: unset;
	}

	.section1 .container-fluid {
		display: flex;
		align-items: center;
	}

	.section1 .bee1 {
		left: 30px !important;
	}

	.section1 .bee2 {
		left: 500px !important;
	}

	.section1 .bee3 {
		top: 380px !important;
		left: 434px !important;
	}

	.section1 .advantages {
		margin-bottom: 3rem;
		margin-top: 2rem;
	}

	.section2 .flex {
		gap: 60px;
	}

	.section2 .flex .right_part {
		gap: 25px;
	}

	.section3 .custom_products_cat {
		gap: 0.5rem;
	}

	.section4 .section_products .cust_product a.btn span {
		padding: 16px 0 15px 0;
		min-width: unset;
		text-align: center;
	}

	.section4 .section_products .cust_product .price {
		font-size: 1rem;
	}

	.section4 .custom_catalog_content .flex {
		gap: 10px;
	}

	.section4 .section_products .cust_product .price::before {
		top: -1px;
	}

	.section5 .box2 {
		width: 205px;
		height: 198px;
		background-size: 100% 100%;
	}

	.section6 .content_const .steps .step .text {
		width: calc(100% - 62px);
	}

	.section6 .box2 {
		width: 161px;
		height: 119px;
		top: 374px !important;
		background-size: 100% 100%;
	}

	.section7 .mini_container {
		margin: 0;
	}

	.section7 .big_img {
		position: absolute;
		bottom: 0;
		width: 637px;
		height: unset;
		max-height: unset;
		right: 6rem;
	}

	.section7 .cloud {
		width: 277px;
		height: 303px;
		background-size: 100% 100%;
	}

	.section7 .cloud .cloud_text {
		top: 177px;
		right: 30px;
	}

	.section5 .call_to_action_btns .messegers .text,
	.section9 .call_to_action_btns .messegers .text,
	.messegers .text {
		font-size: 0.9rem;
	}

	.section5 .call_to_action_btns .messegers,
	.section9 .call_to_action_btns .messegers,
	.messegers {
		gap: 9px;
	}

	.section9 .box4 {
		width: 200px;
		height: 157px;
		background-size: 100% 100%;
	}

	.section11 .custom_tabs_item {
		flex-direction: column;
	}

	.section11 .custom_tabs_item img {
		margin: 0;
	}

	.section12 img {
		width: 482px;
		right: 530px;
		bottom: 15px;
	}

	.section4 .section_products {
		gap: 10px;
	}


	.thanks_page .container-fluid {
		display: flex;
		gap: 20px;
	}

	.thanks_page img {
		width: 50%;
	}

	.thanks_page a {
		margin-bottom: 50px;
	}

	.section11 .custom_tabs_content {
		gap: 15px;
	}

	.section11 .custom_tabs_item img {
		max-width: 100px;
	}

	.section11 .custom_tabs_item:nth-child(8n + 1) img {
		max-width: 180px;
	}
}


@media (max-width: 1499px) {
	.section12 img {
		width: 400px;
		right: 523px;
		bottom: 40px;
	}

	footer .container-fluid .content {
    gap: 50px;
	}

	header .logo_and_desc .descr {
		font-size: 1.5rem;
	}
	.section3 .custom_products_cat_slider ,
	.section3 .img_cust_prod_cut {
		height: calc(450 * 100vw / 1440);
		background-size: cover;
	}
}

/*
==============================
	lg 1399 - Ноутбуки	(1360)
==============================
*/
@media (max-width: 1399px) {

	.section1 .mini_cont {
		max-width: 660px;
		margin-left: 0;
	}

	h1 {
		font-size: 2.25rem;
	}

	h2 {
		font-size: 2rem;
	}

	.section1 h1 {
		margin-bottom: 10px;
		line-height: 1.2;
	}

	p {
		margin: 10px 0;
	}

	.section1 .advantages {
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.section1::before {
		max-width: 62%;
	}

	.section1 .bee1 {
		width: 100px;
		height: 150px;
		background-size: 100%;
	}

	.section1 .bee2 {
		left: 410px !important;
		width: 100px;
		height: 143px;
		background-size: 100%;
	}

	.section1 .bee3 {
		width: 150px;
		height: 186px;
		top: 330px !important;
		background-size: 100%;
		left: 357px !important;
	}

	.section1 .bee3 .cloud {
		top: -92px;
	}

	.section1 .red_container {
		width: 150px;
		height: 104px;
		background-size: 100%;
	}

	.section3 .product_tab {
		font-size: 1rem;
		padding: 0.25rem 2rem;
	}

	.section7 .mini_container {
		max-width: 475px;
	}



	.section12 .mini_content {
		max-width: 435px;
	}

	.section12 img {
		width: 309px;
		right: 523px;
		bottom: 0px;
	}

	footer .container-fluid .content {
		gap: 21px;
	}

	header .address a svg {
		display: none;
	}
}


/*
==============================
	lg 1299 - Ноутбуки	(1280)
==============================
*/
@media (max-width: 1299px) {
	header .logo_and_desc {
		gap: 20px;
	}

	.section1 .mini_cont {
		max-width: 565px;
	}

	.section3 .box1 {
		width: 149px;
		height: 106px;
		background-size: 100%;
	}

	.section3 .box2 {
		width: 150px;
		height: 140px;
		background-size: 100%;
	}

	.section4 .custom_catalog {
		gap: 30px;
	}

	.section4 .custom_catalog_content .flex .left_part {
		max-width: 260px;
	}

	.section5 .box1 {
		width: 108px;
		height: 147px;
		background-size: 100%;
	}

	.section5 .box2 {
		width: 150px;
		height: 140px;
		background-size: 100% 100%;
	}

	.section5,
	.section9 {
		padding: 6rem 0;
	}

	.sec6img {
		max-width: 270px;
	}

	.section6 .box1 {
		width: 136px;
		height: 146px;
		background-size: 100%;
	}

	.section7 .big_img {
		right: 0;
		bottom: 0;
		width: 609px;
	}

	.section7 .cloud {
		top: 270px;
		right: 154px;
		-moz-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}

	.section7 .cloud .cloud_text {
		transform: scale(-1, 1);
	}

	.section8 .box1 {
		width: 143px;
		height: 127px;
		background-size: 100%;
		top: -64px !important;
	}

	.section8 .box2 {
		width: 188px;
		height: 178px;
		background-size: 100%;
	}

	.section5 .img,
	.section9 .img {
		max-width: 50%;
	}

	.section9 .box4 {
		bottom: -76px !important;
	}

	.section12 .box1 {
		width: 165px;
		height: 139px;
		background-size: 100%;
	}

	.section12 .box2 {
		width: 147px;
		height: 142px;
		background-size: 100%;
		top: -82px !important;
	}

	.section12 .container-fluid {
		align-items: unset;
	}

	.section12 img {
		width: 384px;
		right: 524px;
		bottom: 0px;
	}

	footer .container-fluid .content {
		gap: 15px;
	}

	.section3 .box4 {
		width: 200px;
		height: 171px;
		bottom: -83px !important;
		background-size: 100%;
	}

	header .phone_container a {
		font-size: 1.1rem;
	}

	header .soc_container {
		gap: 10px;
	}

	header .phone_and_soc_container {
		gap: 10px;
	}

	footer .soc .soc_icons {
		gap: 6px
	}

	footer .phone_and_soc_container .phone_container {
		gap: 10px;
	}
}


/*
==============================
	ml 1180 - Нетбуки	(1024)
==============================
*/
@media (max-width: 1180px) {

	footer .phone_and_soc_container .phone_container {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
	.container-fluid {
		padding: 0 3rem;
	}

	.section8 .slider .slide {
		max-width: 100%;
	}

	header .logo_and_desc {
		display: block;
	}

	header .logo_and_desc .descr {
		font-size: 1rem;
		text-align: center;
	}

	header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.section1 .container-fluid {
		flex-direction: row-reverse;
	}

	.section1 .mini_cont {
		max-width: 55%;
	}

	.section1::before {
		max-width: 62%;
		right: unset;
		left: 0;
	}

	.section1 .bee1 {
		background-size: 100%;
		right: 316px !important;
		left: unset !important;
		top: -27px !important;
	}

	.section1 .bee2 {
		right: 77px !important;
		left: unset !important;
		top: -60px !important;
	}

	.section1 .bee3 {
		right: 77px !important;
		left: unset !important;
		top: 351px !important;
	}

	.section1 .red_container {
		right: 20px !important;
	}

	.section2 .flex {
		gap: 30px;
	}

	.section4 .h {
		max-width: 670px;
	}


	.section6 .content_const {
		grid-column: auto / span 3;
		width: max-content;
		display: block;
		margin: 0 auto;
	}

	.section6 .content_const .btn_with_text {
		margin: 35px auto 0 auto;
		width: max-content;
	}

	.section6 .left_img {
		margin-left: auto;
	}

	.section6 .box2 {
		top: 124px !important;
	}

	.section7 .big_img {
		bottom: 0;
		width: 50%;
	}

	.section7 .cloud {
    top: 287px;
    right: 140px;
}

	.section8 .box2 {
		top: -83px !important;
	}

	.section11 .custom_tabs_item:nth-child(8n + 1) {
		grid-column: auto;
		grid-row: auto;
		flex-direction: column;
		display: flex;
		gap: 18px;
	}

	.section11 .custom_tabs_item:nth-child(8n + 1) img,
	.section11 .custom_tabs_item img {
		max-width: 130px;
		max-height: 100px;
		margin: 0 auto;
	}

	.section11 .custom_tabs_content {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.section12 img {
		width: 384px;
		right: 460px;
		bottom: 0px;
	}

	footer .container-fluid .content {
		display: grid;
		grid-template-areas: "1 2";
	}

	footer .container-fluid {
		align-items: center;
	}

	footer .phone_and_soc_container {
		margin-bottom: 0;
	}

	.section4 .section_products .cust_product {
		padding: 13px 15px 15px 15px;
	}

	.section4 .section_products .cust_product .price::before {
		left: -15px;
	}

	footer .container-fluid {
		gap: 20px;
		align-items: start;
	}

	.section12 .box3 {
		display: none !important;
	}

	footer .container-fluid .content {
		display: flex;
		align-items: start;
    width: max-content;
    gap: 25px;
	}

	footer .phone_and_soc_container {
		flex-direction: column;
    align-items: end;
    gap: 10px;
	}

	footer .soc_container {
		gap: 17px;
	}

}

@media (max-width: 1100px) {
	.section7 .cloud {
    top: 332px;
    right: 119px;
}
}


/*
==============================
	md 1023 - Планшеты	(768)
==============================
*/
@media (max-width: 1023px) {

	footer .soc .soc_icons {
		justify-content: center;
	}

	.pre_custom_products_cat {
		width: 100%;
		overflow-x: scroll;
	}

	.section7 .container-fluid{
		padding-bottom: 0;
	}

	footer .container-fluid .content {
		display: grid;
    width: 100%;
    grid-template-areas:
        "a a a"
        "b c d";
	}

	footer .container-fluid .content .logo_and_description {
		grid-area: a;
	}

	footer .container-fluid .content .address {
		grid-area: b;
	}

	footer .container-fluid .content .time {
		grid-area: c;
	}

	footer .container-fluid .content .soc {
		grid-area: d;
	}

	.section4 .section_products .cust_product {
		padding: 20px 15px 15px 15px;
	}

	.section1 .red_container {
		display: none;
	}

	.section4 .custom_catalog_content .mobile_content {
		display: block;
	}

	.section4 .custom_catalog_content .desktop_content {
		display: none;
	}

	.section4 .custom_catalog_content .flex .left_part {
		display: flex;
		max-width: unset;
		gap: 20px;
		align-items: center;
	}

	.section4 .custom_catalog_content .flex .left_part img {
		max-width: 250px;
	}

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

	.thanks_page h1 {
		margin-top: 0;
	}

	header .address {
		text-align: center;
	}

	header .address svg {
		display: none;
	}

	header .container-fluid {
		gap: 20px;
	}

	.section1 .mini_cont {
		max-width: 100%;
	}

	.section1 .container-fluid {
		flex-direction: column;
	}

	.section1::before {
		max-width: 100%;
	}

	.section1 .red_container {
		display: none;
	}

	.section1 .big_img {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
		margin: 30px auto 0 auto;
	}

	.section1 .bee3 {
		right: 50px !important;
		left: unset !important;
		top: 584px !important;
	}

	.under_footer .container-fluid {
		display: flex;
    text-align: center;
    flex-direction: column-reverse;
    gap: 10px;
	}

	.under_footer .container-fluid .developer {
		max-width: max-content;
	}

	.under_footer {
		padding: 10px 0;
	}

	.under_footer .copyright {
		text-align: center;
	}

	.section12 .container-fluid {
		display: block;
	}

	.section12 .text_content ul {
		margin-top: 0;
		margin-bottom: 32px;
	}

	.section12 img {
		width: 100%;
		bottom: 0px;
		position: relative;
		right: 0;
		max-width: 300px;
		margin: 0 auto -55px auto;
		display: block;
	}

	.section12 .form {
		padding: 80px 57px 47px 57px;
		background: var(--dark);
		border-radius: 15px;
		color: white;
		width: 100%;
		max-width: 464px;
		display: block;
		margin: 0 auto;
	}

	footer .container-fluid .content {
		gap: 20px;
	}

	footer .container-fluid {
		gap: 50px;
		align-items: end;
	}

	.section2 .flex {
		display: block;
	}

	.section2 .flex .left_part {
		margin: 0 auto 40px auto;
	}

	.section2 h2 {
		margin-bottom: 20px;
	}

	.section4 .custom_catalog_content .flex {
		display: block;
	}

	.section4 .custom_catalog_content .flex .left_part {
		margin: 0 auto 32px auto;
	}

	.section4 .section_products {
		grid-template-areas: "1 2";
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section5 .flex,
	.section9 .flex {
		display: block;
	}

	.section5 .img,
	.section9 .img {
		max-width: 400px;
		margin: 0 auto 32px auto;
	}

	.section5 .flex .img img {
		margin-top: 0;
		margin-bottom: 0;
	}

	.section5 .content,
	.section9 .content {
		width: 100%;
	}

	.section7 .big_img {
		position: relative;
    top: unset;
    left: unset;
    right: unset;
		bottom: 0px;
    margin: 0 auto;
    display: block;
	}

	.section7 {
    background: var(--color);
    padding-bottom: 0;
}

	.section7 .cloud {
    top: 754px;
    right: 380px;
	}

	.section7 .mini_container {
		max-width: 100%;
	}

	.section1 .big_img {
		max-width: 450px;
		margin: 0;
	}

	.section1 .container-fluid {
		align-items: normal;
	}

	.error_page .container-fluid {
		flex-direction: column-reverse;
	}

	.section1 .bee1 {
		background-size: 100%;
		right: 192px !important;
		left: unset !important;
		top: 125px !important;
	}

	.section1 .bee2 {
		right: 55px !important;
		left: unset !important;
		top: -28px !important;
	}



	.section3 .custom_products_cat {
		gap: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    width: 1114px;
		margin: 0;
		justify-content: left;
	}

	.pre_custom_products_cat {
		margin-bottom: 3rem;
	}

	.section3 .product_tab {
		white-space: nowrap;
	}

	.section3 .product_tab:hover:not(.active) {
		background: white;
    	color: black;
	}

	.section3 .product_tab img {
		max-width: 59px;
	}

	.section3 .product_tab {
		box-shadow: unset;
	}

	.section5 .call_to_action_btns .messegers .text,
	.section9 .call_to_action_btns .messegers .text,
	.messegers .text {
		margin-right: auto;
	}


	header .address {
		display: none;
	}
	header .logo_and_desc .descr {
    font-size: 1.3rem;
    text-align: center;
		line-height: 1.2rem;
	}

	a[href^="mailto:"]{
		white-space: nowrap;
	}
}


@media (max-width: 970px) {
	.section7 .cloud {
    top: 739px;
    right: 342px;
	}
}

@media (max-width: 880px) {
	.section7 .cloud {
    top: 697px;
    right: 285px;
    width: 228px;
    height: 253px;
}
.section7 .cloud .cloud_text {
	top: 140px;
	right: -2px;
	font-size: 1rem;
}


}

/*
==============================
	sm 767 - Фаблеты	(500)
==============================
*/
@media (max-width: 767px) {
	.section3 .custom_products_cat_slider, .section3 .img_cust_prod_cut {
		height: calc(2 * 450 * 100vw / 1440);
	}
	.section3 .product_tab {
		font-size: 0.9rem;
		padding: 0.25rem 1.5rem;
		border-radius: 0.75rem;
	}
	.section3 .product_tab img {
		height: 2rem;
		width: auto;
	}
	.section7 .cloud {
    top: 765px;
    right: 144px;
}

	.section6 .box2 {
		top: -58px !important;
	}

	.section7 .big_img {
		width: 100%;
	}

	header .logo_and_desc_nn {
		display: none;
	}

	footer .container-fluid .content {
		grid-template-areas:
        "a d"
        "b c";
				justify-content: unset;
	}


	.section2 .flex .right_part .point div p {
		font-size: 1rem;
	}

	.section5 .call_to_action_btns .messegers,
	.section9 .call_to_action_btns .messegers,
	.messegers {
		flex-wrap: wrap;
	}

	.section5 .call_to_action_btns,
	.section9 .call_to_action_btns {
		gap: 10px;
		flex-direction: column;
	}


	.section11 .custom_tabs_item,
	.section11 .custom_tabs_item:nth-child(8n + 1) {
		width: 300px;
	}

	.thanks_page .container-fluid {
		display: block;
	}

	.thanks_page img {
		display: none;
	}

	.thanks_page {
		background-size: auto 100%;
	}

	.section6 .left_img,
	.section6 .right_img {
		display: none;
	}

	.section6 .flex {
		display: block;
	}

	.sec6img {
		margin: 0 auto 32px auto;
		display: block;
	}

	.section6 .content_const .btn_with_text {
		margin: 35px auto 0 0;
	}

	.section6 .content_const {
		width: 100%;
	}

	.section8 .slider .slide {
		max-width: 100%;
	}

	.section8 .slick-dots {
		left: 0;
	}

	.section11 .custom_tabs_content {
		grid-template-columns: unset;
		grid-auto-columns: max-content;
		grid-auto-flow: column;
		overflow-x: scroll;
	}

	.section11 .custom_tabs {
		flex-wrap: wrap;
	}

	footer .container-fluid {
		display: block;
	}

	footer .phone_and_soc_container {
		margin-top: 30px;
		align-items: center;
	}

	footer .phone_container .transparent_btn {
		margin: 0 auto;
	}

	header .address {
		display: none;
	}

	header .phone_container a {
		font-size: 1rem;
	}
	header .soc_container {
		display: none;
	}
	header .phone_and_soc_container {
		gap: 10px;
	}

	.section1 .bee3 {
		display: none;
	}

	.section10 .opt_slider .slick-prev {
		top: unset;
		bottom: calc(50% - 1.5rem);
		left: unset;
		right: unset;
	}

	.section10 .opt_slider .slick-next {
		top: unset;
		bottom: calc(50% - 1.5rem);
	}

	.section1 .bee1 {
		background-size: 100%;
		right: unset !important;
		left: 30px !important;
		top: 125px !important;
	}

	.slick-arrow {
		width: 30px;
		height: 30px;
	}
}


@media (max-width: 645px) {
	.section4 .custom_catalog_content .flex .left_part {
		display: block;
	}

	.section4 .custom_catalog_content .flex .left_part img {
		margin: 0 auto 20px auto;
		display: block;
	}
}


/*
==============================
	xs 499 - Смартфоны	(360, 414)
==============================
*/
@media (max-width: 499px) {

	footer .phone_and_soc_container .phone_container {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

	.section7 .cloud .cloud_text {
    top: 150px;
    right: 11px;
    font-size: 1rem;
		max-width: 198px;
		max-width: 197px;
}

.section7 .cloud {
	top: unset;
	right: 99px;
	bottom: 16px;
}
.section7 .big_img {
	bottom: 0;
}
	footer .container-fluid .content .address {
		display: none;
	}

	footer .container-fluid .content .address.mob_address {
		display: block;
	}

	footer .container-fluid .content .address.mob_address .flex {
		display: flex;
		gap: 17px;
		align-items: center;
	}

	footer .address.mob_address .point_text {
		margin-top: 7px;
	}

	footer .address.mob_address .point_text a br {
		display: none;
	}

	header a[href^="mailto:"] {
		display: none;
	}

	header .phone_container a {
    font-size: 1.4rem;
}

footer .address .point_text a svg {
	display: block;
}

	.section11 h2 {
		max-width: 250px;
	}

	.section1 .bee2 {
		width: 58px;
		height: 84px;
	}

	.section1 .bee1 {
		width: 58px;
		height: 84px;
	}

	.error_page img {
		max-width: 100%;
	}

	.container-fluid {
		padding: 0 1rem;
	}

	header .soc_container {
		display: none;
	}

	section {
		padding: 3rem 0;
	}



	.btn_with_text {
		display: block;
	}

	.btn {
		width: 100%;
	}

	.btn_with_text .btn_text_after {
		padding: 40px 16px 16px 16px;
		border: 1px white solid;
		max-width: 100%;
		border-radius: 15px;
		margin-left: 0;
		margin-top: -26px;
		text-align: center;
	}

	h1 {
		font-size: 2rem;
	}

	.section1 p {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.75rem;
	}

	.section2 .flex .right_part {
		overflow-x: scroll;
	}

	.section2 .flex .right_part .point img {
		max-width: 320px;
	}

	.paralax_container {
		display: none;
	}

	.section4 .custom_catalog {
		flex-wrap: unset;
		margin-bottom: 40px;
		overflow-x: scroll;
	}

	.section4 .section_products {
		display: flex;
		overflow-x: auto;
	}

	.section4 .section_products .cust_product {
		width: 100%;
		min-width: 160px;
	}

	.section4 .section_products .cust_product img {
		max-width: 100%;
    height: auto;
    max-height: 104px;
	}

	.section4 .custom_catalog_content {
		padding: 20px;
	}

	.section5 .call_to_action_btns,
	.section9 .call_to_action_btns {
		display: block;
	}

	.section5 .call_to_action_btns .messegers,
	.section9 .call_to_action_btns .messegers,
	.messegers {
		margin-top: 20px;
	}

	.section5 .info_block,
	.section9 .info_block {
		gap: 10px;
	}

	.info_block svg {
		width: 80px;
		max-width: unset;
		max-height: unset;
	}

	.sec6img {
		width: 100%;
	}

	.section6 .content_const .btn_with_text {
		width: 100%;
	}

	.section6 .content_const .btn_with_text .btn_text_after,
	.section7 .btn_with_text .btn_text_after {
		max-width: 100%;
		text-align: center;
	}

	.section7 .characteristics .item {
		display: flex;
		align-items: start;
		gap: 10px;
		flex-direction: column;
	}

	.section8 .slider {
		padding: 0px 10px;
	}

	.slide_inner {
		margin: 0 auto;
	}

	.fiz_slider .slick-list {
		margin: 0px 10px;
	}

	.section11 .custom_tabs_item {
		max-width: 300px !important;
	}

	.section12 .form {
		padding: 80px 25px 25px 25px;
	}

	.messegers {
		padding: 8px 20px;
	}

	footer .container-fluid .content {
		display: flex;
		flex-direction: column;
	}

	.section4 .btn_with_text .btn_text_after {
		max-width: 100%;
	}

	footer .phone_and_soc_container {
    margin-top: 10px;
    align-items: start;
		display: none;
	}

		
	footer .hidden_desct {
		display: block;
	}
	footer .hidden_desct .cust_mob_flex {
		display: flex;
		gap: 17px;
		margin-bottom: 40px;
	}

	footer .container-fluid .content .time br {
		display: none;
	}

	footer .point_text {
		margin-top: 7px;
	}

	footer .soc {
		text-align: start;
	}

	footer .container-fluid .content .logo_and_description{
		margin-bottom: 20px;
	}

	footer .container-fluid .content .time, footer .container-fluid .content .soc {
		margin-top: 10px;
	}

	.under_footer {
		padding: 15px 0;
	}

	.messegers .text {
		max-width: 115px;
	}
	.section10 .opt_slider .slick-list {
		margin: 0px 25px;
	}
	.section10 .opt_slider .slide {
		height: 130px;
	}
	.fiz_slider .slide {
		padding: 1.5rem;
	}

}

@media (max-width: 400px) { 
	.section7 .cloud {
    top: unset;
    right: 95px;
    bottom: -17px;
}
}
/*


==============================
	xs 359 - Смартфоны	(320)
==============================
*/
@media (max-width: 359px) {

	.section7 .cloud {
		display: none;
	}
}