/**********************************************************************/
.page-home {
  background-color: #181818;
}
.page-home .home__content {
  display: flex;
  flex-direction: column;
}

/**********************************************************************/
.home__titlemob {
  display: none;
}
.home__marqarea .marquee {
  position: relative;
  z-index: 15;
}
.home__marqarea .marquee__txt {
  margin-right: 120px;
  font-size: 120px;
  font-weight: 500;
  line-height: 160px;
  color: #ffffff;
  text-transform: uppercase;
}

/**********************************************************************/
.home__videoarea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 940px;
  max-width: calc(100% - 95px);
  padding-top: 70px;
  margin-bottom: 80px;
}
.home__videoarea .videoarea__video {
  width: 100%;
}
.home__videoarea .videoarea__navcontent {
  position: absolute;
  left: 100%;
  bottom: 0;
  display: flex;
  transform: rotate(-90deg) translateY(calc(100% + 15px));
  transform-origin: left bottom;
}
.home__videoarea .videoarea__navicon {
  position: relative;
  width: 75px;
  height: 75px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.home__videoarea .videoarea__navicon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-7px, -3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  border-color: #ffffff transparent transparent transparent;
  transition: transform 0.3s;
}
.home__videoarea .videoarea__navicon:hover {
  opacity: 0.6;
}
.home__videoarea .videoarea__navicon:hover:before {
  transform: translate(-7px, -3px) scale(2);
}
.home__videoarea .videoarea__navtitle {
  margin: auto 20px auto 0;
  /*font-family: "Ogg", sans-serif;*/
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

/**********************************************************************/
.home__request {
  padding-top: 80px;
  padding-bottom: 40px;
}

/**********************************************************************/
.home__aboutarea {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 150px 0;
}
.home__aboutarea:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  z-index: 10;
}
.home__aboutarea .aboutarea {
  display: flex;
  justify-content: flex-end;
}
.home__aboutarea .aboutarea .aboutarea__infocol {
  width: calc(40% - 100px);
  max-width: 360px;
  margin-right: 100px;
  z-index: 15;
}
.home__aboutarea .aboutarea .aboutarea__title {
  margin: 5px 0 130px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #1d1d1d;
  text-transform: uppercase;
}
.home__aboutarea .aboutarea .aboutarea__descr {
  margin-bottom: 90px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  color: #1c1c1c;
}
.home__aboutarea .aboutarea .aboutarea__btn {
  background-color: #f8f8f8;
}
.home__aboutarea .aboutarea .aboutarea__btn:hover {
  background-color: #000000;
}
.home__aboutarea .aboutarea .aboutarea__logocol {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding:  10px;
  background-color: #ffffff;
  z-index: 15;
}
.home__aboutarea .aboutarea .aboutarea__logos {
  width: 100%;
}
.home__aboutarea .aboutarea .logoslider .slider__arr_l {
  left: -30px;
}
.home__aboutarea .aboutarea .logoslider .slider__arr_r {
  right: -30px;
}
.home__aboutarea .aboutarea .aboutarea__logos .logoslider__col {
  display: flex;
  flex-direction: column;
  outline: none;
}
.home__aboutarea .aboutarea .aboutarea__logo {
  display: flex;
  flex-direction: column;
  width: 125px;
  height: 75px;
  margin: 20px auto;
}
.home__aboutarea .aboutarea .aboutarea__logo img {
  margin: auto;
}

/**********************************************************************/
.home__projects {
  width: 920px;
  padding: 180px 0 100px;
  margin: 0 auto;
}
.home__projects .projects__title {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
  text-transform: uppercase;
}
.home__projects .projects__title.showLine:before {
  display: none;
}
.home__projects .projects__items {
  display: flex;
  flex-direction: column;
}
.home__projects .projects__item {
  margin-bottom: 65px;
}
.home__projects .projectitem img {
  width: 100%;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
.home__projects .projects__item:hover img {
  opacity: 0.6;
}
.home__projects .projectitem__title {
  position: relative;
  width: 100%;
  padding-bottom: 17px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  transition: opacity 0.3s;
}
.home__projects .projectitem__title.showLine:before {
  height: 2px;
}
.home__projects .projects__item:hover .projectitem__title {
  opacity: 0.6;
}
.home__projects .projectitem__meta {
  display: flex;
  padding: 25px 0;
}
.home__projects .projectitem__tags {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 60px + 24px);
  margin: 0 -12px;
}
.home__projects .projectitem__tag {
  margin: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #f0f0f0;
  text-transform: uppercase;
}
.home__projects .projectitem__year {
  width: 60px;
  font-family: "Ogg", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #e6e6e6;
  text-align: right;
}

/**********************************************************************/
.home__why {
  position: relative;
  width: 920px;
  padding: 100px 0 80px;
  margin: 0 auto;
}
.home__why:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
}
.home__why .why__title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #000000;
  text-transform: uppercase;
  z-index: 15;
}
.home__why .why__title.showLine:before {
  height: 2px;
  background-color: #000000;
}
.home__why .why__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 15;
}
.home__why .why__info {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
.home__why .why__txt1 {
  max-width: 420px;
  margin-bottom: 40px;
}
.home__why .why__txt1 p {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #1d1d1d;
}
.home__why .why__txt2 {
  margin-bottom: 75px;
}
.home__why .why__txt2 p {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  color: #333333;
}
.home__why .why__img-m {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.home__why .why__img-m img {
  width: 305px;
}
.home__why .why__img-s {
  display: flex;
  flex-direction: column;
}
.home__why .why__img-s img {
  width: 220px;
  margin-left: auto;
}
.home__why .why__img-l {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  margin-top: 80px;
}
.home__why .why__img-l img {
  width: 415px;
  margin: 0 -200px auto auto;
}

/**********************************************************************/
.home__marqarea_btm {
  position: relative;
  padding-bottom: 20px;
}
.home__marqarea_btm:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100vw;
  height: 110%;
  background-color: #ffffff;
  z-index: 10;
}
.home__marqarea_btm .marquee__txt {
  /*margin: 0 80px;
	font-family: "Ogg", sans-serif;
	font-size: 96px;
	line-height: 130px;
	color: transparent;
	text-stroke: 1px #000000;
	-webkit-text-stroke: 1px #000000;*/
  color: #000000;
}

/**********************************************************************/
.home__services {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 230px 0 380px;
}
.home__services:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #494949;
}
.home__services .services__titlemob {
  display: none;
}
.home__services .services__imgcol {
  display: flex;
  flex-direction: column;
  width: calc(100% - 500px);
}
.home__services .services__imgcol img {
  margin-left: auto;
  width: 100%;
  max-width: 730px;
}
.home__services .services__infocol {
  width: 440px;
  margin-left: 60px;
}
.home__services .services__title {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 500;
  line-height: 53px;
  color: #ffffff;
}
.home__services .services__descr {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
}
.home__services .services__descr p {
  margin-bottom: 30px;
}

/**********************************************************************/
.home__servicelist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 130px;
}
.home__servicelist:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #494949;
}
.home__servicelist .servicelist__titlemob {
  display: none;
}
.home__servicelist .servicelist__listarea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 500px);
  margin-top: 220px;
}
.home__servicelist .servicelist__list {
  margin-left: auto;
  width: 100%;
  max-width: 620px;
  padding: 45px 45px 55px;
  background-color: #6b9eff;
}
.home__servicelist .servicelist__listitem {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  transition: opacity 0.3s;
}
.home__servicelist a.servicelist__listitem:hover {
  opacity: 0.6;
}
.home__servicelist .servicelist__itemname {
  width: calc(100% - 250px);
  margin: auto 0;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
}
.home__servicelist .servicelist__itemtxt {
  width: 210px;
  margin: auto 0;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #ffffff;
}
.home__servicelist .servicelist__infocol {
  width: 440px;
  margin-left: 60px;
  margin-top: -320px;
}
.home__servicelist .servicelist__img {
  display: flex;
  flex-direction: column;
  width: 575px;
  margin-left: -175px;
  margin-bottom: 60px;
}
.home__servicelist .servicelist__descr {
  margin-top: 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
}
.home__servicelist .servicelist__descr li:before {
  background-color: #ffffff;
}
.home__servicelist .servicelist__descr p {
  margin-bottom: 40px;
}

/**********************************************************************/
.accordions {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 130px 0;
}
.accordions.accordions-service,
.accordions.accordions-black {
  padding: 0 0 60px;
}
.accordions:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #494949;
}
.accordions.accordions-service:after,
.accordions.accordions-black:after {
  display: none;
}
.accordions .acc {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.accordions .acc:last-child {
  margin-bottom: 0;
}
.accordions .acc__head {
  position: relative;
  padding: 10px 60px 10px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s;
}
.accordions.accordions-black .acc__head {
  color: #000000;
}
.accordions .acc__head:hover {
  opacity: 0.6;
}
.accordions .acc__head:before,
.accordions .acc__head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
  border-radius: 1px;
  background-color: #ffffff;
  transition: opacity 0.3s;
}
.accordions.accordions-black .acc__head:before,
.accordions.accordions-black .acc__head:after {
  background-color: #000000;
}
.accordions .acc__head:before {
  width: 20px;
  height: 2px;
}
.accordions .acc__head:after {
  width: 2px;
  height: 20px;
}
.accordions .acc.open .acc__head:after {
  opacity: 0;
}
.accordions .acc__body {
  display: none;
  padding: 10px 60px 20px 0;
}
.accordions .acc__body p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
}
.accordions.accordions-black .acc__body p {
  color: #000000;
}
.accordions .acc__body p:last-child {
  margin-bottom: 0;
}

/**********************************************************************/
.home__productby {
  display: flex;
  flex-direction: column;
  width: 1460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 115px 0 160px;
}
.home__productby .productby__title {
  width: 550px;
  max-width: 100%;
  margin: 0 auto 90px 0;
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
  color: #ffffff;
  text-transform: uppercase;
}
.home__productby .productby__title span {
  display: inline-block;
  /*padding-top: 10px;
	padding-left: 50px;
	font-family: "Ogg", sans-serif;*/
}
.home__productby .productby__list {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
}
.home__productby .productby__listitem {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  transition: opacity 0.3s;
}
.home__productby .productby__listitem:hover {
  opacity: 0.6;
}
.home__productby .productby__listitem.align-btm {
  flex-direction: row;
  flex-wrap: wrap;
}
.home__productby .productby__listitem .showLine {
  position: relative;
}
.home__productby .productby__listitem.align-btm .showLine {
  order: 1;
  width: 100%;
}
.home__productby .productby__itemlogo {
  display: flex;
  flex-direction: column;
  margin: 25px 0 30px;
}
.home__productby .productby__itemlogo img {
  width: 200px;
  margin-left: auto;
}
.home__productby .productby__listitem.align-btm .productby__itemlogo {
  order: 3;
  width: calc(100% - 400px);
  justify-content: flex-end;
}
.home__productby .productby__itemdescr {
  width: 400px;
  margin: 25px 0 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #ffffff;
}
.home__productby .productby__listitem.align-btm .productby__itemdescr {
  order: 2;
}

/**********************************************************************/
.home__catalog {
  position: relative;
  display: flex;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 0 160px;
}
.home__catalog:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
}
.home__catalog .catalog__titlemob {
  display: none;
}
.home__catalog .catalog__content {
  position: relative;
  width: calc(100% + 40px);
  margin: 0 -20px;
  z-index: 15;
}
.home__catalog .catalog__toprow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.home__catalog .catalog__mainimg {
  width: calc(50% - 4px);
}
.home__catalog .catalog__info {
  display: flex;
  flex-direction: column;
  width: calc(50% - 4px);
  margin-top: 80px;
}
.home__catalog .catalog__subtitle {
  margin-left: 56px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #000000;
  text-transform: uppercase;
}
.home__catalog .catalog__title {
  margin-left: 56px;
  margin-bottom: 65px;
  padding-right: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  color: #000000;
}
.home__catalog .catalog__btn {
  margin-left: 56px;
  margin-bottom: 80px;
}
.home__catalog .catalog__imgs {
  display: flex;
  width: calc(100% + 8px);
  margin: auto -4px 0;
}
.home__catalog .catalog__imgsitem {
  width: calc(50% - 8px);
  margin: 0 4px;
}
.home__catalog .catalog__other {
  width: 100%;
  margin-bottom: 60px;
}
.home__catalog .catalog__slider {
  width: calc(100% + 8px);
  margin: 0 -4px;
}
.home__catalog .catalog__slide {
  margin: 0 4px;
  outline: none;
}

/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1500px) {
  .home__catalog .catalog__info {
    margin-top: 0;
  }
  .home__catalog .catalog__title {
    margin-bottom: 60px;
    font-size: 58px;
    line-height: 58px;
  }
  .home__catalog .catalog__btn {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1380px) {
  /**********************************************************************/
  .home__why .why__img-l img {
    margin-right: -20px;
  }
}

@media screen and (max-width: 1300px) {
  /**********************************************************************/
  .home__catalog .catalog__subtitle {
    margin-bottom: 20px;
  }
  .home__catalog .catalog__title {
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  /**********************************************************************/
  .home__marqarea .marquee {
    position: relative;
    z-index: 15;
  }
  .home__marqarea .marquee__txt {
    margin-right: 60px;
    font-size: 72px;
    line-height: 100px;
  }

  /**********************************************************************/
  .home__videoarea {
    width: 580px;
    max-width: calc(100% + 90px);
    padding-top: 140px;
    margin-bottom: 240px;
  }
  .home__videoarea .videoarea__navcontent {
    transform: rotate(-90deg) translateY(calc(100% + 30px));
  }
  .home__videoarea .videoarea__navicon {
    width: 60px;
    height: 60px;
  }
  .home__videoarea .videoarea__navicon:hover:before {
    transform: translate(-7px, -3px) scale(1.5);
  }
  .home__videoarea .videoarea__navtitle {
    margin-right: 15px;
    font-size: 13px;
    line-height: 20px;
  }

  /**********************************************************************/
  .home__aboutarea {
    gap: 100px;
    padding: 95px 30px;
  }
  .home__aboutarea.no-advantages {
    padding-bottom: 150px;
  }
  .home__aboutarea .aboutarea {
    position: relative;
    flex-direction: column;
  }
  .home__aboutarea .aboutarea .aboutarea__infocol {
    width: 100%;
    max-width: 320px;
    margin-right: 0;
  }
  .home__aboutarea .aboutarea .aboutarea__title {
    display: none;
  }
  .home__aboutarea .aboutarea .aboutarea__descr {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 21px;
  }
  .home__aboutarea .aboutarea .aboutarea__btn {
    position: absolute;
    left: 30px;
    bottom: -70px;
  }
  .home__aboutarea .aboutarea .aboutarea__logocol {
    width: 100%;
    padding: 90px 40px 110px;
  }
  .home__aboutarea .aboutarea .aboutarea__logo {
    width: 85px;
    height: 45px;
    margin: 15px auto;
  }

  /**********************************************************************/
  .home__projects {
    width: 100%;
    padding: 180px 30px 100px;
  }
  .home__projects .projects__title {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 17px;
  }
  .home__projects .projectitem__title {
    font-size: 36px;
    line-height: 43px;
  }

  /**********************************************************************/
  .home__why {
    width: 100%;
    padding: 60px 30px;
  }
  .home__why .why__title {
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 17px;
  }
  .home__why .why__info {
    width: calc(100% - 320px);
  }
  .home__why .why__txt1 {
    margin-bottom: 30px;
  }
  .home__why .why__txt2 {
    max-width: 320px;
    margin-bottom: 85px;
  }
  .home__why .why__txt2 p {
    font-size: 14px;
    line-height: 21px;
  }
  .home__why .why__img-m {
    margin-bottom: -120px;
  }
  .home__why .why__img-m img {
    width: 225px;
  }
  .home__why .why__img-s img {
    width: 160px;
    margin-left: 345px;
  }
  .home__why .why__img-l {
    width: 320px;
    margin-top: 0;
  }
  .home__why .why__img-l img {
    width: 275px;
  }

  /**********************************************************************/
  .home__marqarea_btm .marquee__txt {
    margin: 0 40px;
    font-size: 48px;
    line-height: 64px;
  }

  /**********************************************************************/
  .home__services {
    padding: 100px 0 140px;
  }
  .home__services:after {
    display: none;
  }
  .home__services .services__imgcol {
    width: calc(100% - 350px);
    margin-top: 90px;
  }
  .home__services .services__infocol {
    width: 280px;
    margin-left: 70px;
  }
  .home__services .services__title {
    margin-bottom: 35px;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }
  .home__services .services__descr {
    font-size: 14px;
    line-height: 21px;
  }

  /**********************************************************************/
  .home__servicelist {
    flex-direction: column;
    padding-bottom: 100px;
  }
  .home__servicelist:after {
    display: none;
  }
  .home__servicelist .servicelist__listarea {
    width: 100%;
    margin-top: 140px;
  }
  .home__servicelist .servicelist__list {
    width: 75%;
    min-width: 520px;
    max-width: 100%;
    margin-left: 0;
    padding: 0 40px;
    z-index: 10;
  }
  .home__servicelist .servicelist__listitem {
    min-height: 80px;
  }
  .home__servicelist .servicelist__listitem:last-child:before {
    display: none;
  }
  .home__servicelist .servicelist__itemname {
    width: calc(100% - 220px);
    font-size: 15px;
    line-height: 17px;
  }
  .home__servicelist .servicelist__itemtxt {
    width: 200px;
    font-size: 13px;
    line-height: 14px;
  }
  .home__servicelist .servicelist__infocol {
    width: 280px;
    margin-left: auto;
    margin-top: 35px;
  }
  .home__servicelist .servicelist__img {
    position: absolute;
    top: -60px;
    right: 0;
    width: 345px;
    margin: 0;
  }
  .home__servicelist .servicelist__descr {
    font-size: 14px;
    line-height: 21px;
  }
  .home__servicelist .servicelist__descr p {
    margin-bottom: 30px;
  }

  /**********************************************************************/
  .accordions {
    padding: 0 0 80px;
    margin-bottom: 80px;
  }
  .accordions.accordions-service,
  .accordions.accordions-black {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .accordions .acc__body {
    padding-bottom: 10px;
  }
  .accordions .acc__body p {
    margin-bottom: 10px;
  }

  /**********************************************************************/
  .home__productby {
    padding: 0 0 80px;
  }
  .home__productby .productby__title {
    width: 380px;
    margin-left: 30px;
    margin-bottom: 160px;
    font-size: 64px;
    line-height: 64px;
  }
  .home__productby .productby__title span {
    /*margin-left: -50px;*/
  }
  .home__productby .productby__list {
    width: 100%;
    margin-left: 0;
  }
  .home__productby .productby__listitem {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home__productby .productby__listitem .showLine {
    order: 1;
    width: 100%;
  }
  .home__productby .productby__itemlogo {
    order: 3;
    width: calc(100% - 300px) !important;
    justify-content: flex-start !important;
  }
  .home__productby .productby__itemlogo img {
    width: 135px;
  }
  .home__productby .productby__itemdescr {
    order: 2;
    width: 300px;
    font-size: 14px;
    line-height: 21px;
  }

  /**********************************************************************/
  .home__catalog {
    padding: 100px 0;
  }
  .home__catalog .catalog__subtitle {
    margin-left: 30px;
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 17px;
  }
  .home__catalog .catalog__title {
    margin-left: 30px;
    margin-bottom: 40px;
    padding-right: 80px;
    font-size: 25px;
    line-height: 28px;
  }
  .home__catalog .catalog__btn {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  /**********************************************************************/
  .home__titlemob {
    display: block;
    margin: 30px auto 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .home__marqarea_top {
    display: none;
  }

  /**********************************************************************/
  .home__videoarea {
    width: calc(100% + 40px);
    max-width: initial;
    padding-top: 0;
    margin: 0 -20px 30px;
  }
  .home__videoarea .videoarea__navcontent {
    left: auto;
    right: 20px;
    bottom: 20px;
    transform: rotate(-90deg);
    transform-origin: initial;
  }
  .home__videoarea .videoarea__navtitle {
    display: none;
  }

  /**********************************************************************/
  .home__request {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /**********************************************************************/
  .home__aboutarea {
    gap: 120px;
    padding: 40px 0;
  }
  .home__aboutarea.no-advantages {
    padding-bottom: 120px;
  }
  .home__aboutarea .aboutarea .aboutarea__infocol {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .home__aboutarea .aboutarea .aboutarea__descr {
    margin-bottom: 40px;
  }
  .home__aboutarea .aboutarea .aboutarea__btn {
    bottom: -75px;
    left: 50%;
    transform: translatex(-50%);
    width: 250px;
    height: 45px;
  }
  .home__aboutarea .aboutarea .aboutarea__btn span {
    font-size: 13px;
  }
  .home__aboutarea .aboutarea .aboutarea__logocol {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 40px;
  }
  .home__aboutarea .aboutarea .aboutarea__logo {
    width: 90px;
    height: 50px;
    margin: 10px auto;
  }

  /**********************************************************************/
  .home__projects {
    max-width: 450px;
    padding: 30px 0 0;
  }
  .home__projects .projects__title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .home__projects .projects__title.showLine:before {
    display: block;
  }
  .home__projects .projects__item {
    margin-bottom: 30px;
  }
  .home__projects .projectitem img {
    margin-bottom: 15px;
  }
  .home__projects .projectitem__title {
    padding-bottom: 0;
    font-size: 21px;
    line-height: 25px;
  }
  .home__projects .projectitem__title.showLine:before {
    display: none;
  }
  .home__projects .projectitem__meta {
    padding: 10px 0;
  }
  .home__projects .projectitem__tags {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
  .home__projects .projectitem__tag {
    margin: 0 6px 6px;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
  }
  .home__projects .projectitem__year {
    display: none;
  }

  /**********************************************************************/
  .home__why {
    width: 100%;
    max-width: 450px;
    padding: 30px 0;
  }
  .home__why .why__title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .home__why .why__title.showLine:before {
    height: 1px;
  }
  .home__why .why__content {
    flex-direction: column;
  }
  .home__why .why__info {
    width: 100%;
  }
  .home__why .why__txt1 {
    max-width: 100%;
  }
  .home__why .why__txt1 p {
    font-size: 21px;
    line-height: 22px;
  }
  .home__why .why__txt2 {
    margin-bottom: 20px;
  }
  .home__why .why__txt2 p {
    font-size: 11px;
    line-height: 17px;
  }
  .home__why .why__img-m,
  .home__why .why__img-s {
    display: none;
  }
  .home__why .why__img-l {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .home__why .why__img-l img {
    width: 100%;
    margin: auto;
  }

  /**********************************************************************/
  .home__marqarea_btm {
    padding-bottom: 15px;
  }
  .home__marqarea_btm .marquee__txt {
    margin: 0 40px 0 0;
    font-family: "Raleway", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    color: #000000;
    text-stroke: none;
    -webkit-text-stroke: none;
  }

  /**********************************************************************/
  .home__services {
    display: none;
  }

  /**********************************************************************/
  .home__servicelist {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .home__servicelist .servicelist__titlemob {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .home__servicelist .servicelist__listarea {
    margin-top: 0;
  }
  .home__servicelist .servicelist__list {
    width: 100%;
    max-width: 100%;
    min-width: initial;
    padding: 5px 15px;
  }
  .home__servicelist .servicelist__listitem {
    min-height: 50px;
  }
  .home__servicelist .servicelist__itemname {
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
    line-height: 19px;
  }
  .home__servicelist .servicelist__itemtxt {
    display: none;
  }
  .home__servicelist .servicelist__infocol {
    display: none;
  }

  /**********************************************************************/
  .accordions {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .accordions.accordions-service,
  .accordions.accordions-black {
    padding: 0 0 40px;
    margin-bottom: 0;
  }
  .accordions .acc__head {
    padding: 0 40px 0 0;
    font-size: 20px;
    line-height: 24px;
  }
  .accordions .acc__head:hover {
    opacity: 1;
  }
  .accordions .acc__head:before,
  .accordions .acc__head:after {
    right: 20px;
  }
  .accordions .acc__body {
    padding: 10px 40px 10px 0;
  }
  .accordions .acc__body p {
    font-size: 15px;
    line-height: 18px;
  }

  /**********************************************************************/
  .home__productby {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .home__productby .productby__title {
    width: 100%;
    margin: 0 0 50px;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .home__productby .productby__title span {
    display: inline-block;
    padding: 0;
    margin-left: 0;
    font-family: "Raleway", sans-serif;
  }
  .home__productby .productby__listitem {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .home__productby .productby__itemlogo {
    width: 100% !important;
    margin: 0;
  }
  .home__productby .productby__itemlogo img {
    width: 160px;
  }
  .home__productby .productby__itemdescr {
    width: 100%;
    margin: 20px 0 25px;
    font-size: 15px;
    line-height: 20px;
  }

  /**********************************************************************/
  .home__catalog {
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    padding: 35px 0 50px;
  }
  .home__catalog .catalog__titlemob {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    z-index: 15;
  }
  .home__catalog .catalog__titlemob.showLine:before {
    background-color: #000000;
  }
  .home__catalog .catalog__content {
    width: 100%;
    margin: 0;
  }
  .home__catalog .catalog__toprow {
    flex-direction: column;
    margin-bottom: 0;
  }
  .home__catalog .catalog__mainimg {
    width: 100%;
    margin-bottom: 20px;
  }
  .home__catalog .catalog__mainimg img {
    margin: auto;
  }
  .home__catalog .catalog__info {
    width: 100%;
  }
  .home__catalog .catalog__subtitle {
    display: none;
  }
  .home__catalog .catalog__title {
    margin-left: 0;
    margin-bottom: 50px;
    padding-right: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
  }
  .home__catalog .catalog__btn {
    width: 250px;
    height: 45px;
    margin: 0 auto;
  }
  .home__catalog .catalog__btn span {
    font-size: 13px;
  }
  .home__catalog .catalog__imgs {
    display: none;
  }
  .home__catalog .catalog__other {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .home__catalog .catalog__slider {
    display: none;
  }
}
