@charset "UTF-8";
/*
Theme Name: thremesourceTime
Author: the Alex Danolov
*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #282525;
  background-color: #D4B87E;
  height: 100%;
}

hr {
  position: relative;
  margin: 0 0 30px 0;
  border-top: 2px solid #282525;
  width: 100%;
  -webkit-animation: headerIconHR 7s;
          animation: headerIconHR 7s;
  border-color: #282525;
  left: 360px;
}

br::-moz-selection {
  background-color: transparent;
}

br::selection {
  background-color: transparent;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li::-moz-selection {
  color: #c53733;
}
li::selection {
  color: #c53733;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection, strong::-moz-selection, a::-moz-selection {
  color: #c53733;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
strong::selection,
a::selection {
  color: #c53733;
}

.nav-modile-close {
  display: block;
}

.link-active {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  border-radius: 20px 0px 20px 0px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background-color: #c53733;
  color: #e4e4e4;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.url-active {
  opacity: 1;
  color: #e4e4e4;
  background-color: #c53733;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}

.kos {
  opacity: 0;
}
.kos:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

.arc {
  opacity: 0;
}
.arc:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

.zhit {
  opacity: 0;
}
.zhit:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

.zato {
  opacity: 0;
}
.zato:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

.lisa {
  opacity: 0;
}
.lisa:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

.rud {
  opacity: 0;
}
.rud:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

.kosobl {
  display: none;
  opacity: 0;
}
.kosobl:hover {
  -webkit-animation: headerIcon 1s;
          animation: headerIcon 1s;
}

@-webkit-keyframes headerIcon {
  10% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes headerIcon {
  10% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes headerIconHR {
  0% {
    width: 0;
    border-color: #c53733;
    left: 0px;
  }
  20% {
    border-color: #c53733;
  }
  40% {
    border-color: rgba(197, 56, 51, 0.3333333333);
    left: 0px;
  }
  60% {
    border-color: rgba(197, 56, 51, 0.3333333333);
  }
  70% {
    border-color: #282525;
  }
  100% {
    width: 100%;
    border-color: #282525;
    left: 360px;
  }
}
@keyframes headerIconHR {
  0% {
    width: 0;
    border-color: #c53733;
    left: 0px;
  }
  20% {
    border-color: #c53733;
  }
  40% {
    border-color: rgba(197, 56, 51, 0.3333333333);
    left: 0px;
  }
  60% {
    border-color: rgba(197, 56, 51, 0.3333333333);
  }
  70% {
    border-color: #282525;
  }
  100% {
    width: 100%;
    border-color: #282525;
    left: 360px;
  }
}
.displayNone {
  display: none !important;
}

.open {
  display: none;
  width: 50px;
  height: 50px;
  z-index: 999;
  background-color: #D4B87E;
  border-radius: 50%;
  border: none;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  outline: 1px solid #c53733;
}

.close {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #D4B87E;
  border-radius: 50%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 7%;
  left: 47%;
  outline: 1px solid #c53733;
}

.translator-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 30px;
  font-weight: 800;
  font-family: "Montserrat_Bold";
  font-size: 13px;
  border-radius: 20px 0px 20px 0px;
}
.translator-list img {
  margin-left: 10px;
  overflow: hidden;
  -o-object-position: right;
     object-position: right;
}

.lang-item-kk {
  margin-right: 20px;
}

.lang-item {
  text-align: center;
  border-radius: 20px 0px 20px 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
  cursor: pointer;
}
.lang-item:hover {
  color: #e4e4e4;
  background-color: #c53733;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
}
.lang-item a {
  background-color: rgba(197, 56, 51, 0.3333333333);
  display: inline-block;
  padding: 15px 15px;
}

.fix-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: visible;
}
.header__flex {
  min-height: 100vh;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  position: relative;
}
.header__contant {
  width: 870px;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
}
.header__logo {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 50px;
  top: 60px;
  -webkit-transition: all 1s ease-in 0s;
  transition: all 1s ease-in 0s;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 0px 5px #272727);
          filter: drop-shadow(0px 0px 5px #272727);
}
.header__title, .header__title-kz {
  color: #282525;
  font-family: "AsylbekM18UCkz_Regular";
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
.header__title::-moz-selection, .header__title-kz::-moz-selection {
  color: #c53733;
}
.header__title::selection, .header__title-kz::selection {
  color: #c53733;
}
.header__text, .header__text-kz {
  display: inline-block;
  width: 480px;
  font-family: "AsylbekM18UCkz_Regular";
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  -webkit-transition: all 0.8s ease-in 0s;
  transition: all 0.8s ease-in 0s;
  opacity: 0;
}
.header__text::-moz-selection, .header__text-kz::-moz-selection {
  color: #c53733;
}
.header__text::selection, .header__text-kz::selection {
  color: #c53733;
}
.header__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
  bottom: -10px;
  left: 440px;
  overflow: hidden;
  list-style-type: none;
}
.header__icon-item {
  width: 100%;
  margin-right: 20px;
}
.header__icon-link {
  width: 100%;
  display: inline-block;
}
.header__icon-img {
  width: 45px;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav, .header__nav-kz {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__item {
  text-align: center;
  margin-right: 10px;
}
.header__item:last-child {
  margin-right: 0;
}
.header__item-link {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  border-radius: 20px 0px 20px 0px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header__item-link:hover {
  background-color: #c53733;
  color: #e4e4e4;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
}
.header__nav-modile {
  display: none;
  background-color: #b19b6c;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 0px;
  top: 0px;
  z-index: 110;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
}
.header__list-modile, .header__list-modile-kz {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
}
.header__item-modile {
  text-align: center;
  margin-bottom: 20px;
}
.header__item-modile:last-child {
  margin-bottom: 0;
}
.header__item-link-modile {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
  border-radius: 20px 0px 20px 0px;
}
.header::-moz-selection {
  color: #c53733;
}
.header::selection {
  color: #c53733;
}

.main {
  margin-bottom: 20px;
}

.сontestImg {
  border-radius: 50px 50px 0 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
  -webkit-filter: blur(1px) grayscale(40%);
          filter: blur(1px) grayscale(40%);
}

.titleAbsolute {
  text-shadow: -1px 0 #e4e4e4, 0 1px #e4e4e4, 1px 0 #e4e4e4, 0 -1px #e4e4e4;
  color: #c53733 !important;
  position: absolute;
  text-transform: uppercase;
}

.сontestNoImg {
  min-height: 0 !important;
}

.сontest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  margin-bottom: 50px;
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #282525;
}
.сontest__title {
  text-transform: uppercase;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-family: "Montserrat_Bold";
  text-align: center;
  color: #282525;
  font-weight: 400;
  font-size: 100px;
  line-height: initial;
}
.сontest__title::-moz-selection {
  color: #c53733;
}
.сontest__title::selection {
  color: #c53733;
}
.сontest__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
  font-family: "Montserrat_Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: initial;
  padding: 0 10px;
  margin-top: 30px;
}
.сontest__text p,
.сontest__text strong {
  font-weight: 400;
}
.сontest__text::-moz-selection {
  color: #c53733;
}
.сontest__text::selection {
  color: #c53733;
}
.сontest::-moz-selection {
  color: #c53733;
}
.сontest::selection {
  color: #c53733;
}

.contest-info {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #282525;
}
.contest-info__infomation {
  width: 100%;
  font-family: "Montserrat_Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0;
}
.contest-info__infomation li {
  font-weight: 800;
  list-style-type: circle;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-left: 10px;
}
.contest-info__infomation-text {
  text-align: center;
}
.contest-info__infomation-text p:last-child, .contest-info__infomation-text strong:last-child, .contest-info__infomation-text h1:last-child, .contest-info__infomation-text h2:last-child, .contest-info__infomation-text h3:last-child, .contest-info__infomation-text h4:last-child, .contest-info__infomation-text h5:last-child, .contest-info__infomation-text h6:last-child, .contest-info__infomation-text a:last-child {
  margin-bottom: 20px;
}
.contest-info__btn {
  width: 30%;
  margin-right: 0px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 30px 50px;
  background-color: rgba(197, 56, 51, 0.3333333333);
  border: none;
  border-radius: 20px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.contest-info__btn:not(:last-child) {
  margin-right: 20px;
}
.contest-info__btn:hover {
  border-radius: 20px 0px 20px 0px;
  background-color: #c53733;
  color: #e4e4e4;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
}

.bg_none {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.style-card__item {
  margin-bottom: 40px;
}

.card-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-box__item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 50px 0 0 50px;
  background-color: #B19B6C;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.card-box__item:not(:last-child) {
  margin-bottom: 40px;
}
.card-box__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.card-box__item:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: #B19B6C 5px 5px, #c53733 10px 10px, #B19B6C 15px 15px;
          box-shadow: #B19B6C 5px 5px, #c53733 10px 10px, #B19B6C 15px 15px;
  background-color: #ddc491;
}
.card-box__box-img {
  width: 50%;
}
.card-box__img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
.card-box__info {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.card-box__title {
  padding: 10px 0;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
}
.card-box__title span {
  color: #c53733;
}
.card-box__title span::-moz-selection {
  color: #282525;
}
.card-box__title span::selection {
  color: #282525;
}
.card-box__title::-moz-selection {
  color: #c53733;
}
.card-box__title::selection {
  color: #c53733;
}
.card-box__text {
  width: 100%;
  color: #282525;
  margin-bottom: 30px;
  padding-right: 50px;
  font-family: "Montserrat_Regular";
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
}
.card-box__text::-moz-selection {
  color: #c53733;
}
.card-box__text::selection {
  color: #c53733;
}
.card-box__document {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 50px;
  background-color: rgba(197, 56, 51, 0.3333333333);
  border: none;
  border-radius: 20px 0px 20px 0px;
  -webkit-box-shadow: 5px 5px 5px 0 #282525;
          box-shadow: 5px 5px 5px 0 #282525;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.card-box__document:hover {
  border-radius: 20px 0px 20px 0px;
  background-color: #c53733;
  color: #e4e4e4;
  -webkit-box-shadow: 10px 10px 10px 0 #282525;
          box-shadow: 10px 10px 10px 0 #282525;
}
.card-box::-moz-selection {
  color: #c53733;
}
.card-box::selection {
  color: #c53733;
}
.card-box__itemMain {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0;
  min-height: 100% !important;
}
.card-box__infoMain {
  overflow: hidden;
  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;
}
.card-box__titleMain {
  font-size: 50px;
  width: 100%;
  line-height: initial;
  text-transform: uppercase;
}

.card-display-non {
  display: none;
}

.card {
  margin-bottom: 25px;
}

.archive {
  overflow: hidden;
  padding-bottom: 130px;
  margin-bottom: 20px;
  border-bottom: 1px solid #282525;
}
.archive__title {
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
}
.archive__title::-moz-selection {
  color: #c53733;
}
.archive__title::selection {
  color: #c53733;
}

.style-card__item {
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0;
}

.slider__arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  bottom: -80px;
  z-index: 5;
  border-radius: 50%;
  outline: 1px solid rgba(197, 56, 51, 0.3333333333);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.slider__arrow:hover {
  outline-offset: 2px;
  outline-color: #c53733;
  background-color: rgba(197, 56, 51, 0.3333333333);
}

.slider__aroww-left {
  left: 40%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider__aroww-left:hover {
  -webkit-animation: aroww-left 1s;
          animation: aroww-left 1s;
}

.slider__aroww-rigth {
  right: 40%;
}
.slider__aroww-rigth:hover {
  -webkit-animation: aroww-rigth 1s;
          animation: aroww-rigth 1s;
}

@-webkit-keyframes aroww-rigth {
  10% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@keyframes aroww-rigth {
  10% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  20% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  30% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@-webkit-keyframes aroww-left {
  10% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  20% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  30% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  40% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
}
@keyframes aroww-left {
  10% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  20% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  30% {
    -webkit-transform: rotate(190deg);
            transform: rotate(190deg);
  }
  40% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
}
.slider {
  -webkit-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0;
}
.slider__video {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 600px;
  background-color: #B19B6C;
  padding: 10px 10px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 5px solid rgba(197, 56, 51, 0.3333333333);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.slider__video:hover {
  background-color: #ddc491;
}
.slider__inner-box {
  cursor: pointer;
}
.slider__inner-box a {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 600px;
  background-color: #B19B6C;
  padding: 10px 10px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 5px solid rgba(197, 56, 51, 0.3333333333);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.slider__inner-box a:hover {
  background-color: #ddc491;
}
.slider__boxitem {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__boximg {
  width: 440px;
  height: 300px;
  outline: 5px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.slider__boximg:hover {
  width: 450px;
  height: 310px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: #B19B6C 5px 5px, #c53733 10px 10px, #B19B6C 15px 15px;
          box-shadow: #B19B6C 5px 5px, #c53733 10px 10px, #B19B6C 15px 15px;
}
.slider__description {
  display: block;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  font-family: "Montserrat_Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.slider__description span {
  display: block;
  font-weight: 800;
  line-height: 20px;
  margin-top: 0px;
}
.slider__description span:first-child {
  font-size: 30px;
  line-height: 30px;
  color: #c53733;
  margin-bottom: 15px;
}

iframe {
  width: 1000px;
  height: 600px;
  background-color: #c53733;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#videoOne {
  width: 100%;
  height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 666;
  top: 0%;
  background-color: rgba(105, 92, 65, 0.5607843137);
  cursor: pointer;
}

.videoBtn {
  width: 200px;
  height: 50px;
  text-transform: uppercase;
  font-family: "Montserrat_Bold";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  background-color: #c53733;
  color: #e4e4e4;
  border: none;
  border-radius: 20px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  cursor: pointer;
}
.videoBtn:hover {
  border-radius: 20px 0px 20px 0px;
  font-size: 15px;
  background-color: #c53733;
  color: #e4e4e4;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 4px 4px 4px, rgba(0, 0, 0, 0.63) 4px 4px 4px;
}

.flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #131313;
  padding-bottom: 30px;
}

.footer-kz {
  margin-bottom: 20px;
}

.footer {
  margin-bottom: 20px;
}
.footer__link {
  display: inline-block;
  width: 90px;
}
.footer__img {
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  padding-right: 20px;
}
.footer__nav {
  padding-left: 20px;
  border-left: 1px solid #282525;
  font-family: "Montserrat_Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.footer__nav-link {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer__nav-link:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #c53733;
}
.footer__nav-link::-moz-selection {
  color: #c53733;
}
.footer__nav-link::selection {
  color: #c53733;
}
.footer__nav-map {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.footer__nav-phone {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
}
.footer__nav-mail {
  padding-left: 30px;
  background-image: url("../images/icon/email_message.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}
.footer__nav-contact {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer__nav-contact:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #c53733;
}
.footer__nav-contact::-moz-selection {
  color: #c53733;
}
.footer__nav-contact::selection {
  color: #c53733;
}

.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.contest-info__infomation.active,
.active .contest-info__infomation {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.style-card__item.active,
.active .style-card__item {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 1024px) {
  hr {
    opacity: 1;
    top: -40px;
    z-index: -1;
    left: 0px;
    width: 100%;
    margin-bottom: 0;
  }
  @-webkit-keyframes headerIconHR {
    0% {
      border-color: #c53733;
      opacity: 0.2;
    }
    20% {
      border-color: #c53733;
      opacity: 0.4;
    }
    40% {
      border-color: rgba(197, 56, 51, 0.3333333333);
      opacity: 0.6;
    }
    60% {
      border-color: rgba(197, 56, 51, 0.3333333333);
      opacity: 0.8;
    }
    70% {
      border-color: #282525;
      opacity: 1;
    }
    100% {
      border-color: #282525;
      opacity: 1;
    }
  }
  @keyframes headerIconHR {
    0% {
      border-color: #c53733;
      opacity: 0.2;
    }
    20% {
      border-color: #c53733;
      opacity: 0.4;
    }
    40% {
      border-color: rgba(197, 56, 51, 0.3333333333);
      opacity: 0.6;
    }
    60% {
      border-color: rgba(197, 56, 51, 0.3333333333);
      opacity: 0.8;
    }
    70% {
      border-color: #282525;
      opacity: 1;
    }
    100% {
      border-color: #282525;
      opacity: 1;
    }
  }
  .kos:hover {
    -webkit-animation: none;
            animation: none;
  }
  .arc:hover {
    -webkit-animation: none;
            animation: none;
  }
  .zhit:hover {
    -webkit-animation: none;
            animation: none;
  }
  .zato:hover {
    -webkit-animation: none;
            animation: none;
  }
  .lisa:hover {
    -webkit-animation: none;
            animation: none;
  }
  .rud:hover {
    -webkit-animation: none;
            animation: none;
  }
  .kosobl:hover {
    -webkit-animation: none;
            animation: none;
  }
  iframe {
    width: 800px;
    height: 600px;
  }
  .videoBtn {
    left: 11%;
  }
  .kosobl {
    display: block;
  }
  .header__flex {
    min-height: inherit;
    padding-top: 250px;
    padding-bottom: 20px;
  }
  .header__contant {
    padding-top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .header__logo {
    display: none;
  }
  .header__icon-list {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__icon-item {
    width: inherit;
  }
  .header__nav, .header__nav-kz {
    margin-bottom: 0px;
  }
  .header__item-link {
    font-size: 13px;
    line-height: 14px;
  }
  .card-box__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    min-height: 550px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .card-box__boxImgMain {
    padding: 10px 0;
    width: 440px;
    height: 300px;
  }
  .card-box__imgMain {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: 5px solid rgba(197, 56, 51, 0.3333333333);
  }
  .card-box__item:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-color: #B19B6C;
  }
  .card-box__text {
    padding-right: 0;
  }
  .card-box__infoMain {
    padding-left: 10px;
    text-align: center;
  }
  .card-box__titleMain {
    font-size: 40px;
    line-height: inherit;
  }
  .contest-info__infomation {
    text-align: center;
  }
  .contest-info__infomation li {
    list-style-type: none;
    border-bottom: 1px solid #282525;
    margin-left: 0;
    padding-left: 0;
  }
  .archive__title {
    line-height: 45px;
  }
}
@media (max-width: 770px) {
  iframe {
    width: 500px;
    height: 400px;
  }
  .videoBtn {
    bottom: 20%;
    left: 17%;
    z-index: 666;
    width: 140px;
    height: 40px;
  }
  .lang-item a,
  .translator-link-special a {
    padding: 10px 10px;
  }
  .open {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 10px;
  }
  .close {
    display: block;
  }
  .header__flex {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .header__title, .header__title-kz {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
  }
  .header__text, .header__text-kz {
    width: 100%;
    text-align: center;
  }
  .header__nav, .header__nav-kz {
    display: none;
  }
  .сontestImg {
    height: 300px;
  }
  .сontest {
    margin-bottom: 30px;
    padding: 20px;
    min-height: 0;
  }
  .сontest__title {
    font-size: 60px;
    line-height: initial;
  }
  .сontest__text {
    margin-bottom: 20px;
  }
  .style-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .style-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .card-box__linkMain {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-box__infoMain {
    text-align: center;
  }
  .card-box__titleMain__title {
    font-size: 40px;
  }
  .card-box__text {
    font-size: 15px;
  }
  .card-box__boxImgMain {
    padding: 10px 0;
    width: 100%;
    height: 300px;
  }
  .card-box__imgMain {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: 5px solid rgba(197, 56, 51, 0.3333333333);
  }
  .card-box__document {
    background-color: #c53733;
    color: #e4e4e4;
  }
  .card-box__document:hover {
    border-radius: 20px 0px 20px 0px;
    background-color: #c53733;
    -webkit-box-shadow: 5px 5px 5px 0 #131313;
            box-shadow: 5px 5px 5px 0 #131313;
  }
  .card-box__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
    min-height: 550px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contest-info__btn {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .contest-info__btn:not(:last-child) {
    margin-right: 0px;
  }
  .slider__arrow {
    display: none !important;
  }
  .archive {
    padding-bottom: 50px;
  }
  .archive__title {
    width: 100%;
  }
}
@media (max-width: 550px) {
  hr {
    border-top: 1px solid #282525;
    top: 0;
  }
  iframe {
    width: 320px;
    height: 250px;
  }
  .videoBtn {
    bottom: 10%;
    left: 21%;
  }
  .header__flex {
    padding-bottom: 0;
  }
  .header__title {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .header__text {
    font-size: 15px;
    line-height: 17px;
  }
  .header__icon-item {
    margin-right: 10px;
  }
  .header__icon-img {
    width: 30px;
  }
  .сontest__title {
    font-size: 40px;
  }
  .сontest__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 15px;
    line-height: 20px;
  }
  .сontestImg {
    height: 200px;
  }
  .card-box__titleMain {
    font-size: 30px;
  }
  .archive {
    padding-bottom: 50px;
  }
  .archive__title {
    font-size: 30px;
    line-height: 35px;
  }
  .slider__boximg {
    width: 100%;
    -webkit-box-shadow: 0px 10px 5px 0 #131313;
            box-shadow: 0px 10px 5px 0 #131313;
  }
  .flex-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__link-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__img {
    margin: 0;
    padding: 0;
  }
  .footer__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    padding: 0 10px;
    border: none;
  }
}
@media (max-width: 320px) {
  html,
  body {
    width: 320px;
  }
  .header__nav-modile {
    width: 320px;
    width: 100vh;
    overflow: hidden;
  }
}