/*reset*/
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;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
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: underline;
}

a:hover {
    cursor: pointer;
}

*::-webkit-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

*:-moz-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

*::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
}

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

button,
input,
a {
    outline: none;
}

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.m1-form ::-webkit-input-placeholder {
    color: #333;
}

.m1-form ::-moz-placeholder {
    color: #333;
}

.m1-form :-moz-placeholder {
    color: #333;
}

.m1-form :-ms-input-placeholder {
    color: #333;
}

.m1-form :focus::-webkit-input-placeholder {
    color: transparent;
}

.m1-form :focus::-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
    color: transparent;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.clrfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0;
}

.ulfix {
    font-size: 0;
}

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

b,
strong {
    font-weight: 700;
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    /* background: url(""); */
}

section {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
    color: #fff;
}

.wrap {
    position: relative;
    background: #fff;
    width: 480px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.nopad {
    padding: 0;
}

.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    background: #F1F1F1;
    width: 100%;
    height: 83px;
    line-height: 83px;
    margin: 0 auto 12px;
    padding: 0 20px;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.button :active {
    top: 1px;
}

.m1-form {
    width: 420px;
    margin: 0 auto;
}

.m1-form .button {
    width: 100%;
}

h2.title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

h2.title span {
    display: block;
    color: #fff;
}

h2.title.white span {
    color: #fff;
}

/*   price   */

.price {
    position: relative;
    width: 420px;
    height: 89px;
    margin: -70px auto 35px;
    background: url("undefined") 50% 0 no-repeat;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.price:after {
    clear: both;
}

.price>div {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 30px;
    padding-top: 12px;
}

.price .old {
    color: #313131;
}

.price .new {
    color: #fff;
}

.price .val {
    font-size: 33px;
}

.price .val i {
    font-style: normal;
    font-size: 26px;
    text-transform: uppercase;
}

.price .old span {
    text-decoration: line-through;
}

.price .new .val {
    font-weight: 700;
}

/*   stock   */

.stock {
    text-align: center;
    padding-top: 20px;
}

.stock.white {
    color: #fff;
}

.stock b {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin: 0 4px;
    background: #4559b3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*   video   */

.video-block {
    padding: 0 30px;
}

.video-container {
    position: relative;
    background: #333;
    padding-bottom: 56.25%;
    height: 0;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

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


.slider {
    padding: 0px 0 45px;
}

.slider a.button {
    margin-top: 30px;
}

.slider-photo .item img {
    display: block;
    margin: 0px auto;
}

/*   slick-dots   */

.slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.slick-dots li button {
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: none;
    border: 2px solid #333746;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #333746;
}

.offer {
    padding: 0;
    background: #393d46;
}

.offer .box {
    position: relative;
    background: url("undefined") 50% 0 no-repeat;
    height: 600px;
}

.offer .main-title {
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #f6ac38;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
}

.offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.offer .sale {
    background: url("undefined") 0 0 no-repeat;
    width: 209px;
    height: 113px;
    margin-left: 267px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 143px;
    position: absolute;
}

.offer .sale span {
    display: inline-block;
    transform: rotate(-7deg);
    padding-top: 9px;
}

.offer .sale b {
    display: block;
    font-size: 50px;
}

.offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
}

.offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
}

.offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
}

.offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("undefined") 0 0 no-repeat;
    content: '';
}

.offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
}

.order_form {
    margin-top: 20px;
}

.order_form .field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}


/* .order_form .field[name="name"] {
    margin-top: 25px;
    background-image: url("");
    background-position: 23px center;
    background-repeat: no-repeat;
  }

  .order_form .field[name="phone"] {
    background-image: url("");
    background-position: 20px center;
    background-repeat: no-repeat;
  }

  .order_form select.field {
    background-image: url("undefined");
    background-position: 23px center;
    background-repeat: no-repeat;
  } */

abel {
    display: block;
    margin: 10px auto 5px;
    width: 400px;
}

.offer.bottom .price {
    position: relative;
    margin-bottom: -55px;
    z-index: 5;
}

.offer.bottom .timer {
    margin-top: 30px;
}

.order_form .form-txt {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
}


/*   spec   */

.spec h2.title span {
    display: inline;
}

.spec .box {
    background: #fff;
    margin: 0 30px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.spec .box img {
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
}

.spec .info {
    background: url("undefined") 20px 50% no-repeat;
    padding-left: 105px;
    margin-bottom: 20px;
}

.spec .info h4 {
    font-size: 20px;
}

.spec .info p {
    font-size: 18px;
    line-height: 24px;
}

.spec .txt {
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    padding: 0 15px 25px;
}

/*   list-v1   */

.list-v1 {
    padding: 0 30px;
}

.list-v1 li {
    position: relative;
    display: table;
    width: 100%;
    height: 162px;
    margin-bottom: 25px;
    padding-left: 203px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.list-v1 li:last-child {
    margin-bottom: 0;
}

.list-v1 img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}

.list-v1 p {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
}

.list-v1 p:before {
    display: block;
    background: url("undefined") 0 0 no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    content: '';
}

/*   list-v2   */

.list-v2 {
    padding: 0 30px;
}

.list-v2 li:last-child {
    margin-bottom: 0;
}

.list-v2 li {
    position: relative;
    height: 150px;
    margin-bottom: 30px;
    line-height: 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.list-v2 img {
    position: absolute;
    top: 0;
    display: block;
}

.list-v2 li:nth-child(odd) img {
    left: 0;
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    border-radius: 35px 0 0 35px;
}

.list-v2 li:nth-child(even) img {
    right: 0;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
}

.list-v2 li:nth-child(odd) {
    padding: 15px 10px 0 158px;
}

.list-v2 li:nth-child(even) {
    padding: 15px 158px 0 25px;
}

.list-v2 h4 {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.list-v2 p {
    font-size: 17px;
    color: #000;
}

/*   kit-list   */

.kit-list {
    background: url("undefined") 0 0 no-repeat;
    min-height: 609px;
    padding: 27px 20px 0 250px;
}

.kit-list h4 {
    font-size: 19px;
    line-height: 28px;
}

.kit-list li:nth-child(1) {
    height: 215px;
}

.kit-list li:nth-child(2) {
    height: 165px;
}

/*   char-list   */

.char-list li {
    padding: 8px 30px;
    color: #f9f9f9;
}

.char-list li:nth-child(even) {
    background: #2f3340;
}

.char-list li b {
    display: block;
    float: left;
    width: 150px;
}

.char-list li span {
    display: block;
    margin-left: 167px;
}

/*   reviews   */

.reviews {
    padding-top: 0;
}

.reviews h2.title {
    margin-bottom: 15px;
}

.reviews .total {
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.reviews .total:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url("undefined") 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 13px;
    content: '';
}

.reviews .item {
    margin: 0 30px 30px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.reviews .photo {
    position: relative;
    padding-bottom: 15px;
}

.reviews .photo img {
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
}

.reviews .item .info {
    position: relative;
    min-height: 72px;
    background: url("undefined") 100% 50% no-repeat;
    margin: 0 20px 15px;
    padding: 12px 0 0 90px;
}

.reviews .item .info img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews .item .info p {
    font-size: 17px;
}

.reviews .item .txt {
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px 20px;
    text-align: center;
}

/*   order info   */

.order-info h2.title {
    padding: 0 30px;
}

.order-list {
    padding: 0 30px;
}

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #000;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #333746;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.order-list li:nth-child(1):before {
    background-image: url("../images/h1.png");
}

.order-list li:nth-child(2):before {
    background-image: url("../images/h2.png");
}

.order-list li:nth-child(3):before {
    background-image: url("../images/h3.png");
}

/*   footer   */

.footer {
    text-align: center;
    padding: 20px 0 10px;
}

.footer img {
    display: block;
    margin: 0 auto 15px;
}

.footer a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: none;
}

.benef2 {
    padding: 0 30px 30px;
}

.benef2>li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}

.benef2>li:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url("undefined") 0% 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}

.benef2>li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
}

.benef2>li:last-child {
    margin-bottom: 0;
}

.benef2>li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}

.benef2>li .img>img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.benef2>li>p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}

.benef2>li>p>span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.benef2>li:nth-child(2n)>p {
    padding: 0 26px 0 0;
    text-align: right;
}

.bottom .order_form {
    padding-top: 80px;
}

.offer_text {
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.1px;
    margin-left: 10px;
    height: 25px;
    top: -101px;
    color: #393d46;
    margin: 0 auto;
    text-align: center;
    background: #fbb83b;
}

.offer_text>span {
    padding-left: 12px;
    padding-right: 12px;
}


.offer_section.offer3 .timer_item:last-child .count:before {
    display: none;
}

.offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 31%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}

.offer_section.offer3 .benefits_list .benefit_item:last-child {
    width: 130px;
}

.offer_section.offer3 .benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(1):before {
    background-image: url("../images/b1.png");
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(2):before {
    background-image: url("../images/b2.png");
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(3):before {
    background-image: url("../images/b3.png");
}

.offer_section ul {
    margin: 25px 0;
}

.offer_section.offer1 ul:after {
    display: block;
    content: '';
    margin: 25px 0 0;
    height: 8px;
    background: url("undefined") center no-repeat;
}

.offer_section ul li {
    margin: 0 40px 12px;
    padding: 0 0 0 32px;
    background: url("../images/ch.png") left 1px no-repeat;
    background-size: 22px;
    color: #fff;
}

.offer_section.offer1 ul li {
    color: #fff;
}

.offer_section ul li:last-child {
    margin: 0 40px;
}

#order3 li img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}

/* Моб меню */
.modal-body {
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX(-5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX(-5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
}

.modal-block {
    padding: 0;
}

.modal-block li {
    text-align: right;
    padding: 0 10px;
    border-bottom: 1px solid;
    display: block;
    height: 47.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.modal-block li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 47.5px;
    line-height: 47.5px;
}

.modal-body.show-menu {
    opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX(0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;
}

header {
    width: 100%;
    height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

header a.logo svg {
    width: 100px;
    margin: 0 0;

}

header a.logo {
    width: 150px;
    height: 30px;
    transition: 0.6s;
    position: absolute;
    left: 170px;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 45px;
    transition: 0.6s;
    cursor: pointer;
    position: absolute;
    left: 410px;
}

svg.nav-button:hover {
    opacity: 0.7;
}

.show-li:nth-child(1) {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}

.show-li:nth-child(2) {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.show-li:nth-child(3) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}

.show-li:nth-child(4) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.show-li:nth-child(5) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}

.show-li:nth-child(6) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.modal-block li svg {
    width: 36px;
    fill: #fff;
}

section.sect99 {
    padding: 40px 0 0 0;
}

.offer_section-top {
    border-top: 80px solid #4f41a2;
}

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

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* Моб меню */

/* Таймер */

.offer_section.offer3 .timer_block {
    padding: 2px 20px 2px 20px;
    background: #4f41a2;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.offer_section.offer3 .timer_block p {
    float: left;
    margin: 10px 0;
    padding: 0 0 0 40px;
    width: 170px;
    background: url(../images/offer3__clock_icon.png) left center no-repeat;
    font-size: 14px;
    line-height: 16px;
}



.offer_section.offer3 .timer {
    float: right;
    margin: 10px 0;
}

.offer_section.offer3 .timer_item {
    float: left;
    width: 60px;
    text-align: center;
}

.offer_section.offer3 .timer_item .text {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 12px;
}

.offer_section.offer3 .timer_item .count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

.offer_section.offer3 .timer_item .count:before {
    display: block;
    content: ':';
    width: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: -5px;
}

/* Таймер */

/*  Блок  b1   */

.b1 {
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.b1 h3 {
    text-align: center;
    margin: 20px auto 0;
    font-size: 17px;
    text-transform: uppercase;
}

.b1 .alert {
    position: relative;

    color: #fff;
    font-size: 16px;
    text-align: justify;
    text-align-last: center;
    padding: 10px 8px 0;
    margin: 0px 20px 0;
}

.b1 .list-v1 {
    padding-bottom: 30px;
}

/*  Блок  b1   */
/* Блок  b2   */

.b2 {
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.b2 {
    padding-top: 25;
}

.b2.pat:before {
    margin-bottom: 10px;
}

.b2 a.button {
    margin-top: 40px;

}

/*  Блок b2   */

/*  Блок b3   */

.b3 h2.title {
    margin-bottom: 15px;
}

.b3 .alert {
    position: relative;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    font-size: 19px;
    text-align: center;
    padding: 30px 10px 20px;
    margin: 20px 30px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.b3 .alert:before {
    position: absolute;
    left: 50%;
    top: -23px;
    margin-left: -23px;
    display: block;
    width: 45px;
    height: 45px;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    content: '';
}

/*  Блок b3   */

/*  Блок b4   */

.b4 {
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.b4 h2.title {
    margin-bottom: 20px;
}

.b4 .image {
    display: block;
    margin-bottom: 30px;
}

.b4 .char-list {
    padding-bottom: 25px;
}

.char-list li {
    padding: 8px 30px;
    color: #fff;
}

.char-list li:nth-child(even) {
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.char-list li b {
    display: block;
    float: left;
    width: 150px;
}

.char-list li span {
    display: block;
    margin-left: 167px;
}

/*  Блок b4   */

/*   Про наш магазин  */

.container {
    display: flex;
    align-items: center;

}

.photo {
    margin-right: 20px;
}

.small-font {
    font-size: 15px;
    margin-right: 20px;
}

.image-with-margin {
    margin-right: 20px;
    margin-left: 20px;
}

/*   Про наш магазин  */

/*   Як замовити   */

.order-info h2.title {
    padding: 0 30px;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.order-list {
    padding: 0 30px;
}

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

/*   Як замовити   */

/*   Відгуки  */
.reviews_section {
    padding: 30px 20px;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);


}

.reviews_section h2 {
    margin: 0 0 30px;

}


.wtsp_item {
    max-width: 410px;
    min-height: 710px;
    margin: 0 auto;
    background: url(../images/ADhTyuE4T3ar.jpg) 50% 0% repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid lightgray;

}

.wtsp_item .info {
    background: #ffffff url(../images/XS6fbttaUIgm.png) 3px 50% no-repeat;
    padding: 16px 110px 13px 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0px 0px;
    text-align: left;
}

.wtsp_item .info>img {
    float: left;
    border-radius: 50%;
    width: 42px;
    border: 1px solid #0f3a33;

}

.wtsp_item .info .text {
    overflow: hidden;
    padding-left: 8px;
    color: #333;
}

.wtsp_item .info .text>p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.wtsp_item .info .text>small {
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-weight: 400;
}

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

.wtsp_item .date {
    text-align: center;
    margin-top: 10px;
}

.wtsp_item .date>span {
    display: inline-block;
    vertical-align: top;
    background: #d4ebf3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    color: #3f5250;
    padding: 0 8px;
    border-radius: 7px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wtsp_item .message_container {
    margin-top: 10px;
    padding: 0 12px;
}

.wtsp_item .message {
    display: inline-block;
    max-width: 295px;
    min-width: 70px;
    padding: 6px 10px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    font-weight: 400;
}

.wtsp_item .message.client {
    background: #fff;
    border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -6px;
}

.wtsp_item .message>p {
    margin-bottom: 5px;
    text-align: left;
}

.wtsp_item .message>img {
    display: block;
    margin: 6px auto;
    border-radius: 4px;
}

.wtsp_item .message .time {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: #989898;
    padding: 0 5px;
}

.wtsp_item .message:last-child {
    margin-bottom: 0;
}

.wtsp_item .message.author {
    background: #c8e2fd;
    border-radius: 10px 0 10px 10px;
    padding: 6px 10px;
    float: right;
    font-weight: 400;
}

.wtsp_item .message.author:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #c8e2fd transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -6px;
}

.wtsp_item .message.author .time {
    padding: 0;
}

.wtsp_item:after {
    content: "";
    width: 404px;
    height: 57px;
    background: url(../images/LKvurt5AgpH6.png) 50% 50% no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    bottom: 7px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    position: relative;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
    width: 47px;
    height: 47px;
    background: #000000 url(../images/g9nXtD5LDSge.jpg) no-repeat !important;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

.wtsp_rev .owl-prev {
    background-position: left center !important;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    left: -20px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wtsp_rev .owl-next {
    background-position: right center !important;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    right: -20px;
}

/*   Відгуки  */

/*   Футер телеграм  */

.footer-subscribe-messenger {
    border-top: 1px dashed #ccc;
    background: #fcfcfc;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
}

.footer-subscribe-messenger.on-thanks {
    border-bottom: 1px dashed #ccc;
    background: #dbeaec;
    padding: 20px;
}

.footer-subscribe-messenger.on-thanks p {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.footer-subscribe-messenger.on-thanks .text {
    font-size: 18px;
    text-transform: uppercase;
}

.footer-subscribe-messenger.on-thanks .icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}

.single .footer-subscribe-messenger {
    width: 480px;
}

.footer-subscribe-messenger a {
    text-decoration: none;
}

.footer-subscribe-messenger p {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin: 0;
}

.footer-subscribe-messenger .subscribe-button {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.footer-subscribe-messenger .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer-subscribe-messenger .text {
    padding: 7px 20px;
    border-radius: 5px;
    background: #42ADE6;
    color: #fff;
    font-size: 12px;
}

/*   Футер телеграм  */

/*   Рамка для фото   */
.img-text {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 2%;
    border: 2px solid #ffff;
    border-radius: 15px;
    box-shadow: 1px 2px 20px 0px #ffff;
}

/*   Рамка для фото  */

/*   Бігуща строка  */

@keyframes marqueeAnimation {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-container {
    overflow: hidden;
}

.marquee-text {
    animation: marqueeAnimation 10s linear infinite;
    white-space: nowrap;
    font-size: 16px;
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .marquee-text {
        font-size: 12px;
        animation-duration: 10s;
        /* Уменьшим длительность анимации для более быстрой прокрутки */
    }
}

/*   Бігуща строка  */

/*   Головні стилі  */

.button {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    height: 83px;
    width: 100%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(270deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #118192;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #ffff;
    box-shadow: 1px 2px 20px 0px #ffff;
}

.pat {
    position: relative;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #4f41a2;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #ffff;
    box-shadow: 1px 2px 20px 0px #ffff;
}

.slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.offer {
    padding: 0;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
}

.offer .box {
    position: relative;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    height: 600px;
}

.offer .main-title {
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
}

.offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.offer .sale {
    background: url(../images/sale-bg.png) 0 0 no-repeat;
    width: 209px;
    height: 113px;
    margin-left: 267px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 143px;
    position: absolute;
}

.offer .sale span {
    display: inline-block;
    transform: rotate(-7deg);
    padding-top: 9px;
}

.offer .sale b {
    display: block;
    font-size: 50px;
}

.offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
}

.offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
}

.offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
}

.offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/check-icon.png") 0 0 no-repeat;
    content: '';
}

.offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
}


.offer.bottom .price {
    position: relative;
    margin-bottom: -55px;
    z-index: 5;
}

.offer.bottom .timer {
    margin-top: 30px;
}

.order_form .form-txt {
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}

.order_form .pat {
    color: #fff;

}

.order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #fff;

}

.order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
    color: #fff;
}

.benef2 {
    padding: 0 30px 30px;
}

.benef2>li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}

.benef2>li:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/benef2_item.png) 0% 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}

.benef2>li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
}

.benef2>li:last-child {
    margin-bottom: 0;
}

.benef2>li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}

.benef2>li .img>img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.benef2>li>p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}

.benef2>li>p>span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.benef2>li:nth-child(2n)>p {
    padding: 0 26px 0 0;
    text-align: right;
}

.bottom .order_form {
    padding-top: 80px;
}

.offer_text {
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.1px;
    margin-left: 10px;
    height: 25px;
    top: -101px;
    color: #393d46;
    margin: 0 auto;
    text-align: center;
    background: #fbb83b;
}

.offer_text>span {
    padding-left: 12px;
    padding-right: 12px;
}

.offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #4f41a2;
    background-image: linear-gradient(270deg, #118092 0, #118092 50%, #118092 100%);
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 31%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    color: #fff;
}

.offer_section.offer3 .benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;

}

.offer_section.offer3 .price_block {
    display: flex;
}

.offer_section.offer3 .price_item {
    float: left;
    padding: 20px 0 0;
    width: 50%;
    height: 90px;
    /* border-right: 1px solid #e6e6e6; */
    text-align: center;
}

.offer_section.offer3 .price_item:last-child {
    border: none;
}

.offer_section.offer3 .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.offer_section.offer3 .price_item.new .text {
    margin: 0 0 8px;
}

.offer_section.offer3 .price_item.new .text span {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffff;
    color: #118192;

}

.offer_section.offer3 .price_item.old .value {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-decoration: line-through;
    color: #fff;
}

.offer_section.offer3 .price_item.new .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.products_count {
    margin: 20px 0 0;
    text-align: center;
    color: #fff;
}

.offer_section.offer1 .products_count {
    color: #fff;
}

.products_count b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #000;
}

/*   Головні стилі  */

.text-block {
    margin-bottom: 10px;
    /* Додавання відступу між стопчиками */
}

input[name="name"] {
    background-image: url(../images/offer__name_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
}

input[name="phone"] {
    background-image: url(../images/offer__phone_icon.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}