main h1 {
  color: #FFFFFF;
  font-size: 43px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 50px;
  padding: 10px 15px;
  background-color: #FF0019;
}
@media screen and (max-width: 767px) {
  main h1 {
    background-color: #E20025;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
  }
}
main .h2,
main h2 {
  color: #181818;
  font-size: 36px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 46px;
  margin-top: 0;
}
main .h2:before,
main h2:before {
  position: absolute;
  width: 145px;
  height: 3px;
  content: "";
  background-color: #00B0B8;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main .h2:before,
  main h2:before {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  main .h2,
  main h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
}
main .h2--green,
main h2--green {
  color: #00B0B8;
}
main .h2--without-line,
main h2--without-line {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .h2--without-line,
  main h2--without-line {
    text-align: left;
    margin-bottom: 0;
  }
}
main .h2--without-line:before,
main h2--without-line:before {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/open-sans/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/open-sans/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/open-sans/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/open-sans/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body *:not(svg):not(svg *):not(a):not(img):not(button):not(strong):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  all: unset;
  display: revert;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  outline: none;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

body {
  min-height: 100vh;
  position: relative;
  font-style: normal;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
}
html.disable-scrolling {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

html,
body {
  min-height: 100vh;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
}

.main,
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  max-width: 1140px;
}

.main {
  padding-top: 59px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}

.section {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.section__description {
  color: #00B0B8;
  font-size: 24px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section__description {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
  }
}
.section__description.anchor {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .section__description.anchor {
    margin: 0 auto 30px;
  }
}
.section__description p {
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .section__description p {
    line-height: 21px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.breadcrumbs__item {
  position: relative;
  margin: 0 20px 10px 0;
  color: #181818;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumbs__item a {
  color: #181818;
}
.breadcrumbs__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -10px;
  background-color: #181818;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item:last-child::before {
  display: none;
}

.inputholder {
  width: 100%;
  position: relative;
}
.inputholder__input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #181818;
  font-size: 16px;
}
.inputholder__input:focus {
  outline: none;
}
.inputholder__input::-webkit-input-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__input::-moz-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__input:-ms-input-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__input::-ms-input-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__input::placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__input.error {
  border-color: #FF0019;
}
.inputholder__input.error::-webkit-input-placeholder {
  color: #FF0019;
}
.inputholder__input.error::-moz-placeholder {
  color: #FF0019;
}
.inputholder__input.error:-ms-input-placeholder {
  color: #FF0019;
}
.inputholder__input.error::-ms-input-placeholder {
  color: #FF0019;
}
.inputholder__input.error::placeholder {
  color: #FF0019;
}
.inputholder__textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #181818;
  font-size: 16px;
  display: block;
}
.inputholder__textarea:focus {
  outline: none;
}
.inputholder__textarea::-webkit-input-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__textarea::-moz-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__textarea:-ms-input-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__textarea::-ms-input-placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__textarea::placeholder {
  color: #181818;
  font-size: 16px;
}
.inputholder__textarea.error {
  border-color: #FF0019;
}
.inputholder__textarea.error::-webkit-input-placeholder {
  color: #FF0019;
}
.inputholder__textarea.error::-moz-placeholder {
  color: #FF0019;
}
.inputholder__textarea.error:-ms-input-placeholder {
  color: #FF0019;
}
.inputholder__textarea.error::-ms-input-placeholder {
  color: #FF0019;
}
.inputholder__textarea.error::placeholder {
  color: #FF0019;
}

.error-text {
  font-size: 12px;
  line-height: 110%;
  margin-top: 4px;
  color: #FF0019;
  display: none;
}
.error-text--backend {
  display: block;
}

.error {
  border-color: #da1b1b;
}
.error + .error-text {
  display: block;
}

.button[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.logo {
  width: 161px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 168px;
    height: 32px;
  }
}
.logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .nav {
    position: absolute;
    top: calc(100% + 14px);
    max-width: 270px;
    width: 100%;
    right: 0;
    height: calc(100vh - 59px);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #FFFFFF;
    overflow: auto;
  }
}
.nav--vis {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 105px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .nav__list {
    gap: 70px;
  }
}
@media screen and (max-width: 991px) {
  .nav__list {
    gap: 45px;
  }
}
@media screen and (max-width: 767px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.nav__link {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  font-family: "OpenSans", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__link::before {
  position: absolute;
  content: "";
  left: -5px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .nav__link::before {
    background-color: #181818;
  }
}
@media (any-hover: hover) {
  .nav__link:hover:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav__link {
    color: #181818;
  }
}
.nav__item--active .nav__link {
  cursor: default;
}
.nav__item--active .nav__link:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  left: 0;
}

.burger {
  display: none;
  cursor: pointer;
  height: 25px;
  width: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #0099A1;
  padding: 14px 0;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay {
  background: #FFFFFF;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}

.footer {
  background-color: #EDECEC;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 57px;
    margin-top: 30px;
  }
}
.footer__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .footer__box {
    grid-template-columns: 1fr;
  }
}
.footer__col {
  padding-left: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background-size: 46px 46px;
  background-position: left top;
  background-repeat: no-repeat;
}
.footer__title {
  padding-top: 8px;
  color: #181818;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__desc {
  color: #181818;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .h2 {
  color: #181818;
  font-size: 36px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
.footer .h2:before {
  position: absolute;
  width: 145px;
  height: 3px;
  content: "";
  background-color: #00B0B8;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer .h2:before {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .footer .h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 27px;
    text-align: center;
  }
}
.footer a {
  color: #00B0B8;
}

.banner {
  background-color: #00767C;
  min-height: 400px;
  background-image: url("../img/image-content/banner-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 303px;
    background-size: 1388px 396px;
  }
}
.banner__content {
  position: relative;
  max-width: 641px;
  width: 100%;
  height: 100%;
  padding-bottom: 39px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .banner__content {
    max-width: inherit;
    padding-bottom: 30px;
    padding-top: 15px;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.company .swiper {
  position: relative;
}
@media screen and (max-width: 991px) {
  .company .swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 33px;
    padding: 55% 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.company .swiper-slide::before {
  content: "0" counter(my-counter);
  counter-increment: my-counter;
  left: 0;
  position: absolute;
  top: -7px;
  font-weight: bold;
  font-size: 186px;
  line-height: 218px;
  text-align: center;
  color: #D4E8E9;
  z-index: -1;
  font-family: "Roboto", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .company .swiper-slide::before {
    padding: 54% 0 0;
    font-size: 135px;
    line-height: 158px;
  }
}
.company__content {
  max-width: 428px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .company__content {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .company__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .company__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.company .navigation {
  position: absolute;
  right: calc(50% + 15px);
  z-index: 1;
  top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 1100px) {
  .company .navigation {
    right: calc(50% + 80px);
  }
}
@media screen and (max-width: 991px) {
  .company .navigation {
    top: auto;
    position: relative;
    right: auto;
    margin-top: 42px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .company .navigation {
    margin-top: 22px;
  }
}
.company .swiper-button-next,
.company .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #FFFFFF;
  border: 1px solid #00B0B8;
  pointer-events: all;
  outline: none;
}
.company .swiper-button-next::after,
.company .swiper-button-prev::after {
  display: none;
}
@media (any-hover: hover) {
  .company .swiper-button-next:hover,
  .company .swiper-button-prev:hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #00B0B8;
  }
  .company .swiper-button-next:hover .arrow,
  .company .swiper-button-prev:hover .arrow {
    fill: #FFFFFF;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.company .swiper-button-next .arrow,
.company .swiper-button-prev .arrow {
  width: 10px;
  height: 19px;
  fill: #00B0B8;
  margin-left: 3px;
}
.company .swiper-button-prev {
  margin-right: 30px;
}
.company .swiper-button-prev .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: 3px;
}
.company__title {
  color: #181818;
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 23px;
}
.company__desc {
  color: #181818;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.after-banner__container {
  display: grid;
  gap: 56px;
  grid-template-columns: auto 445px;
}
@media screen and (max-width: 991px) {
  .after-banner__container {
    gap: 5px;
    grid-template-columns: auto 420px;
  }
}
@media screen and (max-width: 767px) {
  .after-banner__container {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.after-banner__img {
  margin-top: -143px;
}
@media screen and (max-width: 767px) {
  .after-banner__img {
    margin-top: 0;
  }
}
.after-banner .list {
  gap: 5px;
}
.after-banner__content {
  gap: 10px;
  display: grid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .after-banner__content {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.advantages__item {
  padding: 25px 15px 25px 0;
  display: grid;
  gap: 25px;
  grid-template-columns: 56px auto;
}
@media screen and (max-width: 767px) {
  .advantages__item {
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 28px;
  }
}
.advantages__list {
  gap: 30px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .advantages__list {
    gap: 27px;
    display: grid;
    grid-template-columns: auto;
  }
}
.advantages__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  position: relative;
}
.advantages__icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.advantages__content {
  color: #181818;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .advantages__content {
    font-size: 16px;
  }
}
.advantages__content p {
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .advantages__content p {
    line-height: 24px;
  }
}

.list {
  display: grid;
  gap: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .list {
    gap: 0;
  }
}
.list__item {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding-left: 17px;
  position: relative;
  color: #FFFFFF;
}
.list__item:before {
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  left: 2px;
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  background-color: #FFFFFF;
}
.list__item strong {
  font-weight: 500;
}
.list--green .list__item {
  color: #181818;
}
.list--green .list__item:before {
  background-color: #00B0B8;
}

.oils__box {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .oils__box {
    grid-template-columns: 1fr;
  }
}

.oil {
  padding: 30px 30px 25px;
  background-color: #0099A1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .oil {
    padding: 15px 15px 20px;
  }
}
.oil__tag {
  padding: 4px 12px 6px 12px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
}
.oil__tag--yellow {
  background-color: #FFB800;
}
.oil__tag--pink {
  background-color: #F81155;
}
.oil__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 38px;
}
@media screen and (max-width: 767px) {
  .oil__head {
    margin-top: -33px;
    margin-left: -5px;
  }
}
.oil__title {
  margin-top: 32px;
  color: #FFFFFF;
  font-size: 42px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 63px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1200px) {
  .oil__title {
    margin-top: 20px;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .oil__title {
    margin-top: -4px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
  }
}
.oil__img {
  width: 200px;
  height: 273px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .oil__img {
    width: 160px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .oil__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: inherit;
    max-width: 295px;
    margin: 0 auto 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.oil__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.oil__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .oil__inner {
    display: block;
  }
}
.oil__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .oil__char {
    gap: 5px;
  }
}
.oil__char::-webkit-scrollbar {
  width: 7px;
  background-color: #D4E8E9;
  border-radius: 4px;
}
.oil__char::-webkit-scrollbar-thumb {
  background-color: #0099A1;
  border-radius: 4px;
}
.oil__char-line {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
.oil__char-line span {
  line-height: 27px;
}
.oil__char-line:nth-child(5) ~ .oil__char-line {
  display: none;
}
.oil__char-button {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 27px;
  margin-top: 10px;
  border-bottom: 1px #FFFFFF dotted;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .oil__char-button:hover {
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .oil__char-button {
    margin-top: 17px;
  }
}
.oil__char-button--cross {
  font-size: 0;
  background-image: url("../img/image/cross.svg");
  width: 28px;
  height: 28px;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .oil__char-button--cross {
    top: 22px;
    right: 9px;
  }
}
.oil__wrapper:before {
  content: "";
  left: 0;
  top: -24px;
  width: 100%;
  height: 25px;
  background-color: #FFFFFF;
  position: absolute;
  display: none;
}
.oil__wrapper--absolute {
  padding: 75px 30px 55px 30px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 475px;
}
@media screen and (max-width: 767px) {
  .oil__wrapper--absolute {
    max-height: 390px;
    padding: 77px 14px 40px 16px;
  }
  .oil__wrapper--absolute:before {
    display: block;
  }
}
.oil__wrapper--absolute .oil__char-line {
  gap: 10px;
}
.oil__wrapper--absolute .oil__char-line:nth-child(5) ~ .oil__char-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oil__wrapper--absolute .oil__char-line span,
.oil__wrapper--absolute .oil__char-line li {
  font-size: 24px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .oil__wrapper--absolute .oil__char-line span,
  .oil__wrapper--absolute .oil__char-line li {
    font-size: 18px;
  }
}
.oil__wrapper--absolute .oil__char-line li {
  padding-left: 18px;
  position: relative;
}
.oil__wrapper--absolute .oil__char-line li:before {
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #0099A1;
  content: "";
  pointer-events: none;
  top: 14px;
}
@media screen and (max-width: 767px) {
  .oil__wrapper--absolute .oil__char-line li:before {
    top: 10px;
  }
}
.oil__wrapper--absolute .oil__char {
  overflow-y: auto;
  color: #181818;
  max-height: 345px;
}
@media screen and (max-width: 767px) {
  .oil__wrapper--absolute .oil__char {
    gap: 10px;
    max-height: 273px;
  }
}
.oil__price {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oil__price-title {
  font-size: 14px;
  font-family: "OpenSans", Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 400;
}
.oil__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.oil__price-item {
  padding: 7px 12px;
  color: #0099A1;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  border: 1px #00B0B8 solid;
  background-color: #FFFFFF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: default;
}
.oil__price-item--green {
  background-color: #00B0B8;
  color: #FFFFFF;
  cursor: pointer;
}
.oil .button {
  padding: 11px 12px 8px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "OpenSans", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px white solid;
  background-color: #E20025;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .oil .button:hover {
    background-color: #FF0019;
  }
}
.oil .logo {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .oil .logo {
    display: none;
  }
}

.whereBuy .buy-table__row,
.whereBuy .buy-btn,
.whereBuy .buy-pagination__item,
.whereBuy .buy-table__filters-item,
.whereBuy .buy-table__mobile-col > span,
.whereBuy .buy-table__mobile-button,
.whereBuy .buy-modal__title {
  font-family: "OpenSans", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .whereBuy .h2 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.whereBuy .buy-btn--filter {
  position: relative;
}
.whereBuy .buy-btn--filter:after {
  position: relative;
  background-image: url("../img/image/filter.svg");
  width: 19px;
  height: 19px;
  content: "";
}
@media screen and (max-width: 575px) {
  .whereBuy .buy-pagination__item {
    width: 40px;
    height: 40px;
  }
}
.whereBuy .buy-btn--filter .fa {
  display: none;
}
.whereBuy .buy-page {
  margin-bottom: 0;
}
.whereBuy .buy-btn {
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .whereBuy .buy-pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/*# sourceMappingURL=style.css.map */
