body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: "Arial", sans-serif;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #373a54;
}

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

::-webkit-input-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

h1 {
  line-height: 48px;
  font-size: 36px;
  font-weight: 700;
}

h2 {
  line-height: 36px;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #15b3d5;
  text-decoration: none;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

a:hover {
  opacity: 0.5;
}

.wrapper {
  padding-top: 82px;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  margin-bottom: auto;
  width: 100%;
  background-color: #f9f9f9;
}

.box-center {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1520px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.box-media {
  width: 100%;
  max-width: 626px;
}

.btn {
  padding: 0;
  width: 204px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #15b3d5;
  border: 2px solid #1398b5;
  border-radius: 36px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.btn:hover {
  opacity: 0.5;
}

.breadcrumbs {
  padding: 32px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 32px;
  font-size: 16px;
}

.breadcrumbs a {
  padding-right: 24px;
  position: relative;
}

.breadcrumbs a:before {
  content: "";
  margin-top: -3px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-block {
  padding: 48px 0;
  width: 100%;
}

.wrapper-block.grey {
  background-color: #f9f9f9;
}

.wrapper-block.column .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}

.wrapper-block.column .box-media {
  margin: 0 auto;
  max-width: 648px;
}

.wrapper-block.column .box-text {
  max-width: 685px;
  text-align: center;
}

.wrapper-block.column .btn {
  margin: 0 auto;
  width: 296px;
}

.wrapper-block.list .box-text .btn {
  margin: 0 auto;
}

.wrapper-block.list .box-media {
  max-width: 500px;
}

.wrapper-block.list .wrapper-block__list-item {
  width: 100%;
}

.wrapper-block__header {
  margin-bottom: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.wrapper-block__header .btn {
  width: 248px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper-block__header .box-text {
  max-width: 682px;
}

.wrapper-block__header-middle .box-text {
  max-width: 950px;
}

.wrapper-block__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.wrapper-block__list-item {
  padding: 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-block__list-text {
  width: 100%;
}

.wrapper-block__list-text h3 {
  margin-bottom: 16px;
}

.wrapper-block__list-quad {
  margin: 0 auto;
  max-width: 370px;
}

.header {
  width: 100%;
  height: 82px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .box-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .logo {
  width: 197px;
}

.header .nav-menu__list {
  padding: 10px 0;
  width: 100%;
  height: calc(100vh - 94px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 94px;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: #ebebeb;
  -webkit-transition: opacity 500ms, top 500ms;
  transition: opacity 500ms, top 500ms;
}

.header .nav-menu.open .nav-menu__list {
  opacity: 1;
  visibility: visible;
}

.lang {
  margin-left: auto;
  position: relative;
}

.lang__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lang__current .lang__string {
  font-size: 18px;
}

.lang__current .lang__string span {
  display: none;
}

.lang__current .lang__icn {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lang__string {
  line-height: 24px;
  font-size: 16px;
  white-space: nowrap;
}

.lang__list {
  padding: 0 16px;
  width: 270px;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.16);
  box-shadow: 0 15px 20px 0 rgba(0,0,0,0.16);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lang__list.show {
  opacity: 1;
  visibility: visible;
}

.lang__list-item {
  padding: 15px 34px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
}

.lang__list-item:first-child {
  border: 0;
}

.lang__list-item.checked {
  background: url("../img/svg/icn-checked.svg") no-repeat center right;
}

.lang__icn {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nav-menu {
  margin-left: 20px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.nav-menu.open .nav-menu__mob-btn:before,
.nav-menu.open .nav-menu__mob-btn:after {
  height: 1px;
  top: 50%;
  border: 0;
  background-color: #626262;
}

.nav-menu.open .nav-menu__mob-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-menu.open .nav-menu__mob-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.nav-menu__item.active .nav-menu__link {
  color: #15b3d5;
  font-weight: 700;
}

.nav-menu__link {
  font-size: 20px;
  color: #373a54;
  text-decoration: none;
  -webkit-transition: color 300ms, opacity 300ms;
  transition: color 300ms, opacity 300ms;
}

.nav-menu__mob-btn {
  width: 18px;
  height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.nav-menu__mob-btn:before,
.nav-menu__mob-btn:after {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  border: 1px solid #626262;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-menu__mob-btn:before {
  top: 0;
}

.nav-menu__mob-btn:after {
  bottom: 0;
}

.single-page {
  padding-bottom: 48px;
  width: 100%;
}

.single-page__content {
  width: 100%;
}

.single-page__content h1 {
  margin-bottom: 16px;
}

.single-page__list {
  margin-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.single-page__list-item {
  padding: 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-page__list-item h3 {
  margin-bottom: 16px;
}

.single-page__help {
  margin: 32px auto 0;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.single-page__help .btn {
  margin: 0 auto;
}

.footer {
  padding: 20px 0;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  background-color: #4a4a4a;
}

.footer .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer .logo {
  width: 197px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer .nav-menu {
  margin: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.footer .nav-menu__list {
  gap: 20px;
}

.footer .nav-menu__link {
  font-size: 16px;
  color: #fff;
}

.footer .btn {
  width: 220px;
}

@media (min-width: 600px) {
  .wrapper-block.list .wrapper-block__list-item {
    width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 680px) {
  .wrapper {
    padding-top: 102px;
  }

  .wrapper-block {
    padding: 70px 0;
  }

  .wrapper-block.column .box-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrapper-block.column .box-media {
    margin: 0;
  }

  .wrapper-block.column .box-text {
    text-align: left;
  }

  .wrapper-block.column .btn {
    margin: 0;
  }

  .wrapper-block.list .box-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-block.list .box-text {
    text-align: center;
  }

  .wrapper-block__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrapper-block__list-item {
    width: calc((100% - 24px) / 2);
  }

  .wrapper-block__list-quad {
    max-width: 100%;
  }

  .header {
    height: 102px;
  }

  .header .nav-menu__list {
    padding: 0;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
  }

  .lang {
    margin: 0;
  }

  .nav-menu {
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav-menu__list {
    gap: 32px;
  }

  .nav-menu__mob-btn {
    display: none;
  }

  .single-page {
    padding-bottom: 70px;
  }
}

@media (min-width: 724px) {
  .wrapper-block {
    padding: 90px 0;
  }

  .single-page {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) {
  h1 {
    line-height: 65px;
    font-size: 50px;
  }

  .box-text {
    gap: 24px;
  }

  .lang {
    width: 110px;
  }

  .lang__current {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .lang__current .lang__string {
    font-size: 20px;
  }

  .single-page__content h1 {
    line-height: 50px;
    font-size: 40px;
  }

  .footer .box-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .wrapper-block__list-item {
    width: calc((100% - 48px) / 3);
  }

  .wrapper-block__list-quad .wrapper-block__list-item {
    width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 1024px) {
  body {
    line-height: 32px;
    font-size: 24px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    line-height: 50px;
    font-size: 40px;
  }

  h3 {
    line-height: 44px;
    font-size: 32px;
  }

  .box-center {
    padding: 0 40px;
  }

  .wrapper-block {
    padding: 104px 0;
  }

  .wrapper-block.column .btn {
    margin: 12px 0 0;
  }

  .wrapper-block.list .box-text h2 {
    line-height: 36px;
    font-size: 32px;
  }

  .wrapper-block.list .wrapper-block__list-item h3 {
    line-height: 32px;
    font-size: 24px;
  }

  .wrapper-block__header {
    margin-bottom: 64px;
  }

  .wrapper-block__list-item {
    padding: 32px;
  }

  .lang {
    width: 197px;
  }

  .single-page {
    padding-bottom: 104px;
  }

  .single-page__list {
    margin-top: 64px;
  }

  .single-page__list-item {
    padding: 32px;
  }

  .single-page__help {
    margin-top: 64px;
  }

  .footer {
    padding: 25px 0;
  }

  .footer .nav-menu__list {
    gap: 32px;
  }

  .footer .nav-menu__link {
    font-size: 20px;
  }

  .footer .btn {
    width: 296px;
  }
}

@media (min-width: 1200px) {
  .wrapper-block.list .box-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-block.list .box-text {
    max-width: 100%;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
  }

  .wrapper-block.list .box-text .btn {
    margin: 0;
  }

  .wrapper-block.list .box-media {
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .wrapper-block.list .box-text h2 {
    line-height: 50px;
    font-size: 40px;
  }

  .wrapper-block.list .wrapper-block__list-item h3 {
    line-height: 44px;
    font-size: 32px;
  }
}

@media (min-width: 1440px) {
  .wrapper-block.list .box-text {
    line-height: 32px;
    font-size: 24px;
  }
}