@charset "UTF-8";
@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff) format("woff"), url(../fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff) format("woff"), url(../fonts/Inter-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.name_tov {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav,
section {
    display: block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    line-height: 1;
    font-family: Montserrat;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: Montserrat
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    color: #090d10;
    font-size: 14px;
    font-family: Montserrat
}

body._lock {
    overflow: hidden
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

._title {
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    color: #090d10
}

._title b {
    font-weight: 800
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0
}

.btn._fw {
    width: 100%
}

/*.select{*/

/*	position:relative*/

/*}*/

/*.select__item{*/

/*	position:relative*/

/*}*/

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #e6e6e6;
    cursor: pointer;
    border-radius: 4px;
}

/*.select__value{*/

/*	display:-webkit-box;*/

/*	display:-ms-flexbox;*/

/*	display:flex;*/

/*	font-size:14px;*/

/*	height:30px;*/

/*	padding:0 15px;*/

/*	-webkit-box-align:center;*/

/*	-ms-flex-align:center;*/

/*	align-items:center;*/

/*	-webkit-box-pack:justify;*/

/*	-ms-flex-pack:justify;*/

/*	justify-content:space-between;*/

/*	-webkit-box-orient:horizontal;*/

/*	-webkit-box-direction:reverse;*/

/*	-ms-flex-direction:row-reverse;*/

/*	flex-direction:row-reverse*/

/*}*/

/*.select__value span{*/

/*	height:1em;*/

/*	overflow:hidden;*/

/*	display:-webkit-box;*/

/*	-webkit-line-clamp:1;*/

/*	-webkit-box-orient:vertical*/

/*}*/

/*.select__value:before{*/

/*	content:"";*/

/*	display:inline-block;*/

/*	-webkit-transition:all .3s ease 0s;*/

/*	-o-transition:all .3s ease 0s;*/

/*	transition:all .3s ease 0s;*/

/*	width:11px;*/

/*	height:7px;*/

/*	background:url(../fonts/select.svg) center/100% no-repeat*/

/*}*/

/*.select__input{*/

/*	width:100%;*/

/*	background-color:transparent;*/

/*	height:100%*/

/*}*/

/*.select__options{*/

/*	color:#000;*/

/*	display:none;*/

/*	position:absolute;*/

/*	top:29px;*/

/*	border-radius:0 0 4px 4px;*/

/*	min-width:100%;*/

/*	left:0;*/

/*	background-color:#fff;*/

/*	border-top:0;*/

/*	border:1px solid #d9d9d9;*/

/*	border-top:0;*/

/*	font-size:14px;*/

/*	padding:10px 0 5px 0*/

/*}*/

/*.select__option{*/

/*	cursor:pointer;*/

/*	padding:5px 15px;*/

/*	margin:0*/

/*}*/

/*.select._active{*/

/*	z-index:5*/

/*}*/

/*.select._active .select__value:before{*/

/*	-webkit-transform:rotate(-180deg);*/

/*	-ms-transform:rotate(-180deg);*/

/*	transform:rotate(-180deg)*/

/*}*/

/*.select._active .select__options{*/

/*	display:block*/

/*}*/

/*input[type=email],input[type=tel],input[type=text],textarea{*/

/*	-webkit-appearance:none;*/

/*	-moz-appearance:none;*/

/*	appearance:none*/

/*}*/

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0 20px
}

textarea.input {
    resize: none;
    padding: 0 0
}

.checkbox {
    position: relative
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.checkbox__input:checked+.checkbox__text:before {
    background: #fff url(../fonts/check.svg) center no-repeat
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.3px;
    line-height: calc(20 / 16);
    cursor: pointer
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 14px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac
}

.checkbox a {
    color: #fff;
    text-decoration: underline
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212
}

/*.options{*/

/*	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:start;*/

/*	-ms-flex-align:start;*/

/*	align-items:flex-start*/

/*}*/

/*.options__item{*/

/*	position:relative;*/

/*	cursor:pointer*/

/*}*/

/*.options__input{*/

/*	position:absolute;*/

/*	width:0;*/

/*	height:0;*/

/*	opacity:0;*/

/*	left:0;*/

/*	top:0;*/

/*	visibility:hidden*/

/*}*/

/*.options__input:checked+.options__text:after{*/

/*	-webkit-transform:scale(1);*/

/*	-ms-transform:scale(1);*/

/*	transform:scale(1)*/

/*}*/

/*.options__text{*/

/*	display:-webkit-inline-box;*/

/*	display:-ms-inline-flexbox;*/

/*	display:inline-flex;*/

/*	-webkit-box-align:center;*/

/*	-ms-flex-align:center;*/

/*	align-items:center;*/

/*	position:relative;*/

/*	font-size:16px;*/

/*	color:#fff;*/

/*	letter-spacing:-.3px;*/

/*	line-height:calc(20 / 16)*/

/*}*/

/*.options__text:before{*/

/*	content:"";*/

/*	-ms-flex-item-align:start;*/

/*	align-self:flex-start;*/

/*	margin:0 14px 0 0;*/

/*	-webkit-box-flex:0;*/

/*	-ms-flex:0 0 20px;*/

/*	flex:0 0 20px;*/

/*	left:0;*/

/*	top:0;*/

/*	border-radius:50%;*/

/*	width:20px;*/

/*	height:18px;*/

/*	background:#fff;*/

/*	border:1px solid #a7a9ac*/

/*}*/

/*.options__text:after{*/

/*	content:"";*/

/*	-webkit-transition:all .3s ease 0s;*/

/*	-o-transition:all .3s ease 0s;*/

/*	transition:all .3s ease 0s;*/

/*	-webkit-transform:scale(0);*/

/*	-ms-transform:scale(0);*/

/*	transform:scale(0);*/

/*	width:10px;*/

/*	height:10px;*/

/*	border-radius:50%;*/

/*	background-color:#77243a;*/

/*	position:absolute;*/

/*	left:5px;*/

/*	top:4px*/

/*}*/

.rating-block {
    display: table;
    font-size: 0
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.rating.edit .star {
    cursor: pointer
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../fonts/bg_rating.svg) 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%
}

.rating__activeline {
    position: absolute;
    width: 0;
    height: 14px;
    top: 0;
    left: 0;
    background: url(../fonts/bg_rating_active.svg) 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle
}

.quantity {
    width: 88px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(166, 166, 166, .45)
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    position: relative;
    cursor: pointer
}

.quantity__button::after,
.quantity__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #a6a6a6;
    width: 9px;
    height: 1px
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.quantity__input input {
    height: 100%;
    color: #a6a6a6;
    font-size: 12px;
    width: 100%;
    text-align: center
}

.row:after {
    display: block;
    content: "";
    clear: both
}

.rub:after {
    content: "₽"
}

ol.counter {
    list-style-type: none;
    counter-reset: item
}

ol.counter li {
    position: relative;
    padding: 0 0 0 45px
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.table {
    display: table;
    font-size: 0;
    width: 100%
}

.trow {
    display: table-row
}

.cell {
    display: table-cell
}

.cell.full {
    width: 100%
}

._ibg {
    position: relative
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.imgg {
    position: absolute;
    width: 111%;
    height: 100%;
    top: 0;
    left: -19px;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.video embed,
.video iframe,
.video object,
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.moretext {
    overflow: hidden
}

.moretext__more {
    cursor: pointer
}

.moretext__more span {
    font-style: normal
}

.moretext__more span:first-child {
    display: block
}

.moretext__more span:last-child {
    display: none
}

.moretext__more.active span {
    font-style: normal
}

.moretext__more.active span:first-child {
    display: none
}

.moretext__more.active span:last-child {
    display: block
}

#map {
    background: url(../images/loading.gif) center/50px no-repeat
}

._swiper {
    overflow: hidden
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

.slick-slider {
    position: relative
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-slider .slick-slide {
    position: relative
}

.tab__item {
    display: none
}

.tab__item.active {
    display: block
}

._tabs-block {
    display: none
}

._tabs-block._active {
    display: block
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.nicescroll-rails {
    z-index: 1000 !important
}

.gm-style-iw-t {
    opacity: 0
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important
}

.baloon button {
    display: none !important
}

.baloon:after {
    display: none !important
}

.baloon-style {
    display: none
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0 !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important
}

.baloon-content.gm-style-iw:after {
    display: none !important
}

.baloon-close {
    top: 18px !important
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility .8s ease 0s;
    -o-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s
}

.popup.show {
    visibility: visible;
    overflow: auto
}

.popup.show::before {
    opacity: 1
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup._active {
    overflow: auto;
    visibility: visible
}

.popup._active::before {
    opacity: 1
}

.popup._active .popup__body {
    -webkit-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__content {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fff;
    padding: 50px;
    width: 100%;
    max-width: 800px
}

.popup__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 30;
    background: url(../fonts/close.svg) 0 0 no-repeat
}

footer {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    color: #000;
    padding-top: 60px;
    padding-bottom: 50px
}

footer a {
    display: block;
    color: inherit;
    text-decoration: underline
}

._no-webp .banner {
    background: url(../images/banner-bg.png) bottom center/cover no-repeat
}

.banner__top {
    padding: 10px 0;
    position: relative
}

.banner__top>* {
    z-index: 1;
    position: relative
}

.banner__top::after {
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50vw;
    background: #fff;
    display: inline-block;
    z-index: 0 !important
}

.banner__main {
    margin-top: 90px;
    padding-bottom: 95px
}

.top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.top-banner__logo {
    width: 212px
}

.top-banner__logo img {
    width: 100%;
    max-width: 100%
}

.top-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.top-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    max-width: 190px
}

.top-banner__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ff8900;
    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
}

.top-banner__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #090d10
}

.main-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.red {
    color: red;
}

.main-banner__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    position: relative;
    z-index: 1
}

.main-banner__image {
    position: absolute;
    bottom: -25px;
    right: 395px
}

.main-banner__image img {
    width: 114%;
    position: unset;
    /* left: -2em; */
    max-width: 200%;
    margin-left: -30px;
    /* width: 100%; */
    margin-bottom: 30px;
}

.main-banner__order {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px
}

.info-banner__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    padding-left: 23px;
    border-left: 20px solid #ff0b0b
}

.info-banner__discrount {
    padding: 13px 25px;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background: #da4072;
    border-radius: 25.5px;
    display: inline-block;
    margin-top: 20px
}

.info-banner__discrount span {
    font-weight: 800
}

.info-banner__list {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    max-width: 580px;
    width: 100%
}

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

.info-banner__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background: #ff8900;
    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;
    position: relative;
    z-index: 1
}

.info-banner__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px 25px 8px 35px;
    background: rgba(255, 255, 255, .26);
    margin-left: -20px
}

.order-banner {
    padding: 35px 30px;
    background: #fff
}

.order-banner__timer {
    margin-top: 15px;
    margin-bottom: 35px
}

.order-banner__information {
    margin-bottom: 15px
}

.order-banner__input {
    height: 42px;
    background: #e6e6e6;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    color: #090d10
}

.order-banner__input::-webkit-input-placeholder {
    color: #090d10
}

.order-banner__input::-moz-placeholder {
    color: #090d10
}

.order-banner__input:-ms-input-placeholder {
    color: #090d10
}

.order-banner__input::-ms-input-placeholder {
    color: #090d10
}

.order-banner__input::placeholder {
    color: #090d10
}

.order-banner__input:not(:last-child) {
    margin-bottom: 10px
}

.order-banner__btn {
    background: #ff1818;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 15px;
    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;
    width: 100%;
    max-width: 100%
}

.price-order-banner__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #090d10
}

.price-order-banner__title span {
    font-weight: 400
}

.price-order-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 7px
}

.price-order-banner__item._new {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.price-order-banner__item._new .price-order-banner__value {
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #ff1818
}

.price-order-banner__item._old {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.price-order-banner__item._old .price-order-banner__value {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #090d10
}

.price-order-banner__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #090d10;
    margin-bottom: 1px
}

.universal {
    padding: 60px 0
}

.universal__subtitle {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #090d10;
    text-align: center
}

.universal__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.universal__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px * 2)/ 3);
    flex: 0 0 calc((100% - 40px * 2)/ 3)
}

.universal__image {
    width: 100%;
    padding-bottom: 100%
}

.universal__body {
    padding-top: 40px;
    position: relative
}

.universal__body::after {
    content: "";
    width: 150px;
    height: 5px;
    background: #ff8900;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.universal__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #090d10
}

.feature {
    padding: 60px 0;
    background: #f3f3f3
}

.feature__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    row-gap: 20px
}

.feature__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 55px * 2)/ 3);
    flex: 0 0 calc((100% - 55px * 2)/ 3);
    padding: 23px 20px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 18px;
    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
}

.feature__icon {
    width: 186px
}

.feature__icon img {
    width: 100%;
    max-width: 100%
}

.feature__body {
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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
}

.feature__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #090d10;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.feature__name::after {
    content: "";
    width: 150px;
    height: 5px;
    background: #ff8900;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feature__text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #090d10
}

.about {
    padding: 60px 0
}

.about__subtitle {
    margin-top: 13px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #090d10
}

.about__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.about__images {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    padding-bottom: 50%
}

.about__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #090d10
}

.about__text p:not(:last-child) {
    margin-bottom: 20px
}

.order {
    padding: 30px 0;
    background: #ffdc2f
}

.order__container {
    max-width: 1080px
}

.order__title {
    font-size: 28px;
    line-height: 34px
}

.order__title b {
    font-weight: 700
}

.order__content {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    row-gap: 20px
}

.order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 45px * 2)/ 3);
    flex: 0 0 calc((100% - 45px * 2)/ 3)
}

.order__input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 45px;
    background: #fff;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.order__btn {
    background: #ff0b0b;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    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;
    width: 100%
}

.benefits {
    padding: 60px 0
}

.benefits__content {
    margin-top: 30px;
    max-width: 950px;
    width: 100%;
    border: 1px solid #959595;
    background: #fff;
    margin-left: auto;
    margin-right: auto
}

.benefits__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 75px
}

.benefits__row:not(:last-child) {
    border-bottom: 1px solid #959595
}

.benefits__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #090d10;
    padding: 15px 50px 15px 40px;
    min-height: 100%
}

.benefits__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    min-height: 100%;
    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;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #86cf1f;
    text-align: center;
    border-left: 1px solid #959595
}

.review {
    padding: 60px 0;
    background: #f3f3f3
}

.review__container {
    max-width: 900px
}

.review__content {
    margin-top: 30px;
    position: relative
}

.review__slider {
    margin: -20px;
    padding: 20px
}

.review__slider._swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 18px;
    padding: 40px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.review__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 317px;
    flex: 0 0 317px;
    padding-bottom: 36%;
    position: relative
}

.review__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review__info {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #090d10;
    margin-bottom: 35px;
    position: relative
}

.review__info::after {
    content: "";
    background: #f72a4f;
    width: 150px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: calc(100% + 16px);
    left: 0
}

.review__description {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #090d10
}

.review__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 20px
}

.review__arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px
}

.review__arrow img {
    width: 100%;
    max-width: 100%
}

.review__arrow.review-arrow-prev {
    right: calc(100% + 44px)
}

.review__arrow.review-arrow-next {
    left: calc(100% + 44px)
}

.delivery {
    padding: 60px 0;
    background: #ffdc2f
}

.delivery__container {
    max-width: 975px
}

.delivery__title {
    font-weight: 700
}

.delivery__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.delivery__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px * 1)/ 2);
    flex: 0 0 calc((100% - 50px * 1)/ 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.delivery__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 153px;
    flex: 0 0 153px;
    height: 153px;
    width: 153px
}

.delivery__image img {
    width: 100%;
    max-width: 100%
}

.delivery__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000
}

.delivery__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 6px
}

.countbox {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.countbox .countbox-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e6e6e6;
    padding: 10px 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2)/ 3);
    flex: 0 0 calc((100% - 20px * 2)/ 3)
}

.countbox .countbox-space {
    float: left;
    height: 48px;
    width: 20px;
    position: relative;
    display: none
}

.countbox .countbox-space::after {
    content: ":";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #090d10
}

._no-webp ._no-webp .countbox-hours1,
._no-webp ._no-webp .countbox-hours2,
._no-webp ._no-webp .countbox-mins1,
._no-webp ._no-webp .countbox-mins2,
._no-webp ._no-webp .countbox-secs1,
._no-webp ._no-webp .countbox-secs2 {
    background: url(../images/sprite.png) no-repeat 0 0
}

.countbox-hours1,
.countbox-hours2,
.countbox-mins1,
.countbox-mins2,
.countbox-secs1,
.countbox-secs2 {
    float: left;
    text-align: center;
    z-index: 1;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #090d10
}

.countbox-secs2 {
    margin-right: 0
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #090d10;
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: lowercase
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width:767.98px) {
    ._no-webp .benefits {
        background: url(../images/benefits-bg.png) top center/cover no-repeat
    }
}

@media (min-width:991.98px) {
    .quantity__button:hover::after,
    .quantity__button:hover::before {
        background-color: rgba(0, 0, 0, .5)
    }
}

@media (min-width:992px) {
    /*.select__option:hover{*/
    /*	background:#d9d9d9*/
    /*}*/
    /*.checkbox a:hover{*/
    /*	text-decoration:none*/
    /*}*/
}

@media (max-width:1332px) {
    .top-banner__list {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .main-banner__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
        flex: 0 1 450px;
        z-index: 3
    }
    .main-banner__image {
        width: 280px;
        right: 325px;
        z-index: 2
    }
    .info-banner__title {
        font-size: 42px
    }
    .info-banner__discrount {
        font-size: 18px
    }
    .info-banner__text {
        font-size: 14px
    }
    .universal__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .universal__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2)/ 3);
        flex: 0 0 calc((100% - 20px * 2)/ 3)
    }
    .feature__content {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px
    }
    .feature__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 35px * 2)/ 3);
        flex: 0 0 calc((100% - 35px * 2)/ 3)
    }
    .about__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .about__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
        flex: 0 0 430px;
        font-size: 16px;
        line-height: 1
    }
}

@media (max-width:1320px) {
    footer {
        font-size: calc(12px + 8 * ((100vw - 320px)/ 1000))
    }
    footer {
        padding-top: calc(25px + 35 * ((100vw - 320px)/ 1000))
    }
    footer {
        padding-bottom: calc(25px + 25 * ((100vw - 320px)/ 1000))
    }
}

@media (max-width:1120px) {
    .review__arrow {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:991.98px) {
    .select__title {
        font-size: 18px
    }
    /*.select__options{*/
    /*	font-size:18px*/
    /*}*/
    ._no-webp .banner {
        background: url(../images/banner-bg.png) -100px center/cover no-repeat
    }
    .banner__main {
        margin-top: 60px
    }
    .top-banner__list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .top-banner__item {
        max-width: 180px
    }
    .main-banner {
        -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
    }
    .main-banner__info {
        color: #fff;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        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
    }
    .main-banner__image {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        width: 100%;
        max-width: 375px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 25px;
        margin-bottom: -10px;
        z-index: 2
    }
    .main-banner__order {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 375px
    }
    .info-banner__title {
        text-align: center;
        border-left: none;
        padding-left: 0
    }
    .universal__body {
        padding-top: 30px
    }
    .universal__body::after {
        top: 7px
    }
    .universal__text {
        font-size: 16px;
        line-height: 20px
    }
    .feature__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .feature__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2)/ 3);
        flex: 0 0 calc((100% - 20px * 2)/ 3)
    }
    .feature__icon {
        width: 140px
    }
    .about__content {
        display: block
    }
    .about__text {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
        margin-top: 20px
    }
    .order__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 45px * 1)/ 2);
        flex: 0 0 calc((100% - 45px * 1)/ 2)
    }
    .benefits__name {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 30px 15px 20px
    }
    .benefits__value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
    }
    .review__item {
        padding: 25px 25px
    }
    .review__description {
        font-size: 16px;
        line-height: 20px
    }
    .delivery__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .delivery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1)/ 2);
        flex: 0 0 calc((100% - 20px * 1)/ 2)
    }
}

@media (max-width:767.98px) {
    ._title {
        font-size: 28px;
        line-height: 34px
    }
    .top-banner__text {
        display: none
    }
    .info-banner__title {
        font-size: 26px;
        line-height: 30px
    }
    .info-banner__discrount {
        font-size: 18px;
        line-height: 22px;
        padding: 14px 15px;
        text-align: center
    }
    .info-banner__list {
        margin-top: 25px;
        row-gap: 15px
    }
    .universal {
        padding: 40px 0
    }
    .universal__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .feature {
        padding: 40px 0
    }
    .feature__content {
        margin-top: 20px
    }
    .feature__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1)/ 2);
        flex: 0 0 calc((100% - 20px * 1)/ 2)
    }
    .about {
        padding: 40px 0
    }
    .about__content {
        margin-top: 20px
    }
    .order {
        padding: 40px 0
    }
    .order__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 20px
    }
    .order__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .benefits {
        padding: 40px 0
    }
    .benefits__content {
        margin-top: 20px
    }
    .review {
        padding: 40px 0
    }
    .review__content {
        margin-top: 20px
    }
    .review__item {
        -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;
        row-gap: 17px
    }
    .review__image {
        width: 100%;
        max-width: 425px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-bottom: 92%
    }
    .review__info {
        text-align: center;
        margin-bottom: 25px
    }
    .review__info::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(100% + 10px)
    }
    .review__arrow {
        width: 60px;
        height: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }
    .delivery {
        padding: 40px 0
    }
    .delivery__content {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 425px;
        width: 100%;
        row-gap: 20px
    }
    .delivery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width:479.98px) {
    .banner__top {
        padding: 6px 0
    }
    .banner__main {
        margin-top: 20px;
        padding-bottom: 40px
    }
    .top-banner__logo {
        width: 125px
    }
    .top-banner__list {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .top-banner__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
        flex: 0 0 33px;
        height: 33px;
        width: 33px
    }
    .info-banner__discrount {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 15px;
        margin-top: 15px
    }
    .info-banner__list {
        margin-top: 25px
    }
    .info-banner__icon {
        height: 37px;
        width: 37px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37px;
        flex: 0 0 37px
    }
    .info-banner__text {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        padding: 3px 15px 3px 28px
    }
    .order-banner {
        padding: 30px 15px
    }
    .order-banner__btn {
        padding: 15px 10px;
        font-size: 17px;
        line-height: 21px
    }
    .price-order-banner__title {
        font-size: 16px;
        line-height: 17px;
        margin: 0 -10px
    }
    .price-order-banner__content {
        margin: 3px 10px;
    }
    .price-order-banner__item._new .price-order-banner__value {
        font-size: 39px;
        line-height: 62px;
        /*    padding-left: 10px;*/
    }
    .price-order-banner__item._old .price-order-banner__value {
        font-size: 20px;
        line-height: 24px
    }
    .price-order-banner__name {
        font-size: 14px;
        line-height: 17px
    }
    .universal__subtitle {
        font-size: 16px;
        line-height: 20px
    }
    .universal__content {
        margin-top: 20px
    }
    .universal__body {
        padding-top: 20px
    }
    .feature__title {
        font-size: 26px;
        line-height: 32px
    }
    .feature__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 20px
    }
    .feature__icon {
        width: 114px
    }
    .feature__name::after {
        top: calc(100% + 6px)
    }
    .feature__text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px
    }
    .about__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px
    }
    .about__images {
        display: block
    }
    .about__image {
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }
    .about__text {
        font-size: 16px;
        line-height: 20px
    }
    .about__text p:not(:last-child) {
        margin-bottom: 15px
    }
    .order__content {
        row-gap: 6px
    }
    .order__input {
        font-size: 12px;
        line-height: 15px;
        height: 31px
    }
    .order__btn {
        margin-top: 4px;
        font-size: 17px;
        line-height: 21px
    }
    .benefits__row {
        min-height: 90px
    }
    .benefits__name {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 15px
    }
    .benefits__value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px
    }
    .review__info {
        font-size: 16px;
        line-height: 20px
    }
    .review__description {
        font-size: 14px;
        line-height: 17px
    }
    .review__arrows {
        margin-top: 5px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
    .review__arrow {
        width: 38px;
        height: 38px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px
    }
    .delivery__item {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
    .delivery__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 89px;
        flex: 0 0 89px;
        height: 89px;
        width: 89px
    }
    .delivery__name {
        font-size: 14px;
        line-height: 17px
    }
    .delivery__text {
        font-size: 14px;
        line-height: 17px
    }
    .countbox {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }
    .countbox .countbox-space::after {
        font-size: 40px;
        line-height: 49px
    }
    .countbox-hours1,
    .countbox-hours2,
    .countbox-mins1,
    .countbox-mins2,
    .countbox-secs1,
    .countbox-secs2 {
        font-size: 40px;
        line-height: 49px
    }
    .countbox-hours-text,
    .countbox-mins-text,
    .countbox-secs-text {
        font-size: 12px;
        line-height: 15px
    }
}

._webp .banner {
    background: #d1eaff;
}

._webp ._no-webp .countbox-hours1,
._webp ._no-webp .countbox-hours2,
._webp ._no-webp .countbox-mins1,
._webp ._no-webp .countbox-mins2,
._webp ._no-webp .countbox-secs1,
._webp ._no-webp .countbox-secs2 {
    background: url(../images/sprite.webp) no-repeat 0 0
}

@media (min-width:767.98px) {
    ._webp .benefits {
        background: url(../images/benefits-bg.webp) top center/cover no-repeat
    }
}

@media (max-width:991.98px) {
    ._webp .banner {
        background: #d1eaff;
    }
}