@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&lang=en&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
}

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

img {
	max-width: 100%;
	object-fit: cover;
}

.container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

* {
    font-family: Roboto, sans-serif !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h4,
h5,
h6,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
block,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    margin: 0;
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #fff;
    background-color: var(--color-bg, #fff)
}

body, html {
    background: #F0E9E1;
}

article,
aside,
details,
figcaption,
figure,
footer,
form legend,
hgroup,
main,
menu,
nav,
block {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

.btn,
.form-control,
.link,
.reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    padding: 0
}

select.form-control::-ms-expand {
    display: none
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
svg,
video {
    max-width: 100%
}

a {
    text-decoration: none
}

.hidden {
    display: none !important;
}

.accordion-text p {
    margin: 0 0 10px;
    line-height: 28px;
}

.accordion-text p a {
  color: #008069;
}


.accordion {
}

.accord-block {
  margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #a9a9a9;
    padding: 12px 15px;
    position: relative;
    border-radius: 5px;
    color: #212121;
    cursor: pointer;
    transition: all .2s ease-out;
}

.accordion-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.accordion-title:hover {
    background-color: #eaeaea;
    transition: all .2s ease-out;
}

.accordion-title .down {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #767676 transparent transparent transparent;
  margin-left: 10px;
  transition: all .2s ease-out;
}

.accordion-input {
  width: 0;
  height: 0;

  -webkit-appearance: none;
  appearance: none;

  position: absolute;
}

.accordion-input:checked ~ .accordion-title {
    background-color: #eaeaea;
}

.accordion-input:checked ~ .accordion-title .down {
  transform: rotate(180deg);
  transition: all .2s ease-out;
}

.accordion-input:checked ~ .accordion-text {
    display: block;
    transition: display .3s ease-out;
}

.accordion-text {
    display: none;
    padding: 15px 15px 0 15px;
    color: #212121;
    font-size: 16px;
}

.content {
  max-width: 876px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
}

.content ul {
  margin: 0 0 25px 15px;
  list-style-type: inherit;
}

.content ol {
  margin: 0 0 25px 15px;
  list-style-type: auto;
}

.content li {
  padding-left: 5px;
  margin-top: 10px;
}

.content li a {
  color: #355FF1;
}

.content-titletext {
  margin-bottom: 25px;
  color: #23312e;
  font-size: 24px;
}

.content-text {
  margin-bottom: 25px;
}

.content-text a {
  color: #008069;
}

.offermobile {
  display: none;
}

.offermobile__title {
  margin: 0 10px 35px 10px;
  font-size: 30px;
  color: #23312e;
}

.wrapper-block {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 0 10px 0;
}

.wrapper-block2 {
  margin-top: -25px;
  margin-bottom: 35px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 20px 10px 20px;
}

.wrapper-title {
  color: #23312e;
  padding-left: 15px;
  margin-bottom: 20px;
}

.wrapper {
  display: flex;
  padding: 0 15px 15px 15px;
  overflow-x: auto;
}

.wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 220px;
  /* height: 180px; */
  color: #23312e;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  margin-right: 25px;
  border-radius: 10px;
}

.wrapper-item_title {
  margin: 15px 15px 5px 15px;
  width: 100%;
  color: #23312e;
}

.wrapper-item_text {
  margin: 0 10px 20px 15px;
  width: 100%;
  color: #23312e;
  line-height: 24px;
}

.wrapper-item:last-child {
  margin-right: 0;
}

.wrapper-item2 {
  min-width: 160px;
  background-color: inherit;
  padding: 10px 15px;
  border: 1px solid #ddd;
  max-height: 55px;
  margin-right: 40px;
  transition: all .3s ease-out;
}

.wrapper-item2:hover {
  border: 1px solid transparent;
  background-color: #dcf1ed;
  transition: all .3s ease-out;
}

.wrapper-item2 img {
  height: 100%;
}

.wrapper-img {
  width: 100%;
  margin-left: 15px;
  height: 100px;
  margin-bottom: 20px;
}

.wrapper-item img {
  height: 100%;
}

.wrapper-button-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  font-style: normal;
  justify-content: center;
  background: #008069;
  border: none;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px 35px;
  box-shadow: 0px 0px 0px 0px #008069;
  transition: box-shadow 0.5s, background 0.5s, color 0.5s;
}

.wrapper-button-wrap:hover {
    color: #008069;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #008069;
    transition: box-shadow 0.5s, background 0.5s, color 0.5s;
}
.labels {
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: -13px;
}

.labels-text {
  width: 100%;
  align-items: center;
  display: flex;
  padding: 0 15px;
  border-radius: 15px 15px 0 0;
  min-height: 26px;
  background-color: #b2d9d2;
}

.labels-text-message {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 0;
  line-height: 120%;
}

.block-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  margin-top: 8px;
}

.debitcard {
  background: #FFFFFF;
  border: 1px solid #e1e8dc;
  border-radius: 0 0 15px 15px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 45px;
  min-height: 159px;
}

.block-card_item1 {
  width: 25%;
}

.block-card_item1 img {
  max-width: 90%;
}

.block-card_item3 {
  text-align: center;
  width: 25%;
}

.block-card_item2 {
  width: 50%;
}

.block-card_item2 h3 {
  margin: 0;
  color: #008069;
  padding-bottom: 10px;
  border-bottom: 2px solid #b2d9d2;
}

.block-card_item2text h4 {
  margin: 10px 0;
}

.block-card_item2-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block-card_itembutton {
  background: #008069;
  color: #ffffff;
  font-size: 16px;
  padding: 15px;
  border-radius: 12px;
}

.block-card_itembutton:hover {
  color: #008069;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #008069;
}

.block {
  margin-bottom: 20px;
}

.block__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.block__btn button {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 15px 0;
  background: #B2D9D2;
  border: 1px solid #e1e8dc;
  border-radius: 10px;
}

.block__btn button:hover {
  cursor: pointer;
  color: #008069;
}

.footer-wrapper * {
    color: #f1fffd;
}

.main-block {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.section_title {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #ffffff 25%, #c3e7e0 90%);
  width: 100%;
  border-radius: 15px;
  min-height: 325px;
  margin-bottom: 50px;
}

.section_title--text {
  width: 55%;
  padding: 7% 0 0 6%;
}

.section_title--img {
  position: relative;
  width: 45%;
}

.section_title--img img {
  position: absolute;
  max-width: 310px;
  bottom: 0;
  right: 20px;
}

.section_title--text h1 {
  font-size: 34px;
  color: #303446;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.section_title--text p {
  font-size: 16px;
  line-height: 150%;
}

.slider-offers__item .item {
    margin: 10px
}

.slider-offers__title {
    color: #303446;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

.slider-offers__subtitle {
    color: #303446;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
}

.mainblock-title {
  margin-bottom: 35px;
  color: #23312e;
  font-size: 34px;
  margin-left: 10px;
}

.sitemap {
  display: flex;
  flex-wrap: wrap;
}

.sitemap-block {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.sitemap-block-item {
  color: #324542;
}

.sitemap-block-item h3 {
  font-size: 24px;
}

.sitemap-block-item a {
  font-size: 18px;
  color: #355FF1;
  display: block;
  margin-bottom: 15px;
}

@media (max-width:520px) {
.sitemap-block {
  width: 100%;
}

.sitemap-block:first-child {
  margin-bottom: 0;
}

}

@media (min-width:375px) {
    .slider-offers__title {
        font-size: 36px;
        font-size: calc(1.171vw + 19.60976px)
    }
}

@media (min-width:1400px) {
    .slider-offers__title {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .section_title {
      padding: 25px 25px 0 25px;
      background: linear-gradient(180deg, #ffffff 25%, #c3e7e0 90%);
    }

    .wrapper {
      padding-bottom: 0;
    }

    .wrapper-block2 {
      padding: 20px 20px 0 20px;
    }

    .wrapper-block {
      padding: 20px 0 5px 0;
    }

    .wrapper::-webkit-scrollbar{
      width: 0;
    }

    .mainblock-title {
      font-size: 30px;
    }

    .section_title--text h1 {
      font-size: 28px;
    }

    .section_title--text {
      width: 100%;
      padding: 0;
    }

    .section_title--img {
      width: 100%;
    }

    .section_title--img img {
      opacity: 0.4;
      max-width: 250px;
      right: -10px;
    }

    .block-card {
      display: block;
    }

    .block-card_item1 {
      text-align: center;
      width: 100%;
      margin-bottom: 10px;
    }

    .block-card_item1 img {
      max-width: 150px;
    }

    .block-card_item3 {
      margin: 35px 0 10px 0;
      width: 100%;
    }

    .block-card_item2 {
      width: 100%;
    }

    .block-card_item2text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 12px 0;
    }

    .block-card_item2text h4 {
      margin: 0;
    }

    .block-card_item2-block {
      display: block;
    }
}

.block__head-container {
    position: relative
}

.block__head-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 60px;
}

.block__head-container-turbozaim {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.block__fire {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
}

.block__fire img {
  width: 100%;
  height: 100%;
}

.block__flex-start {
    grid-gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width:1186px) {
    .block__flex-start {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 100%
    }
}

@media (max-width:984px) {
    .block__flex-start {
        grid-template-columns: 1fr 1fr
    }

    .offermobile {
      display: inline;
    }
}

@media (max-width:600px) {
    .block__flex-start {
        grid-template-columns: 1fr
    }
}

.block__item {
    background: #FFFFFF;
    border: 1px solid #e1e8dc;
    border-radius: 0 0 15px 15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 0 0 rgb(136 145 157 / 30%);
    transition: box-shadow 0.5s;
}

.block__item:hover {
  box-shadow: 0 10px 20px rgb(123 127 132 / 30%);
  transition: box-shadow 0.5s;
}

.block__item.none {
    display: none
}

.block__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0 4px 20px #e3e4ef;
    box-shadow: 0 4px 20px #e3e4ef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 25px
}

.block__title-box {
    margin-top: auto
}

.block__title {
    color: #66bb6a;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 15px;
    margin-bottom: 16px;
    text-align: center
}

@media (max-width:984px) {
    .block__title {
        color: #453f53;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align: center
    }
}

.block__logo {
    width: 150px;
}

.block__logo img {
    margin-left: 10px;
    width: 100%;
    height: 100%;
}

.block__logo-turbozaim img {
    display: block;
    margin: 10px auto;
    max-width: 100%
}

.block__info {
    align-items: baseline;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

@media (max-width:984px) {
    .block__info {
        display: flex
    }
}

.block__info_container {
    margin-top: auto
}

@media (max-width:984px) {
    .block__info_wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:250px) and (max-width:1200px) {
    .block__info_wrapper {
        display: block
    }
}

@media (max-width:984px) {
    .block__info.mobile-none {
        display: none
    }
}

.block__info-title {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%
}

@media (min-width:359px) and (max-width:766px) {
    .block__info-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .block__info-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px
    }
}

.block__info-count {
    color: #453f53;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-left: 10px
}

@media (max-width:767px) {
    .block__info-count {
        font-size: 25px
    }
}

.block__info-terms {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.block__term-left {
    display: block;
    margin-left: 10px
}

.block__term-right {
    display: block;
    margin-right: 10px
}

.block__term-title {
    color: #474747;
    font-size: 16px;
    font-weight: 400
}

.block__term-age,
.block__term-title {
    font-style: normal;
    line-height: 120%
}

.block__term-age {
    -webkit-font-feature-settings: "pnum"on, "lnum"on;
    font-feature-settings: "pnum"on, "lnum"on;
    color: #182837;
    font-size: 24px;
    font-weight: 500;
    margin-top: 6px
}

@media (min-width:767px) and (max-width:1023px) {
    .block__term-age {
        font-size: 20px
    }
}

.block__button {
    display: flex;
    align-items: center;
    color: #fff;
    font-style: normal;
    justify-content: center;
    background: #008069;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 24px;
    padding: 15px 25px;
    box-shadow: 0px 0px 0px 0px #008069;
    transition: box-shadow 0.5s, background 0.5s, color 0.5s;
}

.block__button:hover {
    color: #008069;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #008069;
    /* border: solid -1px #008069; */
    transition: box-shadow 0.5s, background 0.5s, color 0.5s;
}

.block__button:active {
    color: #008069;
    background: #FFFFFF;
    box-shadow: none;
}

.block__button {

}

.footer {
  background: #008069;
  border-radius: 25px 25px 0 0;
  padding: 25px 0;
  color: #f5f5f5;
}

.footer-content1 {
  padding: 30px 0;
  border-bottom: 1px solid #779993;
}

.footer-content2 {
  font-size: 14px;
  line-height: 22px;
  padding: 30px 0 0 0;
}

.footer-content4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #779993;
}

.footer-content__logo {
  display: flex;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.copyright a {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  text-transform: uppercase;
}

.copyright a:hover {
  color: #b2d9d2;
}

.copyright span {
  line-height: 20px;
  font-size: 14px;
}

.footer-content4__item span {
  display: block;
}

@media (max-width:667px) {
  .footer-content4__item {
    margin-bottom: 15px;
    width: 33.333%;
  }

  .footer-content4 {
    justify-content: flex-start;
  }
}

@media (max-width:450px) {
  .footer-content4__item {
    width: 50%
  }

  .accordion-title h3 {
    font-size: 16px;
  }

  .content {
    font-size: 15px;
  }

  .content ul {
    margin: 0 0 12px 15px;
  }

  .content ol {
    margin: 0 0 12px 15px;
  }

  .content li {
    margin-top: 5px;
    padding-left: 2px;
  }

  .content-titletext {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .content-text {
    margin-bottom: 12px;
  }
}

@media (max-width:768px) {
  .footer-content__logo {
    display: block;
  }

  .copyright a {
    margin-bottom: 5px;
  }

  .copyright span {
    width: 100%;
  }

}

.header {
  position: sticky;
  top: 0;
	background: #B2D9D2;
	border-radius: 0 0 25px 25px;
	margin-bottom: 35px;
	padding: 10px 0;
	width: 100%;
	z-index: 100;
}

.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	font-weight: 700;
	font-size: 26px;
}

.nav__list {
	display: flex;
	align-items: center;
	margin: 0;
}

.nav__item:not(:first-child) {
	margin-left: 20px;
}

.nav__item {
	position: relative;
	padding: 15px 0;
	font-size: 18px;
}

.nav__item--1 {
	padding: 0;
}

.nav__link--1 {
	display: flex;
	align-items: center;
	background: #00a0d5;
  padding: 8px 15px;
	border-radius: 12px;
}

.nav__link--1 img {
	max-width: 30px;
	margin-right: 10px;
}

.nav__link:hover {
	color: #008069;
}

.nav__link--drop::after {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url("../images/download.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.3s;
}

.nav__list--dropdown {
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 100%;
	padding: 15px;
	display: block;
	box-shadow: 0 5px 15px 0 rgba(0,0,0, 0.2);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	border-radius: 0 0 5px 5px;
}

.dropdown-submenu {
	display: flex;
	align-items: initial;
	z-index: 5;
}

.dropdown-submenu__item {
	flex-grow: 1;
	min-width: 275px;
	padding: 0 20px;
}

.dropdown-submenu__list {
	padding: 0;
}

.dropdown-submenu__item:not(:last-child) {
	border-right: 1px solid #bfbfbf;
}

.dropdown-submenu__item:first-child {
	padding-left: 0;
}

.dropdown-submenu__item:last-child {
	padding-right: 0;
}

.mobile-back {
	display: none;
}

.dropdown-list__item {
	margin-bottom: 10px;
}

.dropdown-submenu__list-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.dropdown-submenu__list-item a:hover {
	color: #008069;
	border-bottom: 1px solid #008069;
}

@media (min-width: 769px) and (max-width:1185px) {
	.nav__link--1 {
		padding: 5px 10px;
		border-radius: 12px;
	}

	.nav__link--1 img {
		max-width: 24px;
		margin-right: 8px;
	}

	.nav__item {
		font-size: 16px;
	}
}

@media (min-width: 769px) {
	.nav__link--drop:hover::after {
		transform: rotate(180deg);
		transition: all 0.3s;
	}

	.nav__item:hover .nav__list--dropdown {
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
	}
}

.burger {
	width: 30px;
	height: 22px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	position: relative;
	display: none;
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background-color: #393939;
}

.burger::after {
	top: auto;
	bottom: 0;
}

.burger span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 3px;
	display: inline-block;
	background-color: #393939;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.lock {
	overflow: hidden;
}

@media (max-width: 768px) {

	.dropdown-submenu__list-item {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.burger {
		display: block;
	}

	.mobile-back {
		display: block;
	}

	.header {
		padding: 18px 0;
	}

	.nav {
		position: fixed;
		left: 0;
		top: 0;
		max-width: 400px;
		width: 80%;
		height: 100vh;
		z-index: 100;
		box-shadow: 5px 0 15px -5px rgba(0,0,0, 0.8);
		background-color: #fff;
		transform: translateX(-150vw);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav__list {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
		padding-top: 10%;
		position: relative;
	}

	.nav__item {
		margin-left: 0 !important;
		font-size: 16px;
		width: 100%;
		padding: 0;
		position: static;
	}

	.nav__link,
	.dropdown-submenu__list-item a,
	.dropdown-list__link {
		padding: 20px 30px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #bfbfbf;
	}

	.nav__link::after {
		transform: rotate(-90deg);
	}

	.nav__list--dropdown {
		position: absolute;
		top: 0;
		right: auto;
		left: 100%;
		box-shadow: none;
		width: 100%;
		display: none;
	}

	.dropdown-submenu__item {
		width: 100%;
		padding: 0;
		border: none !important;
	}

	.dropdown-submenu__title {
		padding: 0 30px;
	}

	.dropdown-submenu__banner {
		display: inline-block;
		padding: 20px;
	}

	.nav__list.transformation {
		transform: translateX(-100%);
		transition: all 0.3s;
	}

	.nav__list--dropdown.transformation {
		opacity: 1;
		visibility: visible;
		display: block;
		transform: none;
		background-color: #fff;
		transition: all 0.3s;
	}

	.nav.open {
		transform: translateX(0);
		transition: all 0.3s;
	}

	.overlay.open {
		opacity: 1;
		visibility: visible;
		transition: all 0.3s;
	}

	.mobile-back a {
		position: relative;
		border: none;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.mobile-back a::before {
		content: "";
		width: 10px;
		height: 10px;
		background-image: url("../images/download.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		margin-right: 10px;
		transform: rotate(90deg);
	}
}


.error{
	width:65%;
	margin:70px auto 0px auto;
	text-align:center;
}
.error h2{
	font-size:80px;
	font-weight:400;
	color:#000;
}
.error h1{
	font-size:170px;
	font-weight:400;
	color:#000;
}
.error h1 img{
	width:11%;
}
.error h3{
	margin:30px 0px;
	font-size:28px;
	font-weight:400;
	color:#000;
}
.error .back{
	display:inline-block;
    font-size: 22px;
    color:#fff;
    background: #1b1b1b;
	border:1px solid #363636;
	border-radius: 15px;
	padding:8px 20px 10px 20px;
	margin: 40px 0;
    transition:all 0.5s ease-in-out;
}
.error .back:hover{
	background: #fff;
	color:#272727;
	border:1px solid #eaeaea;
	transition:all 0.5s ease-in-out;
}
@media(max-width:1080px){
	.error h1 {
		font-size: 149px;
	}
}
@media(max-width:1024px){

	.error h1 {
		font-size: 140px;
	}

}
@media(max-width:991px){
	.error h1 {
		font-size: 135px;
	}
	.error h2 {
		font-size: 75px;
	}
}
@media(max-width:966px){
	.error {
		width: 70%;
	}
}
@media(max-width:966px){
	.error {
		width: 75%;
	}
}
@media(max-width:800px){
	.error {
		width: 76%;
	}
	.error h1 {
		font-size: 127px;
	}
}
@media(max-width:768px){
	.error{
		width:81%;
		margin:185px auto 0px auto;
	}

}
@media(max-width:736px){
	.error {
		width: 86%;
		margin: 50px auto 0px auto;
	}
}
@media(max-width:667px){
	.error h1 {
		font-size: 119px;
	}
}
@media(max-width:640px){

	.error h1 {
		font-size: 113px;
	}
}
@media(max-width:600px){
	.error h1 {
		font-size: 107px;
	}
	.error h3 {
		font-size: 26px;
	}
}
@media(max-width:568px){
	.error {
		width: 90%;
	}
	.error h1 {
		font-size: 100px;
	}
}
@media(max-width:480px){
	.error h1 {
		font-size: 90px;
	}
}
@media(max-width:414px){
	.error{
		margin-top:72px;
	}
	.error h1 {
		font-size: 77px;
	}
	.error h2 {
		font-size: 65px;
	}
}
@media(max-width:384px){
	.error h2 {
		font-size: 52px;
	}
	.error {
		width: 98%;
		margin-top:50px;
	}
	.error h3 {
		font-size: 23px;
	}

}
@media(max-width:375px){
	.error {
		margin-top: 46px;
	}
	.error h1 {
		font-size: 74px;
	}

}
@media(max-width:320px){
	.error {
		margin-top: 40px;
	}
	.error h2 {
		font-size: 45px;
	}
	.error h1 {
		font-size: 63px;
	}
	.error h3 {
		font-size: 17px;
	}
}



#start {
    position: relative
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
