@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@font-face {
  font-family: "GP";
  src: url(../fonts/GothamPro-Light.eot);
  src: local("😥"), url(../fonts/GothamPro-Light.woff) format("woff"), url(../fonts/GothamPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GP";
  src: url(../fonts/GothamPro.eot);
  src: local("😥"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GP";
  src: url(../fonts/GothamPro-Medium.eot);
  src: local("😥"), url(../fonts/GothamPro-Medium.woff) format("woff"), url(../fonts/GothamPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GP";
  src: url(../fonts/GothamPro-Bold.eot);
  src: local("😥"), url(../fonts/GothamPro-Bold.woff) format("woff"), url(../fonts/GothamPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GP";
  src: url(../fonts/GothamPro-Black.eot);
  src: local("😥"), url(../fonts/GothamPro-Black.woff) format("woff"), url(../fonts/GothamPro-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
.select__list, .solution__item-list, .our-help__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-block__item-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  color: #010101;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

* {
  outline: none;
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=submit] {
  cursor: pointer;
}

h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 131px;
  letter-spacing: -0.03em;
}

h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  letter-spacing: -0.03em;
}

h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}

p.error {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: red;
  margin: 10px 0;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.holder-block {
  overflow: hidden;
  position: relative;
  height: 100%;
}

body.content-page .wrapper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  body.content-page .wrapper {
    overflow: hidden;
  }
}

.content-title {
  font-size: 50px;
  font-weight: 900;
  color: #010101;
}
.content-title span {
  color: #ff4f5b;
}
@media only screen and (max-width: 1249px) {
  .content-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .content-title {
    font-size: 32px;
  }
}

.content-section {
  margin: 140px 0 52px;
}

@media only screen and (max-width: 1300px) {
  .content-section .main-section__bottom {
    padding: 0 20px;
  }
}
.content-section__inner {
  max-width: 1265px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  .content-section__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .content-section__inner {
    flex-direction: column;
    align-items: center;
  }
}
.content-section__title {
  font-family: "GP", sans-serif;
  font-weight: 900;
  font-size: 60px;
  margin-bottom: 30px;
}
.content-section__title span {
  color: #ff4f5b;
}
@media only screen and (max-width: 1023px) {
  .content-section__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content-section__title {
    font-size: 32px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.content-section__text {
  font-size: 18px;
  color: #010101;
  max-width: 325px;
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .content-section__text {
    max-width: 100%;
    text-align: center;
  }
}
.content-section__content {
  max-width: 456px;
  width: 100%;
  flex-basis: 456px;
  padding-top: 220px;
}
@media only screen and (max-width: 1200px) {
  .content-section__content {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .content-section__content {
    flex-basis: auto;
    padding: 0;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-section__content {
    margin: 0 auto;
  }
  .content-section__content .main-button {
    margin: 0 auto;
  }
}
.content-section__image {
  position: relative;
  max-width: 780px;
  width: 100%;
  flex-basis: 780px;
}
.content-section__image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 678px;
  height: 678px;
  background-color: #f7f7f7;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .content-section__image {
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-section__image::before {
    display: none;
  }
}
.content-section__picture {
  padding-top: 72px;
}
.content-section__picture .main-section__video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.content-section__picture {
  margin-bottom: 50px;
}
.content-section__description {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}
.content-section__caption {
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.content-section__info {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: right;
  margin-top: -30px;
  margin-right: 80px;
}
@media only screen and (max-width: 1200px) {
  .content-section__info {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .content-section__info {
    display: none;
  }
}
.content-section__info-image {
  margin-bottom: 10px;
}
.content-section__info-text {
  font-size: 16px;
  color: #375a63;
  text-align: center;
}

.subscribe-now {
  margin-bottom: 50px;
  padding-top: 100px;
}
.subscribe-now__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1249px) {
  .subscribe-now__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-now {
    padding-top: 50px;
  }
  .subscribe-now__inner {
    flex-direction: column;
  }
}
.subscribe-now__content {
  max-width: 500px;
  width: 100%;
  flex-basis: 500px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .subscribe-now__content {
    flex-basis: auto;
    margin: 0 auto 40px;
  }
  .subscribe-now__content .main-button {
    margin: 0 auto;
  }
}
.subscribe-now__form {
  max-width: 630px;
  width: 100%;
  flex-basis: 630px;
  border-radius: 10px;
  box-shadow: 0px 75px 133px 0px rgba(41, 34, 27, 0.16);
  background: #fff;
  padding: 50px 60px 60px;
}
.subscribe-now__form .range-block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1249px) {
  .subscribe-now__form {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-now__form {
    flex-basis: auto;
    padding: 50px 60px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .subscribe-now__form {
    padding: 50px 20px 60px;
  }
}
.subscribe-now__title {
  font-size: 50px;
  line-height: 1.2;
  color: #010101;
  font-weight: 700;
  margin-bottom: 40px;
}
.subscribe-now__title span {
  color: #ff4f5b;
}
@media only screen and (max-width: 1249px) {
  .subscribe-now__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .subscribe-now__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-now__title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.subscribe-now__row {
  width: 100%;
  margin-bottom: 32px;
}
.subscribe-now__text {
  font-size: 20px;
  color: #010101;
  margin-bottom: 30px;
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .subscribe-now__text {
    text-align: center;
    font-size: 18px;
  }
}
.subscribe-now__form-text {
  font-size: 20px;
  color: #010101;
  text-align: center;
  margin-bottom: 20px;
}
.subscribe-now__form-caption {
  font-size: 20px;
  color: #ff4f5b;
  text-align: center;
}
.subscribe-now__info {
  position: absolute;
  bottom: -17%;
  left: 29%;
}
@media only screen and (max-width: 1249px) {
  .subscribe-now__info {
    bottom: -22%;
    left: 21%;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-now__info {
    display: none;
  }
}
.subscribe-now__info-image {
  margin-bottom: 12px;
  text-align: right;
}
.subscribe-now__info-text {
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #375a63;
}

.range-block__label {
  font-size: 20px;
  font-weight: 500;
  color: #010101;
  padding-left: 15px;
  margin-bottom: 15px;
}
.range-block__value {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #010101;
}
.range-block__box .rangeslider--horizontal {
  height: 10px;
  background: #f0f0f0;
  border: 1px solid #a7a7a7;
}
.range-block__box .rangeslider__handle {
  width: 19px;
  height: 19px;
  background: #646464;
}
.range-block__box .rangeslider__handle::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.services-block {
  margin-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .services-block {
    margin-bottom: 120px;
  }
}
.services-block__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .services-block__inner {
    padding: 0 20px;
  }
}
.services-block__title {
  font-size: 50px;
  font-weight: 900;
  color: #010101;
  text-align: center;
  margin-bottom: 65px;
}
.services-block__title span {
  color: #ff4f5b;
}
@media only screen and (max-width: 1249px) {
  .services-block__title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .services-block__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .services-block__title {
    font-size: 32px;
  }
}
.services-block__list {
  margin: 0 -15px;
}
.services-block__list .slick-list {
  padding: 0 !important;
}
.services-block__list .slider-arrow {
  border: none;
}
.services-block__list .slider-arrow.prev-arrow {
  transform: rotate(-180deg);
}
.services-block__list .slick-dots {
  bottom: -50px;
}
.services-block__list .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff4f5b;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.services-block__list .slick-dots li.slick-active {
  background: #ff4f5b;
}
.services-block__list .slick-dots li button::before {
  display: none;
}
.services-block__item {
  max-width: 400px;
  width: 100%;
  background: #f7f7f7;
  padding: 65px 45px 52px;
  border-radius: 10px;
  margin: 0 15px;
  transition: 0.3s ease-in-out;
}
.services-block__item.slick-current.slick-active {
  background: #ff4f5b;
}
.services-block__item.slick-current.slick-active .services-block__item-subtitle,
.services-block__item.slick-current.slick-active .services-block__item-text,
.services-block__item.slick-current.slick-active .services-block__item-title {
  color: #fff;
}
.services-block__item.slick-current.slick-active .services-block__item-subtitle::before,
.services-block__item.slick-current.slick-active .services-block__item-text::before,
.services-block__item.slick-current.slick-active .services-block__item-title::before {
  background: #fff;
}
.services-block__item.slick-current.slick-active .services-block__item-button {
  border-color: #fff;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .services-block__item.slick-current.slick-active .services-block__item-button:hover {
    color: #010101;
    background: #fff;
  }
}
.services-block__item-subtitle {
  font-size: 16px;
  color: #010101;
  margin-bottom: 60px;
}
.services-block__item-title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #010101;
  margin-bottom: 90px;
  min-height: 92px;
}
.services-block__item-title span {
  display: block;
}
.services-block__item-title::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 3px;
  background: #010101;
  left: 0;
  bottom: -50px;
}
.services-block__item-text {
  font-size: 20px;
  color: #010101;
  margin-bottom: 75px;
}
.services-block__item-button {
  max-width: 180px;
  width: 100%;
  height: 52px;
  border: 2px solid #010101;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  color: #010101;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .services-block__item-button:hover {
    background: #010101;
    color: #fff;
  }
}

.site-rule {
  margin-bottom: 165px;
}
@media only screen and (max-width: 767px) {
  .site-rule {
    margin-bottom: 100px;
  }
}
.site-rule__inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .site-rule__inner {
    padding: 0 20px;
  }
}
.site-rule__title {
  font-size: 50px;
  font-weight: 900;
  color: #010101;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 1249px) {
  .site-rule__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-rule__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__title {
    font-size: 32px;
  }
}
.site-rule__text {
  font-size: 20px;
  color: #010101;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .site-rule__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__image {
    margin: 0 -20px;
  }
}
.site-rule__wrap {
  position: relative;
}
.site-rule__item {
  position: absolute;
  font-size: 16px;
  color: #010101;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .site-rule__item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .site-rule__item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item {
    font-size: 8px;
  }
}
.site-rule__item.item-1 {
  top: 6%;
  left: 14%;
  max-width: 100px;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-1 {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-1 {
    top: 4%;
    left: 5%;
  }
}
.site-rule__item.item-2 {
  top: 6%;
  left: 28%;
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-2 {
    left: 24%;
    top: 3%;
  }
}
.site-rule__item.item-3 {
  top: 9%;
  left: 38%;
  max-width: 100px;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-3 {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-3 {
    top: 7%;
    left: 33%;
  }
}
.site-rule__item.item-4 {
  top: 10%;
  right: 35%;
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-4 {
    top: 8%;
    right: 31%;
  }
}
.site-rule__item.item-5 {
  top: 47%;
  right: 9%;
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-5 {
    top: 46%;
    right: 1%;
  }
}
.site-rule__item.item-6 {
  top: 56%;
  right: 10%;
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-6 {
    right: 2%;
  }
}
.site-rule__item.item-7 {
  max-width: 100px;
  bottom: 20%;
  right: 3%;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-7 {
    max-width: 80px;
    right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-7 {
    right: -6%;
    bottom: -2px;
  }
}
.site-rule__item.item-8 {
  bottom: 4%;
  right: 33%;
  max-width: 100px;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-8 {
    max-width: 60px;
    bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-8 {
    right: 26%;
  }
}
.site-rule__item.item-9 {
  bottom: -2%;
  left: 48%;
  max-width: 80px;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-9 {
    max-width: 60px;
    bottom: -3%;
    left: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-9 {
    bottom: -7%;
    left: 42%;
  }
}
.site-rule__item.item-10 {
  bottom: 22%;
  left: 10%;
  max-width: 80px;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-10 {
    max-width: 60px;
    left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-10 {
    max-width: 50px;
    left: -1%;
    bottom: 16%;
  }
}
.site-rule__item.item-11 {
  bottom: 46%;
  left: 21%;
}
@media only screen and (max-width: 991px) {
  .site-rule__item.item-11 {
    left: 19%;
  }
}
@media only screen and (max-width: 767px) {
  .site-rule__item.item-11 {
    left: 13%;
  }
}

.we-write {
  margin-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .we-write {
    margin-bottom: 100px;
  }
}
.we-write__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  .we-write__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .we-write__inner {
    flex-direction: column;
    align-items: center;
  }
}
.we-write__content {
  top: 120px;
  position: sticky;
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
  margin-right: 20px;
}
@media only screen and (max-width: 1249px) {
  .we-write__content {
    flex-shrink: 0;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  .we-write__content {
    position: static;
    top: 0;
    max-width: 100%;
    flex-shrink: none;
    text-align: center;
    margin: 0 auto 50px;
  }
  .we-write__content .main-button {
    margin: 0 auto;
  }
}
.we-write__box {
  position: relative;
  max-width: 830px;
  width: 100%;
  flex-basis: 830px;
}
@media only screen and (max-width: 1023px) {
  .we-write__box {
    flex-basis: auto;
  }
}
.we-write__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.we-write__list .slick-dots {
  bottom: -45px;
}
.we-write__list .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff4f5b;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.we-write__list .slick-dots li.slick-active {
  background: #ff4f5b;
}
.we-write__list .slick-dots li button::before {
  display: none;
}
.we-write__image {
  margin-bottom: 25px;
}
.we-write__title {
  font-size: 50px;
  font-weight: 900;
  color: #010101;
  margin-bottom: 70px;
}
.we-write__title span {
  color: #ff4f5b;
}
@media only screen and (max-width: 1249px) {
  .we-write__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .we-write__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .we-write__image {
    display: none;
  }
  .we-write__content {
    flex-basis: 0;
  }
  .we-write__title {
    font-size: 32px;
  }
}
.we-write__item {
  max-width: calc(50% - 30px);
  width: 100%;
  flex-basis: calc(50% - 30px);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 65px 48px 60px;
  margin: 0 15px 30px;
  cursor: pointer;
  transition: 2.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .we-write__item:hover {
    background: #fff;
    box-shadow: 0px 75px 133px 0px rgba(41, 34, 27, 0.16);
  }
  .we-write__item:hover .we-write__item-icon svg {
    stroke: #ff4f5b;
    fill: #ff4f5b;
  }
}
@media only screen and (max-width: 767px) {
  .we-write__item {
    max-width: 100%;
    flex-basis: auto;
    padding: 50px 30px;
    margin: 0 15px;
  }
}
.we-write__item-icon {
  margin-bottom: 30px;
}
.we-write__item-icon svg {
  fill: #010101;
  stroke: #010101;
  width: 80px;
  height: 82px;
  transition: 0.3s ease-in-out;
}
.we-write__item-title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #010101;
  margin-bottom: 85px;
}
.we-write__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 50px;
  height: 3px;
  background: #010101;
}
@media only screen and (max-width: 767px) {
  .we-write__item-title {
    font-size: 28px;
    margin-bottom: 85px;
  }
}
.we-write__item-text {
  font-size: 20px;
  line-height: 26px;
  color: #010101;
  min-height: 78px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.we-write__bottom {
  position: absolute;
  bottom: 30px;
  left: -40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.we-write__bottom-image {
  margin-bottom: 18px;
}
.we-write__bottom-text {
  max-width: 175px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #375a63;
}

.good-quality {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .good-quality {
    margin-bottom: 100px;
  }
}
.good-quality__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .good-quality__inner {
    padding: 0 20px;
  }
}
.good-quality__title {
  font-size: 50px;
  font-weight: 900;
  color: #010101;
  max-width: 315px;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1249px) {
  .good-quality__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .good-quality__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .good-quality__title {
    font-size: 32px;
    text-align: center;
  }
}
.good-quality__box {
  background: #fff;
  box-shadow: 0px 75px 133px 0px rgba(41, 34, 27, 0.16);
  padding: 60px 65px 35px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .good-quality__box {
    padding: 40px 20px 5px;
  }
}
.good-quality__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.good-quality__list .slick-dots {
  bottom: 20px;
}
.good-quality__list .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff4f5b;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.good-quality__list .slick-dots li.slick-active {
  background: #ff4f5b;
}
.good-quality__list .slick-dots li button::before {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .good-quality__list {
    margin: 0 -20px;
  }
}
.good-quality__item {
  max-width: calc(33.33333% - 90px);
  width: 100%;
  flex-basis: calc(33.33333% - 90px);
  margin: 0 45px 65px;
}
@media only screen and (max-width: 1300px) {
  .good-quality__item {
    max-width: calc(33.33333% - 40px);
    flex-basis: calc(33.33333% - 40px);
    margin: 0 20px 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .good-quality__item {
    max-width: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .good-quality__item {
    max-width: 100%;
    flex-basis: auto;
  }
}
.good-quality__item-icon {
  margin-bottom: 20px;
  cursor: pointer;
}
.good-quality__item-icon svg {
  width: 74px;
  height: 72px;
  stroke: #ff4f5b;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .good-quality__item-icon:hover svg {
    transform: scale(1.2);
  }
}
.good-quality__item-title {
  font-size: 40px;
  font-weight: 900;
  color: #010101;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1300px) {
  .good-quality__item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .good-quality__item-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.good-quality__item-text {
  font-size: 20px;
  line-height: 26px;
  color: #010101;
}
@media only screen and (max-width: 767px) {
  .good-quality__item-text {
    font-size: 18px;
  }
}

.advantages {
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .advantages {
    margin-bottom: 70px;
  }
}
.advantages__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.advantages__inner .content-title {
  text-align: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1249px) {
  .advantages__inner .content-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .advantages__inner .content-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__inner .content-title {
    font-size: 32px;
    text-align: center;
  }
}
@media only screen and (max-width: 1300px) {
  .advantages__inner {
    padding: 0 20px;
  }
}
.advantages__text {
  max-width: 1120px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  color: #010101;
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .advantages__text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.advantages__box {
  background: #fff;
  box-shadow: 0px 75px 133px 0px rgba(41, 34, 27, 0.16);
  border-radius: 10px;
  padding: 55px 65px 70px;
}
@media only screen and (max-width: 1200px) {
  .advantages__box {
    padding: 55px 20px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__box {
    padding: 55px 20px 30px;
  }
}
.advantages__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .advantages__head {
    padding: 0;
  }
}
.advantages__head-item {
  font-size: 20px;
  font-weight: 500;
  color: #010101;
}
.advantages__head-item:last-of-type {
  max-width: 315px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .advantages__head-item:last-of-type {
    max-width: 220px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .advantages__head-item:last-of-type {
    max-width: 185px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__head-item:last-of-type {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__head-item {
    font-size: 14px;
  }
}
.advantages__list {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .advantages__list {
    margin-bottom: 30px;
  }
}
.advantages__item {
  border-bottom: 2px solid #e2e2e2;
}
.advantages__item-title {
  position: relative;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  font-size: 20px;
  color: #010101;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.advantages__item-title::after {
  content: "";
  border-bottom: 2px solid #010101;
  border-right: 2px solid #010101;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 35px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.advantages__item-title small {
  font-size: 20px;
  max-width: 285px;
  width: 100%;
  margin-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .advantages__item-title:hover {
    color: #fff;
    background: rgba(255, 79, 91, 0.9);
  }
  .advantages__item-title:hover::after {
    border-color: #fff;
  }
}
.advantages__item-title.active {
  background: #ff4f5b;
  color: #fff;
}
.advantages__item-title.active::after {
  border-color: #fff;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .advantages__item-title small {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .advantages__item-title small {
    max-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__item-title {
    padding: 15px 10px;
    font-size: 14px;
  }
  .advantages__item-title small {
    max-width: 90px;
    font-size: 14px;
  }
  .advantages__item-title::after {
    margin-top: -7px;
    right: 15px;
  }
}
.advantages__item-content {
  display: none;
}
.advantages__item-text {
  padding: 16px 25px;
  display: flex;
  align-items: center;
  background: #d2353f;
  color: #fff;
  font-size: 18px;
}
.advantages__item-text svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .advantages__item-text {
    padding: 10px;
    font-size: 14px;
  }
  .advantages__item-text svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.advantages__bottom {
  position: relative;
}
.advantages__bottom-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -45px;
}
@media only screen and (max-width: 1200px) {
  .advantages__bottom-list {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__bottom-list {
    flex-direction: column;
    margin: 0;
  }
}
.advantages__bottom-item {
  max-width: calc(50% - 90px);
  width: 100%;
  flex-basis: calc(50% - 90px);
  margin: 0 45px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .advantages__bottom-item {
    max-width: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__bottom-item {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 30px;
  }
}
.advantages__bottom-icon {
  margin-right: 35px;
  flex-shrink: 0;
}
.advantages__bottom-icon svg {
  width: 130px;
  height: 130px;
  stroke: #d1d1d1;
}
@media only screen and (max-width: 991px) {
  .advantages__bottom-icon {
    margin-right: 20px;
  }
  .advantages__bottom-icon svg {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__bottom-icon svg {
    width: 60px;
    height: 60px;
  }
}
.advantages__bottom-text {
  font-size: 38px;
  font-weight: 900;
  color: #010101;
}
.advantages__bottom-text span {
  display: block;
  color: #ff4f5b;
}
@media only screen and (max-width: 1200px) {
  .advantages__bottom-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .advantages__bottom-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__bottom-text {
    font-size: 24px;
  }
}
.advantages__bottom-box {
  position: absolute;
  right: 25%;
  bottom: -280px;
}
@media only screen and (max-width: 1200px) {
  .advantages__bottom-box {
    bottom: -300px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages__bottom-box {
    display: none;
  }
}
.advantages__bottom-image {
  margin-bottom: 15px;
}
.advantages__bottom-caption {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #375a63;
}

.choose-block {
  margin-bottom: 195px;
}
@media only screen and (max-width: 767px) {
  .choose-block {
    margin-bottom: 100px;
  }
}
.choose-block__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.choose-block__inner .content-title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .choose-block__inner .content-title {
    text-align: center;
  }
}
@media only screen and (max-width: 1300px) {
  .choose-block__inner {
    padding: 0 20px;
  }
}
.choose-block__main {
  padding: 70px 50px;
  background: #fff;
  box-shadow: 0px 75px 133px 0px rgba(41, 34, 27, 0.16);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .choose-block__main {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-block__main {
    padding: 50px 20px 30px;
  }
}
.choose-block__step {
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: 0.3s ease-in-out;
}
.choose-block__step.step-loading {
  width: 100%;
}
.choose-block__step.hide {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.choose-block__step-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .choose-block__step-inner {
    flex-direction: column;
  }
}
.choose-block__step-left {
  position: sticky;
  top: 120px;
  max-width: 350px;
  width: 100%;
  flex-basis: 350px;
  margin-right: 10px;
}
.choose-block__step-left .content-title {
  max-width: 250px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .choose-block__step-left {
    top: 0;
    position: static;
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 30px;
    text-align: center;
  }
  .choose-block__step-left .content-title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.choose-block__step-right {
  max-width: 760px;
  width: 100%;
  flex-basis: 760px;
}
@media only screen and (max-width: 767px) {
  .choose-block__step-right {
    max-width: 100%;
    flex-basis: auto;
  }
}
.choose-block__step-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}
.choose-block__step-text {
  max-width: 280px;
  width: 100%;
  font-size: 20px;
  color: #010101;
}
@media only screen and (max-width: 767px) {
  .choose-block__step-text {
    max-width: 100%;
  }
}
.choose-block__step-item {
  border-radius: 48px;
  background: transparent;
  padding: 50px 10px 35px 40px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .choose-block__step-item:hover {
    background: #f2f2f2;
  }
  .choose-block__step-item:hover .choose-block__step-title {
    color: #ff4f5b;
  }
}
@media only screen and (max-width: 767px) {
  .choose-block__step-item {
    padding: 30px 10px;
  }
}
.choose-block__step-title {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 900;
  color: #010101;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.choose-block__step-title svg {
  stroke: #ff4f5b;
  fill: #ff4f5b;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .choose-block__step-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-block__step-title {
    font-size: 26px;
  }
  .choose-block__step-title svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
.choose-block__step-content {
  font-size: 20px;
  color: #010101;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .choose-block__step-content {
    font-size: 18px;
    padding-left: 45px;
  }
}
.choose-block__form-image {
  text-align: center;
  margin: 0 auto 30px;
}
.choose-block__form-title {
  font-size: 40px;
  font-weight: 900;
  color: #010101;
  text-align: center;
  margin-bottom: 20px;
}
.choose-block__form-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.choose-block__form form {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.choose-block__form form .main-input {
  background: #f2f2f2;
  text-align: center;
  padding: 0 20px;
}

.oneclick-work {
  margin-bottom: 120px;
  overflow: hidden;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .oneclick-work {
    margin-bottom: 0;
  }
}
.oneclick-work__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.oneclick-work__inner .content-title {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 0 auto 42px;
}
@media only screen and (max-width: 1300px) {
  .oneclick-work__inner {
    padding: 0 20px;
  }
}
.oneclick-work__text {
  font-size: 20px;
  color: #010101;
  text-align: center;
  margin-bottom: 40px;
}
.oneclick-work__box {
  position: relative;
}
.oneclick-work__info {
  position: absolute;
  top: -50px;
  left: 25px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .oneclick-work__info {
    top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__info {
    display: none;
  }
}
.oneclick-work__info-image {
  margin-bottom: 20px;
}
.oneclick-work__info-text {
  max-width: 215px;
  width: 100%;
  font-size: 16px;
  color: #375a63;
  text-align: center;
  margin-left: -60px;
}
.oneclick-work__wrap {
  position: relative;
  width: 100%;
  height: 985px;
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap {
    height: 785px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    height: 385px;
  }
}
.oneclick-work__wrap .oneclick-main-1 {
  position: absolute;
  top: 15%;
  left: 10%;
  transition: 0.05s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-main-1 {
    max-width: 90%;
    left: 3%;
  }
}
.oneclick-work__wrap .oneclick-main-2 {
  position: absolute;
  top: 5%;
  left: 10%;
  transition: 0.05s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-main-2 {
    max-width: 90%;
    left: 3%;
  }
}
.oneclick-work__wrap .oneclick-lg-trigger-1 {
  position: absolute;
  left: 0;
  top: 45%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-lg-trigger-1 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-lg-trigger-1 {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-lg-trigger-1 {
    max-width: 60px;
    left: -2%;
    top: 36%;
  }
}
.oneclick-work__wrap .oneclick-lg-trigger-2 {
  position: absolute;
  left: 40%;
  top: 5%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-lg-trigger-2 {
    max-width: 200px;
    left: 45%;
    top: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-lg-trigger-2 {
    max-width: 150px;
    top: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-lg-trigger-2 {
    max-width: 60px;
    top: 9%;
    left: 40%;
  }
}
.oneclick-work__wrap .oneclick-lg-trigger-3 {
  position: absolute;
  right: -5%;
  top: 45%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-lg-trigger-3 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-lg-trigger-3 {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-lg-trigger-3 {
    max-width: 60px;
    right: -2%;
    top: 35%;
  }
}
.oneclick-work__wrap .oneclick-lg-trigger-4 {
  position: absolute;
  right: 40%;
  bottom: -3%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-lg-trigger-4 {
    max-width: 200px;
    bottom: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-lg-trigger-4 {
    max-width: 150px;
    bottom: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-lg-trigger-4 {
    max-width: 60px;
    bottom: 24%;
  }
}
.oneclick-work__wrap .oneclick-md-trigger-1 {
  position: absolute;
  top: 17%;
  left: 17%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-md-trigger-1 {
    max-width: 140px;
    top: 22%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-md-trigger-1 {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-md-trigger-1 {
    max-width: 40px;
    top: 19%;
  }
}
.oneclick-work__wrap .oneclick-md-trigger-2 {
  position: absolute;
  top: 16%;
  right: 14%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-md-trigger-2 {
    max-width: 140px;
    top: 24%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-md-trigger-2 {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-md-trigger-2 {
    max-width: 40px;
    top: 20%;
  }
}
.oneclick-work__wrap .oneclick-md-trigger-3 {
  position: absolute;
  bottom: 10%;
  left: 18%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-md-trigger-3 {
    max-width: 140px;
    bottom: 19%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-md-trigger-3 {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-md-trigger-3 {
    max-width: 40px;
    bottom: 34%;
  }
}
.oneclick-work__wrap .oneclick-md-trigger-4 {
  position: absolute;
  bottom: 15%;
  right: 17%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-md-trigger-4 {
    max-width: 100px;
    bottom: 20%;
    right: 11%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-md-trigger-4 {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-md-trigger-4 {
    max-width: 25px;
    bottom: 35%;
    right: 15%;
  }
}
.oneclick-work__wrap .oneclick-sm-trigger-1 {
  position: absolute;
  top: 19%;
  left: 33%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-sm-trigger-1 {
    max-width: 100px;
    top: 26%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-sm-trigger-1 {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-sm-trigger-1 {
    max-width: 30px;
    top: 20%;
  }
}
.oneclick-work__wrap .oneclick-sm-trigger-2 {
  position: absolute;
  bottom: 15%;
  right: 30%;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__wrap .oneclick-sm-trigger-2 {
    max-width: 100px;
    bottom: 23%;
  }
}
@media only screen and (max-width: 991px) {
  .oneclick-work__wrap .oneclick-sm-trigger-2 {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__wrap .oneclick-sm-trigger-2 {
    max-width: 30px;
    bottom: 35%;
    right: 32%;
  }
}
.oneclick-work__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .oneclick-work__middle {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .oneclick-work__middle {
    margin-top: -30px;
    margin-left: 0;
  }
}

.our-help {
  margin-bottom: 70px;
  overflow: hidden;
}
.our-help__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.our-help__inner .content-title {
  text-align: center;
  margin: 0 auto 25px;
}
.our-help__inner .main-button {
  max-width: 275px;
  margin: 0 auto 65px;
}
@media only screen and (max-width: 1300px) {
  .our-help__inner {
    padding: 0 20px;
  }
}
.our-help__text {
  font-size: 20px;
  color: #010101;
  text-align: center;
  margin-bottom: 60px;
}
.our-help__box {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .our-help__box {
    margin-bottom: 50px;
  }
}
.our-help__triggers {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -86px;
}
.our-help__triggers .slick-dots {
  bottom: -10px;
}
.our-help__triggers .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff4f5b;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.our-help__triggers .slick-dots li.slick-active {
  background: #ff4f5b;
}
.our-help__triggers .slick-dots li button::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .our-help__triggers {
    margin: 0 -20px;
  }
}
.our-help__trigger {
  max-width: calc(33.33333% - 172px);
  width: 100%;
  flex-basis: calc(33.33333% - 172px);
  margin: 0 86px;
}
@media only screen and (max-width: 991px) {
  .our-help__trigger {
    max-width: calc(33.33333% - 40px);
    flex-basis: calc(33.33333% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-help__trigger {
    max-width: 100%;
    flex-basis: auto;
    margin-bottom: 50px;
  }
}
.our-help__trigger-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 155px;
  width: 100%;
  height: 140px;
  margin: 0 auto 10px;
}
.our-help__trigger-text {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #375a63;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .our-help__trigger-text {
    max-width: 100%;
  }
}
.our-help__select {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
.our-help__select.hide {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .our-help__select {
    justify-content: center;
  }
}
.our-help__select-button {
  border-radius: 50px;
  border: 4px solid #000;
  max-width: 490px;
  width: 100%;
  height: 505px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .our-help__select-button:hover {
    background: #fff;
    box-shadow: 0px 75px 133px 0px rgba(41, 34, 27, 0.16);
    border-color: transparent;
  }
  .our-help__select-button:hover .our-help__select-button-title {
    color: #ff4f5b;
  }
}
@media only screen and (max-width: 1023px) {
  .our-help__select-button {
    max-width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .our-help__select-button {
    max-width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .our-help__select-button {
    max-width: 130px;
    height: 130px;
    border-radius: 10px;
    border-width: 2px;
  }
}
.our-help__select-button-image {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .our-help__select-button-image {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .our-help__select-button-image {
    max-width: 45px;
    margin-bottom: 10px;
  }
}
.our-help__select-button-title {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .our-help__select-button-title {
    font-size: 20px;
  }
}
.our-help__select-vs {
  margin: 0 10px;
}
.our-help__select-vs svg {
  width: 72px;
  height: 72px;
  fill: #c5c4c4;
}
@media only screen and (max-width: 767px) {
  .our-help__select-vs svg {
    width: 40px;
    height: 40px;
  }
}
.our-help__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: 0.3s ease-in-out;
}
.our-help__info.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  .our-help__info {
    flex-direction: column;
  }
}
.our-help__info-content {
  padding-top: 24px;
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .our-help__info-content {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 auto 30px;
  }
}
.our-help__info-video {
  position: relative;
  max-width: 772px;
  width: 100%;
  flex-basis: 770px;
  border-radius: 50px;
  overflow: hidden;
}
.our-help__info-video iframe {
  border: none;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .our-help__info-video {
    max-width: 100%;
    flex-basis: auto;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .our-help__info-video {
    height: 200px;
  }
}
.our-help__info-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 24px;
  color: #010101;
}
.our-help__info-title span {
  color: #ff4f5b;
  display: block;
}
.our-help__info-text {
  font-size: 20px;
  color: #010101;
  margin-bottom: 40px;
}
.our-help__info-list li {
  border: 2px solid #a0a0a0;
  max-width: 100%;
  width: 100%;
  height: 56px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  font-size: 20px;
  color: #010101;
}
.our-help__info-list li + li {
  margin-top: 22px;
}
@media only screen and (max-width: 1300px) {
  .our-help__info-list li {
    padding: 0 20px;
  }
}

.solution {
  background: #f6f6f6;
  padding: 80px 0;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .solution {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.solution__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.solution__inner .content-title {
  max-width: 730px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1200px) {
  .solution__inner {
    padding: 0 20px;
  }
}
.solution__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .solution__head {
    overflow-x: auto;
    padding: 0 0 15px;
  }
}
.solution__head-item {
  position: relative;
  max-width: 202px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  font-size: 20px;
  color: #010101;
}
.solution__head-item a {
  color: #010101;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.solution__head-item a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 3px;
  background: #ff4f5b;
  transition: 0.3s ease-in-out;
}
.solution__head-item a.active {
  font-weight: bold;
}
.solution__head-item a.active::before {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .solution__head-item a:hover::before {
    width: 100%;
  }
}
.solution__head-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 45px;
  background: #dedede;
}
.solution__head-item:last-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 45px;
  background: #dedede;
}
@media only screen and (max-width: 991px) {
  .solution__head-item {
    padding: 0 20px;
  }
}
.solution__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .solution__main {
    flex-direction: column;
  }
}
.solution__user {
  max-width: 240px;
  width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .solution__user {
    margin: 30px auto 0;
  }
}
.solution__user-image {
  max-width: 202px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.solution__user-text {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 30px;
}
.solution__user-name {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
}
.solution__user-position {
  max-width: 185px;
  width: 100%;
  font-size: 14px;
  color: #010101;
  margin-bottom: 15px;
}
.solution__user-soacials a {
  text-decoration: none;
}
.solution__user-soacials a svg {
  width: 36px;
  height: 32px;
  fill: #ff4f5b;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .solution__user-soacials a:hover svg {
    opacity: 0.8;
  }
}
.solution__items {
  max-width: 775px;
  width: 100%;
  flex-basis: 775px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .solution__items {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 767px) {
  .solution__items {
    flex-direction: column;
    align-items: center;
  }
}
.solution__item {
  padding: 45px 50px 45px 42px;
  border-radius: 15px 0 0 15px;
  background: #fff;
  box-shadow: 0px 4px 96.04px 1.96px rgba(0, 0, 0, 0.14);
}
.solution__item:last-of-type {
  border-radius: 15px;
  max-width: 380px;
  padding: 55px 45px 50px 35px;
  box-shadow: 0px 4px 26.46px 0.54px rgba(255, 79, 91, 0.27);
}
.solution__item:last-of-type .solution__item-list li svg {
  fill: #ff4f5b;
}
.solution__item:last-of-type .solution__item-list li + li {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .solution__item {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    margin-bottom: 30px;
    border-radius: 15px;
  }
  .solution__item:last-of-type {
    max-width: 100%;
  }
}
.solution__item-title {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.solution__item-list li {
  font-size: 16px;
  color: #010101;
  display: flex;
  align-items: center;
}
.solution__item-list li svg {
  width: 28px;
  height: 28px;
  fill: #c8c8c8;
  flex-shrink: 0;
  margin-right: 15px;
}
.solution__item-list li + li {
  margin-top: 40px;
}

.creating {
  margin-bottom: 210px;
}
@media only screen and (max-width: 767px) {
  .creating {
    margin-bottom: 100px;
  }
}
.creating__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 1300px) {
  .creating__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .creating__inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .creating__inner {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.creating__image {
  max-width: 625px;
  width: 100%;
  flex-basis: 625px;
  margin-right: 20px;
  height: 630px;
}
@media only screen and (max-width: 1023px) {
  .creating__image {
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.creating__content {
  max-width: 615px;
  width: 100%;
  flex-basis: 615px;
}
.creating__content .content-title {
  max-width: 440px;
  width: 100%;
  margin-bottom: 40px;
}
.creating__content .content-title span {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .creating__content {
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .creating__content .content-title {
    max-width: 100%;
  }
  .creating__content .content-title span {
    display: inline-block;
  }
}
.creating__content-subtitle {
  font-size: 20px;
  margin-bottom: 24px;
}
.creating__item {
  padding: 0 26px;
  margin-bottom: 25px;
  transition: 0.3s ease-in-out;
}
.creating__item.active {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding-top: 45px;
}
.creating__item.active .creating__item-title svg {
  transform: rotate(-90deg);
  fill: #5e5e5e;
}
@media only screen and (max-width: 767px) {
  .creating__item {
    padding: 0 10px;
  }
  .creating__item.active {
    padding-top: 30px;
  }
}
.creating__item-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #010101;
  cursor: pointer;
}
.creating__item-title svg {
  width: 26px;
  height: 20px;
  flex-shrink: 0;
  fill: #ff4f5b;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .creating__item-title {
    font-size: 18px;
  }
  .creating__item-title svg {
    width: 20px;
    height: 16px;
    margin-right: 10px;
  }
}
.creating__item-inner {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.creating__item-content {
  font-size: 20px;
  color: #010101;
  padding: 20px 45px 40px;
}
@media only screen and (max-width: 767px) {
  .creating__item-content {
    font-size: 16px;
    padding: 20px 30px;
  }
}

.advanced-rate {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1200px) {
  .advanced-rate {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .advanced-rate {
    margin-bottom: 100px;
  }
}
.advanced-rate__inner {
  position: relative;
  max-width: 1085px;
  width: 100%;
  margin: 0 auto;
  padding: 85px 106px;
  box-shadow: 0px 4px 85.26px 1.74px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
  background: #fff;
}
.advanced-rate__inner .content-title {
  margin-bottom: 38px;
}
@media only screen and (max-width: 1200px) {
  .advanced-rate__inner {
    padding: 85px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .advanced-rate__inner {
    padding: 50px 30px;
  }
}
.advanced-rate__text {
  font-size: 20px;
  color: #010101;
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.advanced-rate__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__main {
    flex-direction: column;
  }
}
.advanced-rate__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 212px;
  width: 100%;
  flex-basis: 212px;
  height: 262px;
  background-color: #f6f6f6;
  border-radius: 15px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__image {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 auto 30px;
  }
}
.advanced-rate__content {
  max-width: 608px;
  width: 100%;
  flex-basis: 608px;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__content {
    flex-basis: auto;
    max-width: 100%;
  }
}
.advanced-rate__form {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 -25px 30px;
}
.advanced-rate__form .range-block {
  max-width: calc(50% - 50px);
  width: 100%;
  flex-basis: calc(50% - 50px);
  margin: 0 25px;
}
.advanced-rate__form .range-block__label {
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__form {
    flex-direction: column;
    margin: 0 auto 30px;
  }
  .advanced-rate__form .range-block {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 25px;
  }
}
.advanced-rate__triggers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.advanced-rate__trigger {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.advanced-rate__trigger svg {
  width: 30px;
  height: 30px;
  fill: #ff4f5b;
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__trigger {
    width: 100%;
  }
  .advanced-rate__trigger svg {
    flex-shrink: 0;
  }
}
.advanced-rate__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.advanced-rate__items {
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.advanced-rate__items .slick-dots {
  bottom: -20px;
}
.advanced-rate__items .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff4f5b;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.advanced-rate__items .slick-dots li.slick-active {
  background: #ff4f5b;
}
.advanced-rate__items .slick-dots li button::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__items {
    margin: 0;
  }
}
.advanced-rate__item {
  max-width: calc(33.33333% - 36px);
  width: 100%;
  flex-basis: calc(33.33333% - 36px);
  text-align: center;
  margin: 0 18px;
}
@media only screen and (max-width: 767px) {
  .advanced-rate__item {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 30px;
  }
}
.advanced-rate__item-icon {
  margin-bottom: 14px;
}
.advanced-rate__item-icon svg {
  width: 44px;
  height: 56px;
  fill: #e1e1e1;
}
.advanced-rate__item-title {
  font-size: 20px;
  color: #ff4f5b;
}
.advanced-rate__item-text {
  font-size: 20px;
  color: #010101;
}
.advanced-rate__buttons {
  max-width: 215px;
  width: 100%;
  flex-basis: 215px;
}
.advanced-rate__buttons .main-button {
  max-width: 100%;
}
.advanced-rate__buttons .main-button + .main-button {
  margin-top: 22px;
}
.advanced-rate__buttons .main-button--white {
  color: #010101;
  background: #fff;
  box-shadow: 0px 14px 26.66px 16.34px rgba(41, 34, 27, 0.06);
}
@media only screen and (max-width: 991px) {
  .advanced-rate__buttons {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .advanced-rate__buttons {
    flex-basis: auto;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
.advanced-rate__close {
  top: 20px;
  margin-left: 20px;
  left: 100%;
  position: absolute;
  cursor: pointer;
}
.advanced-rate__close svg {
  width: 40px;
  height: 40px;
  fill: #666;
}
@media only screen and (max-width: 1279px) {
  .advanced-rate__close {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .advanced-rate__close {
    margin-left: -40px;
    top: -50px;
  }
}

.submit-button {
  max-width: 216px;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background: transparent;
  font-size: 20px;
  color: #010101;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: 0.3s ease-in-out;
  border: 2px solid #010101;
  margin: 60px auto 0;
  display: table;
}
@media only screen and (min-width: 1025px) {
  .submit-button:hover {
    box-shadow: 0 5px 30px rgba(1, 1, 1, 0.5);
  }
}

.circle-loader {
  margin: 20px;
  width: 200px;
  height: 200px;
  position: relative;
}
.circle-loader__value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 900;
  color: #ff4f5b;
}
.circle-loader__wrap {
  height: 980px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-content__box {
  max-width: 1060px;
  width: 100%;
}
.faq-content .faq__inner {
  max-width: 1085px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .faq-content .faq__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-content .faq__inner {
    padding: 0;
  }
}
.faq-content .we-write__bottom {
  position: static;
  max-width: 236px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .faq-content .we-write__bottom {
    display: none;
  }
}

.select__list, .articals__nav, .main-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-section__box, .quantity, .join-participate__item-bottom, .join-participate__item-box, .cycle-block__item, .cycle-block__box, .main-section__inner, .main-nav__list, .logo, .logo--mob, .header__inner, .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.logo--mob {
  display: none;
}
.slider-arrow, .footer__inner, .popular-articals__list, .popular-articals__box, .articals__nav, .view-all, .quantity__button, .join-participate__item-sum-button, .join-participate__item-sum-box, .main-section__bottom-brands, .main-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main-button {
  max-width: 180px;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(114, 4, 12) 0%, rgb(255, 79, 91) 100%);
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-button:hover {
    box-shadow: 0 5px 30px rgba(114, 4, 12, 0.5);
  }
}
.main-title {
  font-family: "GP", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #010101;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .main-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 24px;
  }
}
.form-block {
  position: relative;
  margin-bottom: 35px;
}

.form-block.required::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  margin-top: -10px;
  font-size: 40px;
  color: #ff4f5b;
}

.main-input {
  width: 100%;
  height: 52px;
  padding: 0 20px 0 65px;
  font-size: 20px;
  color: #010101;
  border: none;
  border-radius: 25px;
}

.main-input::-moz-placeholder {
  color: #375a63;
}

.main-input::placeholder {
  color: #375a63;
}

.form-icon {
  position: absolute;
  top: 11px;
  left: 22px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  max-width: 1254px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header__inner .main-button {
    margin-left: auto;
  }
}
.logo__text,.logo__text--mob {
  font-family: "GP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ff4f5b;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .logo__text {
    display: none;
  }
  .logo--mob {
    position: absolute;
    top: 10px;
    left: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .logo__text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .logo img,.logo--mob img {
    max-width: 55px;
  }
}
.main-nav {
  margin-left: auto;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .main-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    max-width: 480px;
    width: 100%;
    background: #fff;
    z-index: 5;
    padding: 80px 20px 200px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    transform: translateX(-100%);
  }
  .main-nav.open {
    visibility: visible;
    opacity: 1;
    overflow: visible;
    transform: translateX(0);
  }
}
.main-nav__list li {
  font-family: "GP", sans-serif;
  font-size: 20px;
  margin: 0 17px;
}

.main-nav__list li a {
  color: #010101;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-nav__list li a:hover {
    color: #ff4f5b;
  }
}
@media only screen and (max-width: 991px) {
  .main-nav__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav__list li {
    margin: 0;
    font-size: 26px;
  }
  .main-nav__list li + li {
    margin-top: 20px;
  }
}
.main-nav__opener {
  position: relative;
  width: 25px;
  height: 10px;
  z-index: 7;
  margin-right: 20px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-nav__opener {
    display: block;
  }
}
.main-nav__opener span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #010101;
  transition: 0.3s ease-in-out;
}

.main-nav__opener span.line--1 {
  top: 0;
}

.main-nav__opener span.line--2 {
  bottom: 0;
}

.main-nav__opener.active span.line--1 {
  transform: rotate(-45deg);
  top: 5px;
}

.main-nav__opener.active span.line--2 {
  transform: rotate(45deg);
  bottom: 3px;
}

.main-section {
  margin: 180px 0 140px;
}

@media only screen and (max-width: 1300px) {
  .main-section {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-section {
    margin: 150px 0 80px;
  }
}
.main-section__head {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 30px;
}

.main-section__head .main-title {
  margin-bottom: 25px;
}

.main-section__text {
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main-section__text {
    font-size: 18px;
  }
}
.main-section__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 65px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .main-section__inner {
    flex-direction: column;
  }
}
.main-section__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 535px;
  width: 100%;
  flex-basis: 535px;
}

.main-section__form {
  display: none;
  position: absolute;
  bottom: 50px;
  background: rgba(241,241,241,71%);
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .main-section__inner {
    flex-direction: column;
  }
  .main-section__form {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__left {
    flex-basis: auto;
    max-width: 100%;
  }
}
.main-section__right {
  max-width: 730px;
  width: 100%;
  flex-basis: 730px;
  animation: bouge 10s infinite alternate-reverse;
}

@media only screen and (max-width: 767px) {
  .main-section__right {
    flex-basis: auto;
    max-width: 100%;
    text-align: center;
  }
}
.main-section__video-icon {
  position: relative;
  transition: 0.15s ease-in-out;
  transition-property: color, background, border-color;
}

.main-section__video-icon svg {
  width: 114px;
  height: 114px;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-section__video-icon:hover svg {
    transform: scale(1.1);
  }
}
.main-section__video-icon .spinner-eff {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.main-section__video-icon .spinner-eff .circle-1 {
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #FF5252;
  -webkit-animation: pulse-1 1.6s linear 0s infinite;
  animation: pulse-1 1.6s linear 0s infinite;
}

.main-section__video-icon .spinner-eff .circle-2 {
  width: 66.6%;
  height: 66.6%;
  background-color: #FF5252;
  -webkit-animation: pulse-2 1.6s linear 0s infinite;
  animation: pulse-2 1.6s linear 0s infinite;
  border-radius: 100px;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.main-section__video-title {
  max-width: 294px;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main-section__video-title {
    font-size: 18px;
  }
}
.main-section__bottom {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.main-section__bottom-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .main-section__bottom-brands {
    margin: 0 -20px;
    flex-wrap: wrap;
  }
}
.main-section__bottom-brand {
  margin: 0 35px;
}

@media only screen and (max-width: 991px) {
  .main-section__bottom-brand {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-section__bottom-brand {
    max-width: calc(50% - 40px);
    width: 100%;
    flex-basis: calc(50% - 40px);
    text-align: center;
    margin: 0 20px 30px;
  }
}
@-webkit-keyframes bouge {
  10% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3%) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bouge {
  10% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3%) rotate(-3deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes pulse-1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes cursor {
  0% {
    border-color: white;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: white;
  }
}
@keyframes cursor {
  0% {
    border-color: white;
  }
  50% {
    border-color: transparent;
  }
  100% {
    border-color: white;
  }
}
@-webkit-keyframes printed_text {
  from {
    width: 0;
  }
}
@keyframes printed_text {
  from {
    width: 0;
  }
}
.cycle-block__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 128px;
}

.cycle-block__inner .main-title {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1300px) {
  .cycle-block__inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cycle-block__inner {
    margin: 0 auto 88px;
  }
}
.cycle-block__slider .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d2d2d2;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.cycle-block__slider .slick-dots li.slick-active {
  background: #ff4f5b;
}

.cycle-block__slider .slick-dots li button::before {
  display: none;
}

.cycle-block__text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.cycle-block__box {
  justify-content: space-between;
}

.cycle-block__box--lg .cycle-block__content {
  max-width: 285px;
  flex-basis: 285px;
}

@media only screen and (max-width: 767px) {
  .cycle-block__box--lg .cycle-block__content {
    max-width: 100%;
    flex-basis: auto;
    text-align: center;
  }
}
.cycle-block__box--lg .cycle-block__image {
  max-width: 915px;
  flex-basis: 915px;
}

@media only screen and (max-width: 767px) {
  .cycle-block__box--lg .cycle-block__image {
    max-width: 100%;
    flex-basis: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cycle-block__box {
    flex-direction: column;
  }
}
.cycle-block__content {
  max-width: 590px;
  width: 100%;
  flex-basis: 590px;
}

@media only screen and (max-width: 1200px) {
  .cycle-block__content {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cycle-block__content {
    max-width: 100%;
    flex-basis: auto;
    margin: 15px 0 25px;
  }
}
.cycle-block__image {
  max-width: 671px;
  width: 100%;
  flex-basis: 671px;
}

.cycle-block__image--right {
  text-align: right;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .cycle-block__image {
    max-width: 100%;
    flex-basis: auto;
    text-align: center;
    margin-bottom: 40px;
    order: 2;
  }
  .cycle-block__text {
    margin-bottom: 0;
  }
}
.cycle-block__item + .cycle-block__item {
  margin-top: 35px;
}

.cycle-block__item-icon {
  width: 54px;
  flex-shrink: 0;
  margin-right: 12px;
}

@media only screen and (max-width: 991px) {
  .cycle-block__item-icon {
    width: 40px;
  }
}
.cycle-block__item-text {
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .cycle-block__item-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .cycle-block__item-text {
    font-size: 14px;
    line-height: normal;
  }
}
.cycle-block__list-item {
  font-size: 20px;
}

.cycle-block__list-item + .cycle-block__list-item {
  margin-top: 40px;
}

.cycle-block__list-item span {
  color: #ff4f5b;
}

@media only screen and (max-width: 991px) {
  .cycle-block__list-item {
    font-size: 16px;
  }
}
.cycle-block__keywords {
  max-width: 290px;
  width: 100%;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cycle-block__keywords {
    margin: 0 auto;
  }
}
.cycle-block__keywords-title {
  font-size: 40px;
  font-weight: 900;
  color: #ff4f5b;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .cycle-block__keywords-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .cycle-block__keywords-title {
    margin-bottom: 15px;
  }
}
.cycle-block__keywords-text {
  font-size: 20px;
  margin-bottom: 44px;
}

@media only screen and (max-width: 1200px) {
  .cycle-block__keywords-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .cycle-block__keywords-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cycle-block__keywords-text {
    margin-bottom: 25px;
  }
}

.join-participate {
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .join-participate .rangeslider.rangeslider--horizontal {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .join-participate {
    margin-bottom: 50px;
  }
}
.join-participate__holder {
  padding: 60px 0 85px;
  background: #f7f7f7;
  margin-bottom: 45px;
  transition: 0.3s ease background;
}
.join-participate__holder:hover {
  background: #eaeaea;
}
.join-participate__label {
  font-size: 14px;
  color: #919191;
  text-align: center;
}
@media only screen and (max-width: 1340px) {
  .join-participate__holder {
    padding: 60px 20px 85px;
  }
}
.join-participate__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.join-participate__inner .main-title {
  margin-bottom: 35px;
}
.join-participate__text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}
.join-participate__text span {
  display: block;
  color: #ff4f5b;
  margin: 15px 0 0;
}
@media only screen and (max-width: 1340px) {
  .join-participate__text {
    padding: 0;
  }
}
.join-participate__box {
  overflow-x: auto;
}
.join-participate__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  padding: 0 325px 0 150px;
  width: 1260px;
}
.join-participate__head-item {
  max-width: 120px;
  width: 100%;
  font-size: 16px;
  color: #919191;
  text-align: center;
  text-transform: uppercase;
}
.join-participate__head-item:nth-child(2) {
  margin-left: 155px;
}
.join-participate__head-item:nth-child(3) {
  margin-left: 95px;
}
.join-participate__head-item:nth-child(4) {
  margin-left: auto;
}
.join-participate__list {
  max-height: 590px;
  overflow-y: auto;
  transition: 0.3s ease-in-out;
  width: 1300px;
  padding: 30px 20px;
}
.join-participate__list.open {
  max-height: none;
}
.join-participate__list::-webkit-scrollbar {
  width: 6px;
  background-color: #e7e7e7;
}
.join-participate__list::-webkit-scrollbar-thumb {
  background-color: #ff4f5b;
}
.join-participate__list::-webkit-scrollbar-track {
  background-color: #e7e7e7;
}
@media only screen and (max-width: 1200px) {
  .join-participate__list {
    max-height: none;
  }
}
.join-participate__item {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .join-participate__item:first-of-type .join-participate__item-quant .quantity span {
    transform: translateY(130px) !important;
    z-index: 1;
  }
  .join-participate__item:first-of-type .join-participate__item-users span {
    transform: translateY(145px) !important;
    z-index: 1;
  }
  .join-participate__item:first-of-type .join-participate__item-sum-box span {
    transform: translateY(210px) !important;
    z-index: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .join-participate__item {
    display: none;
  }
  .join-participate__item:nth-of-type(1),.join-participate__item:nth-of-type(2),.join-participate__item:nth-of-type(3) {
    display: block;
  }
  .join-participate__list.open .join-participate__item {
    display: block;
  }
  .join-participate__holder {
    padding: 60px 20px 0;
  }
}
.join-participate__item:last-of-type {
  margin-bottom: 0;
}
.join-participate__item-box {
  background: #fff;
  border-radius: 50px;
  width: 100%;
  height: 132px;
  padding: 40px 60px;
  margin-right: 55px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .join-participate__item-box:hover {
    box-shadow: 0px 0px 28.42px 0.58px rgba(0, 0, 0, 0.13);
  }
  .join-participate__item-box:hover .join-participate__item-icon svg {
    fill: #ff4f5b;
  }
}
@media only screen and (max-width: 991px) {
  .join-participate__head {
    display: none;
  }
  .join-participate__text {
    margin-bottom: 0px;
  }
  .join-participate__list {
    padding: 30px 0;
    width: 100%;
  }
  .join-participate__item-box {
    height: auto;
    padding: 15px 60px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .join-participate__item-bottom {
    padding: 0;
  }
}
.join-participate__item-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.join-participate__item-icon svg {
  fill: #ececec;
  transition: 0.3s ease-in-out;
}
.join-participate__item-name {
  min-width: 185px;
  font-size: 30px;
  text-align: center;
  margin-right: 105px;
}
.join-participate__item-box:hover .join-participate__item-t {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 8px;
}

.join-participate__item-quant {
  margin-right: 20px;
}
.join-participate__item-button {
  flex-shrink: 0;
  max-width: 180px;
  width: 100%;
  margin-left: auto;
}
.join-participate__item-sum-box {
  position: relative;
  margin-bottom: 20px;
}
.join-participate__item-sum {
  width: 130px;
  margin-right: 30px;
}
.join-participate__item-sum-value {
  font-size: 30px;
  text-align: center;
}
.join-participate__item-sum-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 32px;
  cursor: pointer;
  border: none;
  background: transparent;
  display: none;
}
.join-participate__item-sum-button {
  display: flex;
}

.join-participate__item-sum-button svg {
  width: 20px;
  height: 20px;
  fill: #b2b2b2;
}
.join-participate__item-sum-button.minus {
  left: -15px;
}
.join-participate__item-sum-button.plus {
  right: -15px;
}
.join-participate__item-users {
  min-width: 200px;
  text-align: center;
  font-size: 22px;
  margin-right: 20px;
}
.join-participate__item-bottom {
  margin-top: 10px;
  padding: 0 50px 0 100px;
}
@media only screen and (max-width: 991px) {
  .join-participate__item-bottom {
    padding: 0;
    flex-direction: column;
  }
  .join-participate__item-bottom-info {
    margin-left: 0;
  }
  .join-participate__item-name,.join-participate__item-quant,.join-participate__item-users,.join-participate__item-sum {
    margin: 10px 0;
    text-align: center;
    font-size: 22px;
  }
  .join-participate__item-sum-value {
    font-size: 22px;
  }
  .join-participate__item-button {
    margin: 0 auto;
  }
}
.join-participate__item-bottom-info {
  font-size: 12px;
  color: #919191;
}
.join-participate__item-bottom-info span {
  color: #010101;
}
.join-participate__item-bottom-info:nth-child(2) {
  margin-left: 90px;
}
.join-participate__item-bottom-info:nth-child(3) {
  margin-left: 70px;
}
.join-participate__item-bottom-info:nth-child(4) {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .join-participate__item-bottom-info {
    margin-left: 0 !important;
  }
}

.quantity__input {
  font-size: 22px;
  width: 110px;
  color: #ff4f5b;
  text-align: center;
  border: none;
}

.quantity__button {
  padding: 0;
  height: 32px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.quantity__button svg {
  width: 20px;
  height: 20px;
  fill: #b2b2b2;
}

.rangeslider--horizontal {
  height: 5px;
  background: #ebebeb;
  border: none;
  box-shadow: none;
}

.rangeslider__fill {
  background: #ff4f5b;
}

.rangeslider__handle {
  top: -6px !important;
  width: 16px;
  height: 16px;
  box-shadow: none;
  border: none;
  background: #ff4f5b;
}

.view-all {
  max-width: 235px;
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #ff4f5b;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  .view-all:hover {
    background: #d1d1d1;
  }
}
.quality-block {
  margin-bottom: 128px;
}

@media only screen and (max-width: 767px) {
  .quality-block {
    margin-bottom: 70px;
  }
}
.quality-block__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.quality-block__inner .main-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1300px) {
  .quality-block__inner {
    padding: 0 20px;
  }
}
.quality-block__text {
  max-width: 900px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 55px;
}

.quality-block__image {
  text-align: center;
  margin: 0 auto 100px;
}

.quality-block__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -33px;
}

@media only screen and (max-width: 1023px) {
  .quality-block__bottom {
    margin: 0 -20px;
  }
}
.quality-block__bottom-item {
  max-width: calc(33.33333% - 66px);
  width: 100%;
  flex-basis: calc(33.33333% - 66px);
  margin: 0 33px;
  font-size: 20px;
  transition: 0.3s transform ease-in-out;
}

.quality-block__bottom-item span {
  color: #ff4f5b;
}

@media only screen and (max-width: 1023px) {
  .quality-block__bottom-item {
    max-width: calc(33.33333% - 40px);
    flex-basis: calc(33.33333% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .quality-block__bottom-item {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 20px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .quality-block__bottom-item:hover {
    transform: translateY(-15px) !important;
  }
}
.articals__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.articals__inner .main-title {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1300px) {
  .articals__inner {
    padding: 0 20px;
  }
}
.articals__text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .articals__text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.articals__box {
  border-radius: 50px;
  box-shadow: 0px 0px 28.42px 0.58px rgba(0, 0, 0, 0.13);
  background: #fff;
  padding: 55px 78px 70px;
}

@media only screen and (max-width: 1300px) {
  .articals__box {
    padding: 55px 50px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .articals__box {
    padding: 35px 20px 50px;
  }
}
.articals__nav {
  justify-content: space-between;
  margin: 0 -30px 80px;
}

@media only screen and (max-width: 1300px) {
  .articals__nav {
    margin: 0 -30px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .articals__nav {
    margin: 0 -15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .articals__nav {
    overflow-x: auto;
    padding-bottom: 30px;
    margin: 0 -15px 0;
  }
}
.articals__nav-item {
  margin: 0 30px;
}

.articals__nav-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 26px;
  color: #8e8e8e;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.articals__nav-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  width: 184px;
  height: 184px;
  background-color: #f6f6f6;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: -1;
}

.articals__nav-item a svg {
  width: 64px;
  height: 64px;
  fill: #818181;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}

.articals__nav-item a img {
  margin-bottom: 10px;
}

.articals__nav-item a.active {
  color: #ff4f5b;
}

.articals__nav-item a.active::before {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  transform: translate(-50%, -50%) scale(1);
}

.articals__nav-item a:hover::before {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  transform: translate(-50%, -50%) scale(1);
}

.articals__nav-item a.active svg {
  fill: #ff4f5b;
}

@media only screen and (max-width: 991px) {
  .articals__nav-item {
    margin: 0 15px;
  }
  .articals__nav-item a {
    font-size: 18px;
  }
  .articals__nav-item a::before {
    width: 100px;
    height: 100px;
  }
  .articals__nav-item a img {
    max-width: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .articals__nav-item a::before {
    display: none;
  }
}
.articals-content__text {
  max-height: 520px;
  overflow: hidden;
  margin-bottom: 45px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  line-height: 1.2;
  font-size: 20px;
}

.articals-content__text.open {
  max-height: 99999px;
  transition: max-height 1s ease-in-out;
}

.articals-content__text h2 {
  font-size: 30px;
}

.articals-content__text h3 {
  font-weight: 400;
  font-size: 26px;
}

.articals-content__text p:first-of-type {
  margin-top: 0;
}

.articals-content__text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .articals-content__text {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 35px;
  }
  .articals-content__text h2 {
    font-size: 24px;
    line-height: normal;
  }
  .articals-content__text h3 {
    font-size: 18px;
    line-height: normal;
  }
}
.articals-content__about {
  margin-top: 40px;
}

.articals-content__about-item {
  font-size: 20px;
}

.articals-content__about-item span {
  color: #ff4f5b;
}

.articals-content__about-item + .articals-content__about-item {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .articals-content__about-item {
    font-size: 14px;
  }
}
.popular-articals {
  margin-top: 50px;
  position: relative;
}

.popular-articals__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.popular-articals__box {
  border-top: 4px solid #ff4f5b;
  border-bottom: 4px solid #ff4f5b;
  height: 108px;
}

.popular-articals__box:hover .popular-articals__list {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@media only screen and (max-width: 767px) {
  .popular-articals__box {
    height: 70px;
  }
}
.popular-articals__list {
  -webkit-animation: slide-go 40s infinite linear;
  animation: slide-go 40s infinite linear;
}

.popular-articals__item {
  font-size: 40px;
  font-weight: 900;
  color: #e1e1e1;
  margin: 0 22px;
  white-space: nowrap;
}

.popular-articals__item a {
  color: #e1e1e1;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popular-articals__item a:hover {
    color: #ff4f5b;
  }
}
@media only screen and (max-width: 767px) {
  .popular-articals__item {
    font-size: 20px;
    margin: 0 15px;
  }
}
.form-section {
  background: #1a1a1a;
  padding: 60px 0;
}

.form-section__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.form-section__inner .main-title {
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1300px) {
  .form-section__inner {
    padding: 0 20px;
  }
}
.form-section__text {
  color: #fff;
  text-align: center;
  margin-bottom: 65px;
}

.form-section__box {
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .form-section__box {
    flex-direction: column;
  }
}
.form-section__image {
  max-width: 634px;
  width: 100%;
  flex-basis: 634px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .form-section__image {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 auto 40px;
    text-align: center;
  }
}
.form-section__form {
  max-width: 556px;
  width: 100%;
  flex-basis: 556px;
}

.form-section__form form {
  max-width: 460px;
  width: 100%;
}

.form-section__form form .main-button {
  margin: 45px auto 0;
}

@media only screen and (min-width: 1025px) {
  .form-section__form form .main-button:hover {
    box-shadow: 0 5px 30px rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1300px) {
  .form-section__form {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .form-section__form {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 auto;
  }
  .form-section__form form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 580px) {
  .form-section__form {
    padding-right: 15px;
  }
}
.form-section__form-title {
  font-size: 40px;
  color: #ff4f5b;
  text-align: center;
  margin-bottom: 40px;
}

.footer {
  background: #ff4f5b;
  height: 228px;
}

.footer__inner {
  height: 100%;
  display: flex;
}
.footer__payments {
  margin-top: 20px;
}
.footer__left {
  flex-basis: 33%;
}
.footer__logo {
  flex-basis: 33%;
  text-align: center;
}
.footer__right {
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
}
.footer__right a {
  color: #fff;
  margin-bottom: 10px;
}
.footer__right a:hover {
  text-decoration: none;
} 

@media only screen and (max-width: 767px) {
  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__right {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo img {
    max-width: 70px;
  }
}
.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #ff4f5b;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.slider-arrow svg {
  transition: 0.3s ease-in-out;
}

.slider-arrow.prev-arrow {
  left: -70px;
}

@media only screen and (max-width: 1420px) {
  .slider-arrow.prev-arrow {
    left: 0;
  }
}
.slider-arrow.next-arrow {
  right: -70px;
}

@media only screen and (max-width: 1420px) {
  .slider-arrow.next-arrow {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .slider-arrow:hover {
    background: #ff4f5b;
  }
  .slider-arrow:hover svg {
    fill: #fff;
  }
}
@-webkit-keyframes slide-go {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-go {
  100% {
    transform: translateX(-100%);
  }
}
.faq__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0px auto 150px;
}

.faq__inner .main-title {
  margin-bottom: 35px;
}

.faq-drawer:hover {
  background: #f7f7f7;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  padding: 0 30px;
}

.faq-drawer__title {
  border-top: #e1e1e1 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #4E4B52;
}

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;
}
@media only screen and (max-width: 767px) {
  .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: inherit;
  }
  .faq-drawer__content-wrapper {
    font-size: 1em;
  }
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type=checkbox] {
  display: none;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
}
.popup.active {
  display: block;
}
.popup.offer-popup {
  z-index: 999;
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.popup-story .popup__content {
  max-height: calc(80vh - 110px);
  overflow-y: scroll;
  padding: 0 30px;
}
.popup-story .popup__content .video {
  float: right;
  padding-left: 40px;
  padding-bottom: 40px;
  position: relative;
  width: 50%;
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .popup-story .popup__content .video {
    height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .popup-story .popup__content .video {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.popup-story .popup__content iframe {
  width: 100%;
  height: 100%;
}
.popup-story .popup__content .table {
  background: #f6f6f6;
  padding: 10px;
  border: 1px dashed #363636;
  display: flex;
  border-radius: 10px;
}
.popup-story .popup__content h4 {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "GP", sans-serif;
}
.popup__holder {
  background: #fff;
  padding: 60px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 700px;
  width: 100%;
}
.popup__holder--full {
  max-width: 1280px;
  height: 80vh;
  padding: 30px 0 60px 0;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .popup__holder {
    max-width: 95%;
  }
  .popup__holder--full {
    padding: 30px 0;
  }
  .popup-story .popup__content {
    max-height: calc(70vh - 60px);
  }
}
.popup__holder--video {
  padding: 0;
  max-width: 1280px;
}
.popup__close {
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .popup__close:hover {
    color: #ff4f5b;
  }
}
@media only screen and (max-width: 991px) {
  .popup__holder--video {
    max-width: 85%; 
  }
}
.popup__holder--rate {
  padding: 0;
  max-width: 1085px;
  background: transparent;
}
.popup__holder--rate .popup__close {
  z-index: 99;
  top: 15px;
  right: -60px;
  transition: 0.3s ease-in-out;
}
.popup__holder--rate .popup__close svg {
  width: 40px;
  height: 40px;
  fill: #666;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .popup__holder--rate .popup__close {
    top: -60px;
    right: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .popup__holder--rate .popup__close:hover {
    transform: rotate(90deg);
  }
  .popup__holder--rate .popup__close:hover svg {
    fill: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .popup__holder--rate .advanced-rate__inner {
    border-radius: 0;
  }
  .popup__holder--rate .advanced-rate__items {
    display: none;
  }
}
.popup__form {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.popup__form .main-input {
  border: 1px solid #e0e0e0;
}
.popup__form .main-input:focus {
  border-color: #808080;
}
.popup__form .main-input:active {
  border-color: #808080;
}
.popup__form .main-button {
  margin: 0 auto;
}
.popup__bottom {
  background-color: #e4e4e4;
  padding: 10px 30px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.popup__bottom p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 991px) {
  .popup__bottom {
    flex-wrap: wrap;
  }
}

.iosBugFixCaret {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.popup-video__block {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.popup-video__content {
  background: #fff;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: end;
}
.popup-video__content-text {
  margin-right: 20px;
}
.popup-video__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

select {
  display: none;
}

.select {
  margin: 0;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  padding: 10px 30px 10px 18px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #010101;
  font-weight: 500;
}
.select::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 9px solid #000;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: all 0.15s ease-in-out;
}
.select:focus {
  border-color: #666;
}
.select__current {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select__current.placeholder {
  color: #ccc;
}
.select--open {
  overflow: visible;
}
.select--open::after {
  transform: rotate(-180deg);
}
.select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-2em);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
  z-index: -1;
}
.select--open .select__list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: scale(1) translateY(0);
}
.select__item {
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.select__item:hover {
  background: #efefef;
}
.select__item--active {
  font-weight: bold;
  background: #eee;
}
.select__item--disabled {
  display: none;
  cursor: not-allowed;
}
.select__item.hidden {
  display: none;
}
.select.to-up .select__list {
  bottom: 100%;
  top: auto;
}

.search-holder {
  z-index: 6;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50px;
  height: 40px;
}
.search-holder input {
  width: 100%;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #4f4f4f;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
}

.search-select .select__list {
  padding-top: 60px;
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}


.bn-popup {
	background: #efefef;
	bottom: 0;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	left: -450px;
	position: fixed;
	transition: all .3s;
	max-width: 390px;
	z-index: 500;
	border-radius: 6px 6px 0 0;
	overflow-x: hidden;
	right: 30px;
}

	.bn-popup--opened {
		left: 0;
	}

	.bn-popup * {
		box-sizing: inherit;
	}

	.bn-popup__close {
		align-items: center;
		background: #000;
		border-radius: 50%;
		color: #fff;
		cursor: pointer;
		display: flex;
		height: 24px;
		justify-content: center;
		position: absolute;
		right: -12px;
		top: -12px;
		width: 24px;
		z-index: 1;
	}

		.bn-popup__close:after {
			content: '\2715';
			line-height: 0;
		}

	.bn-popup__head {
		background: #aa0511;
		border-radius: 6px 6px 0 0;
		display: flex;
		padding: 20px;
	}

		.bn-popup__head-text {
			color: #fff;
			font-size: 14px;
			line-height: 1.2;
		}
		
			.bn-popup__head-title {
				font-size: 18px;
				font-weight: 500;
				margin-bottom: 8px;
				text-transform: uppercase;
			}

		.bn-popup__head-image {
			flex: 0 0 70px;
			margin-left: 20px;
			max-width: 70px;
		}
		
			.bn-popup__head-image img {
				display: block;
				max-width: 100%;
				height: auto;
			}

	.bn-popup__body {
		border-radius: 0 0 6px;
		color: #282827;
		font-size: 14px;
		line-height: 1.4;
		padding: 20px;
	}
  @media screen and (max-width: 767px) {
    .bn-popup__head-title {
      font-size: 13px;
    }
    
  }
  @media screen and (max-height: 768px) {
    .bn-popup__head-title {
      font-size: 13px;
    }
    
  }

		.bn-popup__body p:first-of-type {
			margin-top: 0;
		}

		.bn-popup__promocode {
			align-items: center;
			display: flex;
		}

			.bn-popup__promocode:after {
				background: #aa0511;
				border-radius: 3px;
				color: #fff;
				content: attr(data-promocode);
				font-size: 26px;
				font-weight: 700;
				margin-left: 44px;
				padding: 6px 20px;
			}

		.bn-popup__list {
			display: flex;
			flex-direction: column;
			line-height: 1.5;
			list-style: none;
			margin: 1em 0;
			padding: 0;
		}

			.bn-popup__list li {
				padding: 0 0 0 36px;
				position: relative;
			}

				.bn-popup__list li + li {
				}

				.bn-popup__list li:before {
					color: #aa0511;
					content: "\2022";
					font-size: 18px;
					left: 0;
					line-height: 0;
					margin: 12px 0 0 20px;
					position: absolute;
					top: 0;
				}

		.bn-popup__button {
			background: #aa0511;
			border: 1px solid #aa0511;
			border-radius: 6px;
			color: #fff;
			display: inline-block;
			font-size: 13px;
			font-weight: 500;
			margin: 1em auto;
			padding: 6px 12px;
			text-decoration: none;
			transition: all .3s;
		}

			.bn-popup__button:hover {
				background: #fff;
				color: #aa0511;
			}

		.bn-popup__form {
			align-items: center;
			display: flex;
			margin: 0 -6px;
		}

			.bn-popup__form-field {
				padding: 0 6px;
			}

				.bn-popup__form-input {
					border: 1px solid #ced3d7;
					border-radius: 6px;
					font-family: inherit;
					font-size: inherit;
					padding: 7px 12px;
					width: 100%;
				}

				.bn-popup__form-button {
					background: #3c3c3c;
					border: 1px solid #3c3c3c;
					border-radius: 6px;
					color: #fff;
					cursor: pointer;
					display: inline-block;
					font-size: 13px;
					font-weight: 500;
					padding: 7px 12px;
					text-decoration: none;
					transition: all .3s;
					white-space: nowrap;
					width: 100%;
				}

					.bn-popup__form-button:hover {
						background: #fff;
						color: #3c3c3c;
					}

.bn-popup .send-ok {
	color: #00b148;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.bn-popup {
		right: auto;
		width: 390px;
	}
}



