@font-face {
  font-family: "Sfp";
  src: url("../fonts/SFPRODISPLAYBOLD.OTF"), url("/fonts/SFPRODISPLAYBOLD.OTF") format("otf");
}
@font-face {
  font-family: "Sfp";
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF"), url("/fonts/SFPRODISPLAYMEDIUM.OTF") format("otf");
  font-weight: 500;
}
@font-face {
  font-family: "Sfp";
  src: url("../fonts/SFPRODISPLAYREGULAR.OTF"), url("/fonts/SFPRODISPLAYREGULAR.OTF") format("otf");
  font-weight: 400;
}
/* =============================================================================
   HTML5 CSS Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Sfp", sans-serif;
}

body {
  line-height: 1;
  transition: 0.5s all ease;
  overflow-x: hidden;
  background-color: #E5E5E5;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important;
  transition: 0.3s all ease;
  color: #333333;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

main {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sfp";
}

h2 {
  font-size: 3.2vw;
  font-weight: 400;
}

p.sub-title {
  font-weight: 400;
  font-size: 1.7vw;
}

::-webkit-scrollbar-track {
  background-color: #2F2F2F;
}

::-webkit-scrollbar-thumb {
  background-color: #FFDF00;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

header .top-header {
  padding: 1vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-header .left-part {
  display: flex;
}
header .top-header .left-part svg {
  width: 14vw;
  margin-right: 2vw;
}
header .top-header .left-part p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7vw;
  line-height: 1vw;
}
header .top-header .right-part {
  display: flex;
  align-items: center;
}
header .top-header .right-part .header-phone {
  display: flex;
  align-items: center;
  margin-right: 5vw;
}
header .top-header .right-part .header-phone svg {
  width: 1.5vw;
  margin-right: 0.7vw;
}
header .top-header .right-part .header-phone a {
  font-weight: bold;
  font-size: 1.3vw;
}
header .top-header .right-part .header-phone a:hover {
  color: #E4A400;
}
header .top-header .right-part .header-btn {
  background-color: #FFDF00;
  padding: 0.8vw 1.5vw;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 3px;
  transition: 0.3s all ease;
}
header .top-header .right-part .header-btn:hover {
  background-color: #C3CFCB;
}
header .top-header .right-part .header-btn svg {
  width: 1.8vw;
  margin-right: 1vw;
}
header .top-header .right-part .header-btn span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1vw;
  color: #2B2A28;
}
header .header-menu {
  background-color: #5F6467;
}
header .header-menu .container .menu-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-menu .container .menu-block nav ul {
  display: flex;
  padding: 1vw 0;
}
header .header-menu .container .menu-block nav ul li {
  margin-right: 7vw;
}
header .header-menu .container .menu-block nav ul li a {
  color: #fff;
  font-size: 1.2vw;
  text-transform: uppercase;
}
header .header-menu .container .menu-block nav ul li a:hover {
  color: #E4A400;
}
header .header-menu .container .menu-block a.lang-link {
  color: #FEF6B5;
}
header .header-slider {
  background-color: #494F53;
}
header .header-slider .slider-item {
  display: flex;
}
header .header-slider .slider-item .left-part {
  width: 50%;
}
header .header-slider .slider-item .left-part .inner {
  padding-left: 10vw;
}
header .header-slider .slider-item .left-part .inner h1 {
  padding-top: 5vw;
  text-transform: uppercase;
  color: #FFDF00;
  width: 30vw;
  font-size: 4vw;
  line-height: 4.2vw;
}
header .header-slider .slider-item .left-part .inner p.sub-title {
  margin-top: 1vw;
  color: #fff;
  font-size: 1.9vw;
  font-weight: 500;
  line-height: 2.5vw;
}
header .header-slider .slider-item .left-part .inner .header-adv {
  display: flex;
  margin-top: 2.5vw;
}
header .header-slider .slider-item .left-part .inner .header-adv.second {
  margin-top: 4vw;
}
header .header-slider .slider-item .left-part .inner .header-adv .adv-item {
  width: 33%;
}
header .header-slider .slider-item .left-part .inner .header-adv .adv-item p.header-abv-icon {
  width: 9vw;
  height: 6vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1vw;
  border-radius: 3px;
}
header .header-slider .slider-item .left-part .inner .header-adv .adv-item:first-child svg {
  margin-bottom: 1.6vw;
}
header .header-slider .slider-item .left-part .inner .header-adv .adv-item svg {
  display: block;
  width: 3vw;
  margin-bottom: 1vw;
}
header .header-slider .slider-item .left-part .inner .header-adv .adv-item span {
  color: #fff;
  font-weight: 400;
  font-size: 1.1vw;
}
header .header-slider .slider-item .left-part .inner .header-links {
  margin: 3vw 0 6vw 0;
  display: flex;
}
header .header-slider .slider-item .left-part .inner .header-links.second {
  margin-top: 8vw;
}
header .header-slider .slider-item .left-part .inner .header-links a.download-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 1.3vw 2vw 1.3vw 4vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 3px;
  background-color: #C3CFCB;
  position: relative;
}
header .header-slider .slider-item .left-part .inner .header-links a.download-link:hover {
  background-color: #FFDF00;
}
header .header-slider .slider-item .left-part .inner .header-links a.download-link svg {
  width: 2vw;
  position: absolute;
  left: 1.4vw;
  margin-right: 1vw;
}
header .header-slider .slider-item .left-part .inner .header-links a.download-link span {
  font-weight: 600;
  font-size: 1.2vw;
}
header .header-slider .slider-item .right-part {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
header .header-slider .slider-item .right-part.cover {
  background-size: cover;
}

.container {
  padding: 0 10vw;
}

a.product-check {
  text-transform: uppercase;
  background-color: #FFDF00;
  margin-right: 1.5vw;
  padding: 1.3vw 2vw;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1.2vw;
}
a.product-check:hover {
  background-color: #C3CFCB;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.7vw;
}

section.products {
  padding-top: 2vw;
  margin-bottom: 4vw;
}
section.products .products-block {
  margin-top: 3vw;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
section.products .products-block .product-item {
  width: 18.5%;
  margin-bottom: 2.8vw;
  background-color: #fff;
  padding: 1.8vw 1.5vw;
  box-shadow: 0 17px 24px -10px rgba(0, 0, 0, 0.07);
  transition: 0.3s all ease;
  border-radius: 3px;
}
section.products .products-block .product-item:hover {
  box-shadow: 0 17px 24px -10px #FFDF00;
}
section.products .products-block .product-item p.title {
  font-weight: 700;
  height: 6vw;
  text-transform: uppercase;
  font-size: 1.6vw;
  padding-right: 2vw;
  line-height: 1.8vw;
}
section.products .products-block .product-item p.img {
  margin: 0 0.2vw;
  height: 8vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.products .products-block .product-item a.prod-btn {
  display: inline-block;
  background-color: #FFDF00;
  width: 100%;
  font-size: 1.1vw;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.5vw;
  padding: 1.2vw 0;
  font-weight: 600;
  border-radius: 3px;
}
section.products .products-block .product-item a.prod-btn:hover {
  background-color: #C3CFCB;
}

section.serv {
  background-color: #fff;
  padding: 6vw 0 7vw;
}
section.serv.gray {
  background-color: #E5E5E5;
}
section.serv .inner-serv {
  display: flex;
  margin-top: 3vw;
  justify-content: space-between;
}
section.serv .inner-serv .left-part {
  width: 48.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
}
section.serv .inner-serv .right-part {
  width: 48.5%;
}
section.serv .inner-serv .right-part.d-flex {
  margin-top: 7vw;
}
section.serv .inner-serv .right-part p {
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
}
section.serv .inner-serv .right-part p.title {
  font-weight: bold;
  font-size: 1.5vw;
  margin-top: 2vw;
  text-transform: uppercase;
}
section.serv .inner-serv .right-part .btn-block {
  margin-top: 3vw;
  margin-bottom: 2vw;
}
section.serv .inner-serv .right-part .btn-block.form {
  margin-top: 1vw;
}
section.serv .inner-serv .right-part .btn-block form input {
  background-color: #F6F8F7;
  border: 1px solid #C3CFCB;
  border-radius: 3px;
  font-size: 0.9vw;
  padding: 1.2vw 1.5vw;
  width: 50%;
  margin-right: 1vw;
}
section.serv .inner-serv .right-part .btn-block form button {
  text-transform: uppercase;
  background-color: #FFDF00;
  margin-right: 1.5vw;
  padding: 1.1vw 2vw;
  border-radius: 3px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 1.1vw;
}
section.serv .inner-serv .right-part .btn-block form button:hover {
  background-color: #C3CFCB;
}
section.serv .inner-serv .right-part .btn-block a {
  font-size: 1.1vw;
}
section.serv .inner-serv .right-part .btn-block a svg {
  width: 2vw;
}
section.serv .inner-serv .right-part .btn-block a.download svg {
  position: relative;
  top: 0.6vw;
  margin-right: 0.5vw;
}
section.serv .inner-serv .right-part .btn-block a.more {
  background-color: #C3CFCB;
}
section.serv .inner-serv .right-part .btn-block a.more:hover {
  background-color: #FFDF00;
}

section.about {
  background-color: #fff;
  margin-top: -1vw;
  padding: 6vw 0 4vw;
}
section.about .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
section.about .inner .left-part {
  width: 46%;
}
section.about .inner .right-part {
  width: 46%;
}
section.about .inner .right-part p.heading {
  margin-bottom: 3vw;
}
section.about .inner .right-part .adv-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.5vw;
}
section.about .inner .right-part .adv-item:nth-child(3) svg {
  width: 3.8vw;
}
section.about .inner .right-part .adv-item svg {
  width: 2.8vw;
  margin-right: 1vw;
}
section.about .inner .right-part .adv-item span {
  font-size: 1.3vw;
}
section.about .inner p {
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 2vw;
  margin-bottom: 1.2vw;
}
section.about .inner p.heading {
  font-weight: 700;
}

section.delivery {
  padding: 6vw 0;
}
section.delivery .inner {
  display: flex;
  margin-top: 2vw;
  justify-content: space-between;
}
section.delivery .inner .left-part {
  width: 48%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.delivery .inner .right-part {
  width: 48%;
}
section.delivery .inner .right-part .adv-block {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
section.delivery .inner .right-part .adv-block .item {
  width: 33%;
}
section.delivery .inner .right-part .adv-block .item svg {
  width: 2.8vw;
  height: 5vw;
}
section.delivery .inner .right-part .adv-block .item p {
  line-height: 1.7vw;
}
section.delivery .inner .right-part .alert {
  margin: 2vw 0 2vw;
  background-color: #FEF6B5;
  display: flex;
  align-items: center;
  padding: 0.5vw 1.5vw;
}
section.delivery .inner .right-part .alert svg {
  width: 12vw;
  margin-right: 2vw;
}
section.delivery .inner .right-part .alert p {
  line-height: 1.7vw;
  margin-top: 1vw;
  font-size: 1.15vw;
}
section.delivery .inner .right-part a.delivery-phone {
  font-size: 1.2vw;
  margin-top: 2vw;
  font-weight: bold;
  display: flex;
  align-items: center;
}
section.delivery .inner .right-part a.delivery-phone:hover {
  color: #E4A400;
}
section.delivery .inner .right-part a.delivery-phone svg {
  width: 1.5vw;
  margin-right: 1vw;
}
section.delivery .inner .right-part p {
  font-weight: 400;
  margin-bottom: 0.8vw;
  font-size: 1.3vw;
  line-height: 2vw;
}
section.delivery .inner .right-part p.bold {
  font-weight: 700;
}

section.gallery {
  background-color: #fff;
  padding: 6vw 0;
}
section.gallery .gallery-slider {
  margin-top: 3vw;
  display: flex;
  position: relative;
  justify-content: space-between;
}
section.gallery .gallery-slider .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2vw;
  width: 10vw;
  height: 24vw;
}
section.gallery .gallery-slider .slider-arr {
  position: absolute;
  top: -4.5vw;
  right: 1.5vw;
  cursor: pointer;
  width: 5vw;
  opacity: 0.6;
  transition: 0.3s all ease;
}
section.gallery .gallery-slider .slider-arr.prev {
  right: 8vw;
  transform: rotate(180deg);
}
section.gallery .gallery-slider .slider-arr:hover {
  opacity: 1;
}

section.question {
  background-color: #78827F;
  position: relative;
  overflow: hidden;
  padding: 5vw 0;
}
section.question .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.question .container h2 {
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1vw;
}
section.question .container .set-question span {
  font-size: 1.1vw;
  margin-right: 3vw;
  color: #fff;
  text-transform: uppercase;
}
section.question .container .set-question a.product-check {
  text-transform: uppercase;
  margin-right: 0;
}
section.question p.bg {
  position: absolute;
  top: -5vw;
  left: 30%;
  font-size: 25vw;
  font-weight: bold;
  color: #8D9693;
  z-index: 0;
}

footer {
  background-color: #2B2A28;
  padding: 4vw 0 2vw;
  font-size: 1.2vw;
  color: #fff;
}
footer .container {
  display: flex;
  justify-content: flex-end;
  flex-flow: wrap;
}
footer .container .left-part {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .container .left-part .address {
  width: 43%;
}
footer .container .left-part .address p.title {
  margin-bottom: 0.5vw;
  color: #5F6467;
}
footer .container .left-part .address p {
  line-height: 2vw;
}
footer .container .left-part .address a {
  color: #fff;
  line-height: 2vw;
}
footer .container .right-part {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .container .right-part a.footer-phone {
  color: #fff;
  margin-right: 4vw;
  display: flex;
  align-items: center;
}
footer .container .right-part a.footer-phone svg {
  width: 1.5vw;
  margin-right: 0.5vw;
}
footer .container .right-part a.product-check {
  padding: 1vw 2vw;
  display: flex;
  align-items: center;
  margin-right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .container .right-part a.product-check svg {
  width: 1.7vw;
}
footer .container p.footer-date {
  margin-top: 1vw;
  color: #78827F;
}

.sm-dblock {
  display: none;
}

.serv-hide {
  display: block;
}

a.show-all-btn {
  background-color: #F6F8F7;
  font-size: 4vw;
  text-transform: uppercase;
  padding: 4vw;
  text-align: center;
  border: 1px solid #C3CFCB;
  font-weight: 600;
  border-radius: 3px;
  display: none;
}
a.show-all-btn.hide-show-all {
  display: none;
}

.burger {
  width: 7vw;
  display: none;
  height: 7vw;
  position: relative;
}
.burger.fixed-burger {
  position: fixed;
  top: 6vw;
  right: 4vw;
  z-index: 4;
}
.burger span {
  width: 7vw;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #2B2A28;
  display: inline-block;
  border-radius: 3px;
}
.burger span:nth-child(2) {
  top: 3vw;
}
.burger span:nth-child(3) {
  top: 6vw;
  width: 50%;
  left: 45%;
}

.close-nav {
  position: absolute;
  display: none;
  top: 4vw;
  z-index: 8;
  right: 4vw;
  width: 7vw;
  height: 7vw;
}
.close-nav span {
  display: inline-block;
  width: 7vw;
  position: absolute;
  top: 3vw;
  left: 0;
  transform: rotate(45deg);
  height: 0.5vw;
  background-color: #2B2A28;
}
.close-nav span:nth-child(2) {
  transform: rotate(-45deg);
}

.fixed-menu {
  position: fixed;
  background-color: #5F6467;
  z-index: 5;
  top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 6vw;
  width: 82%;
  border-radius: 5px;
}

#call-back-popup {
  position: fixed;
  top: 100px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 203, 5, 0.98);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}
#call-back-popup #close-call-back-popup {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  border: 2px solid #000;
}
#call-back-popup #close-call-back-popup span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 30px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
  background-color: #000;
  transition: 0.3s all ease;
}
#call-back-popup #close-call-back-popup span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#call-back-popup #close-call-back-popup:hover span {
  transform: translate(-50%, -50%) rotateX(135deg);
}
#call-back-popup #close-call-back-popup:hover span:last-child {
  transform: translate(-50%, -50%) rotateX(-135deg);
}
#call-back-popup form {
  width: 80%;
  max-width: 400px;
}
#call-back-popup form p.form-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
#call-back-popup form .form-group {
  margin-top: 20px;
}
#call-back-popup form .form-group label {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
#call-back-popup form .form-group input {
  width: 100%;
  font-size: 30px;
  margin-top: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
}
#call-back-popup form button {
  font-size: 17px;
  display: block;
  margin: 40px auto;
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 5px;
  color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
#call-back-popup form button:hover {
  background-color: #000;
  color: #fff;
}
#call-back-popup form p.guarantee {
  font-size: 12px;
  text-align: center;
  padding: 0 20px;
  line-height: 15px;
}
#call-back-popup form p.guarantee i {
  font-size: 15px;
  margin-right: 10px;
}

#call-back-popup.show-call-back-popup {
  visibility: visible;
  opacity: 1;
  top: 0;
}

@media only screen and (max-width: 760px) {
  .container {
    padding: 0 5vw;
  }

  a.show-all-btn {
    display: block;
  }

  .sm-none {
    display: none;
  }

  .sm-dblock {
    display: inline-block;
  }

  .burger {
    display: block;
  }

  .serv-hide {
    display: none;
  }

  h2 {
    font-size: 10vw;
    line-height: 12vw;
  }

  header {
    margin-top: 2vw;
  }
  header .container .top-header {
    margin-bottom: 20vw;
  }
  header .container .top-header .left-part {
    flex-direction: column;
  }
  header .container .top-header .left-part svg {
    width: 30vw;
  }
  header .container .top-header .left-part p {
    font-size: 2.6vw;
    margin-top: 1.8vw;
    font-weight: 400;
  }
  header .container .top-header .right-part .header-phone svg {
    width: 4vw;
  }
  header .container .top-header .right-part .header-phone a {
    font-size: 3.4vw;
  }
  header .container .top-header .right-part .header-btn {
    position: absolute;
    top: 15vw;
    left: 4vw;
    width: 88.5%;
    justify-content: center;
  }
  header .container .top-header .right-part .header-btn svg {
    width: 6vw;
  }
  header .container .top-header .right-part .header-btn span {
    font-size: 5vw;
    padding: 3vw;
  }
  header .header-menu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    background-color: #FFDF00;
    height: 100vh;
  }
  header .header-menu.show-menu {
    display: block;
  }
  header .header-menu .container .close-nav {
    display: block;
  }
  header .header-menu .container .menu-block {
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #FFDF00;
  }
  header .header-menu .container .menu-block nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-menu .container .menu-block nav ul li {
    margin-right: 0;
    margin-bottom: 15vw;
  }
  header .header-menu .container .menu-block nav ul li a {
    color: #2B2A28;
    font-size: 8vw;
    font-weight: 500;
  }
  header .header-menu .container .menu-block a.lang-link {
    position: absolute;
    top: 10%;
    color: #78827F;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6vw;
    width: 50vw;
    text-align: center;
    padding-bottom: 7vw;
    border-bottom: 1px solid #E4A400;
  }
  header .header-slider .slider-item:first-child {
    background-image: url("/imgtrv/mobile_bg.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .header-slider .slider-item:last-child {
    background-image: url("/imgtrv/mobile_bg2.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .header-slider .slider-item .left-part {
    width: 100%;
  }
  header .header-slider .slider-item .left-part .inner {
    padding-left: 6vw;
  }
  header .header-slider .slider-item .left-part .inner h1 {
    font-size: 8vw;
    line-height: 9vw;
    margin: 3vw 0 2vw 1vw;
    width: 50vw;
  }
  header .header-slider .slider-item .left-part .inner p.sub-title {
    font-size: 5.7vw;
    padding-right: 10vw;
    line-height: 7.5vw;
    font-weight: 400;
  }
  header .header-slider .slider-item .left-part .inner .header-adv {
    flex-direction: column;
  }
  header .header-slider .slider-item .left-part .inner .header-adv.second .adv-item {
    width: 90%;
    margin-bottom: 4vw;
  }
  header .header-slider .slider-item .left-part .inner .header-adv.second .adv-item p.header-abv-icon {
    width: 34vw;
    height: 20vw;
    margin-right: 6vw;
  }
  header .header-slider .slider-item .left-part .inner .header-adv.second .adv-item span {
    font-size: 4.5vw;
  }
  header .header-slider .slider-item .left-part .inner .header-adv .adv-item {
    display: flex;
    align-items: center;
    width: 80%;
    margin-bottom: 6vw;
  }
  header .header-slider .slider-item .left-part .inner .header-adv .adv-item:nth-child(2) svg {
    width: 11.5vw;
  }
  header .header-slider .slider-item .left-part .inner .header-adv .adv-item svg {
    width: 9vw;
    height: 9vw;
    margin-right: 5vw;
  }
  header .header-slider .slider-item .left-part .inner .header-adv .adv-item span {
    font-size: 4vw;
    font-weight: 400;
    line-height: 5vw;
  }
  header .header-slider .slider-item .left-part .inner .header-links {
    flex-direction: column;
  }
  header .header-slider .slider-item .left-part .inner .header-links.second {
    margin-top: 1vw;
  }
  header .header-slider .slider-item .left-part .inner .header-links a {
    width: 85%;
    text-align: center;
    font-size: 4vw;
    padding: 4vw;
  }
  header .header-slider .slider-item .left-part .inner .header-links a.download-link {
    justify-content: center;
    width: 93.5%;
    text-align: center;
    font-size: 4vw;
    padding: 2.5vw 0;
    margin-top: 5vw;
    margin-bottom: 4vw;
  }
  header .header-slider .slider-item .left-part .inner .header-links a.download-link svg {
    position: relative;
    width: 6vw;
    margin-right: 4vw;
  }
  header .header-slider .slider-item .left-part .inner .header-links a.download-link span {
    font-size: 4vw;
  }
  header .header-slider .slider-item .right-part {
    display: none;
  }

  section.products .container h2 {
    margin: 2vw 0 6vw;
    font-size: 9vw;
  }
  section.products .container .products-block .product-item {
    width: 100%;
    padding: 6.8vw 6.5vw;
    margin-bottom: 8vw;
  }
  section.products .container .products-block .product-item p.title {
    font-size: 5.6vw;
    line-height: 7vw;
    height: 15vw;
  }
  section.products .container .products-block .product-item p.img {
    height: 43vw;
  }
  section.products .container .products-block .product-item a.prod-btn {
    margin-top: 5vw;
    font-size: 4vw;
    padding: 4vw 0;
  }

  section.serv .container h2 {
    margin: 4vw 0 6vw;
  }
  section.serv .container .inner-serv {
    flex-direction: column;
  }
  section.serv .container .inner-serv .left-part {
    width: 100%;
    height: 50vw;
    background-size: cover;
  }
  section.serv .container .inner-serv .right-part {
    width: 100%;
    margin-top: 6vw;
  }
  section.serv .container .inner-serv .right-part p {
    font-size: 5vw;
    line-height: 8vw;
  }
  section.serv .container .inner-serv .right-part p.title {
    margin-top: 6vw;
  }
  section.serv .container .inner-serv .right-part .btn-block {
    margin-top: 7vw;
    display: flex;
    flex-direction: column;
  }
  section.serv .container .inner-serv .right-part .btn-block.form {
    display: flex;
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  section.serv .container .inner-serv .right-part .btn-block.form input {
    width: 86%;
    font-size: 3.5vw;
    padding: 4.5vw 6vw;
    margin-bottom: 6vw;
  }
  section.serv .container .inner-serv .right-part .btn-block.form button {
    width: 100%;
    font-size: 4vw;
    padding: 4vw 0;
    color: #2B2A28;
  }
  section.serv .container .inner-serv .right-part .btn-block a {
    text-align: center;
    font-size: 4vw;
    padding: 4vw;
    margin-bottom: 5vw;
    position: relative;
  }
  section.serv .container .inner-serv .right-part .btn-block a svg {
    width: 7vw;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
  }

  section.about .container h2 {
    margin: 8vw 0 6vw;
  }
  section.about .container .inner {
    flex-direction: column;
  }
  section.about .container .inner .left-part {
    width: 100%;
  }
  section.about .container .inner .left-part p {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
  section.about .container .inner .right-part {
    width: 100%;
    margin-bottom: 8vw;
  }
  section.about .container .inner .right-part p.heading {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
  section.about .container .inner .right-part .adv-item {
    align-items: flex-start;
  }
  section.about .container .inner .right-part .adv-item:nth-child(3) svg {
    width: 28vw;
  }
  section.about .container .inner .right-part .adv-item svg {
    width: 14vw;
    margin-right: 4vw;
  }
  section.about .container .inner .right-part .adv-item span {
    font-size: 5vw;
    line-height: 8vw;
  }

  section.delivery .container h2 {
    font-size: 9.5vw;
    margin: 8vw 0 6vw;
  }
  section.delivery .container .inner {
    flex-direction: column;
  }
  section.delivery .container .inner .left-part {
    height: 50vw;
    width: 100%;
    margin-bottom: 6vw;
    border-radius: 3px;
  }
  section.delivery .container .inner .right-part {
    width: 100%;
  }
  section.delivery .container .inner .right-part p {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 4vw;
  }
  section.delivery .container .inner .right-part .adv-block {
    flex-direction: column;
  }
  section.delivery .container .inner .right-part .adv-block .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
  }
  section.delivery .container .inner .right-part .adv-block .item:nth-child(3) svg {
    width: 21vw;
  }
  section.delivery .container .inner .right-part .adv-block .item svg {
    width: 11vw;
    height: 17vw;
    margin-right: 7vw;
  }
  section.delivery .container .inner .right-part .adv-block .item p {
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 0;
  }
  section.delivery .container .inner .right-part .alert {
    align-items: flex-start;
    padding: 5vw;
    margin-top: 4vw;
  }
  section.delivery .container .inner .right-part .alert p {
    margin-top: 0;
  }
  section.delivery .container .inner .right-part .alert svg {
    width: 70vw;
    margin-right: 4vw;
  }
  section.delivery .container .inner .right-part p.bold {
    margin: 8vw 0;
  }
  section.delivery .container .inner .right-part a.delivery-phone {
    margin-bottom: 6vw;
    font-size: 5vw;
  }
  section.delivery .container .inner .right-part a.delivery-phone svg {
    width: 7vw;
    margin-right: 4vw;
  }

  section.gallery .container .gallery-slider .item {
    height: 90vw;
    margin-right: 0;
  }
  section.gallery .container .gallery-slider .slider-arr {
    top: 42vw;
    z-index: 1;
    right: -4.5vw;
    width: 20vw;
    opacity: 1;
  }
  section.gallery .container .gallery-slider .slider-arr.prev {
    right: 82.5%;
  }

  section.question .container {
    flex-direction: column;
    align-items: flex-start;
    margin: 8vw 0;
  }
  section.question .container .set-question {
    display: flex;
    flex-direction: column;
    margin-top: 6vw;
    width: 91%;
  }
  section.question .container .set-question span {
    font-size: 5vw;
  }
  section.question .container .set-question a.product-check {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    padding: 4vw;
    margin-top: 8vw;
    position: relative;
    z-index: 1;
  }
  section.question p.bg {
    top: -19vw;
    font-size: 108vw;
    left: 40%;
  }

  footer .container {
    flex-direction: column;
    margin: 6vw 0;
  }
  footer .container .left-part {
    width: 100%;
    flex-direction: column;
  }
  footer .container .left-part .address {
    width: 100%;
    display: flex;
    margin-bottom: 4vw;
  }
  footer .container .left-part .address p, footer .container .left-part .address a {
    font-size: 5vw;
    line-height: 8vw;
    font-weight: 100;
  }
  footer .container .left-part .address p.title, footer .container .left-part .address a.title {
    margin-right: 4vw;
  }
  footer .container .right-part {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .container .right-part a.footer-phone {
    font-size: 5vw;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
  footer .container .right-part a.footer-phone svg {
    width: 8vw;
    margin-right: 5vw;
  }
  footer .container .right-part a.product-check {
    font-size: 4vw;
    width: 90%;
    padding: 4vw;
    margin-top: 4vw;
    justify-content: center;
  }
  footer .container .right-part a.product-check svg {
    width: 5vw;
    margin-right: 3vw;
  }
  footer .container p.footer-date {
    text-align: center;
    font-size: 4vw;
    margin-top: 8vw;
  }
}
