body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #252525;
  height: 100%;
}

body.noscroll {
  overflow: hidden;
}

ul {
	margin: 0;
}

.container {
  max-width: 69.375rem; /* 1164px */
  margin: 0 auto;
}

header {
	background: transparent;
	padding: 25px 0 25px 0;
  position: absolute;
  width: 100%;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.soc {
	display: flex;
}

.soc i {
	font-size: 34px;
  margin-right: 10px;
}

.soc a {
  color: #a4a4a4;
  transition: 0.2s;
}

.soc a:hover {
  color: #febc4a;
}

.logo {
  margin-left: 0px;
}

.logo img {
  width: 320px;
}

.about {
  display: flex;
  margin: 70px 0;
  align-items: center;
}

.about img {
  margin-right: 50px;
}

.award {
  display: flex;
  margin: 70px 0;
  align-items: center;
}

.award img {
  margin-left: 50px;
}

h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.line {
  height: 4px;
  width: 60px;
  background: #febc4a;
  margin: 18px 0; 
}

.hero {  
display:block;
width:100%;
height:90vh;
background-image: url('../image/main.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:cover;
}

.footer {  
display:block;
width:100%;
background: #2b3238;
margin-top: 70px;
padding-bottom: 15px;
}

.hero-text {
  padding-top: 300px;
  padding-left: 100px;
}

.h1 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
}

.h1 span {
  color: #febc4a;
}

.inner-hero {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  margin: 20px 0;
  max-width: 700px;
}

.button {
  color: #febc4a;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  padding: 14px 42px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #febc4a;
}

.button:hover {
  color: #fff;
  border: 2px solid #febc4a;
  background: #febc4a;
}

.hero .button {
  margin-top: 10px;
}

.count {
  margin-top: -120px;
}

.counter {
  background: #252525;
  border-radius: 3px;
  color: #fff;
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter li {
  display: inline-block;
  font-size: 13px;
  list-style-type: none;
  padding: 0 28px;
  text-transform: uppercase;
  text-align: center;
}

.counter li span {
  display: block;
  font-size: 4.5rem;
}

.start {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  width: 170px;
}

.finish {
  font-size: 18px;
  font-weight: 600;
  color: #febc4a;
  text-transform: uppercase;
  width: 160px;
}

* {
  box-sizing: border-box;
}
nav {
  padding: 22px 0;
}
nav ul {
  float: right;
}
nav ul li {
  display: inline-block;
  float: left;
}
nav ul li:not(:first-child) {
  margin-left: 25px;
}
nav ul li a {
  display: inline-block;
  outline: none;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.3s;
}
nav ul li a:hover {
  color: #febc4a;
  text-decoration: none;
}


.descr {
  padding: 0; 
}

.descr a {
  color: #febc4a;
  font-weight: 600;
  text-decoration: none;
}

.path h2,
.partners h2 {
  text-align: center;
}

.path,
.partners h2 {
  margin: 20px 0 20px 0;
}

.path .line,
.partners .line {
  margin: 18px auto; 
}

.map img {
  display: block;
  max-width: 100%;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.details {
  background: #252525;
  padding: 30px 0;
  position: relative;
}

.row {
  display: flex;
  align-items: center;
}

.row h2 {
  color: #fff;
}

.img_det {
  padding: 0 30px;
}

.list-item {
  color: #fff;
  display: flex;
  width: 354px;
  padding: 12px 0;
  justify-content: space-between;
  font-size: 18px;
  border-bottom: 1px solid #454545;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.list-item:hover {
  color: #febc4a;
}

.list-item.last {
  border-bottom: none;
}

.list-item i {
  color: #febc4a;
}

.list-item .plus i {
  color: #fff;
  transition: 0.3s;
}

.list-item:hover .plus i {
  color: #febc4a;
}

.col {
  background-image: url('../image/col.png');
  width: 282px;
  height: 796px;
  position: absolute;
  top: 0;
  right: 0;
}

#details:before {
  content: url('../image/col.png');
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.logos {
  display: flex;
  justify-content: space-around;
}

.inner_footer {
  padding: 50px 0;
  color: #a4a4a4;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.logo_footer {
  max-width: 300px;
}

.logo_footer img {
  max-width: 280px;
}

h3 {
  text-transform: uppercase;
  margin-bottom: 42px;
}

.copyright {
  font-size: 12px;
  color: #a4a4a4;
  display: flex;
  justify-content: space-between;
}


#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #fff;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
  width: 100%;
  height: 100%;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  display: none;
}




/* MODAL MAGIC <3 */
body.modal-active {
    perspective: 2000px;
    perspective-origin: 50% 50%;
    min-height: 100vh;
}

.modal-underlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal {
    position: absolute;
    width: 600px; /* Important that both width and height are even!!! */
    height: 600px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotateX(20deg);
    transform: translate3d(-50%, -50%, 0) rotateX(20deg);
    z-index: 11;
    opacity: 0;
    -webkit-transition: opacity 0.5s, transform 0.3s, width 0.3s;
    transition: opacity 0.5s, transform 0.3s, width 0.3s;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.modal.active {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotateX(0);
    transform: translate3d(-50%, -50%, 0) rotateX(0);
}

.modal .title {
    color: #333;
    font-size: 24px;
    margin: 0;
    background: #febc4a;
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    padding: 40px;
}

.modal .closer {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.modal .closer:hover {
    background: rgba(255, 255, 255, 0.3);
}

.modal .closer:before,
.modal .closer:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 30px;
    background: #333;
    border-radius: 0.3em;
    -webkit-transform-origin: 50% 50% 50%;
    -ms-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    z-index: 2;
}

.modal .closer:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .closer:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal .content {
    line-height: 1.5;
    padding: 0 40px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    overflow: auto;
    height: calc(100% - 92px);
}

.modal .content a {
    color: #febc4a;
    text-decoration: none;
    font-weight: 600;
}

.modal.with-confirm .content {
    height: calc(100% - 142px);
}

.modal .confirm-wrapper {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.modal .confirm {
    position: relative;
    float: left;
    width: 50px;
    text-align: center;
    padding: 10px 15px;
    color: #0c8;
    text-decoration: none;
    margin-right: 6px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.modal .confirm:hover,
.modal .confirm:focus {
    background: rgba(0,0,0,0.08);
    outline: none;
}

@media (max-width: 992px) {
    .modal {
        width: 750px;
    }
}

@media (max-width: 768px) {
    .modal {
        width: 360px;
    }
}


.slogan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}

.slogan_h2 {
  font-size: 34px;
  font-weight: 600;
  border-left: 5px solid #febc4a;
  padding: 6px 0 6px 22px;
  position: relative;
}

.slogan_h2:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: '\f10e';
  position: absolute;
  top: -30px;
  right: -10px;
  color: #ededee;
  font-size: 62px;
}

.slogan_list {
  margin-left: 40px;
}

.bold {
  font-weight: 600;
}

.slogan_list ul {
  list-style-type: circle;
}

.slogan_list ul li {
  margin: 5px 0;
}

.razdel {
  padding: 60px 0 0 0;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.razdel i {
  color: #c6c6c6;
  font-size: 16px;
  margin-left: 7px;
}

.cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}

.cards div.card-item {
  width: 340px;
  height: 300px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 16px -2px rgba(49, 49, 49, 0.2);
  -moz-box-shadow: 4px 4px 16px -2px rgba(49, 49, 49, 0.2);
  box-shadow: 4px 4px 16px -2px rgba(49, 49, 49, 0.2);
  padding: 30px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
}

.cards div.card-item:hover {
  background: #febc4a;
  -webkit-box-shadow: 4px 4px 16px -2px rgba(254, 188, 74, 0.6);
  -moz-box-shadow: 4px 4px 16px -2px rgba(254, 188, 74, 0.6);
  box-shadow: 4px 4px 16px -2px rgba(254, 188, 74, 0.6);
}

.circle {
  background: #f7f8ff;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle i {
  color: #febc4a;
  font-size: 52px;
}

.card-title {
  font-weight: 600;
  color: #333;
  text-align: center;
}

.modal .icon .circle {
  width: 150px;
  height: 150px;
  border-radius: 125px;
  margin: 30px auto 15px auto;
}

.modal .icon .circle i {
  font-size: 72px;
}


/* The Modal (background) */
.modap {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 95%;
  max-width: 60rem;
  max-height: 33rem;
  overflow: hidden;
  border-radius: 2px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.08);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-content-left,
.modal-content-right {
  flex: 0 1 auto;
}

.modal-content-left {
  flex: 2;
}

.modal-content-left img {
  width: 40rem;
  max-width: 95%;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 2px;
}

.modal-content-right {
  flex: 2;
  max-width: 100%;
  padding: 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close,
.close-imp {
  color: #aaa;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1rem;
  border-radius: 2px;
  transition: 0.4s ease-out;
  position: absolute;
  top: 20px;
  right: 10px;
}

.close:hover,
.close:focus,
.close-imp:hover,
.close-imp:focus {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.modal-header p {
  margin: 0;
  padding: 0;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 0.5rem 3rem;
}

.modal-header {
  padding-top: 2rem;
}

.modal-footer {
  padding-bottom: 2rem;
}

.price_title {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 70px;
  transition: 0.2s;
}

.price_amount {
  font-weight: 600;
  font-size: 32px;
  color: #febc4a;
  text-align: center;
  margin: 30px 0;
  display: block;
}

.card-item:hover .price_amount {
  display: none;
}

.card-item:hover .price_title {
  margin-top: 30px;
}

.price_descr {
  margin-top: 30px;
  display: none;
}

.price_descr p {
  margin: 6px 0;
  font-size: 15px;
}

.card-item:hover .price_descr {
  display: block;
}

.projects {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0;
  flex-wrap: wrap;
  gap: 45px;
}

.projects div.project-item {
  width: 340px;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
  -webkit-box-shadow: 4px 4px 16px -2px rgba(49, 49, 49, 0.2);
  -moz-box-shadow: 4px 4px 16px -2px rgba(49, 49, 49, 0.2);
  box-shadow: 4px 4px 16px -2px rgba(49, 49, 49, 0.2);
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
  margin-bottom: 20px;
}

.projects div.project-item:hover {
  -webkit-box-shadow: 4px 4px 16px -2px rgba(254, 188, 74, 0.6);
  -moz-box-shadow: 4px 4px 16px -2px rgba(254, 188, 74, 0.6);
  box-shadow: 4px 4px 16px -2px rgba(254, 188, 74, 0.6);
}

.projects div.project-item img {
  width: 340px;
}

.project-title {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  padding: 7px 20px;
}

.project-details {
  display: block;
  padding: 5px 20px 15px 20px;
  font-size: 14px;
  color: #777777;
}

.project-details div {
  margin: 6px 0;
}

.project-details sup {
  font-size: 10px;
}

.gallary_box {
  display: none;
}

.whoweare {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
}

.whoweare_block {
  width: 640px;
  height: 456px;
  position: relative;
}

.wwa-1 {
  width: 360px;
  height: 410px;
  position: absolute;
  z-index: 1;
  background: #febc4a;
  color: #333;
  top: 46px;
  left: 0;
  padding: 36px;
  text-align: left;
}

.wwa-1 p {
  font-size: 14px;
}

.wwa-1 h2 {
  text-align: left;
}

.wwa-1 .line {
  background: #333;
  margin: 18px 0;
}

.wwa-2 {
  width: 360px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 280px;
}

.wwa-2 img {
  width: 360px;
}

.wwa-1 .button {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  padding: 14px 42px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #333;
  margin-top: 16px;
}

.wwa-1 .button:hover {
  color: #fff;
  border: 2px solid #333;
  background: #333;
}

.how {
  margin-top: 40px;
}

.how_up {
  border-bottom: 2px solid #febc4a;
  display: flex;
}

.how_down {
  display: flex;
}

.how ul {
  list-style-type: circle;
}

.how ul li {
  margin: 5px 0;
  font-size: 14px;
}

.how_title {
  font-size: 16px;
  font-weight: 600;
}

.how_block_up {
  padding-left: 20px;
  border-left: 2px solid #febc4a;
  padding-bottom: 50px;
  position: relative;
}

.how_block_up .step {
  position: absolute;
  bottom: -33px;
  left: -33px;
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 33px;
  border: 15px solid #f7f8ff;
  color: #febc4a;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.second {
  margin-left: 150px;
}

.third {
  margin-left: 160px;
}

.fourth {
  margin-left: 80px;
}

.how_block_down {
  padding-left: 20px;
  border-left: 2px solid #febc4a;
  padding-top: 50px;
  position: relative;
}

.how_block_down .step {
  position: absolute;
  top: -33px;
  left: -33px;
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 33px;
  border: 15px solid #f7f8ff;
  color: #febc4a;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.username{
   width: 300px;
   margin: 12px 0 0 0;
   padding: 10px 15px;
   border-radius: 5px;
   outline: none;
   border: none;
   background: #F6F7F9;
   color: #748194;
   font-size: 14px;
}

button.button {
  cursor: pointer;
}

.calc {
  text-align: center;
  margin-top: 20px; 
}

.clear {
  width: 100%;
  height: 40px;
}

.contacts i {
  margin-right: 5px;
}

.contacts span {
  margin-left: 18px;
}

.select {
  position: relative;
}
.select select {
  padding: 10px 12px;
  width: 300px;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #F6F7F9;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  transition: all 150ms ease;
  margin: 12px 0 0 0;
  color: #748194;
}

.select select option {
  color: #748194;
}
.select select option[value=""][disabled] {
  display: none;
}
.select select:focus {
  outline: none;
  border-color: #07f;
}

::placeholder {
  color: #748194;
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 1;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}


.lightbox-content {
    position: relative;
    width: 70%;
    height: 90vh;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    max-width: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.video-item {
  width: 340px;
}

.video-item img {
  width: 100%;
}

/* Відео-модал (не конфліктує з lightbox.css) */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;            /* приховано за замовчуванням */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  z-index: 9999;            /* вище за лайтбокс */
  padding: 2rem;
}
.video-modal.open { display: flex; }

.video-modal__player {
  max-width: min(1200px, 90vw);
  max-height: 80vh;
  outline: none;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0,0,0,.5);
}

.video-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
}


@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}



@media screen and (max-width: 1366px) {
	.hero-text {
    	padding-top: 200px;
	}

	.h1 {
    	font-size: 42px;
	}

	.inner-hero {
    	font-size: 24px;
	}

	.container {
    	padding: 0 15px;
	}
}


@media screen and (max-width: 728px) {

.container {
    padding: 0 15px;
}

.select select {
  width: 100%;
}

.logo img {
    width: 250px;
}

.footer {  
  display: block;
  width: 100%;
  margin-top: 0px;
}

.copyright {
  padding: 10px;
  width: 100%;
  text-align: center;
}

  .inner_footer {
  flex-wrap: wrap;
  padding: 30px 10px 10px 10px;
  justify-content: space-around;
}

  .inner_footer div {
  text-align: center;
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

.row {
  flex-wrap: wrap;
}

.img_det {
  display: none;
}

  .about {
  margin: 30px 0;
  flex-wrap: wrap;
}

.about img {
  margin-right: 0;
  display: block;
  max-width: 100%;
}

  .award {
  margin: 30px 0;
  flex-wrap: wrap;
}

  .logos {
  flex-wrap: wrap;
}

.award img {
  margin-left: 0;
  display: block;
  max-width: 100%;
}

.descr {
  padding: 20px 10px;
}

  .counter {
  border-radius: 3px;
  padding: 20px 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.start {
  text-align: center;
  width: 100%;
}

.finish {
  text-align: center;
  width: 100%;
}

.counter li {
  padding: 15px 10px;
}

.counter ul {
  padding: 0;
}

.counter li span {
  display: block;
  font-size: 36px;
}

.h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.inner-hero {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.modal-header p {
  margin: 0 auto;
}

.modal-body {
  padding: 15px 30px 40px 30px !important;
}

.modal-header {
  padding: 50px 30px 0px 30px !important;
}

.modal-body .result {
  display: flex;
  justify-content: center;
}

.username {
  width: 100%;
}

.modal-content-left {
    display: none;
}

.hero-text {
  padding: 180px 10px 0px 10px;
  text-align: center;
}

  .logo {
    margin-left: 12px;
  }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2b3238;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:nth-child(5) a {
    transition-delay: 0.6s;
  }
  .nav-container ul li:nth-child(6) a {
    transition-delay: 0.7s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.2s ease;
  }
  .nav-open {
    position: fixed;
    right: 12px;
    top: 15px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #febc4a;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }

  button.button {
    margin: 0 auto;
    width: 100%;
  }

  .slogan_h2 {
    font-size: 26px;
  }

  .slogan_h2:after {
    top: -10px;
    right: -10px;
    font-size: 46px;
  }

  .slogan {
    margin: 60px 0;
  }

  .slogan_list {
    margin-left: 0px;
  }

  #result {
    text-align: center;
  }

  .cards {
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }

  .cards div.card-item {
    width: 100%;
    height: 300px;
    margin-bottom: 20px; 
  }

  h2 {
    font-size: 22px;
  }

  .calc {
    margin-top: 30px; 
  }

  .clear {
    height: 70px;
  }

  .projects {
    margin: 0;
    flex-wrap: wrap;
  }

  .projects div.project-item {
    width: 100%;
    margin-bottom: 20px; 
  }

  .projects div.project-item img {
    width: 100%;
  }

  .wwa-2 {
    display: none;
  }

  .wwa-1 {
    width: 100%;
    height: 410px;
    position: relative;
    background: #febc4a;
    color: #333;
    padding: 36px;
    text-align: center;
  }

  .wwa-1 p {
    text-align: left;
  }

  .how {
    overflow-x: scroll;
    padding: 0 0 20px 0; 
  }

  /* Works on Firefox */
  .how {
    scrollbar-width: thin;
    scrollbar-color: #febc4a #f7f8ff;
  }

  /* Works on Chrome, Edge, and Safari */
  .how::-webkit-scrollbar {
    width: 6px;
  }

  .how::-webkit-scrollbar-track {
    background: #f7f8ff;
  }

  .how::-webkit-scrollbar-thumb {
    background-color: #febc4a;
    border-radius: 10px;
    border: 3px solid #febc4a;
  }

  .how_up {
    width: 920px;
    margin-left: 30px;
  }

  .how ul {
    width: 310px;
  }

  .fourth {
    margin-left: 140px;
  }

  h3 {
    margin-bottom: 10px;
    color: #fff;
    margin-top: 30px;
  }

  .soc {
    width: 100%;
    justify-content: center;
  }

  .modal-body p {
    width: 100%;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-item {
    width: 100%;
  }

}

.lang {
  display: flex;
  width: 80px;
  justify-content: space-between;
}

.lang i {
  color: #a4a4a4;
}

.lang a {
  color: #a4a4a4;
  transition: 0.3s;
  text-decoration: none;
}

.lang a:hover {
  color: #febc4a;
}