@import 'fonts.css';
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: 'comfortaa';
  font-weight: 400;
}
::-webkit-scrollbar-track {border-radius: 5px;}

::-webkit-scrollbar {width: 3px;background: #000;}

::-webkit-scrollbar-thumb {border-radius: 4px;background: rgb(206, 206, 206);}
/* container */
.container{
  width: 86%;
  margin: 0 auto;
  max-width: 1920px;
  /* min-height: 40px; */
}
body{
  display: flex;  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #151515;
}
/* wrapp */
.wrapp{
  position: relative;
  margin-top: 40px;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  color: #ffffff;
  overflow: hidden;
}
/* banner */
.banner{

  width: 100%;
  min-height: 40px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  /* padding: 20px 15px; */
}
.nav{
  position: fixed;
  top: 0;
  z-index: 15;
}
.logo a{
  font-family: 'roboto';
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.video{
  min-height: 1vh;
  width: 100%;
  background: transparent;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
video{
  width: 100%;
}
.blocks{
  display: flex;
  justify-content: space-between;
  background: #000;
}
.blocks a{
  width: 33.33333%;
  height: 22vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.block{
  width: 100%;
  display: flex;
  justify-content: center;
}
.block .price_100{
  position: absolute;
  bottom: 0;
  font-family: 'roboto';
  font-size: 22px;
  font-weight: 700;
  color: #00AA07;
  transition: 0.4s;
  animation: blockAnimaition-1 0.4s;
  padding: 0 5px;
}
.block .price_200{
  position: absolute;
  bottom: 0;
  font-family: 'roboto';
  font-size: 22px;
  font-weight: 700;
  color: #AA8F00;
  transition: 0.4s;
  animation: blockAnimaition-2 0.4s;
  padding: 0 5px;
}
.block .price_400{
  position: absolute;
  bottom: 0;
  font-family: 'roboto';
  font-size: 22px;
  font-weight: 700;
  color: #AA0000;
  transition: 0.4s;
  animation: blockAnimaition-3 0.4s;
  padding: 0 5px;
}
.blocks a:nth-of-type(1):hover p{
  animation: blockAnimaitionHover-1 0.4s;
  height: 40%;
  width: none;
  transform: scale(1.4);
  border: 3px solid black;
  transition: border 0s, transform 0.4s;
  color: rgb(0, 118, 0);
  background: #000;
}
.blocks a:nth-of-type(2):hover p{
  animation: blockAnimaitionHover-2 0.4s;
  height: 50%;
  width: none;
  transform: scale(1.4);
  border: 3px solid black;
  transition: border 0s, transform 0.4s;
  background: #000;
}
.blocks a:nth-of-type(3):hover p{
  background: #000;
  animation: blockAnimaitionHover-3 0.4s;
  height: 60%;
  width: none;
  transform: scale(1.4);
  border: 3px solid black;
  transition: border 0s, transform 0.4s;
}
.blocks a{
  color: #fff;
  font-weight: 500;
}
.block h3{
  position: absolute;
  top: 5px;
  font-weight: 500;
  font-family: Arial;
  transition: 0.4s;
}
.block:hover h3{
  transform: translateY(-50px);
}
.block img{
  width: 100%;
  filter: brightness(35%);
  object-fit: cover;
  /* height: 150%; */
}
.block:hover img{
  filter: brightness(70%);
  transition: filter 0.5s;
  object-fit: cover;
}

.portfolio{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolioBtn{
  position: absolute;
}
.portfolio img{
  width: 100%;
  object-fit: cover;
}
.statistik{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.statistik .AboutAs{
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin-top: 50px;
  align-items: center;
}
.AboutAs img{
  height: 75px;
  width: 75px;
  margin-right: 40px;
}
.AboutAs div{
  display: flex;
  align-items: center;
  /* width: 33.333%; */
  height: 100%;
}
.AboutAsComent{
  display: flex;
  flex-direction: column;
  align-items: start !important;
  width: 100% !important;
}
.AboutAsComent p{
  line-height: 40px;
  font-size: 40px;
  color: #AA0000;
  margin-bottom: 10px;
}
.AboutAsComent p span{
  font-size: 22px;
}
.AboutAsComent span{
  font-size: 16px;
}
.AAC1 p span{
  line-height: 28px;
}
.AAC2{
  margin-right: 15px;
}
.AAC2 p{
  align-items: start;
  flex-direction: column;
}


.statistik h3{
  font-weight: 600;
  font-size: 50px;
  min-height: 90%;
  position: absolute;
}
.domen{
  /* width: 100%; */
  height: 100%;
  overflow: hidden;
  position: relative;
  /* background: url(../images/wwwfon.jpg); */
}
.black_bg{
  width: 100%;
}
.domen h3{
  position: absolute;
  top: 30px;
  width: 100%;
  display: flex;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding: 0 15px;
}
.domen p{
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: rgb(255, 255, 255);
  padding: 0 15px;
  font-size: 18px;
}
.domen span{
  position: absolute;
  top: 40px;
  width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: rgb(255, 255, 255);
  padding: 0 15px;
  font-size: 18px;
}
.website_domen{
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 40%;
  height: 80%;
  z-index: 2;
  color: #000;
}
.suport img{
  width: 100%;
}
.suport{
  display: flex;
  align-items: center;
  width: 100%;
  /* margin-bottom: -5px; */
}
.suport .title{
  width: 100%;
  /* height: 65%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background: transparent;
  text-align: start;
  /* margin: 0 auto; */
}
.suport .title h2{
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 700;
  font-family: 'roboto';
  margin-bottom: 5px;
}
.suport .title p{
  margin-bottom: 10px;
}
.video .title{
  width: 100%;
  /* height: 65%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: transparent;
  text-align: center;
}
.title h1{
  font-size: 50px;
  font-weight: 700;
  font-family: 'roboto';
}
.desc{
  background: #fff;
  width: 100%;
}
.desc p{
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 700;
  color: #000;
  background: #fff;
}
.footer{
  padding: 15px 0 10px 0;
}
.footer .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer a{
  color: #fff;
}
.footer-info{
  width: 70%;
  display: flex;
  justify-content: space-around;
}
/*  */
.form,
form{
  width: 100%;
  display: flex;
  justify-content: center;
}
.button {
  position: absolute;
  z-index: 5;
  /* width: 100%; */
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.addCart,
.suport_btn,
.portfolioBtn {
  padding: 10px 80px;
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #fff;
  transition: 0.4s;
  cursor: pointer;
}
.addCart:hover,
.suport_btn:hover,
.portfolioBtn:hover {
  color: #000;
  background: #fff;
}
.receipt {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
}
.receipt a{
  color: rgb(0, 136, 255);
}
.receipt.active .receipt__window{
  width: 30%;
  min-height: 50%;
  background: #fff;
  color: #000;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
  top: -100%;
  position: absolute;
}
.receipt__window-out {
  flex-grow: 1;
  align-self: stretch;
  text-align: left;
  padding: 15px;
  white-space: pre-wrap;
}
.receipt__window-btn {
  padding:10px 15px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-size: 17px;
  border: none;
  border-radius: 6px;
  margin: 10px 0;
  cursor: pointer;
}
.receipt__window-title {
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
}
.video .title p{
  font-size: 15px;
}
@media (max-width: 992px){
  .receipt.active .receipt__window{
    width: 86%;
  }
  .AboutAs img{
    height: 70px;
    width: 70px;
    margin-right: 25px;
  }
}
@media (max-width: 768px){
  video{
    width: calc(200% + 210.49107vw);
    height: calc(131.42857px + 110.49107vw);
    min-height: 100%;
  }
  .domen,.portfolio {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .domen_bg{
    height: calc(40.42857px + 110.49107vw);
  }
  .suport{
    min-height: 100%;
  }
  .suport img,
  .portfolio img,
  .black_bg{
    height: calc(40.42857px + 110.49107vw);
  }
  .domen p{
    height: 40%;
  }
  .domen span{
    top: 40px;
    width: 400px;
    height: 90%;
    align-items: flex-end;
    font-size: 18px;
  }
  .website_domen{
    left: 10%;
    bottom: 12%;
    height: 60%;
    width: 80%;
  }
  .suport img{
    width: 200%;
  }

}
@media (max-width: 576px){
  .footer-info{
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }
  .footer a{
    font-size: 18px;
  }
  .blocks{
    flex-direction: column;
    align-items: center;
  }
  .block{
    width: 100%;
  }
  .statistik .AboutAs{
    flex-direction: column;
    height: 60%;
    align-items: start;
  }
  .footer .container{
    padding-top: 5px;
    display: flex;
  }
}
@media (max-width: 480px){
  .desc p{
    font-size: 13px;
  }
  .suport .title h2{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    font-family: 'roboto';
    margin-bottom: 5px;
  }
  .suport .title p{
    font-size: 12px;
    line-height: 16px;
  }
  .AboutAsComent p{
    font-size: 30px;
  }
}
@media (max-width: 385px){
  .domen p {
    font-size: 14px;
  };
}

@media (min-width: 1920px){
  .container{
    padding: 0 15px;
  }

}
@keyframes blo{
  0%{
    width: 100%;
  }
  100%{
    width: 86%;
  }
}
@keyframes blockAnimaitionHover-1 {
  0%{
    height: 13%;
  }
  100%{
    height: 40%;
  }
}
@keyframes blockAnimaition-1 {
  0%{
    height: 40%;
  }
  100%{
    height: 13%;
  }
}
@keyframes blockAnimaitionHover-2 {
  0%{
    height: 13%;
  }
  100%{
    height: 50%;
  }
}
@keyframes blockAnimaition-2 {
  0%{
    height: 50%;
  }
  100%{
    height: 13%;
  }
}
@keyframes blockAnimaitionHover-3 {
  0%{
    height: 13%;
  }
  100%{
    height: 60%;
  }
}
@keyframes blockAnimaition-3 {
  0%{
    height: 60%;
  }
  100%{
    height: 13%;
  }
}