/*! 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;
  /*display: inline;
  *zoom: 1;*/
}

audio:not([controls]) {
  display: none;
  height: 0;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  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 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;
}

.bold,
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;
}



@font-face {
  font-family: 'Rubik';
  src:    url('fonts/Rubik-Regular.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src:    url('fonts/Rubik-Bold.ttf');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}


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"] {
  appearance: button;
  cursor: pointer;

}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;

}

input[type="search"] {
  appearance: textfield;
  box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::search-cancel-button,
input[type="search"]::search-decoration {
  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: #8d52e9;
  --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;
}

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: 35px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}

.section__title.red{
	color:#e24a2f;
}


@media screen and (max-width: 1100px) {
  .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;
}

/* .contactsForPartners{
  display: flex;
}


.section__subtitle{
    text-align: left;
    font-size: 20px;
    min-height: 40px;
}
.contactsForPartners__block-person {
  padding: 24px 16px !important;
  width: auto !important;
} */


.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;
}

@media screen and (max-width: 1100px) {
  .section__subtitle {
    font-size: 25px;
  }
	.contactsForPartners__block-person h3{
		font-size: 1.15em;
	}
	.contactsForPartners__block-person a,
	.contactsForPartners__block-person strong {
    	font-size: 14px;
	}
}

.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: #8d52e9;
  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, .logo svg {
  width: 140px;
}
.menu {
  display: flex;
}

.menu__link {
    padding: 0.83vw;
    color: rgb(37, 37, 37);
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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__content .button__container{
  padding: 70px 0;
}


.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;
}

.hero__info h3.red{
	color:#d9534f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 48px;
}

.text__box {
  padding: 0 100px;
}

.hero__button {
  margin: 50px auto 0;
}

.hero__button a {
  background-color: #8d52e9;
  border: unset;
  border-radius: 8px;
  padding: 20px 30px;
  font-size: 24px;
  color: #ffff;
  display: block;
  max-width: 60%;
  margin: 0 auto 24px;
}
.form_colums_wrap{
	display: grid;
	padding: 0 20px 0;
 	column-gap: 32px;
	grid-template-columns: repeat(2, 1fr);
}
#registration .form_colums_wrap{
  grid-template-columns: repeat(3, 1fr);
}

#registration .form_colums_wrap_inner > div{
  padding: 0 12px;
}

.form_colums_wrap_inner {
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin: 0 0 64px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.form_colums_wrap_inner h3 {
  margin: 0 0 1em;
  color: #fff;
  background: #8d52e9;
  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: 0 0 8px;
  padding: 0 50px;
  text-align: center;
  font-size: 16px;
}

.form_colums_wrap_inner div b{
  color: #8d52e9;
  font-size: 24px;
  text-transform: uppercase;
}



.form_colums_wrap_inner ul{
  padding: 0 64px 0px;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .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: 1100px) {
  .aboutExpo__block {
    display: block;
    align-items: center;
  
    padding: 0;
  }
  .aboutExpo__block-item {
    margin-top: 30px;
  }
}
/* _________________________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;
  text-transform: uppercase;
}
.speakers .section__subtitle span{
  text-transform: lowercase;
    font-weight: 100;
    font-size: 24px;
}
.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: 13px;
  opacity: .8;
}


.gallery__item-name.text-l{
  color: #000;
}

.video video{
  margin: 0;
  width: 100%;
}

.video_grid {
  background-image: url(/wp-content/themes/uncle-theme/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 #02a744;
    border-left: 4px solid #02a744;
    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: #02a744;
 text-transform: uppercase;
 font-size: 24px;
}

.slider__reviews-about-summary {
  font-weight: bold;
  font-size: 20px;
}
/* .slider__reviews-about-name p{
  font-size: 18px;
} */

.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: 1200px) {
  .partners__block,
  .form_colums_wrap,
  .reviews.container, .exponants.container, .gallery {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1100px) {
  .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 #61ce70;
}

.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: 1100px) {
  .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: 20px 20px 8px;
  text-align: left;
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 32px;
  max-width: 100%;
  background-color: #e6f3e9;
  display: flex !important;
  position: relative;
}

.slider__reviews-item::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(/wp-content/uploads/2025/04/lapki.svg);
  width: 62px;
  height: 45px;
  background-repeat: no-repeat;
}

.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: #01a745;
  border-bottom: 1px solid;
  font-size: 14px;
  visibility: hidden;
}

.slider__reviews-reviews p.description {
  margin: 0;
  height: 164px;
  /* overflow: hidden; */
}

.slider__reviews-about {
  display: flex;
  padding: 0;
  width: 100%;
  max-width: 165px;
}

.slider__reviews-about img {
  max-width: 100%;
  width: 165px;
  height: 165px;
  box-sizing: border-box;
  object-fit: cover;
}
.slider__reviews-about-name {
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
.slider__reviews-about-name::before{
  content: '';
  width: 150px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.num {
  font-size: 32px;
  font-weight: bold;
  float: left;
}
.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;
  text-stroke: 1px #01a745;
  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: 1100px) {
  .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: 28px;
    line-height: 1.2;
    font-weight: bolder;
    margin: 10px 0 5px;
  }
  .slider__reviews .slick-arrow.slick-prev {
    left: 15px;
  }
  .slider__reviews .slick-arrow.slick-next {
    right: 15px;
  }

}


/* _____________________partners___________________ */

/* .partners__block {
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
} */
.partners__block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 30px;
    /* display: flex; */
    /* flex-flow: row; */
}

.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 p {
  padding: 0 12px;
  font-weight: bold;
  font-size: 18px;
}

.partners__block-item a{
  color: #000;
}

@media screen and (max-width: 1100px) {
    .partners__block {
        grid-template-columns: 1fr 1fr;
        column-gap: 16px;
        /* grid-template-rows: 10px 1fr; */
        padding: 50px 30px 0;
        margin: 0 auto;
        flex-flow: column;
    }
  .partners__block-item {
    padding: 0;
    margin: 0 0 16px;
  }
  .partners__block-item p {
    padding: 0 8px;
    font-size: 14px;
    margin: 0 0 1em;
  }
}


/* _____________________________Program________________ */
.program .section__subtitle {
  padding-top: 90px;
}

/* __________________________articles_______________ */

.articles {
  padding: 50px 30px 0;
}

.block__articles {
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 35px;

  padding-bottom: 40px;
}

.block__articles-item {
  position: relative;
  padding: 0;
  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-readMore,
.block__articles-date,
.block__articles-item h4{
  padding: 0 20px;
}

.block__articles-item a:first-of-type{
  min-height: 220px;
  background-color: #1fa35b;
}


.block__articles-date::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

.articles__button {
  background-color: #1fa35b;
  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: 1100px) {
  .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: #8d52e9;

  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;
}


html[lang="en-US"] #getting-started div:nth-child(1)::after {
  content: "Days";
}
html[lang="en-US"] #getting-started div:nth-child(2)::after {
  content: "Hours";
}
html[lang="en-US"] #getting-started div:nth-child(3)::after {
  content: "Minutes";
}
html[lang="en-US"] #getting-started div:nth-child(4)::after {
  content: "Seconds";
}
html[lang="en-US"] #getting-started.timer__widget_new.timer__widget::after{
  content: "Registration starts on...";
}

#getting-started div:nth-child(4) {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .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__green,
.button__blue {
  display: flex;

  background-color: #159df2;

  padding: 30px 50px;
  border-radius: 6px;
}

.button__green{
  background-color: #8d52e9;
}

.button__green img,
.button__blue img {
  width: 25px;
  margin-right: 10px;
}


@media screen and (max-width: 1100px) {
  .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__green,
  .button__blue {
    margin: 20px auto 0;
  
    padding: 15px 25px;
  }



  .button__container a {
    font-size: 16px;
    color: #fff;
    height: 30px;
    min-width: 260px;
    padding: 15px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
/* _____________________________infoPartners__block____ */
.infoPartners {
  /* max-width: 1140px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.infoPartners__block {
    display: flex;
    flex-flow: row wrap;
    grid-template-columns: repeat(6, 1fr);
    padding: 0;
/*     column-gap: 30px; */
    justify-content: flex-start;
}

.infoPartners__block .infoPartners__block-img {
  margin: 0 0 30px;
  /* flex-basis: 16.66%; */
  flex-basis: 12.5%;
}
/* .infoPartners__block .infoPartners__block-img:first-of-type{
    flex-basis: 30%;
} */
.infoPartners__block-img a {
    padding: 12px;
    display: block;
/*     border: 1px solid #61ce70; */
}

.col-2{
  grid-template-columns: 1fr 1fr;
}

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;
}


@media screen and (max-width: 1100px) {
	.infoPartners__block .infoPartners__block-img {
    	margin: 0 0 12px;
    	flex-basis: 50%;
	}
  #pause_video {
     width: 30px;
    height: 80px;
    border-left: 26px solid #fff;
    border-right: 26px solid #fff;
    opacity: .4;
  }
  #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);
  }
  .infoPartners__block-img {
    padding: 12px;
}

}
/* _____________________________contactsForPartners_____ */
.contactsForPartners {
    max-width: unset;
    margin-right: 10vw;
    margin-left: 10vw;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	column-gap: 42px;
}


.contactsForPartners__block {
	display: flex;
	padding: 0;
	column-gap: 20px;
}
.contactsForPartners .section__subtitle {
    text-align: left;
    font-size: 20px;
    border-bottom: 2px solid #50a25d;
    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: #ffb300;
}

.contactsForPartners > div:first-of-type{
  grid-column: 1 / 4;
}

/* _________________contactsForRegistration_________ */
.contactsForRegistration {
  max-width: 1140px;

  margin-right: auto;
  margin-left: auto;
}
.contactsForPartners__block-person {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
 
.gallery__item {
  margin: 0;
  box-shadow: unset;
  /* min-height: 310px; */
  min-height: unset;
}
.gallery div.slick-slide {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.gallery div.slick-slide > div {
  box-shadow: unset;
  margin: 15px;
  height: unset;
}
.gallery .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}



.expo_3_columns{
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 18px;
    column-gap: 18px;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
} 
.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: #8d52e9;
    /* 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 #61ce70;*/
  /*border-right: 2px solid #61ce70;*/
  display: flex;
  flex-flow: column;
  padding: 0;
}

b.time {
  margin: 16px 0 8px;
  display: block;
}

p b.time {
  display: inline-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: #02a744;
}

.expo_3_columns .col .row p {
    flex: 1;
    text-align: left;
    margin: 0;
}

.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: 14px;
}

.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: #02a744;
  color: #fff;
  margin: 0 0 1rem;
}

.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 #61ce70;
  border-bottom: 2px solid #61ce70;
  padding: 1rem 0px;
  margin: 2rem 18px;
	text-align: center;
}

.full_row h2{
    font-weight: bold;
    font-size: 30px;
}
.full_row p{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
    

.full_row.no_border{
  border: unset;
}
.expo__map div{
	padding: 0 !important;
}



.expo_3_columns .col.col_center h2.row {
  background: #8d52e9;
}  
.expo_3_columns .col:last-of-type h2.row{
  background:#8d52e9;
}
b.time {
  margin: 16px 0 8px;
  display: block;
}



.time{
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #8d52e9;
}

.expo_3_columns .col .row {
    margin: 0 1rem 2rem;
    align-items: baseline;
    text-align: left;
}

.expo_3_columns .col .row p {
    flex: 1;
    text-align: left;
    margin: 4px 0 24px;
}

.expo_3_columns .col .row li,
.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;
}
.expo_3_columns .col .row ol,
.expo_3_columns .col .row ul{
	margin: 0.5em 0 1em 0;
	font-weight: 100;
}
.expo_3_columns .col .row ul li{
	margin: 0 0 0 24px;
}

.expo_3_columns .col .row i{
	font-weight: 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: #8d52e9;
  color: #fff;
  margin: 0 0 1rem;
}

.expo_3_columns .col.col_center h2.row {
  background: #8d52e9;
}  
.expo_3_columns .col:last-of-type h2.row{
  background:#8d52e9;
}



.full_row {
  border-top: 2px solid #8d52e9;
  border-bottom: 2px solid #8d52e9;
  padding: 1rem 0px;
  margin: 2rem 18px;
}

.full_row h2{
    font-weight: bold;
    font-size: 30px;
}
.full_row p{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
    

.full_row.no_border{
  border: unset;
}

.form_colums_wrap_inner div .price b {
    font-size: 16px;
    display: inline-block;
    margin: 0 4px;
}

.table__line{
  border-bottom: 2px solid var(--green);
  margin-bottom: 12px !important;
}



@media screen and (max-width: 1100px) {

    .expo__map{
        margin: 0 32px;
    }
    .expo__map div iframe,
    .expo__map div{
        max-height: 80vh;
    }
    
    .expo_3_columns .col .row {
        padding: 1rem 8px 8px; 
        flex-flow: column;
    }
    .expo_3_columns {
        grid-template-columns: 1fr;
    }
  .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;
    height: 72px;
  }
  .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 16px;
		grid-template-columns: 1fr;
	}
	
	.contactsForPartners__block {
    	flex-flow: row wrap;
	}

  .contactsForPartners__block-person {
    width: auto;
    padding: 25px 0;
  }
  .contactsForPartners__block-person-name {
    font-size: 17px;
  }

}

.transparent{
  opacity: 0;
}

.main__theme strong,
.main__theme h3{
    font-size: 19px;
    margin: 1em 0 0;
    text-transform: uppercase;
    font-weight: 500;
}
.hero__info p b.big_text{
    font-size: 44px;
}
.main__theme strong{
    font-weight: bold;
    color: var(--green);
    font-size: 44px;
}

.hero__info .small__text p b,
.hero__info .small__text p{
	font-size: 16px;
}

#exponents > div:first-of-type .contactsForPartners__block{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.container.fbPage {
  max-width: unset;
  margin-right: 10vw;
  margin-left: 10vw;
  margin-top: 100px;
}

.container.fbPage p {
  font-size: 26px;
  margin: 0;
}

.container.fbPage .hero__button a{
  background-color: #1773ea;
  max-width: 360px ;
}


/* FOOTER */
.flex{
  display: flex;
}
.flexColumn{
  flex-flow: column;
}
.grid{
  display: grid;
}

footer
.col-3{
  grid-template-columns: 1fr 1fr 1fr;
}

footer.col-3{
  grid-template-columns: 270px 1fr 270px;
}

footer p a,
footer p{
  text-align: left;
  color: #fff;
  font-weight: bold;
}
footer p:not(:last-of-type){
  margin: 0 0 30px;
}
footer p a{
  text-decoration: underline;
}

footer{
  padding: 40px 10vw;
  column-gap: 42px;
  background-color: #8d52e9;
}

footer img{
  width: auto;
}
.alignStart{
  align-items: flex-start;
}
footer a{
  display: inline-block;
}

.contactsForPartners.new .contactsForPartners__block-person h3 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #8d52e9;
}

.contactsForPartners.new .contactsForPartners__block-person a,
.contactsForPartners.new .contactsForPartners__block-person strong,
.contactsForPartners.new .contactsForPartners__block-person p {
  margin: 0 0 8px;
  font-size: 15px;
}
.contactsForPartners.new .contactsForPartners__block-person strong{
  font-weight: bold;
}
.contactsForPartners.new .contactsForPartners__block-person a {
  font-weight: normal;
  color: #000;
}
.contactsForPartners.new .contactsForPartners__block-person{
  flex-flow: row;
}
.contactsForPartners.new .contactsForPartners__block .image {
  width: 155px;
  height: auto;
  margin: 0 30px 0 0;
}
.contactsForPartners.new{
  margin-bottom: 100px;
}

footer .socials img{
  margin: 0 15px;
}

footer .socials{
  justify-content: center;
  align-items: center;
}

.justifyBetween{
  justify-content: space-between;
}

#main_hero{
  margin-top: 50px;
  margin-bottom: 50px;
}

#main_hero h1{
  font-family: 'Rubik';
  text-align: left;
  font-size: 55px;
  text-transform: uppercase;
  color: #8d52e9;
  margin: 0 0 30px;
  line-height: 1;
}
#main_hero .date,
#main_hero p{
  text-align: left;
  font-size: 30px;
  margin: 0;
  font-family: 'Rubik';
  line-height: 1.3;
}

#main_hero p.location{
	font-size: 16px;
	margin: 0 0 30px;
}

#main_hero .date{
  line-height: 1.3;
  font-weight: bold;
  margin: 60px 0 20px;
  font-family: 'Rubik';
}


#main_hero .theme strong,
#main_hero .theme{
  line-height: 1.3;
  text-align: left;
  font-family: 'Rubik';
}
#main_hero .theme strong,
#main_hero .theme{
  font-size: 45px;
  color: #8d52e9;
}

#main_hero .theme{
	margin: 30px 0 0;
}



#main_hero .theme span{
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  font-family: 'Rubik';
}

#main_hero.col-2{
  grid-template-columns: 1fr 370px;
}

#main_hero .button__green img{
  width: auto;
  height: 45px;
}
#main_hero .button__green{
  padding: 14px 30px;
  border-radius: 6px;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 50px;
}

#main_hero .button__green p{
  text-align: center;
  font-size: 20px;
  width: 100%;
}




#getting-started.timer__widget_new {
  display: flex;
  justify-content: center;
  padding: 20px 15px;
  border: 1px solid #8d52e9;
  position: relative;
}
#getting-started.timer__widget_new.timer__widget::after {
  content: 'До старту залишилось...';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  color: #000;
  width: 220px;
}

#getting-started.timer__widget_new div {
  position: relative;
  margin-right: 38px;
  padding: 0;
  background-color: unset;
  font-size: 38px;
  color: #8d52e9;
  border-radius: unset;
  font-weight: bold;
  font-family: 'Rubik';
  min-width: 52px;
}

#getting-started.timer__widget_new div:not(:last-of-type):before {
  content: ':';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
}


#getting-started.timer__widget_new div:nth-child(1)::after,
#getting-started.timer__widget_new div:nth-child(2)::after,
#getting-started.timer__widget_new div:nth-child(3)::after,
#getting-started.timer__widget_new div:nth-child(4)::after {
  content: "днів";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
#getting-started.timer__widget_new div:nth-child(2)::after {
  content: "годин";
}
#getting-started.timer__widget_new div:nth-child(3)::after {
  content: "хвилин";
}
#getting-started.timer__widget_new div:nth-child(4)::after {
  content: "секунд";
}

#getting-started.timer__widget_new div:nth-child(4) {
  margin: 0;
}


.alignCenter{
  align-items: center;
}
.justifyCenter{
  justify-content: center;
}

.mb_30{
  margin-bottom: 30px;
}

footer .menu__link{
  color: #fff;
}



#partners.partners_test img{
  width: auto;
  margin: 40px auto  0;
}

.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;
}

.aboutExpo .col-2{
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.aboutExpo .col-2 p{
  text-align: left;
  padding: 16px;
  margin: 0;
}

.aboutExpo .col-2 p strong {
  float: left;
  font-size: 72px;
  line-height: 1;
  margin: 0 12px 0 0;
  color: transparent;
  -webkit-text-stroke: 2px var(--green);
}

@media screen and (max-width: 1100px) {
  .flex.alignCenter.justifyCenter.mb_30{
    flex-flow: column;
    align-items: baseline;
  }

  .container.fbPage p {
      font-size: 18px;
      margin: 0;
  }
  .contactsForPartners{
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }

  #main_hero.col-2 {
    grid-template-columns: 1fr;
  }
  #main_hero .theme strong, #main_hero .theme {
    font-size: 32px;
    color: #8d52e9;
  }
  #main_hero .heading{
    margin: 0 0 50px;
  }

  .contactsForPartners.new .contactsForPartners__block-person {
    flex-flow: column;
  }
  .contactsForPartners.new .contactsForPartners__block .image {
    margin: 0 0 30px 0;
    width: 120px;
  }

  footer.col-3,
  .col-3 {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }
  footer .socials img {
    width: 36px;
}

	.main__theme strong,
	.hero__info p b.big_text {
		font-size: 28px;
	}
	.hero__info {
    	padding: 0 18px;
	}
	#exponents > div .contactsForPartners__block:first-of-type{
		display: grid;
		grid-template-columns: 1fr;
	}
  .contactsForPartners > div:first-of-type {
    grid-column: 1 / 1;
  }

  .slider__reviews-item {
    flex-flow: column;
  }
  .slider__reviews-about-name {
    margin: 0 0 16px;
  }

  .slider__reviews-about-name::before {
    top: unset;
  }
  .slider__reviews-reviews p.description {
    height: 290px;
    overflow: hidden;
  }
  .aboutExpo .col-2,
  #registration .form_colums_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

