* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    scroll-behavior: smooth
}

.container {
    max-width: 1200px;
    margin: 0 auto
}
.filterScroller {
    margin-block:50px;display: flex;
    align-items: center;
    gap: 28px;
overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.nfixedheader{
  display: none;
}

@media (max-width: 1091px) {
  .fixed {
    top: 12%!important;; 
  }
}


@media (max-width: 1023px) {
  .filterScroller {
    width: 960px !important; 
    margin-bottom: 44px;
  }
}


@media (max-width: 1200px) {
  .filterScroller {
    width: 960px !important;
  }
}
@media (max-width: 991px) {
  .filterScroller {
    width: 610px!important;
    margin-bottom: 44px;
  }
  
  .fixed {
    top: 12%!important; 
    width: auto; 
  }

  .promo-fn {
    margin-top: -98px!important; 
  }
}


@media (max-width: 980px) {
  .fixed {
    top: 3%!important;
    width: auto; 
  }
  
  .promo-fn {
    margin-top: -98px!important;; 
  }
}
.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
 .fixed{
    position: fixed;
    top: 6%;
    /*left: 18%;*/
	margin-left: auto;
    margin-right: auto;
    z-index: 9999;
	width:1200px;
	height:13%;
  }
.filterScroller .arrow {
    cursor: pointer;
    width: 15px
}

.filterScroller .arrow.disabled {
    pointer-events: none;
    opacity: .2
}



.filterScroller .scrollerContainer {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.filterScroller .scrollerContainer::-webkit-scrollbar {
    display: none
}

.filterScroller .filterElement {
    flex-shrink: 1;
    color: #888;
    text-transform: uppercase;
    scroll-snap-align: start;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    font: 500 18px/1.25 'Roboto Slab', serif;
    letter-spacing: .05em
}

.filterScroller .filterElement.active {
    color: #e4002b;
    font-weight: 700
}

.filterScroller .filterElement a::after  {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #e4002b
}

@media (width <= 1023px) {
    .filterScroller .filterElement a::after {
        padding-bottom: 0;
        border-bottom: none
    }
}

.filterScroller .filterElement a {
    white-space: nowrap
}
@media (max-width: 1200px) {
    .container {
        max-width:960px
    }
}

@media (max-width: 980px) {
    .container {
        max-width:640px
    }
}

@media (max-width: 667px) {
    .container {
        max-width:375px
    }
}

.header {
    position: fixed;
    z-index: 2;
    width: 100%;
    padding: 0 40px;
    background-color: #2e2320;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo img {
    width: 190px;
    height: auto
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav a {
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: DIN Pro;
    text-decoration: none;
    padding: 0 35px;
}

.header__nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px; /* или другое значение по вашему вкусу */
    width: 0;
    height: 2px;
    background-color:#ff3028; 
    transition : all .3s ease; 
}

.header__nav a:hover::after {
   width :100%;
}


.header__nav a,.header__nav a:hover,.header__nav a:active,.header__nav a:focus {
    /*color: #fff;*/
     color: #000000;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: DIN Pro;
    text-decoration: none;
    padding: 0 35px
}
/* Псевдоэлемент для линии снизу */
.header__nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* чуть ниже текста */
  width: 0;
  height: 2px;
  background-color: #ff3028;
  transition: all 0.3s ease;
}

/* Активный пункт — расширяем линию */
.header__nav-item.header__nav-item_active::after {
  width: 100%;
}
.footer__wrap .menu-top .menu-top__link:hover {
    text-decoration: underline #ff3028  !important;
color:#000000;
}
.header__phone {
    margin-right: 30px;
    font-family: DIN Pro;
}

.header__phone a {
    font-family: DIN Pro;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__social a:not(:last-child) {
    margin-right: 8px
}

.header__mobile {
    display: none
}

.header__mobile-menu {
    display: none
}
@media (max-width: 1490px) {
  .header__nav a, .header__nav a:hover, .header__nav a:active, .header__nav a:focus  {
        padding: 10px 10px;
        font-size: 30px;
    }
}
@media (max-width: 1200px) {
    .header {
        padding:0 20px
    }

    .header__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__phone {
        margin-right: 17px;
        white-space: nowrap
    }

    .header__mobile {
        display: block
    }
	   .header__nav a, .header__nav a:hover, .header__nav a:active, .header__nav a:focus  {
        padding: 10px 20px;
        font-size: 22px;
    }
}


@media (max-width: 980px) {
    .header__logo img {
        width:110px;
        /*height: 25px*/
    }

    .header__nav {
        display: none
    }

    .header__social {
        display: none
    }

    .header__mobile {
        width: 22px
    }

    .header__mobile span {
        display: block;
        margin-top: 5px;
        width: 100%;
        height: 2px;
        background-color: #000000;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .header__mobile_active {
        margin-right: 3px
    }

    .header__mobile_active span:first-child {
        -webkit-transform: rotate(-45deg) translateY(5px);
        transform: rotate(-45deg) translateY(5px)
    }

    .header__mobile_active span:nth-child(2) {
        display: none
    }

    .header__mobile_active span:last-child {
        -webkit-transform: rotate(45deg) translateY(-5px);
        transform: rotate(45deg) translateY(-5px)
    }

    .header__mobile-menu {
        display: block;
        position: absolute;
        top: -600px;
        left: 0;
        z-index: 7;
        width: 100%;
        background-color: #2e2320;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        height: 0;
background-color: #ffffff;
    }

    .header__mobile-menu_active {
        display: block;
        height: 338px;
        padding-top: 30px;
        padding-bottom: 40px;
        top: 69px;
  border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    }

    .header__mobile-menu .header__nav {
        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
    }

    .header__mobile-menu .header__nav a {
        padding: 10px 0;
        font-size: 22px
    }

    .header__mobile-contacts {
        margin-top: 40px;
        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
    }

    .header__mobile-contacts a {
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        font-weight: 400
    }

    .header__mobile-contacts .header__mobile-mail {
        color: #ff8562
    }

    .header__mobile-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .header__mobile-social a {
        margin-right: 5px;
        margin-left: 5px
    }
}



.slider {
    position: relative;
}

.slider img {
    width: 100%;
    display: block;
    /* max-height: 360px; */
    -o-object-fit: cover;
    object-fit: cover
}

.slider .next,.slider .prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 54%;
    z-index: 1;
    cursor: pointer;
    background-color: #ffff;
    border-radius: 100%;
    width: 30px;
    height: 30px
}

.slider .next svg,.slider .prev svg {
    width: 7px;
    height: 13px
}

.slider .prev {
    left: 27px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider .next {
    right: 27px
}

.slider .slick-dots {
    position: absolute;
    list-style: none;
    font-size: 0;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0
}

.slider .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px
}

.slider .slick-dots .slick-active button {
    background-color: #ffff
}

@media (max-width: 1200px) {
    .slider img {
        -o-object-fit:contain;
        object-fit: contain
    }
}

@media (max-width: 667px) {
    .slider img {
        max-height:380px;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: right;
    }

    .slider .next,.slider .prev {
        width: 24px;
        height: 24px
    }

    .slider .next svg,.slider .prev svg {
        width: 6px;
        height: 10px
    }

    .slider .next {
        right: 6px
    }

    .slider .prev {
        left: 6px
    }
}

.category {
    padding: 10px 0 30px 0
}

.category__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category__logo {
    margin-top: 50px
}

.category__logo img {
    width: 200px
}

.category__title {
    margin-top: 20px;
    color: #e12319;
    font-size: 58px;
    font-family: DIN Pro;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 38px
}

.category__title span {
    margin-left: 173px;
    display: block
}

.category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.category__item {
    max-width: 300px;
    margin-top: 40px;
    text-align: center;
    padding: 0 20px
}

.category__item a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #2e2320;
    font-weight: 700;
    font-family: DIN Pro;
    text-transform: uppercase;
    font-size: 32px
}

.category__item a:hover {
    color: #e12319
}

.category__item img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px
}

@media (max-width: 1200px) {
    .category__title {
        margin-left:-19px
    }

    .category__title span {
        margin-left: 49px
    }

    .category__item {
        width: 220px;
        height: 100%;
        margin-right: 0;
        margin-top: 40px
    }

    .category__item img {
        height: 253px
    }
}

@media (max-width: 980px) {
    .category__logo {
        width:43%
    }

    .category__logo img {
        width: 100%
    }

    .category__title {
        margin-top: 45px;
        font-size: 32px;
        margin-left: -32px
    }

    .category__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .category__item {
        max-width: 50%;
        width: 100%
    }

    .category__item img {
        height: 323px
    }

    .category__item a {
        font-size: 24px
    }
}

@media (max-width: 667px) {
    .category__logo {
        width:35%;
        margin-top: 17px;
        padding-left: 20px
    }

    .category__title {
        font-size: 15px;
        margin-top: 5px;
        margin-left: -12px
    }

    .category__title span {
        margin-left: 40px;
        margin-top: 10px
    }

    .category__list {
        padding: 0 10px
    }

    .category__item {
        padding: 0 10px
    }

    .category__item img {
        height: 181px
    }
}

.banner img {
    width: 100%;
    display: block
}

.footer {
    background-color: #2e2320;
    padding-top: 45px;
    padding-bottom: 20px;
    margin-top: 0!important;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer__item img {
    display: block;
    margin: -13px auto;
    width: 190px;
    height: auto
}

.footer__social {
    margin-top: 15px;
    text-align: center
}

.footer__social a {
    text-decoration: none
}

.footer__social a:not(:last-child) {
    margin-right: 10px
}

.footer__mail, .footer__phone {
    /*margin-top: 15px*/
}

.footer__mail a, .footer__phone a {
   /* color: #fff;*/
color:#000000;
    text-decoration: none;
    font-size: 20px;
    font-family: DIN Pro;
    font-weight: 400
}

.footer__copyright {
    margin-top: 10px
}

.footer__copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: DIN Pro;
    font-weight: 400
}

.footer__link,.footer__link:hover,.footer__link:active,.footer__link:focus {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-family: DIN Pro;
    font-weight: 400;
    line-height: 28px
}

@media (max-width: 1200px) {
    .footer {
        padding:0 20px
    }
}

@media (max-width: 667px) {
 #burger-n-fries_category .socials-common {display: none;}
    .footer {
        padding-top:15px;
        padding-bottom: 20px
    }

    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__item img {
        width: 110px
    }

    .footer__social {
        margin-top: 10px
    }

    .footer__social svg {
        width: 15px;
        height: 15px
    }

    .footer__mail, .footer__phone {
        text-align: center;
        margin-top: 10px
    }

    .footer__mail a, .footer__phone a {
        font-size: 15px
    }

    .footer__copyright {
        text-align: center;
        margin: 5px
    }

    .footer__copyright a {
        font-size: 15px
    }

    .footer__item {
        margin-top: 5px;
        text-align: center
    }

    .footer__item a {
        font-size: 14px
    }
}

.product {
    padding: 110px 0 20px 0
}

.product__title {
    margin-left: 20px;
    font-weight: 100;
    font-size: 62px;
    color: #e12319;
    font-family: DIN Pro
}

.product__title:after {
    content: '';
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    max-width: 600px;
    height: 1px;
    background-image: radial-gradient(#2e2320,rgba(46,35,32,0));
    opacity: .2
}

.product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__item {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    max-width: 360px
}

.product__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000
}

.product__item-stickers {
    position: absolute;
    padding: 15px;
}

.product__item-sticker {
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}

.product__image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.product__name {
    font-size: 32px;
    font-weight: 700;
    margin-top: 35px;
    font-family: DIN Pro
}

.product__name span {
    display: block;
}

.product__price {
    color: #e12319;
    font-size: 25px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
}

@media (max-width: 1200px) {
    .product__title:after {
        margin-top:25px
    }

    .product__item {
        max-width: 300px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 10px
    }

    .product__image img {
        height: 250px
    }
}

@media (max-width: 980px) {
    .product {
        padding:80px 0 20px 0
    }

    .product__title {
        font-size: 26px
    }

    .product__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product__item {
        max-width: 320px;
        margin-right: 0;
        margin-left: 0;
        padding: 0 10px
    }

    .product__item-top:after {
        right: 32px
    }

    .product__name {
        font-size: 26px;
        margin-top: 30px
    }

    .product__price {
        font-size: 20px
    }

    .product__image img {
        height: 233px
    }
}

@media (max-width: 667px) {
    .product__item {
        max-width:50%
    }

    .product__item-top:after {
        right: 24px;
        font-size: 11px;
        padding: 12px 5px;
        top: 5px
    }

    .product__item-stickers {
        padding: 10px;
    }

    .product__item-sticker {
        padding: 4px 10px;
        font-size: 12px;
        margin-right: 5px;
    }

    .product__image img {
        height: 131px
    }

    .product__name {
        font-size: 21px;
        margin-top: 7px
    }

    .product__price {
        margin-top: 10px;
        font-size: 26px
    }
}

.addition {
    padding: 80px 0 10px 0
}

.addition__title {
    position: relative;
    margin-left: 20px;
    color: #e12319;
    font-size: 36px;
    font-family: DIN Pro;
    font-weight: 500
}

.addition__title-top:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../icons/addition_logo_top.png);
    background-size: contain;
    width: 150px;
    height: 150px;
    top: -84px;
    left: 266px;
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg)
}

.addition__title-middle:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../icons/addition_logo_middle.png);
    background-size: contain;
    width: 150px;
    height: 150px;
    top: -84px;
    left: 266px;
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg)
}

.addition__title-bottom:after {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../icons/addition_logo_bottom.png);
    background-size: contain;
    width: 150px;
    height: 150px;
    top: -84px;
    left: 266px;
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg)
}

.addition__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.addition__item {
    width: 260px;
    padding: 0 20px;
    margin-top: 20px
}

.addition__item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #2e2320
}

.addition__name {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    font-family: DIN Pro
}

.addition__price {
    margin-top: 20px;
    color: #e12319;
    font-size: 25px;
    font-weight: 500;
    font-family: DIN Pro
}

.addition__btn {
	  display: none;
    }

<?/*
.addition__btn {
	  display: none;
    cursor: pointer;
    margin-top: 20px;
    width: 73px;
    height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background-color: #000;
    font-family: DIN Pro;
    font-weight: 400
}
*/?>

@media (max-width: 1200px) {
    .addition__title {
        font-size:26px
    }

    .addition__title:after {
        width: 130px;
        height: 130px;
        top: -85px;
        left: 208px
    }

    .addition__item {
        width: 220px
    }
}

@media (max-width: 980px) {
    .addition__item {
        width:50%
    }
}

@media (max-width: 667px) {
    .addition {
        padding-top:0
    }

    .addition__list {
        margin-top: 0
    }

    .addition__item {
        margin-top: 20px;
        height: 240px;
        position: relative
    }

    .addition__item_small {
        height: 160px
    }

    .addition__title {
        margin-top: 30px;
        font-size: 22px
    }

    .addition__title:after {
        width: 70px;
        height: 70px;
        top: -40px;
        left: 186px
    }

    .addition__name {
        font-size: 24px
    }

    .addition__price {
        margin-top: 20px;
        font-size: 26px
    }

    .addition__btn {
        position: absolute;
        bottom: 0;
        width: 147px
    }
}

.bottom {
    padding: 10px 0 50px 0
}

.bottom__link {
    width: 14%;
    margin: 0 auto;
    font-size: 22px;
    font-family: DIN Pro;
    font-weight: 400;
    color: #000
}

.bottom__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    text-decoration: none;
    color: #000
}

.bottom__link a:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    background-image: url(../icons/bottom_link.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px
}

.bottom__btn {
    background-color: #2e2320;
    padding: 38px 0 20px 0
}

.bottom__btn a {
    max-width: 263px;
    height: 62px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 300;
    font-size: 22px;
    font-family: DIN Pro;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.bottom__btn_company {
    padding: 58px 0 30px 0
}

.top {
    display: none;
    position: fixed;
    bottom: 70px;
    left: 31px;
    z-index: 2
}

.top_active {
    display: block
}

.basket-btn {
    position: fixed;
    z-index: 2;
    top: 16%;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border: 1px solid #ecce9c;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2)
}

.basket-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.basket-btn svg {
    width: 40px;
    height: 40px
}

.basket-btn__count {
    position: absolute;
    right: -4px;
    bottom: -4px;
    background-color: #e12319;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-family: Arial,Helvetica,sans-serif
}

@media (max-width: 1200px) {
    .basket-btn {
        top:32%
    }
}

@media (max-width: 667px) {
    .basket-btn {
        width:62px;
        height: 62px;
        top: 80px;
        right: 20px
    }

    .basket-btn svg {
        width: 32px;
        height: 32px
    }

    .basket-btn__count {
        width: 24px;
        height: 24px;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: -8px
    }
}

@media (max-width: 1200px) {
    .bottom__link {
        width:16%;
        font-size: 20px
    }
}

@media (max-width: 980px) {
    .bottom__link {
        width:23%
    }
}

@media (max-width: 667px) {
    .bottom__link {
        width:35%
    }

    .bottom__link a {
        font-size: 17px
    }
}

@media (max-width: 667px) {
    .bottom__btn_company {
        padding:50px 0 30px 0
    }
}

.content {
    background-color: #ffffff
}

.content h1 {
    font-weight: 600;
    font-size: 32px;
    font-family: DIN Pro;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px
}

.content__text {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px
}

.content__text p {
    font-size: 20px;
    text-align: left;
    font-family: DIN Pro;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5
}

.content__text p a {
    text-decoration: none;
    color: #fff
}

.content__text span {
    font-weight: 500
}

.content__text ul {
    padding-left: 0;
    list-style: none;
    font-size: 20px;
    text-align: left;
    font-family: DIN Pro;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5
}

.content__text img {
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 60px
}

@media (max-width: 1200px) {
    .content h1 {
        width:674px;
        margin: 0 auto
    }

    .content__text {
        max-width: 780px
    }
}

@media (max-width: 980px) {
    .content h1 {
        width:647px;
        font-size: 18px
    }
}

@media (max-width: 667px) {
    .content h1 {
        width:100%;
        max-width: 375px
    }

    .content__text {
        max-width: 375px;
        margin: 0 auto;
        padding: 0 20px
    }

    .content__text p {
        font-size: 16px
    }

    .content__text span {
        font-size: 16px
    }
}

.address__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.address__text h1 {
    color: #fff;
    font-weight: 400;
    font-family: DIN Pro;
    text-transform: uppercase
}

.address__text p {
    font-size: 18px;
    font-family: DIN Pro;
    color: #fff;
    font-weight: 400;
    line-height: 1.55
}

@media (max-width: 1200px) {
    .address__text {
        padding:70px;
        width: 490px
    }

    .address__text h1 {
        font-size: 26px;
        width: 300px;
        margin: 0;
        line-height: 1.45
    }

    .address__map>ymaps {
        height: 1010px!important;
        width: 491px!important
    }
}

@media (max-width: 980px) {
    .address {
        min-height:820px;
        padding: 80px 0 20px 0
    }

    .address__text {
        padding: 0;
        width: 47%
    }

    .address__text h1 {
        font-size: 23px
    }

    .address__text p {
        font-size: 17px
    }

    .address__map>ymaps {
        width: 384px!important;
        height: 900px!important
    }
}

@media (max-width: 667px) {
    .address {
        padding:78px 0 20px 0
    }

    .address__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .address__text {
        width: 90%;
        margin: 0 auto
    }

    .address__text h1 {
        max-width: 375px;
        width: 100%
    }

    .address__map {
        position: static;
        max-width: 100%;
        overflow-x: hidden
    }

    .address__map>ymaps {
        max-width: 375px!important;
        height: 300px!important
    }
}

.company-banner {
    padding: 190px 0 80px 0;
    background-image: url(../img/company-banner.jpg);
    background-repeat: no-repeat;
    background-position: center -275px;
    background-size: cover;
    background-attachment: fixed;
    min-height: 440px
}

.company-banner h1 {
    font-weight: 600;
    font-size: 82px;
    font-family: DIN Pro;
    color: #fff;
    line-height: 1.17;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .company-banner {
        min-height:268px
    }
}

@media (max-width: 980px) {
    .company-banner {
        background-position:center -224px
    }
}

@media (max-width: 667px) {
    .company-banner {
        background-position:top;
        background-attachment: scroll;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .company-banner h1 {
        margin-top: 0;
        margin: 0;
        font-size: 24px;
        padding-top: 121px
    }
}

.company-text {
    padding: 50px 0 50px 0;
    background-color:#ffffff;
}

.company-text h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color:#000000;
    font-family: DIN Pro;
    text-transform: uppercase;
    letter-spacing: 3px
}

.company-text p {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: DIN Pro;
    line-height: 1.5
}

@media (max-width: 667px) {
    .company-text p {
        padding:0 20px
    }

    .company-text h2 {
        font-size: 24px;
        max-width: 375px;
        width: 93%;
        margin: 0 auto
    }
}

.company-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.company-foto__wrap {
    width: 33.333%;
    overflow: hidden
}

.company-foto img {
    display: block;
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.company-foto img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

@media (max-width: 1200px) {
    .company-foto img {
        height:323px
    }
}

@media (max-width: 667px) {
    .company-foto {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .company-foto img {
        height: 373px
    }

    .company-foto__wrap {
        width: 100%
    }
}

.vakansy-banner {
    padding: 190px 0 80px 0;
    background-image: url(../img/SB2.jpg);
    background-repeat: no-repeat;
    background-position: center -120px;
    background-size: cover;
    background-attachment: fixed;
    min-height: 440px
}

.vakansy-banner h1 {
    font-weight: 600;
    font-size: 82px;
    font-family: DIN Pro;
    color: #fff;
    line-height: 1.17;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .vakansy-banner {
        min-height:268px
    }
}

@media (max-width: 980px) {
    .vakansy-banner {
        background-position:center -224px
    }
}

@media (max-width: 667px) {
    .vakansy-banner {
        background-position:top;
        background-attachment: scroll;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .vakansy-banner h1 {
        margin-top: 0;
        margin: 0;
        font-size: 24px;
        padding-top: 121px
    }
}

.vakansy-text {
    padding: 50px 0 50px 0;
    /*background-color: #0a0a08*/
}

.vakansy-text h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    font-family: DIN Pro;
    text-transform: uppercase;
    letter-spacing: 3px
}

.vakansy-text p {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: DIN Pro;
    line-height: 1.5
}

.vakansy-text ul {
    font-size: 22px;
    color: #000000;
}

@media (max-width: 667px) {
    .vakansy-text p {
        padding:0 20px
    }

    .vakansy-text h2 {
        font-size: 24px;
        max-width: 375px;
        width: 93%;
        margin: 0 auto
    }
}

.vakansy-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vakansy-foto__wrap {
    width: 33.333%;
    overflow: hidden
}

.vakansy-foto img {
    display: block;
    width: 100%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

.vakansy-foto img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}

@media (max-width: 1200px) {
    .vakansy-foto img {
        height:323px
    }
}

@media (max-width: 667px) {
    .vakansy-foto {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .vakansy-foto img {
        height: 373px
    }

    .vakansy-foto__wrap {
        width: 100%
    }
}

.return {
    padding: 98px 0 20px 0;
    background-color: #2e2320
}

.return h1 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    font-family: DIN Pro;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff
}

.return__text {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 40px
}

.return__text p {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: left;
    font-family: DIN Pro;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff
}

.return__text p a {
    color: #fff;
    text-decoration: none
}

.return__text img {
    margin-top: 20px;
    width: 100%
}

@media (max-width: 1200px) {
    .return__text {
        max-width:780px
    }

    .return__text img {
        display: block;
        margin: 0 auto;
        max-width: 700px;
        height: 406px
    }
}

@media (max-width: 667px) {
    .return h1 {
        max-width:77%;
        width: 100%;
        margin: 0 AUTO
    }

    .return__text {
        max-width: 375px;
        padding: 0 20px
    }

    .return__text img {
        -o-object-fit: contain;
        object-fit: contain;
        height: 218px;
        max-width: 375px
    }
}

.policy {
    padding: 100px 0 80px 0;
    background-color: #2e2320
}

.policy .container {
    padding-left: 20px;
    padding-right: 20px
}

.policy h1 {
    font-size: 24px;
    line-height: 1.55;
    color: #fff;
    font-weight: 400;
    font-family: DIN Pro
}

.policy h2 {
    margin-top: 35px;
    margin-bottom: 0;
    font-family: DIN Pro;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.55
}

.policy p {
    margin-top: 0;
    font-family: DIN Pro;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.55
}

.policy p a {
    text-decoration: none;
    color: #ff8562
}

@media (max-width: 1200px) {
    .policy h1 {
        font-size:22px
    }

    .policy h2 {
        font-size: 22px
    }

    .policy p {
        font-size: 22px
    }
}

@media (max-width: 667px) {
    .policy h1 {
        font-size:20px
    }

    .policy h2 {
        font-size: 20px
    }

    .policy p {
        font-size: 20px
    }
}

.item {
    padding: 0 0 40px 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 600;
    display: none;
    height: 100%;
    overflow-y: scroll
}

.item_active {
    display: block
}

.item .back-to-menu {
    position: fixed;
    top: 19px;
    left: 19px;
    z-index: 2;
    font-weight: 500;
    font-size: 18px;
    font-family: DIN Pro;
    color: #000;
    line-height: 1.55;
    cursor: pointer
}

.item .back-to-menu:before {
    content: '← ';
    display: block;
    font-family: Arial,Helvetica,sans-serif
}

.item .close {
    position: fixed;
    right: 35px;
    top: 18px;
    cursor: pointer
}

.item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    padding-top: 105px
}

.item__left {
    margin-right: 40px;
    /*flex-basis: 30%;*/
}

.item__left img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 460px;
    height: 460px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.item__right {
    flex-basis: 70%;
}

.item__right label {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.55;
    font-family: DIN Pro;
    font-weight: 400;
    color: #000
}

.item__right select {
    display: block;
    border: 1px #ddd solid;
    background: #f8f8f8;
    color: #000;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.55;
    font-family: DIN Pro;
    font-weight: 400;
    width: 150px;
    height: 33px
}

.item__name {
    line-height: 1;
    font-weight: 700;
    font-family: DIN Pro;
    font-size: 28px;
    color: #000;
    text-transform: uppercase
}

.item__price {
    margin-top: 18px;
    color: #e12319;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.35;
    font-family: DIN Pro;
    /*display: none;*/
    display: block;
}

.item__btn {
    cursor: pointer;
    margin-top: 20px;
    width: 161px;
    height: 45px;
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: DIN Pro;
    font-weight: 700
}

.item__descr {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
    font-family: DIN Pro;
    color: #000;
    margin-top: 20px
}

.item__descr b {
    font-family: DIN Pro;
}

.item__descr a {
    text-decoration: underline;
}

.item__subdescr {
    margin-top: 30px;
    font-style: italic;
    font-size: 18px;
    line-height: 1.55;
    font-family: DIN Pro;
    font-weight: 400;
    color: #000
}

.item__options {
    margin-top: 58px;
    font-size: 18px;
    line-height: 1.55;
    font-family: DIN Pro;
    font-weight: 400;
    color: #000
}

.item__title {
    margin-top: 70px;
    color: #000;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    padding-top: 15px;
    font-family: DIN Pro;
    letter-spacing: inherit
}

.item__assortment {
    position: relative;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item__assortment .next,.item__assortment .prev {
    width: 7px;
    height: 13px;
    position: absolute;
    top: 45%;
    z-index: 1;
    cursor: pointer;
    background: none;
    box-shadow: none;
}

.item__assortment .prev {
    left: -23px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.item__assortment .next {
    right: -23px
}

.item__slide {
    padding: 0 20px;
    width: 260px
}

.item__slide img {
    width: 100%;
    height: 217px;
    -o-object-fit: cover;
    object-fit: cover
}

.item__slide a {
    text-decoration: none;
    color: #000
}

.item__slide-image {
    position: relative
}

.item__slide-image_new:after {
    position: absolute;
    content: 'Новинки';
    display: block;
    color: #fff;
    background-color: #e12319;
    font-family: Roboto;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    width: 50px;
    padding: 18px 9px;
    border-radius: 50px;
    top: 10px;
    right: 8px
}

.item__slide-name {
    margin-top: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: DIN Pro;
    font-size: 24px
}

.item__slide-price {
    margin-top: 12px;
    color: #e12319;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.35;
    font-family: DIN Pro;
    display: block;
}

@media (max-width: 1200px) {
    .item__left {
        margin-right:25px
    }

    .item__left img {
        width: 440px;
        height: 440px
    }

    .item__name {
        font-size: 26px
    }

    .item__price {
        font-size: 22px
    }

    .item__right label {
        font-size: 16px
    }

    .item__right select {
        font-size: 16px
    }

    .item__descr {
        font-size: 16px
    }

    .item__subdescr {
        font-size: 16px
    }

    .item__options {
        font-size: 16px
    }

    .item__slide {
        width: 220px;
        padding: 0 10px
    }

    .item__slide img {
        width: 100%;
        height: 183px
    }

    .item__slide-name {
        font-size: 22px
    }

    .item__assortment .next,.item__assortment .prev {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .item__assortment .next svg,.item__assortment .prev svg {
        width: 7px;
        height: 13px
    }

    .item__assortment .prev {
        left: 30px
    }

    .item__assortment .next {
        right: 30px
    }
}

@media (max-width: 980px) {
    .item__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        padding-top: 100px;
        max-width: 580px;
        margin: 0 auto
    }

    .item__left {
        margin-right: 0
    }

    .item__left img {
        width: 100%;
        height: 580px
    }

    .item__name {
        margin-top: 20px
    }

    .item__options {
        margin-top: 30px
    }

    .item__title {
        font-size: 26px
    }

    .item__slide img {
        height: 225px
    }

    .item .prev {
        left: -26px
    }

    .item .next {
        right: -26px
    }
}

@media (max-width: 667px) {
    .item__wrap {
        max-width:335px
    }

    .item__left img {
        width: 100%;
        height: 335px
    }

    .item__name {
        font-size: 24px
    }

    .item__price {
        font-size: 20px
    }

    .item__title {
        padding-left: 20px;
        margin-top: 50px
    }

    .item__slide {
        padding: 0;
        max-width: 335px;
        margin: 0 auto;
        display: block!important
    }

    .item__slide img {
        height: 279px
    }

    .item .prev {
        left: 30px
    }

    .item .next {
        right: 30px
    }
}

@media (max-width: 360px) {
    .item__slide {
        max-width:300px
    }
}

.basket {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 3;
    height: 100%;
    overflow-y: scroll;
    display: none
}

.basket_active {
    display: block
}

.basket__close {
    position: fixed;
    right: 35px;
    top: 18px;
    cursor: pointer
}

.basket__body {
    max-width: 560px;
    padding: 40px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 65px
}

.basket__title {
    font-size: 28px;
    line-height: 1.35;
    font-family: DIN Pro;
    font-weight: 500;
    color: #000
}

.basket__list {
    margin-top: 30px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top: 1px solid rgba(0,0,0,.2)
}

.basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px
}

.basket__image {
    width: 70px;
    height: 70px;
    background-size: cover;
    border-radius: 7px;
    background-color: #eee;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.basket__descr {
    margin-left: -30px
}

.basket__descr a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    font-family: DIN Pro
}

.basket__descr span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.55;
    font-family: DIN Pro;
    opacity: .7
}

.basket__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket__count input {
    width: 18px;
    height: 24px;
    border: 0;
    text-align: center;
    margin: 0 5px
}

.basket__minus,.basket__plus {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: .4
}

.basket__price {
    font-size: 16px;
    font-family: DIN Pro;
    font-weight: 400
}

.basket__remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: .4;
    cursor: pointer
}

.basket__item:hover .basket__minus,.basket__item:hover .basket__plus,.basket__item:hover .basket__remove {
    opacity: 1
}

.basket__sum {
    margin-top: 30px;
    font-size: 16px;
    font-family: DIN Pro;
    font-weight: 600;
    text-align: right
}

.basket__form {
    margin-top: 40px
}

.basket__label {
    display: block;
    margin-top: 20px;
    font-family: DIN Pro;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.basket__label span {
    display: block;
    color: #505050;
    font-size: 19px;
    line-height: 1.55;
    margin-top: 5px;
    font-weight: 400
}

.basket__label_radio {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.55
}

.basket__label_radio span {
    display: inline-block;
    color: #505050;
    font-weight: 400
}

.basket__label_radio input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.basket__label_radio div {
    position: relative
}

.basket__label_radio div:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #e12319;
    border-radius: 100%;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.basket__label_radio input:checked+div::after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 5.4px;
    bottom: 10px
}

.basket__label[for=delivery2] {
    margin-top: 10px
}

.basket__label_policy {
    font-size: 19px;
    line-height: 1.55;
    font-family: DIN Pro;
    font-weight: 400
}

.basket__label_policy input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.basket__label_policy div:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #e12319;
    margin-right: 10px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    cursor: pointer
}

.basket__label_policy input:checked+div:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 3px;
    height: 8px;
    border: solid #e12319;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.basket__input {
    margin-top: 5px;
    padding: 0 15px;
    color: #2e2320;
    border: 1px solid #2e2320;
    width: 100%;
    height: 56px;
    font-family: DIN Pro;
    font-size: 16px
}

.basket__subtitle {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.35;
    font-family: DIN Pro;
    font-weight: 500
}

.basket__text {
    margin-top: 20px;
    color: #505050;
    font-size: 19px;
    line-height: 1.55;
    font-family: DIN Pro;
    font-weight: 400
}

.basket__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.basket__wrap label {
    width: 48%
}

.basket__textarea {
    margin-top: 5px;
    margin-bottom: 35px;
    padding: 15px;
    color: #2e2320;
    border: 1px solid #2e2320;
    width: 100%;
    height: 71px;
    font-family: DIN Pro;
    font-size: 16px;
    resize: vertical
}

.basket__total {
    margin-top: 5px;
    font-family: DIN Pro;
    font-size: 14px;
    font-weight: 400;
    text-align: right
}

.basket__total-sum {
    margin-top: 15px;
    font-size: 28px;
    line-height: 1.5;
    font-family: DIN Pro,Arial,sans-serif;
    font-weight: 600;
    text-align: right
}

.basket__send {
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #fff;
    background-color: #2e2320;
    font-family: DIN Pro;
    font-weight: 400;
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px
}

.basket__search {
    position: absolute;
    top: 43px;
    right: 15px;
    width: 17px;
    height: 1px
}

@media (max-width: 1200px) {
    .basket__title {
        font-size:26px
    }

    .basket__subtitle {
        font-size: 22px
    }

    .basket__label span {
        font-size: 18px
    }

    .basket__label_radio {
        font-size: 18px
    }

    .basket__text {
        font-size: 18px
    }

    .basket__label_policy {
        font-size: 18px
    }

    .basket__total-sum {
        font-size: 26px
    }
}

@media (max-width: 667px) {
    .basket__item {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .basket__descr {
        margin-left: -79px
    }

    .basket__count {
        position: absolute;
        top: 45px;
        left: 83px
    }

    .basket__price {
        position: absolute;
        top: 50px;
        left: 163px
    }

    .basket__body {
        padding: 0 20px;
        padding-bottom: 20px
    }

    .basket__text {
        font-size: 16px
    }
}

.slick-list .slick-track {
    margin: 0;
}
