@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Roboto';
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0; }

ul {
  padding: 0;
  margin: 0; }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

.section-title {
  font-size: 36px;
  font-family: "Ubuntu";
  color: black;
  font-weight: bold;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .section-title {
      font-size: 24px; } }

.subtitle {
  font-size: 30px;
  font-family: "Ubuntu";
  font-weight: bold;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .subtitle {
      font-size: 18px; } }

.title-under-subtitle {
  font-size: 42px;
  font-family: "Ubuntu";
  font-weight: bold;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .title-under-subtitle {
      font-size: 24px; } }

.red-line-title {
  font-size: 24px;
  font-family: "Ubuntu";
  color: white;
  font-weight: bold;
  line-height: 1.2; }

.small-alert {
  font-size: 10px;
  font-family: "Roboto";
  color: #6e6e6e;
  line-height: 1.2;
  text-align: right; }

.red {
  color: #e54544; }

.blue {
  color: #0884d8; }

.input-default,
.select-default {
  border-width: 1px;
  border-color: #b1b1b1;
  border-style: solid;
  background-color: white;
  width: 100%;
  height: 54px;
  padding-left: 10px;
  font-size: 14px;
  color: gray; }

.input-wrapper .label {
  margin-bottom: 5px;
  font-size: 12px;
  font-family: "Ubuntu";
  color: black;
  line-height: 1.2; }

.remove-btn {
  color: #0884d8;
  cursor: pointer; }
  .remove-btn:hover {
    color: #e54544; }

.default-textarea {
  border-width: 1px;
  border-color: #b1b1b1;
  border-style: solid;
  background-color: white;
  height: 154px;
  width: 100%;
  padding: 10px; }

.button {
  width: 100%;
  height: 56px;
  background-color: #87c1ea;
  box-shadow: 7.27px 10.777px 57px 0px rgba(8, 132, 216, 0.32);
  border: 1px solid #87c1ea;
  font-size: 14px;
  font-family: "Roboto";
  color: white;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  position: relative; }
  .button.red-btn {
    background: #e54544;
    border: 1px solid #e54544; }
  .button.bordered {
    border: 1px solid white;
    background: transparent; }
  .button .circle-pulse {
    position: absolute;
    -webkit-transition: 2s;
    transition: 2s;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .button .circle-pulse.active {
      width: 1000px;
      height: 1000px; }

#nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
  padding-bottom: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 100; }
  #nav .delf-container {
    padding-top: 30px; }
    #nav .delf-container .menu-toggler {
      display: none; }
    @media (max-width: 992px) {
      #nav .delf-container {
        margin-left: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        justify-content: flex-end; }
        #nav .delf-container .delf-logo {
          display: none; }
        #nav .delf-container .menu-toggler {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
          -webkit-box-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          justify-content: space-between;
          width: 45px;
          height: 45px;
          border-radius: 3px;
          border: 1px solid whitesmoke;
          padding: 10px; }
          #nav .delf-container .menu-toggler div {
            width: 100%;
            height: 2px;
            background: gray;
            border-radius: 3px; }
          #nav .delf-container .menu-toggler:focus, #nav .delf-container .menu-toggler.active {
            background: whitesmoke; } }
  #nav .navigation-container .navigation {
    padding-top: 62px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    #nav .navigation-container .navigation a {
      margin-left: 18px;
      font-size: 14px;
      color: black;
      line-height: 1.2;
      font-weight: bold;
      display: block; }
      #nav .navigation-container .navigation a:first-child {
        margin-left: 13px; }
      #nav .navigation-container .navigation a:hover {
        color: #e54544;
        text-decoration: none; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #nav .navigation-container .navigation a {
          margin-left: 15px; }
          #nav .navigation-container .navigation a:first-child {
            margin-left: 0; } }
  #nav .navigation-container .contact-info {
    position: absolute;
    right: 102px;
    top: 26px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #nav .navigation-container .contact-info {
        top: 15px;
        right: 79px; } }
    #nav .navigation-container .contact-info a {
      font-size: 14px;
      color: rgba(8, 132, 216, 0.678);
      line-height: 1.2; }
      #nav .navigation-container .contact-info a.email {
        margin-right: 28px; }
  @media (max-width: 992px) {
    #nav .navigation-container {
      -webkit-transition: .5s;
      transition: .5s;
      position: fixed;
      top: 0;
      background: white;
      left: -100%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      padding-bottom: 30px; }
      #nav .navigation-container.show {
        left: 0; }
      #nav .navigation-container .navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start; }
        #nav .navigation-container .navigation a {
          margin-bottom: 15px;
          margin-left: 15px;
          margin-right: 15px; }
          #nav .navigation-container .navigation a:first-child {
            margin-left: 15px; }
      #nav .navigation-container .contact-info {
        margin-left: 15px;
        position: unset; }
        #nav .navigation-container .contact-info a {
          display: block; }
        #nav .navigation-container .contact-info .email {
          margin-right: 0;
          margin-bottom: 15px; } }

#header {
  padding-top: 150px;
  margin-bottom: 30px;
  background: url(../img/header.png) no-repeat center center; }
  #header #header-carousel img {
    width: 100%;
    max-width: 100%; }
  #header #header-carousel .swiper-slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }
  #header .boxes-list {
    padding-top: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap; }
    #header .boxes-list .box {
      padding: 15px 11px;
      width: 143px;
      height: 62px;
      background: gray;
      text-align: center;
      cursor: pointer; }
      #header .boxes-list .box__title, #header .boxes-list .box__subtitle {
        font-size: 12px;
        font-family: "Ubuntu";
        color: #fefefe;
        line-height: 1.2; }
      #header .boxes-list .box__title {
        font-size: 12px; }
      #header .boxes-list .box__subtitle {
        font-weight: bold; }
      #header .boxes-list .box.pink {
        background: #f3a1c3; }
      #header .boxes-list .box.blue {
        background: #23aae1; }
      #header .boxes-list .box.light-green {
        background: #93d3cc; }
      #header .boxes-list .box.light-blue {
        background: #5ac7d5; }
      #header .boxes-list .box.green {
        background: #a4ca3b; }
      #header .boxes-list .box.dark-blue {
        background: #1f5fac; }
      #header .boxes-list .box.yellow {
        background: #edcc14; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #header .boxes-list .box {
          width: 14%;
          height: 100%; }
          #header .boxes-list .box__title, #header .boxes-list .box__subtitle {
            font-size: 12px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #header .boxes-list .box {
          width: 30%;
          margin-bottom: 10px; }
          #header .boxes-list .box__title, #header .boxes-list .box__subtitle {
            font-size: 12px; } }
      @media (min-width: 413px) and (max-width: 768px) {
        #header .boxes-list .box {
          width: 30%;
          margin-bottom: 10px; }
          #header .boxes-list .box__title, #header .boxes-list .box__subtitle {
            font-size: 12px; } }
      @media (max-width: 413px) {
        #header .boxes-list .box {
          width: 45%;
          margin-bottom: 10px; }
          #header .boxes-list .box__title, #header .boxes-list .box__subtitle {
            font-size: 12px; } }
  #header .section-title {
    padding-top: 91px;
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      #header .section-title {
        padding-top: 50px; } }

.shtamp-container .small {
  padding-top: 20px;
  font-size: 12px;
  font-family: "Ubuntu";
  color: rgba(0, 0, 0, 0.459);
  line-height: 1.2; }

.year-product {
  padding-top: 25px; }
  .year-product .box {
    width: 100%;
    height: 170px;
    background-color: #f2f9fd;
    position: relative; }
    .year-product .box .text {
      font-size: 16px;
      font-family: "Ubuntu";
      line-height: 1.2;
      margin-left: auto;
      padding-right: 20px;
      padding-top: 51px;
      padding-left: 150px; }
    .year-product .box img {
      top: -30px;
      left: 30px;
      position: absolute; }
  @media (max-width: 475px) {
    .year-product {
      margin-bottom: 30px; }
      .year-product .box {
        height: 100%; }
        .year-product .box .text {
          padding: 15px;
          text-align: center; }
        .year-product .box img {
          top: -284px;
          left: 195px;
          position: absolute;
           } }

.red-line {
  background: #e54544;
  padding-top: 35px;
  padding-bottom: 35px; }

.light-blue-line {
  background: #edf6fc; }
  .light-blue-line .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    .light-blue-line .left .text {
      margin-left: 30px; }
      .light-blue-line .left .text h4 {
        font-size: 30px;
        font-family: "Ubuntu";
        color: black;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 15px; }
      .light-blue-line .left .text p {
        font-size: 16px;
        font-family: "Ubuntu";
        color: black;
        line-height: 1.2; }
  .light-blue-line .right {
    background: #87c1ea;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px; }
    .light-blue-line .right p {
      font-size: 16px;
      font-family: "Ubuntu";
      color: white;
      line-height: 1.2; }
  @media (min-width: 768px) and (max-width: 992px) {
    .light-blue-line .left .text {
      margin-left: 10px; }
      .light-blue-line .left .text h4 {
        font-size: 24px; } }
  @media (max-width: 768px) {
    .light-blue-line .left {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .light-blue-line .left .text {
        margin-left: 0; }
        .light-blue-line .left .text h4 {
          font-size: 24px; }
        .light-blue-line .left .text br {
          display: none; }
    .light-blue-line .right {
      padding-left: 15px;
      text-align: center; } }

#performance {
  padding-top: 130px;
  padding-bottom: 130px; }
  #performance .title {
    padding-bottom: 90px; }
  @media (max-width: 768px) {
    #performance {
      padding-top: 30px;
      padding-bottom: 30px; }
      #performance .title {
        padding-bottom: 30px; } }
  #performance .left img {
    max-width: 100%; }
  #performance .right .box-wrapper {
    margin-bottom: 30px; }
  #performance .right .text-box__title {
    font-size: 18px;
    font-family: "Ubuntu";
    color: black;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px; }
  #performance .right .text-box__text {
    font-size: 14px;
    font-family: "Ubuntu";
    color: black;
    line-height: 1.2; }

#products .title {
  padding-bottom: 100px; }

#products .single-product {
  margin-bottom: 30px; }
  #products .single-product .product {
    border: 2px solid gray;
    height: 100%;
    padding-bottom: 30px; }
    #products .single-product .product.pink {
      border-color: #f3a1c3; }
    #products .single-product .product.blue {
      border-color: #23aae1; }
    #products .single-product .product.light-green {
      border-color: #93d3cc; }
    #products .single-product .product.light-blue {
      border-color: #5ac7d5; }
    #products .single-product .product.green {
      border-color: #a4ca3b; }
    #products .single-product .product.dark-blue {
      border-color: #1f5fac; }
    #products .single-product .product.yellow {
      border-color: #edcc14; }
    #products .single-product .product .image {
      padding-top: 50px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
    #products .single-product .product .text {
      padding-top: 35px; }
    #products .single-product .product .product-title {
      font-size: 24px;
      font-family: "Ubuntu";
      color: black;
      line-height: 1.2;
      font-weight: bold; }
    #products .single-product .product .product-desc {
      padding-top: 38px;
      padding-bottom: 38px;
      font-size: 14px;
      font-family: "Ubuntu";
      color: black;
      line-height: 1.2; }
    #products .single-product .product .more-info {
      font-size: 16px;
      font-family: "Ubuntu";
      color: #08b1ff;
      font-weight: bold;
      line-height: 1.2;
      cursor: pointer; }
    @media (max-width: 992px) {
      #products .single-product .product .text {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px; } }
  #products .single-product .icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center; }
    #products .single-product .icons .have {
      margin-bottom: 30px; }
    @media (max-width: 992px) {
      #products .single-product .icons {
        display: none; } }

.red-line-2 {
  background: #e54544; }
  .red-line-2 .left {
    padding-top: 75px; }
    .red-line-2 .left h5 {
      font-size: 24px;
      font-family: "Ubuntu";
      color: white;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 60px; }
    .red-line-2 .left .text-box {
      margin-bottom: 30px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center; }
      .red-line-2 .left .text-box .circle {
        border-radius: 50%;
        background-color: white;
        box-shadow: -5.663px 4.114px 13px 0px rgba(0, 0, 0, 0.18);
        width: 26px;
        height: 26px;
        margin-right: 15px;
        padding: 15px; }
      .red-line-2 .left .text-box .text {
        font-size: 16px;
        font-family: "Ubuntu";
        color: white;
        line-height: 1.2; }
  .red-line-2 .right {
    padding-top: 20px;
    padding-bottom: 20px; }
    .red-line-2 .right .box {
      width: 100%;
      height: 150px;
      background: white;
      border-radius: 15px;
      padding: 10px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center; }
      .red-line-2 .right .box img {
        max-width: 100%; }
      @media (max-width: 992px) {
        .red-line-2 .right .box {
          height: 100%; } }

#safety {
  padding-top: 140px; }
  #safety .title-under-subtitle {
    padding-bottom: 60px; }
  #safety .block-title {
    margin-bottom: 40px; }
    #safety .block-title .subtitle {
      text-align: center; }
    #safety .block-title .list-title {
      margin-top: 30px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      #safety .block-title .list-title p {
        margin-left: 30px;
        font-size: 24px;
        font-family: "Ubuntu";
        color: #0884d8;
        font-weight: bold;
        line-height: 1.2; }
  #safety .list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px; }
    #safety .list-item .circle {
      border-radius: 50%;
      background-color: #87c1ea;
      box-shadow: -5.663px 4.114px 13px 0px rgba(0, 0, 0, 0.07);
      width: 26px;
      height: 26px;
      margin-right: 15px;
      padding: 15px; }
    #safety .list-item .text {
      font-size: 16px;
      font-family: "Ubuntu";
      color: black;
      line-height: 1.2; }
  #safety .right #callback_form {
    margin-top: 50px; }
    @media (max-width: 992px) {
      #safety .right #callback_form button {
        margin-top: 30px; } }

#usage {
  padding-top: 150px; }
  #usage .left {
    padding-top: 100px; }
    #usage .left .box {
      margin-bottom: 50px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      #usage .left .box .image img {
        width: 80px; }
      #usage .left .box .text {
        padding-left: 50px; }
        #usage .left .box .text__title {
          font-size: 16px;
          font-family: "Ubuntu";
          color: black;
          font-weight: bold;
          line-height: 1.2;
          margin-bottom: 15px; }
        #usage .left .box .text__content {
          font-size: 14px;
          font-family: "Ubuntu";
          color: black;
          line-height: 1.2;
          text-align: left; }
  #usage .right .blue-background-parent {
    padding-left: 50px;
    position: relative;
    padding-top: 100px; }
    #usage .right .blue-background-parent .blue-background {
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(38%, #cee7f9), color-stop(78%, #eef9ff), to(white));
      background-image: linear-gradient(0deg, #cee7f9 38%, #eef9ff 78%, white 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    #usage .right .blue-background-parent .block-title {
      font-size: 16px;
      font-family: "Ubuntu";
      color: black;
      font-weight: bold;
      line-height: 1.2;
      padding-bottom: 50px; }
    #usage .right .blue-background-parent .list-item {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 15px; }
      #usage .right .blue-background-parent .list-item .circle {
        border-radius: 50%;
        background-color: #e54544;
        box-shadow: -5.663px 4.114px 13px 0px rgba(0, 0, 0, 0.07);
        width: 26px;
        height: 26px;
        margin-right: 15px;
        padding: 15px; }
      #usage .right .blue-background-parent .list-item .text {
        margin-left: 30px;
        font-size: 14px;
        font-family: "Ubuntu";
        color: black;
        line-height: 1.2; }
  #usage .right .red-background-parent {
    padding: 50px 50px 50px 50px;
    position: relative; }
    #usage .right .red-background-parent .red-background {
      background: #e54544;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    #usage .right .red-background-parent .block-title {
      font-size: 16px;
      font-family: "Ubuntu";
      color: white;
      font-weight: bold;
      line-height: 1.2; }
    #usage .right .red-background-parent .block-subtitle {
      padding-top: 20px;
      padding-bottom: 40px;
      font-size: 24px;
      font-family: "Ubuntu";
      color: white;
      font-weight: bold;
      line-height: 1.2; }
    #usage .right .red-background-parent .box {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 20px; }
      #usage .right .red-background-parent .box p {
        margin-left: 10px;
        font-size: 16px;
        font-family: "Ubuntu";
        color: white;
        line-height: 1.2;
        font-weight: 500; }
  #usage .right .questions {
    margin-top: 30px; }
    #usage .right .questions p {
      font-size: 16px;
      font-family: "Ubuntu";
      color: black;
      line-height: 1.2;
      font-weight: bold; }
    @media (max-width: 768px) {
      #usage .right .questions {
        text-align: center; }
        #usage .right .questions p {
          padding-left: 15px; } }

.blue-line {
  background-color: #87c1ea; }
  .blue-line a, .blue-line p {
    font-size: 36px;
    font-family: "Ubuntu";
    color: white;
    font-weight: bold;
    line-height: 1.2; }
  .blue-line .left,.blue-line .right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    .blue-line .left p {
      font-size: 30px;
      padding-left: 20px; }
  .blue-line .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    min-height: 150px;
    padding-top: 30px;
     }
  @media (max-width: 1200px) {
    .blue-line .container {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      justify-content: center; }
    .blue-line .left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; } }
  @media (max-width: 768px) {
    .blue-line {
      text-align: center; }
      .blue-line .left p {
        font-size: 24px; } }

#make-order {
  padding-bottom: 150px; }
  #make-order .title {
    padding-top: 70px;
    padding-bottom: 70px; }
    #make-order .title h3 {
      font-size: 24px;
      font-family: "Ubuntu";
      color: black;
      font-weight: bold;
      line-height: 1.2; }
  #make-order #add-item {
    margin-top: 18px; }
  #make-order .fake-textarea {
    border-width: 1px;
    border-color: #b1b1b1;
    border-style: solid;
    background-color: white;
    height: 154px;
    width: 100%;
    padding: 10px;
    overflow-y: scroll; }
    #make-order .fake-textarea p {
      font-size: 12px; }
  #make-order .order-message {
    font-size: 12px;
    font-family: "Ubuntu";
    color: black;
    line-height: 1.2; }

#advantages h2 {
  font-size: 24px;
  font-family: "Ubuntu";
  color: black;
  font-weight: bold;
  line-height: 1.2; }

#advantages .left__title,
#advantages .right__title {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px; }

#advantages .list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }
  #advantages .list-item .circle {
    margin-right: 15px; }
  #advantages .list-item .text {
    font-size: 16px;
    font-family: "Ubuntu";
    color: black;
    line-height: 1.2; }

#advantages .left .list-item {
  margin-bottom: 30px; }

#advantages .right .list-item {
  margin-bottom: 48px; }

.compare {
  padding-top: 50px;
  padding-bottom: 80px; }
  .compare h4 {
    font-size: 24px;
    font-family: "Ubuntu";
    color: black;
    font-weight: bold;
    line-height: 1.2; }
  .compare h5 {
    font-size: 16px;
    font-family: "Ubuntu";
    color: #0884d8;
    font-weight: bold;
    line-height: 1.2; }
  @media (max-width: 992px) {
    .compare h5 {
      margin-bottom: 30px; } }

#licenses {
  padding-bottom: 50px; }
  #licenses .left img {
    max-width: 100%; }
  #licenses .left__title {
    margin-bottom: 75px; }
  #licenses .left img {
    width: 100%;
    margin-bottom: 30px; }
  #licenses .right {
    padding-top: 30px;
    padding-left: 30px;
    background-color: white;
    box-shadow: 2.404px 22.874px 43px 0px rgba(0, 0, 0, 0.1); }
    #licenses .right a {
      font-size: 16px;
      font-family: "Ubuntu";
      color: #0884d8;
      line-height: 1.2; }
    #licenses .right__title {
      padding-bottom: 50px; }
      #licenses .right__title h4 {
        font-weight: bold; }
    #licenses .right .link {
      margin-bottom: 30px; }
  @media (max-width: 992px) {
    #licenses .right {
      margin-top: 30px; } }

#before-footer {
  background: url(../img/before-footer-background.png) no-repeat center center;
  min-height: 1100px;
  padding-top: 200px; }
  #before-footer img {
    max-width: 100%; }
  #before-footer .contact {
    padding-top: 150px;
    padding-bottom: 50px; }
    #before-footer .contact h4 {
      font-size: 24px;
      font-family: "Ubuntu";
      color: black;
      line-height: 1.2; }
    #before-footer .contact a {
      font-size: 36px;
      font-family: "Ubuntu";
      color: #fc5456;
      font-weight: bold;
      line-height: 1.2;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between; }
  @media (max-width: 992px) {
    #before-footer {
      padding-top: 50px;
      background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(60%, #cee7f9), color-stop(86%, #eef9ff), to(white));
      background: linear-gradient(0deg, white 0%, #cee7f9 60%, #eef9ff 86%, white 100%);
      min-height: unset; }
      #before-footer .contact {
        padding-top: 50px;
        text-align: center; }
        #before-footer .contact h4 {
          font-size: 24px; }
        #before-footer .contact a {
          margin-top: 30px;
          -webkit-box-pack: center;
          justify-content: center; } }
  @media (max-width: 768px) {
    #before-footer .contact img {
      display: none; } }

#footer {
  background: -webkit-gradient(linear, left bottom, left top, from(#eef8ff), color-stop(79%, #cbe9ff));
  background: linear-gradient(0deg, #eef8ff 0%, #cbe9ff 79%); }
  #footer p, #footer a {
    font-size: 16px;
    font-family: "Roboto";
    color: black;
    line-height: 1.2; }
  #footer .left {
    padding-top: 30px;
    padding-bottom: 30px; }
    #footer .left img {
      margin-right: 15px; }
    #footer .left .logo-container {
      padding-bottom: 40px; }
    #footer .left .addr {
      margin-bottom: 15px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center; }
    #footer .left .contact {
      margin-bottom: 45px; }
      #footer .left .contact .phone {
        margin-right: 30px; }
    #footer .left .end a, #footer .left .end p {
      font-size: 12px; }
    #footer .left .end a {
      color: #0884d8; }
    @media (max-width: 768px) {
      #footer .left .contact a {
        display: block;
        margin-bottom: 10px; } }
  #footer .right {
    padding-bottom: 30px;
    background: #e54544;
    padding-left: 30px;
    padding-top: 30px; }
    #footer .right__title h5 {
      font-size: 24px;
      font-family: "Ubuntu";
      color: white;
      font-weight: bold;
      line-height: 1.2; }
    #footer .right__title h6 {
      font-size: 16px;
      font-family: "Ubuntu";
      color: white;
      font-weight: bold;
      line-height: 1.2; }
    #footer .right form .small-alert, #footer .right form a {
      font-size: 10px;
      font-family: "Roboto";
      color: white;
      line-height: 1.2;
      text-align: left; }
    #footer .right form a {
      text-decoration: underline; }

.pop-up {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: none; }
  .pop-up.show {
    opacity: 1;
    pointer-events: all; }
  .pop-up__window {
    padding: 15px;
    background: white;
    border-radius: 4px;
    width: 768px;
    position: relative;
    height: 768px;
    max-height: 100%;
    max-width: 100%;
    overflow-y: scroll; }
  .pop-up__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer; }
    .pop-up__close:hover svg path {
      fill: #e54544; }
  .pop-up__title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px; }
  .pop-up__image {
    padding-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; }

    .mobile-logo{
      display: none;
    }
    @media(max-width: 992px){
      .logo-container{
        display: flex;
        align-items: center;
      }
      .mobile-logo{
        display:block;
        margin-left: 20px;
        padding-top: 25px;
      }
    }
    @media(max-width: 576px){
      .logo-container img{
        max-width: 100%;
      }

    }

.product-title {
  text-align:left;
  color:red;
  font-size:32px;
  padding-top:0px;
  margin-top:0px;
}


  #box-list2 .boxes-list {
    padding-top: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap; }
    #box-list2 .boxes-list .box {
      padding: 15px 11px;
      width: 143px;
      height: 62px;
      background: gray;
      text-align: center;
      cursor: pointer; }
      #box-list2 .boxes-list .box__title, #box-list2 .boxes-list .box__subtitle {
        font-size: 12px;
        font-family: "Ubuntu";
        color: #fefefe;
        line-height: 1.2; }
      #box-list2 .boxes-list .box__title {
        font-size: 12px; }
      #box-list2 .boxes-list .box__subtitle {
        font-weight: bold; }
      #box-list2 .boxes-list .box.pink {
        background: #f3a1c3; }
      #box-list2 .boxes-list .box.blue {
        background: #23aae1; }
      #box-list2 .boxes-list .box.light-green {
        background: #93d3cc; }
      #box-list2 .boxes-list .box.light-blue {
        background: #5ac7d5; }
      #box-list2 .boxes-list .box.green {
        background: #a4ca3b; }
      #box-list2 .boxes-list .box.dark-blue {
        background: #1f5fac; }
      #box-list2 .boxes-list .box.yellow {
        background: #edcc14; }
      @media (min-width: 992px) and (max-width: 1200px) {
        #box-list2 .boxes-list .box {
          width: 14%;
          height: 100%; }
          #box-list2 .boxes-list .box__title, #box-list2 .boxes-list .box__subtitle {
            font-size: 12px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        #box-list2 .boxes-list .box {
          width: 30%;
          margin-bottom: 10px; }
          #box-list2 .boxes-list .box__title, #box-list2 .boxes-list .box__subtitle {
            font-size: 12px; } }
      @media (min-width: 413px) and (max-width: 768px) {
        #box-list2 .boxes-list .box {
          width: 30%;
          margin-bottom: 10px; }
          #box-list2 .boxes-list .box__title, #box-list2 .boxes-list .box__subtitle {
            font-size: 12px; } }
      @media (max-width: 413px) {
        #box-list2 .boxes-list .box {
          width: 45%;
          margin-bottom: 10px; }
          #box-list2 .boxes-list .box__title, #box-list2 .boxes-list .box__subtitle {
            font-size: 12px; } }
  #box-list2 .section-title {
    padding-top: 91px;
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      #box-list2 .section-title {
        padding-top: 50px; } }
        
        
        
        
        .ozon__link {

max-width: 269px;

width: 100%;

Float:right;
}

.ozon__link a {

font-size: 16px;

width: 100%;

letter-spacing: 0px;

background-color: #005bff;

}

.btn {

width: 327px;

height: 54px;

border-radius: 27px;

display: flex;

align-items: center;

justify-content: center;

font-size: 18px;

overflow: hidden;

position: relative;

outline: none;

font-weight: 400;

color: #212529;

text-align: center;

vertical-align: middle;

cursor: pointer;

user-select: none;

border: 1px solid transparent;

padding: .375rem .75rem;

line-height: 1.5;

transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

white-space: nowrap;

}

.btn:before {

content: '';

position: absolute;

top: 0;

left: 0;

width: 5.5em;

height: 100%;

background-color: rgba(255, 255, 255, 0.6);

transform: translateX(-6.8em) skewX(-45deg);

}

.btn:hover:before {

animation: move-light 0.5s;

}

.ozon__link a span {

font-size: 16px;

color: #ffffff;

font-weight: 700;

letter-spacing: 0px;

background-color: #005bff;

}

@keyframes move-light {

from {

transform: translateX(-6.8em) skewX(-45deg);

}

to {

transform: translateX(19em) skewX(-45deg);

}

}


.insta {
 
 margin-right: 30px; 
 margin-bottom: 30px;       
}
