@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700&display=swap);
:root {
  --black: #000000
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
:active,
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
.load * {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: var(--black);
  font-family: Roboto;
  font-size: 16px;
  line-height: 21px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent
}

.wrapper {
  background: radial-gradient(101.61% 53.21% at 80.97% 6.31%, #fff 0%, #f0faff 53.5%, #ffe7ff 100%) no-repeat;
}

button,
input,
textarea {
  font-family: Roboto;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: inherit;
  background-color: rgba(0,0,0,0);
  transition: all .2s ease-in-out 0s
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  color: inherit;
  text-decoration: none;
  transition: all .2s ease-in-out 0s
}
b,
strong {
  font-weight: 500
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}
.h1,
h1 {
  font-size: 54px;
  line-height: 60px
}
.h2,
h2 {
  font-size: 44px;
  line-height: 49px
}
.h3,
h3 {
  font-size: 36px;
  line-height: 44px
}
.h4,
h4 {
  font-size: 28px;
  line-height: 36px
}
.h5,
h5 {
  font-size: 20px;
  line-height: 28px
}
.h6,
h6 {
  font-size: 1rem
}
p {
  margin-bottom: 20px
}
ol,
ul {
  padding-left: 2rem
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: bolder
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}

[class*="__container"]:not(.fancybox__container) {
  max-width: 85.5rem;
  margin: 0 auto;
  padding: 0 2.25rem
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
input,
textarea {
  display: block;
  width: 100%;
  transition: all .2s ease-in-out;
  background-clip: padding-box
}
textarea {
  height: 120px!important;
  resize: none
}
input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}
input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
._form-error {
  position: relative
}
.form__error {
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
  top: calc(100% + 4px);
  left: 0;
  color: #d63637;
  font-size: 14px;
  line-height: 18px;
  word-break: keep-all;
  padding: 0 0 0 5px
}
.form__error::before {
  content: "";
  -webkit-mask-image: url(../img/icons/error.svg);
  mask-image: url(../img/icons/error.svg);
  position: relative;
  display: inline-block;
  right: 5px;
  top: 1.5px;
  width: 16px;
  height: 14px;
  background-color: #d63637
}
.spollers {
  display: grid;
  color: #212529;
  font-size: 16px;
  line-height: 21px
}
.spollers__item {
  /*padding: 25px 30px 25px 5px*/
}
.spollers__item:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.3411764706)
}
.spollers__title {
  display: flex;
  position: relative;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
  cursor: default;
  text-align: left;
  list-style: none;
  text-shadow: 0 0 #000;
  transition: all .2s ease-in-out 0s
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
.spollers__title:hover {
  opacity: .8
}
._spoller-init .spollers__title {
  cursor: pointer;
  padding: 25px 30px 25px 5px;
  font-weight: 500;
}
._spoller-init .spollers__title::after {
  content: "";
  background-image: url(../img/icons/accordion-arrow.svg);
  width: 12px;
  height: 7px;
  background-size: cover;
  flex-shrink: 0;
  margin-left: auto;
  background-repeat: no-repeat;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.spollers__body {
  padding:  0 0 25px 0;
  text-shadow: 0 0 #000
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.lazy_image img {
  -webkit-filter: blur(5px);
  transition: filter 1s,-webkit-filter 1s;
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2
}
.lazy_image img._lazy-loaded {
  -webkit-filter: blur(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}
._icon-arrow_down::before {
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  background-image: url(../img/icons/arrow-down.svg);
  background-size: cover;
  width: 11px;
  height: 6px;
  border: 0;
  top: 2px;
  position: relative;
  transition: all .2s ease-in-out 0s
}
.title-top {
  text-align: center;
  margin-bottom: 55px;
  text-transform: uppercase
}
.header {
  margin: 40px 0 65px
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.header__logo img {
  max-width: 166px;
  -o-object-fit: contain;
  object-fit: contain
}
.language {
  display: flex;
  align-items: center;
  position: relative
}
.language__button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 3px 0 6px;
  flex-direction: row-reverse;
  white-space: nowrap;
  transition: all .2s ease-in-out 0s
}
.language__button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 250%;
  top: 0;
  left: 0;
  z-index: 0
}
.language__button:hover {
  opacity: .6
}
.language__button.active {
  opacity: .6
}
.language__button.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.language__list {
  position: absolute;
  top: 30px;
  left: 6px;
  min-width: 94px;
  text-align: center;
  padding: .5rem 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all .2s ease-in-out;
  color: var(--black);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 4px 5px rgba(0,0,0,.2);
  border-radius: .25rem
}
.language__list.visible {
  opacity: 1;
  visibility: visible
}
.language__item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative
}
.language__item a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 10px
}
.language__item a:hover {
  opacity: .6
}
.language__input {
  display: none
}
.main__container {
  position: relative
}
.main__bg {
  position: absolute;
  top: -105px;
  right: -120px;
  z-index: -1;
  max-width: 100%
}
.main__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%
}
.main__title {
  margin-bottom: 60px;
  text-align: center
}
.search-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 75px;
}

.search-wrap::after,
.search-wrap::before {
  content: "";
  width: 24.5px;
  height: 80.5px;
  background-image: url(../img/icons/arrows.svg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat
}
.search-wrap::after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.search-wrap__input {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 54px;
  border: 2px solid #000;
  padding: 0 24px;
  border-radius: 50px;
  width: 650px;
  max-width: 100%;
  font-size: 20px;
  padding-right: 55px
}
.search-wrap__input:active,
.search-wrap__input:focus {
  box-shadow: none;
  outline: 0;
  border-color: rgba(0,0,0,.6)
}
.search-wrap__btn {
  position: absolute;
  top: calc(50% - 26px);
  right: 24px;
  cursor: pointer;
  padding: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffaeb2;
  border: 2px solid #000
}
.search-wrap__btn:hover {
  opacity: .8
}
.about {
  padding-bottom: 110px
}
.about__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.about__item {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #000;
  padding: 60px 60px 45px;
  border-radius: 45px;
  text-align: center;
  text-shadow: 0 0 #000
}
.about__image {
  height: 135px;
  margin-bottom: 50px
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.about__title {
  margin-bottom: .5rem;
  line-height: 1.2
}
.process {
  padding-bottom: 110px
}
.process__wrapper {
  border: 3px solid #000;
  border-radius: 45px
}
.process__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0
}
.process__item {
  width: 33.3%;
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.process__block {
  width: 225px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center
}
.process__icon {
  /*height: 145px;*/
  margin-bottom: 15px;
  text-align: center
}
.process__text {
  text-shadow: 0 0 #000;
  display: flex;

}

.process__text span:first-child {
  margin-top: 10px;
}

.process__text span {
  display: inline-block;
  margin-right: 15px;
  font-size: 42px;
  font-weight: 700;
  line-height: 32px
}
.process__text p {
  margin-bottom: 0
}
.process__link {
  display: block;
  border: 3px solid #000;
  border-radius: 45px;
  padding: 25px 0;
  margin: 0 -1px -4px;
  color: #bb48ba;
  text-transform: uppercase;
  text-align: center
}
.process__link:hover {
  opacity: .8
}
.faq {
  padding-bottom: 110px
}
.content {
  padding-bottom: 110px
}
.content__wrapper .h1,
.content__wrapper .h2,
.content__wrapper .h3,
.content__wrapper .h4,
.content__wrapper .h5,
.content__wrapper .h6,
.content__wrapper h1,
.content__wrapper h2,
.content__wrapper h3,
.content__wrapper h4,
.content__wrapper h5,
.content__wrapper h6 {
  margin-bottom: .5rem
}
.contact {
  padding-bottom: 110px
}
.contact__main .h1,
.contact__main .h2,
.contact__main .h3,
.contact__main .h4,
.contact__main .h5,
.contact__main .h6,
.contact__main h1,
.contact__main h2,
.contact__main h3,
.contact__main h4,
.contact__main h5,
.contact__main h6 {
  margin-bottom: .5rem
}
.form {
  max-width: 636px;
  margin: 0 auto;
  padding-top: 38px
}
.form__wrapper:not(:last-child) {
  margin: 0 0 32px 0
}
.form__inner:not(:last-child) {
  margin: 0 0 42px 0
}
.form__title {
  font-weight: 700;
  margin-bottom: 15px
}
.form__title span {
  font-weight: 400;
  color: #d63637
}
.form__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}
.form__item {
  width: calc(50% - 10px)
}
.form__input {
  background-color: #fff;
  border-radius: 3px;
  color: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.25);
  padding: 0 14px;
  font-size: 16px;
  line-height: 21px;
  height: 43px
}
.form__input:hover {
  border: 1px solid #066aab;
  box-shadow: 0 0 0 1px #066aab,0 1px 2px rgba(0,0,0,.1)
}
.form__input:focus {
  border: 1px solid #066aab;
  box-shadow: 0 0 0 1px #066aab,0 1px 2px rgba(0,0,0,.1)
}
.form__input:disabled {
  opacity: .5;
  pointer-events: none
}
.form__input._form-error {
  border: 1px solid #d63637
}
.form__label {
  margin-top: 5px;
  font-size: 14px;
  line-height: 17px
}
.form__textarea {
  background-color: #fff;
  border-radius: 3px;
  color: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.25);
  padding: 0 14px;
  font-size: 16px;
  line-height: 21px
}
.form__textarea:hover {
  border: 1px solid #066aab;
  box-shadow: 0 0 0 1px #066aab,0 1px 2px rgba(0,0,0,.1)
}
.form__textarea:focus {
  border: 1px solid #066aab;
  box-shadow: 0 0 0 1px #066aab,0 1px 2px rgba(0,0,0,.1)
}
.form__textarea:disabled {
  opacity: .5;
  pointer-events: none
}
.form__textarea._form-error {
  border: 1px solid #d63637
}
.form__button {
  border-radius: 3px;
  height: 41px;
  padding: 0 15px;
  background-color: #0d6efd;
  color: #fff
}
.form__button:hover {
  opacity: .8
}
.footer {
  background-color: #222;
  padding: 110px 0 30px;
  color: #fff
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff
}
.footer__logo img {
  max-width: 233px;
  -o-object-fit: contain;
  object-fit: contain
}
.footer__nav {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
.footer__link:hover {
  opacity: .7;
  color: #fff;
}
.footer__copyright {
  text-align: center
}
.footer__text {
  margin-top: 1.5rem;
  text-align: center
}
.contact-form {
    padding: 60px 0;
    background-color: var(--color-background);
}

.contact-form__container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-form__form {
    background: var(--color-white);
    padding: 40px;
   
}

.contact-form__group {
    margin-bottom: 24px;
}

.contact-form__label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--color-text);
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form__field {
    position: relative;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.contact-form__input:hover,
.contact-form__textarea:hover {
    border-color: #d1d1d1;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.1);
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.contact-form__sublabel {
    display: block;
    font-size: 14px;
    color: var(--color-text-light);
    margin-top: 4px;
}

.contact-form__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 32px;
}

.required {
    color: #ff4444;
}


.btn-primary {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
  font-weight: 400 !important;
  height: max-content !important;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
}


@media (max-width:1200px) {
  body {
    font-size: 14px;
    line-height: 20px
  }
  .language__list {
    left: auto;
    right: 0
  }
  .footer__nav {
    width: 420px
  }
}
@media (max-width:61.99875em) {
  .about__wrapper {
    flex-direction: column;
    row-gap: 16px
  }
  .about__item {
    width: 100%;
    padding: 30px 40px
  }
  .about__image {
    height: 100px;
    margin-bottom: 25px
  }
  .process__block {
    width: 195px
  }
  .process__icon {
    height: 100px
  }
  .process__icon img {
    max-height: 100%
  }
  .process__link {
    padding: 26px 0;
    margin: 0 1px -4px
  }
  .footer__wrapper {
    flex-direction: column
  }
  .footer__nav {
    margin: 30px 0
  }
}
@media (max-width:47.99875em) {
  [class*=__container] {
    padding: 0 .75rem
  }
  .form__error {
    width: 100%
  }
  .title-top {
    margin-bottom: 25px
  }
  .main__bg {
    display: none
  }
  .search-wrap {
    width: 100%
  }
  .search-wrap__input {
    width: 100%
  }
  .search-wrap__btn {
    right: 22px
  }
  .about {
    padding-bottom: 60px
  }
  .process {
    padding-bottom: 60px
  }
  .process__wrapper {
    border: 0
  }
  .process__item {
    width: 50%
  }
  .faq {
    padding-bottom: 60px
  }
  .content {
    padding-bottom: 60px
  }
  .contact {
    padding-bottom: 60px
  }
  .form {
    max-width: 100%
  }
  .footer__nav {
    margin: 30px 0;
    flex-direction: column
  }
  .footer__item {
    margin: 5px 0
  }
}
@media (max-width:29.99875em) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 36px
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 30px
  }
  .h3,
  h3 {
    font-size: 20px;
    line-height: 24px
  }
  .h4,
  h4 {
    font-size: 16px;
    line-height: 20px
  }
  .h5,
  h5 {
    font-size: 12px;
    line-height: 16px
  }
  .header {
    margin: 20px 0 45px
  }
  .main__title {
    margin-bottom: 40px
  }
  .process__wrapper {
    margin-top: 55px
  }
  .process__item {
    width: 100%
  }
  .process__block {
    width: 100%;
    padding: 0 15px
  }
  .process__link {
    margin: 0 5px -4px
  }
  .form__row {
    flex-direction: column;
    row-gap: 40px
  }
  .form__item {
    width: 100%
  }
  .form__button {
    width: 100%
  }
  .footer {
    margin-top: 50px
  }
  .footer__nav {
    width: auto
  }
}
@media (max-width:768px) {
    .contact-form {
        padding: 40px 0;
    }

    .contact-form__form {
        padding: 24px;
    }

    .contact-form__row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}

.bouncing-loader {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}

.bouncing-loader > div {
  width: 16px;
  height: 16px;
  margin: 3rem 0.2rem;
  background: #fe9ff9;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}

.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}


.svg-loader{
  display:flex;
  position: relative;
  align-content: space-around;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 75px;
}
.loader-svg{
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  fill: none;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke: #6e1b77;
}
.loader-svg.bg{
  stroke-width: 8px;
  stroke: #ffcafa;
}

.animate{
  stroke-dasharray: 242.6;
  animation: fill-animation 1s cubic-bezier(1,1,1,1) 0s infinite;
}

@keyframes fill-animation{
  0%{
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 0;
  }
  50%{
    stroke-dasharray: 141.3;
    stroke-dashoffset: 141.3;
  }
  100%{
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 282.6;
  }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.content__body ul{
    margin: 1rem 0;
    padding-left: 0 !important;
}

.content__body ul li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.cf-turnstile iframe {
  background: transparent !important;
}

.special-nav {
  display: flex;
  padding-left: 0;
  position: relative;
  left: -50px;
  font-size: 18px;
  font-weight: 600;
}

.about__title.h6, .process__link.h2 {
  font-family: Roboto, sans-serif;
}

.process__link.h2 {
  padding-left: 10px;
  padding-right: 10px;
}

.special-nav__burger {
  display: none;
}

@media screen and (max-width: 768px) {
    .special-nav__burger {
        position: absolute;
        right: 15px;
        top: 37px;
        display: block;
        font-size: 36px;
    }

    .special-nav {
        opacity: 0;
        transition: all .2s ease;
        pointer-events: none;
        bottom: -15px;

    }

    .header__language {
        position: absolute;
        right: 60px;
    }

    .special-nav.active {
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255);
        z-index: 999;
        left: 0;
        top: 0;
        position: fixed;
        display: flex;
        align-items: flex-start;
        padding: 15px;
        justify-content: center;
        flex-direction: column;
        opacity: 1;
        pointer-events: auto;
    }
}

.special-nav__close {
    display: none;
}

.special-nav.active .special-nav__close {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 46px;
}

.special-nav__burger {
  display: none;
}

@media screen and (max-width: 768px) {
  .special-nav__burger {
      position: absolute;
      right: 15px;
      top: 37px;
      display: block;
      font-size: 36px;
  }

  .special-nav {
      opacity: 0;
      transition: all .2s ease;
      pointer-events: none;
      bottom: -15px;

  }

  .header__language {
      position: absolute;
      right: 60px;
  }

  .special-nav.active {
      width: 100%;
      height: 100vh;
      background: rgba(255,255,255);
      z-index: 999;
      left: 0;
      top: 0;
      position: fixed;
      display: flex;
      align-items: flex-start;
      padding: 15px;
      justify-content: center;
      flex-direction: column;
      opacity: 1;
      pointer-events: auto;
  }
}

.special-nav__close {
  display: none;
}

.special-nav.active .special-nav__close {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 46px;
}

.content__body h1, .content__body h2 {
  font-family: Roboto, sans-serif !important;
  font-size: 44px !important;
  line-height: 49px !important;
  font-weight: 700 !important;
}

.content__body p {
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

ul p {
  margin-bottom: 0 !important;
}