@font-face {
  font-family: "Circe-Font";
  src: url("../../fonts/Circe-Light.woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe-Font";
  src: url("../../fonts/Circe-Regular.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circe-Font";
  src: url("../../fonts/Circe-Bold.woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Circe-Font";
  src: url("../../fonts/Circe-ExtraBold.woff");
  font-weight: 700;
  font-style: normal;
}
.commercial-logo {
  height: auto;
  width: 115px;
}
@media screen and (max-width: 450px) {
  .commercial-logo {
    width: 85px;
  }
}

header, footer, .social-block {
  display: none !important;
}

body {
  font-family: "Circe-Light", sans-serif;
  line-height: 1.4;
  font-weight: 400;
}
body strong {
  font-weight: bold;
}
body br {
  line-height: 1;
}

.commercial-list li {
  position: relative;
  padding-left: 22px;
}
.commercial-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #f25a24;
}

.orange-left::after, .orange-right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  background: #f25a24;
  z-index: 2;
}
@media screen and (max-width: 1115px) {
  .orange-left::after, .orange-right::after {
    display: none;
  }
}

.orange-left::after {
  left: 0;
}

.orange-right::after {
  right: 0;
}

.page-text {
  font-size: 23px;
  font-weight: 300;
  opacity: 0.8;
}
@media screen and (max-width: 450px) {
  .page-text {
    font-size: 19px;
  }
}

.page-container {
  max-width: 1060px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 350px) {
  .page-container {
    padding: 0 13px;
  }
}

.decor-dots {
  width: 215px;
  height: 100px;
  user-select: none;
  pointer-events: none;
  background-image: radial-gradient(circle 8px at center, #f25a24 90%, transparent 100%);
  background-size: 37px 37px;
}
@media screen and (max-width: 450px) {
  .decor-dots {
    background-size: 25px 25px;
    width: 145px;
    height: 80px;
    background-image: radial-gradient(circle 5px at center, #f25a24 90%, transparent 100%);
  }
}
.decor-dots.decor-dots--grey {
  background-image: radial-gradient(circle 8px at center, #666666 90%, transparent 100%);
}
@media screen and (max-width: 450px) {
  .decor-dots.decor-dots--grey {
    background-image: radial-gradient(circle 5px at center, #666666 90%, transparent 100%);
  }
}

.commercial-banner {
  overflow: hidden;
  background: black;
  text-align: center;
  position: relative;
  height: 100vh;
}
.commercial-banner__background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
}
.commercial-banner__icon {
  max-width: 500px;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .commercial-banner__icon {
    max-width: 390px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__icon {
    max-width: 250px;
    margin-bottom: 20px;
  }
}
.commercial-banner__logo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.commercial-banner__logo .page-text-logo {
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .commercial-banner__logo .page-text-logo {
    max-width: 390px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__logo .page-text-logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__logo .commercial-logo {
    width: 72px !important;
  }
}
@media screen and (max-width: 750px) {
  .commercial-banner__logo {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__logo {
    margin-bottom: 20px;
  }
}
.commercial-banner__desc {
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  opacity: 0.9;
  text-align: left;
  font-weight: 400;
  max-width: 700px;
}
@media screen and (max-width: 850px) {
  .commercial-banner__desc {
    padding: 0 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__desc {
    font-size: 15px;
  }
}
.commercial-banner__desc span {
  color: #f25a24;
}
.commercial-banner__desc a {
  text-decoration: underline;
}
.commercial-banner__desc a:hover {
  text-decoration: none;
}
.commercial-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  backdrop-filter: blur(4px);
  padding-bottom: 100px;
}
.commercial-banner__title, .commercial-banner__subtitle {
  color: white;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
}
.commercial-banner__title {
  font-size: 40px;
  padding: 0 15px 10px 15px;
  display: inline-block;
}
@media screen and (max-width: 930px) {
  .commercial-banner__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .commercial-banner__title {
    padding: 0 5px 8px 5px;
    font-size: 25px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__title {
    line-height: 1.1;
    padding: 0 5px 8px 5px;
    font-size: 25px;
  }
}
.commercial-banner__title:after {
  content: "";
  position: absolute;
  background: #f25a24;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 650px) {
  .commercial-banner__title:after {
    width: 20%;
  }
}
.commercial-banner__subtitle {
  margin-top: 12px;
  font-size: 22px;
}
@media screen and (max-width: 930px) {
  .commercial-banner__subtitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 750px) {
  .commercial-banner__subtitle {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .commercial-banner__subtitle {
    margin-top: 8px;
    font-size: 11px;
  }
}

.commercial-concept {
  overflow: hidden;
  background: white;
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 450px) {
  .commercial-concept {
    padding-bottom: 60px;
  }
}
.commercial-concept__header {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  max-height: 590px;
}
@media screen and (max-width: 350px) {
  .commercial-concept__header {
    max-height: unset;
    margin-bottom: 30px;
  }
}
.commercial-concept__header-info {
  flex: 0 0 46%;
  padding-top: 60px;
}
@media screen and (max-width: 550px) {
  .commercial-concept__header-info {
    flex: unset;
    padding-top: 40px;
  }
}
.commercial-concept__header-info .commercial-logo {
  margin-bottom: 20px;
}
.commercial-concept__header-image {
  padding-top: 60px;
  max-height: 505px;
  position: relative;
  flex: 0 0 54vw;
  background: black;
}
.commercial-concept__header-image .decor-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(90deg);
  left: -102px;
}
@media screen and (max-width: 450px) {
  .commercial-concept__header-image .decor-dots {
    left: -75px;
  }
}
.commercial-concept__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 590px) {
  .commercial-concept__header-image img {
    display: none;
  }
}
.commercial-concept__title {
  font-size: 48px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .commercial-concept__title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.commercial-concept__tag {
  margin-top: 35px;
}
@media screen and (max-width: 450px) {
  .commercial-concept__tag {
    margin-top: 29px;
  }
}
.commercial-concept__tag a {
  transition: background 0.4s ease-in;
  font-size: 25px;
  display: inline-block;
  background: #f25a24;
  padding: 12px;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .commercial-concept__tag a {
    font-size: 22px;
  }
}
.commercial-concept__tag a:hover {
  color: white;
  text-decoration: none;
  background: #fa794e;
}

.commercial-smi {
  overflow: hidden;
  padding-top: 90px;
  position: relative;
  background: white;
}
@media screen and (max-width: 650px) {
  .commercial-smi {
    padding-top: 35px;
  }
}
.commercial-smi__decor {
  position: absolute;
  top: 0;
  right: 0;
  height: 230px;
  width: 45vw;
  background: #f25a24;
}
@media screen and (max-width: 650px) {
  .commercial-smi__decor {
    width: 35vw;
  }
}
.commercial-smi__decor .decor-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -44px;
}
.commercial-smi__header {
  width: 45vw;
}
@media screen and (max-width: 550px) {
  .commercial-smi__header {
    width: 55vw;
  }
}
.commercial-smi__header .commercial-logo {
  margin-bottom: 20px;
}
.commercial-smi__title {
  font-size: 48px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .commercial-smi__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.commercial-smi__partners {
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}
.commercial-smi__partners .decor-dots {
  position: absolute;
  top: -114px;
  left: 10px;
}
.commercial-smi__partners-container {
  position: relative;
}
.commercial-assortment {
  position: relative;
  background: white;
  overflow: hidden;
}
.commercial-assortment__container {
  position: relative;
}
.commercial-assortment--standard {
  border-bottom: 30px solid #f25a24;
}
.commercial-assortment--standard .commercial-assortment__container {
  padding: 95px 0 180px 0;
}
@media screen and (max-width: 450px) {
  .commercial-assortment--standard .commercial-assortment__container {
    padding: 70px 0 100px 0;
  }
}
.commercial-assortment--standard .commercial-dish {
  flex: 0 1 31%;
}
@media screen and (max-width: 870px) {
  .commercial-assortment--standard .commercial-dish {
    flex: 0 1 46%;
  }
}
.commercial-assortment--premium, .commercial-assortment--other {
  border-bottom: 30px solid #f25a24;
}
.commercial-assortment--premium .commercial-assortment__row, .commercial-assortment--other .commercial-assortment__row {
  gap: 25px 100px;
}
@media screen and (max-width: 680px) {
  .commercial-assortment--premium .commercial-assortment__row, .commercial-assortment--other .commercial-assortment__row {
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  .commercial-assortment--premium .commercial-assortment__row, .commercial-assortment--other .commercial-assortment__row {
    gap: 25px;
  }
}
.commercial-assortment--premium .commercial-dish, .commercial-assortment--other .commercial-dish {
  flex: 0 0 45%;
  gap: 15px;
}
@media screen and (max-width: 1005px) {
  .commercial-assortment--premium .commercial-dish, .commercial-assortment--other .commercial-dish {
    flex: 0 0 42%;
  }
}
@media screen and (max-width: 600px) {
  .commercial-assortment--premium .commercial-dish, .commercial-assortment--other .commercial-dish {
    flex: 0 0 100%;
    max-width: 350px;
  }
}
.commercial-assortment--premium .commercial-dish__img, .commercial-assortment--other .commercial-dish__img {
  width: 190px;
}
@media screen and (max-width: 1005px) {
  .commercial-assortment--premium .commercial-dish__img, .commercial-assortment--other .commercial-dish__img {
    width: 120px;
  }
}
@media screen and (max-width: 680px) {
  .commercial-assortment--premium .commercial-dish__img, .commercial-assortment--other .commercial-dish__img {
    width: 105px;
  }
}
@media screen and (max-width: 600px) {
  .commercial-assortment--premium .commercial-dish__img, .commercial-assortment--other .commercial-dish__img {
    width: 145px;
  }
}
.commercial-assortment--premium .commercial-dish__title, .commercial-assortment--other .commercial-dish__title {
  font-size: 19px;
}
@media screen and (max-width: 1005px) {
  .commercial-assortment--premium .commercial-dish__title, .commercial-assortment--other .commercial-dish__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 680px) {
  .commercial-assortment--premium .commercial-dish__title, .commercial-assortment--other .commercial-dish__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .commercial-assortment--premium .commercial-dish__title, .commercial-assortment--other .commercial-dish__title {
    font-size: 18px;
  }
}
.commercial-assortment--premium .commercial-dish__text, .commercial-assortment--other .commercial-dish__text {
  font-size: 16px;
}
@media screen and (max-width: 1005px) {
  .commercial-assortment--premium .commercial-dish__text, .commercial-assortment--other .commercial-dish__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .commercial-assortment--premium .commercial-dish__text, .commercial-assortment--other .commercial-dish__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .commercial-assortment--premium .commercial-dish__text, .commercial-assortment--other .commercial-dish__text {
    font-size: 15px;
  }
}
.commercial-assortment--premium .commercial-assortment__container {
  padding: 95px 20px 180px 20px;
}
@media screen and (max-width: 450px) {
  .commercial-assortment--premium .commercial-assortment__container {
    padding: 70px 15px 100px 15px;
  }
}
.commercial-assortment--other .commercial-assortment__container {
  padding: 95px 20px 95px 20px;
}
@media screen and (max-width: 450px) {
  .commercial-assortment--other .commercial-assortment__container {
    padding: 40px 15px 40px 15px;
  }
}
.commercial-assortment--other .commercial-assortment__title, .commercial-assortment--other .commercial-assortment__subtitle {
  margin-left: 0;
  text-align: left;
}
.commercial-assortment--other .commercial-assortment__top-left {
  position: absolute;
  top: 75px;
  left: -140px;
  width: 100px;
  height: 100px;
}
.commercial-assortment__top-left {
  position: absolute;
  top: 75px;
  left: 0;
}
@media screen and (max-width: 950px) {
  .commercial-assortment__top-left {
    left: -110px;
  }
}
@media screen and (max-width: 680px) {
  .commercial-assortment__top-left {
    left: -185px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-assortment__top-left {
    display: none;
  }
}
.commercial-assortment__top-right {
  position: absolute;
  top: 75px;
  right: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 950px) {
  .commercial-assortment__top-right {
    right: -110px;
  }
}
@media screen and (max-width: 680px) {
  .commercial-assortment__top-right {
    right: -100px;
  }
}
@media screen and (max-width: 570px) {
  .commercial-assortment__top-right {
    right: -140px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-assortment__top-right {
    top: -20px;
    right: 0;
    transform: unset;
  }
}
.commercial-assortment__bottom-left {
  width: 140px;
  position: absolute;
  bottom: 50px;
  left: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 950px) {
  .commercial-assortment__bottom-left {
    left: -15px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-assortment__bottom-left {
    left: 0;
    bottom: -30px;
    transform: unset;
    width: 145px;
  }
}
.commercial-assortment__bottom-right {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 950px) {
  .commercial-assortment__bottom-right {
    right: -110px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-assortment__bottom-right {
    display: none;
  }
}
.commercial-assortment__title, .commercial-assortment__subtitle {
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.commercial-assortment__title {
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 7px;
  margin-bottom: 9px;
}
@media screen and (max-width: 550px) {
  .commercial-assortment__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 410px) {
  .commercial-assortment__title {
    font-size: 28px;
    margin-bottom: 6px;
  }
}
.commercial-assortment__subtitle {
  font-weight: 400;
  margin-left: -11px;
  font-size: 23px;
  color: rgba(242, 90, 36, 0.95);
}
@media screen and (max-width: 550px) {
  .commercial-assortment__subtitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 410px) {
  .commercial-assortment__subtitle {
    font-size: 16px;
    margin: 0;
  }
}
.commercial-assortment__subtitle--big {
  font-size: 45px;
  font-weight: bold;
  color: #f25a24;
}
@media screen and (max-width: 550px) {
  .commercial-assortment__subtitle--big {
    font-size: 39px;
  }
}
@media screen and (max-width: 410px) {
  .commercial-assortment__subtitle--big {
    font-size: 35px;
  }
}
.commercial-assortment__row {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 450px) {
  .commercial-assortment__row {
    gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 410px) {
  .commercial-assortment__row {
    gap: 5px;
  }
}
.commercial-assortment__delivery {
  margin-top: 80px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #f25a24;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 810px) {
  .commercial-assortment__delivery {
    margin-top: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-assortment__delivery {
    margin-top: 40px;
    font-size: 14px;
  }
}

.commercial-dish {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 350px) {
  .commercial-dish {
    gap: 5px;
  }
}
.commercial-dish__img {
  height: auto;
  width: 140px;
}
@media screen and (max-width: 550px) {
  .commercial-dish__img {
    width: 90px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-dish__img {
    width: 75px;
  }
}
@media screen and (max-width: 350px) {
  .commercial-dish__img {
    width: 70px;
  }
}
.commercial-dish__title, .commercial-dish__text {
  line-height: 1.2;
}
.commercial-dish__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media screen and (max-width: 550px) {
  .commercial-dish__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-dish__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .commercial-dish__title {
    font-size: 12px;
  }
}
.commercial-dish__text {
  font-size: 13px;
  opacity: 0.9;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .commercial-dish__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-dish__text {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  .commercial-dish__text {
    font-size: 9px;
  }
}

.commercial-work {
  overflow: hidden;
  position: relative;
  background: white;
}
.commercial-work .page-container {
  position: relative;
}
.commercial-work .commercial-logo {
  margin-top: 60px;
}
@media screen and (max-width: 450px) {
  .commercial-work .commercial-logo {
    margin-top: 30px;
  }
}
.commercial-work .decor-dots {
  position: absolute;
  right: 0;
  top: 120px;
  left: 100px;
  margin: 0 auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 867px) {
  .commercial-work .decor-dots {
    display: none;
  }
}
.commercial-work__title {
  font-size: 52px;
  margin-top: 45px;
  letter-spacing: 8px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 867px) {
  .commercial-work__title {
    width: 50vw;
  }
}
@media screen and (max-width: 450px) {
  .commercial-work__title {
    font-size: 35px;
  }
}
.commercial-work__image {
  height: auto;
  max-width: 410px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 867px) {
  .commercial-work__image {
    width: 50vw;
    max-width: unset;
  }
}
@media screen and (max-width: 680px) {
  .commercial-work__image {
    width: 240px;
  }
}
@media screen and (max-width: 450px) {
  .commercial-work__image {
    width: 50vw;
    max-width: 180px;
  }
}
.commercial-work__info {
  margin-bottom: 35px;
}
@media screen and (max-width: 450px) {
  .commercial-work__info {
    margin-bottom: 15px;
  }
}
.commercial-work__info:last-child {
  margin-bottom: 0;
}
.commercial-work__info-title, .commercial-work__info-price {
  font-weight: bold;
  color: #515151;
}
.commercial-work__info-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .commercial-work__info-row {
    align-items: start;
    gap: 14px;
  }
}
.commercial-work__info-title {
  font-size: 34px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 450px) {
  .commercial-work__info-title {
    font-size: 26px;
  }
}
.commercial-work__info-price {
  font-size: 62px;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .commercial-work__info-price {
    font-size: 46px;
  }
}
.commercial-work__info-list, .commercial-work__footer-list {
  line-height: 1.1;
}
@media screen and (max-width: 450px) {
  .commercial-work__info-list, .commercial-work__footer-list {
    font-size: 16px;
    line-height: 1.2;
  }
  .commercial-work__info-list li, .commercial-work__footer-list li {
    margin-bottom: 4px;
  }
  .commercial-work__info-list li:last-child, .commercial-work__footer-list li:last-child {
    margin-bottom: 0;
  }
}
.commercial-work__footer {
  margin-top: 40px;
  position: relative;
}
.commercial-work__footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 60px;
  background: #f25a24;
}
@media screen and (max-width: 560px) {
  .commercial-work__footer::after {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .commercial-work__footer {
    border-bottom: 60px #f25a24 solid;
  }
}
.commercial-work__footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commercial-work__footer-info {
  flex: 0 0 50%;
  padding: 10px 0 80px 20px;
  height: 100%;
}
@media screen and (max-width: 560px) {
  .commercial-work__footer-info {
    flex: 0 0 100%;
    padding: 0;
    padding-bottom: 40px;
  }
}
.commercial-work__footer-title {
  font-size: 29px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 15px;
  color: #515151;
}
@media screen and (max-width: 560px) {
  .commercial-work__footer-title {
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .commercial-work__footer-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.commercial-work__footer-image {
  max-height: 550px;
  min-height: 450px;
  flex: 0 0 auto;
  width: 50vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 560px) {
  .commercial-work__footer-image {
    display: none;
  }
}
.commercial-work__footer-image img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commercial-contact {
  background: white;
  position: relative;
}
.commercial-contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1100px) {
  .commercial-contact__container {
    padding: 0;
  }
}
@media screen and (max-width: 730px) {
  .commercial-contact__container {
    gap: 20px;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.commercial-contact__info {
  padding: 35px 0;
}
@media screen and (max-width: 1100px) {
  .commercial-contact__info {
    padding: 35px 15px;
  }
}
.commercial-contact__info .commercial-logo {
  margin-bottom: 35px;
}
.commercial-contact__title {
  font-size: 48px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 300;
}
@media screen and (max-width: 450px) {
  .commercial-contact__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.commercial-contact__text {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  opacity: 0.8;
}
@media screen and (max-width: 450px) {
  .commercial-contact__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 730px) {
  .commercial-contact__image {
    display: none;
  }
}
.commercial-contact__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.commercial-telegram {
  background: black;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 450px) {
  .commercial-telegram {
    padding: 30px 0;
  }
}
.commercial-telegram__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 730px) {
  .commercial-telegram__container {
    grid-template-columns: 1fr;
  }
}
.commercial-telegram__code-column {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .commercial-telegram__code-column {
    padding: 20px 0;
  }
}
.commercial-telegram__qr-code {
  display: inline-block;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  background: white;
}
.commercial-telegram__info-text {
  font-size: 27px;
  line-height: 1.1;
  color: white;
}
@media screen and (max-width: 450px) {
  .commercial-telegram__info-text {
    font-size: 19px;
  }
}
.commercial-telegram__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.commercial-telegram__info img {
  width: 100px;
  height: 100px;
  margin-top: 30px;
}

/*# sourceMappingURL=commercial-page.css.map */
