html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Coolvetica Condensed Rg";
  src: url("../fonts/CoolveticaCondensedRg-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --title-font: "Coolvetica Condensed Rg";
  --text-font: "Raleway";
  --color-black: #272623;
  --color-white: #E0DFD7;
  --color-yellow: #FFD300;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  font-family: var(--text-font);
  color: var(--main-color);
  background-color: #272623;
  font-variant-numeric: tabular-nums;
}

img {
  max-width: 100%;
}

section {
  padding: 40px 0;
}

section:first-child {
  padding-top: 0;
}

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

.overlay {
  background-color: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}

.btn {
  font-family: var(--title-font);
  line-height: 1;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.btn--sm {
  font-size: 20px;
  padding: 15px 35px;
}

.btn--md {
  padding: 17px 54px;
  font-size: 26px;
}

.btn--w100 {
  width: 100%;
}

.btn--black {
  background-color: var(--color-black);
  color: var(--color-white);
}

.btn--black:hover {
  background-color: #1a1917;
}

.btn--yellow {
  background-color: var(--color-yellow);
  color: var(--color-black);
}

.btn--yellow:hover {
  background-color: #e6be00;
}

.btn:disabled {
  color: var(--color-black) !important;
  background-color: var(--color-white) !important;
  cursor: default;
}

.title-icon {
  padding-left: 21px;
  position: relative;
}

.title-icon::before {
  content: "";
  display: block;
  width: 11px;
  height: 23px;
  background-image: url("../img/line-title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 6px;
  left: 0;
}

.text-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.text-link:hover {
  text-decoration: none;
}

.text-link--yellow {
  color: var(--color-yellow);
}

.text-link--black {
  color: var(--color-black);
}

.text-link--xl {
  font-size: 20px;
}

.bg-gray {
  background-color: #504e4a;
  padding: 40px 0;
}

.ui {
  color: var(--color-white);
}

.ui__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ui__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}

.ui__row:not(:last-child) {
  margin-bottom: 20px;
}

.ui__row a {
  color: var(--color-white);
}

.section-title {
  color: var(--color-white);
  margin-bottom: 30px;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

.mb-20 {
  margin-bottom: 20px;
}

.h1 {
  font-family: var(--title-font);
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.h1-2 {
  font-family: var(--title-font2);
}

.h2 {
  font-family: var(--title-font);
  font-size: 48px;
  text-transform: uppercase;
}

.h3 {
  font-family: var(--title-font);
  font-size: 32px;
  text-transform: uppercase;
}

.subtitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.subtitle--section {
  color: var(--color-white);
  margin-bottom: 50px;
}

.article--white {
  color: var(--color-white);
}

.article--white a {
  color: var(--color-white);
}

.article h1 {
  font-family: var(--title-font);
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.article h2 {
  font-family: var(--title-font);
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article h3 {
  font-family: var(--title-font);
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.article p:not(:last-child) {
  margin-bottom: 20px;
}

.article a {
  color: var(--color-black);
  font-weight: 700;
  text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
}

.article ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  list-style: disc;
  padding-left: 20px;
}

.article ul:not(:last-child) {
  margin-bottom: 20px;
}

.article ul li:not(:last-child) {
  margin-bottom: 10px;
}

.article ol {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  list-style-type: decimal;
  padding-left: 20px;
}

.article ol:not(:last-child) {
  margin-bottom: 20px;
}

.article ol li:not(:last-child) {
  margin-bottom: 10px;
}

.article--xl p {
  font-size: 20px;
  line-height: 1.5;
}

.article--practice b {
  font-size: 18px;
}

.article--practice h1 {
  font-size: 42px;
}

.article--practice h2 {
  font-size: 28px;
  line-height: 1.3;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #272623;
  padding: 10px 0;
  z-index: 100;
}

.header.top {
  top: -200px;
}

.header.sticky {
  position: fixed;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: block;
}

.header__top {
  padding: 25px 0;
  border-bottom: 1px solid #4d4d4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__bot {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__bot .search-btn {
  margin-left: 60px;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__address {
  margin-right: 40px;
}

.header__tell {
  font-family: var(--title-font);
  font-size: 24px;
  color: var(--color-yellow);
  text-decoration: none;
  font-weight: 400;
  letter-spacing: .06em;
  margin-right: 20px;
}

.header__tell:hover {
  text-decoration: underline;
}

.header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header__lang {
  margin-left: 50px;
}

.header__nav {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: auto;
  gap: 0 10px;
}

.header__nav a {
  font-family: var(--title-font);
  font-size: 24px;
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .06em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header__nav a.active {
  color: var(--color-yellow);
}

.header__nav a:hover {
  color: var(--color-yellow);
}

.lang {
  padding: 8px 11px;
  background-color: #504e4a;
  border-radius: 8px;
  color: var(--color-white);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.lang:hover span {
  color: var(--color-yellow);
}

.lang:hover svg {
  fill: var(--color-yellow);
}

.lang span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.lang svg {
  width: 20px;
  height: 20px;
  fill: var(--color-white);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.icon-link {
  text-decoration: none;
}

.icon-link:hover svg {
  fill: var(--color-yellow);
}

.icon-link svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search-btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.search-btn--mob {
  display: none;
}

.search-btn:hover svg {
  fill: var(--color-yellow);
}

.search-btn svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobile-menu-btn {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../img/burger-menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: rgba(0,0,0,0);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -340px;
  width: 300px;
  height: calc(var(--vh, 1vh)*100);
  overflow-y: scroll;
  background-color: var(--color-black);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 102;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0,0,0,.2);
          box-shadow: -10px 0px 20px 0px rgba(0,0,0,.2);
}

.mobile-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 5px 5px -2px rgba(225,223,215,.1);
          box-shadow: 0px 5px 5px -2px rgba(225,223,215,.1);
  height: 60px;
}

.mobile-menu__logo {
  width: 190px;
}

.mobile-menu__logo img {
  display: block;
}

.mobile-menu__close {
  width: 30px;
  height: 30px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  border: none;
  background-color: rgba(0,0,0,0);
  margin-left: auto;
}

.mobile-menu__close img {
  width: 100%;
  height: 100%;
}

.mobile-menu__body {
  height: calc(var(--vh, 1vh)*100 - 60px);
  padding: 30px 10px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-menu__nav {
  margin-bottom: 30px;
}

.mobile-menu__nav li {
  border-bottom: 1px solid var(--color-white);
}

.mobile-menu__nav li a {
  font-family: var(--title-font);
  font-size: 28px;
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.mobile-menu__nav li a.active {
  color: var(--color-yellow);
}

.mobile-menu-contact {
  margin-top: auto;
}

.mobile-menu-contact li {
  border-bottom: 1px solid var(--color-white);
  display: block;
  padding: 10px 0;
}

.mobile-menu-contact__name {
  font-size: 16px;
  color: var(--color-white);
  display: block;
  margin-bottom: 5px;
}

.mobile-menu-contact__link {
  font-size: 26px;
  font-family: var(--title-font);
  color: var(--color-white);
  text-decoration: none;
}

.mobile-menu-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 0;
}

.mobile-menu-soc .address-link {
  margin-left: auto;
}

.footer {
  padding: 80px 0 30px 0;
  background-color: var(--color-black);
  margin-top: auto;
}

.footer__top {
  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;
  margin-bottom: 20px;
}

.footer__logo {
  display: block;
}

.footer__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.footer__copy {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-white);
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__nav a {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-white);
  text-decoration: none;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.popup {
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #d9d9d9;
  width: 600px;
  max-width: 100%;
  display: none;
  border-radius: 16px;
}

.popup__title {
  text-align: center;
  margin-bottom: 20px;
}

.popup__subtitle {
  text-align: center;
  margin-bottom: 20px;
}

.checkbox-privat {
  display: block;
  position: relative;
}

.checkbox-privat input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-privat input:checked+.checkbox-privat__text:after {
  opacity: 1;
}

.checkbox-privat__text {
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.3;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.checkbox-privat__text a {
  text-decoration: underline;
  color: var(--color-black);
}

.checkbox-privat__text a:hover {
  text-decoration: none;
}

.checkbox-privat__text:before,
.checkbox-privat__text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.checkbox-privat__text:before {
  border-radius: 0px;
  background-color: var(--color-black);
  border-radius: 4px;
}

.checkbox-privat__text:after {
  content: "";
  background-image: url("../img/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  opacity: 0;
}

.wpcf7 p {
  position: relative;
}

.wpcf7 p:not(:last-child) {
  margin-bottom: 20px;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control-wrap input {
  font-family: var(--text-font);
  font-size: 16px;
  color: var(--color-black);
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  background-color: #d9d9d9;
  border: 1px solid var(--color-black);
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: var(--color-black);
}

.wpcf7-form-control-wrap input::-moz-placeholder {
  color: var(--color-black);
}

.wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: var(--color-black);
}

.wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: var(--color-black);
}

.wpcf7-form-control-wrap input::placeholder {
  color: var(--color-black);
}

.wpcf7-not-valid-tip {
  position: absolute;
  background-color: tomato;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  left: 0;
  top: 100%;
  padding: 0 20px;
  width: 100%;
}

.wpcf7-response-output {
  display: none;
}

.search-panel {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #272623;
  z-index: 199;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.search-panel.show {
  top: 0;
}

.search-panel__close {
  font-size: 14px;
  color: var(--color-white);
  font-weight: 50;
  text-align: right;
  cursor: pointer;
  margin-bottom: 10px;
}

.search-panel__close:hover {
  text-decoration: underline;
}

.search-panel .search-block {
  background-color: tomato;
  height: 40px;
  width: 100%;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-size: 16px !important;
  color: var(--color-black) !important;
}

div.asl_r .results .item .asl_content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

div.asl_r .results .item .asl_content h3 a:hover {
  text-decoration: underline !important;
}

.asl_content {
  padding: 15px !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 16px !important;
}

.hero {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.hero__content {
  width: 55%;
  min-height: 590px;
  background-image: url("../img/hero-mask.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
  z-index: 2;
  padding: 77px 160px 77px 60px;
}

.hero__content--clip {
  background-image: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FFBD01));
  background: -o-linear-gradient(top, #FFDF00 0%, #FFBD01 100%);
  background: linear-gradient(180deg, #FFDF00 0%, #FFBD01 100%);
  -webkit-clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
}

.hero__title {
  margin-bottom: 30px;
}

.hero__seo {
  font-family: var(--text-font);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.hero__subtitle:not(:last-child) {
  margin-bottom: 30px;
}

.hero__subtitle--flag {
  padding-left: 38px;
  position: relative;
}

.hero__subtitle--flag::before {
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  background-image: url("../img/flag_ru.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}

.hero__img--prod {
  background-color: #504e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__img--prod img {
  width: auto;
  height: auto;
  max-width: 83%;
  margin-left: auto;
  margin-right: 25px;
}

.hero__img:not(.hero__img--prod) img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-note {
  border-radius: 8px;
  background-color: #272623;
  padding: 30px;
}

.hero-note__title {
  font-size: 18px;
  line-height: 1.3;
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-note__list li {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--color-white);
  padding-left: 30px;
}

.hero-note__list li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/list-check.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.hero-note__list li:not(:last-child) {
  margin-bottom: 10px;
}

.hero-model {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.hero-model__mark {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  font-family: var(--title-font);
  font-size: 56px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 20px;
}

.hero-model__model {
  font-family: var(--title-font);
  font-size: 250px;
  line-height: .8;
}

.note {
  padding: 60px;
  border-radius: 16px;
}

.note--light {
  background-color: #e0dfd7;
}

.note--dark {
  background-color: #d9d9d9;
}

.note__item:not(:last-child) {
  margin-bottom: 40px;
}

.note__title {
  margin-bottom: 20px;
}

.note__toggle {
  display: none;
  padding-top: 20px;
}

.note .note-toggle-btn {
  margin-top: 20px;
}

.card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.card:is(a):hover {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(224,223,215,.1);
          box-shadow: 4px 4px 8px 0px rgba(224,223,215,.1);
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.card--dark {
  background-color: #504e4a;
  color: var(--color-white);
  border: 1px solid #504e4a;
}

.card--yellow {
  background-color: #ffd300;
  color: var(--color-black);
}

.card--detailed {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FFBD01));
  background: -o-linear-gradient(top, #FFDF00 0%, #FFBD01 100%);
  background: linear-gradient(180deg, #FFDF00 0%, #FFBD01 100%);
  color: var(--color-black);
  padding: 50px 50px 0px 50px;
  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: flex-start;
}

.card__img {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-white);
  aspect-ratio: 1.12/1;
}

.card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__bg {
  margin-top: auto;
}

.card__content {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__name {
  margin-bottom: 20px;
}

.card__name--arrow {
  position: relative;
  padding-left: 27px;
}

.card__name--arrow:before {
  content: "";
  display: block;
  width: 17px;
  height: 23px;
  background-image: url("../img/card-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.card__text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.card__text:not(:last-child) {
  margin-bottom: 20px;
}

.card__subtitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
}

.card__price {
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 1;
  margin-top: auto;
}

.company-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  color: var(--color-white);
}

.company-news__title {
  margin-bottom: 20px;
}

.company-news__text {
  margin-bottom: 20px;
}

.company-news__list li {
  padding: 20px 0;
}

.company-news__list li:first-child {
  padding-top: 0;
}

.company-news__list li:last-child {
  padding-bottom: 0;
}

.company-news__list li:not(:last-child) {
  border-bottom: 1px solid #606060;
}

.company-news__list a {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--color-white);
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 120px;
}

.company-news__list a:hover {
  text-decoration: underline;
}

.company-news__list a:hover:before {
  right: -10px;
}

.company-news__list a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cat-banners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cat-banner {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-banner__content {
  padding: 30px 100px 80px 30px;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FFBD01));
  background: -o-linear-gradient(top, #FFDF00 0%, #FFBD01 100%);
  background: linear-gradient(180deg, #FFDF00 0%, #FFBD01 100%);
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.cat-banner__title {
  color: var(--color-black);
  margin-bottom: 30px;
}

.cat-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
}

.cat-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod-discr {
  background-color: #d9d9d9;
  border-radius: 16px;
  padding: 60px;
}

.prod-discr-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.prod-discr-nav__item {
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
  white-space: nowrap;
  font-family: var(--title-font);
  font-size: 28px;
  text-transform: uppercase;
}

.prod-discr-nav__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffbe01;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.prod-discr-nav__item.active::before {
  opacity: 1;
}

.prod-discr-content__item {
  display: none;
}

.prod-discr-content__item.active {
  display: block;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery a {
  border-radius: 16px;
  overflow: hidden;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 140px;
  margin-bottom: 40px;
}

.contact-list__text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-list__link {
  color: var(--color-black);
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact-list__link.uppercase {
  text-transform: uppercase;
}

.contact-list a:hover {
  color: var(--color-yellow);
}

.page-map {
  height: 380px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: tomato;
}

.rent__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 20px 0;
  border-bottom: 1px solid silver;
}

.rent__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 174px;
}

.rent__img img {
  width: 100%;
  height: auto;
}

.rent__name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rent__weight {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.rent__detailed {
  margin-left: auto;
}

.rent__btn {
  margin-left: auto;
}

.single-news {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
}

.single-news__img {
  aspect-ratio: 1.72/1;
  margin-bottom: 30px;
}

.single-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  border-radius: 16px;
}

.single-news__date {
  font-size: 18px;
  color: var(--color-white);
  font-variant-numeric: tabular-nums;
  margin-bottom: 20px;
}

.search-list li:not(:last-child) {
  margin-bottom: 20px;
}

.prod-parametrs__row {
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 30px;
}

.prod-parametrs__list li {
  font-size: 16px;
  line-height: 1.3;
}

.prod-parametrs__list li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .hero__content {
    width: 65%;
    min-height: 490px;
  }

  .hero__img--prod img {
    max-width: 70%;
  }

  .card--detailed {
    padding: 50px 30px 0px 30px;
  }

  .contact-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 30px;
  }
}

@media (max-width: 991px) {
  .h1 {
    font-size: 42px;
  }

  .h2 {
    font-size: 36px;
  }

  .h3 {
    font-size: 26px;
  }

  .subtitle {
    font-size: 18px;
  }

  .article h1 {
    font-size: 42px;
  }

  .article h2 {
    font-size: 36px;
  }

  .article h3 {
    font-size: 26px;
  }

  .article--practice h1 {
    font-size: 42px;
  }

  .article--practice h2 {
    font-size: 28px;
  }

  .header {
    position: sticky;
    top: 0;
    left: 0;
  }

  .header__bot {
    display: none;
  }

  .header__contacts {
    gap: 20px;
  }

  .header__address {
    margin-right: 0;
  }

  .header__tell {
    margin-right: 0;
  }

  .header__soc {
    margin-right: 0;
  }

  .header__lang {
    margin-left: 0;
  }

  .search-btn--mob {
    display: inline-block;
  }

  .mobile-menu-btn {
    display: block;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu.show {
    right: 0;
  }

  .hero__content--clip {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .hero__content {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FFBD01));
    background: -o-linear-gradient(top, #FFDF00 0%, #FFBD01 100%);
    background: linear-gradient(180deg, #FFDF00 0%, #FFBD01 100%);
    width: 100%;
  }

  .hero__seo {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero__img {
    position: static;
    width: 100%;
  }

  .hero__img--prod {
    padding: 40px 0;
  }

  .hero__img--prod img {
    margin-right: auto;
  }

  .note {
    padding: 40px 30px;
  }

  .card-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .card__name--arrow {
    padding-left: 24px;
  }

  .card__name--arrow:before {
    width: 14px;
    height: 19px;
    top: 3px;
  }

  .card__text {
    font-size: 14px;
  }

  .card__subtitle {
    font-size: 18px;
  }

  .card__price {
    font-size: 22px;
  }

  .company-news__list a {
    padding-right: 60px;
  }

  .cat-banner__content {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 30px;
  }

  .cat-banner__img {
    display: none;
  }

  .cat-banner .btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .prod-discr {
    padding: 40px 30px;
  }

  .prod-discr-nav {
    gap: 30px;
  }

  .prod-discr-nav__item {
    font-size: 26px;
  }

  .contact-list {
    margin-bottom: 30px;
  }

  .contact-list__text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .rent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }

  .rent__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .rent__img {
    width: 100%;
  }

  .rent__name {
    width: 100%;
  }

  .rent__weight {
    margin-left: 0;
    width: 100%;
  }

  .rent__detailed {
    margin-left: 0;
  }

  .rent__btn {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header__tell {
    display: none;
  }

  .card__btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .company-news {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .prod-discr-nav {
    overflow-x: scroll;
  }
}

@media (max-width: 575px) {
  .subtitle--section {
    margin-bottom: 30px;
  }

  .header__address {
    display: none;
  }

  .header__soc {
    display: none;
  }

  .header__lang {
    display: none;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__bot {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .popup {
    border-radius: 8px;
  }

  .hero {
    border-radius: 8px;
  }

  .hero__content {
    padding: 60px 30px;
    min-height: auto;
  }

  .note {
    border-radius: 8px;
  }

  .card-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 8px;
  }

  .card__content {
    padding: 30px 15px;
  }

  .cat-banners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cat-banner {
    border-radius: 8px;
  }

  .prod-discr {
    border-radius: 8px;
  }

  .gallery {
    gap: 10px;
  }

  .gallery a {
    border-radius: 8px;
  }

  .contact-list__item {
    width: 100%;
  }

  .page-map {
    border-radius: 8px;
    height: 280px;
  }

  .rent {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .single-news__img img {
    border-radius: 8px;
  }

  .prod-parametrs__row {
    gap: 10px;
  }
}