@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Evolventa";
  src: url("../fonts/Evolventa-Bold.woff") format("woff"), url("../fonts/Evolventa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Evolventa";
  src: url("../fonts/Evolventa-Regular.woff") format("woff"), url("../fonts/Evolventa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-tap-highlight-color: transparent;
  /* text-wrap: balance; */
}

*:focus {
  outline: none;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: rgb(56, 56, 56);
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 253, 248);
  border-radius: 20px;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, p, a, span, input, button, address {
  font-family: "Evolventa", sans-serif;
  color: rgb(56, 56, 56);
  text-wrap: balance;
  font-style: normal;
}

body {
  background: rgb(255, 253, 248);
}

button {
  cursor: pointer;
}

.btn_loader {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-top: 3px solid rgb(220, 157, 94);
  border-right: 3px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

.border-red {
  border: 1px solid red !important;
}

li {
  list-style-type: none;
}

main {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1410px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

@media (min-width: 768px) {
  .br_mobile {
    display: none;
  }
}

@media (max-width: 1410px) {
  .br_full-hd {
    display: none;
  }
}

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

@keyframes gallery_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
.checbox_label {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 1%;
  font-weight: 400;
  font-size: 10px;
  padding-left: 23px;
  text-align: center;
}
.checbox_label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 54px;
  -webkit-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
  height: 11px;
  width: 11px;
  border-radius: 2px;
  border: 1px solid #FFF;
}
@media (max-width: 767px) {
  .checbox_label::before {
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
    left: 44px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .checbox_label::before {
    left: 20px;
  }
}
@media (max-width: 767px) and (max-width: 290px) {
  .checbox_label::before {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .checbox_label::before {
    left: 0;
  }
}
@media (min-width: 1141px) {
  .checbox_label::before {
    left: 54px;
  }
}
.checbox_label::after {
  position: absolute;
  content: "";
  opacity: 0;
  left: 53px;
  top: 50%;
  -webkit-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
  height: 0px;
  width: 0px;
  background: url(../img/icons/checkbox-galka.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .checbox_label::after {
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
    left: 43px;
  }
}
@media (min-width: 768px) {
  .checbox_label::after {
    left: -1px;
  }
}
@media (min-width: 1141px) {
  .checbox_label::after {
    left: 53px;
  }
}

.checkbox__input {
  display: none !important;
  opacity: 0;
}
.checkbox__input:checked + .checbox_label::after {
  opacity: 1;
  height: 16px;
  width: 16px;
}

.politika__link {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 1%;
  font-weight: 400;
  font-size: 10px;
}
.politika__link:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 75px;
  -webkit-backdrop-filter: blur(6.2px);
  backdrop-filter: blur(6.2px);
  background: rgb(255, 253, 248);
}
@media (max-width: 767px) {
  .header .container {
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .header .container {
    padding-left: 26px;
    padding-right: 11px;
  }
}
@media (min-width: 1141px) {
  .header .container {
    padding-left: 33px;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .header {
    top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .header {
    top: 20px;
  }
}
@media (min-width: 1410px) {
  .header {
    padding-right: 8px;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .header__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__logo {
  display: block;
}
@media (min-width: 768px) {
  .header__logo {
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
@media (min-width: 1141px) {
  .header__logo {
    padding-top: 8px;
    padding-bottom: 4px;
  }
}

.header__img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
@media (max-width: 767px) {
  .header__img {
    width: 36px;
  }
}
@media (min-width: 768px) {
  .header__img {
    width: 46px;
  }
}
@media (min-width: 1141px) {
  .header__img {
    width: 58px;
  }
}
@media (min-width: 1410px) {
  .header__img {
    width: 72px;
  }
}

.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__text a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__text a:hover {
  color: rgb(220, 157, 94);
}
@media (max-width: 767px) {
  .header__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .header__text {
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 56px;
    padding-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .header__text {
    margin-right: 30px;
  }
}
@media (min-width: 1141px) {
  .header__text {
    margin-right: 70px;
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1410px) {
  .header__text {
    margin-right: 87px;
    padding-top: 8px;
    padding-bottom: 2px;
  }
}

.header__call {
  font-weight: 400;
}
@media (min-width: 768px) {
  .header__call {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 1141px) {
  .header__call {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (min-width: 1410px) {
  .header__call {
    font-size: 24px;
    line-height: 34.8px;
  }
}

.header__email {
  font-weight: 400;
}
@media (max-width: 767px) {
  .header__email {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__email {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (min-width: 1141px) {
  .header__email {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (min-width: 1410px) {
  .header__email {
    font-size: 24px;
    line-height: 34.8px;
  }
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header__links {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__links {
    gap: 9px;
  }
  .header__links a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header__links a:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1141px) {
  .header__links {
    gap: 11px;
  }
}
@media (min-width: 1410px) {
  .header__links {
    gap: 14px;
  }
}

.header__wa {
  display: block;
  border-radius: 50%;
  border: 2px solid rgb(29, 29, 28);
  background: url(../img/icons/wa.svg) no-repeat;
  background-position: 53% 50%;
}
@media (min-width: 768px) {
  .header__wa {
    width: 46px;
    height: 46px;
    background-size: 21px 21px;
  }
}
@media (min-width: 1141px) {
  .header__wa {
    width: 58px;
    height: 58px;
    background-size: 26px 26px;
  }
}
@media (min-width: 1410px) {
  .header__wa {
    width: 72px;
    height: 72px;
    background-size: 33px 33px;
  }
}

.header__tg {
  display: block;
  border-radius: 50%;
  border: 2px solid rgb(29, 29, 28);
  background: url(../img/icons/tg.svg) no-repeat;
  background-position: 47% 50%;
}
@media (min-width: 768px) {
  .header__tg {
    width: 46px;
    height: 46px;
    background-size: 18px 14px;
  }
}
@media (min-width: 1141px) {
  .header__tg {
    width: 58px;
    height: 58px;
    background-size: 22px 18px;
  }
}
@media (min-width: 1410px) {
  .header__tg {
    width: 72px;
    height: 72px;
    background-size: 28px 23px;
  }
}

.header__we-call {
  position: relative;
  display: block;
  max-width: 260px;
  width: 100%;
  height: 72px;
  background: rgb(29, 29, 28);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: none;
}
@media (max-width: 767px) {
  .header__we-call {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .header__we-call {
    height: 62px;
  }
  .header__we-call:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .header__we-call {
    height: 72px;
  }
}
.header__we-call:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .header__we-call {
    width: 130px;
    padding-top: 2px;
    height: 52px;
    font-size: 14px;
  }
}
@media (min-width: 1141px) {
  .header__we-call {
    width: 163px;
    padding-top: 3px;
    height: 62px;
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .header__we-call {
    width: 204px;
    padding-top: 4px;
    height: 72px;
  }
}

.header__fixed {
  top: 0;
}
.header__fixed .container {
  background: rgba(255, 253, 248, 0.8);
}
@media (max-width: 767px) {
  .header__fixed .container {
    border-radius: 0 0 35px 35px;
  }
}
@media (min-width: 768px) {
  .header__fixed .container {
    border-radius: 0 0 50px 50px;
  }
}

.bottom-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  max-width: 450px;
}
.bottom-menu .container {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(233, 233, 233);
  border-radius: 75px;
}
@media (max-width: 767px) and (min-width: 450px) {
  .bottom-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .bottom-menu {
    display: none;
  }
}

.bottom-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-menu__top {
  background: url(../img/icons/menu-top.svg) no-repeat;
}

.bottom-menu__tg {
  background: url(../img/icons/menu-tg.svg) no-repeat;
}

.bottom-menu__wa {
  background: url(../img/icons/menu-wa.svg) no-repeat;
}

.bottom-menu__call {
  background: url(../img/icons/menu-call.svg) no-repeat;
}

.bottom-menu__item {
  width: 50px;
  height: 50px;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bottom-menu__item:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.bottom-menu__item a, .bottom-menu__item button {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 768px) {
  .intro {
    margin-top: 97px;
  }
}
@media (min-width: 1141px) {
  .intro {
    margin-top: 121px;
    position: relative;
  }
  .intro::before {
    content: "";
    position: absolute;
    right: -490px;
    top: -540px;
    width: 1802px;
    height: 1802px;
    background: url(../img/intro/right_pattern.svg) no-repeat;
    z-index: -10;
  }
  .intro::after {
    content: "";
    position: absolute;
    left: -285px;
    bottom: 10px;
    width: 513px;
    height: 510px;
    background: url(../img/intro/left_pattern.svg) no-repeat;
    z-index: -10;
  }
}
@media (min-width: 1410px) {
  .intro {
    margin-top: 151px;
  }
}

@media (min-width: 768px) {
  .intro__screens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__screens {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

.intro__screen-1 {
  width: 100%;
}
@media (max-width: 767px) {
  .intro__screen-1 {
    padding-top: 82px;
  }
}
@media (min-width: 768px) {
  .intro__screen-1 {
    width: 33.82%;
    padding-top: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__screen-1 {
    width: 40%;
  }
}
@media (min-width: 1141px) {
  .intro__screen-1 {
    padding-top: 92px;
  }
}
@media (min-width: 1410px) {
  .intro__screen-1 {
    padding-top: 115px;
  }
}

.intro__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .intro__title {
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 768px) {
  .intro__title {
    letter-spacing: 1.5px;
    font-size: 49px;
    line-height: 65px;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  .intro__title {
    line-height: normal;
  }
}
@media (min-width: 1141px) {
  .intro__title {
    font-size: 61px;
    line-height: 81px;
  }
}
@media (min-width: 1410px) {
  .intro__title {
    font-size: 76px;
    line-height: 101px;
  }
}

.intro__adaptive-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.intro__title-mini {
  display: block;
  line-height: 115%;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .intro__title-mini {
    font-size: 32px;
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .intro__title-mini {
    margin-top: 3px;
    font-size: 30px;
  }
}
@media (min-width: 1141px) {
  .intro__title-mini {
    font-size: 38px;
  }
}
@media (min-width: 1410px) {
  .intro__title-mini {
    font-size: 48px;
  }
}

.intro__pretitle {
  display: block;
  font-weight: 400;
  text-wrap: wrap;
}
@media (max-width: 767px) {
  .intro__pretitle {
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .intro__pretitle {
    font-size: 22px;
    line-height: 30px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  .intro__pretitle {
    padding-right: 10px;
  }
}
@media (min-width: 1141px) {
  .intro__pretitle {
    font-size: 28px;
    line-height: 38px;
    margin-top: 27px;
  }
}
@media (min-width: 1410px) {
  .intro__pretitle {
    font-size: 36px;
    line-height: 48px;
    margin-top: 34px;
  }
}

.intro__button {
  position: relative;
  display: block;
  max-width: 260px;
  width: 100%;
  height: 72px;
  background: rgb(29, 29, 28);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .intro__button {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .intro__button {
    height: 62px;
  }
  .intro__button:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .intro__button {
    height: 72px;
  }
}
.intro__button:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media (max-width: 767px) {
  .intro__button {
    margin: 0 auto;
    margin-top: -35px;
    padding-top: 3px;
  }
}
@media (min-width: 768px) {
  .intro__button {
    padding-top: 3px;
    margin-top: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__button {
    max-width: 220px;
  }
}
@media (min-width: 1141px) {
  .intro__button {
    margin-top: 46px;
  }
}
@media (min-width: 1410px) {
  .intro__button {
    margin-top: 57px;
    padding-top: 4px;
  }
}

.intro__img-mobile {
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .intro__img-mobile {
    display: none;
  }
}

.intro__screen-2 {
  width: 100%;
}
@media (max-width: 767px) {
  .intro__screen-2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro__screen-2 {
    width: 32.45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__screen-2 {
    width: 30%;
  }
}

.intro__main-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .intro__main-img {
    display: block;
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
    margin-top: -64px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__main-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.intro__screen-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .intro__screen-3 {
    width: 33.73%;
    padding-top: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__screen-3 {
    width: 100%;
  }
}
@media (min-width: 1141px) {
  .intro__screen-3 {
    padding-top: 36px;
  }
}
@media (min-width: 1410px) {
  .intro__screen-3 {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .intro__list {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 741px) {
  .intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1141px) {
  .intro__list {
    margin-left: 72px;
  }
}
@media (min-width: 1410px) {
  .intro__list {
    margin-left: 90px;
  }
}

.intro__item {
  -webkit-box-shadow: -22px 0px 30.3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -22px 0px 30.3px 0px rgba(0, 0, 0, 0.08);
  background: rgb(255, 255, 255);
  position: relative;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  overflow: hidden;
}
.intro__item::after {
  content: "";
  position: absolute;
}
@media (max-width: 767px) {
  .intro__item::after {
    left: 10px;
    top: 22px;
    width: 43px;
    height: 43px;
  }
}
@media (min-width: 768px) {
  .intro__item::after {
    top: 13px;
    left: 13px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1141px) {
  .intro__item::after {
    top: 16px;
    left: 16px;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1410px) {
  .intro__item::after {
    top: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
  }
}
.intro__item:nth-child(1)::after {
  background: url(../img/intro/wood.svg) no-repeat;
  background-size: contain;
}
.intro__item:nth-child(2)::after {
  background: url(../img/intro/saw-blade.svg) no-repeat;
  background-size: contain;
}
.intro__item:nth-child(3)::after {
  background: url(../img/intro/calendar.svg) no-repeat;
  background-size: contain;
}
.intro__item:nth-child(4)::after {
  background: url(../img/intro/truck-delivery.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .intro__item {
    padding-left: 68px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-top: 25px;
    border-radius: 15px 15px 0 0;
  }
  .intro__item:not(:first-child) {
    margin-top: -16px;
  }
  .intro__item:last-child {
    margin-top: -6px;
    padding-top: 31px;
  }
  .intro__item:last-child::after {
    top: 28px;
  }
  .intro__item:nth-child(3) .intro__item-text {
    text-wrap: wrap;
  }
}
@media (max-width: 767px) and (min-width: 741px) {
  .intro__item {
    width: 45%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .intro__item:not(:first-child) {
    margin-top: 0;
  }
  .intro__item:last-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .intro__item {
    padding: 13px;
    padding-top: 57px;
    padding-bottom: 15px;
    border-radius: 20px 0px 0px 0px;
    width: 100%;
  }
  .intro__item:hover {
    -webkit-box-shadow: -22px 0px 30.3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -22px 0px 30.3px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .intro__item {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1141px) {
  .intro__item {
    padding: 16px;
    padding-top: 65px;
    padding-bottom: 19px;
  }
}
@media (min-width: 1410px) {
  .intro__item {
    padding: 20px;
    padding-top: 82px;
    padding-bottom: 24px;
  }
}

.intro__item-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .intro__item-title {
    font-size: 24px;
    text-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .intro__item-title {
    font-size: 15px;
  }
}
@media (min-width: 1141px) {
  .intro__item-title {
    font-size: 19px;
  }
}
@media (min-width: 1410px) {
  .intro__item-title {
    font-size: 24px;
  }
}

.intro__item-text {
  font-weight: 400;
}
@media (max-width: 767px) {
  .intro__item-text {
    font-size: 20px;
    line-height: 26.6px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .intro__item-text {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (min-width: 1141px) {
  .intro__item-text {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media (min-width: 1410px) {
  .intro__item-text {
    margin-top: 19px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .best-price {
    margin-top: 57px;
  }
}
@media (min-width: 768px) {
  .best-price {
    margin-top: 60px;
  }
}
@media (min-width: 1141px) {
  .best-price {
    margin-top: 74px;
  }
}
@media (min-width: 1410px) {
  .best-price {
    margin-top: 92px;
  }
}
@media (max-width: 767px) {
  .best-price .container {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.best-price__title {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .best-price__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  .best-price__title {
    font-size: 41px;
  }
}
@media (min-width: 1141px) {
  .best-price__title {
    font-size: 51px;
  }
}
@media (min-width: 1410px) {
  .best-price__title {
    font-size: 64px;
  }
}

.best-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .best-price__list {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .best-price__list {
    margin-top: 30px;
  }
}
@media (min-width: 1141px) {
  .best-price__list {
    margin-top: 38px;
  }
}
@media (min-width: 1410px) {
  .best-price__list {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .best-price__block:nth-child(odd) .best-price__block-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .best-price__block:nth-child(odd) .best-price__img {
    border-radius: 0 48px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .best-price__block:nth-child(odd) .best-price__img {
    border-radius: 0 60px 0 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .best-price__block:nth-child(odd) .best-price__block-description {
    padding-left: 70px;
    padding-right: 90px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 870px) {
  .best-price__block:nth-child(odd) .best-price__block-description {
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .best-price__block:nth-child(odd) .best-price__block-description {
    padding-left: 88px;
    padding-right: 112px;
  }
}
@media (min-width: 768px) and (min-width: 1410px) {
  .best-price__block:nth-child(odd) .best-price__block-description {
    padding-left: 110px;
    padding-right: 140px;
  }
}
@media (min-width: 768px) {
  .best-price__block:nth-child(even) .best-price__block-content {
    margin-top: -2px;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .best-price__block:nth-child(even) .best-price__img {
    border-radius: 48px 0 0 0;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .best-price__block:nth-child(even) .best-price__img {
    border-radius: 60px 0 0 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .best-price__block:nth-child(even) .best-price__block-description {
    padding-left: 64px;
    padding-right: 26px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 870px) {
  .best-price__block:nth-child(even) .best-price__block-description {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .best-price__block:nth-child(even) .best-price__block-description {
    padding-left: 80px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (min-width: 1410px) {
  .best-price__block:nth-child(even) .best-price__block-description {
    padding-left: 80px;
    padding-right: 40px;
  }
}

.best-price__block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (min-width: 768px) {
  .best-price__block-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 69%;
    padding-top: 5px;
  }
}

.best-price__block-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .best-price__block-title {
    font-size: 24px;
    line-height: 27.6px;
  }
}
@media (min-width: 768px) {
  .best-price__block-title {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1141px) {
  .best-price__block-title {
    font-size: 38px;
    margin-bottom: 23px;
    padding-top: 1px;
  }
}
@media (min-width: 1410px) {
  .best-price__block-title {
    font-size: 48px;
    margin-bottom: 28px;
    padding-top: 2px;
  }
}

.best-price__block-text {
  font-weight: 400;
  text-wrap: wrap;
  font-size: 16px;
}
@media (max-width: 767px) {
  .best-price__block-text {
    line-height: 23.2px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) and (max-width: 345px) {
  .best-price__block-text {
    text-wrap: balance;
  }
  .best-price__block-text br {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 450px) {
  .best-price__block-text {
    text-wrap: balance;
  }
  .best-price__block-text br {
    display: none;
  }
}
@media (min-width: 768px) {
  .best-price__block-text {
    line-height: normal;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .best-price__block-text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1141px) {
  .best-price__block-text {
    line-height: 27.4px;
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1410px) {
  .best-price__block-text {
    line-height: 34.8px;
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.best-price__block-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .best-price__block-text:last-child {
    margin-bottom: 34px;
  }
}

.best-price__mobile-img {
  width: 88%;
}
@media (max-width: 767px) {
  .best-price__mobile-img {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .best-price__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31%;
  }
}

.best-price__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .best-price__img {
    border-radius: 0 60px 0 0;
    margin-bottom: 18px;
    max-width: 340px;
  }
}

.create-design {
  background: rgb(56, 56, 56);
  position: relative;
}
.create-design p, .create-design h1, .create-design h2, .create-design h3, .create-design h4, .create-design span {
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .create-design {
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  .create-design {
    margin-top: 62px;
  }
  .create-design::before {
    content: "";
    position: absolute;
    left: -461px;
    bottom: -221px;
    width: 786px;
    height: 786px;
    background: url(../img/create-design/pattern.svg) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .create-design::before {
    width: 486px;
    height: 486px;
    left: -261px;
    bottom: -121px;
  }
}
@media (min-width: 1141px) {
  .create-design {
    margin-top: 78px;
  }
}
@media (min-width: 1410px) {
  .create-design {
    margin-top: 97px;
  }
}

.create-design__screens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .create-design__screens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .create-design__screen-1 {
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 39.3%;
  }
}
@media (min-width: 1141px) {
  .create-design__screen-1 {
    margin-top: 3px;
  }
}
@media (min-width: 1410px) {
  .create-design__screen-1 {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .create-design__screen-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 21.45%;
  }
}

@media (min-width: 768px) {
  .create-design__screen-3 {
    width: 39.25%;
    padding-left: 3px;
  }
}
@media (min-width: 1141px) {
  .create-design__screen-3 {
    padding-left: 4px;
  }
}
@media (min-width: 1410px) {
  .create-design__screen-3 {
    padding-left: 5px;
  }
}

.create-design__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 767px) {
  .create-design__img {
    display: block;
    width: 55.28%;
    margin: 0 auto;
    margin-top: 17px;
  }
}
@media (min-width: 768px) {
  .create-design__img {
    margin-top: -47px;
  }
}
@media (min-width: 1141px) {
  .create-design__img {
    margin-top: -59px;
  }
}
@media (min-width: 1410px) {
  .create-design__img {
    margin-top: -74px;
  }
}

.create-design__title {
  font-weight: 700;
  text-wrap: wrap;
}
@media (max-width: 767px) {
  .create-design__title {
    margin-top: 43.5px;
    font-size: 24px;
    line-height: 27.6px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .create-design__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 37px;
    padding-right: 20px;
  }
}
@media (min-width: 1141px) {
  .create-design__title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 46px;
  }
}
@media (min-width: 1410px) {
  .create-design__title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 57px;
  }
}

.create-design__text {
  font-weight: 400;
}
@media (max-width: 767px) {
  .create-design__text {
    text-align: center;
    margin-top: 22px;
    font-size: 18px;
    line-height: 26.1px;
    text-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .create-design__text {
    margin-left: 4px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1141px) {
  .create-design__text {
    margin-left: 5px;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 1410px) {
  .create-design__text {
    margin-left: 6px;
    font-size: 24px;
    line-height: 34.8px;
  }
}

.create-design__form-wrapper {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .create-design__form-wrapper {
    width: 94.1%;
    max-width: 350px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .create-design__form-wrapper {
    max-width: 250px;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1141px) {
  .create-design__form-wrapper {
    margin-top: 66px;
    max-width: 360px;
  }
}
@media (min-width: 1410px) {
  .create-design__form-wrapper {
    margin-top: 83px;
  }
}

.create-design__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.create-design__input {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
}
.create-design__input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__input::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__input::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .create-design__input {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .create-design__input {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .create-design__input {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .create-design__input {
    margin-bottom: 8px;
    height: 52px;
  }
}
@media (min-width: 1141px) {
  .create-design__input {
    margin-bottom: 10px;
    height: 60px;
  }
}
@media (min-width: 1410px) {
  .create-design__input {
    margin-bottom: 12px;
  }
}

.create-design__submit {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  position: relative;
  cursor: pointer;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.create-design__submit::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__submit::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__submit:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__submit::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design__submit::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .create-design__submit {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .create-design__submit {
    height: 60px;
  }
}
.create-design__submit::before, .create-design__submit::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.create-design__submit::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}
.create-design__submit::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.create-design__submit:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.create-design__submit::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.create-design__submit::placeholder {
  color: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .create-design__submit {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .create-design__submit:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
.create-design__submit:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .create-design__submit {
    height: 52px;
  }
}
@media (min-width: 1141px) {
  .create-design__submit {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .create-design__form-politika {
    margin-top: 5px;
    display: block;
    text-align: center;
  }
  .create-design__form-politika .checbox_label {
    display: inline;
    text-align: center;
  }
  .create-design__form-politika .checbox_label::before {
    left: -3px;
  }
  .create-design__form-politika .checbox_label::after {
    left: -4.5px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .create-design__form-politika {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .create-design__form-politika {
    margin-top: 7px;
  }
}
@media (min-width: 1141px) {
  .create-design__form-politika {
    margin-top: 9px;
  }
}

.create-design__or-line {
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.create-design__or-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 39.5%;
  height: 1px;
  border-radius: 2px;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  background: rgb(149, 149, 149);
}
@media (max-width: 767px) {
  .create-design__or-line::before {
    width: 41.5%;
    left: 0;
  }
}
.create-design__or-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 39.5%;
  height: 1px;
  border-radius: 2px;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  background: rgb(149, 149, 149);
}
@media (max-width: 767px) {
  .create-design__or-line::after {
    width: 41.5%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .create-design__or-line {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .create-design__or-line {
    margin-top: 8px;
  }
}
@media (min-width: 1141px) {
  .create-design__or-line {
    margin-top: 10px;
  }
}
@media (min-width: 1410px) {
  .create-design__or-line {
    margin-top: 13px;
  }
}

.create-design__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .create-design__buttons {
    margin-top: 7px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) and (max-width: 345px) {
  .create-design__buttons {
    gap: 0 5px;
  }
}
@media (min-width: 768px) {
  .create-design__buttons {
    margin-top: 5px;
    gap: 10px;
  }
}
@media (min-width: 1141px) {
  .create-design__buttons {
    gap: 0;
  }
}
@media (min-width: 1410px) {
  .create-design__buttons {
    margin-top: 7px;
  }
}

.create-design__wa {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .create-design__wa {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .create-design__wa {
    height: 48px;
  }
  .create-design__wa:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .create-design__wa {
    height: 60px;
  }
}
.create-design__wa:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.create-design__wa::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  width: 33px;
  height: 33px;
  -webkit-mask: url(../img/icons/wa.svg) no-repeat;
  mask: url(../img/icons/wa.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .create-design__wa::after {
    right: 13px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .create-design__wa::after {
    width: 25px;
    height: 25px;
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design__wa::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .create-design__wa::after {
    width: 19px;
    height: 19px;
    right: 8px;
  }
}
@media (min-width: 1141px) {
  .create-design__wa::after {
    right: 21px;
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .create-design__wa {
    max-width: 160px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design__wa {
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .create-design__wa {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .create-design__wa {
    max-width: 170px;
    padding-left: 10px;
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (min-width: 1141px) {
  .create-design__wa {
    padding-left: 13px;
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .create-design__wa {
    padding-left: 16px;
  }
}

.create-design__tg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .create-design__tg {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .create-design__tg {
    height: 48px;
  }
  .create-design__tg:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .create-design__tg {
    height: 60px;
  }
}
.create-design__tg:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.create-design__tg::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  width: 28px;
  height: 23px;
  -webkit-mask: url(../img/icons/tg.svg) no-repeat;
  mask: url(../img/icons/tg.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .create-design__tg::after {
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .create-design__tg::after {
    width: 23px;
    height: 18px;
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design__tg::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .create-design__tg::after {
    width: 19px;
    height: 15px;
    right: 9px;
  }
}
@media (min-width: 1141px) {
  .create-design__tg::after {
    right: 21px;
    width: 28px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .create-design__tg {
    max-width: 160px;
    padding-left: 18px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design__tg {
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .create-design__tg {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .create-design__tg {
    max-width: 170px;
    padding-left: 8px;
    font-size: 14px;
  }
}
@media (min-width: 1141px) {
  .create-design__tg {
    padding-left: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .create-design__tg {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .example-products {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .example-products {
    margin-top: 64px;
  }
}
@media (min-width: 1141px) {
  .example-products {
    margin-top: 80px;
  }
}
@media (min-width: 1410px) {
  .example-products {
    margin-top: 100px;
  }
}

.example-products__title {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .example-products__title {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 767px) and (min-width: 450px) {
  .example-products__title .br_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .example-products__title {
    font-size: 41px;
  }
}
@media (min-width: 1141px) {
  .example-products__title {
    font-size: 51px;
  }
}
@media (min-width: 1410px) {
  .example-products__title {
    font-size: 64px;
  }
}

.example-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .example-products__list {
    margin-top: 24px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .example-products__list {
    margin-top: 30px;
    gap: 45px 0;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .example-products__list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (min-width: 1141px) {
  .example-products__list {
    margin-top: 38px;
    gap: 56px 0;
  }
}
@media (min-width: 1410px) {
  .example-products__list {
    margin-top: 48px;
    gap: 70px 0;
  }
}

.example-products__item {
  background: rgb(255, 255, 255);
  position: relative;
  opacity: 1;
}
.example-products__item:nth-child(n+5) .example-products__img {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .example-products__item {
    padding: 15px;
    padding-bottom: 52px;
    margin-bottom: 70px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (min-width: 620px) {
  .example-products__item {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .example-products__item {
    width: 22.88%;
    border-radius: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 10px;
    padding-bottom: 42px;
  }
  .example-products__item:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0px 0px 30.3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30.3px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .example-products__item {
    width: 40%;
  }
}
@media (min-width: 1141px) {
  .example-products__item {
    padding: 12px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1410px) {
  .example-products__item {
    padding: 15px;
    padding-bottom: 52px;
  }
}

.example-products__img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.example-products__item-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .example-products__item-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .example-products__item-title {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .example-products__item-title {
    font-size: 20px;
  }
}
@media (min-width: 1141px) {
  .example-products__item-title {
    margin-top: 13px;
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .example-products__item-title {
    margin-top: 16px;
    font-size: 20px;
  }
}

.example-products__feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .example-products__feature-box {
    margin-top: 13px;
    gap: 14px 0;
  }
}
@media (min-width: 768px) {
  .example-products__feature-box {
    margin-top: 10px;
    gap: 11px 0;
  }
}
@media (min-width: 1410px) {
  .example-products__feature-box {
    margin-top: 13px;
    gap: 14px 0;
  }
}

.example-products__feature-desc {
  width: 40%;
  text-align: left;
}
.example-products__feature-desc p {
  font-family: "Roboto", sans-serif;
  color: rgb(137, 137, 137);
  font-weight: 400;
}
@media (min-width: 768px) {
  .example-products__feature-desc p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .example-products__feature-desc p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .example-products__feature-desc p {
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .example-products__feature-desc p {
    font-size: 16px;
  }
}

.example-products__feature-property {
  width: 60%;
  text-align: right;
}
.example-products__feature-property p {
  font-family: "Roboto", sans-serif;
  color: rgb(56, 56, 56);
  font-weight: 700;
}
@media (min-width: 768px) {
  .example-products__feature-property p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .example-products__feature-property p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .example-products__feature-property p {
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .example-products__feature-property p {
    font-size: 16px;
  }
}

.example-products__more-button {
  position: relative;
  display: block;
  max-width: 260px;
  width: 100%;
  height: 72px;
  background: rgb(29, 29, 28);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 290px;
  height: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .example-products__more-button {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .example-products__more-button {
    height: 62px;
  }
  .example-products__more-button:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .example-products__more-button {
    height: 72px;
  }
}
.example-products__more-button:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .example-products__more-button {
    height: 60px;
    font-size: 14px;
  }
  .example-products__more-button:hover {
    -webkit-transform: translateY(3px) translateX(-50%);
    -ms-transform: translateY(3px) translateX(-50%);
    transform: translateY(3px) translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .example-products__more-button {
    font-size: 12px;
    height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 870px) {
  .example-products__more-button {
    font-size: 14px;
    height: 52px;
  }
}
@media (min-width: 1141px) {
  .example-products__more-button {
    font-size: 16px;
  }
}
.example-products__more-button:active {
  -webkit-transform: translateX(-50%) scale(0.95);
  -ms-transform: translateX(-50%) scale(0.95);
  transform: translateX(-50%) scale(0.95);
}

@media (max-width: 767px) {
  .example-products__mobile-hide {
    display: none;
    opacity: 0;
  }
}

.example-products__more-examples {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  height: 60px;
  background: none;
  color: rgb(56, 56, 56);
  border: 1px solid rgb(56, 56, 56);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 3px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .example-products__more-examples {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .example-products__more-examples:hover {
    border: 1px solid rgba(56, 56, 56, 0);
    background: rgb(29, 29, 28);
    color: rgb(255, 255, 255);
  }
}
.example-products__more-examples:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  border: 1px solid rgba(56, 56, 56, 0);
  background: rgb(29, 29, 28);
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .example-products__more-examples {
    display: none;
  }
}

.create-design2 {
  background: rgb(255, 255, 255);
  position: relative;
}
.create-design2 p, .create-design2 h1, .create-design2 h2, .create-design2 h3, .create-design2 h4, .create-design2 span {
  color: rgb(56, 56, 56);
}
@media (max-width: 767px) {
  .create-design2 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .create-design2 {
    margin-top: 104px;
  }
  .create-design2::before {
    content: "";
    position: absolute;
    width: 475px;
    height: 475px;
    left: -8px;
    bottom: 0;
    background: url(../img/create-design2/pattern.svg) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .create-design2::before {
    width: 375px;
    height: 375px;
    left: -8px;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .create-design2::before {
    width: 275px;
    height: 275px;
    left: -8px;
    bottom: 0;
  }
}
@media (min-width: 1141px) {
  .create-design2 {
    margin-top: 130px;
  }
}
@media (min-width: 1410px) {
  .create-design2 {
    margin-top: 163px;
  }
}

.create-design2__screens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .create-design2__screens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .create-design2__screen-1 {
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 39.3%;
  }
}
@media (min-width: 1141px) {
  .create-design2__screen-1 {
    margin-top: 3px;
  }
}
@media (min-width: 1410px) {
  .create-design2__screen-1 {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .create-design2__screen-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 21.45%;
  }
}

@media (min-width: 768px) {
  .create-design2__screen-3 {
    width: 39.25%;
    padding-left: 3px;
  }
}
@media (min-width: 1141px) {
  .create-design2__screen-3 {
    padding-left: 4px;
  }
}
@media (min-width: 1410px) {
  .create-design2__screen-3 {
    padding-left: 5px;
  }
}

.create-design2__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 767px) {
  .create-design2__img {
    display: block;
    width: 55.28%;
    margin: 0 auto;
    margin-top: 17px;
  }
}
@media (min-width: 768px) {
  .create-design2__img {
    margin-top: -47px;
  }
}
@media (min-width: 1141px) {
  .create-design2__img {
    margin-top: -59px;
  }
}
@media (min-width: 1410px) {
  .create-design2__img {
    margin-top: -74px;
  }
}

.create-design2__title {
  font-weight: 700;
  text-wrap: wrap;
}
@media (max-width: 767px) {
  .create-design2__title {
    margin-top: 43.5px;
    font-size: 24px;
    line-height: 27.6px;
    text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 450px) {
  .create-design2__title {
    text-wrap: balance;
  }
  .create-design2__title .br_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .create-design2__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 37px;
    padding-right: 20px;
  }
}
@media (min-width: 1141px) {
  .create-design2__title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 46px;
  }
}
@media (min-width: 1410px) {
  .create-design2__title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 57px;
  }
}

.create-design2__text {
  font-weight: 400;
}
@media (max-width: 767px) {
  .create-design2__text {
    text-align: center;
    margin-top: 22px;
    font-size: 18px;
    line-height: 26.1px;
    text-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .create-design2__text {
    margin-left: 4px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1141px) {
  .create-design2__text {
    margin-left: 5px;
    font-size: 19px;
    line-height: 28px;
  }
}
@media (min-width: 1410px) {
  .create-design2__text {
    margin-left: 6px;
    font-size: 24px;
    line-height: 34.8px;
  }
}

.create-design2__form-wrapper {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .create-design2__form-wrapper {
    width: 94.1%;
    max-width: 350px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .create-design2__form-wrapper {
    max-width: 250px;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1141px) {
  .create-design2__form-wrapper {
    margin-top: 66px;
    max-width: 360px;
  }
}
@media (min-width: 1410px) {
  .create-design2__form-wrapper {
    margin-top: 83px;
  }
}

.create-design2__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.create-design2__input {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  border: 1px solid rgb(56, 56, 56);
  color: rgb(56, 56, 56);
}
.create-design2__input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__input::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__input::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .create-design2__input {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .create-design2__input {
    height: 60px;
  }
}
.create-design2__input::-webkit-input-placeholder {
  color: rgb(56, 56, 56);
}
.create-design2__input::-moz-placeholder {
  color: rgb(56, 56, 56);
}
.create-design2__input:-ms-input-placeholder {
  color: rgb(56, 56, 56);
}
.create-design2__input::-ms-input-placeholder {
  color: rgb(56, 56, 56);
}
.create-design2__input::placeholder {
  color: rgb(56, 56, 56);
}
@media (max-width: 767px) {
  .create-design2__input {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .create-design2__input {
    margin-bottom: 8px;
    height: 52px;
  }
}
@media (min-width: 1141px) {
  .create-design2__input {
    margin-bottom: 10px;
    height: 60px;
  }
}
@media (min-width: 1410px) {
  .create-design2__input {
    margin-bottom: 12px;
  }
}

.create-design2__submit {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  position: relative;
  cursor: pointer;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgb(56, 56, 56);
  color: rgb(255, 255, 255);
  border: none;
}
.create-design2__submit::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__submit::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__submit:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__submit::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.create-design2__submit::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .create-design2__submit {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .create-design2__submit {
    height: 60px;
  }
}
.create-design2__submit::before, .create-design2__submit::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.create-design2__submit::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}
.create-design2__submit::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.create-design2__submit:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.create-design2__submit::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.create-design2__submit::placeholder {
  color: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .create-design2__submit {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .create-design2__submit:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
.create-design2__submit:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .create-design2__submit {
    height: 52px;
  }
}
@media (min-width: 1141px) {
  .create-design2__submit {
    height: 60px;
  }
}

.create-design2__form-politika .checkbox__input, .create-design2__form-politika .checbox_label, .create-design2__form-politika .politika__link {
  color: rgb(56, 56, 56);
}
.create-design2__form-politika .checbox_label::before {
  border: 1px solid rgb(56, 56, 56);
}
.create-design2__form-politika .checbox_label::after {
  -webkit-mask: url(../img/icons/checkbox-galka.svg) no-repeat;
  mask: url(../img/icons/checkbox-galka.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(56, 56, 56);
}
@media (max-width: 767px) {
  .create-design2__form-politika {
    margin-top: 9px;
    display: block;
    text-align: center;
    margin-top: 6px;
    padding-left: 0px;
  }
  .create-design2__form-politika .checbox_label {
    display: inline;
    text-align: center;
  }
  .create-design2__form-politika .checbox_label::before {
    left: -3px;
  }
  .create-design2__form-politika .checbox_label::after {
    left: -4.5px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .create-design2__form-politika {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .create-design2__form-politika {
    margin-top: 7px;
  }
}
@media (min-width: 1141px) {
  .create-design2__form-politika {
    margin-top: 9px;
  }
}

.create-design2__or-line {
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.create-design2__or-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 39.5%;
  height: 1px;
  border-radius: 2px;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  background: rgb(149, 149, 149);
}
@media (max-width: 767px) {
  .create-design2__or-line::before {
    width: 41.5%;
    left: 0;
  }
}
.create-design2__or-line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 39.5%;
  height: 1px;
  border-radius: 2px;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  background: rgb(149, 149, 149);
}
@media (max-width: 767px) {
  .create-design2__or-line::after {
    width: 41.5%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .create-design2__or-line {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .create-design2__or-line {
    margin-top: 8px;
  }
}
@media (min-width: 1141px) {
  .create-design2__or-line {
    margin-top: 10px;
  }
}
@media (min-width: 1410px) {
  .create-design2__or-line {
    margin-top: 13px;
  }
}

.create-design2__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .create-design2__buttons {
    margin-top: 7px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) and (max-width: 345px) {
  .create-design2__buttons {
    gap: 0 5px;
  }
}
@media (min-width: 768px) {
  .create-design2__buttons {
    margin-top: 5px;
    gap: 10px;
  }
}
@media (min-width: 1141px) {
  .create-design2__buttons {
    gap: 0;
  }
}
@media (min-width: 1410px) {
  .create-design2__buttons {
    margin-top: 7px;
  }
}

.create-design2__wa {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .create-design2__wa {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .create-design2__wa {
    height: 48px;
  }
  .create-design2__wa:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .create-design2__wa {
    height: 60px;
  }
}
.create-design2__wa:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.create-design2__wa::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  width: 33px;
  height: 33px;
  -webkit-mask: url(../img/icons/wa.svg) no-repeat;
  mask: url(../img/icons/wa.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .create-design2__wa::after {
    right: 13px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .create-design2__wa::after {
    width: 25px;
    height: 25px;
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design2__wa::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .create-design2__wa::after {
    width: 19px;
    height: 19px;
    right: 8px;
  }
}
@media (min-width: 1141px) {
  .create-design2__wa::after {
    right: 21px;
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .create-design2__wa {
    max-width: 160px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design2__wa {
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .create-design2__wa {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .create-design2__wa {
    max-width: 170px;
    padding-left: 10px;
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (min-width: 1141px) {
  .create-design2__wa {
    padding-left: 13px;
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .create-design2__wa {
    padding-left: 16px;
  }
}

.create-design2__tg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .create-design2__tg {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .create-design2__tg {
    height: 48px;
  }
  .create-design2__tg:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .create-design2__tg {
    height: 60px;
  }
}
.create-design2__tg:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.create-design2__tg::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  width: 28px;
  height: 23px;
  -webkit-mask: url(../img/icons/tg.svg) no-repeat;
  mask: url(../img/icons/tg.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .create-design2__tg::after {
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .create-design2__tg::after {
    width: 23px;
    height: 18px;
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design2__tg::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .create-design2__tg::after {
    width: 19px;
    height: 15px;
    right: 9px;
  }
}
@media (min-width: 1141px) {
  .create-design2__tg::after {
    right: 21px;
    width: 28px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  .create-design2__tg {
    max-width: 160px;
    padding-left: 18px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .create-design2__tg {
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .create-design2__tg {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .create-design2__tg {
    max-width: 170px;
    padding-left: 8px;
    font-size: 14px;
  }
}
@media (min-width: 1141px) {
  .create-design2__tg {
    padding-left: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .create-design2__tg {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .we-use {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .we-use {
    margin-top: 62px;
  }
}
@media (min-width: 1141px) {
  .we-use {
    margin-top: 77px;
  }
}
@media (min-width: 1410px) {
  .we-use {
    margin-top: 96px;
  }
}

.we-use__title {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .we-use__title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) and (min-width: 475px) {
  .we-use__title br {
    display: none;
  }
}
@media (min-width: 768px) {
  .we-use__title {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (min-width: 1141px) {
  .we-use__title {
    font-size: 51px;
    line-height: 59px;
  }
}
@media (min-width: 1410px) {
  .we-use__title {
    font-size: 64px;
    line-height: 73.6px;
  }
}

@media (max-width: 767px) {
  .we-use__list {
    margin-top: 69px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .we-use__list {
    margin-top: 29px;
  }
}
@media (min-width: 1141px) {
  .we-use__list {
    margin-top: 36px;
  }
}
@media (min-width: 1410px) {
  .we-use__list {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .we-use__block {
    margin-bottom: 25px;
  }
  .we-use__block:nth-child(2) .we-use__block-title {
    line-height: 27.6px;
  }
  .we-use__block:nth-child(2) .we-use__img {
    width: 100%;
    padding: 0;
  }
  .we-use__block:nth-child(2) .we-use__mobile-img {
    padding-right: 0;
    padding-left: 25px;
  }
  .we-use__block:nth-child(2) .we-use__block-text {
    margin-top: 2px;
    text-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .we-use__block:nth-child(odd) .we-use__block-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .we-use__block:nth-child(odd) .we-use__block-description {
    width: 63%;
    padding-top: 4px;
    padding-right: 32px;
    padding-left: 77px;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .we-use__block:nth-child(odd) .we-use__block-description {
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 96px;
  }
}
@media (min-width: 768px) and (min-width: 1410px) {
  .we-use__block:nth-child(odd) .we-use__block-description {
    padding-right: 100px;
    padding-left: 120px;
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .we-use__block:nth-child(odd) .we-use__block-img {
    width: 37%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .we-use__block:nth-child(even) {
    margin-top: -19px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .we-use__block:nth-child(even) .we-use__block-title {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .we-use__block:nth-child(even) .we-use__block-description {
    width: 61.5%;
    padding-top: 11px;
    padding-right: 77px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .we-use__block:nth-child(even) .we-use__block-description {
    padding-top: 14px;
    padding-right: 96px;
    padding-left: 44px;
  }
}
@media (min-width: 768px) and (min-width: 1410px) {
  .we-use__block:nth-child(even) .we-use__block-description {
    padding-top: 17px;
    padding-right: 120px;
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .we-use__block:nth-child(even) .we-use__block-img {
    width: 38.5%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .we-use__block:nth-child(even) .we-use__block-text {
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 1141px) {
  .we-use__block:nth-child(even) {
    margin-top: -24px;
  }
}
@media (min-width: 768px) and (min-width: 1410px) {
  .we-use__block:nth-child(even) {
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .we-use__block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .we-use__block-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.we-use__block-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .we-use__block-title {
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .we-use__block-title {
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 13px;
  }
}
@media (min-width: 1141px) {
  .we-use__block-title {
    line-height: 44px;
    font-size: 38px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1410px) {
  .we-use__block-title {
    line-height: 55.2px;
    font-size: 48px;
    margin-bottom: 20px;
  }
}

.we-use__block-text {
  font-weight: 400;
}
@media (max-width: 767px) {
  .we-use__block-text {
    font-size: 16px;
    line-height: 23.2px;
    margin-top: 14px;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .we-use__block-text br {
    display: none;
  }
}
@media (min-width: 768px) {
  .we-use__block-text {
    text-wrap: wrap;
    line-height: 22px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .we-use__block-text .br_desc {
    display: none;
  }
}
@media (min-width: 1141px) {
  .we-use__block-text {
    line-height: 27px;
    font-size: 21px;
  }
}
@media (min-width: 1410px) {
  .we-use__block-text {
    line-height: 34.8px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .we-use__block-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .we-use__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 264px;
  }
}
@media (min-width: 1141px) {
  .we-use__block-img {
    height: 330px;
  }
}
@media (min-width: 1410px) {
  .we-use__block-img {
    height: 100%;
  }
}

.we-use__mobile-img {
  width: 100%;
  padding-right: 11px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .we-use__mobile-img {
    display: none;
  }
}

@media (min-width: 768px) {
  .we-use__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.we-use__img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .we-use__img {
    display: block;
    width: 80%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .we-use__img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .work-comfortable {
    margin-top: 61px;
  }
}
@media (min-width: 768px) {
  .work-comfortable {
    margin-top: 54px;
  }
}
@media (min-width: 1141px) {
  .work-comfortable {
    margin-top: 67px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable {
    margin-top: 84px;
  }
}

.work-comfortable__title {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .work-comfortable__title {
    text-wrap: wrap;
    line-height: 46px;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .work-comfortable__title {
    line-height: 47px;
    font-size: 41px;
  }
}
@media (min-width: 1141px) {
  .work-comfortable__title {
    line-height: 59px;
    font-size: 51px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable__title {
    line-height: 73.6px;
    font-size: 64px;
  }
}

.work-comfortable__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .work-comfortable__list {
    margin-top: 25px;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .work-comfortable__list {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .work-comfortable__list {
    width: 100%;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .work-comfortable__list {
    margin-top: 34px;
  }
}
@media (min-width: 1141px) {
  .work-comfortable__list {
    margin-top: 42px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable__list {
    margin-top: 53px;
  }
}

.work-comfortable__item {
  position: relative;
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .work-comfortable__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 18.03px 14.37px -10.3px rgba(126, 126, 126, 0.08);
    box-shadow: 0px 18.03px 14.37px -10.3px rgba(126, 126, 126, 0.08);
    padding-top: 18px;
    padding-bottom: 11.5px;
    padding-left: 81px;
    padding-right: 30px;
    margin-bottom: 9.5px;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .work-comfortable__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .work-comfortable__item {
    width: calc(50% - 15px);
    border-radius: 10px;
    -webkit-box-shadow: 0px 35px 27.9px -20px rgba(126, 126, 126, 0.08);
    box-shadow: 0px 35px 27.9px -20px rgba(126, 126, 126, 0.08);
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    padding-top: 28px;
    padding-bottom: 27px;
    padding-left: 98px;
    padding-right: 15px;
  }
  .work-comfortable__item:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 35px 27.9px -20px rgba(126, 126, 126, 0.3);
    box-shadow: 0px 35px 27.9px -20px rgba(126, 126, 126, 0.3);
  }
}
@media (min-width: 1141px) {
  .work-comfortable__item {
    padding-top: 35px;
    padding-bottom: 34px;
    padding-left: 122px;
    padding-right: 68px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable__item {
    padding-top: 44px;
    padding-bottom: 42px;
    padding-left: 153px;
    padding-right: 85px;
  }
}

.work-comfortable__number {
  position: absolute;
  font-weight: 700;
  z-index: 1;
}
.work-comfortable__number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icons/number_background.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .work-comfortable__number::before {
    left: -18px;
    top: 14px;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .work-comfortable__number::before {
    left: -22px;
    top: 18px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1141px) {
  .work-comfortable__number::before {
    left: -28px;
    top: 22px;
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable__number::before {
    left: -35px;
    top: 28px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .work-comfortable__number {
    left: 38px;
    top: 28px;
    font-size: 33px;
  }
}
@media (min-width: 768px) {
  .work-comfortable__number {
    top: 5px;
    left: 35px;
    line-height: 54px;
    font-size: 41px;
  }
}
@media (min-width: 1141px) {
  .work-comfortable__number {
    top: 6px;
    left: 44px;
    line-height: 68px;
    font-size: 51px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable__number {
    top: 7px;
    left: 55px;
    line-height: 85.13px;
    font-size: 64px;
  }
}

.work-comfortable__text {
  font-weight: 700;
}
@media (max-width: 767px) {
  .work-comfortable__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 23.94px;
    font-size: 18px;
    text-wrap: wrap;
    height: 100%;
  }
}
@media (max-width: 767px) and (min-width: 390px) {
  .work-comfortable__text {
    text-wrap: balance;
  }
  .work-comfortable__text .br_mobile {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .work-comfortable__text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .work-comfortable__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 790px) {
  .work-comfortable__text {
    font-size: 13px;
  }
}
@media (min-width: 1141px) {
  .work-comfortable__text {
    font-size: 16px;
  }
}
@media (min-width: 1410px) {
  .work-comfortable__text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .gallery {
    margin-top: 53px;
  }
}
@media (min-width: 768px) {
  .gallery {
    margin-top: 62px;
  }
}
@media (min-width: 1141px) {
  .gallery {
    margin-top: 78px;
  }
}
@media (min-width: 1410px) {
  .gallery {
    margin-top: 97px;
  }
}

.gallery__title {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery__title {
    line-height: 46px;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .gallery__title {
    line-height: 47px;
    font-size: 41px;
  }
}
@media (min-width: 1141px) {
  .gallery__title {
    line-height: 59px;
    font-size: 51px;
  }
}
@media (min-width: 1410px) {
  .gallery__title {
    line-height: 73.6px;
    font-size: 64px;
  }
}

.gallery__list {
  display: grid;
}
@media (max-width: 767px) {
  .gallery__list {
    margin-top: 36px;
    gap: 2px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) and (min-width: 701px) {
  .gallery__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .gallery__list {
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 34px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .gallery__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1141px) {
  .gallery__list {
    margin-top: 43px;
  }
}
@media (min-width: 1410px) {
  .gallery__list {
    margin-top: 54px;
  }
}

.gallery__item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation-name: gallery_show;
  animation-name: gallery_show;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.gallery__item img {
  width: 100%;
}
@media (min-width: 768px) {
  .gallery__item:hover {
    -webkit-transform: scale(1.005);
    -ms-transform: scale(1.005);
    transform: scale(1.005);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}

.gallery__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  width: 100%;
}

.gallery__more {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  height: 60px;
  background: none;
  color: rgb(56, 56, 56);
  border: 1px solid rgb(56, 56, 56);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 3px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gallery__more {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .gallery__more:hover {
    border: 1px solid rgba(56, 56, 56, 0);
    background: rgb(29, 29, 28);
    color: rgb(255, 255, 255);
  }
}
.gallery__more:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  border: 1px solid rgba(56, 56, 56, 0);
  background: rgb(29, 29, 28);
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .gallery__more {
    margin-top: 19px;
  }
}
@media (min-width: 768px) {
  .gallery__more {
    max-width: 360px;
    margin-top: 19px;
  }
}
@media (min-width: 1141px) {
  .gallery__more {
    margin-top: 24px;
  }
}
@media (min-width: 1410px) {
  .gallery__more {
    margin-top: 30px;
  }
}

.footer {
  overflow: hidden;
  position: relative;
  background: rgb(56, 56, 56);
}
.footer a, .footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer address {
  color: rgb(255, 255, 255);
}
.footer .container {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 520px;
  left: -8px;
  bottom: 0;
  background: url(../img/footer/pattern_mobile.svg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .footer::before {
    width: 500px;
    height: 612px;
    left: -145px;
    top: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer::before {
    width: 375px;
    height: 375px;
    left: -8px;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer::before {
    width: 275px;
    height: 275px;
    left: -8px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .footer {
    margin-top: 58px;
    padding-top: 45px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1141px) {
  .footer {
    margin-top: 72px;
    padding-top: 56px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1410px) {
  .footer {
    margin-top: 90px;
    padding-top: 70px;
    padding-bottom: 10px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__list a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__list a:hover {
  color: rgb(220, 157, 94);
}
@media (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .footer__contacts {
    width: 50%;
    padding-left: 16.75%;
  }
}

.footer__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer__title {
    text-align: center;
    font-size: 36px;
    line-height: 41.4px;
    margin-top: 44px;
  }
}
@media (min-width: 768px) {
  .footer__title {
    line-height: 35px;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 830px) {
  .footer__title {
    font-size: 26px;
  }
}
@media (min-width: 1141px) {
  .footer__title {
    line-height: 44px;
    font-size: 38px;
  }
}
@media (min-width: 1410px) {
  .footer__title {
    line-height: 55.2px;
    font-size: 48px;
  }
}

.footer__number {
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__number {
    text-align: center;
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .footer__number {
    line-height: 22px;
    font-size: 14px;
    margin-top: 14px;
  }
}
@media (min-width: 1141px) {
  .footer__number {
    line-height: 27px;
    font-size: 19px;
    margin-top: 19px;
  }
}
@media (min-width: 1410px) {
  .footer__number {
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 24px;
  }
}

.footer__email {
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__email {
    text-align: center;
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .footer__email {
    line-height: 22px;
    font-size: 14px;
    margin-top: 6px;
  }
}
@media (min-width: 1141px) {
  .footer__email {
    line-height: 27px;
    font-size: 19px;
    margin-top: 8px;
  }
}
@media (min-width: 1410px) {
  .footer__email {
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 10px;
  }
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 360px;
}
@media (max-width: 767px) {
  .footer__buttons {
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (max-width: 345px) {
  .footer__buttons {
    gap: 0 5px;
  }
}
@media (min-width: 768px) {
  .footer__buttons {
    margin-top: 26px;
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1141px) {
  .footer__buttons {
    margin-top: 33px;
  }
}
@media (min-width: 1410px) {
  .footer__buttons {
    margin-top: 41px;
  }
}

.footer__wa {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: rgb(0, 0, 0) !important;
}
@media (max-width: 767px) {
  .footer__wa {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .footer__wa {
    height: 48px;
  }
  .footer__wa:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .footer__wa {
    height: 60px;
  }
}
.footer__wa:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.footer__wa::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  width: 33px;
  height: 33px;
  -webkit-mask: url(../img/icons/wa.svg) no-repeat;
  mask: url(../img/icons/wa.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .footer__wa::after {
    right: 13px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .footer__wa::after {
    width: 25px;
    height: 25px;
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .footer__wa::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .footer__wa::after {
    right: 21px;
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .footer__wa::after {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .footer__wa {
    max-width: 160px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .footer__wa {
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .footer__wa {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer__wa {
    max-width: 170px;
    padding-left: 13px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .footer__wa {
    max-width: 230px;
    padding-left: 45px;
  }
}
@media (min-width: 1410px) {
  .footer__wa {
    padding-left: 16px;
  }
}

.footer__tg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: rgb(0, 0, 0) !important;
}
@media (max-width: 767px) {
  .footer__tg {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .footer__tg {
    height: 48px;
  }
  .footer__tg:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .footer__tg {
    height: 60px;
  }
}
.footer__tg:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.footer__tg::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
  width: 28px;
  height: 23px;
  -webkit-mask: url(../img/icons/tg.svg) no-repeat;
  mask: url(../img/icons/tg.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .footer__tg::after {
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .footer__tg::after {
    width: 23px;
    height: 18px;
    right: 14px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .footer__tg::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .footer__tg::after {
    right: 21px;
    width: 28px;
    height: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .footer__tg::after {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .footer__tg {
    max-width: 160px;
    padding-left: 18px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .footer__tg {
    padding-left: 10px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .footer__tg {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer__tg {
    max-width: 170px;
    padding-left: 16px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .footer__tg {
    max-width: 230px;
    padding-left: 45px;
  }
}
@media (min-width: 1410px) {
  .footer__tg {
    padding-left: 20px;
  }
}

.footer__address {
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__address {
    text-align: center;
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 33px;
  }
}
@media (min-width: 768px) {
  .footer__address {
    line-height: 22px;
    font-size: 14px;
    margin-top: 25px;
  }
}
@media (min-width: 1141px) {
  .footer__address {
    line-height: 27px;
    font-size: 19px;
    margin-top: 52px;
  }
}
@media (min-width: 1410px) {
  .footer__address {
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 65px;
  }
}

@media (min-width: 768px) {
  .footer__form-wrapper {
    width: 50%;
    padding-left: 12.2%;
    padding-top: 2px;
  }
}
@media (min-width: 1141px) {
  .footer__form-wrapper {
    padding-top: 3px;
  }
}
@media (min-width: 1410px) {
  .footer__form-wrapper {
    padding-top: 4px;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 89px;
    height: 102px;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    position: absolute;
    left: 10px;
    top: 1px;
  }
}
@media (min-width: 1141px) {
  .footer__logo {
    top: 2px;
  }
}
@media (min-width: 1410px) {
  .footer__logo {
    left: 0;
  }
}

.footer__form-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer__form-title {
    text-align: center;
    font-size: 36px;
    line-height: 41.4px;
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .footer__form-title {
    line-height: 35px;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 830px) {
  .footer__form-title {
    font-size: 26px;
  }
}
@media (min-width: 1141px) {
  .footer__form-title {
    line-height: 44px;
    font-size: 38px;
  }
}
@media (min-width: 1410px) {
  .footer__form-title {
    line-height: 55.2px;
    font-size: 48px;
  }
}

.footer__form-text {
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__form-text {
    text-align: center;
    line-height: 26.1px;
    font-size: 18px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .footer__form-text {
    line-height: 22px;
    font-size: 14px;
    margin-top: 14px;
  }
}
@media (min-width: 1141px) {
  .footer__form-text {
    line-height: 27px;
    font-size: 19px;
    margin-top: 19px;
    text-wrap: wrap;
  }
}
@media (min-width: 1410px) {
  .footer__form-text {
    line-height: 34.8px;
    font-size: 24px;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .footer__form {
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .footer__form {
    max-width: 360px;
    margin-top: 11px;
  }
}
@media (min-width: 1141px) {
  .footer__form {
    margin-top: 14px;
  }
}
@media (min-width: 1410px) {
  .footer__form {
    margin-top: 17px;
  }
}

.footer__input {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
}
.footer__input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.footer__input::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.footer__input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.footer__input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.footer__input::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer__input {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .footer__input {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .footer__input {
    margin-bottom: 12px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .footer__input {
    margin-bottom: 8px;
  }
}
@media (min-width: 1141px) {
  .footer__input {
    margin-bottom: 10px;
  }
}
@media (min-width: 1410px) {
  .footer__input {
    margin-bottom: 12px;
  }
}

.footer__submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
  font-family: "Evolventa", sans-serif;
  border-radius: 60px;
  padding-top: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer__submit {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .footer__submit {
    height: 48px;
  }
  .footer__submit:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1141px) {
  .footer__submit {
    height: 60px;
  }
}
.footer__submit:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

@media (max-width: 767px) {
  .footer__form-politika {
    display: block;
    text-align: center;
    margin-top: 6px;
    padding-left: 12px;
  }
  .footer__form-politika .checbox_label {
    display: inline;
    text-align: center;
  }
  .footer__form-politika .checbox_label::before {
    left: -3px;
  }
  .footer__form-politika .checbox_label::after {
    left: -4.5px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .footer__form-politika {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .footer__form-politika {
    margin-top: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .footer__form-politika .checbox_label::before {
    left: 55px;
  }
  .footer__form-politika .checbox_label::after {
    left: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) and (max-width: 960px) {
  .footer__form-politika .checbox_label::before {
    left: 35px;
  }
  .footer__form-politika .checbox_label::after {
    left: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) and (max-width: 800px) {
  .footer__form-politika .checbox_label::before {
    left: 25px;
  }
  .footer__form-politika .checbox_label::after {
    left: 24px;
  }
}
@media (min-width: 1141px) {
  .footer__form-politika {
    margin-top: 9px;
  }
}

.footer__links a {
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__links a:hover {
  text-decoration: underline;
  color: rgb(220, 157, 94);
}
@media (max-width: 767px) {
  .footer__links a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer__links a {
    font-size: 10px;
  }
}
@media (min-width: 1141px) {
  .footer__links a {
    font-size: 12px;
  }
}
@media (min-width: 1410px) {
  .footer__links a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 400px) {
  .footer__links {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 34px;
  }
}
@media (min-width: 1141px) {
  .footer__links {
    margin-top: 42px;
  }
}
@media (min-width: 1410px) {
  .footer__links {
    margin-top: 52px;
  }
}

.modal {
  min-height: 200px;
  border-radius: 30px;
  background: rgb(255, 253, 248);
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .modal {
    max-width: 336px;
    width: 100%;
    padding: 0;
    padding-top: 45px;
    padding-bottom: 46px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 768px) {
  .modal {
    max-width: 352px;
    width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1141px) {
  .modal {
    max-width: 440px;
  }
}

#modal-true .modal__wrapper {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#modal-true .modal__title {
  display: block;
}
@media (max-width: 767px) {
  #modal-true .modal__title {
    line-height: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #modal-true .modal__title {
    line-height: 38px;
    margin-bottom: 0;
  }
}
@media (min-width: 1141px) {
  #modal-true .modal__title {
    line-height: 48px;
    margin-bottom: 0;
  }
}
#modal-true .modal__subtitle {
  display: block;
}
@media (max-width: 767px) {
  #modal-true .modal__subtitle {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #modal-true .modal__subtitle {
    margin-top: 26px;
  }
}
@media (min-width: 1141px) {
  #modal-true .modal__subtitle {
    margin-top: 32px;
  }
}

.is-close-btn {
  display: none;
}

.modal-close {
  position: absolute;
  right: 11px;
  top: 10px;
  height: 24px;
  width: 24px;
  background: url(/assets/img/icons/close.svg) no-repeat;
  background-size: contain;
  right: 16px;
  top: 16px;
}
@media (max-width: 767px) {
  .modal-close {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .modal-close {
    width: 34px;
    height: 34px;
  }
}

.modal__title {
  display: block;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 34px;
  }
}
@media (min-width: 1141px) {
  .modal__title {
    font-size: 42px;
  }
}

.modal__subtitle {
  display: block;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .modal__subtitle {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .modal__subtitle {
    font-size: 21px;
    margin-top: 10px;
  }
}
@media (min-width: 1141px) {
  .modal__subtitle {
    font-size: 26px;
    margin-top: 12px;
  }
}

.modal__form, .modal__form2, .modal__form3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal__form .modal__input:nth-child(2), .modal__form2 .modal__input:nth-child(2), .modal__form3 .modal__input:nth-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal__form, .modal__form2, .modal__form3 {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .modal__form, .modal__form2, .modal__form3 {
    margin-top: 42px;
  }
}

.modal__input {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(56, 56, 56);
  color: rgb(56, 56, 56);
}
.modal__input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__input::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__input::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .modal__input {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .modal__input {
    height: 60px;
  }
}
.modal__input::-webkit-input-placeholder {
  color: rgb(56, 56, 56);
}
.modal__input::-moz-placeholder {
  color: rgb(56, 56, 56);
}
.modal__input:-ms-input-placeholder {
  color: rgb(56, 56, 56);
}
.modal__input::-ms-input-placeholder {
  color: rgb(56, 56, 56);
}
.modal__input::placeholder {
  color: rgb(56, 56, 56);
}
@media (max-width: 767px) {
  .modal__input {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .modal__input {
    margin-bottom: 10px;
    height: 52px;
  }
}
@media (min-width: 1141px) {
  .modal__input {
    margin-bottom: 12px;
    height: 60px;
  }
}
@media (min-width: 1410px) {
  .modal__input {
    margin-bottom: 15px;
  }
}

.modal__send {
  background: none;
  max-width: 360px;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  position: relative;
  cursor: pointer;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgb(56, 56, 56);
  color: rgb(255, 255, 255);
  border: none;
}
.modal__send::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__send::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__send:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__send::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
.modal__send::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .modal__send {
    height: 48px;
  }
}
@media (min-width: 1141px) {
  .modal__send {
    height: 60px;
  }
}
.modal__send::before, .modal__send::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__send::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}
.modal__send::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.modal__send:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.modal__send::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.modal__send::placeholder {
  color: rgb(0, 0, 0);
}
@media (max-width: 767px) {
  .modal__send {
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
}
@media (min-width: 768px) {
  .modal__send:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  }
}
.modal__send:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media (max-width: 767px) {
  .modal__send {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .modal__send {
    height: 52px;
    margin-top: 13px;
  }
}
@media (min-width: 1141px) {
  .modal__send {
    height: 60px;
    margin-top: 16px;
  }
}
@media (min-width: 1410px) {
  .modal__send {
    margin-top: 20px;
  }
}

.modal__politika {
  text-align: center;
}
.modal__politika .checkbox__input, .modal__politika .checbox_label, .modal__politika .politika__link {
  color: rgb(56, 56, 56);
}
@media (max-width: 767px) {
  .modal__politika .br_tablet {
    display: none;
  }
}
@media (min-width: 1141px) {
  .modal__politika .br_tablet {
    display: none;
  }
}
.modal__politika .checbox_label {
  display: inline;
  text-align: center;
}
.modal__politika .checbox_label::before {
  border: 1px solid rgb(56, 56, 56);
  left: 10px;
}
@media (max-width: 767px) {
  .modal__politika .checbox_label::before {
    left: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .modal__politika .checbox_label::before {
    left: 45px;
  }
}
@media (min-width: 1141px) {
  .modal__politika .checbox_label::before {
    left: 10px;
  }
}
.modal__politika .checbox_label::after {
  -webkit-mask: url(../img/icons/checkbox-galka.svg) no-repeat;
  mask: url(../img/icons/checkbox-galka.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgb(56, 56, 56);
  left: 8px;
}
@media (max-width: 767px) {
  .modal__politika .checbox_label::after {
    left: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .modal__politika .checbox_label::after {
    left: 43px;
  }
}
@media (min-width: 1141px) {
  .modal__politika .checbox_label::after {
    left: 8px;
  }
}
@media (max-width: 767px) {
  .modal__politika .checbox_label {
    display: inline;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .modal__politika .checbox_label {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-align: center;
    padding-left: 30px;
  }
}
@media (min-width: 1141px) {
  .modal__politika .checbox_label {
    padding-left: 27px;
    padding-right: 27px;
    display: inline;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modal__politika {
    margin-top: 9px;
    display: block;
    text-align: center;
    margin-top: 6px;
    padding-left: 0px;
    line-height: 12px;
  }
}
@media (max-width: 767px) and (max-width: 300px) {
  .modal__politika {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .modal__politika {
    margin-top: 5px;
  }
}
@media (min-width: 1141px) {
  .modal__politika {
    margin-top: 7px;
    text-align: center;
  }
}