
.owl-item {
	display: flex;
	flex-direction: column;
}

.owl-stage {
	display: flex;
}

.owl-stage-outer {
	width: 100%;
}

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

.keys__item {
    margin: 0 15px;
}

.keys__item:hover {
    cursor: pointer;
}


.section-9__item {
    display: none;
}

.section-9__item:nth-child(-n+4) {
    display: block;
}

.server__more__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    height: 50px;
    padding: 0 20px 4px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #eff2f3;
    margin: 70px auto 0;
    display: flex;
    max-width: 300px;
    transition: .2s;
}

.served__grid.show .section-9__item {
    display: block;
}

.server__more__btn:hover {
    color: white;
    background-color: #34b52a;
    transition: .2s;
}

.section-16 {
    height: 460px;
    overflow: hidden;
}

.section-17 {
    text-align: center;
}

.section-17__phone {
    text-decoration: none;
    width: max-content;
    margin: 0 auto;
    text-align: center;
}

.section-17__phone:hover {
    color: #34b52a;
}


.section-11__img {
    height: 80px;
}

@media(max-width: 720px) {
 .keys__item {
    width: 100%;
 }   
}

.feedback-form__sub-title a {
    text-decoration: none;
    transition: .2s;
}

.feedback-form__sub-title a:hover {
    text-decoration: none;
    color: #34b52a;
    transition: .2s;
}

.section-17 .feedback-form__sub-title {
    display: none;
}

.modal__form__back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.b-modal-window.b-modal-window--show .modal__form__back {
    display: block;
}

.header__phones {
    display: flex;
    flex-direction: column;
    transition: .2s;
}

.header__phones a {
    text-decoration: none;
    transition: .2s;
}

.header__phones a:hover {
    color: #34b52a;
    transition: .2s;
}


.b-modal-window__content {
    padding-bottom: 80px !important;
}

.modal__text__btn {
    max-width: 250px;
    margin: -70px auto 0;
}


/* Slide system */
  
.system__slider {
    position: relative;
}

.owl-stage-outer {
    overflow: hidden;
}

.system__slider .owl-dots {
    display: none;
}

.section-7__item {
    padding: 0 20px;
    text-align: center;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #34b52a;
    color: white;

    position: absolute;
    top: 40%;
    transition: .3s;
    appearance: none;
}

.owl-nav button:hover {
    opacity: .7;
    transition: .3s;
}

.system__slider .owl-prev {
    left: -100px;
}

.system__slider .owl-next {
    right: -100px;
}

.owl-nav button span {
    height: 40px;
}

.system__slider::before {
  content: "";
  width: 30px;
  height: 100%;
  background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.system__slider::after {
  content: "";
  width: 30px;
  height: 100%;
  background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}



.worker__slider::before {
    display: none;
}

.worker__slider::after {
    display: none;
}

.worker__item {
    padding: 0 10px;
}


/* Modal Keys */

.modal__keys .b-modal-window__window {
    max-width: 900px;
}

.modal__keys__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal__keys__logo {
    margin: 0 auto 25px;
    max-height: 80px;
    max-height: 60px;
    height: 100%;
    max-width: 330px;
}

.modal__keys__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal__keys__subtitle {
    font-size: 22px;
    font-weight: 600;
}


.modal__keys__col {
    width: calc(50% - 25px);
    margin-bottom: 20px;
}


/* Whatsapp */

.whatsapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #34b52a;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 200;
    transition: .3s;
}

.whatsapp:hover {
    opacity: .7;
    transition: .3s;
}

.whatsapp__inner {
    position: relative;
    padding: 14px;
    width: 100%;
    height: 100%;
}

.whatsapp__inner::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    border: 2px solid #34b52a;
    animation: whatsapp 2s infinite;
}

.whatsapp__icon {
    width: 100%;
}

@keyframes whatsapp {
    0% {
        opacity: 1;
        scale: 1;
    }
    
    20% {
        opacity: 1;
        scale: 1;
    }
    
    100% {
        opacity: 0;
        scale: 1.5;
    }
}


/* Media */

@media(max-width: 1600px) {
    .system__slider .owl-prev {
        left: -70px;
    }
    
    .system__slider .owl-next {
        right: -70px;
    }
    
    .section-16 {
        height: 380px;
        overflow: hidden;
    }
}

@media(max-width: 1240px) {
    .system__slider {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .section-7__text {
        font-size: 17px;
        line-height: 1.3;
    }
}

@media(max-width: 1000px) {
    
    .owl-nav button {
        top: 102%;
    }
    
    .keys__grid .owl-nav button {
        top: 97%;
    }
    
    .section-7 {
        padding-bottom: 100px !important;
    }
    
    .section-12 {
        padding-bottom: 100px !important;
    }
    
    .system__slider .owl-prev {
        left: 100px;
    }
    
    .system__slider .owl-next {
        right: 100px;
    }
}

@media(max-width: 700px) {
    .modal__keys .b-modal-window__content {
        padding-bottom: 50px !important;
    }
    
    .modal__keys .b-modal-window__title-text {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 1;
    }
    
    .modal__keys__logo {
        margin: 0 auto 10px;
        max-height: 35px;
    }
    
    .modal__keys__inner {
        flex-direction: column;
    }
    
    .modal__keys__col {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .modal__keys__subtitle {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .modal__keys__text {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .whatsapp {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp__inner {
        padding: 12px;
    }
}

@media(max-width: 670px) {
    
    .system__slider .owl-prev {
        left: 60px;
    }
    
    .system__slider .owl-next {
        right: 60px;
    }
    
    .section-7__item {
        padding: 0 20px;
    }
    
    .section-9__item {
        display: none;
    }
    
    .section-9__item:nth-child(-n+4) {
        display: block;
    }
}

@media(min-width: 670px) {
    .section-9__item:nth-child(-n+8) {
        display: block;
    }
}

@media(max-width: 380px) {
    .modal__keys__logo {
        display: none;
    }
    
    .modal__keys .b-modal-window__content {
        padding: 10px;
    }
    
    .modal__keys__subtitle {
        font-size: 16px;
    }
    
    .modal__keys__text {
        font-size: 15px;
        line-height: 1.1;
    }
}





