::selection {
  background: #bf4ca5;
  color: #fff
}

::-moz-selection {
  background: #bf4ca5;
  color: #fff
}

* ::-webkit-input-placeholder {
  color: #afafaf!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 20px!important
}

* ::-moz-placeholder {
  color: #afafaf!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 20px!important
}

* {
  -moz-placeholder-color: #afafaf!important;
  -moz-placeholder-font-weight: normal!important;
  -moz-placeholder-font-size: 16px!important;
  -moz-placeholder-line-height: 20px!important;
  -ms-input-placeholder-color: #afafaf!important;
  -ms-input-placeholder-font-weight: normal!important;
  -ms-input-placeholder-font-size: 16px!important;
  -ms-input-placeholder-line-height: 20px!important
}

@media (max-width:575.98px) {
  * ::-webkit-input-placeholder {
    line-height: 24px!important;
    font-size: 16px!important
  }

  * ::-moz-placeholder {
    line-height: 24px!important;
    font-size: 16px!important
  }

  * {
    -moz-placeholder-line-height: 24px!important;
    -moz-placeholder-font-size: 16px!important;
    -ms-input-placeholder-line-height: 24px!important;
    -ms-input-placeholder-font-size: 16px!important
  }
}

:after,:before,:focus,button:after,button:before,button:focus,input:after,input:before,input:focus,label:after,label:before,label:focus,select:after,select:before,select:focus,textarea:after,textarea:before,textarea:focus {
  outline: 0!important;
  box-shadow: none!important
}

input:read-only {
  user-select: none!important;
  pointer-events: none!important;
  background: #fff!important;
  box-shadow: inset 1px 0 0 #ddd,inset 0 1px 0 #ddd,inset 0 -1px 0 #ddd,inset -1px 0 0 #ddd!important
}

@media (max-width:575.98px) {
  input,select,textarea {
    font-size: 16px!important
  }
}

.custom-label {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #bf4ca5;
  margin-bottom: 10px
}

.switch {
  display: block;
  padding-bottom: 20px
}

@media (max-width:575.98px) {
  .switch {
    padding-bottom: 10px
  }
}

.switch .switch__wrap {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 28px
}

.switch .switch__wrap .switch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 0
}

.switch .switch__wrap .switch__label {
  display: inline-block;
  padding: 0 0 0 55px;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff
}

@media (max-width:575.98px) {
  .switch .switch__wrap .switch__label {
    font-size: 12px;
    line-height: 14px
  }
}

.switch .switch__wrap .switch__label:after,.switch .switch__wrap .switch__label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 42px;
  height: 17px;
  background-color: #aaa;
  border-radius: 14px;
  z-index: 1;
  transition: background-color .28s cubic-bezier(.4,0,.2,1)
}

.switch .switch__wrap .switch__label:after {
  top: 8px;
  left: 2px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  z-index: 2;
  transition: all .28s cubic-bezier(.4,0,.2,1);
  transition-property: left,background-color
}

.switch .switch__wrap .switch__input:checked+.switch__label:before {
  background-color: #bf4ca5
}

.switch .switch__wrap .switch__input:checked+.switch__label:after {
  left: 27px;
  background-color: #fff
}

.radio-form .custom-control-label {
  font-style: italic!important;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #333
}

.radio-form .custom-control-input~.custom-control-label::before {
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 15px;
  height: 15px
}

.radio-form .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="%23279FB9"/%3e%3c/svg%3e')
}

.checkbox-form .custom-control-input:checked~.custom-control-label::before,.radio-form .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border: 1px solid #ddd;
  background-color: #fff
}

.checkbox-form .custom-control-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #333
}

.checkbox-form .custom-control-label::before {
  border: 1px solid #ddd;
  width: 14px;
  height: 14px;
  border-radius: 0
}

.checkbox-form .custom-control-label::after {
  position: absolute;
  top: 4px;
  left: -17px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: no-repeat
}

.checkbox-form .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url('data:image/svg+xmlcharset=utf8,%3Csvg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 5.13636L4.18182 8.31818L11 1.5" stroke="%23279FB9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E')
}

.form-control {
  padding: 0 15px;
  height: 32px;
  border: 0;
  box-shadow: inset 1px 0 0 #ddd,inset 0 1px 0 #ddd,inset 0 -1px 0 #ddd,inset -1px 0 0 #ddd!important;
  border-radius: 2px
}

.form-control:focus {
  box-shadow: inset 1px 0 0 #bf4ca5,inset 0 1px 0 #bf4ca5,inset 0 -1px 0 #bf4ca5,inset -1px 0 0 #bf4ca5!important
}

.form-control.novalid {
  box-shadow: inset 1px 0 0 #eb5757,inset 0 1px 0 #eb5757,inset 0 -1px 0 #eb5757,inset -1px 0 0 #eb5757!important
}

.custom-select {
  padding-left: 15px;
  background: url("/upload/landings/focus/img/custom-select.png") no-repeat right 1rem center #fff
}

body,html {
  background: #fff;
  color: #333;
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px
}

.container {
  max-width: 1440px
}

.btn-primary,.qa .text .text__wrap.q {
  text-align: center;
  text-transform: uppercase
}

.btn-primary {
  background: #bf4ca5;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  border-radius: 10px;
  border: 0;
  padding: 20px 35px;
  box-shadow: 0 4px 15px rgba(0,0,0,.15),0 4px 10px rgba(247,204,62,.08)
}

.btn-primary:hover {
  background: #983682;
  color: #333
}

.scrolltop {
  display: none;
  transition: box-shadow .1s linear;
  width: 45px;
  height: 45px;
  background: rgba(191,76,165,.8);
  position: fixed;
  bottom: 120px;
  right: 40px;
  border-radius: 50px;
  box-shadow: 0 0 0 0 rgba(191,76,165,.4);
  cursor: pointer;
  z-index: 555
}

.scrolltop:after {
  content: url(/upload/landings/focus/index/img/arr-top.png);
  position: absolute;
  top: 12px;
  left: 14px
}

.scrolltop:hover {
  background: #bf4ca5;
  box-shadow: 0 0 0 10px rgba(191,76,165,.6)
}

.text-gradient {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to left,#bf4ca5,#3d2d70)
}

.qa .text .text__wrap {
  padding: 25px 40px
}

@media (max-width:575.98px) {
  .qa .text .text__wrap {
    padding: 10px
  }
}

.qa .text .text__wrap.q {
  background: linear-gradient(269.96deg,#bf4ca5 2.13%,#3d2d70 96.24%);
  box-shadow: 1px 1px 30px rgba(0,0,0,.1);
  border-radius: 20px 20px 0 20px;
  font-family: DS Goose;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #fff
}

@media (max-width:575.98px) {
  .qa .text .text__wrap.q {
    border-radius: 20px 20px 0 20px;
    font-size: 18px;
    line-height: 22px
  }
}

.qa .text .text__wrap.a {
  background: #fff;
  box-shadow: 1px 1px 30px rgba(0,0,0,.1);
  border-radius: 20px 20px 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #3e1c73
}

@media (max-width:575.98px) {
  .qa .text .text__wrap.a {
    border-radius: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 20px
  }
}

.qa .avatar .avatar__wrap img {
  max-width: 100%;
  height: auto
}

.started {
  width: 100%;
  min-height: 586px;
  background: url("/upload/landings/focus/index/img/start/bg.png") #fff;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -8%;
}

@media (max-width:1440px) {
  .started {
    min-height: 470px;
    background-position: top center;
    margin-bottom: -12%;
  }
}

@media (max-width:1366px) {
  .started {
    min-height: 470px;
    background-position: top center
  }
}

@media (max-width:1280px) {
  .started {
    min-height: 430px;
    background-position: top center
  }
}

@media (max-width:1024px) {
  .started {
    min-height: 420px;
    background-position: top center;
    margin-bottom: -14%;
  }
}

@media (max-width:575.98px) {
  .started {
    margin-bottom: 0;
    min-height: 200px;
    background-size: cover
  }
}

.started h4,.started p,.variables-subs .desc {
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase
}

@media (max-width:575.98px) {
  .started h4 {
    font-size: 16px;
    line-height: 30px
  }
}

.started p,.variables-subs .desc {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #3e1c73
}

.started p strong {
  font-style: italic;
  font-weight: 700;
  font-size: 55px
}

@media (max-width:575.98px) {
  .started p strong {
    font-size: 24px
  }

  .started p {
    font-size: 13px;
    line-height: 24px
  }
}

.variables-subs {
  background: url("/upload/landings/focus/index/img/bg-sub-var_2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0 320px 0;
  position: relative;
  z-index: 55;
}

.variables-subs .desc {
  font-weight: 800;
  font-size: 30px;
  line-height: 65px;
  letter-spacing: .02em;
  color: #fff
}
@media (max-width:575.98px) {
  .variables-subs {
    background: url("/upload/landings/focus/index/img/bg-sub-var_2-m-2.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 0;
  }
}
@media (max-width:575.98px) {
  .variables-subs .desc {
    font-size: 16px;
    line-height: 26px
  }
}

.variables-subs .description p,.variables-subs h4,.variables-subs p {
  line-height: 35px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px
}

.variables-subs .description p {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin: auto;
  max-width: 720px;
  padding-top: 30px
}

.variables-subs .description .info {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  color: #fff
}

.variables-subs h4 {
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 16%;
}

@media (max-width:1024px) {
  .variables-subs h4 {
    padding-top: 26%;
  }
}

@media (max-width:575.98px) {
  .variables-subs h4 {
    font-size: 22px;
    line-height: 32px;
    padding-top: 3%;
  }
}

.variables-subs p {
  font-family: DS Goose;
  font-style: normal;
  font-weight: 400;
  font-size: 25px
}

@media (max-width:575.98px) {
  .variables-subs p {
    font-size: 16px;
    line-height: 25px
  }
}

.variables-subs .tarifs .tarifs__wrap {
  width: 100%;
  min-height: 500px;
  background: #fff;
  display: flex;
  flex-direction: column
}

@media (max-width:1366px) {
  .variables-subs .tarifs .tarifs__wrap {
    min-height: 694px
  }
}

@media (max-width:1280px) {
  .variables-subs .tarifs .tarifs__wrap {
    min-height: 709px
  }
}

@media (max-width:1024px) {
  .variables-subs .tarifs .tarifs__wrap {
    min-height: 652px
  }
}

.variables-subs .tarifs__wrap .old-price {
  line-height: 24px;
  padding-bottom: 0;
  text-decoration: line-through
}

.variables-subs .tarifs__wrap button {
  width: 80%;
  padding: 13px 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: .05em;
  color: #333;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(180deg,#fff24d 0,#dfbc0b 107.61%);
  box-shadow: 1.04348px 1.04348px 9.72472px rgba(255,230,0,.17),1.04348px 1.04348px 15.6522px rgba(0,0,0,.15);
  text-transform: uppercase
}

.variables-subs .tarifs__wrap button:active,.variables-subs .tarifs__wrap button:focus,.variables-subs .tarifs__wrap button:hover {
  background-color: #fed725;
  color: #000
}

.variables-subs .tarifs .king__name,.variables-subs .tarifs .merchant__name,.variables-subs .tarifs .prince__name {
  padding: 10px;
  font-weight: 800;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff
}

@media (max-width:1280px) {
  .variables-subs .tarifs .king__name,.variables-subs .tarifs .merchant__name,.variables-subs .tarifs .prince__name {
    font-size: 18px;
    line-height: 28px
  }
}

@media (max-width:575.98px) {
  .variables-subs .tarifs .king__name,.variables-subs .tarifs .merchant__name,.variables-subs .tarifs .prince__name {
    font-size: 20px;
    line-height: 30px
  }
}

.variables-subs .tarifs__wrap__description {
  display: inline-block;
  margin: 30px 10px;
  background: #efefef;
  border-radius: 50px;
  padding: 7px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #333
}

@media (max-width:575.98px) {
  .variables-subs .tarifs__wrap__description {
    font-size: 13px;
    line-height: 16px
  }
}

.variables-subs .tarifs__wrap__ul {
  padding: 10px 0 0
}

.variables-subs .tarifs__wrap__ul ul li {
  line-height: 21px;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  padding: 0 0 10px 24px;
  background-position: 0 2px;
  background: url("/upload/landings/focus/index/img/ul-small.png") no-repeat left top
}

.variables-subs .tarifs__wrap__ul ul li.no {
  list-style: none;
  background: url("/upload/landings/focus/index/img/ul-small-no.png") no-repeat left top
}

.variables-subs .tarifs__wrap__ul ul li strong {
  font-weight: 600
}

.variables-subs .tarifs .merchant__name {
  background: #00abff
}

.variables-subs .tarifs .prince__name {
  background: #2ab260
}

.variables-subs .tarifs .king__name {
  background: #ffb92d
}

@media (max-width:575.98px) {
  .variables-subs .tarifs__wrap__ul ul li {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300
  }
}

.variables-subs .tarifs__wrap__description {
  margin-top: 0!important;
  margin-bottom: 15px!important
}

.variables-subs .tarifs__wrap .price {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 10px
}

@media (max-width:575.98px) {
  .variables-subs .tarifs__wrap .price {
    font-size: 16px;
    line-height: 20px
  }
}

.variables-subs .tarifs__wrap .old-price {
  color: #aeaeae;
  font-size: 14px;
  font-weight: 400
}

.variables-subs .tarifs__wrap .typesub-info {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #333
}

@media (max-width:575.98px) {
  .variables-subs .description p {
    padding-top: 0;
    font-size: 16px;
    line-height: 26px
  }

  .variables-subs .description .info {
    font-size: 10px;
    line-height: 18px
  }

  .variables-subs h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0
  }

  .variables-subs .tarifs .tarifs__wrap {
    min-height: 0
  }
}

@media (max-width:1280px) {
  .variables-subs .tarifs__wrap button {
    width: 100%
  }
}

@media (max-width:575.98px) {
  .variables-subs .tarifs__wrap button {
    width: 90%;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 16px;
    background-color: #f7cc3e;
    text-transform: uppercase
  }
}

.faq {
  margin-top: -4%;
  background: #fff;
  z-index: 100;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  z-index: 54;
}

.faq .title {
  padding: 30px 0 50px;
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase
}

.faq .faq-accordion,.thanks-content h4 {
  padding-bottom: 40px
}

.faq .faq-accordion .card {
  background: 0 0;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 34px;
  padding-bottom: 0
}

.faq .faq-accordion .card .card-header {
  background: 0 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  cursor: pointer
}

.faq .faq-accordion .card .card-header p {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 34px;
  border-radius: 0;
  color: #333;
  text-align: left;
  white-space: inherit;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase
}

.faq .faq-accordion .card .card-header .content-accord[aria-expanded=true] p {
  background: #fff;
  color: #333
}

.faq .faq-accordion .card .card-header p:after {
  content: "";
  position: absolute;
  top: calc(50% - .75em);
  right: 1.3em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/upload/landings/focus/index/img/expand.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #333;
  font-style: normal
}

.faq .faq-accordion .card .card-header .content-accord[aria-expanded=true] p:after {
  background-image: url(/upload/landings/focus/index/img/collapse.png)
}

.faq .faq-accordion .card .card-header p .question-number {
  display: inline-block;
  width: 1.7em;
  font-size: 1.3em;
  font-style: normal
}

.faq .faq-accordion .card .card-body {
  padding: 0 120px 19px 78px;
  border-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333
}

.faq .faq-accordion .collapse-line::after {
  display: block;
  content: " ";
  width: 100%;
  height: 6px
}

.faq .more {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #bdbdbd;
  border: 2px solid #bdbdbd;
  border-radius: 40px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  transition: all .3s linear
}

.faq .more:hover {
  color: #302f82;
  border-color: #302f82
}

@media (max-width:576px) {
  .faq {
    margin-top: 0;
    clip-path: none;
    padding: 10px 0
  }
}

@media (max-width:992px) {
  .faq .title {
    font-size: 24px;
    padding: 20px 0
  }

  .faq .faq-accordion .card .card-header p {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 50px 10px 20px
  }

  .faq .faq-accordion .card .card-header p:after {
    right: .9em;
    background-image: url("/upload/landings/focus/index/img/expand-m.png")
  }

  .faq .faq-accordion .card .card-header .content-accord[aria-expanded=true] p:after {
    right: .9em;
    background-image: url("/upload/landings/focus/index/img/collapse-m.png")
  }

  .faq .faq-accordion .card .card-body {
    padding: 0 20px 10px;
    font-size: 14px;
    line-height: 24px
  }
}

.not-found,.thanks-content {
  background: url("/upload/landings/focus/index/img/page/bg.png") #bc4ca4;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.not-found .not-found__wrap,.not-found .thanks-content__wrap,.thanks-content .not-found__wrap,.thanks-content .thanks-content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.not-found .not-found__wrap .title-message,.not-found .thanks-content__wrap .title-message,.thanks-content .not-found__wrap .title-message,.thanks-content .thanks-content__wrap .title-message {
  font-family: DS Goose;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  max-width: 920px;
  margin: 40px auto
}

@media (max-width:576px) {
  .not-found .not-found__wrap .title-message,.not-found .thanks-content__wrap .title-message,.thanks-content .not-found__wrap .title-message,.thanks-content .thanks-content__wrap .title-message {
    font-size: 18px;
    line-height: 30px
  }
}

.not-found .not-found__wrap .wrapper-button,.not-found .thanks-content__wrap .wrapper-button,.thanks-content .not-found__wrap .wrapper-button,.thanks-content .thanks-content__wrap .wrapper-button {
  margin-top: 72px;
  padding: 0 0 40px
}

@media (max-width:576px) {
  .not-found .not-found__wrap .wrapper-button,.not-found .thanks-content__wrap .wrapper-button,.thanks-content .not-found__wrap .wrapper-button,.thanks-content .thanks-content__wrap .wrapper-button {
    margin-top: 32px
  }
}

.not-found .not-found__wrap .wrapper-button a,.not-found .thanks-content__wrap .wrapper-button a,.thanks-content .not-found__wrap .wrapper-button a,.thanks-content .thanks-content__wrap .wrapper-button a {
  background: linear-gradient(180deg,#fff24d 0,#dfbc0b 107.61%);
  box-shadow: 1.64286px 1.64286px 15.3107px rgba(255,230,0,.17),1.64286px 1.64286px 24.6429px rgba(0,0,0,.15);
  border-radius: 98.5714px;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #333;
  padding: 20px 55px;
  text-decoration: none
}

@media (max-width:576px) {
  .not-found .not-found__wrap .wrapper-button a,.not-found .thanks-content__wrap .wrapper-button a,.thanks-content .not-found__wrap .wrapper-button a,.thanks-content .thanks-content__wrap .wrapper-button a {
    font-size: 18px;
    padding: 15px 45px
  }
}

.thanks-content h4 {
  font-weight: 900;
  font-size: 72px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}

@media (max-width:576px) {
  .thanks-content h4 {
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 20px
  }
}

.getpdf,.release {
  background: #fff;
  padding: 40px 0 60px
}

.release .schedule-link,.release h4 {
  text-align: center;
  text-transform: uppercase
}

.release h4 {
  font-weight: 900;
  font-size: 55px;
  line-height: 48px
}

@media (max-width:576px) {
  .release h4 {
    font-size: 22px;
    line-height: 32px
  }
}

.release .schedule-link {
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #3e1c73
}

.getpdf {
  padding: 40px 0 50px
}

.getpdf .title {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 5px
}

.getpdf .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: left
}

.getpdf .form-control {
  padding: 23px 20px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 40px;
  color: #333
}

.getpdf .form-control:focus {
  border-color: #004fc6
}

.collections h4,.getpdf .bnt-subscribe {
  text-align: center;
  text-transform: uppercase
}

.getpdf .bnt-subscribe {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  border-radius: 40px;
  background: linear-gradient(180deg,#fff24d 0,#dfbc0b 107.61%);
  box-shadow: 1px 1px 15px rgba(255,244,101,.41),1px 1px 15px rgba(0,0,0,.15);
  padding: 11px 5px;
  display: inherit;
  width: 100%;
  border: 0;
  margin-bottom: 45px
}

.getpdf .bnt-subscribe::before,.micro-modal-wrap__input .bnt-subscribe::before {
  content: url(/upload/landings/focus/index/img/logo-download.png);
  margin-top: 10px;
  position: relative;
  top: 3px;
  margin-right: .5em
}

@media (max-width:992px) {
  .getpdf .title {
    text-align: center
  }
}

@media (max-width:576px) {
  .getpdf .subtitle {
    text-align: center;
    padding-bottom: 15px
  }

  .getpdf .subtitle span {
    display: block
  }
}

@media (max-width:992px) {
  .getpdf .subtitle {
    text-align: center
  }

  .getpdf .bnt-subscribe {
    margin-top: 0
  }
}

@media (max-width:580px) {
  .getpdf .bnt-subscribe {
    margin-top: 20px
  }
}

.collections {
  background: url("/upload/landings/focus/index/img/collections/bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0
}

@media (max-width:575.98px) {
  .collections {
    padding: 40px 0
  }
}

.collections h4 {
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  color: #fff
}

@media (max-width:575.98px) {
  .collections h4 {
    font-size: 35px;
    line-height: 48px
  }
}

.video h4 {
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px
}

@media (max-width:575.98px) {
  .video h4 {
    font-size: 20px;
    line-height: 30px
  }
}

.video p {
  font-family: DS Goose;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #3e1c73;
  padding-bottom: 20px
}

@media (max-width:575.98px) {
  .video p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0
  }
}

.video__wrap {
  z-index: 10;
  padding: 20px 0 100px;
  position: relative
}

@media (max-width:575.98px) {
  .video__wrap {
    padding: 10px 0 40px
  }
}

.video__wrap .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

.video__wrap .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 250
}

.video__wrap .videoWrapper:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/upload/landings/focus/index/img/video-l.png);
  background-size: 520px 441px;
  width: 520px;
  height: 441px;
  margin: 0;
  left: -300px;
  z-index: 249;
  top: -10px
}

@media (max-width:1280px) {
  .video__wrap .videoWrapper:before {
    background-size: 416px 353px;
    width: 416px;
    height: 353px;
    margin: 0;
    left: -240px;
    z-index: 249;
    top: 20px
  }
}

@media (max-width:1024px) {
  .video__wrap .videoWrapper:before {
    background-size: 348px 295px;
    width: 348px;
    height: 295px;
    margin: 0;
    left: -205px;
    z-index: 249;
    top: 0
  }
}

@media (max-width:575.98px) {
  .video__wrap .videoWrapper:before {
    content: none
  }
}

.video__wrap .videoWrapper:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/upload/landings/focus/index/img/video-r.png);
  background-size: 513px 452px;
  width: 513px;
  height: 452px;
  margin: 0;
  right: -350px;
  z-index: 249;
  top: -10px
}

@media (max-width:1280px) {
  .video__wrap .videoWrapper:after {
    background-size: 416px 367px;
    width: 416px;
    height: 367px;
    margin: 0;
    right: -278px;
    z-index: 249;
    top: 24px
  }
}

@media (max-width:1024px) {
  .video__wrap .videoWrapper:after {
    background-size: 348px 307px;
    width: 348px;
    height: 307px;
    margin: 0;
    right: -238px;
    z-index: 249;
    top: 4px
  }
}

@media (max-width:768px) {
  .video__wrap .videoWrapper:after {
    content: none
  }
}

.props {
  padding: 230px 0 150px
}

@media (max-width:1366px) {
  .props {
    padding: 170px 0 80px
  }
}

@media (max-width:1280px) {
  .props {
    padding: 160px 0 80px
  }
}

@media (max-width:1024px) {
  .props {
    padding: 130px 0 50px
  }
}

@media (max-width:575.98px) {
  .props {
    padding: 30px 0
  }
}

.props__wrap {
  position: relative
}

.props__wrap--back {
  z-index: 222;
  background: #adddf3;
  border-radius: 18px;
  padding: 60px 40px;
  color: #adddf3!important
}

@media (max-width:575.98px) {
  .props__wrap--back {
    padding: 20px
  }
}

.props__wrap--front {
  width: 100%;
  position: absolute;
  transform: rotate(-4deg);
  z-index: 223;
  border-radius: 18px;
  padding: 60px 40px;
  background: linear-gradient(269.96deg,#bf4ca5 2.13%,#3d2d70 96.24%)
}

@media (max-width:575.98px) {
  .props__wrap--front {
    padding: 20px
  }
}

.props__wrap--title {
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 25px;
  transform: rotate(4deg)
}

@media (max-width:1440px) {
  .props__wrap--title {
    font-size: 48px;
    line-height: 58px
  }
}

@media (max-width:1366px) {
  .props__wrap--title {
    font-size: 48px;
    line-height: 58px
  }
}

@media (max-width:1280px) {
  .props__wrap--title {
    font-size: 48px;
    line-height: 58px
  }
}

@media (max-width:1024px) {
  .props__wrap--title {
    font-size: 34px;
    line-height: 44px
  }
}

@media (max-width:575.98px) {
  .props__wrap--title {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0
  }
}

.props__wrap--text {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  transform: rotate(4deg)
}

.props__wrap--text strong,.props__wrap--text-mobile strong {
  font-weight: 700
}

@media (max-width:1440px) {
  .props__wrap--text {
    font-size: 24px;
    line-height: 34px
  }
}

@media (max-width:1366px) {
  .props__wrap--text {
    font-size: 24px;
    line-height: 34px
  }
}

@media (max-width:1280px) {
  .props__wrap--text {
    font-size: 20px;
    line-height: 30px
  }
}

@media (max-width:1024px) {
  .props__wrap--text {
    font-size: 16px;
    line-height: 26px
  }
}

@media (max-width:575.98px) {
  .props__wrap--text {
    display: none
  }
}

.props__wrap--text-mobile {
  padding-top: 30px;
  display: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333
}

@media (max-width:575.98px) {
  .props__wrap--text-mobile {
    display: block
  }
}

.props__wrap--pic-mobile {
  padding: 30px 0;
  display: none
}

.into--img img,.props__wrap--pic-mobile img {
  max-width: 100%
}

@media (max-width:575.98px) {
  .props__wrap--pic-mobile {
    display: block
  }
}

.props__wrap .prop {
  position: absolute;
  top: -70px;
  left: -540px;
  z-index: 225
}

.props__wrap .prop img {
  max-width: 100%;
  width: 623px;
  height: 519px
}

@media (max-width:1440px) {
  .props__wrap .prop {
    top: 0;
    left: -415px
  }

  .props__wrap .prop img {
    max-width: 100%;
    width: 510px;
    height: 428px
  }
}

@media (max-width:1366px) {
  .props__wrap .prop {
    top: 40px;
    left: -370px
  }

  .props__wrap .prop img {
    max-width: 100%;
    width: 436px;
    height: 363px
  }
}

@media (max-width:1280px) {
  .props__wrap .prop {
    top: 50px;
    left: -335px
  }

  .props__wrap .prop img {
    max-width: 100%;
    width: 407px;
    height: 339px
  }
}

@media (max-width:1024px) {
  .props__wrap .prop {
    top: 43px;
    left: -260px
  }

  .props__wrap .prop img {
    max-width: 100%;
    width: 321px;
    height: 267px
  }
}

@media (max-width:575.98px) {
  .props__wrap .prop {
    display: none
  }
}

.first h1,.into h4 {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase
}

.into h4 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: .035em;
  padding-bottom: 40px
}

.into h4 span i {
  font-size: 72px;
}
@media (max-width:575.98px) {
  .into h4 span i {
    font-size: 36px;
  }
}
.into .num-left,.into .num-right {
  font-family: Alegreya Sans;
  font-weight: 700;
  font-size: 470px;
  color: rgba(0,171,255,.15)
}

.into .num-left {
  top: -280px;
  left: -70px
}

.into .num-left.n3,.into .num-left.n5 {
  top: -338px
}

.into .num-right {
  top: -330px;
  right: 0
}

@media (max-width:1280px) {
  .into .num-left,.into .num-left.n3,.into .num-left.n5 {
    font-size: 400px
  }

  .into .num-left {
    top: -230px;
    left: -70px
  }

  .into .num-left.n3 {
    top: -280px
  }

  .into .num-left.n5 {
    top: -270px
  }

  .into .num-right {
    top: -270px;
    font-size: 400px
  }
}

@media (max-width:575.98px) {
  .into .num-left,.into .num-left.n3,.into .num-left.n5,.into .num-right {
    font-size: 200px
  }

  .into .num-left {
    left: 5px;
    top: -120px
  }
  .into .num-left.n3 {
    left: 15px;
    top: -145px
  }
  .into .num-left.n5 {
    left: 20px;
    top: -140px
  }

  .into .num-right {
    right: 5px;
    top: -140px
  }
  .into .num-right.n4 {
    right: 20px;
    top: -135px
  }

  .into h4 {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 32px
  }
}

.into--title {
  font-family: DS Goose;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  color: #3e1c73;
  padding-bottom: 25px;
  position: relative;
  z-index: 666
}

@media (max-width:1366px) {
  .into--title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 25px
  }
}

@media (max-width:1024px) {
  .into--title {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 15px
  }
}

@media (max-width:575.98px) {
  .into--title {
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px
  }

  .into--img {
    padding-top: 20px
  }
}

.into--subtitle {
  font-family: DS Goose;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #333;
  position: relative;
  z-index: 666
}

@media (max-width:1440px) {
  .into--subtitle {
    font-size: 25px;
    line-height: 30px
  }
}

@media (max-width:1366px) {
  .into--subtitle {
    font-size: 24px;
    line-height: 30px
  }
}

@media (max-width:1024px) {
  .into--subtitle {
    font-size: 18px;
    line-height: 26px
  }
}

@media (max-width:575.98px) {
  .into--subtitle {
    font-size: 11px;
    line-height: 13px
  }
}

.into .line-1 {
  bottom: -44%;
  left: calc(50% - 134px)
}

.into .line-2,.into .line-3 {
  bottom: -20%;
  left: calc(50% - 134px)
}

.into .line-3 {
  bottom: -21%
}

.into .line-4,.into .line-5 {
  bottom: -17%;
  left: calc(50% - 134px)
}

.into .line-5 {
  bottom: -36%
}

@media (max-width:1366px) {
  .into .line-1 {
    bottom: -26%;
    left: calc(50% - 134px)
  }

  .into .line-2,.into .line-3 {
    bottom: -28%;
    left: calc(50% - 134px)
  }

  .into .line-3 {
    bottom: -21%
  }

  .into .line-4,.into .line-5 {
    bottom: -30%;
    left: calc(50% - 134px)
  }

  .into .line-5 {
    bottom: -26%
  }
}

@media (max-width:1280px) {
  .into .line-1 {
    bottom: -32%;
    left: calc(50% - 93px)
  }

  .into .line-2 {
    bottom: -28%;
    left: calc(50% - 134px)
  }

  .into .line-3 {
    bottom: -21%;
    left: calc(50% - 117px)
  }

  .into .line-4 {
    bottom: -30%;
    left: calc(50% - 167px)
  }

  .into .line-5 {
    bottom: -25%;
    left: calc(50% - 134px)
  }
}

@media (max-width:1024px) {
  .into .line-1 {
    bottom: -32%;
    left: calc(50% - 93px)
  }

  .into .line-2 {
    bottom: -31%;
    left: calc(50% - 134px)
  }

  .into .line-3 {
    bottom: -21%;
    left: calc(50% - 117px)
  }

  .into .line-4 {
    bottom: -30%;
    left: calc(50% - 167px)
  }

  .into .line-5 {
    bottom: -25%;
    left: calc(50% - 134px)
  }
}

@media (max-width:992px) {
  .into .line-1,.into .line-2,.into .line-3,.into .line-4,.into .line-5 {
    display: none
  }
}

.into .line-1 img,.into .line-2 img,.into .line-3 img,.into .line-4 img,.into .line-5 img {
  max-width: 100%
}

.into .line-1 img {
  width: 471px
}

.into .line-2 img {
  width: 533px
}

.into .line-3 img {
  width: 272px
}

.into .line-4 img {
  width: 342px
}

.into .line-5 img {
  width: 471px
}

@media (max-width:1366px) {
  .into .line-1 img {
    width: 333px
  }

  .into .line-2 img {
    width: 420px
  }

  .into .line-3 img {
    width: 270px
  }

  .into .line-4 img {
    width: 370px
  }

  .into .line-5 img {
    width: 420px
  }
}

@media (max-width:1280px) {
  .into .line-1 img {
    width: 350px
  }

  .into .line-2 img {
    width: 460px
  }

  .into .line-3 img {
    width: 260px
  }

  .into .line-4 img {
    width: 370px
  }

  .into .line-5 img {
    width: 420px
  }
}

@media (max-width:1024px) {
  .into .line-1 img {
    width: 250px
  }

  .into .line-2 img {
    width: 310px
  }

  .into .line-3 img {
    width: 200px
  }

  .into .line-4 img {
    width: 260px
  }

  .into .line-5 img {
    width: 330px
  }
}

.first {
  min-height: 828px;
  background: url("/upload/landings/focus/index/img/first/bg.png");
  padding: 0;
  margin-bottom: 20px;
  background-size: cover;
  background-position: top center
}

@media (max-width:575.98px) {
  .first {
    background: url("/upload/landings/focus/index/img/first/bg-m.png");
    min-height: 370px;
    background-size: cover;
    background-position: top center
  }
}

@media (max-width:320px) {
  .first {
    background: url("/upload/landings/focus/index/img/first/bg-m.png");
    min-height: 335px;
    background-size: cover;
    background-position: top center
  }
}

.first h1 {
  margin-top: 200px;
  font-size: 120px;
  line-height: 166px
}

@media (max-width:1024px) {
  .first h1 {
    font-size: 85px;
    line-height: 114px
  }
}

@media (max-width:575.98px) {
  .first h1 {
    margin-top: 58px;
    font-size: 37px;
    line-height: 50px;
    padding-bottom: 18px;
    margin-bottom: 0
  }
}
@media (max-width:320px) {
  .first h1 {
    margin-top: 38px;
  }
}

.first a,.first h4 {
  font-weight: 700;
  text-align: center
}

.first h4 {
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  padding-bottom: 50px
}

@media (max-width:575.98px) {
  .first h4 {
    font-size: 10px;
    line-height: 13px;
    padding-bottom: 40px;
    max-width: 160px;
    margin: 0 auto
  }
}

.first a {
  padding: 15px 50px;
  background: #b24aa0;
  box-shadow: 1px 1px 15px rgba(178,74,160,.37),1px 1px 15px rgba(0,0,0,.15);
  border-radius: 60px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  text-decoration: none
}

@media (max-width:575.98px) {
  .first a {
    font-size: 10px;
    line-height: 15px
  }
}

.first .children {
  position: absolute;
  bottom: -555px
}

.first .children img {
  max-width: 100%
}

/**/
.advantages--mobile {
    display: none;
}
@media (max-width:575.98px) {
    .advantages--mobile {
        display: block;
    }
}
.advantages--mobile .advantages-mobile-item-select .item-one, .advantages--mobile .advantages-mobile-item-select .item-two, .advantages--mobile .advantages-mobile-item-select .item-tree, .advantages--mobile .advantages-mobile-item-select .item-four {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
.advantages--mobile .advantages-mobile-item-select .item-one--content, .advantages--mobile .advantages-mobile-item-select .item-two--content, .advantages--mobile .advantages-mobile-item-select .item-tree--content, .advantages--mobile .advantages-mobile-item-select .item-four--content {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #ffffff;
  border-radius: 2px;
  z-index: 77;
}
.advantages--mobile .advantages-mobile-item-select .item-one--content.active, .advantages--mobile .advantages-mobile-item-select .item-two--content.active, .advantages--mobile .advantages-mobile-item-select .item-tree--content.active, .advantages--mobile .advantages-mobile-item-select .item-four--content.active {
  box-shadow: none;
}
.advantages--mobile .advantages-mobile-item-select .item-one--bg, .advantages--mobile .advantages-mobile-item-select .item-two--bg, .advantages--mobile .advantages-mobile-item-select .item-tree--bg, .advantages--mobile .advantages-mobile-item-select .item-four--bg {
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  z-index: 76;
}
.advantages--mobile .advantages-mobile-item-select .item-one--bg.active, .advantages--mobile .advantages-mobile-item-select .item-two--bg.active, .advantages--mobile .advantages-mobile-item-select .item-tree--bg.active, .advantages--mobile .advantages-mobile-item-select .item-four--bg.active {
  visibility: hidden;
}
.advantages--mobile .advantages-mobile-item-select .item-one--content {
  transform: rotate(10deg);
  box-shadow: 1px 1px 15px rgba(255, 185, 45, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-select .item-one--content img {
  max-width: 100%;
  transform: rotate(-10deg);
}
.advantages--mobile .advantages-mobile-item-select .item-one--bg {
  background: #FFB92D;
}
.advantages--mobile .advantages-mobile-item-select .item-two--content {
  transform: rotate(-10deg);
  box-shadow: 1px 1px 15px rgba(42, 178, 96, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-select .item-two--content img {
  max-width: 100%;
  transform: rotate(10deg);
}
.advantages--mobile .advantages-mobile-item-select .item-two--bg {
  background: #23CA6A;
}
.advantages--mobile .advantages-mobile-item-select .item-tree--content {
  transform: rotate(10deg);
  box-shadow: 1px 1px 15px rgba(0, 171, 255, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-select .item-tree--content img {
  max-width: 100%;
  transform: rotate(-10deg);
}
.advantages--mobile .advantages-mobile-item-select .item-tree--bg {
  background: #00ABFF;
}
.advantages--mobile .advantages-mobile-item-select .item-four--content {
  transform: rotate(-10deg);
  box-shadow: 1px 1px 15px rgba(191, 76, 165, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-select .item-four--content img {
  max-width: 100%;
  transform: rotate(10deg);
}
.advantages--mobile .advantages-mobile-item-select .item-four--bg {
  background: #BF4CA5;
}
.advantages--mobile .advantages-mobile-item {
  display: block;
  position: relative;
}
.advantages--mobile .advantages-mobile-item-one, .advantages--mobile .advantages-mobile-item-two, .advantages--mobile .advantages-mobile-item-tree, .advantages--mobile .advantages-mobile-item-four {
  border-radius: 6px;
  display: none;
}
.advantages--mobile .advantages-mobile-item-one.active, .advantages--mobile .advantages-mobile-item-two.active, .advantages--mobile .advantages-mobile-item-tree.active, .advantages--mobile .advantages-mobile-item-four.active {
  display: block;
}
.advantages--mobile .advantages-mobile-item-one .text, .advantages--mobile .advantages-mobile-item-two .text, .advantages--mobile .advantages-mobile-item-tree .text, .advantages--mobile .advantages-mobile-item-four .text {
  max-width: 98%;
  margin-left: -2%;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  font-family: DS Goose;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.advantages--mobile .advantages-mobile-item-one .text {
  transform: rotate(-5deg);
}
.advantages--mobile .advantages-mobile-item-two .text {
  transform: rotate(5deg);
}
.advantages--mobile .advantages-mobile-item-tree .text {
  transform: rotate(-5deg);
}
.advantages--mobile .advantages-mobile-item-four .text {
  transform: rotate(5deg);
}

.advantages--mobile .advantages-mobile-item-one .text div, .advantages--mobile .advantages-mobile-item-two .text div, .advantages--mobile .advantages-mobile-item-tree .text div, .advantages--mobile .advantages-mobile-item-four .text div {
  width: 100%;
  height: auto;
}
.advantages--mobile .advantages-mobile-item-one .text div {
  transform: rotate(5deg);
}
.advantages--mobile .advantages-mobile-item-two .text div{
  transform: rotate(-5deg);
}
.advantages--mobile .advantages-mobile-item-tree .text div{
  transform: rotate(5deg);
}
.advantages--mobile .advantages-mobile-item-four .text div {
  transform: rotate(-5deg);
}

.advantages--mobile .advantages-mobile-item-one .text.one, .advantages--mobile .advantages-mobile-item-two .text.one, .advantages--mobile .advantages-mobile-item-tree .text.one, .advantages--mobile .advantages-mobile-item-four .text.one {
  box-shadow: 1px 1px 15px rgba(255, 185, 45, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-one .text.two, .advantages--mobile .advantages-mobile-item-two .text.two, .advantages--mobile .advantages-mobile-item-tree .text.two, .advantages--mobile .advantages-mobile-item-four .text.two {
  box-shadow: 1px 1px 15px rgba(0, 171, 255, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-one .text.tree, .advantages--mobile .advantages-mobile-item-two .text.tree, .advantages--mobile .advantages-mobile-item-tree .text.tree, .advantages--mobile .advantages-mobile-item-four .text.tree {
  box-shadow: 1px 1px 15px rgba(42, 178, 96, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-one .text.four, .advantages--mobile .advantages-mobile-item-two .text.four, .advantages--mobile .advantages-mobile-item-tree .text.four, .advantages--mobile .advantages-mobile-item-four .text.four {
  box-shadow: 1px 1px 15px rgba(191, 76, 165, 0.4), 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.advantages--mobile .advantages-mobile-item-one .subtext, .advantages--mobile .advantages-mobile-item-two .subtext, .advantages--mobile .advantages-mobile-item-tree .subtext, .advantages--mobile .advantages-mobile-item-four .subtext {
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 15px 4px 4px 4px;
  text-align: center;
  min-height: 105px;
}
.advantages--mobile .advantages-mobile-item-one {
  background: #FFB92D;
}
.advantages--mobile .advantages-mobile-item-two {
  background: #00ABFF;
}
.advantages--mobile .advantages-mobile-item-tree {
  background: #2AB260;
}
.advantages--mobile .advantages-mobile-item-four {
  background: #BF4CA5;
}

.into .mobile-line-1, .into .mobile-line-2, .into .mobile-line-3, .into .mobile-line-4, .into .mobile-line-5 {
  display: none;
}
@media (max-width:575.98px) {
  .into .mobile-line-1 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -140px;
  }

  .into .mobile-line-2 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -130px;
  }

  .into .mobile-line-3 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -95px;
  }

  .into .mobile-line-4 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -130px;
  }

  .into .mobile-line-5 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -135px;
  }
}
.into .into-item-1, .into .into-item-2, .into .into-item-3, .into .into-item-4, .into .into-item-5 {
  position: relative;
  padding: 0;
}

@media (max-width:414px) {
  .into .into-item-1 {
    padding: 0;
  }
  .into .into-item-2 {
    padding: 40px 0 0 0;
  }
  .into .into-item-3 {
    padding: 25px 0 0 0;
  }
  .into .into-item-4 {
    padding: 0;
  }
  .into .into-item-5  {
    padding: 40px 0 0 0;
  }
}

@media (max-width:375px) {
  .into .into-item-1 {
    padding: 0;
  }
  .into .into-item-2 {
    padding: 40px 0 0 0;
  }
  .into .into-item-3 {
    padding: 25px 0 0 0;
  }
  .into .into-item-4 {
    padding: 0;
  }
  .into .into-item-5  {
    padding: 40px 0 0 0;
  }
}

.subscription-form .nf-subscribe .tarifs .tarifs__wrap{
  min-height: 500px;
}

.getpdf-consent {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  margin-top: 6px;
}

.getpdf-consent input[type="checkbox"] {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.getpdf-consent a {
  color: #000;
  text-decoration: underline;
}

.getpdf-consent a:hover {
  text-decoration: none;
}