@import 'https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap';
@import 'https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900&display=swap';
@import 'https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900&display=swap';
.mt-5 {
  margin-top: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.mt-100 {
  margin-top: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.w-5 {
  width: 5%;
}
.h-5 {
  height: 5%;
}
.maxw-5 {
  max-width: 5%;
}
.maxh-5 {
  max-height: 5%;
}
.w-10 {
  width: 10%;
}
.h-10 {
  height: 10%;
}
.maxw-10 {
  max-width: 10%;
}
.maxh-10 {
  max-height: 10%;
}
.w-15 {
  width: 15%;
}
.h-15 {
  height: 15%;
}
.maxw-15 {
  max-width: 15%;
}
.maxh-15 {
  max-height: 15%;
}
.w-20 {
  width: 20%;
}
.h-20 {
  height: 20%;
}
.maxw-20 {
  max-width: 20%;
}
.maxh-20 {
  max-height: 20%;
}
.w-25 {
  width: 25%;
}
.h-25 {
  height: 25%;
}
.maxw-25 {
  max-width: 25%;
}
.maxh-25 {
  max-height: 25%;
}
.w-30 {
  width: 30%;
}
.h-30 {
  height: 30%;
}
.maxw-30 {
  max-width: 30%;
}
.maxh-30 {
  max-height: 30%;
}
.w-35 {
  width: 35%;
}
.h-35 {
  height: 35%;
}
.maxw-35 {
  max-width: 35%;
}
.maxh-35 {
  max-height: 35%;
}
.w-40 {
  width: 40%;
}
.h-40 {
  height: 40%;
}
.maxw-40 {
  max-width: 40%;
}
.maxh-40 {
  max-height: 40%;
}
.w-45 {
  width: 45%;
}
.h-45 {
  height: 45%;
}
.maxw-45 {
  max-width: 45%;
}
.maxh-45 {
  max-height: 45%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.maxw-50 {
  max-width: 50%;
}
.maxh-50 {
  max-height: 50%;
}
.w-75 {
  width: 75%;
}
.h-75 {
  height: 75%;
}
.maxw-75 {
  max-width: 75%;
}
.maxh-75 {
  max-height: 75%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.maxw-100 {
  max-width: 100%;
}
.maxh-100 {
  max-height: 100%;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 60px;
  padding-bottom: 180px;
}
.container {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.main-with-sitebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-with-sitebar main {
  width: calc(66.66% - 5px);
}
.main-with-sitebar aside {
  width: calc(33.33% - 20px);
  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;
}
.main-with-sitebar aside > div {
  width: 100%;
}
footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #ddd;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #000;
}
[class*='__container'] {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
html {
  height: inherit;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
button {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}
input,
textarea {
  border: 0;
  padding: 0;
  font-family: inherit;
}
.top-header {
  background: url(../images/header-bg.webp) center center/cover no-repeat;
}
.top-header__container {
  min-height: 100px;
  padding-block: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header__logo {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.bottom-header {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0.2)),
      color-stop(53.5%, rgba(255, 255, 255, 0.107)),
      to(rgba(255, 255, 255, 0))
    ),
    #192b50;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.107) 53.5%,
      rgba(255, 255, 255, 0) 100%
    ),
    #192b50;
}
.bottom-header__container {
  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;
  height: 70px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.bottom-header__burger {
  display: none;
}
.bottom-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 3px;
  height: 100%;
}
.bottom-header__menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.bottom-header__menu li:first-child a {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0))
    ),
    #437ece;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #437ece;
}
.bottom-header__menu li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 15px;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bottom-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  height: 44px;
  max-width: 299px;
  width: 100%;
}
.bottom-header__search input {
  padding: 0 10px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 18px;
}
.bottom-header__search input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #a6a6a6;
}
.bottom-header__search input::-moz-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #a6a6a6;
}
.bottom-header__search input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #a6a6a6;
}
.bottom-header__search input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #a6a6a6;
}
.bottom-header__search input::placeholder {
  font-size: 18px;
  font-weight: 600;
  color: #a6a6a6;
}
.bottom-header__search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  height: 100%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0))
    ),
    #437ece;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #437ece;
}
.bottom-header__search a img {
  width: 34px;
  height: 34px;
}
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-intro {
  background: url(../images/intro-bg.webp) center center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  position: relative;
}
.top-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top-intro__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  row-gap: 10px;
  margin-bottom: 110px;
}
.top-intro__title h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.top-intro__title span {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.top-intro__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 520px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.top-intro__image img {
  width: 100%;
}
.bottom-intro {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(53.5%, rgba(255, 255, 255, 0.107)),
      to(rgba(255, 255, 255, 0.2))
    ),
    #1e1e1e;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.107) 53.5%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    #1e1e1e;
}
.bottom-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  height: 50px;
  padding-block: 4px;
}
.bottom-intro li:first-child a {
  color: #8bb9f7;
  font-weight: 800;
}
.bottom-intro li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  padding-inline: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.title__container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.title__container h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
}
.title__container h2:not(:last-child) {
  margin-bottom: 20px;
}
.title__container span {
  font-size: 16px;
  color: #717171;
}
.article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  position: relative;
  padding-bottom: 50px;
}
.article__container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  border-radius: 60px;
  background-color: #000;
}
.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 50px;
}
.blog__image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.blog__image img {
  width: 100%;
}
.blog__text {
  line-height: 166.666667%;
}
.blog__text p:not(:last-child) {
  margin-bottom: 20px;
}
.doc {
  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;
  gap: 30px;
  max-width: 802px;
  margin: 0 auto;
  padding: 30px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.doc__image {
  min-width: 252px;
}
.doc__image img {
  width: 100%;
}
.doc__content {
  max-width: 460px;
}
.doc__content p {
  line-height: 166.666667%;
}
.doc__content p:first-child {
  font-style: italic;
  font-weight: 500;
}
.doc__content p:not(:last-child) {
  margin-bottom: 30px;
}
.doc__content p span {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.s-bold {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.red-color {
  color: #de0008;
}
.order-block {
  margin-top: 40px;
  margin-bottom: 50px;
  padding-inline: 20px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-block__price {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  padding-bottom: 35px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.form-block__price--before {
  color: #203656;
  font-size: 26px;
  line-height: 119.230769%;
  position: relative;
}
.form-block__price--before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  height: 1.3px;
  width: 74px;
  background-color: #203656;
}
.form-block__price--now {
  font-size: 42px;
  color: #ff1b1b;
  line-height: 116.666667%;
}
.form-block__field {
  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: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid rgba(32, 54, 86, .2);
}
.form-block__field label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #203656;
  font-size: 16px;
  font-weight: 500;
  opacity: .8;
  margin-bottom: 10px;
}
.form-block .field__input {
  font-size: 28px;
  padding-inline: 5px;
  margin-bottom: 23px;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  border: 1px solid rgba(32, 54, 86, .4);
  line-height: 128.571429%;
  background: #f8f8f8;
}
.form-block .field__input {
  font-size: 28px;
  padding-inline: 5px;
  margin-bottom: 23px;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  border: 1px solid rgba(32, 54, 86, .4);
  line-height: 128.571429%;
  background: #f8f8f8;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  padding: 25px 38px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #e32929;
  border: 0;
}
.button:hover {
  -webkit-transition: all .7s;
  transition: all .7s;
  background: #c31919;
  -webkit-box-shadow: 0 4px 19px 10px rgba(227,41,41,.47);
  box-shadow: 0 4px 19px 10px rgba(227,41,41,.47);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



.buy-block__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.buy-block__price:not(:last-child) {
  margin-bottom: 40px;
}
.buy-block__price-old {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  position: relative;
}
.buy-block__price-old::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -2.5%;
  width: 105%;
  height: 2px;
  border-radius: 60px;
  background-color: #de0008;
}
.buy-block__price-new {
  font-size: 40px;
  font-weight: 700;
  color: #de0008;
}
.buy-block .button {
  margin-top: 10px;
  height: 70px;
}
.buy-block__form input {
  width: 100%;
  padding: 0 30px;
  height: 60px;
  border: 2px solid #000;
  font-size: 22px;
}
.buy-block__form input::-webkit-input-placeholder {
  font-family: 'Rubic', sans-serif;
  font-size: 20px;
  color: #a6a6a6;
}
.buy-block__form input::-moz-placeholder {
  font-family: 'Rubic', sans-serif;
  font-size: 20px;
  color: #a6a6a6;
}
.buy-block__form input:-ms-input-placeholder {
  font-family: 'Rubic', sans-serif;
  font-size: 20px;
  color: #a6a6a6;
}
.buy-block__form input::-ms-input-placeholder {
  font-family: 'Rubic', sans-serif;
  font-size: 20px;
  color: #a6a6a6;
}
.buy-block__form input::placeholder {
  font-family: 'Rubic', sans-serif;
  font-size: 20px;
  color: #a6a6a6;
}
.buy-block__form input:focus {
  outline: #de0008;
  border: 4px solid #de0008;
}
.buy-block__form input:not(:last-child) {
  margin-bottom: 10px;
}
.buy-block__form .button {
  display: block;
  margin-top: 10px;
  height: 70px;
}
.aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aside__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.aside__title:not(:last-child) {
  margin-bottom: 20px;
}
.aside__news:not(:last-child) {
  margin-bottom: 50px;
}
.aside__news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
}
.aside__news a:not(:last-child) {
  margin-bottom: 20px;
}
.aside__news a img {
  width: 100%;
}
.aside__news p {
  font-size: 18px;
  font-weight: 600;
  line-height: 166.666667%;
}
.order-card {
  -webkit-box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.35);
  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;
}
.order-card__title {
  width: 100%;
  padding-block: 5px;
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #de0008;
  color: #fff;
}
.order-card__image {
  max-width: 159px;
  width: 100%;
}
.order-card__image:not(:last-child) {
  margin-bottom: 22px;
}
.order-card__price {
  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;
  row-gap: 10px;
}
.order-card__price:not(:last-child) {
  margin-bottom: 30px;
}
.order-card__price-old {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  position: relative;
}
.order-card__price-old::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -2.5%;
  width: 105%;
  height: 2px;
  border-radius: 60px;
  background-color: #de0008;
}
.order-card__price-new {
  font-size: 30px;
  font-weight: 700;
  color: #de0008;
}
.order-card__button {
  max-width: 281px;
  width: 100%;
  height: 60px;
  padding-inline: 11px;
  margin-bottom: 30px;
}
.button {
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.4))
    ),
    #de0008;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.4) 100%
    ),
    #de0008;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.comments__container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.comments__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.comments__title:not(:last-child) {
  margin-bottom: 50px;
}
.comment {
  max-width: 940px;
}
.comment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.comment__body:not(:last-child) {
  margin-bottom: 50px;
}
.comment__body-first {
  margin-bottom: 50px;
}
.comment__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comment__form-input,
.comment__form-textarea {
  font-size: 20px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.25);
}
.comment__form-input::-webkit-input-placeholder,
.comment__form-textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input::-moz-placeholder,
.comment__form-textarea::-moz-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input:-ms-input-placeholder,
.comment__form-textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input::-ms-input-placeholder,
.comment__form-textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input::-webkit-input-placeholder,
.comment__form-textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input::-moz-placeholder,
.comment__form-textarea::-moz-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input:-ms-input-placeholder,
.comment__form-textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input::-ms-input-placeholder,
.comment__form-textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input::placeholder,
.comment__form-textarea::placeholder {
  font-size: 18px;
  color: #272f36;
}
.comment__form-input {
  height: 60px;
  padding: 10px 30px;
}
.comment__form-input:not(:last-child) {
  margin-bottom: 10px;
}
.comment__form-textarea {
  max-width: 940px;
  max-height: 200px;
  height: 100px;
  padding: 35px 30px;
}
.comment__form-textarea:not(:last-child) {
  margin-bottom: 20px;
}
.comment__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0))
    ),
    #437ece;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #437ece;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  color: #f4f4f4;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.comment__order {
  display: none;
}
.author__image {
  width: 80px;
  height: 80px;
}
.author__image img {
  width: 100%;
}
.content-comment__name {
  display: inline-block;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.content-comment__name:not(:last-child) {
  margin-bottom: 10px;
}
.content-comment__text p {
  padding: 5px;
  line-height: 166.666667%;
}
.content-comment__text p:not(:last-child) {
  margin-bottom: 10px;
}
.small-img,
.big-img {
  display: block;
}
.small-img img,
.big-img img {
  width: 100%;
}
.small-img {
  max-width: 172px;
}
.big-img {
  max-width: 285px;
}
.footer {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.2))
    ),
    #2b3c5e;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 100%
    ),
    #2b3c5e;
}
.footer__container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__copy {
  font-size: 15px;
  color: #fff;
}
.mt-5 {
  margin-top: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.mt-100 {
  margin-top: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.w-5 {
  width: 5%;
}
.h-5 {
  height: 5%;
}
.maxw-5 {
  max-width: 5%;
}
.maxh-5 {
  max-height: 5%;
}
.w-10 {
  width: 10%;
}
.h-10 {
  height: 10%;
}
.maxw-10 {
  max-width: 10%;
}
.maxh-10 {
  max-height: 10%;
}
.w-15 {
  width: 15%;
}
.h-15 {
  height: 15%;
}
.maxw-15 {
  max-width: 15%;
}
.maxh-15 {
  max-height: 15%;
}
.w-20 {
  width: 20%;
}
.h-20 {
  height: 20%;
}
.maxw-20 {
  max-width: 20%;
}
.maxh-20 {
  max-height: 20%;
}
.w-25 {
  width: 25%;
}
.h-25 {
  height: 25%;
}
.maxw-25 {
  max-width: 25%;
}
.maxh-25 {
  max-height: 25%;
}
.w-30 {
  width: 30%;
}
.h-30 {
  height: 30%;
}
.maxw-30 {
  max-width: 30%;
}
.maxh-30 {
  max-height: 30%;
}
.w-35 {
  width: 35%;
}
.h-35 {
  height: 35%;
}
.maxw-35 {
  max-width: 35%;
}
.maxh-35 {
  max-height: 35%;
}
.w-40 {
  width: 40%;
}
.h-40 {
  height: 40%;
}
.maxw-40 {
  max-width: 40%;
}
.maxh-40 {
  max-height: 40%;
}
.w-45 {
  width: 45%;
}
.h-45 {
  height: 45%;
}
.maxw-45 {
  max-width: 45%;
}
.maxh-45 {
  max-height: 45%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.maxw-50 {
  max-width: 50%;
}
.maxh-50 {
  max-height: 50%;
}
.w-75 {
  width: 75%;
}
.h-75 {
  height: 75%;
}
.maxw-75 {
  max-width: 75%;
}
.maxh-75 {
  max-height: 75%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.maxw-100 {
  max-width: 100%;
}
.maxh-100 {
  max-height: 100%;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-fill-no-shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-fill-100per {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
body.js-popup {
  overflow-y: hidden;
}
.js-d-none {
  display: none !important;
}
.b-lazy {
  opacity: 0;
}
.b-loaded {
  opacity: 1;
}
.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-links-telegram {
  background-color: #007ebd;
}
.social-links-telegram:hover {
  background-color: #00aeff;
}
.social-links-telegram svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 2px;
}
.social-links-facebook {
  background-color: #3754a0;
}
.social-links-facebook:hover {
  background-color: #1178f2;
}
.social-links-facebook svg {
  width: 6px;
  height: 13px;
  fill: #fff;
}
.social-links-youtube {
  background-color: #b71a20;
}
.social-links-youtube:hover {
  background-color: #fe0000;
}
.social-links-youtube svg {
  width: 13px;
  height: 9px;
  fill: #fff;
}
.icon-like {
  fill: #4c5b6b;
}
@font-face {
  font-family: 'Cairo';
  src: url(../fonts/Cairo-Regular.woff2) format('woff2'),
    url(../fonts/Cairo-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .article__blog {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 77%;
    flex: 0 1 77%;
  }
  .article__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
  }
}
@media (max-width: 1199px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .bottom-header__menu li > a {
    font-size: 18px;
  }
  .bottom-intro li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 180px;
  }
  .main-with-sitebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-with-sitebar main {
    width: 100%;
  }
  .main-with-sitebar aside > div {
    width: calc(50% - 10px);
  }
  .main-with-sitebar aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .bottom-header__menu li > a {
    padding-inline: 10px;
  }
  .bottom-header__menu li:last-child {
    display: none;
  }
  .bottom-intro__container {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .bottom-intro li > a {
    font-size: 16px;
  }
  .blog {
    row-gap: 30px;
  }
  .aside {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .top-header {
    background-position: 0 center;
    background-size: 100% 100%;
  }
  .top-header__container {
    min-height: 73px;
  }
  .top-header__logo {
    font-size: 30px;
  }
  .bottom-header__burger {
    display: block;
  }
  .bottom-header__menu {
    display: none;
  }
  .top-intro {
    min-height: 262px;
  }
  .top-intro__title {
    margin-bottom: 38px;
  }
  .top-intro__title h1 {
    font-size: 39px;
  }
  .top-intro__title span {
    font-size: 18px;
  }
  .top-intro__image {
    max-width: 274px;
  }
  .bottom-intro {
    display: none;
  }
  .title__container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .title__container h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .social-links-telegram,
  .social-links-facebook,
  .social-links-youtube {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 639px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .main-with-sitebar aside > div {
    width: 100%;
  }
  .main-with-sitebar aside {
    -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;
  }
  .doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 20px;
    padding-inline: 10px;
  }
  .doc__content {
    max-width: 100%;
  }
  .s-bold {
    font-size: 18px;
  }
  .order-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 0;
  }
  .order-block__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order-block__image img {
    max-width: 182px;
  }
  .order-block__image::before {
    width: 101px;
    height: 101px;
    font-size: 35px;
    top: 0;
    right: 20px;
  }
  .buy-block__price:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .article__container {
    padding-bottom: 40px;
  }
  .blog__text {
    font-size: 16px;
    line-height: 175%;
  }
  .doc__content p {
    font-size: 16px;
    line-height: 175%;
  }
  .buy-block__form input {
    padding: 0 15px;
  }
  .comments__container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .comment__body {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .comment__form-input {
    padding: 10px 15px;
  }
  .comment__form-textarea {
    padding: 15px 15px;
  }
  .comment__order {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .author__image {
    width: 50px;
    height: 50px;
  }
  .content-comment__text p {
    line-height: 175%;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .bottom-header__search {
    height: 30px;
    max-width: 215px;
  }
  .bottom-header__search input {
    font-size: 16px;
  }
  .bottom-header__search input::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
  }
  .bottom-header__search input::-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
  }
  .bottom-header__search input:-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
  }
  .bottom-header__search input::-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
  }
  .bottom-header__search input::placeholder {
    font-size: 15px;
    font-weight: 500;
  }
  .bottom-header__search a {
    width: 30px;
  }
  .bottom-header__search a img {
    width: 24px;
    height: 24px;
  }
  .top-intro__title {
    margin-bottom: 8px;
  }
  .top-intro__title h1 {
    font-size: 29px;
  }
  .top-intro__title span {
    font-size: 15px;
  }
  .title__container h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .doc__image {
    min-width: 100%;
  }
  .comments__title {
    font-size: 25px;
  }
  .comments__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .comment__body:not(:last-child) {
    margin-bottom: 30px;
  }
  .comment__body-first {
    margin-bottom: 30px;
  }
  .comment__form-textarea {
    height: 90px;
  }
}
@media (any-hover: hover) {
  .bottom-header__menu li > a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0.2)),
        to(rgba(255, 255, 255, 0))
      ),
      #437ece;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      #437ece;
  }
  .bottom-header__search a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .bottom-header__search a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0.2)),
        to(rgba(255, 255, 255, 0))
      ),
      #307eeb;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0) 100%
      ),
      #307eeb;
  }
  .bottom-intro li > a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #8bb9f7;
  }
  .button:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    background: #fa9c9c;
  }
  .comment__form-button:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    background: #ceedff;
  }
  .content-comment__name:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #4795fa;
  }
}
