@import "vars.css";
@import "typography.css";
@import "general.css";

.container{
  position: relative;
}

.header .container{
  position: static;
}

.section{
  font-size: 25px;
}

.br50{
  border-radius: 50px;
}

.primary-btn-text{
  width: initial;
  border: 3px solid var(--white); 
  padding: 18px 106px;
  display: inline-block;
  box-shadow: 0px 209px 58px 0px rgba(0, 0, 0, 0.00), 0px 134px 53px 0px rgba(0, 0, 0, 0.01), 0px 75px 45px 0px rgba(0, 0, 0, 0.05), 0px 33px 33px 0px rgba(0, 0, 0, 0.09), 0px 8px 18px 0px rgba(0, 0, 0, 0.10);
}

.primary-btn-text:hover{
  background-color: transparent;
  color: var(--blue);
}

.ta-center{
  text-align: center;
}

.ta-right{
  text-align: right;
}

.ta-left{
  text-align: left;
}

.tt-up {
  text-transform: uppercase;
}

/* ----------- HERO ----------*/

.rating-hero{
  background-image: url('../images/rating-page/rating-hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-page-awards .rating-hero{
  background-image: url('../images/rating-page/rating-hero-bg-final.png');
}

.rating-hero .section-header{
  position: absolute;
  top: 24px;
}

.rating-hero .section-body{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rating-hero h1{
  font-size: 80px;
  line-height: 1.25;
  padding-top: 148px;
  padding-bottom: 148px;
}

/* ----------- DESCRIPTION ----------*/

.rating-description .section-body{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
  row-gap: 40px;
}

.rating-description--video {
  background-image: url('../images/rating-page/s-video-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-description--video .section-body{
  flex-flow: row-reverse;
}

.rating-description .section-body .left,
.rating-description .section-body .right{
  flex-basis: calc(50% - 40px);
}

.rating-description__text h2{
  margin-bottom: 35px;
}

.rating-description__text p + p {
  margin-top: 30px;
}

.rating-description__image{
  position: relative;
  padding: 40px 0 40px 40px;
}

.rating-description__image::before{
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  border: 4px solid var(--main-color);
  border-radius: 50px 0;
  top: 0;
  left: 0;
}

.rating-description--video .rating-description__image::before{
  border: 4px solid var(--blue, #1A78CF);
}

.rating-description__image img{
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0;
  z-index: 1;
}

/* ----------- CTA ----------*/

.rating-cta{
  background-image: url('../images/rating-page/r-cta-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-cta h2{
  text-align: center;
}

.rating-cta .section-body{
  margin-top: 16px;
  text-align: center;
}

.rating-cta .section-body .white > p{
  max-width: 860px;
  margin: 0 auto;
}

.rating-cta .section-body .white .primary-btn-text{
  margin-top: 40px;
}

.rate-deadline{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 30px;
}


/* ---------- JURY BLOCK -------------*/

.jury-block__wrapper{
  margin-bottom: 100px;
  border-radius: 50px 0px;
  border: 4px solid var(--blue, #1A78CF);
  overflow: hidden;
}

.jury-block__wrapper.hidden{
  display: none;
}

.jury-block__header{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 40px;
  font-size: 20px;
  line-height: 140%;
  background-color: var(--blue, #1A78CF);
}

.jury-block__header svg,
.jury-block__header img{  
  flex-shrink: 0;
}

.jury-block__header .right{
  max-width: 755px;
}

.jury-block__header .right p + p {
  margin-top: 12px;
}

.jury-block__body{
  position: relative;
  padding: 55px 80px 80px 80px;
}

.jury-slide{
  margin-right: 25px;
  margin-left: 25px;
}

.jury-slider.slick-slider .slick-list{
  margin-right: -25px;
  margin-left: -25px;
}

.jury-slider.slick-slider .slick-track{
  display: flex;
}

.data-jury-slide-image {
  height: 400px;
}

.jury-slide__image{
  height: 100%;
  border-radius: 50px 0;
  overflow: hidden;
}

.jury-slide__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jury-slide__text{
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.6px;
}

.jury-slide.slick-slide{
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: auto;
}

.jury-slide__content .jury-slide__text p + p{
  margin-top: 16px;
}

.jury-slide__content{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Limit to 3 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(3 * 1.5em);
}

.jury-slide__button{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 24px;
  background-color: transparent;
  border-radius: 30px 0px;
  border: 4px solid #A5CD41;
}

.slide-popup{
  position: fixed;
  inset: 0;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  background-color: rgba(91, 91, 91, .5215686275);
  backdrop-filter: blur(5px);
}

.slide-popup__container{
  position: relative;
  max-width: 600px;
  margin: auto;
  padding: 50px 0;
  background-color: var(--white, #fff);
  border-radius: 50px 0;
}

.slide-popup__close{
  position: absolute;
  top: 24px;
  right: 24px;
  width: initial;
  height: initial;
  margin: 0;
  padding: 2px;
  line-height: 1;
  border: none;
  background-color: transparent;
}

.slide-popup__close:hover svg path{
  transition: fill 0.25s linear;
}

.slide-popup__close:hover svg path{
  fill: var(--green);
}

.slide-popup__top{
  padding: 0 50px;
}

.slide-popup__bottom{
  padding-right: 16px;
  padding-left: 50px;
}

.slide-popup__inner{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.slide-popup .jury-slide__text > * + *{
  display: inline-block;
  margin-top: 16px;
}

.slide-popup__top{
  display: flex;
  flex-flow: row nowrap;
  column-gap: 24px;
  align-items: center;
}

.slide-popup__image{
  max-width: 250px;
}

.slide-popup__body{
  max-height: 330px;
  overflow-y: scroll;
  padding-right: 16px;
}

/* width */
.slide-popup__body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.slide-popup__body::-webkit-scrollbar-track {
  background-color: rgba(79, 160, 255, 0); 
}
 
/* Handle */
.slide-popup__body::-webkit-scrollbar-thumb {
  background-color: var(--green); 
  border-radius: 50px;
}

.slide-popup.visible {
  opacity: 1;
  visibility: visible;
}

.jury-slide__button > svg{
  flex-shrink: 0;
}

.jury-slide__button > span{
  color: var(--dark, #2E2E2E);
  font-size: 19px;
  font-weight: 700;
  line-height: 120%; /* 22.8px */
  letter-spacing: 0.57px;
}

.jury-slider-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.jury-slider-nav__wrapper{
  display: contents;
}

.jury-slider-nav-prev{
  left: 24px;
}

.jury-slider-nav-next{
  right: 24px;
}

/* ---------- RATING FILTER ------------ */

.rating-filter{
  background-image: linear-gradient(180deg, #EFEFEF 0%, #FFF 100%);
}

.rating-filter .section-body{
  margin-top: 24px;
}

.rating-filter__form{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 48px;
}

.rating-filter__form.reversed{
  flex-direction: column-reverse;
  row-gap: 32px;
}

.filter-block-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 25px; 
  letter-spacing: 0.19px;
}

.crm-categories{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px 8px;
}

.crm-categories__wrapper {
  display: flex;
  align-items: center;
  gap: 24px 14px;
}

.crm-categories__item{
  position: relative;
}

.crm-categories__item label{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background-color: transparent;
  border-radius: 15px;
  border: 2px solid var(--blue, #1A78CF);
  color: var(--blue, #1A78CF);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.crm-categories__item label:hover{
  background-color: var(--white, #fff);
}

.crm-categories__item [type="radio"]{
  position: absolute;
  inset: 0;
  width: 0;
  opacity: 0;
}

.crm-categories__item [type="radio"]:checked + label{
  background-color: var(--blue, #1A78CF);
  color: var(--white, #fff);
}

.crm-rating-types{
  display: flex;
  gap: 24px 14px;
  align-items: center;
  justify-content: center;
}

.crm-rating-types .h2 > span,
.crm-categories__title .h2 > span{
  color: var(--green, #A4CD40);
}

.crm-categories__title h3{
  font-size: 25px;
  font-weight: 700;
}

.crm-categories__title h3.h2{
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.03em;
}

.crm-rating-types h2.h3{
  font-size: 25px;
  font-weight: 700;
}

.crm-rating-types h2:not(.h3) > span{
  color: var(--green, #A4CD40);
}

.crm-rating-types__wrapper{
  display: flex;
  flex-flow: row nowrap;
  gap: 24px 8px;
  align-items: center;
}

.crm-rating-types__item{
  position: relative;
}

.crm-rating-types__item label{
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 50px;
  border: 2px solid #D2D2D2;
  font-size: 18px;
  line-height: 1;
  transition: border-color 0.3s ease-in-out;
  cursor: pointer;
}

.crm-rating-types__item label::before{
  content: '';
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 500px;
  border: 2px solid #D2D2D2;
  transition: all 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #A5CD41; */
}

.crm-rating-types__item [type=radio]{
  position: absolute;
  inset: 0;
  width: 0;
  opacity: 0;
}

.crm-rating-types__item [type=radio]:checked + label {
  border-color: var(--green);
}

.crm-rating-types__item [type=radio]:checked + label::before{
  background-color: var(--green);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSA3TDggMTMuNUwxNSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  border-color: var(--green);
}



/* .crm-rating-types__item [type=radio]:checked + label::before{
  background-image: url('../images/done-green.svg');
} */

/* ----------- RATING TABLE ---------------*/

.rating-table__wrapper{
  padding: 30px;
  border-radius: 50px;
  background-color: var(--white, #FFF);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.08);
}

.rating-table__head{
  /* border-bottom: 2px solid var(--green, #A4CD40); */
  color: var(--dark, #2E2E2E);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
}

.rating-table__head > * {
  opacity: 0.5;
}

.rating-table__head .rating-table__cell:nth-child(2){
  grid-column: span 2;
}

.rating-table__head .rating-table__cell:nth-child(3){
  /*padding-left: 50px;*/
}

.rating-table__body{
  margin-top: 20px;
}

.rating-table__row{
  display: grid;
  grid-template-columns: 5% 21% 21% auto 125px;
  gap: 0 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.rating-table__body .rating-table__row{
  grid-template-rows: auto auto;
  grid-template-areas: 
    "position logo name url score"
    ". description description description .";
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.rating-table__body .rating-table__row:nth-child(1) {
  border-radius: 15px;
  border: 1px solid #E7B719 !important;
}


.rating-table__body .rating-table__row:nth-child(2) {
  margin-top: 8px;
  border-radius: 15px;
  border: 1px solid #B7B6BA !important;
}

.rating-table__body .rating-table__row:nth-child(3) {
  margin-top: 8px;
  border-radius: 15px;
  border: 1px solid #F4832B !important;
}


.rating-table__body .rating-table__row:not(:last-child){
  border-bottom: 1px solid #E4E4E4;
}

.rating-table__cell--position{
  grid-area: position;
}

.rating-table__cell--logo{
  grid-area: logo;
}

.rating-table__cell--logo button{
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  border: none;
}

.rating-table__cell--logo button > svg{
  transition: transform 0.25s ease-in-out;
}

.rating-table__cell--logo button.desc-is-visible svg{
  transform: rotate(180deg);
}

.rating-table__cell--logo button > * {
  flex-shrink: 0;
}

.rating-table__cell--logo button > img {
  height: 40px;
  max-width: 175px;
}

.rating-table__cell--name{
  grid-area: name;
}

.rating-table__cell--url{
  grid-area: url;
  font-weight: 500;
  /*padding-left: 50px;*/
}

.rating-table__cell--description{
  grid-area: description;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.rating-table__cell--description .description-outer{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-in-out;
}

.rating-table__cell--description.visible .description-outer{
  grid-template-rows: 1fr;
}

.description-inner{
  overflow: hidden;
}

.description-content{
  position: relative;
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.description-content__wrapper{
  position: relative;
}

.description-head-block--mobile{
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.description-head-block__row{
  display: contents;
}

.description-head-block__name{
  font-size: 16px;
  line-height: 140%;
  opacity: 0.5;
}

.description-head-block__value{
  font-size: 18px;
  line-height: 140%; 
}

.description-content__inner-toggle{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.description-toggle{
  position: absolute;
  width: 0;
  visibility: hidden;
}

.description-toggle + label{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.54px;
}

.description-toggle + label > span::after {
  content: 'Більше про срм-систему';
}

.description-toggle:checked + label > span::after{
  content: 'Приховати опис';
}

.description-toggle + label > svg {
  transition: transform 0.25s ease-in-out;
}

.description-toggle:checked + label > svg {
  transform: rotate(180deg);
}

.description-toggle:checked ~ .description-content {
  display: block;
}

.rating-table__cell--score{
  grid-area: score;
  font-size: 30px;
  line-height: 140%; /* 42px */
}

.rating-table__cell--score > span {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  gap: 4px;
}


.rating-table__body .rating-table__row .rating-table__cell--score {
  position: relative;
  align-items: center;
  column-gap: 5px;
  padding: 6px 14px;
  border-radius: 500px;
}

.rating-table__body .rating-table__row:nth-child(1) .rating-table__cell--score,
.rating-table__body .rating-table__row:nth-child(2) .rating-table__cell--score,
.rating-table__body .rating-table__row:nth-child(3) .rating-table__cell--score {
  background-color: var(--green, #A4CD40);
}

.rating-table__body .rating-table__row:nth-child(1) .rating-table__cell--score > span::before,
.rating-table__body .rating-table__row:nth-child(2) .rating-table__cell--score > span::before,
.rating-table__body .rating-table__row:nth-child(3) .rating-table__cell--score > span::before {
  position: relative;
  content: ''; 
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIxMiIgZmlsbD0id2hpdGUiLz4KICA8cGF0aCBkPSJNMTcuODY4IDEwLjQ0ODFDMTcuNzkyNSAxMC4zOTc4IDE3LjcwMzcgMTAuMzcxIDE3LjYxMyAxMC4zNzFDMTcuNTIyMiAxMC4zNzEgMTcuNDMzNSAxMC4zOTc4IDE3LjM1NzkgMTAuNDQ4MUwxNC43OTUgMTEuOTg0NkMxNC43NzY0IDExLjk5MyAxNC43NTYzIDExLjk5NzQgMTQuNzM1OSAxMS45OTc0QzE0LjcxNTUgMTEuOTk3NCAxNC42OTUzIDExLjk5MyAxNC42NzY4IDExLjk4NDZDMTQuNjM1MyAxMS45NzM0IDE0LjU5OTYgMTEuOTQ2NyAxNC41NzcyIDExLjkxTDEyLjQwNjIgOC4xMDkwOUMxMi4zNjE5IDguMDQyMzcgMTIuMzAxOSA3Ljk4NzYzIDEyLjIzMTMgNy45NDk3N0MxMi4xNjA4IDcuOTExOTEgMTIuMDgxOSA3Ljg5MjA5IDEyLjAwMTkgNy44OTIwOUMxMS45MjE4IDcuODkyMDkgMTEuODQzIDcuOTExOTEgMTEuNzcyNCA3Ljk0OTc3QzExLjcwMTkgNy45ODc2MyAxMS42NDE4IDguMDQyMzcgMTEuNTk3NSA4LjEwOTA5TDkuNDI2NDcgMTEuOTFDOS40MDQwNyAxMS45NDY3IDkuMzY4NDUgMTEuOTczNCA5LjMyNjk0IDExLjk4NDZDOS4zMDgzNyAxMS45OTMgOS4yODgyMiAxMS45OTc0IDkuMjY3ODQgMTEuOTk3NEM5LjI0NzQ2IDExLjk5NzQgOS4yMjczMSAxMS45OTMgOS4yMDg3NCAxMS45ODQ2TDYuNjQ1NzkgMTAuNDI5NEM2LjU3MDI0IDEwLjM3OTEgNi40ODE1IDEwLjM1MjMgNi4zOTA3NCAxMC4zNTIzQzYuMjk5OTggMTAuMzUyMyA2LjIxMTI1IDEwLjM3OTEgNi4xMzU2OSAxMC40Mjk0QzYuMDYyMjMgMTAuNDgyIDYuMDA1MTUgMTAuNTU0MyA1Ljk3MTAyIDEwLjYzOEM1LjkzNjkgMTAuNzIxNiA1LjkyNzEzIDEwLjgxMzIgNS45NDI4NSAxMC45MDIyTDcuMDg3NDcgMTYuNjM3N0M3LjEzNzU5IDE2Ljg4NDggNy4yNzE0MSAxNy4xMDY5IDcuNDY2MzUgMTcuMjY2N0M3LjY2MTI4IDE3LjQyNjUgNy45MDUzOCAxNy41MTQyIDguMTU3NDQgMTcuNTE0OUgxNS44NDYzQzE2LjA5ODMgMTcuNTE0MiAxNi4zNDI0IDE3LjQyNjUgMTYuNTM3NCAxNy4yNjY3QzE2LjczMjMgMTcuMTA2OSAxNi44NjYxIDE2Ljg4NDggMTYuOTE2MyAxNi42Mzc3TDE4LjA2MDkgMTAuOTIwOUMxOC4wNzY2IDEwLjgzMTkgMTguMDY2OCAxMC43NDAzIDE4LjAzMjcgMTAuNjU2NkMxNy45OTg2IDEwLjU3MyAxNy45NDE1IDEwLjUwMDcgMTcuODY4IDEwLjQ0ODFaIiBmaWxsPSIjRTdCNzE5Ii8+CiAgPHBhdGggZD0iTTEyLjAwMTIgOS4xOTE1NUMxMi42NDM2IDkuMTkxNTUgMTMuMTY0NSA4LjY3MDczIDEzLjE2NDUgOC4wMjgyN0MxMy4xNjQ1IDcuMzg1ODEgMTIuNjQzNiA2Ljg2NDk5IDEyLjAwMTIgNi44NjQ5OUMxMS4zNTg3IDYuODY0OTkgMTAuODM3OSA3LjM4NTgxIDEwLjgzNzkgOC4wMjgyN0MxMC44Mzc5IDguNjcwNzMgMTEuMzU4NyA5LjE5MTU1IDEyLjAwMTIgOS4xOTE1NVoiIGZpbGw9IiNFN0I3MTkiLz4KICA8cGF0aCBkPSJNNi4xNzMwNSAxMS40NDk5QzYuODE1NTEgMTEuNDQ5OSA3LjMzNjMzIDEwLjkyOSA3LjMzNjMzIDEwLjI4NjZDNy4zMzYzMyA5LjY0NDExIDYuODE1NTEgOS4xMjMyOSA2LjE3MzA1IDkuMTIzMjlDNS41MzA1OCA5LjEyMzI5IDUuMDA5NzcgOS42NDQxMSA1LjAwOTc3IDEwLjI4NjZDNS4wMDk3NyAxMC45MjkgNS41MzA1OCAxMS40NDk5IDYuMTczMDUgMTEuNDQ5OVoiIGZpbGw9IiNFN0I3MTkiLz4KICA8cGF0aCBkPSJNMTcuODM3MSAxMS40NDk5QzE4LjQ3OTYgMTEuNDQ5OSAxOS4wMDA0IDEwLjkyOSAxOS4wMDA0IDEwLjI4NjZDMTkuMDAwNCA5LjY0NDExIDE4LjQ3OTYgOS4xMjMyOSAxNy44MzcxIDkuMTIzMjlDMTcuMTk0NiA5LjEyMzI5IDE2LjY3MzggOS42NDQxMSAxNi42NzM4IDEwLjI4NjZDMTYuNjczOCAxMC45MjkgMTcuMTk0NiAxMS40NDk5IDE3LjgzNzEgMTEuNDQ5OVoiIGZpbGw9IiNFN0I3MTkiLz4KPC9zdmc+");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------- RATING COMING SOON ----------*/

.coming-soon{
  background-image: linear-gradient(180deg, #EFEFEF 0%, #FFF 100%);
}

.coming-soon .section-header{
  margin-top: 120px;
}

.coming-soon .section-body{
  margin-top: 72px;
}

.coming-soon__bg{
  transform: translateX(70px);
}

.coming-soon [data-marquee]{
  background-color: var(--blue);
  padding: 8px 0;
}

.coming-soon .marquee{
  font-size: 40px;
  margin: 0;
}

.coming-soon .marquee{
  padding-top: 14px;
  padding-bottom: 14px;
}

.coming-soon [data-marquee]{
  background-color: var(--blue);
  color: var(--white);
}

.coming-soon [data-marquee-late]{
  background-color: var(--green);
  color: var(--white);
}

.coming-soon [data-marquee-very-late]{
  background-color: var(--gray);
  color: var(--blue);
}

.marquee__inner > span{
  margin-right: 32px;
}


/* ------------- SPONSORS ---------------*/

.rating-sponsors .section-body{
  margin-top: 48px;
}

.rating-sponsors .section-body .grid-item{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-radius: 50px 0px;
  border: 4px solid var(--green, #A4CD40);
  min-height: 260px;
}

.rating-sponsors .section-body .grid-item img{
  max-height: 150px;
}

.sponsors-slider-nav{
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  column-gap: 45px;
  margin: 30px auto 0;
  user-select: none;
}

@media (min-width: 769px){
  .sponsors-slider-nav {
    display: none;
  }
}

.sponsors-pagination{
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: var(--blue);
  position: relative;
}


/*---------- FORM SECTION --------------*/

.rating-page .section-form{
  padding-bottom: 80px;
  background-image: url("../images/rating-page/r-form-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-page .section-form .section-body{
  margin-top: 0;
}

.rating-page .section-form .wrapper-image{
  position: relative;
  padding: 40px 0 40px 40px;
}

.rating-page .section-form .wrapper-image::before{
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  border: 4px solid var(--main-color);
  border-radius: 50px 0;
  top: 0;
  left: 0;
}

.rating-page .section-form .wrapper-image img{
  position: relative;
  width: 100%;
  object-fit: cover;
  border-radius: 50px 0!important;
  z-index: 1;
}

.rating-page .section-form [main-form] .wpcf7-submit{
  max-width: initial;
}

.rating-page .section-form .section-body .form-wrapper{
  column-gap: 100px;
}

.rating-page .section-form .section-body .form-wrapper .form-left{
  justify-content: flex-end;
}

.rating-page .section-form .section-body .form-wrapper .form-left .wrapper-image{
  margin-top: initial;
}

.rating-page .section-form .section-body .form-wrapper .form-left span.p2{
  margin-bottom: auto;
}

.rating-page .section-form .section-body .form-wrapper .form-left h2{
  margin-top: 40px;
  margin-bottom: 24px;
}

.rating-page .section-form .form-image-block {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.rating-page .section-form .form-image-block > .p2 {
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 1200px){

  .rating-page .section-form .section-body .form-wrapper{
    align-items: center;
  }

  .rating-page .section-form .section-body .form-wrapper .form-left{
    margin-bottom: 50px;
  }

  .rating-page .section-form .section-body .form-wrapper .form-left span.p2{
    margin-bottom: 50px;
  }
  
  .rating-page .section-form .section-body .form-wrapper .form-left .wrapper-image img{
    max-width: initial;
  }


  .rating-table__cell--url,
  .rating-table__head .rating-table__cell:nth-child(3){
    /*padding-left: 24px;*/
  }

  .rating-filter__form {
    flex-direction: column;
    row-gap: 18px;
  }
}

@media (max-width: 1100px){
  .rating-page .section-form .section-body .form-wrapper .form-left span.p2{
    margin-bottom: 0;
  }

  .rating-page .section-form .section-body .form-wrapper .form-left .wrapper-image {
    display: block;
  }

  .rating-page .section-form .form-image-block {
    margin-top: 32px;
  }
  
}

@media (max-width: 1024px) {

  .rating-description .section-body{
    flex-direction: column-reverse;
    justify-content: center;
  }

  .coming-soon__bg {
    transform: translateX(36px);
  }

  .rating-table__wrapper{
    border-radius: 20px;
    padding: 8px 12px 16px 12px;
  }

  .rating-table__head{
    padding-top: 16px;
    font-size: 16px;
  }

  .rating-table__head .rating-table__cell:nth-child(2){
    grid-column: initial;
  }

  .rating-table__head .rating-table__cell:nth-child(3){
    display: none;
  }

  .rating-table__body{
    margin-top: 12px;
  }

  .rating-table__row{
    display: grid;
    grid-template-columns: 20px auto 100px;
    gap: 0 15px;
  }

  .rating-table__body .rating-table__row{
    grid-template-rows: auto auto;
    grid-template-areas: 
      "position logo score"
      "description description description";
  }

  .rating-table__cell--name,
  .rating-table__cell--url{
    display: none;
  }

  .rating-table__cell--position{
    font-size: 18px;
  }

  .rating-table__cell--logo button > img{
    height: 30px;
  }

  .rating-table__cell--score{
    font-size: 20px;
  }

  .description-content{
    padding-top: 0;
    font-size: 18px;
    line-height: 120%;
  }
} 

@media (max-width: 990px){
  .crm-categories__title h3{
    font-size: 20px;
  }

  .crm-categories__title h3.h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 921px){
  .description-head-block--mobile{
    display: none;
  }

  .description-toggle + label{
    display: none;
  }
}

@media (max-width: 920px) {
  .rating-hero h1{
    font-size: 64px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rating-description__image::before{
    width: calc(100% - 40px);
  }
  
  .jury-block__header{
    flex-direction: column;
  }

  .rating-filter .section-body{
    margin-top: 40px;
  }

  .crm-categories__item label{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 191.016%; /* 34.383px */
    letter-spacing: 0.54px;
  }
}


@media (max-width: 768px){

  .rating-sponsors .section-body .grid-item{
    margin: 0 5px;
  }

  [data-sponsors-slider] {
    max-width: 576px;
    margin: 0 auto;
  }

  [data-sponsors-slider] .slick-list{
    margin-right: -5px;
    margin-left: -5px;
  }

  .crm-rating-types,
  .crm-categories__wrapper {
    flex-direction: column;
    row-gap: 14px;
  }

}

@media (max-width: 576px){
  .rating-hero h1{
    font-size: 48px;
  }

  .rating-sponsors .section-body .grid-item{
    padding: 32px 20px;
  }

  .coming-soon__bg {
    transform: translateX(18px);
  }

  .rate-deadline {
    display: inline-block;
  }

  .rate-deadline > p {
    display: inline;
  }

  .rate-deadline > svg {
    margin-top: -6px;
  }

  .jury-block__body {
    padding: 28px;
  }

  .jury-block__header{
    row-gap: 24px;
    padding: 24px;
  }

  .jury-block__header .left {
    max-width: 75px;
  }

  .jury-block__header svg, .jury-block__header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jury-slider-nav__wrapper {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .jury-slider-nav-next, .jury-slider-nav-prev {
    position: relative;
    inset: auto;
    transform: none;
  }

  .jury-slider-nav svg {
    max-height: 30px;
  }

  .jury-slide.slick-slide {
    row-gap: 12px;
  }

  .jury-slide {
    margin-right: 14px;
    margin-left: 14px;
  }

  .slide-popup__container {
    padding: 24px 0;
  }

  .slide-popup__top, .slide-popup__top {
    padding: 0 24px;
  }

  .rating-table__cell--logo button > img {
    max-width: 100px;
  }

}

@media (max-width: 440px){
  .primary-btn-text{
    padding-right: 48px;
    padding-left: 48px;
  }

  .rating-sponsors .section-body .grid-item {
    min-height: 220px;
  }

  .crm-categories {
    flex-direction: column;
  }

  .crm-categories__item {
    width: 100%;
  }
}

@media (max-width: 414px){
  .rating-hero h1{
    font-size: 32px;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .data-jury-slide-image {
    height: 370px;
  }

  .jury-slider-nav__wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rating-table__cell--logo button > img {
    height: initial;
    max-width: 100px;
  }
}


/* iOS Safari fixes for accordion glitch */
@supports (-webkit-touch-callout: none) {
  /* Force hardware acceleration and proper containment on the row */
  .rating-table__body .rating-table__row {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: auto;
    isolation: isolate;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  /* Ensure score cell stays in place - Desktop */
  .rating-table__cell--score {
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    flex-shrink: 0;
    min-width: 125px;
    max-width: 125px;
  }

  /* Fix description cell to prevent overflow affecting siblings */
  .rating-table__cell--description {
    position: relative;
    contain: layout style;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  .rating-table__cell--description .description-outer {
    position: relative;
    overflow: hidden;
    contain: layout;
    -webkit-overflow-scrolling: touch;
  }

  .description-inner {
    position: relative;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  /* Mobile adjustments */
  @media (max-width: 1024px) {
    .rating-table__cell--score {
      min-width: 100px;
      max-width: 100px;
    }
  }
}