body {
  font-family: sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0;
  color: #1C2125;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(186, 193, 193, 0.15) 31%, rgba(186, 193, 196, 0.15) 100%);
}

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

a, :after, :before, .owl-nav > div, input {
  transition: ease 0.3s all;
}

svg path, svg rect {
  transition: ease 0.3s all;
}

.header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 50px;
}

.right-panel {
  display: flex;
  align-items: center;
}

.mnu {
  display: flex;
  margin-right: 20px;
}
.mnu li {
  margin-right: 20px;
}
.mnu a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: rgba(28, 33, 37, 0.5);
  position: relative;
}
.mnu a:hover:after {
  opacity: 1;
}
.mnu a:after {
  content: "";
  height: 5px;
  position: absolute;
  width: 100%;
  top: -51px;
  background: #c1272c;
  border-radius: 0 0 5px 5px;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mnu a:hover {
  color: #1C2125;
}

.lang-bx {
  margin-right: 40px;
  position: relative;
}
.lang-bx .opener {
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  color: #c1272c;
  cursor: pointer;
  display: flex;
}
.lang-bx .opener img {
  margin-left: 5px;
}
.lang-bx:hover .drops {
  display: block;
}
.lang-bx .drops {
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 0;
  padding-top: 8px;
  display: none;
}
.lang-bx .drops a {
  display: block;
  margin-bottom: 5px;
  color: #c1272c;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
.lang-bx .drops a.act {
  color: #000;
}
.lang-bx .drops a:hover {
  color: #1C2125;
}

.btns-enter {
  display: flex;
  align-items: center;
}
.btns-enter .enter {
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
  color: #1C2125;
  text-decoration: none;
}
.btns-enter .enter:hover {
  color: #c1272c;
}

.btn {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 30px;
  color: #FFFFFF;
  display: inline-block;
  background: #c1272c;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  border: 0;
}
.btn:hover {
  background: #1C2125;
}

.btn-reg {
  background: #1C2125;
}
.btn-reg:hover {
  background: #c1272c;
}

.top-box {
  margin-bottom: 50px;
}

.top-text-bx {
  height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-text-bx .title {
  font-size: 48px;
  line-height: 55px;
  font-weight: bold;
  color: rgba(28, 33, 37, 0.75);
  margin: 0 0 5px;
}
.top-text-bx .title span {
  font-size: 64px;
  line-height: 73px;
}
.top-text-bx .img {
  position: absolute;
  top: 105px;
  left: 420px;
}
.top-text-bx p {
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #1C2125;
}
.top-text-bx p b {
  color: #c1272c;
  white-space: nowrap;
}
.top-text-bx .btn {
  width: 223px;
}
.top-text-bx .uz {
  position: absolute;
  z-index: 2;
}
.top-text-bx .uz1 {
  left: 450px;
  top: -50px;
}
.top-text-bx .uz2 {
  left: 700px;
  top: 0px;
}
.top-text-bx .uz3 {
  left: 920px;
  top: 10px;
}
.top-text-bx .uz4 {
  left: 582px;
  top: 120px;
}
.top-text-bx .uz5 {
  left: 800px;
  top: 240px;
}
.top-text-bx .uz6 {
  left: 340px;
  top: 450px;
}

@media (min-width: 1100px) {
  .container {
    max-width: 1094px;
  }
}
.krug {
  z-index: 2;
  border-radius: 50%;
  border-color: #ff0003;
  border-style: solid;
  position: absolute;
  animation: 5s infinite alternate krug;
}

.krug1 {
  width: 21px;
  height: 21px;
  border-width: 5px;
  right: -15px;
  top: 120px;
}

.krug2 {
  width: 21px;
  height: 21px;
  border-width: 5px;
  left: 300px;
  top: -50px;
}

.krest {
  z-index: 2;
  position: absolute;
}
.krest:before {
  background-color: #ff0003;
  position: absolute;
  content: "";
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 30px;
  animation: 3s infinite alternate krug2;
}
.krest:after {
  background-color: #ff0003;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  border-radius: 30px;
  animation: 3s infinite alternate krug2;
}

.krest1 {
  width: 32px;
  height: 32px;
  left: 160px;
  top: -180px;
}
.krest1:before {
  width: 5px;
  transform: rotate(-65deg);
}
.krest1:after {
  height: 5px;
  transform: rotate(-65deg);
}

.krest2 {
  width: 24px;
  height: 24px;
  left: 210px;
  top: 370px;
}
.krest2:before {
  width: 5px;
  transform: rotate(-65deg);
}
.krest2:after {
  height: 5px;
  transform: rotate(-65deg);
}
@keyframes krug {
  from, to {
    border-color: #ff0003;
  }
  50% {
    border-color: #1C2125;
  }
}
@keyframes krug2 {
  from, to {
    background-color: #ff0003;
  }
  50% {
    background-color: #1C2125;
  }
}
@keyframes kubik {
  to {
    transform: rotate(34deg);
  }
}
@keyframes scale {
  to {
    transform: scale(0.9);
  }
}
.history-box .wrap {
  padding: 20px 0;
  position: relative;
  margin: 0 auto;
}
.history-box .col-md-6 {
  margin-bottom: 20px;
}
.history-box_container {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .history-box_container {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.history-box_img {
  margin-bottom: 32px;
}
.history-box_img img {
  max-width: 100%;
  height: auto;
  max-height: 125px;
}
.history-box_text {
  font-size: 14px;
}

/*tabs*/
.tab-bx .box {
  display: none;
  background: #FFFFFF;
  border-radius: 45px;
  padding: 30px 120px 10px;
  margin-top: 17px;
}
.tab-bx .box .t1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.tab-bx .box .t2 {
  font-weight: 300;
  font-size: 16px;
  height: 42px;
  line-height: 1.3;
  color: #1C2125;
}
.tab-bx .box.visible {
  display: block;
}

.tabs {
  background: #FFF;
  border-radius: 45px;
  padding: 60px 80px;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tabs:after {
  content: "";
  width: 0;
  height: 208px;
  background: url(../img/grafik.svg) 0 0 no-repeat;
  position: absolute;
  left: 80px;
  bottom: 60px;
  transition: all 1s linear;
}
.tabs.act:after {
  width: 525px;
}
.tabs li {
  width: 69px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129.19%;
  text-align: center;
  color: rgba(28, 33, 37, 0.5);
}
.tabs li.current {
  font-weight: bold;
  color: #c1272c;
}
.tabs li.current span {
  color: #FFF;
}
.tabs li span {
  float: left;
  padding: 0 11px 0 0;
  height: 27px;
  color: #FFF;
}
.tabs .bx {
  background: linear-gradient(180deg, #F3F5F9 0%, #E3E8F0 100%);
  border-radius: 5px;
  height: 250px;
  margin-top: 20px;
}
.tabs .current .bx {
  background: linear-gradient(180deg, rgba(255, 1, 11, 0.04) 0%, rgba(255, 1, 11, 0.76) 100%);
}
.tabs li:nth-child(6) .bx {
  height: 220px;
  margin-top: 50px;
}
.tabs li:nth-child(5) .bx {
  height: 190px;
  margin-top: 80px;
}
.tabs li:nth-child(4) .bx {
  height: 160px;
  margin-top: 110px;
}
.tabs li:nth-child(3) .bx {
  height: 130px;
  margin-top: 140px;
}
.tabs li:nth-child(2) .bx {
  height: 100px;
  margin-top: 170px;
}
.tabs li:nth-child(1) .bx {
  height: 70px;
  margin-top: 200px;
}

.history-box .uz2 {
  bottom: -30px;
  right: -150px;
  z-index: 2;
  position: absolute;
}
.history-box .uz1 {
  top: 550px;
  left: -140px;
  position: absolute;
}
.history-box .krug1 {
  bottom: 150px;
  right: -120px;
  top: auto;
  left: auto;
}
.history-box .krug2 {
  right: -180px;
  top: 250px;
  left: auto;
  width: 53px;
  height: 53px;
}
.history-box .krest1 {
  width: 24px;
  height: 24px;
  left: -150px;
  top: 450px;
}

.programm-box .wrap {
  padding: 60px 0;
  position: relative;
}
.programm-box .krest1 {
  top: 15px;
  left: 610px;
}
.programm-box .frame {
  background: #FFFFFF;
  border-radius: 60px;
  padding: 60px 40px;
}
.programm-box .uz1 {
  position: absolute;
  right: -120px;
  top: 430px;
  z-index: 2;
}
.programm-box .frame .h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}
.programm-box .frame .bx {
  margin-bottom: 25px;
}
.programm-box .frame .bx .t1 {
  font-weight: bold;
  font-size: 40px;
  color: #c1272c;
}
.programm-box .frame .bx .t2 {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 5px;
}
.programm-box .frame .bx .t3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}
.programm-box .frame .box {
  margin-bottom: 25px;
}
.programm-box .frame .box .t1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  color: #c1272c;
}
.programm-box .frame .box .t1.black {
  color: #1C2125;
}
.programm-box .frame .box .t2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}

.confa-bx {
  position: relative;
  background: #1C2125;
  border-radius: 60px;
  padding: 50px 115px 45px;
}
.confa-bx .text-bx {
  text-align: center;
  margin-bottom: 30px;
}
.confa-bx .text-bx .t1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.confa-bx .text-bx .t2 {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.3;
  color: #FFFFFF;
}
.confa-bx .uz2 {
  position: absolute;
  right: 20px;
  top: 0;
}
.confa-bx .uz1 {
  position: absolute;
  left: 57px;
  top: -35px;
  animation: 1s infinite alternate kubik;
}
.confa-bx .krest1 {
  top: 55px;
  left: 132px;
}

.img-slider .img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 17px;
}
.img-slider .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 20px 100px;
}
.img-slider .owl-nav > div {
  display: block;
  text-indent: -9999px;
  width: 20px;
  position: absolute;
  left: -30px;
  top: 39%;
  margin-top: -10px;
  height: 20px;
  background: url(../img/arrow.svg) 50% no-repeat;
}
.img-slider .owl-nav > div:last-child {
  left: auto;
  right: -30px;
  transform: rotate(-180deg);
}
.img-slider .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.img-slider .owl-dots > div {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  border: 1px solid #FFFFFF;
  border-radius: 9px;
}
.img-slider .owl-dots > div.active {
  width: 12px;
  height: 12px;
  border-color: #c1272c;
  background-color: #c1272c;
}

.search-box .wrap {
  padding: 120px 0 20px;
  position: relative;
}
.search-box .krug1 {
  top: 40px;
  right: 100px;
}
.search-box .uz1 {
  position: absolute;
  left: 50px;
  top: 130px;
}
.search-box .uz2 {
  position: absolute;
  right: 50px;
  bottom: -100px;
}

.bottom-bx {
  text-align: center;
  background: #1C2125;
  border-radius: 60px;
  padding: 80px 20px 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.bottom-bx .text {
  margin-bottom: 50px;
}
.bottom-bx .text .h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.bottom-bx .text p {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
}

.social {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .social {
    flex-direction: column;
  }
}
.social-item {
  position: relative;
  width: 100%;
  margin: 0 10px;
  padding: 10px 25px;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 70px;
}
@media only screen and (max-width: 767px) {
  .social-item:first-child {
    margin-bottom: 16px;
  }
}
.social-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-item_icon {
  margin-right: 14px;
  min-width: 48px;
  min-height: 48px;
}
.social-item_text {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .social-item_text {
    font-size: 18px;
  }
}
.social-item_text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .social-item_text span {
    font-size: 14px;
  }
}

.footer-link {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}

.terms-box {
  margin-top: -50px;
  margin-bottom: -60px;
}
.terms-box .title {
  font-size: 20px;
  font-weight: 700;
}
.terms-box ol {
  counter-reset: item;
}
.terms-box li {
  display: block;
  font-weight: 700;
}
.terms-box li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
.terms-box ol li ol {
  margin: 10px 0;
}
.terms-box ol li ol li {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .btns-enter {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .btns-enter a {
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
  .btns-enter a:first-child {
    background-color: #c1272c;
    margin-right: 0;
    color: #fff;
  }
}/*# sourceMappingURL=main.css.map */