@charset "UTF-8";
main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  display: block !important;
}

.main {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #232323;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section {
  width: 100%;
}

section::before {
  content: "";
  width: 0 !important;
}

.service__title {
  text-transform: uppercase;
}

.service__title .number {
  font-size: 70px;
  opacity: 0.1;
  white-space: nowrap;
}

.acustic-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acustic-tabs * {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.acustic-tabs__item {
  padding: 40px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  cursor: pointer;
}
.acustic-tabs__item:hover .acustic-tabs__filter {
  opacity: 0;
}
.acustic-tabs__item:hover .acustic-tabs__filter-half {
  opacity: 1;
}
.acustic-tabs__item:hover .acustic-tabs__title {
  margin-bottom: 10px;
}
.acustic-tabs__item:hover .acustic-tabs__description {
  opacity: 1;
}
.acustic-tabs__item:hover hr {
  margin-left: 0;
  width: 100%;
}
.acustic-tabs__narbutas {
  background: url(../img/acustic/bg-1.png);
  border-right: 1px solid #fff;
}
.acustic-tabs__narbutas hr {
  margin-left: 125px;
}
.acustic-tabs__workbooth {
  background: url(../img/acustic/bg-2.png);
  border-right: 1px solid #fff;
}
.acustic-tabs__workbooth hr {
  margin-left: 175px;
}
.acustic-tabs__framery {
  background: url(../img/acustic/bg-3.png);
}
.acustic-tabs__framery hr {
  margin-left: 115px;
}
.acustic-tabs__title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: -100px;
}
.acustic-tabs__description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.acustic-tabs__footer {
  z-index: 3;
}
.acustic-tabs hr {
  height: 5px;
  color: #F1B72F;
  background-color: #F1B72F;
  border-color: #F1B72F;
  width: 50px;
}
.acustic-tabs__filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(35, 35, 35, 0.7);
}
.acustic-tabs__filter-half {
  opacity: 0;
  top: auto;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), color-stop(64.06%, rgba(35, 35, 35, 0.9)));
  background: -o-linear-gradient(top, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.9) 64.06%);
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.9) 64.06%);
}

.main-info {
  background: #F6F6F7;
  padding-top: 60px;
  padding-bottom: 110px;
}
.main-info__text {
  text-align: center;
  margin-bottom: 40px;
}
.main-info__text p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.main-info__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #232323;
  margin-top: 0;
}
.main-info__uptitle {
  color: #F1B72F;
  margin: 0;
}
.main-info__subtitle {
  color: #5E5E5E;
}
.main-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-info__item {
  padding: 40px;
  padding-top: 35px;
  width: 30%;
  height: 165px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
}
.main-info__percent {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 40px;
  line-height: 30px;
  color: #232323;
  margin: 0;
  position: relative;
}
.main-info__percent::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 150px;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.main-info__percent-body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5E5E5E;
}

.intro {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #232323;
  position: relative;
}
.intro__img {
  width: 100%;
  height: 631px;
  background-image: url(../img/acustic/narbutas/bg.png);
}
.intro__img.workbooth {
  background-image: url(../img/acustic/workbooth/bg.png);
}
.intro__img.framery {
  background-image: url(../img/acustic/framery/bg.png);
}
.intro-white {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F6F6F7;
  width: 540px;
  padding: 40px;
}
.intro-white__panel {
  background-color: #232323;
  padding: 20px;
  width: 347px;
  float: right;
}
.intro-white__panel.framery {
  float: none;
  display: flex;
  align-items: center;
  width: 500px;
  justify-content: space-around;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.intro-white__panel-outer {
  position: relative;
  width: 500px;
}
.intro-white__panel-outer:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #F2C049;
  top: -16px;
  right: -23px;
  z-index: 1;
}
.intro-white__title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #F2C049;
}
.intro-white__subtitle {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.intro-white__panel.framery .intro-white__subtitle {
  white-space: nowrap;
}

.acustic-info {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5E5E5E;
}

.narbutas-info {
  padding-top: 80px;
}
.narbutas-info__comfort {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 109px;
}
.narbutas-info__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #232323;
}
.narbutas-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.narbutas-info__img {
  width: 47%;
  position: relative;
}
.narbutas-info__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.narbutas-info__body {
  width: 47%;
}

.narbutas-creative {
  background: #F6F6F7;
  padding: 80px 0;
}
.narbutas-creative img {
  mix-blend-mode: darken;
  height: auto;
}

.narbutas-model {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tab {
  position: relative;
}
.tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}
.tab__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab__nav button {
  border: none;
  background-color: transparent;
  font-size: 40px;
  padding: 30px;
  color: #fff;
}
.tab__nav button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabcontent__text {
  width: 35%;
}
.tabcontent__text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #5E5E5E;
}
.tabcontent__text p.text__icon {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tabcontent__text p.text__icon img {
  margin-right: 8px;
}
.tabcontent__img {
  width: 65%;
  position: relative;
  background: #F6F6F7;
  margin-left: 40px;
  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;
}
.tabcontent__img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  mix-blend-mode: darken;
}

.tablinks {
  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: #F6F6F7;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 40px;
  height: 100%;
}
.tablinks.active {
  background: #232323;
}
.tablinks.active .tablinks__title {
  color: #F1B72F;
}
.tablinks.active .tablinks__title span {
  color: #fff;
}
.tablinks__title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.tablinks__title span {
  font-weight: 600;
}
.tablinks__img {
  margin-left: 20px;
  position: relative;
}

.workbooth-one {
  background: #F6F6F7;
  padding: 75px 20px;
  margin-bottom: 350px;
}
.workbooth-one-img {
  top: -165px !important;
  left: 30px !important;
  width: 300px !important;
}
.workbooth-two {
  padding: 0 20px;
}
.workbooth-two-body {
  margin-bottom: 180px;
}
.workbooth-two-img {
  top: -300px !important;
  width: 426px !important;
}
.workbooth-third {
  background: #F6F6F7;
  padding: 100px 20px;
}
.workbooth-third-img {
  top: -90px !important;
}
.workbooth-info {
  padding-top: 120px;
  padding-bottom: 60px;
  display: block;
}
.workbooth-info__comfort {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 154px;
}
.workbooth-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.workbooth-info__img {
  width: 47%;
  position: relative;
}
.workbooth-info__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.workbooth-info__body {
  width: 47%;
}
.framery-info {
  padding-top: 28px;
  display: block;
}
.workbooth-system {
  background-color: #232323;
}
.workbooth-system-box {
  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;
}
.workbooth-system__text {
  margin-right: 70px;
  width: 50%;
}
.workbooth-system__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #F1B72F;
}
.workbooth-system__p {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.workbooth-system__icon {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workbooth-system__icon img {
  width: 20px;
  height: 20px;
  margin-right: 35px;
}
.workbooth-system__phones {
  width: 50%;
}
.workbooth-system__phones img {
  width: 100%;
}
.workbooth-model {
  padding: 100px 0;
}
.workbooth-model__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workbooth-model__content .tab-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-right: 40px;
  width: 250px;
}
.workbooth-model__content .tabcontent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.workbooth-model__content .tabcontent__text {
  width: 100%;
}
.workbooth-model__content .tabcontent__img {
  height: 425px;
  width: 100%;
  margin-left: 0;
}
.workbooth-model__content .tabcontent__img img {
  width: 40%;
  margin: 0 auto;
  height: 90%;
  object-fit: contain;
}
.workbooth-model__content .tabcontent__title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #F1B72F;
}
.workbooth-model__content .tabcontent__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.workbooth-model__content .tabcontent__list {
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  color: #5E5E5E;
  list-style: none;
}
.workbooth-model__content .tabcontent__list li {
  margin-bottom: 10px;
}
.workbooth-model__content .tabcontent__list li::before {
  content: "•";
  color: #F1B72F;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.workbooth-model__content .tabcontent__dots {
  border-bottom: 1px dotted #666666;
}
.workbooth-model__content .tabcontent__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
}
.workbooth-model__content .tabcontent__item {
  width: 47%;
}
.workbooth-model__content .tabcontent__icon {
  font-size: 16px;
  line-height: 20px;
  color: #5E5E5E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.workbooth-model__content .tabcontent__icon img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.framery-info-row {
  display: flex;
  align-items: center;
  aspect-ratio: 2/1;
}
.framery-info-text {
  height: 100%;
  width: 50%;
  padding-left: 40px;
  padding-right: 60px;
  background: #F6F6F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.framery-info-text .text {
  text-align: justify;
}
.framery-info-left {
  border-right: 3px solid #F1B72F
}
.framery-info-image {
  height: 100%;
  width: 50%;
  position: relative;
}
.framery-info-right {
  border-left: 3px solid #F1B72F
}
.framery-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.framery-info-image p {
  position: absolute;
  bottom: 110px;
  left: 40px;
  font-family: 'Lato';
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
}
.framery-model .tablinks {
  -webkit-justify-content: start;
  justify-content: start;
}
.workbooth-model__content .tabcontent__item.w-100 {
  width: 100%;
}
.tabcontent__dots-right {
  border-right: 1px dotted #666666;
  padding-right: 16px;
}
