@font-face {
    font-family: PT-regular; /* Гарнитура шрифта */
    src: url(/fonts/PTS55F.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: OpenSans-Regular; /* Гарнитура шрифта */
    src: url(/fonts/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: OpenSans-Semibold; /* Гарнитура шрифта */
    src: url(/fonts/OpenSans-Semibold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: OpenSans-Bold; /* Гарнитура шрифта */
    src: url(/fonts/OpenSans-Bold.ttf); /* Путь к файлу со шрифтом */
}
* {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font-family: 'PT-regular';
    width: 100%;
}
html {
    min-width: 960px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 160px;
    width: 100%;
    background: url('/images/header_bg.png') no-repeat top center;
}
.header_in {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    position: relative;
}
.logo {
    position: absolute;
    left: -186px;
    top: -10px;
}
.header_in_center {
    float: left;
    text-align: center;
    margin-left: 230px;
    margin-top: 50px;
}
.header_in_center > p {
    color: #555353;
    font-size: 19px;
}
.header_in_center > h2 {
    color: #016099;
    font-size: 18px;
    font-weight: normal;
}
.header_in_right {
    width: 200px;
    margin-top: 10px;
    float: right;
    text-align: right;
}
.header_in_right > a {
    color: #3b87db;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
}
.top_phone_ico {
    float: left;
    margin-top: 10px;
    opacity: 0.8;
    cursor: pointer;
}
.top_phone_ico:hover {
    opacity: 0.9;
    margin-top: 9px;
}
.out_phone {
    font-family: 'OpenSans-Regular';
    color: #706d6d;
    font-size: 16px;
    margin-top: 12px;
}
.out_phone_text {
    font-family: 'OpenSans-Semibold';
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
.out_phone_text span {
    font-family: 'OpenSans-Bold';
    color: black;
    font-size: 18px;
}
.call_order_btn {
    margin-top: 5px;
    cursor: pointer;
}

/* Middle
-----------------------------------------------------------------------------*/
.silide_1 {
    background: #dfecfc url('/images/slide_1_bg.png') repeat-x ;
    width: 100%;
    height: 870px;
}
.silide_1_in {
    margin: 0 auto;
    width: 960px;
}
.silide_1_in > h1 {
    /*text-transform: uppercase;*/
    font-size: 65px;
    color: #f2de00;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-align: center;
    padding-top: 26px;
    text-shadow: 1px 1px 4px black;
    clear: both;
}
.girl_img_big {
     margin-left:-291px; 
     margin-top: 20px;
     float: left;
}

.top_form_block {
    width: 336px;
    height: 250px;
    background: url('/images/form_bg_top_1.png') no-repeat;
    float: right;
    margin-top: 20px;
    text-align: center;
    padding-top: 19px;
}
.user_name, .user_phone, .user_mail, .user_ask {
    width: 245px;
    padding: 0px 15px;
    height: 30px;
    background: white;
    outline: none;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
}
.send_form {
    outline: none;
}
.work_in_theme {
    background: url('/images/work_in_theme.png') no-repeat;
    width: 325px;
    height: 400px;
    float: right;
    margin-top: 10px;
    padding-left: 11px;
    overflow: hidden;
}
.work_in_theme > h2 {
    font-size: 14px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    padding-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.work_in_theme > p {
    font-size: 13px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-weight: normal;
    cursor: help;
    padding: 8px 0px 8px 14px;
}
.work_in_theme > p:hover {
    background: url('/images/hover_bg.png') no-repeat;
}






.silide_2 {
    background: url('/images/slide_2_bg.png') no-repeat top center;
    width: 100%;
    height: 530px;
}
.silide_2_in {
    margin: 0 auto;
    width: 960px;
}
.silide_2_in > h2 {
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    color: #343434;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
}
.silide_2_in > h3 {
    font-size: 22px;
    font-family: 'OpenSans-Bold';
    color: #f2de00;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
    text-shadow: 2px 2px 3px black;
    clear: both;
}
.clients {
    width: 175px;
    height: 170px;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 30px;
    margin-left: 65px;
}
.clients > div:nth-child(1) {
    width: 135px;
    height: 90px;
    background: white;
    border-radius: 7px;
    box-shadow: 0px 2px 7px -2px #000000;
    position: absolute;
    z-index: 2;
    left: 20px;
}
.clients > div:nth-child(2) {
    width: 170px;
    height: 130px;
    background: white;
    border-radius: 7px;
    position: absolute;
    z-index: 1;
    top: 40px;
}
.clients > div h2 {
    padding-top: 60px;
    font-size: 13px;
    color: #4b4b4b;
    font-family: 'OpenSans-Regular';
}




.silide_3 {
    width: 100%;
    height: 307px;
    background: url('/images/auto_block_top.png') no-repeat top center, url('/images/auto_block_bg.jpg') no-repeat top center;
}
.silide_3:hover {
    background: url('/images/auto_block_top.png') no-repeat top center, url('/images/auto_block_bg_2.jpg') no-repeat top center;
}
.silide_3_in {
    margin: 0 auto;
    width: 960px;
}
.silide_3 > h2 {
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    color: black;
    font-weight: normal;
    text-align: center;
    padding-top: 7px;
}




.silide_4 {
    width: 100%;
    height: 306px;
    background: url('/images/slide_4_shadow.png') no-repeat top center, white;
}
.silide_4_in {
    margin: 0 auto;
    width: 960px;
    position: relative;
}
.left_block_info {
    width: 270px;
    height: 260px;
    padding: 7px 14px;
    background: url('/images/left_block_info.png') no-repeat;
    float: left;
    margin-top: 26px;
}
.right_block_info {
    width: 270px;
    height: 260px;
    padding: 7px 14px;
    background: url('/images/right_block_info.png') no-repeat;
    float: right;
    margin-top: 26px;
}
.left_block_info p, .right_block_info p {
    color: #494a4b;
    font-size: 13px;
    line-height: 1.5em;
    font-family: 'OpenSans-Regular';
}
.form_center_block {
    width: 336px;
    height: 300px;
    background: url('/images/form_center_block.png') no-repeat;
    position: absolute;
    left: 312px;
    top: 26px;
    text-align: center; 
}
.form_center_block > h2 {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-shadow: 1px 1px 1px white;
    padding-top: 10px;
}
.form_center_block > h3 {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    color: #1c5775;
    text-shadow: 1px 1px 1px white;
    padding-top: 5px;
    margin-bottom: 10px;
}
.form_center_block input {
    outline: none;
}




.silide_5 {
    width: 100%;
    height: 780px;
    background: url('/images/slide_5_bg.png') no-repeat bottom center, white;
}
.silide_5_in {
    margin: 0 auto;
    width: 960px;
}
.silide_5_in > h2 {
    font-size: 32px;
    color: #343434;
    font-family: 'OpenSans-Bold';
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px black;
}
.silide_5_in > h2 span {
    color: #b20707;
    font-size: 35px;
}
.service_info_block {
    margin-top: 10px;
    width: 336px;
    height: 320px;
    background: url('/images/service_info_block.png') no-repeat;
}
.service_info_block h2 {
    font-family: 'OpenSans-Semibold';
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    padding-top: 14px;
    margin-bottom: 20px;
}
.service_info_block p {
    font-family: 'OpenSans-Semibold';
    color: white;
    font-size: 14px;
    margin-left: 11px;
    width: 302px;
    padding: 7px 0px 7px 15px;
    cursor: help;
}
.service_info_block p:hover {
    background: url('/images/hover_bg.png') no-repeat;
}
.silide_5_in_left {
    width: 336px;
    margin-left: -10px;
    float: left;
}
.silide_5_in_right {
    width: 336px;
    margin-left: -10px;
    float: right;
    position: relative;
}
.silide_5_in_right img {
    position: absolute;
    right: -45px;
    top: 18px;
    cursor: pointer;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 318px;
}
.footer_in {
    margin: 0 auto;
    width: 960px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.footer_in > h2 {
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    color: #343434;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;  
}
.contakt_text {
    width: 280px;
    height: 260px;
    padding-top: 20px;
    float: left;
}
.contakt_text > h2 {
    margin-top: -20px;
    color: #363636;
    font-size: 15px;
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    text-align: center;
}
.contakt_text > p {
    color: #363636;
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    margin-top: 12px;
}
.contakt_map {
    height: 260px;
    padding-top: 20px;
    width: 680px;
    float: left;
    background: url('/images/map_img.png') no-repeat center right;
    position: relative;
}
.STO_work {
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 7px;
    position: absolute;
    top: 60px;
    right: 18px;
    box-shadow: 0px 1px 3px #000000;
    text-align: center;
}
.shop_work {
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 7px;
    position: absolute;
    top: 60px;
    right: 220px;
    box-shadow: 0px 1px 3px #000000;
    text-align: center;
}
.STO_work > p, .shop_work > p {
    font-size: 14px;
    color: #363636;
    font-family: 'OpenSans-Semibold';
}
.STO_work > p:first-child, .shop_work > p:first-child {
    font-family: 'OpenSans-Regular';
    margin-top: 10px;
}
.shema {
    position: absolute;
    bottom: 5px;
    cursor: pointer;
    left: 275px;
    color: #2f9af5;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    text-decoration: underline;
}
.shema_2 {
    position: absolute;
    bottom: 5px;
    cursor: pointer;
    right: 5px;
    color: #2f9af5;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    text-decoration: underline;
}
.map {
    position: absolute;
    bottom: -318px;
    left: 0px;
}
.map_2 {
    position: absolute;
    bottom: -318px;
    left: 0px;
}
.map_hide {
    bottom: 0px;
    left: 394px;
    position: absolute;
    display: none;
}


/* Окно видео к отзывам
----------------------------------------------------------------------------*/
.popup {
    z-index: 1000;
    position: fixed;
    display: block;
    width: 336px;
    height: 209px;
    display: none;
}
.popup_text {
    z-index: 1000;
    position: fixed;
    display: block;
    width: 336px;
    height: 180px;
    display: none;
    background: white;
    padding: 15px;
    border-radius: 5px;
}
.popup_close {
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
}

/*затемненный фон*/
.hide-layout {
    background: #000000;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.zoom {
    cursor: pointer;
}

/*tooltip*/

.tooltip {
    background: gray;
    position: relative;
}


.announcer {
     position:relative;
     margin: 0 auto;
     width: 960px;
     height: 32px;
    display:block;
    overflow:hidden;
    clear:both;

}

.scrollingtext{
        position:absolute;
        white-space:nowrap;
        font-family:'Trebuchet MS',Arial;
        font-size:32px;
        font-weight:bold;
        color:red;
    }​​