@charset "UTF-8";

button{
  cursor: pointer;
}

label{
  margin-bottom: 0;
  cursor: pointer;
}

.modal {
  display: flex;
  align-items: center;
  align-self: center;
}

a {
    cursor: pointer;
}

body::-webkit-scrollbar,
.main-parallax::-webkit-scrollbar {
  width: .5%;
  min-width: 8px;
}

body::-webkit-scrollbar-track,
.main-parallax::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb,
.main-parallax::-webkit-scrollbar-thumb {
  border-left: 1px solid #F2F2F2;
  background: #CE004A;
}

.modal__close {
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 3%;
  height: 20px;
  width: 20px;
  background: #F6F6F6;
}

.modal__close::after,
.modal__close::before {
  transition: background-color .3s;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #306682;
  position: absolute;
  top: 50%;
  right: calc(50% - 10px);
}

.modal__close::after {
  transform: rotate(45deg);
}

.modal__close::before {
  transform: rotate(135deg);
}

.modal__close:hover::after,
.modal__close:hover::before {
  background-color: #CE004A;
}

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

.footer__button,
.quest__button {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: #306682;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: white;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.footer__button:hover,
.quest__button:hover {
  color: #306682;
  background-color: transparent;
}

.header__language {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: white;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: #306682;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.header__language:hover {
  color: white;
  background-color: #306682;
}

.sideMenu__btn {
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  border-radius: 56px;
  padding: 0 3.25rem;
  text-transform: uppercase;
  background: linear-gradient(90.62deg, #417E9D 19.42%, #485C8F 89.86%);
  transition: opacity .3s;
}

.sideMenu__btn:hover {
  background: linear-gradient(90.62deg, #80AFC8 19.42%, #5B73B0 89.86%);
  opacity: .8;
}

.nav__link {
  cursor: pointer;
  position: relative;
}

.nav__link:after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: "";
  transition: background-color 0.3s;
}
.nav__link:hover{
    text-decoration: none;
}

.nav__link:hover:after,
.nav__link:focus:after {
  background-color: #CE004A;
}

.modal-mail__plase,
.modal-invest__plase {
  position: relative;
}

input {outline:none!important}
.modal-mail__plase input::-moz-placeholder,
.modal-invest__plase input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase input::-webkit-input-placeholder,
.modal-invest__plase input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase textarea::-moz-placeholder,
.modal-invest__plase textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase textarea::-webkit-input-placeholder,
.modal-invest__plase textarea::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase > input,
.modal-invest__plase > input {
  font-size: 0.875rem;
  color: #306682;
  font-family: "Inter", sans-serif;
  height: 3.125rem;
  padding: 0 1.0625rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}

.modal-mail__plase > input:focus,
.modal-invest__plase > input:focus {
  border: 1px solid #306682;
  color: #306682;
}

.modal-mail__plase > input:focus::-webkit-input-placeholder,
.modal-invest__plase > input:focus::-webkit-input-placeholder {
  color: #306682;
}

.modal-mail__plase > input:focus::-moz-placeholder,
.modal-invest__plase > input:focus::-moz-placeholder {
  color: #306682;
}

.modal-mail__plase > textarea,
.modal-invest__plase > textarea {
  resize: none;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  color: #306682;
  padding: 0.75rem 1.125rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: color .3s, background-color .3s;
  height: 100px;
}

.modal-mail__plase > textarea:focus,
.modal-invest__plase > textarea:focus {
  color: #306682;
}

.modal {
  display: flex;
  align-items: center;
  align-self: center;
}

body::-webkit-scrollbar,
.main-parallax::-webkit-scrollbar {
  width: .5%;
  min-width: 8px;
}

body::-webkit-scrollbar-track,
.main-parallax::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb,
.main-parallax::-webkit-scrollbar-thumb {
  border-left: 1px solid #F2F2F2;
  background: #CE004A;
}

.modal__close {
  position: absolute;
  right: 5%;
  top: 3%;
  height: 20px;
  width: 20px;
  background: #F6F6F6;
}

.modal__close::after,
.modal__close::before {
  transition: background-color .3s;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #306682;
  position: absolute;
  top: 50%;
  right: calc(50% - 10px);
}

.modal__close::after {
  transform: rotate(45deg);
}

.modal__close::before {
  transform: rotate(135deg);
}

.modal__close:hover::after,
.modal__close:hover::before {
  background-color: #CE004A;
}

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

.footer__button,
.quest__button {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: #306682;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: white;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.footer__button:hover,
.quest__button:hover {
  color: #306682;
  background-color: transparent;
}

.header__language {
  justify-content: center;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  border: solid 1px #306682;
  background-color: white;
  text-transform: uppercase;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  color: #306682;
  height: 3.25rem;
  padding: 0px 3.4375rem;
  border-radius: 52px;
}

.header__language:hover {
  color: white;
  background-color: #306682;
}

.sideMenu__btn {
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  border-radius: 56px;
  padding: 0 3.25rem;
  text-transform: uppercase;
  background: linear-gradient(90.62deg, #417E9D 19.42%, #485C8F 89.86%);
  transition: opacity .3s;
}

.sideMenu__btn:hover {
  background: linear-gradient(90.62deg, #80AFC8 19.42%, #5B73B0 89.86%);
  opacity: .8;
}

.nav__link {
  cursor: pointer;
  position: relative;
}

.nav__link:after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  content: "";
  transition: background-color 0.3s;
}

.nav__link:hover:after,
.nav__link:focus:after {
  background-color: #CE004A;
}

.modal-mail__plase,
.modal-invest__plase {
  position: relative;
}

.modal-mail__plase input::-moz-placeholder,
.modal-invest__plase input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase input::-webkit-input-placeholder,
.modal-invest__plase input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase textarea::-moz-placeholder,
.modal-invest__plase textarea::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase textarea::-webkit-input-placeholder,
.modal-invest__plase textarea::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #A2A2A2;
}

.modal-mail__plase > input,
.modal-invest__plase > input {
  font-size: 0.875rem;
  color: #306682;
  font-family: "Inter", sans-serif;
  height: 3.125rem;
  padding: 0 1.0625rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}

.modal-mail__plase > input:focus,
.modal-invest__plase > input:focus {
  border: 1px solid #306682;
  color: #306682;
}

.modal-mail__plase > input:focus::-webkit-input-placeholder,
.modal-invest__plase > input:focus::-webkit-input-placeholder {
  color: #306682;
}

.modal-mail__plase > input:focus::-moz-placeholder,
.modal-invest__plase > input:focus::-moz-placeholder {
  color: #306682;
}

.modal-mail__plase > textarea,
.modal-invest__plase > textarea {
  resize: none;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  color: #306682;
  padding: 0.75rem 1.125rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #A2A2A2;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: color .3s, background-color .3s;
  height: 100px;
}

.modal-mail__plase > textarea:focus,
.modal-invest__plase > textarea:focus {
  color: #306682;
}

html {
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Merriweather", serif;
  cursor: default;
  background-color: #F6F6F6;
  color: #306682;
  overflow: hidden;
}

section {
  position: relative;
}

p {
  color: #306682;
}

ul {
  list-style: none;
}

.wrapper {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 1180px;
}

a {
  color: #CE004A;
  display: inline-block;
  text-decoration: none;
}

svg {
  min-height: 1rem;
  height: 1rem;
}

textarea,
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Merriweather", serif;
  border: none;
  background: none;
  outline: none;
}

textarea[disabled],
button[disabled],
input[disabled] {
  cursor: default;
  opacity: .7;
}

button {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  font-size: 1rem;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.preloader {
  width: 100vw;
  height: 100vh;
  background-color: purple;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  transition: all .3s;
}

.preloader::after {
  content: '';
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  height: 4rem;
  width: 4rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
}

.modal__box {
  padding: 2rem 3rem;
  box-sizing: border-box;
  position: relative;
  background-color: #F6F6F6;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal__box>svg{
    display: none;
}

.header {
  width: calc(100% - 8px);
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.header.open {
  position: absolute;
}

.header.open::before {
  display: block;
  content: "";
  position: absolute;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: #00000020;
}

.header.open .header__menu {
  display: block;
  width: 100%;
}

.header.open .header__burger-line {
  height: 0px;
}

.header.open .header__burger-line::after {
  top: 0px;
  transform: rotate(45deg);
}

.header.open .header__burger-line::before {
  top: 0px;
  transform: rotate(-45deg);
}

.header__logo {
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 278px;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #306682;
}

.header__logo svg {
  height: 100%;
}

.header__logo span {
  margin-top: 18px;
  display: block;
  width: 74%;
}

.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-bottom: 10px;
}

.header__box.search .header__language {
  display: none;
}

.header__box.search .header__phone {
  display: none;
}

.header__box.search .nav {
  display: none;
}

.header__box.search .header__burger {
  display: none;
}

.header__box.search .header__options {
  width: 73%;
}

.header__box.search .header__button {
  width: 2.625rem;
  height: 2.625rem;
  margin: 0;
}

.header__box.search .header__search {
  box-sizing: border-box;
  padding: 0.75rem;
  border-radius: 56px;
  border: solid 1px #306682;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__search-container{
  width: calc(100% - 1.5rem);
  position: relative;
}
.header__box.search .search_ajax{
  display: block;
}
.search-page{
    display: block;
}
.notetext{
    margin: 1.25rem 0.875rem;
    display: block;
}
.search-page a{
  padding: 0.375rem 0;
  display: block;
  padding-left: 1.25rem;
  width: 100%;
  box-sizing: border-box;
  transition: .3s linear;
}
.search-page a:hover{
  background-color: rgba(48, 102, 130, 0.3);
}
.search-page a:first-child{
  margin-top: 1.25rem;
}
.search_ajax{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.header__box.search .header__searchOptions {
  display: flex;
}

.header__box.search .header__searchClose {
  display: flex;
  align-items: center;
  margin: 0 14px;
  opacity: .6;
  transition: opacity .3s;
}

.header__box.search .header__searchClose:hover {
  opacity: 1;
}

.header__box.search .header__searchDelite {
  display: flex;
  align-items: center;
  color: #306682;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  opacity: .6;
  transition: opacity .3s;
  margin: 0 14px;
}

.header__box.search .header__searchDelite:hover {
  opacity: 1;
}

.header__box.search .header__searchStr {
  display: block;
  margin-left: 14px;
  width: calc(80% - 1.5rem);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
}

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

.header__phone {
  margin-right: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #306682;
}

.header__language {
  height: 2.625rem;
  padding: 0px 1.5rem;
}

.header__searchStr {
  width: 0px;
  display: none;
  transition: width .3s;
}

.header__searchClose {
  display: none;
}

.header__searchDelite {
  display: none;
}

.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #306682;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  margin-left: 8px;
  border: 1px solid #306682;
  transition: background-color .3s;
}

.header__button svg path {
  transition: fill .3s;
}

.header__button:hover {
  background-color: transparent;
}

.header__button:hover svg path {
  fill: #306682;
}

.header__burger {
  width: 34px;
  margin-left: 1.125rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header__burger-line {
  width: 34px;
  height: 2px;
  background-color: #306682;
  position: relative;
  display: block;
}

.header__burger-line::before {
  transition: transform .3s;
  content: " ";
  width: 34px;
  height: 2px;
  background-color: #306682;
  position: absolute;
  top: 6px;
  display: block;
}

.header__burger-line::after {
  transition: transform .3s;
  content: " ";
  width: 34px;
  height: 2px;
  background-color: #306682;
  position: absolute;
  top: -6px;
  display: block;
}

.header__menu {
  display: none;
  position: relative;
  min-height: calc(100vh - 100px);
  overflow: auto;
}

.header__menu.searchMobile .header__options-mobileBox {
  width: 100%;
}

.header__menu.searchMobile .header__language {
  display: none;
}

.header__menu.searchMobile .header__phone {
  display: none;
}

.header__menu.searchMobile .nav {
  display: none;
}

.header__menu.searchMobile .header__burger {
  display: none;
}

.header__menu.searchMobile .header__options {
  width: 80%;
}

.header__menu.searchMobile .header__button {
  width: 2.625rem;
  height: 2.625rem;
  margin: 0;
}

.header__menu.searchMobile .header__search {
  box-sizing: border-box;
  padding: 0.75rem;
  border-radius: 56px;
  border: solid 1px #306682;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header__menu.searchMobile .header__searchOptions {
  display: flex;
}

.header__menu.searchMobile .header__searchClose {
  display: flex;
  align-items: center;
  margin: 0 14px;
  opacity: .6;
  transition: opacity .3s;
}

.header__menu.searchMobile .header__searchClose:hover {
  opacity: 1;
}

.header__menu.searchMobile .header__searchDelite {
  display: flex;
  align-items: center;
  color: #306682;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  opacity: .6;
  transition: opacity .3s;
  margin: 0 14px;
}

.header__menu.searchMobile .header__searchDelite:hover {
  opacity: 1;
}

.header__menu.searchMobile .header__searchStr {
  display: block;
  margin-left: 14px;
  width: calc(80% - 1.5rem);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
}

.header__title {
  max-width: 66%;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #30668220;
  height: 4rem;
  padding: 1.125rem 0 1.75rem;
  margin-bottom: 2rem;
}

.header__options-mobile {
  display: none;
}

.header__menu-box {
  display: flex;
  justify-content: space-between;
  max-width: 66%;
}

.header__column {
  width: 50%;
}

.header__menu-button {
  background: linear-gradient(90.62deg, #417E9D 19.42%, #485C8F 89.86%);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__side {
  display: flex;
  flex-direction: column;
}

.header__other {
  height: calc(100vh - 100px - 5.125rem);
  margin-bottom: 5.125rem;
  padding-top: 6.875rem;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 1px solid #00000020;
}

.header__other-links {
  padding-left: 3.875rem;
  padding-bottom: 2.5rem;
  margin-top: 2rem;
}

.header__other-links a {
  display: block;
}

.header__other-link {
  color: #306682;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.header__other-link:last-child {
  margin-bottom: 0;
}

.header__other-socials {
  padding-left: 3.875rem;
  display: flex;
}

.header__other-social {
  opacity: .6;
  transition: opacity .3s;
  margin-right: 16px;
  cursor: pointer;
}

.header__other-social:last-child {
  margin-right: 0px;
}

.header__other-social svg {
  width: 1.5rem;
  height: 1.5rem;
}

.header__other-social:hover {
  opacity: 1;
}

.header__linkBtnChild {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  padding: 8px 0px;
  color: #35454D;
  width: 21rem;
  text-align: left;
}

.header__linkBtnChild.active::after {
  transform: rotate(0deg);
}

.header__linkBtnChild::before,
.header__linkBtnChild::after {
  display: block;
  content: " ";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #6B91A5;
  top: 17px;
  right: 0px;
}

.header__linkBtnChild::after {
  transition: transform .3s;
  transform: rotate(90deg);
}

.linkParents .header__item {
  padding: 0.5rem 0px 0.5rem 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
}

.header__linkBlock {
  overflow: hidden;
}

.header__linkBtn {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #306682;
  margin-bottom: 2.375rem;
}

.header__linkList {
  transition: max-height .3s;
  max-height: 0;
  overflow: hidden;
}

.header__linkItem .header__item{
  padding-left: 1.625rem;
}

.header__linkList a {
  display: block;
}

.header__linkList.linkParents {
  max-height: 100%;
}

.nav {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: space-between;
}

.nav__link {
  color: #306682;
  margin-right: 40px;
}

.nav__link:last-child {
  margin-right: 0px;
}

.footer {
  background-color: #306682;
}

.footer__box {
  position: relative;
  padding-top: 4.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 3.875rem;
  border-bottom: 1px solid white;
}

.footer__link {
  display: flex;
  margin-bottom: 1.375rem;
  color: white;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  max-width: 20.5rem;
  width: 100%;
}

.footer__social {
  margin-top: 1.5rem;
}

.footer__socialLink {
  margin-right: 16px;
}

.footer__socialLink svg {
  width: 1.5rem;
  height: 1.5rem;
  opacity: .6;
  transition: opacity .3s;
}

.footer__socialLink:hover svg {
  opacity: 1;
}

.footer__button {
  height: 52px;
  padding: 0px 3.5rem;
  color: white;
  position: absolute;
  top: 11.125rem;
  right: 0;
  border-color: white;
}

.footer__button:hover {
  background-color: white;
  border-color: white;
  color: #306682;
}

.footer__info {
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__text {
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  color: white;
}

.footer__logo svg {
  width: 70px;
  height: 30px;
}

.entry {
  width: 23.75rem;
  height: 12.5rem;
  background-color: white;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 10px;
}

.entry__title {
  width: auto;
}

.entry__date {
  position: absolute;
  top: 1.125rem;
  left: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  color: #a2a2a2;
}

.entry__title {
  color: #306682;
  padding: 2.75rem 1.25rem 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.entry__options {
  display: flex;
  padding: 0 0 1.25rem 1.25rem;
  align-items: center;
}

.entry__format {
  font-family: "Inter", sans-serif;
  color: #A2A2A2;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  margin-right: 1.125rem;
}

.entry__formatStyle {
  color: #CE004A;
  margin-right: 0.75rem;
}

.entry__save {
  display: flex;
  align-items: center;
}

.entry__save svg {
  width: 1.625rem;
  height: 1.625rem;
  transition: fill .3s;
}

.entry__save svg path {
  transition: fill .3s;
}

.entry__save svg line {
  transition: stroke .3s;
}

.entry__save svg:hover {
  fill: url(#paint0_linear);
}

.entry__save svg:hover path {
  fill: white;
}

.entry__save svg:hover line {
  stroke: white;
}

.article {
  position: relative;
  z-index: 1;
  background-color: white;
  width: 23.75rem;
  height: 22.5rem;
  margin: 10px;
  box-sizing: border-box;
  padding: 1.75rem 1.625rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.article::before {
  z-index: 2;
  display: block;
  content: " ";
  background-color: #F6F6F6;
  position: absolute;
  top: -8px;
  right: -28px;
  width: 80px;
  height: 40px;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.article__title {
  width: 200px;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  color: #306682;
}

.article__text {
  width: 260px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.25rem;
  color: #35454D;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article__info {
  display: flex;
  flex-direction: column;
}

.article__infoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article__infoTitle {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  color: #A2A2A2;
  margin-bottom: 8px;
}

.article__infoDate {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #CE004A;
  margin-bottom: 4px;
}

.article__infoValue {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.article__infoName {
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #35454D;
  width: 76px;
}

.article__date {
  display: flex;
  justify-content: space-between;
  width: 13rem;
  margin-top: 6px;
}

.article__date-title {
  color: #A2A2A2;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.article__date-value {
  color: #35454D;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.notFound{
  margin-bottom: 2.625rem;
}
.articleNote {
  position: relative;
  z-index: 1;
  background-color: white;
  width: 23.75rem;
  height: 22.5rem;
  margin: 10px;
  box-sizing: border-box;
  padding: 1.75rem 1.625rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.articleNote::before {
  z-index: 2;
  display: block;
  content: " ";
  background-color: #F6F6F6;
  position: absolute;
  top: -8px;
  right: -28px;
  width: 80px;
  height: 40px;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.articleNote__title {
  width: 200px;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  color: #306682;
}

.articleNote__text {
  width: 260px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.25rem;
  color: #35454D;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.articleNote__info {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 1rem;
}

.articleNote__infoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.articleNote__infoDate {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #CE004A;
  margin-bottom: 4px;
}

.articleNote__infoValue {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.articleNote__infoName {
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #35454D;
  width: 76px;
}

.articleNote__date {
  display: flex;
  justify-content: space-between;
  width: 13rem;
  margin-top: 6px;
}

.articleNote__date-title {
  color: #A2A2A2;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.articleNote__date-value {
  color: #35454D;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.premises {
  width: 23.75rem;
  height: 27.5rem;
  margin: 10px;
  background-color: white;
  box-sizing: border-box;
  padding: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.premises::after {
  display: block;
  content: " ";
  position: absolute;
  top: -22px;
  right: -26px;
  transform: rotate(32deg);
  width: 100px;
  height: 44px;
  background-color: #F6F6F6;
  clip-path: polygon(70% 0, 0% 100%, 100% 100%);
}

.premises__img {
  width: 21.25rem;
  height: 12.5rem;
  object-fit: cover;
  clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}

.premises__title {
  margin-top: 1.125rem;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.premises__types {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  padding-right: 7.5rem;
  padding-bottom: 14px;
  border-bottom: 1px solid #DDDDDD;
}

.premises__type {
  display: flex;
  flex-direction: column;
}

.premises__type-title {
  color: #A2A2A2;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
}

.premises__type-value {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
}

.premises__save {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
}

.premises__save-title {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
}

.premises__save-format {
  color: #CE004A;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  margin-right: 0.75rem;
}

.premises__save-size {
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  color: #A2A2A2;
  margin-right: 1.375rem;
}

.premises__save-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.75rem;
}

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

.premises__save-btn svg {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  transition: fill .3s;
}

.premises__save-btn svg path {
  transition: fill .3s;
}

.premises__save-btn svg line {
  transition: stroke .3s;
}

.premises__save-btn svg:hover {
  fill: url(#paint0_linear);
}

.premises__save-btn svg:hover path {
  fill: white;
}

.premises__save-btn svg:hover line {
  stroke: white;
}

.ask {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 1.875rem;
  box-sizing: border-box;
}

.ask.open svg {
  transform: rotate(180deg);
}

.ask.open .ask__block {
  border-top: 1px solid #DDDDDD;
  padding: 0.875rem 0px 1.75rem;
}

.ask__title {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  min-width: 300px;
  padding: 0.875rem 50% 2.25rem 0;
  position: relative;
}

.ask__title::after {
  position: absolute;
  bottom: 50%;
  right: 0px;
  content: url(../icons/circle.svg);
  transform: translate(0, 50%) rotate(90deg);
}

.ask__block {
  max-height: 0;
  transition: max-height .3s, padding .3s, border-top .3s;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.ask__text {
  padding-left: 0.875rem;
  width: 80%;
  min-width: 34rem;
  box-sizing: border-box;
}

.ask__list {
  padding-left: 2.125rem;
  list-style-type: disc;
}

.ask__button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
}

.ask svg {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  transform: rotate(90deg);
  transition: transform .3s;
}

.main-parallax {
  padding-top: 90px;
  perspective: 1px;
  max-height: calc(100vh);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.subHeader {
  height: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.subHeader__title {
  padding: 0 0 6.375rem 0;
  position: relative;
  z-index: 5;
  font-size: 2.3125rem;
  line-height: 3.75rem;
  color: white;
  width: 430px;
}

.subHeader__filter {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0050c8;
  opacity: 0.3;
  z-index: 3;
}

.subHeader .parallax__base {
  z-index: 3;
  transform: translateZ(0);
  font-size: 2.3125rem;
  position: absolute;
  top: -520px;
  right: 0;
  bottom: 0;
  left: 0;
}

.subHeader .parallax__back {
  z-index: 1;
  transform: translateZ(-1px) scale(2);
  background-image: url(../img/subHeader.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -520px;
  right: 0;
  bottom: 0;
  left: 0;
}

.sideMenu {
  background-color: white;
  padding: 64px 24px 0;
}

.sideMenu__box {
  position: sticky;
  top: 40px;
  padding-bottom: 4rem;
}

.sideMenu__link-block {
  width: 300px;
}

.sideMenu__link {
  width: 300px;
  color: #35454D;
  font-family: "Inter", sans-serif;
  padding: 10px 0px;
  font-size: 0.875rem;
}

.sideMenu__side {
  padding-left: 1.375rem;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s;
}

.sideMenu__button {
  padding: 10px 0px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
  cursor: pointer;
}

.sideMenu__button.open::after {
  transform: rotate(0deg);
}

.sideMenu__button::before,
.sideMenu__button::after {
  display: block;
  content: " ";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #2E3A59;
  top: 17px;
  right: 0px;
}

.sideMenu__button::after {
  transition: transform .3s;
  transform: rotate(90deg);
}

.sideMenu__btn {
  margin-top: 6.875rem;
  padding: 0 0.25rem;
}

.quest {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quest__radios {
  top: 0px;
  max-width: 784px;
  display: flex;
  justify-content: left;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 1.625rem;    
}
.quest__tab-label{
  padding-right: 1.125rem;
}
.quest__radio.active .quest__tab-label{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2.5rem;
}
.quest__radios-block-container{
  height: 45px;
  width: 32%;
  margin-top: 1.25rem;
  margin-left: 2%;
}
.quest__radios-block-container:nth-child(3n + 1){
  margin-left: 0;
}
.quest__radios-block {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s;
}
.quest__radios-block.open{
  z-index: 5!important;
}

.quest__radios-block.open .quest__radio.active::after {
  transform: rotate(180deg) translate(0, 50%);
}

.quest__tab-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.quest__radio {
  padding: 10px 0px 10px 20px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  transition: background-color .3s;
  color: #306682;
}

.quest__radio.active {
  order: -1;
}

.quest__radio.active::after {
  content: url(../icons/mine_arrow.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform .3s;
}

.quest__radio:hover {
  background-color: #E1E9ED;
}

.quest__dates {
  display: flex;
  justify-content: space-between;
  width: 40%;
  position: relative;
  min-width: 316px;
}

.quest__dates::before {
  display: block;
  content: " ";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: black;
  top: 50%;
  left: calc(50% - 20px);
  transform: translate(50%, -50%);
}

.quest__date-title {
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #35454D;
  margin-bottom: 8px;
}

.quest__date {
  border: 1px solid #DDDDDD;
  background-color: white;
  padding: 0.875rem;
  box-sizing: border-box;
  width: 130px;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quest__date input {
  font-family: "Inter", sans-serif;
  width: 100%;
  color: #306682;
}

.quest__button {
  height: 2.875rem;
  padding: 0px 6.4375rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  z-index: 15;
  background-color: #30668230;
}

.modal__box {
  padding: 2rem 3rem;
  box-sizing: border-box;
  position: relative;
  background-color: #F6F6F6;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
}

.modal-mail {
  display: none;
}

.modal-mail .error {
  border-color: red;
}

.modal-mail .error::after {
  border-color: red;
}

.modal-mail.active {
  display: flex;
}

.modal-mail .modal__box {
  min-height: 38.75rem;
  width: 36.25rem;
  box-shadow: #30668230 0 0 35px -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-mail__title {
  font-family: "Roboto Slab", serif;
  font-size: 1.8125rem;
  letter-spacing: -0.01em;
  text-align: center;
  font-weight: 400;
}

.modal-mail__text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  color: #35454D;
  max-width: 13.125rem;
  margin-bottom: 2rem;
  margin-top: 5px;
}

.modal-mail__list {
  width: 100%;
}

.modal-mail__form {
  width: 100%;
  max-width: 378px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-mail__ask {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
}

.modal-mail__ask label {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #A2A2A2;
}

.modal-mail__button {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  height: 2.875rem;
  padding: 0px 4.25rem;
  background-color: #306682;
  color: white;
  border-radius: 56px;
}

.modal-mail label {
  cursor: pointer;
  display: inline-block;
  width: 90%;
  height: 100%;
}

.modal-mail input:checked::after {
  background-color: #306682;
}

.modal-mail input:checked::before {
  z-index: 2;
  display: block;
}

.modal-mail input::after {
  cursor: pointer;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #6B91A5;
}

.modal-mail input::before {
  cursor: pointer;
  display: none;
  top: 3px;
  left: 3px;
  position: absolute;
  content: '';
  background: url(../icons/done.svg) center/contain no-repeat;
  width: 13px;
  height: 12px;
}

.modal-invest {
  display: none;
}

.modal-invest .error {
  border-color: red;
}

.modal-invest .error::after {
  border-color: red;
}

.modal-invest.active {
  display: flex;
}

.modal-invest .modal__box {
  min-height: 40.75rem;
  box-sizing: border-box;
  width: 36.25rem;
  box-shadow: #30668230 0 0 35px -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-invest__title {
  font-family: "Roboto Slab", serif;
  font-size: 1.8125rem;
  letter-spacing: -0.01em;
  text-align: center;
  font-weight: 400;
}

.modal-invest__text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  color: #35454D;
  max-width: 13.125rem;
  margin-bottom: 2rem;
  margin-top: 5px;
}

.modal-invest__list {
  width: 100%;
}

.modal-invest__form {
  width: 100%;
  max-width: 378px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-invest__ask {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
}

.modal-invest__ask label {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #A2A2A2;
}

.modal-invest__button {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  height: 2.875rem;
  padding: 0px 4.25rem;
  background-color: #306682;
  color: white;
  border-radius: 56px;
}

.modal-invest label {
  cursor: pointer;
  display: inline-block;
  width: 90%;
  height: 100%;
}

.modal-invest input:checked::after {
  background-color: #306682;
}

.modal-invest input:checked::before {
  z-index: 2;
  display: block;
}

.modal-invest input::after {
  cursor: pointer;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #6B91A5;
}

.modal-invest input::before {
  cursor: pointer;
  display: none;
  top: 3px;
  left: 3px;
  position: absolute;
  content: '';
  background: url(../icons/done.svg) center/contain no-repeat;
  width: 13px;
  height: 12px;
}

.trueForm {
  display: none;
}

.trueForm.active {
  display: flex;
}

.trueForm svg {
  margin-top: 3rem;
  width: 11.625rem;
  height: 11.625rem;
}

.trueForm .modal__box {
  height: 36.25rem;
  width: 36.25rem;
  box-shadow: #30668230 0 0 35px -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trueForm__title {
  margin-top: 2.25rem;
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 3.75rem;
  text-align: center;
}

.trueForm__text {
  margin-top: 2.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #A2A2A2;
}

.falseForm {
  display: none;
}

.falseForm.active {
  display: flex;
}

.falseForm .modal__box {
  height: 36.625rem;
  width: 46.5rem;
  box-shadow: #000 0 0 35px -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.falseForm__svg {
  margin-top: 1.75rem;
  width: 11.125rem;
  height: 11.125rem;
  margin-bottom: 1.75rem;
}

.falseForm__svg svg {
  width: 100%;
  height: 100%;
}

.falseForm__title {
  margin-bottom: 3.625rem;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: -0.02em;
  text-align: center;
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1550px) {
  html {
    font-size: 15.5px;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }

  .subHeader .parallax__base {
    top: -220px;
  }

  .subHeader .parallax__back {
    top: -220px;
  }
}

@media (max-width: 1450px) {
  html {
    font-size: 14.5px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1350px) {
  html {
    font-size: 13.5px;
  }

  .premises::after {
    top: -30px;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 12.5px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  .quest__dates {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }

  .header__title {
    margin-left: 1.875rem;
  }

  .header__menu-box {
    margin: 0 1.875rem;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .header__other-social{
    margin-right: unset;
  }
  .header__other {
    flex-direction: row;
    position: static;
    width: 45%;
    border-left: none;
    height: auto;
    padding-top: 0;
    margin-left: auto;
    margin-top: 80px;
  }

  .header__column {
    width: 45%;
}

  .header__other-links {
    margin-top: 0;
    padding-left: 0;
    margin-right: 20px;
  }

  .header__other-socials {
    padding-left: 0;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-bottom: 4.5rem;
  }

  .nav {
    display: none;
  }

  .premises::after {
    top: -22px;
  }

  .subHeader {
    background-image: url(../img/subHeader.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .subHeader .parallax__back {
    background-image: none;
  }

  .sideMenu {
    display: none;
  }

  .quest__dates {
    width: 40%;
  }
  .header__linkBtnChild {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header {
    width: 100%;
  }

  .header__logo {
    width: 256px;
  }

  .header__phone {
    margin-right: 1rem;
  }
  .header__menu-box{
    margin-left: 0;
  }
  .header__language {
    display: flex;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
  }

  .header__linkBtnChild {
  }

  .ask__title {
    padding: 0.875rem 34% 2.25rem 0;
  }

  .ask__text {
    padding: 0;
    width: 100%;
    min-width: 0;
  }

  .quest {
    flex-direction: column;
  }

  .quest__radios {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .quest__radios-block {
    width: 100%;
    margin-bottom: 14px;
  }
  .quest__radios-block-container{
    width: 100%;
    margin-left: 0;
  }

  .quest__dates {
    width: 100%;
    margin-bottom: 1.375rem;
  }

  .modal-mail .modal__box {
    height: 100vh;
    width: 100vw;
  }

  .modal-invest .modal__box {
    height: 100vh;
    width: 100vw;
  }
}

@media (max-width: 560px) {
  .header__phone {
    display: none;
  }

  .header__language {
    display: none;
  }

  .header__search {
    display: none;
  }
  .header__other{
    width: 100%;
  }
  .header__title {
    display: none;
  }

  .header__options-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }

  .header__options-mobile .header__options-mobileBox {
    display: flex;
  }

  .header__options-mobile .header__language {
    display: flex;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    padding: 0px;
  }

  .header__options-mobile .header__phone {
    display: flex;
  }

  .header__options-mobile .header__search {
    display: flex;
  }

  .header__menu-box {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .header__column {
    width: 100%;
  }

  .header__other {
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .header__other-links {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .header__other-link:last-child {
    margin-bottom: 1.5rem;
  }

  .header__other-link:first-child {
    margin-bottom: 0;
  }

  .header__other-socials {
    display: none;
  }

  .header__linkBtnChild {
    width: 100%;
  }

  .header__linkBtnChild::before,
  .header__linkBtnChild::after {
    top: 17px;
    right: 48px;
    background-color: #6B91A580;
  }

  .header__linkBtn {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 8px 0;
    margin-bottom: 8px;
  }

  .header__linkBtn.active::after {
    transform: rotate(0deg);
  }

  .header__linkBtn::before,
  .header__linkBtn::after {
    display: block;
    content: " ";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #6B91A5;
    top: 10px;
    right: 0px;
  }

  .header__linkBtn::after {
    transition: transform .3s;
    transform: rotate(90deg);
  }

  .header__linkList.linkParents {
    max-height: 0;
    margin-bottom: 8px;
  }

  .footer__socialLink svg {
    width: 2.125rem;
    height: 2.125rem;
  }

  .footer__button {
    margin-top: 2.5rem;
    position: static;
  }

  .entry {
    width: 92%;
    min-width: 14.75rem;
    height: 12.5rem;
  }

  .article {
    width: 92%;
    min-width: 14.75rem;
    height: 25rem;
    border: 1px solid #306682;
    padding: 1.25rem 0.875rem;
  }

  .article::before {
    display: none;
  }

  .article__title {
    margin-bottom: 1.125rem;
    width: 100%;
  }

  .article__text {
    width: 100%;
  }

  .article__infoName {
    width: 76px;
  }

  .article__date {
    width: 100%;
  }

  .articleNote {
    width: 92%;
    min-width: 14.75rem;
    height: 25rem;
    border: 1px solid #306682;
    padding: 1.25rem 0.875rem;
  }

  .articleNote::before {
    display: none;
  }

  .articleNote__title {
    margin-bottom: 1.125rem;
    width: 100%;
  }

  .articleNote__text {
    width: 100%;
  }

  .articleNote__infoName {
    width: 76px;
  }

  .articleNote__date {
    width: 100%;
  }

  .premises {
    border: 1px solid #306682;
    width: 92%;
    min-width: 14.75rem;
    height: 27.5rem;
    padding: 1.25rem 0.875rem;
  }

  .premises::after {
    display: none;
  }

  .premises__img {
    clip-path: none;
    width: 100%;
    object-fit: cover;
    height: 10rem;
  }

  .premises__title {
    font-size: 1.25rem;
  }

  .premises__types {
    padding-right: 0;
  }

  .premises__save {
    flex-wrap: wrap;
  }

  .premises__save-file {
    width: 100%;
    margin-right: 0;
    justify-content: flex-end;
    margin-top: 0.25rem;
  }

  .ask {
    padding: 0 1rem;
  }

  .ask__title {
    min-width: 0;
    padding: 0.875rem 10% 2.25rem 0;
    width: 90%;
  }

  .ask__list {
    padding-left: 1rem;
  }

  .quest {
    width: 100%;
    align-items: center;
  }

  .quest__dates {
    width: 100%;
    min-width: 0;
  }

  .quest__date {
    width: 120px;
    padding: .875rem 8px;
  }

  .quest__button {
    padding: 0;
    width: 100%;
  }

  .modal-mail .modal__box {
    padding: 2rem 1rem;
  }

  .modal-mail__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
  }

  .modal-mail__text {
    width: 70%;
  }

  .modal-mail__form {
    width: 90%;
  }

  .modal-mail__ask {
    margin-left: 20px;
  }

  .modal-invest .modal__box {
    padding: 2rem 1rem;
  }

  .modal-invest__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
  }

  .modal-invest__text {
    width: 70%;
  }

  .modal-invest__form {
    width: 90%;
  }

  .modal-invest__ask {
    margin-left: 20px;
  }

  .trueForm .modal__box {
    padding: 2rem 1rem;
    height: 25rem;
    width: 100vw;
  }

  .trueForm__title {
    margin-bottom: 2rem;
    font-size: 28px;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
  }

  .falseForm .modal__box {
    padding: 2rem 1rem;
    height: 25rem;
    width: 100vw;
  }

  .falseForm__svg {
    margin-top: 1.375rem;
    width: 5.875rem;
    height: 5.875rem;
  }

  .falseForm__title {
    margin-bottom: 2rem;
    font-size: 28px;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
  }
}