

/* Start:/local/components/ip52/lp/templates/wellcome_screen_type_5/style.css?17338909311834*/
.wellcome_screen_5 {
  position: relative;
}
@media (min-width: 960px) {
  .wellcome_screen_5:before {
    content: '';
    position: absolute;
    background: var(--BODY_BG, none);
    background-position: center;
    background-repeat: no-repeat;
    top: -5%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transform: var(--before-transform);
  }
}
.wellcome_screen_5 .block {
  position: relative;
  margin: 0 auto;
  max-width: calc(100% - 30px);
}
@media (min-width: 960px) {
  .wellcome_screen_5 .block {
    max-width: 840px;
  }
}
.wellcome_screen_5 .block .img_bg {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .wellcome_screen_5 .block .img_bg {
    margin-top: -15%;
  }
}
.wellcome_screen_5 .block .img_title {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  top: 20%;
  max-width: 80%;
}
@media (min-width: 375px) {
  .wellcome_screen_5 .block .img_title {
    top: 25%;
  }
}
@media (min-width: 390px) {
  .wellcome_screen_5 .block .img_title {
    top: 26%;
  }
}
@media (min-width: 410px) {
  .wellcome_screen_5 .block .img_title {
    top: 28%;
  }
}
@media (min-width: 768px) {
  .wellcome_screen_5 .block .img_title {
    top: 35%;
    max-width: none;
  }
}
.wellcome_screen_5 .block .message {
  position: relative;
  border-radius: 28px;
  padding: 68px 24px 24px 24px;
  margin: 0 auto;
  max-width: 540px;
  backdrop-filter: blur(48px);
  background: rgba(9, 72, 69, 0.6);
  margin-top: -25%;
}
@media (min-width: 768px) {
  .wellcome_screen_5 .block .message {
    padding: 68px 48px 48px 48px;
  }
}
.wellcome_screen_5 .block .message .text {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--white-main);
}

/* End */


/* Start:/local/components/ip52/lp/templates/info_block_img_left/style.css?17338909921859*/
.info_block_img_left {
  position: relative;
}
.info_block_img_left .container {
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .info_block_img_left .container {
    max-width: 1060px;
  }
}
.info_block_img_left .container .picture {
  position: relative;
}
.info_block_img_left .container .picture img {
  max-width: 100%;
}
.info_block_img_left .container .info {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .info_block_img_left .container .info {
    max-width: 460px;
    margin: auto 0 auto auto;
  }
}
.info_block_img_left .container .info .title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 44px;
  text-transform: uppercase;
  color: var(--accent-cream);
  -webkit-text-stroke: 3px var(--accent-orange);
  text-stroke: 3px var(--accent-orange);
  position: relative;
}
@media (min-width: 375px) {
  .info_block_img_left .container .info .title {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  .info_block_img_left .container .info .title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .info_block_img_left .container .info .title {
    text-align: center;
  }
}
.info_block_img_left .container .info .title:before {
  content: attr(data-title);
  -webkit-text-stroke: 0.5px var(--black-600);
  text-stroke: 0.5px var(--black-800);
  z-index: 0;
  position: absolute;
  left: 0;
}
.info_block_img_left .container .info .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white-main);
  margin: 35px 0;
}
@media (max-width: 768px) {
  .info_block_img_left .container .info .text {
    text-align: center;
  }
}
.info_block_img_left .container .info .control {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .info_block_img_left .container .info .control {
    justify-content: center;
  }
}

/* End */


/* Start:/local/components/ip52/lp/templates/streem_type_1/style.css?17338593898008*/
.streem_type_1 {
  position: relative;
}
.streem_type_1 .container {
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .streem_type_1 .container {
    margin: auto;
    max-width: 960px;
  }
}
.streem_type_1 .info {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .streem_type_1 .info {
    max-width: 520px;
  }
}
.streem_type_1 .info .title {
  text-align: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  color: var(--accent-cream);
  -webkit-text-stroke: 3px var(--accent-orange);
  text-stroke: 3px var(--accent-orange);
  position: relative;
}
.streem_type_1 .info .title:before {
  content: attr(data-title);
  -webkit-text-stroke: 0.5px var(--black-600);
  text-stroke: 0.5px var(--black-800);
  z-index: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .streem_type_1 .info .title:before {
    left: 0;
  }
}
.streem_type_1 .info .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white-main);
  margin: 35px 0;
}
.streem_type_1 .video {
  position: relative;
  margin: 2.5em 0;
}
@media (min-width: 768px) {
  .streem_type_1 .video {
    margin: 10rem 0;
  }
}
.streem_type_1 .video:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='1110' height='655' viewBox='0 0 1110 655' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2035_11594)'%3E%3Cpath d='M32.5622 47.2684C33.3781 39.5492 39.5713 33.6501 47.3194 33.1818C109.485 29.4241 375.528 13.9998 553.996 13.9998C732.465 13.9998 998.508 29.4241 1060.67 33.1818C1068.42 33.6501 1074.61 39.5492 1075.43 47.2684C1080.01 90.615 1094 230.761 1094 326.5C1094 422.239 1080.01 562.385 1075.43 605.731C1074.61 613.45 1068.42 619.349 1060.67 619.818C998.508 623.575 732.465 639 553.996 639C375.528 639 109.485 623.575 47.3193 619.818C39.5712 619.349 33.3781 613.45 32.5622 605.731C27.9806 562.384 13.9965 422.239 13.9965 326.5C13.9965 230.761 27.9806 90.615 32.5622 47.2684Z' fill='%23D9D9D9' /%3E%3Cpath d='M46.897 26.1945C35.7481 26.8685 26.7778 35.3986 25.601 46.5326C21.0237 89.8388 6.99649 230.338 6.99649 326.5C6.99649 422.662 21.0237 563.161 25.601 606.467C26.7778 617.601 35.748 626.131 46.897 626.805C109.034 630.561 375.284 646 553.996 646C732.709 646 998.959 630.561 1061.1 626.805C1072.24 626.131 1081.22 617.601 1082.39 606.467C1086.97 563.161 1101 422.662 1101 326.5C1101 230.338 1086.97 89.8389 1082.39 46.5327C1081.22 35.3986 1072.25 26.8685 1061.1 26.1946C998.959 22.4386 732.709 6.99976 553.996 6.99976C375.284 6.99976 109.034 22.4386 46.897 26.1945Z' stroke='%23EC5A48' stroke-width='14' /%3E%3C/g%3E%3Cg filter='url(%23filter1_d_2035_11594)'%3E%3Cpath d='M32.5622 47.2684C33.3781 39.5492 39.5713 33.6501 47.3194 33.1818C109.485 29.4241 375.528 13.9998 553.996 13.9998C732.465 13.9998 998.508 29.4241 1060.67 33.1818C1068.42 33.6501 1074.61 39.5492 1075.43 47.2684C1080.01 90.615 1094 230.761 1094 326.5C1094 422.239 1080.01 562.385 1075.43 605.731C1074.61 613.45 1068.42 619.349 1060.67 619.818C998.508 623.575 732.465 639 553.996 639C375.528 639 109.485 623.575 47.3193 619.818C39.5712 619.349 33.3781 613.45 32.5622 605.731C27.9806 562.384 13.9965 422.239 13.9965 326.5C13.9965 230.761 27.9806 90.615 32.5622 47.2684Z' fill='%23D9D9D9' /%3E%3Cpath d='M47.0479 28.69C37.1135 29.2905 29.1351 36.8809 28.0871 46.7954C23.5083 90.116 9.49649 230.489 9.49649 326.5C9.49649 422.511 23.5083 562.883 28.0871 606.204C29.1351 616.119 37.1134 623.709 47.0478 624.31C109.195 628.066 375.371 643.5 553.996 643.5C732.622 643.5 998.798 628.066 1060.95 624.31C1070.88 623.709 1078.86 616.119 1079.91 606.204C1084.48 562.883 1098.5 422.511 1098.5 326.5C1098.5 230.489 1084.48 90.1161 1079.91 46.7955C1078.86 36.881 1070.88 29.2905 1060.95 28.69C998.798 24.9334 732.622 9.49976 553.996 9.49976C375.371 9.49976 109.195 24.9334 47.0479 28.69Z' stroke='%23EF891F' stroke-width='9' /%3E%3C/g%3E%3Cg filter='url(%23filter2_d_2035_11594)'%3E%3Cpath d='M32.5622 47.2684C33.3781 39.5492 39.5713 33.6501 47.3194 33.1818C109.485 29.4241 375.528 13.9998 553.996 13.9998C732.465 13.9998 998.508 29.4241 1060.67 33.1818C1068.42 33.6501 1074.61 39.5492 1075.43 47.2684C1080.01 90.615 1094 230.761 1094 326.5C1094 422.239 1080.01 562.385 1075.43 605.731C1074.61 613.45 1068.42 619.349 1060.67 619.818C998.508 623.575 732.465 639 553.996 639C375.528 639 109.485 623.575 47.3193 619.818C39.5712 619.349 33.3781 613.45 32.5622 605.731C27.9806 562.384 13.9965 422.239 13.9965 326.5C13.9965 230.761 27.9806 90.615 32.5622 47.2684Z' fill='%23D9D9D9' /%3E%3Cpath d='M47.1384 30.1873C37.9328 30.7437 30.5494 37.7704 29.5788 46.9531C24.9991 90.2823 10.9965 230.579 10.9965 326.5C10.9965 422.42 24.9991 562.717 29.5788 606.046C30.5494 615.229 37.9327 622.256 47.1383 622.812C109.292 626.569 375.424 642 553.996 642C732.569 642 998.701 626.569 1060.85 622.812C1070.06 622.256 1077.44 615.229 1078.41 606.046C1082.99 562.717 1097 422.42 1097 326.5C1097 230.579 1082.99 90.2824 1078.41 46.9531C1077.44 37.7704 1070.06 30.7437 1060.85 30.1873C998.701 26.4303 732.569 10.9998 553.996 10.9998C375.424 10.9998 109.292 26.4303 47.1384 30.1873Z' stroke='%23FBC12F' stroke-width='6' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2035_11594' x='-0.00350952' y='-0.000244141' width='1110' height='655' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dx='1' dy='1' /%3E%3CfeGaussianBlur stdDeviation='0.5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2035_11594' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2035_11594' result='shape' /%3E%3C/filter%3E%3Cfilter id='filter1_d_2035_11594' x='4.99649' y='4.99976' width='1100' height='645' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dx='1' dy='1' /%3E%3CfeGaussianBlur stdDeviation='0.5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2035_11594' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2035_11594' result='shape' /%3E%3C/filter%3E%3Cfilter id='filter2_d_2035_11594' x='7.99649' y='7.99976' width='1094' height='639' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha' /%3E%3CfeOffset dx='1' dy='1' /%3E%3CfeGaussianBlur stdDeviation='0.5' /%3E%3CfeComposite in2='hardAlpha' operator='out' /%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0' /%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2035_11594' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2035_11594' result='shape' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
}
@media (min-width: 768px) {
  .streem_type_1 .video:before {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    top: -40px;
    left: -40px;
  }
}
.streem_type_1 .video iframe {
  border-radius: 16px;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* End */


/* Start:/local/components/ip52/lp/templates/times/style.css?17338591872779*/
.times {
  padding: 10rem 0;
  color: var(--color-primary-dark);
  position: relative;
}
@media screen and (max-width: 767px) {
  .times {
    padding: 2.5rem 0 0 0;
  }
}
@media (min-width: 960px) {
  .times:before {
    content: '';
    position: absolute;
    background: var(--BODY_BG, none);
    background-position: center;
    background-repeat: no-repeat;
    top: -5%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transform: var(--before-transform);
  }
}
@media (max-width: 768px) {
  .times .container {
    max-width: calc(100% - 30px);
  }
}
.times .times__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 52px;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: var(--accent-cream);
  -webkit-text-stroke: 3px var(--accent-orange);
  text-stroke: 3px var(--accent-orange);
  position: relative;
}
@media (min-width: 768px) {
  .times .times__title {
    font-size: 64px;
    margin-bottom: 6rem;
  }
}
.times .times__title:before {
  content: attr(data-title);
  -webkit-text-stroke: 0.5px var(--black-600);
  text-stroke: 0.5px var(--black-800);
  z-index: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .times .times__title:before {
    left: 0;
  }
}
.times .times__inner {
  position: relative;
  z-index: 2;
}
.times .times__list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 1056px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .times .times__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.times .times__list .times__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  background: var(--accent-cream);
  border-left: 8px solid var(--accent-light-orange);
  border-radius: 12px;
  padding: 16px 32px;
}
.times .times__list .times__item:nth-of-type(3n + 1) {
  border-color: var(--accent-light-orange);
}
.times .times__list .times__item:nth-of-type(3n + 2) {
  border-color: var(--accent-orange);
}
.times .times__list .times__item:nth-of-type(3n + 3) {
  border-color: var(--accent-grape);
}
.times .times__list .times__item:nth-of-type(3n + 7) {
  border-color: var(--accent-grape);
}
.times .times__list .times__item:nth-of-type(3n + 8) {
  border-color: var(--accent-orange);
}
.times .times__list .times__item:nth-of-type(3n + 9) {
  border-color: var(--accent-light-orange);
}
.times .times__list .times__item .times__time {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  color: var(--accent-dark-green);
}
.times .times__list .times__item .times__sign {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--black-main);
}

/* End */
/* /local/components/ip52/lp/templates/wellcome_screen_type_5/style.css?17338909311834 */
/* /local/components/ip52/lp/templates/info_block_img_left/style.css?17338909921859 */
/* /local/components/ip52/lp/templates/streem_type_1/style.css?17338593898008 */
/* /local/components/ip52/lp/templates/times/style.css?17338591872779 */
