:root {
    --main-color: #ff5431;
    --main-color-darken: #f44f2e; /* для ховер эфектов */
    --text-main-color: #2a2a2d;
    --quiz-hover: #f44f2e;
    --gradient-process-item: #f44f2e; /* зелёно-прозрачный градиент */
    --gradient-articles-item: #f44f2e;
    --hit-status-color: #9747FF;
    --sale-status-color: #F63123;
    --new-status-color: #F2B644;
    --product-status-color: #1C1C1C;
    --brad-regular: 1vw;
}
.header__top .wrapper{
    border-bottom: none;
}
.header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 34.479vw;
    height: 100%;
    padding: 2.96875vw 6.81875vw 2.2125vw 5.26vw;
    background-color: #F5F8F9;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 1vw rgba(0,0,0,0.3)
}
.header__nav .wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
.header__nav .nav-wrap {
    width: 100%;
    height: 100%;
    border-bottom: none !important;
}
.header__nav .nav-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__nav .nav-wrap .nav > .nav-item {
    padding: 0;
    margin: 0;
    margin-bottom: 1.339285714vw;
}
.header__nav .nav-wrap .nav > .nav-item:last-child {
    margin-bottom: 0;
}
/* .header__nav .nav-wrap .nav > .nav-item:first-child {
        display: none;
      } */
.header__nav .nav-wrap .nav > .nav-item a {
    font-size: 1.25vw;
    line-height: 1.785714286vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item::after {
    position: absolute;
    top: 0.45vw;
    right: 1vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.6vw;
    height: 0.6vw;
    cursor: pointer;
}
.header__nav .nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after,
.header__nav .nav-wrap .nav .nav-menu--level-2 .nav-item.dropdown-item::after {
    content: none;
}

.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu {
    position: static;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    border-top: none;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    /* 		padding-top: 3.125vw; */
    /* 		display: none; */
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 {
    padding-left: 1vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover .nav-menu{
    max-height: 20vw;
    padding-top: 1vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item {
    margin: 0;
    padding-bottom: 0.5vw;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item:last-child {
    padding-bottom: 0;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a {
    font-size: 1vw;
    line-height: 1;
    text-decoration: none;
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a {
    /* 				  opacity: 0.75; */
    font-size: 0.875vw;
    /* 				line-height: 1;
        text-decoration: none; */
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a:hover {
    color: var(--main-color);
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover > a {
    color: var(--text-main-color);
}
.header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover::after {
    border-color: var(--text-main-color);
}
.header.open .header__nav {
    right: 0;
    opacity: 1;
    pointer-events: all;
}
.header.open .header__logo p,
.header.open .header__contacts a,
.header.open .header__contacts p {
    color: var(--text-main-color);
}
.header.open .nav-wrap .nav .nav-item a {
    color: var(--text-main-color);
}
.header.open .nav-wrap .nav .nav-item.dropdown-item::after {
    border-color: var(--text-main-color);
}
.header.open .nav-wrap .nav .nav-item a:hover{
    color: var(--main-color);
}
@media only screen and (max-width: 768px){
    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 31.25vw;
        background-color: #F5F8F9;
        z-index: 2;
        padding-bottom: 6.25vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        pointer-events: none;
    }
    .header__nav .nav-wrap .nav > .nav-item a {
        font-size: 4.375vw;
        line-height: 6.25vw;
    }
    .header__nav .nav-wrap .nav > .nav-item.dropdown-item::after {
        position: absolute;
        top: 1.875vw;
        right: 4.6875vw;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 1.5625vw;
        height: 1.5625vw;
    }
    .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a{
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }
    .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a{
        font-size: 3vw;
        /* 					margin-bottom: 1vw; */
    }
}
.first{
    /* padding-bottom: 8vw; */
}
.first__buttons-btn{
    justify-content: center;
}


.wrapper {
	max-width: 1200px;
}
.wrapper h1{
	margin: 30px 0;
	text-align: center;
}
.desc {
	display: none;
}
.article-about {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	column-gap: 30px;
	row-gap: 30px;
}
.article-content {
    width: 100%;
}
 .article-about .text{
	margin-top: -40px;
}
.pic-sec {
    width: 100%;
}
@media (max-width: 767px) {
   .mobile{
	   display: none;
      }
	  .desc {
	display: block;
}
h1 {
	font-size: 18px;
	margin: 30px 0 0;
	text-align: center;
}
 .article-about {
	margin-top: -50px;
 }
 .article-content {
	margin-top: -70px;
 }
 .red_transparent-btn {
margin-top: 0;
}
}

.seo_section {
    padding: 20px;
    overflow: hidden;
}
.seo_card_list {
    max-width: 100%;
    padding: 0 10px;
}
.swiper-container {
    position: relative;
    overflow: visible;
}
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.seo_card_list .swiper-slide {
    display: flex ;
    justify-content: center;
    align-items: stretch;
    width: auto;
    opacity: 1;
    transition: transform 0.6s ease;
}
.seo_card_item {
    max-width: 300px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.seo_card_list .seo_card_item {
	border: 2px solid #0186CD;
}
.card_text {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card_content {
    flex: 1;
    padding: 15px;
}
.card_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}
.card_img img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}
.card_description {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}
.seo_border_btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #0186CD;
    color: #e74c3c;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 15px 15px;
    transition: all 0.3s ease;
}
.seo_border_btn:hover {
    background: #0186CD;
    color: #fff;
}
.swiper-button-prev,
.swiper-button-next {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}
@media (max-width: 767px) {
   .seo_card_list {
	   width: 100vw !important;
        max-width: 80vw !important;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
        box-sizing: border-box;
      }
	  .seo_card_list .seo_card_item {
		max-width: 80vw !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        box-sizing: border-box;
        min-height: 360px;
      }
	  .seo_card_list .seo_card_item .card_text {
        width: 100%;
        text-align: left;
        height: 340px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
	  .seo_card_list .seo_card_item .card_content {
        max-height: 250px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: auto;
        scrollbar-color: #5199FF #f0f0f0;
      }
    .swiper-button-prev {
        left: 10px !important;
    }
     .swiper-button-next {
        right: 10px !important;
    }
}
.slider {

    box-shadow: 0 0 10px #bbb;
}

.wrapper.articles h1{
    margin-top: 90px;
}

@media (max-width: 767px) {
 .wrapper.articles h1{
    margin-top: 20px;
}}