:root {
    --col: #ED1C24;
}

*::-webkit-input-placeholder {
	color: #484848;
	opacity: 1;
}
*:-moz-placeholder {
	color: #484848;
	opacity: 1;
}
*::-moz-placeholder {
	color: #484848;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #484848;
	opacity: 1;
}

.odd::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.odd:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.odd::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.odd:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    color: #000000;
    font-weight: 400;
}
body, html {
    overflow-x: hidden;
}
a {
	color:#fff;
    outline: none
}
a:hover, a:focus {
	text-decoration: none;
    color:#fff;
}
a:active {
	background: transparent;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none
}
p {
    margin: 0;
}
.w-100 {
    width: 100%
}
.w-48 {
    width: 48.5%
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.block {
    padding: 50px 0;
}
.block.container {
    padding: 50px 0;
    opacity: 1 !important;
}
.container {
    padding: 0;
    width: 1200px;
}
.pad-top {
    padding-top: 50px;
}
.pad-bot {
    padding-bottom: 50px;
}
.container:after, .container:before {
    display: none
}

.but {
    font-size: 18px;
    height: 60px;
    width: auto;
    background: var(--col);
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 35px;
    font-weight: 600;
    text-transform: uppercase
}
.but:hover {
    background: #ff343c
}

.breadcrumbs {
    margin-bottom: 25px
}
.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs li span {
    color: var(--col)
}
.breadcrumbs li a {
    color: #000;
}

.input-wrap {
    flex-wrap: wrap;
    position: relative
}

.input {
    height: 45px;
    padding: 0 0 0 15px;
    border: 1px solid #D6D6D6;
    background: #fff;
    border-radius: 30px;
    outline: none;
    display: block;
    font-size: 14px;
    color: #484848;
    margin-bottom: 20px
}
.headline {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    margin: 0
}
.headline-cont {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.change-orient {
    border: 1px solid var(--col);
    font-size: 14px;
    color: var(--col);
    border-radius: 30px;
    padding: 10px 30px;
    margin-left: 35px
}
.change-mob {
    display: none
}

.slider-arr {
    border: 1px solid #FFFFFF;
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px;
    border-radius: 30px;
    display: none
}
.slider-add .slider-arr {
    display: flex;
    border: 1px solid #090909;
}
.slider-add .slick-arrow {
    background: url(../img/arr1.svg) center no-repeat;
}

.main-wrap, footer {
    background: #090909;
    color: #fff;
}
.wrap-page {
    padding-top: 110px
}

#header {
    background: #111111 url(../img/main_bg.png) center/cover;
    position: relative;
    overflow: hidden
}
#header:after {
    position: absolute;
    content: '';
    width: 1050px;
    height: 1050px;
    background: #FFF200;
    bottom: -550px;
    left: calc(50% - 100px);
    border-radius: 50%;
/*    z-index: -1*/
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all linear .2s
}
header.scroll {
    background: #1B1B1B;
}
header.over.scroll {
    background: none
}
.top-head {
    padding: 20px 0;
    transition: all linear .2s;
    position: relative
}
header.scroll .top-head {
    padding: 5px 0
}

.logo img {
    width: 100px;
    transition: all linear .2s;
}
header.scroll .logo img {
    width: 80px
}
header.over .logo img {
    opacity: 0;
}

.menu {
    flex-wrap: wrap;
    justify-content: center !important;
    max-width: 55%;
}

.menu a {
    margin: 7px 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.main_menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.91);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}
.menu-inner::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.menu-inner {
    padding: 100px 0 30px;
    height: 100%;
    align-items: flex-start;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: visible;
}
.main_menu-links {
    width: 48%;
    padding-left: 60px
}

.main_menu-links a {
    font-weight: 600;
    font-size: 55px;
    line-height: 115%;
    margin-bottom: 40px;
    display: block;
}
.main_menu-links a:hover {
    color: var(--col)
}
.menu_hover_image {
    width: 550px;
    height: 370px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    transform: rotate(-15deg);
    position: sticky;
    right: 40px;
    top: 60px
}

.nav-container p {
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}
header.over .nav-container p {
    opacity: 0
}
.nav-control {
/*    display: none*/
}
.nav-control {
    width: 50px;
    height: 30px;
    display: flex;
    z-index: 5;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
    cursor: pointer;
}
.nav-control span {
    width: 100%;
    border-radius: 5px;
    height: 4px;
    background: var(--col);
    transition: all linear .2s;
    flex-shrink: 0;
}
.nav-control.op span:nth-of-type(2) {
    opacity: 0;
}
.nav-control.op span:nth-child(1) {
    transform: translate(0, 10px) translateX(0px) rotate(45deg);
}
.nav-control.op span:nth-child(3) {
    transform: translate(0, -16px) rotate(-45deg);
    width: 100%;
}
header.over .right-head {
    opacity: 0;
}
.tel-block {
    margin-right: 25px;
}
.tel-block span {
    display: block;
    color: #fff;
    font-size: 14px;
}
.tel {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    
}
.mini-cart_icon {
    position: relative;
}
.mini-cart_icon b {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    font-size: 9px;
    text-transform: uppercase;
    color: #050505;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -6px;
    right: 0;
}

.head-content {
    padding: 130px 0 40px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.head-text {
    width: 45%;
}
.head-slog {
    font-size: 107px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 30px;
}
.head-slog span {
    color: #FFF200;
}
.head-title {
    margin: 0 0 60px;
    font-size: 24px;
    line-height: 140%;
    
}
.head-title span {
    color: #FFF200;
    font-weight: bold;
}
.head-text .but {
    width: 245px;
}

.head-bl {
    justify-content: space-around;
    margin-bottom: 100px;
}
.head-it {
    width: 185px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 15px;
}
.head-it h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 88%;
    margin: 0 0 12px
}
.head-price {
    display: block;
    color: var(--col);
    font-weight: 800;
    line-height: 22px;
}
.head-price_old {
    font-size: 10px;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #FFFFFF;
}

.head-img {
    width: 45.5%
}
.head-img img {
    width: 100%;
}

.catalog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -8px;
    
}
.card {
    width: 385px;
    border-radius: 15px;
    border: 1px solid #484848;
    overflow: hidden;
    margin: 0 10px 20px
}
.main-wrap .card a {
    color: #fff
}
.card a {
    color: #000000
}
.catalog-row_add .card {
/*    width: 10px*/
    box-shadow: 0px 0px 20.2384px rgba(0, 0, 0, 0.15);
    border: none
}
.card-img {
    height: 400px;
    position: relative;
    overflow: hidden !important;
    border-bottom: 1px solid #484848;
}
.slider-add .card-img a, .slider-add .card-img {
    height: 280px
}
.card-img a {
    outline: none;
/*    cursor: zoom-in;*/
    display: block;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.card-img img {
    width: 100%;
    height: 100%;
    display: none
}
.card-info {
    padding: 25px
}
.catalog-row_add .card-info {
    padding: 17px
}
.card-title {
    font-weight: 500;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 11px;
    height: 50px
}
.catalog-row_add .card-title {
    font-size: 16px;
    line-height: 20px;
}
.card-desc {
    height: 70px;
    margin-bottom: 10px
}
.catalog-row_add .card-desc {
    font-size: 14px;
    height: 50px
}
.card-weight {
    color: #777777;
    margin-bottom: 10px
}
.card-weight span {
    font-size: 14px;
}
.price {
    font-weight: 500;
    font-size: 30px;
}
.price .old_price {
    display: block;
    font-size: 17px;
    line-height: normal;
    text-decoration: line-through;
    opacity: .7;
    color: var(--col);
}
.catalog-row_add .price {
    font-size: 24px;
    white-space: nowrap
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*    display: none*/
}
.quantity.count-trigger {
    display: flex
}
.card:hover .quantity {
/*    display: flex;*/
}
.quantity .counter {
    width: 60px;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
}
.catalog-row_add .quantity .counter {
    width: 40px
}
.quantity a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    outline: none
}
.quantity a img {
    width: 100%;
}
.add-cart {
    padding: 0;
    flex-shrink: 0;
    width: 60%;
    height: 55px;
    font-weight: 500
}

.card-more {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap
}
.card-more_img {
    width: 48%
}
.card-more_img>img {
    width: 100%;
}
.card-more_desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-more_desc .add-cart {
    width: 35%;
}
.delivery {
    position: relative;
    background: #1B1B1B;
    border-radius: 15px;
    padding: 60px 0 70px 65px
}
.delivery>img {
    position: absolute;
    top: 5%;
    right: 0;
    width: 32%
}

.deliver-bl {
    width: 55%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.icon {
    width: 31.5%;
    margin-top: 45px;
}
.deliver-bl .icon {
    width: 48%;
}
.icon>span {
    display: block;
    height: 120px;
    margin-bottom: 15px;
    width: 35%
}
.icon img {
    width: 100%
}
.stoke .icon {
    text-align: center
}
.stoke .icon>span {
    width: 30%;
    margin: 0 auto 15px;
}
.icon p {
    font-size: 17px
}
.icon p span {
    font-size: 22px;
    display: block;
    margin-bottom: 10px
}


.pay-bl {
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 50px
}

.pay {
    position: relative;
    padding: 25px 10px;
    width: 24%;
    border-radius: 15px;
    background: #1B1B1B;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px
}
.pay>img {
    width: 100%;
    height: 200px
}
.pay-more {
    position: relative;
}
.back-prod {
    font-size: 12px
}
.pay-more a {
    margin-top: 20px;
    display: inline-block;
    color: var(--col);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px dashed #ED1C24;
}
.pay-more a:focus {
    text-decoration: none
}
.show-more {
    background: #fff;
    width: 290px;
    box-shadow: 0px 0px 16.0475px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    color: #000;
    text-align: center;
    padding: 25px 15px;
    font-size: 14px;
    position: absolute;
    bottom: 40px;
    left: calc(50% - 145px);
    display: none;
}
.show-more span {
    display: block;
    font-size: 10px;
    margin: 10px 0
}
.show-more:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #fff;
    bottom: -14px;
    left: calc(50% - 4.5px)
}


.contact {
    padding: 50px 0;
    position: relative
}
.contact-bl {
    background: #090909;
    border-radius: 15px;
    width: 380px;
    color: #fff;
    padding: 45px 45px 15px;
    margin: 0 auto;
    transform: translateX(-390px);
    position: relative;
    z-index: 1
}
.contact-bl>div {
    margin-bottom: 30px
}
.contact-label {
    font-size: 12px;
    margin-bottom: 10px
}
.contact-p {
    font-size: 20px;
    font-weight: bold
}
.soc a {
    margin-right: 20px
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
}

.top-foot {
    padding: 20px 0;
    border-bottom: 1px solid #2E2E2E
}
.call {
    text-align: right;
}
.menu-footer {
    justify-content: flex-start !important;
}
.menu-footer a {
    margin: 10px 0px;
    width: 25%;
}

.bot-foot {
    padding: 20px 0;
    flex-wrap: wrap
}
.bot-foot .contact-label {
    margin: 0
}
.copy-text {
    font-size: 10px;
    margin-top: 15px;
    text-align: center
}

.cart-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.main-cart {
    width: 100%;
    margin-right: 20px
}
.checkout {
    width: 50%
}
.cart-page aside {
    width: 285px;
    flex-shrink: 0;
}
.cart-order {
    background: #1B1B1B;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    color: #fff;
}
.cart-order .but {
    width: 100%
}
.order-pay {
    background: #1B1B1B;
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    margin-bottom: 20px
}
.odd {
    margin-left: 30px;
    background: #484848;
    border: none;
    color: #fff
}
.order-pay>p {
    text-align: center;
    margin-bottom: 20px;
}
.cart-order>img {
    margin-bottom: 25px;
}
.cart-order .sum {
    margin: 10px 0 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
}


.cart-row {
    background: #FFFFFF;
    box-shadow: 0px 0px 27.1579px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    align-items: center
}
.cart-info {
    width: 35%;
    flex-shrink: 0
}
.cart-img {
    width: 125px;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 25px
}
.cart-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 17px
}
.cart-desc {
    font-size: 14px;
    margin-bottom: 15px
}
.cart-weight {
    color: #777777;
    font-size: 14px;
}

.delete {
    background: none;
    border: none;
    padding: 0 10px
}

.slider-add {
    width: 895px
}

.complect {
    margin-top: 30px;
    flex-wrap: wrap
}
.complect .card {
    width: 24%;
    margin: 0 0 15px
}

.complect .card-img a, .complect .card-img {
    height: 180px
}
.complect .card-info {
    padding: 10px
}
.complect .card-title {
    font-size: 18px;
    margin-bottom: 0
}
.complect .card-desc {
    font-size: 14px;
    height: 60px;
    margin-bottom: 5px
}
.complect .add-cart {
    width: auto;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.complect .add-cart img {
    width: 45px;
}

.checkout-row {
    margin-bottom: 20px
}
.checkout-title {
    font-weight: 600;
    margin-bottom: 16px
}

.label-control, .radio {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}
.radio+label {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
    margin: 0 0 20px;
    font-size: 14px;
}
.radio+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
    border: 1px solid var(--col);
/*    background: #fff;*/
    border-radius: 50%;
}
.radio:checked+label:before {
    background: #fff;
    box-shadow: inset 0px 0px 0px 5px var(--col)
}

.label-control+label {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    font-weight: normal;
    cursor: pointer;
    margin: 0 0 20px;
}
.label-control+label a {
    text-decoration-line: underline;
    color: #000000;
}
.label-control+label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
    left: 0;
    cursor: pointer;
    top: -1px;
    border: 1px solid var(--col)
}

.label-control:checked+label:before {
    background: var(--col) url(../img/check.svg) 50% 50% no-repeat;
}

textarea.input {
    resize: none;
    height: 100px;
    border-radius: 20px;
    padding: 15px
}
.time-delivery {
    display: none
}


.thx {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    background: url(../img/main.jpg) center/cover;
    color: #fff
}
.thx .head-title {
    margin-bottom: 20px
}
.to-main {
    width: 300px;
    margin: 50px auto 0
}
.thx-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 30px
}


.widget {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 70px;
    height: 70px;
    background: linear-gradient(rgb(0, 191, 14), #158900);
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    box-shadow: 0px 0px 15px 0px rgba(11, 225, 2, 0.28)
}
.widget:hover {
    color: #fff;
    background: linear-gradient(#158900, rgb(0, 191, 14));
}
.widget:focus {
    color: #fff;
    text-decoration: none
}
.widget img {
    width: 28px;
}





