/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/vkusvill.scss ***!
  \***************************************************************************************************************************************************************************************/
/* global */
html {
  scroll-behavior: smooth !important;
  scrollbar-gutter: stable;
}
html.is-lock {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
}

@font-face {
  font-family: "Villula";
  src: url("https://dobro.kzn.ru/culture-of-charity/vkusvill/fonts/villula-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.v-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

.v-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 32px;
}
.v-date-container:before {
  content: "";
  display: block;
  width: 85%;
  height: 0;
  border-bottom: 2px dotted #dddddd;
  position: absolute;
  top: 47%;
  left: 81px;
  z-index: -1;
}

.v-date {
  position: relative;
  color: var(--main-color);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.v-date:not(:first-child):before {
  content: "";
  display: none;
  width: 0;
  height: 27%;
  border-left: 2px dotted #dddddd;
  position: absolute;
  top: -35%;
  left: 50%;
  z-index: -1;
}
.v-date__dates {
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
}
.v-date__icon {
  margin: 14px 0 16px;
}
.v-date__icon img {
  display: block;
}
.v-date__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.v-grant-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v-grant {
  margin-bottom: 30px;
}
.v-grant__title {
  text-align: center;
  color: #303030;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.v-geo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.v-geo {
  background-color: #ffffff;
  border: 2px solid black;
  border-radius: 48px;
  min-width: 650px;
  min-height: 370px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.v-geo__icon {
  position: absolute;
  top: -18%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.v-geo__content {
  max-width: 380px;
}
.v-geo__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.v-geo__info {
  font-size: 18px;
  line-height: 28px;
}
.v-geo__link {
  color: #00A23D;
  text-decoration: underline;
}
.v-geo--1 {
  border-color: #2DBE64;
  z-index: 1;
}
.v-geo--1 .v-geo__title {
  color: var(--main-color);
}
.v-geo--2 {
  border-color: #FF6262;
  z-index: 0;
  margin-left: -42px;
  margin-top: 79px;
}
.v-geo--2 .v-geo__title {
  color: #EE5154;
}

.v-help-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.v-help {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.v-help__icon {
  margin-bottom: 20px;
  width: 72px;
  height: 72px;
}
.v-help__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.v-help__info {
  font-size: 16px;
  line-height: 20px;
}

.v-vebinar {
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 40px;
}
.v-vebinar__title {
  margin-bottom: 32px;
  font-weight: 700;
}
.v-vebinar__media {
  border-radius: 54px;
  overflow: hidden;
  width: 919px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.v-vebinar__bg {
  position: relative;
  width: 100%;
  height: 561px;
  background: url(https://dobro.kzn.ru/culture-of-charity/vkusvill/img/vebinar.png) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.v-vebinar__icon {
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.v-vebinar__icon:hover {
  cursor: pointer;
  opacity: 0.85;
}

.v-vebinar__content {
  width: 324px;
}

#vkusvill-page {
  --font-villula: Villula, sans-serif;
  --main-color: #056B53;
  --text-color: #303030;
  --border-color: #797979;
  color: var(--text-color);
  font-weight: 400;
}
#vkusvill-page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#vkusvill-page .v-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
#vkusvill-page .v-title {
  font-family: var(--font-villula);
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: var(--main-color);
  margin-top: 0;
}
#vkusvill-page .section--main {
  margin-top: 64px;
  margin-bottom: 120px;
  min-height: 713px;
  width: 100%;
  border-radius: 60px;
  background: url(https://dobro.kzn.ru/culture-of-charity/vkusvill/img/main-bg.png) no-repeat center;
  background-size: cover;
  padding: 82px 123px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
#vkusvill-page .section--main .main-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 44px;
}
#vkusvill-page .section--main .vkusvill-logo {
  width: 345px;
}
#vkusvill-page .section--main .x-logo {
  margin: 0 17px;
}
#vkusvill-page .section--main .dk-logo {
  width: 172px;
}
#vkusvill-page .section--main .main-title-h {
  font-family: var(--font-villula);
  font-weight: 400;
  font-size: 54px;
  line-height: 70px;
  margin-top: 0;
  margin-bottom: 16px;
}
#vkusvill-page .section--main .main-title-accent {
  font-family: var(--font-villula);
  color: #A8FFC9;
  position: relative;
}
#vkusvill-page .section--main .main-title-accent:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: url(https://dobro.kzn.ru/culture-of-charity/vkusvill/img/konkurs-und.svg) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#vkusvill-page .section--main .main-info {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  max-width: 703px;
}
#vkusvill-page .section--main .main-btn-container {
  position: relative;
  margin-top: 40px;
}
#vkusvill-page .section--main .main-img-z {
  position: absolute;
  right: 10vw;
  bottom: 53px;
}
#vkusvill-page .section--main .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 82px;
  border-radius: 16px;
  padding: 17px 24px;
  -webkit-box-shadow: 0px 22.1px 44.2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 22.1px 44.2px 0px rgba(0, 0, 0, 0.16);
  padding-left: 72px;
  background: url(https://dobro.kzn.ru/culture-of-charity/vkusvill/img/icon-btn-arrow.svg) no-repeat left center;
  background-position-x: 24px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #474747;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#vkusvill-page .section--main .main-btn:hover {
  cursor: pointer;
  background-position-y: 24px;
  -webkit-box-shadow: 0px 22.1px 44.2px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 22.1px 44.2px 0px rgba(0, 0, 0, 0.26);
}
#vkusvill-page .section--dates {
  margin-bottom: 120px;
}
#vkusvill-page .section--dates .v-title {
  margin-bottom: 80px;
}
#vkusvill-page .section--grants {
  background-color: #FDEFEF;
  border-radius: 54px;
  padding: 40px 56px;
  margin-bottom: 170px;
}
#vkusvill-page .section--grants .v-title {
  margin-bottom: 64px;
}
#vkusvill-page .section--geo {
  margin-bottom: 120px;
}
#vkusvill-page .section--geo .v-title {
  margin-bottom: 80px;
}
#vkusvill-page .section--help {
  margin-bottom: 120px;
}
#vkusvill-page .section--help .v-title {
  margin-bottom: 24px;
}
#vkusvill-page .section--help .v-subtitle {
  margin-bottom: 80px;
}
#vkusvill-page .section--request .v-title {
  margin-bottom: 24px;
}
#vkusvill-page .section--request .v-request-container {
  background-color: #F7F9FC;
  border-radius: 54px;
  padding: 80px 30px;
}
#vkusvill-page .section--vebinar {
  padding-top: 120px;
  margin-bottom: 92px;
}
@media (max-width: 1400px) {
  #vkusvill-page .section--main .main-img-z {
    right: 6vw;
  }
}
@media (max-width: 1300px) {
  .v-geo {
    min-width: 50%;
  }
  .v-geo--2 {
    margin-left: -2%;
  }
}
@media (max-width: 1200px) {
  .v-grant-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  #vkusvill-page .section--main .main-img-z {
    right: 4vw;
  }
}
@media (max-width: 1101px) {
  #vkusvill-page .section--main {
    background-position-x: 100%;
    min-height: unset;
  }
  #vkusvill-page .section--main .main-img-z {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .v-date-container:before {
    width: 78%;
  }
}
@media (max-width: 1000px) {
  .v-geo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .v-geo {
    min-width: 70%;
  }
  .v-geo--2 {
    margin-left: 0;
  }
  .v-help-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v-help {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  #vkusvill-page .section--request .v-request-container {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  #vkusvill-page .section--main {
    background-position-x: 70%;
  }
  #vkusvill-page .section--main .dk-logo {
    width: 90px;
  }
  #vkusvill-page .section--main .main-title-h {
    font-size: 40px;
    line-height: 50px;
  }
  #vkusvill-page .section--main .main-title-accent:after {
    bottom: -4px;
  }
  #vkusvill-page .section--main .main-info {
    font-size: 18px;
    line-height: 24px;
  }
  #vkusvill-page .section--main .main-img-z {
    display: none;
  }
}
@media (max-width: 767px) {
  .v-date-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v-date-container:before {
    display: none;
  }
  .v-date {
    min-width: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .v-date:not(:first-child) {
    margin-top: 60px;
  }
  .v-date:not(:first-child):before {
    display: block;
  }
  .v-date__dates {
    min-height: auto;
  }
  .v-date__title {
    text-align: center;
  }
  .v-geo {
    min-width: 100%;
    padding: 36px;
  }
  .v-vebinar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .v-vebinar__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .v-vebinar__bg {
    height: 370px;
  }
  .v-vebinar__content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    text-align: center;
  }
  #vkusvill-page .v-subtitle {
    text-align: center;
  }
  #vkusvill-page .v-title {
    text-align: center;
  }
  #vkusvill-page .section--main {
    padding: 48px 41px;
  }
  #vkusvill-page .section--grants {
    padding: 40px 16px;
  }
  #vkusvill-page .section--request .v-request-container {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .v-container {
    padding: 0 16px;
  }
  .v-grant__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .v-grant__icon img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  .v-grant__title br {
    display: none;
  }
  .v-geo__icon {
    top: -68px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .v-geo__content {
    margin-top: 20px;
  }
  .v-help-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .v-help {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .v-help__icon {
    margin: 0 auto 20px;
  }
  .v-vebinar__bg {
    height: 250px;
  }
  #vkusvill-page .v-title {
    font-size: 36px;
    line-height: 50px;
  }
  #vkusvill-page .section--main {
    padding: 28px 21px;
    background: url(https://dobro.kzn.ru/culture-of-charity/vkusvill/img/main-bg-mobile.png) no-repeat center;
    background-size: cover;
    border-radius: 32px;
  }
  #vkusvill-page .section--main .vkusvill-logo {
    width: 37vw;
  }
  #vkusvill-page .section--main .x-logo {
    width: 7vw;
  }
  #vkusvill-page .section--main .main-title-h {
    font-size: 30px;
    line-height: 40px;
  }
  #vkusvill-page .section--main .main-info {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 460px) {
  #vkusvill-page .section--main .main-btn {
    font-size: 15px;
    line-height: 20px;
    width: 244px;
    height: 71px;
    border-radius: 14px;
    padding: 15px 21px;
    padding-left: 68px;
  }
}
@media (max-width: 340px) {
  #vkusvill-page .section--main .dk-logo {
    margin-top: 20px;
  }
  #vkusvill-page .section--main .main-title-h {
    font-size: 28px;
    line-height: 38px;
  }
  #vkusvill-page .section--main .main-btn-container {
    margin-top: 20px;
  }
}
@media (min-width: 1102px) {
  #vkusvill-page .section--main .main-info br {
    display: none;
  }
}
