@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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, tt, var,
b, u, i, center,
dl, dt, dd, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4;
  transition: 0s;
  background: #F2F6FF;
  color: #333;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

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;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  flex-direction: row;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-center {
  justify-content: center;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

.flex-justify {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
  align-self: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-top {
  align-self: flex-start;
}

.flex-item-middle {
  align-self: center;
}

.flex-item-bottom {
  align-self: flex-end;
}

header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
}
header .header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 80px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  header .header_wrapper .logo {
    display: none;
  }
}
header .header_wrapper .logo:hover {
  opacity: 0.7;
}
header .header_wrapper .logo img {
  width: 130px;
  min-width: 130px;
  display: block;
}
@media (max-width: 1200px) {
  header .header_wrapper .logo img {
    width: 110px;
    min-width: 110px;
  }
}
header .header_wrapper .main_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 80px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}
@media (max-width: 1430px) {
  header .header_wrapper .main_nav {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  header .header_wrapper .main_nav {
    display: none;
  }
}
header .header_wrapper .main_nav li {
  position: relative;
}
header .header_wrapper .main_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 29px 37px;
}
header .header_wrapper .main_nav li a:hover {
  color: #EA64BD;
}
header .header_wrapper .main_nav li a.active {
  color: #EA64BD;
}
header .header_wrapper .main_nav li a.active img {
  transform: rotate(180deg);
}
header .header_wrapper .main_nav li a img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 0 0 6px;
}
header .header_wrapper .main_nav li .header_dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  transform: translateX(-50%);
}
header .header_wrapper .main_nav li .header_dropdown ul li {
  margin: 0 0 10px;
}
header .header_wrapper .main_nav li .header_dropdown ul li:nth-last-child(1) {
  margin: 0;
}
header .header_wrapper .main_nav li .header_dropdown ul li a {
  display: inline-block;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid transparent;
}
header .header_wrapper .main_nav li .header_dropdown ul li a:hover {
  border-color: #EA64BD;
  color: #EA64BD;
}
header .header_wrapper .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 80px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 10px 10px 51px;
}
@media (max-width: 1200px) {
  header .header_wrapper .header_right {
    justify-content: space-between;
    width: calc(100% - 190px);
    padding: 10px 21px;
  }
}
@media (max-width: 767px) {
  header .header_wrapper .header_right {
    width: 100%;
    padding: 7px 7px 7px 20px;
  }
}
header .header_wrapper .header_right .user_login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header_wrapper .header_right .user_login li {
  margin: 0 18px 0 0;
}
@media (max-width: 1200px) {
  header .header_wrapper .header_right .user_login li {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 767px) {
  header .header_wrapper .header_right .user_login li {
    margin: 0 16px 0 0;
  }
}
header .header_wrapper .header_right .user_login li:nth-last-child(1) {
  margin: 0;
}
header .header_wrapper .header_right .user_login li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  header .header_wrapper .header_right .user_login li a {
    font-size: 14px;
  }
}
header .header_wrapper .header_right .user_login li a:hover {
  color: #EA64BD;
}
header .header_wrapper .header_right .user_login li a img {
  display: block;
  margin: 0 3.5px 0 0;
}
@media (max-width: 767px) {
  header .header_wrapper .header_right .user_login li a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 16px;
    min-width: 16px;
  }
}
header .header_wrapper .header_right .user_action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  header .header_wrapper .header_right .user_action {
    margin: 0;
  }
}
header .header_wrapper .header_right .user_action a {
  display: block;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  header .header_wrapper .header_right .user_action a {
    margin: 0 0 0 5px;
  }
}
header .header_wrapper .header_right .user_action a:hover {
  opacity: 0.7;
}
header .header_wrapper .header_right .user_action a img {
  display: block;
}
@media (max-width: 1200px) {
  header .header_wrapper .header_right .user_action a img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  header .header_wrapper .header_right .user_action a img {
    width: 35px;
    height: 35px;
  }
}

.section_main {
  padding: 120px 0 65px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .section_main {
    padding: 110px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .section_main {
    padding: 100px 0 50px 0;
  }
}
.section_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main_bg.png") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1200px) {
  .section_main:before {
    content: none;
  }
}

.main_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 40px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 10px 10px 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .main_wrapper {
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .main_wrapper {
    border-radius: 20px;
  }
}
.main_wrapper .main_block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .main_wrapper .main_block {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
@media (max-width: 767px) {
  .main_wrapper .main_block {
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.main_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: linear-gradient(0deg, rgba(245, 201, 176, 0) 3.19%, #F5C9B0 92.39%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .main_wrapper:before {
    background: linear-gradient(184deg, rgba(245, 201, 176, 0) 3.19%, #F5C9B0 92.39%);
    height: 50%;
  }
}
@media (max-width: 767px) {
  .main_wrapper:before {
    background: linear-gradient(184deg, rgba(245, 201, 176, 0) 3.19%, #F5C9B0 42.89%, #F5C9B0 59.39%, rgba(245, 201, 176, 0) 92.39%);
    height: 100%;
    top: initial;
    bottom: 0;
  }
}
.main_wrapper .main_left {
  padding: 50px 0 0 0;
  width: calc(100% - 490px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .main_wrapper .main_left {
    width: 100%;
    padding: 250px 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .main_wrapper .main_left {
    padding: 200px 5px 20px 5px;
  }
}
@media (max-width: 767px) {
  .main_wrapper .main_left h1 {
    text-align: center;
  }
}
.main_wrapper .main_right {
  width: 100%;
  max-width: 470px;
  border-radius: 35px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .main_wrapper .main_right {
    max-width: 100%;
  }
}
.main_wrapper .main_right h3 {
  color: #333;
  text-align: center;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 1200px) {
  .main_wrapper .main_right h3 {
    padding: 0 40px;
    font-size: 32px;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .main_wrapper .main_right h3 {
    padding: 0 60px;
    font-size: 20px;
  }
}
.main_wrapper .main_right .main_slider {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  margin: 0 0 20px;
}
.main_wrapper .main_right .descr_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .main_wrapper .main_right .descr_wrapper {
    justify-content: center;
    margin: 0 0 20px;
  }
}
.main_wrapper .main_right .descr_wrapper p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1200px) {
  .main_wrapper .main_right .descr_wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .main_wrapper .main_right .descr_wrapper p:nth-last-child(1) {
    margin: 0 0 0 44px;
  }
}
.main_wrapper .main_right .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .main_wrapper .main_right .btn_wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .main_wrapper .main_right .btn_wrapper .btn {
    min-width: 100%;
  }
}

.section_steps {
  padding: 65px 0 85px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_steps {
    padding: 50px 0;
  }
}

.step_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  background: #F5C9B0;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 0 0 40px;
  position: relative;
  padding: 50px 100px 60px 100px;
}
@media (max-width: 1200px) {
  .step_item {
    overflow: hidden;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .step_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px 40px;
    min-height: 300px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .step_item {
    padding: 0 0 25px;
    align-items: center;
    border-radius: 20px;
  }
}
.step_item:nth-last-child(1) {
  margin: 0;
}
.step_item:nth-child(2) {
  background: #F2B0B2;
  width: calc(100% - 100px);
}
@media (max-width: 1430px) {
  .step_item:nth-child(2) {
    width: 100%;
  }
}
.step_item:nth-child(2):before, .step_item:nth-child(2):after {
  border-color: #F2B0B2;
}
.step_item:nth-child(2) .image_wrapper:after {
  background: linear-gradient(180deg, rgba(242, 176, 178, 0) 0%, #F2B0B2 50%);
}
.step_item:nth-child(3) {
  background: #EF8CB5;
  width: calc(100% - 200px);
}
@media (max-width: 1430px) {
  .step_item:nth-child(3) {
    width: 100%;
  }
}
.step_item:nth-child(3):before, .step_item:nth-child(3):after {
  border-color: #EF8CB5;
}
.step_item:nth-child(3) .image_wrapper:after {
  background: linear-gradient(180deg, rgba(239, 140, 181, 0) 0%, #EF8CB5 50%);
}
.step_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 2px solid #F5C9B0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .step_item:before {
    content: none;
  }
}
.step_item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 50px);
  width: 300%;
  height: 1px;
  transform: translateY(-50%);
  border-bottom: 2px solid #F5C9B0;
}
@media (max-width: 1200px) {
  .step_item:after {
    content: none;
  }
}
.step_item .step_left {
  z-index: 5;
}
@media (max-width: 767px) {
  .step_item .step_left {
    order: 2;
    padding: 0 25px;
    width: 100%;
  }
}
.step_item .step_left p {
  color: #FFF;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
  font-family: "Coco Gothic";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .step_item .step_left p {
    font-size: 52px;
    margin: 0 0 11px;
  }
}
@media (max-width: 767px) {
  .step_item .step_left p {
    font-size: 32px;
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .step_item .step_left p br {
    display: none;
  }
}
.step_item .step_left span {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  max-width: 280px;
}
@media (max-width: 991px) {
  .step_item .step_left span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .step_item .step_left span {
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .step_item .step_left span br {
    display: none;
  }
}
@media (max-width: 767px) {
  .step_item .image_wrapper {
    position: relative;
  }
}
.step_item .image_wrapper img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  height: 100%;
}
@media (max-width: 991px) {
  .step_item .image_wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    height: 100%;
    max-width: 56%;
  }
}
@media (max-width: 767px) {
  .step_item .image_wrapper img {
    position: static;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    order: 1;
    margin: 0 0 20px;
  }
}
.step_item .image_wrapper:after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(245, 201, 176, 0) 0%, #F5C9B0 50%);
}
@media (max-width: 767px) {
  .step_item .image_wrapper:after {
    content: "";
  }
}
.step_item .btn_wrapper {
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
  z-index: 20;
  border-radius: 90px;
  border: 20px solid #F5C9B0;
}
@media (max-width: 991px) {
  .step_item .btn_wrapper {
    position: static;
    border: none;
    transform: translate(0);
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .step_item .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    order: 3;
  }
}

.section_main__category {
  padding: 85px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_main__category {
    padding: 50px 0;
  }
}
.section_main__category .descoration_line {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
@media (max-width: 767px) {
  .section_main__category .descoration_line {
    display: none;
  }
}
.section_main__category .descoration_line.start_anim path {
  stroke-dasharray: 3500;
  stroke-dashoffset: 3500;
  animation: draw 2s linear forwards;
}

.main_category__slider__wrapper {
  position: relative;
  margin: 0 -10px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .main_category__slider__wrapper {
    margin: 0 -5px;
    padding: 0 20px;
  }
}
.main_category__slider__wrapper .slider_item {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .main_category__slider__wrapper .slider_item {
    margin: 0 5px;
  }
}

.main_cat__item {
  display: block;
  border-radius: 50% 50% 40px 40px;
  background: #FFF;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .main_cat__item {
    border-radius: 50% 50% 20px 20px;
  }
}
.main_cat__item:hover {
  opacity: 0.7;
}
.main_cat__item img {
  margin: 0 auto;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.main_cat__item span {
  display: block;
  color: #909090;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
}

.section_main__about {
  padding: 85px 0 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .section_main__about {
    padding: 50px 0;
  }
}
.section_main__about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/about_bg.png") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .section_main__about:before {
    content: none;
  }
}
.section_main__about .row {
  margin: -10px;
}
@media (max-width: 767px) {
  .section_main__about .row {
    margin: -5px;
  }
}
.section_main__about .row [class*=col-] {
  padding: 10px;
}
@media (max-width: 767px) {
  .section_main__about .row [class*=col-] {
    padding: 5px;
  }
}
.section_main__about .about_main__descr {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 100px 40px 100px;
  min-height: 100%;
}
@media (max-width: 1200px) {
  .section_main__about .about_main__descr {
    padding: 40px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .section_main__about .about_main__descr {
    border-radius: 20px;
    padding: 30px 24px 20px;
  }
}
.section_main__about .about_main__descr h2 {
  text-align: left;
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .section_main__about .about_main__descr h2 {
    text-align: center;
    margin: 0 0 20px;
  }
}
.section_main__about .about_main__descr p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  .section_main__about .about_main__descr p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section_main__about .about_main__descr p {
    line-height: 23px;
    margin: 0 0 15px;
  }
}
.section_main__about .about_main__descr p:nth-last-child(1) {
  margin: 0;
}
.section_main__about .about_main__images {
  display: flex;
  justify-content: space-between;
  min-height: 100%;
}
@media (max-width: 991px) {
  .section_main__about .about_main__images {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .section_main__about .about_main__images {
    flex-direction: initial;
  }
}
.section_main__about .about_main__images img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: calc(50% - 10px);
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .section_main__about .about_main__images img {
    width: 100%;
    margin: 0 0 20px;
    height: 230px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 767px) {
  .section_main__about .about_main__images img {
    width: calc(50% - 5px);
    border-radius: 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section_main__about .about_main__images img:nth-last-child(1) {
    margin: 0;
  }
}
.section_main__about .about_main__item {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 50px 20px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .section_main__about .about_main__item {
    border-radius: 20px;
    padding: 20px 10px 16px;
  }
}
.section_main__about .about_main__item img {
  display: block;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .section_main__about .about_main__item img {
    height: 50px;
  }
}
.section_main__about .about_main__item p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  background: linear-gradient(271deg, #EA64BD 0.59%, #F5C9B0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section_main__about .about_main__item p {
    font-size: 14px;
    line-height: 19px;
  }
}
.section_main__about .about_main__item span {
  display: block;
  color: #909090;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .section_main__about .about_main__item span {
    font-size: 12px;
    line-height: 19px;
  }
}

.section_main__product {
  padding: 85px 0 125px 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_main__product {
    padding: 50px 0;
  }
}
.section_main__product .row {
  margin: -20px -10px;
}
@media (max-width: 767px) {
  .section_main__product .row {
    margin: -10px -5px;
  }
}
.section_main__product .row [class*=col-] {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .section_main__product .row [class*=col-] {
    padding: 10px 5px;
  }
}
.section_main__product .btn_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
}
@media (max-width: 1200px) {
  .section_main__product .btn_middle {
    margin: 50px 0 0 0;
  }
}

.product_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .product_item {
    border-radius: 20px;
  }
}
.product_item .product_item__top .product_item__image {
  position: relative;
}
.product_item .product_item__top .product_item__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 380px;
}
@media (max-width: 991px) {
  .product_item .product_item__top .product_item__image img {
    height: 300px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .product_item .product_item__top .product_item__image img {
    border-radius: 20px;
    height: 140px;
  }
}
.product_item .product_item__top .product_item__image a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
}
@media (max-width: 767px) {
  .product_item .product_item__top .product_item__image a {
    padding: 10px;
  }
}
.product_item .product_item__top .product_item__image a:hover {
  transform: scale(1.2);
}
.product_item .product_item__top .product_item__image a img {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .product_item .product_item__top .product_item__image a img {
    width: 30px;
    height: 30px;
  }
}
.product_item .product_item__top .product_item__descr {
  padding: 20px;
}
@media (max-width: 767px) {
  .product_item .product_item__top .product_item__descr {
    padding: 10px;
  }
}
.product_item .product_item__top .product_item__descr .product_name {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .product_item .product_item__top .product_item__descr .product_name {
    font-size: 14px;
  }
}
.product_item .product_item__top .product_item__descr .product_author__name {
  color: #909090;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .product_item .product_item__top .product_item__descr .product_author__name {
    font-size: 13px;
  }
}
.product_item .product_item__top .product_item__descr .price_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product_item .product_item__top .product_item__descr .price_wrapper {
    justify-content: space-between;
  }
}
.product_item .product_item__top .product_item__descr .price_wrapper span {
  display: block;
  color: #AAA;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.product_item .product_item__top .product_item__descr .price_wrapper span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(100% + 4px);
  height: 1px;
  background: #aaa;
}
.product_item .product_item__top .product_item__descr .price_wrapper p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 9px;
}
@media (max-width: 991px) {
  .product_item .product_item__top .product_item__descr .price_wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product_item .product_item__top .product_item__descr .price_wrapper p {
    font-weight: 700;
  }
}
.product_item .btns_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 25px 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .product_item .btns_wrapper {
    padding: 0 16px 25px 16px;
  }
}
@media (max-width: 767px) {
  .product_item .btns_wrapper {
    padding: 0 10px 15px 10px;
  }
}
.product_item .btns_wrapper .more_details {
  width: calc(100% - 200px);
  display: inline-block;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .product_item .btns_wrapper .more_details {
    width: initial;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product_item .btns_wrapper .more_details {
    width: 45%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product_item .btns_wrapper .more_details {
    display: none;
  }
}
.product_item .btns_wrapper .more_details:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .product_item .btns_wrapper .btn {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  .product_item .btns_wrapper .btn {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .product_item .btns_wrapper .btn img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .product_item .btns_wrapper .btn img {
    display: none;
  }
}
@media (max-width: 991px) {
  .product_item .btns_wrapper .btn span {
    padding: 20px 28px;
  }
}
@media (max-width: 767px) {
  .product_item .btns_wrapper .btn span {
    padding: 15px 20px;
  }
}
.product_item .product_item__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.section_feedback {
  padding: 125px 0 20px 0;
  position: relative;
  background: url("../img/feedback_bg.png") top no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_feedback {
    padding: 50px 0;
    background: #F2F6FF;
  }
}
@media (max-width: 767px) {
  .section_feedback {
    padding: 300px 0 50px 0;
  }
}
.section_feedback .feedback_girl {
  display: block;
  position: absolute;
  bottom: -190px;
  right: 0;
}
@media (max-width: 1430px) {
  .section_feedback .feedback_girl {
    right: -280px;
  }
}
@media (max-width: 1200px) {
  .section_feedback .feedback_girl {
    width: 100%;
    right: -400px;
  }
}
@media (max-width: 991px) {
  .section_feedback .feedback_girl {
    bottom: -50px;
    right: -290px;
  }
}
@media (max-width: 767px) {
  .section_feedback .feedback_girl {
    bottom: initial;
    right: initial;
    top: 0;
    left: 0;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.feedback_form {
  position: relative;
  max-width: 580px;
}
@media (max-width: 991px) {
  .feedback_form {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .feedback_form {
    max-width: 100%;
  }
}
.feedback_form .feedback_print {
  display: block;
  position: absolute;
  top: -100px;
  left: -115px;
}
@media (max-width: 991px) {
  .feedback_form .feedback_print {
    display: none;
  }
}
.feedback_form form {
  width: 100%;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 60px 75px 30px;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .feedback_form form {
    padding: 40px 18px 20px 18px;
  }
}
@media (max-width: 767px) {
  .feedback_form form {
    border-radius: 20px;
  }
}
.feedback_form form h2 {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .feedback_form form h2 {
    margin: 0 0 15px;
  }
}
.feedback_form form p {
  color: #333;
  text-align: center;
  font-family: "Coco Gothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .feedback_form form p {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .feedback_form form p {
    font-size: 20px;
  }
}
.feedback_form form p a {
  color: #EA64BD;
  border-bottom: 2px solid transparent;
}
.feedback_form form p a:hover {
  border-color: #EA64BD;
}
.feedback_form form button {
  padding: 0;
}
.feedback_form form .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 17px;
}
.feedback_form form .btn_wrapper .btn {
  min-width: 100%;
}
.feedback_form form .btn_wrapper .btn span {
  width: 100%;
}
.feedback_form form .policy {
  max-width: 380px;
  margin: 0 auto;
  color: #909090;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991px) {
  .feedback_form form .policy {
    font-size: 12px;
    line-height: 19px;
  }
}

.section_ai {
  padding: 180px 0 170px 0;
  position: relative;
  overflow: hidden;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_ai {
    padding: 120px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .section_ai {
    padding: 100px 0 140px 0;
  }
}
.section_ai .ai_bg {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .section_ai .ai_bg {
    display: none;
  }
}
.section_ai .prev_page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #EF8CB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px;
}
.section_ai .prev_page:hover img {
  transform: translateX(-10px);
}
.section_ai .prev_page img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 5px 0 0;
}
.section_ai h1 {
  color: #000;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section_ai h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_ai h1 {
    font-size: 20px;
  }
}
.section_ai .sides_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section_ai .sides_wrapper {
    justify-content: center;
  }
}
.section_ai .sides_wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  color: #909090;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 10px 0 0;
  padding: 10px 20px 10px 10px;
}
@media (max-width: 991px) {
  .section_ai .sides_wrapper a {
    font-size: 14px;
  }
}
.section_ai .sides_wrapper a:hover {
  transform: translateY(-5px);
}
.section_ai .sides_wrapper a img {
  display: block;
  margin: 0 10px 0 0;
  filter: brightness(0) saturate(100%) invert(61%) sepia(2%) saturate(0%) hue-rotate(354deg) brightness(93%) contrast(90%);
}
@media (max-width: 991px) {
  .section_ai .sides_wrapper a img {
    width: 20px;
    height: 20px;
  }
}
.section_ai .sides_wrapper a.current {
  background: linear-gradient(291deg, #F5C9B0 0%, #EA64BD 100%);
  color: #fff;
  border-color: #F5C9B0;
}
.section_ai .sides_wrapper a.current img {
  filter: none;
}
.section_ai .ai_exemple {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.15) inset;
  padding: 60px 80px 45px;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple {
    padding: 16px 16px 20px 16px;
  }
}
@media (max-width: 767px) {
  .section_ai .ai_exemple {
    border-radius: 20px;
    padding: 12px 12px 20px 12px;
  }
}
.section_ai .ai_exemple .ai_exemple__item {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple .ai_exemple__item {
    margin: 0;
  }
}
.section_ai .ai_exemple .ai_exemple__item img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple .ai_exemple__item img {
    max-height: 450px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section_ai .ai_exemple .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section_ai .ai_exemple .btn_wrapper {
    display: none;
  }
}
.section_ai .ai_exemple .btn_wrapper .btn {
  min-width: 405px;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple .btn_wrapper .btn {
    min-width: 220px;
  }
}
.section_ai .ai_exemple .btn_wrapper .btn span {
  min-width: 405px;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple .btn_wrapper .btn span {
    min-width: 220px;
  }
}
.section_ai .ai_exemple .variables_wrapper {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section_ai .ai_exemple .variables_wrapper {
    display: flex;
  }
}
.section_ai .ai_exemple .variables_wrapper .variables_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple .variables_wrapper .variables_item {
    margin: 0 6px 0 0;
  }
}
.section_ai .ai_exemple .variables_wrapper .variables_item p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .section_ai .ai_exemple .variables_wrapper .variables_item p {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
}

.ai_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .ai_wrapper {
    flex-direction: column;
  }
}
.ai_wrapper .ai_left {
  width: calc(100% - 500px);
}
@media (max-width: 1200px) {
  .ai_wrapper .ai_left {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .ai_wrapper .ai_left {
    width: calc(100% - 280px);
  }
}
@media (max-width: 767px) {
  .ai_wrapper .ai_left {
    width: 100%;
    margin: 0 0 20px;
  }
}
.ai_wrapper .ai_left .drag_share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 3px dashed #EA64BD;
  background: rgba(0, 0, 0, 0);
  height: 370px;
  margin: 0 0 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_left .drag_share {
    height: 260px;
  }
}
.ai_wrapper .ai_left .drag_share img {
  display: block;
  margin: 0 0 10px;
}
.ai_wrapper .ai_left .drag_share p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin: 0 0 20px;
}
.ai_wrapper .ai_left .drag_share .drag_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_wrapper .ai_left .drag_share .drag_bottom p {
  margin: 0;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_left .drag_share .drag_bottom p {
    display: none;
  }
}
.ai_wrapper .ai_left .drag_share .drag_bottom .pick_image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(291deg, #F5C9B0 0%, #EA64BD 100%);
  color: #fff;
  border-color: #F5C9B0;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 10px;
  padding: 10px 20px 10px 10px;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_left .drag_share .drag_bottom .pick_image {
    font-size: 14px;
  }
}
.ai_wrapper .ai_left .drag_share .drag_bottom .pick_image img {
  display: block;
  margin: 0 10px 0 0;
}
.ai_wrapper .ai_left .drag_share .drag_bottom .ctr_v {
  display: block;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_left .drag_share .drag_bottom .ctr_v {
    display: none;
  }
}
.ai_wrapper .ai_left .drag_result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 3px dashed #EA64BD;
  background: rgba(0, 0, 0, 0);
  height: 370px;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_left .drag_result {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .ai_wrapper .ai_left .drag_result {
    display: none;
  }
}
.ai_wrapper .ai_left .drag_result img {
  display: block;
  margin: 0 0 10px;
}
.ai_wrapper .ai_left .drag_result p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.ai_wrapper .ai_right {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 1200px) {
  .ai_wrapper .ai_right {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right {
    max-width: 100%;
  }
}
.ai_wrapper .ai_right--inner {
  padding: 72px 0 0 0;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right--inner {
    padding: 62px 0 0 0;
  }
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right--inner {
    padding: 0;
  }
}
.ai_wrapper .ai_right .variables_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right .variables_wrapper {
    display: none;
  }
}
.ai_wrapper .ai_right .variables_wrapper .variables_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .variables_wrapper .variables_item {
    margin: 0 6px 0 0;
  }
}
.ai_wrapper .ai_right .variables_wrapper .variables_item p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .variables_wrapper .variables_item p {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
}
.ai_wrapper .ai_right .ai_right__default {
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 40px 45px 40px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__default {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right .ai_right__default {
    border-radius: 20px;
  }
}
.ai_wrapper .ai_right .ai_right__default p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(92deg, #F5C9B0 0%, #EA64BD 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__default p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px;
  }
}
.ai_wrapper .ai_right .ai_right__default .btn {
  margin: 20px 0 0 0;
  min-width: 100%;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__default .btn {
    margin: 10px 0 0 0;
  }
}
.ai_wrapper .ai_right .ai_right__default .btn span {
  min-width: 100%;
}
.ai_wrapper .ai_right .ai_right__default .ai_style {
  margin: 24px 0 20px 0;
}
.ai_wrapper .ai_right .ai_right__default .ai_style li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
.ai_wrapper .ai_right .ai_right__default .ai_style li:nth-last-child(1) {
  margin: 0;
}
.ai_wrapper .ai_right .ai_right__default .ai_style li p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin: 0 10px 0 0;
}
.ai_wrapper .ai_right .ai_right__default .ai_style li span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ai_wrapper .ai_right .ai_right__default .ai_style li span small {
  display: block;
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox {
  cursor: pointer;
  width: 100%;
  margin: 20px 0;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__select {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 90px;
  border: 3px solid #F19CB6;
  background: #FFF;
  box-shadow: none;
  width: 100%;
  min-height: 90px;
  padding: 0 60px 0 40px;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__default .jq-selectbox__select {
    min-height: 60px;
    padding: 0 40px 0 20px;
  }
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__select-text {
  width: auto !important;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__default .jq-selectbox__select-text {
    font-size: 13px;
  }
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/select-arr.svg") center no-repeat;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__default .jq-selectbox__trigger-arrow:after {
    right: 20px;
  }
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #DCDFE8;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul {
  max-height: 200px;
  scrollbar-width: thin;
  scrollbar-color: #7d8392 #ebebeb;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #7d8392;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul li {
  padding: 12px;
  min-height: 48px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul li:hover, .ai_wrapper .ai_right .ai_right__default .jq-selectbox__dropdown ul li.selected {
  background: #F5F5F5;
}
.ai_wrapper .ai_right .ai_right__descr {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right .ai_right__descr {
    display: none;
  }
}
.ai_wrapper .ai_right .ai_right__descr p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__descr p {
    font-size: 12px;
  }
}
.ai_wrapper .ai_right .ai_right__descr ul li {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 0 0 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__descr ul li {
    font-size: 12px;
  }
}
.ai_wrapper .ai_right .ai_right__descr ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: #909090;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .ai_right__descr ul li:before {
    top: 8px;
  }
}
.ai_wrapper .ai_right .btn_wrapper {
  display: none;
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right .btn_wrapper {
    display: flex;
  }
}
.ai_wrapper .ai_right .btn_wrapper .btn {
  min-width: 100%;
}
.ai_wrapper .ai_right .btn_wrapper .btn span {
  min-width: 100%;
}
.ai_wrapper .ai_right .drag_result {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 3px dashed #EA64BD;
  background: rgba(0, 0, 0, 0);
  height: 370px;
}
@media (max-width: 991px) {
  .ai_wrapper .ai_right .drag_result {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .ai_wrapper .ai_right .drag_result {
    display: flex;
  }
}
.ai_wrapper .ai_right .drag_result img {
  display: block;
  margin: 0 0 10px;
}
.ai_wrapper .ai_right .drag_result p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.ai_generator__wrapper .row {
  margin: -10px;
}
@media (max-width: 991px) {
  .ai_generator__wrapper .row {
    margin: -5px;
  }
}
.ai_generator__wrapper .row [class*=col-] {
  padding: 10px;
}
@media (max-width: 991px) {
  .ai_generator__wrapper .row [class*=col-] {
    padding: 5px;
  }
}
.ai_generator__wrapper .prompt_request__wrapper {
  margin: 0 0 40px;
}
.ai_generator__wrapper .prompt_request__wrapper p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 45px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .ai_generator__wrapper .prompt_request__wrapper p {
    padding: 0;
    margin: 0 0 13px;
    font-size: 14px;
  }
}
.ai_generator__wrapper .prompt_request__wrapper .prompt_request {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ai_generator__wrapper .prompt_request__wrapper .prompt_request .input_wrapper {
  width: calc(100% - 300px);
  margin: 0;
}
@media (max-width: 991px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request .input_wrapper {
    width: calc(100% - 240px);
  }
}
@media (max-width: 767px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request .input_wrapper {
    width: 100%;
    margin: 0 0 15px;
  }
}
.ai_generator__wrapper .prompt_request__wrapper .prompt_request .input_wrapper input {
  color: #909090;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 95px;
  padding: 0 45px;
}
@media (max-width: 991px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request .input_wrapper input {
    height: 73px;
    font-size: 14px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request .input_wrapper input {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request .btn {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .ai_generator__wrapper .prompt_request__wrapper .prompt_request .btn {
    min-width: 100%;
  }
}
.ai_generator__wrapper .prompt_result {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 3px dashed #EA64BD;
  background: rgba(0, 0, 0, 0);
  height: 280px;
  width: 100%;
}
@media (max-width: 991px) {
  .ai_generator__wrapper .prompt_result {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .ai_generator__wrapper .prompt_result {
    border-width: 2px;
    border-radius: 20px;
  }
}
.ai_generator__wrapper .prompt_result img {
  display: block;
}
@media (max-width: 767px) {
  .ai_generator__wrapper .prompt_result img {
    width: 35px;
    height: 35px;
  }
}
.ai_generator__wrapper .apply_btn__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.ai_generator__wrapper .apply_btn__wrapper .btn {
  min-width: 280px;
}
.ai_generator__wrapper .apply_btn__wrapper .btn span {
  min-width: 100%;
  width: 100%;
}

.prompts_qty {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .prompts_qty {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
.prompts_qty span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #EA64BD;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  border: 2px solid #ED78BB;
  padding: 10px 12px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .prompts_qty span {
    font-size: 16px;
    padding: 7px 8px;
  }
}
.prompts_qty p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .prompts_qty p {
    font-size: 14px;
  }
}

.section_catalog {
  padding: 180px 0 170px 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_catalog {
    padding: 120px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .section_catalog {
    padding: 100px 0 140px 0;
  }
}
.section_catalog .row {
  margin: -20px -10px;
}
@media (max-width: 767px) {
  .section_catalog .row {
    margin: -10px -5px;
  }
}
.section_catalog .row [class*=col-] {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .section_catalog .row [class*=col-] {
    padding: 10px 5px;
  }
}

.catalog_item__wrapper {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.catalog_item__wrapper .row {
  margin: -35px -10px;
}
@media (max-width: 767px) {
  .catalog_item__wrapper .row {
    margin: -15px -5px;
  }
}
.catalog_item__wrapper .row [class*=col-] {
  padding: 35px 10px;
}
@media (max-width: 767px) {
  .catalog_item__wrapper .row [class*=col-] {
    padding: 15px 5px;
  }
}

.catalog_item {
  display: block;
  width: 100%;
  border-radius: 40px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 767px) {
  .catalog_item {
    border-radius: 20px;
  }
}
.catalog_item:hover {
  transform: translateY(-15px);
}
.catalog_item small {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .catalog_item small {
    top: -25px;
  }
}
.catalog_item small img {
  display: block;
}
@media (max-width: 767px) {
  .catalog_item small img {
    width: 50px;
    height: 50px;
  }
}
.catalog_item .catalog_item__image {
  display: block;
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .catalog_item .catalog_item__image {
    height: 220px;
    border-radius: 20px;
  }
}
.catalog_item span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 16px;
}
@media (max-width: 767px) {
  .catalog_item span {
    padding: 10px;
  }
}
.catalog_item span strong {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(104deg, #F5C9B0 0%, #EA64BD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .catalog_item span strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catalog_item span strong {
    font-size: 14px;
  }
}

.section_faq {
  padding: 180px 0 170px 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_faq {
    padding: 120px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_faq {
    padding: 100px 0 0 0;
  }
}

.section_product {
  padding: 180px 0 20px 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_product {
    padding: 120px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section_product {
    padding: 100px 0 20px 0;
  }
}
.section_product .row {
  margin: -20px -10px;
}
@media (max-width: 767px) {
  .section_product .row {
    margin: -10px -5px;
  }
}
.section_product .row [class*=col-] {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .section_product .row [class*=col-] {
    padding: 10px 5px;
  }
}
.section_product .btn_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0 0;
}
@media (max-width: 1200px) {
  .section_product .btn_middle {
    margin: 50px 0 0 0;
  }
}
.section_product .vendore_code {
  color: #8A8A8A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 200px;
  margin: 0 0 18px;
}
@media (max-width: 1200px) {
  .section_product .vendore_code {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section_product .vendore_code {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

.product_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 150px;
}
@media (max-width: 991px) {
  .product_wrapper {
    margin: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .product_wrapper {
    flex-direction: column;
  }
}
.product_wrapper .product_left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
}
@media (max-width: 1200px) {
  .product_wrapper .product_left {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_left {
    max-width: 300px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .product_wrapper .product_left {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.product_wrapper .product_left .section__sliderNav--arrows {
  z-index: 5;
  display: none;
}
@media (max-width: 991px) {
  .product_wrapper .product_left .section__sliderNav--arrows {
    display: block;
  }
}
.product_wrapper .product_left .section__sliderNav--arrows button {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%) rotate(90deg);
  padding: 0;
}
@media (max-width: 991px) {
  .product_wrapper .product_left .section__sliderNav--arrows button {
    transform: translate(0) rotate(0);
    top: initial;
    bottom: 10px;
    left: 10px;
  }
}
.product_wrapper .product_left .section__sliderNav--arrows button.next {
  top: initial;
  bottom: -20px;
}
@media (max-width: 991px) {
  .product_wrapper .product_left .section__sliderNav--arrows button.next {
    bottom: 10px;
    left: initial;
    right: 10px;
  }
}
.product_wrapper .product_left .section__sliderNav--arrows button img {
  display: block;
}
.product_wrapper .product_left .slider_nav__wrapper {
  width: 100%;
  max-width: 180px;
  margin: -10px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .product_wrapper .product_left .slider_nav__wrapper {
    display: none;
  }
}
.product_wrapper .product_left .slider_nav__wrapper .slider-nav {
  width: 100%;
  max-width: 100%;
}
.product_wrapper .product_left .slider_nav__wrapper .slider-nav .slider_item {
  margin: 0 1px;
  cursor: pointer;
  transition: 0.3s all ease;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.product_wrapper .product_left .slider_nav__wrapper .slider-nav .slider_item:hover, .product_wrapper .product_left .slider_nav__wrapper .slider-nav .slider_item.slick-current {
  opacity: 0.7;
}
.product_wrapper .product_left .slider_nav__wrapper .slider-nav .slider_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product_wrapper .product_left .slider_nav__wrapper .section__sliderNav--arrows {
  z-index: 5;
  display: block;
}
.product_wrapper .product_left .slider_nav__wrapper .section__sliderNav--arrows button {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%) rotate(90deg);
  padding: 0;
}
.product_wrapper .product_left .slider_nav__wrapper .section__sliderNav--arrows button.next {
  top: initial;
  bottom: -20px;
}
.product_wrapper .product_left .slider_nav__wrapper .section__sliderNav--arrows button img {
  display: block;
}
.product_wrapper .product_left .slider-for {
  width: calc(100% - 200px);
}
@media (max-width: 1200px) {
  .product_wrapper .product_left .slider-for {
    width: 100%;
  }
}
.product_wrapper .product_left .slider-for div img {
  display: block;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .product_wrapper .product_left .slider-for div img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .product_wrapper .product_left .slider-for div img {
    border-radius: 20px;
    height: 400px;
  }
}
.product_wrapper .product_right {
  width: calc(100% - 700px);
}
@media (max-width: 1200px) {
  .product_wrapper .product_right {
    width: calc(100% - 480px);
  }
}
@media (max-width: 991px) {
  .product_wrapper .product_right {
    width: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .product_wrapper .product_right {
    width: 100%;
  }
}
.product_wrapper .product_right h1 {
  color: #000;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
}
@media (max-width: 991px) {
  .product_wrapper .product_right h1 {
    font-size: 24px;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .product_wrapper .product_right h1 {
    font-size: 20px;
  }
}
.product_wrapper .product_right .subtitle {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .subtitle {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
.product_wrapper .product_right .price {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .price {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product_wrapper .product_right .price {
    font-size: 20px;
  }
}
.product_wrapper .product_right .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.product_wrapper .product_right .sizes_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_wrapper .product_right .sizes_wrapper .form_radio_btn {
  margin: 0 10px 10px 0;
}
.product_wrapper .product_right .colors_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .colors_wrapper {
    margin: 0 0 10px;
  }
}
.product_wrapper .product_right .colors_wrapper li {
  margin: 0 20px 20px 0;
}
.product_wrapper .product_right .colors_wrapper li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #FFF 0%, #ECECEC 100%);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.product_wrapper .product_right .colors_wrapper li a:hover {
  transform: scale(1.2);
}
.product_wrapper .product_right .more_guides {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(87deg, #EA64BD 1%, #F5C9B0 117.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .more_guides {
    margin: 0 0 20px;
  }
}
.product_wrapper .product_right .more_guides:hover:before {
  opacity: 0;
}
.product_wrapper .product_right .more_guides:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #EA64BD -0.47%, #F5C9B0 100%);
  transition: 0.3s all ease;
}
.product_wrapper .product_right .btn {
  min-width: 375px;
}
@media (max-width: 991px) {
  .product_wrapper .product_right .btn {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .product_wrapper .product_right .btn {
    min-width: 280px;
  }
}

.about_product__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 20px;
  border-bottom: 1px solid #C2C2C2;
  margin: 0 0 70px;
}
@media (max-width: 991px) {
  .about_product__item {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
    margin: 0 0 50px;
  }
}
.about_product__item:nth-last-child(1) {
  margin: 0;
  border-bottom: none;
}
.about_product__item .about_product__left {
  width: 100%;
  max-width: 370px;
}
@media (max-width: 1200px) {
  .about_product__item .about_product__left {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .about_product__item .about_product__left {
    max-width: 100%;
    padding: 0 0 18px;
    margin: 0 0 20px;
    border-bottom: 1px solid #C2C2C2;
  }
}
.about_product__item .about_product__left p {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .about_product__item .about_product__left p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .about_product__item .about_product__left p {
    font-size: 20px;
  }
}
.about_product__item .about_product__right {
  width: calc(100% - 390px);
  margin-top: 17px;
}
@media (max-width: 1200px) {
  .about_product__item .about_product__right {
    width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  .about_product__item .about_product__right {
    width: 100%;
  }
}
.about_product__item .about_product__right p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 991px) {
  .about_product__item .about_product__right p {
    font-size: 14px;
  }
}
.about_product__item .about_product__right ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_product__item .about_product__right ul li {
  width: calc(50% - 10px);
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .about_product__item .about_product__right ul li {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .about_product__item .about_product__right ul li:nth-last-child(1) {
    margin: 0;
  }
}
.about_product__item .about_product__right ul li img {
  display: block;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .about_product__item .about_product__right ul li img {
    margin: 0 auto 20px;
  }
}
.about_product__item .about_product__right ul li span {
  display: block;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 7px;
}
@media (max-width: 991px) {
  .about_product__item .about_product__right ul li span {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about_product__item .about_product__right ul li p {
    text-align: center;
  }
}
.about_product__item .about_product__right .core_wrapper img {
  margin: 0 0 20px;
  max-width: 50px;
}
.about_product__item .about_product__right .size_guide__wrapper p {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .about_product__item .about_product__right .size_guide__wrapper p {
    margin: 0 0 20px;
  }
}
.about_product__item .about_product__right .size_guide__wrapper .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about_product__item .about_product__right .size_guide__wrapper .nav-tabs li {
  width: initial;
  margin: 0 10px 0 0;
}
.about_product__item .about_product__right .size_guide__wrapper .nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 14px 20px;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about_product__item .about_product__right .size_guide__wrapper .nav-tabs li a.active {
  background: linear-gradient(111deg, #F5C9B0 0%, #EA64BD 100%);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.about_product__item .about_product__right .size_guide__wrapper .nav-tabs li a:hover {
  transform: scale(1.1);
}
.about_product__item .about_product__right .size_guide__wrapper .tab-content {
  margin: 20px 0 0 0;
  overflow: auto;
}
.about_product__item .about_product__right .size_guide__wrapper .tab-content img {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .about_product__item .about_product__right .size_guide__wrapper .tab-content img {
    display: none;
  }
}
.about_product__item .about_product__right .size_guide__wrapper .tab-content img.sizes_mob {
  display: none;
}
@media (max-width: 767px) {
  .about_product__item .about_product__right .size_guide__wrapper .tab-content img.sizes_mob {
    display: block;
  }
}

.section_gift {
  padding: 180px 0 250px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section_gift {
    padding: 120px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_gift {
    padding: 100px 0 250px 0;
  }
}
.section_gift .row {
  margin: -20px -10px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section_gift .row {
    margin: -10px -5px;
  }
}
.section_gift .row [class*=col-] {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .section_gift .row [class*=col-] {
    padding: 10px 5px;
  }
}
.section_gift .gift_bg {
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
}
@media (max-width: 991px) {
  .section_gift .gift_bg {
    width: 610px;
    bottom: -50px;
    right: -215px;
  }
}
@media (max-width: 767px) {
  .section_gift .gift_bg {
    min-width: 455px;
    width: initial;
    height: 320px;
    bottom: 20px;
    right: -100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.gift_item {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
  .gift_item {
    border-radius: 20px;
  }
}
.gift_item:hover {
  transform: translateY(-15px);
}
.gift_item small {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .gift_item small {
    top: 10px;
    left: 10px;
  }
}
.gift_item small img {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .gift_item small img {
    width: 30px;
    height: 30px;
  }
}
.gift_item .gift_item__image {
  display: block;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .gift_item .gift_item__image {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .gift_item .gift_item__image {
    height: 185px;
    border-radius: 20px;
  }
}
.gift_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  .gift_item span {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .gift_item span {
    padding: 12px 5px;
    font-size: 13px;
  }
}

.section_how {
  padding: 180px 0 150px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section_how {
    padding: 120px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .section_how {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_how .colored_title {
    font-size: 22px;
  }
}

.how_video__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 160px;
}
@media (max-width: 767px) {
  .how_video__wrapper {
    flex-direction: column-reverse;
    margin: 0 0 80px;
  }
}
.how_video__wrapper p {
  color: #000;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 383px;
}
@media (max-width: 991px) {
  .how_video__wrapper p {
    font-size: 24px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .how_video__wrapper p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    max-width: 100%;
    line-height: 1.4;
  }
}
.how_video__wrapper .video_wrapper {
  width: calc(100% - 400px);
  height: 440px;
}
@media (max-width: 991px) {
  .how_video__wrapper .video_wrapper {
    width: calc(100% - 230px);
    height: 260px;
  }
}
@media (max-width: 767px) {
  .how_video__wrapper .video_wrapper {
    width: 100%;
    height: 200px;
    margin: 0 0 20px;
  }
}
.how_video__wrapper .video_wrapper iframe {
  display: block;
}

.how_steps__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 90px;
}
@media (max-width: 767px) {
  .how_steps__wrapper {
    flex-wrap: wrap;
  }
}
.how_steps__wrapper .how_step__item {
  width: calc(33.3333333333% - 10px);
  display: block;
  border-radius: 50% 50% 40px 40px;
  background: #FFF;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 767px) {
  .how_steps__wrapper .how_step__item {
    width: calc(50% - 10px);
    border-radius: 50% 50% 20px 20px;
    margin: 0 0 80px;
  }
}
.how_steps__wrapper .how_step__item:nth-child(2) {
  margin: 0 0 -18px;
}
@media (max-width: 767px) {
  .how_steps__wrapper .how_step__item:nth-child(2) {
    margin: 0 0 -150px;
  }
}
@media (max-width: 767px) {
  .how_steps__wrapper .how_step__item:nth-last-child(1) {
    margin: 0;
  }
}
.how_steps__wrapper .how_step__item:nth-last-child(1) span {
  top: -60px;
}
@media (max-width: 767px) {
  .how_steps__wrapper .how_step__item:nth-last-child(1) span {
    top: -40px;
  }
}
.how_steps__wrapper .how_step__item .how_step__img {
  margin: 0 auto;
  display: block;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.how_steps__wrapper .how_step__item span {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}
.how_steps__wrapper .how_step__item span img {
  display: block;
}
@media (max-width: 767px) {
  .how_steps__wrapper .how_step__item span img {
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.how_steps__wrapper .how_step__item p {
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px;
  background: linear-gradient(94deg, #F5C9B0 0%, #EA64BD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .how_steps__wrapper .how_step__item p {
    font-size: 14px;
    padding: 10px;
  }
}

.step_item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  background: #D9BF94;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 880px;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .step_item__inner {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .step_item__inner {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .step_item__inner {
    flex-direction: column;
    border-radius: 20px;
  }
}
.step_item__inner:nth-last-child(1) {
  margin: 0;
}
.step_item__inner:nth-child(2) {
  background: #DEB59E;
  margin: 0 0 40px 100px;
}
@media (max-width: 1200px) {
  .step_item__inner:nth-child(2) {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .step_item__inner:nth-child(2) {
    margin: 0 0 20px;
  }
}
.step_item__inner:nth-child(2):before, .step_item__inner:nth-child(2):after {
  border-color: #F5C9B0;
}
.step_item__inner:nth-child(2) .image_wrapper:after {
  background: linear-gradient(180deg, rgba(245, 201, 176, 0) 0%, #EDC2AA 56%, #DEB59E 100%);
}
.step_item__inner:nth-child(3) {
  background: #EF8CB5;
  margin: 0 0 0 200px;
}
@media (max-width: 1200px) {
  .step_item__inner:nth-child(3) {
    margin: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .step_item__inner:nth-child(3) {
    margin: 0 0 20px;
  }
}
.step_item__inner:nth-child(3):before, .step_item__inner:nth-child(3):after {
  border-color: #EF8CB5;
}
.step_item__inner:nth-child(3) .image_wrapper:after {
  background: linear-gradient(180deg, rgba(239, 140, 181, 0) 0%, #EF8CB5 50%);
}
.step_item__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 2px solid #F9DDAE;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .step_item__inner:before {
    content: none;
  }
}
.step_item__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 50px);
  width: 300%;
  height: 1px;
  transform: translateY(-50%);
  border-bottom: 2px solid #F9DDAE;
}
@media (max-width: 1200px) {
  .step_item__inner:after {
    content: none;
  }
}
.step_item__inner .step_left {
  width: calc(100% - 400px);
  padding: 45px 45px 45px 0;
}
@media (max-width: 991px) {
  .step_item__inner .step_left {
    padding: 25px 25px 25px 0;
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .step_item__inner .step_left {
    padding: 0 20px 25px 20px;
    width: 100%;
  }
}
.step_item__inner .step_left p {
  color: #FFF;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
  font-family: "Coco Gothic";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .step_item__inner .step_left p {
    font-size: 50px;
    margin: 0 0 11px;
  }
}
@media (max-width: 767px) {
  .step_item__inner .step_left p {
    font-size: 32px;
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .step_item__inner .step_left p br {
    display: none;
  }
}
.step_item__inner .step_left span {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  max-width: 415px;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .step_item__inner .step_left span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .step_item__inner .step_left span {
    line-height: 26px;
    text-align: center;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .step_item__inner .step_left span br {
    display: none;
  }
}
.step_item__inner .image_wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .step_item__inner .image_wrapper {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .step_item__inner .image_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
}
.step_item__inner .image_wrapper img {
  display: block;
  max-width: 380px;
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 991px) {
  .step_item__inner .image_wrapper img {
    height: initial;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .step_item__inner .image_wrapper img {
    height: 250px;
    -o-object-position: center;
       object-position: center;
  }
}
.step_item__inner .image_wrapper:after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(249, 221, 174, 0) 0%, #E7CCA0 48.54%, #D9BF94 100%);
}
@media (max-width: 767px) {
  .step_item__inner .image_wrapper:after {
    content: "";
  }
}
.step_item__inner .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .step_item__inner .btn_wrapper {
    flex-direction: column;
  }
}
.step_item__inner .btn_wrapper .btn span {
  color: #333;
  padding: 30px 74px;
  margin: 0;
}
@media (max-width: 767px) {
  .step_item__inner .btn_wrapper .btn span {
    padding: 25px 50px;
  }
}
.step_item__inner .btn_wrapper .recommendations {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #fff;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .step_item__inner .btn_wrapper .recommendations {
    margin: 25px 0 0 0;
    text-align: center;
  }
}
.step_item__inner .btn_wrapper .recommendations:hover {
  border-color: transparent;
}

.section_map {
  padding: 0px 0 250px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section_map {
    padding: 0 0 200px 0;
  }
}
@media (max-width: 767px) {
  .section_map .colored_title {
    font-size: 22px;
  }
}
.section_map .page_subtitle {
  color: #909090;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .section_map .page_subtitle {
    font-size: 14px;
    margin: 0 0 30px;
  }
}
.section_map img {
  display: block;
  width: 100%;
  max-width: 1100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 66px;
}
@media (max-width: 767px) {
  .section_map img {
    margin: 0 auto 30px;
  }
}
.section_map .descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.section_map .descr p {
  color: #909090;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section_map .descr p {
    font-size: 14px;
  }
}
.section_map .descr a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EA64BD;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  border-bottom: 1px solid #EA64BD;
}
@media (max-width: 767px) {
  .section_map .descr a {
    font-size: 14px;
  }
}
.section_map .descr a:hover {
  border-color: transparent;
}

.section_cart {
  padding: 180px 0 250px 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_cart {
    padding: 120px 0 140px 0;
  }
}
@media (max-width: 767px) {
  .section_cart {
    padding: 100px 0 140px 0;
  }
}
.section_cart .title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section_cart .title_wrapper {
    flex-direction: column;
  }
}
.section_cart .title_wrapper h1 {
  color: #000;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  margin: 0;
}
@media (max-width: 991px) {
  .section_cart .title_wrapper h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_cart .title_wrapper h1 {
    font-size: 20px;
  }
}
.section_cart .title_wrapper p {
  color: #909090;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .section_cart .title_wrapper p {
    font-size: 14px;
    text-align: center;
  }
}

.cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .cart_item {
    padding: 20px 0;
    flex-direction: column;
  }
}
.cart_item .cart_item__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 350px);
}
@media (max-width: 991px) {
  .cart_item .cart_item__left {
    width: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  .cart_item .cart_item__left {
    width: 100%;
    margin: 0 0 20px;
  }
}
.cart_item .cart_item__left .image_wrapper {
  width: 100%;
  max-width: 280px;
  padding: 10px 30px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .image_wrapper {
    border-radius: 20px;
    padding: 5px 15px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .cart_item .cart_item__left .image_wrapper {
    max-width: 80px;
    padding: 0;
    margin: 0 12px 0 0;
    border-radius: 10px;
  }
}
.cart_item .cart_item__left .image_wrapper img {
  display: block;
  width: 100%;
}
.cart_item .cart_item__left .cart_item__descr {
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr {
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .cart_item .cart_item__left .cart_item__descr {
    width: calc(100% - 95px);
  }
}
.cart_item .cart_item__left .cart_item__descr .name {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr .name {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .cart_item .cart_item__left .cart_item__descr .name {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.cart_item .cart_item__left .cart_item__descr .subname {
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr .subname {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .cart_item .cart_item__left .cart_item__descr .subname {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.cart_item .cart_item__left .cart_item__descr .vendore_code {
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr .vendore_code {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .cart_item .cart_item__left .cart_item__descr .vendore_code {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.cart_item .cart_item__left .cart_item__descr .cart_style li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr .cart_style li {
    margin: 0 0 5px;
  }
}
.cart_item .cart_item__left .cart_item__descr .cart_style li:nth-last-child(1) {
  margin: 0;
}
.cart_item .cart_item__left .cart_item__descr .cart_style li p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr .cart_style li p {
    font-size: 14px;
  }
}
.cart_item .cart_item__left .cart_item__descr .cart_style li span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .cart_item .cart_item__left .cart_item__descr .cart_style li span {
    font-size: 14px;
  }
}
.cart_item .cart_item__left .cart_item__descr .cart_style li span small {
  display: block;
  background: #fff;
  border: 1px solid #d8d8d8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .cart_item .cart_item__left .cart_item__descr .cart_style li span small {
    width: 15px;
    height: 15px;
  }
}
.cart_item .cart_item__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cart_item .cart_item__right {
    width: 100%;
    justify-content: space-between;
  }
}
.cart_item .cart_item__right .delete_cart__item {
  display: block;
  margin: 0 30px 0 0;
}
.cart_item .cart_item__right .delete_cart__item:hover {
  opacity: 0.7;
}
.cart_item .cart_item__right .delete_cart__item img {
  display: block;
  width: 40px;
  height: 40px;
}
.cart_item .cart_item__right p {
  color: #333;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0 30px;
}
@media (max-width: 991px) {
  .cart_item .cart_item__right p {
    font-size: 16px;
    margin: 0 0 0 20px;
  }
}

.total_price__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
@media (max-width: 991px) {
  .total_price__wrapper {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .total_price__wrapper {
    flex-direction: column;
  }
}
.total_price__wrapper .promocode_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .total_price__wrapper .promocode_wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}
.total_price__wrapper .promocode_wrapper .input_wrapper {
  width: 280px;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .total_price__wrapper .promocode_wrapper .input_wrapper {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .total_price__wrapper .promocode_wrapper .input_wrapper {
    width: calc(100% - 80px);
    margin: 0;
  }
}
.total_price__wrapper .promocode_wrapper .input_wrapper input {
  border-radius: 90px;
  border: 2px dashed #EA64BD;
  color: #989797;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 90px;
  padding: 0 20px 0 40px;
  background: transparent;
}
@media (max-width: 991px) {
  .total_price__wrapper .promocode_wrapper .input_wrapper input {
    height: 70px;
    padding: 0 20px;
  }
}
.total_price__wrapper .promocode_wrapper button {
  padding: 0;
}
@media (max-width: 767px) {
  .total_price__wrapper .promocode_wrapper button {
    margin: 0 0 0 10px;
  }
}
.total_price__wrapper .promocode_wrapper button:hover {
  opacity: 0.7;
}
.total_price__wrapper .promocode_wrapper button img {
  display: block;
}
@media (max-width: 991px) {
  .total_price__wrapper .promocode_wrapper button img {
    height: 70px;
  }
}
.total_price__wrapper .total_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .total_price__wrapper .total_price {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.total_price__wrapper .total_price .btn {
  min-width: 280px;
}
@media (max-width: 991px) {
  .total_price__wrapper .total_price .btn {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .total_price__wrapper .total_price .btn {
    min-width: 100%;
  }
}
.total_price__wrapper .total_price p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 25px 0 0;
}
@media (max-width: 991px) {
  .total_price__wrapper .total_price p {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .total_price__wrapper .total_price p {
    margin: 0 0 20px;
  }
}

.section_order {
  padding: 180px 0 250px 0;
  position: relative;
  z-index: 15;
}
@media (max-width: 991px) {
  .section_order {
    padding: 120px 0 200px 0;
  }
}
@media (max-width: 767px) {
  .section_order {
    padding: 100px 0 200px 0;
  }
}
.section_order .prev_page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #EF8CB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px;
}
.section_order .prev_page:hover img {
  transform: translateX(-10px);
}
.section_order .prev_page img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 5px 0 0;
}
.section_order h1 {
  color: #000;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  margin: 0;
}
@media (max-width: 991px) {
  .section_order h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_order h1 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 40px;
  }
}
.section_order button {
  padding: 0;
}
.section_order .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.section_order .btn_wrapper .btn {
  min-width: 940px;
}
@media (max-width: 991px) {
  .section_order .btn_wrapper .btn {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .section_order .btn_wrapper .btn span {
    padding: 24px 80px;
  }
}

.order_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .order_wrapper {
    display: block;
  }
}
.order_wrapper .order_sum__mob {
  display: none;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .order_wrapper .order_sum__mob {
    display: block;
  }
}
.order_wrapper .order_sum__mob .name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob .name {
    font-size: 16px;
    text-align: center;
  }
}
.order_wrapper .order_sum__mob ul {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob ul {
    margin: 0 0 30px;
  }
}
.order_wrapper .order_sum__mob ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob ul li {
    padding: 12px 0 7px 0;
  }
}
.order_wrapper .order_sum__mob ul li:nth-last-child(1) p {
  color: #333;
}
.order_wrapper .order_sum__mob ul li p {
  color: #909090;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob ul li p {
    font-size: 14px;
  }
}
.order_wrapper .order_sum__mob ul li p:nth-last-child(1) {
  text-align: right;
}
.order_wrapper .order_sum__mob .promocode_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_wrapper .order_sum__mob .promocode_wrapper .input_wrapper {
  width: calc(100% - 100px);
  margin: 0;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob .promocode_wrapper .input_wrapper {
    width: calc(100% - 85px);
  }
}
.order_wrapper .order_sum__mob .promocode_wrapper .input_wrapper input {
  border-radius: 90px;
  border: 2px solid #F19CB6;
  color: #989797;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 90px;
  padding: 0 20px 0 40px;
  background: transparent;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob .promocode_wrapper .input_wrapper input {
    height: 70px;
    font-size: 14px;
    padding: 0 20px;
  }
}
.order_wrapper .order_sum__mob .promocode_wrapper button {
  padding: 0;
  margin: 0 0 0 10px;
}
.order_wrapper .order_sum__mob .promocode_wrapper button:hover {
  opacity: 0.7;
}
.order_wrapper .order_sum__mob .promocode_wrapper button img {
  display: block;
}
@media (max-width: 991px) {
  .order_wrapper .order_sum__mob .promocode_wrapper button img {
    height: 70px;
  }
}
.order_wrapper .order_left {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 1200px) {
  .order_wrapper .order_left {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .order_wrapper .order_left {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .order_wrapper .order_left {
    max-width: 100%;
  }
}
.order_wrapper .order_left .inputs_wrapper {
  margin: 80px 0 0 0;
}
@media (max-width: 991px) {
  .order_wrapper .order_left .inputs_wrapper {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .order_wrapper .order_left .inputs_wrapper {
    margin: 40px 0 0 0;
  }
}
.order_wrapper .order_left .inputs_wrapper .input_name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .order_wrapper .order_left .inputs_wrapper .input_name {
    font-size: 16px;
  }
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox {
  cursor: pointer;
  width: 100%;
  margin: 0 0 20px;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__select {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 90px;
  border: 2px solid #F19CB6;
  background: transparent;
  box-shadow: none;
  width: 100%;
  min-height: 70px;
  padding: 0 60px 0 40px;
}
@media (max-width: 991px) {
  .order_wrapper .order_left .inputs_wrapper .jq-selectbox__select {
    min-height: 70px;
    padding: 0 40px 0 20px;
  }
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__select-text {
  width: auto !important;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .order_wrapper .order_left .inputs_wrapper .jq-selectbox__select-text {
    font-size: 13px;
  }
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/select-arr.svg") center no-repeat;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .order_wrapper .order_left .inputs_wrapper .jq-selectbox__trigger-arrow:after {
    right: 20px;
  }
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #DCDFE8;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul {
  max-height: 200px;
  scrollbar-width: thin;
  scrollbar-color: #7d8392 #ebebeb;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #7d8392;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul li {
  padding: 12px;
  min-height: 48px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul li:hover, .order_wrapper .order_left .inputs_wrapper .jq-selectbox__dropdown ul li.selected {
  background: #F5F5F5;
}
.order_wrapper .order_left .inputs_wrapper .input_wrapper input {
  border-color: #F19CB6;
  background: transparent;
  text-align: left;
  padding: 0 20px 0 40px;
  background: transparent;
}
@media (max-width: 991px) {
  .order_wrapper .order_left .inputs_wrapper .input_wrapper input {
    font-size: 13px;
    padding: 0 20px;
  }
}
.order_wrapper .order_left .inputs_wrapper .btn {
  min-width: 100%;
}
.order_wrapper .order_right {
  width: calc(100% - 600px);
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 60px 25px 60px;
  position: sticky;
  top: 20px;
  right: 0;
}
@media (max-width: 1200px) {
  .order_wrapper .order_right {
    width: calc(100% - 460px);
  }
}
@media (max-width: 991px) {
  .order_wrapper .order_right {
    width: calc(100% - 320px);
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .order_wrapper .order_right {
    display: none;
  }
}
.order_wrapper .order_right .name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .order_wrapper .order_right .name {
    font-size: 16px;
    text-align: center;
  }
}
.order_wrapper .order_right ul {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .order_wrapper .order_right ul {
    margin: 0 0 30px;
  }
}
.order_wrapper .order_right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .order_wrapper .order_right ul li {
    padding: 12px 0 7px 0;
  }
}
.order_wrapper .order_right ul li:nth-last-child(1) p {
  color: #333;
}
.order_wrapper .order_right ul li p {
  color: #909090;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .order_wrapper .order_right ul li p {
    font-size: 14px;
  }
}
.order_wrapper .order_right ul li p:nth-last-child(1) {
  text-align: right;
}
.order_wrapper .order_right .promocode_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .order_wrapper .order_right .promocode_wrapper {
    margin: 0 0 20px;
  }
}
.order_wrapper .order_right .promocode_wrapper .input_wrapper {
  width: calc(100% - 100px);
  margin: 0;
}
@media (max-width: 991px) {
  .order_wrapper .order_right .promocode_wrapper .input_wrapper {
    width: calc(100% - 85px);
  }
}
.order_wrapper .order_right .promocode_wrapper .input_wrapper input {
  border-radius: 90px;
  border: 2px solid #F19CB6;
  color: #989797;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 90px;
  padding: 0 20px 0 40px;
  background: transparent;
}
@media (max-width: 991px) {
  .order_wrapper .order_right .promocode_wrapper .input_wrapper input {
    height: 70px;
    padding: 0 20px;
  }
}
.order_wrapper .order_right .promocode_wrapper button {
  padding: 0;
  margin: 0 0 0 10px;
}
.order_wrapper .order_right .promocode_wrapper button:hover {
  opacity: 0.7;
}
.order_wrapper .order_right .promocode_wrapper button img {
  display: block;
}
@media (max-width: 991px) {
  .order_wrapper .order_right .promocode_wrapper button img {
    height: 70px;
  }
}
.order_wrapper .order_right a {
  min-width: 100%;
}

.section_error {
  padding: 180px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section_error {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_error {
    padding: 100px 0 0 0;
  }
}
.section_error .prev_page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #EF8CB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section_error .prev_page {
    margin: 0 0 30px;
  }
}
.section_error .prev_page:hover img {
  transform: translateX(-10px);
}
.section_error .prev_page img {
  display: block;
  transition: 0.3s all ease;
  margin: 0 5px 0 0;
}
.section_error h1 {
  color: #000;
  font-family: "Coco Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section_error h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_error h1 {
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
  }
}
.section_error .error_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .section_error .error_wrapper {
    flex-direction: column;
  }
}
.section_error .error_wrapper .error_left {
  width: 100%;
  max-width: 470px;
  padding: 0 0 450px;
}
@media (max-width: 1200px) {
  .section_error .error_wrapper .error_left {
    padding: 0 0 350px;
  }
}
@media (max-width: 991px) {
  .section_error .error_wrapper .error_left {
    max-width: 50%;
    padding: 50px 0 180px 0;
  }
}
@media (max-width: 767px) {
  .section_error .error_wrapper .error_left {
    max-width: 100%;
    padding: 0;
    margin: 0 0 45px;
  }
}
@media (max-width: 767px) {
  .section_error .error_wrapper .error_left .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section_error .error_wrapper .error_left .btn_wrapper .btn {
    min-width: 280px;
  }
}
.section_error .error_wrapper .error_right {
  width: calc(100% - 475px);
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 1200px) {
  .section_error .error_wrapper .error_right {
    top: 0;
  }
}
@media (max-width: 991px) {
  .section_error .error_wrapper .error_right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_error .error_wrapper .error_right {
    width: 100%;
    position: static;
  }
}
.section_error .error_wrapper .error_right img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .section_error .error_wrapper .error_right img {
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

footer {
  padding: 20px 0 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  footer {
    padding: 0 0 50px 0;
  }
}
footer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 438px;
  background: url("../img/footer_bg.png") top no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 991px) {
  footer:before {
    height: 450px;
  }
}
@media (max-width: 767px) {
  footer:before {
    height: 600px;
    background: url("../img/footer_mob.png") right top no-repeat;
    background-size: cover;
  }
}
footer .footer_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 41px 100px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  footer .footer_wrapper {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  footer .footer_wrapper {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer_wrapper {
    padding: 30px 30px 60px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer_wrapper .footer_logo {
    margin: 0 0 30px;
  }
}
footer .footer_wrapper .footer_logo img {
  display: block;
}
@media (max-width: 991px) {
  footer .footer_wrapper .footer_logo img {
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
footer .footer_wrapper .footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .footer_wrapper .footer_nav {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  footer .footer_wrapper .footer_nav {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
footer .footer_wrapper .footer_nav li {
  margin: 0 32px;
}
@media (max-width: 1200px) {
  footer .footer_wrapper .footer_nav li {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  footer .footer_wrapper .footer_nav li {
    margin: 0 32px;
  }
}
@media (max-width: 767px) {
  footer .footer_wrapper .footer_nav li {
    margin: 0 0 20px;
  }
}
footer .footer_wrapper .footer_nav li a {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid transparent;
}
footer .footer_wrapper .footer_nav li a:hover {
  border-color: #909090;
}
footer .footer_wrapper .footer_socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer_wrapper .footer_socials li {
  margin: 0 0 0 15px;
}
@media (max-width: 991px) {
  footer .footer_wrapper .footer_socials li {
    margin: 0 7.5px;
  }
}
footer .footer_wrapper .footer_socials li a {
  display: block;
}
footer .footer_wrapper .footer_socials li a:hover {
  opacity: 0.7;
}
footer .footer_wrapper .footer_socials li a img {
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn_pink {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media (max-width: 1200px) {
  .btn_pink {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .btn_pink {
    font-size: 14px;
    min-width: 200px;
  }
}
.btn_pink:hover {
  color: #fff;
}
.btn_pink:hover:before {
  transform: translateY(0);
}
.btn_pink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(5px);
  border-radius: 90px;
  background: linear-gradient(275deg, #D359AA 0%, #DFB69F 100%);
  z-index: 1;
  transition: 0.3s all ease;
}
.btn_pink span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(275deg, #EA64BD 0%, #F5C9B0 100%);
  border-radius: 90px;
  padding: 20px 30px;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .btn_pink span {
    padding: 24px 20px;
  }
}
.btn_pink span img {
  display: block;
  margin: 0 4px;
}
@media (max-width: 991px) {
  .btn_pink span img {
    width: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.btn_pink__big span {
  padding: 34px 76px 34px 76px;
}
@media (max-width: 991px) {
  .btn_pink__big span {
    padding: 24px 20px;
  }
}
.btn_pink__stars .star {
  display: block;
  position: absolute;
  top: 12px;
  left: 17px;
  z-index: 4;
}
.btn_pink__stars .stars {
  display: block;
  position: absolute;
  bottom: 0;
  right: 13px;
  z-index: 4;
}
.btn_pink__magic span {
  padding: 34px;
}
@media (max-width: 991px) {
  .btn_pink__magic span {
    font-size: 14px;
    padding: 25px 15px;
  }
}
.btn_pink__magic .magic {
  display: block;
  position: absolute;
  bottom: 0;
  right: 13px;
  z-index: 4;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn_pink__ufo span {
  padding: 34px;
}
@media (max-width: 991px) {
  .btn_pink__ufo span {
    font-size: 14px;
    padding: 25px 15px;
  }
}
.btn_pink__ufo .ufo {
  display: block;
  position: absolute;
  bottom: 0;
  left: 17px;
  z-index: 4;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn_pink__tshirt span {
  padding: 34px 115px;
}
@media (max-width: 991px) {
  .btn_pink__tshirt span {
    padding: 25px 90px;
  }
}
.btn_pink__tshirt .thirt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 4;
}
.btn_white {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.btn_white:hover {
  color: #333;
}
.btn_white:hover:before {
  transform: translateY(0);
}
.btn_white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(5px);
  border-radius: 90px;
  background: #DDD;
  z-index: 1;
  transition: 0.3s all ease;
}
.btn_white span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 90px;
  padding: 20px 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .btn_white span {
    padding: 28px 68px;
  }
}
.btn_white span img {
  display: block;
  margin: 0 4px;
}
.btn_white__big span {
  padding: 34px 92px;
}
@media (max-width: 991px) {
  .btn_white__big span {
    padding: 28px 68px;
  }
}
.btn_white__bordered {
  position: relative;
  border-radius: 90px;
  border: 3px solid #F19CB6;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .btn_white__bordered {
    border-width: 2px;
    padding: 18px 20px;
  }
}
.btn_white__bordered:hover {
  transform: translateY(-5px);
}
.btn_white__bordered span {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(273deg, #EA64BD 0%, #F5C9B0 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_white__bordered span img {
  display: block;
  margin: 0 4px 0 0;
}
@media (max-width: 991px) {
  .btn_white__bordered span img {
    width: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

h1 {
  color: #FFF;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
  font-family: "Coco Gothic";
  font-size: 62px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h1 {
    color: #FFF;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
    font-family: "Coco Gothic";
    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  margin: 0 0 80px;
}
@media (max-width: 1200px) {
  h2 {
    margin: 0 0 50px;
  }
}
h2.colored_title {
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.05);
  font-family: "Coco Gothic";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(273deg, #EA64BD 0.63%, #F5C9B0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  h2.colored_title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h2.colored_title {
    font-size: 32px;
  }
}

h4 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

.input_wrapper {
  width: 100%;
  margin: 0 0 20px;
}
.input_wrapper input {
  width: 100%;
  border-radius: 90px;
  border: 2px solid #EA64BD;
  color: #AAA;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 70px;
  transition: 0.3s all ease;
}
.input_wrapper input:hover, .input_wrapper input:focus {
  color: #333;
}

.menu_box {
  display: none;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .menu_box {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .menu_box {
    margin: 0 0 0 5px;
  }
}
.menu_box.is-active {
  z-index: 9;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background: url("../img/burder_circle.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .hamburger {
    width: 35px;
    height: 35px;
  }
}
.hamburger .line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #EA64BD;
  margin: 0 0 4px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .hamburger .line {
    width: 14px;
    height: 2px;
    margin: 0 0 3px;
  }
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}

.mob_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.6s ease;
  padding: 115px 130px;
  height: 100vh;
  transform: translateX(-100%);
  background: #F2F6FF;
  padding: 80px 30px;
}
.mob_nav.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 150;
  overflow: auto;
  transform: translateX(0);
}
.mob_nav .close_burger {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
}
@media (max-width: 767px) {
  .mob_nav .close_burger {
    width: 35px;
    height: 35px;
  }
}
.mob_nav .close_burger img {
  display: block;
}
.mob_nav .mob_menu li {
  margin: 0 0 15px;
}
.mob_nav .mob_menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mob_nav .mob_menu li a.active img {
  transform: rotate(180deg);
}
.mob_nav .mob_menu li a img {
  display: block;
  margin: 0 0 0 15px;
  transition: 0.3s all ease;
}
.mob_nav .mob_menu li .header_dropdown {
  display: none;
  padding: 15px 15px 0 15px;
}

.jq-selectbox {
  cursor: pointer;
}
.jq-selectbox__select {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  min-height: 50px;
  padding: 0 40px 0 20px;
}
@media (max-width: 991px) {
  .jq-selectbox__select {
    min-height: 40px;
    padding: 0 30px 0 10px;
  }
}
.jq-selectbox__select-text {
  width: auto !important;
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .jq-selectbox__select-text {
    font-size: 13px;
  }
}
.jq-selectbox__trigger-arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/select-arr.svg") center no-repeat;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .jq-selectbox__trigger-arrow:after {
    right: 10px;
  }
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  transform: translateY(-50%) rotate(-180deg);
}
.jq-selectbox__dropdown {
  width: 100%;
  border: 1px solid #DCDFE8;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.jq-selectbox__dropdown ul {
  max-height: 200px;
  scrollbar-width: thin;
  scrollbar-color: #7d8392 #ebebeb;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #7d8392;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.jq-selectbox__dropdown ul li {
  padding: 12px;
  min-height: 48px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.selected {
  background: #F5F5F5;
}

.slick-arrow {
  display: none !important;
}

.section__sliderNav--arrows {
  z-index: 5;
}
.section__sliderNav--arrows button {
  z-index: 10;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section__sliderNav--arrows button {
    left: -5px;
  }
}
.section__sliderNav--arrows button:hover {
  transform: translateY(-50%) scale(1.1);
}
.section__sliderNav--arrows button.next {
  left: initial;
  right: 5px;
}
@media (max-width: 767px) {
  .section__sliderNav--arrows button.next {
    right: -5px;
  }
}
.section__sliderNav--arrows button img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .section__sliderNav--arrows button img {
    width: 50px;
    height: 50px;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.range_item {
  margin: 20px 0 60px 0;
}
.range_item .slider-range {
  border-radius: 10px !important;
  border: none !important;
  background: #E0E0E0 !important;
  height: 3px !important;
}
.range_item .slider-range .ui-widget-header {
  background: #EA64BD;
  border-radius: 10px !important;
}
.range_item .slider-range .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #EA64BD;
  background: #fff;
  cursor: pointer;
}

.breadcrumbs {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin: 0 0 30px;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumbs ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #EF8CB5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin: 0 30px 0 0;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .breadcrumbs ul li a {
    font-size: 14px;
  }
}
.breadcrumbs ul li a:hover {
  border-color: #EF8CB5;
}
.breadcrumbs ul li a:after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/chevron_right.svg") center no-repeat;
}
.breadcrumbs ul li span {
  display: block;
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid transparent;
}

.dropdown_info .info {
  padding: 3px;
  background: linear-gradient(270deg, #F5C9B0 0%, #EA64BD 100%);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  margin: 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dropdown_info .info {
    border-radius: 20px;
  }
}
.dropdown_info .info .info_wrapper {
  transition: 0.3s all ease;
}
.dropdown_info .info .info_wrapper.active {
  background: #FFF;
}
.dropdown_info .info .info_wrapper.active .title_dropdown__info {
  background: linear-gradient(270deg, #F5C9B0 0%, #EA64BD 100%);
  color: #fff;
}
.dropdown_info .info .info_wrapper.active .title_dropdown__info .collapse_plus .vertical {
  transform: translate(-50%, -50%) rotate(-270deg);
}
.dropdown_info .info .info_wrapper.active .title_dropdown__info .collapse_plus small {
  background: #fff;
}
.dropdown_info .info .info_wrapper {
  border-radius: 40px;
  background: #F2F6FF;
}
@media (max-width: 767px) {
  .dropdown_info .info .info_wrapper {
    border-radius: 20px;
  }
}
.dropdown_info .info .title_dropdown__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 75px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 40px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .dropdown_info .info .title_dropdown__info {
    font-size: 16px;
    padding: 24px 30px;
  }
}
@media (max-width: 767px) {
  .dropdown_info .info .title_dropdown__info {
    border-radius: 20px;
    font-size: 14px;
    padding: 24px 20px;
  }
}
.dropdown_info .info .title_dropdown__info .collapse_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  position: relative;
}
.dropdown_info .info .title_dropdown__info .collapse_plus small {
  display: block;
  background: #EA64BD;
  transition: 0.3s all ease;
}
.dropdown_info .info .title_dropdown__info .collapse_plus .horizontal {
  width: 18px;
  height: 5px;
}
.dropdown_info .info .title_dropdown__info .collapse_plus .vertical {
  width: 5px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
.dropdown_info .info .default-submenu {
  display: none;
  padding: 40px 80px;
}
@media (max-width: 991px) {
  .dropdown_info .info .default-submenu {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .dropdown_info .info .default-submenu {
    padding: 20px;
  }
}
.dropdown_info .info .default-submenu p {
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 991px) {
  .dropdown_info .info .default-submenu p {
    font-size: 14px;
  }
}

.form_radio_btn {
  display: block;
}
.form_radio_btn label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 35px;
  color: #909090;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 22px;
}
@media (max-width: 991px) {
  .form_radio_btn label {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.form_radio_btn label:hover {
  transform: scale(1.15);
}

.form_radio_btn input[type=radio] {
  display: none;
}

.form_radio_btn input[type=radio]:checked + label {
  background: linear-gradient(111deg, #F5C9B0 0%, #EA64BD 100%);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.jq-number {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 105px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.jq-number__spin {
  cursor: pointer;
}
.jq-number__spin.minus {
  order: 1;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #F5C9B0 0%, #EA64BD 100%);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .jq-number__spin.minus {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
  }
}
.jq-number__spin.minus:before {
  content: "-";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.jq-number__spin.plus {
  order: 3;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, #F5C9B0 0%, #EA64BD 100%);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .jq-number__spin.plus {
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px;
  }
}
.jq-number__spin.plus:before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.jq-number__field {
  order: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.jq-number__field input {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
  color: #909090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  .jq-number__field input {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  margin: 0 0 20px 20px;
}
.check p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .check p {
    font-size: 14px;
  }
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark {
  background: #F19CB6;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  position: relative;
  height: 30px;
  width: 30px;
  min-width: 30px;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #F19CB6;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 45%;
  width: 7px;
  height: 14px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}/*# sourceMappingURL=app.css.map */