@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url(../fonts/MuseoSansCyrl-300.woff) format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url(../fonts/MuseoSansCyrl-500.woff) format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url(../fonts/MuseoSansCyrl-700.woff) format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'MuseoSansCyrl-900';
    src: url(../fonts/MuseoSansCyrl-900.woff) format('woff');
    font-weight: normal;
    font-style: normal
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}
 html {
            scroll-behavior: smooth;
        }
        
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

*::-webkit-input-placeholder {
    color: #545454;
    opacity: 1
}

*:-moz-placeholder {
    color: #545454;
    opacity: 1
}

*::-moz-placeholder {
    color: #545454;
    opacity: 1
}

*:-ms-input-placeholder {
    color: #545454;
    opacity: 1
}

* {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input {
    outline: none
}

.center {
    text-align: center
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MuseoSansCyrl-500';
    font-weight: normal
}

b,
strong {
    font-family: 'MuseoSansCyrl-900';
    font-weight: normal
}

i {
    font-style: italic
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    position: relative;
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: 'MuseoSansCyrl-300', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #212121;
    background: #f0f0f0
}

.main-wrap {
    position: relative;
    width: 480px;
    margin: 0 auto
}

.section,
.wrap,
.container {
    position: relative
}

.section {
    position: relative;
    padding: 40px 20px
}
.but {
     position: relative;
    display: block;
    width: 400px;
    height: 80px;
}
.button-m {
    position: relative;
    display: block;
    width: 400px;
    height: 80px;
    font: 26px 'MuseoSansCyrl-900';
    line-height: 80px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    outline: none;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .2);

    padding: 0;
    margin: 0 auto;
    background: #df1f1f;
 
    -webkit-box-shadow: 0 3px 0 0 #02460c;
    box-shadow: 0 3px 0 0 #02460c;
    margin-top: 12px;

}

.m1-form>div {
    position: relative;
    padding-bottom: 20px
}

.m1-form>div:last-child {
    padding-bottom: 0
}

.input {
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    margin: 0 auto;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .35);
    border: solid 1px #fff;
    font: 24px 'MuseoSansCyrl-300';
    padding: 0 0 0 30px
}

.select-wrapper {
    position: relative;
    border-radius: 0
}

.select-wrapper>select {
    border: 0;
    appearance: none;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select-wrapper>select::-ms-expand {
    display: none
}

.select-arrow {
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 0;
    right: 15px
}

.select-arrow:nth-child(2) {
    top: 31px;
    border-top-color: #1a1a1a;
    z-index: 100
}

h1 {
    font: 24px 'MuseoSansCyrl-700';
    letter-spacing: .025em;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #1d2a35;
    padding: 12px 10px 10px 10px
}

h1 b {
    color: #e89836;
    font-size: 40px;
    color: #ec930f;
    letter-spacing: 3px
}

h3 {
    color: #242222
}

h2 {
    font: 24px 'MuseoSansCyrl-900';
    letter-spacing: .025em;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center
}

h2 b {
    font: 28px 'MuseoSansCyrl-900';
    line-height: 1.2em;
    letter-spacing: 1px
}

h2 span {}

h4 {
    color: #242222;
    font: 20px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: .01em
}

h5 {
    color: #242222;
    font: 24px 'MuseoSansCyrl-700';
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
    padding: 10px 0 5px
}

.countbox {
    margin: 0 auto;
    line-height: 1.2;
    font-size: 30px;
    width: 400px;
    text-align: center;
    color: #fff
}

.countbox .countbox-num {
    float: left;
    width: 120px;
    height: 60px;
    position: relative;
    color: #fff
}

.countbox .countbox-space {
    float: left;
    width: 20px;
    line-height: 60px
}

.countbox .countbox-space:before {
    content: '\003A';
    font: 30px 'MuseoSansCyrl-900';
    color: #fff;
    line-height: 36px
}

.countbox-hours1,
.countbox-mins1,
.countbox-secs1,
.countbox-hours2,
.countbox-mins2,
.countbox-secs2 {
    float: left;
    width: 54px;
    height: 60px;
    text-align: center;
    background: #dfdfdf;
    z-index: 1;
    font: 32px 'MuseoSansCyrl-900';
    color: #000;
    line-height: 60px;
    margin: 0 3px;
    border-radius: 5px
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 66px;
    height: 18px;
    width: 120px;
    font-size: 16px;
    padding: 0 8px 4px;
    color: #fff;
    text-transform: lowercase
}

select {
    padding: 0 0 0 0
}

option {
    font-size: 14px;
}

.block-1 {
    background: #1d2a35;
    padding: 0 0 40px
}

.sale2 {
    padding: 20px 0 15px;
    background: #1d2a35;
    color: #e89836
}

#sale3 {
    padding: 15px 0 12px;
    font: 24px 'MuseoSansCyrl-900';
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background: #e2a861;
    text-align: center
}

#sale4 {
    background: #1d2a35;
    color: #e89836;
    padding: 14px 0
}

.block-1 .sale,
.block-9 .sale {
    position: absolute;
    font: 19px 'MuseoSansCyrl-900';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f80808;
    position: absolute;
    width: 130px;
    height: 130px;
    top: 200px;
    left: 180px;
    padding: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7em;
    font-weight: 700;
    border-radius: 50%;
    color: #fbfbfb;
    border: 1px solid rgb(63 63 63 / 0%);
    background: rgb(255 255 255 / 75%)
}

.block-1 .sale div>span,
.block-9 .sale div>span {
    font-size: 41px
}

.my-gift {
    position: absolute;
    top: 225px;
    left: 88px;
    color: #000;
    font-weight: 700;
    font: 21px 'MuseoSansCyrl-900'
}

.block-1 .sale>div,
.block-9 .sale>div {
    width: 110px;
    height: 110px;
    padding: 22px 0 0;
    text-align: center;
    border-radius: 50%;
    background: #ffba55;
    background-image: -moz-linear-gradient(top, #ffba55, #ff8100);
    background-image: -ms-linear-gradient(top, #ffba55, #ff8100);
    background-image: -o-linear-gradient(top, #ffba55, #ff8100);
    background: #ff8100d6;
    text-shadow: 1px 1px 4px #00000070
}

.sale2,
.sale3,
.sale4,
.sale5,
.sale6,
.sale7 {
    position: absolute;
    font: 19px 'MuseoSansCyrl-900';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f80808;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 240px;
    right: 90px;
    padding: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7em;
    font-weight: 700;
    border-radius: 50%;
    color: #fbfbfb;
    background: rgb(255 255 255)
}

.sale2>div,
.sale3>div,
.sale4>div,
.sale5>div,
.sale6>div,
.sale7>div {
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #0c0c0c
}

.sale3 {
    top: 240px;
    right: 40px
}

.sale4 {
    top: 290px;
    right: 90px
}

.sale5 {
    top: 290px;
    right: 40px
}

.sale6 {
    top: 340px;
    right: 90px
}

.sale7 {
    top: 340px;
    right: 40px
}

.sale3>div {
    background: #b90716
}

.sale4>div {
    background: #455094
}

.sale5>div {
    background: #4a5602
}

.sale6>div {
    background: #eacfb7
}

.sale7>div {
    background: #b56997
}

.sale8 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 367px;
    right: 79px
}

.price-section {
    margin-top: -120px;
    margin-bottom: 45px
}

.price {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin: 15px auto 5px;
    width: 400px
}

.price>div {
    position: relative;
    float: left;
    width: 50%;
    height: 80px;
    padding: 8px 5px;
    font: 20px 'MuseoSansCyrl-500';
    line-height: 1em;
    white-space: nowrap;
    letter-spacing: 1px
}

.price .old {
    padding-right: 30px;
    text-align: right;
    color: #fff;
    background: #999;
    background: #676767
}

.price .old>s {
    font: 32px 'MuseoSansCyrl-300';
    line-height: 1.4em
}

.price .new {
    padding-left: 30px;
    color: #161616;
    background: #fff
}

.price .new>span {
    color: #101010;
    font: 36px 'MuseoSansCyrl-900'
}

.block-1 .button-m {}

.block-2 {
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0
}

.block-2 .container {
    padding: 20px 20px;
    text-align: justify;
    background: #fff
}

.block-2 .container ul {
    padding: 20px 0 0 28px;
    position: relative;
    box-sizing: border-box
}

.block-2 .container ul>li {
    float: left;
    padding: 0 0 5px;
    text-align: left;
    box-sizing: border-box;
    font: 19px 'MuseoSansCyrl-500';
    line-height: 1.4em
}

.block-2 .container ul>li span {
    font: 22px 'MuseoSansCyrl-700';
    font-weight: normal
}

.block-2 h3 {
    font: 30px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #242222;
    color: #fff;
    padding: 14px 0;
    background: #1d2a34
}

.block7 .video {
    position: relative;
    width: 440px;
    height: 246px;
    margin: 30px auto 40px;
    outline: 10px solid #f1f1f1;
    background: #000;
    overflow: hidden
}

.block7 .video iframe,
.block7 .video object,
.block7 .video embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.block5 h2 {
    font: 30px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #1d2a35;
    padding: 15px 0
}

.block5 ul li {
    position: relative;
    margin-top: 50px;
    padding: 0 30px 20px;
    font-size: 18px;
    background: #fff;
    border: 1px solid #bdbdbd;
    text-align: center;
    border-radius: 5px
}

.block5 ul li:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/icon2.png.pagespeed.ce.Wq1HiHmA4x.png) no-repeat;
    margin: -17px auto auto
}

.block5 ul li:nth-child(1):before {
    background-position: 0 0
}

.block5 ul li:nth-child(2):before {
    background-position: 0 -105px
}

.block5 ul li:nth-child(3):before {
    background-position: 0 -210px
}

.block7 {
    background: url(https://new.busk.website/vershyna/img/block7.jpg) center 0 repeat-y;
    padding-bottom: 10px
}

.block7 p {
    position: relative;
    padding: 9px 7px 5px 7px;
    font-size: 22px;
    line-height: 1.5em;
    color: #fff;
    text-align: center
}

.block7 h2 {
    font: 30px 'MuseoSansCyrl-900'
}

.block8 h2 {
    font: 30px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #242222;
    padding: 20px 0 10px 0
}

.block8 {
    padding: 0;
    background: #fff
}

.block8 ul li {
    position: relative;
    padding: 24px;
    border-bottom: 1px dashed rgba(110, 110, 74, .6);
    text-align: center;
    font-family: 'MuseoSansCyrl-300';
    text-align: justify;
    background: #fff;
    font: 20px 'MuseoSansCyrl-500';
    line-height: 1.4em
}

.block8 ul li img {
    display: inline-block;
    margin: 10px auto
}

.block8 p.name {
    display: block;
    color: #242222;
    padding-bottom: 10px;
    text-align: center;
    font: 24px 'MuseoSansCyrl-700';
    line-height: 1.4em
}

.block8 ul li:nth-child(2n) {
    background: #f0f0f0;
    padding-top: 10px
}

.block8 ul li:last-child {
    border: 0;
    padding-bottom: 40px
}

.block9 {
    padding: 0 0 0 0;
    background: #1d2a35
}

.block9 h2 {
    color: #141313;
    font: 30px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #242222;
    color: #fff;
    padding: 14px 0;
    background: #1d2a34
}

.block9 p.sale {
    padding: 15px 0 12px;
    font: 24px 'MuseoSansCyrl-900';
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background: #e2a861
}

.block9 .container {
    height: auto;
    padding: 525px 40px 15px;
    background: url(https://new.busk.website/vershyna/img/block1.jpg) center 0 no-repeat #1d2a35
}

.timer {
    background: #1d2a35;
    padding: 25px 40px 45px
}

.timer p {
    padding: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font: 26px 'MuseoSansCyrl-700'
}

.m1-form {
    padding: 10px 0 0 0;
    width: 400px;
    margin: 0 auto
}

.my_modal h2 {
    padding: 15px 0 21px 0
}

.my_modal .m1-form {
    padding: 0 0 0 0;
    margin: 0 auto;
    width: 100%
}

.my_modal .m1-form>div {
    position: relative;
    padding-bottom: 10px
}

.my_modal .button-m {
    position: relative;
    display: block;
    width: 100%
}

.footer {
    padding: 15px 0;
    line-height: 1em;
    background: #fff
}

.footer a {
    font-size: 13px;
    color: #234161
}

.characteristics_section {
    padding: 30px 0 0
}

.characteristics_section h2.title {
    padding: 0 30px
}

.characteristics__list li {
    padding: 15px 25px 15px 47px;
    text-align: right;
    position: relative;
    background: #efefef
}

.characteristics__list li:nth-child(odd) {
    background: #fff
}

.characteristics__list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #d772f0;
    background: #d772f0;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 20px;
    left: 25px
}

.characteristics__list li:nth-child(odd):before {
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset
}

.characteristics__list li b {
    float: left
}

.block-gift {
    background: #1d2a35;
    padding: 10px 0 30px 0
}

.avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto
}

.zagolovok-color {
    color: #ec930f
}

.benefits_list2 {
    margin: 0 10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
    padding: 20px 0 0 0
}

.benefits_list2 .benefit_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 30px;
    width: 50%;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal
}

.benefits_list2 .benefit_item img {
    display: block;
    margin: 0 auto 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.benefits_list2 .benefit_item span {
    font-size: 18px
}

.benefits_list2 .benefit_item h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.benefit_item b {
    display: block;
    padding: 0 0 10px 0;
    font-size: 21px
}

.sect3 {
    background: #fff
}

.sect3 h3 {}

.proizvodstvo {
    padding: 6px 0
}

.tovar-vibor {
    background: #1d2a35
}

.tovar-vibor-form {
    padding: 80px 0 30px 0
}

.products_count {
    padding: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

.products_count {
    color: #fff;
    font: 18px 'MuseoSansCyrl-700'
}

.products_count b {
    margin: 0 4px;
    padding: 3px 6px;
    background: #f5ca16;
    font-size: 18px;
    color: #222;
    border-radius: 3px
}

.products_title {
    color: #fff;
    font: 28px 'MuseoSansCyrl-700';
    text-align: center;
    padding: 50px 0 0 0
}

.price2 {}

.price2>div {
    position: relative;
    float: left;
    width: 50%;
    height: 80px;
    padding: 10px 5px;
    font: 19px 'MuseoSansCyrl-500';
    line-height: 1em;
    white-space: nowrap
}

.price2 .old {
    padding-right: 30px;
    text-align: right
}

.price2 .old>s {
    font: 32px 'MuseoSansCyrl-300';
    line-height: 1.4em
}

.price2 .new {
    padding-left: 0;
    color: #161616;
    background: #fff
}

.price2 .new>span {
    color: #101010;
    font: 36px 'MuseoSansCyrl-900'
}

p {
    font: 19px 'MuseoSansCyrl-500';
    line-height: 1.4em
}

.dostavka {
     display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff
}

.dostavka img {
    width: 65%;
    height: auto
}

.dostavka h3 {
    font: 42px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #242222;
    color: #000;
    padding: 14px 0;
    line-height: 38px
}

.block5-2 {
    padding: 0
}

.block5-2 ul {
    padding: 0 20px
}

.block5-2 h3 {
    font: 30px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #242222;
    color: #fff;
    padding: 14px 0;
    background: #1d2a34
}

.block5-2 ul li {
    margin: 20px 0;
    padding: 0 10px 20px;
    border-radius: 5px
}

.block5-2 ul li:before {
    content: none
}

.block5-2 h5 {
    border-bottom: solid 1px #e9e9e9;
    width: 80%;
    margin: 0 auto;
    font: 23px 'MuseoSansCyrl-900';
    text-transform: uppercase;
    text-align: center;
    color: #242222;
    padding: 20px 0 10px 0
}

.block5-2-span {
    text-transform: none;
    font: 23px 'MuseoSansCyrl-300'
}

.table p {
    font-weight: 700;
    font-size: 20px;
    padding: 20px 10px 10px 10px
}

.log {
    position: relative;
    top: 10px;
    left: 10px;
    color: #000
}

.box {
    position: relative;
    top: 50px;
    left: 100px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #79abff
}

.box p {
    color: #000
}

.dd {
    position: relative;
    background: red;
    height: 200px
}

.my_modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none
}

.my_modal:target {
    display: block;
    pointer-events: auto
}

.cont_my_modal {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    z-index: 2
}

.close {
    background: #606061;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000
}

.close: {
    background: #00d9ff
}

.close2 {
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {}

.comm-item .name-text {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    text-align: center
}

.slick-prev,
.slick-next {
    z-index: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37%;
    display: block;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev {
    left: 25px
}

.slick-prev:before {
    content: '';
    background: url(../images/pn.png.pagespeed.ce.7kSoidqCm_.png) no-repeat;
    width: 38px;
    height: 64px;
    background-position: 0 0;
    float: left
}

.slick-next {
    right: 25px
}

.slick-next:before {
    background: url(../images/pn.png.pagespeed.ce.7kSoidqCm_.png) no-repeat;
    content: '';
    width: 38px;
    height: 64px;
    background-position: -39px 0;
    float: right
}

.success {
    text-align: center
}

.perenapravl {
    text-align: center
}

.sale {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 3px;
    text-align: center
}

.sale img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 7px
}

.promotion {
    padding: 15px;
    text-align: left
}

.sale-title {
    text-align: center;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    color: #f23123
}

.promotion h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase
}

.promotion span {
    font-size: 120%;
    color: #f23123
}

.form {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    background: #1d2a34;
    margin-top: 34px;
    padding: 40px;
}