@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Jost:300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap&subset=cyrillic-ext");

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Jost";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Jost";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.btn {
  background: linear-gradient(90deg, #59d3fc -0.77%, #554dde 92.83%);
  box-shadow: 6px 13px 27px rgba(92, 118, 255, 0.29);
  font-weight: 500;
  font-style: normal;
  color: #fff;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11.5px 72.16px 9.5px 72.16px;
  text-transform: uppercase;
}

.btn:hover {
  background: linear-gradient(90deg, #25c8ff -0.77%, #3e34e0 92.83%);
}

.btn:focus {
  background: linear-gradient(90deg, #25a4ff -0.77%, #3127e4 92.83%);
  box-shadow: 6px 13px 27px rgba(92, 118, 255, 0.2);
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

.input-col::-webkit-input-placeholder {
  color: #6f6f6f;
}

.input-col:focus::-webkit-input-placeholder {
  color: #d5d5d5;
}

.input-col:-moz-placeholder {
  color: #6f6f6f;
}

.input-col:focus:-moz-placeholder {
  color: #d5d5d5;
}

.input-col::-moz-placeholder {
  color: #6f6f6f;
}

.input-col:focus::-moz-placeholder {
  color: #d5d5d5;
}

.input-col:-ms-input-placeholder {
  color: #6f6f6f;
}

.input-col:focus:-ms-input-placeholder {
  color: #d5d5d5;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  transform: scale(1);
}

.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.title-posts {
  font-size: 22px;
}

.shadow-block {
  margin-left: 114px;
}

.title-shadow {
  padding-left: 25px;
  position: absolute;
  font-weight: bold;
  font-size: 80px;
  line-height: 116px;
  text-transform: uppercase;
}

.heading-shadow {
  display: flex;
  position: relative;
  align-items: baseline;
}

.text-shadow {
  color: #ffffff;
  position: relative;
  padding-top: 58px;
  font-weight: 500;
  font-size: 45px;
  line-height: 65px;
  text-transform: uppercase;
}

.text-shadow-underline {
  margin-left: 62px;
  width: 100%;
  position: relative;
  top: 6px;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

body {
  color: black;
  font-size: 14px;
  width: 100%;
  position: relative;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container {
  max-width: 1320px;
  margin: 0 auto;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6000;
}

.header__content {
  padding: 0px 6px;
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  min-height: 60px;
}

.header__logo {
  display: flex;
  position: relative;
  align-items: center;
}

.header__logo-img {
  width: 50px;
  height: 50px;
}

.header__logo-name {
  font-size: 25px;
  margin: 0px 0px 0px 17.14px;
  text-transform: uppercase;
  color: black;
}

.menu__link {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: black;
  transition: color 0.3s ease 0s;
}

.menu__link:hover {
  color: #926cff;
  text-decoration: underline;
}

.menu__link:active {
  color: #7342ff;
}

.icon-menu {
  display: none;
}

.offer__container {
  display: flex;
}

.offer__content {
  width: 100%;
}

.offer__title-shadow {
  line-height: 152.5%;
  text-transform: uppercase;
  color: #422b78;
  font-weight: bold;
  letter-spacing: 0.035em;
  opacity: 0.6;
}

.offer__information {
  position: relative;
}

.offer__information-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.offer__information-text {
  color: #ffffff;
}

.offer__information-image {
  position: relative;
}

.benefits__container {
  background: #ffffff;
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-top: 20px;
}

.benefits__top-block {
  padding: 22px 114px 0px 114px;
  display: flex;
  flex-wrap: wrap;
}

.benefits__top-block-item {
  display: flex;
  flex: 0 1 50%;
  margin: 52px 0px 52px 0px;
  align-items: center;
}

.benefits__top-block-item:nth-child(3),
.benefits__top-block-item:nth-child(4) {
  margin-bottom: 0px;
}

.benefits__top-block-icon {
  width: 53px;
  height: 53px;
  color: #e3ebff;
}

.benefits__top-block-text {
  padding-left: 33px;
  line-height: 120%;
}

.benefits__shadow-block {
  margin-top: 150px;
  margin-left: 114px;
}

.benefits__title-shadow {
  color: #e3ebff;
}

.benefits__text-shadow {
  color: #000000;
  white-space: nowrap;
}

.benefits__text-shadow-underline {
  border: 4px solid #e3ebff;
}

.benefits__bottom-block {
  padding: 41px 0px 148px 114px;
  display: flex;
  flex-wrap: wrap;
}

.benefits__bottom-block-item {
  flex: 0 1 50%;
  margin: 41px 0px 41px 0px;
}

.benefits__bottom-block-item:nth-child(3),
.benefits__bottom-block-item:nth-child(4) {
  margin-bottom: 0px;
}

.benefits__bottom-block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 120.5%;
  text-transform: uppercase;
}

.benefits__bottom-block-text {
  margin-top: 10px;
  line-height: 120.5%;
}

.services__shadow-block {
  margin-top: 182px;
  margin-left: 114px;
}

.services__title-shadow {
  color: #36185d;
}

.services__text-shadow {
  color: #ffffff;
}

.services__text-shadow-underline {
  border: 4px solid #36185d;
}

.services__info {
  margin-top: 74px;
  height: 1079px;
}

.services__info-content {
  position: absolute;
  background: #4f2b7d;
  opacity: 0.3;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  border-radius: 0px 20px;
}

.services__info-block {
  position: absolute;
  width: 723px;
  height: 1079px;
}

.services__info-block::before,
.services__info-block::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
}

.services__info-block::before {
  top: -20px;
  left: -20px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.services__info-block::after {
  bottom: -20px;
  right: -20px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.services__paragraph-content {
  position: relative;
  padding-top: 104px;
}

.services__paragraph {
  background: #ffffff;
  border-radius: 0px 100px 100px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  margin-left: 70px;
}

.services__paragraph-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 120.5%;
  padding-left: 38px;
  text-transform: uppercase;
}

.services__paragraph-marker {
  border: 4px solid #e3ebff;
  box-sizing: border-box;
  border-radius: 21px;
  width: 20px;
  height: 20px;
  margin-right: 17px;
}

.services__text {
  color: white;
  margin-top: 25px;
  line-height: 163.5%;
  margin-left: 108px;
}

.projects__shadow-block {
  margin-top: 250px;
}

.projects__title-shadow {
  color: #36185d;
}

.projects__text-shadow {
  color: #ffffff;
}

.projects__text-shadow-underline {
  border: 4px solid #36185d;
}

.projects__block {
  margin-top: 70px;
  display: flex;
}

.projects__block-image {
  width: 700px;
  height: 600px;
  position: relative;
  left: 65px;
  z-index: 1;
}

.projects__forms-block {
  flex-direction: column;
  display: flex;
  text-align: center;
  margin-left: 100px;
}

.projects__forms-input-block {
  margin: 0px 0px 20px 0px;
  padding: 4.5px 0px 4.5px 25px;
  font-weight: 300;
  font-size: 25px;
  line-height: 163.5%;
  color: #000000;
  width: 490px;
}

.projects__forms-input-block._error {
  box-shadow: 0 0 30px rgba(231, 55, 55, 0.877);
}

.projects__forms-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  height: 50px;
  border: 1px solid #fff;
  margin-top: 25px;
}

.projects__forms-btn:hover {
  border: none;
  background: #28bafc;
  box-shadow: 6px 13px 27px rgba(92, 118, 255, 0.29);
}

.projects__forms-btn:focus {
  border: none;
  background: #2896fc;
  box-shadow: 6px 13px 27px rgba(92, 118, 255, 0.29);
}

.projects .form__body {
  position: relative;
}

.projects .form__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 28, 97, 0.68) url(../img/loading.gif) center/50px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.projects .form__body._loader::after {
  opacity: 1;
  visibility: visible;
}

.clients {
  position: relative;
  top: -172px;
}

.clients__content {
  position: relative;
  width: 100%;
  height: auto;
}

.clients__content-block {
  background: #4f2b7d;
  mix-blend-mode: multiply;
  opacity: 0.3;
  border-radius: 0px 20px;
  position: absolute;
  width: 100%;
  height: 991.23px;
}

.clients__content::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
}

.clients__content::before {
  top: -20px;
  left: -20px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.clients__shadow-block {
  padding-top: 182px;
}

.clients__title-shadow {
  color: #361261;
}

.clients__text-shadow {
  color: #ffffff;
  white-space: nowrap;
}

.clients__text-shadow-underline {
  border: 4px solid #361261;
}

.clients__slider {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  flex-direction: row;
  flex-wrap: wrap;
}

.clients__slider-image {
  padding-right: 32px;
}

.request {
  height: 776px;
  width: 100%;
  background: #ffffff;
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-top: 210px;
  position: relative;
}

.request__shadow-block {
  padding-top: 104px;
}

.request__title-shadow {
  color: #e3ebff;
}

.request__text-shadow {
  color: #000000;
  white-space: nowrap;
}

.request__text-shadow-underline {
  border: 4px solid #e3ebff;
}

.request__block {
  padding-top: 105px;
  display: flex;
  justify-content: center;
}

.request__form-application {
  flex-direction: column;
  display: flex;
  text-align: center;
}

.request__form-input-block {
  margin: 0px 0px 20px 0px;
  padding: 4.5px 0px 4.5px 25px;
  font-weight: 300;
  font-size: 25px;
  line-height: 163.5%;
  color: #000000;
  width: 550px;
  background: #f4f4f4;
}

.request__form-input-block._error {
  box-shadow: 0 1px rgba(231, 55, 55, 0.88);
}

.request__form-input-block:last-child {
  margin-bottom: 0px;
}

.request__form-btn {
  margin-top: 5px;
}

.request .form__body {
  position: relative;
}

.request .form__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6) url(../img/loading.gif) center/50px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.request .form__body._loader::after {
  opacity: 1;
  visibility: visible;
}

.contacts__title-shadow {
  color: #331456;
}

.contacts__text-shadow {
  color: #ffffff;
  white-space: nowrap;
}

.contacts__text-shadow-underline {
  border: 4px solid #331456;
}

.contacts__information {
  margin-top: 50px;
  margin-left: 114px;
  display: flex;
  justify-content: space-between;
}

.contacts__information-text {
  font-weight: 300;
  font-size: 25px;
  line-height: 163.5%;
  color: #ffffff;
}

.contacts__information-text:hover {
  font-size: 27px;
}

.disclosure {
  position: relative;
  z-index: 15;
  height: 0;
  padding: 0;
  background: transparent;
  scroll-margin-top: 88px;
}

.disclosure__container {
  position: relative;
  top: -285px;
}

.disclosure__shadow-block {
  margin-left: 114px;
}

.disclosure__title-shadow {
  color: #331456;
}

.disclosure__text-shadow {
  color: #ffffff;
  white-space: nowrap;
}

.disclosure .shadow-block .text-shadow {
  color: #ffffff;
}

.disclosure__text-shadow-underline {
  border: 4px solid #331456;
}

.disclosure .disclosure__body,
.disclosure .disclosure__body p {
  color: #ffffff;
}

.disclosure__body {
  margin-left: 114px;
  margin-top: 18px;
  max-width: 780px;
  padding: 18px 22px 20px;
  background: rgba(51, 20, 86, 0.58);
  border-left: 3px solid rgba(138, 230, 255, 0.8);
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(2px);
}

.disclosure__body p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.45;
  color: #ffffff !important;
}

.disclosure__body p + p {
  margin-top: 0.45em;
}

.disclosure__company {
  margin-top: 0.75em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff !important;
}

.disclosure__projects-link {
  color: #8ae6ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.disclosure__projects-link:hover {
  color: #ffffff;
}

.disclosure__contacts a {
  color: #8ae6ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.disclosure__contacts a:hover {
  color: #ffffff;
}

.footer__container {
  padding-top: 115px;
  min-height: 338px;
  height: auto;
  padding-bottom: 48px;
  background: #331456;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__content-bottom {
  display: flex;
  justify-content: space-between;
}

.footer__info {
  display: flex;
  align-items: center;
}

.footer__info-image {
  width: 105px;
  height: 105px;
}

.footer__info-text {
  padding-left: 30px;
  font-weight: 500;
  font-size: 41px;
  line-height: 152.5%;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__image-up {
  width: 53.38px;
  height: 26.69px;
}

.footer__bottom {
  padding-top: 30px;
}

.footer__bottom-text {
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
}

.footer__bottom-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer__disclosure-link {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.45;
  color: #ffffff;
  max-width: 780px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__disclosure-link:hover {
  color: #8ae6ff;
}

.footer__bottom-text--privacy {
  opacity: 0.85;
}

.disclosure-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.disclosure-modal._active {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.disclosure-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 8, 38, 0.82);
}

.disclosure-modal__content {
  position: relative;
  width: min(940px, 100%);
  max-height: calc(100vh - 60px);
  overflow: auto;
  padding: 46px 54px;
  background: #ffffff;
  box-shadow: 4px 8px 25px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  color: #140826;
}

.disclosure-modal__label {
  position: absolute;
  top: 22px;
  left: 48px;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  color: #e3ebff;
  z-index: 0;
}

.disclosure-modal__title {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 30px;
  padding-top: 34px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.18;
  text-transform: uppercase;
  color: #140826;
}

.disclosure-modal__body {
  position: relative;
  z-index: 1;
}

.disclosure-modal__body p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
}

.disclosure-modal__body p + p {
  margin-top: 16px;
}

.disclosure-modal__body h3 {
  margin: 30px 0 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  text-transform: uppercase;
}

.disclosure-modal__body a {
  color: #4338ca;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.disclosure-modal__body a:hover {
  color: #312e81;
}

.disclosure-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  background: transparent;
  z-index: 2;
}

.disclosure-modal__close::before,
.disclosure-modal__close::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 6px;
  width: 24px;
  height: 2px;
  background: #331456;
}

.disclosure-modal__close::before {
  transform: rotate(45deg);
}

.disclosure-modal__close::after {
  transform: rotate(-45deg);
}

.disclosure-page {
  min-height: 100vh;
  background: #3d1c63;
}

.disclosure-page__section {
  padding: 160px 0 90px;
}

.disclosure-page__title-shadow {
  color: #331456;
}

.disclosure-page__text-shadow {
  color: #ffffff;
}

.disclosure-page__text-shadow-underline {
  border: 4px solid #331456;
}

.disclosure-page__card {
  margin: 72px 114px 0;
  padding: 44px 54px;
  background: #ffffff;
  box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  color: #140826;
}

.disclosure-page__card p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.55;
}

.disclosure-page__card p + p {
  margin-top: 18px;
}

.disclosure-page__card h2 {
  margin-top: 34px;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.35;
  text-transform: uppercase;
}

.disclosure-page__card a {
  color: #4338ca;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.disclosure-page__card a:hover {
  color: #312e81;
}

.page {
  flex: 1 1 auto;
}

@media (min-width: 480.98px) {
  .footer-image-bootom-up {
    display: none;
  }
}

@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1332px) {
  ._container {
    max-width: 1300px;
  }
}

@media (min-width: 1400.98px) {
  .btn {
    font-size: 20px;
    line-height: 29px;
    height: 50px;
  }

  .menu__list {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: flex-end;
  }

  .menu__list li {
    margin: 0px 73px 0px 0px;
  }

  .menu__list li:last-child {
    margin: 0 auto;
  }

  .offer__container {
    padding-top: 174px;
    align-items: flex-start;
    flex: 1 1 auto;
  }

  .offer__title-shadow {
    font-size: 124px;
  }

  .offer__information {
    top: -77px;
    padding-left: 98px;
  }

  .offer__information-title {
    font-size: 36px;
    line-height: 52px;
  }

  .offer__information-text {
    margin-top: 10.5px;
    line-height: 36px;
  }

  .offer__information-image {
    flex: 0 0 586px;
    height: 586.79px;
    right: 189px;
    margin-top: 53.68px;
  }

  .offer__information-btn {
    margin-top: 67px;
  }
}

@media screen and (min-width: 1400.98px) {
  .text {
    font-size: 25px;
    font-weight: 300;
  }

  .header__content {
    padding: 0px 94px 0px 94px;
  }

  .menu__link {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (min-width: 2080px) {
  body {
    background: #3d1c63;
    width: 100%;
  }
}

@media (max-width: 1400.98px) {
  .btn {
    font-size: 18px;
    line-height: 26px;
  }

  ._container {
    max-width: 1200px;
    padding: 0 30px;
  }

  .menu__list {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: flex-end;
    margin: 0px 33px 0px 33px;
  }

  .menu__list li {
    margin: 0px 30px 0px 0px;
  }

  .menu__list li:last-child {
    margin: 0 auto;
  }

  .offer__container {
    padding-top: 160px;
    align-items: flex-start;
    flex: 1 1 auto;
  }

  .offer__title-shadow {
    font-size: 97px;
  }

  .offer__information {
    top: -68px;
    padding-left: 33px;
  }

  .offer__information-title {
    font-size: 31px;
    line-height: 52px;
  }

  .offer__information-text {
    margin-top: 10.5px;
    line-height: 36px;
  }

  .offer__information-image {
    height: 500px;
    right: 157px;
    margin-top: 43px;
    overflow: hidden;
  }

  .offer__information-btn {
    margin-top: 67px;
  }
}

@media screen and (max-width: 1400.98px) {
  .text {
    font-weight: 300;
    font-size: 19px;
  }

  .header__content {
    padding: 0px 41px 0px 41px;
  }

  .menu__link {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1000.98px) {
  .btn {
    font-size: 15px;
    line-height: 22px;
  }

  .title-posts {
    text-align: center;
    font-size: 18px;
  }

  .shadow-block {
    margin-left: 70px;
  }

  .title-shadow {
    padding-left: 25px;
    font-size: 50px;
    line-height: 72px;
  }

  .text-shadow {
    padding-top: 32px;
    font-size: 30px;
    line-height: 43px;
  }

  .text-shadow-underline {
    margin-left: 62px;
  }

  ._container {
    max-width: 960px;
  }

  .header__content {
    padding: 0px 20px 0px 20px;
  }

  .menu__body {
    transform: translate(0px, -100%);
    transition: transform 0.7s ease 0s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 70px 10px 30px 10px;
  }

  .menu__body._active {
    transform: translate(0px, 0%);
  }

  .menu__list {
    display: block;
    text-align: center;
    background: #ffffff;
    box-shadow: 4px 8px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 10px 10px;
    width: 300px;
    margin: 0 auto;
  }

  .menu__list li {
    margin: 0 auto;
    padding-top: 30px;
  }

  .menu__list li:last-child {
    margin: 0 auto;
  }

  .menu__link {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    display: block;
    color: black;
    padding: 15px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5000;
  }

  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .offer__container {
    padding-top: 160px;
    align-items: flex-start;
    flex: 1 1 auto;
  }

  .offer__title-shadow {
    font-size: 76px;
  }

  .offer__information {
    top: -54px;
    padding-left: 24px;
  }

  .offer__information-title {
    font-size: 25px;
    line-height: 41px;
  }

  .offer__information-text {
    margin-top: 10.5px;
    line-height: 36px;
  }

  .offer__information-image {
    height: 420px;
    right: 132px;
    margin-top: 28px;
    overflow: hidden;
  }

  .offer__information-btn {
    margin-top: 67px;
  }

  .benefits__top-block {
    padding: 22px 0px 0px 0px;
  }

  .benefits__top-block-item {
    margin: 30px 0px 30px 0px;
  }

  .benefits__top-block-icon {
    width: 40px;
    height: 40px;
  }

  .benefits__top-block-text {
    padding-left: 16px;
  }

  .benefits__shadow-block {
    margin-top: 90px;
    margin-left: 70px;
  }

  .benefits__text-shadow-underline {
    border: 4px solid #e3ebff;
  }

  .benefits__bottom-block {
    padding: 41px 0 81px 0;
  }

  .benefits__bottom-block-item {
    margin: 41px 0px 41px 0px;
    padding-left: 50px;
  }

  .benefits__bottom-block-title {
    font-size: 18px;
  }

  .benefits__bottom-block-text {
    font-size: 17px;
  }

  .services__info {
    height: 985px;
  }

  .services__info-block {
    height: 985px;
  }

  .services__shadow-block {
    margin-top: 65px;
  }

  .services__text-shadow-underline {
    border: 4px solid #36185d;
  }

  .services__paragraph-title {
    font-size: 25px;
  }

  .projects__shadow-block {
    margin-top: 60px;
  }

  .projects__block-image {
    width: 634px;
    height: 519px;
    left: 10px;
  }

  .projects__forms-block {
    margin-left: 0;
  }

  .clients__shadow-block {
    padding-top: 82px;
  }

  .request {
    height: 700px;
    margin-top: 116px;
  }

  .contacts__information {
    margin-left: 70px;
  }

  .footer__info-image {
    width: 86px;
    height: 86px;
  }
}

@media (max-width: 767.98px) {
  .shadow-block {
    margin-top: 42px;
  }

  .title-shadow {
    font-size: 40px;
  }

  .text-shadow {
    font-size: 25px;
  }

  .text-shadow-underline {
    margin-left: 25px;
    border: 3px solid #3a1a62;
  }

  body {
    background: #3d1c63;
  }

  ._container {
    max-width: 640px;
    padding: 0 10px;
  }

  .offer__container {
    padding-top: 105px;
  }

  .offer__title-shadow {
    font-size: 56px;
  }

  .offer__information {
    top: -46px;
  }

  .offer__information-title {
    font-size: 19px;
    line-height: 41px;
  }

  .offer__information-text {
    line-height: 28px;
    font-size: 14px;
  }

  .offer__information-image {
    height: 282px;
    right: 91px;
    margin-top: 24px;
  }

  .offer__information-btn {
    margin-top: 36px;
  }

  .benefits__top-block {
    flex-direction: column;
  }

  .benefits__top-block-item {
    text-align: justify;
    padding: 0px 50px 0 50px;
  }

  .benefits__top-block-item:nth-child(3),
  .benefits__top-block-item:nth-child(4) {
    margin: 30px 0px 30px 0px;
  }

  .benefits__top-block-text br {
    display: none;
  }

  .benefits__text-shadow-underline {
    border: 3px solid #e3ebff;
  }

  .benefits__bottom-block {
    flex-direction: column;
  }

  .benefits__bottom-block-item:nth-child(3) {
    margin: 30px 0px 30px 0px;
  }

  .benefits__bottom-block-item:nth-child(4) {
    margin: 30px 0px 0px 0px;
  }

  .services__info {
    height: auto;
    margin-top: 0px;
  }

  .services__info-block {
    display: none;
  }

  .services__shadow-block {
    margin-top: 65px;
  }

  .services__text-shadow-underline {
    border: 4px solid #36185d;
  }

  .services__paragraph-title {
    font-size: 25px;
  }

  .services__paragraph-content {
    padding-top: 50px;
  }

  .services__paragraph-content:nth-child(1) {
    padding-top: 0px;
  }

  .services__paragraph {
    margin-left: 0px;
  }

  .services__paragraph-title {
    font-size: 17px;
  }

  .services__text {
    margin-left: 60px;
  }

  .services__text li {
    list-style-type: disc;
  }

  .projects__shadow-block {
    margin-top: 60px;
  }

  .projects__block {
    flex-direction: column;
  }

  .projects__block-image {
    margin-top: 50px;
    width: 315px;
    height: 300px;
    display: flex;
    margin-left: auto;
  }

  .projects__forms-block {
    margin-left: 0;
  }

  .projects__forms-block {
    flex-direction: column;
    display: flex;
    margin-left: 0px;
  }

  .projects__forms-input-block {
    width: auto;
  }

  .clients {
    top: 0px;
  }

  .clients__content-block {
    display: none;
  }

  .clients__content::before {
    display: none;
  }

  .clients__content::before {
    display: none;
  }

  .clients__shadow-block {
    padding-top: 0px;
  }

  .clients__title-shadow {
    color: #361261;
  }

  .clients__text-shadow {
    color: #ffffff;
    white-space: nowrap;
  }

  .clients__text-shadow-underline {
    border: 3px solid #361261;
  }

  .clients__slider {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .clients__slider-image {
    padding-right: 32px;
  }

  .request {
    height: auto;
    margin-top: 0px;
    padding-bottom: 50px;
  }

  .request__text-shadow-underline {
    border: 3px solid #e3ebff;
  }

  .request__block {
    padding-top: 55px;
  }

  .request__form-application {
    width: 100%;
    padding: 0px 40px 0px 40px;
  }

  .request__form-input-block {
    width: auto;
  }

  .request__form-btn {
    margin-top: 5px;
  }

  .contacts__information {
    padding-bottom: 60px;
  }
}

@media (max-width: 480.98px) {
  .text {
    font-weight: 300;
    font-size: 17px;
  }

  .shadow-block {
    margin-top: 42px;
  }

  .title-shadow {
    font-size: 40px;
  }

  .text-shadow {
    font-size: 25px;
  }

  .text-shadow-underline {
    margin-left: 25px;
    border: 3px solid #3a1a62;
  }

  ._container {
    max-width: 460px;
  }

  .offer__container {
    padding-top: 105px;
    flex-direction: column;
    align-items: flex-end;
  }

  .offer__title-shadow {
    font-size: 50px;
  }

  .offer__information {
    top: -30px;
    padding-left: 0px;
  }

  .offer__information-title {
    font-size: 23px;
    line-height: 120%;
  }

  .offer__information-image {
    height: 230px;
    right: 0px;
    position: relative;
    right: -50px;
    z-index: 1;
  }

  .offer__information-btn {
    margin-top: 36px;
    width: 100%;
  }

  .benefits {
    position: relative;
    top: -80px;
  }

  .benefits__top-block {
    flex-direction: column;
    padding: 60px 0 0 0;
  }

  .benefits__top-block-item {
    text-align: justify;
    padding: 0px 20px 0 20px;
    margin: 12px 0px 12px 0px;
  }

  .benefits__top-block-item:nth-child(3),
  .benefits__top-block-item:nth-child(4) {
    margin: 12px 0px 12px 0px;
  }

  .benefits__top-block-text br {
    display: none;
  }

  .benefits__text-shadow-underline {
    border: 3px solid #e3ebff;
  }

  .benefits__bottom-block {
    flex-direction: column;
  }

  .benefits__bottom-block-item {
    padding-left: 20px;
    margin: 15px 0 15px 0;
  }

  .benefits__bottom-block-item:nth-child(3),
  .benefits__bottom-block-item:nth-child(4) {
    margin: 15px 0 15px 0;
  }

  .benefits__bottom-block-title {
    font-size: 16px;
    line-height: 120.5%;
  }

  .services__shadow-block {
    margin-top: 0px;
  }

  .services__paragraph-title {
    padding-left: 28px;
    font-size: 18px;
    line-height: 120.5%;
  }

  .services__text-shadow-underline {
    border: 3px solid #36185d;
  }

  .projects__shadow-block {
    margin-left: 0px;
  }

  .projects__title-shadow {
    padding-left: 0px;
  }

  .projects__block-image {
    width: 203.6px;
    height: 165.91px;
    left: 10px;
  }

  .projects__forms-block {
    margin-left: 0;
  }

  .projects__forms-input-block {
    font-size: 19px;
    line-height: 163.5%;
  }

  .projects__forms-btn {
    font-size: 17px;
    line-height: 22px;
    height: 40px;
  }

  .clients {
    top: 0px;
  }

  .clients__shadow-block {
    margin-top: 0px;
  }

  .clients__title-shadow {
    padding-left: 2px;
  }

  .clients__slider {
    margin-top: 60px;
  }

  .clients__slider-image {
    padding-right: 8px;
    width: 109px;
    padding-top: 8px;
  }

  .request__shadow-block {
    padding-top: 80px;
    margin-left: 10px;
  }

  .request__title-shadow {
    padding-left: 0px;
    font-size: 30px;
  }

  .request__text-shadow {
    color: #000000;
    white-space: nowrap;
  }

  .request__text-shadow-underline {
    border: 3px solid #e3ebff;
    margin-left: 0px;
  }

  .request__form-application {
    padding: 0 15px 0 15px;
  }

  .request__form-input-block {
    font-size: 19px;
    line-height: 163.5%;
  }

  .request__form-input-block:last-child {
    margin-bottom: 0px;
  }

  .request__form-btn {
    font-size: 19px;
    line-height: 22px;
    margin-top: 5px;
    padding: 0;
  }

  .contacts__title-shadow {
    color: #331456;
  }

  .contacts__text-shadow {
    color: #ffffff;
    white-space: nowrap;
  }

  .contacts__text-shadow-underline {
    border: 4px solid #331456;
  }

  .contacts__information {
    margin-left: 0px;
    padding-bottom: 60px;
  }

  .contacts__information-text {
    font-size: 20px;
    line-height: 163.5%;
  }

  .contacts__information-text:first-child {
    padding-bottom: 5px;
  }

  .footer__container {
    padding-top: 41px;
    min-height: 240px;
    height: auto;
    padding-bottom: 36px;
  }

  .footer__content-bottom {
    padding-top: 40px;
    align-items: center;
  }

  .footer__info-image {
    width: 60px;
    height: 60px;
  }

  .footer__info-text {
    font-size: 25px;
    line-height: 152.5%;
  }

  .footer-image-up {
    display: none;
  }

  .footer-image-bootom-up {
    width: 30px;
    height: 15px;
  }

  .footer__bottom {
    display: flex;
    flex-direction: column;
  }

  .footer__bottom-text {
    padding-top: 0px;
    font-size: 10px;
    line-height: 22px;
  }

  .footer__disclosure-link {
    font-size: 12px;
    line-height: 1.45;
  }

  .disclosure-modal {
    padding: 16px;
  }

  .disclosure-modal__content {
    max-height: calc(100vh - 32px);
    padding: 34px 20px 28px;
  }

  .disclosure-modal__label {
    top: 18px;
    left: 20px;
    font-size: 40px;
  }

  .disclosure-modal__title {
    padding-top: 28px;
    margin-bottom: 22px;
    font-size: 26px;
  }

  .disclosure-modal__body p {
    font-size: 15px;
  }

  .disclosure-modal__body h3 {
    font-size: 17px;
  }

  .disclosure {
    height: auto;
    padding: 46px 0 52px;
  }

  .disclosure__container {
    top: 0;
  }

  .disclosure__shadow-block {
    margin-left: 10px;
  }

  .disclosure__body {
    margin-left: 10px;
    margin-top: 28px;
    max-width: none;
    padding: 16px;
  }

  .disclosure__body p {
    font-size: 14px;
    color: #ffffff;
  }

  .disclosure__company {
    font-size: 15px;
    color: #ffffff;
  }

  .disclosure-page__section {
    padding: 110px 0 60px;
  }

  .disclosure-page__card {
    margin: 44px 10px 0;
    padding: 28px 22px;
  }

  .disclosure-page__card p {
    font-size: 16px;
  }

  .disclosure-page__card h2 {
    font-size: 18px;
  }
}

@media (max-width: 320.98px) {
  .shadow-block {
    margin-top: 76px;
    margin-left: 20px;
  }

  .title-shadow {
    font-size: 35px;
    line-height: 51px;
  }

  .text-shadow {
    font-size: 25px;
    line-height: 36px;
    padding-top: 20px;
  }

  .text-shadow-underline {
    margin-left: 25px;
    border: 3px solid #3a1a62;
  }

  ._container {
    max-width: 300px;
    margin: 0 auto;
  }

  .offer__container {
    padding-top: 78px;
    align-items: flex-end;
  }

  .offer__title-shadow {
    font-size: 39px;
    line-height: 152.5%;
  }

  .offer__information {
    top: -30px;
    padding-left: 0px;
  }

  .offer__information-title {
    font-size: 23px;
    line-height: 120%;
  }

  .offer__information-text {
    font-size: 13px;
    line-height: 21px;
  }

  .offer__information-image {
    height: 187px;
    width: 230px;
    position: relative;
    right: -50px;
    z-index: 1;
  }

  .offer__information-btn {
    margin-top: 33px;
  }

  .benefits {
    position: relative;
    top: -80px;
  }

  .benefits__top-block {
    flex-direction: column;
    padding: 60px 0 0 0;
  }

  .benefits__top-block-item {
    text-align: justify;
    padding: 0px 20px 0 20px;
    margin: 12px 0px 12px 0px;
  }

  .benefits__top-block-item:nth-child(3),
  .benefits__top-block-item:nth-child(4) {
    margin: 12px 0px 12px 0px;
  }

  .benefits__top-block-text {
    font-size: 15px;
    line-height: 120%;
  }

  .benefits__top-block-text br {
    display: none;
  }

  .benefits__text-shadow-underline {
    border: 3px solid #e3ebff;
  }

  .benefits__bottom-block {
    flex-direction: column;
  }

  .benefits__bottom-block-item {
    padding-left: 20px;
    margin: 15px 0 15px 0;
  }

  .benefits__bottom-block-item:nth-child(3),
  .benefits__bottom-block-item:nth-child(4) {
    margin: 15px 0 15px 0;
  }

  .benefits__bottom-block-title {
    font-size: 15px;
    line-height: 120.5%;
  }

  .benefits__bottom-block-text {
    font-size: 15px;
    line-height: 120.5%;
  }

  .services__shadow-block {
    margin-top: 0px;
  }

  .services__paragraph-title {
    padding-left: 28px;
    font-size: 18px;
    line-height: 120.5%;
  }

  .services__text-shadow-underline {
    border: 3px solid #36185d;
  }

  .services__text {
    font-size: 15px;
    line-height: 200%;
    margin-left: 18px;
  }

  .projects__title-shadow {
    padding-left: 0px;
  }

  .projects__block-image {
    width: 203.6px;
    height: 165.91px;
    left: 10px;
  }

  .projects__forms-block {
    margin-left: 0;
  }

  .projects__forms-input-block {
    font-size: 15px;
    line-height: 163.5%;
  }

  .projects__forms-btn {
    font-size: 15px;
    line-height: 22px;
    height: 40px;
  }

  .clients {
    top: 0px;
  }

  .clients__shadow-block {
    margin-top: 0px;
  }

  .clients__title-shadow {
    padding-left: 2px;
  }

  .clients__slider {
    margin-top: 40px;
  }

  .clients__slider-image {
    padding-right: 8px;
    width: 93px;
    padding-top: 8px;
  }

  .request__shadow-block {
    padding-top: 80px;
  }

  .request__title-shadow {
    font-size: 28px;
    line-height: 43px;
    padding-left: 0px;
  }

  .request__text-shadow {
    color: #000000;
    white-space: nowrap;
  }

  .request__text-shadow-underline {
    border: 3px solid #e3ebff;
    margin-left: 0px;
  }

  .request__form-application {
    padding: 0 8px 0 8px;
  }

  .request__form-input-block {
    font-size: 15px;
    line-height: 163.5%;
  }

  .request__form-input-block:last-child {
    margin-bottom: 0px;
  }

  .request__form-btn {
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
    padding: 0;
  }

  .contacts__title-shadow {
    color: #331456;
  }

  .contacts__text-shadow {
    color: #ffffff;
    white-space: nowrap;
  }

  .contacts__text-shadow-underline {
    border: 4px solid #331456;
  }

  .contacts__information {
    margin-left: 0px;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .contacts__information-text {
    font-size: 20px;
    line-height: 163.5%;
  }

  .contacts__information-text:first-child {
    padding-bottom: 5px;
  }

  .footer__container {
    padding-top: 41px;
    min-height: 240px;
    height: auto;
    padding-bottom: 36px;
  }

  .footer__content-bottom {
    padding-top: 40px;
    align-items: center;
  }

  .footer__info-image {
    width: 60px;
    height: 60px;
  }

  .footer__info-text {
    font-size: 25px;
    line-height: 152.5%;
  }

  .footer-image-up {
    display: none;
  }

  .footer-image-bootom-up {
    width: 30px;
    height: 15px;
  }

  .footer__bottom {
    display: flex;
    flex-direction: column;
  }

  .footer__bottom-text {
    padding-top: 0px;
    font-size: 10px;
    line-height: 22px;
  }

  .footer__disclosure-link {
    font-size: 11px;
    line-height: 1.45;
  }
}

@media (max-width: 2080.98px) and (min-width: 1000.98px) {
  body {
    background: url(../img/background.jpg) center center no-repeat;
    height: 6600px;
    width: 100%;
    position: relative;
  }
}

@media (max-width: 1000.98px) and (min-width: 767.98px) {
  body {
    background: url("../img/back_tabl.jpg") center center no-repeat;
    position: relative;
    width: 100%;
  }
}
@supports (-webkit-appearance:none){
.checkbox__input:checked + .checkbox__text:before{background:#fff url("../img/icons/check.svg") center no-repeat}
.projects .form__body::after{background:rgba(62, 28, 97, 0.68) url(../img/loading.gif) center/50px no-repeat}
.request .form__body::after{background:rgba(255, 255, 255, 0.6) url(../img/loading.gif) center/50px no-repeat}
}

 @media (min-width: 480.98px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 992px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1332px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1400.98px){

@supports (-webkit-appearance:none){

}

}

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

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 2080px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1400.98px){

@supports (-webkit-appearance:none){

}

}

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

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1000.98px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767.98px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 480.98px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 320.98px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 2080.98px) and (min-width: 1000.98px){

@supports (-webkit-appearance:none){
body{background:url(../img/background.webp) center center no-repeat}
}

}

 @media (max-width: 1000.98px) and (min-width: 767.98px){

@supports (-webkit-appearance:none){
body{background:url("../img/back_tabl.webp") center center no-repeat}
}

}
