@font-face {
  font-family: 'Cinematografica';
  src: url('fonts/Cinematografica-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cinematografica';
  src: url('fonts/Cinematografica-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #121212;
}

input {
    font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.top-warning {
  background: #F14100;
  padding: 18px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.main-block-bg {
  min-height: 528px;
  position: relative;
  background: url(images/main-block-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.main-block-ttl {
  position: absolute;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  top: calc(100% - 120px);
  color: #F14100;
  font-size: 119px;
  font-weight: 400;
  letter-spacing: 11%;
  font-family: 'Cinematografica';
  text-align: center;
  max-width: 1004px;
  min-width: 350px;
  width: 100%;
  background: url(images/substract.png) no-repeat calc(50% - 1px) 0;
  background-size: 1004px 120px;
}

@media (max-width: 768px) {
  .main-block-ttl {
    top: unset;
    bottom: 0;
    padding: 10px 0;
    font-size: 60px;
    line-height: 60px;
    background: #fff;
  }
}

.main-block-desc {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .main-block-desc {
    font-size: 30px;
  }
}

.main-block-img {
  text-align: center;
  margin-top: 45px;
}

.map {
  background: #bc9168;
  text-align: center;
  position: relative;
}

.map img {
  max-width: 1300px;
  width: 100%;
}

.map-desc {
  min-height: 180px;
  background: url(images/substract-inverse.png) no-repeat 50% 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-desc-ttl {
  font-size: 32px;
  font-weight: 700;
  transform: rotate(-0.85deg);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .map-desc-ttl {
    font-size: 28px;
  }
}

.map-desc-text {
  font-size: 24px;
  font-weight: 500;
  transform: rotate(-0.85deg);
}

.map-next-ttl {
  text-align: center;
  max-width: 1004px;
  min-width: 350px;
  width: 100%;
  min-height: 120px;
  background: url(images/substract.png) no-repeat calc(50% - 1px) 0;
  background-size: 1004px 120px;
  margin: 0 auto;
  color: #F14100;
  font-size: 80px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 100px;
}

@media (max-width: 768px) {
  .map-next-ttl {
    padding: 10px 0;
    min-height: 1px;
    font-size: 36px;
    line-height: 100%;
  }
}

.pres-ttl {
  text-align: center;
  color: #F14100;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 90%;
}

@media (max-width: 768px) {
  .pres-ttl {
    font-size: 32px;
  }
}

.pres-desc {
  max-width: 870px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0%;
}

@media (max-width: 768px) {
  .pres-desc {
    padding: 0 10px;
  }
}

.ozon-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 10px;
}

.ozon-block {
  max-width: 395px;
  width: 100%;
  border: 1px solid;
  border-radius: 40px;
  padding-top: 180px;
  overflow: hidden;
}

.ozon-block.first {
  border-color: #EB5757;
  color: #EB5757;
  background: url(images/ozon1.png) no-repeat 50% 0;
}

.ozon-block.second {
  border-color: #F2994A;
  color: #F2994A;
  background: url(images/ozon2.png) no-repeat 50% 0;
}

.ozon-block.fird {
  border-color: #5EB5C8;
  color: #5EB5C8;
  background: url(images/ozon3.png) no-repeat 50% 0;
}

.ozon-place-num {
  margin-top: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 87px;
  text-align: center;
  line-height: 100%;
}

.ozon-place-text {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 24px;
}

.ozon-logo {
  text-align: center;
  margin-bottom: 24px;
}

.ozon-sert-value {
  margin: 0 24px;
  padding: 16px 50px;
  border-radius: 40px;
  color: #fff;
  line-height: 95%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9px;
}

.ozon-block.first .ozon-sert-value {
  background: #EB5757;
}

.ozon-block.second .ozon-sert-value {
  background: #F2994A;
}

.ozon-block.fird .ozon-sert-value {
  background: #5EB5C8;
}

.ozon-set-text {
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  margin-bottom: 24px;
}

.semi-container {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding: 0 15px;
}

.stages {
  padding-bottom: 40px;
}

h2.stages-ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 95%;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  h2.stages-ttl {
    font-size: 32px;
  }
}

.stages-part {
  margin-bottom: 20px;
  min-height: 80px;
  padding: 13px 20px;
  display: flex;
  gap: 20px 50px;
  align-items: center;
  border: 0.5px solid #DEDEDE;
  border-radius: 3px;
}

@media (max-width: 576px) {
  .stages-part {
    flex-direction: column;
  }
}


.stages-part-num {
  font-size: 55px;
  font-weight: 700;
  line-height: 95%;
  color: #F14100;
  min-width: 33px;
}

.stages-part-dsc {
  color: #121212;
  font-size: 18px;
  line-height: 130%;
}

.stages-desc {
  padding-left: 20px;
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 20px;
}

.conditions {
  padding-bottom: 40px;
}

.conditions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 625px;
  gap: 30px 50px;
  margin-bottom: 40px;
}

.conditions-row div:first-child {
  max-width: 350px;
  width: 100%;
}


.conditions-file {
  width: 215px;
}

.conditions-file a {
  color: #121212;
  display: block;
  padding: 6px 0 6px 46px;
  background: url(images/pdf.png) no-repeat 0 50%;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #B0B0B0;
}

.social-media a {
  color: #121212;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #B0B0B0;
}

.register-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  color: #121212;
  margin-bottom: 30px;
}

.medium {
  font-weight: 600;
}

.text-red {
  color: #F14100;
  font-weight: bold;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  gap: 30px 110px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .flex-row {
    justify-content: center;
  }
}

.dpi {
  width: 100%;
  max-width: 320px;
}

.dpi-format {
  border: 1px solid #D0D0D0;
  border-radius: 12px;
  display: flex;
  width: 100%;
  max-width: 320px;
  height: 170px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.dpi-format-ttl {
  font-size: 55px;
  line-height: 95%;
  font-weight: 700;
  color: #F14100;
  margin-bottom: 12px;
}

.dpi-format-desc {
  color: #828282;
  font-size: 18px;
  line-height: 110%;
}

.dpi-btn {
  margin-bottom: 15px;
}

.dpi-btn a {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #EB5757;
  padding: 23px;
  text-align: center;
  text-decoration: none;
}

.dpi-desc {
  font-size: 14px;
  color: #929292;
  line-height: 110%;

}

.register {
  margin-bottom: 60px;
}

.fixed-part {
  width: 100%;
  max-width: 580px;
}

.semi-ul {
  margin-bottom: 20px;
}

.semi-ul-li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}

.semi-ul-li:before {
  display: block;
  content: '';
  width: 18px;
  height: 1px;
  background: #9E9E9E;
  position: absolute;
  top: 50%;
  left: 0;
}

.evaluation-desc {
  color: #929292;
  font-size: 14px;
  line-height: 110%;
}

.evaluation {
  margin-bottom: 60px;
}

.gallary {
  padding-top: 190px;
  background: url(images/gallary-bg.jpg) no-repeat 50% 0;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .gallary {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.semi-container.white-style {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 21px 35px;
  max-width: 1070px;
}

.gallary h2.stages-ttl {
  margin-bottom: 32px;
}

.gallry-filters {
  display: flex;
  gap: 17px;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 28px;
}

.gallry-filters-tem {
  padding: 15px 20px;
  border: 1px solid #2C2C2C;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  text-decoration: none;
}

.gallry-filters-tem.active {
  background: #EB5757;
  border-color: #EB5757;
  color: #fff;
}

.gallary-images {
  display: flex;
  gap: 44px 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.gallary-item-image {
  padding: 6px;
  border: 1px solid #D0D0D0;
  border-radius: 12px;
  position: relative;
  max-height: 236px;
  margin-bottom: 10px;
}

.gallary-item-image > a {
    display: block;
    padding-bottom: 69.66%;
    position: relative;
}

.gallary-item-image img {
    border-radius: 12px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.gallary-socials {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallary-item {
  width: 100%;
  max-width: 320px;
}

.gallary-socials {
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}

.gallary-item:hover .gallary-socials {
    opacity: 1;
    pointer-events: all;
}

.gallary-socials .ya-share2__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.gallary-item.more {
  height: 267px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D0D0D0;
  border-radius: 12px;
}

.gallary-item.more a {
  font-size: 14px;
  color: #4F4F4F;
  text-decoration: none;
}

.gallary-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallary-item-likes {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gallary-item-likes-heart {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.gallary-item-likes-heart path {
  stroke: #25282B;
}

.gallary-item-likes-heart:hover path,
.like__active .gallary-item-likes-heart path {
  stroke: none;
  fill: #DC0101;
}

.footer {
  padding: 30px 0;
  background: url(images/footer-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}

.footer-form {
  width: 100%;
  max-width: 546px;
  padding: 30px 24px;
  background: #fff;
  border-radius: 16px;
}

input[type=text] {
  border: 1px solid #000;
  height: 60px;
  padding: 5px 16px;
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  margin-bottom: 16px;
}

input[type=text]::placeholder {
  color: #A9A9A9;
}

select {
  border: 1px solid #000;
  padding-right: 44px;
  padding-left: 16px;
  -webkit-appearance: none;
  background: #fff url(images/select.png) no-repeat calc(100% - 16px) 50%;
  /* for FF */
  -moz-appearance: none;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  width: 100%;
  height: 60px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 16px;
  outline:none;
}

select::-ms-expand {
  display: none;
}

.form-desc {
  font-size: 14px;
  line-height: 110%;
  color: #929292;
  margin-bottom: 16px;
}

.semi-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 95%;
  margin-bottom: 26px;
  margin-top: 24px;
}


.form-file-desc{
  font-size: 14px;
  line-height: 110%;
  color: #4F4F4F;
}

.form-file-desc a {
  text-decoration: underline;
  color: #4F4F4F;
}

.private {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 24px;
}

.private a {
  color: #953827;
}

.form-send, .btn {
  height: 60px;
  border: 0;
  background: #F14100;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

.form-send {
    width: 100%;
}
    
.contest-anchors, .contest-result {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    font-size: 24px;
}

@media (max-width: 768px) {
    .contest-anchors, .contest-result {
        flex-direction: column;
        padding: 30px;
        background: #fff;
    }
}

a{
    color: #121212;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #B0B0B0;
}

.tab-content:not(.active) {
    display: none;
}

.upload_area {
    height: 191px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 16px;
    cursor: pointer;
}

.upload_area input[type="file"]{
    opacity:0.001;
    width:100%;
}

.upload_area .jq-file {
    border: 1px dashed #9BC750;
    border-radius: 4px !important;
}


.upload_area .jq-file.hover,
.upload_area .jq-file.filled {
    border-color: #9BC750;
}

.jq-file.filled input {
    display: none;
}

.upload_area .jq-file input {
    opacity: 0.01;
}

.upload_area .jq-file {
    border-radius: unset;
    height: 100%;
    position: absolute !important;
}

.upload_area_ico {
    width: 54px;
    height: 54px;
    background: url(/upload/braas/images/upload.svg);
    background-size: contain;
}

.upload_area .filled~.upload_area_ico {
    background-image: url(/upload/braas/images/thumb_up.svg);
}

.jq-file.filled~.upload_area_label {
    z-index: 100;
}

.upload_area_label a {
    cursor: pointer;
}

.upload_area .jq-file__name {
    display: none;
}

.upload_area_labels {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: #4F4F4F;
} 

.upload_area_labels.filled {
    position: relative;
}

.upload_area_label {
    margin: 3px 0;
}

.upload_area_label a {
    color: #000;
}

.upload_area .jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: unset;
    background: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upload_area .jq-file__browse {
    display: none;
}

.file-well input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.upload_area_error {
    width: 100%;
    height: 100%;
    background: #dc0101;
    opacity: 0.2;
    position: relative;
    z-index: 0;
    display: none;
}

.file-well input[type="file"].invalid~.upload_area_error {
    display: block;
}

.jq-selectbox {
    width: 100%;
    margin-bottom: 16px;
    display: block !important;
}

.jq-selectbox__select {
    border-color: #000 !important;
    padding-left: 16px;
    font-size: 18px;
}

.jq-selectbox .placeholder {
    font-weight: 400;
    font-size: 18px;
}

.fancybox-content.popup {
  padding: 100px 120px;
  max-width: 1000px;
}

.fancybox-content.popup h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.contest_form_success {
    width: 90%;
    max-width: 800px;
}

.contest_form_success img {
    width: 100%;
    object-fit: contain;
    max-height: 80vh;
}