@-webkit-keyframes orbAnimationScale {
    0% {
        opacity:1;
        -webkit-transform:scale(1); }
	30% { 
        opacity:0;
        -webkit-transform:scale(0.5);
    }
    100% { 
        opacity:1;
        -webkit-transform:scale(1);
    }
}
@keyframes orbAnimationScale {
    0% { 
        opacity:1;
        transform:scale(1);
    }
	30% { 
        opacity:0;
        transform:scale(0.5);
    }
    100% { 
        opacity:1;
        transform:scale(1);
    }
}
@-webkit-keyframes orbAnimationFromLeft {
    0% {
        opacity:0;
        margin-left: -1000px;
    }
    100% { 
        opacity:1;
        margin-left: 0px;
    }
}
@keyframes orbAnimationFromLeft {
    0% { 
        opacity:0;
        margin-left: -1000px;
    }
    100% { 
        opacity:1;
        margin-left: 0px;
    }
}

@-webkit-keyframes orbAnimationFromRight {
    0% {
        opacity:0;
        margin-right: -1000px;
    }
    100% { 
        opacity:1;
        margin-right: 0px;
    }
}
@keyframes orbAnimationFromRight {
    0% { 
        opacity:0;
        margin-right: -1000px;
    }
    100% { 
        opacity:1;
        margin-right: 0px;
    }
}

* {
	margin: 0px;
	padding: 0px;
	font-family: 'pf_square_sans_proregular';
}

body {
	/*width: 1010px;*/
	margin: 0px auto;
	text-align: center;
	font-size: 22px;
	color: #364657;
	position: relative;
}

h3 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color: inherit;
}  

a[rel] {
    position: relative;
    display: block; 
}

a[rel]:after {
	content: '';
	background-image: url(/img/zoom.png);
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	display: none; 
	padding: 0px;
}

a[rel]:hover:after {
	display: block; 
}

a:hover {
	/*text-decoration: underline;*/
}

img {
	border: 0px solid white;
}

h1 {
	display: inline-block;
	font-size: 36px;
	background-color: #ffde2d;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 10px 20px;
	font-family: 'pf_square_sans_probold';
}

h2 {
	font-size: 36px;
	margin-top: 50px;
	margin-bottom: 25px;
}

#header {
	/*min-width: 1290px;*/
        min-width: 1010px;
        margin-left: auto;
        margin-right: auto;
}

#logo {
	float: left;
	line-height: 70px;
        margin-bottom: 15px;
}

#logo a {
	font-size: 70px;
	color: black;
        font-family: 'pf_square_sans_probold'
}

#head_top {
	height: 190px;
	/*width: 1010px;*/
        width: 960px;
	padding: 10px 25px;
	margin: 0px auto;
}

#head_phone {
	color: #8c949e;
	text-align: right;
}

#head_phone p {
	line-height: 70px;
}

#head_phone span{
	color: #364657;
	font-size: 36px;
}

#head_phone span, #head_phone p {
	font-family: 'pf_square_sans_promedium';
}

#advantages {
    width: 960px;
    margin: 0px auto;
    font-size: 18px;
}

#head_picture {
	height: 780px;
	background: transparent url(/img/32.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}

#head_pict_1 {
	background-image: url(/img/bg_1.png);
	text-align: center;
	color: white;
	display: inline-block;
	padding: 25px;
	font-size: 36px;
	margin-top: 25px;
}

#top_menu li {
	list-style-type: none;
	display: inline-block;
        float: left;
	margin-left: 13px;
	background-image: url(/img/bg_topmenu.png);
	border: 1px solid #d86b08;
	border-radius: 10px;
	padding: 3px 7px;
	color: #364657;
        margin-bottom: 15px;
}

#top_menu li, #top_menu li a, form p, form p span, form li, form li label {
	font-family: 'pf_square_sans_prolight';
}

#top_menu li:hover {
	background-color: #ffde2d;
	background-image: none;
}

#top_menu li.active {
	background-color: #ffde2d;
	background-image: none;
}

#content {
	/*width: 1010px;*/
        width: 960px;
	margin: 0px auto;
	padding: 0px 25px;
}

.table {
	margin: 0px auto 15px auto;
	border-collapse: collapse;
	font-size: 20px;
}

.table td.spoiler span {
	border-bottom: dotted;
	font-family: inherit;
}

.table td, .table th {
	padding: 5px;
	border: 1px solid #364657;
}

.table th {
	color: white;
	background-color: #364657;
	border-right: 1px solid white;
}

.table th.dtm {
	border-right: 1px solid #364657;
}

table.table tr:hover td {
	background-color: #da4141;
	color: white;
}

table.table tr:hover td.dtm {
	background-color: white;
	color: #364657;
}

#bg_delivery {
	background-image: url(/img/mixer.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.form_input {
	width: 174px;
	font-size: 16px;
	color: #5a799e;
	padding: 5px 0px 3px 26px;
	margin-bottom: 15px;
	border: 0px;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 10px;
}

form {
	background-image: url(/img/bg_1.png);
	width: 420px;
	height: 400px;
	padding: 15px 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	top: 200px;
	border-radius: 16px;
	color: white !important;
	border: 7px solid rgba(255, 255, 255, 0.75);
}

form p {
	margin: 10px 0px;
}

select {
	width: 200px;
	font-size: 16px;
	color: #5a799e;
	padding: 5px 0px 3px 25px;
	margin-bottom: 15px;
	border: 0px;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 10px;
	margin-right: 14px;
}

form ul {
	text-align: left;
}

form ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

form li label:hover {
	cursor: pointer;
}

input[name="text"] {
	width: 394px;
	height: 100px;
	font-size: 16px;
	color: #5a799e;
	padding: 5px 0px 3px 26px;
	margin: 15px 0px;
	border: 0px;
	border-radius: 10px;
}

.but {
	background-image: url(/img/bg_but.png);
	border-radius: 7px;
	border: 1px solid #830202;
	color: white;
	padding: 3px 10px;
	font-size: 23px;
}

.but:hover {
	background-color: #da4141;
	background-image: none;
	cursor: pointer;
}

 form span {
	font-size: 24px;
}

.t_gal {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.t_gal td {
	margin: 0px;
	padding: 0px;
	border: 5px solid transparent;
	width: 195px;
	height: 195px;
	position: relative;
overflow: hidden;
}

.t_gal td img {
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}

.t_gal td:first-child img.animated {
	-webkit-animation-name:orbAnimationFromLeft;
         animation-name:orbAnimationFromLeft;
}
.t_gal td:last-child img.animated {
	-webkit-animation-name:orbAnimationFromRight;
         animation-name:orbAnimationFromRight;
}

#contacts {
	height: 400px;
	width: 350px;
	background-image: url(/img/bg_1.png);
	color: white;
	text-align: left;
	padding: 0px 25px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -455px;
	overflow: hidden;
	z-index: 1000;
}

#contacts p.bold {
	margin-top: 20px;
}

.bold {
	font-family: 'pf_square_sans_probold';
}

#footer {
	/*min-width: 1290px;*/
        min-width: 1010px;
        margin-left: auto;
        margin-right: auto;
	height: 458px;
	/*margin-top: 50px;*/
}

#foot_map {
	width: 100%;
	height: 400px;
}

#foot_bottom {
	width: 100%;
	height: 70px;
        padding: 10px 0px;
	background-color: #364657;
	text-align: center;
}

.error {
	color: white;
	height: 100px;
	line-height: 50px;
	padding: 15px;
	background-color: #364657;
	width: 300px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -150px;
	border-radius: 16px;
	border: 7px solid rgba(255, 255, 255, 1);
	z-index: 2000;
}

.copy {
	color:  #a9a9a9;
	line-height: 30px;
	width: 1010px;
	font-size: 16px;
	margin: 0px auto;
	text-align: left;
}


.advantages {
	width: 100%;
	vertical-align: top;
	border-spacing: 0px;
	padding-bottom: 50px;
}

.advantages td {
	width: 25%;
	vertical-align: top;
	padding: 5px;
}
.advantages td img.animated {

       -webkit-animation-name:orbAnimationScale;
       animation-name:orbAnimationScale;
                   
}

#gallery {
	background-image: url(/img/body-bg.png);
	margin-top: 50px;
	background-repeat: repeat;
        /*width: 100%;*/
	min-width: 1010px;
}

#about {
	margin-top: -30px;
}

.pos_rel {
    position: relative;
}

/* description */

.close {
	float: right;
	margin: 0px 20px 0px 10px;
}

.description {
	display: none;
	width:700px;
	position: absolute;
	top: 50%;
	margin-top: -115px;
	left: 50%;
	margin-left: -350px;
	background: rgba(54, 70, 87, 0.80);
	color: white;
	padding: 15px 25px;
	box-shadow: 0 0 10px #364657;
	border-radius: 16px;
	text-align: left;
}

.description_table {
	display: none;
	width:700px;
        max-height: 800px;
        overflow-y: scroll;
	position: absolute;
	top: 40%;
	margin-top: -115px;
	left: 50%;
	margin-left: -350px;
	/*background: rgba(54, 70, 87, 1);
	color: white;*/
        background-color: white;
	color: #364657;
	padding: 15px 25px;
	box-shadow: 0 0 10px #364657;
	border-radius: 16px;
	text-align: left;
        z-index: 1;
    
}

.description p {
	margin-bottom: 10px;
}

.description_spisok {
	list-style-type: none;
	/*margin-left: 20px;*/
}

.description_spisok li {
	margin-bottom: 10px;
	background: rgba(54, 70, 87, 1);
	padding: 5px;
	border-radius: 5px;
}

.spoiler {
	text-decoration: none;
	cursor: pointer;
}
.animated {
    -webkit-animation-duration:1s;
    animation-fill-mode:both;
	animation-duration:1s;
    -webkit-animation-fill-mode:both;
}
#up {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: -80px;
    margin-left: 515px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    background-color: rgba(54, 70, 87, 0.5);
     cursor: pointer;
    -o-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    /*box-shadow: 0 0 3px 1px #848c99;*/
	z-index: 10000000;
}
#up.show {
    bottom: 20px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
#up:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 15px;
    margin-left: -18px;
    margin-top: -7px;
    background-image: url(/img/arrowup.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform:scale(0.67);
    -o-transform:scale(0.67);
    -moz-transform:scale(0.67);
    transform:scale(0.67);
}





















