:root {
  --main-color: #b72323;
  --pink: #ffecee;
  --color-1: rgb(82, 16, 0);
  --color-2: rgb(141, 44, 37);
}

@font-face {
  font-family: "Open-Sans";
  src: url("font/OpenSans-Regular.ttf");
  font-display: swap;
  src: url("font/OpenSans-Bold.ttf");
}

* {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background-color: #fff;
}

.logo {
  width: 100px;
  height: 100px;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
i,
ul,
li,
form,
article,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

.about-form {
  display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
    margin: 0 auto;
}

.main__section-form-field {
  height: 50px;
  padding: 15px;
  border-radius: 5px;
  outline: none;
  border: 2px solid #f8c436;
}

.main__section-form-field:hover {
  box-shadow: 1px 1px 5px 0px #ee2241;
}

.checkbox {
  text-align: center;
}

.checkbox a {
  color: rgb(37 141 116)!important;
  text-decoration: underline!important;
}

.checkbox a:hover {
  text-decoration: none!important;
}

.contacts .card>div {
  background-color: var(--color-2);
  border-radius: 5px;
  padding: 15px;
  height: 100%;
}

.contacts h3 {
  text-transform: uppercase;
}

.contacts a {
  font-size: 18px;
  text-decoration: underline!important;
}

.contacts a:hover {
  text-decoration: none!important;
}

.contacts .card {
  height: 100%;
  align-items: unset;
  justify-content: stretch;
} 

#form .btn {
  margin: 0 auto;
  min-width: 130px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

textarea.main__section-form-field {
  min-height: 100px;
  max-height: 300px;
  min-width: 100%;
max-width: 100%;
}

.documents {
  margin: 130px auto 80px;
}

.documents h1 {
  font-size: 32px;
    margin-bottom: 30px;
}

.documents h1+p {
  font-size: 20px;
    margin-bottom: 30px;
}

.documents h2 {
  font-size: 28px;
}

.documents p {
  font-size: 18px;
  line-height: 1.5;
}

.cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #b72323cc;
  color: #ffffff;
  padding: 10px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s ease;
}



.cookieConsent__text {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;}

#acceptCookies {
  text-align: center;
  margin: 0 auto;
}

.visible {
  display: flex;
}

.invisible {
  display: none;
}

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

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

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

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* no-scroll */
.no-scroll {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

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

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.container {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

h2,
h3 {
  margin-bottom: 30px;
}

p {
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(20px, 5vw, 34px);
}

h3 {
  font-size: clamp(18px, 5vw, 26px);
}

.p-80 {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-80 {
    padding: 30px 0;
  }
}
@media (max-width: 560px) {
  .p-80 {
    padding: 20px 0;
  }
}

.btn {
  display: flex;
  width: fit-content;
  margin-top: 30px;
  padding: 15px;
  background-color: #fff;
   color: #665f55;
  transition:all  0.3s linear;
   text-transform: capitalize;
}
@media (hover: hover) {
  .btn:hover {
    color: #fff;
     background-color: #000;
  }
}

li {
  margin: 15px 0;
}

ul {
  margin-bottom: 30px;
}

.link {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .link:hover {
    opacity: 0.75;
  }
}

.p-80 img{
  filter: drop-shadow(0 0 10px grey);
 border-radius: 30px;
  text-align: center;
  aspect-ratio: 3/2;
  object-fit: cover;
}


.p-80  p {
  font-size: 18px;
  line-height: 1.8;
  
  color: #403f3d;
}

.teams p {
  background-color: transparent;
 color: #fff;
  padding: 0;
  font-size: 16px;
}

.teams .item {
  text-align: center;
  border: 1px solid #ee2241;
  background-color: var(--main-color);
}

.p-80 h2 {
  font-size: 3em;
  color: var(--color-2);
  text-shadow: 1px 1px 0 gray;
}



 .articles {
  display: grid;
  margin-top: 50px;
  gap: 50px;
 }

 .articles+.btn {
  margin: 50px auto 0;
 }

 .offer {
   background-color: var(--color-2);
border: 2px solid #fff;
padding: 50px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 20px;
  overflow: hidden;
   border-radius: 30px;

} 
.offer h3 {
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 130%;
  font-weight: bold;
  color: #fff;
}

.offer p {
color: #fff;
  padding: 0;
  background-color: transparent;
}

.offer img {
   border: none;
  background: #ffffffdb;
  padding: 10px;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.hero.contacts {
  background-image: url('img/4.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

 .no-bg {
  background-color: transparent!important;
  color: #464542;
  padding: 0!important;
  font-size: 20px!important;
  margin: 0!important;
 }
.wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  
  @media (max-width: 930px) {
    flex-direction: column;
  }
}
 

.p-80 .wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.img__wrapper {
  margin-top: 40px;
}

.img__wrapper img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}


.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact h3 {
  margin-top: 40px;
}

.contact__item p {
  margin: 15px 0;
}

.header {
  color: #fff;
  background: var(--color-2);
  z-index: 20;
  
}
.header__logo {
  font-size: clamp(24px, 4vw, 32px);
  margin: 0;
}
@media (max-width: 768px) {
  .header {
    position: relative;
  }
}
.header__container {
  top: 0;
  left: 0;
  width: 100%!important;
  background-color: rgb(82, 16, 0);
  z-index: 100;
  position: fixed;
  border-bottom: 1px solid #665f55;

}

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

.nav__item a {
  text-transform: uppercase;
  font-size: 16px;
}

.p-80 .wrapper.column {
  grid-template-columns: repeat(1, 1fr);
}

.column img {
  width: 100%;
}

.wrapper.mission {
  grid-template-columns: repeat(2, 1fr);
}

.mission .article {
  background-color: #eaeaea;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
}

.linear-gradient {
  background: linear-gradient(45deg, var(--color-1),#ee2241);
}
.linear-gradient h2, .linear-gradient p {
  color: #fff;
}
.linear-gradient .offer {
  background: #fff;
}

.linear-gradient .offer h3, .linear-gradient .offer  p {
  color: #403f3d;
}



.mission .article h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.mission .article p {
  font-size: 18px;
  padding: 10px;
}
@media (max-width: 560px) {
  .header__phone {
    display: none;
  }
}

.nav__list {
  margin: 0;
  display: flex;
  gap: 15px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 80px;
}
.form__fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  gap: 30px;
  margin: 0 auto;
}
.form__fieldset:last-child {
  display: block;
}
@media (max-width: 768px) {
  .form__fieldset {
    flex-wrap: wrap;
  }
}
.form__input {
  border: 1px solid #665f55;
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
}

.form__textarea {
  border: 1px solid #665f55;
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
  resize: none;
}
@media (max-width: 768px) {
  .form__input {
    max-width: 100%;
  }
}
.form__label {
  display: block;
  margin-bottom: 10px;
}

.form__btn {
  width: 270px;
  padding: 15px 35px;
  border-radius: 5px;
  color: #403f3d;
  border: solid 1px #665f55;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .form__btn:hover {
    background-color: #b7232386;
    border-color: #403f3d;
  }
}
.form__fieldset-send {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .form__fieldset-send {
    flex-wrap: wrap;
  }
}

.mt-50 {
  margin-top: 50px!important;
}

.footer {
  background: #403f3d;
  padding: 40px 0;
  color: #fff;
}

.footer__logo {
  color: #fff!important;
  margin-bottom: 0!important;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.footer__item a {
  font-size: 18px;
}
.documents ul {
  padding-left: 30px;
 }
.documents ul li{
   list-style-type: disc;
}

.documents a {
  text-decoration: underline;
}

.documents a:hover {
  text-decoration: none;
}
.footer__item a:hover {
text-decoration: underline;}
@media (max-width: 560px) {
  .footer__container {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
.footer span {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
}
.footer ul {
  margin-bottom: 0;
  max-width: 350px;
}

.footer__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 10px;

  @media (max-width: 560px) {
    flex-direction: column;
  }
}

.footer__brand {
  max-width: 200px;
}

.thanks {
  position: relative;
}

.thanks h1 {
  margin-bottom: 20px;
}

.thanks p {
  margin-bottom: 15px;
}

.thanks a {
  color: #464542;
}

.thanks__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 670px;
  margin: auto;
  transform: translateY(50%);
}

.hero {
  height: 100vh;
  max-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFF6FF;
  background-image: url("img/1.webp");
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(38 44 42 / 78%);
}

.hero h1 {
  font-size: 50px;
  width: 80%;
  z-index: 2;
position: relative;
text-shadow: 1px 1px 0 gray;
}

.intro-banner {
  background-color: rgb(141, 44, 37);
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__wrapper  h2 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 600;
  color: #fff;
}

.hero__wrapper p {
  font-size: clamp(18px, 2vw, 24px);

color: #fff;}

.hero__wrapper {
  padding: 20px;
  width: 60%;
  margin: 0 auto;
  border-radius: 10px;
}

.card__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: 20px;
}
.card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #665f55;
  border-radius: 30px;
  padding: 50px;
  background: #eaeaea;
  transition: all 0.3s linear;
}

.card:hover {
  box-shadow: 0 0 10px #665f5559;
}

.card span {
  font-style: italic;
}

.card p {
  height: 100%;
display: grid;
}

.card span {
  align-self: flex-end;
justify-self: end;
}

@media (max-width: 560px) {
  .card {
    width: 100%;
  }
}

.item__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  @media (max-width: 720px) {
    grid-template-columns: repeat(1, 1fr)!important;
  }
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border: 1px solid #665f55;
  border-radius: 5px;
}

.item img {
  width: 100px;
  height: 100px;
border: none;
  border-radius: 50%;
  text-align: center;
}

.testimonials .card {
  padding: 30px;
}



.item span {
  font-size: 20px;
 color: #fff;
  font-weight: 600;
}

.event__wrapper {
  display: flex;flex-direction: column;
  gap: 30px;
}

.event {
  box-shadow: 0 0 15px #403f3d34;
   padding: 20px;
  border-radius: 30px;
  display: flex;flex-direction: column;
  gap: 20px;
  width: 80%;
margin: 0 auto;
 }

.event:hover img {
transform: translateY(-5px);
  box-shadow: 0 0 15px #403f3d30;

}

.event h3 {
  color: var(--color-2);
  font-size: 2.5em;
  font-weight: bold;
 }
 

.event img {
  transition: all 0.3s linear;

width: 100%;
aspect-ratio: 3/1;
object-fit: cover;
margin: 0 auto;
border: none;
}

.li-style li {
  position: relative;
  align-items: start;
  margin-left: 20px;
}

.li-style li::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ee2241;
  margin-left: -20px;
  top: 5px;
}

.banner {
  background-color: #ee2241;
  width: 100%;
height: 500px;
background-image: url('img/10.webp');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
margin: 50px auto 0;
}

.hero.about {
  background-image: url('img/5.webp');
  background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.hero.events {
  background-image: url('img/9.webp');
}
strong {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
 
.img__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 20px;
}

.cookis {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  background-color: #464542;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cookis__btn {
  background-color: #fff;
  color: #464542;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.bg {
  color: #fff;
}

.teams {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 930px) {
  .header__logo {
    font-size: clamp(24px, 4vw, 28px);}

    .hero h1 {
      font-size: 44px;
    }  

    .hero__wrapper {
      width: 80%;
    }

    .offer img {
 width: 170px;
 height: 170px;
 }
}

@media screen and (max-width: 768px) {

  .offer {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .event img {
    width: 100%;
  }
  .header__logo {
    font-size: clamp(24px, 4vw, 24px);
}

.about-form {
  width: 80%;
}

.p-80 p {
font-size: 16px;
}

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

.hero__wrapper {
  width: 90%;
}

.hero h1 {
  font-size: 38px;
}
.p-80 .wrapper {
  grid-template-columns: repeat(1, 1fr);
}
 .img__wrapp img {
  margin: 0 auto!important;
  display: block;
}

.banner {
height: 370px;
}
}

@media screen and (max-width: 560px) {

  .about-form {
    width: 100%;
  }
  .event {
    width: 100%;
  }
 
.p-80 h2 {
  font-size: 2.5em;
}
.offer {
  grid-template-columns: repeat(1, 1fr);
  padding: 20px;
  gap: 20px;
}
.offer img {
  padding: 0;
}
  .banner {
    height: 300px;
}
  .img__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .img__wrapp img {
    width: 100%;
  }
  .hero__wrapper {
    width: 100%;
    padding: 0;
  }
  .hero h1 {
width: 100%;
    font-size: 28px;
}
   

  .nav__list li {
    margin: 5px 0;
  }

  .header__container .container {
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }

  .mission .article {
    padding: 10px;
  }

  .mission .article p {
    font-size: 16px;
  }
}