/* For animate.css */

.boxHidden{
    visibility: hidden; /*  Делаем иконки полностью прозрачными  */
    /*opacity: 0; !*  Делаем иконки полностью прозрачными  *!*/
}
.fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight, .slideInUp, .slideOutDown {
    visibility: visible;  /*  Делаем иконки полностью не прозрачными  */
}
/*.fadeInUp, .fadeOutDown, .fadeInLeft, .fadeInRight, .slideInUp, .slideOutDown {
    visibility: visible;  !*  Делаем иконки полностью не прозрачными  *!
}*/

.delay-025s{
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}
.delay-05s{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
.delay-075s{
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.delay-1s{
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-125s{
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.delay-15s{
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.duration-05s {
    animation-duration: .5s !important;
    -webkit-animation-duration: .5s !important;
    -moz-animation-duration: .5s !important;
    -o-animation-duration: .5s !important;
}

.fadeInRight, .fadeOutRight, .fadeOutUp, .fadeOutDown, .slideOutDown, .slideInUp {
    animation-duration: 0.3s !important;
    animation-fill-mode: both;
}

/*upd akiman*/
@keyframes slideInUp {
    from {
        transform: translate3d(0, 75%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 75%, 0);
    }
}

.slideOutDown .slide_box_title {
    width: 300%;
}

.slide_box_shadow {
    /*background-image: linear-gradient(270deg, rgb(74, 89, 99) 9%, rgba(74, 89, 99, 0) 28%);*/
    background-attachment: scroll;
    background-image: linear-gradient(270deg, rgb(237, 107, 33) 9%, rgba(237, 107, 33, 0) 28%);
    background-position: 0 0;
    background-repeat: repeat repeat;
    background-size: auto auto;
    clear: none;
    float: left;
    height: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slide_box_shadow.disabled {
    display: none;
}

.slide_box_text.disabled {
    display: none;
}

/*upd akiman*/

/* For animate.css */


.primaryContainer {
    overflow: hidden;
}

/*#Footer {margin:0 0 -20px 0;}*/

@font-face {
    font-family: "LetoSans Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/LetoSans/LetoSans.otf")/*,
    url("../fonts/LetoSans/LetoSans.eot")  format("embedded-opentype"),
    url("../fonts/LetoSans/LetoSans-Thin.woff") format("woff"),
    url("../fonts/LetoSans/LetoSans-Thin.svg") format("svg")*/;
}

#slide3 .threesixty {
    margin-top:0 !important;
    width:100%;
    height:700px !important;
    border-bottom: 3px solid #4A5963;
}

/* мувики */
.box, .box2, .box3, .box4 {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    clear: none;
    float: none;
    height: 100%;
    left: -100%;
    margin: 0;
    min-height: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
/* мувики */

.slide_box_describe {
    font-family: "LetoSans Thin";
}
.slide_box_text {
    font-family: "LetoSans Regular";
}
.no-touch .slide_box_describe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(237, 107, 33);
    /*background-color: #4A5963;*/
    min-height: 135px;
    opacity: 0.9;
    /*border-top: 3px solid #4A5963;*/
}
.touch .slide_box_describe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 135px;
    background-color: transparent;
    float: left;
    /*background-color: #4A5963;*/
    /*background-color: rgb(237, 107, 33);*/
    border-top: 3px solid rgb(237, 107, 33);
    /*border-top: 3px solid #4A5963;*/
}
.owl-item:nth-child(2n) .slide_box_describe {
    /*background-color: #435058;*/
}
.slide_box_title {
    font-size:1.6em;
    /*padding:20px 20px 10px 20px;*/
    padding:20px 20px 0 20px;
    color: #fff;
}
.slide_box_text {
    font-size:1.4em;
    padding:0 20px 20px 20px;
    color: #fff;
}
.touch .slide_box_title {
    font-size:1.2em;
    padding:20px 20px 10px 20px;
    color: #fff;
}
.touch .slide_box_text {
    font-size:1.0em;
    padding:0 20px 20px 20px;
    color: #fff;
}
.owl-item {overflow: hidden;}

/*#slide1_v2 {
    float: left;
    height: 750px;
    margin: 80px 0px 0px;
    clear: none;
    width: 100%;
    background-image:url("/lp/granta_sedan/img/new_granta_sedan_header.jpg");
    !*background-image:url("/lp/granta_sedan/img/new_granta_sedan_header_1.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: repeat repeat;
}*/

/*
#slide1 {
    float: left;
    height: 700px;
    !*margin: 60px 0px 0px;*!
    margin: 0px 0px 0px;
    clear: none;
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/dots.gif"),-webkit-linear-gradient(100deg, rgba(0, 0, 0, 0.498039) 0%, rgba(0, 0, 0, 0.298039) 100%),url("/images_new/about_3/xray/xray01.jpg");
    background-image: url(/images_new/about_3/xray/dots.gif), linear-gradient(350deg, rgba(0, 0, 0, 0.498039) 0%, rgba(0, 0, 0, 0.298039) 100%), url(/images_new/about_3/xray/xray01.jpg);*!
    background-image:url("/images_new/about_3/xray/dots.gif"),-webkit-linear-gradient(100deg, rgba(0, 0, 0, 0.498039) 0%, rgba(0, 0, 0, 0.298039) 100%);
    background-image: url(/images_new/about_3/xray/dots.gif), linear-gradient(350deg, rgba(0, 0, 0, 0.498039) 0%, rgba(0, 0, 0, 0.298039) 100%);
    background-attachment: scroll;
    -webkit-background-size: auto, auto, cover;
    background-size: auto, auto, cover;
    min-width: 0px;
    background-position: 0% 0%, 0% 0%, 50% 50%;
    background-repeat: repeat, repeat, no-repeat;
}
*/

/*#slide1_box {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 315px;
    clear: none;
    width: 90%;
    margin-right: auto;
    max-width: 1200px;
}*/

/*#slide1_image {
    float: right;
    width: 160px;
    max-width: none;
    !*height: 74px;*!
    margin: 22px 60px 0px 0px;
    clear: none;
    color: rgb(0, 0, 0);
}*/

/*
#slide1_text {
    float: right;
    font-size: 1em;
    !*width: 723px;*!
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    padding-left: 60px;
    border-left-color: rgb(237, 107, 33);
    border-left-width: 7px;
    border-left-style: solid;
}
*/

/*#slide1_textspan {
    float: none;
    font-size: 37px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.74902);
    font-family: 'LetoSans Thin';
}*/

/*#slide_parallax {
    position: relative;
    z-index: 1;
}*/

/*#slide2 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    background-color: rgb(255, 255, 255);
    !*background-image:url("/images_new/about_3/xray/xray02.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    min-width: 0px;
    !*min-height: 900px;*!
    background-position: 50% 196px;
    background-repeat: no-repeat no-repeat;

    position: relative;
    z-index: 2;
}*/

/*#slide2_text1 {
    float: none;
    font-size: 43px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    !*margin: 124px auto 0px;*!
    margin: -1% auto 0px;
    clear: none;
    min-height: 0px;
    padding: 0px;
    color: rgb(237, 107, 33);
    font-family: 'LetoSans Thin';
    max-width: 1200px;
}*/

/*#slide2_text1 img {
    width: 100%;
    max-width: 1188px;
}*/

/*#slide2_text2 {
    float: none;
    font-size: 20px;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin-left: auto;
    margin-top: 70px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    !*padding-right: 53%;*!
    padding-right: 0%;
    max-width: 1200px;
}*/

/*#slide2_text2_yes {
    width: 100%;
    text-align: center;
    color: #ED6B21;
    line-height: 1.2em;
    font-size: 90px;
    font-family: 'LetoSans Thin';
    font-weight: 400;
}*/
.slide2_text2_one_yes {
    position: relative;
    float: right;
    /*width: 18%;*/
    width: 98%;
    margin: 4% 1%;
}
.yes_word {
    letter-spacing: -4px;
    color: #ED6B21;
    font-size: 60px;
    line-height: 60px;
    font-family: 'LetoSans Thin';
    font-weight: 200;
    margin-bottom: 25px;
}
.yes_notes {
    color: #4A5963;
    /*font-size: 21px;*/
    font-size: 1.0em;
    line-height: 25px;
    font-family: 'LetoSans Thin';
    font-weight: 400;
}

/*#slide2_text3 {width: 44%;}*/

/*#slide2_textspan1 {
    float: none;
    font-size: 30px;
    line-height: 1em;
    color: rgb(237, 107, 33);
}*/

/*#slide3 {
    float: left;
    height: 700px;
    margin: 0px;
    clear: both;
    width: 100%;
    background-image:url("/video/granta-sedan_exterior/granta-sedan-0001.jpg?quality=3");
    !*background-image:url("/video/granta-hatch_exterior/granta-hatch-0001.jpg?quality=3");*!
    !*background-image:url("/video/granta-sw_exterior/granta-univ-0001.jpg?quality=3");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;

    overflow: hidden;

    position: relative;
    z-index: 2;
}*/

#slide3 .prev_around {
    position: absolute;
    z-index: 11;
    left: 5%;
    cursor: pointer;
}
#slide3 .next_around {
    position: absolute;
    z-index: 11;
    right: 5%;
    cursor: pointer;
}

/*#slide3_image1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 5%;
    margin-top: 245px;
    clear: none;
    color: rgb(0, 0, 0);
    opacity: 0.9;
    display: block;
}*/
.touch #slide3_image1, .touch #slide3_image2 {opacity: 1;}
#slide3_image1:hover {
    opacity: 1;
}

/*#slide3_image2 {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 245px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 5%;
    opacity: 0.9;
    display: block;
}*/

/*#slide3_image2:hover {
    opacity: 1;
}*/

.slide1col {
    float: left;
    margin: 0px;
    clear: both;
    width: 100%;
    /*height: 900px;*/
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
/*#luggage {margin-bottom:-34px;}*/
.luggage_text {
    font-family: 'LetoSans Regular';
    color: rgb(77, 86, 102);
    font-size: 1.5em;
    line-height: 1.2em;
    position:relative;
    top:0;
    margin:0 auto;
    width:50%;
    max-width:600px;
    min-width:320px;
    height:auto;
    background-color:rgba(255,255,255,0.75);
    padding:15px 20px;
}

/*#safety {height:300px; margin-bottom:-34px;background-color: rgb(74, 89, 99);}*/
.touch #safety {height:450px; margin-bottom:-34px;}
.luggage .owl-item div.item {
    /*float: left;*/
    height: 800px;
    margin: 0px;
    /*clear: none;*/
    /* width: 25%; */
    width: 100%;
    /* background-image: url(/images_new/about_3/xray/xray06.jpg); */
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
    opacity: 1;
}
/*
#kwiks_box {
    min-height: 20px;
    padding-bottom: 23px;
}*/

/*#comfort {background-color: rgb(255, 255, 255);}*/

.slide2cols {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.slide2cols_box {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}
.slide2cols_text_left {
    float: left;
    /*float: right;*/
    font-size: 2.6em;
    width: 50%;
    /*width: 45%;*/
    height: auto;
    text-align: left;
    font-weight: normal;
    /*line-height: 32px;*/
    margin: 0px;
    clear: none;
    /*clear: both;*/
    min-height: 0px;
    font-family: 'PragmaticaC-Bold';
    /*color: rgb(237, 107, 33);*/
    padding-right: 30px;
    max-width: none;
    display: block;
    color: rgb(91, 103, 112);
}

.slide2cols_text_left_span {
    font-family: 'PragmaticaLightC';
}

.slide2cols_text_left img {
    border: 0px;
    border-style: solid;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    display: block;
    width: 90%;
    max-width: 455px;
    clear: both;
    margin-bottom: 20px;
}
.slide2cols_text_right {
    float: right;
    font-size: 1.4em;
    width: 49%;
    /*width: 45%;*/
    height: auto;
    text-align: left;
    font-weight: normal;
    /*line-height: 22px;*/
    margin: 0px 0px 0px;
    clear: none;
    /*clear: both;*/
    min-height: 0px;
    font-family: 'LetoSans Thin';
    /*color: rgb(77, 86, 102);*/
    padding-right: 0%;
    max-width: none;
    display: block;
}
.slide2cols_text_left_v2 {
    /*float: left;*/
    float: right;
    font-size: 2.6em;
    /*width: 50%;*/
    width: 45%;
    height: auto;
    text-align: left;
    font-weight: normal;
    /*line-height: 32px;*/
    margin: 0px;
    /*clear: none;*/
    clear: both;
    min-height: 0px;
    font-family: 'PragmaticaC';
    /*color: rgb(237, 107, 33);*/
    padding-right: 30px;
    max-width: none;
    display: block;
}
.slide2cols_text_right_v2 {
    float: right;
    font-size: 1.4em;
    /*width: 49%;*/
    width: 45%;
    height: auto;
    text-align: left;
    font-weight: normal;
    /*line-height: 22px;*/
    margin: 50px 0px 0px;
    /*clear: none;*/
    clear: both;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    /*color: rgb(77, 86, 102);*/
    padding-right: 0%;
    max-width: none;
    display: block;
}
/*
#design {
    !*background-color: #4A5963;*!
    !*color: rgb(255,255,255);*!
    color: rgb(77, 86, 102);

    position: relative;
    z-index: 2;

    background-color: rgb(255, 255, 255);
    background-image:url("/lp/granta_sedan/img/granta01.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: -511px 50%;
    background-repeat: no-repeat no-repeat;
}
*/

/*#slide4 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    !*padding-top: 100px;*!
    !*padding-bottom: 100px;*!
    background-color: #ffffff;
}*/

/*#slide4_text4 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}*/

/*#slide4_box1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
}*/

/*#slide4_text3 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}*/

/*#slide5 {
    !*float: left;*!
    height: 700px;
    margin: 0px auto;
    clear: both;
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray04.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 3px solid #000000;
}*/
/*#slide5:hover {cursor:hand;}*/
/*#slide5 #container {
    width: 100% !important;
    height: 100% !important;
    !*margin: 0 auto;*!
}*/

/*#slide41 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}*/

/*#slide41_box2 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}*/

/*#slide41_text5 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}*/

/*#slide41_text6 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}*/

/*#slide51 {
    float: left;
    height: 700px;
    margin: 0px;
    clear: both;
    width: 100%;
    !*background-image:url("/lp/vesta_sw_cross/images/IMG_7505.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}*/
/*#slide51 {background:url('http://www.lada.ru/lp/vesta_sw_cross/images/IMG_7505.jpg?quality=4') no-repeat fixed 50% 50% #fff;}*/
/*#slide6  {background:url('http://www.lada.ru/images_new/about_3/xray/elks_XRay.jpg?quality=4') no-repeat fixed 50% 50% #fff;}*/
/*#slide61 {background:url('http://www.lada.ru/images_new/about_3/xray/xray24.jpg?quality=4') no-repeat fixed 50% 50% #fff;}*/
/*#slide62 {background:url('http://www.lada.ru/lp/vesta_sw_cross/images/LV-SW-Cross-5.jpg?quality=4') no-repeat fixed 50% 50% #fff;}*/

/*#slide42 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
}*/

/*#slide42_box3 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}*/

/*
#slide42_text7 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}
*/

/*#slide42_text8 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}*/

/*#slide6 {
    float: left;
    height: 700px;
    margin: 0px;
    clear: both;
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray14.jpg");*!
    !*background-image:url("/images_new/about_3/xray/elks_XRay.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}*/

/*#slide52 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
    background: transparent;
}*/
/*#slide52 {margin-bottom:-34px;}*/

/*#slide52_box4 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray06.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box5 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray07.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box6 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray08.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box7 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray09.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box8 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray10.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box9 {
    float: left;
    height: 240px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray11.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box10 {
    float: left;
    height: 240px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray12.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_box11 {
    float: left;
    height: 240px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray13.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide52_text9, .slide52_text9 {
    float: right;
    font-size: 16px;
    !*width: 200px;*!
    width: 100%;
    height: 240px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: 'LetoSans Regular';
    padding: 20px;
    display: block;
    background-color: rgba(255, 167, 0, 0.8);
}*/

/*
#slide43 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 0.8);
}
*/

/*#slide43_box12 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}*/

/*#slide43_text10 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}*/

/*#slide43_text11 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}*/

/*#slide53 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}*/
/*#slide53 {margin-bottom:-34px;}*/

/*#slide53_box14 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray15.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide53_box15 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray16.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide53_text14 {
    float: right;
    font-size: 16px;
    width: 200px;
    height: 240px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(255, 255, 255);
    font-family: 'LetoSans Regular';
    padding: 20px;
    display: block;
    background-color: rgba(255, 167, 0, 0.8);
}*/

/*#slide53_box16 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray17.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide53_box17 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray18.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide53_box18 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray19.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*
#slide53_box19 {
    float: left;
    !*height: 240px;*!
    height: 300px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    !*background-image:url("/images_new/about_3/xray/xray20.jpg");*!
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}
*/

/*#slide53_box20 {
    float: left;
    height: 240px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    background-image:url("/images_new/about_3/xray/xray23.jpg");
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide53_box21 {
    float: left;
    height: 240px;
    margin: 0px;
    clear: none;
    !*width: 25%;*!
    width: 100%;
    background-image:url("/images_new/about_3/xray/xray22.jpg");
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat repeat;
}*/

/*#slide44, #sw_tth {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 100px;
    !*padding-bottom: 100px;*!
    background-color: rgba(255, 255, 255, 1);
}*/

/*#sw_tth {
    padding-top: 0px;
}*/

/*#slide44_box13 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}*/

/*
#slide44_text12 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}
*/

/*#slide44_text13 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}*/

/*#slide45 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 00px;
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 1);
}*/

/*#slide45_box22 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}*/

/*#slide45_text15 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}*/

/*#slide45_text16 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}*/

/*#slide45_box23 {
    float: left;
    height: 597px;
    margin: 70px 0px 0px;
    clear: both;
    !*3 двигателя*!
    width: 32%;
    !*padding-right: 40px;*!
    padding-right: 5%;
    padding-left: 5%;
    !*2 двигателя
    width: 49%;
    padding-right: 10%;
    padding-left: 10%;*!
    !*border-right-color: rgb(203, 203, 203);
    border-right-width: 1px;
    border-right-style: dotted;*!
}*/

/*#slide45_image3 {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}*/

/*#slide45_box24 {
    float: left;
    height: 597px;
    margin: 70px 0px 0px;
    clear: none;
    width: 36%;
    padding-right: 40px;
    padding-left: 40px;
    border-right-color: rgb(203, 203, 203);
    border-right-width: 1px;
    border-right-style: dotted;
}*/

/*#slide45_image4 {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}*/

/*#slide45_box25 {
    float: left;
    height: 597px;
    margin: 70px 0px 0px;
    clear: none;
    !* 3 двигателя *!
    width: 32%;
    padding-right: 5%;
    !*padding-left: 40px;*!
    padding-left: 5%;
    !* 2 двигателя
    width: 49%;
    padding-right: 10%;
    padding-left: 10%;*!
    border-left-color: rgb(203, 203, 203);
    border-left-width: 1px;
    border-left-style: dotted;

}*/

/*#slide45_image5 {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}*/

/*#slide45_text17 {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    margin: 20px 0px 0px 20px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
}*/

/*#slide45_textspan2 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan3 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan4 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan5 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan6 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_text18 {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    margin: 13px 0px 0px 20px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
}

#slide45_textspan7 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan8 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan9 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan10 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan11 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_text19 {
    float: left;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    margin: 19px 0px 0px 20px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
}

#slide45_textspan12 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan13 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan14 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan15 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide45_textspan16 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(77, 86, 102);
}

#slide61 {
    float: left;
    height: 700px;
    margin: 0px;
    clear: both;
    width: 100%;
    background-image:url("/images_new/about_3/xray/xray24.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 25%;
    background-repeat: no-repeat no-repeat;
}

#slide46 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 1);
}

#slide46_box26 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}

#slide46_text21 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}

#slide46_text22 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}

#slide62 {
    float: left;
    height: 700px;
    margin: 0px;
    clear: both;
    width: 100%;
    !*background-image:url("/lp/vesta_sw_cross/images/LV-SW-Cross-5.jpg?quality=4");*!
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 70%;
    background-repeat: no-repeat no-repeat;
}

#slide47 {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    padding-top: 100px;
    !*padding-bottom: 0px;*!
    padding-bottom: 100px;
    background-color: rgba(255, 255, 255, 1);
    !*background-color: rgb(74, 89, 99);*!
}

#slide47_box27 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}

#slide47_text23 {
    float: left;
    font-size: 30px;
    width: 40%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 32px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(237, 107, 33);
    padding-right: 30px;
    max-width: none;
    display: block;
}

#slide47_text24 {
    float: right;
    font-size: 20px;
    width: 60%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'LetoSans Thin';
    color: rgb(77, 86, 102);
    padding-right: 0%;
    max-width: none;
    display: block;
}

#slide61_text20 {
    float: none;
    font-size: 69px;
    width: 90%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 80px;
    clear: none;
    min-height: 0px;
    max-width: 1200px;
    margin-right: auto;
    color: rgb(255, 255, 255);
    font-family: 'LetoSans Thin';
}

#slide63, #sw_prices {
    float: left;
    !*height: 600px;*!
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    !*background-image: url("/v4/img/color_back.gif");*!
    background-color: #ffffff;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    position: relative;
    background-position: 0px 0px;
    background-repeat: repeat no-repeat;
    !*padding-top: 100px;*!
    padding-top: 60px;
}
#sw_prices {
    padding-bottom: 50px;
}

#slide63_image7:hover {
    opacity: 1;
}

#slide63_image7 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 90px;
    left: 3%;
    z-index: 1000;
}

#slide63_image8:hover {
    opacity: 1;
}

#slide63_image8 {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 90px;
    left: auto;
    right: 3%;
    z-index: 1000;
}*/

/*#slide63_image6 {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#slide63_box29 {
    float: left;
    height: 15px;
    margin-left: 0%;
    margin-top: 170px;
    clear: none;
    width: 20%;
    background-color: rgb(223, 231, 232);
}

#slide63_box28 {
    float: left;
    height: 15px;
    margin-left: 0%;
    margin-top: 170px;
    clear: both;
    width: 20%;
    background-color: rgb(148, 4, 11);
    margin-right: 0%;
}

#slide63_box30 {
    float: left;
    height: 15px;
    margin: 170px 0px 0px;
    clear: none;
    width: 20%;
    background-color: rgb(237, 107, 33);
}

#slide63_box31 {
    float: left;
    height: 15px;
    margin-left: 0%;
    margin-top: 170px;
    clear: none;
    width: 20%;
    margin-right: 0%;
    background-color: rgb(191, 174, 163);
}

#slide63_box32 {
    float: left;
    height: 15px;
    margin: 170px 0px 0px;
    clear: none;
    width: 20%;
    background-color: rgb(130, 92, 2);
}

#slide63_text25 {
    float: left;
    font-size: 60px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 45px;
    clear: left;
    min-height: 74px;
    font-family: 'LetoSans Thin';
    color: rgb(218, 227, 236);
    max-width: none;
    margin-right: 0px;
}

#slide73_box33 {
    float: left;
    height: 250px;
    margin: 0px;
    clear: both;
    width: 100%;
    !*margin-bottom: -40px;*!
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 1);
}

#slide73_box34 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 46px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
}

#slide73_box35 {
    float: left;
    height: 140px;
    margin: 3px 0px 0px;
    clear: none;
    width: 32%;
    border: 1px solid rgb(237, 107, 33);
    background-image:url("/images_new/about_3/xray/lv_icon1.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    -webkit-box-shadow: rgb(203, 203, 203) 0px 18px 20px -10px;
    box-shadow: rgb(203, 203, 203) 0px 18px 20px -10px;
    display: block;
    background-position: 50% 5px;
    background-repeat: no-repeat no-repeat;
}

#slide73_text26 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 91px 0px 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue Book';
    color: rgb(237, 107, 33);
}

#slide73_box36 {
    float: left;
    height: 140px;
    margin: 3px 0px 0px 2%;
    clear: none;
    width: 31.999999%;
    border: 1px solid rgb(237, 107, 33);
    -webkit-box-shadow: rgb(203, 203, 203) 0px 18px 20px -10px;
    box-shadow: rgb(203, 203, 203) 0px 18px 20px -10px;
    background-image:url("/images_new/about_3/xray/lv_icon2.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    background-position: 50% 5px;
    background-repeat: no-repeat no-repeat;
}

#slide73_text27 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 91px 0px 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue Book';
    color: rgb(237, 107, 33);
}

#slide73_box37 {
    float: left;
    height: 140px;
    margin: 3px 0px 0px 2%;
    clear: none;
    width: 31.999999%;
    border: 1px solid rgb(237, 107, 33);
    -webkit-box-shadow: rgb(203, 203, 203) 0px 18px 20px -10px;
    box-shadow: rgb(203, 203, 203) 0px 18px 20px -10px;
    background-image:url("/images_new/about_3/xray/lv_icon3.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    display: block;
    background-position: 50% 5px;
    background-repeat: no-repeat no-repeat;
}

#slide73_text28 {
    float: left;
    font-size: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 91px 0px 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue Book';
    color: rgb(237, 107, 33);
}

#slide73_box35:hover {
    margin-top: 0px;
    -webkit-box-shadow: rgb(203, 203, 203) 0px 21px 20px -10px;
    box-shadow: rgb(203, 203, 203) 0px 21px 20px -10px;
    background-image:url("/images_new/about_3/xray/lv_icon1.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 5px;
    background-repeat: no-repeat no-repeat;
}

#slide73_box36:hover {
    margin-top: 0px;
    -webkit-box-shadow: rgb(203, 203, 203) 0px 21px 20px -10px;
    box-shadow: rgb(203, 203, 203) 0px 21px 20px -10px;
}

#slide73_box37:hover {
    -webkit-box-shadow: rgb(203, 203, 203) 0px 21px 20px -10px;
    box-shadow: rgb(203, 203, 203) 0px 21px 20px -10px;
    margin-top: 0px;
}*/

#subscribe {
    height: 100%;
    font-family: "PragmaticaC";
    font-size: 16px;
    text-align: left;
}

.subscribe-input {
    font-family: "PragmaticaC";
    border: 0px solid rgb(237, 107, 33);
    border-bottom: 2px solid rgb(237, 107, 33);
    /*width: 90%;*/
    background: transparent;
    margin: 10px 0px;
    font-size: 24px;
    width: 100%;
}

.input {
    display: inline;
}

.subscribe-input.error {
    border-bottom: 2px solid red;
    border-top: none;
    border-right: none;
    border-left: none;
}

.subscribe-input:active, .subscribe-input:hover, .subscribe-input:focus {
    outline: 0;
    outline-offset: 0;
}

.subscribe-btn {
    float: left;
    font-size: 21px;
    height: 50px;
    /*height: auto;*/
    margin: 18px 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #fa6900 0 13px 15px -8px;
    box-shadow: #fa6900 0 13px 15px -8px;
    display: block;
    background-color: #fa6900;
    border-style: none;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #fff;
    padding-top: 0px;


    /*font-family: "PragmaticaC";
    clear: both;
    !*width: 94%;*!
    max-width: 100%;
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    line-height: 34px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 107, 33);
    transition: background-color 0.1s linear 0s, color 0.1s linear 0s;
    color: rgb(255, 255, 255);
    position: relative;
    background-color: rgb(237, 107, 33);

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;*/
}

.subscribe-btn:hover {
    background-color: #4A5963;
    /*color: rgb(237, 107, 33);*/
    border-color: #4A5963;
}

.subscribe-surname {
    position: absolute;
    left: -9999px;
}

.nav.custom_play {
    display: none;
}
.dc_fr_text {
  float: left;
  font-size: 12px;
  width: 100%;
  height: auto;
  text-align: left;
  font-weight: 500;
  line-height: 1.3em;
  margin: 20px 0px;
  clear: none;
  min-height: 0px;
  font-family: PragmaticaC;
  color: rgb(131, 150, 165);
  /*display: none;*/
}

/*.buttons_about_box31 {*/
/*float: left;
height: auto;
margin: 0px 0px 0px 4%;
clear: none;
width: 22%;
padding-right: 0px;
display: block;*/
.buttons_subscribe {
    float: left;
    font-size: 21px;
    height: 50px;
    /*height: auto;*/
    margin: 0;
    clear: none;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: #fa6900 0 13px 15px -8px;
    box-shadow: #fa6900 0 13px 15px -8px;
    display: block;
    background-color: #fa6900;

    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0;
    clear: none;
    min-height: 29px;
    font-family: PragmaticaC;
    color: #fff;
    padding-top: 12px;
}

@media only screen and (max-width: 1600px) {
   /* #slide2_text1 {
        margin-top: -1%;
    }*/
}

@media only screen and (max-width: 1280px) {

    /*#design {
        background-position: -580px 50%;
    }*/

    /*#slide52_text9, */.slide52_text9 {
        /*width: 60%;*/
    }

    /*#slide53_text14 {
        width: 60%;
    }

    #slide45_text18 {
        margin-top: 13px;
        margin-right: 0px;
        margin-left: 20px;
        clear: none;
    }

    #slide2 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide3 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }*/

    .slide2cols {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    /*#slide4 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }*/

    /*#slide5 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }*/

    /*#slide41 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide51 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide42 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide52 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide43 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide6 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide44, #sw_tth {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide53 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide45 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide45_box23 {
        height: auto;
    }

    #slide45_box24 {
        height: auto;
    }

    #slide45_text19 {
        margin-top: 19px;
        margin-right: 0px;
        margin-left: 20px;
        clear: none;
    }

    #slide45_box25 {
        height: auto;
    }

    #slide61 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide46 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide62 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide47 {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    #slide63, #sw_prices {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        !*min-height: 600px;*!
    }*/
}

@media only screen and (max-width: 1024px) {
    /*#slide1_v2 {
        height: 600px;
        !*margin-top: 0px;*!
    }

    #slide2_text1 {
        width: 89.99939%;
    }
*/
    .slide2_text2_one_yes:nth-child(5) {
        display: none;
    }

    /*#slide2_text2_yes {
        font-size: 78px;
    }*/
    .slide2_text2_one_yes {
        position: relative;
        float: right;
        /*width: 23%;*/
        width: 98%;
        margin: 4% 1%;
    }

    /*#slide1_text {
        !*width: auto;*!
        width: 60%;
    }
    #slide1_textspan {
        font-size: 30px;
    }
    #slide1_image {
        !*margin-top: 19px;*!
        margin-top: 16px;
    }

    #design {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
        !*background-image:url("img/granta01.jpg");*!
        background-attachment: scroll;
        -webkit-background-size: 987px;
        background-size: 987px;
        background-color: rgb(255, 255, 255);
        !*background-position: 50% -163px;*!
        background-position: 50% -40px;
        background-repeat: no-repeat no-repeat;
    }*/
    .slide2cols_text_left_v2 {
        float:none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        /*margin-top: 458px;*/
        margin-top: 510px;
    }
    .slide2cols_text_right_v2 {
        float:none;
        margin: 40px 0px auto;
        /*text-align: center;*/
        width: 100%;
    }

    /*#slide5 {
        !*width: 94%;*!
        width: 100%;
    }*/
    /*#slide5 #container {
        width: 94%;
        margin: 0 auto;
    }*/

    /*#slide51, #slide6, #slide61, #slide62 {
        height: 350px;
    }

    #slide52_box4 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide52_box5 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide52_box6 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide52_box7 {
        !*width: 50%;*!
        width: 100%;
    }

    #slide52_box8 {
        !*width: 50%;*!
        width: 100%;
    }

    #slide52_box9 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide52_box10 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide52_box11 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide53_box14 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide53_box15 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide53_box16 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide53_box17 {
        !*width: 50%;*!
        width: 100%;
    }

    #slide53_box18 {
        !*width: 50%;*!
        width: 100%;
    }

    #slide53_box19 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide53_box20 {
        !*width: 33.33%;*!
        width: 100%;
    }

    #slide53_box21 {
        !*width: 33.33%;*!
        width: 100%;
    }
    #slide63, #sw_prices {
        !*min-height: 500px;*!
    }*/
}

@media only screen and (max-width: 980px) {
    .slide2cols_text_left {
        font-size: 2em;
    }
}

@media only screen and (max-width: 800px) {
    /*#slide1_v2 {
        height: 450px;
        margin: 110px 0px 0px;
    }

    #slide1_text {
        width: 60%;
    }
    #slide1_textspan {
        font-size: 28px;
    }
    #slide1_image {
        margin-top: 15px;
    }

    #slide2_text2 {
        !*margin-top: 40px;*!
    }
    #slide2_text2_yes {
        font-size: 60px;
    }*/
    .slide2_text2_one_yes:nth-child(4) {
        display: none;
    }
    .slide2_text2_one_yes {
        position: relative;
        float: right;
        /*width: 31%;*/
        width: 98%;
        margin: 4% 1%;
    }

    /*#design {
        -webkit-background-size: 820px;
        background-size: 820px;
        !*background-position: 50% -101px;*!
        background-position: 50% -40px;
    }*/
    .slide2cols_text_left_v2 {margin-top: 410px;}

    /*#slide52_box4 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide52_box5 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide52_box6 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }
    #slide52_box7 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }
    #slide52_box8 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }
    #slide52_box9 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide52_box10 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide52_box11 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide2 {
        padding-bottom: 60px;
    }*/

    /*#slide2_text2 {
        margin-top: 241px;
    }*/

   /* #slide53_box14 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide53_box15 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide53_box16 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }
    #slide53_box17 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }
    #slide53_box18 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }
    #slide53_box19 {
        !*width: 50%;*!
        width: 100%;
        height: 230px;
    }

    #slide53_box20 {
        !*width: 50%;*!
        width: 100%;
    }

    #slide53_box21 {
        !*width: 50%;*!
        width: 100%;
    }
    #slide63, #sw_prices {
        !*min-height: 300px;*!
    }*/

    .nav.custom_play {
        display: block;
    }

    .subscribe-btn {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {

    /*#slide1_text {
        !*width: auto;*!
        width: 60%;
        padding-left: 35px;
    }
    #slide1_textspan {
        font-size: 24px;
    }
    #slide1_image {
        !*margin-top: 19px;*!
        margin-top: 12px;
        margin-right: 35px;
    }
    #slide45_text17, #slide45_text19 {font-size: 14px;margin-left: 5px;}

    #design {padding: 50px 0px;}*/
    .slide2cols_text_left_v2 {
        font-size: 2em;
        margin-top: 445px;
    }
    .slide2cols_text_right_v2 {
        font-size: 1em;
    }

    .slide2cols {
        padding: 60px 0px;
    }

    .slide2cols_text_left {
        width: 100%;
        margin-bottom: 25px;
        font-size: 2em;
    }
    .slide2cols_text_right {
        width: 100%;
        font-size: 1em;
    }


    .luggage .owl-item div.item {
        height: 430px;
    }
    .luggage_text {
        width: 75%;
        font-size: 1.0em;
        line-height: 1.1em;
    }

    /*#slide45_box23 {
        padding-right: 20px;
    }
    #slide45_box24 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #slide45_box25 {
        padding-left: 20px;
    }

    #slide6, #slide61, #slide51, #slide62 {
        background-size: cover !important;
    }*/

    .subscribe-btn {
        font-size: 18px;
    }
}

@media only screen and (max-width: 650px) {
    /*#slide1_v2 {
        height: 370px;
        margin-top: 100px;
    }

    #slide1_text {
        !*width: auto;*!
        width: 60%;
        padding-left: 30px;
    }
    #slide1_textspan {
        font-size: 20px;
    }
    #slide1_image {
        !*margin-top: 19px;*!
        width: 140px;
        margin-top: 8px;
        margin-right: 30px;
    }

    #slide2 {
        padding-bottom: 20px;
    }
    #slide2_text2 {
        margin-top: 50px;
    }*/
    .slide2cols_text_left {
        width: 100%;
        padding-right: 0px;
        /*padding-bottom: 30px;*/
        text-align: center;
        font-size: 2.0em;
    }

    .slide2cols_text_left img {
        margin-left: auto;
        margin-right: auto;
    }
    .slide2cols_text_right {
        /*width: 85%;*/
        width: 100%;
        font-size: 1.0em;
    }

    /*#design {
        -webkit-background-size: 747px;
        background-size: 747px;
        !*background-position: 50% -101px;*!
        background-position: 50% -40px;
    }*/
    .slide2cols_text_left_v2 {
        /*margin-top: 370px;*/
        margin-top: 400px;
    }

    /*#slide44 {
        padding-top: 50px;
        padding-bottom: 50px;
    }*/

    /*#slide2_text2 {
        !*margin-top: 20px;*!
    }
    #slide2_text2_yes {
        font-size: 42px;
    }*/
    .slide2_text2_one_yes:nth-child(3) {
        display: none;
    }
    .slide2_text2_one_yes {
        position: relative;
        float: right;
        /*width: 44%;*/
        width: 98%;
        margin: 4% 3%;
    }

    /*#slide51 {
        background-attachment: scroll;
    }
    #slide62 {
        background-attachment: scroll;
    }*/


    .subscribe-btn {
        font-size: 15px;
    }
}

@media only screen and (max-width: 640px) {
    /*#slide1_v2 {
        margin-top: 0px;
    }*/
}

@media only screen and (max-width: 545px) {
    /*#slide1_v2 {
        height: 325px;
    }*/
}

@media only screen and (max-width: 520px) {

    .luggage .owl-item div.item {
        height: 300px;
    }
    .luggage_text {
        width: 100%;
    }

    /*#slide63_text25 {
        font-size: 40px;
    }

    #slide61_text20 {
        font-size: 60px;
    }

    #slide1 {
        margin-top: 0px;
        height: 480px;
    }
    #slide1_v2 {
        margin-top: 0px;
    }

    #slide1_text {width: 100%;padding-left: 35px;}
    #slide1_textspan {font-size: 1.3em;}

    #slide1_image {
        width: 55%;
        margin-left: 50px;
        margin-top: 38px;
        width: 140px;
        float: left;
    }

    #slide2 {
        background-size: 140%;
        background-position: 50% 38%;
    }
    #slide2_text3 {
        width: 100%;
    }*/

    .slide2cols {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .slide2cols_text_left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
        text-align: center;
    }

    .slide2cols_text_left img {
        margin-left: auto;
        margin-right: auto;
    }
    .slide2cols_text_right {
        /*width: 85%;*/
        width: 100%;
    }

    /*#slide3 {
        height: 480px;
    }*/
    #slide3 .threesixty {
        height: 480px !important;
    }
    /*#slide3_image1, #slide3_image2 {
        margin-top: 365px;
        width: 80px;
    }*/
    /*.threesixty_images_around, ol.threesixty_images_around li, .threesixty_images_around > div {
        height: 480px !important;
    }*/

    /*#slide4 {padding-top: 70px;}*/

    /*#slide4_text3 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide4_text4 {
        width: 85%;
    }

    #slide41 {padding-top: 70px;}
    #slide41_text5 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide41_text6 {
        width: 85%;
    }

    #slide42 {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    #slide42_text7 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide42_text8 {
        width: 85%;
    }

    #slide43 {padding-top: 70px;}
    #slide43_text10 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide43_text11 {
        width: 85%;
    }

    #slide44, #sw_tth {
        padding-top: 70px;
        !*padding-bottom: 70px;*!
    }

    #slide44_text12 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide44_text13 {
        width: 85%;
    }

    #slide45 {padding-top: 0px;}
    #slide45_text15 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide45_text16 {
        width: 85%;
    }

    #slide46 {padding-top: 70px;}
    #slide46_text21 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide46_text22 {
        width: 85%;
    }

    #slide47 {
        padding-top: 70px;
        !*padding-bottom: 70px;*!
    }
    #slide47_text23 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #slide47_text24 {
        width: 85%;
    }

    #slide45_box23 {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        border-right: 0px;
        padding-bottom: 40px;
        margin-top: 40px;
        !*border-bottom: 1px dotted rgb(203, 203, 203) ;*!
    }
    #slide45_box24 {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        border-right: 0px;
        padding-bottom: 40px;
        margin-top: 40px;
        !*border-bottom: 1px dotted rgb(203, 203, 203) ;*!
    }
    #slide45_box25 {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 10%;
        border-left-width: 0px;
        border-top: 1px dotted rgb(203, 203, 203) ;
    }*/

    .slide2cols_text_left {
        font-size: 2.4em;
    }
    .slide2cols_text_right {
        font-size: 1.4em;
    }

    /*#slide5 {
        height: 667px;
    }

    #slide63 {
        padding-top: 70px;
    }
    #sw_prices {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    #slide73_box33 {height: auto;}
    #slide73_box35, #slide73_box36, #slide73_box37 {
        width: 100%;
        margin: 3px 0px 2% 0%;
    }*/

    .subscribe-btn {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    /*#slide1_v2 {
        height: 280px;
    }

    #slide2_text2_yes {
        font-size: 34px;
        line-height: 1.2em;
    }*/
    .slide2_text2_one_yes:nth-child(2) {
        display: none;
    }
    .slide2_text2_one_yes {
        position: relative;
        float: right;
        width: 98%;
        margin: 4% 1%;
    }
    .yes_word {
        text-align: center;
        font-size: 60px;
    }
    .yes_notes {text-align: center; font-size: 13px;}

    .luggage_text {
        font-size: 0.9em;
        line-height: 1.1em;
    }

    /*#design {
        -webkit-background-size: 641px;
        background-size: 641px;
        background-position: 50% -30px;
    }*/
    .slide2cols_text_left_v2 {margin-top: 330px;}

    .slide2cols_text_left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 15px;
        font-size: 2.0em;
    }
    .slide2cols_text_left img {
        margin-bottom: 15px;
    }
    .slide2cols_text_right {
        font-size: 1.0em;
    }

    /*#slide61_text20 {
        font-size: 46px;
    }

    #slide63, #sw_prices {
        !*min-height: 200px;*!
    }*/

    #subscribe {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    /*#slide1_v2 {
        height: 250px;
    }*/
}

@media only screen and (max-width: 375px) {
    /*#slide1_v2 {
        height: 220px;
    }*/

    .luggage .owl-item div.item {
        height: 210px;
    }

    #/*design {
        -webkit-background-size: 485px;
        background-size: 485px;
        background-position: 50% -0px;
    }*/
    .slide2cols_text_left_v2 {margin-top: 270px;}
    .slide2cols_text_right_v2 {margin-top: 20px;}
}

@media only screen and (max-width: 320px) {
    /*#slide1_v2 {
        height: 190px;
    }

    #slide2_text2_yes {
        font-size: 30px;
        line-height: 1.5em;
    }
*/
    .yes_word {
        font-size: 52px;
    }

    #slide42 p.slide2cols_text_left {
        font-size: 1.9em;
    }

    #slide44 p.slide2cols_text_left {
        font-size: 1.7em;
    }
}

/*#kwiks_box {
    background-color: rgba(255, 255, 255, 1);
    margin: 0px 0px 0px !important;
}*/

/* ориентация экрана горизонт и разрешение до 640 */
@media handheld, only screen
and (min-device-width: 168px)
and (max-device-width: 640px)
and (orientation: landscape) {
    /* для правильного отступа*/
    /*#slider1 {
        margin-top: 0px !important;
    }
    #slide1_v2 {
        margin-top: 0px;
    }

    #header-fl {
        !*top: 0;*!
        position: relative !important;
    }
    #CarsLine {
        top: 0px !important;
    }
    #slide1 {
        margin-top: 0px !important;
    }
    !* для правильного отступа*!

    !* Облет экстерьера 360*!
    #slide3 {
        height: 320px;
    }*/
    #slide3 .threesixty {
        height: 320px !important;
    }
    /*#slide3_image1, #slide3_image2 {
        margin-top: 115px;
        width: 80px;
    }*/
    /* Облет экстерьера 360*/

}

/* ориентация экрана горизонт и разрешение до 640 */
