@font-face {
  font-family: "QanelasLight";
  src: url("../fonts/Qanelas-Light.woff2") format("woff2");
  src: url("../fonts/Qanelas-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QanelasRegular";
  src: url("../fonts/Qanelas-Regular.woff2") format("woff2");
  src: url("../fonts/Qanelas-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QanelasMedium";
  src: url("../fonts/Qanelas-Medium.woff2") format("woff2");
  src: url("../fonts/Qanelas-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QanelasSemiBold";
  src: url("../fonts/Qanelas-SemiBold.woff2") format("woff2");
  src: url("../fonts/Qanelas-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QanelasBold";
  src: url("../fonts/Qanelas-Bold.woff2") format("woff2");
  src: url("../fonts/Qanelas-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Berold";
  src: url("../fonts/Berold.woff2") format("woff2");
  src: url("../fonts/Berold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Berold1";
  src: url("../fonts/Berold regular.otf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Berold stylistic";
  src: url("../fonts/Berold stylistic.otf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "GilroyMedium";
  src: url("../fonts/GilroyMedium.woff2") format("woff2");
  src: url("../fonts/GilroyMedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  line-height: 1.5em;
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
p {
  margin: 0;
  cursor: default;
}
@media all and (max-width: 650px) {
  p {
    font-size: 16px !important;
    line-height: 1.1em;
  }
}

button {
  cursor: pointer;
  font-family: "MulishReg", sans-serif;
}

span,
div {
  cursor: default;
}
@media all and (max-width: 650px) {
  span,
div {
    font-size: 16px !important;
    line-height: 1.1em;
    line-height: 20px !important;
  }
}

ul, li {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
}

input,
textarea {
  font-family: "MulishReg", sans-serif;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1170px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .container {
    width: 300px;
    padding: 0 5px;
  }
}

@media all and (max-width: 650px) {
  .block {
    display: block;
  }
}

.section-title-wrapper {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .section-title-wrapper {
    margin-bottom: 20px;
  }
}

.section-pretitle {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
  font-size: calc(18px + 14 * (100vw - 640px) / 1280);
  line-height: calc(24px + 12 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-pretitle {
    font-size: 32px;
    line-height: 36px;
  }
}

.number {
  font-family: "QanelasLight", serif;
}

.section-title {
  position: relative;
  margin-bottom: 46px;
  font-size: 56px;
  letter-spacing: 1px;
  color: #e587a1;
  font-family: "Berold1", serif;
  text-align: center;
  display: inline-block;
  line-height: 130%;
  margin-bottom: 10px;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
  font-size: calc(20px + 36 * (100vw - 640px) / 1280);
}
.section-title._active {
  opacity: 1;
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 56px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1600px) {
  .section-title {
    line-height: 1em;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 0px !important;
    line-height: 130% !important;
  }
  .section-title span {
    font-size: 20px !important;
    line-height: 130% !important;
  }
}
.section-title::after, .section-title::before {
  content: "";
  position: absolute;
  width: 82px;
  height: 87px;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -6px;
  width: calc(70px + 12 * (100vw - 640px) / 1280);
  height: calc(70px + 12 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title::after, .section-title::before {
    width: 82px;
    height: 87px;
  }
}
@media all and (max-width: 650px) {
  .section-title::after, .section-title::before {
    width: 25px;
    height: 25px;
    top: 0;
  }
}
@media screen and (max-width: 350px) {
  .section-title::after, .section-title::before {
    display: none;
  }
}
.section-title::after {
  right: -87px;
}
@media all and (max-width: 650px) {
  .section-title::after {
    right: -25px;
  }
}
.section-title::before {
  left: -87px;
}
@media all and (max-width: 650px) {
  .section-title::before {
    left: -25px;
  }
}

.subtitle {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  text-align: center;
  margin-bottom: 61px;
}
.subtitle .row {
  display: block;
}
.subtitle .fat {
  font-family: "QanelasMedium", sans-serif;
  font-weight: 500;
}

.color {
  color: #e587a1;
}

.center {
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.l-text {
  font-size: 18px;
  line-height: 23px;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  width: 349px;
  height: 81px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 13px 28.5px rgba(254, 175, 57, 0.39));
  filter: drop-shadow(0px 13px 28.5px rgba(254, 175, 57, 0.39));
  background-image: -o-linear-gradient(268deg, rgba(255, 210, 150, 0.9960784314) 0%, rgba(255, 181, 71, 0.9982076264) 53%, rgb(254, 158, 12) 100%);
  background-image: linear-gradient(182deg, rgba(255, 210, 150, 0.9960784314) 0%, rgba(255, 181, 71, 0.9982076264) 53%, rgb(254, 158, 12) 100%);
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: #343a40;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
}
.btn::after {
  content: "";
  margin-left: 60px;
  width: 15px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.01));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.01s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
@media all and (max-width: 650px) {
  .btn {
    width: 100% !important;
    font-size: 14px !important;
    height: 60px !important;
  }
}
.btn:hover {
  -webkit-filter: drop-shadow(0px 13px 28.5px rgba(254, 175, 57, 0.39));
  filter: drop-shadow(0px 13px 28.5px rgba(254, 175, 57, 0.39));
  background: -o-linear-gradient(268deg, rgba(255, 224, 182, 0.9960784314) 0%, rgba(254, 194, 106, 0.9982076264) 53%, rgb(251, 176, 61) 100%);
  background: linear-gradient(182deg, rgba(255, 224, 182, 0.9960784314) 0%, rgba(254, 194, 106, 0.9982076264) 53%, rgb(251, 176, 61) 100%);
}
.btn:active {
  -webkit-filter: drop-shadow(0px 13px 28.5px rgba(254, 175, 57, 0.39));
  filter: drop-shadow(0px 13px 28.5px rgba(254, 175, 57, 0.39));
  background: -o-linear-gradient(268deg, rgba(251, 176, 61, 0.9960784314) 0%, rgba(251, 176, 61, 0.9982076264) 53%, rgb(251, 176, 61) 100%);
  background: linear-gradient(182deg, rgba(251, 176, 61, 0.9960784314) 0%, rgba(251, 176, 61, 0.9982076264) 53%, rgb(251, 176, 61) 100%);
}

.fat {
  font-family: "QanelasMedium", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 650px) {
  .section-mob {
    padding: 30px 0 !important;
  }
}

video {
  width: 100%;
  height: 100%;
}

input {
  outline: none;
}

label.error {
  display: none !important;
}

input.error {
  display: block;
  color: red !important;
}
input.error::-webkit-input-placeholder {
  color: red !important;
}
input.error::-moz-placeholder {
  color: red !important;
}
input.error:-ms-input-placeholder {
  color: red !important;
}
input.error::-ms-input-placeholder {
  color: red !important;
}
input.error::placeholder {
  color: red !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-anim {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.top-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.down-anim {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  -o-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}
.down-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.left-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.left-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.right-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

@media screen and (max-width: 1520px) {
  section .container {
    overflow: hidden;
  }
}
@media all and (max-width: 650px) {
  section .container {
    overflow: inherit;
  }
}

.slick-dots li button:before {
  opacity: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.stock {
  padding: 100px 0;
}

@media all and (max-width: 650px) {
  .subtitle {
    margin-bottom: 20px !important;
  }
}

.noLink {
  pointer-events: none;
}

.slick-prev:before, .slick-next:before {
  line-height: 1px;
  font-family: inherit;
}

@media all and (max-width: 650px) {
  .mob-row {
    display: block;
    font-size: inherit !important;
  }
}

.slick-dots li button::before {
  font-size: 0 !important;
  opacity: 0 !important;
}
.slick-dots .slick-dots button:hover {
  font-size: 0 !important;
}
.slick-dots .slick-active button {
  background: #ff005b;
}

.header {
  position: absolute;
  width: 100%;
  padding-top: 25px;
  z-index: 2;
  padding: 20px 0 22px;
}
@media all and (max-width: 650px) {
  .header {
    height: auto;
    padding-top: 15px;
  }
}
.header-inner {
  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;
}
.header .header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.header .logo {
  max-width: 268px;
  height: 50px;
  width: 100%;
}
.header .logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .header .logo {
    max-width: 125px;
    height: auto;
  }
}
.header__info {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
}
@media all and (max-width: 992px) {
  .header__info {
    display: none;
  }
}
.header .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-social img {
  width: 26px;
  height: 26px;
}
.header .header-social-left {
  margin-right: 7px;
  margin-top: 8px;
}
@media all and (max-width: 650px) {
  .header .header-social-left {
    display: none;
  }
  .header .header-social-left svg {
    width: 20px;
    height: 20px;
  }
}
.header .header-social-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__pnone {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
}
@media all and (max-width: 650px) {
  .header__pnone {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.header__pnone:hover {
  text-decoration: underline;
}
.header__calBack {
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  margin-top: -1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", snas-serif;
  text-align: center;
}
.header__calBack:hover {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .header__calBack {
    font-size: 10px;
    height: 16px;
    margin-top: 0;
    width: auto;
    padding: 0 0px 0 17px;
  }
}
.header__calBack::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 28px;
  top: 0;
}
@media all and (max-width: 650px) {
  .header__calBack::after {
    left: 20px;
  }
}
.header__calBack:hover {
  text-decoration: underline;
}
.header .header-social-thanks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header .header-social-thanks-text {
  font-size: 12px;
  text-align: center;
  line-height: 1.2em;
}
@media all and (max-width: 650px) {
  .header .header-social-thanks-text {
    display: none;
  }
}

.thanks__calback {
  pointer-events: none;
}

.offer {
  background-image: url(../img/offer/bd1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 184px 0 100px;
  position: relative;
}
@media screen and (max-width: 1650px) {
  .offer {
    background-image: url(../img/offer/bg.jpg);
  }
}
@media all and (max-width: 1250px) {
  .offer::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer {
    background-position: center right;
  }
  .offer::after {
    background: rgba(255, 255, 255, 0.8);
  }
}
.offer .container {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .offer {
    padding: 75px 0 35px;
  }
}
.offer .offer-inner {
  position: relative;
}
.offer .pretile {
  font-size: 36px;
  letter-spacing: 1px;
  color: #212121;
  font-family: "QanelasRegular", sans-serif;
  margin-bottom: 20px;
  max-width: 640px;
  width: 100%;
  line-height: 1.2em;
  font-size: calc(24px + 12 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offer .pretile {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 650px) {
  .offer .pretile {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .offer .pretile br {
    display: none;
  }
}
.offer .unicod {
  width: 27px;
  height: 28px;
  display: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .offer .unicod {
    width: 16px;
    height: 14px;
  }
}
.offer-title {
  max-width: 780px;
  width: 100%;
  padding-left: 10px;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 130%;
  color: #000000;
  font-family: "Berold1";
  font-weight: 400;
  background-color: #eda2bd;
  display: inline;
  font-size: calc(34px + 16 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offer-title {
    font-size: 50px;
    letter-spacing: 1px;
  }
}
.offer-title span {
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .offer-title span {
    font-size: 20px !important;
    line-height: 21px !important;
    margin-bottom: 5px !important;
    padding-left: 0;
  }
}
.offer-title .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offer-title .row {
    display: inline;
  }
}
@media all and (max-width: 650px) {
  .offer-title {
    font-size: 20px !important;
    line-height: 130% !important;
    margin-bottom: 5px !important;
    padding-left: 0;
  }
}
.offer .offer-text {
  font-size: 26px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  margin-bottom: 111px;
  max-width: 615px;
  width: 100%;
  margin-top: 50px;
}
@media all and (max-width: 650px) {
  .offer .offer-text {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.offer .offer-text .fat {
  font-family: "MullerBold", sans-serif;
  font-weight: 700;
}
.offer .offer-botom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
@media all and (max-width: 992px) {
  .offer .offer-botom {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-botom {
    gap: 20px;
  }
}
.offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 650px) {
  .offer .offer-swiper {
    height: 165px;
    margin-bottom: 20px;
  }
}
.offer .swiper-pagination {
  bottom: 0;
}
.offer .swiper-pagination .swiper-pagination-bullet {
  background: #e6e6e6;
  font-size: 0;
}
.offer .slick-dots button::before {
  font-size: 0;
}
.offer .slick-dots button:hover {
  font-size: 0;
}
.offer .slick-active button {
  background: #ff005b;
}
.offer .offer-left {
  max-width: 320px;
  width: 100%;
}
.offer .slick-prev:before, .offer .slick-next:before {
  content: "";
}
.offer .slick-arrow {
  width: 45px;
  height: 45px;
  top: -40px;
}
.offer .slick-prev {
  left: 0;
}
.offer .slick-next {
  left: 70px;
}
.offer .swiper-slide {
  width: auto;
  height: 100%;
}
.offer .swiper-slide:last-child {
  width: 36%;
}
.offer .swiper-slide:last-child {
  margin-right: 0;
}
.offer .swiper-slide:last-child .offer-item__img {
  width: 157px;
  height: 114px;
}
.offer .swiper-slide:last-child .offer-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.offer .slick-list {
  height: 100%;
}
.offer .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media all and (max-width: 1250px) {
  .offer .slick-track {
    padding-left: 0;
  }
}
.offer .offer-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}
@media all and (max-width: 650px) {
  .offer .offer-slider {
    height: 100px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-slider .slick-list {
    height: 100% !important;
  }
}
.offer-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 13px;
  -webkit-filter: drop-shadow(0px 13px 28.5px rgba(211, 171, 152, 0.39));
  filter: drop-shadow(0px 13px 28.5px rgba(211, 171, 152, 0.39));
  background-color: #ffffff;
  padding: 20px 37px 28px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  height: 123px;
}
@media all and (max-width: 992px) {
  .offer-item {
    margin-right: 0;
    padding: 49px 0 8px 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 277px;
    flex: 0 1 277px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media all and (max-width: 650px) {
  .offer-item {
    text-align: center;
    padding: 10px 20px 8px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 14px;
    height: auto;
    -webkit-filter: none;
    filter: none;
  }
}
.offer-item.first .offer-item__img {
  margin-bottom: 5px;
}
.offer .offer-item__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
}
@media all and (max-width: 650px) {
  .offer .offer-item__img {
    width: 60px;
    height: 60px;
    margin: 0;
    margin-right: 12px;
    padding-top: 0;
    margin: 0 auto 0px;
  }
}
.offer .offer-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .offer .offer-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.offer .offer-item__title {
  font-size: 24px;
  text-transform: uppercase;
  color: #e587a1;
  font-weight: bold;
  font-family: "QanelasBold", sans-serif;
}
.offer .offer-item__info {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .offer .offer-item__info {
    font-size: 14px !important;
    text-align: center;
  }
}
.offer .offer-item__info .fat {
  font-family: "NunitoSemibold", sans-serif;
  font-weight: 600;
}
.offer .offer-item__info .row {
  display: block;
}
.offer .offer__btn img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media all and (max-width: 992px) {
  .offer .offer__btn {
    margin: 0 auto;
  }
}
.offer .form-section {
  z-index: 1;
}

.offer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  .offer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.offer-bottom-btn {
  padding-right: 39px;
}
@media all and (max-width: 650px) {
  .offer-bottom-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.offer-bottom-btn::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 29px;
  width: 20px;
  height: 20px;
  background: url(../img/offer/downlound.png);
  background-size: contain;
}
@media all and (max-width: 650px) {
  .offer-bottom-btn::before {
    right: 21px;
    top: 22px;
    width: 15px;
    height: 15px;
  }
}

.offer-bottom-text {
  max-width: 344px;
  width: 100%;
}
@media all and (max-width: 650px) {
  .offer-bottom-text {
    text-align: center;
  }
}

.slick-dots {
  bottom: -12px;
}
@media all and (max-width: 650px) {
  .slick-dots {
    bottom: -25%;
  }
}

.slick-dots li {
  border-radius: 50%;
  overflow: hidden;
  width: 14px;
  height: 14px;
}

.slick-dots li button {
  background: #e7e7e7;
}
.slick-dots li button::before {
  opacity: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.dresses {
  padding: 80px 0 100px;
  position: relative;
}
@media all and (max-width: 650px) {
  .dresses {
    padding: 35px 0 35px;
  }
}
.dresses::after {
  content: "";
  position: absolute;
  left: 0;
  top: 32%;
  background-image: url(../img/dress/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 750px;
  width: calc(250px + 150 * (100vw - 1550px) / 370);
}
@media screen and (min-width: 1920px) {
  .dresses::after {
    width: 400px;
  }
}
@media screen and (max-width: 1550px) {
  .dresses::after {
    height: 383px;
    top: auto;
    bottom: 0;
    width: 200px;
  }
}
@media all and (max-width: 650px) {
  .dresses::after {
    display: none;
  }
}
.dresses::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/dress/right.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 557px;
  height: 744px;
  width: calc(420px + 137 * (100vw - 1550px) / 370);
  height: calc(504px + 240 * (100vw - 1550px) / 370);
}
@media screen and (min-width: 1920px) {
  .dresses::before {
    width: 557px;
    height: 744px;
  }
}
@media screen and (max-width: 1550px) {
  .dresses::before {
    display: none;
    width: 421px;
    height: 506px;
  }
}
.dresses .dresses-inner {
  position: relative;
  z-index: 1;
}
.dresses .section-title-wrapper {
  margin-bottom: 62px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .dresses .section-title-wrapper {
    margin-bottom: 20px;
  }
}
.dresses .subtitle {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 67px;
}
.dresses .dress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 60px;
}
@media all and (max-width: 1250px) {
  .dresses .dress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 650px) {
  .dresses .dress-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.dresses .dress-item {
  padding: 32px 30px 32px;
  border-radius: 22px;
  background-color: #f1f1f1;
  position: relative;
  width: 555px;
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
  opacity: 0;
}
.dresses .dress-item._active {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1;
}
@media all and (max-width: 650px) {
  .dresses .dress-item {
    width: 100%;
    padding: 16px 18px 15px;
    text-align: center;
  }
}
.dresses .dress-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 650px) {
  .dresses .dress-item::after {
    display: none;
  }
}
.dresses .dress-item:first-child {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  overflow: hidden;
}
.dresses .dress-item:first-child::after {
  background-image: url(../img/dress/1.png);
  width: 208px;
  height: 100%;
}
.dresses .dress-item:last-child {
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dresses .dress-item:last-child::after {
  background-image: url(../img/dress/2.png);
  width: 186px;
  height: 228px;
  top: -27px;
  right: 24px;
}
.dresses .dress-item__title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  font-family: "QanelasBold", sans-serif;
  margin-bottom: 20px;
}
.dresses .dress-item__text {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
.dresses .dress-bottom-title {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  font-family: "QanelasBold", sans-serif;
  text-align: center;
  margin-bottom: 35px;
}
@media all and (max-width: 650px) {
  .dresses .dress-bottom-title {
    margin-bottom: 20px;
  }
}
.dresses .dress-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.dresses .dress-bottom__midl {
  height: 622px;
  width: 601px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1250px) {
  .dresses .dress-bottom__midl {
    height: 622px;
    width: 601px;
  }
}
@media all and (max-width: 1250px) {
  .dresses .dress-bottom__midl {
    width: calc(415px + 186 * (100vw - 982px) / 938);
    height: calc(315px + 286 * (100vw - 982px) / 938);
  }
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__midl {
    height: 417px;
    width: 315px;
  }
}
@media all and (max-width: 650px) {
  .dresses .dress-bottom__midl {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media all and (max-width: 1250px) {
  .dresses .dress-bottom__midl img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.dresses .dress-bottom__item {
  position: relative;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__item {
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 650px) {
  .dresses .dress-bottom__item {
    margin-bottom: 30px !important;
  }
}
.dresses .dress-bottom__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 71%;
}
.dresses .dress-bottom__left {
  margin-top: -50px;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__left {
    margin-top: 0;
  }
}
.dresses .dress-bottom__left .dress-bottom__item {
  position: relative;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__left .dress-bottom__item {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.dresses .dress-bottom__left .dress-bottom__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 71%;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__left .dress-bottom__item::after {
    display: none;
  }
}
.dresses .dress-bottom__left .dress-bottom__item:nth-child(1) {
  margin-bottom: 30px;
  margin-left: 110px;
}
.dresses .dress-bottom__left .dress-bottom__item:nth-child(1)::after {
  background-image: url(../img/dress/item1.1.png);
  width: 270px;
  height: 50px;
}
.dresses .dress-bottom__left .dress-bottom__item:nth-child(2) {
  margin-left: 50px;
  margin-bottom: 45px;
}
.dresses .dress-bottom__left .dress-bottom__item:nth-child(2)::after {
  background-image: url(../img/dress/item1.1.png);
  width: 270px;
  height: 50px;
}
.dresses .dress-bottom__left .dress-bottom__item:nth-child(3) {
  margin-left: 45px;
}
.dresses .dress-bottom__left .dress-bottom__item:nth-child(3)::after {
  background-image: url(../img/dress/item1.2.png);
  width: 270px;
  height: 50px;
  top: 76px;
}
.dresses .dress-bottom__right .dress-bottom__item {
  position: relative;
  margin-top: 112px;
  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: end;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__right .dress-bottom__item {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.dresses .dress-bottom__right .dress-bottom__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 71%;
  background-image: url(../img/dress/item1.3.png);
  width: 270px;
  height: 50px;
  top: 93px;
  left: -78px;
}
@media all and (max-width: 992px) {
  .dresses .dress-bottom__right .dress-bottom__item::after {
    display: none;
  }
}
.dresses .dress-bottom__item-img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.dresses .dress-bottom__item-img img {
  background-size: contain;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .dresses .dress-bottom__item-img {
    width: 50px;
    height: 50px;
  }
}
.dresses .dress-bottom__item-title {
  font-size: 22px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
  margin-bottom: 10px;
}
.dresses .dress-bottom__item-info {
  font-size: 30px;
  color: #d06784;
  font-family: "QanelasRegular", sans-serif;
}
.dresses .dress-bottom-inner {
  max-width: 620px;
  width: 100%;
  text-align: center;
  margin: 64px auto 0;
}
@media all and (max-width: 650px) {
  .dresses .dress-bottom-inner {
    margin: 20px auto 0;
  }
}
.dresses .dress-bottom-inner .dress-message {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  transform: translateY(-400px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1s;
  transition: opacity 0.6s, -webkit-transform 1s;
  -o-transition: opacity 0.6s, transform 1s;
  transition: opacity 0.6s, transform 1s;
  transition: opacity 0.6s, transform 1s, -webkit-transform 1s;
}
.dresses .dress-bottom-inner .dress-message:first-child {
  font-size: 20px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.dresses .dress-bottom-inner .dress-message:last-child {
  font-size: 30px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
}
.dresses .dress-bottom-inner .dress-message._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.development {
  padding: 80px 0 100px;
  background-image: url(../img/development/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 650px) {
  .development {
    padding: 35px 0 35px;
  }
}
.development .development-way {
  border-radius: 48px;
  background-color: #eda2bd;
  padding: 25px 20px 25px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}
@media all and (max-width: 650px) {
  .development .development-way {
    margin-bottom: 20px;
    padding: 25px 10px 15px 10px;
    border-radius: 20px;
  }
}
.development .subtitle .fat {
  font-family: "QanelasSemiBold", sans-serif;
}
.development .development-way__title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "GilroyMedium", sans-serif;
}
@media all and (max-width: 650px) {
  .development .development-way__title {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.development .development-way__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px dotted #000;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .development .development-way__item {
    -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;
    padding: 10px 0;
    gap: 5px;
  }
}
.development .development-way__item:first-child {
  border-top: 0;
}
.development .development-way__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.development .development-way__date {
  font-size: 24px;
  color: #000000;
  font-family: "Berold";
}
@media all and (max-width: 1250px) {
  .development .development-way__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.development .development-way__info {
  width: 456px;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 1250px) {
  .development .development-way__info {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .development .development-way__info {
    text-align: center;
  }
}
.development .development-way-right {
  position: relative;
}
.development .development-way__img {
  position: absolute;
  height: 608px;
  width: 523px;
  top: -13%;
  /* right: 0; */
  left: -19px;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.development .development-way__img._active {
  opacity: 1;
}
@media all and (max-width: 1250px) {
  .development .development-way__img {
    display: none;
  }
}
.development .development-way__sircle {
  position: absolute;
  width: 675px;
  height: 642px;
  left: -200px;
}
@media all and (max-width: 1250px) {
  .development .development-way__sircle {
    display: none;
  }
}
.development .development-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  .development .development-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.development .development-bottom__title {
  font-size: 30px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  margin-bottom: 10px;
}
.development .development-bottom__text {
  font-size: 20px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
  max-width: 544px;
  width: 100%;
  margin-bottom: 85px;
}
@media all and (max-width: 650px) {
  .development .development-bottom__text {
    margin-bottom: 20px;
  }
}
.development .development-bottom__img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 1250px) {
  .development .development-bottom__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.iconomick {
  padding: 100px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .iconomick {
    padding: 30px 0 235px;
  }
}
.iconomick::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  height: 970px;
  width: 900px;
  background-image: url(../img/iconomick/img.png);
  background-size: cover;
  height: 1036px;
  width: 917px;
  top: -10%;
  height: calc(562px + 474 * (100vw - 1250px) / 670);
  width: calc(622px + 295 * (100vw - 1250px) / 670);
}
@media screen and (min-width: 1920px) {
  .iconomick::after {
    height: 1036px;
    width: 917px;
  }
}
@media screen and (max-width: 1900px) {
  .iconomick::after {
    top: auto;
    bottom: 0;
  }
}
@media all and (max-width: 1250px) {
  .iconomick::after {
    height: 562px;
    width: 622px;
    -o-object-fit: contain;
    object-fit: contain;
    display: none;
  }
}
@media all and (max-width: 650px) {
  .iconomick::after {
    display: block;
    height: 230px;
    width: 263px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.iconomick .development-title:after, .iconomick .development-title:before {
  top: -27px;
}
@media all and (max-width: 650px) {
  .iconomick .development-title:after, .iconomick .development-title:before {
    top: -3px;
  }
}
.iconomick .development-title::after {
  right: -110px;
}
@media all and (max-width: 650px) {
  .iconomick .development-title::after {
    right: -60px;
  }
}
.iconomick .development-title::before {
  left: -110px;
}
@media all and (max-width: 650px) {
  .iconomick .development-title::before {
    left: -60px;
  }
}
@media all and (max-width: 1250px) {
  .iconomick .section-title-wrapper {
    text-align: center;
  }
}
.iconomick .iconomick-inner {
  max-width: 605px;
  width: 100%;
  margin-left: auto;
}
@media all and (max-width: 1250px) {
  .iconomick .iconomick-inner {
    max-width: 100%;
  }
}
.iconomick .subtitle {
  text-align: start;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 1s;
  transition: opacity 0.6s, -webkit-transform 1s;
  -o-transition: opacity 0.6s, transform 1s;
  transition: opacity 0.6s, transform 1s;
  transition: opacity 0.6s, transform 1s, -webkit-transform 1s;
}
.iconomick .subtitle._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.iconomick .subtitle.one {
  margin-bottom: 45px;
}
@media all and (max-width: 1250px) {
  .iconomick .subtitle br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .iconomick .subtitle {
    text-align: center;
  }
}
.iconomick .iconomick-bottom__title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  margin-bottom: 25px;
  text-align: start;
}
@media all and (max-width: 650px) {
  .iconomick .iconomick-bottom__title {
    text-align: center;
  }
}
.iconomick .iconomick-bottom__img {
  width: 100%;
  display: none;
}
@media all and (max-width: 650px) {
  .iconomick .iconomick-bottom__img {
    display: block;
  }
}
.iconomick .iconomick-bottom__wrapper {
  position: relative;
  max-width: 605px;
  width: 100%;
}
@media all and (max-width: 650px) {
  .iconomick .iconomick-bottom__wrapper {
    display: none;
  }
}
.iconomick .iconomick-bottom__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
.iconomick .iconomick-bottom__lines:last-child {
  margin-bottom: 0;
}
.iconomick .iconomick-bottom__numbers {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 85px;
  width: 100%;
  text-align: right;
}
.iconomick .iconomick-bottom__line {
  max-width: 551px;
  width: 100%;
  position: relative;
}
.iconomick .iconomick-bottom__line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
}
.iconomick .iconomick-bottom__columns {
  position: absolute;
  bottom: -15px;
  right: 0;
  max-width: 480px;
  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: end;
  -ms-flex-align: end;
  align-items: end;
}
.iconomick .iconomick-bottom__column-wrap {
  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;
}
.iconomick .iconomick-bottom__column-wrap:hover .iconomick-bottom__column-top {
  opacity: 1;
}
.iconomick .iconomick-bottom__column-wrap:hover .iconomick-bottom__column {
  background: #e587a1;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(1) .iconomick-bottom__column {
  height: 138px;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(2) .iconomick-bottom__column {
  height: 144px;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(3) .iconomick-bottom__column {
  height: 115px;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(4) .iconomick-bottom__column {
  height: 144px;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(5) .iconomick-bottom__column {
  height: 164px;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(5) .iconomick-bottom__column-top {
  opacity: 1;
}
.iconomick .iconomick-bottom__column-wrap:nth-child(5) .iconomick-bottom__column {
  background: #e587a1;
}
.iconomick .iconomick-bottom__column {
  width: 41px;
  background: #eda2bd;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.iconomick .iconomick-bottom__column-bottom,
.iconomick .iconomick-bottom__column-top {
  font-size: 18px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
  text-align: center;
}
.iconomick .iconomick-bottom__column-top {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.shop {
  padding: 84px 0 95px;
  background-image: url(../img/shop/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 650px) {
  .shop {
    padding: 35px 0 35px;
  }
}
.shop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}
@media all and (max-width: 992px) {
  .shop::after {
    display: block;
  }
}
.shop .subtitle {
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
}
.shop .subtitle._active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.shop .shop-inner {
  position: relative;
  z-index: 1;
}
.shop .shop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 1250px) {
  .shop .shop-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .shop .shop-wrapper {
    gap: 20px;
  }
}
.shop .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.shop .shop-item {
  position: relative;
}
.shop .shop-title:after, .shop .shop-title:before {
  top: -30px;
}
@media all and (max-width: 650px) {
  .shop .shop-title:after, .shop .shop-title:before {
    top: -11px;
  }
}
.shop .shop-title::after {
  right: -110px;
}
@media all and (max-width: 650px) {
  .shop .shop-title::after {
    right: -50px;
  }
}
.shop .shop-title::before {
  left: -110px;
}
@media all and (max-width: 650px) {
  .shop .shop-title::before {
    left: -50px;
  }
}
.shop .first {
  width: 360px;
}
@media all and (max-width: 992px) {
  .shop .first {
    width: 458px;
    height: auto;
  }
}
@media all and (max-width: 650px) {
  .shop .first {
    width: 100%;
  }
}
.shop .first-text {
  font-size: 24px;
  color: #000000;
  font-family: "Gilroy";
  margin-bottom: 58px;
}
@media all and (max-width: 650px) {
  .shop .first-text {
    margin-bottom: 20px;
  }
}
.shop .first-moree {
  font-size: 36px;
  color: #e587a1;
  font-family: "Berold";
  margin-bottom: 10px;
  margin-top: 38px;
}
@media all and (max-width: 650px) {
  .shop .first-moree {
    margin-top: 0;
  }
}
.shop .shop-item-wrapper {
  overflow: hidden;
  border-radius: 15px;
}
.shop .shop-item__title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 26px;
  color: #000000;
  font-family: "Berold";
}
.shop .shop-item__img {
  height: 100%;
}
.shop .top,
.shop .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 992px) {
  .shop .top,
.shop .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .shop .top,
.shop .bottom {
    gap: 20px;
  }
}
.shop .top .shop-item,
.shop .bottom .shop-item {
  height: 350px;
  width: 262px;
}
@media all and (max-width: 992px) {
  .shop .top .shop-item,
.shop .bottom .shop-item {
    max-width: 458px;
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 650px) {
  .shop .top .shop-item,
.shop .bottom .shop-item {
    width: 100%;
  }
}
.shop .top .long,
.shop .bottom .long {
  width: 458px;
}
@media all and (max-width: 650px) {
  .shop .top .long,
.shop .bottom .long {
    width: 100%;
  }
}

.rassia {
  padding-bottom: 155px;
}
@media all and (max-width: 650px) {
  .rassia {
    padding-bottom: 35px;
  }
}
.rassia .rassia-title {
  font-size: 36px;
  margin-bottom: 0;
}
@media all and (max-width: 650px) {
  .rassia .rassia-title {
    font-size: 20px;
  }
}
.rassia .rassia-title::after {
  display: none;
}
.rassia .rassia-title::before {
  display: none;
}
.rassia .section-pretitle {
  font-size: 24px;
  font-family: "GilroyMedium", sans-serif;
  font-size: 24px;
}
.rassia .rassia-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 48px;
  background-color: #eda2bd;
  padding: 55px 60px 45px 0;
  position: relative;
  margin-bottom: 64px;
}
@media all and (max-width: 1250px) {
  .rassia .rassia-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 55px 60px 0px 0;
  }
}
@media all and (max-width: 650px) {
  .rassia .rassia-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 10px 0px 10px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
}
.rassia .rassia-wrap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media all and (max-width: 1250px) {
  .rassia .rassia-wrap__item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .rassia .rassia-wrap__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rassia .rassia-wrap__item:last-child {
  margin-bottom: 0;
}
.rassia .rassia-wrap__item-img {
  width: 53px;
  height: 53px;
}
@media all and (max-width: 650px) {
  .rassia .rassia-wrap__item-img {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.rassia .rassia-wrap__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.rassia .rassia-wrap__item-info {
  font-size: 18px;
  line-height: 20px;
}
@media all and (max-width: 650px) {
  .rassia .rassia-wrap__item-info br {
    display: none;
  }
}
.rassia .rassia-wrap__img {
  position: absolute;
  left: -16%;
  bottom: 0;
  height: 638px;
  width: 836px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.rassia .rassia-wrap__img._active {
  opacity: 1;
}
@media all and (max-width: 1250px) {
  .rassia .rassia-wrap__img {
    position: static;
    width: 88%;
    height: auto;
  }
}
.rassia .rassia-wrap__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.rassia .right {
  max-width: 385px;
  width: 100%;
  margin-left: auto;
}
@media all and (max-width: 1250px) {
  .rassia .right {
    margin-left: 0;
    max-width: 100%;
  }
}
.rassia .rassia-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.rassia .rassia-bottom {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
}
.rassia .rassia-bottom._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.rassia .rassia-bottom .color {
  display: block;
  font-size: 30px;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
}
@media all and (max-width: 650px) {
  .rassia .rassia-bottom .color {
    display: inline;
  }
}
@media all and (max-width: 650px) {
  .rassia .rassia-bottom {
    margin-bottom: 20px;
  }
}
.rassia .rassia-btn {
  margin: 0 auto;
}

.bride {
  background-image: url(../img/bride/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 105px 0 270px;
}
@media all and (max-width: 650px) {
  .bride {
    padding: 35px 0 70px;
  }
}
.bride .bride-title::after {
  right: -110px;
}
@media all and (max-width: 650px) {
  .bride .bride-title::after {
    right: -25px;
  }
}
.bride .bride-title::before {
  left: -110px;
}
@media all and (max-width: 650px) {
  .bride .bride-title::before {
    left: -25px;
  }
}
.bride .subtitle {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 70px;
}
.bride .bride-list-title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
.bride .bride-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media all and (max-width: 1250px) {
  .bride .bride-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .bride .bride-list {
    margin-bottom: 20px;
    gap: 15px;
  }
}
.bride .bride-item {
  width: 32%;
  height: 176px;
  padding: 28px 0 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  overflow: hidden;
}
@media all and (max-width: 1250px) {
  .bride .bride-item {
    -o-object-fit: contain;
    object-fit: contain;
    background-size: contain;
  }
}
.bride .bride-item:nth-child(1) {
  background-image: url(../img/bride/1.jpg);
}
.bride .bride-item:nth-child(2) {
  background-image: url(../img/bride/2.jpg);
}
.bride .bride-item:nth-child(3) {
  background-image: url(../img/bride/3.jpg);
}
@media all and (max-width: 992px) {
  .bride .bride-item {
    background-image: none !important;
    background-color: #faabc1;
    border-radius: 20px;
    height: auto;
    padding: 28px 20px 20px 20px;
    width: 42%;
  }
}
@media all and (max-width: 650px) {
  .bride .bride-item {
    width: 100%;
    padding: 10px 20px 15px 20px;
  }
}
.bride .bride-item__info {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 992px) {
  .bride .bride-item__info br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .bride .bride-item__info {
    text-align: center;
  }
}
.bride .services_bride-list-title {
  font-family: "GilroyMedium", sans-serif;
  line-height: 24px;
  font-size: 22px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .bride .services_bride-list-title {
    margin-bottom: 20px;
  }
}
.bride .bride-services {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
@media all and (max-width: 1250px) {
  .bride .bride-services {
    margin-top: 150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}
@media all and (max-width: 650px) {
  .bride .bride-services {
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.bride .bride-services::after {
  content: "";
  position: absolute;
  background-image: url(../img/bride/img.png);
  width: 791px;
  height: 1016px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 20%;
  bottom: 0;
}
@media all and (max-width: 1250px) {
  .bride .bride-services::after {
    display: none;
  }
}
.bride .bride-services-list {
  max-width: 390px;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
}
.bride .bride-services-list._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media all and (max-width: 1250px) {
  .bride .bride-services-list {
    max-width: 325px;
  }
}
@media all and (max-width: 650px) {
  .bride .bride-services-list {
    text-align: center;
    margin-bottom: 0 !important;
  }
}
.bride .bride-services-list:nth-child(1) {
  margin-bottom: 70px;
}
.bride .bride-services-list:nth-child(2) {
  margin-bottom: 50px;
}
.bride .bride-services-list:nth-child(3) {
  margin-bottom: 135px;
}
.bride .bride-services-list:nth-child(4) {
  margin-bottom: 85px;
}
.bride .bride-services-list:last-child {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.bride .bride-services-list__top {
  font-size: 24px;
  color: #e587a1;
  font-family: "Berold";
  margin-bottom: 15px;
}
@media all and (max-width: 650px) {
  .bride .bride-services-list__top {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
.bride .bride-services-list__top span {
  font-size: 36px;
}
@media all and (max-width: 650px) {
  .bride .bride-services-list__top span {
    font-size: 22px !important;
  }
}
.bride .bride-services-list__bottom {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .bride .bride-services-list__bottom br {
    display: none;
  }
}
.bride .bride-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 945px;
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-radius: 22px;
  border: 2px solid #e587a1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 100px;
}
@media all and (max-width: 1250px) {
  .bride .bride-reviews {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 650px) {
  .bride .bride-reviews {
    margin-bottom: 20px;
  }
}
.bride .bride-reviews__info {
  max-width: 365px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .bride .bride-reviews__info {
    text-align: center;
  }
}
.bride .bride-reviews__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bride .bride-reviews__img {
  width: 44px;
  height: 45px;
  margin-right: 10px;
}
.bride .bride-reviews__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.bride .bride-reviews__stars {
  width: 125px;
  margin-right: 8px;
  height: 20px;
}
.bride .bride-reviews__stars img {
  -o-object-fit: contain;
  object-fit: contain;
}
.bride .bride-reviews__numbers {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
.bride .revies-wrapper-inner {
  position: relative;
}
@media screen and (max-width: 1550px) {
  .bride .revies-wrapper-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media all and (max-width: 650px) {
  .bride .revies-wrapper-inner {
    width: 100%;
  }
}
.bride .revies-wrapper-inner::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 300px;
  right: -15%;
  bottom: -32%;
  z-index: 1;
  background-image: url(../img/bride/vizitka.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1550px) {
  .bride .revies-wrapper-inner::before {
    display: none;
  }
}
.bride .revies-wrapper {
  background-image: url(../img/bride/slider.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .bride .revies-wrapper {
    background-image: none;
    background-color: #fff;
    border-radius: 25px;
  }
}
.bride .revies-wrapper::after {
  content: "";
  position: absolute;
  left: 1%;
  top: 3%;
  width: 98%;
  height: 97%;
  z-index: 1;
  background-image: url(../img/bride/border.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 992px) {
  .bride .revies-wrapper::after {
    display: none;
  }
}
.bride .revies-wrapper-img {
  position: absolute;
  position: absolute;
  top: -54px;
  left: -144px;
  height: 700px;
  z-index: 2;
}
@media screen and (max-width: 1550px) {
  .bride .revies-wrapper-img {
    top: -32px;
    left: -57px;
    height: 475px;
  }
}
@media all and (max-width: 1250px) {
  .bride .revies-wrapper-img {
    left: auto;
    right: 50px;
  }
}
@media all and (max-width: 992px) {
  .bride .revies-wrapper-img {
    display: none;
  }
}
.bride .revies-slider {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  height: 420px;
  padding: 55px 40px 55px 0;
  z-index: 2;
}
@media screen and (max-width: 1550px) {
  .bride .revies-slider {
    height: 383px;
  }
}
@media all and (max-width: 1250px) {
  .bride .revies-slider {
    max-width: 100%;
    padding: 55px 40px 55px 60px;
  }
}
@media all and (max-width: 992px) {
  .bride .revies-slider {
    height: 300px;
  }
}
@media all and (max-width: 650px) {
  .bride .revies-slider {
    padding: 25px 15px 0 11px;
    height: auto;
    text-align: center;
  }
}
.bride .revies-slider .slick-arrow {
  width: 50px;
  height: 50px;
}
.bride .revies-slider .slick-prev {
  left: -115%;
}
@media screen and (max-width: 1550px) {
  .bride .revies-slider .slick-prev {
    left: -94%;
  }
}
@media all and (max-width: 1250px) {
  .bride .revies-slider .slick-prev {
    left: -22px;
  }
}
.bride .revies-slider .slick-prev:before, .bride .revies-slider .slick-next:before {
  content: "";
}
.bride .revies-slider__item-img {
  max-width: 120px;
  height: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .bride .revies-slider__item-img {
    margin: 0 auto 20px;
  }
}
.bride .revies-slider__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.bride .revies-slider__item-name {
  font-size: 24px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .bride .revies-slider__item-name {
    margin-bottom: 20px;
  }
}
.bride .revies-slider__item-message {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
.bride .slides-numbers {
  position: absolute;
  color: #e587a1;
  font-family: "Berold";
  font-size: 24px;
  bottom: 15%;
  right: 45%;
}
.bride .slides-numbers .active {
  font-size: 30px;
}
.bride .slides-numbers .total {
  font-size: 24px;
}
@media all and (max-width: 650px) {
  .bride .slides-numbers {
    display: none;
  }
}

.salon {
  padding: 120px 0 150px;
  background-image: url(../img/salon/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 650px) {
  .salon {
    padding: 30px 0 35px;
  }
}
@media all and (max-width: 992px) {
  .salon .salon-inner {
    overflow: hidden;
  }
}
.salon .salon-title {
  color: #fff;
}
.salon .salon-title::after, .salon .salon-title::before {
  background-image: url(../img/salon/1.png);
  top: -28px;
}
@media all and (max-width: 650px) {
  .salon .salon-title::after, .salon .salon-title::before {
    top: -11px;
  }
}
.salon .salon-title::after {
  right: -255px;
}
@media all and (max-width: 650px) {
  .salon .salon-title::after {
    right: -77px;
  }
}
.salon .salon-title::before {
  left: -255px;
}
@media all and (max-width: 650px) {
  .salon .salon-title::before {
    left: -77px;
  }
}
.salon .salon-wrapper {
  margin-bottom: 84px;
}
@media all and (max-width: 650px) {
  .salon .salon-wrapper {
    margin-bottom: 20px;
  }
}
.salon .subtitle {
  max-width: 945px;
  width: 100%;
  margin: 0 auto 65px;
  font-family: "QanelasMedium", sans-serif;
}
.salon .salon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.salon .salon-item._active .salon-item__arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media all and (max-width: 650px) {
  .salon .salon-item {
    -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;
  }
}
.salon .salon-item:last-child {
  margin-bottom: 0;
}
.salon .salon-item._active .salon-item-content {
  max-height: 1000px;
  padding-top: 20px;
  opacity: 1;
}
.salon .salon-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.salon .salon-item__step {
  font-size: 26px;
  color: #000000;
  font-family: "Berold";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.salon .salon-item-inner {
  max-width: 1041px;
  width: 100%;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 13px 28.5px rgba(0, 0, 0, 0.14));
  filter: drop-shadow(0px 13px 28.5px rgba(0, 0, 0, 0.14));
  background-color: #ffffff;
  padding: 20px 28px;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .salon .salon-item-inner {
    padding: 20px 10px;
  }
}
.salon .salon-item__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .salon .salon-item__trigger {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.salon .salon-item__title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "GilroyMedium", sans-serif;
  max-width: 775px;
  width: 100%;
  pointer-events: none;
}
@media all and (max-width: 650px) {
  .salon .salon-item__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.salon .salon-item__day {
  font-size: 20px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  pointer-events: none;
  max-width: 150px;
  width: 100%;
}
.salon .salon-item__arrow {
  width: 20px;
  height: 20px;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.salon .salon-item__arrow img {
  -o-object-fit: contain;
  object-fit: contain;
}
.salon .salon-item-content {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  padding-top: 0;
  max-height: 0;
  -webkit-transition: opacity 0.1s, max-height 0.1s, padding 0.2s;
  -o-transition: opacity 0.1s, max-height 0.1s, padding 0.2s;
  transition: opacity 0.1s, max-height 0.1s, padding 0.2s;
  opacity: 0;
}
.salon .salon-item-content._active {
  max-height: 1000px;
  padding-top: 20px;
  opacity: 1;
}
.salon .salon-btn {
  margin: 0 auto;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
  opacity: 0;
}
.salon .salon-btn._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.plan {
  padding: 110px 0 140px;
  background-image: url(../img/plan/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}
@media all and (max-width: 650px) {
  .plan {
    padding: 30px 0 35px;
  }
}
@media screen and (max-width: 1850px) {
  .plan {
    background-image: none;
    background-color: #dfdfdf;
  }
}
.plan .plan-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .plan .plan-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align: center;
    gap: 5px;
    overflow: hidden;
  }
}
.plan .plan-top__text {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  max-width: 326px;
  width: 100%;
}
.plan .plan-title::after, .plan .plan-title::before {
  top: 14px;
}
.plan .plan-top__summ {
  font-size: 48px;
  color: #e587a1;
  font-weight: bold;
  font-family: "QanelasBold", sans-serif;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
  opacity: 0;
}
.plan .plan-top__summ._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 650px) {
  .plan .plan-top__summ {
    width: 100%;
  }
}
.plan .plan-inner {
  position: relative;
  z-index: 1;
}
.plan .plan-content {
  max-width: 780px;
  width: 100%;
  padding: 25px 0 45px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .plan .plan-content {
    padding: 25px 0 20px;
    margin-bottom: 20px;
  }
}
.plan .plan-content__title {
  margin-bottom: 48px;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  font-family: "GilroyMedium", sans-serif;
}
@media all and (max-width: 650px) {
  .plan .plan-content__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.plan .plan-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 45px;
}
@media all and (max-width: 650px) {
  .plan .plan-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.plan .plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 46%;
}
@media all and (max-width: 650px) {
  .plan .plan-item {
    width: 100%;
  }
}
.plan .plan-item__img {
  width: 60px;
  height: 60px;
}
@media all and (max-width: 650px) {
  .plan .plan-item__img {
    width: 50px;
    height: 50px;
  }
}
.plan .plan-item__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.plan .plan-item__title {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  margin-bottom: 5px;
}
.plan .plan-item__text {
  font-size: 24px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
}
.plan .plan-botton {
  max-width: 505px;
  width: 100%;
}
@media all and (max-width: 650px) {
  .plan .plan-botton {
    text-align: center;
  }
}
.plan .plan-botton__text {
  font-size: 30px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
}
.plan .plan-botton__text.too {
  font-size: 20px;
  color: #000;
  font-family: "QanelasLight", sans-serif;
}

.sales {
  padding: 100px 0 125px;
  background-image: url(../img/sales/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 650px) {
  .sales {
    padding: 30px 0 35px;
  }
}
.sales .sales-block-title {
  text-align: center;
  font-size: 30px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
}
@media all and (max-width: 650px) {
  .sales .sales-block-title {
    font-size: 18px;
  }
}
.sales .sales-block-pretitle {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
  margin-bottom: 125px;
}
@media all and (max-width: 650px) {
  .sales .sales-block-pretitle {
    margin-bottom: 20px;
  }
}
.sales .sales-title::after, .sales .sales-title::before {
  top: 14px;
}
.sales .sales-title::after {
  right: -110px;
}
@media all and (max-width: 650px) {
  .sales .sales-title::after {
    right: -35px;
  }
}
.sales .sales-title::before {
  left: -110px;
}
@media all and (max-width: 650px) {
  .sales .sales-title::before {
    left: -35px;
  }
}
.sales .subtitle {
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
}
.sales .subtitle._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sales .sales-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .sales .sales-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;
  }
}
.sales .sales-item {
  max-width: 230px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 650px) {
  .sales .sales-item {
    text-align: center;
    margin-bottom: 20px !important;
  }
}
.sales .sales-item::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 34%;
}
@media all and (max-width: 992px) {
  .sales .sales-item::after {
    display: none !important;
  }
}
.sales .sales-item__top {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .sales .sales-item__top {
    margin-bottom: 5px;
  }
}
.sales .sales-item_bottom {
  font-size: 30px;
  color: #e587a1;
  font-weight: bold;
  font-family: "QanelasBold", sans-serif;
}
.sales .sales-midl {
  position: relative;
  max-width: 640px;
  width: 100%;
  height: 800px;
}
@media all and (max-width: 650px) {
  .sales .sales-midl {
    height: auto;
  }
}
.sales .sales-midl__img {
  position: absolute;
  top: -20%;
}
@media all and (max-width: 1250px) {
  .sales .sales-midl__img {
    top: -10%;
  }
}
@media all and (max-width: 650px) {
  .sales .sales-midl__img {
    position: relative;
    top: 0;
  }
}
.sales .sales-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sales .sales-left .sales-item:nth-child(1) {
  margin-bottom: 45px;
}
.sales .sales-left .sales-item:nth-child(1)::after {
  background-image: url(../img/sales/1.png);
  width: 375px;
  height: 120px;
}
.sales .sales-left .sales-item:nth-child(2) {
  margin-bottom: 60px;
}
.sales .sales-left .sales-item:nth-child(2)::after {
  background-image: url(../img/sales/2.png);
  width: 275px;
  height: 20px;
  top: 45%;
}
.sales .sales-left .sales-item:nth-child(3)::after {
  background-image: url(../img/sales/3.png);
  width: 275px;
  height: 45px;
}
.sales .sales-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sales .sales-right .sales-item {
  max-width: 292px;
}
.sales .sales-right .sales-item::after {
  right: 0;
}
.sales .sales-right .sales-item:nth-child(1) {
  margin-bottom: 75px;
}
.sales .sales-right .sales-item:nth-child(1)::after {
  background-image: url(../img/sales/4.png);
  width: 435px;
  height: 125px;
  top: 45%;
}
.sales .sales-right .sales-item:nth-child(2) {
  margin-bottom: 90px;
}
.sales .sales-right .sales-item:nth-child(2)::after {
  background-image: url(../img/sales/5.png);
  width: 275px;
  height: 20px;
  top: 59%;
}
.sales .sales-right .sales-item:nth-child(3) {
  margin-bottom: 90px;
}
.sales .sales-right .sales-item:nth-child(3)::after {
  background-image: url(../img/sales/6.png);
  width: 400px;
  height: 65px;
}
.sales .sales-bottom {
  max-width: 675px;
  width: 100%;
  text-align: center;
  margin: -15% auto 45px;
}
@media all and (max-width: 650px) {
  .sales .sales-bottom {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.sales .sales-btn {
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
}
.sales .sales-btn._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tandem {
  padding: 80px 0 110px;
  position: relative;
}
@media all and (max-width: 650px) {
  .tandem {
    padding: 30px 0 35px;
  }
}
.tandem::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/tandem/right.png);
  right: 0;
  top: -10%;
  width: 350px;
  height: 705px;
  width: calc(163px + 187 * (100vw - 1250px) / 670);
  height: calc(315px + 385 * (100vw - 1250px) / 670);
}
@media screen and (min-width: 1920px) {
  .tandem::after {
    width: 410px;
    height: 520px;
  }
}
@media all and (max-width: 1250px) {
  .tandem::after {
    width: 163px;
    height: 315px;
  }
}
@media all and (max-width: 650px) {
  .tandem::after {
    display: none;
  }
}
.tandem .tandem-title::after, .tandem .tandem-title::before {
  top: -24px;
}
@media all and (max-width: 650px) {
  .tandem .tandem-title::after, .tandem .tandem-title::before {
    top: -10px;
  }
}
.tandem .tandem-title::after {
  right: -110px;
}
@media all and (max-width: 650px) {
  .tandem .tandem-title::after {
    right: -35px;
  }
}
.tandem .tandem-title::before {
  left: -110px;
}
@media all and (max-width: 650px) {
  .tandem .tandem-title::before {
    left: -35px;
  }
}
.tandem .subtitle {
  max-width: 715px;
  width: 100%;
  margin: 0 auto 90px;
  text-align: center;
}
.tandem .tandem-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 48px;
  background-color: #eda2bd;
  padding: 30px 10px 55px 68px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .tandem .tandem-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .tandem .tandem-wrapper {
    padding: 30px 10px 0 10px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.tandem .tandem-wrapper::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/tandem/left.png);
  left: -23%;
  top: 31%;
  width: 410px;
  height: 520px;
  z-index: -1;
  width: calc(207px + 203 * (100vw - 1250px) / 670);
  height: calc(287px + 323 * (100vw - 1250px) / 670);
}
@media screen and (min-width: 1920px) {
  .tandem .tandem-wrapper::before {
    width: 410px;
    height: 520px;
  }
}
@media all and (max-width: 1250px) {
  .tandem .tandem-wrapper::before {
    width: 207px;
    height: 287px;
  }
}
@media all and (max-width: 650px) {
  .tandem .tandem-wrapper::before {
    display: none;
  }
}
.tandem .tandem-left {
  max-width: 585px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .tandem .tandem-left {
    max-width: 100%;
  }
}
.tandem .tandem-left__title {
  margin-bottom: 20px;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  font-family: "GilroyMedium", sans-serif;
  margin-left: 90px;
}
@media all and (max-width: 650px) {
  .tandem .tandem-left__title {
    margin-left: 0;
    text-align: center;
  }
}
.tandem .tandem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  .tandem .tandem__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.tandem .tandem__item:first-child .tandem__item__img {
  width: 60px;
  height: 60px;
}
.tandem .tandem__item:last-child .tandem__item__img {
  width: 60px;
  height: 60px;
}
.tandem .tandem__item:last-child .tandem__item__info::after {
  display: none;
}
.tandem .tandem__item__img {
  width: 100px;
  height: 100px;
}
@media all and (max-width: 650px) {
  .tandem .tandem__item__img {
    width: 60px;
    height: 60px;
  }
}
.tandem .tandem__item__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.tandem .tandem__item__info {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  position: relative;
}
@media all and (max-width: 650px) {
  .tandem .tandem__item__info {
    text-align: center;
  }
}
.tandem .tandem__item__info::after {
  content: "";
  position: absolute;
  width: 468px;
  height: 5px;
  border-bottom: 1px dotted #000;
  bottom: -25px;
  left: 0;
}
@media all and (max-width: 1250px) {
  .tandem .tandem__item__info::after {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .tandem .tandem__item__info::after {
    display: none;
  }
}
.tandem .tandem-right {
  position: relative;
}
.tandem .tandem-right__img {
  position: absolute;
  position: absolute;
  width: 410px;
  height: 555px;
  bottom: -55px;
  left: -12px;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.tandem .tandem-right__img._active {
  opacity: 1;
}
@media all and (max-width: 1250px) {
  .tandem .tandem-right__img {
    position: static;
    width: 100%;
    height: 415px;
  }
}
@media all and (max-width: 650px) {
  .tandem .tandem-right__img {
    height: auto;
  }
}
@media all and (max-width: 1250px) {
  .tandem .tandem-right__img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.tandem .tandem-bottom-info {
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
}
.tandem .tandem-bottom-info__other {
  font-size: 30px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
  text-align: center;
  display: inline-block;
}

.last {
  padding: 45px 0 10px;
  background-image: url(../img/last/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}
@media all and (max-width: 650px) {
  .last {
    padding: 30px 0 35px;
  }
}
.last::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
@media all and (max-width: 1250px) {
  .last::after {
    display: block;
  }
}
.last .last-inner {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1250px) {
  .last .container {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 650px) {
  .last .container {
    padding-bottom: 0;
  }
}
.last .section-title-wrapper {
  max-width: 629px;
  width: 100%;
}
@media all and (max-width: 650px) {
  .last .section-title-wrapper {
    text-align: center;
  }
}
.last .section-pretitle {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 130%;
  font-size: calc(24px + 12 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .last .section-pretitle {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 650px) {
  .last .section-pretitle {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .last .section-pretitle br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .section-pretitle br {
    display: none;
  }
}
.last .last-title {
  font-size: 50px;
  letter-spacing: 1px;
  color: #000000;
  font-family: "Berold1";
  line-height: 130%;
  margin-bottom: 40px;
  background-color: #eda2bd;
  display: inline;
  font-weight: 400;
  font-size: calc(34px + 16 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .last .last-title {
    font-size: 50px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 650px) {
  .last .last-title {
    font-size: 20px;
    line-height: 130% !important;
  }
  .last .last-title span {
    font-size: 20px !important;
    line-height: 130% !important;
  }
}
.last .last-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 40px;
}
@media all and (max-width: 992px) {
  .last .last-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;
    row-gap: 40px;
  }
}
@media all and (max-width: 650px) {
  .last .last-wrapper {
    row-gap: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media all and (max-width: 992px) {
  .last .left {
    max-width: 100%;
    width: 100%;
  }
}
.last .subtitle {
  max-width: 518px;
  width: 100%;
  text-align: start;
}
@media all and (max-width: 992px) {
  .last .subtitle {
    max-width: 100%;
  }
  .last .subtitle br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .subtitle {
    text-align: center;
  }
}
.last .last-list__title {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
.last .last-list {
  max-width: 585px;
  width: 100%;
}
.last .last-item {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
  font-family: "QanelasLight", sans-serif;
  margin-bottom: 20px;
}
.last .last-item:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 650px) {
  .last .last-item {
    margin-bottom: 20px;
  }
}
.last .last-item .color {
  font-size: 30px;
  letter-spacing: 1px;
  color: #e587a1;
  font-family: "Berold";
}
.last .last-form {
  max-width: 440px;
  width: 100%;
  padding: 20px 30px 25px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(-0.367px 20.997px 16px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(-0.367px 20.997px 16px rgba(0, 0, 0, 0.28));
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f8f8f8));
  background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #f8f8f8 100%);
  background-image: linear-gradient(0deg, #f7f7f7 0%, #f8f8f8 100%);
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
}
.last .last-form._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.last .last-form::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 105%;
  left: -9px;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media all and (max-width: 650px) {
  .last .last-form::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .last-form {
    max-width: 100%;
    width: 100%;
    padding: 20px 10px 15px;
    -webkit-filter: none;
    filter: none;
  }
}
.last .last-form__title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.last .form-row {
  width: 100%;
  height: 81px;
  border-radius: 5px;
  background-color: #efefef;
  position: relative;
  margin-bottom: 10px;
  padding-left: 55px;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 650px) {
  .last .form-row {
    height: 60px;
  }
}
.last .form-row:after {
  content: "";
  position: absolute;
  left: 4%;
  top: 32%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.last .form-row.first:after {
  background-image: url(../img/last/1.png);
}
.last .form-row.second:after {
  background-image: url(../img/last/2.png);
}
.last .form-row.ferting:after {
  background-image: url(../img/last/3.png);
}
.last .input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  line-height: 40px;
  color: #807d7d;
  font-weight: 300;
  font-style: italic;
  font-family: "QanelasLight", sans-serif;
}
.last .last-form__btn {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.last .ok {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.last .ok__img {
  width: 14px;
  height: 14px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.last .ok__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.last .ok__text {
  font-size: 14px;
  color: #303233;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  display: inline-block;
  line-height: 16px;
}
@media all and (max-width: 650px) {
  .last .ok__text {
    font-size: 10px !important;
    line-height: 13px !important;
  }
}
.last .ok__text a.politica {
  color: #034b9f;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .last .ok__text a.politica {
    font-size: 10px !important;
  }
}

.offerOk {
  position: relative;
  background: url(../img/thanks/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 0 70px;
}
@media all and (max-width: 650px) {
  .offerOk {
    padding: 70px 0 15px;
  }
}
.offerOk::before {
  display: none;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 44px;
  letter-spacing: 1px;
  color: #000000;
  font-family: "Berold";
  line-height: 120%;
  font-weight: 400;
  text-align: start;
  font-size: calc(30px + 14 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offerOk .section-title {
    font-size: 44px;
  }
}
.offerOk .section-title::after, .offerOk .section-title::before {
  display: none;
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 25px;
  }
}
.offerOk .section-title #thanksName {
  display: block;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 1px;
  font-family: "Berold";
  font-weight: 400;
  font-size: calc(40px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offerOk .section-title #thanksName {
    font-size: 50px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 25px !important;
  }
}
.offerOk .thanks-subtitle {
  line-height: 33px;
  margin-bottom: 42px;
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-subtitle {
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
}
.offerOk .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  max-width: 840px;
  width: 100%;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media all and (max-width: 650px) {
  .offerOk .about {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
.offerOk .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  .offerOk .about-item {
    -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;
    row-gap: 10px;
  }
}
.offerOk .about-item-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-img {
    margin-right: 0;
  }
}
.offerOk .about-item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .mestnoPlace {
  margin-right: 35px;
}
@media all and (max-width: 650px) {
  .offerOk .mestnoPlace {
    margin-right: 0;
  }
}
.offerOk .about-item-top {
  font-size: 18px;
  line-height: 22px;
  font-family: "QanelasLight", sans-serif;
}
.offerOk .about-item-top .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-top .row {
    display: inline;
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .offerOk .about-item-top {
    text-align: center;
  }
}
.offerOk .about-item-bottom {
  font-size: 18px;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-bottom {
    text-align: center;
  }
}
.offerOk .thanks-info {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
  max-width: 687px;
  width: 100%;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-info {
    text-align: center;
  }
}
.offerOk .thanks-info .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-info .row {
    display: inline;
  }
}
.offerOk .slogan_thanks-info {
  margin-bottom: 35px;
  font-size: 24px;
  color: #d06784;
  font-family: "Berold";
}
@media all and (max-width: 650px) {
  .offerOk .slogan_thanks-info {
    margin-bottom: 20px;
    text-align: center;
  }
}
.offerOk .sait-logo {
  max-width: 145px;
  height: 30px;
  margin-left: 10px;
}
@media all and (max-width: 650px) {
  .offerOk .sait-logo {
    height: auto;
    max-width: 233px;
    margin: 20px 0;
  }
}
.offerOk .sait-logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .google {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin: 10px 15px;
}
@media all and (max-width: 650px) {
  .offerOk .google {
    width: 40px;
    height: 48px;
  }
}
.offerOk .google img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .revies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 992px) {
  .offerOk .revies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.offerOk .revies-item.first {
  margin-right: 55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 992px) {
  .offerOk .revies-item.first {
    margin-right: 0;
  }
}
.offerOk .revies-item.first .revies-item-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.first .revies-item-bottom:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.first .revies-item-bottom a {
  text-decoration: underline;
}
.offerOk .revies-item.first .revies-item-top {
  font-family: "QanelasLight", sans-serif;
  font-size: 18px;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.first .revies-item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.offerOk .revies-item.first .revies-item-top span {
  font-family: "QanelasLight", sans-serif;
  font-size: 18px;
}
.offerOk .revies-item.first .revies-item-top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.first .revies-item-top a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.second {
  margin-right: 55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .offerOk .revies-item.second {
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.second .revies-item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.offerOk .revies-item.second .revies-item-top span {
  font-size: 18px;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.second .revies-item-top span {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.offerOk .revies-item.second .revies-item-top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-top a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.second .home {
  text-decoration: underline;
}
.offerOk .revies-item.second .revies-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-family: "QanelasLight", sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.second .revies-item-bottom {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
.offerOk .revies-item.second .revies-item-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 18px;
  font-family: "QanelasLight", sans-serif;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-bottom .revies-item-bottom__img {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.offerOk .revies-item.second .revies-item-bottom .revies-item-bottom__img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.second .revies-item-bottom .revies-item-bottom__img {
    margin-left: 0;
  }
}
.offerOk .revies-item.second .revies-item-bottom img {
  width: 60px;
  height: 30px;
  display: block;
  margin-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.second .revies-item-bottom img {
    margin-left: 0;
    width: 50px;
    height: 50px;
  }
}
.offerOk .revies-item.feeting {
  position: relative;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.feeting {
    margin: 0 auto;
  }
}
.offerOk .revies-item.feeting::after {
  content: "";
  position: absolute;
  left: 24%;
  bottom: -75%;
  background-image: url(../img/thanks/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 113px;
  height: 83px;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item.feeting::after {
    bottom: -49px;
  }
}
.offerOk .revies-item.feeting .revies-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.offerOk .revies-item.feeting .revies-item-top:hover .revies-item-top__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.feeting .revies-item-top__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f8f3f1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.offerOk .revies-item.feeting .revies-item-top__img::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #eda2bd;
  border-radius: 50%;
  top: 8px;
  left: 8px;
}
.offerOk .revies-item.feeting .revies-item-top__img img {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 31px;
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .revies-item.feeting a {
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item {
    width: 100%;
  }
}
.offerOk .revies-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.offerOk .vk {
  width: 27px;
  height: 27px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
@media all and (max-width: 650px) {
  .offerOk .revies-item-bottom {
    text-align: center;
  }
}
@-webkit-keyframes vkFrame {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@keyframes vkFrame {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.offerOk .thanks-company {
  position: absolute;
  top: -4%;
  right: -18%;
}
@media screen and (max-width: 1605px) {
  .offerOk .thanks-company {
    position: static;
  }
}
.offerOk .thanks-company-wrapper {
  position: relative;
}
.offerOk .thanks-company-info {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
@media screen and (max-width: 1880px) {
  .offerOk .thanks-company-info {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 40px auto 0;
  }
}
@media all and (max-width: 650px) {
  .offerOk .thanks-company-info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.offerOk .heading__block {
  position: relative;
}
.offerOk .thanks-company-img {
  height: 554px;
  max-width: 1052px;
  width: 100%;
}
@media screen and (max-width: 1880px) {
  .offerOk .thanks-company-img {
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .offerOk .thanks-company-img {
    height: 660px;
    max-width: 817px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .thanks-company-img {
    height: auto;
    max-width: 817px;
    margin-top: 20px;
  }
  .offerOk .thanks-company-img img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
}
.offerOk .thanks-company-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .thanks-company-avtor {
  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;
  width: 177px;
  height: 34px;
  background-color: #eda2bd;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
}
.offerOk .thanks-company-doljnost {
  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;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
  width: 324px;
  height: 34px;
  background-color: #e8e8e8;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-company-doljnost {
    width: 100%;
  }
}

.noLink {
  pointer-events: none;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 20px 0 30px;
  background-color: #e1e1e1;
  color: #000;
}
.footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 650px) {
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.footer .footer-column {
  width: 237px;
  gap: 18px;
}
.footer .footer-column:first-child {
  width: 250px;
}
@media all and (max-width: 650px) {
  .footer .footer-column {
    width: 100% !important;
    text-align: center;
  }
}
.footer .made-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;
  font-size: 13px;
}
.footer .made-link span {
  margin-right: 10px;
  font-family: "NunitoRegular", sans-serif;
  font-weight: 400;
}
.footer .made-link img {
  width: 30px;
  height: 30px;
}
.footer .vk-link {
  width: 30px;
  height: 30px;
  margin-bottom: 24px !important;
}
.footer__text {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "NunitoRegular", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .footer__text {
    font-size: 14px !important;
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer__text.flag_footer {
  margin-top: 0px;
}
.footer .flag_footer {
  position: relative;
  padding-left: 42px;
  margin-bottom: 0;
  font-family: "NunitoRegular", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .footer .flag_footer {
    margin-top: 0;
  }
}
.footer .flag_footer::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 36px;
  left: 0;
  top: 5px;
  background: url(../img/footer/flag.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 650px) {
  .footer .flag_footer::after {
    left: 20px;
  }
}
.footer .footer__logo {
  width: 100px;
  height: 40px;
  display: block;
  margin: 0 auto 0px;
}
.footer .footer__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .footer .footer__logo {
    width: 90px;
    display: block;
    height: 30px;
    margin: 0 auto 15px;
  }
}
.footer .footer-link {
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(5, 52, 133, 0.74);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 650px) {
  .footer .footer-link {
    margin-bottom: 20px;
  }
}
.footer .footer-link img {
  -o-object-fit: contain;
  object-fit: contain;
}
.footer .made {
  width: auto;
  height: auto;
  margin: 0 auto 6px;
}
.footer .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 0px;
}
@media all and (max-width: 650px) {
  .footer .header-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .header-social-left {
  width: 25px;
  height: 25px;
  margin-right: 14px;
}
.footer .header-social-left img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .footer .header-social-left {
    margin-right: 10px;
  }
}
.footer .header-social-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .footer-link:hover {
  font-size: 14px;
}
.footer .footer__text-images {
  display: block;
  position: relative;
  padding-left: 54px;
  font-size: 13px;
  line-height: 15px;
  text-align: end;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  font-size: 13px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
}
.footer .footer__text-images:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation-name: myAnim;
  animation-name: myAnim;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes myAnim {
  from {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes myAnim {
  from {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media all and (max-width: 650px) {
  .footer .footer__text-images {
    padding-left: 36px;
    width: 222px;
    margin: 0 auto 20px;
  }
}
.footer .footer__text-images::after {
  content: "";
  position: absolute;
  background: url(../img/footer/f5.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 31px;
  background-size: contain;
  left: 35px;
  top: 0;
}
@media all and (max-width: 650px) {
  .footer .footer__text-images::after {
    left: 0;
  }
}
.footer .footer-column_big {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .footer__text_link {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
  line-height: 15px;
  text-align: end;
  font-family: "NunitoRegular", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .footer .footer__text_link {
    text-align: center;
  }
}
.footer .header__pnone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 7px;
  font-size: 20px;
  color: #e587a1;
  font-weight: 500;
  font-family: "QanelasMedium", sans-serif;
}
@media all and (max-width: 650px) {
  .footer .header__pnone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .header__pnone svg {
  margin-right: 10px;
}
@media all and (max-width: 650px) {
  .footer .header-social-right {
    margin-bottom: 20px;
  }
}
.footer .second-column {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .header__calBack {
  line-height: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: start;
  margin-left: 0;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .footer .header__calBack {
    padding: 0 0 0 0;
    text-align: center;
    margin-left: 0;
    height: auto;
  }
}
.footer .footer__vk {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.footer .politica {
  font-size: 13px;
  color: #000000;
  font-family: "QanelasRegular", sans-serif;
}
.footer .politica:hover {
  text-decoration: underline;
}

@media all and (max-width: 650px) {
  .thanks-footer .flag_footer::after {
    left: 10px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(175, 175, 175, 0.7882352941);
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.modal.active {
  z-index: 999;
  opacity: 1;
}
.modal .modal-content-inner {
  position: relative;
  z-index: 20;
  width: 100%;
  width: 944px;
  -webkit-filter: drop-shadow(-0.367px 20.997px 16px rgba(0, 0, 0, 0.28));
  filter: drop-shadow(-0.367px 20.997px 16px rgba(0, 0, 0, 0.28));
  background-color: #ffffff;
}
@media all and (max-width: 992px) {
  .modal .modal-content-inner {
    height: auto;
    max-width: 850px;
    max-width: 80%;
  }
  .modal .modal-content-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media all and (max-width: 650px) {
  .modal .modal-content-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-content-inner {
    width: 300px;
    height: auto;
    position: relative;
  }
}
.modal .clouse {
  position: absolute;
  background: url(../img/modals/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 33px;
  cursor: pointer;
  z-index: 2;
  right: -33px;
  top: -46px;
}
@media all and (max-width: 650px) {
  .modal .clouse {
    right: 0;
    top: -31px;
  }
}
.modal .modal-content {
  position: relative;
  z-index: 1;
  padding: 60px 49px 48px 42px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
@media all and (max-width: 992px) {
  .modal .modal-content {
    padding: 35px 25px 34px 25px;
  }
}
@media all and (max-width: 768px) {
  .modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-content {
    padding: 20px 10px 20px 12px;
  }
}
.modal .modal-content-info {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media all and (max-width: 992px) {
  .modal .modal-content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.modal .modal-content_left {
  max-width: 490px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .modal .modal-content_left {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.modal .modal-top__title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-family: "Berold1";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #000;
}
.modal .modal-top__title .row {
  display: block;
}
@media all and (max-width: 650px) {
  .modal .modal-top__title .row {
    display: inline;
  }
}
@media all and (max-width: 768px) {
  .modal .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-top__title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
.modal .sectionForm {
  max-width: 354px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -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;
}
@media all and (max-width: 992px) {
  .modal .sectionForm {
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .modal .sectionForm {
    padding-top: 0;
  }
}
.modal .form-section-row {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  padding-left: 60px;
  height: 81px;
  border-radius: 5px;
  background-color: #efefef;
}
@media all and (max-width: 992px) {
  .modal .form-section-row {
    margin-right: 0;
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .modal .form-section-row {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 45px;
    height: 45px;
  }
}
.modal .form-section-row::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 30px;
  left: 20px;
  top: 24px;
}
@media all and (max-width: 650px) {
  .modal .form-section-row::after {
    top: 11px;
    width: 21px;
    height: 27px;
  }
}
.modal .form-section-row:nth-child(1)::after {
  background: url(../img/last/1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.modal .form-section-row:nth-child(2)::after {
  background: url(../img/last/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 38px;
}
@media all and (max-width: 650px) {
  .modal .form-section-row:nth-child(2)::after {
    width: 19px;
    height: 31px;
  }
}
.modal .form-section-row:nth-child(3)::after {
  background: url(../img/last/3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.modal .form-section-row input {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 18px;
  line-height: 40px;
  color: #807d7d;
  font-weight: 300;
  font-style: italic;
  font-family: "QanelasLight", sans-serif;
}
@media all and (max-width: 650px) {
  .modal .form-section-row input {
    font-size: 16px;
  }
}
.modal .modal-start .form-section-row:nth-child(2)::after {
  background: url(../img/offer/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.modal .btn {
  max-width: 100%;
  width: 100%;
}
@media all and (max-width: 992px) {
  .modal .btn {
    margin: 0 auto;
  }
}
.modal .small-titleForm {
  font-size: 22px;
}
.modal .modal-politika {
  padding-top: 20px;
  position: absolute;
  top: 0;
  overflow: scroll;
  height: 100%;
  max-width: 850px;
  margin: 40px 0;
}
.modal .modal-politika::after {
  display: none;
}
@media all and (max-width: 992px) {
  .modal .modal-politika {
    width: 80%;
  }
}
.modal .modal-politika::-webkit-scrollbar {
  width: 0;
}
@media all and (max-width: 650px) {
  .modal .modal-politika {
    width: 320px;
    padding-bottom: 20px;
    height: 90%;
  }
}
.modal .modal-politika .modal-politika-text {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #000;
}
.modal .modal-politika .modal-politika-text.fat {
  padding-left: 0;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .modal .modal-politika div {
    font-size: 12px !important;
  }
}
.modal .modal-callBack .modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/modals/02.png);
  width: 380px;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 992px) {
  .modal .modal-callBack .modal-content::after {
    display: none !important;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-callBack .modal-content::after {
    width: 100%;
    background-position: center;
  }
}
.modal .modal-tandem .modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/modals/01.png);
  width: 380px;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 992px) {
  .modal .modal-tandem .modal-content::after {
    display: none !important;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-tandem .modal-content::after {
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .modal .modal-tandem .modal-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
}
.modal .modal-away .modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/modals/03.png);
  width: 380px;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 992px) {
  .modal .modal-away .modal-content::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-away .modal-content::after {
    width: 100%;
    background-position: center;
  }
}
@media all and (max-width: 992px) {
  .modal .modal-away .modal-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
}
@media all and (max-width: 992px) {
  .modal .modal-content-inner::after {
    display: none;
  }
}
.modal .modal-prezentation {
  position: relative;
}
.modal .modal-prezentation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/modals/3.png);
  background-repeat: no-repeat;
  height: 465px;
  width: 500px;
  z-index: 2;
}
.modal .modal-details {
  position: relative;
}
.modal .modal-details::after {
  content: "";
  position: absolute;
  left: -75px;
  bottom: 0;
  background-image: url(../img/modals/7.png);
  background-repeat: no-repeat;
  /* background-size: contain; */
  height: 527px;
  width: 569px;
  z-index: 2;
}
.modal .modal-sentence {
  position: relative;
}
.modal .modal-sentence::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/modals/1.png);
  background-size: cover;
  height: 400px;
  width: 472px;
  z-index: 2;
}
.modal .modal-prezent {
  position: relative;
}
.modal .modal-prezent::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 41px;
  background-image: url(../img/modals/5.png);
  background-size: cover;
  height: 400px;
  width: 448px;
  z-index: 2;
}
.modal .modal-away {
  position: relative;
}
.modal .modal-away::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/modals/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 458px;
  width: 486px;
  z-index: 2;
}
.modal .modal-finmodel {
  position: relative;
}
.modal .modal-finmodel::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 16%;
  background-image: url(../img/modals/2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 347px;
  width: 388px;
  z-index: 2;
}
.modal .modal-menejer {
  position: relative;
}
.modal .modal-callback {
  position: relative;
}
.modal .modal-callback::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/modals/6.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  width: 458px;
  z-index: 2;
}
.modal .modal-politika .clouse {
  background-image: url(../img/close.svg);
  right: 15px;
  top: 35px;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .clouse {
    width: 19px;
    height: 19px;
    top: -1px;
  }
}
.modal .modal-finmodel,
.modal .modal-menejer,
.modal .modal-callback,
.modal .modal-prezentation,
.modal .modal-details,
.modal .modal-sentence,
.modal .modal-research,
.modal .modal-prezent,
.modal .modal-politika,
.modal .modal-mob-sentence,
.modal .modal-town,
.modal .modal-away {
  display: none;
}
.modal .modal-finmodel.active,
.modal .modal-menejer.active,
.modal .modal-callback.active,
.modal .modal-prezentation.active,
.modal .modal-details.active,
.modal .modal-sentence.active,
.modal .modal-research.active,
.modal .modal-prezent.active,
.modal .modal-politika.active,
.modal .modal-mob-sentence.active,
.modal .modal-town.active,
.modal .modal-away.active {
  display: block;
}
.modal .form-section-bottom {
  position: relative;
  margin-top: 22px;
  margin: 22px auto 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #303233;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 21px;
}
.modal .form-section-bottom::after, .modal .form-section-bottom::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.modal .form-section-bottom::after {
  width: 16px;
  height: 16px;
  background: #dadde0;
  left: 0;
  top: 0;
}
.modal .form-section-bottom::before {
  width: 8px;
  height: 8px;
  background: #e6889e;
  left: 4px;
  top: 4px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom {
    margin-top: 12px;
  }
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom .form-section-bottom-text {
    font-size: 11px !important;
    line-height: 12px !important;
  }
}
.modal .form-section-bottom a {
  position: relative;
  z-index: 3;
  font-size: 14px;
  color: #0a75f1;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom a {
    font-size: 11px !important;
    line-height: 12px !important;
    text-decoration: underline;
  }
}
.modal .form-section-bottom a:hover {
  text-decoration: underline;
}