@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

:root{
    --hover: #E07250;
    --white: #fff;
    --grey: #00000002;
    --black: #212121;
    --transition: 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    --a-1: #4c5c96;
    --a-2: #6d4c96;
    --a-3: #924c96;
    --a-4: #4c9658;
    --a-5: #e3a286;
    --bg-1: var(--a-1);
    --b-1:#45558d;
    --b-2:#6d458d;
    --b-3:#8d4583;
    --b-4:#458d45;
    --b-5:#d4825f;
    --bg-2: var(--b-1);
    --c-1: #3f4e85;
    --c-2: #663f85;
    --c-3: #853f7a;
    --c-4: #45853f;
    --c-5: #c06842;
    --bg-3: var(--c-1);
    --bg-4: #2e3141;


    --d-1: #4c5c968a;
    --d-2: #6d4c968a;
    --d-3: #924c968a;
    --d-4: #4c96588a;
    --d-5: #e3a2868a;
    --gr: var(--d-1)
}

body{
    font-family: 'Arimo', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    direction: ltr;
}

*{
  box-sizing: border-box;
}

a{
    text-decoration: none;
}

p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

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{
  width: 100%;
  display: block;
}

.module{
  padding: 64px 0;
  color: var(--white);
}

.bin {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 14px;
  padding-left: 14px;
}

.legend-module{
  min-height: 700px;
  background: url('files/images/background-gu0.webp') no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.legend-module::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--gr), var(--gr));
}

.legend-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.legend-box > .bin{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  gap: 20px;
}

.logo-title{
  font-size: 32px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1.3px;
  transition: var(--transition);
}

.logo-title:hover,
.logo-title:focus{
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
}

.logo-img{
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.logo-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-box{
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  padding-bottom: 13px;
}

.legend-text{
  color: var(--white);
  text-align: center;
}

.triangle-1{
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: var(--bg-1);
  height: 115px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.wr{
  position: relative;
}

.nav{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

.nav-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.nav-link{
  color: var(--white);
  transition: var(--transition);
  display: inline-block;
}

.nav-link:hover,
.nav-link:focus{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.drop{
  position: relative;
  color: var(--white);
}

.drop-menu{
  position: absolute;
  top: 120%;
  left: 0;
  width: 230px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: var(--bg-1);
  border-radius: 13px;
  opacity: 0;
  transition: var(--transition);
  visibility: hidden;
}

.drop:hover .drop-menu,
.drop:focus .drop-menu{
  opacity: 1;
  visibility: visible;
}

.drop-link{
  color: var(--white);
  transition: var(--transition);
  display: inline-block;
}

.drop-link:hover,
.drop-link:focus{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.title{
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 21px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  padding-bottom: 13px;
}

.box-row{
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.box-col{
  width: 100%;
}

.about-us-img{
  width: 200px;
  height: 200px;
  border-radius: 0%;
  overflow: hidden;
  margin: 0 auto;
}

.about-us-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-box{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.module-1{
  background-color: var(--bg-1);
  position: relative;
  padding-bottom: calc(64px + 115px);
}

.module-2{
  background-color: var(--bg-2);
  padding-bottom: calc(64px + 115px);
  position: relative;
}

.module-2 .triangle-1{
  background-color: var(--bg-3);
}

.triangle-2{
  background-color: var(--bg-2);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  height: 115px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.articles-box,
.services-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-top: 25px;
}

.articles-item,
.services-item{
  width: 100%;
  box-sizing: border-box;
  padding: 13px;
  box-shadow: 0px 20px 48px 0px rgba(0, 0, 0, 0.176);
}

.articles-wr,
.services-wr{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 20px;
}

.services-img{
  width: 150px;
  height: 150px;
  border-radius: 0%;
  overflow: hidden;
  margin: 0 auto;
  transition: var(--transition);
}

.services-img:hover,
.services-img:focus{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.services-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articles-title,
.services-title{
  text-align: center;
  color: var(--white);
  font-weight: 800;
  text-transform: inherit;
  transition: var(--transition);
  display: inline-block;
  font-size: 20px;
}

.articles-description,
.services-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.articles-title:hover,
.articles-title:focus,
.services-title:hover,
.services-title:focus{
  transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
}

.services-content > a{
  font-size: 20px;
}

.articles-content,
.services-description{
  text-align: center;
}

.articles-img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.articles-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.articles-img:hover > img,
.articles-img:focus > img{
  opacity: 0.9;
  scale: 1.02;
}

.module-3{
  background-color: var(--bg-3);
  padding-bottom: calc(64px + 115px);
  position: relative;
}

.module-3 .triangle-2{
  background-color: var(--bg-4);
}

.module-3 .triangle-2.whithoutform{
  background-color: var(--bg-2);
}

.primary-img{
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  padding: 20px;
  margin: 0 auto;
}

.primary-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.primary-box{
  padding-top: 25px;
}

.price{
  font-size: 26px;
  font-weight: 800;
  text-transform: inherit;
  margin: 0 auto;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  padding: 13px 0;
  display: inline-block;
}

.module-4{
  background-color: var(--bg-4);
  padding-bottom: calc(64px + 115px);
  position: relative;
}

.form{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  height: 100%;
  gap: 20px;
  padding-top:  25px;
}

.form-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 25px;
}

.form-img{
  width: 200px;
  height: 200px;
  border-radius: 0%;
  overflow: hidden;
  margin: 0 auto;
}

.form-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page-form{
  width: 100%;
}

.contact-page-form > input,
.contact-page-form > textarea,
.input-form_item__input,
.textarea-form_item__input{
  color: white;
  padding: 20px;
  background-color: transparent;
  border: solid 2px rgba(255, 255, 255, 0.125);
  outline: none;
  width: 100%;
  box-sizing: border-box;
}


.contact-page-form > input::placeholder,
.contact-page-form > textarea::placeholder,
.input-form_item__input::placeholder,
.textarea-form_item__input::placeholder{
  color: #ffffffb5;
}

.privacy{
  color: var(--white);
  transition: var(--transition);
  display: inline-block;
}

.privacy:hover,
.privacy:focus{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.form-btn{
  text-align: center;
}

.form-img-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.module-4 .triangle-1{
  background-color: var(--bg-1);
}

.stat-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.stat-item{
  width: 100%;
  box-sizing: border-box;
}

.stat-num{
  font-size: 32px;
  font-weight: 800;
}

.stat-wr{
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: solid 2px rgba(255, 255, 255, 0.125);
  border-radius: 0%;
  transition: var(--transition);
}

.stat-wr:hover,
.stat-wr:focus{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.stat-text{
  text-align: center;
  padding: 0 13px;
}

.under-footer .triangle-2,
.under-footer .triangle-1{
  background-color: var(--bg-4);
}

.under-footer .triangle-footer{
  background-color: var(--bg-2);
}

.reasons-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  gap: 20px;
}

.reasons-item{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  gap: 13px;
  padding: 20px;
}

.reasons-num{
  font-size: 32px;
  font-weight: 800;
}

.reasons-video-box{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.reasons-video{
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 20px;
}

.reasons-video > video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-area{
  background-color: var(--bg-4);
  padding-bottom:  25px;
}

.footer-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.footer-contact-item > a{
  color: var(--white);
  word-break: break-all;
  text-align: center;
  transition: var(--transition);
  display: inline-block;
}

.footer-contact-item:hover > a,
.footer-contact-item:focus > a{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.footer-privacy-wr{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  gap: 25px;
}

.footer-privacy-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.footer-privacy > a{
  color: var(--white);
  transition: var(--transition);
  display: inline-block;
}

.footer-privacy:hover > a,
.footer-privacy:focus > a{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.copyright{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  border-top: solid 2px rgba(255, 255, 255, 0.125);
  margin-top:  25px;
  padding-top:  20px;
}

.copyright > p{
  margin: 0;
}

.workers-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

.workers-item{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.workers-img{
  width: 100%;
  height: 300px;
}

.workers-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.workers-img:hover > img,
.workers-img:focus > img{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.workers-name{
  text-align: center;
}

.contact-page-box{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-page-item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  border: solid 2px rgba(255, 255, 255, 0.125);
  transition: var(--transition);
}

.contact-page-item:hover,
.contact-page-item:focus{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.contact-page-wr{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-page-item > a{
  font-weight: 800;
  color: var(--white);
  transition: var(--transition);
  text-align: center;
  word-break: break-all;
}

.contact-page-item > a:hover,
.contact-page-item > a:focus{
  opacity: 0.8;
}

.map{
  height: 300px;
  width: 100%;
}

.map > iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.contact-page-adres{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}

.contat-page-adres-wr{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-text{
  text-align: center;
  word-break: break-all;
}

.page-img{
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
}

.page-img > img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.db{
  display: block;
}

.comment-box{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.comment-item{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border: solid 2px rgba(255, 255, 255, 0.125);
  padding: 20px;
}

.rating{
  display: flex;
  align-items: center;
  color: var(--white);
  gap: 4px;
}

.primary-contaent{
  overflow: hidden;
  word-break: break-all;
}


@media (min-width: 576px) {
  .bin {
    max-width: 540px;
  }

  .services-box{
    flex-direction: row-reverse;
  }

  .services-item{
    width: calc(50% - 20px);
  }

  .copyright{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .bin {
    max-width: 720px;
  }

  .nav-box{
    flex-direction: row;
  }

  .nav-box{
    align-items: center;
  }

  .nav-link{
    padding: 20px 0;
  }

  .drop{
    padding: 20px 0;
  }

  .drop-menu{
    width: 300px;
  }

  .articles-box{
    flex-direction: row-reverse;
  }

  .articles-item{
    width: calc(50% - 20px);
  }

  .primary-img{
    width: 600px;
    float: none;
  }

  .stat-box{
    flex-direction: row-reverse;
  }

  .stat-item{
    width: calc((100% / 3) - 20px);
  }

  .workers-box{
    flex-direction: row-reverse;
  }

  .workers-item{
    width: calc(50% - 20px);
  }

  .contact-page-box{
    flex-direction: row-reverse;
  }

  .contact-page-item{
    width: calc((100% / 3) - 20px);
  }

  .page-img{
    width: 300px;
    float: none;
  }
}

@media (min-width: 992px){
  .bin {
    max-width: 960px;
  }

  .box-row{
    flex-direction: row-reverse;
  }

  .box-col{
    width: calc(50% - 20px);
  }

  .form-img,
  .about-us-img{
    width: 300px;
    height: 300px;
  }
  
  .services-item{
    width: calc(25% - 20px);
  }

  .workers-item{
    width: calc(25% - 20px);
  }

  .page-img{
    width: 400px;
    height: 400px;
  }

  .comment-box{
    flex-direction: row-reverse;
  }

  .comment-item{
    width: calc(50% - 20px);
  }
}

@media (min-width: 1200px){
  .bin {
    max-width: 1140px;
  }
  
  .stat-item{
    width: calc((100% / 5) - 20px);
  }
}


.btn-bin{
  margin-top: 20px;
  padding: 0 13px;
}

.button-1 {
  padding: 13px 23px;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  background: linear-gradient(-45deg, #6bc5f8, #cf59e6, #6bc5f8, #cf59e6);
  background-size: 1000% 1000%;
  animation: gradient 5s ease infinite;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.247);
  transition-duration: .1s;
  display: inline-block;
}

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.button-1::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 100%;
  left: -70px;
  top: 0;
  background-color: rgba(214, 199, 255, 0.329);
  filter: blur(13px);
  transition-duration: .3s;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.button-1:hover::before {
  transform: translateX(250px);
  transition-duration: .3s;
}

.button-1:active {
  transform: translate(2px,2px);
  transition-duration: .1s;
}

.button-2 {
 background-color: var(--bg-1);
 padding: 13px 34px;
 color: #fff;
 text-transform: inherit;
 letter-spacing: 2px;
 cursor: pointer;
 border-radius: 15px;
 border: 2px dashed var(--bg-1);
 box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 4px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
 transition: .4s;
 display: inline-block;
}

.button-2:hover {
 transition: .4s;
 border: 2px dashed var(--bg-1);
 background-color: #fff;
 color: var(--bg-1);
}

.button-3 {
  font-size: 16px;
  padding: 23px 55px;
  cursor: pointer;
  transform: perspective(200px) rotateX(15deg);
  color: white;
  font-weight: 800;
  border: none;
  border-radius: 15px;
  background: linear-gradient(
    0deg,
    rgba(63, 94, 251, 1) 0%,
    rgba(70, 135, 252, 1) 100%
  );
  box-shadow: rgba(63, 94, 251, 0.2) 0px 40px 29px 0px;
  will-change: transform;
  transition: all 0.3s;
  border-bottom: 2px solid rgba(70, 135, 252, 1);
  display: inline-block;
}

.button-3:hover {
  transform: perspective(180px) rotateX(30deg) translateY(2px);
}

.button-3:active {
  transform: perspective(170px) rotateX(36deg) translateY(5px);
}


.button-4 {
  display: inline-block;
  padding: 13px 23px;
  font-size: 1.06em;
  font-weight: bold;
  text-transform: inherit;
  color: #fff;
  background-color: var(--bg-1);
  border: none;
  border-radius: 15px;
  box-shadow: 0 0.15em 0.3em rgba(0, 0, 0, 0.3);
  transform: perspective(1em) rotateX(-1deg) rotateY(1deg);
  transition: all 0.2s ease-in-out;
}

.button-4:hover {
  transform: perspective(39px) rotateX(-3deg) rotateY(3deg) translateY(-13px);
  background-color: var(--bg-1);
  box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.3);
}

.button-4:focus,
.button-4:active {
  transform: perspective(1em) rotateX(-2deg) rotateY(2deg) translateY(-0.05em);
  box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.3);
  outline: none;
}
.button-5 {
 outline: none;
 cursor: pointer;
 border: none;
 padding: 20px 34px;
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 800;
 font-size: 16px;
 border-radius: 500px;
 overflow: hidden;
 background: var(--bg-1);
 color: ghostwhite;
}

.button-5 span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
}

.button-5:hover span {
 color: black;
}

.button-5::before,
.button-5::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

.button-5::before {
 content: "";
 background: #000;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button-5:hover::before {
 transform: translate3d(100%, 0, 0);
}

.overflow-hidden{
  overflow: hidden;
}

.contat-page-adres-block, .map-block{
  flex: 1;
}

.w100{
  width: 100% !important;
}