@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.uk-button {
  height: 41px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 315px;
}

.uk-button-default {
  padding: 0 44px;
  padding-top: 3px;
  height: 50px;
}

.uk-button-primary {
  padding: 0 24px;
}

.none {
  display: none;
  pointer-events: none;
}

.form-event-info {
  color: var(--yellow, #ffcb63);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 50px;
}

#a-imenno .uk-grid div:nth-child(2n-1) .el-item {
  border-radius: 2px;
  border: 1px solid var(--300, #38393b);
  background: var(--200, #2a2b2d);
  padding: 20px 36px;
}

.hidden-arrow-opacity {
  visibility: hidden;
  opacity: 0;
}

.uk-button-secondary {
  position: relative;
  padding-right: 33px;
}

#tm-dialog-mobile .uk-margin-auto-bottom {
  height: 100%;
}

#tm-dialog-mobile .uk-margin-auto-bottom .uk-child-width-1-1 {
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}

#tm-dialog-mobile .uk-margin-auto-bottom .uk-child-width-1-1 .uk-first-column {
  height: max-content;
}

.active-tag {
  border-radius: 3px !important;
  background: var(--200, #2a2b2d) !important;
  border: 1px solid transparent !important;
}

.uk-button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  transition: 0.3s;
  background-image: url("/images/main/Arrow_Next_Def.svg");
}
.uk-button-secondary:hover:after {
  background-image: url("/images/main/Arrow_Next_Hov.svg");
}
.uk-button-secondary:active:after {
  background-image: url("/images/main/Arrow_Next_Act.svg");
}

.uk-h2 {
  position: relative;
  padding: 0 124px;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 80px !important;
}
.uk-h2::after,
.uk-h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background-repeat: no-repeat;
  height: 2px;
  width: 100px;
  transition: 0.3s;
  background-image: url("/images/main/arrow-right.svg");
}

.uk-h2::before {
  right: unset;
  left: 0px;
  background-image: url("/images/main/arrow-left.svg");
}

.info-items .uk-grid div:nth-child(2n) {
  position: relative;
  left: -105px;
}

.info-items .uk-grid div:nth-child(4n) {
  position: relative;
  left: unset;
}

.info-items .uk-grid div div {
  position: unset !important;
  left: unset !important;
}

/* .... */

.rf-form input,
.rf-form textarea {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 253, 243, 1);
  padding: 0px;
  padding-bottom: 4px;
  margin-bottom: 24px;
  transition: 0.3s;
}

.rf-form input[type="text"],
.rf-form input[type="email"] {
  border-bottom: 1px solid rgba(66, 67, 69, 1);
}

.rf-form input:hover,
.rf-form textarea:hover {
  border-bottom: 1px solid rgba(255, 253, 243, 1) !important;
}
.rf-form input:focus,
.rf-form textarea:focus {
  border-bottom: 1px solid rgba(255, 219, 146, 1) !important;
  color: rgba(255, 253, 243, 1);
}
.rf-form input::placeholder,
.rf-form textarea::placeholder {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(156, 157, 159, 1);
  transition: 0.3s;
}

.rf-form .placeholder-container {
  position: relative;
}
.rf-form .placeholder-container input,
.rf-form .placeholder-container textarea {
  box-sizing: border-box;
}
.rf-form .placeholder-container label {
  pointer-events: none;
  position: absolute;
  transition: all 200ms;
  top: 0px;
  left: 0px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(156, 157, 159, 1);
}

#modal-example .uk-modal-dialog,
#modal-example2 .uk-modal-dialog,
.custom_form .uk-modal-dialog,
.uk-modal-dialog {
  border-radius: 2px;
  border: 1px solid #424345;
  background: #242527;
  width: 100%;
  padding: 120px 16px;
  max-width: 1102px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  height: 808px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#modal-example .uk-modal-dialog,
#modal-example2 .uk-modal-dialog,
.custom_form .uk-modal-dialog {
  position: relative;
  top: unset;
  left: unset;
  transform: unset !important;
  height: unset;
  display: unset;
}

.uk-modal-dialog .uk-modal-footer {
  border: unset;
  display: flex;
  justify-content: center;
  margin-top: -10px;
  gap: 15px;
}

.uk-modal-dialog .uk-modal-footer a {
  color: #242527;
  text-decoration: unset;
  width: 100%;
  max-width: 315px;
}
.uk-modal-dialog .uk-modal-footer:nth-child(2) {
  display: none;
}
.uk-modal-dialog .uk-modal-footer button {
  display: flex;
  width: 100%;
  max-width: 315px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #ffcb63;
  color: #242527;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.custom_form form,
#modal-example form,
#modal-example2 form {
  max-width: 513px;
  width: 100%;
  margin: 0 auto;
}

#modal-example button,
#modal-example2 button,
.custom_form button {
  margin: 0 auto;
  height: 50px;
}

#form-drop,
#form-drop2,
#form-drop3,
.form-drop {
  width: 100%;
  max-width: 513px !important;
  padding: 8px 0px;
  border-radius: 2px;
  border: 1px solid #424345;
  background: #2a2b2d;
  top: 40px !important;
}

#form-drop ul,
#form-drop2 ul,
#form-drop3 ul,
.form-drop ul {
  list-style-type: none;
  padding-left: 0px;
}
#form-drop ul li,
#form-drop2 ul li,
#form-drop3 ul li,
.form-drop ul li {
  padding: 10px 12px;
  transition: 0.3s;
  margin-bottom: 0px;
  color: #fffdf3;
}
#form-drop ul li:hover,
#form-drop2 ul li:hover,
#form-drop3 ul li:hover,
.form-drop ul li:hover {
  cursor: pointer;
  color: #ffdb92;
}

.type-value-block,
#type-value-block5,
#type-value-block4 {
  position: relative;
}

.height-none {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#type-value-block5 {
  transition: 0.3s;
}

.type-value-block input:hover,
#type-value-block5 input:hover,
#type-value-block4 input:hover {
  cursor: pointer;
}

.type-value-block::after,
#type-value-block5::after,
#type-value-block4::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("/images/main/16.svg");
  background-repeat: no-repeat;
  transition: 0.3s;
}

.active-type::after {
  transform: rotate(180deg);
}

.close {
  position: absolute;
  top: 36px;
  right: 36px;
}

.blog .el-item:hover .el-title,
.blog .el-item:active .el-title {
  color: #ffcb63 !important;
}

.blog .el-item .el-title {
  transition: 0.3s;
}

.close svg {
  width: 16px;
}

.close svg line {
  stroke: #fffdf3 !important;
  transition: 0.3s;
}

.close:hover svg line {
  stroke: rgba(255, 219, 146, 1) !important;
}
.close:active svg line {
  stroke: rgba(255, 203, 99, 1) !important;
  transform: scale(1.2);
}

.agree-block {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  margin: -8px 0 40px;
}

.agree-block a {
  color: rgba(255, 203, 99, 1);
}
.agree-block p {
  margin: 0;
}

.agree-block img {
  width: 32px;
  opacity: 0.2;
}

.check-active {
  opacity: 1 !important;
}

.us-special {
  text-align: center;
  margin: -66px 0 60px;
  color: rgba(255, 242, 216, 1);
}

.uk-navbar .uk-parent {
  position: relative;
}

.uk-navbar .uk-parent::after,
.uk-navbar .uk-parent::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -24px;
  background-image: url("/images/main/header_arrow_default.svg");
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s;
  transform-origin: center;
}

.uk-navbar .uk-parent::before {
  background-image: url("/images/main/header_arrow_hover.svg");
  z-index: 1;
}

.uk-navbar .uk-parent:hover::before {
  z-index: 3;
  transform: translateY(-50%) rotate(180deg);
}

.uk-navbar .uk-parent:hover::after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg);
}

.uk-navbar .uk-parent {
  margin-right: 24px;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #ffcb63;
}

.uk-navbar-dropdown-nav > li > a:hover {
  color: rgba(255, 219, 146, 1) !important;
}
.uk-navbar-dropdown-nav > li > a:active {
  color: rgba(255, 203, 99, 1) !important;
}

header {
  border-bottom: 1px solid #38393b;
}

.uk-navbar-right svg {
  /* color: rgba(255, 219, 146, 1); */
}

#tm-dialog-mobile .uk-nav a {
  padding-top: 0;
  color: var(--light, #fffdf3);
  border-bottom: 1px solid #424345;
  margin-bottom: 36px;
}

#tm-dialog-mobile .uk-nav .uk-active a,
#tm-dialog-mobile .uk-nav a:hover,
#tm-dialog-mobile .uk-nav a:active,
#tm-dialog-mobile .uk-nav .uk-parent .uk-active a,
#tm-dialog-mobile .uk-nav .uk-parent .uk-nav-sub a:hover,
#tm-dialog-mobile .uk-nav .uk-parent .uk-nav-sub a:active {
  color: #ffcb63;
}

#tm-dialog-mobile .uk-nav .uk-nav-sub a {
  margin-bottom: 12px;
  color: var(--600, #a6a7a9);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  border-bottom: unset;
}

#tm-dialog-mobile .uk-offcanvas-bar {
  max-width: unset;
  width: 100%;
}

#tm-dialog-mobile .uk-nav .uk-parent a {
  margin-bottom: 16px;
}

#tm-dialog-mobile .uk-nav .uk-nav-sub {
  padding: 0;
  margin-bottom: -20px;
}

.full-height::after {
  display: none !important;
}

.full-height .el-content {
  overflow: visible !important;
  height: max-content !important;
  -webkit-line-clamp: unset !important;
}

.uk-breadcrumb {
  margin-bottom: 0;
}

.tm-top {
  padding: 55px 0 70px !important;
  margin-bottom: -75px;
}

#module-17 .uk-margin-medium-bottom {
  margin-bottom: 0 !important;
}

.people_modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.people_modal .left {
  width: 33%;
}
.people_modal .right {
  width: 67%;
}
.people_modal .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people_modal .right .data {
  padding-left: 45px;
}
.people_modal .right .data .colored_text {
  color: #ffcb63;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.people_modal .right .data .name {
  color: #fffdf3;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.people_modal .right .data .post {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
  position: relative;
}
.people_modal .right .data .post::before {
  content: "";
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #424345;
}
.people_modal .right .data .text_block {
  margin-top: 20px;
}
.people_modal .right .data .text_block .heading {
  font-size: 16px;
  color: #ffcb63;
  margin-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 1390px) {
  .info-items .uk-grid div:nth-child(2n) {
    position: relative;
    left: 0;
  }
}

@media (max-width: 1400px) {
  .tm-header .uk-navbar-center .uk-navbar-nav {
    gap: 20px;
  }
}

@media (max-width: 1400px) {
  .tm-header .uk-navbar-center .uk-navbar-nav a,
  #module-113 a {
    font-size: 12px !important;
  }
  #module-113 svg {
    width: 20px !important;
  }
}

@media (max-width: 1300px) {
  .tm-header {
    display: none;
  }
  .tm-header-mobile {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  #module-113\#45 {
    padding-left: 12px !important;
  }
  #module-113\#44 svg {
    width: 20px !important;
  }
  #module-113\#43 a {
    padding-top: 3px !important;
  }
  #header-social {
    padding-left: 14px !important;
  }
}

@media (max-width: 1130px) {
  #module-113 svg {
    width: 15px !important;
  }
  #module-113\#16 a {
    font-size: 10px !important;
    padding-top: 6px !important;
  }
}

@media (max-width: 1080px) {
  .tm-header {
    display: none !important;
  }
  .tm-header-mobile {
    display: block !important;
  }
}

@media (max-width: 960px) and (min-width: 480px) {
  .list-program .el-title {
    min-width: 45vw !important;
  }
}

@media (max-width: 960px) {
  .form-event-info {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 140%;
  }
  .tm-top {
    padding: 24px 0 36px !important;
    margin-bottom: -55px;
  }
  .uk-button {
    max-width: 283px;
    height: 41px;
    font-size: 12px;
  }
  .uk-button-default {
    padding-top: 1px;
  }
  .uk-h2::after,
  .uk-h2::before {
    width: 100%;
    max-width: 36px;
  }
  .uk-h2::after,
  .uk-h2::before {
    background-image: url("/images/main/arrow-mb-22.svg");
  }
  .uk-h2::before {
    background-image: url("/images/main/arrow-mb-11.svg");
  }
  .uk-h2 {
    padding: 0px 44px;
    /* width: unset; */
    margin-bottom: 50px !important;
    line-height: 130%;
    letter-spacing: 0.22px;
  }
  .us-special {
    margin: -50px 0 20px;
  }
}

@media (max-width: 480px) {
  .uk-modal-dialog .uk-modal-footer {
    gap: 10px;
    flex-wrap: wrap;
  }
  .uk-h2 {
    width: unset;
  }
  #modal-example .uk-modal-dialog,
  #modal-example2 .uk-modal-dialog,
  .uk-modal-dialog {
    padding: 82px 16px 76px;
  }
  .close {
    top: 7px;
    right: 19px;
  }
  #modal-example .rf-form textarea,
  #modal-example2 .rf-form textarea,
  #modal-example .rf-form input,
  #modal-example .rf-form label,
  #modal-example2 .rf-form label,
  #modal-example2 .rf-form input,
  #modal-example2 .rf-form input::placeholder,
  #modal-example2 .rf-form textarea::placeholder,
  #modal-example .rf-form input::placeholder,
  #modal-example .rf-form textarea::placeholder,
  #type-value::placeholder,
  .us-special,
  .custom_form .rf-form textarea,
  .custom_form .rf-form input,
  .custom_form .rf-form label,
  .custom_form .rf-form textarea::placeholder,
  .custom_form.rf-form input::placeholder {
    font-size: 15px !important;
    line-height: 140% !important;
  }

  .custom_form .rf-form input,
  #modal-example .rf-form input,
  #modal-example2 .rf-form input {
    padding-bottom: 16px;
    margin-bottom: 36px;
  }

  .custom_form .rf-form textarea,
  #modal-example .rf-form textarea,
  #modal-example2 .rf-form textarea {
    margin-bottom: 16px;
  }
  .agree-block {
    font-size: 13px;
    line-height: 140%;
    margin: 0px 0 36px;
  }
  .agree-block img {
    min-width: 24px;
  }
  .custom_form .rf-button-send,
  #modal-example .rf-button-send,
  #modal-example2 .rf-button-send {
    height: 41px;
    font-size: 12px;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.24px;
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 1285px) {
  .column-photo {
    flex-direction: column;
  }
  .column-photo-reverse {
    flex-direction: column-reverse;
  }
  .column-photo .uk-grid-item-match {
    width: 100%;
    max-width: unset !important;
    transform: unset;
  }
  .column-photo .uk-panel .uk-margin {
    text-align: center !important;
  }
  .column-photo .uk-panel .uk-margin img {
    margin-right: unset !important;
    transform: unset !important;
  }
}

@media (max-width: 1600px) {
  .uk-navbar-nav {
    gap: 20px !important;
    & a {
      font-size: 12.5px !important;
    }
  }
}
@media (max-width: 1490px) {
  .uk-navbar-nav {
    gap: 25px !important;
  }
}
@media (max-width: 1450px) {
  .uk-navbar-nav {
    gap: 20px !important;
  }
}
@media (max-width: 1400px) {
  .uk-navbar-nav {
    gap: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .people_modal_content .uk-modal-dialog {
    top: 0%;
    transform: translate(-50%, 0%) !important;
    height: auto;
  }

  .people_modal_content .uk-modal-body {
    overflow-y: scroll;
  }
  .people_modal {
    flex-direction: column;
  }
  .people_modal .left,
  .people_modal .right {
    width: 100%;
  }
  .people_modal .right {
    margin-top: 30px;
  }
  .people_modal .right .data {
    padding-left: 0;
  }
}
