.list_item {
background-color: #fff;
padding: 30px;
border-radius: 10px;
/*background-image: url(../images/catalog-item__bg.svg);*/
background-repeat: no-repeat;
background-position: -134px -118px;
}
body {
    margin: 0px;
	font-family: "Montserrat"; 
	color: var(--color-white);
	font-weight: 400;
    font-size: 14px;
	background-color: var(--color-dark-blue);
}
@font-face {
font-family: "Montserrat";  
src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
font-style: regular; 
font-weight: 400;
 }
 @font-face {
font-family: "Montserrat";  
src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype"); 
font-style: SemiBold; 
font-weight: 600;
 }
 @font-face {
font-family: "Montserrat";  
src: url("../fonts/Montserrat-Medium.ttf") format("truetype"); 
font-style: medium; 
font-weight: 500;
 }
  @font-face {
font-family: "Actay Wide";  
src: url("../fonts/ActayWide-Bold.otf") format("opentype"); 
font-style: bold; 
font-weight: 700;
 }
 :root {
    --color-white: rgba(255, 255, 255, 1);
    --color-green: rgba(142, 194, 67, 1);
    --color-dark-blue: rgba(4, 28, 44, 1);
}
.header__entrance:hover {
    background: #8ec243;
    border-color: var(--color-green);
    transition: all 1s;
}
.header__entrance:hover a {
    color: #fff !important;
}
header {
    margin: 10px 10px 0px 10px;
    padding: 31px 0;
    z-index: 10;
    background: url(../images/mainscreen.webp);
    border-radius: 8px;
    background-repeat: no-repeat;
    width: calc(100% - 20px);
    /*background-size: cover;*/
    height: 100%;
    min-height: 773px;
    /*background-position-y: center;*/
    position: relative;
	background-position: 25% 62% !important;
    background-size: unset !important;
}
a:hover {
    color: var(--color-green);
}
a button{color: #000}
.transparent_block {
    transition: all 1s;
}
a.transparent_block:hover, div.transparent_block:hover {
    background: var(--color-green);
    border-color: var(--color-green);
    color: #000;
}
.header__call-btn:hover, .more-button:hover, #make-request-btn.square_button:hover  {
    background: none;
    border: 1.4px solid rgba(255, 255, 255, 0.5) !important;
    color: #fff;
    padding: 18px 58px;
    transition: all 1s;
}
.add-to-basket_button {
    border: 1px solid var(--color-green);
    transition: all 1s;
}
.add-to-basket_button:hover {
    background-color: transparent;
    border: 1px solid #BEBEBE;
}
.add-to-basket_button svg {
    transition: all 1s;
}
.add-to-basket_button:hover svg path {
    fill: #041C2C;
}
.add-to-basket_button:hover svg path:last-child {
    fill: none;
    stroke: #041C2C;
}
button.header__search-btn {
    border: none !important;
}
.header__call-btn {
    border: 1.4px solid var(--color-green) !important;
}
.button_green {
	background-color: var(--color-green);
	color: #041C2C;
    border: 1.4px solid var(--color-green);
    transition: all 1s;
}
.button_green, .header__call-btn, .add-to-basket_button, button, .plus, .minus {
    cursor: pointer;
}
.button_green:hover {
    background-color: transparent;
    border: 1.4px solid #BEBEBE;
}
.border_round {
	border-radius: 100px;
}
/*header::before {
    content: "";
    position: absolute;
    width: 100%;
    max-height: 844px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    top: 0px;
    border-radius: 8px;
	z-index:1;
}*/
.mini header{
    max-height: 146px;
    background: url(../images/internal-pic.webp), linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    min-height: 147px;
    background-position: center !important;
    background-size: cover !important;
}
/*.mini header::before {
    max-height: 218px;
background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
transform: rotate(180deg);
content: "";
}*/
h1{
	font-size:46px;
	font-family: "Actay Wide"; 
	font-weight: 700;
	text-transform:uppercase;
	    margin-bottom: 26px;
    margin-top: 0px;
	    z-index: 10;
    position: relative;
}
a{
	color:#fff;
	text-decoration:none;
}
.header__top{
display: flex;
    justify-content: space-between;
	margin-bottom:29px;
	align-items:center;
	    z-index: 10;
    position: relative;
	}
	.header__top_right{
display: flex;
    max-height: 43px;
	}
.header__entrance{
        font-weight: 500;
    padding: 11px 17px;
    border: 1.4px solid rgba(255, 255, 255, 0.5);
    border-radius: 36px;
    max-width: 233px;
    display: flex;
    align-items: center;
}
.header__entrance.name{
    padding: 11px 20px 12px 20px;

}
.header__entrance.numbers{
    min-width: 77px;
    box-sizing: border-box;
   font-size:18px;
padding: 11px 22px 10px 22px;
gap: 10px;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(21.5px);
border: none;
justify-content: center;
} 
.header__bag{
	margin-left: 19px;
	margin-right: 10px;
	    padding-top: 5px;
}
.header__entrance a{
	font-weight: 500;
	text-decoration:none;
}
.header__entrance svg{
	margin-right:13px;
}
.header__logo-img {
    height: auto;
	max-width: 422px;
}


.header__menu_min {
    position: relative;
    display: inline-block;
}
.header__menu_hover {
    position: relative;
	display:none;
}
.header__main {
display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:125px;
	    z-index: 10;
    position: relative;
}
.header__top_right_left{
	    width: 100%;
    display: flex;
	    align-items: center;
}
.header_a{
	display:flex;
}
.header__menu {
display: flex;
    align-items: center;
}
    .header_menu__toggle.second {
        background:none;
		padding: 8px 8px 8px 29px;
		    backdrop-filter: none;
    }
.header_menu__toggle {
position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 18px 28px 18px 49px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
transition: background .25s ease, transform .15s ease;
    text-transform: uppercase;
	margin-right: 18px;
	    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(18.7px);

    border-radius: 5px;
}
.header_menu__toggle.second::before {
left: 14px;
    box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
    top: 49%;
    background: #fff;
    width: 26px;
    height: 4px;
}
.header_menu__toggle.third::before{
left: 0px;
    box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
    top: 49%;
    background: #fff;
    width: 26px;
    height: 4px;
}
.header__menu_hover .header_menu__toggle {
    padding: 17px 28px 17px 8px;
}
.header_menu__toggle::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 45%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: var(--color-green);
    box-shadow: 0 6px 0 #8EC243;
}

.header_menu__toggle:hover {
    background: rgba(255, 255, 255, 0.18);
}
.header_menu__toggle.second:hover {
    background: none;
}
.header_menu__list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 230px;
       background-color: var(--color-dark-blue);
    border-radius: 10px;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}
.header_menu__list_second {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 230px;
        background-color: var(--color-dark-blue);
    border-radius: 10px;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}
.header_menu__toggle.third{
    background: none;
    padding: 0px;
    border-radius: 0px;
	    width: 26px;
    height: 20px;
}
.header_menu__list_third {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 280px;
        background-color: var(--color-dark-blue);
    border-radius: 10px;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}
.header_menu__list {
	    z-index: 15;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}
.header_menu__list_third{
		    z-index: 15;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
		display:none;
}
.header_menu__list_second {
	    z-index: 15;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
}
.header_menu__list_second--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.header_menu__list--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.header_menu__link {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: background .15s ease;
}

.header_menu__link:hover {
    background: rgba(255, 255, 255, 0.07);
}




.header__list {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__link {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
	text-transform: uppercase;
}
.header__item--active .header__link {
    padding: 7px 18px;
    background: #96c348;
    border-radius: 4px;
    color: #000;
}
.header__search{
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 6.5px 15px 6.5px 25px;
    max-width: 260px;
    margin-right: 19px;
}
.header__search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}
.header__search-btn {
    border: none;
    background: transparent;
    cursor: pointer;
}

.header__search-icon {
    width: 18px;
}
.header__login {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.header__login-icon {
    width: 17px;
}
.header__login-text {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}
.header__call-btn {
	font-family: "Montserrat";
    background: var(--color-green);
    border: none;
    padding: 19px 58px;
    border-radius: 66px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
}
.header__call-btn a{
    color:#041C2C;
}
.header__call-btn a:hover
 {
        color: var(--color-white);
}
.header__call-btn.second{
	border-radius: 0px;
	text-transform:uppercase;
	    font-size: 16px;
    font-weight: 700;
	    padding: 24px 40px 22px 40px;
	font-family: "ActayWide"; 
	font-weight: 700;
	margin-bottom: 120px;
    border-radius: 5px;
	z-index: 10;
    position: relative;
	
}
.header_advantages_mini {
    display: flex;
    font-family: "ActayWide";
    font-weight: 700;
    align-items: center;
    padding: 16px 25px 15px 26px;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(18.7px);
    border-radius: 5px;
    font-size: 20px;
}
.header_advantages_mini.more {
    padding: 16px 30px 15px 21px;

}
  .header_advantages{
display: flex;
flex-direction: row;
gap: 20px;
    z-index: 10;
    position: relative;
 }
   .header_advantages_mini svg{
margin-right:20px;
 }
.header__main .header__call-btn:hover {
    background: none;
    border: 1.4px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 19px 58px;
}
.header__call-btn.none{
	display:none;
}
.header_a{
    display: flex;
}
.header__call-btn:hover {
    color:#fff;
}
	 .header__call-btn:hover {
    color:#fff;
}
.header__call-btn {
    background: var(--color-green);
    border: none;
    padding: 19px 58px;
    border-radius: 66px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 10;
}
.header__call-btn.third {
    background: #000;
    padding: 7px 77px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 55px;
    height: 55px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
	display: none;
}
	.search{
		display:none;
	}
		.header_a_none{
		display:none;
	}
	.header__call-btn.none{
	display:none;
}
.header__menu_third{
	display:none;
}
.header_menu__list_third--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
	display:block;
}
.header__logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	.breadcrumbs {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px 40px;
		margin: 30px 0 40px;
	}
	.bx-breadcrumb-item a {
		color: #fff;
		text-decoration: none;
	}
	.bx-breadcrumb-item:last-child a:hover {
		color: #fff;
	}
	.bx-breadcrumb-item:first-child a {
		padding: 10px 30px;
		border-radius: 37px;
		border: 1.3px solid #36434B;
		display: flex;
		align-items: center;
		gap: 20px;
		transition: all 0.5s;
	}
	.bx-breadcrumb-item:first-child a:hover {
		border-color: var(--color-green);
		background: var(--color-green);
		color: #000;
	}
	.bx-breadcrumb-item:first-child a:hover svg path {
		fill: #000;
		transition: all 0.5s;
	}

.header_advantages, .header__call-btn.second {
	position: relative;
	z-index: 1 !important;
}
.representatives_block.none {
	margin-left: 15px;
	min-width: 380px;
}
.representatives_block.none img {
	border-radius: 10px;
	margin-left: 15px;
	max-width: 100%;
}
.about .about_block img {
	border-radius: 10px;
}
/*@media(max-width: 1000px) {
    header::before {
        width: calc(100% - 20px);
    }
}*/
@media(max-width: 980px) {
	.representatives_block.none img, .representatives_block.none {
		margin-left: 0;
	}
	.representatives_block.none {
		display: flex;
		justify-content: center;
		min-width: unset;
	}
}
a {
	text-decoration: none;
	transition: all 0.5s;
}
a:hover{
	color: var(--color-green);
}
footer {
    margin-top: 70px;
    padding: 60px 0;
	overflow-x: clip;
}
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}
.footer__bottom{
	width:100%;
	display: flex;
    justify-content: space-between;
	margin-top:80px;
}
.footer__top{
	width:100%;
	display: flex;
    justify-content: space-between;
	
}
.footer__links_many{
	display: flex;
    justify-content: space-between;
	gap: 40px;
}
.footer__left,
.footer__center,
.footer__right {
    display: flex;
    flex-direction: column;
}
.footer__left,
.footer__center{
z-index: 10;
}
.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
.footer__logo-img {
    width: 100%;
    max-width: 315px;
}
.footer__copy {
    font-size: 12px;
    font-weight: 500;
}

.footer__links {
    display: flex;
    flex-direction: column;
	gap: 40px;
	z-index: 10;
}
.footer__link a {
	margin-left: 15px;
    text-decoration: none;
    font-size: 14px;
	text-transform: uppercase;
    transition: all 0.5s;
}
.footer__link a:not(:hover) {
    color: var(--color-white);
}
.footer__phones {
    display: flex;
    gap: 35px;
    margin-bottom: 55px;
	    z-index: 10;
}
.footer__phone-block {
    display: flex;
    flex-direction: column;
}
.footer__phone {
    color: var(--color-white);
    text-decoration: none;
    font-size: 24px;
	font-weight: 500;
}
.footer__phone-label {
    font-size: 15px;
	font-weight: 500;
}
.footer__email {
    display: block;
    text-align: right;
    text-decoration: underline;
    font-size: 15px;
	color: var(--color-white);
	font-weight:500;
	z-index: 10;
	     cursor: pointer;
    max-width: 130px;
}
.footer__right {
    align-items: flex-end;
}
.footer__policy {
    font-size: 12px;
    text-decoration: none;
    line-height: 1.4;
	color: var(--color-white);
	font-weight:500;
	z-index: 10;
}
.footer__right_svg{
    width: 2px;
    height: 2px;
    position: relative;
    right: 498px;
    bottom: 0px;
}
.footer__right_svg svg{
position: absolute;
z-index: 0;
bottom: -186px;
}
@media (max-width: 1400px) {
footer {
    padding: 60px 0px;
}
.footer__link a {
	    margin-left: 0px;
}
.container {
    padding: 0px 20px;
	        box-sizing: border-box;
}
.footer__top {
    display: flow-root;
}
.footer__right {
    width: 57%;
        float: left;
}
.footer__center{
padding-right:20px;
 width: calc(43% - 20px);
        float: left;
        display: block;
}
.footer__phones {
    justify-content: flex-end;
}
}
@media (max-width: 1300px) {
.header__menu_hover {
    position: relative;
    display: inline-block;
}
.header__list {
    display: none !important;
}
}
@media (max-width: 1100px) {
    .header__entrance:hover {
    background: transparent;
}
.mini  .header__top_right {
    align-items: center;
}
.mini .header_a_none{
		display:block;
	}
	.header__bag {
    padding-top: 0px;
}
.mini .header_a{
		display:none;
	}
.mini .header__entrance {
        border: none;
}
.mini .search{
		
		display:block;
		        width: 25px;
        height: 25px;
	}
	.mini .header__search-input{
    display: none;
}
.mini .header__search-btn {
    display: none;
}
.mini .header__search {
background: none;
    padding: 0px;
    border: none;
        width: 25px;
        height: 25px;
		padding-bottom: 5px;
        margin-right: 15px;
}
	 .header__logo-img {
    width: 100%;
	        max-width: 86%;
}
.header_advantages_mini svg {
    width: 69px;
}
.header_advantages_mini {
    height: 59px;
}
.header__top_right {
    margin-top: 20px;
}
}
@media(max-width: 1000px) {
		h1 {
			margin-bottom: 50px;
		}
        footer {
            margin-top: 30px;
        }
	}

@media (max-width: 980px) {
.footer__phone {
    font-size: 22px;
}
}
@media (max-width: 890px) {
.header__top_right {
    margin-top: 20px;
}
.header__main {
    margin-bottom: 60px;
}
h1 {
    font-size: 36px;
}
.header__call-btn.second
 {

    padding: 16px 40px;
 }
.header__call-btn.second {
    margin-bottom: 60px;
}
	.header_advantages_mini.more {
    padding: 10px 30px 10px 30px;
    max-width: 230px;
}
.header_advantages_mini {
    padding: 10px 24px 10px 30px;
    font-size: 18px;
    max-width: 204px;
	    height: 59px;

}

.header__main {
    margin-bottom: 60px;
}
h1 {
    font-size: 36px;
}
.header__call-btn.second
 {

    padding: 15px 40px 11px 40px;
 }
.header__call-btn.second {
    margin-bottom: 70px;
}
}
@media (max-width: 880px) {
.footer__phone {
    font-size: 22px;
}
    .footer__center {
        padding-right: 0px;
        width: 100%;
        float: none;
		margin-bottom:40px;
    }
	    .footer__right {
        padding-right: 0px;
        width: 100%;
        float: none;
		display: block;
    }
.footer__phones {
    margin-bottom: 20px;
    justify-content: normal;
}
.footer__email {
    text-align: left;
}
.footer__links_many {
    max-width: 350px;
}
}
@media (max-width: 700px) {
		    .header_advantages_mini svg {
        width: 45px;
    }
.header_advantages_mini{
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        max-width: 160px;
        height: 45px;
    }
	.header_advantages_mini.more {
        max-width: 208px;
    }
}
@media (max-width: 570px) {
	.header__top_right .header__call-btn.none:hover {
    background: none;
    border: 1.4px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
	.container {
    padding: 0px 15px;
}
	.header__bag {
    margin-left: 14px;
    margin-right: 0px;
}
.mini .header__top_right {
            width: 100%;
        }
.mini .header__entrance.name {
    padding: 9px 0px;
}
.mini .header__entrance.numbers {
    display: none;
}
	.header__entrance.numbers {
    display: none;
}
.header_a_none{
		display:block;
	}
.header_a{
		display:none;
	}
		.header__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
	align-items:flex-start;
}
	.header__call-btn.second{
		display:block;
	}
.header__logo{
	display: flex;
    align-items: center;
}
 .header__menu_third{
	display:inline-block;
	        position: relative;
			            margin-top: 10px;
}
	.header__entrance {
    padding: 0px;
    border: none;
    width: 30px;
    height: 30px;
}
	.search{
		
		display:block;
		        width: 25px;
        height: 25px;
	}.header__search-input{
    display: none;
}
.header__search-btn {
    display: none;
}
.header__search {
background: none;
    padding: 0px;
    border: none;
        width: 25px;
        height: 25px;
		padding-bottom: 5px;
        margin-right: 15px;
}
.header__top_right{
    align-items: center;
	justify-content: space-between;
	        width: 100%;
}
.header__menu {
    display: none;
}
    .header_advantages_mini.more{
        padding: 10px 10px 10px 10px;
        font-size: 13px;
    }
	.header_advantages_mini svg {
    margin-right: 10px;
}
.header__call-btn{
    padding: 19px 28px;
 }
h1 {
        font-size: 28px;
    }
		.header__call-btn.none{
	display:block;
	        margin-bottom: 5px;
			padding: 10px 18px;
            width: 142px;
}
	.header__call-btn{
	display:none;
}
	.header__call-btn {
    padding: 5px 18px;
    font-size: 12px;
	}
		    .header_a_none {
        display: block;
        margin-right: 60px;
    }
}
@media (max-width: 540px) {
	.footer__links
 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.footer__center {
		margin-bottom:20px;
    }
.container {
    padding: 0px 20px;
}
	    .footer__phone {
        font-size: 16px;
    }
	.footer__link a{
    font-size: 13px;
}
.footer__phone-label {
    font-size: 12px;
}
.footer__email {
    font-size: 14px;
}
}
@media(max-width: 500px) {
		h1 {
			margin-bottom: 30px;
			text-align: center;
			font-size: 26px;
		}
		.breadcrumbs {
			margin: 20px 0 30px;
		}
	}
@media (max-width: 480px) {
	.mini header {
    max-height: 86px;
    min-height: 90px;
}
	header::before {
        width: 100%;
    /*content: none;*/
}
.mini header::before {
background: llinear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
transform: rotate(180deg);
content: "";
    max-height: 160px;
}
	header {
        min-height: 441px;
        margin: 0px;
        border-radius: 0px;
        width: 100%;
        height: 441px;
}
	.header__call-btn.second {
        margin-bottom: 25px;
    }
	    .header__main {
        margin-bottom: 85px;
    }

	.header_menu__toggle::before {
		left: 6px;
		top: 39%;
	}
	.header__call-btn {
		padding: 5px 18px;
		font-size: 12px;
	}
	.header_menu__toggle {
    padding: 4px 16px 4px 26px;
	margin-right: 8px;
	        margin-top: 4px;
	}
	.header__call-btn.second {
        padding: 11px 23px 8px 23px;
        font-size: 12px;
		margin-right: 0px;
    }
	.header_advantages{
    	gap: 10px;
	}
	.header__search {
    	max-width: 229px;
	}
	h1 {
        font-size: 21px;
		margin-bottom: 21px;
    }
	.header_advantages_mini svg {
        width: 35px;
        height: 35px;
    }
	.header_advantages_mini{
        padding: 5px 8px 5px 8px;
        font-size: 16px;
        max-width: 160px;
        height: 45px;
		font-size: 10px;
    }
	.header_advantages_mini.more {
        padding: 5px 10px 5px 10px;
        font-size: 10px;
    }
    .header_advantages_mini.more {
        max-width: 185px;
    }
} 
@media (max-width: 370px) {
    .footer__links_many {
    gap: 10px;
}
.footer__link a {
        font-size: 11px;
    }
    .footer__phones {
    gap: 20px;
	}
	.footer__phone {
        font-size: 14px;
    }
.footer__bottom {
    justify-content: normal;
    margin-top: 50px;
    flex-direction: column;
}
.footer__copy {
    margin-bottom: 20px;
}
}


/*правки маркетплейса*/
.retail-block {
	position: relative;

}
.marketplace-button-head {
		position: absolute;
	top: -68px;
    right: 0px;
	    z-index: 10;
}
.marketplace-button-head .header__call-btn.second {
	font-family: "Montserrat";
}
@media (max-width: 1000px) {
.marketplace-button-head {
	position: sticky;
    margin-bottom: 40px;
}
}
@media (max-width: 890px) {
    .marketplace-button-head .header__call-btn.second {
        margin-bottom: 0px;
		text-align: -webkit-center;
        text-align: center;
    }
}
/*правки маркетплейса*/