@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


body{
    box-sizing: border-box;
    font-family: 'Asap', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    background-color: #1B262C;
    direction: ltr;
    overflow-x: hidden;
    padding-top: 120px;
  }
  
 
*{
  box-sizing: border-box;
}

a{
  text-decoration: none;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}
li {
  list-style: none;
}
ul, ol {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  margin-bottom: 0.5rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img{
  display: block;
  box-sizing: border-box;
}



.container-wrap {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.padding-wrap {
  padding:  32px 0;
}

@media screen and (min-width: 480px) {
  .container-wrap {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container-wrap {
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container-wrap {
    max-width: 1200px;
  }
}
.pri--wrap {
  overflow: hidden;
  word-break: break-all;
}
.priv-h {
  color: #fff;
  font-size: 19px;
}

.logo-img{
  margin: 12px;
}
.logo-img img{
  width: 59px;
  height: 59px;
}
.logo-title{
  color: white;
}
.head-logo{
  display: flex;
  align-items: center;
}
.nav-wrap{
  padding: 19px 0;
  width: 100%;
  background-color: #1B262C;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.nav-box{
  flex-wrap: wrap;
  display: flex;
  gap: 25px; 
  padding: 10px 19px;
}

.nav-box a{
  color: white;
  font-size: 17px;
  transition: transform 1500ms ease, font-size 1500ms ease;
}

.nav-box a:hover{
  color: greenyellow;
  transform: scale(1.2);
  font-size:  19px; 
}

.news-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.news-box div span{
  text-align:  left;
 padding: 20px;
  font-size: 19px;
  color: white;
}
.comment-title,
.article-news-title {
  color: white;
  text-align: center;
}
.news-item-1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 371px;
  object-fit: contain;
  background: url(graphics/section-bg_1920x10800.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
}
.news-item-2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 371px;
  object-fit: contain;
  background: url(graphics/section-bg_1920x10801.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-item-3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 371px;
  object-fit: contain;
  background: url(graphics/section-bg_1920x10802.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.content-wrap{
  display: flex;
  flex-direction: column;
  margin: 26px;
  padding: 20px;
}
.content-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.content-item{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.content-item-img{
  display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.content-item-img img{
  object-fit: cover;
  width: 100%;
  height: 277px;
}
.author-date{
  color: azure;
  display: flex;
  align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.author,
.author-date-post {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.author svg,
.author-date-post svg{
  margin: 10px;
}

.author p,
.author-date-post p{
  font-size: 12px;
}
.drop-menu-tyut {
  gap: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.content-title{
  color: white;
}
.page-content{
  color: white;
}
.content-title:hover{
  color: greenyellow;
}
.view-post-svg{
  border-top: 0.5px dashed white;
}
.page-content:hover{
  color: greenyellow;
}
.read-more{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: greenyellow;
}
.read-more svg{
  margin:  10px;
}
.comments-news-wrap{
  display: flex;
}
.section-comment{
  flex: 1;
}
.section-article-news{
  flex: 1;
}
.comment-img{
  display: flex;
  align-items: center;
  margin:  10px 0;

}
.com-textKL{
  font-size: 19px;
}
.comment-img img{
  width: 70px;
  height: 70px; 
  border-radius: 0%;
  margin: 20px;
}
.comment-img div{
  padding: 0 20px;
  border-left:0px  dashed greenyellow;
}
.video-box{
  display: flex;
    justify-content: center;
    margin: 26px;
}
.video-box video{
  width: 848px;
}
.article-news-item-1,
.article-news-item-2,
.article-news-item-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
margin: 19px;
}
.article-news-item-1 p,
.article-news-item-2 p,
.article-news-item-3 p{
width: 350px;
margin: 19px;
}
.au-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.a-us-box{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding:19px;
  box-sizing: border-box;
}
.a-us-img,
.a-us-text {
  flex: 1;  
  max-width: 50%;
  box-sizing: border-box;
}
.a-us-img img {
  width: 100%;
  height: auto;
  display: block;
}
.a-us-text {
  padding: 19px; 

}
.au-title,
.au-text p{
  color: white;
}
.article-img-news{
  width: 350px;
  height: 150px;
  object-fit: cover;
  display: flex;
}
.comment-img div p{
  color: white;
}
.article-news-item-1 p,
.article-news-item-2 p,
.article-news-item-3 p{
  color: white;
}

.drop-link{
  color: white;
}
.drop-link:hover{
  color: greenyellow;
}
.drop-menu{
  margin: 19px;
  flex: 1;
}
.drop-wrap{
  display: flex;
    align-items: center;
}
.contact-box-footer{
  flex: 1;
    margin: 19px;
}
.flex-boxRP{
  display: flex;
  flex-direction: column-reverse;
}
.contact-footer{
  margin: 10px 0;
  text-align: center;
}
.contact-footer a{
  color: white;
}
.footer-section{
  border-top:0px  dashed white;
}
.priv-text,.multi-page-content{
  color: white;
  word-break: break-word;
  padding: 15px;
  p {
  text-indent: 3ch;
  }

ul, ol {
  margin-bottom: 15px;
  padding-left:  25px;
  list-style: inside;
}
a,table{
  color: inherit;
  
}
}
.privacy-wrap{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  line-height: 1.3;
}
.privacy-form{
  font-size: 17px;
  color: rgb(250, 110, 247);
}
.privacy{
  color: white;
  font-size:17px;
  transition-duration: 1500ms;

}
.privacy:hover{
  color: greenyellow;
  transform: scale(1.2);
}
.box-rand-year{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
}
.box-rand-year p{
  font-size: 12px;
    color: grey;
    margin: 10px;
}
.multi-page-title{
  text-align: center;
  color: white;
}
.multi-page-box{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.multi-page-author-date{
  display: flex;
  color: white;
  justify-content: flex-start;
}
.multi-page-img-box{
  display: flex;  
  padding: 19px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.multi-page-img{
  width: 100%;
  height: 438px;
  object-fit: contain;
}
.multi-page-price{
  border: 1px dashed;
  padding: 10px;
  font-size:  19px;
  text-align: center;
  color: greenyellow;
}
.multi-page-phone{
  display: flex;
  justify-content: center;
  margin:  25px;
}
.section-form{
  margin:  25px 0;
}
.form-container {
  color: greenyellow;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  width: 70%;
  padding: 10px;
}

.form-container p {
  font-size:  24px;
  font-weight:  900;
  color:white;
}
.input-custom--container-control{
  margin: 10px;
  padding: 10px;
  height: 34px;
  border: none;
  background-color: rgb(224, 231, 236);
}
.textarea-custom--container-control{
  margin: 10px;
  padding: 10px;
  height: 34px;
  border: none;
  background-color: rgb(224, 231, 236);

}
.form-wrap{
  display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.form-item input{
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  height: 34px;
  border: none;
  background-color: rgb(224, 231, 236);
}
.form-item textarea{
  width: 100%;
  margin: 10px 0;
  padding: 10px;
 
  border: none;
  background-color: rgb(224, 231, 236);
}
.form-checkbox {
  margin:  19px 0;
}
.com-form-checkbox{
  margin:  19px 0;
}
.form-button{
  display: flex;
    justify-content: center;
    margin:  19px 0;
}
.check {
  color: rgb(250, 110, 247);
}
.contacts-title{
  text-align: center;
  color: #fff;
}
.contact-map{
  display: flex;
    flex-direction:  row-reverse;
    align-items: center;
}
.contact-box{
  flex: 1;
  margin: 10px;
}
.map{
  flex: 1;
}
.contact-text{
  display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  margin: 10px 0;
}
.contact-text a{
  color: white;
}
.contact-text:hover{
  color: greenyellow;
}
.contact-text svg{
  color: greenyellow;
}
.multi-content-price {
  padding: 10px;
  color: white;
}

@media (max-width: 1200px){
  .article-news-item-1,
  .article-news-item-2,
  .article-news-item-3 {
    flex-direction: row;
  }
  .comments-news-wrap{
    flex-direction: column;
  }
}
@media (max-width: 996px){
  body{
    padding-top: 0;
  }
 .a-us-box {
      flex-direction: column;
  }
  .nav-wrap{
    position: static;
    flex-direction: column !important;
  }
 
}
@media (max-width: 780px){
 .drop-menu-tyut {
  gap: 10px;
  flex-direction: column;
  }
.drop-wrap{
  flex-direction: column;
}
.contact-box-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

}
@media (max-width: 768px) {
 .logo-title{
  font-size: 19px;
 }
  .head-logo {
    flex-direction: column;
  }
  .nav-box {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  
  .news-box {
    flex-direction: column !important;
  }
  .news-box div{
    width: 500px;
  }
  
  .form{
    width: 100%;
  }
  .content-box{
    flex-direction: column;
  }
  .content-wrap{
    margin: 0;
  }
  .comments-news-wrap{
    flex-direction: column;
  }
  .a-us-img,
  .a-us-text {
      max-width: 100%;
  }
  .video-box video {
    width: 350px;
  }
  .footer-section{
    text-align: center;
  }
  .privacy-wrap{
    flex-direction: column;
  }
  .box-rand-year{
    flex-direction: column;
  }
  .contact-map{
    flex-direction: column;
  }
}

@media (max-width: 540px){
.news-box div{
  width: 100%;
}
.comment-img{
  flex-direction: column;
  margin:  19px;
}
.multi-page-img{
  height: auto;
}

.article-news-item-1,
.article-news-item-2,
.article-news-item-3 {
  flex-direction: column;
}

}
@media (max-width: 430px){
.article-img-news{
  width:100%;
  height: 150px;
}
.article-news-item-1 p,
.article-news-item-2 p,
.article-news-item-3 p{
  width: 100%;
}
.video-box video {
  width: 100%;
}
.contact-text a {
  text-align: center;
}
}
.btn-wr{
  text-align: center;
}

.button-1 {
  min-height:  55px;
  min-width: 166px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, color-stop(-12.74%, rgba(110, 239, 255, .5)), color-stop(56.76%, rgba(106, 224, 255, .271)));
  background: linear-gradient(90deg, rgba(110, 239, 255, .5) -12.74%, rgba(106, 224, 255, .271) 56.76%);
  border: 1px solid #acf7ff;
  color: #191717;
  font-size: 17px;
  font-weight:500;
}

.button-1:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #19173b;
  border:  1px solid #acf7ff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  bottom: -7px;
  left: 4px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.button-1:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  border-top: 10px solid transparent;
  border-left: 10px solid #fffcf7;
}

.button-2 {
  padding: 10px 26px;
  font-size: 16px;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  background: #605e5e;
  cursor: pointer;
  color: greenyellow;
  box-shadow: 0 0 10px #363636, inset 0 0 10px #363636;
}

.button-2:hover {
  animation: a 0.5s 1 linear;
}

@keyframes a {
  0% {
    transform: scale(0.7, 1.3);
  }

  25% {
    transform: scale(1.3, 0.7);
  }

  50% {
    transform: scale(0.7, 1.3);
  }

  75% {
    transform: scale(1.3, 0.7);
  }

  100% {
    transform: scale(1, 1);
  }
}


.button-3 {
  font-size: 17px;
  padding:  12px 24px;
  background-color: #1B262C;
  border:  2px solid yellow;
  border-radius: 10px;
  color: #fff;
  font-weight: bolder;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  box-shadow: -5px 5px 0px 0px yellow;
}

.button-3:hover {
  transform: translate(5px, -5px);
}

.button-4 {
  --c: #fff;
 background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p, 100%) / 300% no-repeat, #004dff;
    color: #0000;
 
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #1B262C4;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-4:hover,
.button-4:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-4:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #1B262C5;
  transition: 0s;
}

.button-4 {
  font-family: system-ui, sans-serif;
  font-weight: bold;
  color: #000;
  font-size:  17px;
  margin: 0;
  cursor: pointer;
  padding:  15px 19px;
}

.button-5,
.button-5 *,
.button-5 :after,
.button-5 :before,
.button-5:after,
.button-5:before {
  border: 0 solid;
  box-sizing: border-box;
}

.button-5 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #1B262C;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#1B262C, #fff);
  padding: 0;
  text-transform: uppercase;
}

.button-5:disabled {
  cursor: default;
}

.button-5:-moz-focusring {
  outline: auto;
}

.button-5 svg {
  display: block;
  vertical-align: middle;
}

.button-5 [hidden] {
  display: none;
}

.button-5 {
  border-radius: 99rem;
  border-width: 1px;
  overflow: hidden;
  padding: 15px 35px;
  position: relative;
}

.button-5 span {
  mix-blend-mode: difference;
}

.button-5:before {
  --tilt: 1.2rem;
  background: #fff;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 50%,
    calc(100% - var(--tilt)) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - var(--tilt)) 0,
    100% 50%,
    calc(100% - var(--tilt)) 100%,
    0 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: calc(-100% - var(--tilt));
  position: absolute;
  top: 0;
  transform: translateX(var(--progress, 0));
  transition: transform 0.2s ease;
  width: calc(100% + var(--tilt));
}

.button-5:hover:before {
  --progress: 100%;
}
