@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap");

.burger {
  display: none;
}

.burger-lines {
  display: none;
}

.header {
  padding-top: 20px;
  box-shadow: 0px 4px 45px rgba(138, 138, 138, 0.1);
  padding: 14px 0;
  width: 100%;
}

@media (max-width: 460px) {
  .burger-lines {
    display: block;
  }

  .header__nav {
    opacity: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header__item {
    margin-top: 20px;
  }

  .header__item:not(:last-child) {
    padding-top: 20px;
  }

  body .btnAcc {
    max-width: 250px;
  }

  body .header__nav {
    align-items: flex-start;
  }

  body input+label {
    position: absolute;
    right: 40px;
    height: 30px;
    width: 30px;
    z-index: 5;
  }

  body input+label span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: black;
    transition: 0.5s;
  }

  body input+label span:first-child {
    top: 0px;
  }

  body input+label span:last-child {
    top: 30px;
  }

  body label:hover {
    cursor: pointer;
  }

  body input:checked+label {
    position: fixed;
  }

  body input:checked+label span {
    opacity: 0;
    top: 50%;
  }

  body input:checked+label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
  }

  body input:checked+label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
  }

  body input~nav {
    background: white;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    transition: 0.5s;
    transition-delay: 0.5s;
    overflow: hidden;
  }

  body input~nav>ul {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 20%;
    right: 20%;
  }

  body input~nav>ul>li {
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0s;
  }

  body input~nav>ul>li>a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    font-family: sans-serif;
    display: block;
    padding: 30px;
  }

  body input:checked~nav {
    margin-left: 10px;
    opacity: 1;
    height: calc(100% + 100px);
    transition-delay: 0s;
  }

  body input:checked~nav div {
    opacity: 1;
    transition-delay: 0.1s;
  }
}

.header {
  margin-bottom: 20px;
  position: relative;
}

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

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

.header__item:not(:last-child) {
  margin-right: 1.5vw;
}

.header__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: var(--gray-color);
}

.header__text span {
  margin-left: 14px;
  color: var(--black-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}

.header__lk {
  position: relative;
}

.header__notification {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #F18266 0%, #D82C25 100%);
  top: -5px;
  right: 10px;
}

@media (max-width: 1099px) {
  .header__nav {
    display: grid;
    grid-template-areas:
      "contacts"
      "buttons";
    justify-items: center;
    align-items: center;
    /* width: 100vw; */
    padding: 20px 0;
  }

  .header__social.header__item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .header__social.header__item {
    font-size: clamp(12px, 1vw, 18px);
  }

  .header__nav .header__social {
    margin: 0;
    text-align: right;
  }

  .header__nav .header__item {
    width: 100%;
  }

  .header__item {
    margin: 0;
  }
}

@media (max-width: 478px) {
  .header__container {
    display: flex;
  }

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

  .header__nav {
    margin-top: var(--small-offset);
  }
}

.footer {
  height: 125px;
  border-top: 1px solid #DFDFDF;
}

.footer__container {
  height: 100%;
}

.footer__items {
  display: flex;
  justify-content: space-between;
}

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

.footer__contacts {
  display: flex;
}

.footer__contacts img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer__contacts-text {
  display: flex;
  flex-direction: column;
  width: 225px;
}

.footer__nav ul {
  display: flex;
}

.footer__nav ul li {
  margin-right: 20px;
}

.footer__number {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #000000;
}

.footer__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.footer__mail {
  font-size: 20px;
  line-height: 29px;
  color: #000000;
}

.footer__privace-policy {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 10px; */
  padding: 20px 0;
}

.footer__privace-policy p,
.footer__privace-policy a {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #8A8A8A;
}

.footer__privace-policy a:hover {
  border-bottom: 1px solid #8A8A8A;
}

.footer__nav ul {
  align-items: center;
}

@media (max-width: 1200px) {
  .footer__items {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .footer__privace-policy {
    margin-top: 20px;
  }
}

@media (max-width: 825px) {
  .footer__nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .footer__nav ul li {
    margin-top: 0;
  }

  .footer__link {
    text-align: center;
  }

  .footer__item {
    margin-top: 25px;
  }
}

@media (max-width: 800px) {
  .footer__items {
    align-items: center;
  }
}

@media (max-width: 478px) {
  .footer__btn {
    display: none;
  }

  .footer__nav {
    display: none;
  }

  .footer__items {
    flex-direction: column;
  }
}

@media (max-width: 378px) {
  .footer__privace-policy a {
    border: none;
  }
}

* {
  box-sizing: border-box;
}

.container-wrap {
  max-width: 1550px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  font-family: "Jost", sans-serif;
  --white-color: #F9F9F9;
  --green-color: #01A856;
  --gray-color: #696969;
  --black-color: #000;
  --red-color: rgba(228, 66, 51, 1);
  --title-black-color: #242424;
  --text-black-color: #404040;
  --blue-color: #5DACDF;
  --turquoise-color: #F1FAFF;
  --tiny-offset: 20px;
  --small-offset: 30px;
  --middle-offset: 40px;
  --big-offset: 80px;
}

.btnAcc {
  display: flex;
  max-width: 260px;
  width: 15vw;
  /* width: 250px; */
  height: 50px;
  border: 1px solid var(--green-color);
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}

.btnAcc__text {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--green-color);
}

.btnAcc--logined {
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
}

.btnAcc--logined p {
  color: white;
}


.page__current {
  color: var(--page-nav-color);
  line-height: 140%;
}

.defaultTitle {
  margin: var(--small-offset) 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.defautTitle--text {
  color: var(--title-black-color);
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
}

.defautTitle--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 45px;
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
  border-radius: 40px;
  display: flex;
  height: 52px;
  width: 250px;
  min-width: 250px;
}

.defautTitle--btn p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-right: 12px;
}

body input:checked~nav {
  z-index: 400;
}

.burger-lines {
  z-index: 2000;
}

.open {
  z-index: 500;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

* {
  font-family: "Jost", sans-serif;
}

.hero {
  background-image: url("./../img/page1/hero/heroBG.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 602px;
  padding: 30px 0;
}

.hero__container {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.hero__intro {
  max-width: 45%;
}

.hero__intro-contacts {
  max-width: 80%;
}

.hero__intro span {
  font-size: 34px;
  line-height: 120%;
  color: var(--title-black-color);
}

.hero__intro .hero__title {
  font-weight: 600;
  font-size: 65px;
  line-height: 120%;
  margin-bottom: var(--tiny-offset);
}

.hero__intro .hero__text {
  color: var(--text-black-color);
  line-height: 1.3em;
}

.hero__intro .hero__btns {
  display: flex;
  margin-top: var(--middle-offset);
}

.hero__intro .hero__btns .hero__btn {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--green-color);
  border-radius: 40px;
  color: var(--green-color);
  padding: 14px var(--middle-offset);
}

.hero__intro .hero__btns .hero__btn:not(:last-child) {
  margin-right: 10px;
}

.hero__btn-left img {
  max-width: 13px;
  max-height: 13px;
  margin-left: 10px;
}

.hero__btn-right img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

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

.hero__form {
  background: var(--white-color);
  box-shadow: 0px 4px 100px rgba(78, 78, 78, 0.05);
  border-radius: 20px;
  max-width: 454px;
}

.hero__form-wrapper {
  padding: 50px;
  display: flex;
  flex-direction: column;
  max-width: 454px;
}

.hero__form-wrapper .hero__input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  height: 50px;

  font-size: 22px;
}

.hero__form-wrapper .hero__input::-moz-placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #ADADAD;
}

.hero__form-wrapper .hero__input::placeholder {
  font-size: 14px;
  line-height: 140%;
  color: #ADADAD;
}

.hero__form-wrapper h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  color: var(--text-black-color);
}

.hero__agreement {
  display: flex;
  margin-top: 20px;
}

.hero__agreement-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #8D8D8D;
  margin-left: 12px;
}

.hero__agreement-text a {
  color: #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
}

.hero__form-btn {
  height: 50px;
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
  border: none;
  border-radius: 40px;
  margin-top: var(--tiny-offset);
}

.hero__form-btn span {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

.hero__contacts {
  display: flex;
}

.hero__contacts .hero__input-wrapper:not(:last-child) {
  margin-right: 10px;
}

.hero__input-wrapper {
  position: relative;
  margin-top: var(--tiny-offset);
}

.hero__input-wrapper input {
  padding: 0 40px;
}

.hero__input-wrapper img {
  position: absolute;
  left: 10px;
  height: 25px;
  top: 12.5px;
  width: 25px;
}

.hero__checkbox[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: var(--red-color);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.hero__checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background: var(--red-color);
}

.hero__checkbox:checked::before {
  transform: scale(1);
}

.about {
  margin-top: var(--big-offset);
}

.about__container {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 12%;
}

.about__item {
  display: flex;
  position: relative;
  padding: 0 5px;
}

.about__item::before {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--red-color);
}

.about__title {
  max-width: 270px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #474747;
}

.news {
  margin-top: var(--big-offset);
}

.news__title {
  margin-bottom: var(--middle-offset);
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  color: #242424;
}

.news__title-btn {
  padding: 16px 45px;
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.news__title-btn p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-right: 12px;
}

.news__text {
  max-width: 336px;
  margin-left: 10px;
}

.news__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: var(--white-color);
  border-radius: 20px;
  padding-bottom: var(--middle-offset);
}

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

.news__item-wrapper {
  max-width: 355px;
  margin-top: var(--middle-offset);
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-left: 20px;
  position: relative;
}

.news__item-wrapper:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 120px rgba(0, 0, 0, 0.05);
  border-radius: 35px;
}

.news__item-wrapper:hover .news__link {
  display: flex;
}

.news__item-wrapper:hover svg path {
  fill: var(--green-color);
}

.news__item-wrapper:hover .news__inscription {
  color: var(--text-black-color);
  font-weight: 500;
  line-height: 140%;
}

.news__item-wrapper:hover span {
  color: var(--green-color);
}

.news__link {
  position: absolute;
  left: calc(50% - 64px);
  top: calc(50% - 64px);
  display: flex;
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  padding: 9px 21px;
  align-items: center;
  display: none;
}

.news__link p {
  color: var(--red-color);
  margin-right: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.news__img {
  border-radius: 35px;
}

.news__date {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.news__date svg {
  margin-right: 5px;
}

.news__date svg path {
  fill: #D9D9D9;
}

.news__date span {
  font-size: 14px;
  line-height: 140%;
  color: #B4B4B4;
}

.news__inscription {
  padding-bottom: 40px;
  margin-top: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-black-color);
}

.map {
  background-image: url("./../img/page1/map/map.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  margin-top: var(--big-offset);
}

.map__container {
  height: 100%;
}

.map__wrapper {
  margin-left: 100px;
  display: flex;
  flex-direction: column;
}

.map__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  color: #FFFFFF;
  padding-top: 100px;
}

.map__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 658px;
}

.map__btn {
  background: white;
  padding: 12px 50px;
  border-radius: 40px;
  margin-top: 40px;
  max-width: 264px;
  display: flex;
  align-items: center;
}

.map__btn span {
  margin-right: 13px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--green-color);
}

@media (max-width: 1556px) {
  .news__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1264px) {
  .hero {
    height: 100%;
  }

  .hero__intro {
    max-width: 550px;
  }

  .hero__container {
    justify-content: space-between;
    align-items: center;
  }

  .hero__intro {
    padding-top: var(--middle-offset);
    width: 100%;
  }

  .hero__form {
    margin-top: 10px;
  }

  .about__container {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .about__item:last-child {
    margin-top: var(--small-offset);
  }

  .map__wrapper {
    margin-left: 50px;
  }

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

@media (max-width: 1200px) {
  .news__items {
    grid-template-columns: 1fr 1fr;
  }

  .news__item-wrapper {
    width: 95%;
    max-width: 800px;
  }

  .news__img {
    width: 100%;
  }
}

@media (max-width: 1099px) {
  .map__wrapper {
    margin-left: 10px;
    max-width: 550px;
  }
}

@media (max-width: 1023px) {
  .hero__container {
    display: flex;
    flex-direction: column;
  }

  .hero__intro {
    max-width: 650px;
    margin-bottom: 20px;
  }
}

@media (max-width: 825px) {
  .about__item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 446px;
  }

  .map__title {
    font-size: 30px;
    padding-top: 50px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .map__wrapper {
    max-width: 400px;
  }
}

@media (max-width: 800px) {
  .news__items {
    grid-template-columns: 1fr 1fr;
  }

  .about__container {
    justify-content: center;
  }
}

@media (max-width: 675px) {
  .hero__btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__btns .hero__btn:last-child {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .news__title-btn {
    width: 270px;
  }

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

  .map__wrapper {
    max-width: 300px;
  }

  .map__title {
    margin-top: 0;
  }

  .hero__title {
    display: flex;
    font-size: 50px !important;
  }

  .map__btn span {
    font-size: 14px;
  }

  .news__item-wrapper {
    margin-left: 0;
  }

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

  .news__item-wrapper {
    max-width: 800px;
    align-items: none;
  }

  .news__text {
    max-width: 800px;
  }

  .news__img {
    width: 100%;
  }

  .news__date span {
    font-size: 20px;
  }

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

@media (max-width: 478px) {
  .hero__contacts {
    flex-direction: column;
  }

  .hero__input-wrapper {
    width: 100%;
  }

  .hero__form-wrapper {
    padding: 0;
    margin: 20px;
  }

  .news__link {
    top: 80px;
  }
}

@media (max-width: 378px) {
  .news__items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about__title {
    font-size: 16px;
  }

  .map__wrapper {
    max-width: 250px;
  }

  .map__text {
    font-size: 13px;
  }

  .news__link {
    top: 80px;
  }
}

.page__current {
  color: var(--text-black-color);
  line-height: 140%;
}

.main {
  margin-top: var(--tiny-offset);
}

.main__items {
  display: flex;
  /* justify-content: space-between; */
  gap: 22px
}

.main__item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: var(--tiny-offset);
  height: 400px;

  flex: 1 1 calc(100% / 2 - 22px / 3 * 2);
  max-width: calc(100% / 2 - 22px / 3 * 2);
}

.main__item:last-child {
  flex: 0 1 calc(100% / 4 - 22px / 3 * 2);
  max-width: calc(100% / 4 - 22px / 3 * 2);
}

.main__item--profile {
  background: var(--white-color);
}

.main__item--local {
  background: var(--turquoise-color);
}

.main__title {
  display: flex;
  justify-content: space-between;
}

.main__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #F3997B 0%, #F08165 14%, #E94A31 50%, #D92F26 75%, #CA181D 100%);
  border-radius: 100%;
  color: white;
  width: 30px;
  height: 30px;
}

.main__title-wrapper {
  display: flex;
  margin-bottom: var(--small-offset);
}

.main__title-wrapper img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.main__title-wrapper h3 {
  font-weight: 500;
  font-size: 24px;
  color: var(--title-black-color);
}

.main__text {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
}

.main__text strong {
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
}

.main__btns {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 240px;
  height: 50px;
  cursor: pointer;
}

.main__btn .main__btn--title {
  font-weight: 500;
  font-size: 16px;
}

.main__btn--blue {
  background: linear-gradient(124.36deg, #7FBFE6 5.05%, #0097D7 116.28%);
  margin-right: 20px;
}

.main__btn--blue .main__btn--title {
  color: white;
}

.main__btn--white {
  border: 1px solid var(--blue-color);
}

.main__btn--white .main__btn--title {
  color: var(--blue-color);
}

.main__btn--green {
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
  width: 100%;
}

.main__btn--green .main__btn--title {
  color: white;
}

.main__btn--img {
  width: 22px;
  height: 22px;
  margin-right: 14px;
}

.main__person {
  display: flex;
  align-items: center;
  margin-bottom: var(--tiny-offset);
}

.main__name {
  color: #474747;
  font-size: 22px;
  margin-right: var(--tiny-offset);
}

.main__person--img {
  border-radius: 20px;
}

.main__contacts .main__contact:not(:last-child) {
  margin-bottom: 5px;
}

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

.main__contact--img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.main__link {
  color: #474747;
  font-weight: 500;
  font-size: 18px;
}

.main__phone {
  margin-left: 3px;
  font-weight: 400;
  line-height: 140%;
  font-size: 20px;
  color: var(--blue-color);
}

.main__email {
  font-weight: 300;
  font-size: 20px;
  margin-left: 3px;
  color: #474747;
}

.main__item--notifications {
  border: 1px solid #F3F3F3;
  position: relative;
  /* max-width: 375px; */
  padding: 0;
}

.main__item--notifications .main__title {
  margin-bottom: 0;
  padding: 30px;
  height: 78px;
  background: #F1FAFF;
  border-radius: 20px 20px 0 0;
}

.main__update {
  background: rgba(228, 137, 123, 0.1);
}

.main__msg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 78px;
  padding: 20px 30px;
  cursor: pointer;
}

.main__notification {
  border-bottom: 1px solid #F3F3F3;
}

.main__messages--title {
  font-weight: 500;
  font-size: 16px;
  color: #A8A8A8;
}

.main__messages--text {
  font-weight: 300;
  font-size: 16px;
  color: #A8A8A8;
}

.main__messages {
  max-height: 248px;
}

.events {
  margin-top: var(--big-offset);
}

.events__container {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}

.events__title {
  color: var(--title-black-color);
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
}

.events__subtitle {
  margin-top: var(--tiny-offset);
  font-size: 18px;
  line-height: 26px;
  color: var(--text-black-color);
}

.events__types {
  margin-top: var(--tiny-offset);
}

.events__choose {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #F1FAFF;
  border-radius: 30px 30px 0 0;
}

.events__choose--item {
  padding: 18px 76px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #474747;
  cursor: pointer;
}

.events__choose--active {
  background: white;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  color: var(--blue-color);
  margin: 0 6px;
}

.events__content {
  display: flex;
  padding: var(--small-offset);
  background: var(--white-color);
  border-radius: 0 0 35px 35px;
  overflow: auto;
}

.events__content--item {
  display: flex;
  align-items: center;
  /* margin-right: var(--tiny-offset); */
  margin-right: 44px;
  cursor: pointer;
}

.events__content--img {
  margin-right: 15px;
}

.events__content--text {
  font-weight: 300;
  font-size: 18px;
  color: #404040;
}

.events__content--item._active .events__content--text {
  font-weight: 700;
}


.googleMap {
  margin-top: var(--small-offset);
}

.board {
  display: flex;
  flex-direction: column;
  /* margin-top: var(--middle-offset); */
  margin-top: var(--big-offset);
  flex: 0 1 50%;
}

.board__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  color: var(--title-black-color);
  margin-bottom: var(--tiny-offset);
}

.board__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  gap: 20px;
  max-width: 760px;
  max-height: 421px;
  background: var(--white-color);
  border-radius: 20px;
  height: 100%;
}

.board__item {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  max-height: 180px;
  background: white;
  padding: 20px;
  border-radius: 20px;
}

.board__item--date span {
  margin-left: 10px;
  color: var(--blue-color);
}

.board__item--text {
  margin-top: 10px;
  font-weight: 300;
  color: var(--text-black-color);
}

.board__btn {
  width: 150px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--tiny-offset);
  cursor: pointer;
}

.board__btn span {
  color: var(--blue-color);
  font-weight: 500;
  font-size: 12px;
}

.board__item--link {
  background: #F1FAFF;
  display: flex;
  justify-content: center;
}

.board__btn--blue {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-color);
  border-radius: 40px;
  height: 50px;
}

.board__btn--blue span {
  color: var(--turquoise-color);
  font-weight: 500;
  line-height: 23px;
  margin-left: 8px;
}

.boards__wrapper {
  display: flex;
  justify-content: space-between;
}

.swiper {
  width: 100%;
}

.carousel {
  margin-top: var(--middle-offset);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.carousel__container {
  /* background: var(--white-color); */
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  width: calc(100vw - 10px);
}



.news-context {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  justify-items: center;
  align-items: center;
  align-items: stretch;
}

.defaultTitle {
  margin: var(--small-offset) 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.defautTitle--text {
  color: var(--title-black-color);
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
}

.defautTitle--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 45px;
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
  border-radius: 40px;
  display: flex;
  height: 52px;
  width: 250px;
  min-width: 250px;
}

.defautTitle--btn p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-right: 12px;
}

.carousel__item-wrapper {
  max-width: 355px;
  margin-top: var(--middle-offset);
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}

.news-project-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.organizer-img {
  display: block;
  background-image: url("./../img/page1/hero/organizerSU.png");
  z-index: 0;
  width: 50vw;
  height: 50vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 0;
}

.organizer-img.about {
  display: block;
  background-image: url("./../img/page1/hero/organizerSU.png");
  z-index: 0;
  width: 80vw;
  height: 80vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15vh;
  margin-left: 3vw;
}

.news-item {
  width: 90%;
  margin-top: var(--middle-offset);
  display: flex;
  flex-direction: column;
  align-items: left;
  position: relative;
  cursor: pointer;
}

/*  */
.news-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2vh 5vw;
  width: 100%;
  box-sizing: border-box;
}

.news-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30vw;
  max-width: 90vw;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/*  */
/* 
.news-search {
  position: fixed;
  top: 9vh;
  right: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 400px;
  max-width: 90vw;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
} */


.news-search:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.news-search-input {
  flex: 1;
  padding: 12px 18px;
  border: none;
  outline: none;
  font-size: 1vw;
  color: #333;
}

.news-search-input::placeholder {
  color: #aaa;
}



.carousel__item-wrapper:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 120px rgba(0, 0, 0, 0.05);
  border-radius: 35px;
}

.carousel__item-wrapper:hover .carousel__link {
  display: flex;
  cursor: pointer;
}

.carousel__item-wrapper:hover svg path {
  fill: var(--green-color);
}

.carousel__item-wrapper:hover .carousel__inscription {
  color: var(--text-black-color);
  font-weight: 500;
  line-height: 140%;
}

.carousel__item-wrapper:hover span {
  color: var(--green-color);
}

.carousel__link {
  position: absolute;
  left: calc(50% - 64px);
  top: calc(50% - 90px);
  display: flex;
  background: #FFFFFF;
  border-radius: 40px;
  border: none;
  padding: 9px 21px;
  align-items: center;
  display: none;
}

.carousel__link p {
  color: var(--red-color);
  margin-right: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.carousel__img-container {
  width: 100%;
  /* height: 13vw; */
  height: 220px;
  border-radius: 35px 35px 0 0;
  overflow: hidden;
  background: #F1FAFF;
}

.news__img-container {
  width: 100%;
  /* height: 13vw; */
  height: 45vh;
  border-radius: 35px 35px 0 0;
  overflow: hidden;
  background: #F1FAFF;
}

.carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.news_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel__date {
  color: var(--black-color);
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.carousel__date svg {
  margin-right: 5px;
  margin-left: 10px;
}

.carousel__date svg path {
  fill: #D9D9D9;
}

.carousel__date span {
  font-size: 14px;
  line-height: 140%;
  color: #B4B4B4;
}

.carousel__inscription {
  padding-bottom: 40px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-color);
  margin-left: 10px;
}

.carousel__btn {
  background: var(--blue-color);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 225px;
}

.carousel__btn p {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: white;
}

.quiz__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-color);
  border-radius: 40px;
  height: 50px;
  width: 284px;
}

.quiz__btn span {
  color: var(--turquoise-color);
  font-weight: 500;
  line-height: 23px;
  margin-left: 8px;
}

.quiz__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.quiz--secondary {
  max-width: 500px;
}

.quiz--secondary .quiz__secondary--item:last-child:not(:nth-child(n+1)) {
  margin-top: var(--tiny-offset);
}

.quiz__question--second {
  font-weight: 300;
  color: #474747;
}

.quiz--main {
  width: 1000px;
  background: #F1FAFF;
  border-radius: 20px;
  padding: var(--small-offset);
  position: relative;
  flex: 1 1;
}

.quiz__info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(93, 172, 223);
  padding-bottom: var(--small-offset);
}

.quiz__type {
  display: flex;
}

.quiz__data {
  display: flex;
}

.quiz__data--date {
  display: flex;
}

.quiz__data--date img {
  margin-right: 10px;
  width: 21px;
  height: 21px;
}

.quiz__question--second {
  margin-top: 15px;
}

.quiz__secondary--btn {
  margin-top: 15px;
}

.quiz__data--profile {
  display: flex;
  margin-left: 45px;
}

.quiz__data--profile img {
  margin-right: 10px;
  width: 21px;
  height: 21px;
}

.quiz__name {
  font-weight: 500;
  font-size: 18px;
  color: #474747;
  border-right: 1px solid var(--blue-color);
  padding-right: var(--small-offset);
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz__hashtag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CCF4DE;
  border-radius: 40px;
  margin-left: 20px;
}

.quiz__hashtag span {
  padding: 5px var(--small-offset);
  color: #01A856;
  font-weight: 500;
}

.quiz__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 70%;
}

.quiz__question {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-black-color);
  max-width: 825px;
  margin-top: var(--tiny-offset);
  z-index: 5;
  position: relative;
}

.quiz__answer {
  margin-top: var(--tiny-offset);
}

.quiz__secondary--btn {
  width: 150px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue-color);
  border-radius: 20px;
  cursor: pointer;
}

.quiz__secondary--btn p {
  font-weight: 500;
  font-size: 12px;
  color: var(--blue-color);
}

.quiz--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  width: 220px;
  height: 50px;
  border-radius: 40px;
  background: var(--blue-color);
  cursor: pointer;
}

.quiz--btn p {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}

.quiz__info--secondary {
  background: #F1FAFF;
  padding: 15px var(--small-offset);
  border-radius: 20px 20px 0 0;
}

.quiz__text--secondary {
  padding: 15px var(--small-offset);
  border-radius: 0 0 20px 20px;
}

.quiz__secondary--item {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  flex: 0 1 50%;
}

.radio--active {
  font-weight: 600;
  font-size: 16px;
  color: var(--blue-color);
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: var(--tiny-offset);
  cursor: pointer;
  font-size: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #F1FAFF;
  border: 1px solid var(--blue-color);
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: var(--blue-color);
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #CAECFF;
}

.control input:disabled~.control__indicator {
  background: gray;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked~.control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: green;
}

.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--blue-color);
}

.control--radio input:disabled~.control__indicator:after {
  background: var(--blue-color);
}

.control__indicator:after .control input:checked p {
  color: green;
}

.events {
  margin-top: var(--big-offset);
}

.event__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  height: 180px;
  background: white;
  padding: 20px;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.04));
}

.events__items {
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
}

.event__item--date span {
  margin-left: 10px;
  color: var(--blue-color);
}

.event__item--text {
  margin-top: 10px;
  font-weight: 300;
  color: var(--text-black-color);
}

.event__btn {
  width: 150px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--tiny-offset);
  cursor: pointer;
}

.event__btn span {
  color: var(--blue-color);
  font-weight: 500;
  font-size: 12px;
}

.event__link {
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.event__link--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-color);
  border-radius: 40px;
  height: 50px;
  padding: 0 var(--small-offset);
}

.event__link--btn span {
  color: var(--turquoise-color);
  font-weight: 500;
  line-height: 23px;
  margin-left: 8px;
}

.organizations__container {
  display: flex;
  justify-content: space-between;
}

.organizations {
  margin-top: var(--big-offset);
}

.organizations__type--active {
  background: #F1FAFF;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: var(--title-black-color);
}

.simplebar-content>.organizations__type--item:first-child.organizations__type--active {
  border-radius: var(--small-offset) var(--small-offset) 0 0;
}

.organizations__type--item {
  width: 375px;
  height: 78px;
  display: flex;
  align-items: center;
  padding: var(--small-offset);
  cursor: pointer;
}

.organizations__type--item img {
  margin-right: var(--small-offset);
}

.organizations__type--item strong {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: var(--text-black-color);
}

.organizations__list {
  /* max-height: 297px; */
  max-height: 469px;
}

.organizations__type {
  max-width: 375px;
}

.organizations__list {
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.04));
  background: #fff;
}

.organizations__name {
  margin-left: var(--tiny-offset);
  width: 100%;
  min-width: 0px;
}

.organizations__name--item {
  display: flex;
  flex-direction: column;
  display: flex;
  padding: var(--small-offset);
}

.organizations__name--item img {
  margin-right: var(--small-offset);
}

.organizations__list .organizations__name--item {
  position: relative;
  cursor: pointer;
}

.organizations__list .organizations__name--item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 95%;
  background: #F3F3F3;
}

.organizations__name--title {
  display: flex;
  font-size: 18px;
  line-height: 160%;
  color: #474747;
}

.organizations__name--adress {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.organizations__name--adress img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.organizations__name--adress p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #474747;
}

.organizations__name--phone {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.organizations__name--phone img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.organizations__name--phone p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: var(--blue-color);
  border-bottom: 1px solid var(--blue-color);
}

.organizations__name--active {
  background: #F1FAFF;
  border-radius: var(--small-offset) var(--small-offset) 0 0;
}

.organizations__name--active strong {
  font-weight: 500;
  font-size: 20px;
  color: var(--title-black-color);
}

.footer {
  height: 125px;
  border-top: 1px solid #DFDFDF;
  margin-top: 60px;
}

.footer__container {
  height: 100%;
}

.footer__items {
  display: flex;
  justify-content: space-between;
}

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

.footer__contacts {
  display: flex;
}

.footer__contacts img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer__contacts-text {
  display: flex;
  flex-direction: column;
  width: 225px;
}

.footer__nav ul {
  display: flex;
}

.footer__nav ul li {
  margin-right: 20px;
}

.footer__number {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #000000;
}

.footer__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.footer__mail {
  font-size: 20px;
  line-height: 29px;
  color: #000000;
}

.footer__privace-policy {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.footer__privace-policy p,
.footer__privace-policy a {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #8A8A8A;
}

.footer__privace-policy a {
  border-bottom: 1px solid #8A8A8A;
  max-width: 352px;
}

.main__notification {
  padding: 0;
  margin: 0 30px;
}

.googleMap {
  max-width: 3000px;
  margin: 0 auto;
}

.googleMap img {
  width: 100%;
}

@media (max-width: 1540px) {
  .boards__wrapper {
    flex-wrap: wrap;
  }

  .board {
    width: 100%;
  }

  .board__items {
    max-width: none;
  }

  .board__item {
    max-width: none;
  }

  .quiz__wrapper {
    flex-direction: column;
  }

  .quiz--main {
    width: 100%;
  }

  .quiz--secondary {
    display: flex;
    flex-direction: row;
    max-width: none;
  }

  .quiz--secondary .quiz__secondary--item:first-child {
    margin-right: var(--tiny-offset);
  }

  .quiz__secondary--item {
    margin-top: var(--tiny-offset);
  }
}

@media (max-width: 1490px) {
  .main__items {
    display: grid;
    grid-template-areas: "A A" "B C";
    gap: var(--tiny-offset);
  }

  .header__container.container-wrap {
    padding: 0 20px;
  }

  .main__item--profile {
    display: flex;
    max-width: 100%;
    grid-area: A;
  }


  .header__social.header__item {
    font-size: .20vw;
  }

  .main__item--local {
    display: flex;
    max-width: 1000px;
    width: 48vw;
    grid-area: B;
  }

  .main__item--notifications {
    grid-area: C;
    max-width: 1000px;
    width: 48vw;
  }

  .events__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--tiny-offset);
  }

  .event__item {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .events__choose a {
    padding: 11px 20px;
  }

  .header {
    max-width: 100vw;
  }

  .header__item {
    margin: 0;
  }
}

@media (max-width: 935px) {
  .main__item--local {
    height: 450px;
  }

  .main__item--notifications {
    grid-area: C;
    max-width: 1000px;
    width: 48vw;
  }

  .main__btn--green {
    margin-bottom: 20px;
  }

  .main__messages {
    max-height: 298px;
  }

  .main__item--notifications {
    height: 450px;
  }
}

@media (max-width: 670px) {
  .defaultTitle {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 642px) {
  .main__items {
    grid-template-areas: "A" "B" "C";
  }

  .main__item--local {
    width: calc(100vw - 20px);
  }

  .main__item--notifications {
    margin-top: var(--tiny-offset);
    width: calc(100vw - 20px);
  }

  .main__btns {
    flex-direction: column;
    margin-top: var(--tiny-offset);
  }

  .main__btns .main__btn:not(:first-child) {
    margin-top: var(--tiny-offset);
  }
}

@media (max-width: 850px) {
  .quiz--secondary {
    flex-direction: column;
  }

  .quiz--secondary .quiz__secondary--item:first-child {
    margin-right: 0;
  }

  .quiz__info {
    flex-direction: column;
  }

  .quiz__data {
    margin-top: var(--tiny-offset);
  }

  .quiz__name {
    padding-right: 5px;
  }

  .quiz__hashtag {
    margin-left: 5px;
  }
}

@media (max-width: 825px) {
  .organizations__container {
    display: flex;
    flex-direction: column;
  }

  .organizations__name {
    margin-left: 0;
    margin-top: var(--tiny-offset);
  }

  .organizations__type {
    width: 100%;
    max-width: 100%;
  }

  .organizations__type--item {
    width: 100%;
  }

  .main__item {
    padding: 20px;
    height: 100%;
  }

  .main__title-wrapper h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .carousel__item-wrapper {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .quiz__img {
    display: none;
  }
}

@media (max-width: 505px) {
  .events__items {
    grid-template-columns: 1fr;
  }

  .board__items {
    grid-template-columns: 1fr;
    max-height: none;
  }
}

@media (max-width: 800px) {
  .events__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .events__content--item {
    justify-content: center;
    margin-top: 0;
    align-items: left;
  }

  .defautTitle--text {
    font-size: 25px;
    padding: 16px 40px;
    line-height: 40px;
  }
}

@media (max-width: 478px) {
  .carousel__link {
    top: 80px;
  }
}

.table__input--wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  height: 40px;
  margin-top: 10px;
}

.table__input--wrapper::before {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/inputImg.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  left: 20px;
  top: 20px;
  z-index: 5;
  padding: 10px;
}

.table__input--wrapper::after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/arrowSelect.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 0;
  top: 20px;
  z-index: 5;
  padding: 10px;
}

.table__input--adress {
  max-width: 400px;
}

.table__title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: var(--title-black-color);
  position: relative;
}

.table__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: none;
}

.table__selects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.table__select {
  position: relative;
  max-width: 100%;
  height: 40px;
}

.table__select::before {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/page3/inputImg.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  left: 15px;
  top: 10px;
  z-index: 5;
  padding: 10px;
}

.table__select::after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/page3/arrowSelect.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 0;
  top: 20px;
  z-index: 5;
  padding: 0 10px;
}

.table__input--category {
  max-width: 166px;
}

.chosen-value {
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  height: 40px;
}

.chosen-value {
  color: var(--title-black-color);
  font-weight: 300;
}

.chosen-value:hover {
  background-color: var(--white-color);
  cursor: pointer;
}

.chosen-value::-webkit-input-placeholder {
  color: #333;
}

.chosen-value:focus,
.chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: var(--white-color);
  color: #000;
}

.chosen-value::-webkit-input-placeholder {
  color: #000;
}

.table__input--adress {
  width: 400px;
}

.table__input--adress::-webkit-input-placeholder {
  color: #333;
}

.table__input--adress:hover {
  background-color: var(--white-color);
  cursor: pointer;
}

.table__input--adress:hover::-webkit-input-placeholder {
  color: #333;
}

.table__input--adress:focus,
.table__input--adress.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: var(--white-color);
  color: #000;
}

.table__input--adress:focus::-webkit-input-placeholder,
.table__input--adress.open::-webkit-input-placeholder {
  color: #000;
}

.value-list {
  list-style: none;
  margin-top: 10px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  max-width: 400px;
  transition: 0.3s ease-in-out;
}

.value-list li {
  z-index: 1000;
}

.value-list.open {
  max-height: 320px;
  overflow: auto;
}

.value-list li {
  position: relative;
  background-color: var(--white-color);
  padding: 1rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}

.value-list li:hover {
  background-color: var(--white-color);
}

.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.table__search {
  display: flex;
  width: 358px;
}

.table__search--wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.table__search--wrapper input {
  padding: 10px 40px;
  height: 40px;
  background: #F6F6F6;
  border-radius: 40px;
  border: none;
  width: 100%;
}

.table__search--wrapper::before {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/page3/search.svg");
  background-repeat: no-repeat;
  height: 20px;
  left: 15px;
  top: 10px;
  z-index: 5;
  padding: 10px;
}

.table__btn {
  height: 50px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
}

.table__btn img {
  margin-right: 10px;
}

.table__btn strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--blue-color);
}

.table__btn--white {
  position: absolute;
  right: 0;
  top: -70px;
  height: 50px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-color);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
}

.table__btn--white img {
  margin-right: 10px;
}

.table__btn--white strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.issue {
  margin-top: var(--small-offset);
}

.issue__title {
  display: grid;
  width: 1530px;
  grid-template-columns: 1fr 2fr 2fr 1fr 1.5fr 0.5fr;
  background: #F1FAFF;
  border-radius: var(--tiny-offset) var(--tiny-offset) 0 0;
  padding: 0 var(--small-offset);
}

.issue__title div {
  display: flex;
  align-items: center;
  height: 58px;
}

.issue__list {
  display: grid;
  grid-template-columns: 1fr;
}

.issue__list ul:nth-child(even) {
  background: var(--white-color);
}

.issue__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.issue__item {
  display: grid;
  width: 1530px;
  grid-template-columns: 1fr 2fr 2fr 1fr 1.5fr 0.5fr;
  padding: 0 var(--small-offset);
  min-height: 50px;
}

@media (max-width: 1545px) {
  .issue__container {
    margin-right: 10px;
  }
}

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

.issue__open {
  margin-top: 50px;
  display: flex;
  width: 100%;
  height: 50px;
  color: var(--title-black-color);
  background: #F1FAFF;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  cursor: pointer;
}

.issue__wrapper {
  overflow: auto;
}

.tableNav {
  margin-top: var(--small-offset);
}

.tableNav__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tableNav__items {
  display: flex;
  background: var(--white-color);
  border-radius: 40px;
  margin: 0 15px;
  align-items: center;
}

.tableNav__items a,
.tableNav__items div {
  color: var(--title-black-color);
  font-weight: 300;
  margin: 8px 16px;
}

.tableNav__link {
  color: #D9D9D9;
}

.tableNav__link:hover {
  color: var(--blue-color);
}

.tableNav__active {
  font-weight: 500;
}

.tableNav__arrow--back {
  position: relative;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background: white;
}

.tableNav__arrow--back:hover::after,
.tableNav__arrow--back:hover::before {
  background: var(--blue-color);
}

.tableNav__arrow--back::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 55%;
  width: 12px;
  height: 4px;
  background: #D1D1D1;
  transform: rotate(45deg);
}

.tableNav__arrow--back::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 35%;
  width: 12px;
  height: 4px;
  background: #D1D1D1;
  transform: rotate(-45deg);
}

.tableNav__arrow--next {
  position: relative;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  background: white;
}

.tableNav__arrow--next:hover::after,
.tableNav__arrow--next:hover::before {
  background: var(--blue-color);
}

.tableNav__arrow--next::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 55%;
  width: 12px;
  height: 4px;
  background: #D1D1D1;
  transform: rotate(-45deg);
}

.tableNav__arrow--next::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 35%;
  width: 12px;
  height: 4px;
  background: #D1D1D1;
  transform: rotate(45deg);
}

@media (max-width: 1430px) {
  .table__selects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }

  .table__btn--white {
    position: static;
  }

  .chosen-value {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .table__selects {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1030px) {
  .table__selects {
    grid-template-columns: 1fr 1fr;
  }

  .table__search {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .table__selects {
    display: flex;
    flex-direction: column;
  }

  .table__select {
    width: 100%;
  }
}

@media (max-width: 510px) {
  .tableNav__link {
    display: none;
  }
}

@media (max-width: 378px) {

  .tableNav__arrow--next,
  .tableNav__arrow--back {
    display: none;
  }
}

.MultiFile-label {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 14px;
  color: #8F9DA8;
}

.MultiFile-label:not(:last-child) {
  margin-right: 23px;
}

.submit-request-form input[type=file] {
  height: 26px;
  margin-bottom: 15px;
  position: absolute;
  top: -3000px;
}

.MultiFile-title {
  margin-right: 7px;
}

.MultiFile-list {
  display: flex;
}

.MultiFile-remove {
  display: block;
  width: 9px;
  height: 9px;
  position: relative;
}

.MultiFile-remove:before,
.MultiFile-remove:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000000;
}

.MultiFile-remove:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MultiFile-remove:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.control-group.tal {
  text-align: left;
}

.upload_files_button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  color: #861519;
  text-decoration: underline;
  text-decoration-color: #861519;
  text-underline-offset: 2px;
  margin-bottom: 10px;
}

.upload_files_button:hover {
  text-decoration: none;
}

.upload_files_button:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 13px;
}

.editing__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.editing__item p {
  color: var(--title-black-color);
  margin-bottom: 8px;
}

.editing__street--input {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  font-weight: 300;
  color: var(--title-black-color);
  padding: 0 var(--tiny-offset);
}

.editing__select {
  position: relative;
  max-width: 100%;
  height: 40px;
}

.editing__select::after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/page4/blueArrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 0;
  top: 14px;
  z-index: 5;
  padding: 0 10px;
}

.editing__input--category {
  max-width: 100%;
}

.chosen-value {
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  height: 40px;
}

.chosen-value {
  color: var(--title-black-color);
  font-weight: 300;
}

.chosen-value:hover {
  background-color: var(--white-color);
  cursor: pointer;
}

.chosen-value::-webkit-input-placeholder {
  color: #333;
}

.chosen-value:focus,
.chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: var(--white-color);
  color: #000;
}

.chosen-value::-webkit-input-placeholder {
  color: #000;
}

.editing__input--adress {
  width: 400px;
}

.editing__input--adress::-webkit-input-placeholder {
  color: #333;
}

.editing__input--adress:hover {
  background-color: var(--white-color);
  cursor: pointer;
}

.editing__input--adress:hover::-webkit-input-placeholder {
  color: #333;
}

.editing__input--adress:focus,
.editing__input--adress.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: var(--white-color);
  color: #000;
}

.editing__input--adress:focus::-webkit-input-placeholder,
.editing__input--adress.open::-webkit-input-placeholder {
  color: #000;
}

.value-list {
  list-style: none;
  margin-top: 10px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  max-width: 400px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 10000;
}

.value-list li {
  z-index: 1000;
}

.value-list.open {
  max-height: 320px;
  overflow: auto;
}

.value-list li {
  position: relative;
  background-color: var(--white-color);
  padding: 1rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}

.value-list li:hover {
  background-color: var(--white-color);
}

.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.editing__textarea {
  min-height: 115px;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  padding: 10px 20px;
  min-width: 100%;
  resize: none;
  /* color: #A5A5A5; */
  color: #7c7c7c;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
}

.editing__status {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--tiny-offset);
}

.editing__status .editing__select {
  width: 100%;
}

.editing__status .editing__select input {
  width: 100%;
}

.editing__date {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  font-weight: 300;
  color: var(--title-black-color);
  padding: 0 var(--tiny-offset);
}

.editing__date:hover {
  background: var(--white-color);
  transition: 0.3s ease all;
}

.editing__date--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.editing__news--title {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(./../img/calendar.svg);
  width: 19px;
  height: 19px;
}

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

.editing__news .editing__select {
  width: 100%;
}

.editing__news .editing__select input {
  width: 100%;
}

.editing__upload--wrapper {
  width: 400px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  display: flex;
  max-width: 400px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.editing__upload--wrapper:hover {
  background: var(--white-color);
  transition: 0.3s ease all;
}

.editing__upload {
  display: none;
}

.editing__upload::before {
  position: absolute;
}

.editing__upload--text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-color);
  position: absolute;
  top: 8.5px;
}

.editing__upload--text img {
  margin-right: 7px;
}

#editing__upload_list {
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  width: 1530px;
  top: 40px;
  left: 0;
}

.editing__files {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
}

.editing__files>* {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  min-height: 40px;
  background: #F9F9F9;
  border-radius: 40px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.MultiFile-title {
  color: var(--title-black-color);
  font-weight: 300;
}

.editing__btns {
  display: flex;
  margin-top: var(--tiny-offset);
}

.editing__btns .editing__btn:first-child {
  margin-right: var(--tiny-offset);
}

.editing__btn--blue {
  background: var(--blue-color);
  color: white;
}

.editing__btn--white {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  color: var(--blue-color);
}

.editing__btn {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 50px;
  width: 100%;
  border-radius: 40px;
  max-width: 300px;
}

.editing__btn img {
  margin-right: 7px;
}

.chosen-value--first {
  max-width: 100%;
  width: calc(33.3% - 13.3333333333px);
}

@media (max-width: 800px) {
  .footer__items {
    align-items: center;
  }

  .editing__status {
    grid-template-columns: 1fr 1fr;
  }

  .editing__news {
    grid-template-columns: 1fr 1fr;
  }

  .editing__date--wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .chosen-value--first {
    width: calc(50% - 10px);
  }

  .editing__upload--wrapper {
    width: calc(50% - 10px);
  }
}

@media (max-width: 534px) {
  .footer__items {
    align-items: center;
  }

  .editing__status {
    grid-template-columns: 1fr;
  }

  .editing__news {
    grid-template-columns: 1fr;
  }

  .editing__date--wrapper {
    grid-template-columns: 1fr;
  }

  .chosen-value--first {
    width: 100%;
  }

  .editing__upload--wrapper {
    width: 100%;
    max-width: 100%;
  }

  .editing__files>.MultiFile-label {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .editing__btns .editing__btn:first-child {
    margin-right: 10px;
  }
}

* {
  box-sizing: border-box;
}

.container-wrap {
  width: 100vw;
  /* max-width: 1550px; */
  padding: 0 10px;
  margin: 0 auto;
}

body {
  font-family: "Jost", sans-serif;
  --white-color: #F9F9F9;
  --green-color: #01A856;
  --gray-color: #696969;
  --black-color: #000;
  --red-color: rgba(228, 66, 51, 1);
  --title-black-color: #242424;
  --text-black-color: #404040;
  --blue-color: #5DACDF;
  --turquoise-color: #F1FAFF;
  --tiny-offset: 20px;
  --small-offset: 30px;
  --middle-offset: 40px;
  --big-offset: 80px;
}

.btnAcc {
  display: flex;
  max-width: 260px;
  width: 15vw;
  /* width: 250px; */
  height: 50px;
  border: 1px solid var(--green-color);
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}

.btnAcc__text {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--green-color);
}

.btnAcc--logined {
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
}

.btnAcc--logined p {
  color: white;
}

.page__link {
  color: var(--text-black-color);
  color: #A5A5A5;
}

.page__current {
  color: var(--page-nav-color);
  line-height: 140%;
}

.defaultTitle {
  /* margin: var(--small-offset) 0; */
  margin: var(--big-offset) 0 0 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.defautTitle--text {
  color: var(--title-black-color);
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
}

.defautTitle--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 45px;
  background: linear-gradient(101.67deg, #2BB06F 20%, #029643 83.57%);
  border-radius: 40px;
  display: flex;
  height: 52px;
  width: 250px;
  min-width: 250px;
}

.defautTitle--btn p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-right: 12px;
}

body input:checked~nav {
  z-index: 400;
}

.burger-lines {
  z-index: 2000;
}

.open {
  z-index: 500;
}

body {
  font-family: "Jost", sans-serif;
}

.survey__wrapper {
  max-width: 1070px;
}

.survey__input {
  margin-bottom: var(--tiny-offset);
  display: flex;
  flex-direction: column;
}

.survey__input--title {
  color: var(--title-black-color);
  margin-bottom: 5px;
}

.survey__input--wrapper {
  display: flex;
}

.survey__input--question {
  display: flex;
  width: 100%;
}

.survey__input--area {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  color: #474747;
  font-weight: 300;
  padding: 10px 20px;
}

.survey__input--btn {
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: var(--tiny-offset);
  background: #FFFFFF;
  border: 1px solid #c2b5b5;
  border-radius: 40px;
  cursor: pointer;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.04));
}

.survey__input--btn strong {
  color: var(--blue-color);
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
}

.survey__checkboxes {
  display: flex;
}

.survey__checkboxes .survey__checkbox--wrapper input {
  margin-right: 10px;
}

.survey__checkboxes .survey__checkbox--wrapper:not(:last-child) {
  margin-right: var(--tiny-offset);
}

.survey__checkbox--wrapper {
  display: flex;
  align-items: center;
}

.survey__input--checkbox[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: var(--blue-color);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.survey__input--checkbox::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background: var(--blue-color);
}

.survey__input--checkbox:checked:before {
  transform: scale(1);
}

.survey__input--checkbox:checked .survey__input--checkbox p {
  color: var(--blue-color);
}

.survey__options--item {
  display: flex;
  margin-top: 10px;
}

.survey__options--delete {
  border: none;
  background: white;
  cursor: pointer;
}

.survey__options--delete img {
  width: 20px;
  height: 20px;
}

.survey__options--change {
  border: none;
  background: white;
  margin-right: var(--tiny-offset);
  cursor: pointer;
}

.survey__options--change img {
  width: 20px;
  height: 20px;
}

.survey__input>p,
strong {
  color: var(--title-black-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.survey__options--area {
  max-width: 756px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  margin-right: var(--tiny-offset);
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #474747;
}

.survey__options--add {
  margin: 0;
  margin-top: var(--tiny-offset);
}

.survey__input--time {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.survey__input--date {
  display: flex;
  flex-direction: column;
}

.survey__input--date input {
  margin-top: 5px;
  display: flex;
  width: 350px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  padding: 10px 20px;
}

.survey__input--type {
  display: flex;
  max-width: 350px;
}

.survey__select {
  position: relative;
  max-width: 100%;
  margin-top: 5px;
}

.survey__select p {
  color: var(--title-black-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.survey__select input {
  width: 100%;
}

.survey__select::after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/page4/blueArrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 0;
  top: 14px;
  z-index: 5;
  padding: 0 10px;
}

.survey__input--supplement {
  display: flex;
  flex-direction: row;
}

.survey__input--supplement .survey__select {
  max-width: 350px;
  width: 100%;
}

.survey__input--supplement .survey__select:not(:last-child) {
  margin-right: var(--tiny-offset);
}

.survey__input--supplement .survey__select input {
  width: 100%;
  margin-top: 5px;
}

.survey__input--supplement .survey__select::after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url("./../img/page4/blueArrow.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 0;
  top: 35px;
  z-index: 5;
  padding: 0 10px;
}

.survey__upload--wrapper {
  width: 400px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  display: flex;
  max-width: 400px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-top: 5px;
}

.survey__upload--wrapper:hover {
  background: var(--white-color);
  transition: 0.3s ease all;
}

.survey__upload {
  display: none;
}

.survey__upload::before {
  position: absolute;
}

.survey__upload--text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-color);
  position: absolute;
  top: 8.5px;
}

.survey__upload--text img {
  margin-right: 7px;
}

#survey__upload_list {
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  width: 1530px;
  top: 40px;
  left: 0;
}

.survey__files {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
}

.survey__files--wrapper .MultiFile-label {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  min-height: 40px;
  background: #F9F9F9;
  border-radius: 40px;
  padding: 10px 20px;
}

.MultiFile-title {
  color: var(--title-black-color);
  font-weight: 300;
}

.survey__btns {
  display: flex;
  margin-top: var(--tiny-offset);
}

.survey__btns .survey__btn:first-child {
  margin-right: var(--tiny-offset);
}

.survey__btn--blue {
  background: var(--blue-color);
  color: white;
}

.survey__btn--white {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  color: var(--blue-color);
}

.survey__btns {
  display: flex;
  margin-top: var(--tiny-offset);
}

.survey__btns .survey__btn:first-child {
  margin-right: var(--tiny-offset);
}

.survey__btn--blue {
  background: var(--blue-color);
  color: white;
}

.survey__btn--white {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  color: var(--blue-color);
}

.survey__btn {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 50px;
  width: 100%;
  border-radius: 40px;
  max-width: 300px;
}

.survey__btn img {
  margin-right: 7px;
}

.survey__textarea {
  margin-top: 5px;
  min-height: 115px;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  padding: var(--small-offset);
  min-width: 100%;
  resize: none;
  color: #404040;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.chosen-value {
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  height: 40px;
}

.chosen-value {
  color: var(--title-black-color);
  font-weight: 300;
}

.chosen-value:hover {
  background-color: var(--white-color);
  cursor: pointer;
}

.chosen-value::-webkit-input-placeholder {
  color: #333;
}

.chosen-value:focus,
.chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: var(--white-color);
  color: #000;
}

.chosen-value::-webkit-input-placeholder {
  color: #000;
}

.editing__input--adress {
  width: 400px;
}

.editing__input--adress::-webkit-input-placeholder {
  color: #333;
}

.editing__input--adress:hover {
  background-color: var(--white-color);
  cursor: pointer;
}

.editing__input--adress:hover::-webkit-input-placeholder {
  color: #333;
}

.editing__input--adress:focus,
.editing__input--adress.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: var(--white-color);
  color: #000;
}

.editing__input--adress:focus::-webkit-input-placeholder,
.editing__input--adress.open::-webkit-input-placeholder {
  color: #000;
}

.survey__select--wrapper {
  max-height: 56px;
}

.survey__files {
  gap: var(--tiny-offset);
}

.value-list {
  position: absolute;
  width: 100%;
}

@media (max-width: 800px) {
  .survey__input--wrapper {
    flex-direction: column;
  }

  .survey__input--wrapper button {
    margin-top: var(--tiny-offset);
    margin-left: 0;
  }

  .defautTitle--text {
    font-size: 30px;
    padding: 16px 0px;
  }

  .survey__input--time {
    margin-bottom: 5px;
  }
}

@media (max-width: 738px) {
  .survey__input--time {
    flex-direction: column;
  }

  .survey__input--date:not(:first-child) {
    margin-top: 5px;
  }

  .survey__input--supplement {
    flex-direction: column;
  }

  .survey__input--supplement .survey__select:not(:first-child) {
    margin-top: 5px;
  }

  .survey__select--wrapper {
    max-height: 117px;
  }

  .survey__files--wrapper {
    padding-top: 20px;
  }

  .survey__input--type {
    margin-bottom: 0;
  }

  .survey__upload--wrapper {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 678px) {
  .survey__checkboxes {
    flex-direction: column;
  }

  .survey__checkboxes p:not(:first-child) {
    margin-top: 5px;
  }
}

@media (max-width: 370px) {
  .defautTitle--text {
    font-size: 25px;
  }

  .survey__input--date input {
    max-width: 350px;
    width: 100%;
  }
}

/* PROMOLINK */
/* .disabled */
.disabled {
  pointer-events: none;
  opacity: .5;
  filter: brightness(.75);
}

/* .disabled */

/* .profile-form */
.fancybox__content .profile-form {
  padding: 30px;
}

.profile-form .profile-form-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.profile-form .profile-form-grid .form {
  min-width: 500px;
}

.profile-form .profile-form-grid>* {
  flex: 0 1 calc(100% / 2 - 300px / 2);
  max-width: calc(100% / 2 - 300px / 2);
}

.profile-form .defaultTitle {
  margin: 0;
}

.profile-form .profile-form-grid>.picture>img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* .profile-form */

/* .form */
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form .group-row {
  display: flex;
  gap: 20px;
}

.form .group-row>.group {
  flex: 0 1 calc(100% / 2 - 20px / 2);
  max-width: calc(100% / 2 - 20px / 2);
}

.form .group-row.three>.group {
  flex: 0 1 calc(100% / 3 - 20px / 3 * 2);
  max-width: calc(100% / 3 - 20px / 3 * 2);
}

.form .group {
  width: 100%;
}

.form .group input,
.form .group textarea,
.form .group select {
  width: 100%;
}

.form .group p {
  margin: 0 0 7px 0;
  font-size: 12px;
  line-height: 1.3em;
  color: #242424;
}

/* .form */

/* .map */
.map__choose--item {
  cursor: pointer;
}

/* .map */

/* .modal-detail */
.fancybox__content .modal-detail {
  /* padding: 60px */
  padding: 20px;
}

.modal-detail {
  width: 1346px;
  max-width: 100%;
}

.modal-detail .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
  color: #242424;
  margin-bottom: 25px;
  margin: 0;
}

.modal-detail .address-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 20px;
}

.modal-detail .address-row span {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
  color: #A5A5A5;
}

.modal-detail .address-row span.bold {
  font-family: 'Jost';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  color: #474747;
}

.modal-detail .address-row .ico {
  width: 17px;
  height: 25px;
}

.modal-detail .address-row .ico>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.modal-detail .description {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3em;
  color: #242424;
}

.modal-detail .files {
  margin-top: 20px;
}

.modal-detail .files .picture {
  display: block;
  width: 100%;
  height: 202px;
  border-radius: 8px;
  overflow: hidden;
}

.modal-detail .files .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* .modal-detail */

/* .fancybox */
.fancybox__content {
  border-radius: 20px;
}

.fancybox__content>.carousel__button.is-close {
  top: 20px;
  right: 20px;
  color: #8A8A8A;
}

/* .fancybox */

._news .container-wrap {
  padding: 0 29px 29px 29px;
}

.googleMap {
  margin-top: 31px;
}

.footer__logo,
.header__logo {
  width: 200px;
}

.footer__logo img,
.header__logo img {
  width: 100%;
  object-fit: contain;
}

/* .events-grid */
.events-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}

.events-grid .events-grid__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}

.events-grid .events-grid__list>.news-item,
.events-grid .events-grid__list>.board__item,
.events-grid .events-grid__list>.event__item {
  flex: 0 1 calc(100% / 4 - 24px / 4 * 3);
  max-width: 0 1 calc(100% / 4 - 24px / 4 * 3);
  /* flex: 0 1 100%;
  max-width: 0 1 100%; */
  width: 100%;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.04));
}

.events-grid .events-grid__list>.quiz__secondary--item {
  flex: 0 1 calc(100% / 3 - 24px / 3 * 2);
  max-width: 0 1 calc(100% / 3 - 24px / 3 * 2);
  width: 100%;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.04));
}

.page-title {
  color: var(--title-black-color);
  font-weight: 600;
  font-size: 40px;
  line-height: 58px;
}

/* .events-grid */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  margin-bottom: 60px;
}

.footer {
  padding-top: 30px;
  margin-top: auto;
}

.main-text._green {
  color: var(--green-color);
}

@media (max-width: 1540px) {
  .events__choose--item {
    padding: 18px 40px;
  }

  .page-title,
  .events__title,
  .defautTitle--text,
  .board__title {
    font-size: 28px;
    line-height: 1.2em;
  }

  .boards__wrapper.container-wrap {
    gap: 20px;
  }

  .boards__wrapper.container-wrap .board {
    flex: 0 1 calc(100% / 2 - 20px / 2);
    max-width: calc(100% / 2 - 20px / 2);
  }

  .quiz__wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .quiz__wrapper .quiz--main {
    flex: 0 1 calc(70% - 20px / 2);
    max-width: calc(70% - 20px / 2);
  }

  .quiz__wrapper .quiz--secondary {
    flex: 0 1 calc(30% - 20px / 2);
    max-width: calc(30% - 20px / 2);
    display: flex;
    flex-direction: column;
  }

  .quiz--secondary .quiz__secondary--item:first-child {
    margin-top: 0;
    margin-right: 0;
  }

  .events__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer__items {
    gap: 20px;
  }

  .footer__contacts-text {
    width: unset;
    white-space: nowrap;
  }

  .modal-detail {
    width: 90vw;
  }
}

.table__select-group {
  position: relative;
}

.table__select-group::after {
  content: "";
  display: flex;
  position: absolute;
  background-image: url(./../img/page3/arrowSelect.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 0;
  top: 20px;
  z-index: 5;
  padding: 0 10px;
}

.table__select-group::before {
  content: "";
  display: flex;
  position: absolute;
  background-image: url(./../img/page3/search.svg);
  background-repeat: no-repeat;
  height: 20px;
  left: 15px;
  top: 10px;
  z-index: 5;
  padding: 10px;
}

.table__btn {
  border: none;
  cursor: pointer;
}

.table__selects {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px
}

.table__selects button,
.table__selects input {
  width: 20vw
}

.table__search--wrapper {
  width: unset;
}

.table__selects .table__select {
  display: flex;
  align-items: center;
  gap: 10px
}

.table__select::after {
  display: none;
}

.table__select::before {
  display: none;
}

.table__btn--white {
  position: static;
}

.editing__btn {
  border: none;
  cursor: pointer;
}

.select2-container--default .select2-selection--single {
  border: none;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 10px 40px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 40px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  content: "";
  display: flex;
  position: absolute;
  background-image: url(./../img/page4/blueArrow.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  right: 10px;
  top: 11px;
  z-index: 5;
  padding: 0 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.MultiFile-label {
  overflow: hidden;
}

.editing__files>*._with-img {
  padding: 0;
  width: 220px;
  height: 220px;
}

.editing__files>*._with-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel._news .defautTitle--btn.btn--blue.board__btn--blue {
  margin-left: auto;
  margin-right: 10px;
}

.boards__wrapper.container-wrap {
  display: block;
}

.boards__wrapper.container-wrap .board {
  max-width: 100%;
}

.carousel._news .swiper-pointer-events {
  background: var(--white-color);
  border-radius: 20px;
  padding: 0 34px;
  padding-bottom: 50px;
}

section.events .defautTitle--text {
  margin-bottom: 20px;
}

.quiz__type {
  flex: 1 1 60%;
  max-width: 100%;
  margin-right: 15px;
}

.hero__form {
  margin: 66px 0;
}

.hero {
  height: unset;
  min-height: 602px;
  background-size: cover;
}

.control._result span {
  display: block;
}

.control._result .progressbar-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 17px;
}

.control._result .progressbar-container> :first-child {
  flex: 0 1 calc(70% - 15px / 2);
  max-width: calc(70% - 15px / 2);
}

.control._result .progressbar-container> :first-child {
  flex: 0 1 calc(30% - 15px / 2);
  max-width: calc(30% - 15px / 2);
}

.control._result .progressbar-container .progressbar-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #242424;
}

.control._result .progressbar {
  height: 6px;
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 60%;
}

.control._result .progressbar .foreground {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 10px;
  background: #4BCF8E;
  z-index: 10;
}

.quiz__question._description._green {
  color: #01A856;
  font-weight: 700;
}

.quiz__text._quiz-question {
  position: relative;
}

.quiz__img-container {
  height: 100%;
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.quiz__img-container>img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

.modal-detail .title {
  line-height: 1.3em;
}

.profile-form .profile-form-grid>*:first-child {
  flex: 0 1 calc(70% - 100px / 2);
  max-width: calc(70% - 100px / 2);
}

.fancy-alert {
  padding: 10px;
  max-width: 300px;
}

.main-text ul {
  list-style: unset;
  margin-left: 20px;
}

.download-link {
  background: #F9F9F9;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 28px;
  color: #000;
  margin: 30px 0;
  text-decoration: none;
}

._addQuestion {
  margin-left: auto;
}

.group-two {
  display: flex;
  gap: 30px;
}

.group-two-item {
  flex: 0 1 calc(100% / 2 - 30px / 2);
  max-width: calc(100% / 2 - 30px / 2);
}

.group-two-item select,
.group-two-item .editing__item,
.group-two-item .survey__input--date input,
.group-two-item .editing__street--input {
  width: 100%;
}

._addAnswer {
  margin-left: 0;
  margin-top: 15px;
}

.social-man-help {
  max-width: 500px;
}

.social-man-help p {
  font-size: 18px;
  line-height: 1.3em;
}

.info-help {
  position: relative;
  width: 16px;
  height: 16px;
  background: linear-gradient(124.36deg, #7FBFE6 5.05%, #0097D7 116.28%);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.hero__btn.hero__btn-left {
  cursor: pointer;
}

.hero__form-btn._link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-messages {
  margin-top: 30px;
}

section.googleMap,
section.events._map {
  display: none;
}

.icon-link {
  color: #242424;
  font-size: 22px;
  text-decoration: none;
}

.page.mt {
  margin-top: 20px;
}

.main-text a {
  text-decoration: underline;
  color: #2BB06F;
}

.main-text a strong {
  color: #2BB06F;
}

.fish {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.fish h1 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1em;
  color: #01A856;
  text-align: center;
  margin: 0;
}

.fish p {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  color: #01A856;
  text-align: center;
  margin: 0;
}

.fish p a {
  color: #01A856;
}

.fish .image {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fish .image img {
  width: 200px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fish .links {
  background: #F9F9F9;
  border-radius: 40px;
  padding: 12px 73px;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 50px;
}

.fish .links>a {
  font-family: 'Jost';
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #01A856;
  text-decoration: none;
  text-transform: uppercase;
}

/* PROMOLINK */
.hero__form-btn {
  cursor: pointer;
}

.header__text a {
  margin-left: 14px;
  color: var(--black-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  text-decoration: none;
}

.header__text a:hover {
  text-decoration: underline;
}

.btnAcc img.not-hover {
  display: block;
}

.btnAcc img.only-hover {
  display: none;
}

.btnAcc:hover img.not-hover {
  display: none;
}

.btnAcc:hover img.only-hover {
  display: block;
}

.btnAcc:hover {
  background: var(--green-color);
}

.btnAcc:hover,
.btnAcc:hover p {
  color: #fff;
  transition: all ease-in-out .3s;
}

.hero__intro .hero__text {
  line-height: 1.4em;
  font-size: 27px;
}

.hero__form {
  max-width: unset;
  max-width: 600px;
}

.hero__form-wrapper {
  max-width: 100%;
}

.footer__logo,
.header__logo {
  z-index: 9999;
}

.tableNav__page {
  padding: 5px 10px;
}

.tableNav__page.tableNav__active {
  background-color: var(--green-color);
  border-radius: 50%;
  color: #fff;
}

.quiz__img-container>img {
  z-index: -1;
}

.footer__logo,
.header__logo {
  z-index: 1;
}

.profile-form .profile-form-grid>*:first-child {
  flex: 100%;
  max-width: 100%;
}

.main__phone {
  color: #29A4DD;
}

.burger-lines {
  z-index: 1000;
}

.hero__title-contacts {
  font-size: 50px;
}




.contacts-social-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20%;
}

.contacts-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  min-width: 300px;
  border: 2px solid transparent;
}

.contacts-social-link.vk {
  background: #4C75A3;
  color: white;
}

.contacts-social-link.num {
  background: var(--green-color);
  color: white;
}

.contacts-social-link.mail {
  background: var(--green-color);
  color: white;
}

.contacts-social-link.telegram {
  background: #0088cc;
  color: white;
}

.contacts-social-link.ok {
  background: #ee8208;
  color: white;
}

.contacts-social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contacts-social-link.vk:hover {
  background: #3a5a7a;
}

.contacts-social-link.telegram:hover {
  background: #0077b3;
}

.contacts-social-link.ok:hover {
  background: #d67407;
}

@media (min-width: 1200px) {
  .organizer-img {
    margin-right: 10%;
  }
}