/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
 
audio,
canvas,
video {
  display: inline-block;
}

.flex{
  display: flex;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Roboto, sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  font-size: 16px;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  /* margin: 1em 0; */
  font-weight: 400;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

h2 {
  margin: 0;
}

:root {
  --green: #e62b59;
  --yellow: #ffb300;
}

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

@font-face {
  font-family: "Open Sans";
  src: url('/wp-content/themes/uncle-theme/landing/fonts/OpenSans-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url('/wp-content/themes/uncle-theme/landing/fonts/OpenSans-SemiBold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Gothampro';
  src:    url('/wp-content/themes/uncle-theme/fonts/gothampro_black.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src:    url('/wp-content/themes/uncle-theme/fonts/gothampro_medium.ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src:    url('/wp-content/themes/uncle-theme/fonts/gothampro_light.ttf');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}



body {
  position: relative;


  margin: 0 auto;

  padding: 0;

  background: #fff;
  font-family: "Open Sans";

  font-weight: 400;
  line-height: 1.5;
  color: #252525;

  text-align: center;
}


.container {
  margin: 0 auto;
  max-width: 1370px;
}

/* заголовоки и текст_____________________________________ */
.section__title {
  padding: 34px 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}


@media screen and (max-width: 1000px) {
  .section__title {
    font-size: 24px;
  }
}
.green__line {
  display: inline-block;
  width: 110px;
  height: 3px;
  margin: 30px 0;
  background-color: var(--green);
}

.section__subtitle {
  font-size: 35px;
  font-weight: 600;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .section__subtitle {
    font-size: 25px;
  }
}

.text-s {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
.text-xs {
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.text-s-green {
  color: #e62b59;
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.text-m {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.text-l {
  font-size: 18px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
}

/* Хедер______________________________________________________ */

.header {
  display: flex;
  align-items: center;

  padding: 0 160px;
  width: calc(100% - 320px);

  height: 80px;

  background-color: #ffff;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

  border-bottom: 2px solid #e8e8e8;
}


.logo img {
  width: 140px;
}
.menu {
  display: flex;
}

.menu__link {
  padding: .83vw;
  color: rgb(37, 37, 37);
  /* font-size: .9vw; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .header {
    justify-content: space-between;
  
    padding: 0 15px;
    width: calc(100vw - 30px);

    height: 60px;

  border-bottom: none;

  }
  .logo img {
    width: 110px;
  }
}

.mob__menu-container {
  display: flex;
  justify-content: flex-end;

  width: 100%;

  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .mob__menu-container {
    display: block;

    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;

    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;

    background-color: #ffffff;
    border: 1px solid #ececec;

    text-align: center;

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.08),
      0px 1px 3px rgba(0, 0, 0, 0.16);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mob__menu-container.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}

.menu-button {
  display: none;
}

.menu-button .icon-cross {
  display: none;

  fill: #ffff;
}

.menu-button.is-open .icon-cross {
  display: block;
}

.menu-button.is-open .icon-menu {
  display: none;
}
.menu-button .icon-menu {
  fill: #ffff;
}

/* ___________________________widget___________ */
.language__switcher {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .language__switcher {
    width: 33.399%;
  }
}

.widget__container {
  border-radius: 10px 10px 10px 10px;

  background-color: var(--green);
}
.nav__switcher {
  display: flex;
  justify-content: center;
  padding: 0 12px;
}
.nav__menu-item {
  padding: 5px 6px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.nav__menu-item a {
  color: #ffff;
}

/* ____________________HERO____________________  */

.hero {
  padding: 3vh 0;
}

.hero__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  max-width: 70%;
  margin: 0 auto;
}


.hero__info {
  background-image: url(https://rau.ua/wp-content/uploads/2020/12/rau_flower.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1vh 0;
}
.hero__info p b,
.hero__info p{
  font-size: 22px;
}

.text__box {
  padding: 0 100px;
}

.hero__button {
  margin: 50px auto 0;
}

.hero__button a {
  background-color: #e62b59;
  border: unset;
  border-radius: 8px;
  padding: 20px 30px;
  font-size: 24px;
  color: #ffff;
  display: block;
  max-width: 60%;
  margin: 0 auto 24px;
}

#special_button .hero__button a {
    background-color: #23b237;
    border: unset;
    border-radius: 8px;
    padding: 20px 30px;
    font-size: 24px;
    color: #ffff;
    display: block;
    max-width: 40%;
    margin: 0 auto 24px;
    text-transform: uppercase;
    font-weight: bold;
}


.form_colums_wrap {
    display: grid;
    padding: 0;
    column-gap: 32px;
    grid-template-columns: repeat(2, 35%);
    justify-content: center;
}
.form_colums_wrap_inner{
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.form_colums_wrap_inner h3 {
  margin: 0 0 1em;
  color: #fff;
  background: #e62b59;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  padding: 8px 16px;
  min-height: 124px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  line-height: 1.2;
}
.form_colums_wrap_inner h3 span {
  font-size: 14px;
  line-height: 1.1;
  display: block;
  margin: 8px 0 0;
}
.form_colums_wrap_inner div{
  margin: 0 0 26px;
}

.price{
  font-weight: bold;
  font-size: 20px;
}

.form_colums_wrap_inner div:last-of-type{
  margin: 0;
}

.form_colums_wrap_inner div p{
    margin: 32px 0;
    padding: 0 38px;
    line-height: 1.3;
    text-align: justify;
    font-size: 16px;

}
.form_colums_wrap_inner div b{
  color: #e62b59;
  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .hero .section__title {
    padding-top: 0;
  }

  .hero {
    padding-top:  80px;
  }

  .hero__content {
    display: block;
  }
  .text__box {
    padding: 0 55px;
  }
  .products__item-video {
    padding-top: 10px;
  }
  
  .products__item-video iframe {
    width: 100% !important;
    height: calc(calc(calc(100vw - 52px) / 16) * 9);
    margin: 30px 0 -30px;
  }
}
/* __________________________aboutExpo__block________ */
.aboutExpo {
  margin: 0 auto;
}

.aboutExpo__block {
  display: flex;
  justify-content: space-between;
  align-items: baseline;

  padding: 0 30px;
}
.aboutExpo__block-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.aboutExpo__block-item img {
  width: auto;
  height: 70px;
}

.aboutExpo__block-item .section__subtitle {
  padding-top: 10px;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .aboutExpo__block {
    display: block;
    align-items: center;
  
    padding: 0;
  }
  .aboutExpo__block-item {
    margin-top: 30px;
  }
	#special_button .hero__button a {
    	max-width: 80%;
	}
}
/* _________________________gallery__________________
*/

.speakers__button-link {
  border-radius: 6px;
  padding: 20px 75px;
  font-size: 40px;
  color: #ffff;
  display: inline-block;
  margin: 80px 0 16px;
}

.speakers .section__subtitle {
  margin: 0;
}
.speakers {
  padding: 90px 0 0;
  text-align: center;
  margin: 0 auto;
}

.video{
  position: relative;
  display: flex;
  justify-content: center;
}

.video a img {
  height: 3vh;
  width: auto;
  margin: 0 0 16vh;
  cursor: pointer;
}

.video h1, .video a {
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.video a {
  display: none;
}
.video h1 {
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  color: #fff;
  text-align: center;
  margin: 0 0 22vh;
}
.block_14 {
  margin: 100px auto 0;
  padding: 0 19.5vw;
}
.block_14 span {
  /* font-weight: 400; */
  display: flex;
  align-items: center;
  justify-content: center;
}


.block_14 img {
  /* max-width: 134px; */
  width: auto;
}
.block_14 b {
  font-size: 24px;
  text-align: left;
  line-height: 1.3;
  max-width: 720px;
}

.gallery__item-about.text-s{
  padding: 0 8px;
}
.gallery__item-about.text-s strong{
  font-size: 14px;
  opacity: .8;
}


.gallery__item-name.text-l{
  color: #000;
}

.video video{
  margin: -82px 0 0;
  width: 100%;
}

.video_grid {
  background-image: url(/wp-content/themes/rau/landing/images/grid.png);
  background-color: rgba(0,0,0,0.2) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reviews.container,
.exponants.container,
.gallery {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: relative;
}
.slick-arrow{
    appearance: unset;
    border: none;
    color: transparent;
    background-color: transparent;
    border-top: 4px solid #e62b59;
    border-left: 4px solid #e62b59;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -55px;
    cursor: pointer;
    top: 40%;
    transform: translate(0, -50%) rotate(135deg);
}
.slick-prev{
  right: unset;
  left: -55px;
  transform: translate(0, -50%) rotate(-45deg);
  
}
.slider__reviews-about-name p,
.slider__reviews-about-summary{
  font-weight: bold; 
}
.slider__reviews-about-name p{
 color: #e62b59; 
}

.gallery__item {
  margin: 15px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.gallery .slick-dots{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 1000px) {
  .speakers__button-link {
    padding: 20px 35px;
    font-size: 20px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
  
  .gallery__item {
    margin: 3px;
  }
}
/* ________________________slider__exponants________ */
.slider__exponants {
  position: relative;
  margin: 30px auto 0;
  padding: 0;
}


.slider__reviews .slick-arrow,
.slider__exponants .slick-arrow {
  right: -35px;
  left: unset;
}

.slider__reviews .slick-prev.slick-arrow,
.slider__exponants .slick-prev.slick-arrow{
  right: unset;
  left: -35px;
}

.slider__item-photo {
  display: flex;
  width: auto;
  margin: 5px;
  border: 1px solid #e62b59;
}

.slider__item-photo img {
  width: 100%;
  height: auto;
  max-width: 168px;
  max-height: 168px;
  margin: 0 auto;
}


.slider__exponants .slider__item-photo{
  padding: 12px;
}

.slick-list {
  overflow: hidden;
}
/* .slider__exponants .slick-track {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
} */

.slick-track {
  display: flex;
  margin: 0 auto;
}

 
.reviews.container .slick-dots,
.slider__exponants .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  list-style: none;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li button {
  width: 5px;
  height: 5px;

  opacity: 0.25;
  background-color: #000;

  font-size: 0;
  color: #000;
  text-indent: 0px;

  margin: 0em;
  font: 0;
  padding: 0;

  border-width: 0;
  border-radius: 50%;
  border-style: outset;
  border-color: #000;
  border-image: initial;
}
@media screen and (max-width: 1000px) {
  .slider__exponants {
    position: relative;
    margin-top: 30px;
    padding: 0px;
  }
  
  .slider__item-photo {
    display: flex;
    width: auto;
    margin: 5px;
  }
}

/* _________________________reviews__________________ */

.slider__reviews {
  position: relative;
}
.slider__reviews .slick-list {
  margin: 60px 120px 0;
}

.slider__reviews-item {
  margin: 0 auto 32px;
  padding: 0 0 32px;
  text-align: left;
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 32px;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.slider__reviews-about-name p{
  margin: 0 0 8px;
}

/* .slider__reviews-item:nth-child(even){
  grid-template-columns: 1fr 300px;
}
.slider__reviews-item:nth-child(even) .slider__reviews-about{
  order: 2;
}
.slider__reviews-item:nth-child(even) .slider__reviews-reviews{
  order: 1;
} */

.reviews {
  margin: 32px auto 0;
}

.read_more{
  color: #e62b59;
  border-bottom: 1px solid;
  font-size: 14px;
}

.slider__reviews-reviews p {
  margin: 0;
  height: 78px;
  overflow: hidden;
}

.slider__reviews-about {
  display: flex;
  padding: 0;
  /* align-items: center;
  justify-content: center; */
}

.slider__reviews-about img {
  max-width: 100%;
  width: 100px;
  height: 100px;

  box-sizing: border-box;
  object-fit: cover;
  border-radius: 999px;
}
.slider__reviews-about-name {
  padding: 0;
  position: relative;
  margin: 0 0 0 16px;
}

.num {
  font-size: 32px;
  font-weight: bold;
  float: left;
  margin: 0 8px 0 0;
}
.inner_column b{
  font-size: 22px;
}

.inner_column {
  grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 6.25vw;
  text-align: left;
  margin: 48px 0 0;
}

.inner_column div{
  position: relative;
}
.inner_column div .num {
  position: absolute;
  top: 16px;
  left: 0;
  color: transparent;
  line-height: 1;
  transform: translateX(-120%);
  font-family: Arial;
  -webkit-text-stroke: 1px #e62b59;
  font-size: 2.7vw;
}
.after_car_2,
.after_car_1{
  font-size: 52px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0 0;
}
.after_car_2 {
  font-size: 38px;
  margin: 2em 0 0;
}

.slider__reviews-reviews {
  padding: 0;
}

/* .slider__reviews .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;

  font-size: 0;
  width: 30px;
  height: 60px;

  border: none;
}
.slider__reviews .slick-arrow.slick-prev {
  left: 30px;
  background: url(./images/icons/arrow-left.svg) 0 0 no-repeat;
}
.slider__reviews .slick-arrow.slick-next {
  right: 30px;
  background: url(./images/icons/arrow-right.svg) 0 0 no-repeat;
} */

/* .slider__reviews .slick-dots li button {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
}
.slider__reviews .slick-dots li.slick-active button {
  opacity: 1;
} */

@media screen and (max-width: 1000px) {
  .slider__reviews .slick-list {
    margin: 20px 40px 0;
  }

  .slider__reviews-about-name {
    margin: 0 0 0 20px;

  }
  .slider__reviews-about-name::before {
    top: 0;
  }

  .slider__reviews-about-name p{
    font-size: 24px;
    line-height: 1.2;
   font-weight: bolder;
   margin: 10px 0 0 ;
  }
  .slider__reviews .slick-arrow.slick-prev {
    left: 15px;
  }
  .slider__reviews .slick-arrow.slick-next {
    right: 15px;
  }

}


/* _____________________partners___________________ */

.partners__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0 30px;
}

.partners__block-item {
  max-width: 100%;
  width: auto;
  font-size: 14px;
  margin: 12px;
  padding: 0 0 4px;
  opacity: 1;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.partners__block-item.wide{
  grid-column: 1 / 3;
}
.partners__block-item.wide-2{
  grid-column: 3 / 5;
}

.partners__block-item p {
  padding: 0 8px;
}

.partners__block-item a{
  color: #000;
}


@media screen and (max-width: 1000px) {
  .partners__block {
    grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  /* grid-template-rows: 10px 1fr; */


    padding: 50px 30px 0;
    margin: 0 auto;
  }
  .partners__block-item {
    padding: 0;
    margin: 0 0 16px;
  }

  .partners__block-item:nth-of-type(4),
.partners__block-item:nth-of-type(5){
    grid-row: unset;
}
}


/* _____________________________Program________________ */
.program {
  padding-top: 42px;
}

/* __________________________articles_______________ */

.articles {
  padding: 50px 30px 0;
}

.block__articles {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 35px;

  padding-bottom: 40px;
}

.block__articles-item {
  position: relative;
  padding: 0px 20px 0px 10px;
  text-align: left;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.block__articles-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.block__articles-date::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

.articles__button {
  background-color: #e62b59;
  border-radius: 6px;
  padding: 16px 28px;
  color: #fff;
}

.block__articles-date {
  margin: 16px 0;
  font-size: 12px;
  line-height: 1.3em;
  color: #adadad;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .articles {
    padding: 50px 15px 0;
  }
  .block__articles {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  
    width: auto;
  }

}
/* ________________________timer______________________ */
.timer {
  padding: 0 0 80px;
}
#getting-started {
  display: flex;
  justify-content: center;

  padding-top: 50px;
}

#getting-started div {
  position: relative;
  margin-right: 30px;
  padding: 5px 30px;

  background-color: #e62b59;

  font-size: 70px;
  color: #fff;

  border-radius: 6px;
}

#getting-started div:nth-child(1)::after {
  content: "Днів";
  position: absolute;
  bottom: -30px;
  left: 0;

  width: 100%;
  height: 20px;

  color: #252525;
  font-size: 16px;
  line-height: 1.5;
}
#getting-started div:nth-child(2)::after {
  content: "Годин";
  position: absolute;
  bottom: -30px;
  left: 0;

  width: 100%;
  height: 20px;

  color: #252525;
  font-size: 16px;
  line-height: 1.5;
}
#getting-started div:nth-child(3)::after {
  content: "Хвилин";
  position: absolute;
  bottom: -30px;
  left: 0;

  width: 100%;
  height: 20px;

  color: #252525;
  font-size: 16px;
  line-height: 1.5;
}
#getting-started div:nth-child(4)::after {
  content: "Секунд";
  position: absolute;
  bottom: -30px;
  left: 0;

  width: 100%;
  height: 20px;

  color: #252525;
  font-size: 16px;
  line-height: 1.5;
}

#getting-started div:nth-child(4) {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .slider__reviews-about-name {
    margin: 0 0 16px 20px;
  }
  #getting-started {
  padding-top: 25px;

  }
  #getting-started div {
    margin-right: 20px;
    padding: 5px 15px;
  
    font-size: 35px;
  }
  
 }


.button__container {
  display: flex;
  justify-content: space-around;

  padding-top: 70px;
}

.button__container a {
  font-size: 20px;
  color: #fff;
  height: 30px;
}

.button__red {
  display: flex;

  background-color: #d9534f;

  padding: 30px 75px;
  border-radius: 6px;
}
.button__red img {
  width: 17px;
  margin-right: 10px;

  transform: rotate(135deg);
}

.button__blue {
  display: flex;

  background-color: #159df2;

  padding: 30px 50px;
  border-radius: 6px;
}

.button__blue img {
  width: 25px;
  margin-right: 10px;
}


@media screen and (max-width: 1000px) {
  .block_14 {
    padding: 0 32px;
  }
  .gallery .slick-dots {
    flex-flow: row wrap;
  }
  .form_colums_wrap {
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 16px;
  }
  .form_colums_wrap_inner{
    margin: 0 auto 32px;
  }
  .inner_column {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin: 32px 0 0 50px;
}
  .block_14 span {
    flex-flow: column;
  }
  .slider__reviews-item {
    grid-template-columns: 1fr !important;
    column-gap: 0;
    max-width: 80%;
  }
  .slider__reviews-item:nth-child(even) .slider__reviews-about {
    order: 1;
  }
  .timer {
    padding-top: 40px;
  }
  .after_car_2, .after_car_1 {
    font-size: 28px;
  }
  .block_14 b {
    font-size: 18px;
    text-align: center;
  }
  .after_car_2 {
    font-size: 22px;
  }


  .button__container {
    /* width: 100vw; */
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;

    padding-top: 70px;
  }

  .button__red {
    margin: 0 auto;
  
    padding: 15px 50px;
  }
  .button__blue {
    margin: 20px auto 0;
  
    padding: 15px 25px;
  }



  .button__container a {
    font-size: 16px;
  }
}
/* _____________________________infoPartners__block____ */
.infoPartners {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  margin: 0 auto 40px;
}

.infoPartners p{
  text-align: left;
}

.gap{
  column-gap: 16px;
}

.image__wrap{
  padding: 8px;
}

.infoPartners__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0;
}

.raunews .infoPartners__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
}

.infoPartners__block-img {
  padding: 30px;
}

p:empty{
  display: none;
}


#pause_video,
#play_video{
  cursor: pointer;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 15%;
  right: 5%;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
  /* background-color: #e62b59;
  border-radius: 50%; */
  z-index: 1;
}
#pause_video img,
#play_video img{
  opacity: .5;
  filter: invert(1);
  width: 100%;
  height: auto;
  transition: opacity .4s;
}

#pause_video:hover img,
#play_video:hover img{
  opacity: .8;
}

/* #play_video:before{
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-50%);
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 45px solid #fff;
} */

#pause_video{
  display: none;
}

/* #pause_video{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 180px;
  transform: translate(-50%,-50%);
  /* border-left: 46px solid #fff;
  border-right: 46px solid #fff;
  cursor: pointer;
  z-index: 100;
  opacity: .1;
  transition: opacity .4s;
}
#pause_video:hover{
  opacity: .8;
} */


@media screen and (max-width: 1000px) {
  /* #pause_video {
     width: 30px;
    height: 80px;
    border-left: 26px solid #fff;
    border-right: 26px solid #fff;
    opacity: .4;
  } */
  #pause_video,
  #play_video{
    width: 75px;
    height: 75px;
  }
  /* #play_video:before{
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
  } */

  

  .logo{
    order: 1;
  }
  .language__switcher{
    order: 2;
  }
  .menu-button .icon-cross,
  .menu-button .icon-menu {
    fill: #000;
  }
   
  .menu-button .icon-cross,
  .mob__open .menu-button .icon-menu{
    display: none;
  }
  .mob__open .menu-button .icon-cross{
    display: block;
  }
  .menu-button_wrap {
    /* display: none; */
    order: 3;
    width: 33px;
    height: 24px;
    position: relative;
  }

  .menu-button_wrap span {
    background-color: #000;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-button_wrap span:first-of-type{
    top: 0%;
    transform: translate(-50%, 0%);
  }
  .menu-button_wrap span:last-of-type{
    top: 100%;
    transform: translate(-50%, -100%);
  }
  .mob__open .menu-button_wrap span{
    opacity: 0;
  }
  .mob__open .menu-button_wrap span:last-of-type,
  .mob__open .menu-button_wrap span:first-of-type{
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mob__open .menu-button_wrap span:last-of-type{
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mob__open .mob__menu-container {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    position: fixed;
    top: 60px;
    border: unset;
    pointer-events: all;
  }
  
  .mob__open .menu {
    display: flex;
    flex-flow: column;
  }

  .menu-button{ 
    background-color: #fff;
    border: unset;
    display: block;
  }
  .mob__open  .menu__link {
    padding: 2px;
    font-size: 22px;
    display: block;
    margin: 0 0 18px;
  }



  .slider__item-photo img {
    width: auto;
    height: 120px;
    margin: 0 auto;
}
  .infoPartners {
  
    padding: 20px 0 0;
  }
  .infoPartners__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  
    padding: 32px 0 0;
  }
.raunews .infoPartners__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
}
  .infoPartners__block-img {
    padding: 12px;
}

}
/* _____________________________contactsForPartners_____ */
.contactsForPartners {
  max-width: 1140px;

  margin-right: auto;
  margin-left: auto;
}
.contactsForPartners__block {
  display: flex;
}
.contactsForPartners__block-person {
  display: flex;
  flex-direction: column;

  width: 33.333%;
  padding: 30px;

  text-align: left;
}

.contactsForPartners__block-person a {
  font-weight: bold;
  color: #ffb300;
}


/* _________________contactsForRegistration_________ */
.contactsForRegistration {
  max-width: 1140px;

  margin-right: auto;
  margin-left: auto;
}
.contactsForPartners__block-person {
  display: flex;
  flex-direction: column;

  width: 33.333%;
  padding: 30px;

  text-align: left;
}

.gallery__item {
  margin: 0;
  box-shadow: unset;
}
.gallery div.slick-slide {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.gallery div.slick-slide > div {
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin: 15px;
}
.gallery .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}



.expo_3_columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 18px;
    column-gap: 18px;
} 

.expo_3_columns.col-2{
	grid-template-columns: 1fr 1fr;
}

.expo_3_columns .col {
  display: flex;
  flex-flow: column;
  padding: 0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.expo_3_columns .col .row {
    display: flex;
    /*border-bottom: 1px solid rgba(0,0,0,.3);*/
    padding: 0 8px 8px;
    align-items: center;
    flex-flow: column;
}
.expo_3_columns .col .row.session {
    margin: 0 0 18px;
    align-items: center;
    padding: 0 16px 8px;
    text-align: center;
}
.expo_3_columns .col .row.session br{
  display: none;
}
 .expo_3_columns .col .row.session span,
 .expo_3_columns .col .row.session b{
    font-size: 18px;
    color: #e62b59;
    /* text-transform: uppercase; */
    line-height: 1.2;
    font-weight: bold;
 }
 .expo_3_columns .col .row.session span{
   min-height: 63px;
 }
 

.expo_3_columns .col .row strong {
    font-size: 22px;
    margin: 0 0 8px;
}

/* .expo_3_columns .col .row:nth-of-type(even){
  background-color: rgba(0,0,0,.1);
} */

.expo_3_columns .col.col_center{
  /*border-left: 2px solid #e62b59;*/
  /*border-right: 2px solid #e62b59;*/
  display: flex;
  flex-flow: column;
  padding: 0;
}

b.time {
  margin: 16px 0 8px;
  display: block;
}

.expo_3_columns .col .row {
  margin: 0 1rem 0 1.5rem;
  align-items: baseline;
  text-align: left;
}

.time{
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #e62b59;
}

.expo_3_columns .col .row p {
    flex: 1;
    text-align: left;
    margin: 4px 0 24px;
}

.expo_3_columns .col .row h3,
.expo_3_columns .col .row p, .expo_3_columns .col .row b, .expo_3_columns .col .row span {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin: 0 0 16px 16px;
}

.expo_3_columns .col .row h3{font-weight: bold;}

.expo_3_columns .col .row b {
  line-height: 1.3;
  position: relative;
}
.expo_3_columns .col .row b:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(https://awards.rau.ua/wp-content/uploads/2021/07/trophy-solid-1.svg);
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  transform: translateX(-100%);
}



.expo_3_columns .col .row p span {
    /* opacity: .7; */
    font-size: 14px;
}

.expo_3_columns .col h2.row {
  justify-content: center;
  padding: 1rem 0 1rem;
  margin: 0;
  text-align: center;
  align-items: center;
  background: #e62b59;
  color: #fff;
  margin: 0 0 1rem;
	min-height: 72px;
}
/* 
.expo_3_columns .col.col_center h2.row {
  background: #e89e00;
}  
.expo_3_columns .col:last-of-type h2.row{
  background:#e24a2f;
} */



.full_row {
  border-top: 2px solid #e62b59;
  border-bottom: 2px solid #e62b59;
  padding: 1rem 0px;
  margin: 2rem 18px;
}

.full_row h2{
    font-weight: bold;
    font-size: 30px;
}
.full_row p {
    margin: 32px auto;
    font-size: 16px;
    /* font-weight: bold; */
}
    

.full_row.no_border{
  border: unset;
}

.contactsForPartners__block-person p{
  margin: 0 0 8px;
}

.lastwinners {
    margin: 50px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.lastwinners.hero__button a {
    background-color: #e62b59;
    border: unset;
    border-radius: 8px;
    padding: 20px 30px;
    font-size: 24px;
    color: #ffff;
    display: block;
    max-width: unset;
    margin: 0 auto 24px;
    flex: 1;
}

/* .form_colums_wrap_inner div .price b, .price {
    font-size: 16px;
} */

.form_colums_wrap_inner div b {
    color: #e62b59;
    font-size: 24px;
    text-transform: uppercase;
}


.news_inner{
  margin: 80px auto 0;
}

.news{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 30px;
  column-gap: 36px;
  row-gap: 32px;
}

.news .image_block{
  display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-color: rgb(0 0 0 / 10%);
  background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,.3) 100%);
}
.news h2{
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #54595F;
  padding: 15px 40px 0 20px;
}

.news p{
  color: #000;
  text-align: left;
  padding: 0 20px;
}

.news .posts__post{
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 0 0 18px;
  justify-content: space-between;
}
.news .posts__post:hover{
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.news .post__read-more{
  text-align: left;
  display: block;
  margin: 0 20px;
  font-weight: bold;
  color: #2b78ea;
}



.contactsForPartners {
    max-width: unset;
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 42px;
    margin: 72px 10vw;
}

body.LANDING .contactsForPartners {
  grid-template-columns: 1fr 1fr 1fr;
}


.contactsForPartners .section__subtitle {
    text-align: left;
    font-size: 20px;
    border-bottom: 2px solid #e62b59;
    padding: 0 0 12px;
}
.contactsForPartners__block-person {
  display: flex;
  flex-direction: column;

  width: 33.333%;
  padding: 30px;

  text-align: left;
}

.contactsForPartners__block-person a {
  font-weight: bold;
  color: #e62b59;
}

.contactsForPartners__block-person p{
	margin: 0 0 8px
}
.contactsForPartners__block-person h3{
    font-size: 16px;
    margin: 0 0 16px;
}
.contactsForPartners__block-person a,
.contactsForPartners__block-person strong {
	font-size: 12px;
}

.contactsForPartners__block-person {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 12px 20px 0;
    text-align: left;
}






#hero{
  background-color: #22041c;
  background-image: url('/wp-content/uploads/2024/08/Group-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero span,
#hero p{
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Gothampro';
}

#hero p em{
  font-size: 18px;
  font-weight: normal;
}


#hero span{
  display: block;
  color: #ef60a3;
  text-transform: unset;
}

#hero .hero {
  padding: 85px 0 75px;
}


.grid{
  display: grid;
}

.col-1{grid-template-columns: repeat(1, 1fr)}
.col-2{grid-template-columns: repeat(2, 1fr)}
.col-3{grid-template-columns: repeat(3, 1fr)}
.col-4{grid-template-columns: repeat(4, 1fr)}
.col-5{grid-template-columns: repeat(5, 1fr)}
.col-6{grid-template-columns: repeat(6, 1fr)}
.col-7{grid-template-columns: repeat(7, 1fr)}
.col-8{grid-template-columns: repeat(8, 1fr)}
.col-9{grid-template-columns: repeat(9, 1fr)}
.col-10{grid-template-columns: repeat(10, 1fr)}
.col-11{grid-template-columns: repeat(11, 1fr)}
.col-12{grid-template-columns: repeat(12, 1fr)}




#about_awards{
  margin: 0 auto;
  max-width: 1260px;
  padding: 30px 0 20px;
}

#send_d a,
#nominations > h2,
#winners_2023 a,
#stages h2,
#about_timeline h2,
#methodology a,
#timeline > h2,
#about_awards h2{
  text-transform: uppercase;
  font-family: 'Gothampro';
  font-weight: 600;
  font-size: 50px;
  margin: 0 0 25px;
}

#about_awards .grid.col-4 div{
  font-weight: bold;
  font-family: 'Gothampro';
  font-size: 34px;
}
#about_awards .grid.col-4 div span{
  font-size: 78px;
  color: #9c1068;
}

#timeline{
  padding: 35px 0 50px;
  background-color: #fbdbe9;
}

#timeline > h2{
  color: #9c1068;
}

#timeline h3{
  font-weight: bold;
  font-family: 'Gothampro';
  font-size: 22px;
  text-transform: uppercase;
}
#about_timeline ol li,
#timeline p{
  font-weight: 100;
  font-family: 'Gothampro';
  font-size: 20px;
  line-height: 1;
  padding: 0 8px;
}

#timeline .image__wrap{
  padding: 15px 0;
  background-color: #f9cde1;
  position: relative;
}

#timeline .image__wrap img{
  width: 90px;
  display: block;
  margin: 0 auto;
}

#timeline .grid.col-5 div:not(:first-of-type) div.image__wrap:after{
  content: '';
  display: block;
  background-image: url('/wp-content/uploads/2024/08/Group-3.png');
  width: 41px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
#send_d a,
#winners_2023 a,
#methodology a{
  width: 80%;
  max-width: 570px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  color: #fff;
  background-position: bottom left;
  background-size: contain;
  aspect-ratio: 645 / 107;
  background-image: url('/wp-content/uploads/2024/08/Layer-10.jpg');
}

#about_timeline{
  background-color: #39132d;
  padding: 50px 0;
}

#stages ol li,
#about_timeline ol li{
  font-size: 24px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  list-style-position: inside;
  margin: 0 0 15px;
}

#stages ol,
#about_timeline ol {
  list-style: decimal;
  max-width: 74vw;
  margin: 0 auto;
}


#about_timeline h2,
#about_timeline ol li::marker {
  color: #ec008c;
}

#send_d{
  margin: 64px 0 0;
}

#program,
#stages {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1370px;
}

#program p{
  padding: 0 16px;
}

#program p b{
  padding: 0 32px 0 0;
}

#program ul{
  list-style-position: inside;
  padding: 0 20px;
}

#program{
  text-align: left;
  max-width: 900px;
  padding: 75px 0 50px;
}

#stages ol{
  max-width: unset;
}

#stages p,
#stages ol li{
  text-align: left;
}

#stages ol li,
#stages p strong,
#stages p{
  font-family: 'Gothampro';
  font-size: 16px;
  line-height: 1.4;
  font-weight: 100;
  color: #000;
  margin: 0 0 16px;
}
#stages p strong{
  font-family: 'Gothampro';
  font-weight: 600;
}

#experts{
  padding: 60px 0 30px;
}

a.img__wrap{
  display: flex;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000;
}

a.img__wrap img{
  width: 70px;
  display: block;
  margin: 0 auto 8px;
  height: auto;
}

.grid_row{
  margin: 0 1rem 0 1.5rem;
  padding: 0 8px 16px;
}

#send_d a{
  max-width: 720px;
  padding: 8px;
}

.special_grid{
  grid-template-columns: 220px auto;
  column-gap: 30px;
}
.special_grid p{
  text-align: left;
  margin: 0;
}

#exponents.contactsForPartners > div:first-of-type {
  grid-column: 1 / 4;
}

.redbg{
  background-color: var(--green);
  color: #fff;
}

#partners{
  padding-bottom: 32px;
}


.button {
  appearance: none;
  background-color: #e62b59;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 8px 16px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 58px auto 0;
  display: block;
  text-align: center;
  margin: 18px auto 0;
  width: 60%;
  min-width: 320px;
}

.small_content ul {
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  padding: 0 18px 0;
  margin: 0;
}
.small_content ul li {
  margin: 0 0 4px;
}

#program .form_colums_wrap_inner,
#price .form_colums_wrap_inner{
  padding: 0 0 18px;
}

.partners__block-item:nth-of-type(8),
.partners__block-item:nth-of-type(9),
.partners__block-item:nth-of-type(10),
.partners__block-item:nth-of-type(11){
    /* grid-row: 2 / 3; */
    /* grid-column: 1 / 3; */
}


@media screen and (max-width: 1400px) {
	.container {
    	max-width: 1180px;
	}
	#main_hero .date, #main_hero p {
		font-size: 24px;
	}
}


@media screen and (max-width: 1000px) {
.partners__block-item:nth-of-type(8),
.partners__block-item:nth-of-type(9),
.partners__block-item:nth-of-type(10),
.partners__block-item:nth-of-type(11){
    grid-row: unset;
    
}
	
  .button {
    width: auto;
    min-width: unset;
    margin: 18px auto;
  }



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

  .text__box {
    padding: 0 30px;
  }
  #hero span, #hero p {
    font-size: 24px;
    line-height: 1.5;
  }
  #send_d a,
  #stages h2, #about_timeline h2, #methodology a, #winners_2023 a, #timeline > h2, #about_awards h2{
    margin: 0 0 15px;
    font-size: 38px;
  }
  #about_awards .grid.col-4 div span {
    font-size: 56px;
  }
  #about_awards .grid.col-4 div {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
  #timeline .grid.col-5 div:not(:first-of-type) div.image__wrap:after{
    display: none;
  }
  #send_d a,
  #winners_2023 a,
  #methodology a{
    font-size: 38px;
    margin: 30px auto;
    width: calc(100vw - 60px);
  }
  #stages ol li, #stages p strong, #stages p {
    font-size: 24px;
  }

  #stages ol li, #about_timeline ol li {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  #stages{
    padding: 15px 30px;
  }
  #hero .hero{
    padding: 15px 0 30px;
  }


  body.LANDING .contactsForPartners,
  .col-5,
  .col-4{
    grid-template-columns: 1fr;
  }
	
	.news .image_block {
		height: auto;
		width: 100%;
    line-height: 1.1;
	}
	
.lastwinners {
    max-width: 90vw;
    grid-template-columns: 1fr;
}
	
	.form_colums_wrap.color_red.col-2 {
		grid-template-columns: 1fr;
	}
  .expo_3_columns .col .row {
    padding: 1rem 8px 8px; 
    flex-flow: column;
}
  .expo_3_columns {
    grid-template-columns: 1fr !important;
  }
  .expo_3_columns .col.col_center{
    border: unset;
  }

  .inner_column div:nth-of-type(1){
    order: 1;
  }
  .inner_column div:nth-of-type(2){
    order: 3;
  }
  .inner_column div:nth-of-type(3){
    order: 2;
  }
  .inner_column div:nth-of-type(4){
    order: 4;
  }

  .form_colums_wrap_inner h3 {
    font-size: 24px;
    min-height: unset;
    height: auto;
  }

  .form_colums_wrap_inner .hero__button a {
    max-width: 60%;
    padding: 12px 8px;
  }
  .video h1 {
    color: transparent;
    font-size: 24px;
    margin: 0 0 36px;
  }
  .video video {
    margin: 36px 0 0 ;
  }
  .video_grid{
    display: none;
  }
  .video {
    height: 300px;
  }
  .hero__info .text__box{
    padding: 0;
  }
  .aboutExpo__block {
    display: block;
    align-items: center;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero__button a {
    font-size: 18px;
    max-width: 100%;
  }
  .inner_column div .num {
    font-size: 36px;
  }
  .container {
    padding: 0 12px;
  }
      
  .contactsForPartners__block {
    flex-flow: row wrap;
  }

  .contactsForPartners__block-person {
    width: 50%;
    padding: 25px;
  }
  .contactsForPartners__block-person-name {
    font-size: 17px;
  }
	.form_colums_wrap_inner div p {
    	padding: 0 12px;
	}
	.form_colums_wrap_inner div .price b,
	.price {
	    font-size: 16px;
	}
	
	.contactsForPartners{
		padding: 0 32px;
		grid-template-columns: 1fr;
		margin: 72px 0;
	}

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

  .expo_3_columns {
    padding: 0 8px;
  }
}
.transparent{
  opacity: 0;
}

div.row ol{
	margin: 0 0 16px 36px;
    font-size: 14px;
}

is{
	font-size: 8px;
}

#main_hero p.location {
    font-size: 16px;
    margin: 0 0 30px;
}

