@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;0,800;1,400&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mainLabel {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 20px;
  font-weight: bolder;
  color: #69757d;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 344px;
  text-align: center;
  border-left: 1px solid #08f;
  border-right: 1px solid #08f;
  padding: 5px 0;
  display: none;
}

.main-label {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 40px;
  font-weight: bolder;
  color: #69757d;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: none;
  /* letter-spacing: 3px; */
  letter-spacing: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-label span.position-relative {
  border-radius: 0 0 5px 5px;
  background: #fff;
  text-align: center;
  width: 100%;
  border: 1px solid #0081ff;
  border-top: none;
  line-height: 20px;
  padding-top: 10px;
  font-size: 30px;
}

.main-label span.position-relative:after {
  /* content: 'ru'; */
  position: absolute;
  font-size: 20px;
  right: -1px;
  top: 0px;
  letter-spacing: 3px;
  color: #0078ff;
  transform: scaleX(0.6);
}

div.nav-link span.position-relative:after {
  /* content: 'ru'; */
  position: absolute;
  font-size: 12px;
  right: -3.5px;
  top: -7px;
  letter-spacing: 1.5px;
  color: #0078ff;
  transform: scaleY(1.3) scaleX(0.7);
}

.img-bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}

.modal-in {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 1000;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
  -webkit-animation: showModalBg 0.3s linear forwards;
          animation: showModalBg 0.3s linear forwards;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #ff5d5d;
  font-weight: bold;
  font-size: 27px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.modal-close:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: red;
}

.form-in {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 400px;
  height: auto;
  z-index: 100;
  -webkit-animation: showModal 1s ease-in-out forwards;
          animation: showModal 1s ease-in-out forwards;
}

.nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.nav-link {
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-size: 21px;
  height: 100%;
  position: relative;
  width: 19%;
  line-height: 20px;
  border: 1px solid #0081ff;
  top: 9px;
  border-radius: 8px 8px 0 0;
  background: #ececec;
  height: 37px;
}

.nav-link span {
  font-weight: 900;
}

.nav div.nav-link {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 35%;
  height: auto;
  background: #fff;
  top: -10px;
  padding: 0;
  border-radius: 0 0 3px 3px;
  border-top: none;
  /* -webkit-transition: 0.3s all;
  transition: 0.3s all; */
}

.nav div.nav-link span {
  pointer-events: none;
  /* line-height: 11px; */
  line-height: 14px;
  padding-top: 3px;
  /* font-size: 24px; */
  font-size: 20px;
  letter-spacing: -0.6px;
  width: unset;
}

.button-in {
  cursor: pointer;
  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;
  position: relative;
  height: 70%;
  z-index: 2;
  pointer-events: all;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.nav-link.active {
  font-weight: bold;
  pointer-events: none;
  border-top: 1px solid #0081ff;
  border-left: 1px solid #0081ff;
  border-right: 1px solid #0081ff;
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #0078ff;
  height: 45px;
  top: 2px;
}

.nav .nav-link:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
}

.nav .nav-link:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 10px;
}

.nav-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #f4f4f4;
  color: #0081ff;
}

div.nav-link:hover {
  color: #404040;
}

.first-wrapper {
  padding-top: 10px;
}

.footer-wrapper {
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 233, 209, 0.14)), to(rgba(255, 234, 167, 0.5))); */
  /* background: linear-gradient(rgba(230, 233, 209, 0.14) 0%, rgba(255, 234, 167, 0.5) 100%); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(rgb(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 1));
  color: #007aff;
  font-size: 16px;
}

.footer-wrapper .col2 {
  text-align: right;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 1px solid #0081ff;
  border-radius: 5px;
}

#sppr_l {
  color: #2fc66a;
  max-width: 200px;
  overflow: hidden;
  display: none;
  margin: 0 auto;
}

.pr_div {
  text-align: center;
}

.share-icons {
  float: right;
  display: none;
}

.share-icons {
  float: left;
  text-align: center;
  float: unset;
}

@media (max-width: 991px) {
  .first-wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .nav-link {
    width: 26%;
  }
  .nav div.nav-link {
    width: 43%;
  }
}

@media (max-width: 767px) {
  .footer-wrapper .col1,
  .footer-wrapper .col2 {
    text-align: center;
    margin: 8px 0;
  }
  .first-wrapper {
    margin: 0 10px;
  }
  .nav-link {
    letter-spacing: -0.5px;
    width: 33%;
  }
  .nav-link:hover {
    background: #fff;
  }
  .nav div.nav-link {
    width: 25%;
  }
  .button-in {
    padding: 0 10px;
    font-size: 17px;
  }
  .nav div.nav-link span {
    display: none;
  }
  .main-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .first-wrapper {
    padding-top: 66px;
  }
}

@media (max-width: 599px) {
  .first-wrapper .container {
    padding: 0 !important;
    margin: 0;
    margin: 0 auto;
    width: 100%;
  }
  .nav div.nav-link {
    width: 27%;
  }
  .button-in {
    padding: 0 15px;
    font-size: 20px;
  }
  .nav-link {
    font-size: 19px;
  }
}

@media (max-width: 499px) {
  .main-label {
    font-size: 37px;
  }
  .main-label span:after {
    font-size: 18px;
    right: 28px;
    top: 0px;
  }
  .first-wrapper {
    padding-top: 65px;
  }
  .nav-link {
    width: 30%;
    font-size: 15px;
  }
  .nav div.nav-link {
    width: 30%;
  }
  .main-label span.position-relative {
    padding-top: 9px;
  }
  .main-label span.position-relative:after {
    font-size: 18px;
    right: 6px;
    top: 0px;
  }
  .form-in {
    margin: 0 !important;
  }
  .form-in {
    -webkit-transform: translate(50%, -50%) scale(0.85);
            transform: translate(50%, -50%) scale(0.85);
  }
  .button-in {
    font-size: 18px;
    padding: 0 15px;
  }
}

@media (max-width: 420px) {
  .nav-link {
    font-size: 14px;
  }
  .button-in {
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
  }
}

@media (max-width: 374px) {
  .nav-link {
    font-size: 13px;
  }
  .first-wrapper {
    margin: 0;
  }
}

@-webkit-keyframes showModal {
  0% {
    top: 45px;
    right: 50%;
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
  30% {
    width: 50px;
    height: 60px;
    opacity: 1;
  }
  95% {
    height: 366px;
  }
  100% {
    top: 50%;
    right: 50%;
    width: 400px;
    height: auto;
    overflow: hidden;
  }
}

@keyframes showModal {
  0% {
    top: 45px;
    right: 50%;
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
  30% {
    width: 50px;
    height: 60px;
    opacity: 1;
  }
  95% {
    height: 366px;
  }
  100% {
    top: 50%;
    right: 50%;
    width: 400px;
    height: auto;
    overflow: hidden;
  }
}

@-webkit-keyframes hideModal {
  0% {
    top: 50%;
    right: 50%;
    width: 400px;
    height: 366px;
    overflow: hidden;
  }
  70% {
    width: 50px;
    height: 60px;
    opacity: 1;
  }
  100% {
    top: 45px;
    right: 50%;
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
}

@keyframes hideModal {
  0% {
    top: 50%;
    right: 50%;
    width: 400px;
    height: 366px;
    overflow: hidden;
  }
  70% {
    width: 50px;
    height: 60px;
    opacity: 1;
  }
  100% {
    top: 45px;
    right: 50%;
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes showModalBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showModalBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hideModalBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hideModalBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
