* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin: 0;
    padding: 0;
}

/*--------------fonts-------------*/
@font-face {
    font-family: 'MagistralC';
    src: url('fonts/MagistralC.eot');
    src: url('fonts/MagistralC.eot?#iefix') format('embedded-opentype'),
         url('fonts/MagistralC.woff') format('woff'),
         url('fonts/MagistralC.ttf') format('truetype'),
         url('fonts/dNAHeVdz.svg#MagistralC') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MagistralB';
    src: url('fonts/MagistralB.eot');
    src: url('fonts/MagistralB.eot?#iefix') format('embedded-opentype'),
         url('fonts/MagistralB.woff') format('woff'),
         url('fonts/MagistralB.ttf') format('truetype'),
         url('fonts/dNAHeVdz.svg#MagistralB') format('svg');
    font-weight: normal;
    font-style: normal;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

/*[hidden] {
    display: none;
}*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Verdana', Arial, sans-serif;
}

body {
    color: #000;
    background: #fff;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'MagistralC', Arial, sans-serif;
}

h1 {
    font-size: 67px;
    font-family: 'MagistralB', Arial, sans-serif;
    color: rgba(255,255,255,0.95);
    text-align: center;
    background: url(img/border-title.png) no-repeat center bottom;
    line-height: 92px;
    margin-bottom: 15px;
    margin-top: 5px;
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 #898989;
}

h2 {
    font-family: 'MagistralC', Arial, sans-serif;
    font-size: 29px;
    margin: 15px 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1.2px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

p {
    font-family: 'Verdana', Arial, sans-serif;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
select{
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

textarea,
input {
    line-height: normal;
}

input[disabled] {
    cursor: default;
}

input[type=name],
input[type=tel],
input[type=email]{
height: 33px;
line-height: 33px;
width: 188px;
margin: 0 auto;
background-color: transparent;
outline: none;
border: none;
padding-left: 38px;
}

input[type=name]{
    background: url(img/bg-input-name.png) no-repeat 0 center;
}

input[type=tel]{
    background: url(img/bg-input-tel.png) no-repeat 0 center;
}

input[type=email]{
    background: url(img/input-mail.png) no-repeat 0 center;
}

input[type=submit]{
background: url(img/button-1.png) no-repeat 0 center;
width: 201px;
height: 60px;
border: none;
cursor: pointer;
border: none;
outline: none;
margin: 6px auto 0;
color: #fff;
font-family: 'MagistralC', sans-serif;
font-size: 24px;
line-height: 60px;
text-align: center;
font-weight: bold;
letter-spacing: 1px;
}

input:hover[type=submit]{
background: url(img/button-1-hover.png) no-repeat 0 center;
cursor: pointer;
border: none;
}

input:-moz-placeholder { color: #555; font-size: 12px;}
textarea:-moz-placeholder { color: #555; font-size: 12px;}
input::-webkit-input-placeholder { color: #555; font-size: 12px;}
textarea::-webkit-input-placeholder { color: #555; font-size: 12px;}

textarea {
    overflow: auto;
    vertical-align: top;
    padding-top: 5px;
    resize: none;
}
div.message, 
div.message-result {
height: 15px;
margin: 0;
}

div.message p, 
div.message-result p{
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

div.header-top:after,
div.order-point .row:after,
div.benefits .row:after,
div.product .row-two:after,
div.product .row-one:after,
div.product .container:after,
div.order-point-center .row:after,
div.plus .row:after,
div.reviews .row:after,
div.reviews .row .span2:after,
div.paints .row:after,
div.sertif .row:after,
div.travel .row:after,
footer .row:after{
    content: '';
    display: block;
    clear: both;
}

/*------------header---------------*/
header{
    width: 100%;
    height: 422px;
    display: table;
    background: url(img/bg-header2.png) repeat-x center 0;
}

header p{
    font-family: 'MagistralC', sans-serif;
    font-size: 23px;
}

.header-top {
    width: 1000px;
    margin: 10px auto 0;
}

.header-top .logo {
    width: 310px;
    text-align: center;
    float: left;
    margin: 3px 0 0 -3px;
}

.header-top .desc {
    width: 470px;
    float: left;
    padding-top: 20px;
    text-align: center;
    font-size: 26px;
}

.header-top .desc p{
    font-family: 'MagistralB', Arial, sans-serif;
    color: #fff;
}


.header-top .contact {
    width: 208px;
    height: 120px;
    float: right;
    background: url(img/bg-adress.png) no-repeat 0 0;
    text-align: center;
    padding-top: 40px;
    margin: -10px 0 0 0;
}

.header-top .desc p.phone{
    font-family: 'MagistralC', Arial, sans-serif;
    color: #fff;
}

.header-top p.adress {
    font-size: 13px;
    margin-top: 2px;
    line-height: 18px;
}

.header {
    text-align: center;
}

.header h2{
    background: rgba(239,237,237,0.27);
    width: auto;
    color: rgba(255,255,255,0.95);
    line-height: 33px;
    margin: 1px auto;
    padding: 0 10px;
    font-family: 'MagistralB', Arial, sans-serif;
}

.header h2:nth-child(2){
    width: 64%;
}

.header h2:nth-child(3){
    width: 39%;
}

/*--------order point-----------*/

.order-point{
    width: 100%;
    display: table;
}

.order-point .row {
    width: 1000px;
    margin: 0 auto;
    background: url(img/bg-point-top.png) no-repeat center 0px;
    height: 475px;
}

.order-point .row .area{
    float: left;
    width: 315px;
}


.order-point .action {
    background: url(img/bg-action.png) no-repeat 0 19px;
    width: 315px;
    height: 335px;
    text-align: center;
    padding-top: 35px;
}

.order-point .action h3{
    font-size: 48px;
    color: #bf0603;
    font-family: 'MagistralB', Arial, sans-serif;
    margin-bottom: 3px;
}

.order-point .action p{
    font-family: 'PT Sans', sans-serif;
    font-size: 23px;
    line-height: 26px
}

.order-point .action p span.red{
    color: #bf0603;
}

.order-point .action p span{
    color: #750f19;
    font-size: 28px;
    text-shadow: 1px 0px 0 #fff;
}
.order-point .cntd{
    background: rgba(255,255,255,0.8);
    width: 283px;
    height: 78px;
    border-radius: 8px;
    margin: 10px;
}

.order-point .cntd p.hours{
    font-size: 10px;
}

.order-point .cntd p.hours span:nth-child(1){
    margin-left: 30px;
}

.order-point .cntd p.hours span:nth-child(2){
    margin-left: 45px;
}

.order-point .cntd p.hours span:nth-child(3){
    margin-left: 33px;
}

.order-point .cntd p.hours span:nth-child(4){
    margin-left: 22px;
}

.order-point .cntd p.title{
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.order-point .cntd p.title span{
    color: #bf0603;
}

.order-point .focus-point {
    background: url(img/bg-form-top.png) no-repeat 0 48px;
    float: right;
    width: 214px;
    height: 418px;
    padding-top: 78px;
}

.order-point .focus-point p.title{
    text-align: center;
    color: #fff;
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
    line-height: 17px;
}

.order-point .focus-point .forma{
    text-align: center;
    width: 206px;
    margin-top: 50px;
}

.order-point .focus-point p.conf{
    font-size: 12px;
    text-align: center;
    margin: 15px;
}

/*-----------benefits------------*/

.benefits{
    width: 100%;
    display: table;
    margin-top: 20px;
}

.benefits .row{
    width: 1072px;
    margin: 30px auto 0;
    
}

.benefits .row .span3{
    width: 353px;
    float: left;
    height: 270px;
}

.benefits .row:nth-child(1) .span3:nth-child(1){
    background: url(img/beneffit-1.png) no-repeat center 0;
}

.benefits .row:nth-child(1) .span3:nth-child(2){
    background: url(img/beneffit-2.png) no-repeat center 0;
}

.benefits .row:nth-child(1) .span3:nth-child(3){
    background: url(img/beneffit-3.png) no-repeat center 0;
}

.benefits .row:nth-child(2) .span3:nth-child(1){
    background: url(img/beneffit-4.png) no-repeat center 0;
}

.benefits .row:nth-child(2) .span3:nth-child(2){
    background: url(img/beneffit-5.png) no-repeat center 0;
}

.benefits .row:nth-child(2) .span3:nth-child(3){
    background: url(img/beneffit-6.png) no-repeat center 0;
}


.benefits .row .span3 p{
    font-family: 'Tahoma', sans-serif;
    font-size: 17px;
    margin-top: 153px;
    text-align: center;
}

/*-----------product------------*/

.product{
    width: 100%;
    display: table;
    border-top: 2px groove #bebbbc;
    margin-top: 58px;
}

.product h2,
.product h3{
    text-align: center;
    font-family: 'MagistralC', Arial, sans-serif;
}

.product h2{
    background: url(img/venzel-left.png) no-repeat 0 center, url(img/venzel-right.png) no-repeat 100% center;
    font-size: 49px;
    color: #450807;
    display: block;
    height: 49px;
    
}
.product .bg{
    background: #fff;
    width: 43%;
    margin: -42px auto 0;
}

.product .container h3{
    background: url(img/strelka-left.png) no-repeat 0 center, url(img/strelka-right.png) no-repeat 100% center;
    font-size: 30px;
    color: #000;
    display: block;
    height: 30px;
    margin: 0 auto 0;
}

.product .container:nth-child(2) h3{
    width: 33%;
}

.product .container:nth-child(3) h3{
    width: 49%;
}

.product .container:nth-child(4) h3{
    width: 35%;
}

.product .container:nth-child(5) h3{
    width: 47%;
}

.product h4{
    text-align: center;
    font-family: 'MagistralC', Arial, sans-serif;
    margin: 5px 0 -3px;
}

.product .container:nth-child(2){
    width: 1040px;
    margin: 25px auto 0;
}

.product .container:nth-child(3){
    width: 1040px;
    margin: 34px auto 0;
}

.product .container:nth-child(4){
    width: 1040px;
    margin: 29px auto 0;
}

.product .container:nth-child(5){
    width: 1040px;
    margin: 20px auto 0;
}

.product .container a.button-1,
.product .container a.button-2{
    background: url(img/button-2.png) no-repeat 0 0;
    width: 384px;
    height: 54px;
    color: #fff;
    font-family: 'MagistralC', sans-serif;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
}

.product .container a:hover.button-1,
.product .container a:hover.button-2{
    background: url(img/button-2-hover.png) no-repeat 0 0;
}

.product .container a.button-1{
    float: left;
    margin: 19px 0 0 15px;
}

.product .container a.button-2{
    float: right;
    margin: 30px 25px 0 0;
}

.product .container:nth-child(5) a.button-2{
    margin: 11px 25px 0 0;
}

.product .row-two{
    margin-top: 29px;
}
.product .row-one{
    margin-top: 36px;
}

.product .row-two .span3{
    width: 346px;
    float: left;
    text-align: center
}

.product .row-one .span4{
    width: 250px;
    float: left;
    text-align: center;
}

/*--------order point center---------*/

.order-point-center{
    width: 100%;
    display: table;
}

.order-point-center .row{
    width: 1007px;
    margin: 0 auto;
    background: url(img/bg-form-midle.png) no-repeat center 0;
    height: 460px;
}

.order-point-center .row .area{
    width: 360px;
    height: 320px;
    background: url(img/bg-question.png) no-repeat 8px 57px;
    float: left;
    text-align: center;
}

.order-point-center .row .area p{
    font-family: 'MagistralC', sans-serif;
    font-size: 35px;
    line-height: 32px;
    margin-top: 10px;    
}

.order-point-center .row .area p.title{
    font-size: 26px;
    margin-top: 91px;
    font-family: 'MagistralB', Arial, sans-serif;
}

.order-point-center .row .area p.red{
    font-size: 28px;
    color: #905660;
    margin-top: 39px;
    line-height: 31px;
}


.order-point-center .row .focus-point{
    float: right;
    background: url(img/bg-form-midle-2.png) no-repeat 0 117px;
    width: 314px;
    height: 400px;
    padding-top: 74px;
    text-align: center;
}

.order-point-center .row .focus-point p.title{
    font-family: 'Verdana', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 68px;
}

.order-point-center .row .focus-point .forma{
    margin-top: 33px;
}

.order-point-center .row .focus-point .forma form{
    text-align: center;
    margin-left: 10px;
}

.order-point-center .row .focus-point .forma input[type="submit"]{
    background: url(img/button-3.png) no-repeat 0 0;
    width: 252px;
    height: 68px;
    margin-left: 20px;
    margin-top: 10px;
    color: #fff;
font-family: 'MagistralC', sans-serif;
font-size: 23px;
line-height: 68px;
text-align: center;
font-weight: bold;
letter-spacing: 1px;
}

.order-point-center .row .focus-point .forma input:hover[type="submit"]{
    background: url(img/button-3-hover.png) no-repeat 0 0;
    cursor: pointer;
}

/*---------plus-----------*/

.plus{
    width: 100%;
    display: table;
    border-top: 2px groove #bebbbc;
    margin-top: 34px; 
}

.plus .row{
    width: 865px;
    margin: 0 auto;
    margin-top: 17px;
}
.plus .row:nth-child(2){
background: url(img/border-client-gor.png) no-repeat center 100%;
padding-bottom: 8px;
}

.plus h2{
    background: url(img/venzel-left.png) no-repeat 0 center, url(img/venzel-right.png) no-repeat 100% center;
    font-size: 48px;
    color: #450807;
    display: block;
    height: 49px;
    margin-bottom: 25px;
    
}
.plus .bg{
    background: #fff;
    width: 71%;
    margin: -43px auto 0;
}

.plus .row .span2{
    width: 430px;
    float: left;
    text-align: center;
}

.plus .row .span2:first-child{
    background: url(img/border-client-vert.png) no-repeat 100% center;
}

.plus .row .span2 h4{
    font-size: 23px;
    font-weight: bold;
    margin-top: 18px;
    letter-spacing: 1.2px;
}


.plus .row .span2 p{
    font-family: 'Verdana', sans-serif;
    font-size: 19px;
    margin-top: 5px;
}

/*-------------reviews---------------*/

.reviews{
    width: 100%;
    background: url(img/bg-reviews.png) no-repeat center 0;
    display: table;
    margin-top: 32px;
    height: 850px;
}

.reviews  h2{
margin: 15px 0 28px;
font-size: 50px;
}
.reviews .row{
    width: 1120px;
    margin: 11px auto 10px;
}

.reviews .row .span2{
    width: 531px;
    height: 215px;
    float: left;
    background: url(img/bg-rev-2.png) no-repeat center center;
    margin: 0 14px;
}

.reviews .row .span2 img{
    float: left;
    width: 120px;
    margin: 30px 0 0 
        35px;
}

.reviews .row .review{
    width: 290px;
    float: right;
    margin-right: 40px;
}

.reviews .row .span2 h5{
    width: 290px;
    float1: right;
    margin: 27px 0 6px;
color: #450512;
font-size: 20px;
font-weight: bold;
}

.reviews .row .span2 p{
    
    padding: 10px 5px;
}

/*-----------paints-----------*/

.paints{
    width: 100%;
    display: table;
    margin-top1: 21px;
    margin-top: 75px;
}

.paints .row{
    width: 1000px;
    margin: 0 auto;
}

.paints .row .paint-minus{
    background: url(img/bg-boli.png) no-repeat left 0;
    width: 420px;
    height: 835px;
    float: left;
    text-align: center;
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
}

.paints .row .paint-minus h3{
font-size: 28px;
line-height: 28px;
margin-top: 6px;
margin-left: -15px;
letter-spacing: 1.0px;
color: #5f5f5f;
}

.paints .row .paint-minus ul{
color: #5b5b5b;
}

.paints .row .paint-minus ul li{
line-height: 30px;
}

.paints .row .paint-minus ul li:nth-child(1){
    height: 195px;
    padding-top: 33px;
}

.paints .row .paint-minus ul li:nth-child(2){
    height: 173px;
    padding-top: 42px;
}

.paints .row .paint-minus ul li:nth-child(3){
    height: 188px;
    padding-top: 49px;
}

.paints .row .paint-minus ul li:nth-child(4){
    height: 207px;
    padding-top: 32px;
}

.paints .row .paint-plus{
    background: url(img/bg-bolinet.png) no-repeat 0 0;
    width: 580px;
    height: 880px;
    float: left;
    padding-left: 174px;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
}

.paints .row .paint-plus h3{
    color: #550e11;
font-size: 31px;
margin: 24px 0 0 -83px;
}

.paints .row .paint-plus ul li{
line-height: 30px;
color: #000;
font-size: 18px;
letter-spacing: 0.2px;
}

.paints .row .paint-plus ul li:nth-child(1){
    height: 195px;
    padding-top: 43px;
line-height: 30px;
height: 178px;
}

.paints .row .paint-plus ul li:nth-child(2){
    height: 186px;
    padding-top: 42px;
}

.paints .row .paint-plus ul li:nth-child(3){
    height: 168px;
    padding-top: 39px;
}

.paints .row .paint-plus ul li:nth-child(4){
    height: 215px;
    padding-top: 50px;
}


/*-----------sertif-------------*/

.sertif{
    width: 100%;
    background: url(img/bg-sert.png) no-repeat center 22px; 
    height: 840px;
    display: table;
    margin-top: 16px;
}


.sertif h2{
    font-size: 46px;
    letter-spacing: 2.1px;
    color: #626262;
}

.sertif .row{
    width: 1000px;
    margin: 0 auto;
    background: url(img/fonari.png) no-repeat center 23px;
    position: relative;
    height: 840px;
}

.sertif .row img{
    position: absolute;
}

.sertif .row img:nth-child(1){
top: 301px;
left: 127px;
}

.sertif .row img:nth-child(2){
top: 306px;
left: 536px;
}

.sertif .row img:nth-child(3){
top: 304px;
left: 333px;
}

.sertif .row img:nth-child(4){
top: 302px;
right: 88px;
}

/*--------travel---------*/

.travel{
    width: 100%;
    display: table;
    border-top: 2px groove #bebbbc;
    margin-top: 38px;
}

.travel .row{
    width: 1040px;
    margin: 31px auto 0;
}

.travel h2{
    background: url(img/venzel-left.png) no-repeat 0 center, url(img/venzel-right.png) no-repeat 100% center;
    font-size: 49px;
    color: #5e4a49;
    display: block;
    height: 49px;
    
}
.travel .bg{
    background: #fff;
    width: 46%;
    margin: -38px auto 0;
}

.travel .row .span2{
    width: 519px;
    float: left;
    text-align: center;
}
.travel .row .span2:first-child{
background: url(img/border-dostavka-vert.png) no-repeat 100% center;
}
/*--------map---------*/

.map{
    width: 100%;
    display: table;
    margin-top: 15px;
}

.map h2{
    font-size: 71px;
    color: #510100;
    line-height: 75px;
    margin-bottom: 2px;
}

.map .row{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    
}

.map .row p.call{
    font-family: 'MagistralC', sans-serif;
font-size: 37px;
margin-top: 14px;
line-height: 49px;
color: #606060;
}

.map .row p.tel{
    font-family: 'MagistralC', sans-serif;
    font-size: 49px;
color: #77372e;
margin-top: 18px;
}

.map .row .yamap{
    width: 1000px;
    margin: 27px auto 0;
    text-align: center;
}

/*---------footer----------*/

footer{
    width: 100%;
    display: table;
    background: url(img/bg-footer.png) no-repeat center 0;
    height: 200px;
    margin-top: 52px;
}

footer .row{
    width: 1000px;
    margin: 63px auto 15px;

}

footer .row p{
    font-family: 'MagistralB', Arial, sans-serif;  
    font-size: 21px;
line-height: 20px;
margin: 12px 0 0 4px;
letter-spacing: 0.8px;
color: #fff;  
}

footer .row .logo{
    width: 500px;
    float: left;
}

footer .row .logo img{
    margin-left: 95px;
}

footer .row .contact{
    width: 500px;
    float: left;
    text-align: center;
    margin-top: 13px;
}

footer .row p.tel{
    margin-left: 124px;
}

footer .row .contact a.button{
    background: url(img/button-4.png) no-repeat center 0;
    width: 384px;
    height: 54px;
    display: block;
    color: #fff;
    line-height: 54px;
    font-family: 'MagistralC', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 14px 0 0 116px;
}

footer .row .contact a:hover.button{
    background: url(img/button-4-hover.png) no-repeat center 0;
}

/*----------none---------------*/

div.fancybox-skin {
background: #010534;
color: #fff;
}

div#order-phone-1,
div#order-phone-2,
div#order-phone-3,
div#order-phone-4,
div#order-phone-5{
    position: relative;
padding: 15px 10px 0;
margin: 0 auto;
text-align: center;
}

div#order-phone-1 p.title,
div#order-phone-2 p.title,
div#order-phone-3 p.title,
div#order-phone-4 p.title,
div#order-phone-5 p.title{
color: #fff;
font-size: 26px;
line-height: 26px;
}

div#order-phone-1 p.form-text,
div#order-phone-2 p.form-text,
div#order-phone-3 p.form-text,
div#order-phone-4 p.form-text,
div#order-phone-5 p.form-text{
color: #fff;
margin: 15px 0;
}

div#order-phone-1 p.conf,
div#order-phone-2 p.conf,
div#order-phone-3 p.conf,
div#order-phone-4 p.conf,
div#order-phone-5 p.conf{
font-size: 10px;
color: #838081;
text-align: center;
margin-top: 15px;
}

