.banner-title {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.banner-title.hidden,
.banner-mouse.hidden {
  opacity: 0;
  pointer-events: none;
}

h2.showed.side {
  left: 46%;
}

.banner-block__item-submenu__body {
  overflow-y: auto;
}

.section-content li {
  list-style: disc;
  margin-bottom: 10px;
}

.section-content ul {
  padding-left: 20px;
}

.banner-block__item-submenu {
  top: -100%;
  overflow: hidden;
}

.banner-block__item-submenu__header {
  width: 100%;
}

.banner.shifted {
  margin-top: 122px;
}

.banner-block__item-category h2 {
  bottom: 30%;
}

.steps {
  overflow: hidden;
}

.blog-cards .btn-more {
  background: #E81600;
}

@font-face {
  font-family: 'Bebas Neue Pro ExpandedLight';
  src: url("../fonts/BebasNeuePro-ExpandedLight.eot");
  src: local("Bebas Neue Pro ExpandedLight"), local("BebasNeuePro-ExpandedLight"), url("../fonts/BebasNeuePro-ExpandedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeuePro-ExpandedLight.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedLight.woff") format("woff"), url("../fonts/BebasNeuePro-ExpandedLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro ExpandedRegular';
  src: url("../fonts/BebasNeuePro-ExpandedRegular.eot");
  src: local("Bebas Neue Pro ExpandedRegular"), local("BebasNeuePro-ExpandedRegular"), url("../fonts/BebasNeuePro-ExpandedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeuePro-ExpandedRegular.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedRegular.woff") format("woff"), url("../fonts/BebasNeuePro-ExpandedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro ExpandedMiddle';
  src: url("../fonts/BebasNeuePro-ExpandedMiddle.eot");
  src: local("Bebas Neue Pro ExpandedMiddle"), local("BebasNeuePro-ExpandedMiddle"), url("../fonts/BebasNeuePro-ExpandedMiddle.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeuePro-ExpandedMiddle.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedMiddle.woff") format("woff"), url("../fonts/BebasNeuePro-ExpandedMiddle.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue Pro ExpandedBold';
  src: url("../fonts/BebasNeuePro-ExpandedBold.eot");
  src: local("Bebas Neue Pro ExpandedBold"), local("BebasNeuePro-ExpandedBold"), url("../fonts/BebasNeuePro-ExpandedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeuePro-ExpandedBold.woff2") format("woff2"), url("../fonts/BebasNeuePro-ExpandedBold.woff") format("woff"), url("../fonts/BebasNeuePro-ExpandedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #272727;
  font-family: 'Bebas Neue Pro ExpandedRegular', sans-serif;
}

body.active {
  overflow: hidden;
}

h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  /* Gray/ 70% */
  color: #464646;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.modal-block .ajax_form input {
  border: 1px solid #464646;
  border-radius: 10px;
  color: #464646;
}

.controls .input {
  border: 1px solid white;
}

input,
textarea {
  padding: 10px 15px;
  border: 2.5px solid white;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #A3A3A3;
  background: transparent;
  outline: none;
  border-radius: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A3A3A3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A3A3A3;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #A3A3A3;
}

input::placeholder,
textarea::placeholder {
  color: #A3A3A3;
}

textarea {
  resize: none;
}

.section {
  padding: 100px 0 0 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.title {
  margin-bottom: 30px;
  /*font-size: 48px;*/
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #A3A3A3;
  font-family: 'Bebas Neue Pro ExpandedBold';
}

.header-logo {
  margin: 0 !important;
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}

.title-block .title {
  margin-bottom: 0;
}

.title-block .slider-prev {
  margin-right: 40px;
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
  color: #181818;
}

.subtitle span {
  display: block;
  height: 35px;
  width: 35px;
  margin-right: 20px;
  background: #E81600;
}

.button {
  display: inline-block;
  padding: 12.5px 40px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: white;
  background: #E81600;
  -webkit-transition: .4s;
  transition: .4s;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}

.button:hover {
  /*opacity: 0.7;*/
  background-color: #FF0809;
}

.button:active {
  background-color: #CC1704;
}

.slider-prev,
.slider-next {
  display: inline-block;
  cursor: pointer;
  outline: none !important;
}

.slider-prev:hover p,
.slider-next:hover p {
  color: #E81600;
}

.slider-prev p,
.slider-next p {
  font-weight: bold;
  font-size: 28px;
  color: #A3A3A3;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider-prev p {
  text-align: right;
}

.slider-prev img {
  margin-right: 30px;
}

.slider-next p {
  text-align: left;
}

.slider-next img {
  margin-left: 30px;
}

.slick-slide {
  outline: none !important;
}

.num {
  border-bottom: 2.5px solid #E81600;
  font-size: 40px;
  font-weight: bold;
  color: #A3A3A3;
}

.form-titles {
  margin-right: 40px;
}

.form-titles .title {
  font-family: 'Bebas Neue Pro ExpandedBold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #8B8B8B;
}

.form-block {
  padding: 50px 97px 50px 0;
}

.form-block__item .controls p {
  margin: 15px 0 15px 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #5D5D5D;
}

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

.form-item div + div {
  /*margin-left: 45px;*/
}

.form-item .button {
  padding-left: 47px;
  padding-right: 47px;
}

.alt-arrow .title-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alt-arrow .slider-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alt-arrow .slider-prev img {
  margin-right: 10px;
}

.alt-arrow .slider-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alt-arrow .slider-next img {
  margin-left: 10px;
}

.cards-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.cards-block__item {
  background: #272727;
  height: 240px;
  position: relative;
}

.cards-block__item:hover .cards-block__item-text a {
  height: 17px;
  margin-top: 10px;
}

.cards-block__item-img {
  height: 100%;
}

.cards-block__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cards-block__item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cards-block__item-text {
  width: 100%;
  padding: 15px;
  color: white;
  position: absolute;
  bottom: 0;
  background: #2E2E2E;
  font-size: 16px;
}

.cards-block__item-text h2 {
  font-size: 16px;
  font-weight: 500;
}

.cards-block__item-text p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.cards-block__item-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  color: white;
  height: 0;
  overflow: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin-top: 0;
  font-size: 12px;
  color: #A3A3A3;
}

.cards-block__item-text svg {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.cards-block__item-text a:hover svg {
  margin-left: 5px;
}

.blog-item:focus {
  outline: none !important;
}

.blog-item__img {
  margin-bottom: 20px;
}

.blog-item__text img {
  height: 20px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.blog-item__text a {
  font-size: 16px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.blog-item__text a:hover {
  color: #929292;
}

.blog-item__text a:hover img {
  margin-left: 8px;
}

.blog-item__img img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item__img a {
  height: 290px;
  display: block;
  position: relative;
}

.blog-item__img a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(232, 22, 0, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.blog-item__img a:hover span {
  opacity: 1;
}

.blog-item__text h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}

.blog-item__text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #A3A3A3;
}

.content-wrapper {
  padding-top: 70px;
  background: #F9F9F9;
  position: relative;
}

.content-wrapper.overlay .content-wrapper_aside-link svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner-section {
  position: relative;
  /* margin-top: 40px; */
  height: 300px;
}

.banner-page__item {
  width: 100%;
  height: 300px;
}

.banner-page__item-inner {
  padding: 60px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

.banner-page__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.banner-page__item h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.banner-page__item h2 span {
  display: block;
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  position: relative;
}

.banner-page__item .button {
  position: relative;
}

.banner-page__button-prev,
.banner-page__button-next {
  cursor: pointer;
  background: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 80px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.banner-page__button-prev:hover,
.banner-page__button-next:hover {
  background: #eaeaea;
}

.banner-page__button-prev {
  left: 0;
}

.banner-page__button-next {
  right: 0;
}

.slide-block {
  margin: 0 -20px;
}

.slide-padding {
  padding: 0 20px;
}

.about {
  position: relative;
}

.about p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #464646;
  margin-bottom: 40px;
  max-width: 971px;
}

.about-image.mobile {
  display: none;
}

.about-image {
  position: absolute;
  right: 0;
  height: 100%;
  max-width: 735px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1350px) {
  .about-image {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .about-image.mobile {
    display: block;
  }
  .about-image.desk {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-row p {
    text-align: justify;
  }
}

.title-about {
  margin-bottom: 30px !important;
}

.eco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18%;
  background-color: #F7F7F7;
  width: 100%;
  padding: 40px 0;
}

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

.eco svg {
  margin-right: 15px;
}

.eco p {
  font-family: 'Bebas Neue Pro ExpandedBold';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #464646;
}

@media (max-width: 768px) {
  .eco .container {
    -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;
  }
  .eco svg {
    margin: 0 0 15px 0;
  }
}

.about-row p {
  max-width: 475px;
}

.form-titles .subtitle {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.controls .input {
  border: 1px solid white;
}

/*HISTORY*/
.history-block {
  margin-bottom: 100px;
  padding: 15px;
}

.history-block p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: #464646;
}

/*HISTORY*/
@media (max-width: 768px) {
  .history-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .history-block p {
    margin-right: 0;
  }
  .about-image {
    position: relative;
    -webkit-transition: 0;
    transition: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
  }
  .about-row {
    -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;
  }
  .partners-block {
    margin-bottom: 0;
  }
  .eco .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-row p {
    max-width: 100%;
  }
}

@media (min-width: 1224px) {
  .eco {
    margin-top: 11%;
  }
}

@media (max-width: 1367px) {
  body {
    font-size: 16px;
  }
  .cards-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    margin: 0 30px;
  }
  .section {
    padding: 80px 0 0 0;
  }
  .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .title-block {
    margin-bottom: 30px;
  }
  .form-block .subtitle {
    font-family: 'Bebas Neue Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    /* identical to box height, or 47px */
    text-transform: uppercase;
  }
  .subtitle {
    font-size: 22px;
  }
  .subtitle span {
    height: 15px;
    width: 15px;
    margin-right: 10px;
  }
  .blog-item__img img {
    height: 200px;
  }
  .blog-item__img a {
    height: 200px;
  }
  .blog-item__text h3 {
    font-size: 22px;
  }
  .button {
    font-size: 16px;
  }
  .num {
    font-size: 40px;
  }
  .slider-prev p,
  .slider-next p {
    font-size: 22px;
  }
  .slider-prev img,
  .slider-next img {
    width: 40px;
    max-height: 40px;
  }
  .slider-prev img {
    margin-right: 15px;
  }
  .slider-next img {
    margin-left: 15px;
  }
  .banner-page__item h2 span {
    font-size: 40px;
  }
  .eco {
    margin-top: 13%;
  }
}

@media (max-width: 992px) {
  .container {
    margin: 0 15px;
  }
  .controls input {
    border: 1px solid white;
    margin-bottom: 0 !important;
  }
  input,
  textarea {
    padding: 15px 20px;
    border: 1.5px solid white;
  }
  .button {
    padding: 15px 40px;
    font-size: 18px;
  }
  .cards-block {
    display: block;
    -ms-grid-columns: unset;
        grid-template-columns: unset;
    grid-gap: unset;
  }
  .cards-block__item {
    max-width: 380px;
    margin: 0 20px;
  }
  .cards-block__item-img {
    height: 190px;
    width: 260px;
  }
  .banner-section {
    margin: 0 -15px;
    height: calc(100vh - 70px);
  }
  .banner-page__item {
    position: relative;
    height: calc(100vh - 70px);
    padding: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-page__item::before {
    background: black;
    opacity: 0.5;
  }
  .banner-page__item h2 {
    z-index: 1;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-page__item h2 span {
    margin-right: unset;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .banner-page__button {
    display: none;
  }
  .slide-block {
    margin: unset;
  }
  .slide-padding {
    max-width: 380px;
    padding: unset;
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 19px;
  }
  .subtitle span {
    height: 13px;
    width: 13px;
    margin-right: 7px;
  }
  .blog-item__text h3 {
    font-size: 19px;
  }
  .title {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .title-block {
    margin-bottom: 20px;
  }
  .title-block .title {
    margin-bottom: 0;
  }
  .title-block__buttons {
    display: none;
  }
  .cards-block__item {
    max-width: 280px;
    margin: 0 10px;
  }
  .cards-block__item-text h2 {
    font-size: 19px;
  }
  .slider-prev,
  .slider-next {
    display: none !important;
  }
  .slide-padding {
    max-width: 280px;
    margin: 0 10px;
  }
}

.header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
}

.header-block {
  height: 70px;
  position: relative;
  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;
  z-index: 2;
  background: #fff;
}

.header-button a:hover {
  background: #c4c4c4;
  color: white;
}

.header-menu__button a {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__button a span {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background: #272727;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__button a span::after,
.header-menu__button a span::before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background: #272727;
}

.header-menu__button a span::after {
  top: 9px;
}

.header-menu__button a span::before {
  bottom: 9px;
}

.header-menu__button a .active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-menu__button a .active::after {
  top: unset;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.header-menu__button a .active::before {
  bottom: unset;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-menu__mainline {
  width: 52%;
  margin: 0 auto;
  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-menu__mainline-item {
  padding: 12px 0;
}

.header-menu__mainline .main-link {
  position: relative;
  z-index: 1;
}

.header-menu__mainline .main-link a {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.header-menu__mainline .main-link a::before {
  content: '';
  position: absolute;
  bottom: -26px;
  display: block;
  height: 3px;
  width: 0;
  background: black;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-menu__mainline .main-link a.active {
  opacity: 1;
}

.header-menu__mainline .main-link a.active::before {
  width: 100%;
}

.header-menu__subline {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  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: white;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  pointer-events: none;
}

.header-menu__subline.active {
  bottom: -44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.header-menu__subline li + li {
  margin-left: 50px;
}

.header-menu__subline li a {
  font-size: 14px;
  font-weight: 500;
}

.header svg {
  display: none;
}

@media (min-width: 993px) {
  .header-menu__mainline .main-link:hover a {
    opacity: 1;
  }
  .header-menu__mainline .main-link:hover a::before {
    width: 100%;
  }
  .header-menu__subline li:hover a {
    opacity: 1;
  }
  .controls input {
    border: 1px solid white;
  }
}

@media (max-width: 992px) {
  .header-button {
    display: none;
  }
  .header svg {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header svg.active {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header svg.active path {
    stroke: #E81600;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .header-menu__block {
    height: calc(100vh - 70px);
    margin: 0 -15px;
  }
  .header-menu__block a {
    font-family: "Roboto", sans-serif;
  }
  .header-menu__mainline {
    width: 100%;
    display: block;
  }
  .header-menu__mainline-item {
    padding: 15px;
    border-bottom: 1.5px solid #F9F9F9;
  }
  .header-menu__mainline .main-link {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu__mainline .main-link a {
    font-size: 18px;
    position: relative;
    font-weight: normal;
    text-transform: none;
  }
  .header-menu__mainline .main-link a::before {
    content: unset;
  }
  .header-menu__subline {
    z-index: unset;
    position: unset;
    display: none;
    height: unset;
    margin: 15px -15px 0 35px;
    background: white;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transition: unset;
    transition: unset;
    opacity: unset;
    pointer-events: all;
  }
  .header-menu__subline.active {
    bottom: -44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .header-menu__subline li {
    padding-right: 15px;
    border-bottom: 1.5px solid #F9F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu__subline li a {
    padding: 15px 0;
    width: 100%;
  }
  .header-menu__subline li:last-child {
    border-bottom: unset;
  }
  .header-menu__subline li:last-child a {
    padding-bottom: 0;
  }
  .header-menu__subline li + li {
    margin-left: 0;
  }
  .header-menu__subline li a {
    font-size: unset;
    font-weight: unset;
  }
}

.footer {
  padding: 40px 0;
  background: #181818;
  color: #A3A3A3;
}

.footer a {
  color: #A3A3A3;
}

.footer li {
  list-style: none;
}

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

.footer-block {
  width: 50%;
}

.footer-block:nth-child(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}

.footer-block__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 20px;
}

.footer-block__menu a {
  /*font-family: 'Bebas Neue Pro',sans-serif;*/
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.footer-block__menu a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: white;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.footer-block__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 5px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.footer-block__info a {
  font-weight: bold;
  font-family: 'Bebas Neue Pro ExpandedRegular', sans-serif;
}

.footer-block__info p {
  font-weight: bold;
  font-family: 'Bebas Neue Pro ExpandedRegular', sans-serif;
}

.footer-block__info a:hover {
  text-decoration: underline;
}

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

.footer-block__social li + li {
  margin-left: 20px;
}

@media (max-width: 1201px) {
  .footer {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .footer {
    padding: 40px 0;
  }
  .footer-block:nth-child(1) {
    width: 40%;
  }
  .footer-block:nth-child(2) {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .footer-block:nth-child(1) {
    display: none;
  }
  .footer-block:nth-child(2) {
    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;
  }
  .footer-block__info {
    margin-bottom: 20px;
  }
  .footer-block__social img {
    width: 25px;
    height: 25px;
  }
}

.modal {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 39, 39, 0.3)), to(rgba(39, 39, 39, 0.3)));
  background: linear-gradient(0deg, rgba(39, 39, 39, 0.3), rgba(39, 39, 39, 0.3));
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.modal-block {
  z-index: 1;
  position: relative;
  max-width: 500px;
  padding: 60px 40px;
  text-align: center;
  /*background: #272727; */
}

.modal-block .title {
  margin-bottom: 20px;
  /*color: white; */
}

.modal-block .subtitle {
  margin-bottom: 40px;
  text-transform: none;
}

.modal-block .form-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-block .form-item div {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.modal-block .form-item div + div {
  margin-top: 20px;
}

.modal-block .form-item div input {
  width: 100%;
}

.modal-block__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  /*color: white;*/
  cursor: pointer;
}

.banner {
  position: relative;
  margin-top: 70px;
  height: calc(100vh - 70px);
}

.banner-title {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  width: 856px;
}

.banner-video {
  background: black;
  height: calc(100vh - 70px);
}

.video {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-title:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.banner-mouse {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.banner-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  height: inherit;
  display: none;
}

.banner-block__mobile {
  display: none;
}

.banner-block-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-block__item {
  position: relative;
  background-color: #cccccc;
  overflow: hidden;
}

.banner-block__item-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-block__item-bg.active,
.banner-block__item-bg.hovered {
  opacity: .7;
}

.banner-block__item-submenu.showed {
  top: 0;
}

.banner-block__item-category {
  position: absolute;
  width: 100%;
  height: 100%;
  /* top: 0;
    left: 0;
    bottom: 0;
    right: -150px; */
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-block__item-category h2 {
  z-index: 2;
  position: absolute;
  bottom: 37%;
  left: 76%;
  font-size: 80px;
  width: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-block__item-category h2 a {
  color: white;
  white-space: nowrap;
  pointer-events: none;
}

.banner-block__item.active h2,
.banner-block__item-category h2.showed {
  left: 29%;
}

.banner-block__item.active + .banner-block__item-bg {
  opacity: .7;
}

.banner-block__item-submenu {
  position: absolute;
  bottom: -100%;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-block__item-submenu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 15px;
  background: #ECECEC;
}

.banner-block__item-submenu__header h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.banner-block__item-submenu__body {
  max-height: calc(100% - 60px);
  padding: 0 15px;
  margin: 25px 0;
  max-width: 90%;
  overflow-y: scroll;
}

.banner-block__item-submenu__body::-webkit-scrollbar-track {
  margin-right: 40px;
}

.banner-block__item-submenu__body::-webkit-scrollbar {
  width: 3px;
}

.banner-block__item-submenu__body::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.banner-block__item-submenu__body li {
  list-style: none;
}

.banner-block__item-submenu__body li + li {
  margin-top: 20px;
}

.banner-block__item-submenu__body li a {
  color: white;
}

.banner-block__item-submenu__body li a:hover {
  text-decoration: underline;
}

.banner-block__item .active-menu {
  bottom: 0;
}

@media (max-width: 1025px) {
  .banner-title {
    max-width: 470px;
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .banner-mouse {
    display: none;
  }
  .banner-block {
    display: none;
  }
  .banner-block__mobile {
    position: relative;
    display: block;
    height: inherit;
  }
  .banner-block__mobile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
  }
}

@media (max-width: 576px) {
  .banner-title {
    max-width: 100%;
    width: 100%;
    line-height: 1.3;
    padding: 0 15px;
    font-size: 32px;
    text-align: left;
  }
}

.catalog-section {
  position: relative;
}

.catalog-section .title {
  max-width: 1350px;
}

.catalog-section__title {
  position: absolute;
  right: 60px;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #272727;
}

.catalog-section__title h2 {
  font-size: 80px;
  text-transform: uppercase;
}

.catalog-section__title img {
  margin-left: 120px;
}

@media (max-width: 1367px) {
  .catalog-section__title h2 {
    font-size: 56px;
  }
  .catalog-section__title img {
    width: 220px;
    margin-left: 40px;
  }
}

@media (max-width: 1201px) {
  .catalog-section__title {
    right: 30px;
    bottom: 30px;
  }
  .catalog-section__title h2 {
    font-size: 46px;
    text-transform: uppercase;
  }
}

@media (max-width: 1025px) {
  .catalog-section .title {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .catalog-section {
    padding: 100px 0 200px 0;
  }
  .catalog-section__title {
    right: 15px;
  }
  .catalog-section__title h2 {
    font-size: 32px;
  }
  .catalog-section__title img {
    margin-left: 20px;
  }
}

@media (max-width: 576px) {
  .catalog-section {
    padding-bottom: 160px;
  }
}

.advantages {
  padding: 100px 0 50px 0;
}

.advantages-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.advantages-block__item {
  text-align: center;
}

.advantages-block__item-block {
  width: 100%;
  /*height: 245px;*/
  height: 198px;
  margin-bottom: 20px;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advantages-block__item h3 {
  font-size: 16px;
  line-height: 120%;
  color: #464646;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.catalog-content {
  margin-top: 60px;
}

@media (max-width: 1201px) {
  .advantages-block {
    grid-gap: 30px;
  }
  .advantages-block__item-block {
    height: 180px;
    margin-bottom: 20px;
  }
  .advantages-block__item-block img {
    width: 70px;
  }
  .advantages-block__item h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .advantages .container {
    margin-right: 0;
  }
  .advantages-block {
    display: unset;
    -ms-grid-columns: unset;
        grid-template-columns: unset;
    grid-gap: unset;
  }
  .advantages-block__item + .advantages-block__item {
    margin-left: 20px;
  }
  .advantages-block__item-block {
    height: 150px;
    width: 150px;
    margin-bottom: 15px;
  }
  .advantages-block__item-block img {
    width: 50px;
  }
  .advantages-block__item h3 {
    max-width: 150px;
    font-size: 18px;
  }
}

.products {
  position: relative;
  padding: 100px 0;
}

.products-slider {
  margin: 0 -20px;
  font-family: "Roboto", sans-serif;
}

.products-slider .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.products-slider__item-info {
  margin-bottom: 15px;
}

.products-slider__item-info img {
  width: 100%;
  margin-bottom: 15px;
}

.products-slider__item-info h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #5D5D5D;
  margin-bottom: 15px;
}

.products-slider__item-info p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #181818;
  margin-bottom: 5px;
  font-family: 'Bebas Neue Pro ExpandedBold', sans-serif;
}

.products-slider__item-link {
  position: relative;
  display: block;
  outline: none;
  border: none;
}

.products-slider__item-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0;
  background: #c42e0c9b;
  color: white;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.products-slider__item-link:hover .hover-block {
  opacity: 1;
}

@media (max-width: 767px) {
  .products-slider__item {
    max-width: 255px;
    width: 100%;
  }
}

.more img:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}

.advantages-block__item-block {
  position: relative;
}

.advantages-block__item-block .hover-block span {
  color: black;
}

.advantages-block__item-block .hover-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #ffffffc9;
  color: black;
  height: inherit;
  width: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.advantages-block__item-block:hover .hover-block {
  opacity: 1;
  cursor: pointer;
}

.hover-block span {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #181818;
  opacity: 1;
  color: white;
  font-size: 16px;
  line-height: 19px;
}

.more {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  outline: none;
  border: none;
  color: #E81600;
}

.more:active {
  outline: none;
  border: none;
}

@media (max-width: 1201px) {
  .products {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .products-slider {
    margin: 0 -15px;
  }
  .products-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portfolio-section {
  overflow: hidden;
}

.portfolio-section-slider {
  height: 582px;
}

.portfolio-section-slider__item {
  -webkit-transition: .3s;
  transition: .3s;
}

.portfolio-section-slider__item img {
  height: 582px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.portfolio-section .slick-list.draggable {
  height: 582px;
}

.portfolio-section .slick-active {
  position: relative;
  width: 20vw;
}

.portfolio-section .slick-current {
  width: 40vw;
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio-section .slick-current img {
  width: inherit;
  -o-object-fit: none;
     object-fit: none;
}

.portfolio-section-slider {
  width: 100%;
}

.portfolio-section-slider .swiper-wrapper {
  background: rgba(39, 39, 39, 0.57);
}

.portfolio-section-slider__item {
  width: calc(100%/5);
  position: relative;
  cursor: pointer;
}

.portfolio-section-slider__item_title {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  top: 17px;
  left: 24px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.portfolio-section-slider__item_title.broken-title {
  left: 12%;
}

.portfolio-section-slider__item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.57);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.portfolio-section-slider__item.open-slide {
  width: 576px !important;
}

.portfolio-section-slider__item.open-slide:before {
  opacity: 0;
}

.portfolio-section-slider__item.open-slide .portfolio-section-slider__item_title {
  opacity: 1;
}

.portfolio-section-slider__title {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.portfolio-section-slider__title a img {
  -webkit-transition: .2s ease;
  transition: .2s ease;
  position: absolute;
  right: -56px;
}

@media (max-width: 991px) {
  .portfolio-section-slider__title a img {
    right: 0;
  }
}

.portfolio-section-slider__title a:hover img {
  right: -80px;
}

@media (max-width: 991px) {
  .portfolio-section-slider__title a:hover img {
    right: 0;
  }
}

.portfolio-section-slider__title h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}

.portfolio-section-slider .mobile-arrow {
  display: none;
}

@media screen and (max-width: 1440px) {
  .portfolio-section-slider__item {
    width: calc(100% /4);
    position: relative;
  }
}

@media screen and (max-width: 1100px) {
  .portfolio-section-slider__item {
    width: calc(100% /3);
    position: relative;
  }
}

@media screen and (max-width: 1201px) {
  .portfolio-section {
    padding: 80px 0 0 0;
  }
}

@media screen and (max-width: 980px) {
  .portfolio-section-block__buttons {
    display: none;
  }
  .portfolio-section-slider .swiper-wrapper {
    margin-left: 40px;
    padding-right: 40px !important;
    background: none;
  }
  .portfolio-section-slider__item {
    width: 400px !important;
    height: 400px;
    position: relative;
    margin-right: 40px;
  }
  .portfolio-section-slider__item:before {
    display: none;
  }
  .portfolio-section-slider img {
    height: auto;
  }
  .portfolio-section-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .portfolio-section-slider .portfolio-section-slider__title {
    bottom: 27px;
  }
  .portfolio-section-slider .portfolio-section-slider__title h2 {
    color: white;
    font-size: 46px;
  }
  .portfolio-section-slider .portfolio-section-slider__title img {
    margin-left: 116px;
  }
}

@media screen and (max-width: 980px) and (max-width: 991px) {
  .portfolio-section-slider .portfolio-section-slider__title img {
    margin-left: 0;
  }
}

@media screen and (max-width: 980px) {
  .portfolio-section-slider .desktop-arrow {
    display: none;
  }
  .portfolio-section-slider .mobile-arrow {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .portfolio-section-slider .portfolio-section-slider__title {
    bottom: 30px;
  }
  .portfolio-section-slider .portfolio-section-slider__title h2 {
    color: white;
    font-size: 32px;
  }
  .portfolio-section-slider .portfolio-section-slider__title img {
    width: 220px;
    margin-left: 40px;
  }
}

.steps {
  padding: 100px 0;
  background: url("../img/setps-bg.jpg") 40% 62% no-repeat;
  background-position: 0 0;
}

.steps-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.steps-list li + li {
  margin-top: 10px;
}

.steps-list__number {
  margin-right: 20px;
  width: 50px;
}

.steps-list__text {
  margin-bottom: 5px;
  display: block;
  font-size: 24px;
  cursor: default;
  margin-right: 10px;
  cursor: pointer;
  width: calc(100% - 160px);
}

.steps-list__text svg path,
.steps-list__text svg {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.steps-list__text.open svg path {
  stroke: #E81600;
}

.steps-list__text.open svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.steps-list__text-img {
  width: 350px;
  height: 350px;
  position: absolute;
  margin: 20px auto auto 15px;
  z-index: 100500;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility ease 0s, opacity ease 0.4s;
  transition: visibility ease 0s, opacity ease 0.4s;
}

.steps-list__text img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1201px) {
  .steps {
    padding: 80px 0;
  }
  .steps-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .steps-list li + li {
    margin-top: 15px;
  }
  .steps-list__text {
    margin-bottom: 0;
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .steps-list__text-img {
    display: none;
  }
}

.form {
  background: #181818;
}

.form-block {
  height: 379px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #181818;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-block .subtitle {
  font-family: 'Bebas Neue Pro ExpandedRegular', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 920px) {
  .form-titles svg {
    width: 200px;
  }
}

.controls input {
  padding: 12px 15px !important;
  margin-bottom: 20px;
  height: 40px;
  width: 100%;
  font-size: 12px;
}

@media (min-width: 1367px) {
  .content-block .form-block__item .controls input,
  .content-block .form-block__item .controls textarea {
    width: 100%;
  }
}

.form-block .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #8B8B8B;
}

.form-block form {
  /*display: flex;*/
  /*align-items: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-block form div + div {
  /*margin-left: 45px;*/
}

.form-block form .button {
  padding-left: 47px;
  padding-right: 47px;
  width: 100%;
}

.form-img {
  position: relative;
  width: 20%;
}

.form-img::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 39, 39, 0.6);
}

@media (max-width: 1367px) {
  .form-block {
    width: 100%;
  }
  .form-block form div + div {
    /*margin-left: 20px;*/
  }
  .form-img {
    display: none;
  }
}

@media (max-width: 1201px) {
  .form-block {
    /*padding: 80px 0;*/
  }
}

@media (max-width: 992px) {
  .form-block {
    /*padding: 80px 15px;*/
    /*justify-content: left;*/
  }
  .form-block__item {
    width: 100%;
  }
  .form-block form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-block form div {
    max-width: 570px;
    width: 100%;
  }
  .form-block form div .button {
    width: inherit;
  }
  .form-block form div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}

.partners {
  padding: 100px 0;
}

.partners-block {
  position: relative;
}

.partners-slider {
  margin: 0 auto;
  max-width: 63%;
}

.partners-slider img {
  max-width: 75%;
}

.partners-slider__item div {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-block .slider-prev,
.partners-block .slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
}

.partners-block .slider-prev {
  left: 0;
}

.partners-block .slider-next {
  right: 0;
}

@media (max-width: 1201px) {
  .partners {
    padding: 80px 0;
  }
  .partners-slider {
    max-width: 80%;
  }
  .partners-slider__item div img {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .partners-block {
    margin-right: -15px;
  }
  .partners-slider {
    max-width: 100%;
    margin: 0 -10px;
  }
  .partners-slider__item {
    padding: 0 10px;
  }
  .partners-slider__item div img {
    width: 120px;
  }
  .form-titles svg {
    display: none;
  }
}

.social-section {
  position: relative;
  padding: 0 0 100px 0;
  margin-top: 11%;
}

.social-section::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  width: 38%;
  background: #F9F9F9;
}

.social-section-block {
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social-section-block__item svg {
  width: 120;
  height: 120px;
}

.social-section-block__item svg path,
.social-section-block__item svg rect {
  -webkit-transition: .3s;
  transition: .3s;
}

.social-section-block__item.vk:hover svg > rect {
  fill: #4680C2;
}

.social-section-block__item.instagram:hover svg > rect {
  fill: #BC0097;
}

.social-section-block__item.facebook:hover svg > rect {
  fill: #4267B2;
}

.social-section-block__item.zen:hover svg > rect {
  fill: #E81600;
}

.social-section-block__item.behance:hover svg > rect {
  fill: #053eff;
}

.social-section-block__item.vk:hover svg path {
  fill: #fff;
}

.social-section-block__item.instagram:hover svg path {
  fill: #fff;
}

.social-section-block__item.facebook:hover svg path {
  fill: #fff;
}

.social-section-block__item.zen:hover svg path {
  fill: #fff;
}

.social-section-block__item.behance:hover svg path {
  fill: #fff;
}

@media (max-width: 1201px) {
  .social-section {
    padding: 0 0 80px 0;
  }
  .social-section-block__item svg {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .social-section-block {
    max-width: 100%;
  }
  .social-section-block__item svg {
    max-width: 70px;
    width: 100%;
    height: 70px;
  }
}

.banner-content {
  position: relative;
  padding-top: 70px;
}

.banner-content-block {
  position: relative;
  height: inherit;
}

.banner-content .content-block {
  padding: 40px 40px 0 40px;
  overflow-y: auto;
  height: calc(100vh - 70px - 60px);
  margin-left: 350px;
  width: calc(100% - 350px);
  -webkit-transition: .4s;
  transition: .4s;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.banner-content .content-block::-webkit-scrollbar {
  width: 0;
}

.banner-content .content-block.active {
  margin-left: 0;
  width: 100%;
}

.banner-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 15px;
  background: #ECECEC;
}

.banner-content__header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.banner-content__header h2 .header-left {
  display: block;
}

.banner-content__header h2 .header-left.active {
  display: none;
}

.banner-content__header h2 .header-right {
  display: none;
}

.banner-content__header h2 .header-right.active {
  display: block;
}

.banner-content-block {
  position: relative;
  height: inherit;
}

.banner-content-block__item {
  position: absolute;
  height: 100%;
  left: 0;
  width: 350px;
  z-index: 3;
  background-color: #cccccc;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.banner-content-block__item.active {
  left: -100%;
}

.banner-content-block__item-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.5;
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-content-block__item-category {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -150px;
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-content-block__item-category h2 {
  z-index: 2;
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 80px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.article-form {
  margin: 80px auto;
}

.banner-content-block__item-category h2 a {
  color: white;
}

.banner-content-block__item .active {
  right: 0;
}

.banner-content-block__item-submenu {
  position: absolute;
  bottom: -100%;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 25px 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.banner-content-block__item-submenu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 15px;
  background: #ECECEC;
}

.banner-content-block__item-submenu__header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.banner-content-block__item-submenu__header h2 .header-left {
  display: block;
}

.banner-content-block__item-submenu__header h2 .header-left.active {
  display: none;
}

.banner-content-block__item-submenu__header h2 .header-right {
  display: none;
}

.banner-content-block__item-submenu__header h2 .header-right.active {
  display: block;
}

.banner-content-block__item-submenu__body {
  /* max-height: calc(100% - 60px); */
  height: 100%;
  /* padding: 25px 15px; */
  max-width: 90%;
  overflow-y: auto;
}

.banner-content-block__item-submenu__body::-webkit-scrollbar {
  width: 4px;
}

.banner-content-block__item-submenu__body::-webkit-scrollbar-track {
  margin-right: 40px;
}

.banner-content-block__item-submenu__body::-webkit-scrollbar {
  width: 3px;
}

.banner-content-block__item-submenu__body::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.banner-content-block__item-submenu__body li {
  list-style: none;
}

.banner-content-block__item-submenu__body li + li {
  margin-top: 20px;
}

.banner-content-block__item-submenu__body li a {
  color: white;
}

.banner-content-block__item-submenu__body li a:hover {
  text-decoration: underline;
}

.banner-content-block__item .active-menu {
  bottom: 0;
}

@media (max-width: 1366px) {
  .banner-content .content-block {
    margin-left: 280px;
    width: calc(100% - 280px);
  }
  .banner-content-block__item {
    width: 280px;
  }
  .banner-content .form {
    margin: 100px -40px;
  }
  .banner-content .form-block__item {
    width: 100%;
    padding: 0 40px;
  }
  .banner-content .form-item {
    -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;
  }
  .banner-content .form-item div {
    max-width: 350px;
    width: 100%;
  }
  .banner-content .form-item div input,
  .banner-content .form-item div .button {
    width: 100%;
  }
  .banner-content .form-item div + div {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .banner-content__header {
    z-index: 3;
    position: fixed;
    top: 69px;
    width: 100%;
  }
  .banner-content-block .content {
    margin-left: 0;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .banner-content-block .content-block {
    overflow-y: unset;
    height: unset;
  }
  .banner-content-block__item {
    position: fixed;
    top: 129px;
  }
  .banner-content .content-portfolio .title-block__buttons img {
    width: 20px;
  }
  .banner-content .content-process .title-block__buttons img {
    width: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .google .banner-page__button {
    height: 50px;
    width: 150px;
  }
  .google .banner-page__button img {
    width: 70%;
  }
  .google .banner-page__button-prev,
  .google .banner-page__button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .google .banner-page__item h2 {
    -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;
  }
  .google .banner-page__item h2 span {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .google .content-advantages-block {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .google .content-portfolio .title-block {
    -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;
  }
  .google .content-portfolio .title-block__text {
    margin-bottom: 15px;
  }
  .google .content-process .title-block {
    -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;
  }
  .google .content-process .title-block__text {
    margin-bottom: 15px;
  }
  .google .content-steps__block {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .google .content-steps__block-item:nth-child(2n) {
    padding-top: unset;
  }
}

@media (max-width: 992px) {
  .banner-content .content-block {
    padding: 40px 15px 0 15px;
    margin-left: 0;
    width: 100%;
  }
  .banner-content .content-block .form {
    margin: 100px -15px;
  }
  .banner-content .content-block .form-block__item {
    padding: 0 15px;
  }
  .banner-content__header h2 .header-left {
    display: none;
  }
  .banner-content__header h2 .header-left.active {
    display: block;
  }
  .banner-content__header h2 .header-right {
    display: block;
  }
  .banner-content__header h2 .header-right.active {
    display: none;
  }
  .banner-content-block {
    position: relative;
    height: inherit;
  }
  .banner-content-block__item {
    position: fixed;
    left: -100%;
  }
  .banner-content-block__item li + li {
    margin-top: 25px;
  }
  .banner-content-block__item li a {
    font-size: 18px;
  }
  .banner-content-block__item.active {
    left: 0;
  }
  .form-block {
    height: auto;
  }
  .form-block .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .banner-content-block__item {
    width: 100%;
  }
}

.content-block::-webkit-scrollbar {
  width: 0;
}

.content-banner {
  position: relative;
  height: 300px;
}

.content-banner h2 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-banner h2 span {
  display: block;
  margin-right: 37px;
  font-size: 48px;
  text-transform: uppercase;
  color: white;
}

.content-projects__block-banner {
  width: calc(100% - 160px);
  height: 536px;
}

.content-projects__block-banner__item {
  height: 430px;
}

.content-projects__block-banner__item img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-projects__block-img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  margin-left: 20px;
}

.content-projects__block-img .swiper-slide {
  width: 140px;
  height: 115px;
  cursor: pointer;
}

.content-projects__block-img img {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-projects__block-text {
  font-family: "Roboto", sans-serif;
}

.content-projects__block-text p + p {
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .content-projects__block-banner {
    display: none;
  }
  .content-projects__block-img .swiper-slide {
    width: 100%;
    max-width: 280px;
  }
  .content-projects__block-img img {
    max-width: 280px;
    width: 100%;
  }
}

.content-advantages {
  padding: 100px 0 100px 0;
}

.content-advantages-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 45px;
}

.content-advantages-block__item {
  text-align: center;
}

.content-advantages-block__item-block {
  width: 100%;
  height: 175px;
  margin-bottom: 20px;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-advantages-block__item h3 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 992px) {
  .content-advantages-block {
    display: block;
  }
  .content-advantages-block__item {
    max-width: 280px;
    width: 100%;
    margin: 0 10px;
  }
}

@media (max-width: 400px) {
  .form-block {
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .content-advantages-block__item {
    margin: 0 10px;
  }
  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-titles {
    margin-right: 0;
  }
}

.content-steps {
  padding-bottom: 100px;
}

.content-steps__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}

.content-steps__block-item:nth-child(2n) {
  padding-top: 40px;
}

.content-steps__block-item__box {
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-steps__block-item p {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #464646;
}

@media (max-width: 992px) {
  .content-steps__block {
    display: block;
  }
  .content-steps__block-item {
    max-width: 280px;
    width: 100%;
    margin: 0 20px;
  }
  .content-steps__block-item:nth-child(2n) {
    padding-top: unset;
  }
}

@media (max-width: 768px) {
  .content-steps__block-item {
    margin: 0 10px;
  }
}

.content-service {
  position: relative;
}

.content-service::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
  width: 28%;
  background: #F9F9F9;
}

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

.content-service__block .blog-item {
  width: calc(100%/3);
}

.content-service__block-item {
  max-width: 310px;
}

.content-service__block-item img {
  margin-bottom: 20px;
}

.content-service__block-item h4 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.content-service__block-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #A3A3A3;
}

.content-service__block-item a img {
  margin: 0;
}

/* .content-form {
    position: relative;
    margin: 100px -40px;
    padding: 100px 40px;
    background: #272727;
  }
  
  .content-form .form-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
  }
  
  .content-form .title {
    color: white;
  }
  
  .content-form form {
    z-index: 1;
    position: relative;
  } */
.content-form__item {
  position: relative;
  padding: 50px 0;
}

.content-form__item:before {
  content: '';
  width: 350px;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
}

.content-form__item input {
  border: 0.5px solid #5D5D5D;
  border-radius: 10px;
  border-color: #5D5D5D !important;
  width: 100%;
  font-size: 12px;
  color: #464646;
  height: 40px;
}

.content-form__item .form-item > div {
  width: 25%;
}

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

.content-form__item .button {
  width: 100%;
  padding: 10.5px 40px;
}

.content-form__item .form-item > div:not(.form-button) {
  margin-right: 30px;
}

.content-form__item-title {
  color: #E81600;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}

.content-form__item-under-item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.content-form__item-under-item:nth-child(2) {
  width: 23%;
  position: relative;
}

.content-form__item form {
  margin-bottom: 20px;
  position: relative;
}

.content-form__item form input {
  border-color: #272727;
}

.content-form__item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #A3A3A3;
}

@media (max-width: 992px) {
  .content-form__item {
    padding: 100px 15px;
  }
}

.content-process {
  padding: 100px 40px;
  margin: 0 -40px;
  background: #F9F9F9;
}

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

.content-process__nav {
  margin-left: 20px;
  height: 500px;
}

.content-process__nav-item {
  width: 140px;
  height: 77px !important;
}

.content-process__nav-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-process__nav img {
  height: 75px;
}

.content-process__for {
  width: 100%;
  width: calc(100% - (77px + 40px));
  height: 500px;
}

.content-process__for img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.content-process__for-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-process__for-item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.61%, #272727), color-stop(50%, rgba(39, 39, 39, 0)));
  background: linear-gradient(0deg, #272727 21.61%, rgba(39, 39, 39, 0) 50%);
}

.content-process__for-item__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  color: #ffffff;
  max-width: 540px;
  margin: 0 auto;
}

.content-process__for-item__text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.content-process__for-item__text p {
  max-width: 750px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 992px) {
  .content-process {
    padding: 100px 15px;
    margin: 0 -15px;
  }
  .content-process__for {
    display: none;
  }
  .content-process__nav {
    height: 280px;
    margin-right: unset;
  }
  .content-process__nav-item {
    max-width: 280px;
    height: 280px;
  }
  .content-process__nav img {
    height: inherit;
  }
}

.content-portfolio .portfolio-section-slider {
  height: 441px;
}

.content-portfolio .portfolio-section-slider .open-slide {
  width: 436px !important;
}

@media (max-width: 992px) {
  .content-portfolio .portfolio-section-slider {
    height: 582px;
  }
}

.portfolio-zone {
  padding: 100px 0;
}

.portfolio-zone__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: (220px)[2];
      grid-template-rows: repeat(2, 220px);
}

.portfolio-zone__block-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
}

.portfolio-zone__block-item::before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #272727;
  opacity: 0.7;
  -webkit-transition: .4s;
  transition: .4s;
}

.portfolio-zone__block-item a {
  z-index: 1;
  font-size: 29px;
  font-weight: bold;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.portfolio-zone__block-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.portfolio-zone__block-item:hover::before {
  opacity: 1;
}

.portfolio-zone__block-item:hover a {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.portfolio-zone__block-item:nth-child(1) {
  grid-column: span 3;
}

.portfolio-zone__block-item:nth-child(2) {
  grid-column: span 3;
}

.portfolio-zone__block-item:nth-child(3) {
  grid-column: span 2;
}

.portfolio-zone__block-item:nth-child(4) {
  grid-column: span 2;
}

.portfolio-zone__block-item:nth-child(5) {
  grid-column: span 2;
}

@media (min-width: 991px) {
  .portfolio-zone__block-item:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .portfolio-zone__block-item:hover::before {
    opacity: 1;
  }
  .portfolio-zone__block-item:hover a {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}

@media (max-width: 1200px) {
  .portfolio-zone {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .portfolio-zone__block {
    margin: 0 -15px;
    display: block;
  }
  .portfolio-zone__block-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .portfolio-zone__block-item a {
    width: 100%;
    padding: 25px 15px;
    font-size: 19px;
  }
}

.portfolio-cards {
  z-index: 1;
  position: relative;
  padding: 0 0 100px 0;
  margin-top: 100px;
}

.portfolio-cards::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38%;
  background: white;
}

.portfolio-form {
  margin: 0 -40px;
}

.portfolio-blog {
  padding: 100px 0;
}

.portfolio-blog__slider {
  margin: 0 -20px;
}

.portfolio-blog__slider .blog-item {
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .portfolio-blog {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .portfolio-blog__slider {
    margin: unset;
  }
  .portfolio-blog__slider .blog-item {
    max-width: 380px;
    padding: unset;
    margin: 0 20px;
  }
}

@media (max-width: 768px) {
  .portfolio-blog__slider .blog-item {
    max-width: 280px;
    margin: 0 10px;
  }
}

.portfolio-list .cards-block {
  margin-bottom: 40px;
}

.portfolio-list .mobile {
  display: none;
}

.portfolio-list button {
  display: block;
  margin: 0 auto;
  padding: 12.5px 0;
}

.portfolio-list .form {
  margin: 100px auto;
  max-width: 920px;
}

@media (max-width: 1366px) {
  .portfolio-list .form-block__item form div .button {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .portfolio-list {
    padding-top: 30px;
  }
  .portfolio-list .cards-block {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}

@media (max-width: 992px) {
  .portfolio-list {
    padding-top: 20px;
  }
  .portfolio-list .mobile {
    display: block;
  }
  .portfolio-list #pdopage {
    display: none;
  }
}

.portfolio-detail__banner {
  position: relative;
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 120px;
  text-align: center;
}

.portfolio-detail__banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #272727;
  opacity: 0.7;
}

.portfolio-detail__banner h2 {
  position: relative;
  z-index: 1;
  /* margin-bottom: 40px; */
  font-size: 48px;
  text-transform: uppercase;
  color: white;
}

.portfolio-detail__text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.portfolio-detail__text img {
  height: auto;
}

.portfolio-detail__price {
  padding: 0 0 80px;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}

.portfolio-detail__price .red {
  color: #E81600;
}

.portfolio-detail__price .red .price {
  font-size: 35px;
  white-space: nowrap;
}

.portfolio-detail__slider {
  padding-bottom: 100px;
}

.portfolio-detail__slider .cards-block {
  display: block;
  margin: 0 -20px;
}

.portfolio-detail__slider .cards-block__item {
  margin: 0 20px;
}

@media (max-width: 1366px) {
  .portfolio-detail__slider .title-block {
    -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;
  }
  .portfolio-detail__slider .title-block__text {
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .portfolio-detail {
    padding-top: 20px;
  }
  .portfolio-detail__banner h2 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .portfolio-detail__slider .title-block {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .portfolio-detail__slider .title-block__text {
    margin-bottom: unset;
  }
  .portfolio-detail__slider .title-block__buttons {
    display: none;
  }
  .portfolio-detail__slider .cards-block {
    display: block;
    margin: unset;
  }
  .portfolio-detail__slider .cards-block__item {
    margin: 0 40px 0 0;
    max-width: 280px;
  }
  .portfolio-detail .form-block__item {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .portfolio-detail__banner {
    padding: 20px;
    text-align: center;
  }
  .portfolio-detail__banner h2 {
    font-size: 32px;
  }
  .portfolio-detail__slider .cards-block__item {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 576px) {
  .portfolio-detail__price {
    text-align: center;
  }
}

.blog-cards {
  padding: 100px 0;
}

.blog-cards__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 40px;
}

.blog-cards .button {
  display: block;
  max-width: 190px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.about-page .form {
  margin: 100px 0;
}

.about-info__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}

.about-info__block-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.about-info__block-text p + p {
  margin-top: 20px;
}

.about-comand {
  position: relative;
}

.about-comand__prev {
  z-index: 1;
  position: absolute;
  left: 60px;
  bottom: 0;
}

.about-comand__prev svg {
  display: none;
}

.about-comand__next {
  z-index: 1;
  position: absolute;
  right: 60px;
  bottom: 0;
}

.about-comand__next svg {
  display: none;
}

.about-comand__slider {
  position: relative;
  padding: 40px 0 60px 0;
}

.about-comand__slider::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 25%;
  border: 20px solid #E81600;
}

.about-comand__slider .container {
  position: relative;
}

.about-comand__slider-item {
  text-align: center;
  padding: 0 20px;
}

.about-comand__slider-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.about-comand__slider-item__text {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.about-comand__slider-item__text h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-comand__slider-item__text p {
  font-family: "Roboto", sans-serif;
}

.about-comand__slider-item.slick-current .about-comand__slider-item__text {
  margin: 0 auto;
  opacity: 1;
}

@media (max-width: 1440px) {
  .about-comand__prev {
    left: 40px;
  }
  .about-comand__next {
    right: 40px;
  }
}

@media (max-width: 1200px) {
  .about-page .form {
    margin: 80px 0;
  }
  .about-comand__slider-item__text h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .about-comand__prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .about-comand__prev, .about-comand__next {
    z-index: 10;
  }
  .about-comand__prev svg, .about-comand__next svg {
    display: block;
    height: 45px;
    width: 45px;
  }
  .about-comand__prev p, .about-comand__next p {
    display: none;
  }
  .about-comand__prev img, .about-comand__next img {
    display: none;
  }
  .about-comand__slider::before {
    max-width: 37%;
    width: 100%;
    border: 13px solid #E81600;
  }
  .about-comand__slider-item {
    padding: 0;
  }
  .about-comand__slider-item__img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .about-comand__slider-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-comand__slider-item__text {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .about-info__block {
    display: block;
  }
  .about-comand__slider {
    padding: 10px 0 60px;
  }
  .about-comand__slider::before {
    max-width: 270px;
  }
  .about-comand__prev, .about-comand__next {
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: unset;
    display: block !important;
  }
}

@media (max-width: 576px) {
  .about-comand__prev {
    left: 15px;
  }
  .about-comand__next {
    right: 15px;
  }
  .about-comand__prev, .about-comand__next {
    background: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 13px 12px 30px rgba(54, 54, 74, 0.2);
            box-shadow: 13px 12px 30px rgba(54, 54, 74, 0.2);
  }
  .about-comand__prev svg, .about-comand__next svg {
    height: 25px;
    width: 25px;
    margin: 0;
  }
  .about-comand__slider {
    padding: 40px 0 60px 20px;
  }
  .about-comand__slider::before {
    z-index: 0;
    top: 50%;
    left: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 13px solid #E81600;
    height: 370px;
  }
  .about-comand__slider-item {
    padding: 0 20px;
  }
  .about-comand__slider-item__text h3 {
    font-size: 19px;
  }
  .about-comand__slider-item img {
    max-width: 160px;
  }
}

.reviews-section .container {
  position: relative;
}

.reviews-section .slick-dots {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-description {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.reviews-slider {
  padding-bottom: 90px;
}

.reviews-slider .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews-slider .pagination li + li {
  margin-left: 15px;
}

.reviews-slider .pagination li a {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #A3A3A3;
}

.reviews-slider .pagination .active a {
  color: #E81600;
}

.reviews-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 40px;
}

.reviews-slider__item img {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
}

.reviews-slider__item:nth-child(2n) img {
  margin-left: auto;
  width: 75px;
  height: 85px;
}

.reviews-slider__item img {
  margin-right: 40px;
}

.reviews-slider__item-block {
  width: 70%;
  padding: 20px 40px;
  font-size: 18px;
  background: white;
}

.reviews-slider__item-block img {
  display: none;
}

.reviews-slider__item-block h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.reviews-slider__item-block h4 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.reviews-slider__item-block p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.reviews-prev {
  margin-right: auto;
}

.reviews-next {
  margin-left: auto;
}

.reviews-form {
  margin: 100px 0;
}

.reviews-form .form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews-form .form-inputs .controls:nth-child(1),
.reviews-form .form-inputs .controls:nth-child(2) {
  width: 47%;
}

.reviews-form .form-inputs .controls:nth-child(3) {
  width: 100%;
}

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

.reviews-form .form-block form textarea {
  height: 82px;
  margin-bottom: 20px;
}

.reviews-form .form-block {
  height: auto;
}

@media (max-width: 992px) {
  .reviews-form {
    margin: 80px 0;
  }
  .reviews-form .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews-form .form-block form div + div {
    margin-left: unset;
  }
  .reviews-form .form-block form textarea {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .reviews-slider {
    padding-bottom: 90px;
  }
  .reviews-slider__item:nth-child(2n) img {
    margin-left: unset;
  }
  .reviews-slider__item img {
    display: none;
  }
  .reviews-slider__item-block {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    background: white;
  }
  .reviews-slider__item-block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reviews-slider__item-block div div {
    display: block;
  }
  .reviews-slider__item-block img {
    display: block;
    width: 60px;
    height: 67px;
    margin-right: 15px;
  }
  .reviews-slider__item-block h3 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .reviews-slider__item-block h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: unset;
  }
  .reviews-slider__item-block p {
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
  }
}

.vacancies-page .form {
  margin: 100px 0;
}

.vacancies-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.vacancies-block__item {
  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;
}

.vacancies-block__item img {
  width: 100%;
}

.vacancies-block__item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #272727;
  color: white;
}

.vacancies-block__item-info h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
}

.vacancies-block__item-info h2 .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  width: 35px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
}

.vacancies-block__item-info h2 .button-block.active {
  display: none;
  opacity: 0;
}

.vacancies-block__item-info h2 .button-block span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E81600;
}

.vacancies-block__item-info__block {
  margin-top: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  height: 0;
  overflow: hidden;
}

.vacancies-block__item.open .vacancies-block__item-info__block {
  margin-top: 15px;
  height: 44px;
}

.vacancies-block__item-info__block p {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.articles-slider__item {
  height: 440px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.articles-slider__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articles-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 1367px) {
  .vacancies-page .form {
    margin: 80px 0;
  }
  .vacancies-block {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .vacancies-block {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .vacancies-block__item.open .vacancies-block__item-info__block {
    margin-top: 15px;
    height: 51px;
  }
}

@media (max-width: 767px) {
  .articles-slider__item {
    max-width: 300px;
    width: 100%;
    height: 380px;
  }
}

@media (max-width: 576px) {
  .vacancies-block {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.articles-section {
  padding-bottom: 100px;
}

.articles-slider {
  margin: 0 -20px;
}

.articles-slider__item {
  padding: 0 20px;
}

.contacts-page .form {
  margin: 100px 0;
}

.contacts-info {
  margin-top: 40px;
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}

.contacts-block__address {
  max-width: 430px;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
}

.contacts-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-block__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 65px;
  margin-bottom: 40px;
}

.contacts-block__info-block a {
  font-weight: bold;
  color: #272727;
}

.contacts-block__info-block a:hover {
  text-decoration: underline;
}

.contacts-block__info-block a + a {
  margin-top: 15px;
}

.contacts-block__info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.contacts-block__info-social div {
  width: 50px;
}

.contacts-block__info-social div svg {
  width: 50px;
  height: 50px;
}

.contacts-block__info-social div + div {
  margin-left: 20px;
}

#contact-map {
  width: 100%;
  height: 600px;
}

@media (max-width: 1200px) {
  .contacts-page .form {
    margin: 80px 0;
  }
}

@media (max-width: 992px) {
  .social-section-block__item.vk svg > rect {
    fill: #4680C2;
  }
  .social-section-block__item.instagram svg > rect {
    fill: #BC0097;
  }
  .social-section-block__item.facebook svg > rect {
    fill: #4267B2;
  }
  .social-section-block__item.zen svg > rect {
    fill: #E81600;
  }
  .social-section-block__item.behance svg > rect {
    fill: #053eff;
  }
  .social-section-block__item.vk svg path {
    fill: #fff;
  }
  .social-section-block__item.instagram svg path {
    fill: #fff;
  }
  .social-section-block__item.facebook svg path {
    fill: #fff;
  }
  .social-section-block__item.zen svg path {
    fill: #fff;
  }
  .social-section-block__item.behance svg path {
    fill: #fff;
  }
}

@media (max-width: 576px) {
  #contact-map {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .technology {
    padding-top: 0;
  }
}

.technology .form {
  margin: 100px 0;
}

.content-projects__block-banner .swiper-slide,
.content-process__for .swiper-slide {
  width: 100% !important;
}

@media screen and (max-height: 850px) {
  .banner-block__item-category h2 {
    font-size: 50px;
  }
}

.error {
  height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-block {
  position: relative;
  max-width: 52%;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.error-block::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: #ffffff;
}

.error h1 {
  position: relative;
  z-index: 1;
  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;
  font-size: 17.5vw;
}

.error-img {
  width: 15vw;
  height: 15vw;
  margin: 0 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #C4C4C4;
}

.error-img img {
  width: 15vw;
  height: 17vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.error p {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #A3A3A3;
}

.error .button {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .error-block {
    max-width: 65%;
  }
  .error-img {
    margin: 0 15px;
  }
}

@media (max-width: 992px) {
  .error p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .error-block {
    max-width: 100%;
    padding: 15px;
  }
  .error h1 {
    font-size: 130px;
  }
  .error-img {
    max-width: 110px;
    min-width: 110px;
    width: 110px;
    height: 110px;
  }
  .error-img img {
    width: 150px;
    height: 150px;
  }
  .error p {
    margin: 15px 0 30px 0;
    font-size: 18px;
  }
}

@media (max-width: 450px) and (min-width: 320px) {
  .products-slider__item-info img {
    width: 70%;
  }
  .products-slider__item-link div {
    width: 70%;
  }
}

@media (max-width: 470px) {
  .banner-page__button-prev,
  .banner-page__button-next {
    display: none !important;
  }
  .banner-page__item-inner {
    padding: 0;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-page__item h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
  }
  .banner-page__item-inner {
    height: auto;
  }
  .banner-page__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 998px) {
  .vacancies-block__item:hover .vacancies-block__item-info__block {
    height: 44px;
    margin-top: 15px;
  }
}

.sldr2 {
  background: url("/assets/img/service/project-main.jpg") 0% 0%/cover no-repeat;
  width: 140px;
  height: 78px;
  cursor: pointer;
}

.img-big {
  height: auto !important;
}

.arrows-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  z-index: 4000;
  width: 100%;
}

.arrow-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  width: 80px;
  height: 50px;
}

.hb-2 {
  margin-top: 50px;
}

.nav-img-about {
  margin-left: 20px;
}

@media (max-width: 996px) {
  .sldr2 {
    height: auto;
  }
  .hover-block {
    display: none;
  }
  .hover-block:hover {
    display: none;
  }
}

.hover-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0;
  background: #c42e0c9b;
  color: white;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.hover-block:hover {
  opacity: 1;
}

.thumb-wrapper-for-hover {
  position: relative;
  display: block;
}

.portfolio-list .form .form-block {
  height: auto;
}

.portfolio-detail .form-block {
  margin-bottom: 30px;
  height: auto;
}

.slick-slide img {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.portfolio-detail__price p {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .advantages {
    padding: 60px 0 50px 0;
  }
  .advantages-block__item h3 {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .reviews-form .form-inputs .controls:nth-child(1),
  .reviews-form .form-inputs .controls:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 678px) {
  .content-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-content p {
    width: 100% !important;
  }
  .reviews-form .form-block {
    padding: 40px 35px !important;
  }
  .form-block form div {
    max-width: 100%;
  }
}

.banner-block__item-submenu__body {
  overflow-y: auto;
}

.banner-block__item-submenu.underMenu {
  top: 44px;
}

h2.side {
  left: 46% !important;
}

.banner-block__item.showed h2.showed {
  left: 46%;
}

.content-service {
  margin-bottom: 100px;
}

.katalog-content .form {
  margin: 100px auto;
}

.ajax_form .error {
  height: auto;
  border: 2.5px solid brown;
}

.content-process__for-item > a {
  width: 100%;
  z-index: 1;
}

.content-process__for-item__text {
  top: auto;
  z-index: 1;
}

.reviews-form .form-block {
  padding: 0;
}

.banner-page__button.unactive {
  display: none;
}

span.invisible {
  display: none;
}

.contacts-block__info-social div a {
  display: block;
}

@media screen and (max-width: 1200px) {
  .blog-cards__block {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 992px) {
  .katalog-content .form {
    margin: 0 0px 100px;
  }
}

@media screen and (max-width: 820px) {
  .blog-cards__block {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 520px) {
  .blog-cards__block {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.section-content {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-content img {
  margin: 15px 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-content.history-block {
  max-width: 100%;
  padding: 25px 0;
}

.katalog-content .advantages-block__item-block {
  background: white;
}

.katalog-content .content-form__item:before {
  content: unset;
}

.katalog-content .content-steps__block-item__box {
  background: white;
}

.portfolio-detail .advantages-block__item-block {
  background: white;
}

.modal-block {
  background: white;
}

.modal-block__close {
  color: #272727;
}

.modal-block .title {
  color: black;
}

.modal-block .subtitle {
  color: black;
}

.button {
  background: #E81600;
  border-radius: 10px;
}

.header-button a {
  background: #E81600;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 27px 11px 28px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
}

.header-button a:hover {
  background: #FF0809;
}

.header-button a:active {
  background: #CC1704;
}

body.fixed {
  overflow: hidden;
}

.content-wrapper .content_overlay {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: none;
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.content-wrapper.overlay .content_overlay {
  opacity: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.breadcrumbs span, .breadcrumbs a {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}

.breadcrumbs svg {
  margin: 0 10px;
}

.banner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-page .slick-dots {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner-page .slick-dots li {
  height: 10px;
}

.banner-page .slick-dots .slick-active button {
  background: #fff;
}

.banner-page .slick-dots button {
  border: none;
  width: 6px;
  padding: 0;
  height: 6px;
  border-radius: 69%;
  overflow: hidden;
  color: transparent;
  background: #a2a2a2;
  margin: 0 6px;
}

.banner-page .slick-dots button:focus {
  outline: none !important;
}

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

.column {
  margin-bottom: 30px;
  display: inline-block;
}

.column:nth-child(even) {
  width: 47%;
}

.column:nth-child(odd) {
  width: 50%;
}

.section-content .full_width img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-comand__slider-item__img img {
  max-height: 384px;
}

.form-small-text {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  color: #5D5D5D;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

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

.content-projects__block-img {
  margin-left: 20px;
  position: relative;
}

.swiper-slide-thumb-active {
  position: relative;
}

.swiper-slide-thumb-active:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #E81600;
  opacity: .4;
}

.section-content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.about-info .full_width {
  max-height: 540px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
}

.wrapper_flex {
  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;
  min-height: 100vh;
  background: #F9F9F9;
}

.form-small-text a {
  color: #919191;
}

@media (max-width: 1200px) {
  .content-process {
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .content-projects__block-img {
    margin-left: 0;
  }
  .content-projects__block-img .swiper-slide,
  .content-process__nav-item {
    width: 222px !important;
    height: 222px !important;
  }
  .content-projects__block-img {
    margin-bottom: 0px;
  }
  .content-process__nav {
    margin-left: 0;
  }
  .swiper-slide-thumb-active:before {
    display: none;
  }
  .katalog-content .form {
    width: 100%;
  }
  .content-portfolio .portfolio-section-slider {
    height: 510px;
  }
  .content-form__item-title {
    font-size: 30px;
  }
  .content-form__item form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .content-form__item .form-item > div {
    width: auto;
    max-width: 340px;
    margin-bottom: 20px;
  }
  .content-form__item-under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-form__item-under {
    margin-top: 0;
  }
  .content-form__item-under-item:nth-child(2) {
    width: 100%;
    min-width: 340px;
    margin-bottom: 10px;
  }
  .content-form__item:before {
    display: none;
  }
  .content-form__item {
    padding: 100px 15px 0;
  }
  .content-process__nav {
    height: 240px;
  }
  .content-process {
    padding: 60px 15px;
  }
}

@media (max-width: 768px) {
  .form-block {
    padding: 50px 97px 50px 95px;
  }
}

@media (max-width: 620px) {
  .content-portfolio .portfolio-section-slider {
    height: 400px;
  }
  .portfolio-section-slider .portfolio-section-slider__title img {
    width: 80px;
  }
  .portfolio-section-slider .portfolio-section-slider__title h2 {
    font-size: 30px;
  }
  .content-form__item {
    padding: 40px 15px 0;
  }
  .content-form__item-title {
    font-size: 20px;
  }
  .button {
    font-size: 16px;
  }
  .content-form__item-under-item:nth-child(2) {
    min-width: auto;
  }
  .content-form__item .form-item > div:not(.form-button) {
    margin-right: 0;
  }
  .form-block {
    padding: 50px 20px;
  }
}

@media (max-width: 420px) {
  .portfolio-section-slider .portfolio-section-slider__title img {
    margin-left: 20px;
  }
}

header .header-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

header .header-menu__mainline {
  height: 100%;
}

header .header-menu a {
  color: #8B8B8B;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

header .header-menu a:hover {
  color: #181818;
}

header .header-menu__mainline-item.active a, header .header-menu__mainline-item.static-active a {
  color: #181818;
}

header .header-menu__mainline-item.active a:before, header .header-menu__mainline-item.static-active a:before {
  width: 100%;
}

.header-menu__block {
  top: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: absolute;
  width: 100%;
}

.header-menu__block ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 0;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  width: 100%;
}

.header-menu__block ul li {
  margin-right: 30px;
}

.header-menu__block ul li:last-child {
  margin-right: 0;
}

.header-menu__block ul a {
  color: #8B8B8B;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 16px;
  position: relative;
}

.header-menu__block ul a:hover {
  color: #181818;
}

.header-menu__block ul a:hover:before {
  width: 100%;
}

.header-menu__block ul a:before {
  position: absolute;
  content: '';
  bottom: -13px;
  height: 3px;
  width: 0;
  background: #000;
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
}

.header-menu__block ul a.active {
  color: #181818;
}

.header-menu__block ul a.active:before {
  width: 100%;
}

.header-menu__block.active {
  top: 70px;
}

#mobile-menu-icon {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
}

#mobile-menu-icon span {
  height: 2px;
  background: #181818;
  width: 100%;
  position: absolute;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#mobile-menu-icon span:nth-child(1) {
  top: 0;
}

#mobile-menu-icon span:nth-child(2) {
  top: 50%;
}

#mobile-menu-icon span:nth-child(3) {
  top: 100%;
}

@media (max-width: 992px) {
  #mobile-menu-icon {
    display: block;
  }
  .header-menu__block {
    display: none;
  }
  .header-menu {
    top: 70px;
    position: fixed;
    min-height: 100vh;
    width: 400px;
    background: #fff;
    right: -400px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .header-menu.open {
    display: block;
    right: 0;
  }
  .header .header-menu__mainline {
    overflow: auto;
    padding-bottom: 20px;
  }
  .header-menu__mainline-item {
    background: #fff;
  }
  .header-menu__mainline-item.open .main-link a {
    color: #181818;
  }
  .header-menu__mainline-item.open .main-link svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-menu__mainline-item.open .main-link svg path {
    stroke: #E81600;
  }
}

@media (max-width: 440px) {
  .header-menu {
    right: -440px;
    width: 100%;
  }
}

.banner-block__item-submenu.hovered {
  top: 0px;
}

.banner-block__item-submenu.main_hovered {
  top: 43px;
}

.banner-block__item-submenu.opened {
  top: 43px;
}

.banner-block__item h2.hovered {
  left: 47%;
}

.catalog-section {
  background: #F7F7F7;
  padding: 80px 0 70px;
}

.catalog-section .title {
  color: #464646;
  text-transform: none;
  width: 540px;
  margin-bottom: 0;
}

.catalog-section__banner {
  position: absolute;
  bottom: 0;
  height: 153px;
  right: 0;
}

.catalog-under {
  margin-top: 50px;
}

.catalog-under__category {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  display: grid;
}

.catalog-under__category-item {
  position: relative;
  height: 205px;
}

.catalog-under__category-item:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
}

.catalog-under__category-item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row: 1;
}

.catalog-under__category-item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  height: 440px;
}

.catalog-under__category-item:hover:before {
  opacity: 0;
}

.catalog-under__category-item:hover:after {
  opacity: 1;
}

.catalog-under__category-item:hover span:before {
  width: 100%;
}

.catalog-under__category-item:before {
  position: absolute;
  content: '';
  background: rgba(39, 39, 39, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.catalog-under__category-item:after {
  position: absolute;
  content: '';
  background: linear-gradient(2.24deg, #272727 2.08%, rgba(39, 39, 39, 0) 60.39%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  opacity: 0;
}

.catalog-under__category-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.catalog-under__category-item a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  z-index: 1;
}

.catalog-under__category-item a span {
  position: relative;
  z-index: 1;
}

.catalog-under__category-item a span:before {
  position: absolute;
  content: '';
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
  width: 0;
  height: 3px;
  background: #fff;
  bottom: -3px;
}

.steps-list__inner {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.steps-list__inner-container {
  margin-top: 20px;
  display: none;
  width: 100%;
}

.steps-list__inner-content {
  padding: 40px 32px 85px;
}

.steps-list__inner-image {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.steps-list__inner-title {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.steps-list__inner-text {
  font-family: "Roboto", sans-serif;
  color: #464646;
  line-height: 1.5;
  margin-bottom: 30px;
}

.steps-list__inner-button a {
  background: #E81600;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 27px 11px 28px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
}

.steps-list__inner-button a:hover {
  background: #FF0809;
}

.steps-list__inner-button a:active {
  background: #CC1704;
}

@media (max-width: 1200px) {
  .catalog-section .title {
    font-size: 20px;
    width: 450px;
  }
  .catalog-section__banner {
    width: calc(100% - 440px);
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog-section__banner img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: left;
       object-position: left;
  }
  .catalog-under__category-item a {
    font-size: 28px;
  }
}

@media (max-width: 980px) {
  .portfolio-section-slider {
    height: 520px;
  }
  .portfolio-section-slider__title {
    left: auto;
    right: 80px;
  }
  .portfolio-section-slider .portfolio-section-slider__title h2 {
    font-size: 32px;
  }
  .portfolio-section-slider .swiper-wrapper {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .catalog-section .title {
    width: 300px;
    font-size: 16px;
  }
  .catalog-section__banner {
    width: calc(100% - 300px);
  }
  .catalog-under__category {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .catalog-under__category-item:nth-child(1) {
    grid-row: auto;
  }
  .steps-list li {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .steps-list__text {
    width: calc(100% - 120px);
  }
  .num {
    font-size: 32px;
  }
  .steps-list__number {
    width: 32px;
  }
  .steps-list__text {
    font-size: 18px;
  }
  .steps-list__text svg {
    width: 20px;
    height: 10px;
  }
}

@media (max-width: 620px) {
  .steps-list__text {
    width: calc(100% - 81px);
  }
  .steps-list__inner-content {
    padding: 20px 30px 40px;
  }
  .steps-list__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  .portfolio-section-slider__item {
    width: 300px !important;
    height: 300px;
  }
  .portfolio-section-slider {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .steps-list__inner {
    -ms-grid-rows: 200px 1fr;
        grid-template-rows: 200px 1fr;
  }
  .catalog-under__category {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .catalog-under__category-item {
    height: 150px;
  }
  .catalog-under__category-item a {
    font-size: 22px;
  }
  .catalog-under__category-item img {
    width: 100%;
  }
  .catalog-under__category-item:nth-child(2) {
    grid-row: auto;
  }
  .catalog-under__category-item:nth-child(3) {
    grid-row: auto;
    height: 205px;
  }
}

@media (max-width: 470px) {
  .catalog-under.inContent {
    margin-right: -15px;
    margin-left: -15px;
  }
  .catalog-under .container {
    margin: 0;
  }
  .catalog-under .title-block__text {
    margin: 0 15px;
  }
  .catalog-under .catalog-under__category-item {
    height: 90px;
  }
  .catalog-under .catalog-under__category-item a {
    padding: 23px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 19px;
    font-weight: normal;
  }
  .portfolio-section-slider .portfolio-section-slider__title h2 {
    font-size: 26px;
  }
}

.content-wrapper_aside-menu {
  position: absolute;
  top: 130px;
  left: -350px;
  width: 350px;
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
  height: 100vh;
  overflow: auto;
  padding: 30px 40px;
  z-index: 100;
  background: #fff;
}

.content-wrapper_aside-menu a {
  color: #181818;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.content-wrapper_aside-menu a:hover {
  text-decoration: underline;
}

.content-wrapper_aside-menu li {
  margin-bottom: 20px;
}

.content-wrapper_aside-menu.open {
  left: 0px;
}

.content-wrapper_aside-menu ul {
  position: relative;
}

.content-wrapper_aside-link {
  padding: 14px 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-wrapper_aside-link svg {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.content-wrapper_aside-link span {
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin-right: 15px;
}

.content-wrapper_aside-link span:hover {
  margin-right: 10px;
}

@media (max-width: 420px) {
  .content-wrapper_aside-menu {
    width: 100%;
    left: -440px;
    padding: 40px 20px;
  }
  .content-wrapper_aside-link {
    padding: 14px 15px;
    font-size: 18px;
  }
  .content-wrapper_aside-link svg {
    width: 20px;
    height: 20px;
  }
}

.products-slider__item-link {
  height: 150px;
  overflow: hidden;
}

.products-slider__item-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .content-steps__block {
    margin-right: -15px;
  }
  .content-projects__block {
    margin-right: -15px;
  }
}

@media (max-width: 575px) {
  .catalog-section {
    padding: 40px 0;
  }
  .catalog-section .title {
    width: unset;
    font-size: 18px;
  }
  .catalog-section__banner {
    display: none;
  }
  .catalog-under {
    margin-top: 80px;
  }
  .advantages {
    padding: 80px 0 40px;
  }
  .products {
    padding: 40px 0;
  }
  .portfolio-section {
    padding: 40px 0;
  }
  .portfolio-detail {
    padding-top: 0;
  }
  .portfolio-list {
    padding-top: 0;
  }
  .steps {
    background: #f5f5f5;
  }
  .partners {
    padding-bottom: 40px;
  }
  .blog-cards {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=main.css.map */