/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"), url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}

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

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

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

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

:root {
  --my-dark-gray: rgb(151, 151, 151);
  --my-gray: #bfbfbf;
  --my-yellow: rgb(248, 220, 96);
  --my-light-gray: rgb(242, 246, 247);
  --my-red: rgb(220, 79, 82);
}

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

img {
  max-width: 100%;
}

body {
  font-family: "Corbel", sans-serif;
  background: var(--my-light-gray);
}

a {
  color: white;
  text-decoration: none;
}

b {
  font-weight: 700;
}

p {
  font-size: 18px;
}

input,
textarea {
  padding: 16px 22px;
  margin-top: 20px;
  width: 100%;
  position: relative;
  border: 0;
  outline: 0;
  color: #000;
  font-size: 18px;
  font-family: "Myriad Pro Regular", sans-serif;
  font-weight: bold;
  border-bottom: 3px solid var(--my-dark-gray);
  background: transparent;
  cursor: initial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: normal;
  color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: normal;
  color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-weight: normal;
  color: #000;
}

input::placeholder,
textarea::placeholder {
  font-weight: normal;
  color: #000;
}

input:focus,
textarea:focus {
  border-color: var(--my-yellow);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

@media (max-width: 560px) {
  .container {
    padding: 0 14px;
  }
}

.btn {
  cursor: pointer;
  padding: 16px 24px;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--my-yellow);
  border: 1px solid var(--my-yellow);
  font-family: "Corbel", sans-serif;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}

.btn:hover {
  background: var(--my-light-gray);
}

.header {
  background: #000;
  padding: 50px 0;
  top: 56px;
}

.header--abs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  width: 100%;
}

.header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  font-family: "Expletus Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 68px;
  height: auto;
}

.header__company-name > div {
  font-weight: 700;
  display: block;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 6px;
}

.header__company-name > div p {
  font-size: 36px;
}

.header__company-name > div span {
  font-size: 16px;
  padding: 4px 6px 6px;
  display: block;
  background: var(--my-yellow);
  border-radius: 8px;
  color: #000;
}

.header__company-name > p {
  margin-top: 8px;
  font-size: 16px;
  color: var(--my-gray);
  text-transform: uppercase;
  font-family: "Corbel", sans-serif;
  font-weight: normal;
}

@media (max-width: 768px) {
  .header__company-name > p {
    font-size: 12px;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Myriad Pro Regular", sans-serif;
}

@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu li {
  position: relative;
}

.header__menu li a {
  color: white;
}

.header__menu li a:hover {
  color: var(--my-gray);
}

.header__menu li:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -22px;
  color: var(--my-gray);
}

.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  cursor: pointer;
  z-index: 1100;
}

.header__burger span {
  display: block;
  width: 64px;
  height: 4px;
  background: var(--my-yellow);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__burger.active {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.header__burger.active span {
  width: 48px;
}

.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-4px, -3px);
          transform: rotate(45deg) translate(-4px, -3px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header__burger.active span:nth-child(2) {
  opacity: 0;
}

.header__burger.active span:nth-child(3) {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
          transform: rotate(-45deg) translate(-3px, 3px);
}

.header__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1050;
}

.header__overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 58px;
  padding-left: 50px;
  padding-bottom: 50px;
}

.header__overlay.active > ul {
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.header__overlay.active > ul li {
  position: relative;
}

.header__overlay.active > ul li::before {
  content: "" !important;
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--my-gray);
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero {
  background: url("../images/bg-header.png");
  padding-top: 260px;
  padding-bottom: 100px;
  background-size: cover;
}

@media (max-width: 768px) {
  .hero {
    background-position: center;
    padding-top: 160px;
    text-align: center;
    padding-bottom: 40px;
  }
}

.hero h1 {
  color: var(--my-light-gray);
  max-width: 620px;
}

.hero h3,
.hero p {
  color: var(--my-light-gray);
  max-width: 604px;
}

.hero h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 48px;
  }
}

.hero p {
  margin-top: 16px;
}

.hero p span {
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 768px) {
  .hero p {
    margin-top: 14px;
  }
}

.hero h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 36px;
}

@media (max-width: 768px) {
  .hero h3 {
    margin-top: 30px;
  }
}

.hero .btn--hazard {
  margin-top: 50px;
  max-width: 260px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero .btn--hazard {
    padding: 16px 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.call {
  overflow: hidden;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .call {
    padding-bottom: 32px;
  }
}

.call > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
}

@media (max-width: 768px) {
  .call > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 63px;
  }
}

.call__left {
  max-width: 488px;
}

.call__left h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .call__left h2 {
    margin: 0;
  }
}

.call__left h2 span {
  font-family: "Caveat", sans-serif;
  font-weight: normal;
}

.call__left p {
  margin-top: 16px;
}

.call__left p b {
  font-size: 22px;
}

.call__left p u {
  font-weight: bold;
}

.call__left__cover {
  display: none;
}

@media (max-width: 768px) {
  .call__left__cover {
    display: block;
    height: 331px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 24px;
  }
}

.call__right {
  position: relative;
  padding-top: 80px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media (max-width: 768px) {
  .call__right {
    padding: 0;
  }
}

.call__cover {
  width: 1000px;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

@media (max-width: 768px) {
  .call__cover {
    display: none;
  }
}

.call__form {
  max-width: 370px;
  padding: 50px 30px 30px;
  position: relative;
}

@media (max-width: 768px) {
  .call__form {
    max-width: 100%;
    padding: 90px 32px 0;
  }
}

.call__form::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.75;
  background: var(--my-light-gray);
  z-index: 1;
}

@media (max-width: 768px) {
  .call__form::before {
    content: none;
  }
}

.call__form h3 {
  font-size: 24px;
  font-weight: bold;
  z-index: 100;
  position: relative;
}

.call__form form {
  z-index: 100;
  position: relative;
}

.call__form form button {
  font-size: 18px;
  width: auto;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  opacity: 1;
}

.call__disclaimer {
  position: absolute;
  left: -80px;
  bottom: -220px;
  padding: 20px 40px;
  width: 678px;
  border: 10px solid var(--my-gray);
}

@media (max-width: 768px) {
  .call__disclaimer {
    display: none;
  }
}

.call__disclaimer p b {
  font-size: 22px;
}

.call__disclaimer::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 10px;
  height: 10px;
  background: var(--my-gray);
}

@media (max-width: 768px) {
  .call__disclaimer::before {
    left: -10px;
  }
}

.call__disclaimer--mobile {
  display: none;
}

@media (max-width: 768px) {
  .call__disclaimer--mobile {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    padding: 20px;
    margin-top: 20px;
  }
}

.poison {
  padding-top: 100px;
  padding-bottom: 80px;
  background: url(../images/bg-block3.png);
}

.poison h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: white;
}

.poison__grid {
  margin-top: 50px;
  padding: 0 75px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

@media (max-width: 768px) {
  .poison__grid {
    -ms-grid-columns: none;
        grid-template-columns: none;
    padding: 0;
    gap: 32px;
  }
}

.poison__grid h4 {
  font-size: 24px;
  color: white;
  margin-top: 24px;
  font-weight: bold;
}

.poison__grid p {
  color: white;
  margin-top: 16px;
}

.poison__grid img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .poison__grid img {
    height: 195px;
  }
}

.poison__hazard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--my-red);
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px;
  gap: 10px;
  margin-left: 20px;
  color: white;
}

@media (max-width: 768px) {
  .poison__hazard {
    position: absolute;
    right: 0;
    top: 165px;
  }
}

.poison__btn {
  padding: 18px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 16px;
}

.poison--delayed {
  background: none;
}

.poison--delayed h2,
.poison--delayed h4,
.poison--delayed p {
  color: #000;
}

@media (max-width: 768px) {
  .poison__item {
    position: relative;
    width: 320px;
    margin: 0 auto;
    text-align: center;
  }
}

.secrets {
  background: url(../images/bg-secrets.png);
  padding: 90px 0;
  color: white;
}

@media (max-width: 768px) {
  .secrets {
    padding: 55px 0;
  }
}

.secrets h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.secrets h2 span {
  font-family: "Caveat", sans-serif;
  font-weight: normal;
}

.secrets p {
  text-align: center;
  margin-top: 24px;
}

.secrets p b {
  font-size: 22px;
}

.secrets__btn {
  text-transform: uppercase;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-top: 40px;
}

.secrets__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  background: #000;
  padding: 55px 0;
}

.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 50px;
  }
}

.footer__logo {
  font-family: "Expletus Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo img {
  width: 68px;
  height: auto;
}

.footer__company-name > div {
  font-weight: 700;
  display: block;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 6px;
}

.footer__company-name > div p {
  font-size: 36px;
}

.footer__company-name > div span {
  font-size: 16px;
  padding: 4px 6px 6px;
  display: block;
  background: var(--my-yellow);
  border-radius: 8px;
  color: #000;
}

.footer__company-name > p {
  margin-top: 8px;
  font-size: 16px;
  color: var(--my-gray);
  text-transform: uppercase;
  font-family: "Corbel", sans-serif;
  font-weight: normal;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Myriad Pro Regular", sans-serif;
}

@media (max-width: 768px) {
  .footer__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
    margin-top: 20px;
  }
}

.footer__menu li {
  position: relative;
}

.footer__menu li a {
  color: white;
}

.footer__menu li a:hover {
  color: var(--my-gray);
}

.footer__menu li:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -22px;
  color: var(--my-gray);
}

@media (max-width: 768px) {
  .footer__menu li:not(:first-child)::before {
    content: none;
  }
}

.modal {
  padding: 50px 30px;
  background: var(--my-yellow);
  font-family: "Corbel", sans-serif;
}

.modal h2 {
  font-size: 22px;
  font-weight: bold;
}

.modal p {
  margin-top: 10px;
}

.navigation {
  font-family: "Corbel", sans-serif;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.navigation a {
  color: #777677;
  text-transform: uppercase;
}

.navigation span {
  color: #dfdfdf;
}

.inner-page {
  margin-top: 80px;
}

.inner-page__title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Corbel", sans-serif;
  margin-top: 20px;
}

.inner-page__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page__hazard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--my-red);
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px;
  margin-left: 24px;
  font-weight: normal;
  color: white;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.inner-page p {
  font-size: 18px;
  color: #777677;
}

.contacts {
  padding-bottom: 82px;
}

@media (max-width: 768px) {
  .contacts {
    padding-bottom: 60px;
  }
}

.contacts__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

@media (max-width: 768px) {
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.contacts h1 {
  margin-top: 32px;
  margin-bottom: 54px;
}

@media (max-width: 768px) {
  .contacts h1 {
    margin-bottom: 40px;
  }
}

.contacts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.contacts__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.contacts__label {
  font-size: 18px;
}

.contacts__value {
  font-size: 30px;
  font-weight: bold;
}

.contacts__value a {
  color: #000;
}

.contacts__value span {
  font-weight: normal;
  font-size: 22px;
}

.contacts__right {
  border: 10px solid var(--my-gray);
  max-width: 780px;
  width: 100%;
  height: 522px;
}

.reviews__content {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .reviews__content {
    padding-bottom: 60px;
  }
}

.reviews .review__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 55px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .reviews .review__items {
    margin-top: 36px;
    gap: 28px;
    margin-bottom: 44px;
  }
}

.reviews .review__item {
  position: relative;
}

.reviews .review__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 18px;
  gap: 24px;
}

@media (max-width: 768px) {
  .reviews .review__item__header {
    left: 100px;
    top: 18px;
    position: absolute;
  }
}

@media (max-width: 768px) {
  .reviews .review__item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.reviews .review__item__header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.reviews .review__item__header__icon img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 768px) {
  .reviews .review__item__header__icon img {
    width: 24px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.reviews .review__item__header__icon div {
  font-weight: bold;
}

.reviews .review__item__header__icon span {
  font-weight: normal;
}

.reviews .review__item__cover {
  height: 90px;
  width: 90px;
  padding-top: 10px;
  background: white;
}

.reviews .review__item__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews .review__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .reviews .review__item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.reviews .review__item__content {
  border: 10px solid var(--my-gray);
  position: relative;
  padding: 24px 20px;
  width: 100%;
}

.reviews .review__item__content::before {
  content: "";
  position: absolute;
  left: -24px;
  top: -10px;
  width: 10px;
  height: 10px;
  background: var(--my-gray);
}

@media (max-width: 768px) {
  .reviews .review__item__content::before {
    left: -10px;
  }
}

.reviews .review__item__content p {
  font-size: 20px;
}

.reviews__btn {
  font-weight: bold;
  padding: 16px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.reviews__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.product__subtitle h2 {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .product__subtitle {
    margin-top: 28px;
  }
}

.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .product__content {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product__content p {
  font-size: 18px;
  margin-top: 18px;
}

.product__left {
  max-width: 530px;
}

.product__right {
  max-width: 487px;
}

.product__cover {
  border: 10px solid var(--my-gray);
}

@media (min-width: 768px) {
  .product__cover {
    height: 392px;
    margin-top: 60px;
  }
}

.product__cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product__btn {
  font-weight: bold;
  padding: 16px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin-top: 32px;
}

.privacy {
  padding-bottom: 70px;
}

.privacy img {
  margin-top: 30px;
  width: 100%;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy ol {
  margin-top: 30px;
  list-style: decimal;
  padding-left: 16px;
}

.privacy ol li {
  position: relative;
  margin-top: 30px;
}

.privacy ol li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--my-gray);
  left: -20px;
  top: 0;
}

#contactModal{
  background: #fff;
}

#contactModal input, #contactModal textarea{
  background: #f4f4f4;
  border-bottom: 0;

}
