@font-face {
  font-family: CoFo;
  font-display: swap;
  src: url("../fonts/CoFoRobert-RegularItalic.woff2") format("woff2"), url("../fonts/CoFoRobert-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: CoFo;
  font-display: swap;
  src: url("../fonts/CoFoSansBold.woff2") format("woff2"), url("../fonts/CoFoSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: CoFo;
  font-display: swap;
  src: url("../fonts/CoFoSansRegular.woff2") format("woff2"), url("../fonts/CoFoSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-family: "CoFo";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
}

body {
  font-family: "CoFo";
  font-weight: 400;
  color: #000;
  font-size: 1rem;
  background: #FAFAFA;
}

.lock {
  overflow: hidden;
}

[class*=__container] {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  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;
}

.wrapper > * {
  min-width: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu {
  position: relative;
  z-index: 100;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.burger-menu {
  display: none;
}

.burger-menu.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
  background: #000;
}

.burger-menu.active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
  background: #000;
}

.burger-menu.active span {
  display: none;
}

.main {
  background: #E1F0FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.main__body {
  width: 50%;
  padding-right: 20px;
  padding-top: 62px;
  padding-bottom: 83px;
}

.main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 54.479px;
  line-height: 115%;
  margin-bottom: 30px;
  white-space: nowrap;
}

.main__title svg {
  margin-right: 20px;
  margin-top: 5px;
}

.main__text {
  color: #000;
  font-size: 18px;
  line-height: 115%;
  max-width: 470px;
  width: 100%;
}

.main__text p:not(:last-child) {
  margin-bottom: 25px;
}

.main__image {
  text-align: right;
}

.main__image img {
  max-width: 100%;
}

.hotline {
  padding-bottom: 53px;
  padding-top: 41px;
}

.hotline__title {
  font-size: 42px;
  line-height: 115%;
  margin-bottom: 20px;
  max-width: 580px;
}

.hotline__sub-title {
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 60px;
}

.hotline__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -60px;
  row-gap: 93px;
}

.hotline__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 60px;
}

.hotline__icon {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  background: #E1F0FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40%;
}

.hotline__icon img {
  max-width: 100%;
}

.hotline__text {
  font-size: 20px;
  line-height: 115%;
  max-width: 300px;
}

.transfer {
  padding-top: 70px;
  padding-bottom: 78px;
  background-color: #fff;
}

.transfer__title {
  font-size: 42px;
  line-height: 115%;
  margin-bottom: 60px;
}

.transfer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.transfer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 10px;
}

.transfer__left {
  height: 100%;
  border-radius: 20px;
  background: #E1F0FF;
  padding: 24px 55px 42px 30px;
}

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

.transfer__wrap {
  font-size: 28px;
  line-height: 115%;
  margin-right: 10px;
}

.transfer__wrap b {
  display: block;
}

.transfer__number {
  font-size: 28px;
  line-height: 115%;
  display: inline-block;
  margin-bottom: 45px;
}

.transfer__text {
  font-size: 20px;
  line-height: 115%;
  max-width: 330px;
  margin-bottom: 20px;
}

.transfer__number-wrap {
  font-size: 20px;
  line-height: 115%;
  display: inline-block;
  margin-bottom: 70px;
}

.transfer__bottom-text {
  font-size: 14px;
  line-height: 115%;
  max-width: 460px;
}

.transfer__right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.transfer__block {
  padding: 25px 55px 33px 30px;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #E1F0FF;
}

.transfer__block:first-child {
  margin-bottom: 20px;
}

.transfer__desc {
  font-size: 28px;
  line-height: 115%;
  max-width: 310px;
  margin-right: 10px;
}

.transfer__desc a {
  text-decoration: underline;
}

.transfer__links {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.transfer__mail {
  font-size: 28px;
  line-height: 115%;
  display: inline-block;
  margin-bottom: 10px;
}

.faq {
  padding-top: 70px;
  padding-bottom: 83px;
}

.faq__title {
  font-size: 42px;
  line-height: 115%;
  margin-bottom: 60px;
}

.faq__spollers {
  max-width: 630px;
}

.message {
  padding: 70px 0;
  background-color: #fff;
}

.message__title {
  font-size: 42px;
  line-height: 115%;
  margin-bottom: 60px;
  max-width: 450px;
}

.form-message__title {
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 30px;
  max-width: 740px;
}

.form-message__title span {
  white-space: nowrap;
}

.form-message__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 78px;
}

.form-message__item {
  margin-right: 70px;
}

.form-message__radio {
  display: none;
}

.form-message__radio:checked + .form-message__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.form-message__label {
  font-size: 24px;
  line-height: 115%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.form-message__label::before {
  display: block;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  margin-top: 2px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 20px;
}

.form-message__label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.form-message__inputs {
  max-width: 680px;
  margin-bottom: 75px;
}

.form-message__input {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 24px;
  line-height: 115%;
}

.form-message__input::-webkit-input-placeholder {
  color: #ACACAC;
}

.form-message__input::-moz-placeholder {
  color: #ACACAC;
}

.form-message__input:-ms-input-placeholder {
  color: #ACACAC;
}

.form-message__input::-ms-input-placeholder {
  color: #ACACAC;
}

.form-message__input::placeholder {
  color: #ACACAC;
}

.form-message__input:not(:last-child) {
  margin-bottom: 20px;
}

.form-message__text {
  font-size: 18px;
  font-style: italic;
  line-height: 115%;
  margin-bottom: 15px;
}

.form-message__textarea {
  max-width: 680px;
  height: 250px;
  width: 100%;
  resize: none;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 20px;
  font-size: 24px;
  line-height: 115%;
  margin-bottom: 75px;
}

.form-message__file {
  margin-bottom: 75px;
}

.form-message__submit {
  border-radius: 5px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 115%;
  /* 20.7px */
  padding: 18px 89px;
  display: inline-block;
  margin-bottom: 70px;
  max-width: 336px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-message__bottom-text {
  font-size: 24px;
  line-height: 115%;
}

.file-form__item {
  position: relative;
  display: inline-block;
  max-width: 336px;
  width: 100%;
}

.file-form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}

.file-form__button {
  border-radius: 5px;
  background: #E5E5E5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 90px;
  text-align: center;
  font-size: 18px;
  line-height: 115%;
  max-width: 336px;
  width: 100%;
}

.file-form__button img {
  margin-right: 10px;
}

.spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  padding-right: 45px;
  position: relative;
  font-size: 24px;
  line-height: 115%;
}

._spoller-init .spollers__title {
  cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  background-color: #000;
  height: 1px;
  width: 20px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

._spoller-init .spollers__title::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.spollers__body {
  padding-top: 15px;
  font-size: 18px;
  line-height: 115%;
  max-width: 90%;
}

.spollers__body span {
  text-decoration-line: underline;
}

.checkbox {
  position: relative;
  margin-bottom: 55px;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 20px;
}

.checkbox__label:before {
  content: "";
  margin-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.checkbox__label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: url("../img/ok.svg") center no-repeat;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.checkbox__text {
  font-size: 24px;
  line-height: 115%;
  /* 27.6px */
}

@media (min-width: 991.98px) {
  .main__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
    margin-top: -20px;
  }
}

@media (max-width: 1220px) {
  .hotline__body {
    row-gap: 80px;
    margin: 0 -20px;
  }

  .hotline__column {
    padding: 0 20px;
  }
  
  .main__title {
    font-size: 46.479px;
  }
}

@media (max-width: 991.98px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .main__body {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .main__text {
    max-width: 100%;
  }

  .main__text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .main__image {
    padding-left: 20px;
  }

  .hotline__title {
    font-size: 30px;
    max-width: 410px;
  }

  .hotline__sub-title {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .hotline__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .hotline__text {
    max-width: 100%;
    font-size: 18px;
  }

  .transfer__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .transfer__left {
    padding: 20px 20px 35px 20px;
  }

  .transfer__head {
    margin-bottom: 15px;
  }

  .transfer__wrap {
    font-size: 24px;
  }

  .transfer__number {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .transfer__icon img {
    width: 35px;
  }

  .transfer__text {
    font-size: 18px;
  }

  .transfer__number-wrap {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .transfer__bottom-text {
    font-size: 13px;
  }

  .transfer__block {
    padding: 20px 20px 35px 20px;
  }

  .transfer__desc {
    font-size: 24px;
  }

  .transfer__mail {
    font-size: 24px;
  }

  .faq__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .message__title {
    font-size: 30px;
    max-width: 330px;
    margin-bottom: 50px;
  }

  .form-message__title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .form-message__buttons {
    margin-bottom: 70px;
  }

  .form-message__label {
    font-size: 20px;
  }

  .form-message__label::before {
    margin-top: 1px;
  }

  .form-message__label::after {
    top: 6px;
  }

  .form-message__inputs {
    margin-bottom: 70px;
  }

  .form-message__input {
    font-size: 20px;
    padding-left: 15px;
    height: 55px;
  }

  .form-message__text {
    font-size: 16px;
  }

  .form-message__textarea {
    font-size: 20px;
    height: 230px;
    margin-bottom: 70px;
  }

  .form-message__file {
    margin-bottom: 70px;
  }

  .form-message__submit {
    margin-bottom: 55px;
  }

  .form-message__bottom-text {
    font-size: 20px;
  }

  .spollers__title {
    font-size: 20px;
  }

  ._spoller-init .spollers__title::before,
  ._spoller-init .spollers__title::after {
    top: 10px;
  }

  .spollers__body {
    font-size: 16px;
  }

  .checkbox {
    margin-bottom: 40px;
  }

  .checkbox__label:before {
    margin-top: 1px;
  }

  .checkbox__label::after {
    top: 1px;
  }

  .checkbox__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    overflow: auto;
    background: purple;
    position: fixed;
    right: -100%;
    top: 0;
    height: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 100px 20px;
    text-align: center;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .menu.active {
    right: 0;
  }

  .menu__list {
    display: block;
  }

  .burger-menu {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 200;
  }

  .burger-menu::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .burger-menu::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000;
  }

  .burger-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 100%;
    background: #000;
  }
}

@media (max-width: 768px) {
  .menu__link {
    font-size: 25px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .main__body {
    padding-top: 33px;
    padding-bottom: 52px;
  }

  .main__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .main__title svg {
    width: 145px;
    margin-right: 10px;
  }

  .main__text {
    font-size: 14px;
  }

  .hotline {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .hotline__title {
    font-size: 24px;
    margin-bottom: 15px;
    max-width: 330px;
  }

  .hotline__sub-title {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .hotline__body {
    row-gap: 40px;
  }

  .hotline__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .hotline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hotline__icon {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    padding: 0 20px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .hotline__text {
    font-size: 14px;
  }

  .transfer {
    padding: 45px 0;
  }

  .transfer__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .transfer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .transfer__left {
    padding: 15px 10px 28px 10px;
    margin-bottom: 20px;
  }

  .transfer__head {
    margin-bottom: 12px;
  }

  .transfer__wrap {
    font-size: 20px;
  }

  .transfer__number {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .transfer__text {
    font-size: 16px;
    max-width: 260px;
  }

  .transfer__number-wrap {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .transfer__bottom-text {
    font-size: 12px;
    max-width: 95%;
  }

  .transfer__block {
    padding: 15px 10px 18px 10px;
    min-height: 160px;
  }

  .transfer__desc {
    font-size: 20px;
    max-width: 220px;
  }

  .transfer__mail {
    font-size: 20px;
  }

  .faq {
    padding-top: 45px;
    padding-bottom: 53px;
  }

  .faq__title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .message {
    padding: 45px 0;
  }

  .message__title {
    font-size: 24px;
    margin-bottom: 40px;
    max-width: 260px;
  }

  .form-message__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .form-message__buttons {
    margin-bottom: 61px;
  }

  .form-message__label {
    font-size: 18px;
  }

  .form-message__label::before {
    margin-top: -1px;
  }

  .form-message__label::after {
    top: 4px;
  }

  .form-message__inputs {
    margin-bottom: 60px;
  }

  .form-message__input {
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
  }

  .form-message__text {
    font-size: 14px;
  }

  .form-message__textarea {
    font-size: 16px;
    height: 210px;
    margin-bottom: 60px;
  }

  .form-message__file {
    margin-bottom: 60px;
  }

  .form-message__submit {
    margin-bottom: 40px;
  }

  .form-message__bottom-text {
    font-size: 18px;
  }

  .spollers {
    gap: 20px;
  }

  .spollers__title {
    font-size: 18px;
  }

  .spollers__body {
    font-size: 14px;
    padding-top: 10px;
  }

  .checkbox {
    margin-bottom: 30px;
  }

  .checkbox__label:before {
    margin-top: 0;
  }

  .checkbox__label::after {
    top: 0;
  }

  .checkbox__text {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .main__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 479.98px) {
  .form-message__submit {
    padding: 15px 20px;
    width: 100%;
    max-width: 100%;
  }

  .file-form__item {
    width: 100%;
    max-width: 100%;
  }

  .file-form__button {
    padding: 15px 20px;
    width: 100%;
    max-width: 100%;
  }

  .file-form__button img {
    margin-right: 5px;
  }
}

@media (any-hover: hover) {
  .menu__link:hover {
    color: rgb(56, 56, 56);
  }

  .form-message__submit:hover {
    background: #292929;
    border: 1px solid #E1F0FF;
  }
}

.filename {
  padding-top: 5px;
}
.form-message__title span b, .form-message__bottom-text span b, .checkbox span b {
  color: #c20000;
}
.underline {
  text-decoration: underline !important;
}