@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  background-color: #091C5A;
}
.header .header__wrapper {
  display: flex;
  justify-content: space-between;
  width: 83.33%;
  height: 162px;
}
.header .header__wrapper .header__wrapper__logo {
  margin-top: 34.88px;
  width: 460px;
  height: 88.13px;
}
.header .header__wrapper .header__wrapper__logo img {
  width: 100%;
  height: 100%;
}
.header .header__wrapper .header__wrapper__oragization {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header .header__wrapper .header__wrapper__oragization .header__wrapper__title {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #FFFFFF;
}
.header .header__wrapper .header__wrapper__oragization .header__wrapper__logos {
  display: flex;
}
.header .header__wrapper .header__wrapper__oragization .header__wrapper__logos .header__wrapper__logotip {
  display: flex;
}
.header .header__wrapper .header__wrapper__oragization .header__wrapper__logos .header__wrapper__logotip .header__wrapper__logos__name {
  font-family: Raleway;
  font-weight: 500;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #FFFFFF;
  margin-left: 5px;
}
.header .header__wrapper .header__wrapper__oragization .header__wrapper__logos .header__wrapper__logotip .header__wrapper__logos__img {
  width: 50px;
  height: 50px;
}
.header .header__wrapper .header__wrapper__oragization .header__wrapper__logos .header__wrapper__logotip:nth-child(2) {
  margin-left: 10px;
}

.backgroundPhoto {
  position: absolute;
  top: 162px;
  left: 0;
  width: 100%;
  height: calc(100vh - 162px); /* чтобы ровно вмещалось под хедер */
  background-image: url("./assets/offerBack.webp");
  background-size: contain; /* или cover */
  background-repeat: no-repeat;
  z-index: -1;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  z-index: 1;
}
.container .container__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container .container__wrapper .offer__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .offer__wrapper .offer {
  width: 83.33%;
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .offer__wrapper .offer .offer__title {
  margin-top: 174px;
  font-family: "Raleway";
  font-weight: 700;
  font-style: Bold;
  font-size: 82px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  color: #091C5A;
}
.container .container__wrapper .offer__wrapper .offer .offer__subtitle {
  font-family: "Raleway";
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  color: #091C5A;
}
.container .container__wrapper .offer__wrapper .offer .offer__discription {
  margin-top: 31px;
  width: 938px;
  height: 68px;
  border-radius: 500px;
  background-color: #091C5A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-style: Bold;
  font-size: 27px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.container .container__wrapper .offer__wrapper .offer .offer__button {
  margin-top: 62px;
  width: 13.43%;
  height: 54px;
  border-radius: 500px;
  background-color: #FF0000;
  border: none;
  box-shadow: 0px 4px 16px 0px rgba(9, 28, 90, 0.5607843137);
  color: #FFFFFF;
  font-family: "Raleway";
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.container .container__wrapper .talk__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .talk__wrapper .talk {
  margin-top: 115px;
  width: 83.33%;
  display: flex;
}
.container .container__wrapper .talk__wrapper .talk .talk__left {
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__partners {
  margin-top: 59px;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__partners .talk__partners__title {
  font-family: Cormorant;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FF0000;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__partners .talk__partners__description {
  margin-top: 29px;
  max-width: 672px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__questions {
  margin-top: 67.15px;
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__questions .talk__questions__title {
  font-family: Cormorant;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FF0000;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__questions .talk__questions__description {
  margin-top: 29px;
  max-width: 672px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
}
.container .container__wrapper .talk__wrapper .talk .talk__left .talk__questions .talk__question__goal {
  margin-top: 21px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0480B9;
}
.container .container__wrapper .talk__wrapper .talk .talk__right {
  margin-top: 59px;
  display: flex;
}
.container .container__wrapper .talk__wrapper .talk .talk__right .talk__right__photoL img {
  width: 370px;
  height: 459px;
}
.container .container__wrapper .talk__wrapper .talk .talk__right .talk__right__photoR {
  margin-left: 40px;
}
.container .container__wrapper .talk__wrapper .talk .talk__right .talk__right__photoR img {
  width: 370px;
  height: 459px;
  -o-object-fit: none;
     object-fit: none;
}
.container .container__wrapper .projects__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .projects__wrapper .projects {
  width: 83.33%;
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .projects__wrapper .projects .projects__title {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #091C5A;
}
.container .container__wrapper .projects__wrapper .projects .projects__info {
  margin-top: 29px;
  width: 100%;
  height: 134px;
  border-radius: 500px;
  background-color: #091C5A;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper {
  margin: 37.15px 65px 36.85px 64px;
  display: flex;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item {
  display: flex;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item img {
  width: 53px;
  height: 60px;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item .project__info__item__description {
  margin-left: 33px;
  max-width: 367px;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item .project__info__item__description .description__top {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item .project__info__item__description .description__bottom {
  margin-top: 4px;
  width: 459px;
  font-family: Raleway;
  font-weight: lighter;
  font-style: Regular;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item:nth-child(2) {
  margin-left: 74px;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item:nth-child(2) .project__info__item__description .description__top {
  max-width: 220px;
}
.container .container__wrapper .projects__wrapper .projects .projects__info .projects__info__wrapper .project__info__item:nth-child(3) {
  margin-left: 88px;
}
.container .container__wrapper .participation__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .participation__wrapper .participation {
  width: 83.33%;
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .participation__wrapper .participation .participation__title {
  margin-top: 55px;
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #091C5A;
}
.container .container__wrapper .participation__wrapper .participation .participation__info {
  margin-top: 29px;
  width: 100%;
  height: 134px;
  border-radius: 500px;
  background-color: #091C5A;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper {
  display: flex;
  align-items: center;
  margin-top: 19.85px;
  margin-left: 64px;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper img {
  width: 52.97px;
  height: 45px;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__info__reg {
  width: 378px;
  margin-left: 33px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__info__form {
  margin-left: 47px;
  width: 224px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__info__button {
  margin-left: 22px;
  width: 127px;
  height: 54px;
  border-radius: 500px;
  background-color: #FF0000;
  box-shadow: 0px 4px 16px 0px rgba(255, 0, 0, 0.6);
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  border: none;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__row1 {
  margin-left: 31px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__row1 ul li {
  margin-left: 25px;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__row2 {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-left: 25px;
  margin-top: 25px;
}
.container .container__wrapper .participation__wrapper .participation .participation__info .participation__info__wrapper .participation__row3 {
  max-width: 184px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .downOffer__wrapper {
  margin-top: 78.85px;
  width: 100%;
  background-color: #F7F8FC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .downOffer__wrapper .downOffer {
  margin-top: 79px;
  padding-bottom: 79.85px;
  width: 83.33%;
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main {
  display: flex;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__left {
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__left .downOffer__main__description {
  color: #0480B9;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  max-width: 487px;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__left .downOffer__main__button {
  margin-top: 133px;
  border: none;
  background-color: #091C5A;
  width: 215px;
  height: 54px;
  border-radius: 500px;
  box-shadow: 0px 4px 16px 0px rgba(9, 28, 90, 0.4117647059);
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__middle {
  margin-left: 33.66px;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__middle img {
  width: 541px;
  height: 379px;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__right {
  margin-left: 24px;
  width: 506px;
  height: 380px;
  background-color: #091C5A;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0784313725);
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__right .downOffer__main__right__text {
  max-width: 353px;
  margin-left: 70.03px;
  margin-top: 72px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__right .downOffer__main__right__description {
  display: flex;
  align-items: start;
  margin-left: 70.03px;
  margin-top: 29.9px;
}
.container .container__wrapper .downOffer__wrapper .downOffer .downOffer__main .downOffer__main__right .downOffer__main__right__description p {
  margin-left: 25px;
  margin-top: 4px;
  width: 308px;
  height: 108px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.container .container__wrapper .downOffer__wrapper .downOffer .donwOffer__title {
  margin-top: 64px;
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 43px;
  leading-trim: NONE;
  line-height: 53px;
  letter-spacing: 0%;
  color: #091C5A;
}
.container .container__wrapper .organization__wrapper {
  margin-top: 78.85px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .organization__wrapper .organization {
  width: 83.33%;
  display: flex;
  flex-direction: column;
}
.container .container__wrapper .organization__wrapper .organization .organization__title {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #091C5A;
}
.container .container__wrapper .organization__wrapper .organization .organization__container {
  margin-top: 29px;
  display: flex;
  justify-content: left;
}
.container .container__wrapper .organization__wrapper .organization .organization__container .organization__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .container__wrapper .organization__wrapper .organization .organization__container .organization__item .organization__item__logo {
  width: 100px;
  height: 79px;
}
.container .container__wrapper .organization__wrapper .organization .organization__container .organization__item .organization__item__info {
  width: 160px;
  margin-top: 16px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
}

.footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
}
.footer__wrapper .footer {
  width: 83.33%;
  padding-bottom: 50px;
}
.footer__wrapper .footer .footer__title {
  margin-top: 82.15px;
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #091C5A;
}
.footer__wrapper .footer .footer__partners {
  display: flex;
  justify-content: space-between;
}
.footer__wrapper .footer .footer__partners .footer__partners__item {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
}
.footer__wrapper .footer .footer__partners .footer__partners__item .footer__partners__pic {
  width: 119px;
  height: 79px;
}
.footer__wrapper .footer .footer__partners .footer__partners__item .footer__partners__name {
  width: 160px;
  margin-top: 16px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
}
.footer__wrapper .footer .footer__form {
  display: flex;
  flex-direction: column;
}
.footer__wrapper .footer .footer__form .footer__form__title {
  margin-top: 82.15px;
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #091C5A;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 400px;
  margin-top: 20px;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form input,
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form textarea {
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form button {
  background-color: #FF0000;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 500px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form button:hover {
  background-color: #cc0000;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form .footer__form__politicy {
  margin: 16px 0;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
}
.footer__wrapper .footer .footer__form .footer__form__wrapper .contact-form .footer__form__politicy a {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  color: #FF0000;
}
.footer__wrapper .footer .footer__connection {
  display: flex;
  width: 100%;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__connection__title {
  margin-top: 82.15px;
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 37px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #091C5A;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__items {
  width: 100%;
  display: flex;
  justify-content: left;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__items a {
  margin-left: 20px;
  justify-content: left;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__items a img {
  width: 30px;
  height: 30px;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__items a:nth-child(1) {
  margin-left: 0;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__items .footer__connection__email {
  margin-top: 21px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0480B9;
}
.footer__wrapper .footer .footer__connection .footer__connection__contacts .footer__items .footer__connection__phone {
  margin-top: 21px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0480B9;
}

@media (max-width: 1600px) {
  body {
    overflow-x: hidden;
  }
  .container__wrapper,
  .header__wrapper,
  .organization,
  .offer,
  .talk,
  .projects,
  .participation,
  .downOffer,
  .footer {
    width: 98% !important;
    padding: 0;
  }
  .offer .offer__title {
    margin-top: 100px !important;
  }
  .projects__info {
    height: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .participation__info {
    height: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .participation__info__wrapper {
    margin-top: 10px !important;
  }
  .downOffer__main__right__description {
    margin-left: 35px !important;
  }
  .downOffer__main__right__text {
    margin-left: 35px !important;
  }
}
@media (max-width: 768px) {
  .container__wrapper,
  .header__wrapper,
  .offer,
  .talk,
  .projects,
  .participation,
  .downOffer,
  .footer {
    width: calc(100% - 40px) !important;
    padding: 0 20px;
  }
  .header__wrapper__logos {
    flex-direction: column !important;
  }
  .projects {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .participation {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .participation__info__reg {
    width: 320px !important;
  }
  .talk__right__photoL img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .donwOffer__title {
    font-size: 30px !important;
  }
  .talk__right__photoR img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contact-form {
    width: 80% !important;
  }
  .downOffer__main__button {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
  }
  .description__bottom {
    flex-wrap: wrap;
    width: 200px !important;
  }
  .header {
    height: auto;
  }
  .header .header__wrapper {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
  .header .header__wrapper .header__wrapper__logo {
    width: 70%;
    height: auto;
    margin-top: 0;
  }
  .header .header__wrapper .header__wrapper__logo img {
    height: auto;
    width: 100%;
  }
  .backgroundPhoto {
    position: relative;
    top: auto;
    height: 200px;
    background-size: cover;
  }
  .offer__title {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-top: 40px !important;
    text-align: center;
  }
  .offer__subtitle {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-align: center;
  }
  .offer__discription {
    width: 100% !important;
    height: auto !important;
    font-size: 16px !important;
    padding: 10px 15px;
    text-align: center;
  }
  .offer__button {
    width: 100% !important;
    height: 48px !important;
    font-size: 16px !important;
  }
  .talk {
    flex-direction: column;
  }
  .talk .talk__right {
    margin-top: 20px;
    flex-direction: column;
  }
  .talk .talk__right .talk__right__photoL,
  .talk .talk__right .talk__right__photoR {
    margin-left: 0 !important;
  }
  .talk .talk__right .talk__right__photoL img,
  .talk .talk__right .talk__right__photoR img {
    margin-left: 0;
  }
  .projects__info {
    height: auto !important;
    border-radius: 50px !important;
    padding: 20px;
  }
  .projects__info .projects__info__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .projects__info .projects__info__wrapper .project__info__item {
    margin-left: 0 !important;
    flex-direction: column;
    text-align: center;
  }
  .projects__info .projects__info__wrapper .project__info__item img {
    margin-bottom: 10px;
    width: 60px;
    height: auto;
  }
  .participation__info {
    height: 100% !important;
    border-radius: 50px !important;
    padding: 20px;
  }
  .participation__info .participation__info__wrapper {
    flex-direction: column;
    align-items: start !important;
    margin: 0 !important;
    margin-left: 30px !important;
    gap: 15px;
  }
  .participation__info .participation__info__wrapper .participation__info__button {
    width: 300px !important;
  }
  .participation__info__wrapper * {
    margin: 0 !important;
    padding: 0 !important;
  }
  .downOffer__wrapper {
    margin-top: 150px !important;
  }
  .downOffer__wrapper .downOffer__main {
    flex-direction: column;
    align-items: center;
  }
  .downOffer__wrapper .downOffer__main .downOffer__main__left,
  .downOffer__wrapper .downOffer__main .downOffer__main__middle,
  .downOffer__wrapper .downOffer__main .downOffer__main__right {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .downOffer__wrapper .downOffer__main .downOffer__main__left img,
  .downOffer__wrapper .downOffer__main .downOffer__main__middle img,
  .downOffer__wrapper .downOffer__main .downOffer__main__right img {
    width: 100% !important;
    height: auto !important;
  }
  .footer__partners {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .footer__partners .footer__partners__item {
    width: 45%;
    height: auto;
  }
  .footer__partners .footer__partners__item .footer__partners__pic {
    width: 80%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */
