@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/* 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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Inter', sans-serif;
  background: url(../img/header.jpg) top no-repeat;
  background-size: contain;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* margin-right:-15px;margin-left:-15px */
.container:after,
.container:before {
  display: table;
  content: " ";
  zoom: 1;
}
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centered {
  text-align: center;
}
a {
  text-decoration: none;
  color: #1A6C3A;
}
nav {
  padding: 24px 0;
}
nav img.logo {
  margin-right: 44px;
}
nav ul {
  list-style-type: none;
}
nav ul li {
  display: inline-block;
}
nav a {
  color: #1A6C3A;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 34px;
}
header.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-text {
  padding-top: 90px;
  width: 560px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-big {
  color: #1A6C3A;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 132.523%;
  /* 53.009px */
  text-transform: uppercase;
  margin-bottom: 50px;
  max-width: 450px;
}
.header-big .red {
  color: #ED1C24;
  font-size: 64px;
  font-weight: 900;
  line-height: 132.523%;
  text-transform: uppercase;
}
.header-big .small {
  font-size: 24px;
  font-weight: 900;
  line-height: 132.523%;
  text-transform: uppercase;
}
.bullet {
  position: relative;
  width: 48%;
  color: #1A6C3A;
  font-size: 14px;
  font-weight: 700;
  line-height: 142.523%;
  /* 19.953px */
  padding-left: 75px;
}
.bullet:nth-child(1):before {
  position: absolute;
  display: block;
  content: url(../img/bullet1.svg);
  width: 68px;
  height: 64px;
  left: 0;
  top: 0;
}
.bullet:nth-child(2):before {
  position: absolute;
  display: block;
  content: url(../img/bullet2.svg);
  width: 55px;
  height: 55px;
  left: 12px;
  top: 0;
}
.header-img {
  position: relative;
  width: 943px;
  height: 640px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/easter.png);
  padding-left: 160px;
  padding-top: 10px;
}
.header-img img {
  cursor: -webkit-grab;
  cursor: grab;
}
h1 {
  color: #FFF;
  text-shadow: 0px 4px 5px rgba(26, 108, 58, 0.38);
  font-size: 53px;
  font-weight: 900;
  line-height: 132.523%;
  /* 70.237px */
  text-transform: uppercase;
}
.h1-subtitle {
  color: #1A6C3A;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.red-big {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 132.523%;
  text-transform: uppercase;
  padding: 55px 0;
  background-image: url(../img/red-big.svg);
  margin-bottom: 20px;
  margin-left: -40px;
  width: 551px;
  height: 145px;
  text-align: center;
}
.remark {
  color: #1A6C3A;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.523%;
  /* 19.953px */
  max-width: 440px;
  margin-bottom: 23px;
}
.products {
  margin-bottom: 120px;
}
.product {
  padding: 30px 50px;
  border-radius: 16px;
  border: 2px solid #fff;
  width: 32%;
/*  cursor: pointer;*/
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.product:hover {
  border: 2px solid #b7e7a3;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(26, 108, 58, 0.37));
          filter: drop-shadow(0px 4px 10px rgba(26, 108, 58, 0.37));
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.prod-img {
  position: relative;
  display: block;
  margin: 0 auto 18px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.product:hover .prod-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.tm {
  display: block;
  color: #62B06E;
  font-size: 12px;
  font-weight: 600;
  line-height: 142.523%;
  /* 17.103px */
  margin-bottom: 7px;
}
.prod-name {
  display: block;
  color: #1A6C3A;
  font-size: 20px;
  font-weight: 700;
  line-height: 142.523%;
  /* 28.505px */
  margin-bottom: 28px;
}
.prod-buy-row {
  color: #1A6C3A;
  font-size: 12px;
  font-weight: 600;
  line-height: 142.523%;
  /* 17.103px */
}
.about-img {
  width: 30%;
}
.red-small {
  padding: 16px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ad0c12), color-stop(68.48%, #ff4e54), to(#cd141b));
  background: linear-gradient(90deg, #ad0c12 0%, #ff4e54 68.48%, #cd141b 100%);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 132.523%;
  /* 26.505px */
  text-transform: uppercase;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 50%, 100% 100%, 0% 100%, 4% 50%);
          clip-path: polygon(0% 0%, 100% 0%, 96% 50%, 100% 100%, 0% 100%, 4% 50%);
}
.about-text {
  width: 59%;
}
h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1A6C3A;
  font-size: 20px;
  font-weight: 900;
  line-height: 132.523%;
  /* 26.505px */
  text-transform: uppercase;
}
footer p {
  color: #1A6C3A;
  font-size: 14px;
  font-weight: 500;
  line-height: 151.023%;
  /* 21.143px */
  margin-bottom: 20px;
}
#contacts {
  padding: 84px 0 67px;
  color: #1A6C3A;
  font-size: 14px;
  font-weight: 700;
  line-height: 142.523%;
  /* 19.953px */
}
#contacts .left {
  font-weight: 400;
}
#link-red {
  color: #CD141B;
}
/* Всплывашки */
.modal_div {
  width: 1024px;
  max-width: 94%;
  border-radius: 16px;
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 10;
  padding: 50px;
}
.modal_close {
  color: #1A6C3A;
  font-size: 14px;
  font-style: normal;
  line-height: 160.023%;
  /* 22.403px */
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block;
}
#overlay {
  z-index: 5;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
  display: none;
}
.modal-img {
  text-align: center;
}
.modal-img img {
  margin-bottom: 18px;
}
.modal-text {
  width: 62%;
}
.modal-text p {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 160.023%;
  /* 22.403px */
  margin-bottom: 20px;
}
.title-red {
  color: #AD0C12;
  font-size: 18px;
  font-weight: 600;
  line-height: 160.023%;
  /* 28.804px */
  margin-bottom: 5px;
}
.modal_div .prod-links a {
  margin: 0 10px;
}
.help {
  color: #62B06E;
  font-size: 12px;
  font-weight: 600;
  line-height: 142.523%;
  /* 17.103px */
  margin-bottom: 10px;
}
#form p {
  color: #1A6C3A;
  font-size: 14px;
  font-weight: 500;
  line-height: 160.023%;
  /* 22.403px */
  margin-bottom: 18px;
}
input[type=text] {
  width: 32.5%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  border: none;
  background: rgba(26, 108, 58, 0.07);
  padding: 15px 25px;
  margin-bottom: 10px;
}
textarea {
  width: 100%;
  min-height: 100px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  border: none;
  background: rgba(26, 108, 58, 0.07);
  padding: 15px 25px;
  margin-bottom: 20px;
}
.agree {
  color: rgba(26, 108, 58, 0.39);
  font-size: 12px;
  font-weight: 400;
  line-height: 142.523%;
  /* 17.103px */
  max-width: 490px;
}
.agree a {
  color: rgba(26, 108, 58, 0.39);
  text-decoration: underline;
}
button[type=submit] {
  position: relative;
  border: none;
  background: transparent;
  color: #CD141B;
  font-size: 14px;
  font-weight: 500;
  line-height: 160.023%;
  /* 22.403px */
  padding-right: 37px;
  cursor: pointer;
}
button[type=submit]:after {
  position: absolute;
  display: block;
  content: url(../img/submit.svg);
  right: 0;
  top: 4px;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../img/header-tab.jpg) top no-repeat;
  }
  .header-text {
    padding-top: 0;
    width: 50%;
  }
  .header-img {
    width: 50%;
  }
  h1 {
    font-size: 34px;
  }
  .header-big {
    font-size: 30px;
  }
  .bullets {
    width: 700px;
  }
  .bullet {
    width: 50%;
    padding: 15px 0 20px 80px;
    margin-bottom: 20px;
  }
  .bullet:before {
    left: 25px;
    top: 3px;
  }
  .product {
    padding: 20px;
    width: 32.5%;
    border: 2px solid #62B06E;
  }
  .prod-img {
    max-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  body {
    background: url(../img/header-mob.jpg) top no-repeat;
  }
  nav {
    padding: 15px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav ul li {
    display: block;
    text-align: right;
  }
  nav ul li a {
    display: block;
    margin: 15px 0;
  }
  nav a {
    margin-right: 0;
  }
  nav .left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  header.row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-text {
    width: 100%;
    padding-top: 0;
  }
  .header-img {
    width: 100%;
    background-image: url(../img/bottles-mob.png);
    aspect-ratio: 360 / 244;
    height: auto;
  }
  .header-img img {
    display: none;
  }
  h1 {
    font-size: 30px;
    margin: 20px 0;
  }
  .red-big {
    font-size: 15px;
    padding: 14px 0;
    background: -webkit-gradient(linear, left top, right top, from(#ad0c12), color-stop(68.48%, #ff4e54), to(#cd141b));
    background: linear-gradient(90deg, #ad0c12 0%, #ff4e54 68.48%, #cd141b 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 50%, 100% 100%, 0% 100%, 4% 50%);
            clip-path: polygon(0% 0%, 100% 0%, 96% 50%, 100% 100%, 0% 100%, 4% 50%);
    width: 100%;
    margin: 0 auto 20px;
    height: auto;
  }
  .red-small {
    font-size: 16px;
  }
  .bullets,
  .bullet {
    width: 100%;
  }
  .remark {
    color: #62B06E;
  }
  .product {
    width: 100%;
    margin-bottom: 30px;
  }
  .prod-img {
    height: 250px;
  }
  .about-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-text {
    width: 100%;
  }
  #contacts {
    padding: 30px 0;
  }
  footer .left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .middle {
    margin-bottom: 30px;
    line-height: 2;
  }
  footer .middle a {
    display: block;
  }
  footer .right {
    margin-bottom: 30px;
  }
  .modal_div {
    padding: 20px;
    max-height: 94%;
    overflow: scroll;
  }
  .modal-img {
    width: 100%;
  }
  .modal-img > img {
    height: 200px;
  }
  .modal-text {
    width: 100%;
  }
  .modal-text * {
    margin-bottom: 10px;
  }
  input[type=text] {
    width: 100%;
  }
  button[type=submit] {
    padding: 10px 40px 10px 0;
    margin: 10px auto 0;
  }
  button[type=submit]:after {
    top: 8px;
  }
}
