@charset "UTF-8";

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Gilroy-Light.woff2) format("woff2");
}

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

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Gilroy-Semibold.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Gilroy-Black.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 1000;
  src: url(../fonts/Gilroy-Heavy.woff2) format("woff2");
}

.brif {
  font-size: 2rem;
  font-weight: 400;
  padding: 10rem 0;
}

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

.brif h1,
.brif h2,
.brif h3,
.brif h4,
.brif h5 {
  margin: 0;
}

.brif p {
  margin: 0 0 1rem;
}

.brif .input,
.brif .textarea {
  background: #fff;
  border: 1px solid rgba(31, 34, 41, 0.3);
  border-radius: 0.8rem;
  color: #1f2229;
  font-family: Gilroy, sans-serif;
  font-size: 1.8rem;
  height: 100%;
  margin: 0;
  opacity: 1;
  outline: none;
  padding: 1.5rem;
  width: 100%;
}

.brif .input:focus,
.brif .input:focus-visible,
.brif .textarea:focus,
.brif .textarea:focus-visible {
  border: 1px solid rgba(31, 34, 41, 0.3);
}

.brif .input::-webkit-input-placeholder,
.brif .textarea::-webkit-input-placeholder {
  color: #1f2229;
  opacity: 0.5;
}

.brif .input::-moz-placeholder,
.brif .textarea::-moz-placeholder {
  color: #1f2229;
  opacity: 0.5;
}

.brif .input:-ms-input-placeholder,
.brif .textarea:-ms-input-placeholder {
  color: #1f2229;
  opacity: 0.5;
}

.brif .input::-ms-input-placeholder,
.brif .textarea::-ms-input-placeholder {
  color: #1f2229;
  opacity: 0.5;
}

.brif .input::placeholder,
.brif .textarea::placeholder {
  color: #1f2229;
  opacity: 0.5;
}

.brif .textarea {
  max-height: 5.3rem;
  min-height: 5.3rem;
  overflow-y: hidden;
  padding: 1.4rem 1.5rem;
  resize: none;
  scrollbar-color: #d6d6d7 transparent;
  scrollbar-width: thin;
}

.brif .textarea::-webkit-scrollbar {
  width: 7px;
}

.brif .textarea::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.brif .textarea::-webkit-scrollbar-thumb {
  background-color: #d6d6d7;
  outline: none;
}

.brif .textarea.is-scroll {
  max-height: 9.6rem;
  overflow-y: auto;
}

.brif .container {
  width: 140rem;
}

.brif__header {
  margin-bottom: 12.6rem;
  max-width: 129.5rem;
  position: relative;
  width: 100%;
}

.brif__header:after {
  background: url(../img/brif-after.svg) 50% / contain no-repeat;
  bottom: -12rem;
  content: "";
  height: 28.4rem;
  position: absolute;
  right: -3.5rem;
  width: 42.7rem;
  z-index: -1;
}

.brif__header .h1 {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 2.9rem;
  text-transform: uppercase;
}

.brif__header p {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.brif__area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: #f4f6f7;
  border-radius: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.2rem;
  padding: 5.9rem 12.5rem 7.7rem 10rem;
}

.brif__area-title {
  font-size: 3.5rem;
  font-weight: 400;
  padding-bottom: 4.4rem;
}

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

.brif__item-left b,
.brif__item-left strong {
  font-weight: 700;
}

.brif__item-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 71.8rem;
  width: 100%;
}

.brif__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.text-3-line .textarea {
  max-height: 7.2rem;
  min-height: 7.2rem;
}

.text-4-line .textarea {
  max-height: 9.6rem;
  min-height: 9.6rem;
}

.brif__item.with-radio .brif__item-right {
  gap: 2.9rem;
}

.brif__item-radio,
.brif__item.with-radio .brif__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brif__item-radio {
  gap: 3.1rem;
}

.brif__item-grid {
  display: grid;
  gap: 1.5rem 14.4rem;
  grid-template-columns: repeat(2, 1fr);
}

.brif .custom-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.3rem;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}

.brif .custom-checkbox span {
  font-size: 2rem;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.brif .custom-checkbox input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -1;
}

.brif .custom-checkbox input:checked ~ .checkbox-icon:after {
  opacity: 1;
}

.brif .custom-checkbox input:checked ~ span {
  opacity: 1;
}

.brif .checkbox-icon {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 34, 41, 0.3);
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  order: -1;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 4.5rem;
}

.brif .checkbox-icon:after {
  background: url(../img/check.svg) 50% / contain no-repeat;
  content: "";
  display: block;
  height: 1.3rem;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 1.8rem;
}

.brif__button-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 5.5rem 0;
}

.copr-site * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.copr-site p {
  margin: 0;
}

.copr-site .hero-page__text p {
  line-height: 1.4;
}

.copr-site .hero-page__btn {
  max-width: 27.3rem;
}

.copr-site .copr-site__bl1 .h2 {
  margin-bottom: 6.6rem;
}

.copr-site .copr-site__bl1 .h2,
.copr-site .copr-site__bl3 .h2 {
  font-size: 4.6rem;
  font-weight: 700;
}

.copr-site .copr-site__bl4 .h2 {
  margin-bottom: 3.2rem;
}

.copr-site .copr-site__bl5 .h2 {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.copr-site .copr-site__bl5-item-text .h3 {
  font-weight: 400;
}

.copr-site.global-new-page .hero-page {
  padding-bottom: 6rem;
}

.copr-site.global-new-page .hero-page__photo:after {
  background: url(../img/corp-arrow.png) 50% / contain no-repeat;
  bottom: 5.7rem;
  height: 8.9rem;
  left: -16.9rem;
  width: 10.8rem;
}

.copr-site.global-new-page .hero-page__photo img {
  height: 42.6rem;
  width: 53.7rem;
}

.copr-site.global-new-page .hero-page__photo {
  margin-right: -2.7rem;
}

.copr-site.global-new-page .hero-page__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
}

.copr-site.global-new-page .hero-page__text {
  max-width: 80rem;
  width: 100%;
}

.copr-site.global-new-page .hero-page__btn {
  margin-top: 4.8rem;
}

.copr-site__bl1 ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  gap: 7.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.copr-site__bl1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.copr-site__bl1-flex p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
}

.copr-site__bl1-flex p:after {
  color: #ca1c6f;
  content: "+";
  font-size: 2.4rem;
  font-weight: 300;
  left: -4rem;
  line-height: 1.08;
  position: absolute;
  top: 0.5rem;
}

.copr-site__bl1-flex-left,
.copr-site__bl1-flex-right {
  max-width: 66rem;
  padding-left: 4rem;
  width: 100%;
}

.copr-site__bl2 {
  padding-top: 6.5rem;
}

.copr-site__bl2-grid {
  display: grid;
  gap: 4.7rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 4rem 0 8rem;
}

.copr-site__bl2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.copr-site__bl2-item:first-of-type .copr-site__bl2-item-text {
  max-width: 49.1rem;
}

.copr-site__bl2-item:nth-of-type(2) .copr-site__bl2-item-text {
  max-width: 58.5rem;
}

.copr-site__bl2-item:nth-of-type(3) .copr-site__bl2-item-text {
  max-width: 51rem;
}

.copr-site__bl2-item:nth-of-type(4) .copr-site__bl2-item-text {
  max-width: 54.2rem;
}

.copr-site__bl2-item:nth-of-type(5) .copr-site__bl2-item-text {
  max-width: 52.7rem;
}

.copr-site__bl2-item:nth-of-type(6) .copr-site__bl2-item-text {
  max-width: 54.2rem;
}

.copr-site__bl2-item-image {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  justify-content: center;
  max-width: 7.2rem;
  padding-top: 1rem;
  width: 100%;
}

.global-new-page .copr-site__bl2-item-text .h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1.7rem;
}

.global-new-page .copr-site__bl2-item-text p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.copr-site__bl3 .questions {
  padding-top: 4.2rem;
}

.copr-site__bl4 {
  margin-left: auto;
  max-width: 116.4rem;
  padding: 6.5rem 0 7.5rem;
  text-align: right;
}

.copr-site__bl4 p {
  line-height: 1.4;
}

.copr-site__bl5-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 4.2rem;
}

.copr-site__bl5-item {
  gap: 2.3rem;
}

.copr-site__bl5-item,
.copr-site__bl5-item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.copr-site__bl5-item-num {
  -webkit-box-flex: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.7rem;
  position: relative;
  width: 8.6rem;
}

.copr-site__bl5-item-num:after {
  background: #e9e7ea;
  border-radius: 50%;
  content: "";
  height: 8.6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 8.6rem;
  z-index: -1;
}

.copr-site__bl5-item-num span:first-of-type {
  color: #ca1c6f;
  font-size: 7rem;
  font-weight: 900;
  margin-top: -3.1rem;
  text-align: center;
}

.copr-site__bl5-item-num span:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: -1.3rem;
  text-align: center;
}

.copr-site__bl5-item-text .h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.copr-site__bl6 {
  background: url(../img/corp-6-bg.jpg) 50% / cover no-repeat;
  border-radius: 0.6rem;
  margin-top: 7.1rem;
  overflow: hidden;
  padding: 9.9rem 11.9rem;
}

.copr-site__bl6 .h2 {
  color: #fff;
  line-height: 1.1;
}

.copr-site__bl6 .h2 span {
  color: #fff;
  display: block;
  font-size: 9.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.new-header {
  background: #fff;
  color: #1f2229;
  font-size: 1.6rem;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  z-index: 99999;
}

.new-header img {
  height: auto;
  max-width: 100%;
}

.new-header.active {
  -webkit-box-shadow: 0 4px 27.7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 27.7px 0 rgba(0, 0, 0, 0.1);
}

.new-header.active .new-header__wrap {
  border-bottom: transparent;
  padding: 2rem 0;
}

.new-header__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border-bottom: 1px solid rgba(31, 34, 41, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 4.7rem 0;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.new-header__logo {
  max-width: 9.8rem;
  width: 100%;
}

.new-header__menu {
  -webkit-box-flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.new-header__menu,
.new-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header__menu ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-header__menu a,
.new-header__menu li {
  color: #1f2229;
  font-size: 1.6rem;
  text-decoration: none;
}

.new-header__menu a {
  position: relative;
}

.new-header__menu a:hover:after {
  width: 100%;
}

.new-header__menu a:after {
  background: #ca1c6f;
  bottom: -0.5rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  width: 0;
}

.new-header__phone {
  margin-left: 7.6rem;
  margin-right: 9.6rem;
}

.new-header__phone a {
  color: #1f2229;
  font-size: 2rem;
  text-decoration: none;
}

.new-header__burger {
  background: url(../img/new-burger.svg) 50%/3.1rem no-repeat;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
}

.breadcrumbs {
  padding-bottom: 2rem;
  padding-top: 14.5rem;
}

.breadcrumbs .container {
  width: 140rem;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  color: #8f9194;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
}

.breadcrumbs ul li:after {
  color: #8f9194;
  content: ":";
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.breadcrumbs ul li:last-of-type:after {
  display: none;
}

.breadcrumbs ul a {
  color: #c3c4c6;
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.breadcrumbs ul a:hover {
  color: #1f2229;
}

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

.hero-page__text .h1 {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 2.9rem;
  text-transform: uppercase;
}

.hero-page__text p {
  font-size: 3.5rem;
  margin: 0;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #ca1c6f;
  border: none;
  border-radius: 0.3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Gilroy, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.work .container .btn span{
    color: #fff;
}

.btn:hover {
  background: #e33689;
}

.btn--arrow {
  gap: 1.2rem;
  overflow: hidden;
}

.btn--arrow .svg,
.btn--arrow span {
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn--arrow:hover {
  background: #e33689;
}

.btn--arrow:hover span {
  -webkit-transform: translateX(1.7rem);
  -ms-transform: translateX(1.7rem);
  transform: translateX(1.7rem);
}

.btn--arrow:hover .svg {
  opacity: 0;
  -webkit-transform: translateX(450%);
  -ms-transform: translateX(450%);
  transform: translateX(450%);
}

.hero-page__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9rem;
}

.btn--black {
  background: #1f2229;
}

.btn--black:hover {
  background: #353a46;
}

.hero-page__btn {
  height: 5.6rem;
  max-width: 34.6rem;
  width: 100%;
}

.hero-page__btn .svg {
  width: 2.3rem;
}

.container-1684 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 176.4rem;
  padding: 0 4rem;
}

.online-store .online-store__bl1 .h2 {
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 3.3rem;
  max-width: 98.1rem;
}

.online-store .online-store__bl2-item-text .h3 {
  font-weight: 400;
}

.online-store .copr-site__bl3 {
  margin-top: 8.5rem;
}

.online-store.global-new-page .hero-page__text {
  max-width: 73rem;
}

.online-store.global-new-page .hero-page__photo img {
  height: 44.4rem;
  width: 58.5rem;
}

.online-store.global-new-page .hero-page__photo:after {
  background: url(../img/online-store-arrow.png) 50% / contain no-repeat;
  bottom: auto;
  height: 6.6rem;
  left: -23rem;
  top: 8rem;
  width: 9.4rem;
}

.online-store.global-new-page .hero-page__photo {
  margin-right: -1.7rem;
  margin-top: -1.8rem;
}

.online-store.global-new-page .hero-page__btn {
  margin-top: 9.6rem;
}

.online-store__bl1 p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 2rem 3.9rem;
  max-width: 114rem;
  position: relative;
  width: 100%;
}

.online-store__bl1 p:after {
  color: #ca1c6f;
  content: "+";
  font-size: 2.4rem;
  font-weight: 300;
  left: -4rem;
  line-height: 1.08;
  position: absolute;
  top: 0.5rem;
}

.online-store__bl2 {
  padding: 8.5rem 0;
}

.online-store__bl2-grid {
  display: grid;
  gap: 3.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.online-store__bl2-item {
  gap: 3rem;
}

.online-store__bl2-item,
.online-store__bl2-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.online-store__bl2-item-image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  justify-content: center;
  max-width: 7.6rem;
  padding-top: 1rem;
  width: 100%;
}

.online-store__bl2-item-text .h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

.online-store__bl2-item-text p {
  font-size: 1.6rem;
  line-height: 1.4;
}

@-webkit-keyframes fadeInDown30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown30 {
  -webkit-animation-name: fadeInDown30;
  animation-name: fadeInDown30;
}

@-webkit-keyframes fadeInUp30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp30 {
  -webkit-animation-name: fadeInUp30;
  animation-name: fadeInUp30;
}

@-webkit-keyframes fadeInRight30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRight30 {
  -webkit-animation-name: fadeInRight30;
  animation-name: fadeInRight30;
}

@-webkit-keyframes fadeInLeft30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft30 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeft30 {
  -webkit-animation-name: fadeInLeft30;
  animation-name: fadeInLeft30;
}

.promo.onPage h1 {
  color: #1f2229;
  font-size: 4.8rem;
  margin-bottom: 2.9rem;
}

.promo.onPage p {
  color: #1f2229;
  max-width: 70.9rem;
}

.promo.onPage {
  margin-bottom: 7rem;
  margin-top: 5.4rem;
}

.contextual .hero-page .h1:after {
  content: " —";
}

.contact-us--news-page .contact-us__form-submit .input-bd-submit {
  background-color: #ca1c6f;
  cursor: pointer;
}

.contact-us--news-page .contact-us__form-submit .input-bd-submit:hover {
  background-color: #e33689;
}

.global-new-page .questions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem;
  justify-content: space-between;
}

.global-new-page .question {
  border: 1.3px solid #8b8b8b;
  border-radius: 3px;
  margin: 0 0 2rem;
  padding: 2.6rem 3.2rem;
  width: 100%;
}

.global-new-page p.show {
  color: #1f2229;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.global-new-page p.hider,
.global-new-page p.hider strong {
  color: #595959;
  font-size: 1.6rem;
}

.global-new-page p.hider {
  line-height: 1.4;
  margin: 2.4rem 0 0;
  padding: 0;
}

.global-new-page .arr {
  background: url(../img/faq-plus.svg) 50% / contain no-repeat;
  height: 1.9rem;
  position: absolute;
  right: 2.5rem;
  top: 3.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 1.9rem;
}

.global-new-page .arr.active {
  background: url(../img/faq-minus.svg) 50% / contain no-repeat;
}

.global-new-page .questions--gray .question {
  background: #f4f6f7;
  border: none;
}

.global-new-page .questions--gray p.hider {
  font-weight: 400;
}

.global-new-page .questions--gray p.show {
  font-size: 2.4rem;
  font-weight: 400;
}

.global-new-page img {
  height: auto;
  max-width: 100%;
}

.global-new-page .container {
  width: 140rem;
}

.global-new-page .h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.global-new-page .h3,
.global-new-page .h4 {
  font-weight: 500;
}

.global-new-page .hero-page {
  padding-bottom: 8.2rem;
  padding-top: 2rem;
}

.global-new-page .hero-page p {
  max-width: 81.9rem;
}

.global-new-page .hero-page__text {
  padding-top: 5.8rem;
}

.global-new-page .hero-page__btn {
  margin-top: 8.2rem;
  text-decoration: none;
}

.global-new-page .hero-page__wrap {
  gap: 0.3rem;
  padding-right: 6.7rem;
}

.global-new-page .hero-page__photo {
  position: relative;
}

.global-new-page .hero-page__photo:after {
  background: url(../img/hero-page-arrow.png) 50% / contain no-repeat;
  bottom: -1.4rem;
  content: "";
  height: 10.8rem;
  left: -16rem;
  position: absolute;
  width: 11.5rem;
}

.global-new-page .hero-page__photo img {
  height: 40.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 51.1rem;
}

.contextual__bl1 {
  padding-bottom: 4.2rem;
}

.contextual__bl1 .h2 {
  margin-bottom: 3.4rem;
}

.contextual__bl1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contextual__bl1 li {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  padding-left: 4.4rem;
  position: relative;
}

.contextual__bl1 li:after {
  background: #1f2229;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 3rem;
}

.contextual__bl1-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  padding-right: 3.7rem;
}

.contextual__bl1-left {
  max-width: 62.5rem;
  width: 100%;
}

.contextual__bl1-left ul {
  max-width: 90%;
}

.contextual__bl1-right {
  max-width: 58.7rem;
  position: relative;
  width: 100%;
}

.contextual__bl2-area {
  background: #f5f6f7;
  padding: 6.5rem 0 7.1rem;
}

.contextual__bl2 .h2 {
  margin-bottom: 6rem;
  text-align: center;
}

.contextual__bl2-items {
  display: grid;
  gap: 1.9rem 8.8rem;
  grid-template-columns: 63rem 63rem;
  position: relative;
}

.contextual__bl2-item {
  gap: 3rem;
}

.contextual__bl2-item,
.contextual__bl2-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contextual__bl2-item-icon {
  -webkit-box-flex: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  justify-content: center;
  min-width: 5.9rem;
  padding-top: 0.6rem;
}

.contextual__bl2-item-text p {
  margin: 0;
  padding: 0;
}

.contextual__bl2-item-text .h3 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 0.7rem;
  padding: 0;
}

.contextual__bl3 {
  padding-bottom: 5.4rem;
  padding-top: 9.7rem;
}

.contextual__bl3 .h3 {
  font-size: 3.5rem;
  margin: 0 0 0.5rem;
  padding: 0;
}

.contextual__bl3 .h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1.6rem;
  padding: 0;
}

.contextual__bl3 p {
  margin: 0 0 1rem;
  padding: 0;
}

.contextual__bl3-price {
  color: #ca1c6f;
  display: block;
  font-size: 3.5rem;
  margin-bottom: 2.5rem;
}

.contextual__bl3-1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 1.3rem;
  max-width: 119.6rem;
  width: 100%;
}

.contextual__bl3-1-text {
  max-width: 54rem;
  width: 100%;
}

.contextual__bl3-1-text p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.contextual__bl3-1-text p:last-of-type {
  margin-bottom: 0;
}

.contextual__bl3-1-photo {
  left: -0.4rem;
  max-width: 39.2rem;
  position: relative;
  top: -2.3rem;
}

.contextual__bl3-2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-left: 12.2rem;
  padding-right: 6.3rem;
}

.contextual__bl3-2-photo {
  left: 1.2rem;
  max-width: 37.3rem;
  position: relative;
  top: 0;
}

.contextual__bl3-2-text {
  max-width: 58.7rem;
  padding-top: 3rem;
  width: 100%;
}

.contextual__bl3-2-text .btn {
  height: 5.6rem;
  margin-bottom: 4.2rem;
  max-width: 34.6rem;
  width: 100%;
}

.contextual__bl3-2-text .h3 {
  margin-bottom: 2rem;
}

.contextual__bl3-2-text p {
  margin-bottom: 1.3rem;
}

.contextual__bl3-2-text p:last-of-type {
  margin-bottom: 0;
}

.contextual__bl4 {
  background: url(../img/contextual-bl4-2-bg.jpg) 50% / cover no-repeat;
  padding: 10.4rem 0;
}

.contextual__bl4-wrap {
  padding-left: 12rem;
  padding-right: 12rem;
}

.contextual__bl4-items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contextual__bl4-item,
.contextual__bl4-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contextual__bl4-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contextual__bl4-item:first-of-type span:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 400;
  padding-top: 0.6rem;
}

.contextual__bl4-item:nth-of-type(4) span:first-of-type {
  font-size: 2rem;
  font-weight: 400;
  padding-top: 0.6rem;
}

.contextual__bl4-item-num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}

.contextual__bl4-item-num span {
  font-size: 4.3rem;
  font-weight: 600;
}

.contextual__bl4-item-span span {
  font-size: 2rem;
  font-weight: 500;
}

.contextual__bl5 {
  padding-bottom: 5.3rem;
  padding-top: 5.8rem;
}

.contextual__bl5 .h2 {
  margin-bottom: 2.8rem;
  text-align: center;
}

.contextual__bl5 img {
  height: auto;
  max-width: 100%;
}

.contextual__bl5-wrap {
  padding: 0 5rem;
}

.contextual__bl5-slide-photo img {
  height: auto;
  width: 100%;
}

.contextual__bl5-slide-text {
  margin-top: 1.8rem;
  text-align: center;
}

.contextual__bl5-slide-text p {
  font-size: 2.4rem;
  margin: 0;
}

.contextual__bl6 .questions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem;
  justify-content: space-between;
}

.contextual__bl6 .question {
  border: 1.3px solid #8b8b8b;
  border-radius: 3px;
  margin: 0 0 2rem;
  padding: 2.6rem 3.2rem;
  width: 100%;
}

.contextual__bl6 p.show {
  color: #1f2229;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.contextual__bl6 p.hider,
.contextual__bl6 p.hider strong {
  color: #595959;
  font-size: 1.6rem;
}

.contextual__bl6 p.hider {
  margin: 2.4rem 0 0;
  padding: 0;
}

.contextual__bl6 .arr {
  background: url(../img/faq-plus.svg) 50% / contain no-repeat;
  height: 1.9rem;
  position: absolute;
  right: 2.5rem;
  top: 3.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 1.9rem;
}

.contextual__bl6 .arr.active {
  background: url(../img/faq-minus.svg) 50% / contain no-repeat;
}

.swiper-horizontal.contextual__bl5-slider .contextual__bl5-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 2.9rem;
}

.swiper-horizontal.contextual__bl5-slider .swiper-pagination-bullet {
  background: #bababa;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.swiper-horizontal.contextual__bl5-slider .swiper-pagination-bullet-active {
  background: #1f2229;
}

.contextual__bl6 .h2 {
  margin-bottom: 4.8rem;
  text-align: center;
}

.contextual__bl6-wrap {
  padding: 0 5rem;
}

.contact-us--type2 .input-bd::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}

.contact-us--type2 .input-bd::-moz-placeholder {
  color: #707070;
  opacity: 1;
}

.contact-us--type2 .input-bd:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}

.contact-us--type2 .input-bd::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}

.contact-us--type2 .input-bd::placeholder {
  color: #707070;
  opacity: 1;
}

.contact-us--type2 .contact-us__form .input-bd {
  max-width: 100%;
}

.contact-us--type2 .contact-us__form .contact-us__form-row {
  gap: 5rem;
}

.contact-us--type2 .contact-us__form {
  padding: 0 10.2rem;
}

.contact-us--type2 .contact-us__header {
  padding: 0 3rem;
}

.contact-us--type2 .contact-us__form .contact-us__form-row--2 {
  margin-top: 4rem;
}

.contact-us--type2 .contact-us__form .contact-us__form-row--3 {
  gap: 0;
  margin-top: 6rem;
}

.btn.btn-landcad.big-btn.g-recaptcha {
  background-color: #ca1c6f;
  cursor: pointer;
}

.btn.btn-landcad.big-btn.g-recaptcha:hover {
  background-color: #e33689;
}

.contact-us__checkbox {
  color: #707070;
}

.contact-us__checkbox .control a {
  color: #1f2229;
}

@media (min-width: 767px) {
  .brif-company-info .brif__item,
  .brif-site-materials .brif__item,
  .brif-site-type .brif__item,
  .brif-tasks-site .brif__item {
    margin-bottom: 1.7rem;
  }

  .brif-design-type .brif__item,
  .brif-site-sections .brif__item {
    gap: 4.5rem;
    margin-bottom: 2.2rem;
  }

  .landing-page .copr-site__bl1-flex-left,
  .landing-page .copr-site__bl1-flex-right {
    max-width: 65rem;
  }

  .copr-site.global-new-page.landing-page .hero-page__photo img {
    height: 40.3rem;
    width: 52.6rem;
  }

  .copr-site.global-new-page.landing-page .hero-page__photo {
    margin-right: -0.9rem;
    margin-top: 0.2rem;
  }

  .landing-page .hero-page__buttons {
    margin-top: 4.9rem;
  }

  .copr-site.global-new-page.landing-page .hero-page {
    padding-bottom: 8rem;
  }

  .copr-site.global-new-page.landing-page .hero-page__photo:after {
    bottom: -0.4rem;
    left: -19.9rem;
  }
}

@media (max-width: 1400px) {
  .breadcrumbs .container,
  .brif .container,
  .global-new-page .container {
    padding: 0 4rem;
  }

  .contextual__bl3-1 {
    margin: 0 auto 1.3rem;
  }
}

@media (max-width: 1300px) {
  .breadcrumbs .container,
  .brif .container,
  .global-new-page .container {
    width: 100%;
  }

  .global-new-page .hero-page__wrap {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .brif__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .new-header__phone {
    margin: 0 5rem;
  }

  .global-new-page .hero-page__photo:after {
    display: none;
  }

  .contextual__bl1-right {
    left: 0;
    max-width: 50rem;
  }

  .contextual__bl2-items {
    grid-template-columns: repeat(2, 1fr);
    left: 0;
  }

  .contextual__bl3-1 {
    max-width: 100rem;
  }

  .contextual__bl3-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .contextual__bl4-wrap {
    padding: 0 2rem;
  }

  .contextual__bl6-wrap {
    padding: 0;
  }

  .contact-us--type2 {
    padding: 0 20px;
  }

  .contact-us--type2 .contact-us__form,
  .contact-us--type2 .contact-us__header {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .copr-site__bl1-flex-right {
    max-width: 100%;
  }

  .copr-site__bl2-grid {
    gap: 4.7rem 5.5rem;
  }

  .online-store__bl1 p {
    padding-right: 3.9rem;
  }

  .online-store__bl2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .copr-site.global-new-page .hero-page {
    padding-bottom: 1rem;
  }

  .copr-site__bl1-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .copr-site__bl1-flex-left {
    max-width: 100%;
  }

  .copr-site__bl2-grid {
    gap: 4.7rem 2.5rem;
  }

  .copr-site__bl5-grid {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .copr-site__bl6 {
    padding: 9.9rem 4rem;
  }

  .new-header__menu {
    display: none;
  }

  .new-header__phone {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    justify-content: flex-end;
    width: 100%;
  }

  .hero-page__text .h1 {
    margin-bottom: 2rem;
  }

  .hero-page__text p {
    font-size: 2rem;
  }

  .global-new-page .question {
    padding-right: 5.2rem;
  }

  .global-new-page .hero-page {
    padding-top: 4rem;
  }

  .global-new-page .hero-page__text {
    padding: 0;
  }

  .global-new-page .hero-page__btn {
    margin-top: 4rem;
  }

  .global-new-page .hero-page__photo img {
    height: auto;
    width: 70rem;
  }

  .contextual__bl1-wrap {
    padding-right: 0;
  }

  .contextual__bl2-items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .contextual__bl3-1-photo {
    left: 0;
    max-width: 50%;
  }

  .contextual__bl3-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    padding: 0;
  }

  .contextual__bl3-2-photo {
    left: 0;
    max-width: 50%;
  }

  .contextual__bl3-2-text {
    padding-top: 5rem;
  }

  .contextual__bl4-items {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .brif {
    padding: 40px 0 10px;
  }

  .brif .input,
  .brif .textarea {
    font-size: 17px;
  }

  .brif .container {
    padding: 0 20px;
  }

  .brif__header:after {
    background: url(../img/brif-arrow.png) 50% / contain no-repeat;
    bottom: -10rem;
    height: 11.5rem;
    position: absolute;
    right: 7.2rem;
    width: 10.7rem;
  }

  .brif__header .h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .brif__header p {
    font-size: 18px;
    line-height: 1.4;
  }

  .brif__area {
    border-radius: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 48px 24px;
  }

  .brif__area-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 20px;
  }

  .brif__item-left {
    font-size: 16px;
  }

  .brif__item.with-radio .brif__item-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .brif__item-radio {
    gap: 25px;
  }

  .brif__item-grid {
    gap: 12px;
  }

  .brif .custom-checkbox span {
    font-size: 17px;
  }

  .brif .checkbox-icon {
    height: 40px;
    width: 40px;
  }

  .brif__button-area {
    margin: 35px 0;
  }

  .brif__button-area .hero-page__btn {
    height: 60px;
  }

  .copr-site .hero-page__btn {
    max-width: 100%;
  }

  .copr-site .copr-site__bl1 .h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .copr-site .copr-site__bl3 .h2 {
    font-size: 28px;
  }

  .copr-site .copr-site__bl4 .h2 {
    margin-bottom: 15px;
  }

  .copr-site .copr-site__bl5 .h2 {
    font-size: 28px;
  }

  .copr-site .copr-site__bl5-item-text p {
    font-size: 15px;
    line-height: 1.5;
  }

  .global-new-page .copr-site__bl2-item-image img {
    max-width: 40px;
  }

  .copr-site.global-new-page .hero-page__photo img {
    height: auto;
    width: 100%;
  }

  .copr-site.global-new-page .hero-page__photo {
    margin-right: 0;
  }

  .copr-site.global-new-page .hero-page__btn {
    margin-top: 0;
  }

  .copr-site.global-new-page .hero-page__btn:first-of-type {
    margin-top: 20px;
  }

  .copr-site__bl1 {
    padding: 25px 0;
  }

  .copr-site__bl1-flex p {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .copr-site__bl2 {
    padding: 0;
  }

  .copr-site__bl2-grid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 30px;
  }

  .copr-site__bl2-item {
    gap: 20px;
  }

  .copr-site__bl2-item-image {
    max-width: 40px;
    padding: 0;
  }

  .copr-site__bl2-item-image img {
    max-width: 40px;
  }

  .global-new-page .copr-site__bl2-item-text .h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .global-new-page .copr-site__bl2-item-text p {
    font-size: 15px;
    line-height: 1.5;
  }

  .copr-site__bl3 .questions {
    padding-top: 20px;
  }

  .copr-site__bl4 {
    padding: 30px 0 20px;
    text-align: left;
  }

  .copr-site__bl4 p {
    font-size: 15px;
    line-height: 1.5;
  }

  .copr-site__bl5 {
    padding: 20px 0;
  }

  .copr-site__bl5-grid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
  }

  .copr-site__bl5-item-num {
    margin-top: 1.3rem;
  }

  .copr-site__bl5-item-text .h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .copr-site__bl6 {
    margin-top: 30px;
    padding: 72px 24px;
  }

  .copr-site__bl6 .h2 span {
    font-size: 48px;
    margin-top: 5px;
  }

  .new-header img {
    display: block;
  }

  .new-header .container-1684 {
    padding: 0;
  }

  .new-header.active .new-header__wrap,
  .new-header__wrap {
    padding: 15px 20px;
  }

  .new-header__phone {
    margin: 0 20px;
  }

  .new-header__burger {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .breadcrumbs {
    display: none;
  }

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

  .hero-page__text .h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hero-page__text p {
    font-size: 22px;
  }

  .hero-page__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .hero-page__btn {
    max-width: 100%;
  }

  .container-1684 {
    padding: 0 20px;
  }

  .online-store .online-store__bl1 .h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .online-store .copr-site__bl3 {
    margin-top: 0;
  }

  .online-store.global-new-page .hero-page__photo img {
    height: auto;
    width: 100%;
  }

  .online-store.global-new-page .hero-page__photo {
    margin: 0;
  }

  .online-store.global-new-page .hero-page__btn {
    margin-top: 0;
  }

  .online-store.global-new-page .hero-page__btn:first-of-type {
    margin-top: 20px;
  }

  .online-store__bl1 {
    padding: 25px 0;
  }

  .online-store__bl1 p {
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
    padding-left: 4rem;
    padding-right: 0;
  }

  .online-store__bl1 p:after {
    left: 0;
  }

  .online-store__bl2 {
    padding: 10px 0 0;
  }

  .online-store__bl2-grid {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .online-store__bl2-item-image {
    max-width: 40px;
    padding: 0;
  }

  .online-store__bl2-item-text .h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .online-store__bl2-item-text p {
    font-size: 15px;
    line-height: 1.5;
  }

  .promo.onPage h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .promo.onPage p {
    font-size: 15px;
  }

  .promo.onPage {
    margin: 30px 0;
  }

  .main2.noPromo {
    height: 10.2rem;
  }

  .global-new-page .questions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .global-new-page .question {
    margin-bottom: 10px;
    padding: 20px;
  }

  .global-new-page p.show {
    font-size: 17px;
    width: 77%;
  }

  .global-new-page p.hider strong {
    font-size: 15px;
  }

  .global-new-page p.hider {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 15px;
  }

  .global-new-page .arr {
    top: 4.5rem;
  }

  .global-new-page .questions--gray p.show {
    font-size: 17px;
    font-weight: 500;
  }

  .global-new-page .container {
    padding: 0 20px;
  }

  .global-new-page .h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
  }

  .global-new-page .h3,
  .global-new-page .h4 {
    line-height: 1.1;
  }

  .global-new-page .hero-page {
    padding: 20px 0;
  }

  .global-new-page .hero-page__btn {
    margin-top: 20px;
  }

  .global-new-page .hero-page__photo {
    padding-top: 20px;
  }

  .global-new-page .hero-page__photo img {
    width: 100%;
  }

  .contextual__bl1 {
    padding-bottom: 0;
  }

  .contextual__bl1 .h2 {
    margin-bottom: 20px;
  }

  .contextual__bl1 li {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 39px;
  }

  .contextual__bl1 li:after {
    width: 25px;
  }

  .contextual__bl1-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding-right: 0;
  }

  .contextual__bl1-left {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .contextual__bl1-left ul,
  .contextual__bl1-right {
    max-width: 100%;
  }

  .contextual__bl2-area {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 0;
  }

  .contextual__bl2 {
    padding: 40px 0 0;
  }

  .contextual__bl2 .h2 {
    margin-bottom: 30px;
  }

  .contextual__bl2-item {
    gap: 15px;
  }

  .contextual__bl2-item-icon {
    min-width: 40px;
  }

  .contextual__bl2-item-icon img {
    height: auto;
    max-width: 40px;
  }

  .contextual__bl2-item-text p {
    font-size: 15px;
    line-height: 1.5;
  }

  .contextual__bl2-item-text p br {
    display: none;
  }

  .contextual__bl2-item-text .h3 {
    font-size: 20px;
  }

  .contextual__bl3 {
    padding: 40px 0;
  }

  .contextual__bl3 .h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .contextual__bl3 .h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contextual__bl3-price {
    font-size: 2.4rem;
  }

  .contextual__bl3-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }

  .contextual__bl3-1-text {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .contextual__bl3-1-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .contextual__bl3-1-photo {
    left: 0;
    max-width: 60%;
    top: 0;
  }

  .contextual__bl3-1-photo img {
    height: auto;
    max-width: 100%;
  }

  .contextual__bl3-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .contextual__bl3-2-photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    max-width: 60%;
    order: 1;
  }

  .contextual__bl3-2-photo img {
    height: auto;
    max-width: 100%;
  }

  .contextual__bl3-2-text {
    margin-bottom: 20px;
    max-width: 100%;
    padding-top: 0;
  }

  .contextual__bl3-2-text .btn {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .contextual__bl3-2-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .contextual__bl4 {
    padding: 40px 0;
  }

  .contextual__bl4-wrap {
    padding: 0;
  }

  .contextual__bl4-items {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }

  .contextual__bl4-item:first-of-type span:nth-of-type(2) {
    font-size: 15px;
  }

  .contextual__bl4-item:nth-of-type(4) span:first-of-type {
    font-size: 15px;
  }

  .contextual__bl4-item-num {
    gap: 8px;
  }

  .contextual__bl4-item-num span {
    font-size: 24px;
  }

  .contextual__bl4-item-span span {
    font-size: 15px;
  }

  .contextual__bl5 {
    padding: 40px 0;
  }

  .contextual__bl5 .h2 {
    margin-bottom: 20px;
  }

  .contextual__bl5-wrap {
    padding: 0;
  }

  .contextual__bl5-slide-text {
    margin-top: 15px;
  }

  .contextual__bl5-slide-text p {
    font-size: 15px;
    line-height: 1.35;
  }

  .swiper-horizontal.contextual__bl5-slider .contextual__bl5-pagination {
    margin-top: 20px;
  }

  .contextual__bl6 .h2 {
    margin-bottom: 20px;
  }

  .contact-us--type2 .contact-us__wrap {
    margin-left: -20px;
    margin-right: -20px;
  }

  .contact-us--type2 .contact-us__form .input-bd {
    padding-bottom: 10px;
  }

  .contact-us--type2 .contact-us__form .contact-us__form-row {
    gap: 0;
  }

  .contact-us--type2 .contact-us__form .contact-us__form-row--2,
  .contact-us--type2 .contact-us__form .contact-us__form-row--3 {
    margin-top: 0;
  }

  .contact-us--type2 .contact-us__checkbox {
    margin-top: 5px;
  }
}

@media (max-width: 370px) {
  .copr-site__bl6 .h2 span {
    font-size: 45px;
  }
}

@media (max-width: 360px) {
  .brif .input,
  .brif .textarea,
  .brif__item-left {
    font-size: 15px;
  }

  .brif .custom-checkbox span {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .copr-site__bl6 .h2 span {
    font-size: 38px;
  }

  .new-header__logo {
    max-width: 80px;
  }

  .new-header__phone a {
    font-size: 1.8rem;
  }
}
