@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url("../fonts/Robotolight.woff") format("woff")
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url("../fonts/Robotolight.woff2") format("woff2")
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("../fonts/Roboto.woff") format("woff")
}

@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("../fonts/Roboto.woff2") format("woff2")
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url("../fonts/Robotomedium.woff") format("woff")
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url("../fonts/Robotomedium.woff2") format("woff2")
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("../fonts/Robotobold.woff") format("woff")
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("../fonts/Robotobold.woff2") format("woff2")
}

@font-face {
  font-family: Roboto;
  font-weight: 900;
  src: url("../fonts/Robotoblack.woff") format("woff")
}

@font-face {
  font-family: Roboto;
  font-weight: 900;
  src: url("../fonts/Robotoblack.woff2") format("woff2")
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
input,
input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus,
textarea,a.button {
  outline: 0 !important
}

button,a.button {
  font-family: Roboto;
  border: none;
  cursor: pointer;
  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;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html::-webkit-scrollbar {
  width: 10px
}

html::-webkit-scrollbar-track {
  background: #b7b7b7
}

html::-webkit-scrollbar-thumb {
  background: #eba707;
  border-radius: 3px
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #fff
}

.fixed-body {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px
}

@media screen and (max-width:576px) {
  .container {
    padding: 0 25px
  }
}

.nav__list {
  padding: 20px 50px
}

.nav__list a {
  font-size: 26px;
  line-height: 120%;
  color: #000;
  display: block
}

.nav__list a:hover {
  color: #eba707
}

.nav__list a:not(:first-child) {
  margin-top: 15px
}

.nav__btn {
  margin-top: 25px;
  background: #000;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 120%
}

.nav__btn:hover {
  background: #eba707
}

.select_selected {
  position: relative
}

.select_selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 13px;
  height: 100%
}

.display2 h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 120%;
  position: relative;
  padding-left: 28px
}

.display2 h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: calc(100% + 20px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff
}

.display4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  padding-left: 28px
}

.display4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: calc(100% + 20px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff
}

.btn-yellow {
  font-size: 11px;
  line-height: 120%;
  background: #eba707;
  border-radius: 29px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em
}

.btn-yellow:hover {
  background: #000;
  border: 1px solid #eba707
}

.btn-gray {
  background: #7a7a7a;
  border-radius: 29px;
  border: 1px solid #fff;
  font-size: 11px;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff
}

.btn-gray:hover {
  background: #eba707;
  border: 1px solid #eba707
}
a.btn-gray:hover {border:none;}

.nice-select {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 0
}

.nice-select:after {
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 4px;
  top: 50%;
  right: -12px;
  margin-top: -2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.nice-select .list {
  background: #fff;
  border-radius: 0;
  width: auto;
  min-width: 100%
}

.nice-select .list li {
  color: #000;
  padding: 10px;
  font-size: 12px
}

.nice-select .option.selected {
  font-weight: 400
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background: rgba(0, 0, 0, .1)
}

.nice-select.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.modal {
  background: rgba(0, 0, 0, .8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  pointer-events: none
}

.modal--active {
  opacity: 1;
  pointer-events: unset
}

.modal__dialog {
  width: 700px;
  max-width: 100%;
  position: relative
}

@media screen and (max-width:992px) {
  .modal__dialog {
    margin: 50px auto;
    max-width: calc(100% - 30px)
  }
}

.modal__close {
  position: absolute;
  z-index: 2;
  left: 100%;
  bottom: 100%;
  -webkit-transform: translate(6px, -13px);
  -ms-transform: translate(6px, -13px);
  transform: translate(6px, -13px);
  background-color: rgba(0, 0, 0, 0)
}

.modal__content {
  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;
  position: relative
}

.modal__content-left {
  width: calc(100% - 250px)
}

.modal__content-right {
  width: 250px
}

.modal__content-right img {
  width: 100%
}

.modal__content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #eba707;
  text-align: center;
  margin-bottom: 15px
}

.modal__form-group:not(:first-child) {
  margin-top: 12px
}

.modal__form-group input {
  width: 100%;
  height: 30px
}

.modal__form-group textarea {
  width: 100%;
  height: 90px
}

@media screen and (min-width:992px) {
  .modal {
    text-align: center
  }

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%
  }

  .modal__dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
  }
}

.form-group {
  padding: 0;
  margin: 0;
  border: none
}

.form-group input {
  font-size: 12px;
  line-height: 120%;
  color: #373737;
  padding: 0 15px
}

.form-group input::-webkit-input-placeholder {
  color: #c4c4c4
}

.form-group input::-moz-placeholder {
  color: #c4c4c4
}

.form-group input:-ms-input-placeholder {
  color: #c4c4c4
}

.form-group input::-ms-input-placeholder {
  color: #c4c4c4
}

.form-group input::placeholder {
  color: #c4c4c4
}

.form-group textarea {
  font-size: 12px;
  line-height: 120%;
  color: #373737;
  resize: none;
  background: #fff;
  padding: 5px 15px
}

.form-group textarea::-webkit-input-placeholder {
  color: #c4c4c4
}

.form-group textarea::-moz-placeholder {
  color: #c4c4c4
}

.form-group textarea:-ms-input-placeholder {
  color: #c4c4c4
}

.form-group textarea::-ms-input-placeholder {
  color: #c4c4c4
}

.form-group textarea::placeholder {
  color: #c4c4c4
}

.form-btn {
  width: 160px;
  height: 32px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  background: #e4e4e4;
  color: #fff;
  margin: 0 auto
}

.form-btn:hover {
  background: #eba707
}

.gallery {
  padding: 50px 0 25px
}

.gallery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 23px
}

.gallery-img {
  overflow: hidden
}

.gallery-img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.gallery-inner img {
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.block-top {
  padding: 230px 0 60px;
  background: #282828
}

.block-top__inner {
  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
}

.block-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 640px;
  margin-right: 50px
}

.block-top__right {
  width: calc(100% - 690px)
}

.block-top__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.block-top__icon img {
  width: 100%
}

.block-top__title {
  margin-left: 60px
}

.block-top__desc p {
  font-size: 18px;
  line-height: 190%
}

.block-top__desc p:not(:first-child) {
  margin-top: 30px
}

.services-top {
  display: none
}

.letters-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.letters-card {
  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
}

.letters-card__left {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 7px 20px;
  width: calc(100% - 320px)
}

.letters-card__right {
  max-width: 320px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.letters-card__right img {
  width: 100%;
  height: 100%
}

.letters-card__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%
}

.letters-card__title span {
  display: block;
  font-size: 18px;
  line-height: 120%;
  margin-top: 5px
}

.letters-card__1 {
  background: #342d18
}

.letters-card__2 {
  background: #580a09
}

.letters-card__3 {
  background: #072746
}

.letters-card__4 {
  background: #003b4e
}

.letters-card__5 {
  background: #561f0d
}

.letters-card__6 {
  background: #323233
}

.letters-card__7 {
  background: #1f2349
}

.letters-card__8 {
  background: rgba(131, 73, 27, .79)
}

.letters-card__9 {
  background: #1f1f28
}

.letters-card__10 {
  background: #3d2a1e
}

.letters-card__11 {
  background: rgba(36, 0, 65, .79)
}

.letters-card__12 {
  background: #08415c
}

.letters-card__13 {
  background: #1f1f28
}

.letters-card__14 {
  background: #592f1d
}

.letters-card__15 {
  background: rgba(70, 0, 0, .94)
}

.letters-card__16 {
  background: #495f24
}

.letters-card__17 {
  background: #50595a
}

.letters-card__18 {
  background: #65461a
}

.letters-card__19 {
  background: rgba(0, 61, 152, .79)
}

.letters-card__20 {
  background: #15115f
}

.letters-card__21 {
  background: #4e4345
}

.letters-card22 {
  background: #645315
}

.letters-card23 {
  background: #865031
}

.letters-card24 {
  background: #212121
}

.letters-card25 {
  background: #194752
}

.letters-card26 {
  background: #274d72
}

.letters-card27 {
  background: #722d2d
}

.letters-card__28 {
  background: #c14c51
}

.letters-card__29 {
  background: #23628d
}

.letters-card__30 {
  background: #81532c
}

.letters-card__31 {
  background: #414b2c
}

.letters-card__32 {
  background: #80201c
}

.letters-card__33 {
  background: #60492a
}

.letters-card__34 {
  background: #392e2a
}

.letters-card__35 {
  background: #53514f
}

.letters-card__36 {
  background: #2d2b1f
}

.letters-card__37 {
  background: #652824
}

.letters-card__38 {
  background: #561a1b
}

.letters-card__39 {
  background: #652f0b
}

.letters-card__40 {
  background: #10216e
}

.letters-card__41 {
  background: #613e18
}

.letters-card__42 {
  background: #00576c
}

.letters-card__43 {
  background: #472c3b
}

.letters-card__44 {
  background: #386f00
}

.letters-card__45 {
  background: #500e17
}

.letters-card__46 {
  background: #5a2734
}

.letters-card__47 {
  background: #293d3b
}

.offers-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px
}

.offers-card {
  position: relative
}

.offers-card:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.offers-card:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.offers-card:hover .offers-card__title {
  color: #eba707
}

.offers-card:hover .offers-card__title span {
  color: #fff
}

.offers-card:hover:before {
  opacity: 1
}

.offers-card__desc {
  position: relative;
  z-index: 4
}

.offers-card__img,
.offers-card__img img {
  width: 100%;
  height: 100%
}

.offers-card__icon {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 82px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.offers-card__icon img {
  width: auto;
  height: auto
}

.offers-card__title {
  font-weight: 300;
  font-size: 32px;
  text-align: end;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px
}

.offers-card__title span {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  display: block;
  margin-top: 5px
}

.offers-card__1:after {
  background: rgba(235, 167, 7, .79)
}

.offers-card__2:after {
  background: rgba(62, 53, 36, .79)
}

.offers-card__3:after {
  background: rgba(80, 10, 10, .79)
}

.offers-card__4:after {
  background: rgba(142, 149, 13, .79)
}

.offers-card__5:after {
  background: rgba(0, 59, 78, .79)
}

.offers-card__6:after {
  background: rgba(20, 23, 51, .79)
}

.offers-card__7:after {
  background: rgba(95, 23, 152, .79)
}

.offers-card__8:after {
  background: rgba(0, 172, 216, .79)
}

.offers-card__9:after {
  background: rgba(55, 103, 63, .79)
}

.offers-card__10:after {
  background: rgba(57, 97, 100, .79)
}

.offers-card__11:after {
  background: rgba(118, 71, 0, .79)
}

.offers-card__12:after {
  background: rgba(20, 23, 51, .79)
}

.offers-card__13:after {
  background: rgba(45, 17, 10, .79)
}

.offers-card__14:after {
  background: rgba(0, 11, 48, .79)
}

.offers-card__15:after {
  background: rgba(0, 59, 78, .79)
}

.offers-card__16:after {
  background: rgba(22, 80, 76, .79)
}

.offers-card__17:after {
  background: rgba(0, 61, 152, .79)
}

.offers-card__18:after {
  background: rgba(120, 27, 14, .79)
}

.offers-card__19:after {
  background: rgba(64, 89, 11, .79)
}

.offers-card__20:after {
  background: rgba(55, 103, 63, .79)
}

.offers-card__21:after {
  background: rgba(0, 27, 78, .79)
}

.offers-card__22:after {
  background: rgba(80, 22, 22, .79)
}

.offers-card__23:after {
  background: rgba(45, 17, 10, .79)
}

.offers-card__24:after {
  background: rgba(130, 175, 0, .79)
}

.offers-card__25:after {
  background: rgba(0, 59, 78, .79)
}

.offers-card__26:after {
  background: rgba(80, 22, 22, .79)
}

.offers-card__27:after {
  background: rgba(153, 89, 53, .79)
}

.offers-card__28:after {
  background: rgba(99, 76, 59, .79)
}

.offers-card__29:after {
  background: rgba(80, 31, 220, .79)
}

.offers-card__30:after {
  background: rgba(220, 190, 31, .79)
}

.offers-card__31:after {
  background: rgba(37, 33, 48, .79)
}

.offers-card__32:after {
  background: rgba(0, 11, 48, .79)
}

@media screen and (max-width:1370px) {
  .offers-card__title {
    font-size: 24px
  }

  .display2 h2 {
    font-size: 50px
  }
}

@media screen and (max-width:1300px) {
  .letters-card__left {
    width: calc(100% - 280px)
  }

  .letters-card__right {
    max-width: 280px
  }

  .letters-card__title {
    font-size: 28px
  }
}

@media screen and (max-width:1200px) {
  .block-top__inner {
    display: block
  }

  .block-top__left {
    width: 100%;
    margin: 0
  }

  .block-top__right {
    width: 100%;
    margin: 50px 0 0
  }

  .offers-cards {
    grid-template-columns: 1fr 1fr 1fr
  }

  .display4 {
    font-size: 42px
  }

  .letters-card__left {
    width: calc(100% - 230px)
  }

  .letters-card__right {
    max-width: 230px
  }

  .letters-card__title {
    font-size: 24px
  }
}

@media screen and (max-width:992px) {
  .display3 {
    font-size: 28px
  }

  .offers-card__icon {
    width: 35px;
    height: auto
  }

  .offers-card__icon img {
    width: 100%;
    height: 100%
  }

  .offers-card__title {
    font-size: 20px
  }

  .offers-card__title span {
    font-size: 16px
  }

  .display2 h2,
  .display4 {
    font-size: 40px
  }

  .letters-cards {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin: 0 auto
  }

  .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .modal__content-title {
    font-size: 26px
  }

  .modal__content-left {
    width: 100%
  }

  .modal__content-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 175px
  }

  .modal__close {
    top: 0;
    right: 0;
    left: unset;
    bottom: unset
  }

  .gallery {
    padding: 15px 0
  }

  .gallery-inner {
    grid-template-columns: 1fr 1fr;
    gap: 7px
  }

  .block-top {
    padding: 205px 0 50px
  }
}

@media screen and (max-width:768px) {
  .display2 h2 {
    font-size: 28px;
    padding-left: 15px;
	display:none;
  }

  .display2 h2:after {
    height: 100%
  }

  .display4 {
    font-size: 28px;
    padding-left: 15px
  }

  .offers-cards {
    grid-template-columns: 1fr 1fr
  }

  .letters-card__left {
    width: 50%
  }

  .letters-card__right {
    width: 50%;
    max-width: 100%
  }

  .modal__dialog {
    margin: 150px auto 40px
  }

  .modal__close {
    top: -70px
  }

  .modal__content-right {
    position: absolute;
    top: -60px;
    right: 0
  }

  .modal__content-title {
    max-width: 200px;
    text-align: start;
    margin-bottom: 35px
  }

  .block-top {
    padding: 50px 0
  }

  .block-top__right {
    margin-top: 35px
  }

  .block-top__icon {
    width: 85px
  }

  .block-top__title {
    margin-left: 15px
  }

  .block-top__desc p {
    font-size: 14px;
    font-weight: 300
  }

  .block-top__desc p:not(:first-child) {
    margin-top: 0
  }

  .services-top {
    display: block;
    padding-top: 71px;
    background: #eba707
  }

  .services-top__inner {
    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;
    padding: 12px 0
  }

  .services-top .services-main__menu-close--active {
    top: -50px
  }
}

@media screen and (max-width:576px) {
  .offers-card__desc {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    min-height: 122px
  }

  .offers-card__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: static;
    top: unset;
    left: unset;
    width: auto;
    margin: 0 auto
  }

  .offers-card__icon img {
    width: auto
  }

  .offers-card__title {
    font-size: 18px;
    position: static;
    top: unset;
    left: unset;
    text-align: center;
    margin-top: auto;
    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
  }

  .offers-card__title span {
    font-size: 14px;
    font-weight: 900
  }

  .offers-card__title1 {
    margin-top: 14px
  }

  .offers-card__title2 {
    margin-top: 7px
  }

  .offers-card__title2 span {
    margin-top: 0
  }

  .offers-card__title3 {
    margin-top: 13px
  }

  .offers-card__title3 br {
    display: none
  }

  .offers-card__title3 span {
    margin-top: 10px
  }

  .offers-card__title4 {
    margin-top: 7px
  }

  .offers-card__title4 span {
    margin-top: 0
  }

  .offers-card__title5,
  .offers-card__title6,
  .offers-card__title6 span,
  .offers-card__title7,
  .offers-card__title7 span {
    margin-top: 10px
  }

  .offers-card__title8 {
    margin-top: 5px
  }

  .offers-card__title8 br:nth-child(2) {
    display: none
  }

  .offers-card__title10,
  .offers-card__title10 span,
  .offers-card__title11,
  .offers-card__title11 span,
  .offers-card__title9,
  .offers-card__title9 span {
    margin-top: 8px
  }

  .offers-card__title12,
  .offers-card__title12 span {
    margin-top: 3px
  }

  .letters-card__title {
    font-size: 18px
  }

  .letters-card__title span {
    font-size: 12px
  }

  .modal__content-title {
    max-width: 150px
  }

  .block-top__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .services-top__btn {
    margin: 0 0 0 30px !important;
    -webkit-box-ordinal-group: unset !important;
    -ms-flex-order: unset !important;
    order: unset !important
  }
}

@media screen and (max-width:375px) {
  .offers-cards {
    grid-template-columns: 1fr
  }

  .offers-card__icon {
    width: 70px
  }

  .letters-card__right img {
    height: auto
  }

  .display4 {
    font-size: 24px
  }

  .offers__title h3:after,
  .offers__title h3:before {
    display: none
  }
}

@media screen and (min-width:768px) {
  .height {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
  }
}

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

.header-top {
  background: #eba707;
  padding: 12px 0
}

.header-top__content {
  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-top__right,
.header-top__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-top__soacial:not(:first-child) {
  margin-left: 22px
}

.header-top__soacial:hover svg path {
  fill: #000
}

.header-top__tel {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  margin-left: 40px
}

.header-top__tel:hover {
  color: #000
}

.header-bottom {
  background: #0c0c0c;
  padding: 30px 0
}

.header-bottom2 {
  padding: 0
}

.header-bottom__inner {
  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-bottom__inner2 {
  padding: 30px 0
}

.header-bottom__logo {
  display: block;
  width: 207px;
  height: auto
}

.header-bottom__logo img {
  width: 100%;
  height: 100%
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-bottom__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #eba707;
  position: relative
}

.header-bottom__link:not(:first-child) {
  margin-left: 50px
}

.header-bottom__link:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #eba707;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-bottom__link:hover {
  color: #fff
}

.header-bottom__link:hover:after {
  width: calc(100% + 20px)
}

.header-bottom__link--active {
  color: #fff
}

.header-bottom__link--active:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -2px;
  width: calc(100% + 20px);
  height: 2px;
  background: #eba707
}

.header-bottom__burger {
  width: 22px;
  height: 16px;
  position: relative;
  z-index: 11;
  cursor: pointer;
  display: none
}

.header-bottom__burger span {
  height: 1.8px;
  position: absolute;
  background: #eba707;
  border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.header-bottom__burger span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%
}

.header-bottom__burger span:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%
}

.header-bottom__burger span:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 100%
}

.header-bottom__tel {
  display: none
}

@media screen and (max-width:992px) {
  .header-bottom__logo {
    width: 150px
  }

  .header-bottom__link:not(:first-child) {
    margin-left: 35px
  }

  .header-bottom__link:after {
    left: -7px
  }

  .header-bottom__link:hover:after {
    width: calc(100% + 14px)
  }

  .header-bottom__link--active:after {
    left: -7px;
    width: calc(100% + 14px)
  }
}

@media screen and (max-width:768px) {
  .header {
    position: fixed
  }

  .header-top {
    display: none
  }

  .header-bottom {
    padding: 18px 0
  }

  .header-bottom__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
  }

  .header-bottom__inner2 {
    padding: 0
  }

  .header-bottom__right {
    position: absolute;
    z-index: 10;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #323233;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 15px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
  }

  .header-bottom__right--active {
    left: 0
  }

  .header-bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .header-bottom__link {
    font-size: 14px
  }

  .header-bottom__link:not(:first-child) {
    margin: 50px 0 0
  }

  .header-bottom__link:after {
    left: -75px;
    bottom: -7px
  }

  .header-bottom__link:hover:after {
    width: calc(100% + 150px)
  }

  .header-bottom__link--active:after {
    left: -75px;
    bottom: -7px;
    width: calc(100% + 150px)
  }

  .header-bottom__burger {
    display: block
  }

  .header-bottom__burger--active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%
  }

  .header-bottom__burger--active span:nth-child(2) {
    display: none
  }

  .header-bottom__burger--active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%
  }

  .header-bottom__tel {
    display: block;
    text-align: end;
    margin-left: auto;
    padding: 5px
  }

  .header-bottom__logo {
    width: 110px;
    margin: 0 auto
  }
}

.main {
  background-image: url("../img/main-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 260px 0 90px
}

.main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .86);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px)
}

.main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-left: 93px
}

.main__left {
  width: 50%
}

.main__right {
  width: 50%;
  margin-left: 50px
}

.main__images img {
  width: 100%;
  height: auto
}

.main__img-mob {
  display: none
}

.main__subtitle {
  font-size: 38px;
  line-height: 110%
}

.main__desc {
  margin-top: 30px;
  max-width: 500px
}

.main__desc p {
  font-size: 20px;
  line-height: 120%
}

.main__desc p:not(:first-child) {
  margin-top: 20px
}

.main__btn {
  width: 196px;
  height: 36px;
  margin-top: 30px
}

.advantages {
  padding: 60px 0;
  background: #323232
}

.advantages__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase
}

.advantages__title h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: .135em;
  text-transform: uppercase;
  position: relative
}

.advantages__title h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -190px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 165px;
  height: 3px;
  background: #eba707
}

.advantages__title h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -190px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 165px;
  height: 3px;
  background: #eba707
}

.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 30px
}

.advantages__item {
  text-align: center
}

.advantages__item-icon {
  width: 60px;
  height: 60px;
  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;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 20px
}

.advantages__item-icon img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.advantages__item-icon:hover img {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px)
}

.advantages__item-desc {
  font-size: 16px;
  line-height: 120%;
  max-width: 170px;
  margin: 0 auto
}

.offers {
  padding: 40px 0;
  background: #f5f5f5
}

.offers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px
}

.offers__title h3 {
  font-weight: 900;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a7a7a;
  position: relative
}

.offers__title h3 br {
  display: none
}

.offers__title h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -190px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 165px;
  height: 3px;
  background: #afafaf
}

.offers__title h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -190px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 165px;
  height: 3px;
  background: #afafaf
}

.offers__btn {
  width: 196px;
  height: 36px;
  margin: 25px 0 0 auto
}

.connection {
  background: #606060;
  padding: 50px 0
}

.connection__inner {
  padding: 0 50px;
  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
}

.connection__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase
}

.connection__subtitle {
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  margin-top: 5px
}

.connection__btn {
  width: 254px;
  height: 48px;
  margin-left: 30px
}

@media screen and (max-width:1300px) {
  .main__inner {
    padding-left: 30px
  }
}

@media screen and (max-width:1250px) {
  .main__inner {
    padding-left: 0
  }

  .main__left {
    width: 470px;
    margin-right: 40px
  }

  .main__right {
    width: calc(100% - 510px);
    margin-left: 0
  }

  .advantages__items {
    gap: 30px
  }
}

@media screen and (max-width:992px) {
  .main {
    padding: 245px 0 90px
  }

  .main__inner {
    display: block
  }

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

  .main__right {
    width: 100%
  }

  .main__img {
    max-width: 350px
  }

  .advantages__title h3:after {
    width: 100px;
    height: 2px;
    left: -120px
  }

  .advantages__title h3:before {
    width: 100px;
    height: 2px;
    right: -120px
  }

  .advantages__items {
    grid-template-columns: 1fr 1fr 1fr
  }

  .offers__title h3:after {
    width: 100px;
    height: 2px;
    left: -120px
  }

  .offers__title h3:before {
    width: 100px;
    height: 2px;
    right: -120px
  }

  .connection__inner {
    padding: 0
  }
}

@media screen and (max-width:768px) {
  .main {
    padding: 120px 0 50px
  }

  .main__left {
    margin: 0 0 30px
  }

  .main__subtitle {
    font-size: 18px
  }

  .advantages {
    padding: 40px 0
  }

  .advantages__title h3 {
    font-size: 24px
  }

  .advantages__title h3:after,
  .advantages__title h3:before {
    display: none
  }

  .advantages__item-desc {
    font-size: 14px
  }

  .offers__title {
    margin-bottom: 30px
  }

  .offers__title h3 {
    font-size: 24px;
    letter-spacing: .08em
  }

  .offers__title h3 br {
    display: block
  }

  .offers__title h3:after,
  .offers__title h3:before {
    width: 62px;
    height: 1px;
    background: #eba707
  }

  .offers__title h3:after {
    left: -80px
  }

  .offers__title h3:before {
    right: -80px
  }

  .offers__btn {
    margin: 25px auto 0
  }

  .connection {
    padding: 40px 0
  }

  .connection__inner {
    -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;
    text-align: center
  }

  .connection__title {
    font-size: 26px
  }

  .connection__subtitle {
    font-size: 18px;
    margin-top: 15px
  }

  .connection__btn {
    margin: 25px 0 0
  }
}

@media screen and (max-width:576px) {
  .main__inner {
    text-align: center
  }

  .main__subtitle {
    font-weight: 700;
    color: #eba707
  }

  .main__desc p {
    font-weight: 300;
    font-size: 14px
  }

  .main__img {
    display: none
  }

  .main__img-mob {
    display: block
  }

  .main__btn {
    margin: 30px auto 0
  }

  .advantages {
    display: none
  }
}

.services-main__top {
  background: #383838;
  padding: 30px 0
}
.yes-service .services-main__top {display:none;}
.product-category-59 .yes-service {padding:0;}
@media (min-width:768px) {.product-category-59 .yes-service .services-main__top {display:block;}}
.product-category-59 .header-bottom__inner {padding:30px 0;}

.services-main__top-mob {
  display: none
}

.services-main__top-links {
  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
}

.services-main__top-link {
  font-size: 14px;
  line-height: 120%;
  color: #8c8c8c;
  position: relative
}

.services-main__top-link:hover {
  color: #fff
}

.services-main__top-link:hover:after {
  width: calc(100% + 20px)
}

.services-main__top-link:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 0;
  height: 2px;
  background: #8c8c8c;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.services-main__top-link--active {
  font-weight: 700;
  color: #fff
}

.services-main__top-link--active:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: calc(100% + 20px);
  height: 2px;
  background: #8c8c8c
}

.services-main__top-link:not(:first-child) {
  margin-left: 45px
}

.services-main__top-btn {
  font-size: 14px;
  line-height: 120%;
  color: #373737;
  display: none;
  cursor: pointer
}

.services-main__top-btn--active .services-main__menu-close {
  opacity: 1;
  pointer-events: all
}

.services-main__menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 8;
  width: 22px;
  height: 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.product-category-59 .services-main__menu-close {top:-70px;right:10px;}
.services-main__menu-close span {
  position: absolute;
  height: 1.8px;
  background: #eba707
}

.services-main__menu-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  width: 100%
}

.services-main__menu-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  width: 100%
}

.services-main__menu,
.services-main__menu-desc--active {
  display: none
}

.services-main__scrollbar {
  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;
  text-align: center
}

.services-main__menu-link {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  color: #eba707;
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.services-main__menu-link:not(:first-child) {
  margin-top: 35px
}

.services-main__menu-link:hover {
  color: #fff
}

.services-main__menu-link:hover:after {
  width: calc(100% + 20px)
}

.services-main__menu-link:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #8c8c8c;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.services-main__menu-link--active {
  color: #fff
}

.services-main__menu-link--active:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -6px;
  width: calc(100% + 20px);
  height: 1px;
  background: #8c8c8c
}

.services-main {
  padding: 307px 0 60px;
  background: #282828;
  position: relative
}

.services-main__title {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  text-transform: uppercase
}

.services-main #services-main {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  pointer-events: none
}

.print {
  background: #f5f5f5;
  padding: 50px 0;
  position: relative
}

.print #print {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  pointer-events: none
}

.print__title {
  grid-column: 2/5;
  color: #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
  text-align: end;
  text-transform: uppercase
}

.print__title h2 {
  padding: 0 28px 0 0
}

.print__title h2:after {
  left: 100%;
  background: #b7b7b7;
  height: calc(100% - 20px)
}

.printing {
  padding: 50px 0;
  background: #3a3a3a;
  position: relative
}

.printing #printing {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  pointer-events: none
}

.printing__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column: 1/3;
  color: #b7b7b7;
  padding-left: 25px;
  text-transform: uppercase
}

.printing__title h2:after {
  background: #b7b7b7
}


@media screen and (max-width:1200px) {
  .print__title {
    grid-column: 2/4
  }
}

@media screen and (max-width:992px) {
  .services-main {
    padding: 290px 0 60px
  }

  .services-main #services-main {
    height: 185px;
    top: -185px
  }

  .services-main__top-link:not(:first-child) {
    margin-left: 35px
  }

  .print #print,
  .printing #printing,
  .promo-gifts #promo-gifts{
    height: 185px;
    top: -185px
  }
}

/*сувениры*/

@media screen and (max-width:1200px) {
  .promo-gifts__title {
    grid-column: 2/4
  }
}

.promo-gifts {
  background: #f5f5f5;
  padding: 50px 0;
  position: relative
}

.promo-gifts #promo-gifts {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  pointer-events: none
}

.promo-gifts__title {
  grid-column: 2/5;
  color: #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
  text-align: end;
  text-transform: uppercase
}

.promo-gifts__title h2 {
  padding: 0 28px 0 0
}

.promo-gifts__title h2:after {
  left: 100%;
  background: #b7b7b7;
  height: calc(100% - 20px)
}



.promo-gifts {
    padding: 25px 0
  }

  .promo-gifts #promo-gifts {
    height: 70px;
    top: -120px
  }




 .promo-gifts {
    background: #fff;
    padding: 25px 0
  }

  .promo-gifts #promo-gifts {
    height: 70px;
    top: -120px
  }

  .promo-gifts__title {
    grid-column: 1/3;
    grid-row: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: start;
    padding: 0 0 0 25px
  }

  .promo-gifts__title h2 {
    padding: 0 0 0 15px
  }

  /*.promo-gifts__title h2 br {
    display: none
  } */

  .promo-gifts__title h2:after {
    left: 0;
    width: 1px;
    height: 100%
  }












/*сувениры*/


@media screen and (max-width:768px) {
  .services-main__top {
    background: #eba707;
    display: none
  }

  .product-category-59 .services-main__top-mob {
    display: block;
    background: #eba707;
    padding: 14px 0 12px
  }

  .services-main__top-inner {
    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;
	position:relative;
  }

  .services-main__top-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .services-main__top-link {
    display: block;
    margin-right: auto;
    color: #fff
  }

  .services-main__top-link:not(:first-child) {
    margin-top: 10px;
    margin-left: 0
  }
.dop .services-main__top-link  {margin:5px 0 9px;}

  .services-main__top-link:hover {
    
  }

  .services-main__top-link:after {
    display: none
  }

  .services-main__top-link--active {
   
  }

  .services-main__top-link--active:after {
    display: none
  }

  .services-main__top-btn {
    display: block
  }

  .services-main__menu {
    display: block;
    position: fixed;
    z-index: 7;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #323233;
    padding: 80px 15px 30px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    overflow-x: auto
  }

  .services-main__menu::-webkit-scrollbar {
    width: 5px
  }

  .services-main__menu::-webkit-scrollbar-track {
    background: #b7b7b7;
    border-radius: 3px
  }

  .services-main__menu::-webkit-scrollbar-thumb {
    background: #eba707;
    border-radius: 3px
  }

  .services-main__menu--active {
    top: 0
  }

  .services-main {
    padding: 145px 0 25px
  }

  .services-main #services-main {
    height: 70px;
    top: -70px
  }

  .services-main__title h2 br {
    display: none
  }

  .services-main__title h2:after {
    width: 1px
  }

  .print {
    background: #fff;
    padding: 25px 0
  }

  .print #print {
    height: 70px;
    top: -120px
  }

  .print__title {
    grid-column: 1/3;
    grid-row: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: start;
    padding: 0 0 0 25px
  }

  .print__title h2 {
    padding: 0 0 0 15px
  }

  .print__title h2 br {
    display: none
  }

  .print__title h2:after {
    left: 0;
    width: 1px;
    height: 100%
  }

  .printing {
    padding: 25px 0 15px
  }

  .printing #printing {
    height: 70px;
    top: -120px
  }

  .printing__title h2:after {
    width: 1px
  }
}

@media screen and (max-width:576px) {
  .services-main__top-inner {
    -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: start
  }

  .services-main__top-btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 0 auto
  }
  .services-main__top-links .services-main__menu-close {top: -30px;
    right: -160px;}
	.services-main__top-links .services-main__menu-desc {color:#fff;}
  .services-main__menu-close--active {
    top: -50px
  }

  .letters-desc2__item-title {
    text-align: center
  }
}

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

  .print__title,
  .printing__title,
  .promo-gifts__title,
  .services-main__title {
    grid-column: 1/2;
    padding-left: 0
  }
}

.letters-content {
  padding: 50px 0 25px
}

.letters-info {
  padding: 25px 0 50px;
  color: #565656
}

.letters-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.letters-info__left {
  width: calc(100% - 710px)
}

.letters-info__right {
  width: 650px;
  margin-left: 60px
}

.letters-info__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase
}

.letters-info__list {
  margin-top: 30px
}

.letters-info__list li {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  padding-left: 21px;
  position: relative
}

.letters-info__list li:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.letters-info__list li:not(:first-child),
.letters-info__list2 {
  margin-top: 30px
}

.letters-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.letters-info__item:not(:first-child) {
  margin-top: 30px
}

.letters-info__item-icon {
  width: 64px;
  height: 64px;
  background: #565656;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.letters-info__item-icon2,
.letters-info__item-icon3 {
  background: -o-radial-gradient(50% 50%, 50% 50%, #a2a1a1 0, #565656 100%);
  background: radial-gradient(50% 50% at 50% 50%, #a2a1a1 0, #565656 100%)
}

.letters-info__item-desc {
  margin-left: 28px
}

.letters-info__item-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500
}

.letters-info__item-text {
  font-size: 18px;
  line-height: 120%;
  margin-top: 10px
}

.advantages2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.advantages2__left {
  width: 430px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #343434;
  padding: 180px 30px 100px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative
}

.advantages2__left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 5000px;
  height: 100%;
  background: #343434
}

.advantages2__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #575757;
  padding: 100px 45px;
  position: relative
}

.advantages2__right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
  background: #575757
}

.advantages2__title {
  position: relative;
  z-index: 2
}

.advantages2__title span:nth-child(1) {
  font-weight: 900;
  font-size: 100px;
  line-height: 80%
}

.advantages2__title span:nth-child(2) {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 400px;
  color: #eba707;
  pointer-events: none
}

.advantages2__subtitle {
  font-size: 35px;
  line-height: 120%;
  max-width: 320px
}

.advantages2__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.advantages2__items-left {
  width: 50%
}

.advantages2__items-right {
  width: 50%;
  margin-left: 45px
}

.advantages2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.advantages2__item:not(:first-child) {
  margin-top: 50px
}

.advantages2__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 80%;
  color: #6b6b6b;
  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: start;
  -ms-flex-pack: start;
  justify-content: start
}

.advantages2__item-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-left: 15px
}

.application__inner {
  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;
  background: #606060;
  padding: 30px 15px
}

.application__btn {
  width: 196px;
  height: 36px;
  background: rgba(0, 0, 0, 0)
}

.application__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-left: 17px
}

.more-services {
  background: #282828;
  padding: 50px 0
}

.more-services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.more-services__slider {
  width: calc(100% - 350px)
}

.more-services__desc {
  position: relative;
  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: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 40px 40px 0;
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.more-services__title {
  font-size: 72px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: #6d6d6d
}

.more-services .swiper-button__btns {
  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;
  position: relative;
  margin-top: 15px;
  padding-bottom: 30px
}

.more-services .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50px
}

.more-services .swiper-button-prev:after {
  display: none
}

.more-services .swiper-button-prev svg {
  width: 29px
}

.more-services .swiper-button-prev span {
  font-size: 14px;
  line-height: 120%;
  color: #c7c7c7;
  padding-left: 12px
}

.more-services .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 50px
}

.more-services .swiper-button-next:after {
  display: none
}

.more-services .swiper-button-next svg {
  width: 29px
}

.more-services .swiper-button-next span {
  font-size: 14px;
  line-height: 120%;
  color: #c7c7c7;
  padding-right: 12px
}

.letters-desc {
  padding: 50px 0
}

.letters-desc__item {
  position: relative;
}


.letters-desc__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
 -webkit-transition: .3s;
  -o-transition:.3s;
  transition: .3s;
  opacity:0;
}

.letters-desc__item:hover:after {

  background: rgba(31, 35, 73, .79);
opacity:1;
}

.letters-desc__item2:hover:after {

  background: rgba(131, 73, 27, .79);
}

.letters-desc__item3:hover:after {
  background: rgba(31, 31, 40, .79);

}

.letters-desc__item4:hover:after {

  background: rgba(61, 42, 30, .79)
}

.letters-desc__item-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 25px;
  height: 100%;
  opacity: 0;
     -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.letters-desc__item:hover .letters-desc__item-content {opacity: 1;}
.letters-desc__item-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%
}

.letters-desc__item-content p:not(:first-child) {
  margin-top: 20px
}

.letters-desc__item-text {
  height: 100%;
  overflow: hidden
}

.letters-desc2 {
  padding: 0 0 50px;
  color: #565656;
  display: none
}

.letters-desc2__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px
}

.letters-desc2__item-title {
  font-weight: 700;
  font-size: 32px
}

.letters-desc2__item-desc {
  margin-top: 30px
}

.letters-desc2__item-desc p {
  font-size: 20px;
  line-height: 140%;
  position: relative
}

.letters-desc2__item-desc p:not(:first-child) {
  margin-top: 30px
}

.letters-desc2__item-desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 6px;
  height: 17px;
  background: #eba707;
  margin-right: 10px
}

.letters-info2 {
  padding: 50px 0;
  color: #565656
}

.letters-info2__title {
  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;
  text-align: center
}

.letters-info2__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.letters-info2__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.letters-info2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px
}

.letters-info2__left {
  width: 50%
}

.letters-info2__right {
  width: 50%;
  margin-left: 60px
}

.letters-info2__list li {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  padding-left: 21px;
  position: relative
}

.letters-info2__list li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.letters-info2__list li:not(:first-child) {
  margin-top: 10px
}

.letters-info2__list2 li:after {
  display: none
}

.letters-info2__list2 li:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.letters-info2__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 115px;
  padding: 0 50px;
  margin-top: 40px
}

.letters-info2__item {
  text-align: center
}

.letters-info2__item-icon {
  max-width: 70px;
  height: auto;
  margin: 0 auto
}

.letters-info2__item-icon img {
  width: auto
}

.letters-info2__item-desc {
  font-size: 18px;
  line-height: 120%;
  margin-top: 10px
}

.letters-content2 {
  padding: 0 0 50px
}

.letters__gallery {
  padding: 50px 0 25px
}

.letters__gallery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px
}

.letters__gallery-img {
  overflow: hidden
}

.letters__gallery-img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.letters__gallery-img img {
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.letters-info3 {
  padding: 25px 0 50px
}

.letters-services2 {
  padding: 50px 0
}

.letters-services2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.letters-services2__left {
  width: 50%
}

.letters-services2__right {
  width: 50%;
  margin-left: 60px
}

.letters-services2__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #eba707
}

.letters-services2__list {
  margin-top: 40px
}

.letters-services2__list li {
  font-size: 20px;
  line-height: 120%;
  color: #565656
}

.letters-services2__list li:not(:first-child) {
  margin-top: 30px
}

.letters-services2__btn {
  width: 277px;
  height: 36px;
  margin-top: 25px
}

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

  .letters-desc__item-content,
  .letters-desc__item:after {
    display: none
  }

  .letters-desc2 {
    display: block
  }

  .letters-info2__bottom {
    gap: 30px 60px
  }
}

@media screen and (max-width:1300px) {
  .advantages2__left {
    width: 400px
  }

  .advantages2__right {
    padding: 100px 30px
  }

  .advantages2__items-right {
    margin-left: 35px
  }
}

@media screen and (max-width:1200px) {
  .letters-info__left {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .letters-info__right {
    width: 50%
  }

  .advantages2 .container {
    padding: 0
  }

  .advantages2__inner {
    display: block;
    background: #343434;
    padding: 140px 40px 70px
  }

  .advantages2__left {
    width: 100%;
    background: unset;
    padding: 0
  }

  .advantages2__left:after {
    display: none
  }

  .advantages2__right {
    width: 100%;
    margin: 70px 0 0;
    background: unset;
    padding: 0
  }

  .advantages2__right:after {
    display: none
  }

  .more-services__title {
    font-size: 50px
  }

  .letters-info2__bottom {
    padding: 0;
    gap: 30px
  }
}

@media screen and (max-width:992px) {
  .letters-info__inner {
    display: block
  }

  .letters-info__left {
    width: 100%
  }

  .letters-info__right {
    width: 100%;
    margin: 30px 0 0
  }

  .advantages2__subtitle {
    font-size: 26px
  }

  .advantages2__item-desc {
    font-size: 16px
  }

  .advantages2__item-number {
    font-size: 80px
  }

  .more-services__slider {
    width: calc(100% - 310px)
  }

  .more-services__desc {
    width: 310px;
    padding: 20px 20px 0
  }

  .more-services__title {
    font-size: 40px
  }

  .letters-info2__title h2 {
    font-size: 32px
  }

  .letters-info2__inner {
    display: block
  }

  .letters-info2__left {
    width: 100%
  }

  .letters-info2__right {
    width: 100%;
    margin: 30px 0 0
  }

  .letters-info2__list li:not(:first-child) {
    margin-top: 30px
  }

  .letters-info2__bottom {
    grid-template-columns: 1fr 1fr
  }

  .letters__gallery {
    padding: 15px 0
  }

  .letters__gallery-inner {
    grid-template-columns: 1fr 1fr;
    gap: 7px
  }

  .letters-info3 {
    padding: 15px 0 30px
  }

  .letters-services2 {
    padding: 40px 0
  }

  .letters-services2__inner {
    display: block;
    text-align: center
  }

  .letters-services2__left {
    width: 100%
  }

  .letters-services2__right {
    width: 100%;
    margin: 25px 0 0
  }

  .letters-services2__title {
    font-size: 20px
  }

  .letters-services2__list {
    margin-top: 15px
  }

  .letters-services2__list li {
    font-size: 14px
  }

  .letters-services2__list li:not(:first-child) {
    margin: 0
  }

  .letters-services2__btn {
    width: 197px;
    margin: 25px auto 0
  }
}

@media screen and (max-width:768px) {
  .letters-content {
    padding: 25px 0 13px
  }

  .letters-info {
    padding: 13px 0 25px
  }

  .letters-info__title {
    font-size: 20px;
    text-align: center
  }

  .letters-info__list li {
    font-size: 14px
  }

  .letters-info__item-icon {
    width: 50px;
    height: 50px
  }

  .letters-info__item-desc {
    margin-left: 15px
  }

  .letters-info__item-text,
  .letters-info__item-title {
    font-size: 14px
  }

  .advantages2__inner {
    padding: 110px 40px 70px
  }

  .advantages2__right {
    margin: 40px 0 0
  }

  .advantages2__title span:nth-child(1) {
    font-size: 90px
  }

  .advantages2__title span:nth-child(2) {
    font-size: 300px
  }

  .advantages2__items {
    display: block
  }

  .advantages2__items-left {
    width: 100%
  }

  .advantages2__items-right {
    width: 100%;
    margin: 40px 0 0
  }

  .advantages2__item {
    position: relative
  }

  .advantages2__item:not(:first-child) {
    margin-top: 40px
  }

  .advantages2__item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eba707
  }

  .application__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .application__desc {
    font-size: 14px;
    margin: 10px 0 0;
    text-align: center
  }

  .more-services {
    display: none
  }

  .letters-desc {
    padding: 25px 0
  }

  .letters-desc2 {
    padding: 0 0 25px
  }

  .letters-desc2__items {
    gap: 30px
  }

  .letters-desc2__item-title {
    font-size: 18px;
    line-height: 120%
  }

  .letters-desc2__item-desc {
    margin-top: 20px
  }

  .letters-desc2__item-desc p {
    font-size: 14px
  }

  .letters-desc2__item-desc p:not(:first-child) {
    margin-top: 20px
  }

  .letters-info2 {
    padding: 13px 0 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .letters-info2__title h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0
  }

  .letters-info2__title h2:after {
    display: none
  }

  .letters-info2__inner {
    margin-top: 30px
  }

  .letters-info2__list li {
    font-size: 14px
  }

  .letters-info2__list li:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .letters-info2__list li:after {
    top: 7px
  }

  .letters-info2__bottom {
    gap: 25px
  }

  .letters-info2__item-icon {
    max-width: 38px
  }

  .letters-info2__item-icon img {
    width: 100%
  }

  .letters-info2__item-desc {
    font-size: 12px
  }

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

@media screen and (max-width:375px) {
  .letters-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .letters-card__left {
    width: 100%;
    padding: 25px 15px
  }

  .letters-card__right {
    width: 100%
  }

  .advantages2__inner {
    padding: 110px 20px 70px
  }
}

.contacts {
  padding: 170px 0 0;
  background: #373737
}

.contacts2 {
  padding: 305px 0 135px
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contacts__left {
  width: 50%
}

.contacts__left-wrapp {
  max-width: 515px;
  margin-left: auto;
  padding: 0 15px
}

.contacts__left-wrapp img {
  width: 100%
}

.contacts__right {
  width: 50%
}

.contacts__right-wrapp {
  max-width: 670px;
  padding-left: 0;
  padding-right: 15px;
  text-align: center
}

.contacts .map {
  min-height: 840px;
  width: 100%
}

.contacts__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 120%;
  margin-bottom: 55px
}

.contacts__title span {
  display: block;
  font-size: 39px;
  font-weight: 300
}

.contacts__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

.contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 35px
}

.contacts__socials-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contacts__socials-right {
  margin-left: 40px;
   max-width: 330px;
   text-align: left;

}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 120%
}

.contacts__social:hover {
  color: #eba707
}

.contacts__social-connection {
  margin-left: 20px
}

.contacts__social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px
}

.contacts__social-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px
}

.contacts__social-messengers a:not(:first-child) {
  margin-left: 11px
}

.contacts__social-mail span,
.contacts__social-nav span,
.contacts__social span {
  margin-left: 20px;
  line-height: 140%;
}

.contacts__social-mail {
  margin-top: 7px
}

.contacts__info {
  font-size: 18px;
  line-height: 140%;
  margin-top: 11px;
  margin-bottom: 35px
}
.cont-sel .nice-select {width: 100%;}
.cont-sel .nice-select .list {opacity:1;background:none;text-align: center;    pointer-events: auto;
}

.cont-sel .nice-select .option {    display: inline-block;
    margin: 0 20px;
    background: none;
    border-radius: 20px;color:#fff;border: 1px solid #fff;font-size:16px;padding:9px 25px;cursor:pointer;}
	.cont-sel .nice-select .option:hover {background:#eba707;border: 1px solid #eba707;}
.cont-sel .nice-select .selected,.cont-sel .nice-select .current,.cont-sel .nice-select:after {display:none;} 

.contacts__btns {

}

.contacts__btn {
  border: 1px solid #fff;
  border-radius: 29px;
  width: 144px;
  height: 36px;
  background: rgba(0, 0, 0, 0);
  color: #fff
}

.contacts__btn:hover {
  background: #eba707;
  border: 1px solid #eba707
}

.contacts__btn:not(:first-child) {
  margin-left: 27px
}

@media screen and (max-width:1200px) {
  .contacts__right-wrapp {
    padding-left: 30px
  }

  .contacts .map {
    min-height: 700px
  }

  .contacts__socials {
    display: block
  }

  .contacts__socials-right {
    margin: 30px 0 0
  }
}

@media screen and (max-width:992px) {
  .contacts {
    padding: 195px 0 0
  }

  .contacts2 {
    padding: 195px 0 40px
  }

  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .contacts__left {
    width: 100%;
    margin-top: 50px
  }

  .contacts__left-wrapp {
    margin: 0 auto
  }

  .contacts__right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .contacts__right-wrapp {
    padding: 0 15px;
    margin: 0 auto
  }

  .contacts__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .contacts__socials-right {
    margin: 0 0 0 40px
  }

  .contacts .map {
    height: 544px
  }
}

@media screen and (max-width:768px) {
  .contacts {
    padding-top: 115px
  }

  .contacts__title {
    font-size: 58px
  }

  .contacts__title span {
    font-size: 20px;
    line-height: 120%
  }
}

@media screen and (max-width:576px) {
  .contacts__title {
    margin-bottom: 30px
  }

  .contacts__socials {
    display: block;
    margin: 25px 0
  }

  .contacts__socials-right {
    margin: 25px 0 0
  }

  .contacts__info,
  .contacts__social-mail,
  .contacts__social-nav {
    font-size: 12px
  }

  .contacts__mode,
  .contacts__title-btns {
    font-size: 16px
  }

  .contacts__btns {
    margin-top: 15px
  }
}

.portfolio {
  padding: 169px 0 0
}

.portfolio__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.portfolio__left {
  width: calc(100% - 420px)
}

.portfolio__left-wrapp {
  background: #f0f0f0;
  padding: 65px 60px 40px;
  position: relative;
  margin: 15px 0 40px 0
}

.portfolio__left-wrapp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29px;
  background: #eba707
}

.portfolio__right {
  text-align: center;
  width: 370px;
  margin-left: 50px;
  background: #434343;
  position: relative
}

.portfolio__right-wrapp {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;


  min-height: 830px
}

.portfolio__right-wrapp.fixed {position: fixed;
    min-width:370px;top:120px;}

.portfolio__right-top {
  text-align: center
}

.portfolio__right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
  background: #434343
}

.portfolio__fixed {
  position: fixed;
  z-index: 2;
  width: 310px;
  margin-top: 200px;
}

.portfolio__list {
  text-align: center
}

.portfolio__btn {
  position: absolute;
  top: 55px;
  right: 20px;
  background:none;
}

.portfolio__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #373737
}

.portfolio__desc {
  font-size: 18px;
  line-height: 165%;
  color: #373737;
  margin-top: 20px;
  margin-bottom:30px;
}
.portfolio__desc p {line-height: 165%;}

.portfolio__gallery-img {
  display: block;
  position:relative;
}

a.portfolio__gallery-img[data-src^=https]:after {
display: block;
    content: '';
    background: rgba(0,0,0,0.7) url("../img/icon-play.png") no-repeat 50% 50% / cover;
    background-size: 110px 110px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}

.portfolio__gallery-img img {
  height: 100%;
  width: 100%
}

.portfolio__gallery-img--big {
  grid-row: 1/3;
  grid-column: 1/2
}

.portfolio__gallery1 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4px;
  margin-top: 4px
}

.portfolio__gallery1 .portfolio__gallery-img:nth-child(3)~.portfolio__gallery-img {
  display: none
}

.portfolio__gallery2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 4px
}

.portfolio__gallery2 .portfolio__gallery-img:nth-child(2)~.portfolio__gallery-img {
  display: none
}

.portfolio__gallery3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  
}

.portfolio__gallery3 .portfolio__gallery-img:nth-child(4)~.portfolio__gallery-img {
  display: none
}

.portfolio__gallery4 {
  
}

.portfolio__gallery4-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4px
}

.portfolio__gallery4-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 4px
}

.portfolio__gallery4-bottom .portfolio__gallery-img:nth-child(2)~.portfolio__gallery-img {
  display: none
}

.portfolio__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #797979
}

.portfolio__nav-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 30px 0;
}

.portfolio__nav-title span {
  position: relative;
  padding-bottom: 5px
}

.portfolio__nav-title span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 60%;
  height: 2px;
  background: #eba707
}

.portfolio__link {
  font-size: 14px;
  line-height: 120%;
  display: block
}

.portfolio__link:hover,.portfolio__link.active {
  color: #eba707
}

.portfolio__link:not(:first-child) {
  margin-top: 20px
}

.portfolio__social {
  position: relative;
  margin-top: 170px
}

.portfolio__social-img {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  pointer-events: none
}

.portfolio__social-img2 {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  width: 210px;
  display: none
}

.portfolio__social-desc {
  position: relative;
  z-index: 2;
}

@media (min-width:1201px) {
	.portfolio__social-desc {
  top:-40px;
}
}
@media (min-width:768px) {

.fxed {position: fixed;
    z-index: 2;
    width: 310px;
    margin-top: 0;}
	
	.portfolio__right-top.fxed {}
	.portfolio__social.fxed {margin-top:650px;}
}


.portfolio__social-title {
  font-weight: 300;
  font-size: 38px;
  line-height: 100%;
  text-align: center
}

.portfolio__social-title span {
  display: block;
  font-size: 25px
}

.portfolio__social-btn {
    width: 166.19px;
    height: 33.67px;
    border: 1px solid #fff;
    border-radius: 29px;
    margin: 15px auto 0;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    vertical-align: c;
    vertical-align: middle;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio__social-btn:hover {border:1px solid #eba707;background:#eba707;}
.portfolio__nav-mob {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none
}

.portfolio__mob-link {
  font-size: 12px;
  line-height: 120%
}

.portfolio__mob-btn {
  font-size: 14px;
  line-height: 90%;
  color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: end;
  cursor: pointer
}

.portfolio__mob-btn--active .portfolio__btn-close {
  opacity: 1;
  pointer-events: all;
  position: fixed;
  z-index: 15;
  top: 30px;
  right: 45px
}

.portfolio__mob-menu {
  position: fixed;
  z-index: 14;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #323233;
  padding: 80px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.portfolio__mob-menu--active {
  top: 0
}

.portfolio__btn-close {
  position: relative;
  z-index: 8;
  width: 22px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.portfolio__btn-close span {
  position: absolute;
  height: 1.8px;
  background: #eba707
}

.portfolio__btn-close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
  width: 100%
}

.portfolio__btn-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  width: 100%
}
.blogh1 {margin-top:40px;}
@media screen and (max-width:1200px) {
  .portfolio .container {
    padding: 0
  }

  .portfolio__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .portfolio__left {
    width: 100%;
    padding: 15px
  }

  .portfolio__left-wrapp {
    padding: 25px 20px;
    margin: 25px 0
  }
	.blogh1 {margin-top:20px;}
  .portfolio__left-wrapp:after {
    display: none
  }

  .portfolio__right {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .portfolio__right-wrapp {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: unset
  }

  .portfolio__right:after {
    display: none
  }

  .portfolio__right-top {
    background: #1c1c1c;
    padding: 15px
  }

  .portfolio__title {
    color: #fff
  }

  .portfolio__fixed,.portfolio__fixed1 {
    display: none
  }

  .portfolio__social {
    width: 100%;
    margin-top: 0;
    padding: 15px
  }
  .portfolio__social-img {
    width: 242px
  }

  .portfolio__social-img2 {
    width: 254px
  }
  .portfolio__btn {
    top: 10px;
    right: 10px;
  }
  
    .portfolio__social-img {
    display: none
  }

  .portfolio__social-img2 {
    display: block;width: 254px;
  }
}

@media screen and (max-width:992px) {
  .portfolio {
    padding: 150px 0 0
  }


}

@media screen and (max-width:768px) {
     .portfolio__social-img2 {
width: 210px;
  }
	.blogh1 {
    margin-top: 0;
	position: absolute;
    top: 355px;
    z-index: 5;
}

.smob {visibility: hidden;
    position: absolute;}
	
.btn-down-se {display: inline-block;
    font-size: 20px;
    line-height: 18px;
    padding: 14px;
    color: #fff;
    margin-bottom: 0;
    min-width: 48px;
    min-height: 50px;
	transform: scale(1, -1);
	position:relative;
	top:-40px;right:-115px;
	font-weight:300;
	z-index:5;
}	
.dop {display: flex;
flex-direction:column;
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
    width:230px;
	padding: 0 0 15px 30px;
	margin:0 0 0 -30px;
	background:#eba707;
	height:38px;
	overflow:hidden;
	}
.smob:checked + label + .dop {
    height:160px;
}
#l300 {font-weight:400;}
.smob + .btn-down-se span:before {
    content:'^';
	display:inline-block;
}
.smob:checked + .btn-down-se {top:-28px;transform: scale(1, 1);}
.smob:checked + .btn-down-se span:before {
    content:'^';
	display:inline-block;
}
.dop a {display:flex;min-height:25px;align-items: center;margin:5px 0;}
.dop .active,.dop .services-main__top-link--active {font-weight:400;color:#fff;order:-1;}
.services-main__top-links {    position: absolute;
    top: 0;}
  .portfolio {
    padding: 70px 0 0
  }

  .portfolio__title {
    font-size: 30px
  }

  

  .portfolio__social-title {
    font-size: 28px;
	line-height: 96%;
  }

  .portfolio__social-title span {
    font-size: 20px
  }

  .portfolio__subtitle {
    font-size: 18px
  }

  .portfolio__desc {
    font-size: 14px;
    margin-top: 10px;
	margin-bottom:20px;
  }

  .portfolio__nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: #eba707;
    padding: 10px
  }
}

.mistake {
  padding: 320px 0 150px;
  background: #eba707
}

.mistake__inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mistake__img img {
  width: 100%
}

.mistake__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%
}

@media screen and (max-width:992px) {
  .mistake {
    padding: 200px 0 50px
  }

  .mistake__title {
    font-size: 20px
  }
}

@media screen and (max-width:768px) {
  .mistake {
    padding: 120px 0 50px
  }
}

.leaflets {
  padding: 50px 0
}

.leaflets__card-price {
  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;
  margin-top: 15px
}

.leaflets__card-info {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  margin-top: 30px
}

.leaflets__card-btn {
  width: 196px;
  height: 36px;
  font-size: 11px;
  line-height: 120%;
  border: 1px solid #fff;
  border-radius: 29px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 4px;
  background: rgba(0, 0, 0, 0)
}

.leaflets__card-btn:hover {
  background: #eba707;
  border: 1px solid #eba707
}

.leaflets__price-left {
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  position: relative
}

.leaflets__price-left span {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 120%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 11px;
  line-height: 120%;
  display: block
}

.leaflets__price-center {
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  margin: 0 10px
}

.leaflets__price-right {
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  position: relative
}

.leaflets__price-right span {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 11px;
  line-height: 120%;
  display: block
}

@media screen and (max-width:1300px) {
  .leaflets__price-left {
    font-size: 28px
  }

  .leaflets__price-left span {
    width: 230%
  }

  .leaflets__price-center {
    font-size: 28px;
    margin: 0 4px
  }

  .leaflets__price-right {
    font-size: 28px
  }
}

@media screen and (max-width:768px) {
  .leaflets {
    padding: 25px 0
  }
}

@media screen and (max-width:576px) {
  .portfolio__gallery {
    grid-template-columns: 1fr 1fr
  }

  .portfolio__gallery-img--big {
    grid-column: 1/3;
    grid-row: 1/3
  }

  .portfolio__gallery4-top {
    grid-template-columns: 1fr 1fr
  }

  .leaflets__card-price {
    margin-top: 7px
  }

  .leaflets__card-info {
    font-size: 10px
  }

  .leaflets__card-btn {
    width: 102px;
    height: 20px;
    font-size: 8px
  }
}

.business-card {
  padding: 50px 0
}

.business-card__info {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300;
  margin-top: 15px
}

.business-card__btn {
  font-size: 11px;
  line-height: 120%;
  width: 196px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 29px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-transform: uppercase
}

.business-card__btn:hover {
  background: #eba707;
  border: 1px solid #eba707
}

@media screen and (max-width:1200px) {
  .business-card__info {
    font-size: 14px
  }
}

@media screen and (max-width:576px) {
  .business-card__info {
    font-size: 11px
  }

  .business-card__btn {
    width: 102px;
    height: 20px;
    font-size: 8px
  }
}

.calendars {
  padding: 25px 0 50px;
  color: #151515
}

.calendars__title {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  text-align: center
}

.calendars__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  margin: 30px auto 0;
  max-width: 800px
}

.calendars__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.calendars__desc-left {
  width: 50%
}

.calendars__desc-left p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  padding-left: 20px;
  color: #151515;
  position: relative
}

.calendars__desc-left p:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.calendars__desc-left p span {
  font-size: 24px;
  font-weight: 700;
  color: #797979
}

.calendars__desc-left p:not(:first-child) {
  margin-top: 30px
}

.calendars__desc-right {
  width: 50%;
  margin-left: 60px
}

.calendars__desc-right p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  padding-left: 20px;
  color: #151515;
  position: relative
}

.calendars__desc-right p:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.calendars__desc-right p span {
  font-size: 24px;
  font-weight: 700;
  color: #797979
}

.calendars__desc-right p:not(:first-child) {
  margin-top: 30px
}

.calendars-services {
  background: #4d4d4d;
  padding: 50px 0
}

.calendars-services__title {
  text-align: center;
  font-size: 44px;
  line-height: 120%
}

.calendars-services__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}

.calendars-services__desc-left {
  width: 50%
}

.calendars-services__desc-left p {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  padding-left: 20px;
  position: relative
}

.calendars-services__desc-left p:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.calendars-services__desc-left p span {
  font-size: 24px;
  font-weight: 700
}

.calendars-services__desc-left p:not(:first-child) {
  margin-top: 30px
}

.calendars-services__desc-right {
  width: 50%;
  margin-left: 60px
}

.calendars-services__desc-right p {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  padding-left: 20px;
  position: relative
}

.calendars-services__desc-right p:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.calendars-services__desc-right p span {
  font-size: 24px;
  font-weight: 700
}

.calendars-services__desc-right p:not(:first-child) {
  margin-top: 30px
}

.calendars-services__bottom {
  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;
  text-align: center;
  margin-top: 30px
}

.calendars-services__btn {
  width: 196px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 29px;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
  color: #fff
}

.calendars-services__btn:hover {
  background: #eba707;
  border: 1px solid #eba707
}

.calendars-services__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-left: 30px
}

@media screen and (max-width:992px) {
  .calendars__title {
    font-size: 32px
  }

  .calendars__desc {
    display: block
  }

  .calendars__desc-left {
    width: 100%
  }

  .calendars__desc-right {
    width: 100%;
    margin: 30px 0 0
  }

  .calendars-services {
    padding: 50px 0 0
  }

  .calendars-services__inner {
    padding-bottom: 30px
  }

  .calendars-services__title {
    font-size: 32px
  }

  .calendars-services__desc {
    display: block
  }

  .calendars-services__desc-left {
    width: 100%
  }

  .calendars-services__desc-right {
    width: 100%;
    margin: 30px 0 0
  }

  .calendars-services__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #606060;
    margin-top: 0;
    padding: 30px 0
  }

  .calendars-services__info {
    margin: 10px 0 0
  }
}

@media screen and (max-width:768px) {
  .calendars {
    padding: 15px 0 30px
  }

  .calendars__title {
    font-size: 28px
  }

  .calendars__subtitle {
    font-size: 14px;
    margin-top: 20px
  }

  .calendars__desc-left p {
    padding-left: 15px;
    font-size: 14px
  }

  .calendars__desc-left p:after {
    top: 7px
  }

  .calendars__desc-left p span {
    font-size: 14px
  }

  .calendars__desc-right p {
    padding-left: 15px;
    font-size: 14px
  }

  .calendars__desc-right p:after {
    top: 7px
  }

  .calendars__desc-right p span {
    font-size: 14px
  }

  .calendars-services {
    padding: 30px 0 0
  }

  .calendars-services__title {
    font-size: 28px
  }

  .calendars-services__desc-left p {
    padding-left: 15px;
    font-size: 14px
  }

  .calendars-services__desc-left p:after {
    top: 5px
  }

  .calendars-services__desc-right p {
    padding-left: 15px;
    font-size: 14px
  }

  .calendars-services__desc-right p:after {
    top: 5px
  }
}

.signage-advantages {
  padding: 25px 0 50px
}

.signage-advantages__title {
  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;
  text-align: center
}

.signage-advantages__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.signage-advantages__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.signage-advantages__desc {
  margin-top: 40px
}

.signage-advantages__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  position: relative;
  color: #373737
}

.signage-advantages__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.signage-advantages__desc p:not(:first-child) {
  margin-top: 30px
}

.signage-price {
  padding: 50px 0
}

.signage-price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.signage-price__left {
  width: 200px;
  margin-right: 80px
}

.signage-price__left img {
  width: 100%
}

.signage-price__right {
  width: calc(100% - 280px)
}

.signage-price__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #eba707
}

.signage-price__desc {
  font-size: 20px;
  line-height: 130%;
  color: #565656;
  margin-top: 15px
}

.signage-price__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.signage-price__btn {
  width: 277px;
  height: 36px
}

.signage-price__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7a7a7a;
  margin-left: 30px;
  position:relative;
  top:5px;
}

@media screen and (max-width:992px) {
  .signage-advantages__title h2 {
    font-size: 32px
  }

  .signage-advantages__desc p {
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .signage-advantages {
    padding: 15px 0 30px
  }

  .signage-advantages__title h2 {
    padding-bottom: 0;
    font-weight: 700;
    font-size: 18px
  }

  .signage-advantages__title h2:after {
    display: none
  }

  .signage-advantages__desc {
    margin-top: 30px
  }

  .signage-advantages__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .signage-price {
    padding: 30px 0
  }

  .signage-price__inner {
    display: block
  }

  .signage-price__left {
    max-width: 115px;
    width: 100%;
    margin: 0 auto
  }

  .signage-price__right {
    width: 100%;
    margin-top: 30px
  }

  .signage-price__title {
    font-size: 20px;
    text-align: center
  }

  .signage-price__desc {
    font-size: 14px;
    position: relative
  }

  .signage-price__desc:before {
    content: "";
    display: inline-block;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
    width: 6px;
    height: 17px;
    background: #eba707;
    margin-right: 10px
  }

  .signage-price__bottom {
    -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;
    margin-top: 30px
  }

  .signage-price__btn {
    width: 197px
  }

  .signage-price__info {
    font-size: 14px;
    margin: 10px 0 0
  }
}

.neon-advantages {
  padding: 25px 0 50px
}

.neon-advantages__title {
  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;
  text-align: center
}

.neon-advantages__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.neon-advantages__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.neon-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.neon-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 40px 0 0;
  max-width: 410px
}

.neon-advantages__item--big {
  max-width: 550px
}

.neon-advantages__item-number span {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  background: -o-linear-gradient(233.77deg, #b4b4b4 3.13%, #fff 100.64%);
  background: linear-gradient(216.23deg, #b4b4b4 3.13%, #fff 100.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block
}

.neon-advantages__item-desc {
  margin-left: 30px
}

.neon-advantages__item-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  color: #797979
}

.neon-advantages__item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  color: #373737;
  margin-top: 20px
}

.neon-price {
  background: #414141;
  padding: 50px 0
}

.neon-price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.neon-price__left {
  width: 275px;
  margin-right: 50px
}

.neon-price__left img {
  width: 100%
}

.neon-price__right {
  width: calc(100% - 325px)
}

.neon-price__desc p {
  font-size: 20px;
  line-height: 180%
}

.neon-price__desc p:not(:first-child) {
  margin-top: 30px
}

.neon-price__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.neon-price__btn {
  width: 277px;
  height: 36px;
  background: rgba(0, 0, 0, 0)
}

.neon-price__btn:hover {
  border: 1px solid #eba707
}

.neon-price__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7a7a7a;
  margin-left: 30px;
  position: relative;
    top: 5px;
}

@media screen and (max-width:1400px) {
  .neon-advantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
    max-width: 1000px;
    margin: 40px auto 0
  }

  .neon-advantages__item {
    margin: 0;
    max-width: 100%
  }
}

@media screen and (max-width:992px) {
  .neon-advantages__title h2 {
    font-size: 32px
  }

  .neon-advantages__item-title {
    font-size: 24px
  }

  .neon-price__left {
    width: 200px
  }

  .neon-price__right {
    width: calc(100% - 250px)
  }
}

@media screen and (max-width:768px) {
  .neon-advantages {
    padding: 15px 0 30px
  }

  .neon-advantages__title h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .neon-advantages__title h2:after {
    display: none
  }

  .neon-advantages__items {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .neon-advantages__item {
    position: relative
  }

  .neon-advantages__item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    background: #c7c7c7
  }

  .neon-advantages__item-number {
    font-size: 80px
  }

  .neon-advantages__item-desc {
    margin-left: 20px
  }

  .neon-advantages__item-text {
    font-size: 14px
  }

  .neon-price {
    padding: 30px 0
  }

  .neon-price__inner {
    display: block
  }

  .neon-price__left {
    width: 275px;
    margin: 0 auto
  }

  .neon-price__right {
    width: 100%;
    margin-top: 30px
  }

  .neon-price__desc p {
    font-size: 14px
  }

  .neon-price__bottom {
    -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;
    text-align: center
  }

  .neon-price__info {
    margin: 10px 0 0;
    font-size: 14px
  }
}

.panel-desc {
  padding: 25px 0 50px
}

.panel-desc__title {
  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;
  text-align: center
}

.panel-desc__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.panel-desc__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.panel-desc__inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.panel-desc__left {
  width: 50%
}

.panel-desc__left p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.panel-desc__left p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.panel-desc__right {
  width: 50%;
  margin-left: 60px
}

.panel-desc__right p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.panel-desc__right p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.panel-advantages {
  padding: 50px 0;
  background: #414141
}

.panel-advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.panel-advantages__left {
  width: 360px;
  margin-right: 80px
}

.panel-advantages__right {
  width: calc(100% - 440px)
}

.panel-advantages__title {
  font-weight: 300;
  font-size: 50px;
  line-height: 120%
}

.panel-advantages__img {
  margin-top: 66px
}

.panel-advantages__img img {
  width: 100%
}

.panel-advantages__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%
}

.panel-advantages__list {
  margin-top: 30px
}

.panel-advantages__list li {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  padding-left: 20px;
  position: relative
}

.panel-advantages__list li:not(:first-child) {
  margin-top: 5px
}

.panel-advantages__list li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.panel-advantages__right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.panel-advantages__btn {
  width: 196px;
  height: 36px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 29px;
  color: #fff
}

.panel-advantages__btn:hover {
  background: #eba707;
  border: 1px solid #eba707
}

.panel-advantages__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-left: 15px
}

@media screen and (max-width:1200px) {
  .panel-advantages__left {
    margin-right: 40px
  }

  .panel-advantages__right {
    width: calc(100% - 400px)
  }
}

@media screen and (max-width:992px) {
  .panel-desc__title h2 {
    font-size: 32px
  }

  .panel-desc__inner {
    display: block
  }

  .panel-desc__left {
    width: 100%
  }

  .panel-desc__right {
    width: 100%;
    margin: 30px 0 0
  }

  .panel-advantages__inner {
    display: block
  }

  .panel-advantages__left {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center
  }

  .panel-advantages__right {
    width: 100%
  }

  .panel-advantages__title {
    font-size: 30px
  }

  .panel-advantages__img {
    max-width: 215px;
    margin: 30px auto 0
  }

  .panel-advantages__subtitle {
    text-align: center
  }
}

@media screen and (max-width:768px) {
  .panel-desc {
    padding: 15px 0 30px
  }

  .panel-desc__title h2 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 0
  }

  .panel-desc__title h2:after {
    display: none
  }

  .panel-desc__left p,
  .panel-desc__right p {
    font-size: 14px
  }

  .panel-desc__left p:before,
  .panel-desc__right p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .panel-desc__left p:not(:first-child),
  .panel-desc__right p:not(:first-child) {
    margin-top: 30px
  }

  .panel-advantages {
    padding: 30px 0
  }

  .panel-advantages__subtitle {
    font-size: 16px
  }

  .panel-advantages__list li {
    font-size: 14px
  }

  .panel-advantages__list li:not(:first-child) {
    margin-top: 15px
  }

  .panel-advantages__right-bottom {
    -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;
    text-align: center
  }

  .panel-advantages__info {
    font-size: 14px;
    margin: 10px 0 0
  }
}

.roofs {
  padding: 25px 0 50px
}

.roofs__title {
  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;
  text-align: center
}

.roofs__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.roofs__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.roofs__desc {
  margin-top: 30px
}

.roofs__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.roofs__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.roofs__desc p:not(:first-child) {
  margin-top: 30px
}

.roofs__subtitle {
  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;
  text-align: center;
  margin-top: 30px
}

.roofs__subtitle h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.roofs__subtitle h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.roofs__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-top: 30px
}

.roofs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.roofs__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  color: #eba707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.roofs__item-desc {
  font-weight: 300;
  font-size: 26px;
  line-height: 120%;
  color: #373737;
  margin-left: 20px
}

.roofs-advantages {
  background: #414141;
  padding: 60px 0
}

.roofs-advantages__title {
  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
}

.roofs-advantages__title span:nth-child(1) {
  font-weight: 500;
  font-size: 200px;
  line-height: 90%;
  color: #6d6d6d
}

.roofs-advantages__title span:nth-child(2) {
  font-weight: 500;
  font-size: 44px;
  line-height: 130%;
  margin-left: 20px
}

.roofs-advantages__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 25px
}

.roofs-advantages__subtitle {
  font-weight: 300;
  font-size: 28px;
  line-height: 120%
}

.roofs-advantages__list {
  margin-top: 30px
}

.roofs-advantages__list li {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  padding-left: 24px;
  position: relative
}

.roofs-advantages__list li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.roofs-advantages__list li:not(:first-child) {
  margin-top: 20px
}

.roofs-advantages__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin-top: 25px
}

.roofs-advantages__bottom {
  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;
  margin-top: 40px
}

.roofs-advantages__btn {
  width: 196px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 29px;
  background: rgba(0, 0, 0, 0);
  color: #fff
}

.roofs-advantages__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-left: 30px
}

@media screen and (max-width:992px) {
  .roofs__title h2 {
    font-size: 32px
  }

  .roofs__items {
    gap: 30px
  }

  .roofs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }

  .roofs__item-number {
    font-size: 60px
  }

  .roofs__item-desc {
    margin: 10px 0 0
  }

  .roofs-advantages__title span:nth-child(2) {
    font-size: 32px
  }

  .roofs-advantages__desc {
    grid-template-columns: 1fr
  }

  .roofs-advantages__subtitle {
    font-size: 24px;
    color: #eba707
  }
}

@media screen and (max-width:768px) {
  .roofs {
    padding: 15px 0 30px
  }

  .roofs__title h2 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0
  }

  .roofs__title h2:after {
    display: none
  }

  .roofs__desc p {
    font-size: 14px
  }

  .roofs__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .roofs__subtitle h3 {
    font-size: 18px;
    padding-bottom: 0
  }

  .roofs__subtitle h3:after {
    display: none
  }

  .roofs__items {
    gap: 10px;
    margin-top: 15px
  }

  .roofs__item-desc {
    font-size: 14px
  }

  .roofs-advantages {
    padding: 30px 0
  }

  .roofs-advantages__title span:nth-child(2) {
    font-size: 26px
  }

  .roofs-advantages__subtitle {
    font-size: 18px
  }

  .roofs-advantages__list {
    margin-top: 15px
  }

  .roofs-advantages__list li {
    font-size: 14px
  }

  .roofs-advantages__list li:after {
    top: 6px
  }

  .roofs-advantages__list li:not(:first-child) {
    margin-top: 5px
  }

  .roofs-advantages__text {
    font-size: 14px;
    margin-top: 15px
  }

  .roofs-advantages__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .roofs-advantages__info {
    font-size: 14px;
    margin: 10px 0 0
  }
}

.showcases-info {
  padding: 25px 0 50px
}

.showcases-info__title {
  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;
  text-align: center
}

.showcases-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.showcases-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.showcases-info__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px
}

.showcases-info__desc-left,
.showcases-info__desc-right {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737
}

.showcases-desc {
  background: #414141;
  padding: 50px 0
}

.showcases-desc__inner {
  text-align: center
}

.showcases-desc__title {
  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;
  text-align: center
}

.showcases-desc__title h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #eba707;
  padding-bottom: 12px;
  position: relative
}

.showcases-desc__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.showcases-desc__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 39px;
  margin-top: 40px
}

.showcases-desc__subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #eba707;
  margin-top: 20px
}

.showcases-desc__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 20px auto 0;
  max-width: 1000px
}

.showcases-desc__item {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%
}

.showcases-info2 {
  padding: 50px 0
}

.showcases-info2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.showcases-info2__left {
  width: 200px;
  margin-right: 80px
}

.showcases-info2__left img {
  width: 100%
}

.showcases-info2__right {
  width: calc(100% - 280px)
}

.showcases-info2__desc {
  font-size: 20px;
  line-height: 200%;
  color: #575757
}

.showcases-info2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.showcases-info2__btn {
  width: 277px;
  height: 36px;
  margin-left: 30px
}

.showcases-info2__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7a7a7a
}

@media screen and (max-width:1200px) {
  .showcases-desc__items {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 20px auto
  }
}

@media screen and (max-width:992px) {
  .showcases-info__title h2 {
    font-size: 32px
  }

  .showcases-info__desc {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .showcases-info2__inner {
    display: block
  }

  .showcases-info2__left {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
  }

  .showcases-info2__right {
    width: 100%;
    margin-top: 25px
  }
}

@media screen and (max-width:768px) {
  .showcases-info {
    padding: 15px 0 30px
  }

  .showcases-info__title h2 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 0
  }

  .showcases-info__title h2:after {
    display: none
  }

  .showcases-info__desc-left,
  .showcases-info__desc-right {
    font-size: 14px
  }

  .showcases-desc {
    padding: 30px 0
  }

  .showcases-desc__title h2 {
    font-size: 26px;
    padding-bottom: 0
  }

  .showcases-desc__title h2:after {
    display: none
  }

  .showcases-desc__text {
    font-size: 14px;
    margin-top: 30px;
    line-height: 170%
  }

  .showcases-desc__subtitle {
    font-size: 20px
  }

  .showcases-desc__items {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .showcases-desc__item {
    font-size: 16px
  }

  .showcases-info2 {
    padding: 30px 0
  }

  .showcases-info2__desc {
    font-size: 14px
  }

  .showcases-info2__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    text-align: center
  }

  .showcases-info2__btn {
    margin: 0 0 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

.pylons {
  padding: 25px 0 50px
}

.pylons__title {
  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;
  text-align: center
}

.pylons__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.pylons__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.pylons__desc {
  margin-top: 30px
}

.pylons__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.pylons__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.pylons__desc p:not(:first-child) {
  margin-top: 25px
}

.pylons-info {
  background: #414141;
  padding: 50px 0
}

.pylons-info__title {
  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;
  text-align: center
}

.pylons-info__title h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  padding-bottom: 12px;
  position: relative
}

.pylons-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #eba707
}

.pylons-info__desc {
  margin-top: 30px
}

.pylons-info__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  position: relative
}

.pylons-info__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  width: 6px;
  height: 17px;
  background: #eba707;
  margin-right: 10px
}

.pylons-info__desc p:not(:first-child) {
  margin-top: 25px
}

.pylons-info__subtitle {
  font-size: 24px;
  line-height: 120%;
  margin-top: 25px;
  text-align: center;
  color: #eba707
}

.pylons-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 15px
}

.pylons-info__item-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  position: relative
}

.pylons-info__item-title:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  width: 6px;
  height: 17px;
  background: #eba707;
  margin-right: 10px
}

.pylons-info__item-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin-top: 8px
}

.pylons-info2 {
  padding: 50px 0
}

.pylons-info2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pylons-info2__left {
  width: 200px;
  margin-right: 80px
}

.pylons-info2__left img {
  width: 100%
}

.pylons-info2__right {
  width: calc(100% - 280px)
}

.pylons-info2__desc {
  font-size: 20px;
  line-height: 200%;
  color: #575757
}

.pylons-info2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}

.pylons-info2__btn {
  width: 277px;
  height: 36px;
  margin-left: 30px
}

.pylons-info2__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7a7a7a
}

@media screen and (max-width:1200px) {
  .pylons-info__items {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 15px auto 0
  }
}

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

  .pylons-info__title h2,
  .pylons__title h2 {
    font-size: 32px
  }

  .pylons-info2__inner {
    display: block
  }

  .pylons-info2__left {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
  }

  .pylons-info2__right {
    width: 100%;
    margin-top: 40px
  }
}

@media screen and (max-width:768px) {
  .pylons {
    padding: 15px 0 30px
  }

  .pylons__title h2 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 0
  }

  .pylons__title h2:after {
    display: none
  }

  .pylons__desc p {
    font-size: 14px
  }

  .pylons__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .pylons-info {
    padding: 30px 0
  }

  .pylons-info__title h2 {
    font-size: 26px;
    font-weight: 700
  }

  .pylons-info__title h2:after {
    display: none
  }

  .pylons-info__desc {
    margin-top: 20px
  }

  .pylons-info__desc p {
    font-size: 14px
  }

  .pylons-info__subtitle {
    font-size: 20px
  }

  .pylons-info__items {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .pylons-info__item {
    text-align: center
  }

  .pylons-info__item-title {
    font-size: 22px
  }

  .pylons-info__item-desc {
    font-size: 14px
  }

  .pylons-info2 {
    padding: 30px 0
  }

  .pylons-info2__desc {
    font-size: 14px
  }

  .pylons-info2__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    text-align: center
  }

  .pylons-info2__btn {
    margin: 0 0 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

.brandy-advantages {
  padding: 25px 0 50px
}

.brandy-advantages__title {
  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;
  text-align: center
}

.brandy-advantages__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.brandy-advantages__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.brandy-advantages__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 40px;
  text-align: center
}

.brandy-advantages__subtitle {
  font-size: 24px;
  line-height: 120%;
  color: #565656;
  margin-top: 30px;
  text-align: center
}

.brandy-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px
}

.brandy-advantages__items-left {
  width: 50%
}

.brandy-advantages__items-right {
  width: 50%;
  margin-left: 60px
}

.brandy-advantages__item {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #373737;
  position: relative
}

.brandy-advantages__item:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.brandy-advantages__item:not(:first-child) {
  margin-top: 25px
}

.advantages2__subtitle {
  margin-top: 130px
}

.brandy-info {
  padding: 50px 0
}

.brandy-info__title {
  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;
  text-align: center
}

.brandy-info__title h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.brandy-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.brandy-info__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #565656;
  margin-top: 40px;
  text-align: center
}

.brandy-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 25px
}

.brandy-info__item-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #797979;
  position: relative
}

.brandy-info__item-title:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  width: 6px;
  height: 17px;
  background: #eba707;
  margin-right: 10px
}

.brandy-info__item-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  margin-top: 8px;
  color: #373737
}

.brandy-info__desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  color: #373737;
  margin-top: 25px;
  text-indent: 30px
}

.brandy-services {
  background: #414141;
  padding: 50px 0
}

.brandy-services__title {
  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;
  text-align: center
}

.brandy-services__title h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  color: #eba707;
  position: relative
}

.brandy-services__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
  margin-top: 50px
}

.brandy-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.brandy-services__item-img {
  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;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.brandy-services__item-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-left: 25px
}

.brandy-services__bottom {
  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;
  margin-top: 50px
}

.brandy-services__btn {
  width: 196px;
  height: 36px;
  background: rgba(0, 0, 0, 0);
  color: #fff
}

.brandy-services__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-left: 30px
}

@media screen and (max-width:1300px) {
  .brandy-info__items {
    grid-template-columns: 1fr
  }

  .brandy-services__items {
    gap: 30px
  }
}

@media screen and (max-width:1200px) {
  .brandy-services__items {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 50px auto 0
  }

  .brandy-services__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (max-width:992px) {
  .brandy-advantages__title h2 {
    font-size: 32px
  }

  .brandy-advantages__desc {
    text-align: start
  }

  .brandy-advantages__items {
    display: block
  }

  .brandy-advantages__items-left {
    width: 100%
  }

  .brandy-advantages__items-right {
    width: 100%;
    margin: 25px 0 0
  }

  .brandy-info__title h2,
  .brandy-services__title h2 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .brandy-advantages {
    padding: 15px 0 30px
  }

  .brandy-advantages__title h2 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 0
  }

  .brandy-advantages__title h2:after {
    display: none
  }

  .brandy-advantages__desc {
    font-size: 14px;
    margin-top: 20px
  }

  .brandy-advantages__subtitle {
    font-size: 16px;
    margin-top: 15px
  }

  .brandy-advantages__items {
    margin-top: 30px
  }

  .brandy-advantages__item {
    font-size: 14px
  }

  .brandy-advantages__item:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .brandy-info {
    padding: 30px 0
  }

  .brandy-info__title h2 {
    font-size: 28px;
    padding-bottom: 0
  }

  .brandy-info__title h2:after {
    display: none
  }

  .brandy-info__subtitle {
    font-size: 14px;
    margin-top: 20px
  }

  .brandy-info__item-title {
    font-size: 28px
  }

  .brandy-info__desc,
  .brandy-info__item-desc {
    font-size: 14px
  }

  .brandy-services {
    padding: 30px 0
  }

  .brandy-services__item-desc {
    font-size: 16px
  }

  .brandy-services__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .brandy-services__info {
    font-size: 14px;
    margin: 10px 0 0
  }
}

.advertisement-desc {
  padding: 25px 0 50px
}

.advertisement-desc__title {
  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;
  text-align: center
}

.advertisement-desc__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.advertisement-desc__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.advertisement-desc__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 30px;
  text-align: center
}

.advertisement-desc__subtitle {
  font-size: 24px;
  line-height: 130%;
  color: #565656;
  margin-top: 30px;
  text-align: center
}

.advertisement-desc__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px
}

.advertisement-desc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.advertisement-desc__item-img {
  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;
  width: 50px;
  height: 50px;
  background: #eba707;
  border-radius: 50%
}

.advertisement-desc__item-desc {
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: #565656;
  margin-left: 20px
}

@media screen and (max-width:1200px) {
  .advertisement-desc__items {
    grid-template-columns: 1fr 1fr
  }
}

@media screen and (max-width:992px) {
  .advertisement-desc__title h2 {
    font-size: 32px
  }

  .advertisement-desc__items {
    grid-template-columns: 1fr
  }
}

@media screen and (max-width:768px) {
  .advertisement-desc {
    padding: 30px 0
  }

  .advertisement-desc__title h2 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 0
  }

  .advertisement-desc__title h2:after {
    display: none
  }

  .advertisement-desc__desc {
    font-size: 14px;
    margin-top: 20px;
    text-align: start
  }

  .advertisement-desc__subtitle {
    font-size: 18px;
    margin-top: 20px
  }

  .advertisement-desc__items {
    gap: 15px
  }

  .advertisement-desc__item-desc {
    font-size: 16px
  }
}

.stands-info {
  padding: 25px 0 50px
}

.stands-info__title {
  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;
  text-align: center
}

.stands-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.stands-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.stands-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
  margin-top: 30px
}

.stands-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.stands-info__item-desc {
  margin-left: 15px
}

.stands-info__item-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 120%;
  color: #797979;
  padding-left: 15px
}

.stands-info__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 10px
}

.stands-info__bottom {
  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;
  margin-top: 30px
}

.stands-info__btn {
  width: 277px;
  height: 36px
}

.stands-info__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #7a7a7a;
  margin-left: 30px
}

@media screen and (max-width:992px) {
  .stands-info__title h2 {
    font-size: 32px
  }

  .stands-info__items {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .stands-info__item-title {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .stands-info {
    padding: 15px 0 0
  }

  .stands-info__title h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .stands-info__title h2:after {
    display: none
  }

  .stands-info__item {
    position: relative
  }

  .stands-info__item:not(:first-child):after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c7c7c7
  }

  .stands-info__item-text {
    font-size: 14px
  }

  .stands-info__bottom {
    background: #606060;
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .stands-info__btn {
    background: rgba(0, 0, 0, 0)
  }

  .stands-info__info {
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff
  }
}

.sings-info {
  padding: 25px 0 50px
}

.sings-info__title {
  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;
  text-align: center
}

.sings-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.sings-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.sings-info__desc {
  margin-top: 40px
}

.sings-info__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.sings-info__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.sings-info__desc p:not(:first-child) {
  margin-top: 25px
}

.sings-info2 {
  background: #414141;
  padding: 50px 0
}

.sings-info2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.sings-info2__left {
  max-width: 460px;
  margin-right: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sings-info2__left img {
  width: 100%
}

.sings-info2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sings-info2__title i {
  width: 48px;
  margin-top: 5px
}

.sings-info2__title i img {
  width: 100%
}

.sings-info2__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  margin-left: 35px
}

.sings-info2__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  margin-top: 25px
}

.sings-kinds {
  padding: 50px 0
}

.sings-kinds__title {
  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;
  text-align: center
}

.sings-kinds__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.sings-kinds__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.sings-kinds__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #373737;
  text-align: center;
  max-width: 850px;
  margin: 30px auto 0
}

.sings-kinds__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
  margin-top: 30px
}

.sings-kinds__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sings-kinds__item-desc {
  margin-left: 15px
}

.sings-kinds__item-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 120%;
  color: #797979;
  padding-left: 15px
}

.sings-kinds__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
  color: #373737;
  margin-top: 10px
}

@media screen and (max-width:1200px) {
  .sings-info2__left {
    max-width: 400px;
    width: 100%;
    margin-right: 40px
  }
}

@media screen and (max-width:992px) {
  .sings-info__title h2 {
    font-size: 32px
  }

  .sings-info2__inner {
    display: block;
    padding-top: 70px
  }

  .sings-info2__left {
    max-width: 600px;
    margin: 0 auto
  }

  .sings-info2__right {
    margin-top: 30px
  }

  .sings-info2__title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .sings-info2__title i {
    display: none
  }

  .sings-info2__title h2 {
    font-size: 32px;
    margin-left: 0
  }

  .sings-kinds__title h2 {
    font-size: 32px
  }

  .sings-kinds__items {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .sings-kinds__item-title {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .sings-info {
    padding: 15px 0 30px
  }

  .sings-info__title h2 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 0
  }

  .sings-info__title h2:after {
    display: none
  }

  .sings-info__desc {
    margin-top: 20px
  }

  .sings-info__desc p {
    font-size: 14px
  }

  .sings-info__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .sings-info2 {
    padding: 30px 0
  }

  .sings-info2__inner {
    padding-top: 55px
  }

  .sings-info2__left {
    max-width: 300px
  }

  .sings-info2__title h2 {
    font-size: 20px
  }

  .sings-info2__desc {
    font-size: 14px
  }

  .sings-kinds {
    padding: 15px 0 0
  }

  .sings-kinds__title h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .sings-kinds__title h2:after {
    display: none
  }

  .sings-kinds__subtitle {
    font-size: 14px
  }

  .sings-kinds__item {
    position: relative
  }

  .sings-kinds__item:not(:first-child):after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c7c7c7
  }

  .sings-kinds__item-img {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .sings-kinds__item-img img {
    width: 100%
  }

  .sings-kinds__item-text {
    font-size: 14px
  }
}

.panels-info {
  padding: 25px 0 50px
}

.panels-info__title {
  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;
  text-align: center
}

.panels-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.panels-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.panels-info__desc {
  margin-top: 40px
}

.panels-info__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.panels-info__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.panels-info__desc p:not(:first-child) {
  margin-top: 25px
}

.panels-advantages {
  background: #414141;
  padding: 50px 0
}

.panels-advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.panels-advantages__left {
  width: calc(100% - 460px)
}

.panels-advantages__right {
  width: 400px;
  margin-left: 60px
}

.panels-advantages__title {
  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;
  text-align: center;
  margin-bottom: 30px
}

.panels-advantages__title i {
  width: 65px
}

.panels-advantages__title i img {
  width: 100%
}

.panels-advantages__title h2 {
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin-left: 15px
}

.panels-advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

.panels-advantages__item {
  position: relative;
  padding-left: 25px
}

.panels-advantages__item:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #eba707
}

.panels-advantages__item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%
}

.panels-advantages__item-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin-top: 10px
}

.panels-advantages__item--100 {
  grid-column: 1/3
}

.panels-advantages__items2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px
}

.panels-advantages__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.panels-advantages__item2-img {
  width: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.panels-advantages__item2-img img {
  width: 100%
}

.panels-advantages__item2-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  margin-left: 30px
}

.panels-advantages__info {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-top: 30px
}

.panels-advantages2 {
  background: #fff
}

.panels-advantages2__item-title,
.panels-advantages2__title h2 {
  color: #797979
}

.panels-advantages2__item-desc,
.panels-advantages2__item2-desc {
  color: #373737
}

.panels-advantages2__info {
  color: #797979
}

@media screen and (max-width:1300px) {
  .panels-advantages__inner {
    display: block
  }

  .panels-advantages__left {
    width: 100%
  }

  .panels-advantages__right {
    width: 100%;
    margin: 30px 0 0
  }
}

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

  .panels-advantages__title h2,
  .panels-info__title h2 {
    font-size: 32px
  }

  .panels-advantages__items {
    grid-template-columns: 1fr
  }

  .panels-advantages__item--100 {
    grid-column: 1/2
  }
}

@media screen and (max-width:768px) {
  .panels-info {
    padding: 15px 0 30px
  }

  .panels-info__title h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .panels-info__title h2:after {
    display: none
  }

  .panels-info__desc {
    margin-top: 20px
  }

  .panels-info__desc p {
    font-size: 14px
  }

  .panels-info__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .panels-advantages {
    padding: 30px 0
  }

  .panels-advantages__title i {
    width: 35px
  }

  .panels-advantages__title h2 {
    font-size: 24px
  }

  .panels-advantages__items {
    gap: 25px
  }

  .panels-advantages__item:after {
    top: 7px;
    width: 6px;
    height: 6px
  }

  .panels-advantages__item-title {
    font-size: 18px
  }

  .panels-advantages__item-desc {
    font-size: 14px;
    margin-top: 5px
  }

  .panels-advantages__items2 {
    gap: 25px
  }

  .panels-advantages__item2-img {
    width: 22px
  }

  .panels-advantages__item2-desc {
    font-size: 14px;
    margin-left: 20px
  }

  .panels-advantages__info {
    text-align: center;
    font-size: 14px
  }
}

.ads-advantages {
  padding: 50px 0
}

.ads-advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px
}

.ads-advantages__item {
  text-align: center
}

.ads-advantages__item-img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #eba707;
  border-radius: 50%;
  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
}

.ads-advantages__item-img img {
  max-width: 100%;
  max-height: 100%
}

.ads-advantages__item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #797979;
  margin-top: 5px
}

.ads-advantages__item-desc {
  font-size: 16px;
  line-height: 130%;
  color: #373737;
  margin-top: 5px
}

.ads-info {
  padding: 25px 0 50px
}

.ads-info__title {
  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;
  text-align: center
}

.ads-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.ads-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.ads-info__desc {
  margin-top: 40px
}

.ads-info__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.ads-info__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.ads-info__desc p:not(:first-child) {
  margin-top: 25px
}

.ads-stages {
  background: #414141;
  padding: 50px 0 25px
}

.ads-stages__title {
  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;
  text-align: center
}

.ads-stages__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 12px;
  position: relative
}

.ads-stages__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.ads-stages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
  width: calc(100% + 25px)
}

.ads-stages__item {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px 40px 0
}

.ads-stages__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  color: #eba707
}

.ads-stages__item-desc {
  margin-left: 25px
}

.ads-stages__item-title {
  font-weight: 900;
  font-size: 34px;
  line-height: 120%
}

.ads-stages__item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  margin-top: 10px
}

.ads-stages__item--big {
  max-width: calc(50% - 25px)
}

@media screen and (max-width:1350px) {
  .ads-stages {
    padding: 50px 0
  }

  .ads-stages__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%
  }

  .ads-stages__item {
    margin: 0;
    max-width: 100%
  }
}

@media screen and (max-width:992px) {
  .ads-advantages__items {
    grid-template-columns: 1fr 1fr
  }

  .ads-info__title h2,
  .ads-stages__title h2 {
    font-size: 32px
  }

  .ads-stages__items {
    grid-template-columns: 1fr
  }

  .ads-stages__item-number {
    font-size: 80px
  }

  .ads-stages__item-title {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .ads-advantages {
    padding: 30px 0
  }

  .ads-advantages__items {
    grid-template-columns: 1fr
  }

  .ads-advantages__item-title {
    font-size: 25px
  }

  .ads-advantages__item-desc {
    font-size: 14px
  }

  .ads-info {
    padding: 15px 0 30px
  }

  .ads-info__title h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .ads-info__title h2:after {
    display: none
  }

  .ads-info__desc {
    margin-top: 20px
  }

  .ads-info__desc p {
    font-size: 14px
  }

  .ads-info__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .ads-stages {
    padding: 30px 0
  }

  .ads-stages__title h2 {
    font-size: 22px;
    padding-bottom: 0
  }

  .ads-stages__title h2:after {
    display: none
  }

  .ads-stages__item {
    position: relative
  }

  .ads-stages__item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c7c7c7
  }

  .ads-stages__item-text {
    font-size: 14px
  }
}

.service-info {
  padding: 25px 0 50px
}

.service-info__title {
  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;
  text-align: center
}

.service-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.service-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.service-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 40px
}

.service-info__item {
  text-align: center
}

.service-info__item-img img {
  max-width: 100%
}

.service-info__item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  color: #797979;
  margin-top: 25px
}

.service-info__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 20px
}

.service-info__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 30px;
  position: relative
}

.service-info__desc:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.service-info__bottom {
  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;
  margin-top: 30px;
  padding: 0 15px
}

.service-info__btn {
  width: 277px;
  height: 36px;
  margin-left: 30px
}

.service-info__info {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #7a7a7a
}

@media screen and (max-width:992px) {
  .service-info__title h2 {
    font-size: 32px
  }

  .service-info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }

  .service-info__btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0
  }

  .service-info__info {
    margin-top: 10px
  }

  .service-info__info br {
    display: none
  }
}

@media screen and (max-width:768px) {
  .service-info {
    padding: 15px 0 0
  }

  .service-info__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .service-info__items {
    margin-top: 30px;
    gap: 30px
  }

  .service-info__item-title {
    font-size: 25px
  }

  .service-info__item-text {
    font-size: 14px;
    margin-top: 5px
  }

  .service-info__desc {
    font-size: 14px
  }

  .service-info__desc:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .service-info__bottom {
    background: #606060;
    padding: 30px 0
  }

  .service-info__btn {
    background: rgba(0, 0, 0, 0)
  }

  .service-info__info {
    color: #fff
  }
}

.badges-info {
  padding: 25px 0 50px
}

.badges-info__title {
  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;
  text-align: center
}

.badges-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.badges-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.badges-info__desc {
  margin-top: 40px
}

.badges-info__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.badges-info__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.badges-info__desc p:not(:first-child) {
  margin-top: 25px
}

.our-badges {
  background: #414141;
  padding: 50px 0
}

.our-badges__title {
  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
}

.our-badges__title h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%
}

.our-badges__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  width: calc(100% + 20px)
}

.our-badges__item {
  max-width: 207px;
  text-align: center;
  margin: 0 20px 20px 0
}

.our-badges__item-img {
  width: 50px;
  height: 50px;
  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;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto
}

.our-badges__item-img img {
  max-width: 100%
}

.our-badges__item-desc {
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 22px
}

.badges-info2 {
  padding: 50px 0
}

.badges-info2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.badges-info2__left {
  width: calc(100% - 730px)
}

.badges-info2__left img {
  width: 100%
}

.badges-info2__right {
  width: 630px;
  margin-left: 100px
}

.badges-info2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.badges-info2__title i {
  position: absolute;
  top: 0;
  left: -107px;
  width: 77px
}

.badges-info2__title i img {
  width: 100%
}

.badges-info2__title h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #797979;
  display: inline-block;
  position: relative;
  padding-bottom: 12px
}

.badges-info2__title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #c7c7c7
}

.badges-info2__title-mob {
  display: none
}

.badges-info2__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #373737;
  margin-top: 30px
}

.badges-info2__bottom {
  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;
  padding: 0 15px;
  margin-top: 30px
}

.badges-info2__btn {
  width: 277px;
  height: 36px
}

.badges-info2__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #7a7a7a;
  margin-left: 30px
}

@media screen and (max-width:1250px) {
  .badges-info2__left {
    width: 480px;
    margin-right: 40px
  }

  .badges-info2__right {
    width: calc(100% - 520px)
  }
}

@media screen and (max-width:1200px) {
  .service-info__items {
    grid-template-columns: 1fr
  }

  .our-badges__items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
  }

  .our-badges__item {
    margin: 0 auto
  }
}

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

  .badges-info__title h2,
  .our-badges__title h2 {
    font-size: 32px
  }

  .badges-info2__inner {
    display: block;
    position: relative;
    margin-bottom: 30px
  }

  .badges-info2__left {
    width: 100%;
    margin: 0 auto;
    max-width: 600px
  }

  .badges-info2__right {
    width: 100%;
    margin: 30px 0 0
  }

  .badges-info2__title {
    display: none
  }

  .badges-info2__title-mob {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #565656;
    text-align: center;
    margin-bottom: 30px
  }
}

@media screen and (max-width:768px) {
  .badges-info {
    padding: 15px 0 30px
  }

  .badges-info__title h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .badges-info__title h2:after {
    display: none
  }

  .badges-info__desc {
    margin-top: 20px
  }

  .badges-info__desc p {
    font-size: 14px
  }

  .badges-info__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .our-badges {
    padding: 30px 0
  }

  .our-badges__title h2 {
    font-weight: 700;
    font-size: 24px
  }

  .our-badges__items {
    grid-template-columns: 1fr
  }

  .our-badges__item {
    max-width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start
  }

  .our-badges__item-img {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .our-badges__item-desc {
    margin: 0 0 0 30px;
    font-size: 16px
  }

  .badges-info2 {
    padding: 30px 0 0
  }

  .badges-info2__title-mob {
    font-size: 18px
  }

  .badges-info2__left {
    max-width: 300px
  }

  .badges-info2__desc {
    font-size: 14px;
    position: relative
  }

  .badges-info2__desc:before {
    content: "";
    display: inline-block;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px;
    background: #eba707;
    margin-right: 10px
  }

  .badges-info2__bottom {
    background: #606060;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0
  }

  .badges-info2__btn {
    background: rgba(0, 0, 0, 0)
  }

  .badges-info2__info {
    margin: 10px 0 0;
    color: #fff
  }
}

.cards-info {
  padding: 25px 0 50px
}

.cards-info__title {
  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;
  text-align: center
}

.cards-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.cards-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.cards-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 40px
}

.cards-info__item {
  text-align: center
}

.cards-info__item-img img {
  max-width: 100%
}

.cards-info__item-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  color: #797979;
  margin-top: 25px
}

.cards-info__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #373737;
  margin-top: 20px
}

.cards-info__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 30px;
  position: relative
}

.cards-info__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.cards-info__desc p:not(:first-child) {
  margin-top: 30px
}

.cards-info2 {
  background: #373737;
  padding: 50px 0
}

.cards-info2__title {
  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;
  text-align: center
}

.cards-info2__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 12px;
  position: relative
}

.cards-info2__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.cards-info2__img img {
  width: 100%
}

.cards-info2__img img:nth-child(2) {
  display: none
}

@media screen and (max-width:1200px) {
  .cards-info__items {
    grid-template-columns: 1fr
  }
}

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

  .cards-info2__title h2,
  .cards-info__title h2 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .cards-info {
    padding: 15px 0 0
  }

  .cards-info__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .cards-info__items {
    margin-top: 30px;
    gap: 30px
  }

  .cards-info__item-title {
    font-size: 25px
  }

  .cards-info__item-text {
    font-size: 14px;
    margin-top: 5px
  }

  .cards-info__desc p {
    font-size: 14px
  }

  .cards-info__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .cards-info2 {
    padding: 30px 0
  }

  .cards-info2__title h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .cards-info2__img img:nth-child(1),
  .cards-info2__title h2:after {
    display: none
  }

  .cards-info2__img img:nth-child(2) {
    display: block
  }
}

.menu-cards {
  padding: 50px 0 25px
}

.menu-cards__card-list {
  margin-top: 15px
}

.menu-cards__card-list li {
  font-size: 18px;
  line-height: 120%;
  font-weight: 300
}

.menu-desc {
  padding: 25px 0 50px
}

.menu-desc__title {
  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;
  text-align: center
}

.menu-desc__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.menu-desc__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.menu-desc__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #151515;
  margin-top: 30px;
  position: relative
}

.menu-desc__desc:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.menu-info {
  background: #414141;
  padding: 50px 0
}

.menu-info__title {
  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;
  text-align: center
}

.menu-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 12px;
  position: relative
}

.menu-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.menu-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px
}

.menu-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.menu-info__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  color: #eba707
}

.menu-info__item-desc {
  margin-left: 20px
}

.menu-info__item-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%
}

.menu-info__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  margin-top: 10px
}

.souvenirs-info {
  padding: 25px 0 50px
}

.souvenirs-info__title {
  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;
  text-align: center
}

.souvenirs-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.souvenirs-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.souvenirs-info__desc {
  max-width: 920px;
  margin: 40px auto 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #151515;
  text-align: center
}

.souvenirs-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px
}

.souvenirs-info__item {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.souvenirs-info__item:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.souvenirs-info__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #373737;
  margin: 30px auto 0;
  max-width: 920px;
  text-align: center
}

.souvenirs-info__bottom {
  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;
  padding: 0 15px;
  margin-top: 30px
}

.souvenirs-info__btn {
  width: 277px;
  height: 36px
}

.souvenirs-info__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #7a7a7a;
  margin-left: 30px
}

@media screen and (max-width:1350px) {
  .menu-info__items {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }
}

@media screen and (max-width:1200px) {
  .menu-cards__cards {
    grid-template-columns: 1fr
  }
}

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

  .menu-desc__title h2,
  .menu-info__title h2 {
    font-size: 32px
  }

  .menu-info__item-number {
    font-size: 80px
  }

  .menu-info__item-title {
    font-size: 25px
  }

  .souvenirs-info__title h2 {
    font-size: 32px
  }

  .souvenirs-info__items {
    grid-template-columns: 1fr;
    gap: 30px
  }
}

@media screen and (max-width:768px) {
  .menu-cards {
    padding: 30px 0 15px
  }

  .menu-desc {
    padding: 15px 0 30px
  }

  .menu-desc__title h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .menu-desc__title h2:after {
    display: none
  }

  .menu-desc__desc {
    font-size: 14px;
    margin-top: 20px
  }

  .menu-desc__desc:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .menu-info {
    padding: 30px 0
  }

  .menu-info__title h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .menu-info__title h2:after {
    display: none
  }

  .menu-info__items {
    grid-template-columns: 1fr
  }

  .menu-info__item {
    position: relative
  }

  .menu-info__item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eba707
  }

  .menu-info__item-text {
    font-size: 14px
  }

  .souvenirs-info {
    padding: 30px 0 0
  }

  .souvenirs-info__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .souvenirs-info__items {
    margin-top: 30px;
    gap: 20px
  }

  .souvenirs-info__desc {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px
  }

  .souvenirs-info__item {
    font-size: 14px
  }

  .souvenirs-info__item:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .souvenirs-info__subtitle {
    font-size: 14px;
    margin-top: 20px
  }

  .souvenirs-info__bottom {
    background: #606060;
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .souvenirs-info__btn {
    background: rgba(0, 0, 0, 0)
  }

  .souvenirs-info__info {
    margin: 10px 0 0;
    font-size: 14px;
    color: #fff
  }
}

@media screen and (max-width:576px) {
  .menu-cards__card-list {
    margin-top: 10px
  }

  .menu-cards__card-list li {
    font-size: 10px
  }
}

.print-advantages {
  padding: 25px 0 50px
}

.print-advantages__title {
  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;
  text-align: center
}

.print-advantages__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.print-advantages__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.print-advantages__desc {
  margin-top: 40px
}

.print-advantages__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 30px;
  position: relative
}

.print-advantages__desc p span {
  font-size: 28px;
  font-weight: 700;
  color: #797979
}

.print-advantages__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-advantages__bottom {
  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;
  margin-top: 30px
}

.print-advantages__btn {
  width: 277px;
  height: 36px
}

.print-advantages__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7a7a7a;
  margin-left: 30px
}

@media screen and (max-width:992px) {
  .print-advantages__title h2 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .print-advantages {
    padding: 15px 0 0
  }

  .print-advantages__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .print-advantages__desc p {
    font-size: 14px
  }

  .print-advantages__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-advantages__desc p span {
    font-size: 14px;
    color: #565656
  }

  .print-advantages__bottom {
    background: #606060;
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .print-advantages__btn {
    background: rgba(0, 0, 0, 0)
  }

  .print-advantages__info {
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff
  }
}

.print-info {
  padding: 25px 0 50px
}

.print-info__title {
  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;
  text-align: center
}

.print-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.print-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.print-info__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  max-width: 920px;
  margin: 30px auto 0;
  color: #151515
}

.print-info__desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px
}

.print-info__desc-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #565656
}

.print-info__desc-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #151515;
  margin-top: 10px;
  position: relative
}

.print-info2 {
  background: #414141;
  padding: 50px 0
}

.print-info2__title {
  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;
  text-align: center
}

.print-info2__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 12px;
  text-transform: uppercase
}

.print-info2__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 30px
}

.print-info2__item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%
}

.print-info2__item-list {
  margin-top: 15px
}

.print-info2__item-list li {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  padding-left: 21px;
  position: relative
}

.print-info2__item-list li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.print-info2__item-list li:not(:first-child) {
  margin-top: 7px
}

.print-info2__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  margin-top: 30px
}

.print-info2__desc {
  max-width: 920px;
  margin: 30px auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%
}

@media screen and (max-width:992px) {
  .print-info__title h2 {
    font-size: 32px
  }

  .print-info__desc {
    grid-template-columns: 1fr
  }

  .print-info2__title h2 {
    font-size: 32px
  }

  .print-info2__items {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .print-info2__item-title {
    font-size: 24px
  }
}

@media screen and (max-width:768px) {
  .print-info {
    padding: 15px 0 30px
  }

  .print-info__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .print-info__subtitle {
    margin-top: 20px;
    font-size: 14px
  }

  .print-info__desc {
    margin-top: 20px
  }

  .print-info__desc-title {
    font-size: 18px;
    text-align: center;
    font-weight: 700
  }

  .print-info__desc-text {
    font-size: 14px
  }

  .print-info__desc-text:before {
    content: "";
    display: inline-block;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px;
    background: #eba707;
    margin-right: 10px
  }

  .print-info2 {
    padding: 30px 0
  }

  .print-info2__title h2 {
    font-size: 22px
  }

  .print-info2__item-title {
    font-size: 18px;
    font-weight: 900;
    text-align: center
  }

  .print-info2__desc,
  .print-info2__item-list li {
    font-size: 14px
  }
}

.stickers-info {
  padding: 25px 0 50px
}

.stickers-info__title {
  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;
  text-align: center
}

.stickers-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.stickers-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.stickers-info__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px
}

.stickers-info__item-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #151515;
  position: relative
}

.stickers-info__item-desc:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.stickers-info__item-list li {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #151515;
  padding-left: 18px;
  position: relative
}

.stickers-info__item-list li:not(:first-child) {
  margin-top: 7px
}

.stickers-info__item-list li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #eba707
}

.stickers-info__desc {
  max-width: 920px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 180%;
  font-weight: 300;
  color: #151515;
  text-align: center
}

.stickers-production {
  background: #434343;
  padding: 50px 0;
  position: relative
}

.stickers-production__title {
  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;
  text-align: center
}

.stickers-production__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  position: relative
}

.stickers-production__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 70px;
  margin-top: 40px;
  max-width: 840px;
  position: relative;
  z-index: 2
}

.stickers-production__item {
  position: relative;
  background: #797979;
  padding: 30px 20px
}

.stickers-production__item--100 {
  grid-column: 1/3
}

.stickers-production__item-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%
}

.stickers-production__item-info,
.stickers-production__item-title2 {
  padding-left: 150px
}

.stickers-production__item-info2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

.stickers-production__item-img {
  position: absolute;
  left: -35px;
  bottom: 30px;
  width: 170px
}

.stickers-production__item-img img {
  width: 100%
}

.stickers-production__item-img2 {
  position: absolute;
  right: -35px;
  bottom: 40px;
  width: 170px
}

.stickers-production__item-img2 img {
  width: 100%
}

.stickers-production__item-subtitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  padding-left: 10px
}

.stickers-production__item-nav {
  margin-top: 20px
}

.stickers-production__item-list {
  margin-top: 5px
}

.stickers-production__item-list li {
  font-size: 18px;
  line-height: 120%;
  padding-left: 10px;
  position: relative
}

.stickers-production__item-list li:not(:first-child) {
  margin-top: 5px
}

.stickers-production__item-list li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%
}

.stickers-production__img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: 0;
  bottom: 100px;
  width: 540px
}

.stickers-production__img img {
  width: 100%
}

.stickers-price {
  padding: 50px 0
}

.stickers-price__title {
  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;
  text-align: center
}

.stickers-price__title h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  color: #373737;
  position: relative
}

.stickers-price__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #373737;
  max-width: 920px;
  margin: 30px auto 0
}

.stickers-price__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px
}

.stickers-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.stickers-price__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  color: #eba707
}

.stickers-price__item-desc {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  color: #565656;
  margin-left: 20px
}

.stickers-price__bottom {
  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;
  margin-top: 30px
}

.stickers-price__btn {
  width: 277px;
  height: 36px
}

.stickers-price__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #7a7a7a;
  margin-left: 30px
}

@media screen and (max-width:1250px) {
  .stickers-price__items {
    grid-template-columns: 1fr 1fr
  }
}

@media screen and (max-width:992px) {
  .stickers-info__title h2 {
    font-size: 32px
  }

  .stickers-info__items {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .stickers-production__items {
    grid-template-columns: 1fr;
    margin-top: 300px;
    gap: 40px
  }

  .stickers-production__item {
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .stickers-production__item--100 {
    grid-column: 1/1
  }

  .stickers-production__item-title2 {
    padding-left: 0
  }

  .stickers-production__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-top: 25px
  }

  .stickers-production__item-info2 {
    display: block
  }

  .stickers-production__item-info2 .stickers-production__info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .stickers-production__item-info2 .stickers-production__info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
  }

  .stickers-production__item-img {
    position: static;
    width: 116px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .stickers-production__item-img2 {
    position: static;
    width: 116px
  }

  .stickers-production__item-nav {
    margin: 0 0 0 15px
  }

  .stickers-production__img {
    z-index: 2;
    top: 85px;
    bottom: unset;
    width: 310px
  }

  .stickers-price__title h2 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .stickers-info {
    padding: 15px 0 30px
  }

  .stickers-info__title h2 {
    font-size: 28px
  }

  .stickers-info__items {
    margin-top: 20px
  }

  .stickers-info__item-desc {
    font-size: 14px
  }

  .stickers-info__item-desc:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .stickers-info__item-list li {
    font-size: 14px
  }

  .stickers-info__item-list li:after {
    top: 7px
  }

  .stickers-info__desc {
    font-size: 14px;
    margin-top: 20px
  }

  .stickers-production {
    padding: 30px 0
  }

  .stickers-production__title h2 {
    font-size: 28px;
    padding-bottom: 0
  }

  .stickers-production__title h2:after {
    display: none
  }

  .stickers-production__img {
    top: 50px
  }

  .stickers-production__item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eba707
  }

  .stickers-production__item-title {
    font-size: 25px
  }

  .stickers-production__item-list li {
    font-size: 14px
  }

  .stickers-price {
    padding: 30px 0 0
  }

  .stickers-price__title h2 {
    font-size: 22px
  }

  .stickers-price__desc {
    font-size: 14px;
    margin: 20px auto 0
  }

  .stickers-price__items {
    gap: 15px;
    margin-top: 20px
  }

  .stickers-price__item {
    display: block;
    text-align: center
  }

  .stickers-price__item-number {
    font-size: 80px;
    padding-bottom: 10px;
    position: relative
  }

  .stickers-price__item-number:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80px;
    height: 1px;
    background: #c7c7c7
  }

  .stickers-price__item-desc {
    font-size: 20px;
    font-weight: 400;
    color: #797979;
    margin-top: 10px;
    margin-left: 0
  }

  .stickers-price__bottom {
    margin-top: 20px;
    padding: 30px 0;
    background: #606060;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .stickers-price__btn {
    background: rgba(0, 0, 0, 0)
  }

  .stickers-price__info {
    font-size: 14px;
    margin: 10px 0 0
  }
}

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

  .stickers-production__item-img,
  .stickers-production__item-img2 {
    width: 60px
  }

  .stickers-price__items {
    grid-template-columns: 1fr
  }
}

.engraving {
  padding: 50px 0
}

.engraving__info {
  font-weight: 300;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #565656;
  margin-top: 30px
}

@media screen and (max-width:768px) {
  .engraving {
    padding: 30px 0
  }

  .engraving__info {
    font-size: 14px;
    margin-top: 20px
  }
}

.print-advantages2 {
  padding: 50px 0 25px
}

.print-advantages2__title {
  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;
  text-align: center
}

.print-advantages2__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.print-advantages2__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.print-advantages2__desc {
  margin-top: 30px
}

.print-advantages2__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.print-advantages2__desc p:not(:first-child) {
  margin-top: 30px
}

.print-advantages2__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-cards {
  padding: 25px 0 50px
}

@media screen and (max-width:992px) {
  .print-advantages2__title h2 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .print-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .print-advantages2 {
    padding: 15px 0 30px
  }

  .print-advantages2__title h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .print-advantages2__title h2:after {
    display: none
  }

  .print-advantages2__desc {
    margin-top: 20px
  }

  .print-advantages2__desc p {
    font-size: 14px
  }

  .print-advantages2__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-advantages2__desc p:not(:first-child) {
    margin-top: 20px
  }

  .print-cards {
    padding: 15px 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

.cutting-info {
  padding: 25px 0 50px
}

.cutting-info__title {
  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;
  text-align: center
}

.cutting-info__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.cutting-info__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.cutting-info__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 30px;
  position: relative
}

.cutting-info__desc:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.cutting-info2 {
  background: #414141;
  padding: 50px 0
}

.cutting-info2__title {
  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;
  text-align: center
}

.cutting-info2__title h2 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 400;
  color: #fff
}

.cutting-info2__desc {
  max-width: 920px;
  margin: 30px auto 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center
}

.cutting-info2__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px
}

.cutting-info2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cutting-info2__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  color: #eba707
}

.cutting-info2__item-desc {
  margin-left: 20px
}

.cutting-info2__item-title {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%
}

.cutting-info2__item-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  margin-top: 10px
}

.cutting-advantages {
  padding: 50px 0
}

.cutting-advantages__title {
  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;
  text-align: center
}

.cutting-advantages__title h2 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 400;
  color: #373737;
  padding-bottom: 12px;
  position: relative
}

.cutting-advantages__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #eba707
}

.cutting-advantages__desc {
  margin-top: 40px
}

.cutting-advantages__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  margin-top: 30px;
  position: relative
}

.cutting-advantages__desc p span {
  font-size: 28px;
  font-weight: 700;
  color: #797979
}

.cutting-advantages__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

@media screen and (max-width:1350px) {
  .cutting-info2__items {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }
}

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

  .cutting-info2__title h2,
  .cutting-info__title h2 {
    font-size: 32px
  }

  .cutting-info2__item-number {
    font-size: 80px
  }

  .cutting-info2__item-title {
    font-size: 25px
  }

  .cutting-advantages__title h2 {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .cutting-info {
    padding: 15px 0 30px
  }

  .cutting-info__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .cutting-info__desc {
    font-size: 14px
  }

  .cutting-info__desc:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .cutting-info2 {
    padding: 30px 0
  }

  .cutting-info2__title h2 {
    font-size: 22px;
    text-transform: uppercase
  }

  .cutting-info2__desc {
    font-size: 14px;
    margin-top: 20px
  }

  .cutting-info2__items {
    grid-template-columns: 1fr;
    margin-top: 50px
  }

  .cutting-info2__item {
    position: relative
  }

  .cutting-info2__item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eba707
  }

  .cutting-info2__item-title {
    line-height: 28px
  }

  .cutting-info2__item-text {
    font-size: 14px;
    line-height: 26px
  }

  .cutting-advantages {
    padding: 30px 0
  }

  .cutting-advantages__title h2 {
    font-weight: 700;
    font-size: 18px;
    color: #565656;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .cutting-advantages__title h2:after {
    display: none
  }

  .cutting-advantages__desc p {
    font-size: 14px
  }

  .cutting-advantages__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .cutting-advantages__desc p span {
    font-size: 14px;
    color: #565656
  }

  .cutting-advantages__bottom {
    background: #606060;
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .cutting-advantages__btn {
    background: rgba(0, 0, 0, 0)
  }

  .cutting-advantages__info {
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff
  }
}

.cutting-advantages2 {
  padding: 25px 0 50px
}

.cutting-advantages2__title {
  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;
  text-align: center
}

.cutting-advantages2__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.cutting-advantages2__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #565656
}

.cutting-advantages2__desc {
  margin-top: 30px
}

.cutting-advantages2__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.cutting-advantages2__desc p:not(:first-child) {
  margin-top: 30px
}

.cutting-advantages2__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.cutting-table {
  background: #434343;
  padding: 50px 0
}

.cutting-table__title {
  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;
  text-align: center
}

.cutting-table__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 12px;
  position: relative
}

.cutting-table__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #eba707
}

.cutting-table__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  max-width: 1180px;
  margin: 30px auto 0;
  text-align: center
}

.cutting-table__content {
  margin-top: 60px
}

.cutting-table__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cutting-table__heading-left {
  background: #565656;
  padding: 0 30px;
  font-size: 18px;
  line-height: 120%;
  width: 33%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cutting-table__heading-right {
  background: #565656;
  padding: 30px 30px 10px;
  width: calc(67% - 20px);
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cutting-table__heading-text {
  font-size: 18px;
  line-height: 120%;
  text-align: center
}

.cutting-table__heading-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 20px
}

.cutting-table__heading-numbers span {
  font-size: 16px;
  line-height: 120%
}

.cutting-table__desc {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px
}

.cutting-table__desc-left {
  width: 33%;
  margin-right: 20px;
  background: #373737;
  padding: 0 30px;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cutting-table__desc-right {
  width: calc(67% - 20px);
  background: #373737;
  padding: 15px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cutting-table__desc-right span {
  font-size: 16px;
  line-height: 120%
}

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

  .cutting-advantages2__title h2,
  .cutting-table__title h2 {
    font-size: 32px
  }

  .cutting-table__heading {
    height: 106px
  }

  .cutting-table__heading-left {
    font-size: 12px;
    margin-right: 5px;
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .cutting-table__heading-right {
    width: calc(67% - 5px);
    padding: 0 5px;
    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
  }

  .cutting-table__heading-text {
    font-size: 12px
  }

  .cutting-table__heading-numbers {
    width: 100%
  }

  .cutting-table__heading-numbers span {
    font-size: 12px
  }

  .cutting-table__desc {
    margin-top: 5px
  }

  .cutting-table__desc-left {
    font-size: 12px;
    margin-right: 5px;
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .cutting-table__desc-right {
    width: calc(67% - 5px);
    padding: 0 5px
  }

  .cutting-table__desc-right span {
    font-size: 12px
  }
}

@media screen and (max-width:768px) {
  .cutting-advantages2 {
    padding: 15px 0 30px
  }

  .cutting-advantages2__title h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .cutting-advantages2__title h2:after {
    display: none
  }

  .cutting-advantages2__desc {
    margin-top: 20px
  }

  .cutting-advantages2__desc p {
    font-size: 14px
  }

  .cutting-advantages2__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .cutting-advantages2__desc p:not(:first-child) {
    margin-top: 20px
  }

  .cutting-table {
    padding: 30px 0
  }

  .cutting-table__title h2 {
    font-size: 26px
  }

  .cutting-table__text {
    font-size: 14px;
    margin-top: 20px
  }

  .cutting-table__content {
    margin-top: 20px
  }
}

@media screen and (max-width:375px) {
  .cutting-table__heading {
    height: 70px
  }

  .cutting-table__desc-left,
  .cutting-table__desc-right span,
  .cutting-table__heading-left,
  .cutting-table__heading-numbers span,
  .cutting-table__heading-text {
    font-size: 8px
  }
}

.information {
  padding: 169px 0 0;
  overflow: hidden
}

.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.information__left {
  width: calc(100% - 490px);
  padding: 100px 0 50px;
  position: relative;
  min-height:700px;
}

.information__left-wrapp {
  position: relative;
  z-index: 2
}

.information__right {
  width: 370px;
  margin-left: 120px;
  background: #575757;
  position: relative;
  padding: 40px 50px
}

.information__right-wrapp {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: fixed;
  width: 270px
}

.information__right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
  background: #575757
}

.information__img {
  position: absolute;
  top: 25px;
  right: -50px;
  pointer-events: none;
  width: 371px;
  height: auto
}

.information__img img {
  width: 100%
}

.information__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #eba707;
  max-width:520px;
}

.information__desc {
  max-width: 570px;
  margin-top: 50px
}

.information__desc p {
  font-size: 18px;
  line-height: 160%;
  color: #565656
}

.information__desc p:not(:first-child) {
  margin-top: 30px
}

.information__nav {
  margin-top: 50px
}

.information__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #797979;
  margin-bottom: 30px
}

.information__list li {
  font-size: 18px;
  line-height: 130%;
  color: #797979;
  position: relative;
  padding-left: 25px
}

.information__list li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #eba707
}

.information__list li span {
  text-transform: uppercase;
  display: block
}

.information__list li:not(:first-child) {
  margin-top: 30px
}

.information__right-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  display: block
}

@media (min-width:1200px) {

.information__right-link:hover {
  color: #eba707
}

.information__right-link--active {
  background: #eba707;
  border: 1px solid #eba707;
  padding: 12px;
  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
}

.information__right-link--active:hover:hover {
  background: #000
}
}
.information__right-link:not(:first-child) {
  margin-top: 20px
}

.information__right-nav {
  width: 100%;
  position: relative
}

.information__right-nav:not(:first-child) {
  margin-top: 80px
}

.information__right-nav:not(:first-child):after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% + 30px);
  height: 4px;
  background: #797979
}

.information__right-subtitle {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px
}

@media screen and (max-width:1360px) {
  .information__left {
    padding-top: 525px;
    width: calc(100% - 410px);
	
  }

  .information__right {
    width: 370px;
    margin-left: 40px
  }

  .information__img {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }

  .information__desc {
    max-width: 100%
  }
}

@media screen and (max-width:992px) {
  .information {
    padding: 154px 0 0
  }

  .information__left {
    padding-top: 400px;
    width: calc(100% - 350px)
  }

  .information__right {
    width: 320px;
    margin-left: 30px;
    padding: 20px 0 20px 25px
  }

  .information__img {
    top: 0;
    width: 275px
  }

  .information__title {
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .information {
    padding: 15px 0 30px
  }

  .information__left {
    padding-bottom: 0;
    width: 100%
  }

  .information__right {
    display: none
  }

  .information__right-nav:not(:first-child) {
    margin-top: 35px
  }

  .information__right-nav:not(:first-child):after {
    display: none
  }

  .information__right-subtitle {
    background: #444;
    padding: 20px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: .2em;
    text-transform: uppercase
  }

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

  .information__title {
    font-size: 24px
  }

  .information__title br {
    display: none
  }

  .information__nav {
    margin-top: 30px
  }

  .information__subtitle {
    font-size: 20px;
    text-align: center
  }

  .information__list li {
    font-size: 14px;
    padding-left: 17px
  }

  .information__list li:after {
    top: 5px;
    width: 6px;
    height: 6px
  }

  .information__list li span {
    font-weight: 600;
    margin-bottom: 7px;
    color: #565656
  }

  .information__desc {
    margin-top: 20px
  }

  .information__desc p {
    font-size: 14px
  }

  .information__desc p:not(:first-child) {
    margin-top: 20px
  }
}

.print-info3 {
  padding: 25px 0 50px
}

.print-info3__title {
  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;
  text-align: center
}

.print-info3__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #565656;
  padding-bottom: 12px;
  position: relative
}

.print-info3__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #c7c7c7
}

.print-info3__desc {
  margin-top: 30px
}

.print-info3__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.print-info3__desc p:not(:first-child) {
  margin-top: 30px
}

.print-info3__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-desc {
  background: #414141;
  padding: 50px 0
}

.print-desc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.print-desc__left {
  width: 470px;
  margin-right: 80px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.print-desc__right {
  width: calc(100% - 550px)
}

.print-desc__bottom {
  margin-top: 30px
}

.print-desc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

.print-desc__title i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px
}

.print-desc__title i img {
  width: 100%
}

.print-desc__title h2 {
  font-size: 40px;
  line-height: 130%;
  margin-left: 30px
}

.print-desc__desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%
}

.print-desc__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  position: relative
}

.print-desc__desc p:not(:first-child) {
  margin-top: 30px
}

.print-desc__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-desc__list li {
  font-size: 20px;
  line-height: 130%;
  padding-left: 35px;
  position: relative
}

.print-desc__list li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #eba707
}

.print-desc__list li:not(:first-child) {
  margin-top: 5px
}

.print-desc2 {
  padding: 50px 0
}

.print-desc2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.print-desc2__left {
  width: 470px;
  margin-right: 80px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.print-desc2__right {
  width: calc(100% - 550px)
}

.print-desc2__bottom {
  margin-top: 30px
}

.print-desc2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.print-desc2__title i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px
}

.print-desc2__title i img {
  width: 100%
}

.print-desc2__title h2 {
  font-size: 40px;
  line-height: 130%;
  color: #797979;
  margin-left: 30px
}

.print-desc2__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.print-desc2__desc p:not(:first-child) {
  margin-top: 30px
}

.print-desc2__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-desc2__list li {
  font-size: 20px;
  line-height: 130%;
  color: #373737;
  padding-left: 35px;
  position: relative
}

.print-desc2__list li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #eba707
}

.print-desc2__list li:not(:first-child) {
  margin-top: 5px
}

.print-desc3 {
  background: #414141;
  padding: 50px 0
}

.print-desc3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.print-desc3__left {
  width: 470px;
  margin-right: 80px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.print-desc3__right {
  width: calc(100% - 550px)
}

.print-desc3__bottom {
  margin-top: 30px
}

.print-desc3__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.print-desc3__title i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px
}

.print-desc3__title i img {
  width: 100%
}

.print-desc3__title h2 {
  font-size: 34px;
  line-height: 130%;
  margin-left: 30px
}

.print-desc3__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  position: relative
}

.print-desc3__desc p:not(:first-child) {
  margin-top: 30px
}

.print-desc3__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-desc3__list li {
  font-size: 20px;
  line-height: 130%;
  padding-left: 35px;
  position: relative
}

.print-desc3__list li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #eba707
}

.print-desc3__list li:not(:first-child) {
  margin-top: 5px
}

.print-desc4 {
  padding: 50px 0
}

.print-desc4__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.print-desc4__left {
  width: 470px;
  margin-right: 80px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.print-desc4__right {
  width: calc(100% - 550px)
}

.print-desc4__bottom {
  margin-top: 30px
}

.print-desc4__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.print-desc4__title span {
  font-size: 24px
}

.print-desc4__title i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px
}

.print-desc4__title i img {
  width: 100%
}

.print-desc4__title h2 {
  font-size: 40px;
  line-height: 130%;
  color: #797979;
  margin-left: 30px
}

.print-desc4__desc p {
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #373737;
  position: relative
}

.print-desc4__desc p:not(:first-child) {
  margin-top: 30px
}

.print-desc4__desc p:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  width: 10px;
  height: 28px;
  background: #eba707;
  margin-right: 10px
}

.print-desc4__list li {
  font-size: 20px;
  line-height: 130%;
  color: #373737;
  padding-left: 35px;
  position: relative
}

.print-desc4__list li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #eba707
}

.print-desc4__list li:not(:first-child) {
  margin-top: 5px
}

.print-price {
  background: #414141;
  padding: 50px 0 25px
}

.print-price__title {
  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;
  text-align: center
}

.print-price__title h2 {
  font-weight: 300;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  padding-bottom: 12px;
  position: relative
}

.print-price__title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 20px);
  height: 2px;
  background: #eba707
}

.print-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 65px;
  width: calc(100% + 25px)
}

.print-price__item {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 40px 0
}

.print-price__item-number {
  font-weight: 900;
  font-size: 96px;
  line-height: 90%;
  color: #eba707
}

.print-price__item-desc {
  margin-left: 25px
}

.print-price__item-title {
  font-weight: 900;
  font-size: 34px;
  line-height: 120%
}

.print-price__item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  margin-top: 10px
}

@media screen and (max-width:1350px) {
  .print-price {
    padding: 50px 0
  }

  .print-price__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%
  }

  .print-price__item {
    margin: 0;
    max-width: 100%
  }
}

@media screen and (max-width:1200px) {
  .print-desc__inner {
    display: block
  }

  .print-desc__left {
    width: 100%;
    margin: 0
  }

  .print-desc__right {
    width: 100%;
    margin-top: 30px
  }

  .print-desc2__inner {
    display: block
  }

  .print-desc2__left {
    width: 100%;
    margin: 0
  }

  .print-desc2__right {
    width: 100%;
    margin-top: 30px
  }

  .print-desc3__inner {
    display: block
  }

  .print-desc3__left {
    width: 100%;
    margin: 0
  }

  .print-desc3__right {
    width: 100%;
    margin-top: 30px
  }

  .print-desc4__inner {
    display: block
  }

  .print-desc4__left {
    width: 100%;
    margin: 0
  }

  .print-desc4__right {
    width: 100%;
    margin-top: 30px
  }
}

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

  .print-desc2__title h2,
  .print-desc3__title h2,
  .print-desc4__title h2,
  .print-desc__title h2,
  .print-info3__title h2 {
    font-size: 32px
  }

  .print-desc4__title h2 span {
    font-size: 18px
  }

  .print-price__title h2 {
    font-size: 32px
  }

  .print-price__items {
    grid-template-columns: 1fr
  }

  .print-price__item-number {
    font-size: 80px
  }

  .print-price__item-title {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .print-info3 {
    padding: 15px 0 30px
  }

  .print-info3__title h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 0
  }

  .print-info3__title h2:after {
    display: none
  }

  .print-info3__desc p {
    font-size: 14px
  }

  .print-info3__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-desc {
    padding: 30px 0
  }

  .print-desc__bottom,
  .print-desc__right {
    margin-top: 20px
  }

  .print-desc__title {
    margin-bottom: 20px
  }

  .print-desc__title i {
    width: 35px
  }

  .print-desc__title h2 {
    font-size: 22px;
    margin-left: 20px
  }

  .print-desc__desc,
  .print-desc__desc p {
    font-size: 14px
  }

  .print-desc__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-desc__desc p:not(:first-child) {
    margin-top: 20px
  }

  .print-desc__list li {
    font-size: 14px
  }

  .print-desc__list li:after {
    top: 4px
  }

  .print-desc2 {
    padding: 30px 0
  }

  .print-desc2__bottom,
  .print-desc2__right {
    margin-top: 20px
  }

  .print-desc2__title i {
    width: 35px
  }

  .print-desc2__title h2 {
    font-size: 22px;
    margin-left: 20px
  }

  .print-desc2__desc p {
    font-size: 14px
  }

  .print-desc2__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-desc2__desc p:not(:first-child) {
    margin-top: 20px
  }

  .print-desc2__list li {
    font-size: 14px
  }

  .print-desc2__list li:after {
    top: 4px
  }

  .print-desc3 {
    padding: 30px 0
  }

  .print-desc3__bottom,
  .print-desc3__right {
    margin-top: 20px
  }

  .print-desc3__title i {
    width: 35px
  }

  .print-desc3__title h2 {
    font-size: 22px;
    margin-left: 20px
  }

  .print-desc3__desc p {
    font-size: 14px
  }

  .print-desc3__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-desc3__desc p:not(:first-child) {
    margin-top: 20px
  }

  .print-desc3__list li {
    font-size: 14px
  }

  .print-desc3__list li:after {
    top: 4px
  }

  .print-desc4 {
    padding: 30px 0
  }

  .print-desc4__bottom,
  .print-desc4__right {
    margin-top: 20px
  }

  .print-desc4__title i {
    width: 35px
  }

  .print-desc4__title h2 {
    font-size: 22px;
    margin-left: 20px
  }

  .print-desc4__desc p {
    font-size: 14px
  }

  .print-desc4__desc p:before {
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
    width: 6px;
    height: 17px
  }

  .print-desc4__desc p:not(:first-child) {
    margin-top: 20px
  }

  .print-desc4__list li {
    font-size: 14px
  }

  .print-desc4__list li:after {
    top: 4px
  }

  .print-price {
    padding: 30px 0
  }

  .print-price__title h2 {
    font-size: 22px;
    padding-bottom: 0
  }

  .print-price__title h2:after {
    display: none
  }

  .print-price__item {
    position: relative
  }

  .print-price__item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c7c7c7
  }

  .print-price__item-text {
    font-size: 14px
  }
}

.footer {
  background: #151515;
  padding: 50px 0;
  position: relative;
  z-index: 2
}

.footer__inner {
  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
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__logo {
  display: block;
  width: 207px
}

.footer__logo img {
  display: block
}

.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #797979;
  display: none
}

.footer__slider {
  max-width: 620px;
  text-align: center
}

.footer__list {
  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;
  margin-top: 25px
}

.footer__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #eba707;
  position: relative
}

.footer__link:not(:first-child) {
  margin-left: 62px
}

.footer__link:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #eba707;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.footer__link:hover {
  color: #fff
}

.footer__link:hover:after {
  width: calc(100% + 20px)
}

.footer__link--active {
  color: #fff
}

.footer__link--active:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -1px;
  width: calc(100% + 20px);
  height: 2px;
  background: #eba707
}

.footer__connection {
  text-align: end
}

.footer__connection-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px
}

.footer__select {
  display: inline-block;
  margin-right: 12px
}

.footer__select .list {
  left: unset;
  right: 0
}

.footer .nice-select {
  height: auto;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400
}

.footer__tel {
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  margin-top: 10px;
  display: block
}

.footer__tel:hover {
  color: #eba707
}

.footer__location {
  font-size: 12px;
  line-height: 120%;
  margin-top: 10px;
  display: block
}

.footer__location:hover {
  color: #eba707
}

.footer__website {
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #eba707
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 23px
}

.footer__social:not(:first-child) {
  margin-left: 18px
}

.footer .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.footer .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto
}

.footer .swiper-slide img {
  width: 100%;
  height: auto
}

@media screen and (max-width:1250px) {
  .footer__inner {
    display: block
  }

  .footer__center,
  .footer__right {
    margin-top: 30px
  }

  .footer__logo,
  .footer__slider {
    margin: 0 auto
  }

  .footer__connection {
    margin: 0 auto;
    text-align: center
  }

  .footer__select {
    margin-right: 0
  }

  .footer__select .list {
    left: 0;
    right: unset
  }
}

@media screen and (max-width:768px) {
  .footer {
    padding: 30px 0;
	overflow: hidden;
  }

  .footer__logo {
    display: none
  }

  .footer__title {
    display: block;
    text-align: center
  }

  .footer__center {
    display: none
  }

  .footer__right {
    margin-top: 15px
  }

  .footer__connection {
    margin: 0;
    width: 100%
  }

  .footer__connection-top {
    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
  }

  .footer__connection-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
  }

  .footer .nice-select {
    font-size: 18px
  }

  .footer__info {
    margin-left: 60px
  }
}

@media screen and (max-width:768px)and (max-width:375px) {
  .footer__info {
    margin-left: 30px
  }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */

.product-category-59 #noservice {display:none;}
#yes-service {display:none;} 
.product-category-59 #yes-service {display:block;}

.scroll {
  transition: all 0.5s ease;
  z-index: 11111;
  position: fixed;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  width: 60px;
  height: 60px;
  right: -65px;
  bottom: 20px;
  -webkit-border-radius: 25px;
  border-radius: 30px;
  background-color: #eba707;
  opacity: 0.5;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.scroll:hover {
  opacity: 1;
}
.scroll.active {
  right: 30px;
}

.product-product-80 .gallery-inner img:last-child {transform: scale(-1, 1);}