/*=========== nulling styles ==============*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  min-width: 320px;
  font-family: "TT Firs Neue", "Roboto", sans-serif;
  overflow-x: hidden;
}

*:focus-visible {
  outline: 0;
}

/*=================== fonts ======================*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff"), url("../fonts/Roboto-Regular.woff2");
  src: local("Roboto Regular"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../font/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff"), url("../fonts/Roboto-Medium.woff2");
  src: local("Roboto Medium"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../font/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff"), url("../fonts/Roboto-Bold.woff2");
  src: local("Roboto Bold"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../font/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: local("TTFirsNeue-Regular"), url("../fonts/TTFirsNeue-Regular.woff2") format("woff2"), url("../fonts/TTFirsNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: local("TTFirsNeue-Bold"), url("../fonts/TTFirsNeue-Bold.woff2") format("woff2"), url("../fonts/TTFirsNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*=================== list reset ======================*/
.list-reset {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/*=================== container ======================*/
.container {
  max-width: 1210px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1025px) {
  .container {
    max-width: 1024px;
    padding: 0 30.5px;
  }
}
@media (max-width: 769px) {
  .container {
    max-width: 768px;
    padding: 0 27px;
  }
}
@media (max-width: 577px) {
  .container {
    max-width: 576px;
    padding: 0 27px;
  }
}
@media (max-width: 321px) {
  .container {
    max-width: 320px;
    padding: 0 20px;
  }
}
/*================ btn =======================*/
.btn-reset {
  margin: 0;
  padding: 0;
  border: none;
  border-color: transparent;
  background-color: inherit;
  cursor: pointer;
}

.btn {
  padding: 12px 20px 12px 20px;
  outline: 3px solid rgb(255, 110, 48);
  background-color: rgb(255, 110, 48);
  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;
  border: inherit;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 119%;
  color: #fff;
}

@media (min-width: 1200px) {
  .btn--effects:hover {
    background-color: rgb(188, 87, 43);
  }
}
.btn--effects:focus-visible {
  background-color: rgb(255, 110, 48);
  outline: 3px solid rgb(206, 67, 7);
}

.btn--effects:active:not(:focus-visible) {
  background-color: rgb(206, 67, 7);
}

@media (min-width: 1200px) {
  .btn--state:hover {
    background-color: rgb(255, 110, 48);
  }
}
.btn--state:focus-visible {
  background-color: rgb(188, 87, 43);
}

.btn--state:active:not(:focus-visible) {
  background-color: rgb(206, 67, 7);
  outline: 3px solid rgb(206, 67, 7);
}

/*=========== header ==============*/
.header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.header__icon::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 177px;
  top: 20px;
  left: 100px;
  background-image: url("../img/header_monument-2.png");
  z-index: 3;
  opacity: 0.2;
}
.header__icon::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 177px;
  top: 20px;
  right: 100px;
  background-image: url("../img/header_castle-4.png");
  z-index: 3;
  opacity: 0.2;
}
.header__fon::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(24, 15, 104, 0.65)), to(rgba(229, 227, 233, 0.75))), url("../img/header__fon2.jpg");
  background-image: linear-gradient(to bottom, rgba(24, 15, 104, 0.65) 70%, rgba(229, 227, 233, 0.75) 100%), url("../img/header__fon2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header__wrap {
  position: relative;
  padding: 30px 0px 30px 0px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  z-index: 5;
}
.header__burger {
  display: none;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TT Firs Neue";
  font-weight: 400;
  color: #fff;
}
.header__phone-number {
  font-size: 20px;
}
.header__nav {
  border-bottom: 2px solid #a1292a;
}
.header__nav > li {
  position: relative;
  margin: 0px 0px 0px 20px;
}

.nav {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-family: "TT Firs Neue";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.nav__item:hover {
  text-decoration: underline;
}
.nav__arrow {
  display: none;
}
.nav__sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #260f8e;
  padding: 15px;
  max-width: 300px;
  z-index: 10;
}
.nav__sub-add {
  left: 65%;
}
.nav__sub-list li {
  margin: 0px 0px 20px 0px;
}
.nav__sub-list li :last-child {
  margin: 0px;
}
.nav__sub-item:hover {
  text-decoration: underline;
}

.header__brand-title {
  margin: 0;
  font-family: "TT Firs Neue";
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.header__brand-text {
  margin: 0;
  color: #fff;
  font-family: "TT Firs Neue";
  text-align: center;
  font-size: 20px;
}

body._pc .nav > li:hover .nav__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .nav__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid red;
}

body._touch .nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body._touch .nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body._touch .nav > li._active .nav__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .nav > li._active .nav__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (min-width: 1024px) {
  .nav > li {
    padding: 20px 0;
  }
  .nav__sub-list {
    -webkit-transform: translate(0px, 10%);
        -ms-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1024px) {
  .header__brand {
    display: none;
  }
  .header__icon::before {
    visibility: hidden;
  }
  .header__icon::after {
    visibility: hidden;
  }
  .nav {
    grid-template: 1fr 1fr/repeat(4, 1fr);
  }
  .nav__sub-list {
    -webkit-transform: translate(0px, 10%);
        -ms-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 768px) {
  .header__burger {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .header__burger span, .header__burger::before, .header__burger::after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    width: 30px;
    /*transition: all 0.3s ease 0s;*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__burger._active span {
    opacity: 0;
  }
  .header__burger._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__burger._active::after {
    top: 50%;
    bottom: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__brand {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 7, 79, 0.9);
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    overflow: auto;
  }
  .header__nav._active {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .nav {
    grid-template: repeat(8, 1fr)/repeat(2, 1fr);
  }
  .nav__sub-list {
    -webkit-transform: translate(0px, 10%);
        -ms-transform: translate(0px, 10%);
            transform: translate(0px, 10%);
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
  }
  .nav__sub-add {
    left: 0;
  }
  .nav > li._active .nav__sub-list {
    display: block;
    z-index: 10;
  }
}
/*=================== hero ======================*/
.hero__title {
  font-family: "TT Firs Neue";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
.hero__text {
  font-family: "TT Firs Neue";
  font-size: 22px;
}

@media (max-width: 320.998px) {
  .hero {
    padding-top: 20px;
  }
}
/*=================== we ======================*/
.swiper-slide {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(128, 128, 128, 0.94);
          box-shadow: 5px 5px 15px 5px rgba(128, 128, 128, 0.94);
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgb(149, 145, 145);
  position: absolute;
  top: 75%;
  border-radius: 60px;
}

.swiper-button-prev {
  left: 300px;
}

.swiper-button-next {
  right: 300px;
}

.swiper-text {
  padding-left: 10px;
  font-family: "TT Firs Neue";
  color: #000;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
/*=========== call ==============*/
.call__parallax {
  background: url("../img/call-img.avif");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  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;
  position: relative;
}
.call__parallax-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
@media (max-width: 576.98px) {
  .call__parallax-content {
    padding: 0px 15px 0px 15px;
  }
}
.call__parallax-content h2 {
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-family: "TT Firs Neue";
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .call__parallax-content h2 {
    font-size: 32px;
    font-weight: 100%;
  }
}
.call__parallax-content h3 {
  margin: 0;
  padding-bottom: 20px;
  font-family: "TT Firs Neue";
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 576.98px) {
  .call__parallax-content h3 {
    font-size: 24px;
    font-weight: 100%;
  }
}
.call__parallax-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.call__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media (max-width: 768px) {
  .call__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

/*=================== why ======================*/
.why {
  padding: 30px 0px 30px 0px;
  background-color: #F1F1F1;
}
.why__title {
  margin: 0;
  padding-bottom: 30px;
  font-family: "TT Firs Neue";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #333;
}
.why__list {
  display: grid;
  grid-template-columns: repeat(8, auto);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}
@media (max-width: 800.98px) {
  .why__list {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}
.why__list-item {
  padding: 15px 20px 15px 200px;
  border-radius: 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(128, 128, 128, 0.94);
          box-shadow: 5px 5px 15px 5px rgba(128, 128, 128, 0.94);
}
@media (max-width: 480px) {
  .why__list-item {
    padding: 15px 20px 15px 20px;
    background-size: 0% 0%;
  }
}
.why__list-title {
  margin: 0;
  padding-bottom: 10px;
}
.why__text {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
@media (max-width: 480px) {
  .why__text {
    font-size: 14px;
    line-height: 100%;
  }
}

.why-1 {
  grid-column: 1/5;
  grid-row: 1/1;
  background-image: url("../img/why_img-1.png");
}
@media (max-width: 769px) {
  .why-1 {
    grid-column: 1/2;
    grid-row: 1/1;
  }
}

.why-2 {
  grid-column: 5/9;
  grid-row: 1/1;
  background-image: url("../img/why_img-2.png");
}
@media (max-width: 769px) {
  .why-2 {
    grid-column: 1/2;
    grid-row: 2/2;
  }
}

.why-3 {
  grid-column: 1/5;
  grid-row: 2/2;
  background-image: url("../img/why_img-3.png");
}
@media (max-width: 769px) {
  .why-3 {
    grid-column: 1/2;
    grid-row: 3/3;
  }
}

.why-4 {
  grid-column: 5/9;
  grid-row: 2/2;
  background-image: url("../img/why_img-4.png");
}
@media (max-width: 769px) {
  .why-4 {
    grid-column: 1/2;
    grid-row: 4/4;
  }
}

.why-5 {
  grid-column: 3/7;
  grid-row: 3/3;
  background-image: url("../img/why_img-5.png");
}
@media (max-width: 769px) {
  .why-5 {
    grid-column: 1/2;
    grid-row: 5/5;
  }
}

/*=========== contacts ==============*/
.contacts {
  padding: 35px 0px 69px 0px;
}
@media (max-width: 320px) {
  .contacts {
    padding: 0px 15px 50px 15px;
  }
}
.contacts__title {
  margin: 0px 0px 20px 0px;
  font-family: "TT Firs Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #333;
}
@media (max-width: 1024px) {
  .contacts__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contacts__title {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .contacts__title {
    padding: 0px 0px 20px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
  }
}
.contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .contacts__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 320px) {
  .contacts__grid {
    padding-left: 0;
  }
}
.contacts__title-2 {
  margin: 0;
  margin-top: -8px;
  padding-bottom: 10px;
  color: rgb(32, 32, 32);
  font-family: "TT Firs Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 768px) {
  .contacts__title-2 {
    margin-top: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .contacts__title-2 {
    font-size: 18px;
  }
}
.contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
}
.contacts__input {
  background: rgb(233, 233, 233);
  border: none;
  padding: 15px 23px 15px 23px;
  width: 100%;
  cursor: pointer;
  color: rgb(153, 153, 153);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts__input:hover:not(:focus-visible)::-webkit-input-placeholder {
  color: rgb(255, 110, 48);
}
.contacts__input:hover:not(:focus-visible)::-moz-placeholder {
  color: rgb(255, 110, 48);
}
.contacts__input:hover:not(:focus-visible):-ms-input-placeholder {
  color: rgb(255, 110, 48);
}
.contacts__input:hover:not(:focus-visible)::-ms-input-placeholder {
  color: rgb(255, 110, 48);
}
.contacts__input:hover:not(:focus-visible)::placeholder {
  color: rgb(255, 110, 48);
}
.contacts__input:focus-visible {
  outline: 1px solid rgb(255, 110, 48);
}
.contacts .form-text {
  height: 200px;
}
@media (max-width: 768px) {
  .contacts .form-text {
    height: 150px;
  }
}
@media (max-width: 320px) {
  .contacts__btn {
    padding: 11px 19px 7px 17px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
  }
}

/*================ footer ===================*/
.footer {
  padding: 26px 0px 16px 0px;
  background: rgb(32, 32, 32);
}
@media (max-width: 1024px) {
  .footer {
    padding: 26px 0px 10px 0px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 26px 0px 16px 0px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.7fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 0.93fr 1fr 0.5fr;
  }
}
@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}
.footer__logo {
  display: inline-block;
}
@media (max-width: 768px) {
  .footer__logo {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .footer__block-1 {
    display: none;
  }
}
@media (max-width: 320px) {
  .footer__block-2 {
    padding-left: 22px;
  }
}
.footer__adress {
  position: relative;
  padding: 0px 0px 0px 60px;
}
@media (max-width: 1024px) {
  .footer__adress {
    padding: 0;
  }
}
.footer__title-1 {
  margin: 0;
  padding-bottom: 5px;
  color: rgb(255, 255, 255);
  font-family: "TT Firs Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__adress-firm {
  max-width: 300px;
  color: rgb(202, 202, 202);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__phone {
  display: inline-block;
  color: rgb(255, 110, 48);
  font-family: "TT Firs Neue";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.footer__phone::before {
  content: "";
  display: inline-block;
  margin-right: 1.75px;
  width: 22px;
  height: 22px;
  background-image: url("../img/contacts_call.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__block-3 {
  justify-self: end;
}
@media (max-width: 1024px) {
  .footer__block-3 {
    padding: 0px 0px 8px 20px;
  }
}
@media (max-width: 768px) {
  .footer__block-3 {
    grid-column: 3/4;
    grid-row: 1/1;
    justify-self: end;
  }
}
@media (max-width: 480px) {
  .footer__block-3 {
    display: none;
  }
}
.footer__t {
  margin-left: 45px;
}
@media (max-width: 768px) {
  .footer__t {
    margin-left: 43px;
  }
}
@media (max-width: 320px) {
  .footer__t {
    margin-left: 39px;
  }
}
.footer__w {
  margin-left: 15px;
}
@media (max-width: 320px) {
  .footer {
    margin-left: 16px;
  }
}

/*=================== order =================*/
.order__text {
  font-size: 24px;
}

/*=================== whol =================*/
.whol__text {
  font-size: 24px;
}
.whol__text span {
  font-weight: 700;
}

/*=================== our =================*/
.our__text {
  font-size: 24px;
}

/*=================== part =================*/
.part__text {
  font-size: 24px;
}

.part ol li {
  font-size: 24px;
}

/*=================== make =================*/
.make {
  padding-top: 20px;
  padding-bottom: 20px;
}
.make__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 321px) {
  .make__list {
    grid-template-columns: 1fr;
  }
}
/*=================== prod =================*/
.prod {
  padding-top: 20px;
  padding-bottom: 20px;
}
.prod__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  gap: 20px;
}
.prod__img {
  width: 356px;
  height: 534px;
}
.prod__img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 321px) {
  .prod__list {
    grid-template-columns: 1fr;
  }
}
/*=================== pair =================*/
.pair {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pair__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pair__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .pair__list {
    grid-template-columns: 1fr;
  }
}
/*=================== sedak =================*/
.sedak {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sedak__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sedak__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .sedak__list {
    grid-template-columns: 1fr;
  }
}
/*=================== lisa =================*/
.lisa {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lisa__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lisa__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .lisa__list {
    grid-template-columns: 1fr;
  }
}
/*=================== samp =================*/
.samp {
  padding-top: 20px;
  padding-bottom: 20px;
}
.samp__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.samp__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .samp__list {
    grid-template-columns: 1fr;
  }
}
/*=================== fantas =================*/
.fantas {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fantas__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fantas__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .fantas__list {
    grid-template-columns: 1fr;
  }
}
/*=================== humor =================*/
.humor {
  padding-top: 20px;
  padding-bottom: 20px;
}
.humor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.humor__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .humor__list {
    grid-template-columns: 1fr;
  }
}
/*=================== etno =================*/
.etno {
  padding-top: 20px;
  padding-bottom: 20px;
}
.etno__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.etno__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .etno__list {
    grid-template-columns: 1fr;
  }
}
/*=================== size =================*/
.size {
  color: #000;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 15px auto;
  font-size: 17px;
  line-height: 25px;
}
.size__title {
  color: #000;
  margin: 10px 0px 5px 0px;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.size__table {
  color: #000;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}

/*=================== model =================*/
.model {
  padding-top: 20px;
}
.model__title {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 700;
}
.model__text {
  display: inline-block;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: 24px;
}
.model__text span {
  font-weight: 700;
}

/*=================== fact =================*/
.fact__text {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: 24px;
}
.fact__text span {
  font-weight: 700;
}

.fact ol {
  display: inline-block;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: 24px;
}

.fact ol li span {
  font-weight: 700;
}

/*=================== tin =================*/
.tin {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tin__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tin__img {
  /*
  width: 356px;
  height: 246px;
  object-fit: cover;
  */
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 321px) {
  .tin__list {
    grid-template-columns: 1fr;
  }
}
/*=================== var =================*/
.var {
  padding-top: 20px;
  padding-bottom: 20px;
}
.var__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.var__img {
  width: 356px;
  height: 443px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .var__list {
    grid-template-columns: 1fr;
  }
}
/*=========== call ==============*/
.shuf__parallax {
  background: url("../img/call-img.avif");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  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;
  position: relative;
}
.shuf__mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.shuf__content {
  z-index: 4;
}
.shuf__content-list {
  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;
  gap: 20px;
}
.shuf__content-link {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.shuf__content-link:hover {
  color: #f11616;
}

@media (max-width: 576.98px) {
  .shuf__parallax-content {
    padding: 0px 15px 0px 15px;
  }
}
@media (max-width: 320.98px) {
  .shuf {
    display: none;
  }
}
/*=================== rig =================*/
.rig {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rig__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.rig__img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (max-width: 321px) {
  .shuf__list {
    grid-template-columns: 1fr;
  }
}
/*=================== type =================*/
.type {
  padding-top: 20px;
  padding-bottom: 20px;
}
.type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.type__img {
  width: 356px;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 321px) {
  .shuf__list {
    grid-template-columns: 1fr;
  }
}