@import "normalize.min.css";
@import "normative.css";

@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-Italic.woff2") format("woff2"),
    url("../fonts/Jost-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-MediumItalic.woff2") format("woff2"),
    url("../fonts/Jost-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Jost-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-BoldItalic.woff2") format("woff2"),
    url("../fonts/Jost-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-LightItalic.woff2") format("woff2"),
    url("../fonts/Jost-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-Regular.woff2") format("woff2"),
    url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-Medium.woff2") format("woff2"),
    url("../fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-SemiBold.woff2") format("woff2"),
    url("../fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-Bold.woff2") format("woff2"),
    url("../fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src:
    url("../fonts/Jost-Light.woff2") format("woff2"),
    url("../fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HeliosCondC";
  src:
    url("../fonts/HeliosCondC-BoldItalic.woff2") format("woff2"),
    url("HeliosCondC-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root {
  --font-Jost: "Jost", sans-serif;
  --font-Helios: "HeliosCondC", sans-serif;
  --black: #000;
  --dark: #2f2f2f;
  --white: #fff;
  --grey: #585858;
  --light-grey: #ececec;
  --orange: #cb4603;
  --mid-orange: #ff7f00;
  --light-orange: #ff5b05;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4;
}
[data-href] {
  cursor: pointer;
}
body {
  font-size: 36px;
  font-family: var(--font-Jost);
  color: var(--black);
  line-height: 1.4;
  background-color: var(--white);
  font-style: italic;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  body {
    font-size: 22px;
  }
}
h1,
h2,
h3,
.h2,
.h3 {
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-family: "HeliosCondC";
}
h1,
h2,
.h2 {
  font-size: 48px;
  margin: 30px 0;
}
h3,
.h3 {
  font-size: 36px;
}
@media screen and (max-width: 1280px) {
  h1,
  h2,
  .h2 {
    font-size: 42px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  h1,
  h2,
  .h2 {
    font-size: 35px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  .h2 {
    font-size: 30px;
    margin: 25px 0;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  h1,
  h2,
  .h2 {
    font-size: 26px;
    margin: 20px 0;
    line-height: 1.2em;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.container {
  width: 100%;
  max-width: 1700px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
main {
  flex: 1;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--grey);
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.orange-text {
  color: var(--light-orange);
}
/* header */
header {
  position: relative;
  background: linear-gradient(to right, #ff5a00, #ffa95b);
  padding: 20px 0 10px;
}
.header {
  display: grid;
  align-items: end;
  grid-template-columns: 250px 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 60px;
  row-gap: 30px;
  font-size: 24px;
  max-width: 1760px;
}
.logo img {
  display: block;
}
.header .logo {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/3;
}
.header .logo-billet {
  display: none;
  position: absolute;
  font-size: 20px;
  background-color: var(--orange);
  font-weight: 700;
  top: 16%;
  left: 75%;
  width: 220px;
  padding: 5px 5px;
}
.header_links {
  margin-left: auto;
}
.header_nav {
  margin-bottom: 10px;
}
.header_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-weight: 600;
}
.header_menu li {
  flex: 1;
  transform: skewX(-17deg);
  background-color: var(--grey);
  color: var(--white);
  border-radius: 8px;
  transition: background 0.2s;
  box-shadow: 0px 10px 5px 0px rgba(44, 44, 44, 0.55);
}
.header_menu li a {
  display: block;
  text-align: center;
  padding: 6px;
  text-shadow: 2.5px 4px 3px rgba(0, 0, 0, 0.29);
  text-transform: uppercase;
  transform: skewX(17deg);
  transition: 0.1s;
}
.header_menu li.active,
.header_menu li:hover {
  background-color: var(--white);
  color: var(--orange);
}
.header_menu li:hover a {
  text-shadow: none;
}
.header_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
}
.header_links__elem {
  background-color: var(--white);
  color: var(--orange);
  transform: skewX(-17deg);
  font-weight: 600;
  border-radius: 8px;
  text-transform: uppercase;
}
.header_links__elem span {
  position: relative;
  display: block;
  transform: skewX(17deg);
  padding: 6px 20px 6px 60px;
}
.header_links__elem span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.header-btn span::before {
  background-image: url("/static/img/header-btn.png");
}
.header-mail span::before {
  background-image: url("/static/img/header-mail.png");
}
.header-tel span::before {
  background-image: url("/static/img/header-tel.png");
}
.menu-toggle {
  display: none;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 auto;
  border: none;
  background: transparent;
  transform: skewX(-17deg);
}
.menu-toggle > span {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 12px;
  border-radius: 3px;
  background: var(--grey);
  color: var(--grey);
}
.menu-toggle > span::before,
.menu-toggle > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: currentColor;
  left: 0;
  border-radius: 3px;
}
.menu-toggle > span::before {
  top: -16px;
  transition: top 0.3s;
}
.menu-toggle > span::after {
  bottom: -16px;
  transition: bottom 0.3s;
}
.menu-toggle.is-active > span {
  background: transparent !important;
}
.menu-toggle.is-active > span::before {
  top: 0;
  transform: rotate(-45deg);
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.menu-toggle.is-active > span::after {
  bottom: 0;
  transform: rotate(45deg);
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
@media screen and (max-width: 1480px) {
  .header {
    grid-template-columns: 220px 1fr;
    column-gap: 30px;
    row-gap: 20px;
    font-size: 22px;
  }
  .header_menu {
    column-gap: 15px;
  }
  .header_links {
    column-gap: 15px;
  }
  .header_links__elem span {
    padding: 6px 15px 6px 50px;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    grid-template-columns: 150px 1fr;
    column-gap: 15px;
    row-gap: 10px;
    font-size: 20px;
  }
  .header_links__elem span {
    padding: 5px 5px 5px 35px;
  }
  .header_links__elem span::before {
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
@media screen and (max-width: 1080px) {
  header {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .header {
    grid-template-columns: 120px 1fr;
  }
  .header .logo {
    grid-row: initial;
  }
  .header_nav {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 992px) {
  .header {
    grid-template-columns: 250px 1fr;
    grid-template-rows: initial;
  }
  .header_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: linear-gradient(to right, #ff5a00, #ffa95b);
    padding: 10px 15px 40px;
    z-index: 4;
  }
  .header_menu {
    flex-direction: column;
    align-items: stretch;
    row-gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .header_menu li a {
    padding: 2px 10px;
  }
  .header_links {
    flex-direction: column;
    align-items: flex-end;
  }
  .header-btn {
    order: 1;
  }
  .header-mail {
    display: none;
  }
  .header .logo {
    grid-row: 1 / 3;
  }
  .header .logo-billet {
    display: block;
  }
  .menu-toggle {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .header {
    grid-template-columns: 220px 1fr;
    font-size: 18px;
  }
  .header .logo-billet {
    font-size: 18px;
    top: 12%;
    left: 70%;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    grid-template-columns: 37.5vw 1fr;
    font-size: 3.33vw;
  }
  .header .logo-billet {
    font-size: 3.33vw;
    top: 10%;
    left: 70%;
    width: 37.5vw;
    padding: 1.04vw;
  }
  .header_links {
    row-gap: 1.67vw;
  }
  .header_links__elem span {
    padding: 0.42vw 0.63vw 0.42vw 6.25vw;
  }
  .header_links__elem span::before {
    left: 1.25vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .menu-toggle {
    width: 8.33vw;
    height: 8.33vw;
  }
  .menu-toggle > span {
    height: 1.67vw;
  }
  .menu-toggle > span::before {
    top: -2.5vw;
  }
  .menu-toggle > span::after {
    bottom: -2.5vw;
  }
  .header_menu li a {
    padding: 5px 10px;
  }
}
/* end header */

.main-slide {
  font-size: 38px;
  color: var(--white);
  padding: 75px 0;
  background: url("/static/img/main-slide.jpg") center top / cover no-repeat;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main-slide_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1760px;
}
.main-slide_sub {
  font-size: 1.58em;
  font-weight: 600;
  text-shadow: 4px 4px 25px rgba(0, 0, 0, 0.8);
  line-height: 1.18em;
  padding-left: 60px;
  margin-bottom: 130px;
}
.main-slide_billet {
  font-family: "HeliosCondC";
  font-weight: bold;
  font-style: italic;
  background-color: var(--orange);
  font-size: 1.85em;
  padding: 5px 60px;
  border-radius: 20px;
  text-transform: uppercase;
  transform: skewX(-11deg);
  margin-bottom: 165px;
}
.main-slide_billet span {
  display: block;
  transform: skewX(11deg);
}
.main-slide_desc {
  padding-left: 60px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1480px) {
  .main-slide {
    font-size: 36px;
    padding: 65px 0;
  }
  .main-slide_sub {
    padding-left: 50px;
    margin-bottom: 110px;
  }
  .main-slide_billet {
    padding: 5px 50px;
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 1280px) {
  .main-slide {
    font-size: 34px;
    padding: 55px 0;
  }
  .main-slide_sub {
    padding-left: 40px;
    margin-bottom: 80px;
  }
  .main-slide_billet {
    padding: 5px 40px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 992px) {
  .main-slide {
    font-size: 32px;
  }
  .main-slide_sub {
    padding-left: 30px;
  }
  .main-slide_billet {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 768px) {
  .main-slide {
    font-size: 28px;
  }
  .main-slide_sub {
    padding-left: 20px;
  }
  .main-slide_billet {
    padding: 5px 20px;
    border-radius: 10px;
  }
  .main-slide_desc {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main-slide {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .main-slide {
    font-size: 18px;
    padding: 40px 0;
  }
  .main-slide_sub {
    margin-bottom: 40px;
  }
  .main-slide_billet {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.plate {
  display: block;
  transform: skewX(-12deg);
  text-transform: uppercase;
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}
.plate--orange {
  background-color: var(--orange);
}
.plate_inner {
  display: block;
  transform: skewX(12deg);
}
@media screen and (max-width: 992px) {
  .plate {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .plate {
    padding-left: 10px;
    padding-right: 10px;
    transform: skewX(-6deg);
  }
  .plate_inner {
    transform: skewX(6deg);
  }
}
@media screen and (max-width: 380px) {
  .plate {
    transform: skewX(-4deg);
  }
  .plate_inner {
    transform: skewX(4deg);
  }
}
.mainpage {
  padding-top: 60px;
}
.mainpage_intro {
  padding-top: 80px;
  padding-bottom: 130px;
}
.mainpage_intro h1 {
  margin: 0 0 80px;
}
.mainpage_intro__block {
  margin-bottom: 75px;
}
.mainpage_intro p {
  line-height: 1.2em;
  padding-left: 30px;
}
.mainpage-title {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 15px;
  line-height: 1.1em;
}
.mainpage_intro__sub {
  display: inline-block;
  font-size: 30px;
  margin: 0 0 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1480px) {
  .mainpage_intro {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1280px) {
  .mainpage {
    padding-top: 40px;
  }
  .mainpage_intro {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .mainpage_intro h1 {
    margin-bottom: 60px;
  }
  .mainpage_intro__block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .mainpage_intro p {
    padding-left: 20px;
  }
  .mainpage_intro__sub {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage-title {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .mainpage_intro {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .mainpage_intro h1 {
    margin-bottom: 40px;
  }
  .mainpage_intro__sub {
    font-size: 24px;
    padding: 5px 10px;
  }
  .mainpage_intro__block {
    margin-bottom: 30px;
  }
  .mainpage_intro p {
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .mainpage-title {
    padding: 10px;
  }
  .mainpage_intro h1 {
    margin-bottom: 30px;
  }
  .mainpage_intro__sub {
    font-size: 20px;
    border-radius: 5px;
  }
}
.cities-block {
  position: relative;
  background:
    url("/static/img/cities-bg.jpg") center center / cover no-repeat,
    var(--orange);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.cities-block::before {
  content: "";
  position: absolute;
  width: 56%;
  height: 100%;
  background: url("/static/img/main-map.png") center 60% / 100% auto no-repeat;
  top: 0;
  right: 0;
}
.cities-block_title {
  position: relative;
  font-size: 94px;
  text-transform: uppercase;
  text-shadow: 3px 5px 12px rgba(0, 0, 0, 0.29);
}
.cities-block_title small {
  display: block;
  font-size: 0.62em;
  line-height: 1.2em;
}
.cities-block_grid {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  justify-content: space-between;
  row-gap: 28px;
  font-size: 30px;
  font-weight: bold;
  width: 65%;
  max-width: 1010px;
  padding-top: 20px;
  margin-bottom: 60px;
}
.cities-block_grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--grey);
  padding: 5px 10px;
  width: 100%;
}
.cities-block_grid li:nth-child(1) {
  grid-column: 1/-1;
  max-width: 22%;
}
.cities-block_grid li:nth-child(3),
.cities-block_grid li:nth-child(5) {
  grid-column: 2/-1;
  max-width: 30%;
}
.cities-block_grid li:nth-child(8),
.cities-block_grid li:nth-child(11) {
  grid-column: 3/-1;
  max-width: 46%;
}
.cities-block_grid li:nth-child(12) {
  grid-column: 1/3;
}
@media screen and (max-width: 1480px) {
  .cities-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cities-block_title {
    font-size: 88px;
  }
  .cities-block_grid {
    row-gap: 25px;
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .cities-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cities-block_title {
    font-size: 80px;
  }
  .cities-block_grid {
    row-gap: 20px;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .cities-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cities-block_title {
    font-size: 66px;
  }
  .cities-block_grid {
    row-gap: 15px;
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .cities-block::before {
    width: 70%;
  }
  .cities-block_grid {
    width: 90%;
  }
  .cities-block_grid {
    grid-template-columns: repeat(4, 23%);
  }
}
@media screen and (max-width: 768px) {
  .cities-block_title {
    font-size: 52px;
  }
  .cities-block_grid {
    width: 100%;
    font-size: 20px;
    padding-top: 0;
  }
  .cities-block::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .cities-block_title {
    font-size: 46px;
  }
  .cities-block_grid {
    grid-template-columns: repeat(3, 31%);
  }
  .cities-block_grid li:nth-child(1) {
    max-width: 32%;
  }
  .cities-block_grid li:nth-child(3),
  .cities-block_grid li:nth-child(5) {
    max-width: 49%;
  }
  .cities-block_grid li:nth-child(8),
  .cities-block_grid li:nth-child(11) {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cities-block_title {
    font-size: 40px;
  }
  .cities-block_grid {
    grid-template-columns: repeat(2, 48.5%);
    font-size: 18px;
  }
  .cities-block_grid li:nth-child(1) {
    grid-column: 1/-1;
    max-width: 49%;
  }
  .cities-block_grid li:nth-child(3),
  .cities-block_grid li:nth-child(5) {
    max-width: 100%;
  }
  .cities-block_grid li:nth-child(8),
  .cities-block_grid li:nth-child(11) {
    grid-column: initial;
  }
}
.mainpage_reviews {
  padding-top: 65px;
  padding-bottom: 90px;
}
.mainpage_reviews p {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 45px;
  text-align: center;
  line-height: 1.2em;
}
.mainpage_reviews p a {
  color: var(--orange);
  text-decoration: underline;
}
.mainpage_reviews p a:hover {
  text-decoration: none;
}
.mainpage_reviews__plate {
  text-align: center;
  font-family: var(--font-Helios);
  line-height: 1.2em;
  padding-top: 25px;
  padding-bottom: 25px;
}
.mainpage_reviews__slider {
  padding-top: 10px;
}
.mainpage_reviews__sub {
  max-width: 640px;
  font-size: 30px;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
  margin: 0 auto 45px;
}
.reviews-slider {
  background-color: var(--grey);
}
@media screen and (max-width: 1280px) {
  .mainpage_reviews {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mainpage_reviews__plate {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mainpage_reviews p {
    margin-bottom: 25px;
  }
  .mainpage_reviews__sub {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .mainpage_reviews__sub {
    font-size: 22px;
  }
}
.agreement label {
  position: relative;
  display: block;
}
.agreement label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.agreement label span {
  display: block;
  line-height: 1.1em;
}
.agreement label span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #636363;
  margin-right: 10px;
  background-color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.agreement input:checked + span::before {
  background-image: url("/static/img/check.svg");
}
.feedback-block {
  padding-top: 70px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #fe5c09, #fea75a);
}
.feedback-block_form {
  padding: 50px;
  background-color: var(--light-grey);
  transform: skew(-15deg);
  border-radius: 70px;
  margin: 0 20px 45px;
}
.feedback-block_title {
  text-align: center;
  font-family: var(--font-Helios);
  transform: skew(15deg);
  text-transform: uppercase;
  color: var(--grey);
  margin: 0 0 65px;
}
.feedback-form_content {
  display: grid;
  grid-template-columns: 50% 43%;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.feedback-form_entries input {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  background-color: var(--white);
  font-family: var(--font-Helios);
  text-transform: uppercase;
  transform: skew(15deg);
  border: none;
  background-color: transparent;
  outline: none;
}
.feedback-form_entry {
  display: flex;
  background-color: var(--white);
  border: 1px solid #636363;
  padding: 5px 10px 5px 15px;
  border-radius: 15px;
  overflow: hidden;
}
.feedback-form_entry + .feedback-form_entry {
  margin-top: 25px;
}
.feedback-block_desc {
  text-transform: uppercase;
  color: var(--white);
  font-size: 48px;
  font-family: var(--font-Helios);
  text-align: center;
  line-height: 1.2;
}
.feedback-form_controls {
  color: var(--grey);
  font-family: var(--font-Helios);
  font-size: 30px;
}
.feedback-block .agreement {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.feedback-block .agreement span {
  transform: skew(15deg);
}
.feedback-block .agreement span::before {
  transform: skew(-15deg);
}
.feedback-form_btn {
  padding: 16px 60px;
  text-align: center;
  background: linear-gradient(to right, #fe5c09, #fea75a);
  border: 1px solid #636363;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
}
.feedback-form_btn span {
  display: block;
  text-align: center;
  transform: skew(15deg);
}
.feedback-form_contacts {
  transform: skew(15deg);
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.feedback-form_contacts a {
  display: block;
  color: var(--orange);
}
@media screen and (max-width: 1480px) {
  .feedback-block_form {
    padding: 40px;
    border-radius: 60px;
    margin: 0px 25px 40px;
  }
  .feedback-block_title {
    line-height: 1.1em;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1280px) {
  .feedback-block_desc {
    font-size: 42px;
  }
  .feedback-form_content {
    grid-template-columns: 52% 45%;
  }
  .feedback-block_form {
    padding: 30px;
    border-radius: 50px;
    margin: 0px 15px 30px;
    transform: skew(-8deg);
  }
  .feedback-block_title {
    transform: skew(8deg);
    margin-bottom: 30px;
  }
  .feedback-block .agreement span::before {
    transform: skew(-8deg);
  }
  .feedback-form_entries input,
  .feedback-block .agreement span,
  .feedback-form_btn span,
  .feedback-form_contacts {
    transform: skew(8deg);
  }
}
@media screen and (max-width: 992px) {
  .feedback-block_desc {
    font-size: 35px;
  }
  .feedback-form_entry + .feedback-form_entry {
    margin-top: 15px;
  }
  .feedback-form_entries input {
    padding: 15px 5px;
  }
  .feedback-form_controls {
    font-size: 24px;
  }
  .feedback-block .agreement {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .feedback-form_btn {
    padding: 12px 20px;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .feedback-form_content {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .feedback-block_title {
    margin-bottom: 20px;
  }
  .feedback-form_entries input {
    padding: 10px 5px;
  }
  .feedback-block .agreement br {
    display: none;
  }
  .feedback-form_contacts a {
    display: inline-block;
  }
  .feedback-block_desc {
    font-size: 30px;
  }
  .feedback-form_btn {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 600px) {
  .feedback-block_form {
    transform: skew(-3deg);
    padding: 25px 15px;
    margin: 0 0 20px;
    border-radius: 20px;
  }
  .feedback-block .agreement span::before {
    transform: skew(-3deg);
  }
  .feedback-block_title,
  .feedback-form_entries input,
  .feedback-block .agreement span,
  .feedback-form_btn span,
  .feedback-form_contacts {
    transform: skew(3deg);
  }
}
@media screen and (max-width: 480px) {
  .feedback-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .feedback-block_desc {
    font-size: 26px;
    margin-bottom: 0;
  }
  .feedback-form_controls,
  .feedback-block .agreement {
    font-size: 20px;
  }
  .feedback-form_btn {
    padding: 10px 15px;
    font-size: 20px;
  }
  .agreement label span::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
/* footer */
footer {
  background-color: var(--grey);
  color: var(--white);
}
.footer_nav {
  box-shadow: 3px 5px 10px 4px rgba(0, 0, 0, 0.3);
  font-size: 24px;
}
.footer_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
}
.footer_menu li a {
  display: block;
  text-align: center;
  text-shadow: 2.5px 4px 3px rgba(0, 0, 0, 0.29);
}
.footer {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: start;
  column-gap: 20px;
  row-gap: 15px;
  padding-top: 35px;
  padding-bottom: 50px;
  font-size: 14px;
}
.footer .logo {
  max-width: 300px;
}
.footer .logo img {
  margin: 0 auto;
}
.footer_services {
  display: grid;
  grid-template-columns: 25% 23% 23% 25%;
  justify-content: space-between;
  row-gap: 20px;
  text-transform: uppercase;
  text-shadow: 2.5px 4px 3px rgba(0, 0, 0, 0.29);
  font-weight: 600;
  width: 100%;
  max-width: 1215px;
  margin-left: auto;
}
.footer_services--1 {
  padding-top: 15px;
}
.footer_services li a {
  display: block;
  line-height: 1.2em;
}
.footer_services li a + a {
  margin-top: 5px;
}
.footer_info {
  grid-column: 1/2;
  grid-row: 2/3;
}
.footer_contacts {
  text-transform: uppercase;
  text-align: left;
}
.footer_contact {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
}
.footer_contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
}
.footer_contact--mail::before {
  background: url("/static/img/header-mail.png") center 20% / 18px auto
    no-repeat;
}
.footer_contact--tel::before {
  background: url("/static/img/header-tel.png") center center / 16px auto
    no-repeat;
}
.footer_copy {
  padding-left: 30px;
  padding-top: 10px;
  text-transform: uppercase;
}
.footer_copy a {
  display: block;
}
.footer_copy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1480px) {
  .footer_nav {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .footer {
    grid-template-columns: 290px 1fr;
    column-gap: 25px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .footer_services {
    grid-template-columns: 23% 23% 23% 28%;
    row-gap: 15px;
  }
  .footer_nav {
    font-size: 20px;
  }
  .footer_copy {
    padding-left: 0;
  }
  .footer .logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 1080px) {
  .footer {
    grid-template-columns: 220px 1fr;
    row-gap: 10px;
    font-size: 13px;
  }
  .footer_services {
    grid-template-columns: 30% 30% 36%;
    row-gap: 10px;
  }
  .footer_services--1 {
    padding-top: 0;
  }
  .footer_contact {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer_nav {
    font-size: 18px;
  }
  .footer_services {
    grid-template-columns: 38% 58%;
  }
  .footer_services br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    grid-template-columns: 100%;
  }
  .footer_info {
    grid-row: initial;
    grid-column: initial;
    padding-top: 20px;
    font-size: 16px;
  }
  .footer_services {
    grid-template-columns: 48% 48%;
    margin: 0 auto;
  }
  .footer_copy {
    padding-top: 0;
  }
  .footer_nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .footer_nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .footer_services {
    grid-template-columns: 100%;
    font-size: 14px;
  }
}
/* end footer */

.about-slide {
  background:
    url("/static/img/about-slide.jpg") center center / cover no-repeat,
    #fe7934;
  font-size: 58px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.about-slide_content {
  padding: 115px 50% 135px 0;
  color: var(--white);
  text-shadow: 3px 5px 12px rgba(0, 0, 0, 0.3);
}
.about-slide_title {
  font-family: var(--font-Jost);
  font-weight: 600;
  font-size: 1.04em;
  margin: 0 0 70px;
}
.about-slide p {
  line-height: 1.2;
}
@media screen and (max-width: 1480px) {
  .about-slide {
    font-size: 48px;
  }
  .about-slide_content {
    padding: 100px 50% 120px 0;
  }
  .about-slide_title {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about-slide {
    font-size: 44px;
  }
  .about-slide_content {
    padding: 80px 50% 100px 0;
  }
  .about-slide_title {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1080px) {
  .about-slide {
    font-size: 40px;
  }
  .about-slide_title {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-slide {
    font-size: 36px;
  }
  .about-slide_content {
    padding: 60px 40% 80px 0;
  }
  .about-slide_title {
    margin: 0 0 30px;
  }
  .about-slide p {
    text-shadow: 4px 4px 25px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .about-slide {
    font-size: 32px;
  }
  .about-slide_content {
    padding: 40px 0 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .about-slide {
    font-size: 26px;
    background-position: left bottom;
  }
}
.about_intro {
  padding-top: 60px;
  padding-bottom: 45px;
}
.about_intro__awards {
  width: 54%;
}
.about_intro__awards h2 {
  font-family: var(--font-Helios);
  color: var(--light-orange);
  text-transform: uppercase;
  margin: 0 0 80px;
}
.about_intro__diploms {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 850px;
  margin-bottom: 40px;
}
.about_intro__link {
  display: inline-block;
  box-shadow: 0px 4px 14px 4px rgba(0, 0, 0, 0.5);
}
.about_intro__link img {
  display: block;
}
.about_intro__awards p {
  line-height: 1.3em;
  margin-bottom: 35px;
}
.about_intro__magazine {
  width: 42%;
}
.about_intro__magazine p {
  line-height: 1.2;
  max-width: 560px;
}
.about_intro__magazine-display {
  margin-bottom: 40px;
}
.about_branding {
  padding-bottom: 60px;
}
.about_branding__grid {
  display: grid;
  grid-template-columns: 29% 36% 27%;
  row-gap: 20px;
  justify-content: space-between;
  row-gap: 70px;
  padding-top: 35px;
  margin-bottom: 45px;
}
.about_branding__imgs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 20px;
}
.about_branding img {
  display: block;
}
.about_branding__billet {
  max-width: 72%;
  display: inline-block;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.4);
}
.about_plate {
  padding: 30px 0;
  background: linear-gradient(to right, #ff5a04, #ffa95b);
  color: var(--white);
}
.about_plate p {
  margin: 0 0 5px;
  line-height: 1.2em;
}
@media screen and (max-width: 1480px) {
  .about_intro__awards h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about_intro__awards h2 {
    margin-bottom: 40px;
  }
  .about_intro__awards p {
    margin-bottom: 20px;
  }
  .about_branding__grid {
    grid-template-columns: 31% 37% 28%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .about_intro__awards h2 {
    margin-bottom: 30px;
  }
  .about_intro__diploms,
  .about_intro__magazine-display {
    margin-bottom: 30px;
  }
  .about_branding__grid {
    grid-template-columns: 52% 44%;
    row-gap: 30px;
    margin-bottom: 20px;
  }
  .about_branding__imgs:nth-of-type(1) {
    order: 1;
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 48.5%);
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .about_intro {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .about_intro__awards {
    width: 100%;
  }
  .about_intro__magazine {
    width: 100%;
  }
  .about_branding {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .about_branding__grid,
  .about_branding__imgs:nth-of-type(1) {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .about_branding__billet {
    max-width: initial;
  }
}
@media screen and (max-width: 400px) {
  .about_intro__diploms {
    flex-wrap: wrap;
  }
}
.about_spectr {
  padding: 50px 0 680px;
  background:
    url("/static/img/about-spectr.jpg") center bottom / auto auto no-repeat,
    linear-gradient(to top, #fff 0 10px, #dddace 10px 100%);
}
.about_spectr p {
  line-height: 1.2;
}
.about_spectr__sub {
  color: #797770;
}
.about_spectr__list {
  width: 100%;
  max-width: 1580px;
  padding: 35px 0 5px 40px;
  margin: 0 0 0 auto;
}
.about_spectr__list li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 35px;
}
.about_spectr__list li::before,
.about_services__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 35px;
  height: 36px;
  background: url("/static/img/like.png") center center / 100% no-repeat;
}
@media screen and (max-width: 1480px) {
  .about_spectr {
    padding: 40px 0 38vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about_spectr {
    padding: 40px 0 48vw;
    background-size: 140%;
  }
}
@media screen and (max-width: 768px) {
  .about_spectr__list {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .about_spectr__list li {
    padding-left: 40px;
    margin-bottom: 15px;
  }
  .about_spectr__list li::before,
  .about_services__list li::before {
    top: 4px;
    width: 29px;
    height: 30px;
  }
}
.about_services {
  padding-top: 40px;
  padding-bottom: 20px;
}
.about_services__text {
  margin-bottom: 75px;
}
.about_services p {
  line-height: 1.25;
  margin: 0 0 40px;
}
.about_services__link {
  display: inline-block;
  color: var(--light-orange);
  text-decoration: underline;
}
.about_services__sub {
  font-family: var(--font-Helios);
  color: #575757;
  margin: 0 0 30px;
}
.about_services__list {
  width: 100%;
  max-width: 1320px;
  margin: 0 0 55px auto;
}
.about_services__list--grid {
  display: grid;
  grid-template-columns: 42% 56%;
  justify-content: space-between;
}
.about_services__list li {
  position: relative;
  padding-left: 56px;
  color: var(--light-orange);
  text-decoration: underline;
  margin-bottom: 35px;
}
.about_services__list--grid li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_services__text {
    margin-bottom: 45px;
  }
  .about_services__list {
    margin-bottom: 40px;
  }
  .about_services__list--grid {
    grid-template-columns: 100%;
  }
  .about_services__list li {
    margin-bottom: 20px;
  }
}
.services {
  padding-top: 20px;
  padding-bottom: 80px;
}
.services h1 {
  text-align: center;
  color: var(--grey);
  font-size: 60px;
  font-family: var(--font-Jost);
  margin-bottom: 15px;
}
.services_list {
  font-family: var(--font-Jost);
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 85px;
}
.services_list__item {
  position: relative;
  display: grid;
  grid-template-columns: 46% 52%;
  justify-content: space-between;
  align-items: center;
  row-gap: 50px;
  background-color: #ffa95c;
  transition: background 0.2s;
  line-height: 1.2em;
  border-radius: 20px;
  padding: 24px 60px;
  text-align: left;
  margin-bottom: 50px;
  z-index: 1;
}
.services_list__item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 150vw;
  background-color: #ffa95c;
  z-index: -1;
  display: none;
}
.services_list__item--4 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.services_list__item--full {
  padding: 40px 40px 40px 40px;
}
.services_list__item.services_list__item--4 {
  grid-template-columns: 31% 67%;
}
.services_list__item.services_list__item--full {
  grid-template-columns: 100%;
}
.services_list__item:hover,
.services_list__item:hover::before {
  background-color: #ff651e;
}
.services_list__item ul {
  font-size: 24px;
  display: grid;
  grid-template-columns: 29% 29% 36%;
  justify-content: space-between;
  row-gap: 10px;
  line-height: 1.2;
}
.services_list__item--4 ul {
  grid-template-columns: 21% 21% 23% 27%;
}
.services_list__item--full ul {
  grid-template-columns: 15% 15% 14% 14% 15% 18%;
}
.services_list__item ul li {
  background-color: var(--grey);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  transition: background 0.2s;
}
.services_list__item ul li:hover {
  background-color: var(--white);
  color: #ff651e;
}
.services_list__item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 100%;
  min-height: 98px;
  transform: skewX(12deg);
}
.services .container {
  max-width: 1780px;
}
.services_btn {
  font-size: 60px;
  font-weight: 600;
  width: 100%;
  max-width: 660px;
  padding: 10px 20px;
  margin: 0 auto 20px;
  background-color: var(--light-orange);
  box-shadow: 0px 0px 8px 2px rgba(35, 35, 35, 0.4);
}
@media screen and (max-width: 1580px) {
  .services_list,
  .services_btn {
    font-size: 54px;
  }
  .services_list__item {
    grid-template-columns: 44% 54%;
    row-gap: 40px;
    padding: 20px 40px;
    margin-bottom: 40px;
  }
  .services_list__item ul {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .services_list,
  .services_btn {
    font-size: 45px;
  }
  .services_list__item {
    row-gap: 35px;
    padding: 15px 25px;
    margin-bottom: 40px;
  }
  .services_list__item ul {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .services_list__item {
    grid-template-columns: 36% 62%;
    margin-bottom: 30px;
  }
  .services_list__item.services_list__item--4 {
    grid-template-columns: 100%;
  }
  .services_list__item--full ul {
    grid-template-columns: 29% 29% 36%;
  }
  .services_list__item ul li a {
    min-height: 90px;
  }
}
@media screen and (max-width: 1140px) {
  .services_list,
  .services_btn {
    font-size: 38px;
  }
  .services_list__item {
    padding: 20px 15px;
  }
  .services_list__item ul {
    font-size: 18px;
  }
  .services_list__item ul li a {
    min-height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .services_list__item {
    grid-template-columns: 100%;
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .services_list__item--4 ul {
    grid-template-columns: 29% 29% 36%;
  }
  .services_list__item::before {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .services {
    padding-bottom: 60px;
  }
  .services_list {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .services_btn {
    font-size: 34px;
  }
  .services_list__item {
    text-align: center;
  }
  .services_list__item ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .services_list,
  .services_btn {
    font-size: 30px;
  }
  .services_list .services_list__item ul {
    grid-template-columns: 48% 48%;
  }
}
@media screen and (max-width: 480px) {
  .services_list,
  .services_btn {
    font-size: 28px;
  }
  .services_list .services_list__item ul {
    grid-template-columns: 100%;
  }
  .services_list__item ul li a {
    min-height: 50px;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 25px 0;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li::after {
  content: "/";
  display: block;
  margin: 0 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li span {
  color: var(--light-orange);
}
.service-item {
  padding-bottom: 60px;
}
.service-item .breadcrumbs {
  width: 100%;
  max-width: 1265px;
  margin: 0 auto;
}
.service-item_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  margin-bottom: 40px;
}
.service-item_header h1 {
  margin: 0;
  font-size: 36px;
  background-color: var(--dark);
  font-family: var(--font-Jost);
  padding: 5px 25px;
}
.service-item__content {
  font-size: 18px;
  margin-bottom: 40px;
}
.service-item_btn,
.service-item_price {
  font-size: 36px;
  font-weight: 600;
  width: 100%;
  padding: 5px 15px;
  margin: 0 auto;
  background-color: var(--light-orange);
}
.service-item_price {
  max-width: 540px;
}
.service-item_price span {
  display: inline-block;
}
.service-item_btn {
  box-shadow: 0px 0px 8px 2px rgba(35, 35, 35, 0.4);
  max-width: 400px;
}
.service-item_notice {
  color: #acacac;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .service-item {
    padding-bottom: 40px;
  }
}
.card-design_intro {
  margin-bottom: 25px;
}
.card-design_intro__paragraph {
  padding-left: 190px;
  line-height: 1.2;
  max-width: 1500px;
  margin: 0 0 20px;
}
.card-design_billet {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 10px 0 20px;
  margin: 0 auto;
  background: url("/static/img/card-design_billet.png") left top / auto
    no-repeat;
}
.card-design_intro__sub {
  padding-left: 240px;
  font-size: 24px;
  color: var(--mid-orange);
  margin: 0 0 30px;
}
.card-design_billet__text {
  position: relative;
  padding: 20px 15px 10px 175px;
  max-width: 875px;
  color: var(--white);
}
.card-design_billet__sub {
  position: relative;
  font-size: 24px;
  color: var(--mid-orange);
  padding-left: 55px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.card-design_billet__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 142px;
  height: 205px;
  background: url("/static/img/card-design_arr.png") center center / 100%
    no-repeat;
  transform: translate(-90%, -65%);
}
.card-design_billet__list li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 25px;
  line-height: 1.2em;
}
.card-design_billet__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 35px;
  height: 36px;
  background: url("/static/img/like.png") center center / 100% no-repeat;
}
.card-design_billet__list li b {
  display: block;
  font-size: 22px;
  color: var(--mid-orange);
}
.card-design_develop h2 {
  font-size: 36px;
  text-align: center;
}
.card-design_develop__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 25px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 30px;
}
.card-design_develop__img {
  width: 53.5%;
}
.card-design_develop__img img {
  display: block;
}
.card-design_develop__text {
  width: 46.5%;
  max-width: 720px;
  padding-left: 20px;
}
.card-design_develop__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-design_develop__list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
  line-height: 1.2em;
}
.card-design_develop__list li:last-child {
  margin-bottom: 0;
}
.card-design_develop__list li::before {
  content: attr(data-num);
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  font-size: 52px;
  color: #ffbf99;
  font-weight: 600;
}
.card-design_develop__list li b {
  display: block;
  font-size: 1.22em;
  margin-bottom: 2px;
}
.card-design_timing {
  padding-bottom: 10px;
}
.card-design_timing .container {
  max-width: 1340px;
}
.card-design_timing__row {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 25%;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 36px;
  margin-bottom: 10px;
}
.card-design_timing__row .plate {
  padding: 5px 20px;
  font-weight: 600;
}
.card-design_timing__term {
  position: relative;
  color: #c7c7c7;
  background-color: var(--dark);
}
.card-design_timing__term::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 500vw;
  height: 100%;
  transform: translateX(-100%);
  background-color: var(--dark);
}
.card-design_timing__term b {
  color: var(--white);
  font-weight: 600;
}
.card-design_timing__price {
  white-space: nowrap;
  background-color: var(--light-orange);
}
.card-design_timing__text {
  color: #acacac;
}
.card-design_timing__text p + p {
  margin-top: 35px;
}
.card-design_timing__text b {
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 1800px) {
  .card-design_billet {
    background-position: right;
  }
  .card-design_billet__text {
    width: 53%;
  }
}
@media screen and (max-width: 1280px) {
  .card-design_timing__term b {
    display: block;
  }
  .card-design_develop h2,
  .service-item_btn,
  .service-item_price,
  .card-design_timing__row {
    font-size: 32px;
  }
  .card-design_timing__row {
    grid-template-columns: 1fr auto;
  }
  .service-item_header h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1140px) {
  .card-design_develop__img,
  .card-design_develop__text {
    width: 100%;
  }
  .card-design_develop__text {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .card-design_timing__row {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 900px) {
  .card-design_billet {
    background: #1c110b;
    padding-top: 25px;
  }
  .card-design_intro__sub {
    padding-left: 90px;
    margin-bottom: 10px;
  }
  .card-design_intro__paragraph,
  .card-design_billet__text {
    padding-left: 90px;
  }
  .card-design_billet__sub::before {
    left: 0px;
    top: -15px;
    width: 100px;
    height: 150px;
  }
  .card-design_develop h2,
  .service-item_btn,
  .service-item_price,
  .card-design_timing__row {
    font-size: 26px;
  }
  .card-design_timing__price {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .service-item_header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-item_header {
    margin-bottom: 30px;
  }
  .card-design_develop h2,
  .service-item_btn,
  .service-item_price,
  .card-design_timing__row {
    font-size: 24px;
  }
  .service-item_price {
    max-width: 400px;
  }
  .card-design_intro__paragraph {
    padding-left: 0;
  }
  .card-design_billet__text {
    padding: 10px 0px 0px 0px;
    max-width: 875px;
    color: var(--white);
  }
  .card-design_billet__sub,
  .card-design_intro__sub {
    padding-left: 60px;
  }
  .card-design_billet__sub::before {
    left: 40px;
    top: 15px;
    width: 50px;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .card-design_develop h2,
  .service-item_btn,
  .service-item_price,
  .card-design_timing__row {
    font-size: 22px;
  }
  .card-design_intro__sub,
  .card-design_intro__sub {
    font-size: 22px;
  }
  .card-design_billet__list li b {
    font-size: 20px;
  }
  .card-design_billet__list li {
    padding-left: 48px;
  }
  .card-design_billet__list li::before {
    width: 32px;
    height: 34px;
  }
  .service-item_header h1 {
    font-size: 24px;
  }
  .card-design_develop__list li {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .card-design_develop__list li::before {
    font-size: 46px;
  }
}

.service {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.service_billet {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1920px;
  padding: 0 0 10px;
  margin: 0 auto;
}
.service_billet .container {
  display: flex;
}
.service_billet__text {
  position: relative;
  color: var(--white);
  height: 100%;
}
.service_billet__sub {
  position: relative;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.service_billet__list {
  font-size: 20px;
  font-weight: 700;
}
.service_billet__list li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.service_billet__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 36px;
  background: url("/static/img/like.png") center top / 100% no-repeat;
}
.service h2 {
  font-size: 36px;
  text-align: center;
}
.service_row {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 20px;
}
.service_row__text {
  width: 100%;
  max-width: 860px;
}
.service_row__text--right {
  padding: 0 15px 0 25px;
  margin-right: auto;
}
.service_row__text--left {
  padding: 0 25px 0 15px;
  margin-left: auto;
}
.service_numbers {
  counter-reset: numbers;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 22px;
}
.service_numbers li {
  counter-increment: email;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.service_numbers li::before {
  content: counter(email) ".";
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  font-size: 22px;
}
.service_row__img img {
  display: block;
}
.service_row__text + .service_row__img img {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .service h2 {
    font-size: 32px;
  }
  .service_numbers li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .service_numbers {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .service h2 {
    font-size: 28px;
  }
  .service_row {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service h2 {
    font-size: 26px;
  }
  .service_billet__sub {
    font-size: 20px;
  }
  .service_billet__list {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .service_billet__sub {
    font-size: 18px;
  }
  .service_billet__list {
    font-size: 16px;
  }
  .service_billet__list li {
    padding-left: 45px;
  }
  .service_billet__list li::before {
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .service_row__text--right,
  .service_row__text--left {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .service h2 {
    font-size: 22px;
  }
}

.mail-design_billet {
  background: url("/static/img/mail-design_billet.png") left 10px top / auto
    no-repeat;
  margin-top: 20px;
}
.mail-design_billet .service_billet__text {
  padding: 25px 15px 10px 170px;
  max-width: 810px;
}
.mail-design .service_billet__list {
  font-size: 22px;
  font-style: normal;
}
.mail-design_why {
  margin-bottom: 45px;
}
.mail-design_numbers {
  counter-reset: email;
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
}
.mail-design_numbers li {
  counter-increment: email;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.mail-design_numbers li::before {
  content: counter(email) ".";
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  color: #ffc9b8;
  margin-right: 5px;
}
.mail-design_numbers li b {
  font-weight: 700;
  font-size: 24px;
}
.mail-design_how .service_row__text {
  max-width: 660px;
}
.mail-design_how {
  margin-bottom: 70px;
  font-style: normal;
}
.mail-design_controls {
  display: grid;
  grid-template-columns: 48% 50%;
  justify-content: space-between;
  align-items: flex-start;
}
.mail-design_controls .service-item_btn {
  margin-right: 0;
}
.mail-design_controls__price {
  color: #ff651e;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.mail-design_controls__notice {
  color: #acacac;
  max-width: 610px;
  line-height: 1.25em;
  margin: 0;
}
@media screen and (min-width: 1801px) {
  .mail-design_billet {
    background-position: right top;
    min-height: 330px;
  }
}
@media screen and (max-width: 1860px) {
  .mail-design_billet .service_billet__text {
    padding-left: 120px;
    max-width: 750px;
  }
}
@media screen and (max-width: 1800px) {
  .mail-design_billet .service_billet__text {
    padding-left: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .mail-design_numbers li {
    margin-bottom: 15px;
  }
  .mail-design_numbers li b {
    font-size: 22px;
  }
}
@media screen and (max-width: 1080px) {
  .mail-design_numbers li b {
    font-size: 20px;
  }
  .mail-design_how .service_row__text {
    max-width: initial;
  }
  .mail-design_controls__price {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .mail-design_billet {
    background: #1c110b;
  }
  .mail-design_billet .service_billet__text {
    padding-left: 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .mail-design .service_billet__list {
    font-size: 20px;
  }
  .mail-design_controls {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .mail-design_controls .service-item_btn {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 600px) {
  .mail-design .service_billet__list {
    font-size: 18px;
  }
  .mail-design_billet {
    margin-top: 0;
  }
  .mail-design_billet .service_billet__text {
    padding: 20px 0 10px;
  }
  .mail-design_controls__price {
    font-size: 26px;
  }
  .mail-design_how {
    margin-bottom: 40px;
  }
}
.brandbook_billet {
  background: url("/static/img/brandbook_billet.png") left 10px top / auto
    no-repeat;
  margin-top: 20px;
  font-size: 22px;
  min-height: 518px;
  margin-bottom: 55px;
}
.brandbook_billet .service_billet__text {
  padding: 40px 15px 10px 180px;
  max-width: 1030px;
}
.brandbook_billet .service_billet__list {
  font-style: normal;
  font-size: 18px;
}
.brandbook_billet .service_billet__list li:first-child {
  font-size: 22px;
  line-height: 1.2em;
}
.brandbook_billet .service_billet__list li {
  margin-bottom: 30px;
  line-height: 1.2em;
}
.brandbook_billet .service_billet__list b {
  color: #ff9743;
}
.brandbook_billet p {
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}

@media screen and (min-width: 1851px) {
  .brandbook_billet {
    background-position: right top;
  }
}
@media screen and (max-width: 1920px) {
  .brandbook_billet .service_billet__text {
    padding-left: calc(18.75vw / 2);
  }
}
@media screen and (max-width: 1680px) {
  .brandbook_billet .service_billet__text {
    padding-left: 140px;
    max-width: 1060px;
  }
}
@media screen and (max-width: 1280px) {
  .brandbook_billet {
    font-size: 20px;
  }
  .brandbook_billet .service_billet__list li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .brandbook_billet {
    background: #1c110b;
    min-height: initial;
  }
  .brandbook_billet .service_billet__text {
    padding-left: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .brandbook_billet {
    font-size: 16px;
    margin: 0 0 40px;
  }
  .brandbook_billet .service_billet__text {
    padding: 20px 0px 15px;
  }
  .brandbook_billet .service_billet__list li {
    margin-bottom: 20px;
  }
  .brandbook_billet .service_billet__list li:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .brandbook_billet .service_billet__list {
    font-size: 16px;
  }
  .brandbook_billet .service_billet__list li:first-child {
    font-size: 18px;
  }
}
.brandbook_grid {
  display: grid;
  grid-template-columns: 62% 37%;
  justify-content: space-between;
  margin-bottom: 25px;
}
.brandbook_grid h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.brandbook_steps {
  width: 100%;
  max-width: 845px;
  margin-left: auto;
  padding-top: 25px;
}
.brandbook_steps__img {
  margin-bottom: 60px;
}
.brandbook_steps__img img {
  display: block;
}
.brandbook_steps__list li {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.3em;
}
.brandbook_steps__list li b {
  display: block;
  font-size: 22px;
}
.brandbook_elements__img img {
  display: block;
  box-shadow: 0px 0px 12px 4px rgba(44, 44, 44, 0.35);
}
.brandbook_elements__list {
  counter-reset: list;
  padding: 10px 0 0;
  margin: 0 0 90px;
  list-style: none;
  font-style: normal;
}
.brandbook_elements__list li {
  counter-increment: list;
  position: relative;
  font-size: 22px;
  line-height: 1em;
  font-weight: 700;
  min-height: 31px;
  padding-left: 48px;
  margin-bottom: 10px;
}
.brandbook_elements__list li::before {
  content: counter(list);
  position: absolute;
  left: 0;
  top: -5px;
  display: inline-block;
  font-weight: 600;
  font-size: 33px;
  color: #ffc9b8;
  line-height: 1;
}
.brandbook_controls {
  width: 100%;
  max-width: 1465px;
  margin-left: auto;
}
.brandbook_controls .service-item_price {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .brandbook_grid {
    grid-template-columns: 58% 40%;
  }
}
@media screen and (max-width: 1140px) {
  .brandbook_grid {
    grid-template-columns: 56% 40%;
  }
  .brandbook_steps {
    padding-top: 0;
  }
  .brandbook_elements__list {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .brandbook_elements__list li {
    padding-left: 34px;
  }
  .brandbook_steps__img {
    margin-bottom: 30px;
  }
  .brandbook_steps__list li {
    margin-bottom: 20px;
  }
  .brandbook_steps__list li b {
    font-size: 20px;
  }
}
@media screen and (max-width: 860px) {
  .brandbook_grid {
    grid-template-columns: 100%;
    row-gap: 20px;
    margin-bottom: 50px;
  }
  .brandbook_steps__img img,
  .brandbook_elements__img img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .brandbook_elements__list li {
    font-size: 20px;
    padding-left: 30px;
    min-height: 28px;
  }
  .brandbook_elements__list li::before {
    font-size: 28px;
    top: -2px;
  }
}

.pr-cards_sub {
  text-align: center;
  color: var(--mid-orange);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 65px;
}
.pr-cards_top {
  display: grid;
  grid-template-columns: 55% 45%;
  margin-bottom: 50px;
}
.pr-cards_top__text {
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  padding-left: 15px;
}
.pr-cards_top__info {
  position: relative;
  padding: 0 15px 55px 190px;
}
.pr-cards_top__info::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -31%;
  width: 193px;
  height: 204px;
  background: url("/static/img/pr-cards_arr.png") center center / 100% no-repeat;
}
.pr-cards_top__info p {
  line-height: 1.2em;
  font-style: normal;
}
.pr-cards_top__desc {
  position: relative;
  color: var(--white);
  padding: 25px 15px 20px 180px;
  margin-left: 65px;
}
.pr-cards_top__desc::before {
  content: "";
  position: absolute;
  display: block;
  left: 2%;
  top: 0;
  width: 120%;
  height: 100%;
  transform: skewX(-16deg);
  background: linear-gradient(165deg, #6e3009, #101010 55%);
  z-index: -1;
  border-radius: 60px;
}
.pr-cards_top__desc-sub {
  position: relative;
  color: var(--mid-orange);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2em;
}
.pr-cards_top__desc-sub::before {
  content: "";
  position: absolute;
  left: -54px;
  top: 4px;
  width: 35px;
  height: 36px;
  background: url("/static/img/like.png") center center / 100% no-repeat;
}
.pr-cards_top__desc p {
  line-height: 1.2em;
  font-style: normal;
}
.pr-cards_top__img {
  padding-top: 10px;
}
.pr-cards_top__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media screen and (max-width: 1480px) {
  .pr-cards_sub {
    margin-bottom: 45px;
  }
  .pr-cards_top__info {
    padding-bottom: 20px;
  }
  .pr-cards_top__desc {
    padding-left: 155px;
  }
}
@media screen and (max-width: 1280px) {
  .pr-cards_top {
    grid-template-columns: 60% 40%;
  }
  .pr-cards_top__info {
    padding: 0 10px 5px 140px;
  }
  .pr-cards_top__info::before {
    width: 135px;
    height: 150px;
  }
  .pr-cards_top__desc {
    padding: 20px 10px 15px 120px;
    margin-left: 40px;
  }
  .pr-cards_top__desc::before {
    border-radius: 45px;
  }
  .pr-cards_top__desc-sub::before {
    left: -45px;
  }
  .pr-cards_top__img {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .pr-cards_top {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
  .pr-cards_sub {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cards_top__desc-sub {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .pr-cards_top__info {
    padding-left: 90px;
  }
  .pr-cards_top__info::before {
    width: 90px;
    height: 100px;
    left: -5px;
    bottom: -15%;
  }
  .pr-cards_top__desc {
    padding: 15px 10px 10px 84px;
    margin-left: 25px;
  }
  .pr-cards_top__desc::before {
    border-radius: 30px;
    transform: skewX(-12deg);
  }
  .pr-cards_top__desc-sub::before {
    left: -38px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .pr-cards_sub {
    font-size: 20px;
  }
  .pr-cards_top__info {
    padding-left: 0;
  }
  .pr-cards_top__info::before {
    display: none;
  }
  .pr-cards_top__desc {
    padding: 15px 15px 10px;
    margin-left: 0px;
    margin-right: 15px;
  }
  .pr-cards_top__desc::before {
    transform: skewX(-4deg);
    left: -1%;
    width: 102%;
  }
  .pr-cards_top__desc-sub {
    padding-left: 40px;
    font-size: 18px;
  }
  .pr-cards_top__desc-sub::before {
    left: 0;
  }
  .pr-cards_top__desc p {
    font-size: 16px;
  }
}
.pr-cards_blocks {
  padding-bottom: 25px;
}
.pr-cards_block {
  display: grid;
  grid-template-columns: 53.5% 45%;
  justify-content: space-between;
  margin-bottom: 60px;
}
.pr-cards_block__img img {
  display: block;
}
.pr-cards_block__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 45px;
  width: 100%;
  max-width: 710px;
  padding-right: 15px;
  font-style: normal;
}
.pr-cards_block--right .pr-cards_block__text {
  padding-right: 0;
  padding-left: 15px;
  margin-left: auto;
}
.pr-cards_block__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 50px;
  padding-left: 45px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}
.pr-cards_block__title::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0;
  color: #ffbf99;
  font-weight: 600;
  font-size: 54px;
  line-height: 1em;
}
.pr-cards_block__text p {
  line-height: 1.2em;
}
.pr-cards_block__sub {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
}
.pr-cards_block .service_numbers {
  margin-bottom: 20px;
}
.pr-cards_block .service_numbers li {
  font-size: 18px;
  margin-bottom: 5px;
}
.pr-cards_block .service-item_price {
  margin-left: 0;
  max-width: 330px;
}
.pr-cards_block__row {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 25px;
  font-size: 22px;
  font-weight: 700;
  max-width: 480px;
}
.pr-cards_block__row--text {
  display: block;
  line-height: 1.2em;
}
.pr-cards_block__row .service-item_price {
  max-width: 230px;
}
.pr-cards .service-item_notice {
  width: 100%;
  max-width: 1270px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1480px) {
  .pr-cards_block__text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1280px) {
  .pr-cards_block__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pr-cards_blocks {
    padding-bottom: 0;
  }
  .pr-cards_block {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }
  .pr-cards_block .pr-cards_block__text {
    max-width: initial;
    padding: 20px 15px;
    margin: 0;
  }
  .pr-cards_block__img {
    order: -1;
  }
  .pr-cards_block__img img {
    width: 100%;
  }
  .pr-cards .service-item_notice {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cards_block {
    margin-bottom: 25px;
  }
  .pr-cards_block__title::before {
    font-size: 48px;
  }
  .pr-cards_block__title {
    font-size: 20px;
    min-height: 42px;
    padding-left: 32px;
  }
  .pr-cards_block__sub {
    font-size: 20px;
  }
  .pr-cards_block .service_numbers li::before {
    font-size: 20px;
    margin-right: 5px;
  }
  .pr-cards_block__row {
    padding-top: 0;
    font-size: 20px;
  }
  .pr-cards_block__row + .pr-cards_block__row {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pr-cards_block__text p {
    font-size: 16px;
  }
  .pr-cards_block__title::before {
    font-size: 42px;
  }
  .pr-cards_block__title {
    font-size: 18px;
    min-height: 38px;
    padding-left: 28px;
  }
  .pr-cards_block__sub {
    font-size: 18px;
  }
  .pr-cards_block__row {
    font-size: 18px;
    column-gap: 10px;
  }
  .pr-cards_block__row .service-item_price {
    max-width: 120px;
  }
  .pr-cards .service-item_notice {
    margin-top: 20px;
  }
}

.prototype {
  overflow: initial;
}
.prototype_sub {
  color: var(--mid-orange);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.prototype_intro {
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  justify-content: space-between;
  row-gap: 20px;
  width: 100%;
  max-width: 1650px;
  padding-left: 15px;
  padding-right: 15px;
  margin: -70px auto 30px;
}
.prototype_intro__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 800px;
  padding-bottom: 15px;
  margin-left: auto;
}
.prototype_intro__title {
  padding: 0 15px 0 135px;
  line-height: 1.2em;
  margin-bottom: 35px;
  margin-top: 80px;
}
.prototype_intro__desc {
  position: relative;
  color: var(--white);
  padding: 30px 25px 20px 165px;
  margin-left: 30px;
}
.prototype_intro__desc::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(165deg, #6e3009, #101010 55%);
  z-index: -1;
  border-radius: 35px;
  box-shadow: 5px 5px 5px 5px rgba(44, 44, 44, 0.4);
}
.prototype_intro__desc::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -20%;
  width: 141px;
  height: 140px;
  background: url("/static/img/prototype_arr.png") center center / 100%
    no-repeat;
}
.prototype_intro__sub {
  margin-bottom: 10px;
}
.prototype_intro__desc p {
  line-height: 1.2em;
}
.prototype_intro__desc p b {
  font-weight: 700;
  color: var(--mid-orange);
  font-size: 22px;
}
.prototype_intro__img {
  display: flex;
  align-items: flex-end;
}
.prototype_intro__img img {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1480px) {
  .prototype_intro {
    margin-top: -20px;
  }
  .prototype_intro__title {
    padding: 0 0 0 115px;
    margin-top: 0;
  }
  .prototype_intro__desc {
    padding: 20px 15px 10px 150px;
  }
  .prototype_intro__desc::after {
    left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .prototype_intro__title {
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .prototype_intro__desc {
    padding-left: 100px;
  }
  .prototype_intro__desc::after {
    width: 110px;
    height: 111px;
    left: -20px;
  }
}
@media screen and (max-width: 992px) {
  .prototype_intro {
    grid-template-columns: 100%;
    margin-top: 0;
  }
  .prototype_intro__img {
    order: -1;
  }
  .prototype_intro__text {
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .prototype_sub {
    font-size: 22px;
  }
  .prototype_intro__title {
    padding-left: 0;
  }
  .prototype_intro__desc {
    padding: 20px 15px 60px 35px;
    margin-left: 10px;
  }
  .prototype_intro__desc::before {
    transform: skewX(-8deg);
  }
  .prototype_intro__desc::after {
    left: 10px;
    bottom: -40px;
  }
}
@media screen and (max-width: 480px) {
  .prototype_sub {
    font-size: 20px;
  }
  .prototype_intro__desc {
    padding: 20px 0px 15px 30px;
    margin-left: 0px;
  }
  .prototype_intro__desc::before {
    transform: skewX(-4deg);
  }
  .prototype_intro__desc::after {
    display: none;
  }
  .prototype_intro__desc p {
    font-size: 16px;
  }
  .prototype_intro__desc p b {
    font-size: 20px;
  }
}
.prototype_grid {
  display: grid;
  grid-template-columns: 50% 48%;
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 10px;
}
.prototype_way {
  width: 100%;
  max-width: 790px;
  padding-top: 5px;
  padding-left: 15px;
  margin-left: auto;
}
.prototype_way__sub {
  text-align: center;
  margin-bottom: 35px;
}
.prototype_way img {
  display: block;
  margin: 0 10px 0 auto;
}
.prototype_way__text {
  width: 100%;
  max-width: 635px;
  padding-top: 40px;
  margin-left: auto;
}
.prototype_way__text h2 {
  text-align: left;
  margin-bottom: 20px;
}
.prototype_way__list li {
  line-height: 1.2em;
  margin-bottom: 25px;
  font-style: normal;
}
.prototype_way__list li b {
  display: block;
  font-size: 22px;
  margin-bottom: 2px;
}
.prototype_includes h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.prototype_includes img {
  display: block;
  margin-bottom: 25px;
}
.prototype_includes .brandbook_elements__list {
  margin-bottom: 60px;
}
.prototype_includes .brandbook_elements__list li {
  margin-bottom: 22px;
  padding-left: 30px;
}
.prototype_billet {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto 45px;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.prototype_billet__inner {
  position: relative;
  display: block;
  color: var(--white);
  line-height: 1.2em;
  padding: 10px 20px;
}
.prototype_billet__inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--dark);
  z-index: -1;
  transform: skew(-12deg);
  border-radius: 15px;
}
.prototype_controls {
  display: grid;
  grid-template-columns: 46% 47%;
  justify-content: space-between;
  align-items: flex-start;
}
.prototype_controls .service-item_btn {
  margin-right: 0;
}
.prototype_controls__price {
  color: #ff651e;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .prototype_way {
    padding-top: 15px;
  }
  .prototype_way__sub {
    margin-bottom: 20px;
  }
  .prototype_way__text {
    padding-top: 15px;
  }
  .prototype_way__list li {
    margin-bottom: 20px;
  }
  .prototype_controls__price {
    font-size: 32px;
  }
}
@media screen and (max-width: 1140px) {
  .prototype_billet__inner {
    padding-left: 0;
  }
  .prototype_billet br {
    display: none;
  }
  .prototype_controls {
    grid-template-columns: 48% 49%;
  }
}
@media screen and (max-width: 992px) {
  .prototype_includes .brandbook_elements__list li {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .prototype_grid {
    grid-template-columns: 100%;
  }
  .prototype_way {
    padding: 0 15px;
    max-width: initial;
  }
  .prototype_way img {
    margin: 0 auto 10px;
  }
  .prototype_way__text {
    max-width: initial;
    margin-left: 0;
  }
  .prototype_includes h2 {
    padding: 0 15px;
  }
  .prototype_includes .brandbook_elements__list {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .prototype_billet {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .prototype_way__list li b {
    font-size: 20px;
  }
  .prototype_controls {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .prototype_controls .service-item_btn {
    margin-left: 0;
  }
  .prototype_controls__price {
    font-size: 24px;
  }
  .prototype_way__text h2,
  .prototype_includes h2 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .prototype_billet {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .prototype_way__list {
    font-size: 16px;
  }
  .prototype_way__list li b {
    font-size: 18px;
  }
  .prototype_includes .brandbook_elements__list li {
    font-size: 18px;
    padding-left: 24px;
  }
  .prototype_billet {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .prototype_billet__inner::before {
    transform: skew(-6deg);
  }
}
