/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
	font-family: 'GothamPro';
	font-weight: 300;
	color: #363636;
}
h1, h2, h3{
	margin: 0;
}
.wrapper{
	max-width: 1168px;
	width: 100%;
	margin: 0 auto;
}
section.hero {
    margin-top: 50px;
    margin-bottom: 80px;
}
button.owl-dot.active span
 {
    width: 28px !important;
    height: 9px !important;
    background: #CE2E27 !important;
    opacity: 0.7;
}
.owl-theme .owl-dots .owl-dot span {

    background: #D6D6D6;

}
.head_wrap {
	padding-top: 10px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
a.logo_head span {
    color: #ce2e27;
    font-weight: 400;
}
a.logo_head span {
    color: #ce2e27;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    right: -23px;
    bottom: 27px;
    font-weight: 400;
    background: #e3eaf2;
    color: #61616e;
    padding: 3px 6px;
    border-radius: 5px;
}
a.logo_head {
    display: flex
;
    align-items: center;
    text-decoration: none;
    position: relative;
}
a.logo_head img {
    max-width: 150px;
    width:100%;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
;
    grid-gap: 90px;
}
.menu ul li a {
    text-decoration: none;
    color: #363636;
    font-size: 16px;
}
.left_hero h1 {
    font-size: 56px;
    margin-bottom: 33px;
}
.hero_wrap {
    display: flex
;
    grid-gap: 30px;
    align-items: center;
    height: 100%;
}
.left_hero {
    max-width: 568px;
    margin-top:50px;
}
.left_hero h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 83px;
}
.left_hero a{
	max-width: 379px;
	width: 100%;
}
.btn_ank{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	gap: 11px;
	background: #CE2E27;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
section.best_price h2 img {
    width: 216px;
}
section.best_price h2 {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 0;
    grid-gap: 15px;
    background: #ffd000;
    padding: 40px;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 20px;
}
.best_price__photo img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
}

.best_price__photo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
section.best_price {
    margin-bottom: 150px;
}
h2#brands {
    margin-bottom: 50px;
}
.brands_row {
    display: flex
;
    align-items: center;
    justify-content: center;
    grid-row-gap: 16px;
    grid-column-gap: 20px;
}
.search-container input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
}

.search-container {
    display: flex
;
    align-items: center;
    grid-gap: 5px;
    padding-left: 15px;
    background: #F6F6F6;
    height: 60px;
    border-radius: 10px;
}
section.catalog {
    margin-top: 160px;
    margin-bottom: 150px;
}
section.catalog a.btn_ank{
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}
section.catalog h2 {
    font-size: 36px;
    margin-bottom: 33px;
}
a.card_catalog img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 30px;
}
a.card_catalog {
    display: flex
;
    flex-direction: column;
    align-items: center;
    min-height: 365px;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    font-weight: 500;
    color: #363636;
    text-align: center;
    transition: all 0.3s linear;
    border-radius: 8px;
}
a.card_catalog:hover {
    box-shadow: 0px 4px 9.7px rgba(105, 105, 105, 0.16);
}
.wrap_catalog {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
    margin-bottom: 95px;
    margin-bottom: 56px;
}
section.aboutus {
    background: #CE2E27;
    padding: 70px 0;
    color: #fff;
}
.about_content {
    max-width: 608px;
    width: 100%;
    margin-bottom: 48px;
}
section.aboutus img{
	border-radius: 10px;
	width: 100%;
}
.slogan {
    text-align: right;
    max-width: 700px;
    margin-left: auto;
    margin-top: 16px;
}
section.adv {
    padding: 160px 0;
}
section.adv h2{
	margin-bottom: 120px;
}
.item_adv{
    max-width: 780px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    grid-gap: 45px;
}
.item_adv_content h3 {
    font-size: 62px;
    line-height: 64px;
    color: #363636;
    margin-bottom: 45px;
}
.item_adv_content p strong {
}

.item_adv_content p {
    font-size: 20px;
    line-height: 125%;
}
.item_adv:not(:last-child){
	margin-bottom: 120px;
}
.item_adv:nth-child(2), .item_adv:nth-child(4) {
    max-width: 737px;
    margin-left: auto;
}
.item_adv_content p {
    font-weight: 300;
}
.item_adv_content p strong, .item_adv_content li strong {
    font-weight: 500;
}
h2{
	font-size: 36px;
}
.item_adv_content ul {
    padding-left: 20px;
}

.item_adv_content li {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.item_adv_content ul {
    padding-left: 20px;
    max-width: 484px;
    width: 100%;
}
.item_adv:nth-child(4) p {
    max-width: 531px;
}
.contacts_wrap h2 {
    color: #fff;
    text-transform: uppercase;
}
.contacts_wrap {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    grid-gap: 36px;
}
section.contacts {
    padding: 136px 0;
    background: #CE2E27;
}
section.contacts h2{
	margin-bottom: 12px;
}
.group_inp{
	margin-bottom: 32px;
}
.group_inp label {
    display: block;
    color: #fff;
    margin-bottom: 14px;
}
.group_inp input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.group_inp input {
    font-size: 18px;
    color: #fff;
}
.group_inp input::placeholder, .group_inp textarea::placeholder{
	color: #FFAAAA;
}
.wrap_uploader {
    display: flex
;
    grid-column-gap: 77px;
        justify-content: space-between;
}

.info-section p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.info-item {
    color: #fff;
    font-size: 12px;
}
.upload-area {
    padding: 29px 32px;
    border: 2.5px dashed #fff;
    display: flex
;
    align-items: center;
    color: #fff;
    font-size: 12px;
    grid-gap: 20px;
    margin-bottom: 50px;
}
p.upload-text {
    margin: 0;
    max-width: 142px;
}
.info-section p {
    margin-bottom: 14px;
    max-width: 100px;
}
.info-item strong {
    display: block;
}
.info-item {
    margin-bottom: 8px;
}
div.file-item {
    color: #fff;
    border: 2.5px dashed #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
span.remove-btn {
    background: red;
    color: #fff;
    width: 26px;
    height: 26px;
    display: flex
;
    position: absolute;
    right: 0;
    top: 6px;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 500;
    border-radius: 50%;
    right: 5px;
}
div.file-item {
    color: #fff;
    border: 2.5px dashed #fff;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    color: #000;
    position: relative;
    border-radius: 8px;
}
button.btn_form {
    background: #fff;
    width: 100%;
    border: none;
    height: 57px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    color: #363636;
    margin-bottom: 8px;
}
.wrap_from small, .wrap_from small a {
    font-size: 12px;
    color: #fff;
}
.contacts_left p, .contacts_left p a {
    margin: 0;
    color: #fff;
}
.contact_bar {
    display: flex;
    grid-gap: 40px;
}
.contact_bar__item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 28px;
}
.contact_bar__item p, .contact_bar__item a {
    font-size: 16px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.contact_bar__item small {
    font-size: 12px;
    color: #fff;
}
.contact_bar__left {
    max-width: 222px;
    width: 100%;
    flex-shrink: 0;
}
.contact_bar__item {
    margin-bottom: 38px;
}
.contact_bar__item:last-child {
    margin: 0;
}
.contacts_left {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.address_bar .contact_bar__item:last-child p {
    margin-top: 45px;
}
.footer_wrap ul li a {
    font-size: 15px;
    color: #363636;
    text-transform: uppercase;
    text-decoration: none;
}
.footer_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
;
    align-items: center;
    grid-gap: 50px;
}
.footer_wrap {
    display: flex
;
    align-items: flex-end;
    justify-content: space-between;
}
footer {
    padding: 67px 0 37px;
}
p.copyright {
    text-align: center;
    margin: 0;
    margin-top: 48px;
    color: #6D6D6D;
    font-size: 15px;
}
        .video-background {
            position: relative;
            height: 372px;
           
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .video-background video {
            width: 100%;
            height: auto;
            z-index: -1;
            object-fit: cover;
        }

        section.aboutus h2 {
    margin-bottom: 26px;
}
.item_sl2{
    background-size: cover !important;
    height: 633px;
    max-width: 100% !important;
    padding: 104px 134px;
}
.wrapper_fluid {
    padding: 0;
}
.item {
    max-width: 1168px;
    margin: 0 auto;
}
.item_sl2 h2 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    max-width: 100% !important;
    margin-bottom: 10px;
}
.item_sl2 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.item_sl2 a.btn_ank {
    background: #fff;
    color: #363636;
}
textarea#request {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    outline: none;
}
.brands_row {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.brands_row a{
    width: 16%;
}

.brands_row img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
}
        /* Для десктопных устройств (ширина больше 991px) */
        @media (min-width: 768px) {
            /*.brands_row:first-child,*/
            /*.brands_row:last-child {*/
            /*    animation: none;*/
            /*    width: 100%;*/
            /*    justify-content: space-around;*/
            /*}*/
            .contacts_left>h2 {
    display: none;
}
.contacts_right .head_contact_bar {
    display: none;
}
.footer_wrap ul li a {
    font-size: 14px;
} 
a.btn_ank.btn_ank_mob{
    display: none;
}
}

@media(max-width: 1191px){
.wrapper{
	padding: 0 15px;
}
section.aboutus img {
    border-radius: 10px;
    width: 100%;
}
.item {
    padding: 0 15px;
}
        /* Анимация для первого ряда (движение влево) */
        /*.brands_row:first-child {*/
        /*    animation: moveLeft 30s linear infinite;*/
        /*}*/
        
        /* Анимация для второго ряда (движение вправо) */
        /*.brands_row:last-child {*/
        /*    animation: moveRight 25s linear infinite;*/
        /*}*/
        
        /*@keyframes moveLeft {*/
        /*    0% {*/
        /*        transform: translateX(0);*/
        /*    }*/
        /*    100% {*/
        /*        transform: translateX(-50%);*/
        /*    }*/
        /*}*/
        
        /*@keyframes moveRight {*/
        /*    0% {*/
        /*        transform: translateX(-50%);*/
        /*    }*/
        /*    100% {*/
        /*        transform: translateX(0);*/
        /*    }*/
        /*}*/
}
.footer_wrap img {
    width: 150px;
}
@media(max-width: 991px){
    .footer_wrap ul li a {
        font-size: 14px;
        font-weight: 500;
    }
        .footer_wrap ul {
        grid-gap: 18px;
    }
    footer img {
        max-width: 87px;
        margin-bottom: 32px;
    }
	.hero_wrap {
	    flex-direction: column;
	    justify-content: center;
	}
	.video-background{
		height: auto;
	}
.footer_wrap {
    flex-direction: column;
    align-items: center;
}
.footer_wrap ul {
    flex-direction: column;
    align-items: center;
}
.menu ul {
    grid-gap: 20px;
    width: 100%;
    flex-direction: column;
}
.menu ul li a{
	color: #fff;
}
.menu {
    position: fixed;
    background: #c73230;
    width: 100%;
    left: 0;
    padding: 20px;
    z-index: 999;
    top: 97px;
    z-index: -1;
    opacity: 0;
}
section.brands {
    overflow: hidden;
}
.wrap_catalog{
	grid-template-columns: 1fr 1fr 1fr;
}
.about_content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 63px;
}
section.aboutus h2 {
    margin-bottom: 22px;
}
section.aboutus{
	padding: 80px 0;
}
.item_adv {
    flex-direction: column;
    grid-gap: 27px;
 
}
.item_adv:not(:last-child){
   margin-bottom: 56px;	
}

.item_adv img {
    width: 70px;
}
.item_adv_content h3 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: normal;
}
.item_adv_content p, .item_adv_content li{
	font-size: 16px;
}
section.adv h2 {
    margin-bottom: 56px;
    font-size: 28px;
}
h2{
	font-size: 28px !important;
}
section.adv {
    padding: 80px 0;
}
        .menu {
            position: fixed;
            background: #c73230;
            width: 100%;
            left: 0;
            padding: 100px 20px 20px;
            z-index: 999;
            top: 0;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            height: 100vh;
            overflow-y: auto;
        }

        .menu.active {
            opacity: 1;
            visibility: visible;
        }
         .burger-container {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            cursor: pointer;
            width: 30px;
            height: 24px;
            position: relative;
            z-index: 1001;
        }
    .burger-line {
        width: 100%;
        height: 3px;
        background: #333;
        margin: 2px 0;
        transition: all 0.3s 
ease;
        transform-origin: center;
        border-radius: 1000px;
    }
        /* Анимация бургера в крестик */
    .burger-container.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
        background: #fff;
    }

        .burger-container.active .burger-line:nth-child(2) {
            opacity: 0;
        }

        .burger-container.active .burger-line:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
            background: #fff;
        }
        .item {
    padding: 0 12px;
}
.item.item_sl2 h2 {
    font-size: 32px !important;
}
.item.item_sl2 {
    padding: 40px 10px;
}
.item_sl2 h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 356px !important;
}
.item_sl2 a.btn_ank {
    display: flex
;
margin: 0 auto;
}
.item.item_sl2 {
    background-position: center !important;
}

    .brands_row a {
        width: 25%;
        text-align: center;
    }
.left_hero {
    max-width: 568px;
    margin-top: 0;
}
    .item_sl2 h3 {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 768px) {
    .wrap_catalog {
        grid-template-columns: 1fr 1fr;
    }
   a.card_catalog img {
    max-width: 119px;
    width: 100%;
    margin-bottom: 25px;
}
    a.card_catalog {
        min-height: 218px;
        font-size: 16px;
    }
   .search-container {
    margin-bottom: 20px;
}
.contacts_right {
    background: #CE2E27;
    padding: 16px 10px;
    border-radius: 12px;
}
section.contacts {
    padding: 80px 0;
    background: transparent;
}
.contacts_wrap {
    display: flex
;
    flex-direction: column-reverse;
    grid-gap: 80px;
}
.contacts_right .head_contact_bar p {
    margin-bottom: 36px;
    margin-top: 16px;
}

.contacts_right .head_contact_bar p, .contacts_right .head_contact_bar a {
    color: #fff;
}
.contacts_left .head_contact_bar {
    display: none;
}
.contacts_left p, .contacts_left span, .contacts_left a, .contacts_left small, .contacts_left h3 {
    color: #363636 !important;
}
.contacts_left h2 {
    font-size: 28px;
    color: #363636;
    margin-bottom: 32px !important;
}
.contact_bar {
    flex-direction: column;
    grid-gap: 26px;
}
.contact_bar__item {
    margin-bottom: 26px;
}
.contact_bar__item h3 {
    margin-bottom: 14px !important;
}
.address_bar .contact_bar__item:last-child p {
    margin-top: 0;
}
.contact_bar__left {
    max-width: 100%;
}
section.contacts {
    padding-bottom: 0;
}
footer {
    padding: 40px 0 22px;
}
footer img {
    max-width: 87px;
    margin-bottom: 32px;
}
.footer_wrap ul li a {
    font-size: 14px;
    font-weight: 500;
}
.footer_wrap ul{
	grid-gap: 18px;
}
section.adv{
	padding-bottom: 0;
}
.item_adv_content ul{
	margin-top: 16px;
}
section.catalog {
    margin-top: 80px;
    margin-bottom: 80px;
}
.left_hero h1 {
    font-size: 34px;
    margin-bottom: 16px;
}
.left_hero a {
    display: none;
}
.wrap_uploader {
    flex-direction: column;
    grid-gap: 16px;
}
.info-section p{
	max-width: 100%;
}
.wrap_from small, .wrap_from small a {
    font-size: 14px;
    color: #fff;
}
.wrapper{
	padding: 0px 12px;
}
    .contacts_right .head_contact_bar p br{
    	display: none;
    }
    section.contacts h2 {
    font-size: 26px !important;
}
.slogan {
    text-align: left;
}
.brands_row img {
    width: 140px;
}
section.hero {
    margin-top: 40px;
    margin-bottom: 80px;
}
.head_wrap img {
    max-width: 87px;
}
.left_hero h2{
	font-size: 18px !important;
	margin-bottom: 10px;
}
.brands_row
 {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
.brands_row img {
    width: 100%;
}
.brands_row img:first-child {
    width: 84px;
}
.brands_row a {
    width: 100%;
    text-align: center;
}
section.best_price h2 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px !important;
    grid-gap: 29px;
}
.best_price__photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.best_price__photo img {
    height: 150px;
}
}