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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/*@-ms-viewport {
  width: device-width;
}*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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 {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body, html {
  -webkit-overflow-scrolling: touch !important;
}

body {
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  min-width: 320px;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  min-width: 320px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 541px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1401px) {
  .container {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1290px;
  }
}

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

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

button {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.flex {
  display: flex;
}

.flex-row {
  /*margin: 0 -15px;*/
  display: flex;
  position: relative;
}
.flex-row--sb {
  justify-content: space-between;
}
.flex-row--jcc {
  justify-content: center;
}
.flex-row--fw {
  flex-wrap: wrap;
}

.d-block {
  display: block;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-20 {
  margin-bottom: 20px;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
}

.img-align {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 30px 0;
}

.abovetitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #e31450;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.subtitle {
  color: #262536;
  font-size: 22px;
}

.bg-full {
  background-size: cover;
  background-position: 50% 50%;
}

.bg-text {
  background: #eeeeee;
  border-radius: 5px;
  padding: 10px;
}
.bg-text h2 {
  margin-top: 0 !important;
}

.left-aligned-block {
  max-width: 740px;
}

.text-aligned {
  max-width: 740px;
}
.text-aligned > p {
  font-size: 18px !important;
}

.list-no {
  list-style: none;
  padding: 0;
}

.link {
  color: #FC6893;
}
.link:hover {
  color: inherit;
}

.color-pale {
  color: #4c5e72;
}

.subtitle-block {
  margin-bottom: 50px;
}
.subtitle-block__title {
  margin-bottom: 0 !important;
}

hr {
  border: 1px solid rgba(170, 186, 204, 0.15);
  margin: 50px 0;
}
@media (min-width: 768px) {
  hr {
    margin: 80px 0;
  }
}
@media (min-width: 1401px) {
  hr {
    margin: 120px 0;
  }
}

.w-100 {
  width: 100%;
}

.text-input, .textarea-input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 46px;
  line-height: normal;
  color: #6B7186;
  font-weight: 500;
  font-size: 16px;
  /*font-family: $inter;*/
  letter-spacing: 0.05em;
  border-radius: 0;
  border-bottom: 2px solid #6B7186;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.text-input:-moz-placeholder, .text-input::-moz-placeholder, .text-input:-ms-input-placeholder, .text-input::-webkit-input-placeholder, .textarea-input:-moz-placeholder, .textarea-input::-moz-placeholder, .textarea-input:-ms-input-placeholder, .textarea-input::-webkit-input-placeholder {
  color: #6B7186;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.text-input:hover, .textarea-input:hover {
  border-bottom-color: rgba(170, 186, 204, 0.5);
}
.text-input:focus, .textarea-input:focus {
  border-bottom-color: #aabacc;
}
.text-input.has-error, .textarea-input.has-error {
  border-bottom-color: #FC6893;
}
.text-input.has-error + label, .textarea-input.has-error + label {
  color: #FC6893;
}

form.loading {
  pointer-events: none;
  position: relative;
}
form.loading > * {
  opacity: 0.5;
}
form.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  background-image: url(../img/loading.svg);
  background-color: #fff;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}

.form_polit {
  color: #6B7186;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 25px;
}
.form_polit a {
  color: #FC6893;
  /*@media @hover {

    &:hover {
      text-decoration: underline;
    }
  }*/
}

.text-input-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1920px) {
  .text-input-wrapper {
    margin-bottom: 40px;
  }
}
.text-input-wrapper label {
  pointer-events: none;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 14px;
  color: #6B7186;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  /*font-family: $inter;*/
  transition: all 0.15s ease-in-out;
}
.text-input-wrapper input:focus + label, .text-input-wrapper input.not-empty + label,
.text-input-wrapper textarea:focus + label,
.text-input-wrapper textarea.not-empty + label {
  font-size: 10px;
  margin-top: -23px;
}
.text-input-wrapper.has-error input,
.text-input-wrapper.has-error textarea {
  border-bottom-color: #FC6893;
  color: #FC6893;
}
.text-input-wrapper.has-error label {
  color: #FC6893;
}
.text-input-wrapper--mod {
  margin-bottom: 30px;
}
@media (min-width: 541px) {
  .text-input-wrapper--mod {
    margin-bottom: 50px;
  }
}

.error-message {
  color: #D91155;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  /*bottom: -20px;*/
  top: 53px;
  left: 0;
}

.form-thanks-message {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat,sans-serif";
}
.form-thanks-message .top-main {
  font-size: 24px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-thanks-message .top-main {
    font-size: 40px;
    line-height: 52px;
  }
}
.form-thanks-message .message {
  color: #4C5E72;
  font-size: 14px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .form-thanks-message .message {
    font-size: 20px;
    line-height: 34px;
  }
}

.btn {
  position: relative;
  border: none;
  text-align: center;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-transform: uppercase;*/
  font-size: 16px;
  /*letter-spacing: 0.06em;
  font-weight: 600;*/
  height: 60px;
  transition: all 0.2s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
}
.btn [class^=icon] {
  font-size: 8px;
  position: absolute;
  right: 25px;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.btn .icon-play3 {
  font-size: 16px;
}
.btn > span {
  text-align: left;
  margin-top: -1px;
}
.btn > * {
  line-height: 1;
}
.btn:active, .btn:focus, .btn:hover {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.btn:active [class^=icon], .btn:focus [class^=icon], .btn:hover [class^=icon] {
  transform: translateX(10px);
}
.btn--center {
  justify-content: center;
}
.btn--auto {
  width: auto;
}
.btn--brdrd {
  border: solid 2px #FC6893;
  background: none;
  color: #FC6893;
}
.btn--brdrd:hover {
  color: #fff;
  background: #AD6EDD;
  border-color: #AD6EDD;
}
.btn--brdrd:active {
  color: #fff;
  background: #844EAE;
  border-color: #844EAE;
}
.btn--pink {
  background: #FC6893;
  color: #fff;
}
.btn--pink:hover {
  color: #fff;
  background-color: #AD6EDD;
  /*box-shadow: $box-shadow-pink;*/
}
.btn--pink:active {
  background: #844EAE;
}
.btn--dark {
  background: #921e40;
}
.btn--dark:hover {
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(146, 30, 64, 0.5);
}
.btn--dark:active {
  color: #fff;
  background: #f32460;
}
.btn--gray {
  background: #dee5ec;
  color: #262536;
}
.btn--gray:hover {
  color: #fff;
  background-color: #FC6893;
}
.btn--gray:active {
  color: #fff;
  background-color: #b21140;
}
.btn--transparent {
  background: transparent;
  color: #9EA4BC;
  border: 2px solid #9EA4BC;
}
.btn--more {
  height: 35px;
  color: #262536;
  background: transparent;
  width: auto;
}
.btn--more:hover {
  background: #e4ebf3;
  color: #262536;
}
.btn--more [class^=icon] {
  position: static;
  margin-left: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background-color: #fff;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  min-height: 50px;
  height: 120px;
  /*@media ($view-mobile) {
    height: 90px;
  }

  @media ($view-tablet) {
    height: 60px;
  }

  @media ($view-desktop) {
    height: 100px;
  }*/
}
.header__logo {
  width: 176px;
  margin-right: 40px;
  /*@media ($view-tablet) {
    width: 176px;
  }*/
}
@media (min-width: 1920px) {
  .header__logo {
    /*position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -1px;
    transform: translateY(-50%);*/
  }
}
.header__logo img {
  width: 100%;
  /*height: 20px;*/
}
.header__right-part {
  display: flex;
  align-items: center;
}
@media (min-width: 1920px) {
  .header__right-part {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform $trdt;
    right: 50px;*/
  }
}
.header__tel {
  margin-right: 20px;
  /*@media ($view-xs) {
    display: none;
  }*/
}
@media (min-width: 1920px) {
  .header__tel {
    margin-right: 30px;
  }
}
.header__tel p {
  color: #6B7186;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}
.header__tel a {
  text-decoration: none;
  color: #262536;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  /*@media @hover {

    &:hover {
      color: $brand-color;
    }
  }*/
}
.header__cta.btn {
  margin-left: 30px;
  /*width: 180px;*/
  /*height: 45px;*/
  justify-content: center;
  /*display: none;*/
  display: flex;
  /*@media ($view-vlarge) {
    display: flex;
  }*/
}
.header__cta.btn:first-child {
  display: none;
}
@media (min-width: 768px) {
  .header__cta.btn:first-child {
    display: flex;
  }
}
.header__cta.btn .text-large {
  display: none;
}
@media (min-width: 541px) {
  .header__cta.btn .text-large {
    display: block;
  }
}
.header__cta.btn .text-mini {
  display: block;
}
@media (min-width: 541px) {
  .header__cta.btn .text-mini {
    display: none;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 1401px) {
  .header__nav {
    display: flex;
  }
}

body.scrolled .header {
  /*box-shadow: $box-shadow-def-smooth;*/
  box-shadow: 0 2px 6px rgba(22, 27, 44, 0.16);
}
body.scrolled .header__row {
  /*height: 120px;*/
  /*@media ($view-mobile) {
    height: 50px;
  }

  @media ($view-desktop) {
    height: 80px;
  }
  @media ($view-large) {

  }*/
}

.page {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page {
    padding-top: 140px;
  }
}

.first-block {
  position: relative;
  overflow: hidden;
  color: #6B7186;
  /*.btn {
    width: 100%;

    @media ($view-tablet) {
      width: 300px;
    }
  }*/
}
.first-block h1 {
  text-align: left;
  margin: 30px 0;
  margin-top: 60px;
  letter-spacing: 1px;
  color: #262536;
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .first-block h1 {
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 1401px) {
  .first-block h1 {
    font-size: 48px;
    line-height: 55px;
  }
}
.first-block .container > p {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .first-block .container > p {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
}
.first-block__action {
  display: flex;
  justify-content: center;
  padding-bottom: 48px;
}

.about_block__btn {
  width: 360px;
  max-width: 100%;
}

.first-block--nobg .first-block__bottom-panel {
  background: none;
  padding-bottom: 0;
}
.first-block--nobg .first-block__bottom-part {
  background: none;
}

.order-steps {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .order-steps {
    display: flex;
    display: -webkit-flex;
  }
}
@media (min-width: 1920px) {
  .order-steps {
    width: 960px;
    margin: 0 auto;
  }
}

.step-item {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  display: -webkit-flex;
  width: 100%;
  justify-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .step-item {
    align-items: center;
  }
}
@media (min-width: 1401px) {
  .step-item {
    justify-content: center;
  }
}
.step-item__img-wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .step-item__img-wrapper {
    display: flex;
    display: -webkit-flex;
    /*height: 145px;*/
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) {
  .step-item__img-wrapper {
    margin-bottom: 25px;
  }
}
@media (min-width: 1401px) {
  .step-item__img-wrapper {
    height: 160px;
    margin-bottom: 25px;
  }
}
.step-item__info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .step-item__info {
    align-items: flex-start;
  }
}
.step-item__name {
  font-size: 30px;
  font-weight: bold;
  padding: 13px 21px;
  border-radius: 10px;
  background-color: #ECEFFA;
  /*line-height: 55px;
  display: flex;
  align-items: center;*/
  color: #FC6893;
}
@media (min-width: 768px) {
  .step-item__name {
    font-size: 48px;
    padding: 0;
    background-color: transparent;
  }
}
.step-item__descr {
  color: #6B7186;
  font-size: 16px;
  line-height: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .step-item__descr {
    max-width: 280px;
    padding-top: 7px;
  }
}
@media (min-width: 1401px) {
  .step-item__descr {
    font-size: 16px;
    line-height: 22px;
  }
}
.step-item--card {
  background: white;
  box-shadow: 0 10px 30px 0 rgba(210, 14, 71, 0.5);
  padding: 30px;
  border-radius: 5px;
}
.step-item--horizontal {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.step-item--horizontal .feature-item__img-wrapper {
  margin: 0 30px 0 0;
}
.step-item--horizontal .step-item__name {
  margin: 0 !important;
}
.step-item--hover {
  transition-duration: 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.step-item--hover:hover {
  background: #f32460;
  box-shadow: 0 10px 30px 0 0 10px 30px 0 rgba(210, 14, 71, 0.5);
  color: white;
}
.step-item--big .step-item__name {
  /*font-size: 20px;
  font-weight: 400;
  @media ($view-desktop) {
    font-size: 30px;
  }*/
}
.step-item--big .step-item__descr {
  /*font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  @media ($view-desktop) {
    font-size: 18px;
  }*/
}
.step-item--big .step-item__img-wrapper img {
  height: 160px;
}
.step-item--sm .step-item__name {
  font-size: 16px;
}
.step-item--sm .step-item__descr {
  font-size: 14px;
}
.step-item--sm .step-item__img-wrapper img {
  height: 26px;
}
@media (min-width: 768px) {
  .step-item {
    width: auto;
  }
  .step-item__name {
    margin-bottom: 15px;
  }
}

@media (min-width: 541px) {
  .step-col-4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .step-col-4 {
    width: 33.3333%;
  }
}
@media (min-width: 1401px) {
  .step-col-4 {
    width: 25%;
  }
}
.step-col-3 {
  padding: 0 15px;
  width: 100%;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .step-col-3 {
    width: 33.3333%;
    padding: 0 10px;
  }
}
@media (min-width: 1401px) {
  .step-col-3 {
    width: 33.3333%;
    padding: 0;
  }
}

.page-block {
  padding: 80px 0 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 541px) {
  .page-block {
    padding: 60px 0 60px 0;
  }
}
@media (min-width: 768px) {
  .page-block {
    padding: 120px 0 120px 0;
  }
}
.page-block p {
  font-size: 16px;
  line-height: 2;
  color: #4c5e72;
}
.page-block__title,
.page-block h2 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .page-block__title,
.page-block h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.page-block--gray {
  background: #ECEFFA;
}
.page-block--gray + .page-block--promo {
  overflow: visible;
  padding: 30px 0;
  padding-top: 0;
}
.page-block--gray + .page-block--promo::before, .page-block--gray + .page-block--promo::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
}
.page-block--gray + .page-block--promo::before {
  background: #ECEFFA;
  top: 0;
}
.page-block--gray + .page-block--promo::after {
  background: white;
  bottom: 0;
}
.page-block--dark {
  background: #404860;
  color: #e4ebf3;
}
.page-block--dark .info-block__text, .page-block--dark .info-block__text h2, .page-block--dark .info-block__text p {
  color: #fff;
}
.page-block--promo {
  padding: 30px 0;
  overflow: visible;
}
.page-block--solutions {
  margin-bottom: -110px;
  padding-bottom: 0;
}
.page-block--systems__subtitle {
  margin-bottom: 40px;
}
.page-block--divided {
  overflow: visible;
  padding: 30px 0;
}
.page-block--divided::before, .page-block--divided::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
}
.page-block--divided::before {
  background: #ECEFFA;
  top: 0;
}
.page-block--divided::after {
  background: white;
  bottom: 0;
}
.page-block--pt0 {
  padding-top: 0;
}
.page-block--pb0 {
  padding-bottom: 0;
}
@media (min-width: 1401px) {
  .page-block--noovrfl {
    overflow: unset;
  }
}

.systems-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
.systems-wrapper__content {
  max-width: 550px;
  width: 100%;
  margin-bottom: 20px;
}
.systems-wrapper__imgs {
  text-align: center;
  width: 100%;
}
.systems-wrapper__imgs-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.systems-wrapper__imgs-img {
  margin-bottom: 80px;
  min-width: 110px;
}
@media (min-width: 768px) {
  .systems-wrapper {
    flex-wrap: nowrap;
  }
  .systems-wrapper__content {
    margin-bottom: 0;
    width: 50%;
  }
  .systems-wrapper__imgs {
    flex: 1;
  }
  .systems-wrapper__imgs-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .systems-wrapper__imgs-img {
    margin-bottom: 80px;
    min-width: 110px;
  }
}

.img-bottom {
  margin: 60px 0 -60px 0;
}
@media (min-width: 768px) {
  .img-bottom {
    margin: 60px 0 -120px 0;
  }
}
@media (min-width: 1920px) {
  .img-bottom {
    margin: 150px -155px -120px -155px;
  }
}

.info-block {
  display: flex;
}
@media (min-width: 1401px) {
  .info-block {
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 1920px) {
  .info-block {
    justify-content: left;
    flex-direction: row;
    width: 850px;
    margin: 0 auto;
  }
}
.info-block__center {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .info-block__center {
    flex-direction: column;
  }
}
@media (min-width: 1401px) {
  .info-block__center {
    flex-direction: row;
  }
}
.info-block__line {
  background: #AD6EDD;
  border-radius: 100px;
  width: 55px;
  min-width: 55px;
  margin-top: 30px;
  height: 4px;
  margin-right: 30px;
  position: absolute;
  top: 37px;
}
@media (min-width: 1401px) {
  .info-block__line {
    position: initial;
    width: 80px;
    min-width: 80px;
    margin-top: 17px;
  }
}
.info-block__line.info-block__line-special {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .info-block__line.info-block__line-special {
    margin-top: 30px;
  }
}
@media (min-width: 1401px) {
  .info-block__text {
    max-width: 630px;
  }
}
.info-block__text h2 {
  font-size: 30px;
  line-height: 38px;
  color: #262536;
  margin-bottom: 60px;
}
@media (min-width: 1401px) {
  .info-block__text h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
.info-block__text p {
  font-size: 16px;
  line-height: 22px;
  color: #6B7186;
}
@media (min-width: 768px) {
  .info-block__text p {
    font-size: 20px;
    line-height: 32px;
  }
}

.partners {
  display: flex;
  margin-bottom: 100px;
  flex-direction: column;
}
@media (min-width: 1401px) {
  .partners {
    flex-direction: row;
  }
}
.partners__img-wrapper {
  margin: 0 auto;
}
@media (min-width: 541px) {
  .partners__img-wrapper {
    width: 459px;
  }
}
@media (min-width: 1401px) {
  .partners__img-wrapper {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .partners__img-wrapper {
    width: 630px;
  }
}
@media (min-width: 1920px) {
  .partners__img-wrapper img {
    width: 100%;
  }
}
.partners__info-wrapper {
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.partners__line {
  background: #AD6EDD;
  border-radius: 100px;
  width: 55px;
  min-width: 55px;
  margin-top: 30px;
  height: 4px;
  margin-right: 30px;
  position: absolute;
  top: 37px;
}
@media (min-width: 541px) {
  .partners__line {
    display: none;
  }
}
.partners__info {
  display: flex;
  flex-direction: column;
  position: relative;
}
.partners__info h2 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 60px;
}
@media (min-width: 541px) {
  .partners__info h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .partners__info h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
.partners__info p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .partners__info p {
    font-size: 20px;
    line-height: 32px;
  }
}
.partners__info button {
  width: 190px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 1401px) {
  .partners__info button {
    margin-top: 94px;
    margin-left: 0;
  }
}
@media (min-width: 1401px) {
  .partners__info {
    max-width: 400px;
    width: 400px;
  }
}
@media (min-width: 1920px) {
  .partners__info {
    max-width: 520px;
    width: 520px;
  }
}

.contacts {
  display: flex;
  /*padding-left: 110px;*/
  margin-top: 60px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contacts {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1401px) {
  .contacts {
    max-width: 735px;
  }
}
.contacts > div {
  width: auto;
}
@media (min-width: 1401px) {
  .contacts > div {
    width: 33.3%;
  }
}
.contacts__tel {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contacts__tel {
    margin-bottom: 0;
  }
}
.contacts__tel p {
  margin-bottom: 8px;
  color: #6B7186;
  font-size: 12px;
  line-height: 14px;
}
.contacts__tel a {
  color: #262536;
  font-size: 20px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .contacts__email {
    align-self: flex-end;
  }
}
.contacts__email a {
  font-size: 20px;
  line-height: 23px;
}

.system-block {
  margin-top: 80px;
}
@media (min-width: 541px) {
  .system-block {
    margin-top: 100px;
  }
}
.system-block > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
}
@media (min-width: 1401px) {
  .system-block > div {
    flex-direction: row;
    /*margin-bottom: 100px;*/
  }
}
.system-block > div .system-block__img {
  order: 1;
}
@media (min-width: 768px) {
  .system-block > div .system-block__img {
    width: 485px;
  }
}
@media (min-width: 1401px) {
  .system-block > div .system-block__img {
    width: 57%;
  }
}
@media (min-width: 1920px) {
  .system-block > div .system-block__img {
    width: 630px;
  }
}
.system-block > div .system-block__text {
  order: 2;
}
@media (min-width: 1401px) {
  .system-block > div .system-block__text {
    width: 399px;
  }
}
@media (min-width: 1920px) {
  .system-block > div .system-block__text {
    width: 518px;
  }
}
.system-block > div .system-block__text h3 {
  font-size: 20px;
  line-height: 26px;
  color: #262536;
}
@media (min-width: 768px) {
  .system-block > div .system-block__text h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.system-block > div .system-block__text p {
  font-size: 16px;
  line-height: 22px;
  color: #6B7186;
}
@media (min-width: 768px) {
  .system-block > div .system-block__text p {
    font-size: 20px;
    line-height: 32px;
  }
}
.system-block > div:first-child {
  margin-bottom: 100px;
}
.system-block > div:first-child .system-block__img {
  order: 3;
}
@media (min-width: 1401px) {
  .system-block > div:first-child .system-block__img {
    order: 1;
  }
}
.system-block > div:not(:first-child) .system-block__img {
  order: 3;
}

.features-list {
  flex-wrap: wrap;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (min-width: 541px) {
  .features-list {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .features-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.feature-item {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1401px) {
  .feature-item {
    display: block;
  }
}
.feature-item__img-wrapper {
  width: 90px;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;*/
  margin-bottom: 15px;
  margin-right: 20px;
}
@media (min-width: 541px) {
  .feature-item__img-wrapper {
    margin-right: 43px;
    width: 130px;
  }
}
@media (min-width: 1401px) {
  .feature-item__img-wrapper {
    height: 80px;
    margin-right: 0;
  }
}
.feature-item__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #262536;
}
.feature-item__descr {
  color: #6B7186;
  margin-bottom: 30px;
}
.feature-item--card {
  background: white;
  box-shadow: 0 10px 30px 0 rgba(210, 14, 71, 0.5);
  padding: 30px;
  border-radius: 5px;
}
.feature-item--horizontal {
  display: flex;
  align-items: center;
}
.feature-item--horizontal .feature-item__img-wrapper {
  margin: 0 30px 0 0;
}
.feature-item--horizontal .feature-item__name {
  margin: 0 !important;
}
.feature-item--hover {
  transition-duration: 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.feature-item--hover:hover {
  background: #f32460;
  box-shadow: 0 10px 30px 0 0 10px 30px 0 rgba(210, 14, 71, 0.5);
  color: white;
}
.feature-item--big {
  /*.feature-item__img-wrapper {

    img {
      height: 160px;
    }
  }*/
}
.feature-item--big .feature-item__name {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .feature-item--big .feature-item__name {
    font-size: 20px;
    line-height: 32px;
  }
}
.feature-item--big .feature-item__descr {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .feature-item--big .feature-item__descr {
    font-size: 20px;
    line-height: 32px;
  }
}
.feature-item--sm .feature-item__name {
  font-size: 16px;
}
.feature-item--sm .feature-item__descr {
  font-size: 14px;
}
.feature-item--sm .feature-item__img-wrapper img {
  height: 26px;
}
@media (min-width: 768px) {
  .feature-item {
    width: auto;
  }
  .feature-item__name {
    margin-bottom: 15px;
  }
}

@media (min-width: 541px) {
  .feature-col-4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .feature-col-4 {
    width: 33.3333%;
  }
}
@media (min-width: 1401px) {
  .feature-col-4 {
    width: 25%;
  }
}
.feature-col-3 {
  padding: 0;
}
@media (min-width: 541px) {
  .feature-col-3 {
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 1401px) {
  .feature-col-3 {
    width: 33.3333%;
  }
}

.tns-outer {
  /*overflow: hidden;*/
}

.tns-controls, .tns-nav, .tns-liveregion {
  display: none;
}

.traveller-buttons {
  display: flex;
  margin-bottom: 30px;
}
.traveller-buttons .btn {
  margin-right: 10px;
  width: 71px;
}

.traveller {
  display: flex;
  flex-direction: row;
}
.traveller__one {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  margin-right: 10px;
}
@media (min-width: 1920px) {
  .traveller__one {
    width: 730px !important;
    height: 408px;
    padding: 50px;
    margin-right: 60px;
  }
}
.traveller__one h4 {
  color: #262536;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 321px) {
  .traveller__one h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.traveller__one p {
  color: #6B7186;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 321px) {
  .traveller__one p {
    font-size: 16px;
    line-height: 22px;
  }
}
.traveller__img {
  margin-bottom: 30px;
  width: 66px;
}

.page-block--dark .info-block__line {
  margin-top: 60px;
}
@media (min-width: 420px) {
  .page-block--dark .info-block__line {
    margin-top: 17px;
  }
}
@media (min-width: 541px) {
  .page-block--dark .info-block__line {
    margin-top: 17px;
  }
}

.footer {
  color: #aabacc;
  font-size: 14px;
  border-top: 1px solid #CDD1E0;
  position: relative;
  z-index: 10;
}
.footer a {
  padding: 0;
  transition: color 0.2s ease-in-out;
  /*@media @hover {

    &:hover {
      color: $brand-color;
    }
  }*/
}
@media (min-width: 768px) {
  .footer a {
    padding: 10px;
  }
  .footer a:first-of-type {
    padding-left: 0;
  }
  .footer a:last-of-type {
    padding-right: 0;
  }
}
.footer__row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .footer__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__row:first-child {
  position: relative;
}
.footer__row:first-child img {
  position: absolute;
  top: -37px;
  left: -10px;
}
.footer__row:first-child img:hover {
  cursor: pointer;
}
.footer__row:not(:first-child) {
  padding: 40px 0;
}
.footer__arrow {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url(../../../images/v3/arrow-up.svg);
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  top: -37px;
  left: -10px;
}
.footer__arrow:hover {
  background-image: url(../../../images/v3/arrow-up-purple.svg);
}
.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .footer__nav {
    display: flex;
  }
}
.footer__nav li:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .footer__nav li:not(:last-child) {
    margin-right: 50px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__contacts {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__contacts a:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1401px) {
  .footer__contacts a:not(:last-child) {
    margin-right: 90px;
  }
}
.footer__copyright, .footer__policy, .footer__contacts a:not(:last-child) {
  margin-bottom: 20px;
  color: #6B7186;
}
@media (min-width: 768px) {
  .footer__copyright, .footer__policy, .footer__contacts a:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__copyright {
  color: rgba(107, 113, 134, 0.6);
}
.footer__social {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.footer__social li:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 1401px) {
  .footer__social li:not(:last-child) {
    margin-right: 30px;
  }
}
.footer__social li a {
  width: 26px;
  height: 26px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #aabacc;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}
.footer__social li a i.icon-fb {
  font-size: 16px;
}
.footer__social li a i.icon-vk {
  font-size: 10px;
}
.footer__social li a:hover {
  color: #FC6893;
}

.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  color: #000;
  display: none;
}
.popup-block h2,
.popup-block .h2 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .popup-block h2,
.popup-block .h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
  }
}
.popup-block__agree-text {
  font-size: 16px;
  line-height: 27px;
  color: #4C5E72;
  font-weight: 400;
}
.popup-block__agree-text h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}
.popup-block__popup-title b {
  font-weight: 700;
}
.popup-block__overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: rgba(239, 242, 247, 0.8);
}
@media (min-width: 541px) {
  .popup-block__overlay {
    align-items: center;
  }
}
.popup-block__close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 7px;
}
@media (min-width: 768px) {
  .popup-block__close {
    top: 37px;
    right: 35px;
  }
}
.popup-block__close:after, .popup-block__close:before {
  content: "";
  display: block;
  width: 21px;
  height: 3px;
  background-color: #aabacc;
  transition: all 0.15s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1.5px;
  margin-top: -1.5px;
  margin-left: -12px;
}
.popup-block__close:after {
  transform: rotate(-45deg);
}
.popup-block__close:before {
  transform: rotate(45deg);
}
.popup-block__close:hover:after, .popup-block__close:hover:before {
  background-color: #FC6893;
}
.popup-block__popup {
  position: relative;
  margin-top: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 30px 60px 0 rgba(170, 186, 204, 0.25);
}
@media (min-width: 541px) {
  .popup-block__popup {
    width: 420px;
    margin-top: inherit;
  }
}
@media (min-width: 768px) {
  .popup-block__popup {
    width: 570px;
  }
}
@media (min-width: 1920px) {
  .popup-block__popup {
    width: 630px;
  }
}
.popup-block__popup .inner-content {
  height: auto;
  padding: 40px;
}
@media (min-width: 541px) {
  .popup-block__popup .inner-content {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .popup-block__popup .inner-content {
    padding: 70px;
  }
}
@media (min-width: 1920px) {
  .popup-block__popup .inner-content {
    padding: 110px;
  }
}
.popup-block__popup.lg-popup {
  max-width: 90vw;
}
@media (min-width: 768px) {
  .popup-block__popup.lg-popup {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .popup-block__popup.lg-popup {
    width: 1210px;
  }
}
.popup-block__form .submit-button {
  width: 100%;
  margin-top: 50px;
  position: relative;
  justify-content: center;
}
.popup-block__form .submit-button .icon-arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
}
.popup-block--wide .container {
  padding: 0;
}
.popup-block--wide .popup-block__popup {
  width: auto;
  max-width: 100%;
  margin: 0 15px;
}
.popup-block--wide iframe {
  width: 100%;
}

.mobile-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}
@media (min-width: 541px) {
  .mobile-wrapper {
    width: 414px;
  }
}
@media (min-width: 768px) {
  .mobile-wrapper {
    display: none;
  }
}
.mobile-wrapper.show .mobile-menu {
  transform: none;
}
.mobile-menu {
  background-color: #fff;
  height: 100%;
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  transform: translate(100%, 0);
  transition: transform 0.2s ease-out;
  box-shadow: 0 10px 20px 0 rgba(68, 83, 120, 0.1);
}
.mobile-menu ul {
  list-style: none;
}
.mobile-menu__close {
  position: absolute;
  z-index: 10;
  top: 9px;
  right: 12px;
  background: none;
  border: none;
  outline: none;
  width: 36px;
  padding: 8px;
}
@media (min-width: 768px) {
  .mobile-menu__close {
    top: 16px;
  }
}
.mobile-menu__body, .mobile-menu__footer {
  padding: 30px 15px 0;
}
@media (min-width: 541px) {
  .mobile-menu__body, .mobile-menu__footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mobile-menu__header {
  padding: 17px 30px 0;
  min-height: 33px;
}
@media (min-width: 768px) {
  .mobile-menu__header {
    padding: 19px 30px 4px 30px;
  }
}
.mobile-menu__header ul {
  margin-bottom: 0;
}
.mobile-menu__header ul > li {
  margin-top: 10px;
}
.mobile-menu__body {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  padding: 17px 9px 0;
}
.mobile-menu__main {
  width: 100%;
  margin-bottom: 0;
  overflow-y: auto;
  padding: 0;
}
.mobile-menu__main a {
  font-weight: 500;
  color: #6B7186;
}
.mobile-menu__main > li {
  border-top: 1px solid #e6eaf5;
}
.mobile-menu__main > li:last-child {
  border-bottom: 1px solid #e6eaf5;
}
.mobile-menu__main > li > a {
  display: flex;
  padding: 20px 10px 20px 20px;
  font-size: 15px;
}
.mobile-menu__main > li > a.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
}

.burger-btn {
  display: flex;
  width: 40px;
  height: 32px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: 10px;
  padding: 8px;
}
@media (min-width: 768px) {
  .burger-btn {
    display: none;
  }
}
.burger-btn::after, .burger-btn::before,
.burger-btn span {
  content: "";
  width: 100%;
  height: 2px;
  background: #FC6893;
}

.dropdown svg {
  width: 10px;
  transition: transform 0.3s, -webkit-transform 0.3s, stroke 0.3s, -webkit-transform 0.3s;
}
.dropdown__sub {
  display: none;
  padding: 0 10px 20px 35px;
}
.dropdown__sub a {
  font-size: 13px;
  padding: 12px 0;
  display: block;
}
.dropdown__sub.show {
  display: flex;
  flex-direction: column;
}
.dropdown.active svg {
  transform: rotate(90deg);
}
.dropdown.active svg path {
  stroke: #FC6893;
}

.cookiesMessage {
  display: none !important;
  position: fixed;
  content: "";
  left: 0;
  right: 0;
  bottom: -100%;
  background: #FC6893;
  color: white;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  padding: 0 30px;
  height: 70px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cookiesMessage {
    font-size: 16px;
  }
}
@media (min-width: 1401px) {
  .cookiesMessage {
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 1401px) {
  .cookiesMessage {
    width: 1280px;
  }
}
.cookiesMessage a {
  color: white;
  text-decoration: underline;
}
.cookiesMessage a:hover {
  text-decoration: none;
}
.cookiesMessage__close {
  position: relative;
  display: block;
  background: transparent;
  flex-shrink: 0;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 11px;
}
.cookiesMessage__close svg path {
  fill: #fff;
  transition: fill 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.cookiesMessage__close:hover svg path {
  fill: #921e40;
}

/*# sourceMappingURL=style.css.map */
