/* Код для подключения шрифта в /css/stylename.css */
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Italic'), local('Fregat-Italic'), url('../fonts/fregat/fregatitalic.woff2') format('woff2'), url('../fonts/fregat/fregatitalic.woff') format('woff'), url('../fonts/fregat/fregatitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold'), local('Fregat-Bold'), url('../fonts/fregat/fregatbold.woff2') format('woff2'), url('../fonts/fregat/fregatbold.woff') format('woff'), url('../fonts/fregat/fregatbold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold Italic'), local('Fregat-BoldItalic'), url('../fonts/fregat/fregatbolditalic.woff2') format('woff2'), url('../fonts/fregat/fregatbolditalic.woff') format('woff'), url('../fonts/fregat/fregatbolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat'), local('Fregat'),url('../fonts/fregat/fregat.woff2') format('woff2'), url('../fonts/fregat/fregat.woff') format('woff'), url('../fonts/fregat/fregat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*--------- Reset ----------*/
body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,th,td,table{
font-family: Fregat , Arial;
font-size: 16px;
color:#2c2c2c;
}
form {
    margin: 0;
    padding: 0;
}
body{
margin:0;
padding:0;
font-size: 12px;
background-color:#fff;
}
h1,h2,h3,h4,h5,h6{ 
font-family: 'Fregat';
color:#0b2656;
margin:0;
padding:0;
margin-bottom: 10px;
}
h1{font-size: 30px;color: #a1093f;}
h2{font-size: 26px;color: #a1093f;}
h3{font-size: 22px;color:#a1093f;}
h4{font-size: 18px;color:#a1093f;}
h5{font-size: 16px;color:#a1093f;}
h6{font-size: 15px;color:#a1093f;}

.div_fon_content h1{color: #464646;text-transform: uppercase;text-align: center; font-weight: normal;}
.zagolovok_td {font-size: 30px;color: #464646;text-align: center;text-transform: uppercase;}
img{border:0;}

a{color:#a1093f;}

ul li{
list-style-image: url('../images/pointer_li.png');
}
ol{
margin-left: 0;
padding-right: 0;
list-style-type: none;
}
ol li{
counter-increment: step-counter;
}
li{
}
ol li::before {
content: counter(step-counter);
margin-right: 10px;
font-family:Arial;
font-weight:bold;
font-size:14px;
color:green;
}/**/


p::selection,h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection {
background: #a1093f;
color: #fff;
}
p::-moz-selection,h1::-moz-selection,h2::-moz-selection,h3::-moz-selection,h4::-moz-selection,h5::-moz-selection,h6::-moz-selection {
background: #a1093f;
color: #fff;
}
p::-webkit-selection,h1::-webkit-selection,h2::-webkit-selection,h3::-webkit-selection,h4::-webkit-selection,h5::-webkit-selection,h6::-webkit-selection {
background: #a1093f;
color: #fff;
}
p::-khtml-selection,h1::-khtml-selection,h2::-khtml-selection,h3::-khtml-selection,h4::-khtml-selection,h5::-khtml-selection,h6::-khtml-selection {
background: #a1093f;
color: #fff;
}
p::-o-selection,h1::-o-selection,h2::-o-selection ,h3::-o-selection,h4::-o-selection,h5::-o-selection,h6::-o-selection{
background: #a1093f;
color: #fff;
}
p::-ms-selection,h1::-ms-selection,h2::-ms-selection,h3::-ms-selection,h4::-ms-selection,h5::-ms-selection,h6::-ms-selection {
background: #a1093f;
color: #fff;
}

p.prominent{
font-style:italic;
font-size:14px;
font-weight:bold;
background:#f4edce;
padding:10px;
}
blockquote p{
    
}
blockquote {
    margin: 0 0 40px 0;
    padding: 18px 20px;
    background: #e4e4e4;
    border-bottom: 4px #a1093f solid;
}
img.frame, img.float-frame, img.float-right-frame, img.float-right{
border: 2px solid #f4f4f4;
margin-top:0.3em;
padding:3px;
}
.float-frame{
float:left;
clear:left;
margin-right:5px;
}
.float-right-frame{
float:right;
clear:right;
margin-left:5px;
}
.float-right{
float:right;
clear:right;
}

/* For TinyMCE */
body.mceContentBody{background-color:#dedede;}
body.mceContentBody table{font-size: inherit;font-size: 14px;}
table.mceItemTable{
border-collapse: separate;
border-spacing: 3px;
border:1px dashed #bbb;
padding: 0px;
margin: 0px;
}
.mceItemTable th, .mceItemTable td {
margin: 0px;
padding: 1px;
border:1px dashed #999;
}
/* /For TinyMCE */


/*------------ ** Tables ------------*/
.content table{font-size: 100%;}
table.data{
    width:100%;
    border: 0px;
    border-top: 1px #d6d6d6 solid;
    border-left: 1px #d6d6d6 solid;
    border-spacing: 0px;
    border-collapse: separate;
    background-size: 100% 100%;
}
table.data td {
    background: #fff;
    font-size: 14px;
    color: #313131;
    line-height: 14px;
    padding: 16px 10px;
    border-bottom: 1px #d6d6d6 solid;
    border-right: 1px #d6d6d6 solid;
}
.kol_korzina input{
    width: 33px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    color: #0b2656;
    border: 1px #dbdbdb solid;
    margin: 0 2px;
}
table.data th, table.data thead td{
    background: #a1093f;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 16px;
    padding: 16px 10px;
    border-right: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
}
table.datanone td{
    border: 0;
    padding: 0;
}
tr.odd td{/* background-color:#f1f7fc; */}
/*--------------korziana---------------*/
.link_korzina {
    font-size: 16px;
    line-height: 19px;
    font-weight: lighter;
    color: #0b2656;
    text-decoration: none;
}
.kor_del_item_kor {
    color: #bbbbbb;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-decoration: underline;
}


/*---------------menu--------------------*/

.linkmenu {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.class_bold .linkmenu{
    font-weight: bold;
}
.linkpodmenu {
    text-decoration: none;
    font-weight: lighter;
    color: #272727;
    font-size: 17px;
}
.podmenu_div {
    z-index: 100;
    display: none;
    position: absolute;
    margin: 33px 0px 0px -38px;
    background: #fecb35;
    padding: 0px;
    border-top: 1px #fbab22 solid;
    border-left: 1px #fbab22 solid;
}
.podmenu_td,.podmenu_tdac{
    border-bottom: 1px #fbab22 solid;
    border-right: 1px #fbab22 solid;
    padding: 12px 5px;
}
.linkpodmenu {
    font-size: 17px;
    font-family: ;
    color: #0b2656;
    text-decoration: none;
}
.linkpodmenu:hover {
    text-decoration: underline;
}
.menu_td,.menu_tdac {
    width: 117px;
    padding-top: 28px;
    text-align: center;
}
.menu_tdac .linkmenu{
    color: #fff;
}
.menu_td:hover .podmenu_div,.menu_tdac:hover .podmenu_div{
    display: block;
}
/*------------ /** Tables ------------*/
.top {
    background: url(../images/top.png) top repeat-x;
    height: 208px;
}
.top_top {
    background: url(../images/logo.png) top no-repeat;
    height: 208px;
    text-align: center;
}
.logo {
    position: absolute;
    z-index: 2;
    width: 180px;
    height: 156px;
    margin: 0px 0 0 472px;
}
.div_block {
    width: 1122px;
    margin: 0 auto;
    text-align: left;
}
.menu {
    width: 1122px;
    z-index: 1;
    position: absolute;
}
#top_phone {
    position: absolute;
    margin: 115px 0 0 0px;
    padding-left: 12px;
    /*background: url(../images/miniphone.png) center left no-repeat;*/
    color: #870b37;
    font-size: 27px;
}
#top_phone p{
    padding: 0;
    margin: 0;
    color: #870b37;
    font-size: 27px;
}
.podphone_kz p{
    padding: 0;
    margin: 0;
}
.top_city .city {
    padding-left: 12px;
    background: url(../images/ukaz.png) center left no-repeat;
}
.top_city .select {
    padding-left: 12px;
    background: url(../images/miniselect.png) center left no-repeat;
}
.top_city {
    position: absolute;
    margin: 130px 0 0 0px;
}
#top_adress {
    position: absolute;
    margin: 130px 0 0 201px;
}
#top_adress .adress {
    padding-left: 12px;
    background: url(../images/ukaz.png) center left no-repeat;
}
#top_adress .mail {
    padding-left: 12px;
    background: url(../images/minimesseng.png) center left no-repeat;
}
.top_offzakaz {
    position: absolute;
    margin: 115px 0px 0px 680px;
}
.top_officeuser {
    position: absolute;
    margin: 115px 0 0 923px;
}
.top_officeuser .user {
    padding-left: 12px;
    background: url(../images/miniuser.png) 0px 5px no-repeat;
}
.top_officeuser .exit {
    padding-left: 12px;
    background: url(../images/miniexit.png) center left no-repeat;
}
.top_link {
    color: #870b37;
    font-size: 14px;
    text-decoration: underline;
}
.off_zakaz_div {
    width: 206px;
    height: 44px;
    cursor: pointer;
    float:left;
    background: url(../images/top_buttom.png) 0 -44px no-repeat;
}
.off_zakaz_div:hover {
    background: url(../images/top_buttom.png) 0 -1px no-repeat;
}
.otslezh_div {
    width: 206px;
    height: 44px;
    cursor: pointer;
    margin-left:234px;
    background: url(../images/top_buttom.png) 0 -220px no-repeat;
}
.otslezh_div:hover {
    background: url(../images/top_buttom.png) 0 -176px no-repeat;
}
.off_zakaz_div2 {
    padding: 8px;
    border: 1px #a1093f solid;
    color: #a1093f;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.off_zakaz_div2:hover {
    color: #f3f3f3;
    background:  #a1093f;
}
.avtopark a{
    text-decoration: none;
}
.div_raschet {
    width: 313px;
    height: 240px;
    float: left;
    margin-right: 54px;
    background: #e3e3e3;
}
.div_piv {
    width: 754px;
    height: 240px;
    float: left;
}
.submot_raschet {
    cursor: pointer;
    padding: 11px 0;
    background: #a1093f;
    text-align: center;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
}
.div_raschet .zag {
    height: 58px;
}
.div_raschet .zag div{
    color: #313131;
    text-align: center;
    font-size: 28px;
    padding-top: 16px;
}
.tr_div {
    height: 45px;
}
.div_raschet .tr_div .name {
    width: 85px;
    float: left;
}
.div_raschet .tr_div .name div{
    padding-left: 15px;
    padding-top: 4px;
    color: #870b37;
    font-size: 15px;
}
.div_raschet .tr_div .input{
    width: 203px;
    height: 30px;
    border: 1px #d5d5d5 solid;
    padding-left: 6px;
    color: #3e3e3e;
    font-size: 15px;
}
.div_main_knopka {
    width: 356px;
    height: 130px;
    border: 1px #dedede solid;
    float: left;
}
.div_main_knopka .knopka {
    position: absolute;
    width: 356px;
    height: 130px;
    background: #fff;
    cursor: pointer;
}
.div_main_knopka .knopka:hover {
    background: #a1093f;
    padding-top: 6px;
}
.div_main_knopka .knopka:hover {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    -webkit-animation-name: glow;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    
    -moz-animation-name: glow;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-delay: 0s;
    
    -o-animation-name: glow;
    -o-animation-duration: 0.3s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-timing-function: ease-in-out;
    -o-animation-delay: 0s;
    
    animation-name: glow;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}
@-webkit-keyframes glow {
    0% {
        width: 356px;
    height: 130px;
        margin: 0;
    }
    75% {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    }
    100% { 
        
    }
}
@-moz-keyframes glow {
    0% {
        width: 356px;
    height: 130px;
        margin: 0;
    }
    75% {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    }
    100% { 
        
    }
}
@-o-keyframes glow {
    0% {
         width: 356px;
    height: 130px;
        margin: 0;
    }
    75% {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    }
    100% { 
         
    }
}
@keyframes glow {
    0% {
         width: 356px;
    height: 130px;
        margin: 0;
    }
    75% {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    }
    100% { 
         
    }
}

@-webkit-keyframes glow {
    0% {
         width: 356px;
    height: 130px;
        margin: 0;
    }
    75% {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    }
    100% { 
         
    }
}
@-webkit-keyframes glow {
    0% {
        width: 356px;
    height: 130px;
        margin: 0;
    }
    75% {
    width: 374px;
    height: 140px;
    margin: -5px 0 0 -9px;
    box-shadow: 0px 2px 3px #323232;
    }
    100% { 
        
    }
}


@-moz-keyframes glow2 {
    0% {
        margin: 26px 28px;
    }
    75% {
        margin: 31px 37px;
    }
    100% { 
        
    }
}
@-o-keyframes  glow2 {
    0% {
        margin: 26px 28px;
    }
    75% {
        margin: 31px 37px;
    }
    100% { 
        
    }
}
@keyframes glow2 {
    0% {
        margin: 26px 28px;
    }
    75% {
        margin: 31px 37px;
    }
    100% { 
        
    }
}
@-webkit-keyframes glow2 {
    0% {
        margin: 26px 28px;
    }
    75% {
        margin: 31px 37px;
    }
    100% { 
        
    }
}
.div_main_knopka .knopka:hover div{
    margin: 31px 37px;
    color: #fff;
    -webkit-animation-name: glow2;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    
    -moz-animation-name: glow2;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-delay: 0s;
    
    -o-animation-name: glow2;
    -o-animation-duration: 0.3s;
    -o-animation-iteration-count: 1;
    -o-animation-direction: normal;
    -o-animation-timing-function: ease-in-out;
    -o-animation-delay: 0s;
    
    animation-name: glow2;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
}
.div_main_knopka .knopka div{
    margin: 32px 28px;
    padding-left: 75px;
    font-weight: lighter;
    color: #313131;
    font-size: 28px;
}
.div_main_knopka .knopka .i1{background: url(../images/1.png) center left no-repeat;}
.div_main_knopka .knopka .i2{background: url(../images/2.png) center left no-repeat;}
.div_main_knopka .knopka .i3{background: url(../images/3.png) center left no-repeat;}

.div_main_knopka .knopka:hover .i1{background: url(../images/11.png) center left no-repeat;}
.div_main_knopka .knopka:hover .i2{background: url(../images/22.png) center left no-repeat;}
.div_main_knopka .knopka:hover .i3{background: url(../images/33.png) center left no-repeat;}

.main_fon_cat {
    background: url(../images/main_fon_cat.jpg) center top ;
    min-height: 273px;
}
.div_fon_content {
    background: url(../images/fon_content.png) center top ;
    padding: 50px 0 ;
}
.main_fon_cat2 {
    border-top: 1px #fff solid;
    background: url(../images/main_fon_cat2.jpg) center repeat-x ;
    height: 125px;
}
.main_fon_cat2 td{
    text-align: center;
}
.block_main_cat {
    /*float: left;*/
    display: inline-table;
    width: 170px;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
}
.block_main_cat .img2{display: none;}
.block_main_cat .tdiv{
    text-align: center;
    height: 115px;
}
.block_main_cat .name {
    text-align: center;
    height: 100px;
}
.block_main_cat:hover .img2{
    display: inline;
}
.block_main_cat:hover .img1{
    display: none;
}
.block_main_cat .name a,.main_fon_cat2 a{
    font-size: 18px;
    color: #2d2d2d;
}
.main_fon_cat2 a{
    font-size: 15px;
}
.div_block td{
    /*text-align: center;*/
}
.prem_zag_main {
    text-align: center;
    font-size: 30px;
    color: #464646;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.table_prem_main td{
    text-align: center;
    width: 280px;
    font-size: 19px;
    color: #464646;
    padding-bottom: 50px;
}
.table_prem_main td div{
    height: 120px;
    text-align: center;
}
.table_prem_main {
    margin-bottom: 70px;
}
.main_partner_fon {
    background: url(../images/main_partner_fon.png) repeat-x;
    height: 224px;
}
.main_rozovii {
    background: #a1093f;
    height: 377px;
    text-align: center;
}
.bottom {
    text-align: center;    
    height: 143px;
    border-top: 1px #a55e78 solid;
    background: #a1093f;
}
.kopi {
    text-align: left;
}
.kopi p{
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}
.kopi strong{
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.socseti {
    text-align: center;
}
.socseti p{
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}
.sozdateli {
    width: 90px;
    text-align: center;
}
.sozdateli a{
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.sozdateli img{
    padding-top: 5px;
}
.bottommenu {
    text-align: center;
    padding: 48px 0 ;
    background: #5d5d5d;
}
.grid-item {
    width: 200px;
    margin: 0 24px 20px 0;
    position: relative;
    line-height: 16px;
}
.bottom_link_menu {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.bottom_link_menu2 {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.main_rozovii {
    
}
.main_rozovii .div_1{
    height: 96px;
}
.main_rozovii .div_1 div{
    padding-top: 44px;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.main_rozovii .div_2{
    height: 210px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
.fon_main_otziv {
    background: url(../images/fon_main_otziv.png) repeat-x;
    width: 357px;
    height: 10px;
    position: absolute;
    margin: 202px 0 0 0;
    z-index: 10;
}
.main_rozovii .div_2 strong{
    font-weight: normal;
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
}
.main_rozovii .div_2 em{
    font-weight: normal;
    font-size: 16px;
    line-height:20px;
    color: #fff;
    text-align: center;
}
.main_rozovii .div_3{
    text-align: center;
}
.main_rozovii .div_3 a{
    color: #fff;
    font-size: 17px;
}
.zagolovok_other {
    background: #a1093f;
    text-align: center;
    padding: 15px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}
.div_autocat {
    background: #efefef;
    border: 1px #d3d3d3 solid;
    margin-bottom: 13px;
    height: 93px;
    width: 280px;
    cursor: pointer;
}
.div_autocat_ac {
    width: 278px;
    cursor: pointer;
    background: #efefef;
    border: 1px #d3d3d3 solid;
    border-left: 6px #a1093f solid ;
    margin-bottom: 13px;
    height: 93px;
}
.div_autocat_ac .div_autocat_div {
}
.div_autocat_ac .name a{
    color: #a1093f;
}
.div_autocat_ac .div_poverhu_ac {
    width: 18px;
    height: 93px;
    background: #efefef;
    border-top: 1px #d3d3d3 solid;
    border-bottom: 1px #d3d3d3 solid;
    position: absolute;
    margin: -1px 0px 0px 274px;
}
.div_autocat_div {
    padding: 10px 13px;
}
.div_autocat_div .img{
    padding-top: 3px;
    padding-bottom: 7px;
}
.div_autocat_div .name{
    
}
.div_autocat_div .name a{
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: #313131;
}
.block_item_auto {
    padding: 14px;
    background: #efefef;
    border: 1px #d3d3d3 solid;
}
.block_item_auto .element{
    background: #fff;
    box-shadow: 0px 0px 7px #cdcdcd;
    margin-bottom: 16px;
}
.block_item_auto .name{
    color: #313131;
    font-weight: lighter;
    font-size: 27px;
    text-transform: uppercase;
}
.block_item_auto .img{
    height: 224px;
}
.data_auto {
    width: 284px;
    border-top: 1px #d3d3d3 solid;
    border-left: 1px #d3d3d3 solid;
}
.element_div {
    padding: 33px 15px;
}
.data_auto td{
    border-bottom: 1px #d3d3d3 solid;
    border-right: 1px #d3d3d3 solid;
    padding: 10px 10px;
}
.kroha_a,.kroha_aac {
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    color: #870b37;
}
.kroha_aac {
    text-decoration: none;
    font-size: 16px;
    color: #a6a6a6;
}
.kroha {
    padding-top: 5px;
    padding-bottom: 15px;
}
.oziv_name_pole {
    font-weight: normal;
    font-size: 17px;
    color: #a1093f;
    padding-bottom: 10px;
}
.formbutton_otz {
    width: 299px;
    height: 47px;
    border: 1px #b0b0b0 solid;
    padding-left: 7px;
    margin-bottom: 25px;
    font-size: 28px;
    color: #313131;
}
.textarea_otz_messang {
    width: 495px;
    height: 149px;
    border: 1px #b0b0b0 solid;
    padding: 7px;
    resize: none;
    font-size: 28px;
    color: #313131;
}
#QapTcha_true {
    position: absolute;
    display: none;
    width: 491px;
    height: 45px;
    background: #fff;
    z-index: 100;
}
#QapTcha_true2 {
    position: absolute;
    display: none;
    width: 491px;
    height: 45px;
    background: #fff;
    z-index: 100;
}
#QapTcha_true div{
    margin: 14px 0 0 93px;
    font-family: ;
    font-size: px;
    color: green;
}
#QapTcha_true2 div{
    margin: 14px 0 0 93px;
    font-family: ;
    font-size: px;
    color: green;
}
.edit_user_save {
    width: 921px;
    height: 64px;
    background: #a1093f;
    cursor: pointer;
    font-weight: normal;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}
.div_form_otziv {
    border-top: 1px #b0b0b0 solid;
    border-left: 1px #b0b0b0 solid;
    border-right: 1px #b0b0b0 solid;
    float: left;
}
.name_oziv_top {
    padding: 20px 39px;
    font-weight: normal;
    font-size: 28px;
    color: #313131;
}
.otziv_name_data {
    padding-right: 33px;
    font-size: 28px;
    color: #2b2b2b;
}
.otziv_name_data font{
    font-size: 16px;
    color: #7d7d7d;
}
.otziv_text {
    font-weight: lighter;
    font-size: 16px;
    color: #2b2b2b;
    text-align: justify;
}
.link_top_otziv {
    font-size: 30px;
    color: #232222;
    text-decoration: none;
    border-bottom: 1px #232222 dotted;
}
.link_top_otziv_ac {
    font-size: 30px;
    color: #a1093f;
    text-decoration: none;
    border-bottom: 0px #a1093f dotted;
}
#yet_otzivi a{
    font-size: 17px;
    color: #a1093f;
    text-decoration: underline;
    cursor: pointer;
}
.guest_item_video {
    float: left;
    width: 509px;
    height: 355px;
    cursor: pointer;
}
.guest_item_video .img{
    cursor: pointer;
    padding-bottom: 11px;
}
.guest_item_video .name{
    cursor: pointer;
    font-size: 20px;
    color: #2d2d2d;
}
.poverh {
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index: 200;
    display: none;
    position: fixed;
}

#tablevisio {
    display: none;
    z-index: 300;
    background: #fff;
    border-bottom: 13px #a1093f solid;
    width: 1100px;
    height: 524px;
    position: fixed;
}
#samovidio {
    padding-top: 44px;
    width: 1100px;
    text-align: center;
}
#zakritvid a {
    font-weight: normal;
    color: #a1093f;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}
#zakritvid a font{
    text-decoration: underline;
}
#zakritvid {
    padding-top: 8px;
    padding-right: 20px;
    text-align: right;
    height: 30px;
}
#prevvidio {
    position: absolute;
    margin: 220px 0 0 15px;
    width: 30px;
    height: 300px;
}
#nextvidio {
    text-align: right;
    position: absolute;
    margin: 220px 0 0 1058px;
    width: 30px;
    height: 300px;
}
.fon_video {
    width: 221px;
    height: 169px;
}
#name_video {
    padding-top: 29px;
}
#name_video a{
    color: #a1093f;
    font-size: 24px;
}
.div_block_uslug {
    width: 260px;
    margin-right: 20px;
    float: left;
}
.div_block_uslug2:hover .img1{
    display: none;
}
.div_block_uslug2:hover .img2{
    display: block;
}
.div_block_uslug2 .img1 {
    float: left;
}
.div_block_uslug2 .img2 {
    display: none;
    float: left;
}
.link_uslugi {
    color: #2d2d2d;
    font-size: 20px;
    text-decoration: none;
}
.div_block_uslug2:hover .link_uslugi{
    color: #a41145;
    text-decoration: underline;
}
.link_uslugi2{
    color: #2d2d2d;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}
.link_uslugi2:hover {
    color: #a41145;
    text-decoration: underline;
}
.content_zagolovok_div {
    background: #a1093f;
    padding: 12px 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.content_text_div {
    padding: 10px 37px;
    border: 1px #c2c2c2 solid;
}
.sitebarblock {
    margin-bottom: 20px;
}
.sitebarblock .block p{
    margin: 0;
    padding: 0;
}
.sitebarblock .zag{
    background: #a1093f;
    padding: 9px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.sitebarblock .block{
    padding: 10px 0px;
    border: 1px #c2c2c2 solid;
}
.sitebarblock .block div.doc{
    cursor: pointer;
    padding: 5px 0;
    padding-left: 29px;
    margin-bottom: 5px;
    color: #313131;
    font-size: 17px;
    cursor: pointer;
}
.sitebarblock .block div.doc:hover{
    background: url(../images/doc.png) left center no-repeat;
}
.sitebarblock .block div.doc:hover a{
    color: #a1093f;
    text-decoration: none;
}
.sitebarblock .block div.doc a{
    color: #313131;
    font-size: 17px;
}
.hoverblock1 {
    border: 1px #c2c2c2 dashed;
}
.hoverblock2 {
    border: 1px #c2c2c2 dotted;
}

.hoverblock5 {
    display: none;
    padding-left: 14px;
    position: absolute;
    margin-top: -40px;
}
.hoverblock3:hover .hoverblock5{
    display: block;
}
.hoverblock6 {
    min-height: 90px;
    width: 585px;
    background: #fff;
    border: 1px #c2c2c2 solid;
    border-bottom: 4px #a1093f solid;
    padding: 13px 19px;
    box-shadow: 0px 0px 12px #3b3b3b;
}
.hoverblock5 .ukaz {
    position: absolute;
    width: 15px;
    height: 19px;
    margin-top: 41px;
    margin-left: -14px;
    background: url(../images/ukaz2.png) no-repeat;
}
#zadat_vopros_div {
    display: none;
    z-index: 200;
    position: absolute;
    margin: 174px 0 0 790px;
}
#obratnii_zvon_div {
    display: none;
    z-index: 200;
    position: absolute;
    margin: 174px 0px 0px 405px;
}
#obratnii_zvon_div2 {
    display: none;
    z-index: 200;
    position: absolute;
    margin: 85px 0px 0px -110px;
}
.vilet_div_deedback .name{
    color: #a1093f;
    font-size: 18px;
    padding-bottom: 8px;
}
.vilet_div_deedback .block{
    padding-bottom: 8px;
}
.vilet_div_deedback  .star{
    position: absolute;
    font-size: 20px;
    color: #a1093f;
    margin: -6px 0px 0px 266px;
}
.vilet_div_deedback .select {
    width: 263px;
    height: 28px;
    border: 1px #b0b0b0 solid;
    cursor: pointer;
    background: url(../images/select.png) no-repeat;
}
.vilet_div_deedback .coolselecttext {
    margin: 3px 0 0 12px;
}
.vilet_div_deedback .submit_feedback {
    padding: 14px 0;
    background: #a1093f;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}
.vilet_div_deedback .coolselectoptions {
    z-index: 100;
    position: absolute;
    margin-top: 31px;
    margin-left: -1px;
    border-top: 1px #a6a6a6 solid;
    border-left: 1px #a6a6a6 solid;
    border-right: 1px #a6a6a6 solid;
    border-bottom: 1px #a6a6a6 solid;
    width: 357px;
    max-height: 450px;
    overflow: auto;
    
}
.vilet_div_deedback .coolselectoptionselected {
    background: #fff;
    width: 100%;
    border-top: 1px #a6a6a6 solid;
}
.vilet_div_deedback .coolselectoptiontext {
    padding: 3px 0px 0px 12px;
}
.vilet_div_deedback .coolselectoptionselected {
    background: #e1e1e1;
    width: 100%;
    border-top: 1px #a6a6a6 solid;
}
.vilet_div_deedback .coolselectoption {
    background: #fff;
    width: 100%;
    border-top: 1px #a6a6a6 solid;
}
.vilet_div_deedback {
    padding: 15px 26px;
    background: #fff;
    border: 1px #b0b0b0 solid;
}
.vilet_div_deedback .input_text{
    width: 263px;
    height: 47px;
    background: #fff;
    border: 1px #b0b0b0 solid;
    padding-left: 10px;
    font-size: 19px;
}
.vilet_div_deedback .textarea {
    resize: none;
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    height: 90px;
}
.vilet_div_deedback .ukazka,.vilet_div_deedback .ukazka2{
    position: absolute;
    width: 65px;
    height: 40px;
    background: url(../images/ukaz3.png);
    margin: -51px 0 0 100px;
}
.vilet_div_deedback .ukazka2 {
    background: url(../images/ukaz4.png);
    width: 40px;
    height: 65px;
    margin: 99px 0 0 285px;
}
.top_buttom_zak {
    position: absolute;
    margin: 115px 0px 0px 915px;
}
.top_buttom_zak .buttom{
    width: 206px;
    height: 44px;
    cursor: pointer;
    background: url(../images/top_buttom.png) 0 -132px no-repeat;
}
.top_buttom_zak .buttom:hover{
    background: url(../images/top_buttom.png) 0 -88px no-repeat;
}
/* Sink */
.sink {
  background: url(../images/np/d.png) no-repeat;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.sink:hover, .sink:focus, .sink:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sink1 {
    background-position: 0px 0px;
}
.sink1:hover {
    background-position: -95px 0px;
}
.sink2 {
    background-position: -195px -7px;
}
.sink2:hover {
    background-position: -281px -7px;
}
.sink3 {
    background-position: -375px -3px;
}
.sink3:hover {
    background-position: -481px -3px;
}
.sink4 {
    background-position: -5px -440px;
}
.sink4:hover {
    background-position: -115px -440px;
}
/*.sink4 {//Калькулятор
    background-position: 10px -99px;
}
.sink4:hover {
    background-position: -83px -99px;
}*/
.sink5 {
    background-position: -192px -119px;
}
.sink5:hover {
    background-position: -306px -119px;
}
.sink6 {
    background-position: -457px -123px;
}
.sink6:hover {
    background-position: -457px -231px;
}
.sink7 {
    background-position: 6px -322px;
}
.sink7:hover {
    background-position: -109px -322px;
}
/*.sink7 {//Калькулятор
    background-position: 2px -211px;
}
.sink7:hover {
    background-position: -119px -211px;
}*/
.sink8 {
    background-position: -233px -322px;
}
.sink8:hover {
    background-position: -349px -322px;
}
/*.sink8 {//песочные часы
    background-position: -233px -207px;
}
.sink8:hover {
    background-position: -344px -207px;
}*/
.forma_raschet {
    border: 1px #b0b0b0 solid;
    padding: 19px 0px 19px 45px;
    margin: 40px 0;
}
.forma_raschet .block50p {
    float: left;
    width: 498px;
    margin-right: 30px;
}
.forma_raschet input{
    background: #fff;
    border: 1px #b0b0b0 solid;
    padding-left: 14px;
    height: 47px;
    width: 1022px;
    font-size: 23px;
    color: #464646;
    margin-bottom: 28px;
}
.forma_raschet input.otpravit{
    background: #a1093f;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    color: #fff;
}
.forma_raschet .otkuda{
    background: url(../images/input_raschet.png) 0px 0px no-repeat;
}
.forma_raschet .kuda{
    background: url(../images/input_raschet.png) 0px -47px no-repeat;
}
.forma_raschet .vid_gruza{
    background: url(../images/input_raschet.png) 0px -141px no-repeat;
}
.forma_raschet .ves{
    background: url(../images/input_raschet.png) 0px -188px no-repeat;
}
.forma_raschet .obem{
    background: url(../images/input_raschet.png) 0px -235px no-repeat;
}
.forma_raschet .utochnenie{
    background: url(../images/input_raschet.png) 0px -282px no-repeat;
}
.forma_raschet .inputnoneback {
    background: #fff;
}
.forma_raschet .block50p input{
    width: 494px;
}
.forma_raschet .zag {
    color: #313131;
    font-size: 28px;
    padding-bottom: 27px;
}
.forma_raschet .name {
    font-size: 17px;
    height: 20px;
    color: #a1093f;
    padding-bottom: 6px;
}
.forma_raschet a{
    color: #a1093f;
    font-size: 17px;
    text-decoration: underline;
    cursor: pointer;
}

.forma_raschet .select {
    width: 1014px;
    height: 47px;
    border: 1px #b0b0b0 solid;
    cursor: pointer;
    background: url(../images/select1.png) right center no-repeat;
    margin-bottom: 28px;
}
.forma_raschet .coolselecttext {
    color: #464646;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-weight: 400;
    padding: 0px 0px 0px 15px;
    height: 49px;
}
.forma_raschet .submit_feedback {
    padding: 14px 0;
    background: #a1093f;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}
.forma_raschet .coolselectoptions {
    z-index: 200;
    position: absolute;
    margin-top: 47px;
    margin-left: -1px;
    border-left: 1px #a6a6a6 solid;
    border-right: 1px #a6a6a6 solid;
    border-bottom: 1px #a6a6a6 solid;
    width: 357px;
    max-height: 450px;
    overflow: auto;
}
.forma_raschet .coolselectoptionselected {
    background: #fff;
    width: 100%;
    border-top: 1px #a6a6a6 solid;
}
.forma_raschet .coolselectoptiontext {
    color: #464646;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 4px;
    margin: 10px 0px 0px 15px;
}
.forma_raschet .coolselectoptionselected {
    background: #e1e1e1;
    width: 100%;
    border-top: 1px #a6a6a6 solid;
}
.forma_raschet .coolselectoption {
    background: #fff;
    width: 100%;
    border-top: 1px #a6a6a6 solid;
}
.forma_raschet .coolselectoption:hover {
    background: #e8e8e8;
}
.forma_raschet .block25p {
    width: 268px;
    float: left;    
}
.forma_raschet .block25p input{
    width: 194px;
    margin-right: 8px;
}
.forma_raschet .data {
    width: 194px;
    height: 47px;
    cursor: pointer;
    border: 1px #bcbcbc solid;
    background: url(../images/data_raschet.png) no-repeat;
}
.kliddiv {
    position: absolute;
    cursor: default;
    z-index: 199;
    margin: 50px 0px 0px -5px;
    display: none;
}
.kliddiv .ssskal{
    border: 1px #a1093f solid;
}
.kliddiv .cal_top {
    padding: 5px 9px;
    background: #a1093f;
}
.kliddiv .cal_next,.kliddiv .cal_prev {
    width: 13px;
    height: 17px;
    cursor: pointer;
    background: url(../images/kalnext.png) no-repeat;
}
.kliddiv .cal_prev {background: url(../images/kalprev.png) no-repeat;}
.kliddiv .cal_name_mes{
    width: 144px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.kliddiv .name_day2 {
    background: #aaaaaa;
}
.kliddiv .name_day {
    width: 26px;
    height: 28px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.kliddiv .now_mes,.kliddiv .old_mes,.kliddiv .now_mes_now,.kliddiv .now_mes_ac {
    width: 20px;
    height: 25px;
    padding-right: 3px;
    text-align: right;
    color: #a1093f;
    font-size: 12px;
    background: #fff;
    border: 1px #a1093f solid;
}
.kliddiv .now_mes {
    cursor: pointer;
}
.kliddiv .old_mes {
    color: #aaaaaa;
    background: #ffe8f0;
    border: 1px #ffe8f0 solid;
}
.kliddiv .now_mes_ac {
    color: #fff;
    background: #a1093f;
    border: 1px #a1093f solid;
}
.kliddiv .now_mes_now {
    color: #a1093f;
    background: #f5d2de;
    border: 1px #a1093f solid;
}
.data .button{
    position: absolute;
    height: 47px;
    width: 194px;
    z-index: 201;
    cursor: pointer;
}
.data .textdata .div1,.data .textdata .div2,.data .textdata .div3 {
    position: absolute;
    color: #7b7b7b;
    font-size: 22px;
    text-align: center;
}
.data .textdata .div1{margin: 8px 0 0 13px;width: 30px;}
.data .textdata .div2{margin: 8px 0 0 50px;width: 30px;}
.data .textdata .div3{margin: 8px 0 0 100px;}
.checkbox_div,.checkbox_div_ac {
    float: left;
    padding-left: 29px;
    width: 232px;
    margin-right: 20px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}
.checkbox_div {
    background: url(../images/checkbox.png) 0 0px no-repeat;
}
.checkbox_div_ac {
    background: url(../images/checkbox_ac.png) 0 0px no-repeat;
}
.vilet_podskaz {
    position: absolute;
    margin: 49px 0 0 0;
    display: none;
    border-top: 1px #b0b0b0 solid;
    border-left: 1px #b0b0b0 solid;
    border-bottom: 1px #b0b0b0 solid;
    border-right: 1px #b0b0b0 solid;
    z-index: 302;
    max-height: 400px;
    overflow: auto;
}
.vilet_podskaz div{
    background: #fff;
    padding: 6px 12px;
    color: #464646;
    border-bottom: 1px #b0b0b0 solid;
    font-size: 18px;
    cursor: pointer;
    width: 471px;
}
.vilet_podskaz div:hover {
    background: #f4f4f4;
}
.main .vilet_podskaz{margin: 32px 0px 0px 80px;}
.main .vilet_podskaz div{
    font-size: 13px;
    padding: 2px 7px;
    width: 271px;
}
.grid-item2 a:hover{text-decoration: underline;}
.townstd {
    position: absolute;
    width: 464px;
    background: #fff;
    border: 1px #a1093f solid;
    padding: 23px 17px;
    z-index: 301;
    margin: 45px 0 0 0px;
    display: none;
}
.townstd .town,.townstd .townact {
    width: 154px;
    float: left;
    margin-bottom: 3px;
}
.townstd .town a{
    color: #373737;
    cursor: pointer;
}
.townstd .town a:hover{
    color: #a1093f;
    text-decoration: underline;
}
.townstd .townact{
    font-weight: bold;
    color: #a1093f;
}
.navesti_cattd {
    padding: 0 10px;
}
.smenacity {
    position: absolute;
    margin: 15px 0 0 503px;
    cursor: pointer;
}
#pod_fon_cat {
    text-align: center;
}
#main_fon_cat2 {
    text-align: center;
}
.div_fon_content .div_raschet{
    margin: 0;
}
#nam_doveryaut p{
    padding: 0;
    margin: 0;
}
.div_zvon {
    position: fixed;
    right: 20px;
    bottom: 171px;
    z-index: 96;
}
.top_offzakaz_call {
    position: absolute;
    margin: 115px 0px 0px 690px;
}
.off_zakaz_div_call {
    width: 206px;
    height: 44px;
    cursor: pointer;
    background: url(../images/call.png) 0px -44px no-repeat;
}
.off_zakaz_div_call:hover {
    background-position: 0 0 ;
}
#obratnii_zvon_div3 {
    position: absolute;
    margin: 81px 0px 0px -50px;
    z-index: 12;
    width: 250px;
    height: 80px ;
}
#obratnii_zvon_div3 .ukazka{
    margin-left: 96px;
}
#obratnii_zvon_div3 a{
    font-size: 24px;
    text-decoration: none;
}
#obratnii_zvon_div3 a:hover {
    text-decoration: underline;
}
#obratnii_zvon_div3 div{
    text-align: center;
}
.forma_raschet textarea{
    width: 1022px;
    resize: none;
    height: 120px;
    padding: 8px 10px;
    border: 1px #B0B0B0 solid;
    color: #464646;
    font-size: 23px;
}
#select_op {
    width: 523px;
    height: 49px;
    margin: 0px 0 0 0px;
    position: absolute;
    background: #fff;
    opacity: 0.6;
}
.forma_raschet .miniselect{
    margin-top: -6px;
}
.forma_raschet .miniselect .coolselecttext{height: 27px;}
.forma_raschet .miniselect .select {height: 27px;}
/*.div_main_knopka .knopka:hover #zadat_vopros_div {
    display: block;
}
  width: px;
    height: px;
    background: url(../images/);
    background: #c02a25; 
    background: -moz-linear-gradient(top, #c02a25, #9c1c18);
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#c02a25), color-stop(100%,#9c1c18));
    background: -webkit-linear-gradient(top, #c02a25, #9c1c18);
    background: -o-linear-gradient(top, #c02a25, #9c1c18);
    background: -ms-linear-gradient(top, #c02a25, #9c1c18);
    background: linear-gradient(top, #c02a25, #9c1c18);
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c02a25,endColorStr=#9c1c18);
    border-radius:14px;
    -webkit-border-radius:14px;
    -moz-border-radius:14px;
    -khtml-border-radius:28px;
    
    
    text-decoration: none;
    font-family: Calibri;
    color: #fff;
    font-size: 18px;
    font-weight: bold;*/