@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

a:focus, a:active {
  outline: none;
}

nav {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

aside {
  display: block;
}

html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

body.lock .slider__item {
  position: inherit !important;
}

.wrapper {
  background: url(../../images/fon-bg1.jpg) center no-repeat fixed;
  background-size: cover;
}

.up-reg {
  text-transform: uppercase;
}

.up-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.all-text {
  font-size: calc(12px + 6 * ((100vw - 320px) / 960));
  color: #3b3b3a;
  line-height: 1.25;
  text-align: justify;
  text-indent: 15px;
  padding: 5px;
  font-family: "Roboto Slab", serif;
}

.title__text {
  padding: 5px;
  color: #3b3b3a;
  font-family: "Roboto Slab", serif;
  font-size: calc(18px + 18 * ((100vw - 320px) / 960));
}

.md-text {
  font-size: calc(16px + 10 * ((100vw - 320px) / 960));
  padding: 5px;
  color: #3b3b3a;
  font-family: "Roboto Slab", serif;
  line-height: 1.5;
}

body.lock {
  overflow: hidden;
}


.social {
	width:200px;
}

@media (max-width: 768px) {
	.social {
		width:100px;
	}
	.social .s__link:first-child,
	.social .s__link:last-child {
		display: none;
	}	
}	

.lock .header__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header__container {
  max-width: 1280px;
  margin: 0 auto;
}
.header__container .sub-header-wrapper {
  max-width: 1280px;
}
.header__container .sub-header-wrapper .space-between {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.header__container .sub-header-wrapper .space-between .sub-header-left {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.header__container .sub-header-wrapper .space-between .sub-header-left .left-header {
  display: flex;
  color: #ffffff;
}
.header__container .sub-header-wrapper .space-between .sub-header-left .left-header .header-phone {
  color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__container .sub-header-wrapper .space-between .sub-header-left .left-header img {
  display: inline-block;
  margin-right: 5px;
}
.header__container .sub-header-wrapper .space-between .sub-header-left li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}
.header__container .sub-header-wrapper .sub-header-right {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.header__container .sub-header-wrapper .sub-header-right li {
  margin: 0 5px;
}
.header__container .sub-header-wrapper .sub-header-right li .log {
  text-decoration: none;
  color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__container .header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 20px;
  align-items: center;
}
.header__container .header__body .mob__log {
  visibility: hidden;
}
.header__container .header__body .header__logo {
  flex: 0 0 60px;
  position: relative;
  z-index: 23;
}
.header__container .header__body .header__logo img {
  width: 100%;
}
.header__container .header__body .header__menu {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
}
.header__container .header__body .header__menu.active {
  width: 50%;
  height: 100vh;
  background-color: #3b3838;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}
.header__container .header__body .header__menu .header__list {
  display: flex;
  position: relative;
  z-index: 32;
}
.header__container .header__body .header__menu .header__list .nav__list {
  height: 80px;
  box-sizing: border-box;
  flex-basis: 20%;
  padding: 32px 5px;
}
.header__container .header__body .header__menu .header__list .nav__list:hover {
  border-bottom: 4px solid white;
}
.header__container .header__body .header__menu .header__list .nav__link {
  font-family: "Lobster", serif;
  color: white;
  font-size: calc(10px + 16 * ((100vw - 320px) / 960));
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__container .header__body .header__menu .sotial__link {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header__container .header__body .header__menu .sotial__link .s__link {
  font-size: calc(16px + 2 * ((100vw - 320px) / 960));
  color: white;
  padding: 5px;
  z-index: 3;
}
.header__container .header__body .header__menu .sotial__link .s__link:hover {
  color: #5e5e5c;
}

@media (max-width: 768px) {
  .sub-header-wrapper {
    display: none;
  }

  .header__container {
    width: 100%;
  }
  .header__container .header__body {
    height: 50px;
    flex-direction: row-reverse;
  }
  .header__container .header__body .mob__log {
    font-size: calc(18px + 6 * ((100vw - 320px) / 402));
    visibility: visible;
    -margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-top: 5px;
    zoom: 0.9;
  }
  .header__container .header__body .mob__log li {
    margin: 0 5px;
  }
  .header__container .header__body .mob__log li .log {
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header__container .header__body .header__logo {
    display: none;
  }
  .header__container .header__body .header__menu {
	display: none;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: -850%;
    left: 0;
    overflow: auto;
    z-index: 23;
  }
  .header__container .header__body .header__menu .header__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: 53px 0px 30px;
  }
  .header__container .header__body .header__menu .header__list .nav__list {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid;
    padding: 32px 5px;
  }
  .header__container .header__body .header__menu.active {
    top: 0;
    transition: all 0.9s ease 0.1s;
  }
  .header__container .header__body .header__burger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 23;
  }
  .header__container .header__body .header__burger::before {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
  }
  .header__container .header__body .header__burger::after {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
  }
  .header__container .header__body .header__burger span {
    position: absolute;
    background-color: white;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
  }
  .header__container .header__body .header__burger.active::before {
    transform: rotate(45deg);
    top: 9px;
    transition: all 0.2s ease 0.1s;
  }
  .header__container .header__body .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
    transition: all 0.2s ease 0.1s;
  }
  .header__container .header__body .header__burger.active span {
    transform: scale(0);
    transition: all 0.2s ease 0.1s;
  }
  
  .header__container .header__body .header__menu .sotial__link {
	display:none;
  }
}
.hiro__container {
  width: 100%;
  margin: 0 auto;
}
.hiro__container .hiro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background-image: url(../../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hiro__container .hiro__content .hiro__title {
  transform: translate(0px, -480%);
  opacity: 0;
  transition: all 0.8s ease 0s;
  font-size: calc(24px + 16 * ((100vw - 320px) / 960));
  font-weight: bold;
  font-family: "Ledger", serif;
  text-align: center;
  color: white;
  text-shadow: 13px 17px 3px rgba(94, 91, 91, 0.41);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  margin: 20px;
}
.hiro__container .hiro__content .hiro__title._active {
  transform: translate(0px, 0%);
  opacity: 10;
}
.hiro__container .hiro__content .hiro__contacts {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}
.hiro__container .hiro__content .hiro__contacts .contacts-item {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.hiro__container .hiro__content .hiro__contacts._active {
  transform: translate(0px, 0%);
  opacity: 10;
}

.workers__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px;
}
.workers__container .flip {
  display: flex;
  flex-direction: row;
  flex-basis: 25%;
  justify-content: space-evenly;
}
.workers__container .workers {
  transition: all 0.8s ease 0s;
  transform-style: preserve-3d;
  padding: 10px;
}
.workers__container .workers .visibl {
  display: inline-block;
  background-color: #707981;
  transform: rotate(0deg);
}
.workers__container .workers .visibl img {
  width: 100%;
}
.workers__container .workers .hidden {
  display: none;
  flex-basis: 80%;
  height: 150px;
  transform: rotateY(-180deg);
  background-color: rgba(121, 79, 69, 0.5);
}
.workers__container .workers .hidden .sometext {
  text-align: center;
}
.workers__container .workers.active .visibl {
  display: none;
}
.workers__container .workers.active .hidden {
  display: inline-block;
}

.service__container {
  max-width: 1280px;
  height: 100vh;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}
.service__container .service__title {
  width: 100%;
  text-align: center;
  font-size: calc(24px + 12 * ((100vw - 320px) / 960));
  color: #cccaca;
  padding: 15px;
}
.service__container .service__anim {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.service__container .service__anim .service__list {
  z-index: 3;
  height: 30vh;
  width: 100%;
  font-family: "Lobster", serif;
}
.service__container .service__anim .service__list .list__item1 {
  transform: translate(100%, 0%);
  transition: all 0.9s ease 0s;
}
.service__container .service__anim .service__list .list__item2 {
  transform: translate(150%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 5px;
}
.service__container .service__anim .service__list .list__item3 {
  transform: translate(200%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 10px;
}
.service__container .service__anim .service__list .list__item4 {
  transform: translate(250%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 15px;
}
.service__container .service__anim .service__list .list__item5 {
  transform: translate(300%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 20px;
}
.service__container .service__anim .service__list .list__item6 {
  transform: translate(350%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 25px;
}
.service__container .service__anim .service__list .list__item7 {
  transform: translate(400%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 30px;
}
.service__container .service__anim .service__list .list__item8 {
  transform: translate(450%, 0%);
  transition: all 0.9s ease 0s;
  padding-left: 35px;
}
.service__container .service__anim .service__list .anim-show {
  color: #ffffff;
  font-size: calc(16px + 10 * ((100vw - 320px) / 960));
  font-family: "Lobster", serif;
  text-align: start;
  opacity: 0;
}
.service__container .service__anim .service__list._active .anim-show {
  transform: translate(0%, 0%);
  opacity: 1;
}
.service__container .service__anim .car {
  width: 100%;
  height: 30vh;
}
.service__container .service__anim .car .car__animation {
  width: 80%;
  position: absolute;
  transform: translate(190%, -161%);
  opacity: 0;
  transition: all 0.9s ease 0s;
  display: inline-block;
}
.service__container .service__anim .car__animation._active {
  transform: translate(-52%, 0%);
  opacity: 10;
}
.service__container div {
  text-align: center;
}
.service__container div .border-button {
  text-decoration: none;
  height: 58px;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fafafa;
  border-radius: 8px;
  color: #fefeff;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.service__container div .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.service__container div .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.service__container div .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}

.slider__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  margin: 20px auto;
}
.slider__container .slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}
.slider__container .slider .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 11;
  left: 0;
  font-size: 0;
  background: url(../images/slide/left2.png) 0 0/100% no-repeat;
  width: 30px;
  height: 50px;
}
.slider__container .slider .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 0;
  font-size: 0;
  background: url(../images/slide/right2.png) 0 0/100% no-repeat;
  width: 30px;
  height: 50px;
}
.slider__container .slider .slick-list {
  min-width: 0;
  overflow: hidden;
}
.slider__container .slider .slick-list .slick-track {
  min-width: 0;
  display: flex;
}
.slider__container .slider .slick-list .slick-track .slick-slide {
  min-width: 0;
  text-align: center;
}
.slider__container .slider .slick-list .slick-track .slick-slide img {
  max-width: 100%;
}
.slider__container .slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__container .slider .slick-dots li {
  list-style: none;
  margin: 0px 8px;
}
.slider__container .slider .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #fffdfd;
}
.slider__container .slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #b80505;
  border-radius: 50%;
}

.map__container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  background-image: url(../images/mapbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.map__container .map__title {
  font-size: calc(18px + 18 * ((100vw - 320px) / 960));
  padding: 15px;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
}
.map__container .map__wrapper .map {
  width: 100%;
}

@media (max-width: 992px) {
  .hiro__container .hiro__content {
    background-position: center;
  }

  .workers__container .flip {
    flex-basis: 50%;
    flex-wrap: wrap;
  }

  .our-services__container {
    flex-direction: column;
  }

  .service__container .tabs {
    display: flex;
    flex-direction: row;
  }
  .service__container .tabs .tabs__triggers {
    flex-basis: 20%;
    flex-direction: column;
  }
  .service__container .tabs .tabs__triggers .tab__item {
    padding: 10px;
  }
  .service__container .tabs__content {
    flex-basis: 80%;
  }
  .service__container .tabs__content .tab__text {
    display: none;
    color: white;
    padding: 10px;
    height: 100%;
  }
  .service__container .tabs__content .active {
    display: block;
    height: 100%;
  }

  .popup .popup__body .popup__content {
    width: 55vh;
  }
}
footer {
  background-color: #333333;
  min-height: 30px;
  padding: 5px;
}
footer .container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-size: calc(10px + 4 * ((100vw - 320px) / 960));
  color: #ffffff;
  padding: 5px;
  font-family: "Roboto Slab", serif;
}
footer .container a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 5px;
}
footer .to-top {
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 30px;
  color: #5e5e5c;
  position: fixed;
  bottom: 50px;
  right: 10px;
}
footer .to-top i {
  font-size: 40px;
}
footer .to-top:hover {
  color: #fffffb;
}

@media (max-width: 768px) {
  footer {
    padding: 5px;
  }
  footer .container {
    flex-direction: column;
    justify-content: center;
    padding: 5px 0;
  }
  footer .container .footer__contacts {
    padding: 5px 0;
    display: flex;
    flex-basis: 50%;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .container .footer__contacts a {
    padding: 5px 0;
  }
}
.popup__1 {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup__1 .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__1 .popup__body .popup__content {
  width: 90vh;
  position: relative;
  opacity: 0;
  transform: translate(0px, -100%);
  transition: all 0.8s ease 0s;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__1 .popup__body .popup__content .decor {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: auto 0;
  background: #fbfafc;
}
.popup__1 .popup__body .popup__content .popup__close.close-popup {
  position: absolute;
  right: 25px;
  top: 10px;
}
.popup__1 .popup__body .popup__content .popup__close.close-popup .fas.fa-times {
  font-size: 25px;
  color: #3b3b3a;
}
.popup__1 .popup__body .popup__content h3 {
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.popup__1 .popup__body .popup__content .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup__1 .popup__body .popup__content .form-inner input {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__1 .popup__body .popup__content .form-inner input[type=datetime-local] {
  height: 40px;
}
.popup__1 .popup__body .popup__content .form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  resize: none;
}
.popup__1 .popup__body .popup__content .form-inner .label {
  display: flex;
  justify-content: space-evenly;
}
.popup__1 .popup__body .popup__content .form-inner .label span {
  font-size: 18px;
}
.popup__1 .popup__body .popup__content .form-inner .label span.radio {
  padding: 5px;
  border-radius: 20%;
  font-family: "Roboto Slab", serif;
  color: #6f7274;
}
.popup__1 .popup__body .popup__content .form-inner .label span.radio:hover {
  cursor: pointer;
}
.popup__1 .popup__body .popup__content .form-inner .label span.checked {
  color: #5306cf;
}
.popup__1 .popup__body .popup__content .form-inner .btn {
  margin: 0 auto;
}
.popup__1 .popup__body .popup__content .form-inner .btn .border-button {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #707981;
  border-radius: 8px;
  color: #707981;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.popup__1 .popup__body .popup__content .form-inner .btn .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.popup__1 .popup__body .popup__content .form-inner .btn .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.popup__1 .popup__body .popup__content .form-inner .btn .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}
.popup__1.open {
  opacity: 1;
  visibility: visible;
}
.popup__1.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

.popup__2 {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup__2 .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__2 .popup__body .popup__content {
  width: 90vh;
  position: relative;
  opacity: 0;
  transform: translate(0px, -100%);
  transition: all 0.8s ease 0s;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__2 .popup__body .popup__content .decor {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: auto 0;
  background: white;
}
.popup__2 .popup__body .popup__content .decor .popup__close.close-popup {
  position: absolute;
  right: 25px;
  top: 10px;
}
.popup__2 .popup__body .popup__content .decor .popup__close.close-popup .fas.fa-times {
  font-size: 25px;
  color: #3b3b3a;
}
.popup__2 .popup__body .popup__content .decor h3 {
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.popup__2 .popup__body .popup__content .decor .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup__2 .popup__body .popup__content .decor .form-inner input {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__2 .popup__body .popup__content .decor .form-inner select {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  color: #707981;
}
.popup__2 .popup__body .popup__content .decor .form-inner textarea {
  resize: none;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__2 .popup__body .popup__content .decor .form-inner .btn {
  margin: 0 auto;
}
.popup__2 .popup__body .popup__content .decor .form-inner .btn .border-button {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #707981;
  border-radius: 8px;
  color: #707981;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.popup__2 .popup__body .popup__content .decor .form-inner .btn .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.popup__2 .popup__body .popup__content .decor .form-inner .btn .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.popup__2 .popup__body .popup__content .decor .form-inner .btn .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}
.popup__2.open {
  opacity: 1;
  visibility: visible;
}
.popup__2.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

.popup__log {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup__log .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__log .popup__body .popup__content {
  width: 90vh;
  position: relative;
  opacity: 0;
  transform: translate(0px, -100%);
  transition: all 0.8s ease 0s;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__log .popup__body .popup__content .decor {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: auto 0;
  background: white;
}
.popup__log .popup__body .popup__content .decor .popup__close.close-popup {
  position: absolute;
  right: 25px;
  top: 10px;
}
.popup__log .popup__body .popup__content .decor .popup__close.close-popup .fas.fa-times {
  font-size: 25px;
  color: #3b3b3a;
}
.popup__log .popup__body .popup__content .decor h3 {
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.popup__log .popup__body .popup__content .decor .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup__log .popup__body .popup__content .decor .form-inner .container input {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__log .popup__body .popup__content .decor .form-inner .container .remember input {
  width: inherit;
  display: inline-block;
  color: #707981;
}
.popup__log .popup__body .popup__content .decor .form-inner .btn {
  margin: 0 auto;
}
.popup__log .popup__body .popup__content .decor .form-inner .btn .border-button {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #707981;
  border-radius: 8px;
  color: #707981;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.popup__log .popup__body .popup__content .decor .form-inner .btn .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.popup__log .popup__body .popup__content .decor .form-inner .btn .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.popup__log .popup__body .popup__content .decor .form-inner .btn .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}
.popup__log .popup__body .popup__content .decor .form-inner a {
  margin: 0 auto;
  text-decoration: none;
}
.popup__log .popup__body .popup__content .decor .form-inner a .psw {
  color: #707981;
}
.popup__log .popup__body .popup__content .decor .form-inner a .psw:hover {
  color: red;
}
.popup__log.open {
  opacity: 1;
  visibility: visible;
}
.popup__log.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}
















.popup__4 {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup__4 .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__4 .popup__body .popup__content {
  width: 90vh;
  position: relative;
  opacity: 0;
  transform: translate(0px, -100%);
  transition: all 0.8s ease 0s;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__4 .popup__body .popup__content .decor {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: auto 0;
  background: white;
}
.popup__4 .popup__body .popup__content .decor .popup__close.close-popup {
  position: absolute;
  right: 25px;
  top: 10px;
}
.popup__4 .popup__body .popup__content .decor .popup__close.close-popup .fas.fa-times {
  font-size: 25px;
  color: #3b3b3a;
}
.popup__4 .popup__body .popup__content .decor h3 {
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.popup__4 .popup__body .popup__content .decor .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup__4 .popup__body .popup__content .decor .form-inner .container input {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__4 .popup__body .popup__content .decor .form-inner .container .remember input {
  width: inherit;
  display: inline-block;
  color: #707981;
}
.popup__4 .popup__body .popup__content .decor .form-inner .btn {
  margin: 0 auto;
}
.popup__4 .popup__body .popup__content .decor .form-inner .btn .border-button {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #707981;
  border-radius: 8px;
  color: #707981;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.popup__4 .popup__body .popup__content .decor .form-inner .btn .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.popup__4 .popup__body .popup__content .decor .form-inner .btn .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.popup__4 .popup__body .popup__content .decor .form-inner .btn .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}
.popup__4 .popup__body .popup__content .decor .form-inner a {
  margin: 0 auto;
  text-decoration: none;
}
.popup__4 .popup__body .popup__content .decor .form-inner a .psw {
  color: #707981;
}
.popup__4 .popup__body .popup__content .decor .form-inner a .psw:hover {
  color: red;
}
.popup__4.open {
  opacity: 1;
  visibility: visible;
}
.popup__4.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}




.popup__reg {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup__reg .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__reg .popup__body .popup__content {
  width: 83vh;
  position: relative;
  opacity: 0;
  transform: translate(0px, -100%);
  transition: all 0.8s ease 0s;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__reg .popup__body .popup__content .decor {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: auto 0;
  background: white;
}
.popup__reg .popup__body .popup__content .decor .popup__close.close-popup {
  position: absolute;
  right: 25px;
  top: 10px;
}
.popup__reg .popup__body .popup__content .decor .popup__close.close-popup .fas.fa-times {
  font-size: 25px;
  color: #3b3b3a;
}
.popup__reg .popup__body .popup__content .decor h3 {
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.popup__reg .popup__body .popup__content .decor .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup__reg .popup__body .popup__content .decor .form-inner input {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__reg .popup__body .popup__content .decor .form-inner .btn {
  margin: 0 auto;
}
.popup__reg .popup__body .popup__content .decor .form-inner .btn .border-button {
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #707981;
    border-radius: 8px;
    color: #707981;
    transition: 0.2s ease-in-out;
    font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.popup__reg .popup__body .popup__content .decor .form-inner .btn .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.popup__reg .popup__body .popup__content .decor .form-inner .btn .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.popup__reg .popup__body .popup__content .decor .form-inner .btn .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}
.popup__reg.open {
  opacity: 1;
  visibility: visible;
}
.popup__reg.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

.popup__relog {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup__relog .popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__relog .popup__body .popup__content {
  width: 90vh;
  position: relative;
  opacity: 0;
  transform: translate(0px, -100%);
  transition: all 0.8s ease 0s;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__relog .popup__body .popup__content .decor {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: auto 0;
  background: white;
}
.popup__relog .popup__body .popup__content .decor .popup__close.close-popup {
  position: absolute;
  right: 25px;
  top: 10px;
}
.popup__relog .popup__body .popup__content .decor .popup__close.close-popup .fas.fa-times {
  font-size: 25px;
  color: #3b3b3a;
}
.popup__relog .popup__body .popup__content .decor h3 {
  padding: 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}
.popup__relog .popup__body .popup__content .decor .form-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup__relog .popup__body .popup__content .decor .form-inner input {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
}
.popup__relog .popup__body .popup__content .decor .form-inner .btn {
  margin: 0 auto;
}
.popup__relog .popup__body .popup__content .decor .form-inner .btn .border-button {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fafafa;
  border-radius: 8px;
  color: #fefeff;
  transition: 0.2s ease-in-out;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.popup__relog .popup__body .popup__content .decor .form-inner .btn .border-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 63px;
  width: 50px;
  position: absolute;
  top: 0px;
  left: -75px;
  transform: skewX(-45deg);
}
.popup__relog .popup__body .popup__content .decor .form-inner .btn .border-button:hover {
  background: #1d0b46;
  color: #fff;
}
.popup__relog .popup__body .popup__content .decor .form-inner .btn .border-button:hover:before {
  left: 345px;
  transition: 0.6s ease-in-out;
}
.popup__relog.open {
  opacity: 1;
  visibility: visible;
}
.popup__relog.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

.wrapper {
  width: 100%;
}
/*
.wrapper table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #f0f2f5;
}
.wrapper table caption {
  font-size: 36px;
  color: #f7f7f3;
  text-transform: capitalize;
  margin: 15px;
  font-weight: bold;
}
.wrapper table tr {
  background: white;
}
.wrapper table tr th {
  font-weight: normal;
  color: #5e5e5c;
  padding: 10px 15px;
  font-size: calc(14px + 10 * ((100vw - 320px) / 960));
}
.wrapper table tr td {
  color: #2d2d2e;
  border-top: 1px solid #e8edff;
  padding: 10px 15px;
  font-size: calc(14px + 6 * ((100vw - 320px) / 960));
}
.wrapper table tr:nth-child(2n) {
  background: #89898a;
}
.wrapper table tr:hover td {
  background: #99bcff;
}
*/