@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@font-face {
  font-family: 'Squares Bold';
  src: url("../fonts/squares_bold.otf");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamProRegular/GothamProBold.otf");
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro-light';
  src: url("../fonts/GothamProLight/GothamProLight.eot");
  src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-box {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.box-shadow {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
}

.relative {
  position: relative;
}

.landtop-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-black {
  background: -webkit-gradient(linear, left bottom, left top, from(#242424), to(#242424)), #ED3D05;
  background: linear-gradient(0deg, #242424, #242424), #ED3D05;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
}

.open>.dropdown-menu {
  display: block;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.dropdown-menu {
  max-height: 300px;
  overflow: hidden;
  overflow-y: visible;
  padding: 10px 15px;
  min-width: 320px;
}

.dropdown-menu>li{margin: 5px 0;}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.input-group {flex-wrap: nowrap;align-items: center;justify-content: flex-start;position: relative;}
.input-group-btn {position: absolute;
  top: 0;
  bottom: 0;}
  .dropdown-toggle{
    background: unset;
    border: none;
    height: 100%;
    width: 100%;
    padding: 0 15px;
}
.input-group-btn button:hover{opacity: 0.7;}
.input-group-btn button:focus{opacity: 0.7;}
.input-group-btn button:active{opacity: 0.7;}
.input-group .phoneNumber {border-radius: 8px !important; padding-left: 85px;}
.dropdown-toggle .flag {display: none;}

.btn-red {
  background: #ED3D05;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  color: #fff;
  padding: 15px 40px;
  font-size: 14px;
}

.btn-red:hover {
  opacity: 1 !important;
  background: #c23407;
}

input.hidden {display: none !important;}

.h2-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 38px;
}

.h2_2-title {
  font-size: 32px;
}

.h2-title_center {
  text-align: center;
  margin-bottom: 55px;
}

.h2-title_show-mob {
  display: none;
}

.h2-title_hide-mob {
  display: block;
}

.show-mob {display: none;}

.h3-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}
.h3_2-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.h4-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
}

.montserrat {
  font-family: 'Montserrat';
}

.arrow.scrollto {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.arrow.scrollto:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

input.form-control {
  border-radius: 8px;
}

textarea.form-control {
  border-radius: 8px;
}

select.form-control {
  border-radius: 8px;
}

.itcss {
  max-width: unset;
  width: 100%;
  margin-top: 20px;
}

.itcss__control {
  background: unset;
}

.itcss__wrapper {
  background-color: unset;
}

.itcss__item {
  position: relative;
}

.speak.speak-mobile {
  width: 100%;
  max-width: unset;
}

.overflow-img {
  width: 100%;
  height: auto;
}

img.speak-img.speak-mobile__img {
  width: 100%;
  max-width: unset;
  height: auto;
  border-radius: 16px;
}

.ctooltip {
  display: none;
  position: absolute;
  /* border: 1px solid #fff; */
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  color: #222;
  position: absolute;
  right: 0;
  margin-top: 15px;
}

form.sending {
  opacity: 0.6;
}

body.popupMod {
  overflow: hidden !important;
}

.cstm_popup_overlay {
  display: none;
  opacity: 0;
  position: fixed;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999;
  -webkit-transition: ease opacity 0.2s;
  transition: ease opacity 0.2s;
}

.cstm_popup_overlay.show {
  opacity: 1;
}

.cstm_popup {
  display: none;
  opacity: 0;
  width: 600px;
  margin: 30px auto;
  max-width: calc(100% - 40px);
  padding: 30px 30px 30px;
  min-height: 100px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.17);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.cstm_popup.show {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: ease;
  -webkit-trans: 0.3s, ease opacity 0.4s,  ease top 0s;
  -webkit-transition: ease transform 0.3s, ease opacity 0.4s,  ease top 0s;
  transition: ease transform 0.3s, ease opacity 0.4s,  ease top 0s;
}

.cstm_popup.hide {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: ease all 0.3s, ease opacity 0.4s;
  transition: ease all 0.3s, ease opacity 0.4s;
}

.cstm_popup .cstm_popup_close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 52px;
  height: 52px;
  background: url(../images/ic_close_popup.png) no-repeat center;
  background-size: 30%;
  opacity: 0.6;
  z-index: 1;
}

.popup_success {
  width: 600px;
}

.popup_success h2 {
  line-height: 37px;
  font-size: 27px;
}

.itcss__control_next {
  top: 35%;
}

.itcss__control_prev {
  top: 35%;
}

@media only screen and (min-width: 1410px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .hide-slider {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .h2-title_show-mob {
    display: block;
  }
  .h2-title_hide-mob {
    display: none;
  }
  .mt-none {
    margin: 0 !important;
    padding: 0 !important;
  }

  
  /* .show-mob {display: block;} */
}

@media only screen and (max-width: 768px) {
  .h2-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 27px;
  }
  .h3-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .h3_2-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 18px;
   }
  .h4-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
  }
  .btn-red {
    border-radius: 6px;
    padding: 12px 31px;
    font-size: 14px;
  }
  .hidden-sm {
    display: none !important;
  }
}

body {
  min-width: 375px;
  position: relative;
  background-color: #fff;
  font-family: 'Gotham Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #222;
}

body, p, ul, ol, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover, .btn:hover {
  opacity: 0.8;
}

.btn:hover {
  color: #fff;
}

input[disabled] {
  opacity: 0.4;
}

input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header {
  height: auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  width: 100%;
  min-height: 68px;
}

.header__btn {
  position: absolute;
  right: 20px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  left: 20px;
}

.bl {display: flex;flex-direction: row;}
.bl2 {margin-left: 35px;}

.socials__img {
  width: 34px;
  height: 34px;
}

.partnerkin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  margin-left: 25px;
}
a.partnerkin:hover, a.partnerkin:active {opacity:0.8; color:#333;}

.partnerkin__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partnerkin__logo img {
  width: 31px;
  height: 33px;
}

.partnerkin__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 5px;
  position: relative;
}

.partnerkin__text {
  font-size: 18px;
  line-height: 18px;
  margin-top: -10px;
}

.partnerkin__text_squares {
  font-family: 'Squares Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.partnerkin__text_bottom {
  font-size: 11px;
  position: absolute;
  top: 17px;
  left: 0.5px;
  font-weight: 500;
}

@media only screen and (min-width: 1410px) {
  .header {
    position: relative;
  }
  .socials {
    left: -10%;
  }
  .header__btn {
    right: -10%;
  }
}

@media only screen and (max-width: 992px) {
  .header {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 50px;
  }
  .header__btn {
    display: none;
  }
  .socials {
    position: unset;
    left: unset;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  
  .footer .socials {
    flex-direction: row;
  }
  .bl2 {margin-left: 0;}
  .socials__img {
    width: 25px;
    height: 25px;
  }
  .partnerkin__title {height: auto;}
  .partnerkin__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
  .partnerkin {margin-left: 10px;}
  .partnerkin__text_bottom {
    font-size: 10px;
    top: 15px;
    display: none;
  }
  .partnerkin__logo img {
    width: 22px;
    height: 24px;
  }
}

.landtop {
  height: 646px;
}

.full-image {
  height: 646px;
  border-radius: 28px;
  position: absolute;
  left: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.full-image__dop-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.full-image.block0 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/block-main.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/block-main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.full-image.antalya {
  background: url(../images/cityscape-of-antalya-2022-03-18-21-35-49-utc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.full-image.watin {
  background: url(../images/watin.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.full-image__title {
  color: #fff;
  font-family: 'Squares Bold','Helvetica Neue',Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 58px;
  line-height: 74px;
  text-align: center;
}

.full-image__title_main {
  font-size: 52px;
}

.full-image__title_gotham {
  font-family: 'Gotham Pro';
  text-transform: capitalize;
  margin-bottom: 15px;
}

.our-values__grid.allin {
  grid-gap: 40px;
  margin-top: 35px;
}

.full-image__text {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

.full-image__text_small {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  width: 60%;
}

.arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-0 {
  height: auto;
  padding: 20px 0;
}

.block-1 {
  padding-top: 50px;
  padding-bottom: 38px;
}
.block-1.union {padding-bottom: 0 !important;}
.block-1.arrival {padding-bottom: 70px; }
.block-1.inside {
  background: #f4f4f4;
  padding: 65px 0;
}

.block-1.block-sponsors {
  padding: 45px 0;
}
.block-1.more {padding-bottom: 60px;}
.block-1.reds {background: #ED3D05;padding: 35px 0; margin-top: 80px;}
.btn-reds {background: #ED3D05;}
.btn-reds:hover {background: #ED3D05; opacity: 0.7 !important;}

.insider {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: row;
}

.insider-logo {width: 20%;}
.insider-logo img {width: 100%;}
.insider-text {width: 67%; font-size: 18px;}

.about-project {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: start;
      -ms-flex-align: start; */
          /* align-items: center; */
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* gap: 20px; */
}

.about-project__info {
  width: 45%;
  padding: 25px 0 25px 0;
}

.about-project__image {
  width: 45%;
}

.about-project__image.more {
  width: 48%;
}
.about-project__info.more {
  width: 48%;
}

.about-project.speaks {align-items: flex-start;}

.about-project__image.speaks {
  width: 48%;
}
.about-project__info.speaks {
  width: 48%;
  padding: 0;
}

.about-project__info.more .about-project__title{margin-bottom: 20px;}

.about-project__title {
  margin-bottom: 30px;
  /* margin-top: 20px; */
}

.about-project__text {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
}

.about-project__text .text-elem:first-child {margin-bottom: 20px;}

.about-project.goal .about-project__info {width: 100%;}

.about-project__image img {
  width: 100%;
  border-radius: 16px;
  /* max-width: 508px; */
  min-width: 350px; 
}
.about-project__image.more img {
  max-width: 508px;
  min-width: 351px;
  width: 100%;
}

.mtop {margin-top: 65px;}

.our-values__title {
  margin-bottom: 45px;
}

.our-values__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(345px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  grid-gap: 30px;
}

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

.our-values__elem {
  width: 100%;
}

.elem__logo img {
  width: 100%;
  border-radius: 16px;
}

.elem__title {
  margin-top: 30px;
}

.elem__descr {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  margin-top: 15px;
}

.goal__list {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.goal__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.goal__elem:not(.goal-dop__elem) {flex-direction: column;}

.goal__logo:not(.goal-dop__logo) {width: 100px;height: 100px;}
.goal__logo:not(.goal-dop__logo) img {width: 100%;}

.goal-dop {
  grid-gap: 5px;
}

.goal-dop__elem {
  gap: 0;
}

.goal-dop__logo {
  margin-right: 12px;
}

.goal-dop__logo img {
  width: 6px !important;
}

.speakers {
  margin-bottom: 20px;
}

.smal-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 15px;
  gap: 15px;
  flex-wrap: wrap;
}

.smal-images__item {
  width: 69px;
  height: 69px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.smal-images__item_active {
  outline: 3px solid #ED3D05;
}

.smal-images__item:before {
  content: '';
  background-color: #ED3D05;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.001, 0.001);
          transform: scale(0.001, 0.001);
}

.smal-images__item:focus {
  outline: 0;
  color: #fff;
}

.smal-images__item:focus:before {
  -webkit-animation: effect_dylan 0.8s ease-out;
          animation: effect_dylan 0.8s ease-out;
}

.smal-images__item:hover {
  cursor: pointer;
}

.smal-images__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes effect_dylan {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 1;
  }
}

@keyframes effect_dylan {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 1;
  }
}

.speaker {
  position: absolute;
  height: auto;
}

.speaker-0 {
  top: 0;
  right: -40px;
  width: 145px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.speaker-1 {
  top: 0;
  right: -120px;
  width: 250px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.speaker-2 {
  right: -60px;
  width: 200px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.speaker-3 {
  width: 300px;
  right: -105px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.speaker-4 {
  width: 255px;
  left: -155px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.speak {
  /* min-height: 463px; */
  /* min-height: 470px; */
}

.speak__title {
  margin-top: 15px;
}

.speak__theme {
  color: rgba(0, 0, 0, 0.5);
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.gallery__title {
  margin-bottom: 25px;
}

.gallery__text {
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
}

.gallery__list {
  margin-top: 30px;
  margin-left: 20px;
}

.gallery__image, .gallery__info {
  width: 50%;
}

.gallery__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  min-width: 345px;
}

.gallery.photos {justify-content: center;}

.photos .gallery__image {width: 100%;max-width: 820px;min-width: unset;}
.photos .gallery__big-img {max-height: unset;}
.gallery__big-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-height: 418px;
}

.gallery__small-img {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-grid-columns: (65px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 65px);
  grid-auto-rows: 65px;
  grid-gap: 15px;
  margin-top: 15px;
}

.gallery__small-img_item:hover {
  cursor: pointer;
}

.gallery__small-img_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.gallery__small-img_item:before {
  content: '';
  background-color: #ED3D05;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.001, 0.001);
          transform: scale(0.001, 0.001);
}

.gallery__small-img_item:focus {
  outline: 0;
  color: #fff;
}

.gallery__small-img_item:focus:before {
  -webkit-animation: effect_dylan 0.8s ease-out;
          animation: effect_dylan 0.8s ease-out;
}

.gallery__small-img_active {
  outline: 3px solid #ED3D05;
}

.gallery__item {
  line-height: 35px;
}

.photos .gallery__gimg {height: 80px;}

.gallery__gimg {
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gallery__small-img_item:hover .gallery__gimg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info-hotel {
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  width: 50%;
}

.allin-title {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 40px;
}

.registr-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.registr-form__image, .registr-form__info {
  width: 50%;
}

.registr-form__image {
  max-width: 501px;
  min-width: 345px;
  height: auto;
}

.registr-form__img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.registr-form__title {
  margin-bottom: 20px;
}

.form-field {
  margin-bottom: 25px;
  margin-top: 5px;
  position: relative;
}

.form-elem {
  width: 100%;
  border: 1px solid #8A8A8A;
  padding: 16px;
  border-radius: 8px;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #8A8A8A;
          box-shadow: 0 0 0 1px #8A8A8A;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}

select:invalid{color: #888 !important;}

.read {
  font-size: 14px;
  line-height: 20px;
}

input.form-elem:focus, textarea.form-elem:focus, select.form-elem:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.8);
}

input.form-elem:focus-visible, textarea.form-elem:focus, select.form-elem:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.8);
}

.form-elem.errorformat {
  -webkit-box-shadow: 0 0 0 0.2rem #ED3D05;
          box-shadow: 0 0 0 0.2rem #ED3D05;
}

.question-title {
  margin-bottom: 60px;
}

.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60%;
}

.quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.quest__img {
  width: 25px;
  height: 25px;
  margin-right: 30px;
}

.quest__img_active:after {
  background-image: url(../images/svg/close.svg) !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.quest__img:after {
  content: '';
  background-image: url(../images/svg/open.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.quest__answer {
  display: none;
  padding-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}

.quest__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.quest__question:hover {
  cursor: pointer;
}

.quest__txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
}

.footer {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quest.questions__elem .quest__question:hover {
  opacity: 0.8;
}

.quest.questions__elem .quest__img:hover {
  opacity: 0.8;
}


.footer .socials {
  position: unset;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: flex-start;
}

.full-image__dop-title_top {font-size: 24px; padding: 8px 20px; background: rgba(5, 98, 237, 0.7); border-radius: 6px;margin-bottom: 10px;}

.sponsors {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    min-height: 190px;
    align-content: space-around;

}
.sponsors-main {
  justify-content: flex-start;
  min-height: 100px;
  margin-bottom: 75px;
}
.sponsors-general {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sponsor.general {width: unset;}
.sponsor.general img {max-width: 496px; min-width: 258px; width: 100%;}

.sponsor.gold {width: unset;}
.sponsor.gold img {max-width: 348px; min-width: 244px; width: 100%;}
.sponsor.gold img {min-height: unset; max-height: unset;}

.sponsors-main .sponsor {width: 30%;}

.sponsor {padding: 0 10px; width: 25%;}
.sponsor img {
  width: 100%;
  min-height: 40px;
  max-height: 80px;
}

.form-field.telegram-box {
  position: relative;
  display: block;
}

.placeholder-text {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #888;
  width: 100%;
  user-select: none;
  top: 0;
  bottom: 0;
  cursor: text;
  line-height: 49px;
  font-size: 16px;
}

.itcss__control_prev.review, .itcss__control_next.review {top:50%;}

.placeholder-text > span {font-size: 12px;}

.sponsor.gpro img {min-width: 180px;}

.form-elem::-webkit-input-placeholder {color:#888;font-size: 16px;}
.form-elem::-moz-placeholder          {color:#888;font-size: 16px;}/* Firefox 19+ */
.form-elem:-moz-placeholder           {color:#888;font-size: 16px;}/* Firefox 18- */
.form-elem:-ms-input-placeholder      {color:#888;font-size: 16px;}

.sponsor-title {font-size: 35px;text-align: center; margin-bottom: 20px;}
.sponsor-title_general {margin-bottom: 35px;}

.general img {max-height: unset}

.general-sponsor img {width: 145px;}


.flying-path {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.path-1, .path-2, .path-3 {width: 100%;display: flex;flex-direction: column;}
.path-1 {align-items: flex-start;}
.path-2 {width: 100%;position: relative;}
.path-3 {align-items: flex-end;}
.path-1__block, .path-3__block {width: 45%;}
.path-2__block {position: absolute;top: -105px;left: 0;}
.flying_desc {display: block;}
.flying_mob {display: none;}


.our-price {width: 100%;display: flex;flex-direction: column;color: #fff;align-items: center; padding: 0 40px;}
.our-price__title {margin-bottom: 20px;}
.our-price__text {font-size: 20px;text-align: center;}

.video-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;

  cursor: pointer;
}

.video-block:hover .iframe-play-button-bg {fill: #f00;fill-opacity: 1;}

.iframe-img, .iframe-frame {width: 850px; height: 478px;}
.iframe-img {background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/iframe.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.iframe-play-button-bg {
  transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
  fill: #212121;
  fill-opacity: .8;
}
.iframe-button {
  position: absolute;
  width: 98px;
  height: 69px;
}

.rewiew .itcss__item {display: flex;align-items: center;justify-content: center;}

.fotorama_wrap  {position: relative;}
.fotorama_wrap .fotorama_nav {position: absolute;top: calc(50% - 20px / 2);width: 20px;height: 20px; z-index: 5;}
.fotorama_wrap .fotorama_nav.next {background-image: url(../images/svg/arrow.svg); background-size: contain;background-repeat: no-repeat;right: 0;}
.fotorama_wrap .fotorama_nav.prev {background-image: url(../images/svg/arrow-left.svg); background-size: contain;background-repeat: no-repeat;left: 0;}
.fotorama__nav-wrap {display: none;}
.fotorama__html {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1410px) {
  .landtop {
    position: relative;
  }
  .full-image {
    left: -10%;
    right: -10%;
  }
}

@media only screen and (max-width: 1200px) {
  .about-project__title {
    margin-bottom: 30px;
  }
  .speakers {
    margin-bottom: 15px;
  }

  .speakers-text {
    line-height: 23px;
  }
  .full-image__title {font-size: 38px; }
  .full-image__title_main {
    font-size: 48px;
    line-height: 60px;
  }

  .about-project__info {width: 55%;}

  .path-2__block {top: -125px;left: -20px;}
}

@media only screen and (max-width: 1050px) {
  .our-values__grid.allin {
    grid-gap: 40px 0px;
  }
  .full-image.allin {
    border-radius: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 992px) {

  .iframe-img, .iframe-frame {width: 700px; height: 392px;}

  .block-1.inside.ftr {
    padding: 25px 0;
  }

  .sponsor.general img {max-width: 396px;}
  .sponsor.gold img {max-width: 300px;}

  .insider {justify-content: space-between;}
  .insider.review {padding: 0 35px;}
  .insider-text {width: 75%; font-size: 14px;}

  .rewiew .insider {padding: 0 35px;}
  

  .block-1.reds {padding: 30px 0; margin-top: 0;}

  .our-price__title {margin-bottom: 10px;}

  .our-price__text {font-size: 18px;}

  .path-2__block {position: unset;width: 100%;}
  .path-2__block img {width: 100%;}
  .path-1__block, .path-3__block {width: 100%;}

  .h2-title_center {
    margin-bottom: 25px;
  }

  .landtop {
    height: 546px;
  }
  .full-image {
    left: 0;
    right: 0;
    border-radius: 0px;
    height: 546px;
  }
  .full-image__title {
    font-size: 45px;
    line-height: 48px;
    margin: 10px 0;
  }
  .full-image__title_main {
    font-size: 40px;
    line-height: 45px;
  }
  .full-image__text {
    font-size: 20px;
  }
  .full-image__text_small {
    line-height: 28px;
    width: 70%;
  }
  .about-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-project.reverce {flex-direction: column-reverse;}

  .mtop {margin-top: 35px;}

  .about-project__info {
    width: 100%;
  }

  .about-project__info.more {width: 100%;}
  .about-project__image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-project__image.more   {width: 100%;}
  .about-project__image img {
    max-width: 400px;
  }

  .our-values__grid {
    grid-template-columns: repeat(2, minmax(345px, 1fr));
  }
  .our-values__grid.half_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .goal__list {
    flex-direction: column;
    gap: 15px;
  }
  /* .goal__logo img {
    width: 26px;
    height: 26px;
  } */
  .speaker-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .speak {
    max-width: 508px;
    min-height: unset;
    height: auto;
  }
  .speak-img {
    max-width: 508px;
  }
  #hotel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hotel .gallery__image {
    width: 100%;
    max-width: unset;
  }
  .hotel .gallery__info {
    width: 100%;
  }
  .info-hotel {
    width: 100%;
    margin-bottom: 15px;
  }
  .registr-form {
    flex-direction: column-reverse;
  }
  .registr-form__image {
    width: 100%;
    max-width: unset;
  }
  .registr-form__info {
    width: 100%;
  }
  .registr-form__img {
   display: none;
  }
  .full-image.allin {
    height: 568px;
  }
  .our-values__grid.allin {
    grid-gap: 20px;
  }
  .questions {
    width: 100%;
  }
  .gallery__small-img {
    -ms-grid-columns: (41px)[auto-fill];
        grid-template-columns: repeat(auto-fill, 41px);
    grid-auto-rows: 41px;
  }

  .full-image.antalya {padding: 0 15px;}

  .smal-images__item {width: 53px;height: 53px;}
  .speaker-0 {width: 120px;right: -33px;}
  .speaker-1 {right: -130px;top: -8px;}
  .speaker-2 {right: -70px;}
  .speaker-3 {right: -120px;}
  .speaker-4 {width: 220px;left: -135px;}

  .sponsor-title {font-size: 32px;}
  .sponsors-main .sponsor {width: 35%;}
  .h2_2-title {
    font-size: 26px;
  }
}
.sponsors.info-sponsors {gap: 15px;}
.sponsors.info-sponsors .sponsor {max-width: 220px;}
.hide-mob {display: inline;}

@media only screen and (max-width: 768px) {
  .about-project__info.more .about-project__title {
    margin-bottom: 13px;
  }

  .block-1.arrival {padding-bottom: 38px; }

  .block-1.inside.ftr {
    padding: 10px 0;
  }
  
  .iframe-img, .iframe-frame {width: 550px; height: 290px;}
  .iframe-button {
    width: 42px;
    height: 35px;
  }

  .block-1.location {padding: 30px 0 10px 0;}

  .sponsor-title_general {margin-bottom: 20px;}
  .sponsor.general img {max-width: 258px;}
  .sponsor.gold img {max-width: 244px;}
  .show-mob {display: block;}
  .hide-mob {display: none;}

  .h2_2-title {
    font-size: 20px;
  }

  .block-1.reds {
    padding: 25px 0;
  }

  .our-price__text {font-size: 12px;}

  .mtop {margin-top: 20px;}

  .flying_desc {display: none;}
  .flying_mob {display: block;}

  .about-project__info.speaks {width: 100%; padding: 0 0 10px 0;}
  .about-project__info {
    padding: 0 0 25px 0;
  }

  /* .about-project__image.more img {
    max-width: 540px;
  } */

  .goal__logo:not(.goal-dop__logo) {
    width: 45px;
    height: 45px;
  }
  .goal__elem:not(.goal-dop__elem) {gap: 15px;}

  .h2-title_center {
    margin-bottom: 25px;
  }

  .block-1.inside {padding: 35px 0;}

  .block-1.more {padding-bottom: 25px;}
  

  .insider {    
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .insider-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .insider-logo img {width: 20%;}
  .insider-logo b.show-mob {width: 75%; font-size: 14px;}
  .insider-text {width: 100%; margin-top: 20px; font-size: 14px;}
  

  .landtop {
    height: 402px;
  }
  .landtop.block0{height: 459px;}
  .landtop.allin {
    height: 470px;
  }
  .full-image {
    left: 0;
    right: 0;
    border-radius: 0px;
    height: 402px;
  }
  .full-image__title {
    font-size: 18px;
    line-height: 20px;
    margin: 5px 0;
    margin-top: 10px;
  }
  .full-image__title_gotham {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .full-image__text_small.full-image__text_antalia {font-size: 12px; width: 100%;}

  .full-image__text {
    font-size: 18px;
  }
  .full-image__text_small {
    line-height: 18px;
    width: 80%;
  }
  .full-image__dop-title {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .block-1 {
    padding-top: 30px;
  }
  .about-project__title {
    margin-bottom: 15px;
  }
  .about-project__text {
    font-size: 14px;
    line-height: 21px;
  }
  .about-project__image img {
    width: 100%;
    border-radius: 16px;
    /* max-width: 540px; */
    /* min-width: 345px; */
  }
  .our-values__title {
    margin-bottom: 25px;
  }
  .our-values__grid {
    -ms-grid-columns: (minmax(225px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  }
  .our-values__elem {
    width: 100%;
  }
  .elem__title {
    margin-top: 20px;
  }
  .elem__descr {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin-top: 10px;
  }
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
  .gallery__image {
    width: 100%;
  }
  .gallery__info {
    width: 100%;
  }
  .gallery__list {
    margin-top: 15px;
  }
  .gallery__text {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin-top: 10px;
  }
  .gallery__item {
    line-height: 25px;
  }
  .gallery__big-img {
    max-height: 365px;
  }
  .full-image.allin {
    /* height: 500px; */
  }
  .location-img {
    max-height: 326px;
  }
  .celi-img {
    max-height: 346px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact {
    margin-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fot_tlt {
    margin-bottom: 15px;
  }
  .gallery__small-img {
    gap: 12px;
  }
  .arrow {
    display: none;
  }
  .hidden-xs {
    display: none;
  }
  .full-image__dop-title_top {font-size: 18px;}
  .little-txt {font-size: 12px !important;}
  .full-image__title_main {font-size: 30px;line-height: 38px;}
  .full-image.block0 {padding: 0 15px;}
  .full-image.block0 {height: 459px;}

  .allin-title {margin-bottom: 20px;}

  .sponsors {
    min-height: 300px;
    /* max-height: 350px; */
    justify-content: space-between;
  
  }

  .socials__link:first-child {margin-right: 10px !important;}

  .sponsors-main {min-height: 100px;margin-bottom: 55px;}
  .sponsors-main .sponsor {width: 45%;min-width: 220px;}
  
  .sponsor {padding: 0 10px; width: 50%;}
  .block-sponsors {padding-bottom: 15px;}
  
  .placeholder-text {
    font-size: 14px;
    padding: 0 15px;
    left: 0;
  }

  .form-elem::-webkit-input-placeholder {color:#888;font-size: 14px;}
  .form-elem::-moz-placeholder          {color:#888;font-size: 14px;}/* Firefox 19+ */
  .form-elem:-moz-placeholder           {color:#888;font-size: 14px;}/* Firefox 18- */
  .form-elem:-ms-input-placeholder      {color:#888;font-size: 14px;}

  select.form-elem{font-size: 14px;}

  .form-elem {font-size: 14px; line-height: 14px;}
  
  .placeholder-text > span {font-size: 10px;}
  .sponsor-title {font-size: 26px;}

  .sponsors.info-sponsors .sponsor {width: 45%; padding: 0;}

  .general-sponsor img {width: 100px;}

  .about-project__text .text-elem:first-child {margin-bottom: 15px;}
}

.btn-blck {text-align: center;}

@media only screen and (max-width: 576px) {
  .iframe-img, .iframe-frame {width: 351px; height: 197px;}
  
  .full-image.block0 {display: flex; align-items: flex-start; justify-content: center; align-content: flex-start;}
  .full-image__title {text-align: left;}
  .placeholder-text > span {font-size: 9px;}

  .btn-blck {display: flex; align-items: center; justify-content: flex-start;}
  .little-txt {margin: 0 !important;padding: 0; padding-left: 37px; display: flex;justify-content: center;position: relative;}
  .mob-arrow::before {
    content: '';
    background: url(../images/vector.svg);
    width: 8px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 25px;
  }

  /* .sponsor.gpro img {position: relative;left: -20px;top: -15px;} */

  #hotel .gallery__big-img {min-height: 277px;}

  .sponsors-main {margin-bottom: 35px;}
}

@media only screen and (max-width: 509px) {
  .itcss__control_next {
    top: 30%;
  }
  
  .itcss__control_prev {
    top: 30%;
  }
}

@media only screen and (max-width: 437px) {
  .insider-logo.reviews img {width: 25%;}
  .insider-logo.reviews b.show-mob {width: 72%; font-size: 12px;}
}
