.carousel .fds-slide{ 
    min-width: 1450px;
}

/**
 * NAVIGATION
 */

.fds-slider-navigation ul li{
    width: 10px;
    height: 10px;
    
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    cursor: pointer;
}


.fds-slider-navigation ul li.current{
    cursor: default;
    background-color: transparent;
}


.fds-slide dd{
    max-width: 100%;
}

.fds-slide dd img{
    /* max-height: 100%; */
    max-width: 100%;
}


.carousel .fds-slide{
    width: 1903px;
    float: left;
    position: relative;
    left: 0;
    top: 0;
}


.layer-info{
    display: table;
}
.layer-info p{
    display: table-cell;
    font-family: CaslonC540BT, BodoniCondC, Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 2.5em;
    font-weight: bold;
    line-height: normal;
    margin: 5px 0;
    padding: 0;
    /* text-transform: uppercase; */
    word-spacing: 5px;    
    color: #FFFFFF;

    text-align: center;
    text-shadow: 1px 2px 3px #000000;
    vertical-align: middle;
}

/*_________________________________*/

.info-left {
    position: absolute;
    top: 57px;
    left: 57px;
    z-index: 100;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*border: 5px solid white;*/
    color: #15263a;
    font-family: 'BodoniCondC';
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    z-index: 100;
    -webkit-animation: fade 5s ease-in;
    -moz-animation: fade 5s ease-in;
    -o-animation: fade 5s ease-in;
    animation: fade 5s ease-in;
}

.wrapp-img {
    display: inline-block;    
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0, .35);
    -moz-box-shadow: 3px 3px 7px rgba(0,0,0, .35);
    -o-box-shadow: 3px 3px 7px rgba(0,0,0, .35);
    box-shadow: 3px 3px 7px rgba(0,0,0, .35);
    overflow: hidden;
}

.wrapp-img img {
    display: block;
    width: 212px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.wrapp-img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*.wrapp-img + p {*/
    /*line-height: 0.5;*/
/*}*/

.info-left p {
    margin: 0;
    color: white;
    font-family: CaslonC540BT, BodoniCondC, Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 26px;
    /*font-weight: 400;*/
    line-height: 24px;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px 3px #000;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*display: inline-block;*/
    /*color: #15263a;*/
    /*font-family: 'BodoniCondC', Times New Roman,Times,Baskerville,Georgia,serif;*/
    /*font-size: 30px;*/
    font-weight: 700;
    /*line-height: 22px;*/
    /*text-decoration: none;*/
    /*padding: 20px;*/
    /*margin: 0;*/
}
/*__________________________________*/
.tlf {
    position: absolute;
    top: 57px; right: 57px;
    /*padding: 20px;*/
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    border: 5px solid white;
    color: #15263a;
    font-family: 'BodoniCondC';
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-animation: fade 5s ease-in;
    -moz-animation: fade 5s ease-in;
    -o-animation: fade 5s ease-in;
    animation: fade 5s ease-in;
}
.tlf a {
    display: inline-block;
    color: #15263a;
    font-family: 'BodoniCondC';
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
}
/*перенос тлф в шапку*/
@media screen and (max-width: 480px){
    div.info-left + div.tlf {display: none;}
    .apple > div.tlf {
        top: 8px;
        right: -52px;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
    .apple > div.tlf a {
        padding: 10px;
    }
}
/*___________________________________*/
@-webkit-keyframes fade{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-moz-keyframes fade{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-o-keyframes fade{
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fade{
    from {opacity: 0;}
    to {opacity: 1;}
}


@media screen and (max-width : 768px) {
    .info-left {
        top: 2%; /*поставил 2 вместо 7*/
        left: 1%;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }
}

/*======Andrey======*/
/*перенос тлф в шапку*/
@media screen and (max-width: 480px){
    aside[role="complementary"] { width: 98% !important;}
    div.info-left + div.tlf {display: none;}
    .apple > div.tlf {
        top: 5px;
        right: -45px;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}
/*==================*/

/*======Andrey======*/
#pak-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pak-slider .slick-dots li {
    list-style: none;
    margin: 0 8px;
    text-align: center;
    text-align: -webkit-center;
}
#pak-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    color: transparent;
}

#pak-slider .slick-dots li button:before,
#pak-slider .slick-dots li.slick-active button:before {color: transparent;}

#pak-slider .slick-dots li.slick-active button {
    background-color: transparent;
}

#pak-slider {
    width: 100%;
    height: 100vh;
}

.slick-initialized .slick-slide { display: table !important;}

.pak-slider-item{
    width: 100%;
    height: 100vh !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;
}

#pak-slider h1,
#pak-slider p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: CaslonC540BT, BodoniCondC, Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 2.5em;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
}

@media only screen and (max-width : 1024px) {
    #pak-slider p { font-size: 2em;}
}

@media screen and (max-width: 820px) {
    .phone { font-size: 1.2em;}
}

@media only screen and (max-width : 768px) {
    #pak-slider p { font-size: 1.5em;}
    .logo { height: 115px !important;}
}

@media screen and (max-width: 640px) {
    footer[role="contentinfo"] {
        margin-top: -150px !important;
    }
}

@media screen and (max-width: 560px) {
    .tlf {
        padding: 0 !important;
        top: 42px;
        right: -19px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@media screen and (max-width: 480px) {
    #pak-slider p { font-size: 1.3em;}
    div[role="main"] {
        top: 0 !important;
    }
    .info-left { top: 16%;}
    .callme_wrap { width: 37%;}

    #pak-slider p { padding-top: 50px;}
}

@media screen and (max-width: 400px) {
    .callme_wrap { width: 37% !important;}
    .info-left {
        top: 14%;
        left: 0;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
    }
}

@media screen and (max-width: 768px) {
    .menu ul > li > a { font-size: .7em !important;}
    .menu ul > li { margin: 0 !important;}
}

@media screen and (max-height: 560px) {
    .logo { height: 130px !important;}
    .menu ul > li > a { font-size: .7em !important;}
}

@media screen and (max-width: 560px) {
    .menu ul > li > a { font-size: .7em !important;}
}
/*==================*/

/*@media screen and (max-width: 768px) {*/
    /*.info-left p { padding: 5px;}*/
    /*.info-left {*/
        /*top: 44px;*/
        /*left: 0;*/
    /*}*/
/*}*/

@media screen and (max-width: 768px) {
    #ui_wiget_back_button {
        right: 10px !important;
        left: auto !important;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}