/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*-------------------------User styles--------------------------*/
/*-----------------Reviews-------------------*/
/*For a block n the center*/
.reviews__list.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/*ARROWS*/
.reviews__list.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  font-size: 50px;
  color: #414141;
}

/*Invisible arrows*/
.reviews__list.owl-theme .owl-nav button.owl-prev span,
.reviews__list.owl-theme .owl-nav button.owl-next span {
  opacity: 0;
}

.reviews__list.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 15%;
    left: 0;
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    box-sizing: border-box;
    width: 15px;
    height: 31px;
}

.reviews__list.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 15%;
    right: 0;
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-repeat: no-repeat;
    background-position: -1px -51px;
    box-sizing: border-box;
    width: 15px;
    height: 31px;
}

.reviews__list.owl-theme .owl-nav button:focus {
    outline: 0;
    outline-offset: 0;
}

.reviews__list.owl-theme .owl-nav [class*='owl-']:hover {
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 15%;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 31px;
    box-sizing: border-box;
}

.reviews__list.owl-theme .owl-nav button.owl-prev:hover {
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-position: -25px 0;
}

.reviews__list.owl-theme .owl-nav button.owl-next:hover {
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-position: -25px -51px;
}

/*DOTS*/
/*.reviews__list.owl-theme .owl-dots {
  !*text-align: center;
  -webkit-tap-highlight-color: transparent;*!
  margin-top: 47px;
}

.reviews__list.owl-theme .owl-dots .owl-dot {
  !*display: inline-block;
  zoom: 1;
  *display: inline;*!
}

.reviews__list.owl-theme .owl-dots .owl-dot {
    position: relative;
}

!*.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}*!

.reviews__list.owl-theme .owl-dots .owl-dot.active:before ,
.reviews__list.owl-theme .owl-dots .owl-dot.active:after {
    margin-top: -10px;
    content: "";
    transform: rotate(-135deg);
    position: absolute;
    display: block;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    left: 50%;
}

.reviews__list.owl-theme .owl-dots .owl-dot.active:before {
    border-left: 17px solid #c7c7c7;
}

.reviews__list.owl-theme .owl-dots .owl-dot.active:after {
    border-left: 17px solid #fafafa;
    top: -2px;
    margin-left: 1px;
}

.reviews__list.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
    outline-offset: 0;
}

.reviews__list.owl-theme .owl-dots .owl-dot span {
  width: 200px;
  height: 180px;
  margin: 0;
  display: block;
  border-radius: 0;
  !*-webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  *!
}

.reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(1) span {
  background: url("../../../img/logo_vintage.png");
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #c7c7c7;
}

.reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(2) span  {
  background: url("../../../img/logo_rubin.png");
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #c7c7c7;
}

.reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(3) span  {
  background: url("../../../img/logo_doors.png");
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #c7c7c7;
}

.reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(4) span  {
  background: url("../../../img/logo_gavs.png");
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #c7c7c7;
}

.reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(5) span  {
  background: url("../../../img/logo_vintage.png");
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #c7c7c7;
}

.reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(6) span  {
  background: url("../../../img/logo_doors.png");
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #c7c7c7;
}*/

/*--------------Partners' logos----------*/
/*For a block n the center*/
.our-partners__list.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/*ARROWS*/
.our-partners__list.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    font-size: 50px;
    color: #414141;
}

/*Invisible arrows*/
.our-partners__list.owl-theme .owl-nav button.owl-prev span,
.our-partners__list.owl-theme .owl-nav button.owl-next span {
    opacity: 0;
}

.our-partners__list.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 15%;
    left: 0;
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    box-sizing: border-box;
    width: 15px;
    height: 31px;
}

.our-partners__list.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 15%;
    right: 0;
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-repeat: no-repeat;
    background-position: -1px -51px;
    box-sizing: border-box;
    width: 15px;
    height: 31px;
}

.our-partners__list.owl-theme .owl-nav button:focus {
    outline: 0;
    outline-offset: 0;
}

.our-partners__list.owl-theme .owl-nav [class*='owl-']:hover {
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 15%;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 31px;
    box-sizing: border-box;
}

.our-partners__list.owl-theme .owl-nav button.owl-prev:hover {
    background-image: url("v/img/sprites_carousel_arrows.png");
    background-position: -25px 0;
}

.our-partners__list.owl-theme .owl-nav button.owl-next:hover {
    background-image: url("/files/theme/img/sprites_carousel_arrows.png");
    background-position: -25px -51px;
}

/*-------------------------Adaptive-------------------------*/
@media screen and (max-width: 1600px) {
    .reviews__list.owl-theme .owl-dots .owl-dot span {
        width: 150px;
        height: 120px;
    }
}

@media screen and (max-width: 1080px) {
    .reviews__list.owl-theme .owl-dots .owl-dot span {
        width: 100px;
        height: 70px;
    }

    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(1) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(2) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(3) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(4) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(5) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(6) span {
        background-size: 70%;
    }

}

@media screen and (max-width: 768px) {
    .reviews__list.owl-theme .owl-dots .owl-dot span {
        width: 80px;
        height: 80px;
    }

    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(1) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(2) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(3) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(4) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(5) span,
    .reviews__list.owl-theme .owl-dots .owl-dot:nth-of-type(6) span {
        background-size: 55%;
    }

}

@media screen and (max-width: 535px) {
    .reviews__list.owl-theme .owl-nav button.owl-prev,
    .reviews__list.owl-theme .owl-nav button.owl-next,
    .reviews__list.owl-theme .owl-nav [class*='owl-']:hover {
        top: 40%;
    }
}

/*-----------------We make-------------------*/
.we-make__list.owl-theme .owl-nav button.owl-next span {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #FF4343;
    text-decoration: none;
    position: absolute;
    left: 0;
}

.we-make__list.owl-theme .owl-nav button.owl-next span:after {
    content: "";
    background-image: url(/files/theme/img/icon_arrow_sm.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 8px;
    transition-duration: 350ms;
}

.we-make__list.owl-theme .owl-nav button.owl-next:hover span:after {
    transform: translateX(15px);
    transition-duration: 350ms;
}

/*-----------------How we work-------------------*/
.how__list.owl-theme .owl-nav button.owl-next span {
    font-family: 'Gilroy', 'Arial Black', sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #FF4343;
    text-decoration: none;
    position: absolute;
    left: 0;
}

.how__list.owl-theme .owl-nav button.owl-next span:after {
    content: "";
    background-image: url(/files/theme/img/icon_arrow_sm.png);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 8px;
    transition-duration: 350ms;
}

.how__list.owl-theme .owl-nav button.owl-next:hover span:after {
    transform: translateX(15px);
    transition-duration: 350ms;
}


