.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.col {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:767px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1230px) {
    .container {
        width: 1200px
    }
}

@media (min-width:2000px) {
    .container-fluid {
        max-width: 1700px;
        margin: 0 auto
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.s-section {
    padding: 30px 0
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Roboto-Regular/fonts/RobotoRegular.eot) format("embedded-opentype"), url(../fonts/Roboto-Regular/fonts/RobotoRegular.svg) format("svg"), url(../fonts/Roboto-Regular/fonts/RobotoRegular.ttf) format("truetype"), url(../fonts/Roboto-Regular/fonts/RobotoRegular.woff) format("woff"), url(../fonts/Roboto-Regular/fonts/RobotoRegular.woff2) format("woff2")
}

@font-face {
    font-family: RobotoRegular;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Roboto-Bold/fonts/RobotoBold.eot) format("embedded-opentype"), url(../fonts/Roboto-Bold/fonts/RobotoBold.svg) format("svg"), url(../fonts/Roboto-Bold/fonts/RobotoBold.ttf) format("truetype"), url(../fonts/Roboto-Bold/fonts/RobotoBold.woff) format("woff"), url(../fonts/Roboto-Bold/fonts/RobotoBold.woff2) format("woff2")
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 30px;
    height: 40px;
    text-indent: 15px;
    border: 1px solid #ccc
}

li,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.wrap-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.flex-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hidden {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

input,
select,
textarea {
    outline: 0;
    max-width: 100%
}

img {
    border: 0;
    max-width: 100%;
	height: auto;
}

.button,
button {
    cursor: pointer
}

a {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #000
}

a:active,
a:focus {
    outline: 0
}

.button,
.slick-slide,
a,
button,
input,
textarea {
    outline: 0
}

strong {
    font-weight: 700
}

form label {
    display: block
}

form label span {
    display: block
}

.mobil-mnu {
    display: none
}

.mobil-mnu {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #f77700;
    padding: 10px 10px;
    border-radius: 5px
}

.toggle-mnu {
    display: block;
    background: url(../img/nav.svg) no-repeat;
    background-size: contain;
    height: 100%;
    padding: 5px
}

.close {
    display: none
}

.logo .mob7,
.mob7,
.mob9 {
    display: none
}

body,
html {
    height: 100%;
    font-size: 20px
}

body {
    min-width: 320px;
    position: relative;
    line-height: 1.35;
    font-family: RobotoRegular, sans-serif;
    overflow-x: hidden;
    color: #121212
}

.section-wrap {
    padding: 0 5%;
    width: 100%
}

.button,
a.button {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    transition: all .3s;
    background: #f77700;
    border-radius: 30px;
    border: 1px solid #f77700;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    display: inline-block
}

.button:hover,
a.button:hover {
    background: #41aa00
}

.button.button-green,
a.button.button-green {
    background: #41aa00;
    border: 1px solid #41aa00
}

.button.button-green:hover,
a.button.button-green:hover {
    background: #f77700
}

header.header {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
    height: 130px
}
header.header.scroll {
    height: auto;    
}

header.header .logo img {
    min-width: 207px
}

header.header .phone {
    margin-right: 35px
}

header.header .phone a {
    width: 100%;
    height: 100%
}

header.header .first.flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

header.header .grafik {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #6e6464;
    position: absolute;
    bottom: -20px;
    width: 100%
}

header.header .button {
    height: 40px;
    padding: 0 25px;
    line-height: 38px;
    font-size: 18px
}

header.header .phone {
    font-size: 24px;
    font-weight: 700
}

header.header .center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

header.header nav {
    padding: 0 5%;
    font-size: 1rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ebd3d), to(#3c8510));
    background: -o-linear-gradient(top, #6ebd3d, #3c8510);
    background: linear-gradient(180deg, #6ebd3d, #3c8510);
    text-align: center
}

header.header nav li {
    display: inline-block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    height: 100%;
    line-height: 50px
}

header.header nav li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .3)
}

header.header nav li.mob9 {
    display: none
}

header.header nav li.active {
    background: #f77700
}

header.header nav a {
    padding: 0 25px;
    position: relative;
    color: #fff
}

header.header .section-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 10px 5% 20px
}

header.header .top_cart {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ebd3d), to(#3c8510));
    background: -o-linear-gradient(top, #6ebd3d, #3c8510);
    background: linear-gradient(180deg, #6ebd3d, #3c8510);
    position: relative
}

header.header .top_cart .el {
    width: 100%;
    height: 100%;
    background: url(../img/basket.svg) no-repeat 50%;
    background-size: 24px
}

header.header .top_cart .ms2_total_count {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 14px;
    line-height: 22px;
    background: #f77700;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

header.header .top_cart .not_empty {
    display: none
}

.header .ssoc {
    margin-left: 15px
}

.header .ssoc a {
    display: block;
    width: auto;
    height: auto;
    max-width: 50px;
    min-width: 50px
}

.ssoc a {
    display: block;
    margin: 3px 0
}

.ssoc a img {
    display: block;
    margin: auto;
    min-width: 50px
}

.dropdown-it {
    position: relative;
    text-align: left;
    white-space: normal !important
}

.dropdown-it li {
    white-space: normal !important;
    height: auto !important;
    white-space: normal !important
}

.dropdown-it:hover .wrap-two {
    display: block
}

.dropdown:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: url(../img/strelka_vniz_menu.svg) no-repeat 50%;
    background-size: contain;
    top: 0;
    right: 15px
}

.dropdown:hover .wrap-two {
    display: block
}

.wrap-two {
    left: 0;
    position: absolute;
    background: #f8f8f8;
    display: none;
    font-weight: 700;
    width: 50vw;
    max-height: 75vh;
    overflow-y: auto;
    font-size: 20px
}

.wrap-two .two {
    max-width: 1200px;
    font-size: 20px;
    font-weight: 700;
    column-count: 3;
    margin: 15px auto
}

.wrap-two .two li:after {
    display: none
}

.wrap-two .two a:hover {
    background: #f77700
}

.dropdown-mnu img {
    width: 10px
}

.dropdown-mnu.three {
    font-size: 16px
}

.dropdown-mnu.three a {
    background: 0 0;
    font-weight: 400
}

.dropdown-mnu {
    background: #f8f8f8;
    font-size: 16px;
    padding: 15px 0
}

.dropdown-mnu a {
    color: #121212 !important;
    padding: 8px 35px 8px 15px !important
}

.dropdown-mnu li {
    display: block !important;
    line-height: normal !important
}

.logo img {
    height: 45px
}

main {
    padding-top: 130px
}

.phone {
    white-space: nowrap
}

.search-filter {
    position: relative
}

.search-filter input {
    min-width: 230px;
    width: 230px
}

.search-filter .search-icon {
    max-width: 15px
}

.search-filter .but {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    border: none;
    background: url(../img/search.svg) no-repeat 50%
}

.slider-main {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    height: 50vh
}

.slider-main .wrap-slider {
    max-width: 100% !important
}

.slider-main .item {
    position: relative;
    min-height: 360px;
    height: 50vh
}

.slider-main .img-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.slider-main .img-block img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-main .img-block:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.slider-main .wrap-item {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 0 15px
}

.slider-main .wrap-item a {
    color: #fff
}

.slider-main .title {
    font-size: 36px;
    margin: 30px 0
}

.slider-main .wrap {
    max-width: 1170px;
    width: 100%;
    text-align: center;
    position: relative
}

.slider-main .wrap img {
    object-fit: contain
}

.slider-main .wrap img {
    display: inline-block
}

.slider-main .button-block {
    margin-top: 30px;
    text-align: right
}

.slider-main .button-block .button {
    min-width: 300px;
    font-size: 18px
}

.slider-main .slick-dots {
    bottom: 10px;
    z-index: 3
}

.slider-main .slick-dots li button:before {
    color: #fff;
    font-size: 14px;
    opacity: .5
}

.slider-main .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1
}

.slider-main .slick-dotted.slick-slider {
    margin-bottom: 0
}

.wrap-slider .slick-prev {
    left: 15px;
    border-radius: 50%
}

.wrap-slider .slick-next {
    right: 15px;
    border-radius: 50%
}

.wrap-slider .slick-dots li button:before {
    font-size: 14px;
    opacity: .5
}

.logo img {
    display: block
}

.logo a {
    display: block
}

.s-header {
    position: relative
}

.h1-block .descr {
    font-size: 20px
}

.h1,
h1 {
    font-size: 2.3vw
}

.h2,
h2 {
    font-size: 2.3vw;
    text-align: center
}

.h4,
h4 {
    font-size: 16px
}

.h2-block {
    margin-bottom: 30px;
    width: 100%
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.check-block {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0
}

.check-block label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.check-block input {
    margin-right: 10px;
    min-width: 16px;
    width: 16px !important;
    height: 16px !important
}

.breadcrumbs {
    padding: 15px 0;
    background: #ebebeb
}

.breadcrumbs li {
    display: inline-block;
    color: rgba(0, 0, 0, .7)
}

.breadcrumbs li a {
    color: #41aa00
}

.dropdown-search {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 0 15px;
    z-index: 9
}

.dropdown-search .cat {
    margin: 15px 0;
    padding: 0 15px
}

.dropdown-search .ttl {
    font-weight: 700;
    margin-bottom: 5px
}

.dropdown-search .cat li {
    padding: 5px 0;
    white-space: nowrap
}

.item-catalog {
    width: 20%;
    margin: 15px 0
}

.item-catalog a {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    height: 100%
}

.item-catalog a:hover {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25)
}

.item-catalog a:hover h4 {
    background: #f77700
}

.item-catalog .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-catalog .img {
    display: block;
    height: 200px;
    text-align: center
}

.item-catalog img {
    object-fit: cover;
    display: block;
    margin: auto;
    width: 100%
}

.item-catalog .h4 {
    background: #41aa00;
    font-size: 1.5vw;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.s-catalog-small .img {
    height: 100px !important
}

.s-catalog-small .img img {
    max-height: 100px;
    object-fit: contain
}

@media only screen and (max-width:1700px) {

    body,
    html {
        font-size: 18px
    }

    .button,
    .slider-main .button-block .button,
    a.button,
    header.header .button {
        font-size: 16px
    }
}

@media only screen and (max-width:1500px) {

    body,
    html {
        font-size: 16px
    }

    .button,
    .slider-main .button-block .button,
    a.button,
    header.header .button {
        font-size: 14px
    }

    header.header .phone {
        font-size: 20px
    }

    header.header .section-wrap {
        padding: 10px 15px 20px
    }

    header .logo {
        padding-left: 0
    }

    header.header nav {
        padding: 0 15px
    }

    header.header nav a {
        padding: 0 15px;
        font-size: 14px
    }

    .section-wrap {
        padding: 0 15px
    }

    .item-catalog {
        width: 25%
    }

    .item-catalog .img {
        height: 155px
    }
}

@media only screen and (max-width:1199px) {
    header.header .logo img {
        min-width: 170px
    }

    .search-filter input {
        min-width: 200px
    }

    .search-block {
        padding: 0
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .item-catalog .h4 {
        font-size: 18px
    }
}

@media only screen and (max-width:991px) {
    header.header .section-wrap {
        -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
        box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
        padding: 15px 15px 15px
    }

    .header.header {
        height: 80px
    }

    .wrap-two .two {
        column-count: auto
    }

    .wrap-two {
        width: 100%
    }

    main {
        padding-top: 80px
    }

    .header .close {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 30px;
        cursor: pointer;
        display: block;
        width: 30px
    }

    .header ul {
        height: auto
    }

    .header .navigation {
        position: absolute;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .header .navigation .row {
        padding: 15px;
        min-height: 100vh;
        background-color: #fff;
        display: block
    }

    .header .navigation li {
        display: block;
        line-height: 1.4;
        border-bottom: 1px solid #000
    }

    .header .navigation li a {
        padding: 6px 15px;
        color: #121212;
        font-size: 16px
    }

    .header .logo {
        padding-left: 50px
    }

    header.header nav li.mob9 {
        display: block
    }

    .dropdown:before {
        background: url(../img/chevron-left.svg) no-repeat 50%;
        background-size: contain
    }

    header.header nav li.active {
        background: #fff;
        color: #f77700
    }

    header.header .first.flex {
        display: block;
        height: auto;
        text-align: left
    }

    header.header nav {
        background: #fff
    }

    .mobil-mnu {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px
    }

    header.header .grafik,
    header.header .mail,
    header.header .search-block {
        display: none
    }

    header.header .search-block {
        width: 100%;
        margin: 30px 0
    }

    header.header .search-block input {
        width: 100%
    }

    .slider-main .title {
        font-size: 30px
    }

    header.header nav {
        padding: 0
    }

    header.header .phone-9 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .item-catalog {
        width: calc(100% / 3)
    }
}

@media only screen and (max-width:767px) {
    .header .button-block {
        display: none
    }

    .slider-main .title {
        font-size: 25px
    }

    .slider-main {
        display: none
    }

    header .logo img {
        display: none
    }

    header .logo .mob7 {
        display: block
    }

    header.header .logo img {
        min-width: 45px
    }

    .mobil-mnu {
        top: 20px
    }

    .top.top-addr {
        border-bottom: none
    }

    .slider-main {
        display: none
    }

    .section-wrap {
        padding: 0
    }

    .h2,
    h2 {
        font-size: 25px;
        text-align: center
    }

    .h2-block {
        margin-bottom: 15px
    }

    .item-catalog .img {
        height: 130px
    }

    .item-catalog {
        width: 50%
    }

    .item-catalog .img {
        height: 130px
    }
}

@media only screen and (max-width:580px) {

    .header.header,
    header.header .section-wrap {
        height: 65px
    }

    .header .ssoc a {
        min-width: 40px;
        max-width: 40px
    }

    .header .button-block {
        display: none
    }

    header.header .phone {
        width: 40px;
        height: 40px;
        background: #f77700 url(../img/phone_white.svg) no-repeat 50%/24px;
        border-radius: 5px;
        margin-right: 0
    }

    header.header .phone span {
        display: none
    }

    header.header .center {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0
    }

    .header .logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    header.header .top_cart {
        width: 38px;
        height: 38px;
        min-width: 38px
    }

    header.header .top_cart .el {
        background-size: 18px
    }

    header.header .top_cart .ms2_total_count {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 16px
    }

    main {
        padding-top: 65px
    }

    .mobil-mnu {
        top: 13px
    }

    .item-catalog .h4 {
        padding: 10px 5px;
        font-size: 17px
    }

    .ssoc a img {
        min-width: 40px;
        height: 40px;
    }
}