@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
}
.content {
  position: relative;
  z-index: 5;
  overflow: visible;
  padding-top: 108px;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .content {
    padding-top: 68px;
  }
}
@media screen and (max-width: 765px) {
  .content {
    padding-top: 48px;
  }
}
.content::before {
  content: "";
  display: block;
  background: url(../images/dec-cloud-left.png) 0px 0px no-repeat;
  background-size: contain;
  width: 533px;
  height: 530px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .content::before {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .content::before {
    display: none;
  }
}
.content::after {
  content: "";
  display: block;
  background: url(../images/dec-cloud-right.png) 0px 0px no-repeat;
  background-size: contain;
  width: 641px;
  height: 607px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .content::after {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .content::after {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 5;
  margin-top: -20px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  background: #3AC0B7 url(../images/bg.png) 50% 0px no-repeat;
  padding-top: 0;
}

.section-wrapper {
  max-width: 1080px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .section-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 765px) {
  .section-wrapper {
    max-width: 100%;
  }
}

.pagination {
  padding-bottom: 0;
}

[class*=est-icon-] {
  display: inline-block;
  vertical-align: middle;
}

.est-icon-prize {
  width: 140px;
  height: 140px;
  background: url("../images/icon-prize.png") 50% 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: 7px solid #007DCC;
  background: url(<path-to-image>) lightgray 23.729px 32.608px/66.224% 75.668% no-repeat, #F7FEFF;
  box-shadow: 0px 7px 10.8px 0px rgba(0, 125, 204, 0.4);
}
.est-icon-winners {
  width: 140px;
  height: 140px;
  background: url("../images/icon-winners.png") 50% 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: 7px solid #007DCC;
  background: url(<path-to-image>) lightgray 23.729px 32.608px/66.224% 75.668% no-repeat, #F7FEFF;
  box-shadow: 0px 7px 10.8px 0px rgba(0, 125, 204, 0.4);
}
.est-icon-summer {
  width: 140px;
  height: 140px;
  background: url("../images/icon-summer.png") 50% 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: 7px solid #007DCC;
  background: url(<path-to-image>) lightgray 23.729px 32.608px/66.224% 75.668% no-repeat, #F7FEFF;
  box-shadow: 0px 7px 10.8px 0px rgba(0, 125, 204, 0.4);
}
.est-icon-rules {
  width: 140px;
  height: 140px;
  background: url("../images/icon-rules.png") 50% 50% no-repeat;
  background-size: contain;
  border-radius: 50%;
  border: 7px solid #007DCC;
  background: url(<path-to-image>) lightgray 23.729px 32.608px/66.224% 75.668% no-repeat, #F7FEFF;
  box-shadow: 0px 7px 10.8px 0px rgba(0, 125, 204, 0.4);
}
.est-icon-location {
  width: 18px;
  height: 22px;
  background: url("../images/icon-location.svg") 50% 50% no-repeat;
  background-size: contain;
}
.est-icon-sun {
  width: 22px;
  height: 22px;
  background: url("../images/icon-sun.svg") 50% 50% no-repeat;
  background-size: contain;
}
.est-icon-share {
  width: 22px;
  height: 22px;
  background: url("../images/icon-share.svg") 50% 50% no-repeat;
  background-size: contain;
}
.est-icon-back {
  width: 160px;
  height: 39px;
  background: url("../images/button-back.svg") 50% 50% no-repeat;
  background-size: contain;
}
.est-icon-set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.est-label-button {
  display: inline-flex;
  align-items: center;
  background: #FFF;
  color: #007DCC;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  padding: 0 20px;
  height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  box-shadow: -1px 18px 21.5px 0px rgba(0, 125, 204, 0.4);
}
.est-back {
  margin-bottom: 20px;
}
.est-control {
  display: flex;
  justify-content: center;
}
.est-plash {
  background: url(../images/plash.png) 50% 0px no-repeat;
  background-size: 100% auto;
  height: 80px;
  margin-bottom: 24px;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-plash {
    height: 73px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 765px) {
  .est-plash {
    height: 48px;
    background-position: 45% 50%;
    background-size: auto 100%;
  }
}
.est-title {
  color: #007DCC;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 765px) {
  .est-title {
    font-size: 30px;
  }
}
.est-text {
  color: #444;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 22.5px */
}
@media screen and (max-width: 765px) {
  .est-text {
    font-size: 16px;
  }
}
.est-label {
  display: inline-flex;
  align-items: center;
  color: #007DCC;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  gap: 5px;
}
.est-top {
  margin-bottom: -260px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-top {
    margin-bottom: calc(25vw - 340px);
  }
}
@media screen and (max-width: 765px) {
  .est-top {
    margin-bottom: calc(27vw - 250px);
  }
}
.est-top .section-wrapper {
  padding: 279px 20px 20px;
  background: url(../images/top-desk.png) calc(50% - 11px) 0px no-repeat;
  background-size: 1443px auto;
  height: 670px;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-top .section-wrapper {
    padding-top: 25%;
    background: url(../images/top-tablet.png) 50% 0px no-repeat;
    background-size: 100% auto;
    height: 450px;
  }
}
@media screen and (max-width: 765px) {
  .est-top .section-wrapper {
    padding-top: 27vw;
    background: url(../images/top-mobile.png) 50% 0px no-repeat;
    background-size: 100% auto;
    height: 350px;
  }
}
.est-top .section-wrapper::before {
  content: "";
  display: block;
  background: url(../images/dec-sun-leva.png) 0px 0px no-repeat;
  background-size: contain;
  width: 458px;
  height: 507px;
  position: absolute;
  left: calc(50% + 248px);
  top: 63px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-top .section-wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .est-top .section-wrapper::before {
    display: none;
  }
}
.est-top-text {
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3px 0px #0077C8;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 116%; /* 29px */
  text-transform: uppercase;
  width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-top-text {
    font-size: 19px;
    text-shadow: 2.275px 2.275px 0px #0077C8;
    width: 477px;
  }
}
@media screen and (max-width: 765px) {
  .est-top-text {
    font-size: 14px;
    text-shadow: 2px 1px 0px #0077C8;
    width: 260px;
  }
}
.est-top-control {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}
.est-content .section-wrapper {
  padding: 75px 5px;
  border-radius: 30px;
  background: #E8FCFF;
  -webkit-backdrop-filter: blur(9.1679048538px);
          backdrop-filter: blur(9.1679048538px);
  box-sizing: border-box;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-content .section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 2.1%;
  }
}
@media screen and (max-width: 765px) {
  .est-content .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.est-content .section-wrapper::before {
  content: "";
  display: block;
  background: url(../images/dec-bg-1.png) 0px 0px no-repeat;
  background-size: contain;
  width: 487.955px;
  height: 621.961px;
  position: absolute;
  left: -360px;
  top: -130px;
  z-index: 10;
  opacity: 0.8;
  pointer-events: none;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-content .section-wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 765px) {
  .est-content .section-wrapper::before {
    display: none;
  }
}
.est-list-title {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.est-list-title::after {
  content: "";
  display: block;
  background: url(../images/title-leva.svg) 0px 0px no-repeat;
  background-size: contain;
  width: 462px;
  height: 46px;
}
@media screen and (max-width: 765px) {
  .est-list-title::after {
    background: url(../images/title-leva-mobile.svg) 0px 0px no-repeat;
    background-size: contain;
    width: 282px;
    height: 96px;
  }
}
.est-work-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-work-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 765px) {
  .est-work-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.est-work-list > a:not(.est-work-list__item) {
  display: block;
  text-decoration: none;
}
.est-work-list > a img, .est-work-list > img {
  width: 100%;
  max-width: 100%;
}
.est-work-list__item {
  border-radius: 15px;
  background: #FFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-decoration: none;
}
.est-work-list__item__pic img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.est-work-list__item__title {
  color: var(--black, #222);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.est-work-list__item__text {
  color: #818181;
  font-family: Montserrat;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.est-work-list__item__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.est-work {
  position: relative;
  z-index: 11;
}
.est-work .section-wrapper::before {
  top: 250px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-work {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .est-work .section-wrapper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 765px) {
  .est-work {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .est-work .section-wrapper {
    padding-top: 30px;
  }
}
.est-work-view {
  max-width: 720px;
  margin: 0 auto;
}
.est-work-view-frame {
  border-radius: 10px;
  background: #3AC0B7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 765px) {
  .est-work-view-frame {
    min-height: 345px;
  }
}
.est-work-view-frame img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.est-work-view-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.est-work-view-text {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding: 13px 30px;
  border-radius: 100px;
  background: #007DCC;
  box-shadow: -1px 18px 21.5px 0px rgba(0, 125, 204, 0.4);
}
@media screen and (max-width: 765px) {
  .est-work-view-text {
    font-size: 16px;
  }
}
.est-article {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.est-article-section {
  position: relative;
  z-index: 11;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 765px) {
  .est-article-section .est-button {
    width: 100%;
  }
}
.est-article-section .section-wrapper::before {
  top: 250px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-article-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .est-article-section .section-wrapper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 765px) {
  .est-article-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .est-article-section .section-wrapper {
    padding-top: 30px;
  }
}
.est-article img {
  max-width: 100%;
  border-radius: 20px;
}
.est-article ol, .est-article ul {
  padding-left: 20px;
}
.est-article ul, .est-article li {
  list-style-type: inherit;
}
.est-article a {
  text-decoration: underline;
  color: #007DCC;
}
.est-article h1 {
  color: var(--dark, #444);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 37.5px */
  margin-bottom: 20px;
}
.est-article h2 {
  margin-bottom: 10px;
  color: #007DCC;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
}
.est-article p {
  margin-bottom: 20px;
}
.est-article .rdg-button {
  width: 344px;
}
.rdg-x-popup-papers .est-article .rdg-overflow {
  height: 569px;
}
.est-article .section-wrapper {
  max-width: 620px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-article .section-wrapper {
    max-width: 100%;
  }
}
.content > .est-article {
  margin-top: 90px;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 765px) {
  .content > .est-article {
    font-size: 16px;
  }
}
.est-winners {
  position: relative;
  z-index: 11;
}
.est-winners .section-wrapper {
  padding-top: 20px;
}
.est-winners .section-wrapper::before {
  top: 250px;
}

.est-button__default {
  border-radius: 40px;
  border: transparent;
  background: #007DCC;
  color: #FFF;
  height: 62px;
  padding: 0 20px;
  text-shadow: -1px 18px 21.5px 0px rgba(0, 125, 204, 0.4);
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 33px */
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  box-shadow: -1px 18px 21.5px 0px rgba(0, 125, 204, 0.4);
}
.est-menu {
  margin-bottom: 50px;
}
@media screen and (max-width: 765px) {
  .est-menu {
    margin-right: -20px;
    overflow: hidden;
    overflow-x: auto;
  }
}
.est-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1259px) {
  .est-menu-list {
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 765px) {
  .est-menu-list {
    gap: 20px;
    justify-content: flex-start;
    padding-right: 20px;
  }
}
.est-menu-list-item {
  position: relative;
}
.est-menu-list-item-url {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 22px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 23px;
  flex-direction: column;
}