@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Allura);

body {
  margin: 0;
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	color: #18191b;
	padding: 0;
}

.container{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; 
  box-sizing: border-box;
}
footer .container {
  max-width: 100%;
  padding: 0 15px;
}
.full-container{
  padding-left: 50px;
  padding-right: 50px;
}
@media(max-width: 1024px){
  .full-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width: 768px){
  .full-container{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 480px){
  .container{
    padding: 0 10px;
  }
  .full-container{
    padding-left: 10px;
    padding-right: 10px;
  }
}

section{
  padding: 70px 0;
}
@media(max-width: 480px){
  section{
    padding: 50px 0;
  }
}
@media(max-width: 380px){
  section{
    padding: 20px 0 50px 0;
  }
}

.button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 44px;
  padding: 0;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  transition: all .3s;
}
.button-black{
  color: #555;
  border: 1px solid #555;
}
.button-white{
  color: #FFF;
  border: 1px solid #FFF;
}
@media(hover: hover){
  .button-black:hover{
    color: #FFF;
    background: #555;
  }
  .button-white:hover{
    color: #555;
    background: #FFF;
  }
}
@media(max-width: 480px){
  .button{
    width: 100%;
  }
}

.titlebox{
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  text-align: center;
}
@media(max-width: 1024px){
  .titlebox{
    margin-bottom: 30px;
  }
}
@media(max-width: 480px){
  .titlebox{
    margin-bottom: 2 0px;
  }
}

.title{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 79px;
  font-weight: 400;
  color: #18191B;
  text-transform: uppercase;
}

@media(max-width: 768px){
  .title{
    font-size: 24px;
    line-height: 59px;
  }
}
@media(max-width: 380px){
  .title{
    line-height: 36px;
  }
}

.tagtitle{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 57px;
  font-weight: 400;
  color: #18191B;
  text-transform: uppercase;
}
@media(max-width: 1024px){
  .tagtitle{
    font-size: 20px;
    line-height: 49px;
  }
}
@media(max-width: 768px){
  .tagtitle{
    font-size: 18px;
    line-height: 44px;
  }
}
@media(max-width: 380px){
  .tagtitle{
    line-height: 27px;
  }
}

.title-decor{
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 700px;
  width: 100%;
  margin: 15px auto 0 auto;
}

.title-decor:after,
.title-decor:before{
  content: '';
  flex: 1;
  height: 1px;
  background: #B9B9B9;
}

.title-decor__central{
  display: block;
  width: 7px;
  height: 7px;
  background: #18191B;
  border-radius: 50%;
}

.swiper-pagination{
  position: static;
  margin-top: 20px;
}

.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #E7E7E7;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background: #18191B;
}

.brands .swiper-pagination-bullet{
  background: #9C9C9C;
}
.brands .swiper-pagination-bullet-active{
  background: #18191B;
}

.gallery .swiper-pagination{
  display: none;
}
@media(max-width: 769px){
  .gallery .swiper-pagination{
    display: block;
  }
}


.swiper-navigation__btn{
  position: absolute;
  z-index: 2; 
  top: 0;
  width: 40px;
  height: 100%;
  background: rgba(24, 25, 27, 0.3);
  border: none;
  cursor: pointer;
}
.swiper-navigation__btn--right{
  right: 0;
}
.swiper-navigation__btn--left{
  left: 0;
}
.swiper-navigation__btn--left svg{
  transform: rotate(-180deg);
}
.swiper-button-disabled{
  opacity: 0;
}
@media(max-width: 769px){
  .swiper-navigation__btn{
    display: none;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.partners *,
.services *,
.service *{
  box-sizing: border-box;
}

.breadcrumbs{
  position: relative;
  z-index: 1;
}

.breadcrumbs__list{
  display: flex;
  align-items: center;
	gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item{
  display: flex;
	gap: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 22.5%;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs__item:not(:last-child):after{
  content: '/';
}

.breadcrumbs__link{
  font-size: 10px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 22.5%;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}

.home{
  position: relative;
  height: 568px;
  padding-top: 36px;
}
@media(max-width: 1024px){
  .home{
    height: 460px;
  }
}
@media(max-width: 768px){
  .home{
    height: 425px;
  }
}
@media(max-width: 480px){
  .home{
    height: auto;
    padding-bottom: 20px;
  }
}
@media(max-width: 380px){
  
}

.home__img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.home__content{
  position: relative;
  z-index: 1;
}

.home__content--partners{
  margin-top: 173px;
}
.home__content--services{
  margin-top: 96px;
}
@media(max-width: 1024px){
  .home__content--partners{
    margin-top: 94px;
  }
  .home__content--services{
    margin-top: 13px;
  }
}
@media(max-width: 768px){
  .home__content--partners{
    margin-top: 71px;
  }
  .home__content--services{
    margin-top: 28px;
  }
}
@media(max-width: 480px){
  .home__content--partners{
    margin-top: 18px;
  }
}
@media(max-width: 380px){
  .home__content--partners{
    margin-top: 24px;
  }
  .home__content--services{
    margin-top: 20px;
  }
}

.home__contentbox{
  width: 480px;
}
@media(max-width: 768px){
  .home__contentbox{
    width: 362px;
  }
}
@media(max-width: 480px){
  .home__contentbox{
    max-width: 100%;
    width: 100%;
  }
}
@media(max-width: 380px){
  
}

.home__title{
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 37px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 5%;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
}
@media(max-width: 1024px){
  .home__title{
    font-size: 32px;
    line-height: 38px;
  }
}
@media(max-width: 768px){
  .home__title{
    font-size: 24px;
    line-height: 29px;
  }
}
@media(max-width: 480px){
  .home__title{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
}

.home__text{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #FFF;
}

.home__text--services{
  margin-bottom: 110px;
}
@media(max-width: 768px){
  .home__text--services{
    margin-bottom: 70px;
  }
}
@media(max-width: 480px){
  .home__text--services{
    margin-bottom: 30px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.targets__box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

@media(max-width: 1024px){
  .targets__box{
    gap: 20px;
  }
}
@media(max-width: 768px){
  .targets__box{
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media(max-width: 480px){
  .targets__box{
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
  }
}

.target{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}

.target__text{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #18191B;
  text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.infobox{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.infobox:not(:last-child){
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D3D3D3;
}
@media(max-width: 768px){
  .infobox{
    grid-template-columns: 1fr;
  }
  .infobox:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .infobox__content{
    order: 2;
  }
}

@media(max-width: 480px){
  .infobox:not(:last-child){
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.infobox__title{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #18191B;
}
@media(max-width: 1024px){
  .infobox__title{
    font-size: 24px;
    line-height: 36px;
  }
}
@media(max-width: 768px){
  .infobox__title{
    font-size: 20px;
    line-height: 30px;
  }
  .infobox__title br{
    display: none;
  }
}

.infobox__text{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #18191B;
}

.infobox__img{
  flex-shrink: 0;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media(max-width: 768px){
  .infobox__img{
     height: 350px;
  }
}
@media(max-width: 380px){
  .infobox__img{
     height: 300px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media(max-width: 480px){
  .partners-info{
    padding-top: 0;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.brands{
  background: #E7E7E7;
}
@media(max-width: 480px){
  .brands{
    padding: 70px 0;
  }
}

.brands__text{
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #18191B;
}
@media(max-width: 1024px){
  .brands__text{
    margin-bottom: 30px;
  }
}
@media(max-width: 768px){
  .brands__text{
    margin-bottom: 20px;
    text-align: left;
  }
}

@media(max-width: 768px){
  .brands__slider{
    display: none;
  }
}

.brands__box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin-bottom: 50px;
}
@media(max-width: 1024px){
  .brands__box{
    margin-bottom: 30px;
  }
}
@media(max-width: 768px){
  .brands__box{
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
}
@media(max-width: 480px){
  .brands__box{
    display: flex;
    gap: 0;
    margin-bottom: 0px;
  }
}



.brand__name{
  margin: 0;
  font-size: 32px;
  line-height: 79px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #18191B;
}
@media(max-width: 768px){
  .brand__name{
    font-size: 22px;
    line-height: 40px;
  }
}
@media(max-width: 380px){
  .brand__name{
   font-size: 20px;
   line-height: 26px;
   margin-bottom: 10px;
  }
}

.brand__foto{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media(max-width: 1024px){
  .brand__foto{
    height: 150px;
  }
}

.brands__all{
  margin: 0 auto;
}
@media(max-width: 768px){
  .brands__all{
    margin-top: 20px;
  }
  .allbrands-opened .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .allbrands-opened .swiper-pagination {
    display: none;
  }
}

.brands__mobileslider{
  display: none;
}
@media(max-width: 768px){
  .brands__mobileslider{
    display: block;
  }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media(max-width: 768px){
  .advantages{
    padding-bottom: 0;
  }
}
@media(max-width: 380px){
  .advantages{
    padding-top: 50px;
  }
}

.advantages__box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media(max-width: 1024px){
  .advantages__box{
    gap: 30px;
  }
}
@media(max-width: 768px){
  .advantages__box{
    margin-bottom: 30px;
  }
}
@media(max-width: 480px){
  .advantages__box{
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
  }
}

.advantage{
  text-align: center;
}

.advantage__title{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #18191B;
}
@media(max-width: 480px){
  .advantage__title{
    font-size: 18px;
    line-height: 27px;
  }
}

.advantage__text{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #18191B;
}

.advantages__img{
  width: 100%;
  margin-bottom: 50px;
}
@media(max-width: 768px){
  .advantages__img{
    margin-bottom: 30px;
  }
}
@media(max-width: 480px){
  .advantages__img{
    margin-bottom: 20px;
  }
}

.advantages__text{
  display: flex;
  gap: 10px;
}
@media(max-width: 768px){
  .advantages__text{
    flex-direction: column;
  }
}

.advantages__text p{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #18191B;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media(max-width: 380px){
  .faq{
    padding: 50px 0;
  }
}

.faq__title{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #18191B;
  text-transform: uppercase;
  text-align: center;
}
@media(max-width: 1024px){
  .faq__title{
    font-size: 18px;
    line-height: 27px;
  }
}

.accordeon__item{
  margin-bottom: 10px;
  padding: 15px 20px;
  border: 1px solid #D3D3D3;
}

.accordeon__header{
  display: flex;
  justify-content: space-between;
}

.accordeon__header,
.accordeon__header p{
  margin: 0;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  color: #18191B;
  cursor: pointer;
}

.accordeon__icon{
  margin-top: 15px;
  transition: all .3s;
}

.accordeon__item.opened{
  border-color: #111;
}

.accordeon__item.opened .accordeon__icon{
  transform: rotate(-180deg);
}
.accordeon__item.opened .accordeon__icon path{
  stroke: #111;
}

.accordeon__content p{
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #18191B;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.services-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media(max-width: 768px){
  .services-box{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 480px){
  .services-box{
    grid-template-columns: repeat(1, 1fr);
  }
}

.services-preview{
  position: relative;
  display: block;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media(max-width: 1024px){
  .services-preview{
    height: 270px;
  }
}
@media(max-width: 380px){
  .services-preview{
    height: 200px;
  }
}

.services-preview__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.services-preview__info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background: rgba(24, 25, 27, 0.6);
  transition: all .3s;
}

.services-preview__name{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
}
@media(max-width: 1024px){
  .services-preview__name{
    height: 64px;
    font-size: 20px;
  }
}
@media(max-width: 768px){
  .services-preview__name{
    font-size: 18px;
  }
}
@media(max-width: 380px){
  .services-preview__name{
    font-size: 16px;
  }
}

.services-preview__text{
  display: none;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #FFF;
  opacity: 0;
  transition: all .3s;
}

.services-preview:hover .services-preview__img{
  transform: scale(1.2);
}
.services-preview:hover .services-preview__info{
  bottom: 0;
}
.services-preview:hover .services-preview__text{
  display: block;
  opacity: 1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media(max-width: 480px){
  .counters{
    padding-top: 0;
  }
}
.counters__box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 
}
@media(max-width: 768px){
  .counters__box{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 480px){
  .counters__box{
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter{
  text-align: center;
}

.counter__num{
  font-size: 64px;
  line-height: 96px;
  font-weight: 400;
  color: #18191B;
}
@media(max-width: 1024px){
  .counter__num{
    font-size: 48px;
    line-height: 72px;
  }
}

.counter__text{
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #18191B;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content__text{
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media(max-width: 480px){
  .content__text{
    flex-direction: column;
  }
}

.content__text p{
  margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #18191B;
}

.service-content p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #18191B;
  padding-bottom: 10px;
  text-align: justify;
}

.service-content img {
  width: 100%;
}

.content__img{
  width: 100%;
  margin-bottom: 50px;
}
@media(max-width: 1024px){
  .content__img{
    margin-bottom: 30px;
  }
}
@media(max-width: 480px){
  .content__img{
    margin-bottom: 20px;
  }
}

.content__info{
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 40px;
  border: 1px solid #000; 
}
@media(max-width: 1024px){
  .content__info{
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media(max-width: 768px){
  .content__info{
    padding: 30px;
  }
}
@media(max-width: 480px){
  .content__info{
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media(max-width: 380px){
  .content__info{
    padding: 20px;
  }
}

.content__info p{
  margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 29px;
	font-weight: 400;
	color: #18191B;
}
@media(max-width: 380px){
  .content__info p{
    font-size: 14px;
	  line-height: 25px;
  }
}

.gallery__slider{
  position: relative;
}

.gallery .swiper-slide{
  height: 397px;
}
@media(max-width: 380px){
  .gallery .swiper-slide{
    height: 300px;
  }
}

.gallery__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 480px){
  .another-services{
    padding: 50px 0;
  }
}

.another-services__box{
  display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media screen and (max-width: 1023px) {
  .another-services__box{
	grid-template-columns: repeat(2, 1fr);
	display:unset;
  }

  .another-services__box {
    display: flex;
    flex-wrap: nowrap;
  }

 
}
@media(max-width: 767px){
 .another-services__box{
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

@media(max-width: 1024px){
  .home .home__img{
    width: 1500px;
    /* left: -370px; */
  }
}
@media(max-width: 768px){
  .home .home__img{
    width: 1200px;
    /* left: -370px; */
  }
}
@media(max-width: 480px){
  .home .home__img{
    width: 700px;
    /* left: -240px; */
  }
}
@media(max-width: 320px){
  .home .home__img{
    width: 700px;
    /* left: -380px; */
  }
}

#subheader.services-section {
  display: none;
}
@media only screen and (min-width: 992px) {
  #subheader {
    display: block !important;
    padding-top: 170px;
  }
}

.control-group input {
  width: 100%;
}
#section-testimonial #contact_form button[type=submit]:hover {
  color: #fff !important;
  background: #111;
  border-color: #111;
}
#section-testimonial #contact_form button[type=submit] {
  display: block;
  width: 132px;
  margin: 0 auto;
  border: 1px solid #FFF !important;
  color: #fff;
}
#section-testimonial #contact_form {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px
}

.rc-anchor-light {
  background: none !important;
}

section.another-services {
  background-color: #fff;
}
section.service-content {
  background-color: #fff;
}
section.targets {
  background-color: #fff;
}
section.partners-info {
  background-color: #fff;
}
section.advantages {
  background-color: #fff;
}
section.faq {
  background-color: #fff;
}
section.advantages .title {
  border: none;
}
h3.title{
  text-align: center;
}
h2.title{
  text-align: center;
}