/* **********slider css */
.main-top-slider-wrapper{
    height: 430px;
    background-image: url(/f/css/owl-carousel/slider-bckgr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel{
    top: 70px;
    width: 50%;
    margin: 0 auto;
    }

    .slide-inner-wrapper{
        height: 302px;
        width: 1000px;
        margin: 0 auto;
    }


    .item-slide-inner{
        width: 475px;
        height: 280px;
        background-color:#ffffffed;/*#fff9*/
        border-radius: 10px;
        position: relative;
        float: left;
    }

    .part-left{
        margin-left: 0;
    }

    .part-right{
        margin-left: 50px;
    }

    .inner-item{
        padding-top: 30px;
        font-weight: bold;
    }

    .usual-text-wrapper{
        font-family: 'Avenir Next Cyr Light';
        font-size: 16px;
        text-align: center;
        color: #333333;
        margin-bottom: 24px;
    }

    .action-text-usual{
        font-family: 'Avenir Next Cyr Light';
        font-size: 24px;
        text-align: center;
        color: #f8353d;
        margin-bottom:-5px;
    }

    .action-text-main{
        font-family: 'Avenir Next Cyr Heavy';
        font-size: 50px;
        color: #f8353d;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }


    .link-slider-btn-wrapper{
        text-align: center;
        position: absolute;
        bottom: -22px;
        left: 36%;
    }

    .link-slider-btn-item{
        color: white;
        text-decoration: none;
    }

    .link-slider-btn-item{
        font-family: 'Avenir Next Cyr Medium';
        display: inline-block;
        background-color: #f8353d;
        border-radius: 5px;
        width: 130px;
        height: 30px;
        font-size: 16px;
        padding-top: 10px;
    }

    .link-slider-btn-item:hover{
        cursor: pointer;
    }

    /* РЎвЂљР С•РЎвЂЎР С”Р С‘ Р С”Р В°РЎР‚РЎС“РЎРѓР ВµР В»Р С‘  */
    .owl-dot{
        outline: none;
    }

    .owl-theme .owl-dots  span {
        background: transparent !important;
        border: 2px solid white !important;
    }

    .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: white !important;
        border: 2px solid white;
    }

    @font-face {
        font-family: 'Avenir Next Cyr Light';
        src: url('fonts/avenirnextcyr/avenirnextcyr-light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

       @font-face {
        font-family: 'Avenir Next Cyr Heavy';
        src: url('fonts/avenirnextcyr/avenirnextcyr-heavy.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

       @font-face {
        font-family: 'Avenir Next Cyr Medium';
        src: url('fonts/avenirnextcyr/avenirnextcyr-medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


 