.as{
  background-color: red;
}

@font-face {
  font-family: "UAF Sans";
  src: url("../fonts/UAFSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "UAF Sans";
  src: url("../fonts/UAFSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "UAF Sans";
  src: url("../fonts/UAFSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "UAF Sans";
  src: url("../fonts/UAFSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Play";
  src: url("../fonts/Play-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Play";
  src: url("../fonts/Play-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
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, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  width: 100%;
  height: auto;
}

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;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #003159 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

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

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "UAF Sans", sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  background-color: #3B3D32;
}

h1{
  font-family: 'UAF Sans', sans-serif;
  line-height: 1.4;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
}

.footer__modal {
  width: 100%;
  max-width: 900px;
  display: none;
  color: #222;
}
.footer__modal h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer__modal h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer__modal p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .footer__modal h2 {
    font-size: 6vw;
  }
  .footer__modal h6 {
    font-size: 5vw;
  }
  .footer__modal p {
    font-size: 4vw;
  }
}
.modal__review {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease;
}
.modal__review input:-ms-input-placeholder {
  color: #444 !important;
}

.modal__review.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal__review-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 50px;
  background: #ffe;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.modal__review form {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__review form.active {
  opacity: 1;
  visibility: visible;
}

.name__input {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444444;
  padding: 0 20px;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.name__input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.input__file {
  display: none;
}

.file {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  align-self: flex-start;
  margin: 20px 0;
}

.file span {
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.file div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  flex-shrink: 0;
  margin-right: 15px;
  border: 1px solid #888888;
  position: relative;
  overflow: hidden;
}

.file div img {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.file div:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.file div:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.modal__star-raiting {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
  position: relative;
  z-index: 10000;
  margin: 10px 0;
}

.modal__raiting {
  display: flex;
  min-width: 98px;
  height: 18px;
  font-size: 0px;
  margin-left: 23px;
}
.modal__raiting img {
  pointer-events: auto;
}

.modal__raiting img {
  width: 18px;
  height: 18px;
}

.modal__area {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 98px;
  max-height: 118px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  color: #444444;
  padding: 13px 20px;
  background-color: transparent;
}

.modal__area::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.send {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #5B67C8;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.send:hover {
  background: #4353cf;
}

.send__img img {
  margin: auto;
}

.send__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.send__window.active {
  opacity: 1;
  visibility: visible;
}

.send__massage {
  width: 60%;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #222222;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.modal__close img {
  width: 18px;
}

@media (max-width: 540px) {
  .modal__review-wrapper {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
}
.size-table-wrapper {
  position: relative;
  width: 100%;
  background-color: #1a2e80;
  padding: 25px;
  max-width: 690px;
  margin: 0 auto;
  color: #fff;
  display: none;
}

.size-table-wrapper h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.size-table-wrapper table {
  margin-bottom: 30px;
}

.size-table-wrapper table:last-child {
  margin-bottom: 0;
}

.size-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.size-table tbody tr:nth-of-type(even) td {
  background-color: #162a7c;
}

.size-table tbody td:first-child {
  width: 25.5%;
  padding-left: 0;
  /*border-right: 1px solid #fff;*/
  text-align: left;
}

.size-table thead th:nth-child(2) {
  border-left: 1px solid #fff;
}

.size-table tbody td {
  width: 15%;
  padding: 8px 8px 8px;
}

.size-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  /*color: #000;*/
}

.modal__result {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal__block {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 80px 30px 30px;
}

.modal__result-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333;
}

.modal__result-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

.discount__modal {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__section {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.sub-42 .header__section{
  background-image: url(../img/header-bg.jpg);
}

.sub-module .header__section{
  background-image: url(../img/module/header-bg.jpg);
}

.sub-main .header__section{
  background-color: #23251D;
  background: url('../img/main/main-header-bg-3.jpg') no-repeat center center / cover;
}

.header__section-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0 50px;
  position: relative;
}

.header__nav-mobile {
  display: none;
}

.mobile__menu-open {
  display: none;
}

.header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-42 .header__nav {
  margin-bottom: 160px;
}

@media screen and (min-width: 1280px) {
  .sub-module .header__nav {
    margin-bottom: 160px;
  }
}


.sub-main .header__nav {
  margin-bottom: 100px;
}

.header__nav-logo {
  width: 188px;
  height: auto;
}

.header__nav-links {
  width: auto;
}

.header__nav-link {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-right: 60px;
}
.header__nav-link:last-child {
  margin-right: 0;
}
.header__nav-link:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: 0.3s ease;
}
.header__nav-link:hover:before {
  width: 75%;
  background-color: #6c7551;
}

.order__nav-btn {
  font-weight: 400;
  font-size: 18px;
  color: #e6eec6;
  padding: 20px 60px;
  border: 1px solid #e6eec6;
  transition: 0.3s ease;
}
.order__nav-btn:hover {
  background-color: #e6eec6;
  color: #3B3D32;
}

.header__content {
  height: auto;
  position: relative;
  z-index: 1;
}



@media screen and (min-width: 1400px) {
  .sub-module .header__content{
    width: 670px;
    padding-bottom: 162px;
  }

  .sub-42 .header__content{
    width: 670px;
    padding-bottom: 162px;
  }
}

.sub-main .header__content {
  width: 100%;
  max-width: 1300px;
  padding-bottom: 0;
}

.header__decor {
  width: 1000px;
  height: 245px;
  position: absolute;
  z-index: -1;
}
.header__decor:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  opacity: 0;
  -webkit-animation: decor 7s infinite;
          animation: decor 7s infinite;
}

@-webkit-keyframes decor {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes decor {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header__decor-1 {
  background: #6c7551;
}

.sub-42 .header__decor-1 {
  left: -790px;
  top: -55px;
}

.sub-module .header__decor-1 {
  left: -790px;
  top: -55px;
}

.sub-main .header__decor-1 {
  left: -750px;
  top: 0px;
}

.header__decor-1:before {
  background: #6c7551;
}

.sub-42 .header__decor-1:before {
  top: -35px;
  right: -35px;
}

.sub-module .header__decor-1:before {
  top: -35px;
  right: -35px;
}

.sub-main .header__decor-1:before {
  top: -35px;
  right: -35px;
}

.header__decor-2 {
  background-color: rgba(230, 238, 198, 0.2);
  z-index: auto;
}

.sub-42 .header__decor-2 {
  bottom: 0;
  right: -540px;
  height: 190px;
}

.sub-module .header__decor-2 {
  bottom: 0;
  right: -540px;
  height: 190px;
}

.sub-main .header__decor-2{
  bottom: 103px;
  right: -454px;
  height: 190px;
}

.header__decor-2:before {
  left: -35px;
  background-color: rgba(230, 238, 198, 0.2);
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.sub-42 .header__decor-2:before {
  top: -35px;
}

.sub-module .header__decor-2:before {
  top: -35px;
}

.sub-main .header__decor-2:before{
  bottom: -35px;
}

.sub-42 .header__name-logo {
  width: 613px;
  height: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 1080px) {
  .sub-module .header__name-logo {
    width: 613px;
    height: auto;
    margin-bottom: 25px;
  }

}

.sub-main .header__name-logo{
  width: 100%;
  max-width: 1300px;
  height: auto;

}

.header__text {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin-bottom: 50px;
}

.sub-main .header__text{
  max-width: 480px;
  text-align: right;
  margin-left: auto;
  font-size: 30px;
  padding-right: 30px;
}

.header__prod {
  height: auto;
  position: absolute;
  top: -100px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

@media screen and (min-width: 1400px) {
  .sub-42 .header__prod{
    width: 974px;
    right: -764px;
  }
}

@media screen and (min-width: 1080px) {

  .sub-module .header__prod{
    width: 595px;
    right: -604px;
  }
}

.order__btn {
  padding: 20px 90px;
  font-weight: 700;
  font-size: 18px;
  color: #3B3D32;
  background: #e6eec6;
  border: 1px solid #e6eec6;
  transition: 0.3s ease;
  display: inline-block;
}
.order__btn:hover {
  background-color: transparent;
  color: #e6eec6;
}

.header__next {
  align-self: center;
  padding: 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.header__next:hover span:nth-child(1) {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.header__next:hover span:nth-child(2) {
  -webkit-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}
.header__next:hover span:nth-child(3) {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
.header__next:hover span:nth-child(4) {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}
.header__next span {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #e6eec6;
  position: absolute;
  transition: 0.3s ease;
}
.header__next span:nth-child(1) {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.header__next span:nth-child(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.header__next span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.header__next span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.bg-arrow{
  width: 100%:;
  height: 10px;
  background-color: #1E1E1E;
}

@media (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  .header__content {
    width: 600px;
  }

  .header__name-logo {
    width: 100%;
  }
  .header__text {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .header__prod {
    width: 860px;
    right: -700px;
    top: 25px;
  }

  .sub-module .header__prod {
    width: 445px;
    right: -464px;
    top: -40px;
  }

}

@media (min-width: 1080px) and (max-width: 1400px){
  .sub-module .header__content {
    width: 670px;
    padding-bottom: 20px;
  }

  .sub-42 .header__prod{
    width: 620px;
    right: -650px;
    top: -105px;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__nav-logo {
    width: 170px;
  }
  .header__nav-link {
    font-size: 18px;
    margin-right: 40px;
  }
  .order__nav-btn {
    padding: 12px 34px;
  }
  .header__content {
    width: 520px;
  }
  .header__text {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .order__btn {
    padding: 15px 70px;
  }
  .header__prod {
    width: 740px;
    right: -600px;
    top: 25px;
  }
  .header__decor-1 {
    height: 185px;
    top: -40px;
  }
  .header__nav {
    margin-bottom: 120px;
  }
  .header__decor-2 {
    right: -650px;
    height: 160px;
  }
}

@media screen and (max-width: 1080px) {
  .sub-module .header__prod{
    top: -30px;
    right: auto;
  }
}

@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__section .header__nav-links {
    display: none;
  }
  .header__section .order__nav-btn {
    display: none;
  }
  .mobile__menu-open {
    display: block;
    width: 32px;
    height: auto;
    cursor: pointer;
  }
  .mobile__menu-open img {
    width: 100%;
    height: auto;
  }
  .header__nav {
    margin-bottom: 107px;
  }
  .header__content {
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__prod {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .header__next {
    display: none;
  }
  .header__decor-2 {
    display: none;
  }
  .header__name-logo {
    width: 80%;
    margin-bottom: 20px;
  }
  .header__text {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
  .header__nav-mobile {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 100;
    background: #23251d;
    padding: 80px 0 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    transition: 0.5s ease;
  }
  .header__nav-mobile.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
  .header__nav-mobile .header__nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
  }
  .header__nav-mobile .order__nav-btn {
    display: block;
  }
  .nav__mobile-close {
    position: absolute;
    top: 23px;
    right: 23px;
    width: 32px;
    height: auto;
    cursor: pointer;
    display: block;
  }
  .nav__mobile-close img {
    width: 100%;
    height: auto;
  }
  .header__nav-link {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .header__nav-link:before {
    width: 0;
  }
  .header__nav-link:hover:before {
    width: 100% !important;
    background-color: #fff;
  }
  .header__nav-link.active:before {
    width: 0;
    background-color: #fff;
  }
  .header__nav-logo {
    width: 180px;
  }
  .order__nav-btn {
    padding: 20px 60px;
    margin-top: auto;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  .header__section-wrapper {
    padding: 7vw 0 12vw;
  }

  .header__nav {
    margin-bottom: 24vw;
  }

  .sub-module .header__nav{
    margin-bottom: 16vw;
  }

  .sub-main .header__nav{
    margin-bottom: 15vw;
  }

  .header__nav-logo {
    width: 45vw;
  }
  .header__name-logo {
    width: 80.5%;
    margin-bottom: 4.8vw;
  }

  .sub-module .header__name-logo{
    width: 100%;
  }

  .header__text {
    margin-bottom: 10vw;
  }

  .sub-module .header__text{
    text-align: left;
  }

  .header__text {
    font-size: 5.8vw;
  }

  .sub-main .header__text {
    font-size: 5.8vw;
    text-align: center;
  }

  .header__prod {
    width: 120%;
    margin-bottom: 8vw;
  }
  .header__section {
    background-position: 65% top;
  }
  .order__btn {
    padding: 4.8vw 21vw;
    font-size: 4.5vw;
  }
  .header__nav-mobile {
    padding: 19vw 0 18vw;
  }
  .header__nav-mobile {
    padding: 19vw 0 18vw;
  }
  .header__nav-link {
    margin-bottom: 7vw;
    font-size: 5.8vw;
  }
  .order__nav-btn {
    padding: 4.8vw 14vw;
    font-size: 4.5vw;
  }
  .header__decor-1 {
    width: 100vw;
    height: 24vw;
    top: -8vw;
    left: -55vw;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
    transition: 1s ease;
  }
  .header__decor-1.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .header__decor:before {
    top: -8.5vw;
    right: -8.5vw;
    width: 8.5vw;
    height: 8.5vw;
  }

  .sub-main .header__decor-1{
    left: -82vw;
    top: -1vw;
    height: 20vw;
  }
}
@media (max-width: 360px) {
  .header__nav-mobile {
    padding: 15vw 0 10vw;
  }
}

/*info*/

.info__section:not(.visual) {
  background-image: url(../img/info-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.visual{
  background-color: #23251D;
}

.using{
  background-color: #3B3D32;
}

.using h4{
  font-size: 22px;
  padding-left: 50px;
  margin: 0 20px 50px 40px;
  color: #e6eec6;
  font-weight: bold;
}

.info__section-wrapper {
  padding: 100px 0 70px;
}

.info__block:not(.visual .info__block) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.visual .info__block{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.info__left {
  position: relative;
  width: 785px;
  height: auto;
  flex-shrink: 0;
  z-index: 1;
}

.info__left .header__decor-1{
  top: 190px;
  background-color: #6C7551;
}

  .info__left .header__decor-1:before{
    background-color: #6C7551;
    bottom: -35px;
    top: auto;
  }

.using .info__left .header__decor-1{
  top: 260px;
  background-color: #6C7551;
}

.visual .info__left{
  width: 715px;
}

.info__title {
  font-weight: 700;
  font-size: 62px;
  color: #fff;
  margin-bottom: 20px;
}

.info__title + h6{
  text-align: right;
  font-size: 18px;
  margin: 1rem 0;
}

.info__img {
  width: 634px;
  height: auto;
}

.info__text {
  width: 575px;
  height: auto;
  margin-left: 95px;
}

.info__text:not(.visual .info__text) {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(108, 118, 81, 0.2);
  margin-top: -164px;
  padding: 39px 40px 40px 35px;
}

.visual .info__text{
  margin: 50px 50px 100px 70px;
}

.info__text p:not(.visual .info__text p) {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.info__text p:last-child {
  margin-bottom: 0;
}

.visual .info__text p{
  font-size: 24px;
  line-height: 1.3;
}


.info__right {
  width: 550px;
  height: auto;
  padding: 20px 0;
  flex-shrink: 0;
  position: relative;
}
.info__right:before {
  content: "";
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #e6eec6;
  position: absolute;
  top: 0;
  left: 30px;
}

.info__item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.info__item:last-of-type {
  margin-bottom: 0;
}
.info__item:hover .info__item-decor span:nth-child(1) {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
.info__item:hover .info__item-decor span:nth-child(2) {
  -webkit-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}
.info__item:hover .info__item-decor span:nth-child(3) {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
.info__item:hover .info__item-decor span:nth-child(4) {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}

.info__item-decor {
  width: 60px;
  height: 60px;
  background: #23251d;
  position: relative;
  margin-right: 30px;
  flex-shrink: 0;
  position: relative;
}
.info__item-decor:before, .info__item-decor:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #e6eec6;
}
.info__item-decor:before {
  width: 2px;
  height: 14px;
}
.info__item-decor:after {
  width: 14px;
  height: 2px;
}
.info__item-decor span {
  width: 11px;
  height: 11px;
  border: 2px solid #e6eec6;
  position: absolute;
  transition: 0.3s ease;
}
.info__item-decor span:nth-child(1) {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
.info__item-decor span:nth-child(2) {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
.info__item-decor span:nth-child(3) {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
.info__item-decor span:nth-child(4) {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

.info__item-title {
  font-weight: 600;
  font-size: 18px;
  color: #e6eec6;
  margin-bottom: 10px;
}

.using .info__item-title{
  color: #fff;
}

.info__item-text {
  padding-left: 20px;
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.visual .info__item-text{
  padding-left: 0;
}

.info__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__bottom .order__btn {
  margin-right: 85px;
}
.info__bottom .order__nav-btn {
  color: #fff;
  border-color: #fff;
  font-weight: 700;
}
.info__bottom .order__nav-btn:hover {
  background-color: #fff;
  color: #23251d;
}

.visual{

}

@media (max-width: 1400px) {
  .info__left,
  .visual .info__left {
    width: 670px;
  }



  .info__title {
    font-size: 56px;
  }
  .info__img {
    width: 600px;
  }
  .info__text {
    width: 575px;
    margin-left: 70px;
    margin-top: -125px;
  }
  .info__right {
    width: 500px;
  }
}
@media (max-width: 1280px) {
  .info__left {
    width: 560px;
  }
  .info__title {
    font-size: 48px;
  }
  .info__img {
    width: 500px;
  }
  .info__text {
    width: 480px;
    margin-left: 50px;
    margin-top: -125px;
    padding: 30px;
  }
  .info__text p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .sub-module .info__text{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .info__title + h6{
    text-align: left;
  }

  .info__right {
    width: 400px;
    padding: 10px 0;
  }
  .info__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info__item-text {
    padding-left: 10px;
    font-size: 16px;
  }
  .info__item {
    margin-bottom: 20px;
  }
  .info__item-decor {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .info__right:before {
    left: 25px;
  }
  .info__bottom .order__btn {
    margin-right: 60px;
  }
  .info__bottom .order__nav-btn {
    padding: 15px 34px;
  }
}
@media (max-width: 1080px) {
  .info__block {
    flex-direction: column;
    align-items: center;
  }
  .info__left,
  .info__left, .visual .info__left {
    width: 100%;
    margin-bottom: 25px;
  }

  .info__left .header__decor-1{
    top: 230px;
  }



  .info__title + h6{
    text-align: right;
  }

  .info__title {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .info__img {
    width: 100%;
    margin-bottom: 15px;
  }
  .info__text {
    width: 100%;
    margin: 0;
    padding: 35px;
  }
  .info__text p {
    font-size: 18px;
    text-align: center;
  }
  .info__right {
    width: 100%;
    padding: 20px 0;
  }
  .info__item-decor {
    width: 60px;
    height: 60px;
    margin-right: 30px;
  }
  .info__item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .info__item-text {
    padding-left: 20px;
    font-size: 18px;
  }
  .info__bottom .order__btn {
    padding: 20px 90px;
    margin-right: 40px;
  }
  .info__section-wrapper {
    padding: 75px 0 72px;
  }
  .info__right:before {
    left: 30px;
  }
  .info__bottom .order__nav-btn {
    padding: 20px 34px;
  }
}
@media (max-width: 700px) {
  .info__bottom {
    flex-direction: column;
    align-items: center;
  }
  .info__bottom a {
    width: 100%;
    text-align: center;
  }
  .info__bottom .order__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .info__section-wrapper {
    padding: 17vw 0 16vw;
  }
  .info__title {
    font-size: 8.4vw;
    margin-bottom: 6vw;
  }

  .visual .info__text p{
    font-size: 4.4vw;
  }

  .info__img {
    margin-bottom: 4.5vw;
  }
  .info__text {
    padding: 5vw;
  }
  .info__text p {
    font-size: 4.5vw;
  }
  .info__left {
    margin-bottom: 6vw;
  }
  .info__item-title {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  .info__item-text {
    padding-left: 4.8vw;
    font-size: 4.2vw;
  }
  .info__item {
    margin-bottom: 4.8vw;
  }
  .info__block {
    margin-bottom: 12vw;
  }
  .info__bottom .order__btn {
    margin-bottom: 6vw;
  }
  .info__bottom a {
    padding: 4.8vw !important;
  }
  .info__item-decor {
    width: 14.5vw;
    height: 14.5vw;
    margin-right: 7vw;
  }
  .info__right:before {
    left: 7.25vw;
  }
  .info__right {
    padding: 4.8vw 0;
  }
}

.video{
  width: 100%;
  margin: 30px 0;
}

.video video{
  width: 100%;

}

.sub-main .card__section{
  padding: 100px 0;
  background-color: #E6EEC6;
}

.card__section-wrapper {
  padding: 100px 0 77px;
  position: relative;
}

.module-card{
  background-color: #E6EEC6;
  color: #23251D;
  font-size: 18px;
}

.module-card h2{
  font-size: 54px;
  color: #23251D;
}

.module-card h6{
  text-align: right;
  padding-right: 150px;
  font-size: 18px;
  margin: -1.3rem 0 1rem;
}

.module-info{
  margin-top: 40px;
}

.card__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.card__grid{
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card__grid .card{
  width: 100%;
  max-width: 570px;
  background-color: rgba(35, 37, 29, 0.85);
}

.card__decor {
  width: 1000px;
  height: 245px;
  position: absolute;
  z-index: -1;
}

.card__decor-1 {
  left: -790px;
  top: 73px;
  background: #6c7551;
}

.card__decor-2 {
  bottom: 0;
  right: -820px;
  background: rgba(230, 238, 198, 0.15);
}

.card__left {
  width: 690px;
  height: auto;
}

.card__title {
  font-weight: 700;
  font-size: 76px;
  color: #fff;
  margin-bottom: 22px;
}

.card__item {
  width: 100%;
  max-width: 555px;
  height: auto;
  margin-bottom: 20px;
}
.card__item:last-of-type {
  margin-bottom: 0;
}

.module-card .card__item{
  max-width: 100%;
}

.card__item-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.module-card .card__item-top{
  font-size: 18px;
  color: #23251D;
  font-weight: normal;
}

.module-card .module-item--text span{
  font-size: 24px;
  font-weight: bold;
}

.module-card .card__item-number{
  font-size: 24px;
  font-weight: bold;
}

.card__item-text {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.card__item-text span {
  font-weight: 700;
}

.card__right {
  width: 570px;
  height: auto;
}

.card {
  background: #23251d;
  border-radius: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 45px 40px;
}
.card:before {
  content: "";
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.module-card .card{
  background-color: rgba(35, 37, 29, 0.85);
}



.card__prod {
  width: 100%;
  margin-top: -25%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  margin-bottom: 15px;
}

.sub-main .card__prod{
  height: 300px;
  width: auto;
}

@media screen and (max-width: 480px) {
  .sub-main .card__prod{
    height: 260px;
    width: auto;
  }
}

.card__name-logo {
  width: 300px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.card__text {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.card__info {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  width: auto;
  position: relative;
  margin-top: 20px;
}
.card__info:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.card__elems {
  width: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card__elem {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e6eec6;
  margin-bottom: 20px;
  transition: 0.5s ease;
}
.card__elem.active {
  background-color: #fff;
  -webkit-transform: scale(2);
          transform: scale(2);
}
.card__elem:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .card__left {
    width: 600px;
  }
  .card__right {
    width: 500px;
  }
  .card__elems {
    left: -70px;
  }
  .card__title {
    font-size: 68px;
    margin-bottom: 22px;
  }
  .card__item-top {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .card:before {
    top: 32%;
  }
}
@media (max-width: 1280px) {
  .card__left {
    width: 500px;
  }
  .card__right {
    width: 440px;
  }
  .card__elems {
    left: -40px;
  }
  .card__title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .module-card h2{
    font-size: 50px;
  }

  .module-card h6{
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .module-info h2 {
    font-size: 44px;
  }
  .card__item {
    max-width: 455px;
    margin-bottom: 20px;
  }
  .card__item-top {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .card__item-text {
    font-size: 16px;
  }
  .card__decor {
    width: 1000px;
    height: 200px;
  }
  .card__decor-1 {
    left: -830px;
    top: 60px;
  }
  .card__text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .card__grid{
    gap: 150px 20px;
  }
}
@media (max-width: 1080px) {
  .card__block {
    flex-direction: column;
    align-items: center;
  }
  .card__left {
    width: 100%;
    margin-bottom: 106px;
  }
  .card__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .card__item-top {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .card__item-text {
    font-size: 18px;
  }
  .card__section-wrapper {
    padding: 100px 0 140px;
    position: relative;
  }

  .sub-main .card__section-wrapper{
    padding: 30px 0;
  }

  .card__elems {
    left: 50%;
    bottom: -45px;
    top: auto;
    flex-direction: row;
    width: auto;
    height: 10px;
    justify-content: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .card__elem {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .card__elem:last-child {
    margin-right: 0;
  }
  .card__right {
    width: 500px;
  }
  .card__text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 700px) {
  .card__decor-1 {
    display: none;
  }
  .card__section-wrapper {
    padding: 75px 0 140px;
  }
}
@media (max-width: 540px) {

  .sub-main .card__section{
    padding: 10vw 0;
  }

  .card__grid{
    gap: 60px 20px;
  }

  .card__section-wrapper {
    padding: 18vw 0 32vw;
  }
  .card__title {
    font-size: 11.8vw;
    margin-bottom: 9.8vw;
  }
  .card__item {
    max-width: 100%;
    margin-bottom: 4.8vw;
  }
  .card__left {
    width: 100%;
    margin-bottom: 22vw;
  }

  .module-card .card__left{
    margin-bottom: 8vw;
  }

  .module-card .card__section-wrapper{
    padding-bottom: 20vw;
  }

  .module-card .module-item--text span,
  .module-card .card__item-number{
    font-size: 5vw;
  }

  .card__item-top {
    font-size: 7.5vw;
    margin-bottom: 4vw;
  }
  .card__item-text {
    font-size: 4.2vw;
  }
  .card__right {
    width: 100%;
  }
  .card:before {
    width: 70vw;
    height: 22vw;
    top: 29%;
  }
  .card__prod {
    width: 100%;
    margin-bottom: 5vw;
  }
  .card {
    border-radius: 12vw;
    padding: 0 4.8vw 10vw;
  }
  .card__name-logo {
    width: 71vw;
    margin-bottom: 7vw;
  }
  .card__text {
    font-size: 4.2vw;
    margin-bottom: 4.8vw;
  }
  .card__info {
    font-size: 4.2vw;
    margin-top: 4.8vw;
  }
  .card__decor {
    width: 238vw;
    height: 17vw;
    right: -210vw;
  }

  .using .info__title{
    font-size: 10.4vw;
    margin-bottom: 10vw;
  }

  .using h4{
    padding-left: 11vw;
  }

}





.gallery__section {
  background: #e6eec6;
}

.gallery__section-wrapper {
  padding: 100px 0;
}

.gallery__section-title {
  font-weight: 700;
  font-size: 76px;
  color: #3b3d32;
  width: 100%;
  max-width: 690px;
  margin-bottom: 40px;
}

.gallery__block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery__item {
  width: 325px;
  height: 325px;
  position: relative;
}
.gallery__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: rgba(35, 37, 29, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-image: url(../img/gallery-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  transition: 0.5s ease;
}
.gallery__item:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.gallery__item:hover span {
  opacity: 1;
}
.gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__item span {
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid #3b3d32;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.5s ease;
}
.gallery__item span:nth-child(1) {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
.gallery__item span:nth-child(2) {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
.gallery__item span:nth-child(3) {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
.gallery__item span:nth-child(4) {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}

@media (max-width: 1400px) {
  .gallery__item {
    width: 285px;
    height: 285px;
  }
  .gallery__section-title {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .gallery__item {
    width: 235px;
    height: 235px;
  }
  .gallery__section-title {
    font-size: 54px;
    max-width: 600px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .gallery__item {
    width: 338px;
    height: 338px;
  }
  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
  }
  .owl-dots button {
    width: 10px;
    height: 10px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #3b3d32 !important;
    transition: 0.3s ease;
  }
  .owl-dots button.active {
    -webkit-transform: scale(2);
            transform: scale(2);
    background-color: #fff !important;
  }
  .owl-dots button:last-child {
    margin-right: 0;
  }
  .gallery__block .owl-stage-outer {
    padding: 1px 0;
  }
}
@media (max-width: 700px) {
  .gallery__section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gallery__block {
    width: 329px;
    height: auto;
  }
  .gallery__item {
    width: 325px;
    height: 325px;
  }
  .gallery__section-title {
    font-size: 54px;
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .gallery__section-wrapper {
    padding: 18vw 0 20vw;
  }
  .gallery__section-title {
    font-size: 11.6vw;
    margin-bottom: 9.8vw;
  }
  .owl-dots {
    margin-top: 13vw;
  }
}
@media (max-width: 360px) {
  .gallery__block {
    width: 91.5vw;
  }
  .gallery__item {
    width: 90.3vw;
    height: 90.3vw;
  }
}
.advantage__section-wrapper {
  padding: 100px 0 120px;
}

.advantage__section-title {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  color: #fff;
  margin-bottom: 42px;
}

.advantages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.advantage__item {
  width: 280px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage__item-icon {
  width: 56px;
  height: auto;
  margin-bottom: 10px;
}

.advantage__item-title {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
}

.advantage__item-text {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.advantage__item-1 .advantage__item-icon {
  margin-bottom: 10px;
}

.advantage__item-2 .advantage__item-icon {
  margin-bottom: 13px;
}

.advantage__item-3 .advantage__item-icon {
  margin-bottom: 15px;
}

.advantage__item-4 .advantage__item-icon {
  margin-bottom: 13px;
}

@media (max-width: 1280px) {
  .advantage__item {
    width: 240px;
  }
  .advantage__item-title {
    font-size: 18px;
    height: 42px;
  }
  .advantage__item-text {
    font-size: 16px;
  }
  .advantage__section-title {
    font-size: 68px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1080px) {
  .advantages {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .advantage__item {
    width: 46%;
  }
  .advantage__item-title {
    font-size: 20px;
    height: 48px;
  }
  .advantage__item-text {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .advantage__item {
    width: 88%;
  }
  .advantage__section-wrapper {
    padding: 22vw 0 42vw;
  }
  .advantage__section-title {
    font-size: 11.6vw;
    margin-bottom: 9.8vw;
  }
  .advantages {
    gap: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .advantage__item {
    margin-bottom: 10vw;
  }
  .advantage__item:last-child {
    margin-bottom: 0;
  }
  .advantage__item-icon {
    width: 13.5vw;
    margin-bottom: 4.8vw !important;
  }
  .advantage__item-title {
    font-size: 4.8vw;
    height: 11.8vw;
  }
  .advantage__item-text {
    font-size: 4.2vw;
  }
}
.review__section {
  background: #e6eec6;
}

.review__section-wrapper {
  padding: 100px 0;
}

.review__section-title {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  color: #3b3d32;
  margin-bottom: 75px;
}

.review__slider {
  width: 100%;
  height: auto;
}

.review {
  padding: 50px 20px;
}
.review span {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #3b3d32;
  position: absolute;
  transition: 0.3s ease;
}
.review span:nth-child(1) {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.review span:nth-child(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.review span:nth-child(3) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.review span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.review:hover span:nth-child(1) {
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}
.review:hover span:nth-child(2) {
  -webkit-transform: translate(-3px, 3px);
          transform: translate(-3px, 3px);
}
.review:hover span:nth-child(3) {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.review:hover span:nth-child(4) {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
}

.review__name {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #3b3d32;
  margin-bottom: 20px;
}

.review__text {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #3b3d32;
}

.owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}
.owl-nav button {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  border: 1px solid #3b3d32 !important;
  background-image: url(../img/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 32px;
  transition: 0.3s ease;
}
.owl-nav button:last-child {
  margin-right: 0;
}
.owl-nav button:hover {
  background-color: #3b3d32 !important;
  background-image: url(../img/arrow-hover.png) !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 540px) {
  .review__section-wrapper {
    padding: 22vw 0 15vw;
  }
  .review__section-title {
    font-size: 11.6vw;
    margin-bottom: 9.8vw;
  }
  .review {
    padding: 6vw;
  }
  .review__name {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
  .review__text {
    font-size: 4.2vw;
  }
  .owl-nav {
    margin-top: 12vw;
  }
}
.footer__section {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer__section-wrapper {
  padding: 148px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__left {
  width: 580px;
  height: auto;
}

.footer__title {
  font-weight: 700;
  font-size: 76px;
  color: #fff;
  margin-bottom: 50px;
}

.footer__left-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.footer__info-title {
  width: 50%;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 45px;
}
.footer__info-title:first-child {
  width: 200px;
  margin-right: 30px;
}

.footer__link {
  width: 50%;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.footer__link span {
  display: inline-block;
  font-weight: 700;
  margin-top: 7px;
}
.footer__link:first-of-type {
  width: 200px;
  margin-right: 30px;
}

.footer__logo {
  width: 100%;
  max-width: 462px;
}

.footer__form {
  width: 670px;
  height: auto;
}

.footer__form-info {
  background: rgba(108, 118, 81, 0.15);
  padding: 33px 40px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}

.footer__input-wrapper {
  margin-bottom: 25px;
}

.footer__input-label {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 10px;
}

.footer__input {
  width: 100%;
  height: auto;
  padding: 19px 40px;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

textarea{
  max-width: 100%;
  min-width: 100%;
  max-height: 150px;
  min-height: 150px;
}

.footer__submit {
  margin-top: 5px;
  cursor: pointer;
}

.footer__line {
  background: #e6eec6;
}

.footer__line-wrapper {
  padding: 34px 0;
  font-weight: 400;
  font-size: 18px;
  color: #3b3d32;
  text-align: center;
}

@media (max-width: 1400px) {
  .footer__form {
    width: 550px;
  }
}
@media (max-width: 1280px) {
  .footer__left {
    width: 520px;
    height: auto;
  }
  .footer__form {
    width: 460px;
  }
  .footer__title {
    font-weight: 700;
    font-size: 62px;
    color: #fff;
    margin-bottom: 50px;
  }
  .footer__form-info {
    padding: 25px 30px;
  }
}
@media (max-width: 1080px) {
  .footer__section-wrapper {
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
  }
  .footer__left {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer__title {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer__left-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }
  .footer__info-title {
    width: auto;
    margin-bottom: 18px;
  }
  .footer__info-title:first-child {
    width: auto;
    margin-right: 0;
  }
  .footer__link {
    width: auto;
    text-align: center;
    margin-bottom: 18px;
  }
  .footer__link:last-of-type {
    margin-bottom: 0;
  }
  .footer__link:first-of-type {
    width: auto;
    margin-right: 0;
  }
  .footer__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__form-info {
    padding: 22px 30px;
  }
}
@media (max-width: 540px) {
  .footer__section-wrapper {
    padding: 23vw 0 18vw;
  }
  .footer__left {
    margin-bottom: 9.8vw;
  }
  .footer__title {
    font-size: 11.6vw;
    margin-bottom: 6vw;
  }
  .footer__info-title {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .footer__link {
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .footer__form-info {
    padding: 5vw 7vw;
    font-size: 4.2vw;
    margin-bottom: 7vw;
  }
  .footer__input-label {
    font-size: 4.2vw;
    margin-bottom: 3vw;
    padding-left: 2vw;
  }
  .footer__input {
    padding: 4.5vw 9vw;
    font-size: 4.2vw;
    color: rgba(255, 255, 255, 0.6);
  }
  .footer__input-wrapper {
    margin-bottom: 6vw;
  }
  .footer__submit {
    margin-top: 1vw;
  }
  .footer__line-wrapper {
    padding: 7vw 0;
    font-size: 4.2vw;
  }

  .module-info h2{
    font-size: 8vw;
  }
}



/**/
.wpcf7 form .wpcf7-response-output{
  margin-left: 0;
  margin-right: 0;
  padding: 1em;
  transition: all .3s ease-out;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  position: relative;
  border-color: #f09001 !important;
}

.wpcf7 form.invalid .wpcf7-response-output:before{
  content: "\2716";

  font-size: 20px;
  padding: 0 10px 0 0;
  font-weight: bold;
}

input + span.wpcf7-not-valid-tip{
  display: none;
}

input.wpcf7-not-valid{
  border-color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output{
  position: relative;
  border-color: #e6eec6 !important;
}


.wpcf7 form.sent .wpcf7-response-output::before{
  content: "\2713";

  font-size: 20px;
  padding: 0 10px 0 0;
  font-weight: bold;
}

/*page 404*/

.error404{
  background-color: #e6eec6;
  color: #3b3d32;

}

.error404 h1{
  font-size: clamp(50px, 6vw, 6vw);
  font-weight: 700;
  color: #3b3d32;
}

.error-404{
  padding: 20vh 0;
  line-height: 1.9;
  text-align: center;
}

.page-content a{
  text-decoration: underline;
}

.category{
  background-color: #e6eec6;
  color: #3b3d32;
}

/**/

.single-post, .page{
  background-color: #e6eec6;
  color: #3b3d32;
}

.post-template-version-single .site__wrapper,
.page-template-page-version .site__wrapper{
/*   height: calc(100vh - 40px); */
  padding: 50px 0;
}

/*.single:not(.post-template-version-single) .site__wrapper,*/
.page.page-template-default .site__wrapper{
  padding: 20px 0 50px;
}

.wp-singular .site-main{
  width: 100%;
  height: 100%;
} 

.docs{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin: auto;
  padding: 0 10px;
  line-height: 1.6;
  scroll-behavior: smooth;
}

.docs h1{
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(34px, 3vw, 3vw);
  font-weight: 700;
  color: #3b3d32;
}

.docs h2{
  margin-bottom: 20px;
  font-size: clamp(24px, 2vw, 2vw);
  font-weight: 700;
  color: #3b3d32;
}

.docs h4{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}

.docs h5{
  margin: -1rem auto 1rem;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.docs h6{
  margin: -1rem auto 1rem;
  font-size: 14px;
  font-weight: 500;
  background: #b0b98e;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 0;
}

.docs-single h1{
  text-align: left;
  line-height: 1.2;
}

.docs .wp-block-button__link{
  white-space: nowrap;
  font-size: 6vw;
  width: 100%;
  max-width: 500px;
  font-weight: 700;
  border-radius: 0;
  border: 2px solid #32373c;
  transition: all .2s ease-out;
}

.wp-block-button__link{
  padding: calc(.667em + 2px) calc(0.333em + 2px);
}

.docs .wp-block-button__link:hover{
  background-color: transparent;
  color: #32373c;
}

.docs .wp-block-buttons > .wp-block-button{
  margin: 5px 0;
  text-align: center;
}

.docs .wp-block-buttons.is-vertical > .wp-block-button.separator{
  position: relative;
  margin-top: 50px;
}

.docs .wp-block-buttons.is-vertical > .wp-block-button.separator:before{
  content: '';
  position: absolute;
  top: -30px;
  width: 100%;
  height: 2px;
  background: #32373c;
  max-width: 500px;
}

.wp-block-image{
  margin: 1rem 0 1rem;
  max-width: 700px;
}

.wp-element-caption{
  text-align: center;
}

.wp-element-caption strong{
  font-weight: bold;
}

.main-edgetx a,
.secondary-edgetx a{
  position: relative;
}

  .main-edgetx a:before{
    content: 'Основний пульт';
  }

  .secondary-edgetx a:before{
    content: 'Додатковий пульт';
  }

  .main-edgetx a:before,
  .secondary-edgetx a:before{
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
    background: #7b8068;
    transform: translate(-50%,-50%);
    padding: 0.2rem 0.7rem;
    border-radius: 0.5rem;
  }

.docs .wp-block-button__link:hover:before{
  color: #fff !important;
}



@media screen and (min-width: 480px) {
  .docs .wp-block-button__link{
    font-size: 2em;
  }
}

/* Сторінка оновлення прошивки */
.form-grid{
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  flex-wrap: wrap;
  gap: 30px;
}

.form-grid .form-group{
  width: calc(50% - 30px);
  text-align: center;
}

.form-grid .form-group:last-child{
  /*width: 100%;*/
  text-align: center;
}

.form-grid label{
  display: block;
  font-size: 18px;
  margin: 10px 0;
}

.file-btn{
  width: 100%;
  max-width: 500px;
  padding: calc(.667em + 10px) calc(1.333em + 2px);
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 2px solid #32373c;
  transition: all .2s ease-out;
  color: #32373c;
  background-color: transparent;
  cursor: pointer;
}

.btn-send{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 78px;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 24px;
  font-weight: 700;
  border-radius: 0;
  border: 2px solid #32373c;
  transition: all .2s ease-out;
  color: #fff;
  background-color: #32373c;
  cursor: pointer;
}

.waiting{
  display: none;
  border: 4px solid #e6eec6;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
  border-top: 4px solid #32373c;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
}

.modal{
  display: none ;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;

}

.modal h3{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.modal-content ul{
  text-align: left;
  list-style: disc;
}

  .modal-content li{
    margin: 10px 0;
  }

  .modal-content li span{
    font-weight: bold;
  }

.model-name {
  font-weight: bold;
}

.btn-download{
  display: inline-block;
  margin: 10px auto;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  border: 2px solid #32373c;
  transition: all .2s ease-out;
  color: #fff;
  background-color: #32373c;
  cursor: pointer;
}

.btn-download:hover{
  color: #32373c;
  background-color: #fff;
}

.btn-wrap{
  text-align: center;
}

.form-fieldset{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-legend{
  font-weight: bold;
  padding: 0 10px;
  font-size: 22px;
}

.fieldset-item{
  position: relative;
  width: 50%;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.fieldset-item:last-child{
  width: 100%;
}

.fieldset-item:last-child a{
  font-size: 18px;
  margin: auto;
  font-weight: 500;
  text-decoration: underline;
}

.fieldset-item label{
  display: flex;
  gap: 10px;
}

/*checkbox*/

.fieldset-item input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  opacity: 0;
}

.check{
  position: relative;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a6a6a6;
  flex: 1 0 auto;
}

.fieldset-item input[type=checkbox]:checked + label .check{
  border-color: #32373c;
}

.fieldset-item input[type=checkbox]:checked + label .check:after{
  content: '\2714';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.docs {
  font-size: 16px;
}

.docs .wp-block-table{
  margin: 10px auto 20px;
}

.docs .wp-block-table th{
  background-color: #b0b98e;
}


.wp-block-table strong{
  font-weight: bold;
}

ol.wp-block-list {
  width: 100%;
  list-style: decimal;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 35px;
}

ul.wp-block-list{
  width: 100%;
  list-style: disc;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 35px;
}

  .wp-block-list a{
    text-decoration: underline;
  }

  .wp-block-list li{
    margin-bottom: 10px;
  }

  .wp-block-list strong{
    font-weight: bold;
  }

  strong.js-open-file-text{
    text-underline-offset: 5px;
    cursor: pointer;
    user-select: none;
  }

  .wp-block-list em{
    font-style: italic;
    display: block;
    text-decoration: underline;
  }

.pl-35{
  padding-left: 35px;
}

.pb-10{
  padding-bottom: 10px;
}

.text-left{
  text-align: left;
  justify-content: flex-start;
}


.width-full{
  width: 100%;
}

  .width-full .wp-block-button{
    width: fit-content;
    text-align: left;
  }

  .width-full .wp-block-button__link{
    padding: 10px 20px;
  }


@media screen and (max-width: 980px) {
  .width-full .wp-block-button__link{
    padding: 2vw 4vw;
  }
}


@media screen and (max-width: 540px) {

  .single:not(.page-template-page-version) .site__wrapper,
  .page:not(.page-template-page-version) .site__wrapper {
    padding: 20px 0 40px;
  }
  
  .form-grid{
    gap: 10px;
  }
  .form-grid .form-group{
    width: 100%;
  }
  
  .form-grid .form-group:last-child{
    margin-top: 30px;
  }

  .fieldset-item{
    width: 100%;
    margin: 5px 0;
  }

  .form-fieldset{
    padding: 0px 15px 10px;
  }

  .form-legend{
    font-size: 16px;
  }

  .form-grid label{
    margin: 5px 0;
  }

  .wp-block-list{
    padding-left: 30px;
  }

  .wp-block-button__link{
    padding: calc(.667em + 2px) calc(0.833em + 2px);
  }
}



.social{
  position: fixed;
  right: 0;
  bottom: 0;
}


.whatsapp-btn{
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  background-color: #25D366;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  cursor: pointer;
}

  .whatsapp-btn:hover{
     animation: pulse 1s infinite;
  }

.social-window {
    position: absolute;
    bottom: 80px;
    right: 15px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.2s ease-out;
    visibility: hidden;
    opacity: 0;
}

.social-window.is-visible {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.social-window__content p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.qr-code-container img {
    width: 140px; 
    height: 140px;
}

.join-group-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.join-group-btn:hover {
    background-color: #128C7E;
}



/*back to home*/
.docs-header{
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.docs-single .docs-header{
  justify-content: flex-start;
}

.back {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  line-height: 1;
}

.back p {
  color: #4A4F6A;
  font-size 16px;
  transform: translateY(8px);
  transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
}

.back span {
  opacity: 0;
  color: #858BA9;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  transform: translateY(10px);
  transition:
    transform 500ms 0s cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1)
}

@media screen and (max-width: 768px) {
  .back p{
    transform: translateY(0);
  }
  .back span{
    opacity: 1;
    transform: translateY(0);
  }
}

.back div {
  top: 11px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
}

.back div::after {
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 30px;
  position: absolute;
  background-position: 0 0;
  background-image: url('../img/back-arrows.svg');
  transform: translateX(-30px);
  transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
}

.back:hover p {
  color: #171922;
}

.back p,
.back span {
  opacity: 1;
  transform: translateY(0);
}

.back:hover p {
  transform: translateY(-1px);
}

.back:hover span {
  transform: translateY(1px);
}

.back div {
  transform: scale(1.1);
  box-shadow:
    0 2px 10px 0 rgba(185,182,198,0.00),
    0 1px 3px 0 rgba(175,172,189,0.45);
}

.back:hover div:after{
  animation: arrow-left 1s infinite;
}

@keyframes arrow-left {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-32px);
  }
  100% {
    transform: translateX(-30px);
  }
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

