/*====================== Прелоадер========КОНЕЦ====*/
.dizzy-gillespie-bg{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #16a085;    
    width: 100%;
    height: 100vh; 
    z-index: 1000;
}
.dizzy-gillespie {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -49px 0 0 -49px;
    -webkit-filter: saturate(3);
    filter: saturate(3);
    width: 0.1px;
    height: 0.1px;
    border: 40px solid transparent;
    border-radius: 5px;
    -webkit-animation: loader 3s ease-in infinite, spin 1s linear infinite;
    animation: loader 3s ease-in infinite, spin 1s linear infinite;
    z-index: 1001;
}

.dizzy-gillespie::before {
    -webkit-filter: saturate(0.3);
    filter: saturate(0.3);
    display: block;
    position: absolute;
    z-index: -1;
    margin-left: -40px;
    margin-top: -40px;
    content: '';
    height: 0.1;
    width: 0.1;
    border: 40px solid transparent;
    border-radius: 5px;
    -webkit-animation: loader 2s ease-in infinite reverse, spin 0.8s linear infinite reverse;
    animation: loader 2s ease-in infinite reverse, spin 0.8s linear infinite reverse;
}

.dizzy-gillespie::after {
    display: block;
    position: absolute;
    z-index: 2;
    margin-left: -10px;
    margin-top: -10px;
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: white;
}

@-webkit-keyframes loader {
    0% {
        border-bottom-color: transparent;
        border-top-color: #114357;
    }
    25% {
        border-left-color: transparent;
        border-right-color: #826C75;
    }
    50% {
        border-top-color: transparent;
        border-bottom-color: #F29492;
    }
    75% {
        border-right-color: transparent;
        border-left-color: #826C75;
    }
    100% {
        border-bottom-color: transparent;
        border-top-color: #114357;
    }
}

@keyframes loader {
    0% {
        border-bottom-color: transparent;
        border-top-color: #114357;
    }
    25% {
        border-left-color: transparent;
        border-right-color: #826C75;
    }
    50% {
        border-top-color: transparent;
        border-bottom-color: #F29492;
    }
    75% {
        border-right-color: transparent;
        border-left-color: #826C75;
    }
    100% {
        border-bottom-color: transparent;
        border-top-color: #114357;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/*====================== Прелоадер========КОНЕЦ====*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    min-width: 320px;
    font-family: 'RobotoRegular';
}   
a:active, a:focus, input:active, input:focus, button:active, button:focus, textarea:active, textarea:focus
{ outline: none;
}
.pionter {
    cursor: pointer;
}
.pod-zag {
    font-family: 'RobotoRegular';
    font-size: 16px;
    color: #16a085
}
.pod-zag-b {
    color: #16a085
}
.pod-zag-z {
    color: #2C3E50
}
.pod-zag-w {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.zag-w {
    color: #fff;
}
a {
    font-family: 'RobotoRegular';
    font-weight: 700;
    font-size: 17px;
    color: #16a085;;
}
a:hover {
    color: #16a085;
}
img {
    max-width: 100%;
    height: auto;
}
section {
    position: relative;
}
#span-z{
    color: #16A085;
    font-weight: 700;
    text-transform: uppercase;
}
#span-b{
    color: #2C3E50;
    font-weight: 700;
    text-transform: uppercase;
}
#span-w{
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
.hr-z {
    width: 50px;
    border: 1px solid #16A085;
    display: inline-block;
    margin: 10px 0;
}       
.hr-b {
    width: 50px;
    border: 1px solid #2C3E50;
    display: inline-block;
    margin: 10px 0;
} 
.hr-w {
    width: 50px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 10px 0;
} 
.title-p-white {
    padding-bottom: 5px ;    
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}
.title-p-black {
    padding-bottom: 5px ;    
    color: #2C3E50;
    font-size: 19px;
    font-weight: 700;
}
p span {
    color: #16A085;
}
/*политика конф*/
.politika-confid{
    font-size: 15px;
    color: #fff;
}
/*float-clear*/
.clear-float{
    float: none;
}
/*ОТСТУПЫ*/ 
.otstup{
    padding-top: 35px;
    padding-bottom: 60px;
}
.otstup-top{
    padding-top: 35px;
}
.otstup-buttom{
    padding-bottom: 60px;
}
/*ОТСТУПЫ*/ 
/*==================HEADER=======НАЧАЛО======*/
#header {
    background-color: #1abc9c;
    min-height: 500px;
}
.head-main {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
}
#header .carousel.fade{
    opacity: 1;
}
#header .carousel.fade .item.active{
    opacity: 1;
    position: relative;
}
.section-table{
    display: table;
    height: 100%;
    width: 100%;
}
.section-row{
    display: table-row;
}
.section-cell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.section-cell-left{
    display: table-cell;
    text-align: left;
    padding-left: 5%;
    vertical-align: middle;
}

.section-cell-right{
    display: table-cell;
    text-align: right;
    padding-right: 5%;
    vertical-align: middle;
}
#header .section-centr{
    text-align: center;
    max-width: 650px;
    display: inline-block;
    padding: 20px;
    background: rgb(204,204,204); /* для не поддерживающих rgba */
    background: rgba(204,204,204,0.6); /* для нормальных браузеров */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* для родного IE */
    zoom: 1; /* затычка для IE */
    border: 1px dotted #aaaaaa;
}

#header h1 {
    color: #1abc9c;
    font-family: 'RobotoBold';
    font-size: 34px;
    font-weight: 700;
    text-shadow: #34495E 1px 1px 0, #34495E 2px 2px 0, 
        #34495E 3px 3px 0, #34495E 4px 4px 0, 
        #34495E 5px 5px 0;
    text-transform: uppercase;
}
#header h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow:    #34495E 1px 1px 0, #34495E 2px 2px 0, 
        #34495E 3px 3px 0, #34495E 4px 4px 0, 
        #34495E 5px 5px 0;
}
.pod-zag {
    font-size: 22px;
    color: #34495E;
    font-weight: 700;
    text-transform: uppercase;
}

/*МЕНЮ*/
#main-menu-f.default-fixeds{
    position: fixed;
    top: 0 !important;
    margin-top: 0;
    box-shadow: 0px 4px 16px 0px #000000;
}
.btn-header-1{
    color: #1bc1a0;
    font-size: 18px;
    border: 4px solid #1bc1a0;
    border-radius: 50px;;
    padding: 15px;
    margin: 10px;
    background: transparent;
    text-decoration: underline;
} 
.btn-header-1:hover {
    background-color: #1bc1a0;
    color: #000;
}
.btn-header-2:hover {
    color: #1bc1a0;
    background: transparent;
}
.btn-header-2{
    color: #000;
    font-size: 18px;
    border: 4px solid #1bc1a0;
    border-radius: 50px;;
    padding: 15px;
    background-color: #1bc1a0;
    text-decoration: underline;
}
.btn-menu-pirog {
    float: left;
    background: transparent;
    border: none;
    padding: 25px 10px 1px 10px;
    font-size: 32px;
}

.btn-menu-pirog span {
    font-size: 20px;
      color: #fff;
}
.btn-menu-add {
    background: transparent;
    border: none;
    padding: 25px 10px 1px 10px;
}
.add-menu { 
    padding: 10px 15px 0px 15px;
    float: left; }
.add-menu button {
    padding: 37px 10px 30px 10px;
    font-size: 14px;
}
.header-menu {
    background-image: linear-gradient(#16a085, #1abc9c);
    box-shadow: 0px 4px 16px 0px #000000;
    height: 75px;
    margin-top: 5px;
    color: #fff;
    position: absolute;
    z-index: 150;
    width: 100%;
}
.phone-menu{
    float: right;
    font-size: 23px;
    height: 75px;
    padding: 22px 15px 0 10px;
    background-image: linear-gradient(#1abc9c, #16a085);
    cursor: pointer;
}
.phone-menu:hover{
    background-image: linear-gradient(#16a085, #1abc9c);
}
.phone-menu span {
    text-align: center;
    font-size: 13px;
    padding-top: 1px;
}
.phone-menu i {
    margin-right: 5px;
}
.logo{
    width: 190px;
    float: left;
    margin-top: -38px;
}
.logo a:hover {background-color: transparent !important;}
.logo img {
    width: 190px;
    padding: 10px;
}
.header-menu ul li a {
    color: #fff;
    padding: 28px 5px 30px 5px;
    display: block;
    font-size: 14px;
    text-shadow:    #34495E 1px 1px 0, #34495E 2px 2px 0, 
        #34495E 3px 3px 0, #34495E 4px 4px 0, 
        #34495E 5px 5px 0;
}
.header-menu ul a:hover{
    background-image: linear-gradient(#1abc9c, #16a085);
}
.header-menu .add-menu-main-head ul {
    display: none;
    position: absolute;
    background-color: #1abc9c;
}
.header-menu ul {
    padding: 0;
    float: left;
    list-style-type: none;
    text-transform: uppercase;
}
.header-menu ul li {
    display: inline-block;
}
/*МЕНЮ*/
.strt-form {
    width: 80%;
    margin: 10px auto;;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    font-size: 26px;
}
/*-----------------------HEADER------КОНЕЦ--------*/
#form-head {
    background: #1abc9c;
    padding: 10px 0;
}
#zag-form-head{
    font-size: 19px;;
}
#form .pod-zag span {
    text-transform: uppercase;
}
.section-form input,
.section-form select{
    height: 44px;
    padding-right: 25px;
}
.books {
    background-image: url(../images/book.png);
    width: 100px;
    height: 100px;
}
/*=======================УСЛУГИ=====НАЧАЛО==========*/
#uslugui {
    height: auto;
    padding-bottom: 30px;
    background-image: url(../images/bg_dop.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.uslugi-block-main {
    background: #1abc9c;
    width: 200px;
    height: auto;
    margin-bottom: 30px;
    border-radius: 2%;
    display: block;
    margin: 15px auto;

}
.uslugi-block-zag-in {
    color: #fff;
    font-size: 15px;
    margin: 15px 25px 15px 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.uslugi-block-zag-in p {
    color: #34495E;
}
.uslugi-block-img {
    margin-bottom: 5px; 
}
.uslugi-block-img img {
    width: 100%;
    margin-bottom: 5px; 

}
.uslugi-block-button {
    margin-top: 10px;
    margin-bottom: 15px;
}
/*-----------------------УСЛУГИ------КОНЕЦ-------*/
/*=======================Заказ звонка=====НАЧАЛО=======*/ 
#telephone {
    min-height: 250px;
    height: 295px;
    padding: 10px 0;
    background: #1abc9c;
    z-index: 50;
}
#telephone h1 {
    color: #fff;
    font-size: 30px;
}
#telephone p{
    font-size: 17px;
    color: #fff;
}
.btn-uslugi {
    margin: 15px;
}
.img-zak img{
    width:400px;
    height:335px;
    margin: -25px;
}
.right-zakaz {
    padding: 10px;
}
/*--------------------ЗАКАЗ ЗВОНКА-------КОНЕЦ-----*/
/*====================ПЕРСОНАЛ==========НААЧЛО==========*/
#personal {
    padding: 20px 0;
    background-image: url(../images/bg_dop.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.personal {
    padding-top: 20px ;
}
.personal-global {
    margin-top: 10px;
}
.personal-footer {
    margin-top: 35px;
}
.title-color{
    color: #34495e;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
}
.item > div {
    position: relative
}
.modal-header {
    height: 55px;
}
.front{
    position: absolute;
    width: 160px;
    height: 160px;
    cursor: pointer;
    left: 50%;
    margin-left: -80px;
}
.back{
    width: 160px;
    height: 160px;
    background: #16a085;
    display: inline-block;
    /*    border-radius: 50%;*/
    opacity: 0;
}
.back i {
    line-height: 160px;
    font-size: 50px;
    color: #fff;
}

.item > div:hover .front {
    opacity: 0.2;
}
.item > div:hover .back {
    opacity: 1;
}
.item > div:hover h4{
    color: #16a085;
    text-decoration: underline;
    cursor: pointer;
}
.item > div h4 {
    font-size: 21px;
    font-weight: 800;
}

.persona-img img{
    height: 150px !important;
    border: 1px solid #16A085;
}
.personal-title{
    float: left;
    margin-right: 25px
}

.persona-info-text {
    font-size: 18px;
    font-weight: 600;    
    color:#16A085; 
}
.persona-info {
    margin-left: 15px; 
}

/*====================ПЕРСОНАЛ=====КОНЕЦ=============*/
/*====================ФОТОГРАФИИ====НАЧАЛО============*/
#photo {
    background-color: #1abc9c;
    /*    background: #1abc9c;*/
}
.title-p {
    padding-bottom: 5px ;    
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
#carousel {
    margin: auto;
    max-width:930px;
    max-height:520px;
}
#carousel img {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 4px solid #16A085;
    border-radius: 2%;
    width:930px;
    height:520px;
}
/*====================ФОТОГРАФИИ====КОНЕЦ===========*/
/*=====================ПОЧЕМУ МЫ====НАЧАЛО=====*/
#vopros {
    margin: 40px 0 ;
}
.vopros-main {
    padding: 20px 0;
}
.block-vopros {
    max-width:300px;
    max-height: 200px;
    margin: 15px auto; 
}
.zag-vopros {
    color: #16a085;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.zag-opisanie {
    font-size: 12px;
    font-weight: 500;
}
/*=====================ПОЧЕМУ МЫ====КОНЕЦ=====*/
/*=======================АКЦИИ========НАЧАЛО====*/
#BLUE {
    height: 560px;
    padding: 15px 0;
    background-color: #1abc9c;
}
#BLUE h1 {
    font-family: 'RobotoRegular';
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}
#BLUE p {
    font-family: 'RobotoRegular';
    color: #fff;
    font-size: 17px;
    font-weight: 700; 
    line-height: 8px;
}
#BLUE img {
    margin: -91px 35px 10px 0 ;
    width: 450px;
    height: 350px;
}
/*=======================АКЦИИ========КОНЕЦ====*/
/*======================КРЕДИТ========НАЧАЛО====*/
#kredit {

}
#kredit h2 {
    color: #16a085;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px; 
    text-transform: uppercase;
}
#kredit p {
    font-size: 16px;
    font-weight: 500;
}
.credit-img img{
    width: 370px;
    height: 350px;
}
/*======================КРЕДИТ========КОНЕЦ====*/
/*======================БЛОК ШАГИ========НАЧАЛО====*/
#step {
    background-color: #1abc9c;
}
.step-block-main {
    padding: 35px 0;
}
.step-block-img{
    margin-bottom: 20px;
}
/*=======================БЛОК ШАГИ========КОНЕЦ====*/
/*======================ОБСДЕЛОВАНИЕ===НАЧАЛО===*/
#kompleks {
    background: #fff;
}
.kompleks-img img {
    width: 370px;
    height: 340px;
    margin-top: 50px;
}
#kompleks h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px; 
    text-transform: uppercase;
}
/*======================ОБСДЕЛОВАНИЕ===КОНЕЦ===*/
/*======================СЕРТИФИКАТЫ===НАЧАЛО===*/
#sertification {
    background-image: url(../images/bg_dop.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}
#sertification hr {
    width: 50px;
    border: 1px solid white ;
    display: inline-block;
    margin: 10px 10px;
}
.title-color-blue {
    color: white;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
}
.img-main {
    margin: auto;
}
#sertification .container .mix {
    display: none;
}

.slide_item { 
    padding: 5px; }
.sider_container img {
    max-width: 100%;
}
.sider_container {
    position: relative;
    margin-bottom: 25px;
}
.next_button, .prev_button {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10em;
    border: #1abc9c 3px solid;
    color: #1abc9c;
    cursor: pointer;
    font-size: 46px;
    padding: 0 25px;
    position: absolute;
    top: 40%;
    z-index: 10;
}
.next_button {
    right: 20px;
}
.prev_button {
    left: 20px;
}
/*======================СЕРТИФИКАТЫ===КОНЕЦ===*/
/*==================ОТЗЫВЫ===НАЧАЛО=====*/
#reviews {
    background: #1abc9c;
    height: auto;
}
#reviews hr {
    width: 50px;
    border: 1px solid white;
    display: inline-block;
    margin: 5px 0;
}      
.reviwer-carusel {
    margin-bottom: 10px;
    margin-top: 15px;
}
.reviwer-carusel .item {
    min-height: 300px;
}
.reviwer-carusel .carousel-item-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reviwer-carusel .carousel-caption {
    left: 0;
    top: -23px;
    width: 80%;
    margin: auto;
}
.reviwer-carusel .carousel-caption .item-name {
    font-size: 26px;
    font-weight: 800;
    margin: 10px;
}
.reviwer-carusel .carousel-caption .item-reviwer {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.reviwer-carusel .carousel-caption .item-date span {
    font-size: 15px;
    font-weight: 500;
    margin: 10px;
}
.reviwer-carusel .carousel-caption {
    font-size: 20px;
    margin-bottom: 10px;

}
.img-reviews img {
    width: 250px;
    height: 250px;
    padding-top: 50px;
}
.carousel-indicators-wrap{
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
}
.carousel-indicators-wrap .carousel-indicators{
    margin-left: 0;
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    background: #fff;
    width: auto;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding: 5px 25px;
}
.carousel-indicators-wrap .carousel-indicators li{
    background: #d2d2d2;
    width: 10px;
    height: 10px;
    margin: 0 7px;
}
.carousel-indicators-wrap .carousel-indicators li.active{
    background: #a3a3a3;
}
.carousel-indicators-wrap .carousel-indicators li:first-child{
    margin-left: 0;
}
.carousel-indicators-wrap .carousel-indicators li:last-child{
    margin-right: 0;
}
.reviwer-carusel .carousel-inner {
    border: 4px solid #fff; 
    border-radius: 5%;
    height: auto;
}
.reviwer-carusel .carousel-control.right{
    background-image: none;
}
.reviwer-carusel .carousel-control.left{
    background-image: none;
}
/*==================ОТЗЫВЫ===КОНЕЦ=====*/
/*======================ФОРМА========НАЧАЛО====*/
#form {
    background: #1abc9c;
    padding: 15px 0;

}
#form .pod-zag span {
    text-transform: uppercase;
}
.section-form input,
.section-form select{
    height: 44px;
    padding-right: 25px;
}
.books {
    background-image: url(../images/book.png);
    width: 100px;
    height: 100px;
}
#form p {
    color: #fff;
}
/*======================ФОРМА========КОНЕЦ====*/
/*======================Карта========НАЧАЛО====*/

.karta > iframe {
    width:  100%;
    height: 600px;
}
/*======================КАРТА========КОНЕЦ====*/
/*======================ПОДВАЛ========НАЧАЛО====*/
#footer { 
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-color: #2c3e50;
    padding: 50px 0;
}
.footer-telephone  {
    height: 60px;
    width: 310px;
    display: block;
    cursor: pointer;
    padding: 15px 30px;; 
    border: 2px solid #34495E;
    border-radius: 5px;
    margin: 10px auto;
    font-size: 20px;
    color: #34495E;
}
.footer-telephone:hover{
    background-color: #34495E;
    border: 2px double #fff;
    color: #fff;
}
.footer-icon-in-booton {
    float: left;
    margin-right: 5px;
    font-size: 25px;
    margin-top: -5px;
}

.footer-icon-in-booton-pk {
    float: left;
    margin-right: 5px;
    font-size: 25px;
    margin-top: 8px;
}
.footer-email {
    height: 60px;
    width: 310px;
    display: block;
    padding: 15px 30px;; 
    border: 2px solid #34495E;
    border-radius: 5px;
    margin: 10px auto;
    font-size: 20px;
    color: #34495E;
}
.footer-email:hover{
    background-color: #34495E;
    border: 2px double #fff;
    color: #fff;
}
.footer-popup {
    height: 60px;
    width: 310px;
    display: block;
    cursor: pointer;
    padding: 15px 30px;; 
    border: 2px solid #34495E;
    border-radius: 5px;
    margin: 10px auto;
    font-size: 17px;
    color: #34495E;
}
.footer-popup:hover{
    background-color: #34495E;
    border: 2px double #fff;
    color: #fff;
    text-decoration: none;
}

.footer-popup-pk {
    height: 60px;
    width: 310px;
    display: block;
    cursor: pointer;
    padding: 4px 30px;; 
    border: 2px solid #34495E;
    border-radius: 5px;
    margin: 10px auto;
    font-size: 17px;
    color: #34495E;
}
.footer-popup-pk:hover{
    background-color: #34495E;
    border: 2px double #fff;
    color: #fff;
    text-decoration: none;
}
/*======================ПОДВАЛ========КОНЕЦ====*/
/*======================ТЕХНОЛДОГИИ ЭЛЕМЕНТЫ========НАЧАЛО====*/
.main-site {
    position: fixed;  /*Фиксированное позиционирование*/
    width: 85px;   /*Ширина картинки*/
    bottom: 0;    /*Отступ от верха экрана*/
    left: 0;      /*Сторона экрана*/ 
    display: block;
    cursor: pointer;
}
/*======================ТЕХНОЛДОГИИ ЭЛЕМЕНТЫ========КОНЕЦ====*/


/*======================АКЦИИ =======КОНЕЦ====*/
#sale {
    background-image: url(../images/sale/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
}
.sale-item1 {
    text-align: center;
}
.sale-img{
    text-align: center;
    display: inline-block;
}

.sale-img img{
    width: 160px !important;
    height: 160px !important;
    border-radius: 50%;
    border: 8px #1bc1a0 solid;
}
#sale h4{
    font-size: 29px;
    font-family: 'RobotoBold';
    margin-top: 25px;
    margin-bottom: 20px;
}
.sale-hr {
    width: 180px;
    height: 1px;
    background-color: #aaaaaa;
    margin: auto;
}
.sale-p {
    margin: 25px auto 0;
    text-align: center;
    float: none;
}
.owl-nav {

}
.owl-nav div {
    position: absolute; 
    top: 19px;
}
.owl-next{ 
    right: 0;
    background-position: top right;
}

#www {
    height: 1800px;
}
/*====================== АКЦИИ========КОНЕЦ====*/

#sec-sales{
    background-color: #1abc9c;
    padding-left: 40px;
}
.sec-sale-item  {
    height: 411px;
    width: 280px;
    text-align: center;
    transition: all .5s ease;
    box-shadow: rgba(0,0,0,15) 0 0 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
}
.sec-sale-item:hover{
    border:  #34495E 5px solid;
    transform: scale(1.05);
    box-shadow: rgba(0,0,0,15) 0 0 32px;
    cursor: pointer;

}
.sec-sale-item:hover .sec-sale-img::before {
     opacity: .5;
     z-index: 5;
}
.sec-sale-item:hover .btn-glass-uslugi-in-blick-sale {
    background-position:0 0;color:#fff;
}
.sec-sale-item:hover .countdown-section .countdown-amount {
    color: red;
    transition: all .5s ease;
text-shadow: -3px -1px 13px rgba(241, 196, 15, 1);
}


.sec-sale-item:hover .fa{
     opacity: .9;
}
.sec-sale-img {
    min-height: 190px;
    background-size: cover;
    position: relative;
}
.sec-sale-img::before{
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #16a085;
    opacity: 0;
    transition: all .5s ease;
    z-index: 5;
}

.sec-sale-img .fa {
    font-size: 31px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    transition: all .5s ease;
    opacity: 0;
}

.sec-sale-head {
    background-color: #fff;
    height: 30px;
    font-size: 18px;
    transition: all .5s ease;
}

.sec-sale-title{
    margin-bottom: 35px;   
}
.sec-sale-head-text span{
    color: #000;
    opacity: 1;
}

.sec-sale-body{
    background-color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 5px;
}
#sec-sales hr{
    width: 80px;
    border-bottom: 2px #16A085 solid;
    color: #16A085;
    margin-top: 5px;
    margin-bottom: 15px;
}
#sec-sales .sec-sale-item-phone{
text-align: left;
font-size: 15px;
margin-left: 10px;
}
#sec-sales .sec-sale-item-phone span{
text-align: right;
position: relative;
right: 14px;
float: right;
font-weight: 800;
}
.sec-sale-item:hover .is-countdown span{
     color: #000;
     transition: all .5s ease;
     z-index: 15;
}

.sec-sale-item:hover .is-countdown{
    background-color: rgba(255, 255, 255, 0.5);
}

.sec-sale-text{
    height: 65px;
}



