@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/montserrat/montserrat-medium.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-medium.woff") format("woff"),
    url("../fonts/montserrat/montserrat-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserraLight";
  src: url("../fonts/montserrat/montserrat-light.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-light.woff") format("woff"),
    url("../fonts/montserrat/montserrat-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/montserrat/montserrat-regular.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-regular.woff") format("woff"),
    url("../fonts/montserrat/montserrat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url("../fonts/montserrat/montserrat-semibold.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-semibold.woff") format("woff"),
    url("../fonts/montserrat/montserrat-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/montserrat/montserrat-bold.woff2") format("woff2"),
    url("../fonts/montserrat/montserrat-bold.woff") format("woff"),
    url("../fonts/montserrat/montserrat-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpectralSCMedium";
  src: url("../fonts/spectralsc/spectralsc-medium.woff2") format("woff2"),
    url("../fonts/spectralsc/spectralsc-medium.woff") format("woff"),
    url("../fonts/spectralsc/spectralsc-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpectralSCSemiBold";
  src: url("../fonts/spectralsc/spectralsc-semibold.woff2") format("woff2"),
    url("../fonts/spectralsc/spectralsc-semibold.woff") format("woff"),
    url("../fonts/spectralsc/spectralsc-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wallpoet";
  src: url("../fonts/wallpoet/wallpoet-regular.woff2") format("woff2"),
    url("../fonts/wallpoet/wallpoet.woff") format("woff"),
    url("../fonts/wallpoet/wallpoet-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: "Proforma_Book_Italic";
	src: url("../fonts/Italic/Proforma-Book-Italic_36594.ttf") format("truetype");
	font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.main-sec {
  position: relative;
  background-image: url(../images/img-decor/bg.png);
  background-position: center;
  background-position-y: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: inherit;
  background-color: rgba(188, 207, 255, 0.2);
}
.main-sec__title {
  max-width: 864px;
  padding-top: 86px;
  margin-bottom: 20px;
}
.main-sec__text {
  max-width: 716px;
  margin-bottom: 60px;
}
.main-sec__btn {
  max-width: 312px;
  width: 100%;
  margin-bottom: 95px;
  font-size: 20px;
}
.main-sec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 105px;
}
.main-sec__item {
  max-width: 234px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.main-sec__item + .main-sec__item {
  margin-left: 50px;
}
.main-sec__item p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.offers__title {
  padding-top: 80px;
  max-width: 864px;
  margin-bottom: 20px;
}
.offers__subtitle {
  max-width: 716px;
  margin-bottom: 100px;
}
.offers__wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 90px;
}
.offers__wrapper-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
}
.offers__text-box {
  max-width: 723px;
  width: 100%;
}
.offers__text-box p + p {
  margin-top: 20px;
}
.offers__link-wrapper-l {
  display: block;
  position: relative;
  max-width: 470px;
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 83px;
}
.offers__link-wrapper-l::before {
  content: url(../images/img-decor/man-with-folders.png);
  position: absolute;
  bottom: 70px;
  left: -320px;
  z-index: 2;
}
.offers__link-left {
  width: 100%;
  font-size: 20px;
}
.offers__link-wrapper-r {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 470px;
  width: 100%;
  margin-left: 54px;
}
.offers__link-wrapper-r::before {
  content: url(../images/img-decor/bgmansits.png);
  position: absolute;
  bottom: 50px;
  right: -355px;
  z-index: 2;
  width: auto;
}
.offers__link-right {
  width: 100%;
  font-size: 20px;
}
.text--right {
  margin-left: auto;
}
.main-form {
  padding-bottom: 88px;
}
.main-form__title {
  padding-top: 82px;
  margin-bottom: 10px;
}
.main-form__text {
  margin-bottom: 50px;
}
.main-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-form__chbox-text {
  margin: 10px 0 0;
  text-align: right;
}
.main-form__chbox-wrap {
  margin-left: auto;
  margin-top: 20px;
}
.chbox-input.main-form__chbox-input:checked + label::after {
  content: url(../images/img-decor/checked.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: -4px;
  left: 5px;
  cursor: pointer;
}
.serv-homescr {
  position: relative;
  background: rgba(188, 207, 255, 0.2);
  padding-top: 110px;
  padding-bottom: 100px;
}
.serv-homescr::after {
  content: "";
  background-image: url(../images/img-decor/services-homescr-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 10%;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serv-homescr__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
  max-width: 870px;
  width: 100%;
}
.serv-homescr__title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-left: 164px;
  margin-bottom: 20px;
}
.serv-homescr__subtitle {
  position: relative;
  padding-left: 164px;
  margin-bottom: 60px;
  z-index: 1;
}
.serv-homescr__btn {
  position: relative;
  max-width: 470px;
  font-size: 22px;
  width: 100%;
  margin-bottom: 140px;
  z-index: 5;
}
.serv-homescr__list-box {
  height: 100%;
}
.serv-homescr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serv-homescr__item {
  max-width: 250px;
  width: 100%;
  padding-top: 110px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
}
.serv-homescr__item + .serv-homescr__item {
  margin-left: 60px;
}
.serv-homescr__item p {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 13px;
  line-height: 24px;
}
.serv-scrone {
  position: relative;
  padding-top: 80px;
  padding-bottom: 64px;
}
.serv-scrone::after {
  content: "";
  background-image: url(../images/img-decor/serv-puzzle-lines-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 60%;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serv-scrone__title {
  max-width: 864px;
  width: 100%;
  margin-bottom: 15px;
}
.serv-scrone__subtitle {
  max-width: 716px;
  width: 100%;
  margin-bottom: 84px;
}
.serv-scrone__list-box {
  position: relative;
}
.serv-scrone__list-box::after {
  content: url(../images/img-decor/serv-puzzle-bg.png);
  position: absolute;
  top: -4%;
  left: -20%;
  bottom: 0;
  z-index: 1;
}
.serv-scrone__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.serv-scrone__item {
  max-width: 720px;
  width: 100%;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: left;
}
.serv-scrone__item + .serv-scrone__item {
  margin-top: 40px;
}
.serv-scrone__item p {
  word-break: break-all;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.serv-scrone__item:nth-child(1) {
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}
.serv-scrone__item:nth-child(2) {
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  transform: translateX(-7%);
}
.serv-scrone__item:nth-child(3) {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.serv-scrone__item:nth-child(4) {
  -webkit-transform: translateX(-2%);
  -ms-transform: translateX(-2%);
  transform: translateX(-2%);
}
.serv-scrone__item:nth-child(5) {
  -webkit-transform: translateX(-6%);
  -ms-transform: translateX(-6%);
  transform: translateX(-6%);
}
.serv-scrone__item:nth-child(6) {
  -webkit-transform: translateX(-14%);
  -ms-transform: translateX(-14%);
  transform: translateX(-14%);
}
.serv-scrtwo {
  position: relative;
  padding-top: 64px;
  padding-bottom: 144px;
}
.serv-scrtwo::after {
  content: url(../images/img-decor/serv-redheadgirl-bg.png);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 144px;
}
.serv-scrtwo::before {
  content: "";
  background-image: url(../images/img-decor/serv-redheadgir-linesl-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serv-scrtwo__title {
  max-width: 864px;
  width: 100%;
  margin-bottom: 20px;
}
.serv-scrtwo__subtitle {
  max-width: 715px;
  width: 100%;
  margin-bottom: 100px;
}
.serv-scrtwo__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 6%;
}
.serv-scrtwo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.serv-scrtwo__item {
  max-width: 331px;
  width: 100%;
}
.serv-scrtwo__item--left {
  text-align: right;
}
.serv-scrtwo__item + .serv-scrtwo__item {
  margin-top: 60px;
}
.serv-scrtwo__item p {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.serv-scrtwo__item--left:nth-child(1) {
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}
.serv-scrtwo__item--left:nth-child(2) {
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  transform: translateX(-7%);
  max-width: 366px;
  width: 100%;
}
.serv-scrtwo__item--left:nth-child(3) {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.serv-scrtwo__item--left:nth-child(4) {
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  transform: translateX(-7%);
}
.serv-scrtwo__item--left:nth-child(5) {
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}
.serv-scrtwo__item--right + .serv-scrtwo__item--right {
  margin-top: 75px;
}
.serv-scrtwo__item--right:nth-child(1) {
  -webkit-transform: translateX(-17%);
  -ms-transform: translateX(-17%);
  transform: translateX(-17%);
}
.serv-scrtwo__item--right:nth-child(2) {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
.serv-scrtwo__item--right:nth-child(3) {
  -webkit-transform: translateX(7%);
  -ms-transform: translateX(7%);
  transform: translateX(7%);
}
.serv-scrtwo__item--right:nth-child(4) {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
.serv-scrtwo__item--right:nth-child(5) {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.serv-form {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background: rgba(188, 207, 255, 0.2);
}
.serv-form::after {
  content: "";
  background-image: url(../images/img-decor/serv-formgirl-lines-bg.png);
  background-repeat: no-repeat;
  background-position-x: 55%;
  background-position-y: 75%;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -4;
}
.serv-form .container::after {
  content: url(../images/img-decor/serv-formgirl-bg.png);
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: 1;
}
.serv-form__title.form-title {
  display: block;
  max-width: 871px;
  margin-bottom: 10px;
  margin-left: auto;
}
.serv-form__text {
  margin-left: auto;
  max-width: 871px;
  margin-bottom: 60px;
}
.serv-form__form {
  margin-left: auto;
  max-width: 871px;
  width: 100%;
  text-align: center;
}
.serv-form__wrap.form-wrap {
  position: relative;
  margin-right: 0;
}
.serv-form__wrap + .serv-form__wrap {
  margin-left: 30px;
}
.serv-form__btn {
  margin-top: 50px;
}
.serv-form .serv-form__chbox + label {
  padding-left: 30px;
}
.serv-form .serv-form__chbox:checked + label::after {
  content: url(../images/img-decor/checked.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  left: 5px;
  cursor: pointer;
}
.serv-form__chbox-wrap.chbox-wrap {
  max-width: 100%;
  width: 100%;
  margin-top: 35px;
}
.its-homescr {
  position: relative;
  min-height: 890px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  background: rgba(188, 207, 255, 0.2);
  background-image: url(../images/img-decor/its-homescr-bg-nolines.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.its-homescr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/img-decor/its-homescr-bg-lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
  background-position-y: 60%;
}
.its-homescr__title {
  max-width: 9500px;
  width: 100%;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 20px;
}
.its-homescr__subtitle {
  max-width: 800px;
  width: 100%;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 60px;
}
.its-homescr__btn {
  max-width: 470px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
}
.its-scrone {
  padding-top: 80px;
  background-image: url(../images/img-decor/its-scrone-bg-lines.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: -80%;
}
.its-scrone__title {
  max-width: 800px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
}
.its-scrone__subtitle {
  max-width: 800px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
}
table {
  display: inline-block;
}
.its-scrone__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 70px;
  margin-bottom: 80px;
}
.table {
  text-align: center;
  border-spacing: 10px 10px;
}
.table__row {
  background-color: #f2f5ff;
}
.table__cell {
  width: 201px;
  height: 57px;
}
.table__cell.table__cell--hidden {
  visibility: hidden;
}
.table__title {
  max-width: 623px;
  width: 100%;
  padding: 0 50px;
  background: #ffff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.table__cell-title {
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.table__row-title {
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.table__cell-text {
  border: 1px solid rgba(17, 38, 109, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 10px rgba(17, 38, 109, 0.1);
  box-shadow: 4px 4px 10px rgba(17, 38, 109, 0.1);
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 30px;
  line-height: 34px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ed1c24;
  background-color: #f2f5ff;
}
.its-scrtwo {
  position: relative;
  min-height: 1505px;
  background-image: url(../images/img-decor/its-scrtwo-bg-nolines.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
}
.its-scrtwo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(../images/img-decor/its-scrtwo-bg-lines.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-position-y: 40%;
  z-index: -1;
}
.its-scrtwo__title {
  max-width: 795px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.its-scrtwo__subtitle {
  max-width: 795px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 80px;
}
.its-scrtwo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.its-scrtwo__list ul {
  display: block;
  margin: 0 auto;
  min-height: 100px;
  height: 100%;
}
.its-scrtwo__list ul:nth-child(1) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  top: 20px;
}
.its-scrtwo__list ul:nth-child(2),
.its-scrtwo__list ul:nth-child(3),
.its-scrtwo__list ul:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.its-scrtwo__list ul:nth-child(2) {
  max-width: 55%;
  margin-bottom: 10px;
}
.its-scrtwo__list ul:nth-child(3) {
  max-width: 85%;
  margin-bottom: 45px;
}
.its-scrtwo__list ul:nth-child(4) {
  max-width: 100%;
}
.its-scrtwo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 115px;
  max-width: 285px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}
ul .its-scrtwo__item:nth-child(2) {
  padding-right: 120px;
  background-position: right;
  padding-left: 0;
  text-align: right;
}
.its-scrtwo__item p {
  font-size: 20px;
  line-height: 24px;
}
.its-scrthree {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url(../images/img-decor/its-scrthree-bg-lines.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: 12%;
}
.its-scrthree::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/img-decor/its-scrthree-bg-important.png);
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.its-scrthree::before {
  content: url(../images/img-decor/its-scrthree-bg-nolines.png);
  position: absolute;
  right: 0;
  top: 115px;
}
.its-scrthree__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.its-scrthree__main-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.its-scrthree__title {
  font-size: 40px;
  line-height: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 800px;
  width: 100%;
}
.its-scrthree__list-box {
  margin-top: 40px;
  margin-bottom: 100px;
}
.its-scrthree__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.its-scrthree__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto;
}
.its-scrthree__item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.its-scrthree__item:nth-child(4) {
  margin-left: 20px;
  padding-left: 80px;
}
.its-scrthree__item p {
  font-size: 20px;
  line-height: 34px;
  max-width: 716px;
}
.its-scrthree__text {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 15px;
  max-width: 800px;
}
.its-scrthree__title.its-scrthree__title--right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: left;
}
.its-scrthree__text.its-scrthree__text--right {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.our-serv-homescr {
  position: relative;
  min-height: 890px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  background: rgba(188, 207, 255, 0.2);
  background-image: url(../images/img-decor/our-serv-homescr-bg-noline.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.our-serv-homescr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/img-decor/our-serv-homescr-bg-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
  background-position-y: 60%;
}
.our-serv-homescr__title {
  max-width: 769px;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 20px;
}
.our-serv-homescr__subtitle {
  max-width: 796px;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 60px;
}
.our-serv-homescr__btn {
  max-width: 470px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
}
.our-serv-scrone {
  padding-top: 80px;
}
.our-serv-scrone__title {
  max-width: 716px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.our-serv-scrone__subtitle {
  max-width: 716px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 60px;
}
.our-serv-scrone__cards-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-serv__card {
  max-width: 48%;
  width: 100%;
  min-height: 312px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(18, 4, 40, 0.15);
  box-shadow: 0px 6px 10px rgba(18, 4, 40, 0.15);
  border-radius: 70px 70px 0px 0px;
  margin-bottom: 50px;
  padding: 0 43px 40px;
}
.our-serv__card-btn.btn {
  max-width: 643px;
  width: 100%;
  height: 100px;
  border-radius: 70px;
  padding-right: 51px;
  font-family: "MontserratBold";
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.our-serv__card-img {
  margin: 0 15px;
}
.our-serv__card-text {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 15px;
}
.our-serv__card-item {
  position: relative;
  padding-left: 30px;
}
.our-serv__card-item::after {
  content: url(../images/icons/icontick.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.glos-homescr {
  min-height: 890px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  background: rgba(188, 207, 255, 0.2);
  background-image: url(../images/img-decor/glos-homescr-bg-nolines.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.glos-homescr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/img-decor/glos-homescr-bg-lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
  background-position-y: 60%;
}
.glos-homescr__title {
  max-width: 769px;
  font-size: 56px;
  line-height: 65px;
  margin-bottom: 20px;
}
.glos-homescr__subtitle {
  max-width: 769px;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 60px;
}
.glos-homescr__btn {
  max-width: 470px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
}
.glos-scrone {
  padding-top: 80px;
}
.glos-scrone__title {
  max-width: 716px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.glos-scrone__subtitle {
  max-width: 716px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 60px;
}
.glos-scrone__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.glos-scrone__btn.btn {
  max-width: 643px;
  width: 100%;
  height: 140px;
  border-radius: 70px;
  padding-right: 51px;
  font-family: "MontserratBold";
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.glos-scrone__btn.btn.btn--big {
  height: 200px;
  border-radius: 100px;
}
.glos-scrone__btn-img {
  margin: 0 15px;
}
.inst-page__title {
  max-width: 740px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  color: #737070;
  margin-bottom: 20px;
}
.inst-page__list {
  position: relative;
}
.inst-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inst-page__text {
  position: relative;
  max-width: 751px;
  width: 100%;
  padding-left: 35px;
  font-size: 20px;
  line-height: 34px;
  margin-right: 43px;
}
.inst-page__text::after {
  content: url(../images/icons/iconelipse.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.inst-page__item-add {
  position: absolute;
  bottom: 30px;
  max-width: 751px;
  width: 100%;
  padding-left: 35px;
}
.inst-page__item-add::after {
  content: url(../images/icons/iconelipse2.svg);
  position: absolute;
  left: 0;
  top: 10px;
}
.inst-page__item-add p {
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.inst-page__text-add {
  margin-bottom: 35px;
}
.price-homescr {
  position: relative;
  min-height: 890px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  background: rgba(188, 207, 255, 0.2);
  background-image: url(../images/img-decor/price-homescr-bg-nolines.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}
.price-homescr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/img-decor/our-serv-homescr-bg-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
  background-position-y: 60%;
}
.price-homescr__title {
  max-width: 769px;
 /*font-size: 50px;*/
/*line-height: 65px;*/
  margin-bottom: 20px;
}
.price-homescr__subtitle {
  max-width: 796px;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 60px;
}
.price-homescr__btn {
  max-width: 470px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
}
.price-catalog {
  padding-top: 80px;
}
.price-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.price-card {
  display: inline-block;
  position: relative;
  padding: 25px 24px 90px;
  width: 422px;
  -ms-flex-preferred-size: calc(422px - 20px);
  flex-basis: calc(422px - 20px);
  min-height: 700px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 4px 4px 20px rgba(52, 52, 52, 0.2);
  box-shadow: 4px 4px 20px rgba(52, 52, 52, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.price-card:hover {
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.45);
}
.price-card__img-wrap {
  text-align: center;
}
.price-card__title {
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.price-card__list {
  position: relative;
  z-index: 2;
}
.price-card__item {
  position: relative;
  padding-left: 27px;
}
.price-card__item::after {
  content: url(../images/icons/icontick.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.price-card__item + .price-card__item {
  margin-top: 13px;
}
.price-card__text {
  font-size: 18px;
  line-height: 22px;
}
.price-card__bottom {
  position: absolute;
  bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
  height: 40px;
  width: calc(100% - 48px);
}
.price-card__price {
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ed1c24;
}
.price-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  height: 38px;
  position: relative;
  padding: 0 5px;
  border-radius: 40px;
  font-size: 15px;
  line-height: 24px;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  cursor: pointer;
}
.price-card__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.price-card__link::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  z-index: -2;
}
.price-card__link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}
.product-page {
  background: rgba(188, 207, 255, 0.2);
}
.product-info {
  padding-bottom: 100px;
}
.product-info__content {
  display: inline-block;
  max-width: 910px;
  width: 100%;
  margin-bottom: 40px;
}
.product-info__img-wrap {
  position: relative;
  margin-right: 60px;
  margin-bottom: 40px;
}
.product-info__price {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 221px;
  width: 100%;
  padding: 16px 10px;
  text-align: center;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
}
.product-info__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__title {
  width: 796px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-family: "SpectralSCSemiBold";
  font-weight: 600;
  margin-bottom: 20px;
}
.product-info__subtitle {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}
.product-info__rec-list {
  margin-right: 30px;
}
.product-info__item {
  max-width: 470px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 27px;
}
.product-info__item::after {
  content: url(../images/icons/icontick.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.product-info__text {
  font-size: 20px;
  line-height: 24px;
}
.product-info__add-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  max-width: 455px;
  width: 100%;
  min-height: 50px;
  padding-left: 60px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: left;
}
.product-info__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__img-wrap {
  height: 100%;
}
.product-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-info__timer-box {
  display: inline-table;
  width: 441px;
  height: 384px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-right: 50px;
  background-image: url(../images/img-decor/price-item-timer-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -12px 195px;
}
.product-info__timer-title {
  display: inline-block;
  max-width: 374px;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-family: "SpectralSCMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 16px;
}
.product-info__timer-text {
  display: inline-block;
  max-width: 360px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 26px;
}
.product-info__timer p {
  font-family: "Wallpoet";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 40px;
  line-height: 36px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ed1c24;
  margin-bottom: 30px;
}
.product-info__btn.btn {
  max-width: 300px;
  width: 100%;
  font-size: 20px;
  line-height: 34px;
  padding-top: 9px;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
.product-info__main-list {
  display: inline-block;
  max-width: 780px;
  width: 100%;
}
.product-info__main-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 27px;
}
.product-info__main-item::after {
  content: url(../images/icons/icontick.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.service-card-page {
  background: rgba(188, 207, 255, 0.2);
}
.service-card__title {
  max-width: 450px;
  width: 100%;
  font-family: "SpectralSCMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 40px;
  line-height: 50px;
  color: #737070;
  margin-bottom: 20px;
}
.service-card__text {
  max-width: 716px;
  width: 100%;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}
.service-card__btn {
  max-width: 422px;
  width: 100%;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  margin-top: 30px;
}
.service-card__menu {
  margin-bottom: 80px;
}
.service-card__list {
  display: block;
  width: 100%;
}
.service-card__item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 11px;
  height: 46px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.service-card__item {
  height: 46px;
  text-align: center;
  position: relative;
  padding: 13px 5px;
  border-radius: 40px;
  margin-left: 20px;
  margin-bottom: 32px;
}
.service-card__link {
  padding: 0 34px;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 15px;
  line-height: 24px;
}
.service-card__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.service-card__item::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  z-index: -2;
}
.service-card__item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}
.service-card__discr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-card__discr-wrapper {
  max-width: 50%;
  width: 100%;
  display: inline-block;
}
.service-card__discr-list {
  max-width: 45%;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-card__discr-list li:nth-child(1) p {
  max-width: 470px;
  width: 100%;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}
.service-card__discr-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.service-card__discr-item::after {
  content: url(../images/icons/icontick.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.service-card__discr-item p {
  max-width: 458px;
  width: 100%;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 24px;
}
.service-card__adv {
  padding-top: 80px;
}
.service-card__price-list {
  max-width: 45%;
  width: 100%;
}
.service-card__adv-item {
  max-width: 716px;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.service-card__adv-item::after {
  content: url(../images/icons/iconelipse.svg);
  position: absolute;
  left: 0;
  top: 8px;
}
.subitem {
  max-width: 716px;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.subitem::after {
  content: url(../images/icons/iconelipse2.svg);
  position: absolute;
  left: 0;
  top: 8px;
}
.subtext {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.service-card__price {
  padding-top: 80px;
}
.service-card__price-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-card__price-item {
  max-width: 465px;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.service-card__price-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(../images/icons/iconelipse.svg);
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background-size: contain;
}
.service-card__price-link {
  max-width: 435px;
  width: 100%;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}
.service-card__price-link span {
  position: relative;
}
.service-card__price-link span::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
}
.service-card__terms {
  padding-top: 80px;
  padding-bottom: 30px;
}
.service-card__terms-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  height: 38px;
  position: relative;
  padding: 0 5px;
  border-radius: 40px;
  font-size: 15px;
  line-height: 24px;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.service-card__terms-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.service-card__terms-link::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  z-index: -2;
}
.service-card__terms-link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}
.pd-main {
  padding-top: 55px;
  padding-bottom: 100px;
  background: rgba(188, 207, 255, 0.2);
}
ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-reset: item;
}
li {
  display: block;
}
.list-one li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  font-family: "MontserratBold";
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
}
.list-two li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.pers-data-title,
.pers-data-text {
  display: inline-block;
}
.pers-data-title {
  margin-top: 30px;
  font-family: "MontserratBold";
  font-weight: bold;
}
html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul,
li {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  font-family: "SpectralSCMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 30px;
  line-height: 40px;
  font-variant: small-caps;
  cursor: default;
}
h2,
h3 {
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  display: inline-block;
  font-family: "SpectralSCMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 40px;
  line-height: 58px;
  font-variant: small-caps;
  cursor: default;
}
p {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
  cursor: default;
}
body {
  position: relative;
  margin: 0;
  color: #000000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body.scroll-stop {
  overflow: hidden;
}
input:focus,
input {
  text-transform: uppercase;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
input::-webkit-input-placeholder {
  text-transform: none;
}
input::-moz-placeholder {
  text-transform: none;
}
input:-ms-input-placeholder {
  text-transform: none;
}
input::-ms-input-placeholder {
  text-transform: none;
}
input::placeholder {
  text-transform: none;
}
.container {
  position: relative;
  max-width: 1356px;
  padding: 0 25px;
  margin: 0 auto;
}
.btn {
  position: relative;
  padding-top: 23px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  line-height: 34px;
  color: #ffffff;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
}
.btn:hover {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}
.header {
  position: relative;
  background: rgba(188, 207, 255, 0.2);
}
.header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu {
  display: inline-block;
  max-width: 610px;
  width: 100%;
  margin: 0 10px;
}
.menu__btn {
  display: none;
}
.menu__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.menu__link {
  position: relative;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 20px;
  line-height: 34px;
}
.menu__link:hover.menu__link::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
}
.menu__item-phone {
  display: none;
}
.header__tel {
  max-width: 197px;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 13px 5px;
  border-radius: 40px;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 24px;
}
.header__tel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.header__tel::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  z-index: -2;
}
.header__tel:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}
.footer {
  padding-top: 55px;
  background: rgba(188, 207, 255, 0.2);
}
.footer__wrapper {
  position: relative;
  display: grid;
  grid-auto-columns: minmax(1px, 5px);
  grid-auto-rows: minmax(1px, 1px);
  grid-template-columns: minmax(1, auto);
}
.footer__logo {
  position: relative;
  top: -8px;
  left: -7px;
  width: 100%;
  grid-row: 1/75;
  grid-column: 1/355;
}
.footer__time {
  width: 100%;
  grid-row: 95/180;
  grid-column: 1/275;
}
.footer__qr {
  grid-row: 219/400;
  grid-column: 1/240;
}
.footer__list-links {
  position: relative;
  grid-row: 1/200;
  grid-column: 445/655;
}
.footer__list-ctc {
  padding-right: 25px;
  justify-self: end;
  grid-row: 1/200;
  grid-column: 725/1306;
}
.footer__copyright {
  position: relative;
  padding-top: 20px;
  width: 100%;
  grid-row: 200/370;
  grid-column: 390/1250;
}
.footer__wrapper::before,
.footer__logo::before,
.footer__list-links::before,
.footer__copyright::before {
  content: "";
  position: absolute;
  background: -o-linear-gradient(0.2deg, #fff200 30%, #ed1c24 95%);
  background: linear-gradient(89.8deg, #fff200 30%, #ed1c24 95%);
}
.footer__wrapper::before {
  width: 100%;
  height: 1px;
  top: -55px;
}
.footer__logo::before {
  width: 1px;
  height: 323px;
  top: 8px;
  right: 0;
}
.footer__copyright::before {
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.footer__list-links::before {
  width: 1px;
  height: 155px;
  top: 0;
  right: 0;
}
.footer__time-title {
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 18px;
  line-height: 22px;
}
.footer__time-text {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 18px;
  line-height: 22px;
}
.footer__qr-text {
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 20px;
}
.footer__qr-img {
  position: relative;
  left: -7px;
}
.footer__nav-item {
  display: block;
  padding: 6px 0 6px 30px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}
.footer__nav-item + li {
  margin-top: 26px;
}
.footer__nav-link {
  position: relative;
  margin-left: 10px;
  font-family: "MontserratSemiBold";
  font-style: normal;
  font-weight: 600;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 18px;
  line-height: 22px;
}
.footer__nav-link:hover.footer__nav-link::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
}
.footer__ctc-item {
  display: block;
  padding: 11px 0 11px 42px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}
.footer__ctc-item + li {
  margin-top: 12px;
}
.footer__ctc-link {
  position: relative;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 18px;
  line-height: 22px;
  font-feature-settings: "pnum" on, "lnum" on;
}
.footer__ctc-link:hover.footer__ctc-link::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
}
.footer__copyright p {
  margin: 0;
  padding: 0;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.footer__copyright p + p {
  margin-top: 9px;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.form-sec {
  background-color: rgba(188, 207, 255, 0.2);
}
.form-title {
  max-width: 851px;
}
.form-text {
  max-width: 871px;
}
.form-name,
.form-phone {
  outline: none;
  border: none;
  padding: 27px 30px 27px;
  max-width: 415px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border-radius: 40px;
  line-height: 22px;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.form-wrap {
  position: relative;
  text-align: center;
  max-width: 415px;
  width: 100%;
  display: inline-block;
  margin-right: 30px;
}
.form-wrap::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.form-wrap::before {
  content: "";
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  z-index: -2;
}
.form-wrap input::-webkit-input-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.form-wrap input::-moz-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.form-wrap input:-ms-input-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.form-wrap input::-ms-input-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.form-wrap input::placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.form-wrap input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-wrap input:focus::-moz-placeholder {
  color: transparent;
}
.form-wrap input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-wrap input:focus::-ms-input-placeholder {
  color: transparent;
}
.form-wrap input:focus::placeholder {
  color: transparent;
}
.form-btn {
  height: 78px;
  max-width: 415px;
  width: 100%;
  padding: 21px 15px;
}
.chbox-wrap {
  position: relative;
  max-width: 412px;
  width: 100%;
  display: block;
}
.chbox-input {
  position: relative;
  z-index: -1;
  opacity: 0;
}
.chbox-input + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 34px;
}
.chbox-input + label::before {
  content: url(../images/img-decor/checkbox.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  left: 0;
  cursor: pointer;
}
.chbox-label {
  display: inline-block;
  max-width: 435px;
  width: 100%;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.5);
}
.chbox-label a {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}
.chbox-label a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-btn:disabled,
.popup__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.popup-closeform {
  position: absolute;
  top: 0%;
  left: 100%;
  display: block;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.popup-closeform::after,
.popup-closeform::before {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 25px;
  top: 50%;
  background-color: #ffffff;
  border-radius: 4px;
}
.popup-closeform::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-closeform::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main__bg,
.consult-pup__bg-main {
  overflow-y: auto;
  position: fixed;
  display: none;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.popup__bg {
  position: relative;
  max-width: 702px;
  width: 100%;
  min-height: 722px;
  background-color: #ffffff;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  z-index: 1;
  background-image: url(../images/img-decor/popup-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -13%;
}
.popup__done {
  max-width: 702px;
  width: 100%;
}
.popup__done-img {
  -webkit-transform: translatex(5%);
  -ms-transform: translatex(5%);
  transform: translatex(5%);
}
.popup-btn-close {
  display: block;
  margin: 0 auto;
}
.popup__contents {
  position: relative;
  height: 100%;
  padding: 40px 0;
}
.popup__title {
  display: block;
  font-family: "SpectralSCMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 10px;
}
.popup__text {
  text-align: center;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 50px;
}
.popup__input {
  outline: none;
  border: none;
  padding: 27px 30px 27px;
  max-width: 415px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border-radius: 40px;
  line-height: 22px;
}
.popup__input-name,
.popup__input-email,
.popup__input-company,
.popup__input-slect,
.popup__input-phone {
  height: 76px;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input-slect:active {
  height: 76px;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input-slect {
  width: 85%;
}
.popup__input-text {
  height: 157px;
  resize: none;
  overflow-y: hidden;
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input-name:focus,
.popup__input-text:focus,
.popup__input-email:focus {
  text-align: left;
}
.popup__input-name:focus::-webkit-input-placeholder,
.popup__input-text:focus::-webkit-input-placeholder,
.popup__input-email:focus::-webkit-input-placeholder {
  opacity: 0;
}
.popup__input-name:focus::-moz-placeholder,
.popup__input-text:focus::-moz-placeholder,
.popup__input-email:focus::-moz-placeholder {
  opacity: 0;
}
.popup__input-name:focus:-ms-input-placeholder,
.popup__input-text:focus:-ms-input-placeholder,
.popup__input-email:focus:-ms-input-placeholder {
  opacity: 0;
}
.popup__input-name:focus::-ms-input-placeholder,
.popup__input-text:focus::-ms-input-placeholder,
.popup__input-email:focus::-ms-input-placeholder {
  opacity: 0;
}
.popup__input-name:focus::placeholder,
.popup__input-text:focus::placeholder,
.popup__input-email:focus::placeholder {
  opacity: 0;
}
.popup__input-wrap {
  position: relative;
  text-align: center;
  max-width: 415px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.popup__input-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 40px;
  z-index: -1;
}
.popup__input-wrap::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
  background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  border-radius: 40px;
  z-index: -2;
}
.popup__input::-webkit-input-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input::-moz-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input:-ms-input-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input::-ms-input-placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__input::placeholder {
  font-family: "MontserratRegular";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 16px;
  line-height: 22px;
}
.popup__btn {
  width: 415px;
  height: 76px;
  display: block;
  margin: 0 auto 7px;
}
.popup__btn-close {
  position: absolute;
  bottom: 115px;
  width: 415px;
  height: 76px;
  display: block;
  margin: 0 auto;
}
.popup-chbox-wrap {
  position: relative;
  width: 415px;
  margin: 0 auto;
  display: block;
}
.popup-chbox-input {
  position: relative;
  z-index: -1;
  opacity: 0;
}
.popup-chbox-input + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 40px;
}
.popup-chbox-input + label::before {
  content: url(../images/img-decor/checkbox.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  left: 0;
  cursor: pointer;
}
.popup-chbox-input:checked + label::after {
  content: url(../images/img-decor/checked.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: -4px;
  left: 5px;
  cursor: pointer;
}
.popup-chbox-label {
  display: inline-block;
  max-width: 435px;
  width: 100%;
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.5);
}
.popup-chbox-label a {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}
.popup-chbox-label a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup__done-wrapper {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 415px;
  margin: 0 auto;
  height: 495px;
  padding-top: 10px;
}
.popup__done-img {
  display: block;
  margin: 0 auto;
  margin-top: 95px;
}
.breadcrumbs {
  padding-top: 35px;
  padding-bottom: 50px;
}
.breadcrumbs-item a {
  position: relative;
  font-family: "MontserraLight";
  font-weight: 300px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #1d1615;
}
.breadcrumbs-link:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #1d1615;
  opacity: 0.3;
}
.breadcrumbs-item + .breadcrumbs-item {
  margin-left: 37px;
}
.breadcrumbs-link {
  position: relative;
}
.breadcrumbs-link::after {
  content: url(../images/icons/icon-arrow-right.svg);
  position: absolute;
  right: -30px;
  top: -1px;
}
@media (max-width: 1335px) {
  .our-serv__card {
    max-width: 48%;
    width: 100%;
  }
  .our-serv__card-btn.btn {
    font-size: 24px;
  }
  .glos-scrone__btn.btn {
    max-width: 48%;
    width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 1295px) {
  .price-card {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  .price-card__bottom {
    width: calc(100% - 48px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .serv-homescr::after {
    background-size: 130%;
  }
  .serv-scrone__list-box::after {
    content: url(../images/img-decor/serv-puzzle-bg-opacity.png);
    top: 0;
    right: 0;
    left: 0;
    width: 682px;
    height: 682px;
  }
  .serv-scrtwo__box {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .serv-scrtwo__item--left {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .serv-scrtwo__item--right {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .serv-form__wrap.form-wrap {
    margin: 0 25px;
  }
  .serv-form__wrap + .serv-form__wrap {
    margin-top: 50px;
  }
  .our-serv__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .our-serv__card-btn.btn {
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .popup__title {
    max-width: 415px;
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    font-size: 30px;
    line-height: 28px;
  }
  .popup__text {
    max-width: 415px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .popup__input-name {
    max-width: 415px;
    width: 100%;
  }
  .popup__input-text {
    max-width: 415px;
    width: 100%;
  }
  .popup__btn {
    max-width: 415px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  .popup__input-wrap {
    max-width: 415px;
    width: 100%;
    margin-bottom: 30px;
  }
  .menu {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .menu__link {
    font-size: 16px;
    line-height: 19px;
  }
  .menu__item + .menu__item {
    margin-left: 12px;
  }
  .header__tel {
    max-width: 143px;
    font-size: 12px;
    line-height: 13px;
  }
  .footer {
    padding-top: 55px;
    background: rgba(188, 207, 255, 0.2);
  }
  .footer__wrapper {
    position: relative;
    display: grid;
    grid-auto-columns: minmax(0, 33%);
    grid-auto-rows: minmax(0, 60px);
  }
  .footer__logo {
    position: relative;
    top: -8px;
    left: -7px;
    width: 100%;
    grid-row: 5/6;
    grid-column: 1/26;
  }
  .footer__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 15px;
    grid-row: 4/6;
    grid-column: 50/99;
  }
  .footer__list-links {
    justify-self: center;
    max-width: 341px;
    width: 100%;
    grid-row: 1;
    grid-column: 1/26;
  }
  .footer__time {
    position: relative;
    padding: 0 30px 0 40px;
    max-width: 250px;
    width: 100%;
    grid-row: 1;
    grid-column: 26/63;
  }
  .footer__list-ctc {
    max-width: 341px;
    width: 100%;
    grid-row: 1;
    grid-column: 63/99;
  }
  .footer__copyright {
    position: relative;
    padding-top: 20px;
    width: 100%;
    grid-row: 6/6;
    grid-column: 1/99;
  }
  .footer__time::before,
  .footer__time::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 140px;
    top: 0;
    background: -o-linear-gradient(0.2deg, #fff200 30%, #ed1c24 95%);
    background: linear-gradient(89.8deg, #fff200 30%, #ed1c24 95%);
  }
  .footer__time::before {
    left: 0;
  }
  .footer__time::after {
    right: 0;
  }
  .footer__list-links::before,
  .footer__logo::before {
    display: none;
  }
  .footer__time-title {
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__time {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__qr-text {
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 15px;
    line-height: 18px;
  }
  .footer__qr-img {
    position: relative;
    left: 0;
    bottom: -12px;
  }
  .footer__nav-item {
    display: block;
    padding: 6px 0 6px 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
  }
  .footer__nav-item + li {
    margin-top: 26px;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__nav-link {
    position: relative;
    margin-left: 10px;
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__nav-link:hover.footer__nav-link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  }
  .footer__ctc-item {
    display: block;
    padding: 11px 0 11px 42px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
  }
  .footer__ctc-item + li {
    margin-top: 12px;
  }
  .footer__ctc-link {
    position: relative;
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: "pnum" on, "lnum" on;
  }
  .footer__ctc-link:hover.footer__ctc-link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  }
  .footer__copyright p {
    margin: 0;
    padding: 0;
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
  }
  .footer__copyright p + p {
    margin-top: 9px;
  }
  .main-sec {
    background-image: url(../images/img-decor/mainpage-scrhome-bg-noline-tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: 9%;
  }
  .main-sec__title {
    max-width: 461px;
    font-size: 30px;
    line-height: 28px;
  }
  .main-sec__text {
    max-width: 516px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .main-sec__btn {
    max-width: 300px;
    font-size: 18px;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 60px;
  }
  .main-sec__list {
    padding-bottom: 50px;
  }
  .main-sec__item {
    max-width: 199px;
    padding-top: 66px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20%;
  }
  .main-sec__item + .main-sec__item {
    margin-left: 30px;
  }
  .main-sec__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
  }
  .offers__title {
    padding-top: 100px;
    max-width: 100%;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .offers__subtitle {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .offers__wrapper-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .offers__text-box {
    max-width: 100%;
    width: 100%;
  }
  .offers__text-box p {
    font-size: 20px;
    line-height: 28px;
  }
  .offers__text-box p + p {
    margin-top: 25px;
  }
  .offers__link-wrapper-l,
  .offers__link-wrapper-r {
    position: relative;
    display: block;
    padding-top: 550px;
    margin: 0 auto 30px;
  }
  .offers__link-wrapper-l::before {
    content: url(../images/img-decor/man-with-folders-nolines.png);
    position: absolute;
    bottom: 67px;
    left: 0;
    display: block;
    z-index: 2;
  }
  .offers__wrapper-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .offers__link-wrapper-r {
    padding-top: 400px;
  }
  .offers__link-wrapper-r::before {
    content: url(../images/img-decor/man-with-mac.png);
    position: absolute;
    bottom: 74px;
    right: -45px;
    z-index: 2;
    width: auto;
  }
  .main-form {
    padding-bottom: 80px;
  }
  .main-form__title {
    max-width: 100%;
    font-size: 30px;
    line-height: 46px;
    padding-top: 50px;
  }
  .main-form__text {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
  }
  .main-form__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-form__wrap {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main-form__btn {
    max-width: 100%;
  }
  .main-form__chbox-wrap-wrap {
    margin-top: 20px;
    margin: 0 auto;
  }
  .serv-homescr {
    padding-bottom: 50px;
  }
  .serv-homescr::after {
    content: "";
    background-image: url(../images/img-decor/serv-homescr-wom-bg-nolines-tab.png);
    background-position: left;
    background-position-y: 10%;
    background-size: auto;
  }
  .serv-homescr__title {
    font-size: 30px;
    line-height: 28px;
  }
  .serv-homescr__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .serv-homescr__btn {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .serv-homescr__item p {
    font-size: 13px;
    line-height: 15px;
  }
  .serv-scrone {
    padding-bottom: 32px;
  }
  .serv-scrone::after {
    background-image: unset;
  }
  .serv-scrone__title {
    font-size: 30px;
    line-height: 46px;
  }
  .serv-scrone__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .serv-scrone__list-box {
    position: relative;
  }
  .serv-scrone__list-box::after {
    content: url(../images/img-decor/serv-puzzle-bg-opacity.png);
    position: absolute;
    top: 0;
    left: -60%;
    z-index: 1;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .serv-scrone__item {
    max-width: 600px;
    width: 100%;
  }
  .serv-scrone__item p {
    font-size: 20px;
    line-height: 28px;
  }
  .serv-scrtwo {
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .serv-scrtwo::after {
    content: url(../images/img-decor/serv-redheadgirl-bg-tab.png);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 144px;
  }
  .serv-scrtwo::before {
    background-image: unset;
  }
  .serv-scrtwo__title {
    font-size: 30px;
    line-height: 40px;
  }
  .serv-scrtwo__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .serv-scrtwo__item {
    max-width: 250px;
    width: 100%;
  }
  .serv-scrtwo__item--left:nth-child(1) {
    -webkit-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    transform: translateX(-34%);
  }
  .serv-scrtwo__item--left:nth-child(2) {
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
    max-width: 366px;
    width: 100%;
  }
  .serv-scrtwo__item--left:nth-child(3) {
    -webkit-transform: translateX(-74%);
    -ms-transform: translateX(-74%);
    transform: translateX(-74%);
  }
  .serv-scrtwo__item--left:nth-child(4) {
    -webkit-transform: translateX(-59%);
    -ms-transform: translateX(-59%);
    transform: translateX(-59%);
  }
  .serv-scrtwo__item--left:nth-child(5) {
    -webkit-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    transform: translateX(-35%);
  }
  __item--right + __item--right {
    margin-top: 50px;
  }
  .serv-scrtwo__item--right:nth-child(1) {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .serv-scrtwo__item--right:nth-child(2) {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%);
  }
  .serv-scrtwo__item--right:nth-child(3) {
    -webkit-transform: translateX(3%);
    -ms-transform: translateX(3%);
    transform: translateX(3%);
  }
  .serv-scrtwo__item--right:nth-child(4) {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%);
  }
  .serv-scrtwo__item--right:nth-child(5) {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .serv-scrtwo__item p {
    font-size: 20px;
    line-height: 28px;
  }
  .serv-form {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .serv-form::after {
    background-image: unset;
  }
  .serv-form .container::after {
    content: url(../images/img-decor/serv-formgirl-bg-tab.png);
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 1;
  }
  .serv-form__title.form-title {
    font-size: 30px;
    line-height: 46px;
  }
  .serv-form__text {
    font-size: 20px;
    line-height: 28px;
  }
  .serv-form__form {
    text-align: right;
  }
  .serv-form__btn {
    margin-right: 25px;
  }
  .price-homescr {
    min-height: 515px;
    position: relative;
    background-image: url(../images/img-decor/price-homescr-bg-nolines-tab.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
  }
  .price-homescr::after {
    content: "";
    background-image: unset;
  }
  .price-homescr__title {
    max-width: 535px;
    width: 100%;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .price-homescr__subtitle {
    max-width: 535px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .price-homescr__btn.btn {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .price-card__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .price-card__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .price-card__price {
    font-size: 26px;
    line-height: 32px;
  }
  .price-card__link {
    max-width: 153px;
    width: 100%;
  }
  .price-card__img {
    max-height: 220px;
  }
  .its-homescr {
    min-height: 515px;
    position: relative;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background: rgba(188, 207, 255, 0.2);
    background-image: url(../images/img-decor/its-homescr-bg-nolines-tab.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
  }
  .its-homescr::after {
    background-image: unset;
  }
  .its-homescr__title {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .its-homescr__subtitle {
    max-width: 640px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .its-homescr__btn.btn {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .its-scrone__title,
  .its-scrtwo__title,
  .its-scrthree__main-title,
  .its-scrthree__title,
  .its-scrthree__title.its-scrthree__title--right {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .its-scrone__subtitle,
  .its-scrtwo__subtitle,
  .its-scrthree__text,
  .its-scrthree__text.its-scrthree__text--right {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .its-scrone,
  .its-scrthree {
    background-image: unset;
  }
  .its-scrtwo::after {
    background-image: unset;
  }
  .its-scrone__table-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .table {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .its-scrtwo__item {
    max-width: 250px;
    background-size: 25%;
    padding-left: 75px;
  }
  .its-scrtwo__list ul:nth-child(1) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 250px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-left: 40%;
  }
  ul .its-scrtwo__item:nth-child(2) {
    padding-right: 75px;
    padding-left: 35px;
  }
  .its-scrtwo__list ul:nth-child(2),
  .its-scrtwo__list ul:nth-child(3) {
    margin-bottom: -10px;
  }
  .its-scrtwo__item p {
    font-size: 15px;
    line-height: 18px;
  }
  .its-scrtwo {
    min-height: 850px;
    background-image: url(../images/img-decor/its-scrtwo-bg-nolines-tab.png);
    background-size: contain;
  }
  .its-scrthree::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/img-decor/its-scrthree-bg-important-tab.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .its-scrthree::before {
    content: url(../images/img-decor/its-scrthree-bg-nolines-tab.png);
    position: absolute;
    right: 0;
    top: 39%;
  }
  .its-scrthree__text {
    max-width: 60%;
  }
  .its-scrthree__main-title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 0;
  }
  .its-scrthree__item p {
    font-size: 20px;
    line-height: 28px;
  }
  .its-scrthree__title {
    margin-top: 0;
  }
  .our-serv-homescr {
    position: relative;
    min-height: 515px;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background: rgba(188, 207, 255, 0.2);
    background-image: url(../images/img-decor/our-serv-homescr-bg-noline-tab.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: bottom;
  }
  .our-serv-homescr::after {
    background-image: unset;
  }
  .our-serv-homescr__title {
    max-width: 769px;
    font-size: 56px;
    line-height: 65px;
    margin-bottom: 10px;
  }
  .our-serv-homescr__subtitle {
    max-width: 796px;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 60px;
  }
  .our-serv-homescr__btn.btn {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .our-serv-scrone {
    padding-top: 80px;
  }
  .our-serv-scrone__title {
    max-width: 716px;
    width: 100%;
    font-size: 25px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .our-serv-scrone__subtitle {
    max-width: 716px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  .our-serv-scrone__cards-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-serv__card {
    max-width: 80%;
    width: 100%;
    min-height: 250px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 10px rgba(18, 4, 40, 0.15);
    box-shadow: 0px 6px 10px rgba(18, 4, 40, 0.15);
    border-radius: 70px 70px 0px 0px;
    margin-bottom: 50px;
    padding: 0 43px 40px;
  }
  .our-serv__card-btn.btn {
    max-width: 70%;
    width: 100%;
    height: 100px;
    border-radius: 70px;
    padding-right: 51px;
    font-family: "MontserratBold";
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .our-serv__card-img {
    margin: 0 15px;
  }
  .our-serv__card-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .our-serv__card-img {
    height: 70px;
  }
  .glos-homescr {
    min-height: 470px;
    background-image: url(../images/img-decor/glos-homescr-bg-nolines-tab.png);
    background-position-y: bottom;
  }
  .glos-homescr::after {
    background-image: unset;
  }
  .glos-homescr__title {
    max-width: 520px;
    width: 100%;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .glos-homescr__subtitle {
    max-width: 520px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .glos-homescr__btn.btn {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .glos-scrone__title {
    font-size: 25px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .glos-scrone__subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 50px;
  }
  .glos-scrone__btn.btn {
    height: 80px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .glos-scrone__btn-img {
    height: 45px;
  }
  .glos-scrone__btn.btn.btn--big {
    height: 135px;
    border-radius: 100px;
  }
  .inst-page__title {
    margin-top: 30px;
    font-size: 30px;
    line-height: 38px;
  }
  .inst-page__text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .inst-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inst-page__item img {
    display: block;
    margin: 0 auto;
  }
  .inst-page__list:nth-last-child(1) {
    padding-bottom: 200px;
  }
  .service-card__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-card__list li:nth-child(1) {
    margin: 10px;
    display: block;
  }
  .service-card__list {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service-card__item {
    margin: 10px;
  }
  .service-card__discr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-card__discr-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .service-card__discr-list {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
  .service-card__discr-item p {
    max-width: 100%;
    width: 100%;
  }
  .service-card__price-list {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
  .service-card__title {
    font-size: 30px;
    line-height: 50px;
  }
  .service-card__text,
  .subtext {
    font-size: 20px;
    line-height: 28px;
  }
  .service-card__discr-list li:nth-child(1) p {
    font-size: 20px;
    line-height: 28px;
  }
  .service-card__discr-item p {
    font-size: 20px;
    line-height: 28px;
  }
  .service-card__btn {
    max-width: 374px;
    width: 100%;
    line-height: 34px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
  }
  .service-card__price-link {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
  }
  .product-info__content-wrap {
    position: relative;
    padding-bottom: 100px;
  }
  .product-info__list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info__add-list {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-info__rec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info__title {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .product-info__subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .product-info__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .product-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-info__timer-box {
    margin: 20px 0;
  }
  .product-info__add-item {
    padding-left: 50px;
  }
}
@media (max-width: 767px) and (min-width: 460px) {
  .popup-closeform {
    left: 98%;
  }
  .popup__bg {
    width: 94%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .popup__title {
    max-width: 415px;
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    font-size: 30px;
    line-height: 28px;
  }
  .popup__text {
    max-width: 415px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .popup__input-name {
    max-width: 415px;
    width: 100%;
  }
  .popup__input-text {
    max-width: 415px;
    width: 100%;
  }
  .popup__btn {
    max-width: 415px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
  .popup__input-wrap {
    max-width: 415px;
    width: 100%;
    margin-bottom: 30px;
  }
  .main-sec {
    background-size: contain;
    background-position: 5px;
    background-position-y: 9%;
  }
  .main-sec__title {
    max-width: 461px;
    font-size: 30px;
    line-height: 28px;
  }
  .main-sec__text {
    max-width: 516px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .main-sec__btn {
    max-width: 300px;
    font-size: 18px;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 60px;
  }
  .main-sec__list {
    padding-bottom: 50px;
  }
  .main-sec__item {
    max-width: 199px;
    padding-top: 66px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20%;
  }
  .main-sec__item + .main-sec__item {
    margin-left: 30px;
  }
  .main-sec__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
  }
  .main-sec__btn {
    margin-bottom: 80px;
  }
  .main-sec {
    background-size: contain;
    background-position: 5px;
    background-position-y: 9%;
  }
  .main-sec__title {
    max-width: 461px;
    font-size: 30px;
    line-height: 28px;
  }
  .main-sec__text {
    max-width: 516px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .main-sec__btn {
    max-width: 300px;
    font-size: 18px;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 60px;
  }
  .main-sec__list {
    padding-bottom: 50px;
  }
  .main-sec__item {
    max-width: 199px;
    padding-top: 66px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20%;
  }
  .main-sec__item + .main-sec__item {
    margin-left: 30px;
  }
  .main-sec__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
  }
  .offers__title {
    padding-top: 100px;
    max-width: 100%;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .offers__subtitle {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .offers__wrapper-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .offers__text-box {
    max-width: 100%;
    width: 100%;
  }
  .offers__text-box p {
    font-size: 20px;
    line-height: 28px;
  }
  .offers__text-box p + p {
    margin-top: 25px;
  }
  .offers__link-wrapper-l,
  .offers__link-wrapper-r {
    position: relative;
    display: block;
    padding-top: 550px;
    margin: 0 auto 30px;
  }
  .offers__link-wrapper-l::before {
    content: url(../images/img-decor/man-with-folders-nolines.png);
    position: absolute;
    bottom: 67px;
    left: 0;
    display: block;
    z-index: 2;
  }
  .offers__wrapper-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .offers__link-wrapper-r {
    padding-top: 400px;
  }
  .offers__link-wrapper-r::before {
    content: url(../images/img-decor/man-with-mac.png);
    position: absolute;
    bottom: 74px;
    right: -45px;
    z-index: 2;
    width: auto;
  }
  .main-form {
    padding-bottom: 80px;
  }
  .main-form__title {
    max-width: 100%;
    font-size: 30px;
    line-height: 46px;
    padding-top: 50px;
  }
  .main-form__text {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 60px;
  }
  .main-form__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-form__wrap {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main-form__btn {
    max-width: 100%;
  }
  .main-form__chbox-wrap {
    margin-top: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .header__tel {
    display: none;
  }
  .menu {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .menu__btn {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
  }
  .menu__lines {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
    z-index: 10;
  }
  .menu__lines::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 20px;
    height: 2px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s,
      -webkit-transform 0.2s ease-in;
    z-index: 10;
  }
  .menu__lines::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
    -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s,
      -webkit-transform 0.2s ease-in;
    z-index: 10;
  }
  .menu__lines.menu-icon-active {
    background: transparent;
  }
  .menu__lines.menu-icon-active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s,
      -webkit-transform 0.2s ease-in 0.2s;
  }
  .menu__lines.menu-icon-active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    -o-transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s,
      -webkit-transform 0.2s ease-in 0.2s;
  }
  .menu__list {
    position: fixed;
    opacity: 0;
    padding-top: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/img-decor/mob-menu-lines.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: center;
    background-color: #f2f5ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .menu__list.mobile-nav--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .menu__item + .menu__item {
    margin: 0;
  }
  .menu__link {
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.01em;
    font-weight: 600;
  }
  .menu__item-phone {
    display: block;
    max-width: 290px;
    width: 100%;
  }
  .menu__link-phone {
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    padding: 19px 15px 19px;
    margin-top: 53px;
    margin-bottom: 40px;
  }
  .footer {
    padding-top: 35px;
    background: rgba(188, 207, 255, 0.2);
  }
  .footer__wrapper {
    padding-top: 15%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__qr,
  .footer__list-links,
  .footer__list-ctc,
  .footer__time,
  .footer__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90%;
    width: 100%;
    padding: 0;
  }
  .footer__list-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__logo {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: absolute;
    left: 11px;
  }
  .footer__list-links,
  .footer__list-ctc {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .footer__qr,
  .footer__time {
    padding-bottom: 20px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 270px;
  }
  .footer__qr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer__copyright {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .footer__list-links::after,
  .footer__list-ctc::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(0.2deg, #fff200 30%, #ed1c24 95%);
    background: linear-gradient(89.8deg, #fff200 30%, #ed1c24 95%);
  }
  .footer__list-links::before,
  .footer__logo::before {
    display: none;
  }
  .footer__wrapper::before {
    top: -35px;
  }
  .footer__time-title {
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__time-text {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__qr-text {
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 15px;
    line-height: 18px;
  }
  .footer__qr-img {
    position: relative;
    left: 0;
  }
  .footer__nav-item {
    display: block;
    padding: 6px 0 6px 30px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
  }
  .footer__nav-item + li {
    margin-top: 15px;
  }
  .footer__nav-link {
    position: relative;
    margin-left: 10px;
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
  }
  .footer__nav-link:hover.footer__nav-link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  }
  .footer__ctc-item {
    display: block;
    padding: 11px 0 11px 42px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
  }
  .footer__ctc-item + li {
    margin-top: 12px;
  }
  .footer__ctc-link {
    position: relative;
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: "pnum" on, "lnum" on;
  }
  .footer__ctc-link:hover.footer__ctc-link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  }
  .footer__copyright p {
    margin: 0;
    padding: 0;
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
  }
  .footer__copyright p + p {
    margin-top: 9px;
  }
  .main-sec {
    background-image: url(../images/img-decor/mainpage-scrhome-bg-noline-tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: 25%;
  }
  .serv-homescr {
    position: relative;
    padding-bottom: 50px;
  }
  .serv-homescr::after {
    background-image: unset;
  }
  .serv-homescr__title {
    padding-left: 0;
    margin-left: auto;
    margin-bottom: 10px;
    display: block;
    font-size: 21px;
    line-height: 26px;
  }
  .serv-homescr__subtitle {
    padding-left: 0;
    margin-bottom: 214px;
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 20px;
  }
  .serv-homescr__btn {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 50px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .serv-homescr__btn::after {
    content: url(../images/img-decor/serv-homescr-wom-bg-nolines-mob.png);
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  .serv-homescr__item p {
    font-size: 12px;
    line-height: 17px;
  }
  .serv-homescr__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  .serv-homescr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .serv-homescr__item {
    background-position-x: center;
  }
  .serv-homescr__item + .serv-homescr__item {
    margin-left: 0;
    margin-top: 15px;
  }
  .serv-scrone {
    padding-bottom: 32px;
  }
  .serv-scrone::after {
    background-image: unset;
  }
  .serv-scrone__title {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .serv-scrone__subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 31px;
  }
  .serv-scrone__list-box {
    position: relative;
  }
  .serv-scrone__list-box::after {
    content: unset;
  }
  .serv-scrone__item {
    max-width: 600px;
    width: 100%;
  }
  .serv-scrone__item + .serv-scrone__item {
    margin-top: 25px;
  }
  .serv-scrone__item p {
    font-size: 15px;
    line-height: 20px;
  }
  .serv-scrone__item:nth-child(1) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrone__item:nth-child(2) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrone__item:nth-child(3) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrone__item:nth-child(4) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrone__item:nth-child(5) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrone__item:nth-child(6) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo {
    position: relative;
    padding-top: 32px;
    padding-bottom: 80px;
  }
  .serv-scrtwo::after {
    content: unset;
  }
  .serv-scrtwo::before {
    background-image: unset;
  }
  .serv-scrtwo__title {
    font-size: 19px;
    line-height: 24px;
  }
  .serv-scrtwo__subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .serv-scrtwo__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serv-scrtwo__item {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin-top: 20px;
  }
  .serv-scrtwo__item::after {
    position: absolute;
    content: "";
    display: block;
    left: -20px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: -o-linear-gradient(0.2deg, #fff200 -0.23%, #ed1c24 99.76%);
    background: linear-gradient(89.8deg, #fff200 -0.23%, #ed1c24 99.76%);
  }
  .serv-scrtwo__item + .serv-scrtwo__item {
    margin-top: 20px;
  }
  .serv-scrtwo__item--left {
    text-align: left;
  }
  .serv-scrtwo__item--left:nth-child(1) {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--left:nth-child(2) {
    max-width: unset;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--left:nth-child(3) {
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--left:nth-child(4) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--left:nth-child(5) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--right + .serv-scrtwo__item--right {
    margin-top: 20px;
  }
  .serv-scrtwo__item--right:nth-child(1) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--right:nth-child(2) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--right:nth-child(3) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--right:nth-child(4) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item--right:nth-child(5) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .serv-scrtwo__item p {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
  }
  .serv-form {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .serv-form::after {
    background-image: unset;
  }
  .serv-form .container::after {
    content: "";
  }
  .serv-form__title.form-title {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .serv-form__text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .form-name,
  .form-phone {
    padding: 19px 30px 18px;
  }
  .serv-form__form {
    text-align: center;
  }
  .serv-form__wrap.form-wrap {
    margin: 0;
    margin-bottom: 30px;
  }
  .form-btn {
    margin: 0;
    font-size: 16px;
    line-height: 17px;
    height: 62px;
  }
  .serv-form__chbox-wrap {
    max-width: 250px;
    margin-left: auto;
  }
  .price-homescr {
    min-height: 515px;
    position: relative;
    background-image: url(../images/img-decor/price-homescr-bg-nolines-mob.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
    background-position-y: bottom;
  }
  .price-homescr::after {
    content: "";
    background-image: unset;
  }
  .price-homescr__title {
    max-width: 290px;
    width: 100%;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .price-homescr__subtitle {
    max-width: 290px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .price-homescr__btn.btn {
    max-width: 299px;
    margin-bottom: 60px;
    padding: 16px 5px 16px 5px;
    width: 100%;
    font-size: 18px;
    line-height: 14px;
  }
  .price-card {
    display: inline-block;
    position: relative;
    padding: 25px 24px 110px;
    min-height: 450px;
    height: 100%;
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }
  .price-card__title {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .price-card__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .price-card__price {
    font-size: 18px;
    line-height: 22px;
  }
  .price-card__link {
    max-width: 153px;
    width: 100%;
  }
  .price-card__img {
    max-height: 200px;
  }
  .its-homescr {
    position: relative;
    min-height: 515px;
    height: 100%;
    padding-top: 80px;
    background: rgba(188, 207, 255, 0.2);
    background-image: url(../images/img-decor/its-homescr-bg-nolines-mob.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: bottom;
  }
  .its-homescr::after {
    background-image: unset;
  }
  .its-homescr__title {
    max-width: 700px;
    width: 100%;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .its-homescr__subtitle {
    max-width: 500px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .its-homescr__btn {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 50px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .its-scrone {
    padding-top: 80px;
    background-image: url(../images/img-decor/its-scrone-bg-lines.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-y: -80%;
  }
  .its-scrone__title {
    max-width: 800px;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .its-scrone__subtitle {
    max-width: 800px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }
  .its-scrone__table-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .its-scrone__table-box {
    margin-bottom: 0;
  }
  .table__cell {
    max-width: 201px;
    height: 57px;
  }
  .table__title {
    font-size: 15px;
    line-height: 17px;
  }
  .table__cell.table__row-title {
    font-size: 16px;
    line-height: 24px;
  }
  .table__cell.table__cell-title {
    font-size: 15px;
    line-height: 24px;
  }
  .table__cell.table__cell-text {
    font-size: 20px;
    line-height: 24px;
  }
  .its-scrtwo__title {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .its-scrtwo__subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .its-scrtwo {
    position: relative;
    min-height: 405px;
    background-image: url(../images/img-decor/its-scrtwo-bg-nolines-mob.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .its-scrtwo::after {
    background-image: unset;
  }
  .its-scrtwo__title {
    max-width: 795px;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .its-scrtwo__subtitle {
    max-width: 795px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .its-scrtwo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .its-scrtwo__list ul {
    display: block;
    margin: 0 auto;
    min-height: 100px;
    height: 100%;
  }
  .its-scrtwo__list ul:nth-child(1) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    left: 0;
    top: 0;
  }
  .its-scrtwo__list ul:nth-child(1),
  .its-scrtwo__list ul:nth-child(2),
  .its-scrtwo__list ul:nth-child(3),
  .its-scrtwo__list ul:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .its-scrtwo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 85px;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    height: 72px;
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: left;
    margin-bottom: 10px;
  }
  ul .its-scrtwo__item:nth-child(2) {
    padding-left: 85px;
    padding-right: 0;
    background-position: left;
    text-align: left;
  }
  .its-scrtwo__item p {
    font-size: 15px;
    line-height: 18px;
  }
  .its-scrthree {
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
    background-image: unset;
  }
  .its-scrthree::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/img-decor/its-scrthree-bg-important-mob.png);
    background-position: bottom;
    background-positio-x: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .its-scrthree::before {
    content: url(../images/img-decor/its-scrthree-bg-nolines-mob.png);
    position: absolute;
    right: 0;
    top: 55%;
  }
  .its-scrthree__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .its-scrthree__main-title {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .its-scrthree__title {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 800px;
    width: 100%;
  }
  .its-scrthree__list-box {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .its-scrthree__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .its-scrthree__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto;
  }
  .its-scrthree__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .its-scrthree__item:nth-child(4) {
    margin-left: 20px;
    padding-left: 80px;
  }
  .its-scrthree__item p {
    font-size: 15px;
    line-height: 20px;
    max-width: 716px;
  }
  .its-scrthree__text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    max-width: 800px;
  }
  .its-scrone,
  .its-scrthree {
    background-image: unset;
  }
  .its-scrtwo::after {
    background-image: unset;
  }
  .our-serv-homescr {
    position: relative;
    min-height: 515px;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background: rgba(188, 207, 255, 0.2);
    background-image: url(../images/img-decor/our-serv-homescr-bg-noline-mob.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-position-y: bottom;
  }
  .our-serv-homescr::after {
    background-image: unset;
  }
  .our-serv-homescr__title {
    max-width: 769px;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .our-serv-homescr__subtitle {
    max-width: 796px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  .our-serv-homescr__btn.btn {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .our-serv-scrone {
    padding-top: 80px;
  }
  .our-serv-scrone__title {
    max-width: 716px;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .our-serv-scrone__subtitle {
    max-width: 716px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 60px;
  }
  .our-serv-scrone__cards-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-serv__card {
    max-width: 100%;
    width: 100%;
    min-height: 250px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 10px rgba(18, 4, 40, 0.15);
    box-shadow: 0px 6px 10px rgba(18, 4, 40, 0.15);
    border-radius: 70px 70px 0px 0px;
    margin-bottom: 50px;
    padding: 0 15px 10px;
  }
  .our-serv__card-btn.btn {
    max-width: 100%;
    width: 100%;
    height: 76px;
    border-radius: 70px;
    padding-right: 10px;
    font-family: "MontserratBold";
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-left: 10px;
  }
  .our-serv__card-img {
    margin: 0 15px;
  }
  .our-serv__card-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .our-serv__card-img {
    height: 50px;
  }
  .glos-homescr {
    min-height: 470px;
    background-image: url(../images/img-decor/glos-homescr-bg-nolines-mob.png);
    background-position-y: bottom;
  }
  .glos-homescr::after {
    background-image: unset;
  }
  .glos-homescr__title {
    max-width: 520px;
    width: 100%;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .glos-homescr__subtitle {
    max-width: 520px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .glos-homescr__btn.btn {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 60px;
    max-width: 300px;
    padding: 14px 5px 14px 5px;
  }
  .glos-scrone__title {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .glos-scrone__subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 50px;
  }
  .glos-scrone__btn.btn {
    max-width: 100%;
    height: 80px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .glos-scrone__btn-img {
    height: 45px;
  }
  .glos-scrone__btn.btn.btn--big {
    height: 135px;
    border-radius: 100px;
  }
  .inst-page__title {
    margin-top: 30px;
    font-size: 19px;
    line-height: 24px;
  }
  .inst-page__text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .inst-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inst-page__item img {
    display: block;
    margin: 0 auto;
    height: 223px;
  }
  .inst-page__list:nth-last-child(1) {
    padding-bottom: 200px;
  }
  .inst-page__item-add p {
    font-family: "MontserratSemiBold";
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 12px;
    line-height: 20px;
  }
  .inst-page__text-add {
    margin-bottom: 20px;
  }
  .breadcrumbs-item a {
    font-size: 9px;
    line-height: 11px;
  }
  .breadcrumbs-link::after {
    content: url(../images/icons/icon-arrow-right.svg);
    position: absolute;
    right: -30px;
    top: -6px;
  }
  .service-card__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-card__menu ul:nth-child(1)li {
    max-width: 300px;
    width: 100%;
  }
  .service-card__list li:nth-child(1) {
    margin: 10px;
    display: block;
    font-size: 16px;
    line-height: 34px;
  }
  .service-card__list {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service-card__item {
    margin: 10px;
  }
  .service-card__link {
    padding: 0 13px;
    font-size: 14px;
    line-height: 24px;
  }
  .service-card__discr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-card__discr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-card__discr-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .service-card__discr-list {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
  .service-card__discr-item p {
    max-width: 100%;
    width: 100%;
  }
  .service-card__price-list {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
  .service-card__title {
    font-size: 19px;
    line-height: 26px;
  }
  .service-card__text,
  .subtext {
    font-size: 15px;
    line-height: 20px;
  }
  .service-card__discr-list li:nth-child(1) p {
    font-size: 15px;
    line-height: 20px;
  }
  .service-card__discr-item p {
    font-size: 15px;
    line-height: 20px;
  }
  .service-card__btn {
    max-width: 290px;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .service-card__price-link {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .product-info__content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-info__list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-info__add-list {
    position: unset;
  }
  .product-info__rec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info__add-item {
    margin-bottom: 0;
  }
  .product-info__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .product-info__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .product-info__text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .product-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-info__timer-box {
    margin-bottom: 30px;
  }
  .product-info__main-item {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .product-info__main-item::after {
    content: url(../images/icons/icontick.svg);
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    top: 0;
  }
  .product-info__img-wrap {
    margin-right: 0px;
  }
  .product-info__img {
    height: 300px;
  }
  .product-info__price {
    max-width: 175px;
    height: 46px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-info__timer-box {
    width: 285px;
    height: 285px;
    margin-right: 0;
    background-position: -13px;
    background-position-y: 175px;
    background-size: 299px;
  }
  .product-info__timer-title {
    max-width: 263px;
    width: 100%;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .product-info__timer-text {
    max-width: 263px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .product-info__timer {
    max-width: 263px;
    width: 100%;
    font-size: 25px;
    line-height: 36px;
  }
  .product-info__btn.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 178px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 0;
    margin: 0 auto;
  }
  .breadcrumbs-item + .breadcrumbs-item {
    margin-left: 14px;
  }
  .breadcrumbs-link::after {
    right: -20px;
    top: -4px;
  }

@media (max-width: 450px) {
  .chbox-input.main-form__chbox-input:checked + label::after {
    top: 14px;
  }
  .chbox-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 446px) {
  .serv-form .serv-form__chbox:checked + label::after {
    top: 14px;
  }
}
@media (max-width: 479px) and (min-width: 320px) {
  .popup__bg {
    position: relative;
    top: 120px;
    margin-bottom: 20px;
  }
  .popup-closeform {
    left: 95%;
    top: -2%;
  }
  .popup__bg {
    width: 94%;
  }
  .popup__bg {
    min-height: 605px;
  }
  .popup__contents {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
  }
  .popup__title {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    font-size: 21px;
    line-height: 26px;
  }
  .popup__text {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .popup__input {
    padding: 15px 20px;
  }
  .popup__btn,
  .popup__btn-close,
  .popup__done-wrapper,
  .popup__input-text,
  .popup__input-name,
  .popup-chbox-wrap {
    max-width: 290px;
    width: 100%;
  }
  .popup__btn.btn {
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .popup__input-wrap {
    max-width: 290px;
    width: 100%;
    margin-bottom: 20px;
  }
  .popup-chbox-input:checked + label::after {
    top: 14px;
  }
  .popup__done-img {
    height: 160px;
  }
  .main-sec__title {
    max-width: 100%;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .main-sec__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 62px;
  }
  .main-sec__btn {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    font-size: 18px;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 70px;
  }
  .main-sec__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-sec__item + .main-sec__item {
    margin-left: 0;
  }
  .main-sec__item {
    display: block;
    max-width: 180px;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: 20%;
  }
  .main-sec__item p {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
  }
  .offers__title {
    padding-top: 80px;
    max-width: 100%;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .offers__subtitle {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .offers__wrapper-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .offers__text-box {
    max-width: 100%;
    width: 100%;
  }
  .offers__text-box p {
    font-size: 15px;
    line-height: 20px;
  }
  .offers__text-box p + p {
    margin-top: 10px;
  }
  .offers__link-wrapper-l,
  .offers__link-wrapper-r {
    position: relative;
    display: block;
    padding-top: 330px;
    margin: 0 auto 25px;
    max-width: 290px;
    width: 100%;
  }
  .offers__link-wrapper-l a,
  .offers__link-wrapper-r a {
    font-size: 15px;
    line-height: 21px;
  }
  .offers .offers__link-left,
  .offers .offers__link-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offers__link-wrapper-l::before {
    content: url(../images/img-mob/mwithfolders.png);
    position: absolute;
    bottom: 67px;
    left: 0;
    bottom: 57px;
    display: block;
    z-index: 2;
  }
  .offers__wrapper-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .offers__link-wrapper-r {
    padding-top: 170px;
  }
  .offers__link-wrapper-r::before {
    content: url(../images/img-mob/mwithpc.png);
    position: absolute;
    bottom: 62px;
    right: -14px;
    z-index: 2;
    width: auto;
  }
  .main-form {
    padding-bottom: 80px;
  }
  .main-form__title {
    max-width: 100%;
    font-size: 19px;
    line-height: 26px;
    padding-top: 40px;
  }
  .main-form__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .main-form__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-form__wrap {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main-form__name,
  .main-form__phone {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .main-form__btn {
    max-width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .main-form__chbox + label {
    padding-left: 40px;
  }
  .main-form__chbox-text {
    display: inline-block;
    text-align: left;
    max-width: 290px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    margin: 0 auto;
  }
  .serv-form__chbox:checked + label::after {
    content: url(../images/img-decor/checked.svg);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    left: 5px;
    cursor: pointer;
  }
  .serv-form__chbox-wrap {
    width: 250px;
    margin-left: auto;
  }
  .price-homescr__btn.btn {
    font-size: 16px;
  }
  .price-card__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 61px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .price-card__link {
    margin-top: 15px;
    max-width: 100%;
  }
}
