

/* Start:/local/templates/intimgeli/assets/bundles/global/global.css?1750853185100840*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
*,
*:after,
*:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.body_wrapper {
  max-width: 100vw;
  overflow: hidden;
}

a {
  text-decoration: none;
}

/* ---------------- */
/* ---------------- */
section {
  width: 100%;
  z-index: 10;
  padding: 0 6vw;
  transition: all 0.3s ease;
}
/* ---------------- */
.this_section:after {
  content: "";
  position: absolute;
  bottom: calc(-6px - 7 * (100vw - 820px) / 1100 - 12px);
  left: 0;
  height: 2px;
  width: 100%;
  background: #7B5099;
}

.header {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 18px rgba(42, 122, 175, 0.2);
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 0 6vw;
  height: calc(70px + 36 * (100vw - 768px) / 768);
}
@media screen and (max-width: 1535px) and (min-width: 821px) {
  .header {
    padding: 0 calc(3vw + 3 * (100vw - 820px) / 1100);
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 13px;
  height: 100%;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .header_inner {
    padding-bottom: calc(6px + 7 * (100vw - 820px) / 1100);
  }
}
.header_inner .logo {
  margin-bottom: 12px;
  height: 44%;
  margin-right: calc(10px + 54 * (100vw - 768px) / 768);
}
.header_inner .logo img {
  height: 100%;
}
.header_inner .header_inf {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header_inner .header_inf .phone {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(11px + 5 * (100vw - 768px) / 768);
  line-height: 28px;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
.header_inner .header_inf .phone span {
  margin-right: 10px;
}
.header_inner .header_inf .phone image {
  width: 20px;
  height: 20px;
}
.header_inner .header_inf .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  align-items: center;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .header_inner .header_inf .nav {
    margin-top: calc(0px + 9 * (100vw - 820px) / 1100);
  }
}
.header_inner .header_inf .nav a {
  font-weight: 400;
  line-height: 13px;
  color: #000000;
  position: relative;
  font-size: calc(11px + 5 * (100vw - 768px) / 768);
  transition: all 0.3s ease;
}
.header_inner .header_inf .nav a .buy_nav {
  color: #fff;
}
.header_inner .header_inf .nav a:hover {
  opacity: 0.7;
}
.header_inner .header_inf .nav a:active {
  opacity: 1;
  font-weight: 500;
}

.buy_nav {
  font-family: "Montserrat", serif;
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.2));
  background: #8E64A6;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  padding: 12px 49px;
  transition: all 0.3s ease;
}
.buy_nav:hover {
  opacity: 0.7;
}
.buy_nav:active {
  opacity: 1;
  font-weight: 500;
  background: #834FA3;
}

@media screen and (max-width: 1536px) and (min-width: 821px) {
  .header .buy_nav {
    padding: 12px calc(17px + 32 * (100vw - 820px) / 716);
  }
}
.header_inf_mob {
  display: none;
}

@media screen and (max-width: 820px) {
  .header {
    padding: 0 3vw;
  }
  .header_inner {
    align-items: center;
    padding: 0;
  }
  .logo {
    height: 70% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .header_inf {
    display: none !important;
  }
  .header_inf_mob {
    display: block;
  }
  .burger {
    width: calc(24px + 13 * (100vw - 375px) / 393);
    height: calc(24px + 13 * (100vw - 375px) / 393);
    position: relative;
    padding: 2px;
    display: flex;
  }
  .burger:before, .burger:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% + 4px + 2 * (100vw - 375px) / 393);
    transform: translateY(-50%);
    width: 80%;
    height: calc(2px + 2 * (100vw - 375px) / 393);
    background: #2A7AAF;
    border-radius: 10px;
  }
  .burger:before {
    top: calc(50% - (4px + 2 * (100vw - 375px) / 393));
    width: 100%;
  }
  .burger_close:before, .burger_close:after {
    width: 100%;
    transform: rotate(45deg);
    top: 50%;
  }
  .burger_close:after {
    transform: rotate(-45deg);
  }
  .header_inf_mob_hidden {
    opacity: 0;
    z-index: -10;
    transform: translateX(100%);
  }
  .header_inf_mob {
    position: absolute;
    background: #fff;
    height: calc(100vh - (70px + 36 * (100vw - 768px) / 768));
    width: 85vw;
    top: calc(70px + 36 * (100vw - 768px) / 768);
    right: 0;
    z-index: 10;
    padding: 50px 15px 0 30px;
    transition: all 0.3s ease;
  }
  .header_inf_mob .nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .header_inf_mob .nav a {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(16px + 9 * (100vw - 375px) / 393);
    line-height: 28px;
    width: 100%;
    border-bottom: 1px solid rgba(181, 215, 234, 0.4);
    padding-bottom: 10px;
    color: #000000;
    margin-bottom: calc(17px + 20 * (100vw - 375px) / 393);
  }
  .header_inf_mob .phone {
    margin-top: 30px;
  }
  .header_inf_mob .phone span {
    opacity: 0.5;
  }
  .header_inf_mob .phone div {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .header_inf_mob .phone div span {
    margin-right: 5px;
    opacity: 1;
  }
}
/* ---------------- */
.main {
  position: relative;
  padding-top: 106px;
  /* INTRO START */
}
.main .intro_bg {
  position: absolute;
  top: -50px;
  left: -25vw;
  width: 140vw;
  z-index: -2;
}
.main .intro_bg_left {
  position: absolute;
  height: 900px;
  transform: scale(110%);
  z-index: -3;
}
.main .intro_bg_right {
  position: absolute;
  height: 900px;
  right: 0;
  transform: scale(110%);
  z-index: -3;
}

.intro {
  width: calc(100% + 180px);
  transform: translateX(-90px);
  padding: 0 6vw !important;
}

.intro_inner {
  position: relative;
  width: 100%;
}
.intro_inner .intro_title {
  position: absolute;
  height: 30vw;
  left: 50%;
  transform: translateX(-50%);
}
.intro_inner .intro_title img {
  height: 90%;
}
.intro_inner .intro_title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "inglobal", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(60, 134, 183, 0.65);
  font-size: 55px;
  width: 100vw;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_title h1 {
    font-size: calc(40px + 15 * (100vw - 820px) / 1100);
  }
}
.intro_inner .intro_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 760px;
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_main {
    height: calc(600px + 160 * (100vw - 820px) / 1100);
  }
}
.intro_inner .intro_main .intro_block {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .intro_inner .intro_main .intro_block {
    height: 100%;
  }
}
.intro_inner .intro_main .intro_block .intro_mob1 {
  display: none;
}
@media screen and (min-width: 821px) {
  .intro_inner .intro_main .intro_block .intro_block_l_img {
    height: 100%;
    aspect-ratio: 1/1.509;
  }
  .intro_inner .intro_main .intro_block .intro_block_l_img img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .intro_inner .intro_main .intro_block img {
    height: 100%;
  }
}
.intro_inner .intro_main .intro_block .intro_text {
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
}
.intro_inner .intro_main .intro_block .intro_text span {
  font-family: "Montserrat", serif;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 20px;
  opacity: 0.5;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_main .intro_block .intro_text span {
    font-size: calc(14px + 6 * (100vw - 820px) / 716);
  }
}
.intro_inner .intro_main .intro_block .intro_text h3 {
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_main .intro_block .intro_text h3 {
    font-size: calc(20px + 10 * (100vw - 820px) / 716);
  }
}
.intro_inner .intro_main .intro_block .intro_text h4 {
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_main .intro_block .intro_text h4 {
    font-size: calc(14px + 10 * (100vw - 820px) / 716);
  }
}
.intro_inner .intro_main .intro_block .intro_text .buy_flora, .intro_inner .intro_main .intro_block .intro_text .buy_vagi {
  font-size: 16px;
  padding: 12px 49px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_main .intro_block .intro_text .buy_flora, .intro_inner .intro_main .intro_block .intro_text .buy_vagi {
    font-size: calc(11px + 5 * (100vw - 820px) / 716);
  }
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .intro_inner .intro_main .intro_block .intro_text .buy_flora, .intro_inner .intro_main .intro_block .intro_text .buy_vagi {
    padding: calc(10px + 2 * (100vw - 820px) / 1100) calc(36px + 13 * (100vw - 820px) / 1100);
  }
}
.intro_inner .intro_main .intro_block .intro_text button {
  font-family: "Montserrat", serif;
  filter: drop-shadow(0px 0px 18px rgba(26, 57, 71, 0.27));
  border: none;
  background: #8E64A6;
  border-radius: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  font-size: 16px;
  padding: 13px 50px;
}
.intro_inner .intro_main .intro_block .blue_btn {
  background: #3C86B7 !important;
}
.intro_inner .intro_main .intro_block .blue_btn:active {
  background: #0078A4 !important;
}
.intro_inner .intro_main .intro_block .intro_left {
  align-items: start;
}
.intro_inner .intro_main .intro_block .intro_right {
  align-items: end;
}

@media screen and (max-width: 820px) {
  section {
    padding: 0 3vw;
  }
  .intro {
    width: 100%;
    height: auto;
    transform: none;
    margin-top: 30px;
    position: relative;
  }
  .intro .intro_bg {
    width: 200%;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
    z-index: -2;
  }
  .intro .intro_bg_left {
    width: 80%;
    height: auto;
    top: 5%;
    left: -20%;
    z-index: -1;
  }
  .intro .intro_bg_right {
    width: 70%;
    height: auto;
    top: 0;
    right: -20%;
    z-index: -1;
  }
  .intro .intro_inner {
    width: 100%;
    height: auto;
  }
  .intro .intro_inner .intro_title {
    height: 30%;
    margin-top: -70px;
  }
  .intro .intro_inner .intro_title img {
    height: 150%;
    margin-top: -30px;
  }
  .intro .intro_inner .intro_title h1 {
    font-size: calc(25px + 16 * (100vw - 375px) / 393);
  }
  .intro .intro_inner .intro_main {
    width: 100%;
    height: auto;
    padding: calc(90px + 64 * (100vw - 375px) / 393) 0 0 0;
  }
  .intro .intro_inner .intro_main .intro_block {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .intro .intro_inner .intro_main .intro_block .intro_text span {
    display: none;
  }
  .intro .intro_inner .intro_main .intro_block .intro_text h3 {
    font-size: calc(21px + 20 * (100vw - 375px) / 393);
  }
  .intro .intro_inner .intro_main .intro_block .intro_text h4 {
    font-size: 16px;
    font-size: calc(16px + 10 * (100vw - 375px) / 393);
  }
  .intro .intro_inner .intro_main .intro_block .intro_text a {
    font-size: calc(15px + 10 * (100vw - 375px) / 393);
    padding: 12px 28px;
  }
  .intro .intro_inner .intro_main .intro_block img {
    width: 100%;
    transform: translateX(-20%);
  }
  .intro .intro_inner .intro_main .intro_block .intro_mob1 {
    display: flex;
    transform: translateX(20%);
  }
  .intro .intro_inner .intro_main .intro_block .intro_mob2 {
    display: none;
  }
  .intro .intro_inner .intro_main .intro_block_r {
    align-items: end;
  }
}
/* ---------------- */
.main_section {
  padding-top: 50px;
  width: 100%;
  position: relative;
}

.problem_bg {
  position: absolute;
  z-index: -1;
  width: 63vw;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

h2 {
  width: 100%;
  text-align: center;
  font-family: "inglobal", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}

.main_section_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main_section_inner .curve_left, .main_section_inner .curve_right {
  height: 550px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve_left, .main_section_inner .curve_right {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .main_section_inner .curve_left {
    margin-left: -50px;
  }
  .main_section_inner .curve_right {
    margin-right: -50px;
  }
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve_left {
    margin-left: 0;
  }
  .main_section_inner .curve_right {
    margin-right: 0 !important;
  }
}
.main_section_inner .curve {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve {
    margin-top: 20px;
  }
  .main_section_inner .curve h3 {
    width: 100% !important;
    text-align: center;
    font-size: calc(20px + 18 * (100vw - 375px) / 393);
  }
}
.main_section_inner .curve .curve_it {
  display: flex;
  align-items: center;
}
.main_section_inner .curve .curve_it span {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve .curve_it span {
    width: auto;
    font-size: calc(16px + 8 * (100vw - 375px) / 393);
    letter-spacing: 0.01em;
    color: #000000;
  }
  .main_section_inner .curve .curve_it span br {
    display: none;
  }
}
.main_section_inner .curve .curve_it img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve .curve_it img {
    order: -1;
    width: 80px;
    height: 80px;
  }
}
.main_section_inner .curve .curve_it_left span {
  margin-right: 10px;
  text-align: end;
  width: 200px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve .curve_it_left span {
    text-align: start;
    width: auto;
  }
}
.main_section_inner .curve .curve_it_right span {
  margin-left: 10px;
  text-align: start;
  width: 200px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve .curve_it_right span {
    width: auto;
  }
}
.main_section_inner .curve .curve_it_l span {
  width: 300px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve .curve_it_l span {
    width: auto;
  }
}
.main_section_inner .curve_reason_l {
  transform: translateX(50px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve_reason_l {
    transform: none;
    margin-bottom: 10px !important;
  }
  .main_section_inner .curve_reason_l br {
    display: none;
  }
}
.main_section_inner .curve_reason_r {
  color: rgb(142, 100, 166);
  transform: translateX(-50px);
  margin-bottom: 50px !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .main_section_inner .curve_reason_r {
    transform: none;
    margin-bottom: 10px !important;
  }
  .main_section_inner .curve_reason_r br {
    display: none;
  }
}
.main_section_inner .section_center_dop {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center_dop {
    position: relative;
    width: 100%;
  }
}
.main_section_inner .section_center_dop .section_center_dop_it {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 9px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 35%;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center_dop .section_center_dop_it {
    width: 100%;
    margin: 30px 0;
  }
}
.main_section_inner .section_center_dop .section_center_dop_it img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center_dop .section_center_dop_it img {
    width: 100px;
    height: 100px;
  }
}
.main_section_inner .section_center_dop .section_center_dop_it h4 {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center_dop .section_center_dop_it h4 {
    font-size: calc(16px + 8 * (100vw - 375px) / 393);
  }
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center_dop_r_mob {
    display: none !important;
  }
}
.main_section_inner .section_center_dop_r_mob_2 {
  display: none;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center_dop_r_mob_2 {
    display: flex;
  }
}
.main_section_inner .section_center {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center {
    position: relative;
  }
}
.main_section_inner .section_center .curve_reason {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #CECCEC;
  margin-bottom: 70px;
  text-align: center;
  margin-top: -20px;
}
.main_section_inner .section_center .section_center_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 550px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center .section_center_inner {
    height: auto;
    flex-direction: initial;
    flex-wrap: wrap;
  }
}
.main_section_inner .section_center .section_center_inner .section_center_inner_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.main_section_inner .section_center .section_center_inner .section_center_inner_bg img {
  height: 100%;
}
.main_section_inner .section_center .section_center_inner .section_center_inner_bg img:first-child {
  transform: translate(-13.2vw, 50px);
}
.main_section_inner .section_center .section_center_inner .section_center_inner_bg img:last-child {
  transform: translate(14.3vw, 50px);
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center .section_center_inner .section_center_inner_bg img:first-child {
    transform: translate(0);
  }
  .main_section_inner .section_center .section_center_inner .section_center_inner_bg img:last-child {
    transform: translate(0);
  }
}
.main_section_inner .section_center .section_center_inner .curve_it {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center .section_center_inner .curve_it {
    margin-bottom: 20px;
    width: 50%;
  }
}
.main_section_inner .section_center .section_center_inner .curve_it span {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center .section_center_inner .curve_it span {
    font-size: calc(16px + 8 * (100vw - 375px) / 393);
  }
}
.main_section_inner .section_center .section_center_inner .curve_it img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 820px) {
  .main_section_inner .section_center .section_center_inner .curve_it img {
    width: 100px;
    height: 100px;
  }
}
.main_section_inner .ball {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  background: url(/local/templates/intimgeli/assets/bundles/global/../b3b8aef2c8dea173110a.png);
  background-size: cover;
  width: 23.5vw;
  height: 23.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main_section_inner .ball h1 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .main_section_inner .ball h1 {
    font-size: calc(35px + 25 * (100vw - 820px) / 716);
  }
}
.main_section_inner .ball h3 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .main_section_inner .ball h3 {
    font-size: calc(11px + 14 * (100vw - 820px) / 716);
  }
}
.main_section_inner h3 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #3C86B7;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .main_section_inner h3 {
    font-size: calc(18px + 6 * (100vw - 820px) / 716);
  }
}
.main_section_inner .section_left {
  height: -moz-fit-content;
  height: fit-content;
}
.main_section_inner .section_left h3 {
  margin-bottom: 50px;
}
.main_section_inner .section_left p {
  margin-bottom: 40px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .main_section_inner .section_left p {
    font-size: calc(14px + 6 * (100vw - 820px) / 1100);
    margin-bottom: calc(18px + 22 * (100vw - 820px) / 1100);
  }
}
@media screen and (max-width: 1300px) {
  .main_section_inner .section_left p {
    width: calc(160px + 65 * (100vw - 820px) / 480);
  }
  .main_section_inner .section_left p br {
    display: none;
  }
}
.main_section_inner .section_left p img {
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% + 10px));
  left: 0;
}
.main_section_inner .section_left p .r1 {
  width: 192%;
}
.main_section_inner .section_left p .r2 {
  width: 167%;
}
.main_section_inner .section_left p .r3 {
  width: 125%;
}
.main_section_inner .section_left p .r4 {
  width: 154%;
}
.main_section_inner .section_left p .r5 {
  width: 114%;
}
.main_section_inner .section_left p .r6 {
  width: 150%;
}
.main_section_inner .section_left p .r7 {
  width: 209%;
  transform: translateY(10px);
}
.main_section_inner .section_right {
  align-items: start;
}
.main_section_inner .section_right h3 {
  margin-bottom: 80px;
}
.main_section_inner .section_right .section_right_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .main_section_inner .section_right .section_right_item {
    margin-bottom: calc(8px + 12 * (100vw - 820px) / 1100);
  }
}
.main_section_inner .section_right .section_right_item img {
  width: 70px;
  height: 70px;
}
.main_section_inner .section_right .section_right_item span {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #000000;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .main_section_inner .section_right .section_right_item span {
    font-size: calc(18px + 6 * (100vw - 820px) / 716);
  }
}

@media screen and (max-width: 820px) {
  .main_section {
    margin-top: 100px;
  }
  .main_section .problem_bg {
    width: 150%;
    left: 30%;
    top: -10%;
  }
  .main_section h2 {
    text-align: start;
    font-size: calc(26px + 19 * (100vw - 375px) / 393);
    margin-bottom: 50px;
  }
  .main_section .main_section_inner {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .main_section .main_section_inner .ball {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -30%);
    width: 65vw;
    height: 65vw;
  }
  .main_section .main_section_inner .ball h1 {
    font-size: calc(35px + 37 * (100vw - 375px) / 393);
  }
  .main_section .main_section_inner .ball h3 {
    font-size: calc(10px + 9 * (100vw - 375px) / 393);
  }
  .main_section .main_section_inner .section_left h3 {
    width: 50%;
  }
  .main_section .main_section_inner .section_left p {
    font-size: calc(17px + 7 * (100vw - 375px) / 393);
    width: 80%;
    position: relative;
  }
  .main_section .main_section_inner .section_left p br {
    display: none;
  }
  .main_section .main_section_inner .section_left p:after {
    content: "";
    position: absolute;
    width: 94vw;
    height: 2px;
    border-top: 2px dashed #CECCEC;
    bottom: -10px;
    left: 0;
  }
  .main_section .main_section_inner .section_left p img {
    display: none;
  }
  .main_section .main_section_inner .section_left .main_section_p_first {
    width: 50%;
  }
  .main_section .main_section_inner .section_right h3 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: calc(20px + 18 * (100vw - 375px) / 393);
  }
  .main_section .main_section_inner .section_right .section_right_dop_block {
    display: flex;
    flex-wrap: wrap;
    background: url(/local/templates/intimgeli/assets/bundles/global/../70b570432b6bb327358d.png) no-repeat center;
    background-size: 100%;
  }
  .main_section .main_section_inner .section_right .section_right_dop_block .section_right_item {
    flex-direction: column;
    width: 50%;
  }
  .main_section .main_section_inner .section_right .section_right_dop_block .section_right_item:nth-child(2n) {
    margin-top: 30px;
  }
  .main_section .main_section_inner .section_right .section_right_dop_block .section_right_item img {
    width: 23vw;
    height: 23vw;
  }
  .main_section .main_section_inner .section_right .section_right_dop_block .section_right_item span {
    font-size: calc(16px + 9 * (100vw - 375px) / 393);
  }
}
/* ---------------- */
.aspect {
  margin-top: 50px;
  padding-top: 150px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .aspect {
    padding-top: calc(50px + 100 * (100vw - 820px) / 716);
  }
}
.aspect .section_right_aspect_mob2 {
  display: none;
}

.aspect_mob {
  display: none;
}

.aspect_left_bg {
  position: absolute;
  left: -200px;
  top: 100px;
  width: 40vw;
  z-index: -1;
}

.spector {
  text-align: left;
}

.spector_mob {
  display: none;
}

.spector_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.spector_item:last-child {
  margin-bottom: 0;
}
.spector_item span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .spector_item span {
    width: calc(40px + 15 * (100vw - 820px) / 716);
    height: calc(40px + 15 * (100vw - 820px) / 716);
  }
}
.spector_item span:before, .spector_item span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: -1;
  border: 11px solid rgba(157, 193, 215, 0.5);
  filter: drop-shadow(0px 0px 17px rgba(42, 122, 175, 0.1));
  background: rgba(157, 193, 215, 0.5019607843);
  opacity: 50%;
}
.spector_item span:after {
  width: 66%;
  height: 66%;
  background: #9DC1D7;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
}
.spector_item p {
  margin: 0 !important;
  width: 35vw !important;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding: 20px 50px;
  background: #FFFFFF;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 9px;
}

.section_right_aspect {
  height: 640px;
  transform: translateY(-220px);
  position: relative;
}
@media screen and (max-width: 1536px) {
  .section_right_aspect {
    height: calc(500px + 140 * (100vw - 820px) / 716);
    transform: translateY(calc(-120px - 100 * (100vw - 820px) / 716));
  }
}
.section_right_aspect img {
  height: 100%;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .section_right_aspect .aspect_right_dd {
    transform: translateX(calc(-80px + 80 * (100vw - 820px) / 716));
  }
}
.section_right_aspect .buy_btn {
  z-index: 3;
  position: absolute;
  bottom: -20px;
  left: 43%;
  transform: translateX(-50%);
  font-family: "Montserrat", serif;
  filter: drop-shadow(0px 0px 18px rgba(26, 57, 71, 0.27));
  border: none;
  background: #3C86B7;
  border-radius: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 8px 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .section_right_aspect .buy_btn {
    transform: translateX(calc(-86% + 36 * (100vw - 820px) / 716));
  }
}
.section_right_aspect .buy_btn:hover {
  opacity: 0.7;
}
.section_right_aspect .buy_btn:active {
  opacity: 1;
  font-weight: 500;
  background: #0078A4;
}
.section_right_aspect .aspect_right_bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-90px) scale(200%);
  z-index: -1;
}

.section_right_aspect_mob2_btn {
  display: none;
}

@media screen and (max-width: 820px) {
  .aspect {
    padding-top: 20px;
    margin-bottom: 120px;
  }
  .aspect .main_section_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aspect .main_section_inner .section_right_aspect_mob1 {
    display: none;
  }
  .aspect .main_section_inner .section_right_aspect_mob2 {
    display: block;
    transform: translateX(10%);
    width: 75%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .aspect .main_section_inner .section_right_aspect_mob2 .aspect_right {
    height: auto;
    width: 100%;
  }
  .aspect .main_section_inner .section_right_aspect_mob2 .aspect_right_bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: -1;
  }
  .aspect .main_section_inner .section_right_aspect_mob2_btn {
    display: flex;
    margin-top: 20px;
    width: 100%;
  }
  .aspect .main_section_inner .section_right_aspect_mob2_btn .buy_btn {
    width: 100%;
    filter: drop-shadow(0px 0px 18px rgba(26, 57, 71, 0.27));
    font-family: "Montserrat", serif;
    border: none;
    background: #3C86B7;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: calc(16px + 11 * (100vw - 375px) / 393);
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 50px;
    justify-content: center;
  }
  .aspect .main_section_inner .section_left {
    width: 100%;
    margin-left: 15%;
  }
  .aspect .main_section_inner .section_left .spector_item {
    width: 90%;
  }
  .aspect .main_section_inner .section_left .spector_item span {
    font-size: 25px;
  }
  .aspect .main_section_inner .section_left .spector_item p {
    width: 100% !important;
    font-size: calc(16px + 8 * (100vw - 375px) / 393);
    letter-spacing: 0.01em;
    color: #000000;
  }
  .aspect .main_section_inner .section_left_no_border p:after {
    display: none;
  }
  .aspect .spector {
    text-align: center;
    font-size: calc(26px + 19 * (100vw - 375px) / 393);
  }
}
/* ---------------- */
.active {
  margin-top: -100px;
  padding-top: 70px;
  z-index: 1;
}

.active_item {
  display: flex;
  align-items: center;
  width: 33vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_item {
    margin-bottom: calc(40px - 5 * (100vw - 820px) / 1100);
  }
}
.active_item img {
  width: 130px;
  height: 130px;
  transform: translateX(-13px);
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_item img {
    width: calc(80px + 50 * (100vw - 820px) / 1100);
    height: calc(80px + 50 * (100vw - 820px) / 1100);
  }
}
.active_item div {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 110px;
  transform: translateY(5px);
}
.active_item div h3 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_item div h3 {
    font-size: calc(16px + 8 * (100vw - 820px) / 716);
  }
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_item div h3 {
    margin-bottom: calc(5px + 5 * (100vw - 820px) / 716) !important;
  }
}
.active_item div p {
  margin: 0 !important;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #000000;
  width: 100% !important;
}

.active_right {
  transform: translateY(-110px);
  position: relative;
}

.active_right_h {
  text-align: center;
  width: 100%;
  margin-bottom: 50px !important;
}

.active_bg_right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-20%);
  z-index: -10 !important;
}

.active_inner_right {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.active_inner_right .active_inner_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
.active_inner_right .active_inner_column:last-child {
  margin-right: 0;
}
.active_inner_right .active_inner_column .active_item_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.active_inner_right .active_inner_column .active_item_right:last-child {
  margin-bottom: 0;
}
.active_inner_right .active_inner_column .active_item_right img {
  width: 100px;
  position: absolute;
  z-index: 2;
  top: -13px;
  left: 50%;
  transform: translate(-50%, calc(-50% + 13px));
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_inner_right .active_inner_column .active_item_right img {
    width: calc(60px + 40 * (100vw - 820px) / 1100);
  }
}
.active_inner_right .active_inner_column .active_item_right p {
  width: 210px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 9px;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 10%;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_inner_right .active_inner_column .active_item_right p {
    width: calc(140px + 70 * (100vw - 820px) / 1100);
    height: calc(107px + 53 * (100vw - 820px) / 1100);
  }
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .active_inner_right .active_inner_column .active_item_right p {
    font-size: calc(12px + 4 * (100vw - 820px) / 716);
  }
}

@media screen and (max-width: 820px) {
  .active .spector {
    width: 100%;
    text-align: center;
  }
  .active .main_section_inner {
    display: flex;
    flex-direction: column;
  }
  .active .main_section_inner .section_left .active_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .active .main_section_inner .section_left .active_item img {
    width: 50vw;
    height: 50vw;
    transform: translateX(0);
  }
  .active .main_section_inner .section_left .active_item div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
  }
  .active .main_section_inner .section_left .active_item div h3 {
    text-align: center;
    width: 100%;
    font-size: calc(22px + 13 * (100vw - 375px) / 393);
  }
  .active .main_section_inner .section_left .active_item div p {
    position: relative;
    text-align: center;
    width: 90%;
  }
  .active .main_section_inner .section_left .active_item div p:after {
    display: none;
  }
  .active .main_section_inner .active_right {
    transform: translateY(0);
    margin-top: 30px;
  }
  .active .main_section_inner .active_right .active_bg_right {
    width: 250%;
    left: -60%;
    top: 10%;
  }
  .active .main_section_inner .active_right .active_right_h {
    font-size: 23px;
    font-size: calc(23px + 17 * (100vw - 375px) / 393);
  }
  .active .main_section_inner .active_right .active_inner_right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .active .main_section_inner .active_right .active_inner_right .active_inner_column {
    width: 100%;
    align-items: start;
  }
  .active .main_section_inner .active_right .active_inner_right .active_inner_column .active_item_right {
    width: 75%;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .active .main_section_inner .active_right .active_inner_right .active_inner_column .active_item_right img {
    width: 70px;
    height: auto;
  }
  .active .main_section_inner .active_right .active_inner_right .active_inner_column .active_item_right p {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-size: calc(14px + 8 * (100vw - 375px) / 393);
    padding: 28px 5px;
    height: auto;
  }
  .active .main_section_inner .active_right .active_inner_right .active_inner_column:nth-child(1) .active_item_right:nth-child(2), .active .main_section_inner .active_right .active_inner_right .active_inner_column:nth-child(2) .active_item_right:nth-child(2) {
    margin-left: 25%;
  }
  .active .main_section_inner .active_right .active_inner_right .active_inner_column:nth-child(3) .active_item_right:nth-child(1) {
    margin-left: 25%;
  }
}
/* ---------------- */
.aspect_pink {
  margin-top: -50px;
  padding-top: 250px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .aspect_pink {
    padding-top: calc(130px + 120 * (100vw - 820px) / 716);
  }
}

.section_right_aspect_pink {
  margin-left: 30px;
}

.aspect_right_bg_pink {
  transform: translate(-50px, 100px) scale(130%) !important;
}

.buy_btn_pink {
  left: 60% !important;
  background: #8E64A6 !important;
  transition: all 0.3s ease !important;
}
.buy_btn_pink:hover {
  opacity: 0.7;
}
.buy_btn_pink:active {
  opacity: 1;
  font-weight: 500;
  background: #834FA3;
}

.section_left_pink {
  transform: translateY(-100px);
}

.spector_item_pink p {
  width: 43vw !important;
}
.spector_item_pink span {
  right: 0;
  transform: translate(50%, -50%);
}
.spector_item_pink span:before, .spector_item_pink span:after {
  border: 11px solid rgba(206, 204, 236, 0.5);
  filter: drop-shadow(0px 0px 17px rgba(42, 122, 175, 0.1));
  background: rgba(42, 122, 175, 0.1019607843);
  opacity: 0.7;
}
.spector_item_pink span:after {
  background: #CECCEC;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
}

.aspect_left_bg_pink {
  position: absolute;
  right: -300px;
  top: -100px;
  width: 40vw;
  z-index: -1;
}

.buy_btn_mob {
  display: none;
}

@media screen and (max-width: 820px) {
  .spector_mob {
    display: flex;
  }
  .buy_btn_mob {
    display: flex;
  }
  .spector_desk {
    display: none;
  }
  .buy_btn_desk {
    display: none !important;
  }
  .aspect_pink {
    margin-top: 50px;
    padding: 40px 0 0 0;
  }
  .aspect_pink .main_section_inner {
    width: 100%;
  }
  .aspect_pink .main_section_inner .section_right_aspect_pink {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: translate(0);
    margin: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
  .aspect_pink .main_section_inner .section_right_aspect_pink h2 {
    flex-direction: column;
    font-size: calc(26px + 19 * (100vw - 375px) / 393);
  }
  .aspect_pink .main_section_inner .section_right_aspect_pink .aspect_right {
    width: 60%;
    height: auto;
    transform: translateX(-10%);
  }
  .aspect_pink .main_section_inner .section_right_aspect_pink .aspect_right_bg_pink {
    width: 100%;
    top: 0;
    left: 30%;
  }
  .aspect_pink .main_section_inner .section_left_pink {
    transform: translate(0);
    margin: 0;
    padding: 0 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aspect_pink .main_section_inner .section_left_pink .aspect_left_bg_pink {
    display: none;
  }
  .aspect_pink .main_section_inner .section_left_pink .spector_item_pink {
    position: relative;
    width: 90%;
    margin-left: 6%;
  }
  .aspect_pink .main_section_inner .section_left_pink .spector_item_pink span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .aspect_pink .main_section_inner .section_left_pink .spector_item_pink p:after {
    display: none;
  }
  .aspect_pink .main_section_inner .section_left_pink .buy_btn_mob {
    width: 100%;
    filter: drop-shadow(0px 0px 18px rgba(26, 57, 71, 0.27));
    font-family: "Montserrat", serif;
    border: none;
    background: #3C86B7;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: calc(16px + 11 * (100vw - 375px) / 393);
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 50px;
    justify-content: center;
    margin-top: 15px;
  }
}
/* ---------------- */
.active_pink {
  margin-top: -100px;
  padding-top: 150px;
}

.active_right_h_pink {
  color: #8E64A6 !important;
  width: 100%;
}

.active_item_pink {
  width: 40vw !important;
}

.active_bg_right_pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  transform: translate(-8.5vw, -300px);
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .active_pink .main_section_inner .active_right_pink {
    order: 2;
    margin-top: -50px;
  }
  .active_pink .main_section_inner .active_right_pink .active_bg_right_pink {
    width: 200%;
    top: 20%;
  }
  .active_pink .main_section_inner .active_right_pink .active_right_h_pink {
    margin-top: 0;
  }
  .active_pink .main_section_inner .active_right_pink .active_inner_right .active_inner_column .active_item_right:nth-child(2n) {
    margin-left: 25%;
  }
  .active_pink .main_section_inner .section_left_pink {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .active_pink .main_section_inner .section_left_pink .active_item_pink {
    width: 100% !important;
  }
  .active_pink .main_section_inner .section_left_pink .active_item_pink div h3 {
    font-size: calc(22px + 13 * (100vw - 375px) / 393);
  }
  .active_pink .main_section_inner .section_left_pink .active_item_pink div p {
    font-size: calc(17px + 7 * (100vw - 375px) / 393);
  }
}
/* ---------------- */
.main_section_differences {
  margin-top: -30px;
}

.differences_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: -2;
}

.differences_title {
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .differences_title {
    padding-bottom: calc(0px + 150 * (100vw - 820px) / 716);
  }
}

.section_left_differences {
  transform: translateY(50px);
}
.section_left_differences div {
  margin-bottom: 60px !important;
  position: relative;
}
.section_left_differences div .dp {
  margin: 0 !important;
  margin-bottom: 9px !important;
}
@media screen and (max-width: 1535px) and (min-width: 821px) {
  .section_left_differences div .dp {
    width: 300px;
  }
}
.section_left_differences div .dp:last-child {
  margin-bottom: 0 !important;
}
.section_left_differences div .dp_right {
  text-align: end;
}
.section_left_differences div .line {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
}
.section_left_differences div .line_right {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
}
.section_left_differences div .line:before, .section_left_differences div .line:after, .section_left_differences div .line_right:before, .section_left_differences div .line_right:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 1px solid #3C86B7;
  top: 0;
  right: 0;
  transform: translate(50%, calc(-50% - 1px));
}
.section_left_differences div .line:after, .section_left_differences div .line_right:after {
  width: 8px;
  height: 8px;
  background: #3C86B7;
}
.section_left_differences div .line_right:before, .section_left_differences div .line_right:after {
  left: 0;
  transform: translate(-50%, calc(-50% - 1px));
  border: 1px solid #8E64A6;
}
.section_left_differences div .line_right:after {
  background: #8E64A6;
}

.section_right {
  display: flex;
  flex-direction: column;
  align-items: start !important;
}

.section_left_differences_right {
  display: flex;
  align-items: end !important;
}

.differences {
  margin-top: -100px;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  background: url(/local/templates/intimgeli/assets/bundles/global/../170463dddb26c662672e.png);
  background-size: contain;
  width: 35vw;
  height: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1535px) and (min-width: 821px) {
  .differences {
    width: calc(45vw - 10 * (100vw - 820px) / 716);
    height: calc(45vw - 10 * (100vw - 820px) / 716);
    top: calc(61% + 4 * (100vw - 820px) / 716);
  }
}

.differences_dop {
  display: flex;
  transform: translateY(40px);
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.differences_dop div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(26vw + 60px);
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 9px;
  position: relative;
}
.differences_dop div:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  background: #fff url(/local/templates/intimgeli/assets/bundles/global/../dd1c7ab8afc5fcb02186.svg) no-repeat;
  background-size: cover;
}
.differences_dop div h3 {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #8E64A6;
  text-align: center;
}
.differences_dop div p {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}

.aspect_mob {
  display: none;
}

@media screen and (max-width: 820px) {
  .aspect_mob {
    display: flex;
  }
  .aspect_desk {
    display: none !important;
  }
  .main_section_differences {
    margin-top: 20px;
  }
  .main_section_differences .differences_bg {
    display: none;
  }
  .main_section_differences .differences_title {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .main_section_differences .differences {
    display: none;
  }
  .main_section_differences .main_section_inner {
    display: flex;
    flex-direction: column;
  }
  .main_section_differences .main_section_inner .section_left_differences {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    display: flex;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob {
    width: 50%;
    height: auto;
    margin-top: 40px;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob .spector_mob {
    margin-bottom: 8px !important;
    font-size: 20px;
    font-size: calc(20px + 24 * (100vw - 375px) / 393);
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div {
    margin-bottom: calc(30px + 40 * (100vw - 375px) / 393) !important;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div p {
    font-size: 15px;
    font-size: calc(15px + 12 * (100vw - 375px) / 393);
    width: 100%;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div p:after {
    display: none !important;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div:nth-child(2) .line {
    width: 79vw !important;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div:nth-child(3) .line {
    width: 74vw !important;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div:nth-child(4) .line {
    width: 68vw !important;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div:nth-child(5) .line {
    width: 68vw !important;
  }
  .main_section_differences .main_section_inner .section_left_differences .section_left_differences_mob div:nth-child(6) .line {
    width: 64vw !important;
  }
  .main_section_differences .main_section_inner img {
    width: 50%;
    height: 50%;
  }
  .main_section_differences .main_section_inner .section_left_differences_mob_bg {
    position: absolute;
    width: 80%;
    height: auto;
    right: -3vw;
    top: -10%;
    z-index: -1;
  }
  .main_section_differences .main_section_inner .differences_dop {
    margin-bottom: 50px;
  }
  .main_section_differences .main_section_inner .differences_dop div {
    width: 100%;
    margin-top: calc(0px + 50 * (100vw - 375px) / 393);
    padding: 21px;
    border-radius: 15px;
  }
  .main_section_differences .main_section_inner .differences_dop div h3 {
    font-size: calc(17px + 10 * (100vw - 375px) / 393);
    text-align: center;
  }
  .main_section_differences .main_section_inner .differences_dop div p {
    font-size: calc(16px + 9 * (100vw - 375px) / 393);
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
    margin-top: -20px;
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob h2 {
    text-align: end;
    justify-content: end;
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob div {
    margin-bottom: 20px;
    width: 110%;
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob div .line {
    left: auto;
    right: 0 !important;
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob div .line:before {
    left: 0;
    transform: translate(-50%, calc(-50% - 1px));
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob div .line:after {
    left: 0;
    transform: translate(-50%, calc(-50% - 1px));
  }
  .main_section_differences .main_section_inner .section_left_differences_2 img {
    order: 1;
    margin-top: 48px;
    transform: scale(1.1);
    z-index: -1;
  }
  .main_section_differences .main_section_inner .section_left_differences_2 .section_left_differences_mob_bg {
    left: 0;
    top: -22%;
    z-index: -2;
  }
}
.differences_dop_hidden {
  opacity: 0;
}

/* ---------------- */
.main_section_methods {
  margin-top: 60px;
}

.methods_bg {
  position: absolute;
  top: 100px;
  left: -130px;
  height: 91.3%;
}

.section_left_methods {
  display: flex;
  margin-top: 100px;
  position: relative;
}
.section_left_methods .methods_prod {
  height: 31vw;
  margin-right: 30px;
}
.section_left_methods .methods_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_left_methods .methods_block div {
  position: relative;
}
.section_left_methods .methods_block div img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-47%, -47%);
  z-index: 2;
}
@media screen and (max-width: 1024px) and (min-width: 820px) {
  .section_left_methods .methods_block div img {
    width: 70px;
  }
}
.section_left_methods .methods_block div p {
  background: #FFFFFF;
  opacity: 0.9;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 20px;
  width: 300px;
  height: 110px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px;
  margin: 0 !important;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .section_left_methods .methods_block div p {
    width: calc(237px + 63 * (100vw - 820px) / 716);
    height: calc(78px + 32 * (100vw - 820px) / 716);
    padding: calc(15px + 15 * (100vw - 820px) / 716);
  }
}

.methods_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  height: 87%;
}

.section_right_methods {
  margin-top: 100px;
  display: flex;
  align-items: center;
  height: 31vw;
  width: 100%;
}
.section_right_methods .methods_right_img {
  height: 130%;
}
.section_right_methods .section_right_methods_column {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_right_methods .section_right_methods_column:first-child {
  transform: translateX(30px);
}
.section_right_methods .ball1 {
  width: 270px;
  height: 270px;
  margin-bottom: 50px;
}
.section_right_methods .result {
  margin-bottom: 50px;
  text-align: center;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #8E64A6;
}
.section_right_methods .ball2 {
  width: 200px;
  height: 200px;
}
.section_right_methods .ball3 {
  width: 270px;
  height: 270px;
}

@media screen and (max-width: 820px) {
  .main_section_methods {
    margin-top: 64px;
  }
  .main_section_methods .methods_bg {
    width: 260%;
    height: auto;
    left: -82%;
  }
  .main_section_methods h2 {
    width: 100%;
    text-align: center;
  }
  .main_section_methods .main_section_inner .section_left_methods {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_section_methods .main_section_inner .section_left_methods .methods_prod {
    width: 95%;
    height: auto;
    margin: 0;
  }
  .main_section_methods .main_section_inner .section_left_methods .methods_block {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    margin-top: 30%;
    flex-direction: column;
    align-items: center;
  }
  .main_section_methods .main_section_inner .section_left_methods .methods_block div {
    width: 60%;
    margin-bottom: 30px;
    height: auto;
  }
  .main_section_methods .main_section_inner .section_left_methods .methods_block div img {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70px;
  }
  .main_section_methods .main_section_inner .section_left_methods .methods_block div p {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
    font-size: 15px;
    font-size: calc(15px + 11 * (100vw - 375px) / 393);
    height: auto;
  }
  .main_section_methods .main_section_inner .section_left_methods .methods_block div p:after {
    display: none;
  }
  .main_section_methods .main_section_inner .section_right_methods {
    height: auto;
    width: 100%;
    margin-top: 37px;
  }
  .main_section_methods .main_section_inner .section_right_methods img {
    width: 100vw;
    transform: translateX(-3vw);
    height: auto;
  }
}
/* ---------------- */
.specialist {
  margin-top: 230px;
  height: 700px;
  width: 200vw;
  transform: translateX(-50vw);
  border-bottom-left-radius: 90%;
  border-bottom-right-radius: 90%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.specialist img {
  position: absolute;
  top: 0;
  left: 25%;
  width: 100vw;
  height: 100%;
  z-index: -2;
}
.specialist h2 {
  font-family: "inglobal", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 115%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}
.specialist h3 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}
.specialist form {
  display: flex;
  margin-top: 50px;
}
.specialist form button {
  cursor: pointer;
  background: #3C86B7;
  border-radius: 15px;
  border: none;
  width: 250px;
  height: 40px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}
.specialist form button:last-child {
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.56);
  color: #3C86B7;
}

@media screen and (max-width: 820px) {
  .specialist {
    margin-top: 200px;
    height: 540px;
  }
  .specialist h2 {
    font-size: calc(27px + 21 * (100vw - 375px) / 393);
  }
  .specialist h3 {
    font-size: calc(19px + 7 * (100vw - 375px) / 393);
    width: 94vw;
  }
  .specialist h3 br {
    display: none;
  }
  .specialist form {
    flex-direction: column;
  }
  .specialist form button {
    margin: 0 !important;
    width: 90vw;
    border-radius: 30px;
    padding: 9px 0;
    height: auto;
    font-size: calc(16px + 7 * (100vw - 375px) / 393);
  }
  .specialist form button:first-child {
    margin-bottom: 5px !important;
  }
}

.spec-title {
  font-family: 'inglobal', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 115%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3C86B7;     justify-content: center;
  margin-bottom: 30px;
  margin-top: 50px;
  @media (max-width: 820px) {
    margin-top: 0;
    font-size: calc(36 / 375 * 100vw) ;
  }
}

.spec-subtitle {

  @media (min-width: 821px) {
    margin-bottom: 140px;
  }
}

.specialist_2 {
  /*display: none;*/
  margin-top: 150px;
  position: relative;
}
.specialist_2 .specialist_2_bg {
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.specialist_2 .specialist_2_inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner {
    flex-direction: column;
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item {
  width: calc((100% - 15px) / 2);
  border-radius: 20px;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  aspect-ratio: 1.4/1;
  margin-bottom: 15px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item {
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item:first-child {
  margin-right: 15px;
}
.specialist_2 .specialist_2_inner .specialist_2_item:nth-child(4) {
  margin-right: 0;
  background: transparent;
  box-shadow: unset;
  visibility: hidden;
}
.specialist_2 .specialist_2_inner .specialist_2_item img {
  width: 100%;
  height: 52%;
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  height: 48%;
  padding: calc(7px + 13 * (100vw - 820px) / 716) calc(20px + 30 * (100vw - 820px) / 716) 30px calc(7px + 13 * (100vw - 820px) / 716);
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text h3 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #000000;
  font-size: calc(5px + 5 * (100vw - 375px) / 393);
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text h3 {
    font-size: calc(19px + 7 * (100vw - 375px) / 393);
    margin-top: 15px;
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text p {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  width: 65%;
  font-size: calc(5px + 3 * (100vw - 375px) / 393);
}
@media screen and (max-width: 895px) {
  .specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text p {
    width: 75%;
  }
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text p {
    font-size: calc(14px + 3 * (100vw - 375px) / 393);
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text a {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 115%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #3C86B7;
  border-bottom: 1px dashed #3C86B7;
  transition: all 0.3s ease;
  font-size: calc(5px + 3 * (100vw - 375px) / 393);
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text a {
    font-size: calc(14px + 3 * (100vw - 375px) / 393);
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text a:hover {
  opacity: 0.5;
}
.specialist_2 .specialist_2_inner .specialist_2_item .specialist_2_item_text a:active {
  opacity: 1;
  color: #0078A4;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2 {
  width: calc((100% - 45px) / 3);
  margin-right: 15px;
  aspect-ratio: 1.2/1;
  position: relative;
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item_2 {
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item_2:nth-child(5) p {
  width: 100% !important;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2:nth-child(7) {
  margin-right: 0;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2:nth-child(10) {
  margin-right: 0;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2:nth-child(6) {
  margin-right: 15px;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2:nth-child(9) {
  margin-right: 15px;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2 img {
  height: 65%;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2 .play_btn {
  position: absolute;
  top: 32.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  aspect-ratio: 1/1;
}
.specialist_2 .specialist_2_inner .specialist_2_item_2 .specialist_2_item_text {
  height: 35%;
  padding: calc(7px + 5 * (100vw - 820px) / 716) calc(7px + 13 * (100vw - 820px) / 716) 15px calc(7px + 13 * (100vw - 820px) / 716);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item_2 .specialist_2_item_text {
    padding-bottom: 30px;
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item_2 .specialist_2_item_text h3 {
  font-size: calc(5px + 4 * (100vw - 375px) / 393);
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item_2 .specialist_2_item_text h3 {
    font-size: calc(19px + 7 * (100vw - 375px) / 393);
  }
}
.specialist_2 .specialist_2_inner .specialist_2_item_2 .specialist_2_item_text p {
  height: calc(2.86 * (5px + 2 * (100vw - 375px) / 393));
  line-height: 130%;
  font-size: calc(5px + 2 * (100vw - 375px) / 393);
  width: 70%;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .specialist_2 .specialist_2_inner .specialist_2_item_2 .specialist_2_item_text p {
    line-height: 100%;
    height: auto;
    font-size: calc(14px + 3 * (100vw - 375px) / 393);
    margin-top: 15px;
    width: 80%;
  }
}

/* ---------------- */
.reviews {
  margin-top: 110px;
  padding-top: 50px;
  position: relative;
  margin-bottom: 150px;
}

.reviews_bg {
  position: absolute;
  top: -20%;
  left: 55%;
  transform: translateX(-50%) scale(1.1);
  width: 50%;
  z-index: -1;
}

.swiper {
  padding-bottom: 50px !important;
  width: 100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  background: #CECCEC;
  cursor: pointer;
  position: absolute;
  top: 45%;
  background-size: contain;
  transition: all 0.3s ease;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  font-size: 0;
  width: 0;
  height: 0;
  display: none;
}
.swiper .swiper-button-prev:before,
.swiper .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 40%;
  background: url(/local/templates/intimgeli/assets/bundles/global/../2180928a1938d1bb1cc1.webp) no-repeat center;
  background-size: contain;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper .swiper-button-prev:active,
.swiper .swiper-button-next:active {
  opacity: 1;
  font-weight: 500;
}
.swiper .swiper-button-next {
  transform: rotate(180deg);
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 20px;
  padding: 40px 60px;
  opacity: 0.7;
  transition: all 1s ease;
}
.swiper-slide h2 {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .swiper-slide h2 {
    font-size: calc(15px + 9 * (100vw - 820px) / 716);
  }
}
.swiper-slide h3 {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.5);
}
.swiper-slide p.swiper-slide_text {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-slide .slider_dop {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
  overflow: hidden;
  transition: all 1s ease;
}
.swiper-slide .slider_dop a {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 115%;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #3C86B7;
  border-bottom: 1px dashed #3C86B7;
  transition: all 0.3s ease;
}
.swiper-slide .slider_dop a:hover {
  opacity: 0.5;
}
.swiper-slide .slider_dop a:active {
  opacity: 1;
  color: #0078A4;
}
.swiper-slide .slider_dop div {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.swiper-slide .slider_dop div a {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  display: flex;
  justify-content: center;
}
.swiper-slide .slider_dop div a:first-child {
  margin-right: 5px;
}
.swiper-slide .slider_dop div a img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.swiper-slide .slider_dop div a img:hover {
  opacity: 1;
  filter: none;
}

.swiper-slide-active {
  opacity: 1;
}
.swiper-slide-active .slider_dop {
  height: auto;
  transition: all 1s ease;
}

@media screen and (max-width: 820px) {
  .reviews {
    margin-top: 47px;
  }
  .reviews .reviews_bg {
    top: 0;
    left: -23%;
    transform: none;
    width: 162%;
  }
  .reviews h2 {
    font-size: calc(26px + 19 * (100vw - 375px) / 393);
  }
  .reviews .swiper {
    position: relative;
  }
  .reviews .swiper .swiper-button-prev,
  .reviews .swiper .swiper-button-next {
    height: calc(30px + 15 * (100vw - 375px) / 393);
    width: calc(30px + 15 * (100vw - 375px) / 393);
    left: 0;
  }
  .reviews .swiper .swiper-button-next {
    left: auto;
    right: 0 !important;
  }
  .reviews .swiper .swiper-slide {
    padding: 34px 31px;
  }
  .reviews .swiper .swiper-slide h2 {
    font-size: calc(16px + 16 * (100vw - 375px) / 393);
  }
  .reviews .swiper .swiper-slide h3 {
    font-size: calc(15px + 5 * (100vw - 375px) / 393);
  }
  .reviews .swiper .swiper-slide p.swiper-slide_text {
    -webkit-line-clamp: 6;
    font-size: calc(15px + 10 * (100vw - 375px) / 393);
  }
  .reviews .swiper .swiper-slide .slider_dop .slide_showMore {
    font-size: calc(15px + 9 * (100vw - 375px) / 393);
  }
  .reviews .swiper .swiper-slide .slider_dop img {
    width: 80%;
    height: calc(18px + 11 * (100vw - 375px) / 393);
  }
}
/* ---------------- */
.septofemin {
  position: relative;
}
.septofemin__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: linear-gradient(178deg, rgba(246, 242, 248, 0) 0%, rgba(236, 218, 229, 0.47) 19.79%, rgba(229, 202, 216, 0.78) 47.4%, rgba(235, 217, 228, 0.53) 77.08%, rgba(246, 242, 248, 0) 100%);
}
.septofemin .title {
  color: #EF8EB9;
  font-size: 64px;
}
@media (max-width: 1240px) {
  .septofemin .title {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .septofemin .title {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .septofemin .title {
    font-size: 30px;
  }
}
.septofemin__inner {
  width: 100%;
}
.septofemin__inner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 576px) {
  .septofemin__inner__title {
    margin-top: 40px;
  }
}
.septofemin__inner__title h3 {
  color: #000;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.3px;
}
@media (max-width: 1240px) {
  .septofemin__inner__title h3 {
    font-size: 27px;
  }
}
@media (max-width: 992px) {
  .septofemin__inner__title h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__title h3 {
    font-size: 19px;
  }
}
.septofemin__inner__title img {
  width: 328px;
}
@media (max-width: 1240px) {
  .septofemin__inner__title img {
    width: 277px;
  }
}
@media (max-width: 992px) {
  .septofemin__inner__title img {
    width: 220px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__title img {
    width: 210px;
  }
}
.septofemin__inner__product {
  display: flex;
  width: 100%;
  height: 430px;
  margin-top: 70px;
}
@media (max-width: 1240px) {
  .septofemin__inner__product {
    height: 329px;
  }
}
@media (max-width: 820px) {
  .septofemin__inner__product {
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product {
    margin-top: 45px;
  }
}
.septofemin__inner__product-left {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .septofemin__inner__product-left {
    width: 100%;
    height: auto;
  }
}
.septofemin__inner__product-left .bg {
  height: 650px;
  z-index: -1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1240px) {
  .septofemin__inner__product-left .bg {
    height: 484px;
  }
}
@media (max-width: 820px) {
  .septofemin__inner__product-left .bg {
    top: 30%;
    width: 70%;
    height: auto;
  }
}
.septofemin__inner__product-left .product-img {
  height: 363px;
}
@media (max-width: 1240px) {
  .septofemin__inner__product-left .product-img {
    height: 265px;
  }
}
@media (max-width: 820px) {
  .septofemin__inner__product-left .product-img {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product-left .product-img {
    width: 90%;
  }
}
.septofemin__inner__product-left .product-img-desk {
  display: block;
}
@media (max-width: 820px) {
  .septofemin__inner__product-left .product-img-desk {
    display: none;
  }
}
.septofemin__inner__product-left .product-img-mob {
  display: none;
}
@media (max-width: 820px) {
  .septofemin__inner__product-left .product-img-mob {
    display: block;
  }
}
.septofemin__inner__product-right {
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .septofemin__inner__product-right {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product-right {
    margin-top: 30px;
  }
}
.septofemin__inner__product-right .scenarios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  height: 100%;
}
.septofemin__inner__product-right .scenarios__item {
  width: 90%;
  height: calc((100% - 30px) / 4);
  margin-bottom: 10px;
  display: flex;
  padding-left: 50px;
  padding-right: 20px;
  align-items: center;
  position: relative;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 19px 0px rgba(26, 57, 71, 0.05);
}
@media (max-width: 1240px) {
  .septofemin__inner__product-right .scenarios__item {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.septofemin__inner__product-right .scenarios__item:last-child {
  margin-bottom: 0;
}
.septofemin__inner__product-right .scenarios__item .number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 23px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (max-width: 1240px) {
  .septofemin__inner__product-right .scenarios__item .number {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product-right .scenarios__item .number {
    font-size: 13px;
  }
}
.septofemin__inner__product-right .scenarios__item .number::before, .septofemin__inner__product-right .scenarios__item .number::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
}
.septofemin__inner__product-right .scenarios__item .number::before {
  width: 60px;
  background: #EE8FBA;
  opacity: 0.5;
  z-index: -2;
}
@media (max-width: 1240px) {
  .septofemin__inner__product-right .scenarios__item .number::before {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product-right .scenarios__item .number::before {
    width: 40px;
  }
}
.septofemin__inner__product-right .scenarios__item .number::after {
  width: 40px;
  background: #EE82B1;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 1240px) {
  .septofemin__inner__product-right .scenarios__item .number::after {
    width: 33px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product-right .scenarios__item .number::after {
    width: 27px;
  }
}
.septofemin__inner__product-right .scenarios__item .text {
  color: #000;
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 28.75px */
  letter-spacing: 0.25px;
}
@media (max-width: 1240px) {
  .septofemin__inner__product-right .scenarios__item .text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .septofemin__inner__product-right .scenarios__item .text {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__product-right .scenarios__item .text {
    font-size: 13px;
  }
}
.septofemin__inner__flora {
  width: 100%;
  margin-top: 30px;
}
.septofemin__inner__flora-product {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora-product {
    flex-direction: column;
  }
}
.septofemin__inner__flora-product .center {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .center {
    justify-content: flex-end;
  }
}
.septofemin__inner__flora-product .plus {
  width: 80px;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora-product .plus {
    width: 60px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .plus {
    width: 55px;
  }
}
.septofemin__inner__flora-product .plus::before, .septofemin__inner__flora-product .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 7px;
  background: #EE82B1;
  opacity: 0.5;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .plus::before, .septofemin__inner__flora-product .plus::after {
    height: 5px;
  }
}
.septofemin__inner__flora-product .plus::before {
  transform: translate(-50%, -50%);
}
.septofemin__inner__flora-product .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.septofemin__inner__flora-product .flora-img {
  height: 530px;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora-product .flora-img {
    height: 490px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .flora-img {
    width: 75%;
    height: auto;
  }
}
.septofemin__inner__flora-product .recomendation {
  width: 500px;
  border-radius: 9px;
  background: #FFF;
  box-shadow: 0px 0px 17px 0px rgba(42, 122, 175, 0.1);
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translateY(-50%);
  padding: 30px;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora-product .recomendation {
    position: relative;
    top: -30px;
    left: 0;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .recomendation {
    width: 100%;
    top: 0;
    transform: translateY(-40%);
  }
}
.septofemin__inner__flora-product .recomendation__star {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
.septofemin__inner__flora-product .recomendation__star img {
  width: 100%;
}
.septofemin__inner__flora-product .recomendation__title {
  color: #EE82B1;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.25px;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora-product .recomendation__title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .recomendation__title {
    font-size: 18px;
  }
}
.septofemin__inner__flora-product .recomendation__subtitle {
  margin-top: 5px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 23px */
  letter-spacing: 0.4px;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora-product .recomendation__subtitle {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__flora-product .recomendation__subtitle {
    font-size: 13px;
  }
}
.septofemin__inner__flora-product .recomendation__subtitle span {
  color: #8E64A6;
}
.septofemin__inner__flora .contraindications {
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 170px;
}
@media (max-width: 1240px) {
  .septofemin__inner__flora .contraindications {
    margin-top: -55px;
  }
}
@media (max-width: 576px) {
  .septofemin__inner__flora .contraindications {
    margin-top: 0;
  }
}
.septofemin__inner__flora .contraindications-desk {
  display: block;
}
@media (max-width: 820px) {
  .septofemin__inner__flora .contraindications-desk {
    display: none;
  }
}
.septofemin__inner__flora .contraindications-mob {
  display: none;
}
@media (max-width: 820px) {
  .septofemin__inner__flora .contraindications-mob {
    display: block;
  }
}

/* ---------------- */
.questions {
  margin-top: -100px;
}

.section_right_aspect_questions {
  transform: translate(-100px, 0);
}

.questions_bg {
  position: absolute;
  top: 25%;
  left: -20%;
  transform: scale(0.8);
  z-index: -2;
}

.section_right_accord {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
  z-index: 2;
}

.accordion_wrap {
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  margin-top: 10px;
}

.dop_questions_accordion {
  display: none;
}

.accordion {
  text-align: start;
  width: 100%;
  border: none;
  padding: 30px;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-radius: 9px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .accordion {
    font-size: calc(10px + 5 * (100vw - 820px) / 716);
  }
}
.accordion:after {
  content: "+";
  font-size: 2rem;
  color: #2A7AAF;
}

.panel {
  transform: translateY(-1px);
  display: none;
  overflow: hidden;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding: 0 30px 30px 30px;
  background: #fff;
}
.panel p {
  margin: 0 !important;
  padding: 0 !important;
}

.active_accordion {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.active_accordion:after {
  content: "-";
}

.dop_questions {
  z-index: 2;
  font-size: 15px;
  font-family: "Montserrat", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.02em;
  color: #3C86B7;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #3C86B7;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.dop_questions:hover {
  opacity: 0.5;
}
.dop_questions:active {
  opacity: 1;
  color: #0078A4;
}

@media screen and (max-width: 820px) {
  .questions {
    margin-top: -130px;
  }
  .questions h2 {
    text-align: center;
    margin-bottom: -20px;
  }
  .questions .main_section_inner {
    display: flex;
    flex-direction: column;
  }
  .questions .main_section_inner .accordion {
    font-size: calc(15px + 4 * (100vw - 375px) / 393);
  }
  .questions .main_section_inner .panel p {
    font-size: calc(15px + 4 * (100vw - 375px) / 393);
  }
  .questions .main_section_inner .section_right_aspect_questions {
    display: none;
  }
  .questions .main_section_inner .section_right_accord {
    order: 1;
    width: 100%;
  }
  .questions .main_section_inner .dop_questions {
    font-size: calc(15px + 4 * (100vw - 375px) / 393);
  }
}
/* ---------------- */
.buy {
  padding-bottom: 100px;
  overflow: hidden;
}

.section_left_buy {
  width: 28%;
  position: relative;
}

.section_right_buy {
  width: 57.6%;
  display: flex;
  position: relative;
}

.shops_hidden {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1000;
  pointer-events: none;
}

.shops {
  order: 1;
  transition: all 1s ease;
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .shops {
    transform: translateY(calc(86px - 86 * (100vw - 820px) / 716));
  }
}
.shops a {
  display: flex;
  justify-content: center;
  width: calc(33.3333333333% - 120px);
  margin: 60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .shops a {
    width: calc(33.3333333333% - (50px + 70 * (100vw - 820px) / 716));
    margin: calc(25px + 35 * (100vw - 820px) / 716);
  }
}
.shops a:hover {
  transform: scale(1.1);
}
.shops a:active {
  opacity: 0.7;
}
.shops a img {
  width: 100%;
}

#carousel {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  perspective: 300px;
  transform-style: preserve-3d;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  #carousel {
    height: calc(300px + 300 * (100vw - 820px) / 716);
  }
}

.carousel_title {
  display: flex;
  margin-left: 5%;
}
.carousel_title h2 {
  transition: all 1s ease;
  font-size: 25px;
  width: -moz-fit-content;
  width: fit-content;
  order: 2;
}

.carousel_title_second {
  opacity: 0.5;
  font-size: 18px !important;
  order: 1 !important;
  margin-right: 15px;
}

.item {
  width: 50%;
  text-align: center;
  display: block;
  position: absolute;
  height: 600px;
  transition: all 500ms ease;
  opacity: 0.9;
  transform: perspective(-200px);
  bottom: 0;
  left: 100px;
}
.item.one {
  transform: translateX(-80%) translateZ(-100px);
}
.item.two {
  transform: translateX(0%) translateZ(0px);
}
.item.one {
  opacity: 0.5;
}
.item h2 {
  margin-left: 20%;
}

.item {
  height: 80%;
}
.item img {
  height: 100%;
}

#prev, #next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 17px rgba(42, 122, 175, 0.1);
  background: #CECCEC;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -50px;
  transition: all 0.3s ease;
}
#prev:after, #next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 40%;
  background: url(/local/templates/intimgeli/assets/bundles/global/../920d92c45a0b5f54da5c.webp) no-repeat center;
  background-size: contain;
}
#prev:hover, #next:hover {
  opacity: 0.7;
}
#prev:active, #next:active {
  opacity: 1;
  font-weight: 500;
}

#prev {
  left: 20px;
  transform: rotate(180deg);
}

.footer_bg {
  position: absolute;
  width: 160%;
  top: -170px;
  left: -21vw;
  z-index: -2;
}

.aspect_mob {
  display: none;
}

@media screen and (max-width: 820px) {
  .aspect_mob {
    display: flex;
  }
  .buy {
    padding-bottom: 80px;
    margin-top: 30px;
  }
  .buy .footer_bg {
    display: none;
  }
  .buy .main_section_inner {
    flex-direction: column;
  }
  .buy .main_section_inner .section_left_buy {
    width: 100%;
  }
  .buy .main_section_inner .section_left_buy h2 {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .buy .main_section_inner .section_left_buy #carousel {
    width: 100% !important;
    height: calc(370px + 106 * (100vw - 375px) / 393);
  }
  .buy .main_section_inner .section_left_buy #carousel .item {
    width: 100%;
    left: 0;
    top: 0;
  }
  .buy .main_section_inner .section_left_buy #carousel .item.one {
    transform: translateX(-35%) translateZ(-200px);
  }
  .buy .main_section_inner .section_left_buy #prev, .buy .main_section_inner .section_left_buy #next {
    width: calc(30px + 15 * (100vw - 375px) / 393);
    height: calc(30px + 15 * (100vw - 375px) / 393);
    top: 85%;
    right: 0;
  }
  .buy .main_section_inner .section_left_buy #prev {
    left: 0;
  }
  .buy .main_section_inner .section_left_buy .carousel_title {
    margin-left: 0;
  }
  .buy .main_section_inner .section_left_buy .carousel_title .branded {
    font-size: calc(25px + 20 * (100vw - 375px) / 393);
  }
  .buy .main_section_inner .section_left_buy .carousel_title .carousel_title_second {
    display: none;
  }
  .buy .main_section_inner .section_right_buy {
    width: 100%;
    height: 58vw;
  }
  .buy .main_section_inner .section_right_buy .shops {
    top: 0;
    left: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .buy .main_section_inner .section_right_buy .shops a {
    width: 50%;
    margin: 0;
    padding: 7% 11%;
  }
}
/* ---------------- */
.footer {
  background: #9DC1D7;
  position: relative;
  height: 90px;
}
.footer .header_inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  justify-content: space-between;
}
.footer .header_inner .logo {
  height: 50%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .footer .header_inner .logo {
    height: calc(39% + 11 * (100vw - 820px) / 716);
    margin-right: calc(5px + 25 * (100vw - 820px) / 716);
  }
}
.footer .header_inner .logo img {
  height: 100%;
}
.footer .header_inner .footer_inf {
  width: 80%;
  height: 50%;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .footer .header_inner .footer_inf {
    height: calc(39% + 11 * (100vw - 820px) / 716);
    width: calc(200% - 120 * (100vw - 820px) / 716);
    margin-right: calc(0px + 30 * (100vw - 820px) / 716);
  }
}
.footer .header_inner .footer_inf .nav_footer {
  display: flex;
  justify-content: space-between;
}
.footer .header_inner .footer_inf .nav_footer a {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .footer .header_inner .footer_inf .nav_footer a {
    font-size: calc(11px + 5 * (100vw - 820px) / 716);
  }
}
.footer .header_inner .footer_inf .phone {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .footer .header_inner .footer_inf .phone {
    font-size: calc(11px + 5 * (100vw - 820px) / 716);
  }
}
.footer .header_inner .footer_inf .phone span {
  margin-right: 5px;
  opacity: 0.5;
}
.footer .header_inner .footer_inf .phone div {
  display: flex;
  align-items: center;
}
.footer .header_inner .footer_inf .phone div span {
  opacity: 1;
}
.footer .header_inner .rights {
  height: 70%;
  width: 25%;
  display: flex;
  align-items: end;
  justify-content: end;
  opacity: 0.5;
}
@media screen and (max-width: 1536px) and (min-width: 821px) {
  .footer .header_inner .rights {
    font-size: calc(5px + 8 * (100vw - 820px) / 716);
  }
}

@media screen and (max-width: 820px) {
  .footer {
    height: auto;
    padding: 20px 3vw;
    width: 100%;
    z-index: 1;
  }
  .footer .header_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer .header_inner .logo {
    width: 100%;
    margin: 0;
    height: 66px;
  }
  .footer .header_inner .logo img {
    width: calc(45vw - 20 * (100vw - 375px) / 393);
  }
  .footer .header_inner .footer_inf {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .footer .header_inner .footer_inf .nav_footer {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin-top: 20px;
  }
  .footer .header_inner .footer_inf .nav_footer a {
    font-size: calc(17px + 4 * (100vw - 375px) / 393);
    margin-bottom: calc(15px + 5 * (100vw - 375px) / 393);
    font-weight: 400;
    font-family: "Montserrat", serif;
    color: #000000;
  }
  .footer .header_inner .footer_inf .phone {
    flex-direction: column;
    align-items: start;
    font-size: calc(15px + 3 * (100vw - 375px) / 393);
    margin-top: 20px;
  }
  .footer .header_inner .footer_inf .phone span {
    opacity: 0.5;
    color: #000;
  }
  .footer .header_inner .footer_inf .phone div {
    display: flex;
    align-items: center;
  }
  .footer .header_inner .footer_inf .phone div span {
    opacity: 1;
    margin-right: 5px;
  }
  .footer .header_inner .rights {
    width: 100%;
    text-align: start;
    margin-top: 30px;
    font-size: calc(13px + 6 * (100vw - 375px) / 393);
  }
}
/* ---------------- */
.branded {
  font-family: "inglobal", serif;
  font-weight: 400;
  line-height: 28px;
}
.branded span {
  font-weight: 700;
}

.branded1 {
  color: #3C86B7 !important;
}

.branded2 {
  color: #8E64A6 !important;
}

/* ---------------- */
.differences_title_new {
  margin-top: -100px;
  width: 400px;
}
@media screen and (max-width: 820px) {
  .differences_title_new {
    display: none;
  }
}
.differences_title_new h3 {
  color: rgb(142, 100, 166);
  margin-bottom: 0 !important;
}

.differences_title_new_r {
  display: flex;
  justify-content: end;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -100px;
  margin-bottom: 0;
}
.differences_title_new_r h3 {
  color: rgb(60, 134, 183);
  margin-bottom: 0 !important;
}

.extra_padding {
  justify-content: center;
}



.specialist-popup {
  display: none;
  top: calc(100 / 1920 * 100vw);
  z-index: 99;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  width: 100vw;
  height: 100vh;
  left: 0;
}
.specialist-popup.active {
  display: block;
}
.specialist-popup-block {
  justify-content: center;
  align-items: center;
  padding: 50px 60px 50px;
  gap: 50px;

  position: absolute;
  left: 50%;
  top: 50%;

  background: linear-gradient(0deg, rgba(157, 193, 215, 0.7), rgba(157, 193, 215, 0.7)), #FFFFFF;
  /* Greyscale shadow */
  box-shadow: 0px 0px 18px rgba(26, 57, 71, 0.27);

  transform: translate(-50%, -50%);
  width: fit-content;
  border-radius: calc(20 / 1920 * 100vw);
}
@media (max-width: 768px) {
  .specialist-popup-block {
    padding: calc(40 / 375 * 100vw);
    width: calc(343 / 375 * 100vw);
    border-radius: calc(20 / 375 * 100vw);
  }
}
.specialist-popup-title {
  text-align: center;
  justify-content: center;
  font-size: calc(40 / 1920 * 100vw);
  line-height: calc(46 / 1920 * 100vw);
  font-family: 'inglobal', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .specialist-popup-title {
    margin: auto;
    width: calc(275 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.specialist-popup-question {
  font-weight: 400;
  font-size: calc(20 / 1920 * 100vw);
  line-height: calc(23 / 1920 * 100vw);
  color: #303030;
  justify-content: center;
  margin: auto;
  margin-top: calc(15 / 1920 * 100vw);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .specialist-popup-question {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(273 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.specialist-popup-btns {
  display: flex;
  margin: auto;
  margin-top: calc(55 / 1920 * 100vw);
  gap: calc(15 / 1920 * 100vw);
  justify-content: center;
}
@media (max-width: 768px) {
  .specialist-popup-btns {
    margin-top: calc(20 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }
}
.specialist-popup-yes {
  font-size: calc(16 / 1920 * 100vw);
  line-height: calc(20 / 1920 * 100vw);
  cursor: pointer;
  background: #3c86bc;
  filter: drop-shadow(0px 0px 17px rgba(42, 122, 175, 0.1));
  border-radius: calc(33 / 1920 * 100vw);
  color: white;
  padding: calc(14 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  width: fit-content;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .specialist-popup-yes {
    font-size: calc(12 / 375* 100vw);
    line-height: calc(20 / 375 * 100vw);
    border-radius: calc(33 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);

  }
}
.specialist-popup-no {
  font-size: calc(16 / 1920 * 100vw);
  line-height: calc(20 / 1920 * 100vw);
  cursor: pointer;
  background:  #e2edf3;
  border-radius: calc(33 / 1920 * 100vw);
  color: #303030;
  padding: calc(14 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  width: fit-content;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .specialist-popup-no {
    font-size: calc(12 / 375* 100vw);
    line-height: calc(20 / 375 * 100vw);
    border-radius: calc(33 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
}
.modal {
  display: none;
  #video-player-container {
      width: 100%;
  }
  .close {
      font-size: calc(48 / 1920 * 100vw);
      position: absolute;
      right: calc(-45 / 1920 * 100vw);
      top: 0;
      cursor: pointer;
      @media (max-width: 768px) {
          font-size: calc(50 / 375 * 100vw);
          right: calc(10 / 375 * 100vw);
          top: calc(1 / 375 * 100vw);
      }
  }
}
@font-face{font-family:"inglobal";src:url(/local/templates/intimgeli/assets/bundles/global/../4bdffc1d51500458d4b1.ttf) format("opentype");font-weight:normal;font-display:swap;font-style:normal}@font-face{font-family:"inglobal";src:url(/local/templates/intimgeli/assets/bundles/global/../37e88aca284e7399fe30.ttf) format("opentype");font-weight:700;font-display:swap;font-style:normal}

/* End */


/* Start:/local/templates/intimgeli/assets/bundles/main-page/main-page.css?17508531851*/


/* End */
/* /local/templates/intimgeli/assets/bundles/global/global.css?1750853185100840 */
/* /local/templates/intimgeli/assets/bundles/main-page/main-page.css?17508531851 */
