* {
    outline: none !important;
}

body {

 font-family: "Calibri", sans-serif;
 font-size: 18px;


    color: #5e5e5e;
}

html {
    min-width: 1100px;
}

.page-404 h1 .big{
    font-size: 300%;
}

.row {margin-left: -15px;margin-right: -15px;box-sizing: border-box;}
.row:before, .row:after {content: " ";display: table;}
.row:after {clear: both;}

.images-row img{
    max-width: 100%;

    transition: transform 0.3s linear;
}
.images-row a{
    display: inline-block;
}
.images-row a:hover img{
    transform: scale(1.1);
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-w1-5{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

    box-sizing: border-box;
}


@media (min-width : 481px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
    .col-w1-5 {
        float: left;
    }


    .col-w1-5 {width: 20%;}

    .col-1 {width: 8.33333%;}
    .col-2 {width: 16.66667%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33333%;}
    .col-5 {width: 41.66667%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33333%;}
    .col-8 {width: 66.66667%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33333%;}
    .col-11 {width: 91.66667%;}
    .col-12 {width: 100%;}

    .col-pull-0{right: auto;}
    .col-pull-1{right: 8.33333%;}
    .col-pull-2{right: 16.66667%;}
    .col-pull-3{right: 25%;}
    .col-pull-4{right: 33.33333%;}
    .col-pull-5{right: 41.66667%;}
    .col-pull-6{right: 50%;}
    .col-pull-7{right: 58.33333%;}
    .col-pull-8{right: 66.66667%;}
    .col-pull-9{right: 75%;}
    .col-pull-10{right: 83.33333%;}
    .col-pull-11{right: 91.66667%;}
    .col-pull-12{right: 100%;}

    .col-push-0{left: auto;}
    .col-push-1{left: 8.33333%;}
    .col-push-2{left: 16.66667%;}
    .col-push-3{left: 25%;}
    .col-push-4{left: 33.33333%;}
    .col-push-5{left: 41.66667%;}
    .col-push-6{left: 50%;}
    .col-push-7{left: 58.33333%;}
    .col-push-8{left: 66.66667%;}
    .col-push-9{left: 75%;}
    .col-push-10{left: 83.33333%;}
    .col-push-11{left: 91.66667%;}
    .col-push-12{left: 100%;}

    .col-offset-0{margin-left: 0%;}
    .col-offset-1{margin-left: 8.33333%;}
    .col-offset-2{margin-left: 16.66667%;}
    .col-offset-3{margin-left: 25%;}
    .col-offset-4{margin-left: 33.33333%;}
    .col-offset-5{margin-left: 41.66667%;}
    .col-offset-6{margin-left: 50%;}
    .col-offset-7{margin-left: 58.33333%;}
    .col-offset-8{margin-left: 66.66667%;}
    .col-offset-9{margin-left: 75%;}
    .col-offset-10{margin-left: 83.33333%;}
    .col-offset-11{margin-left: 91.66667%;}
    .col-offset-12{margin-left: 100%;}

}

header {
    min-width: 1100px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    background: #ED2121;
    border-bottom: 4px solid #C92728;
    top: 0;

}
.blockline {
    height: 320px;
}
.blockline.full {
	left: 0;
    position: absolute;
    width: 100%;
}
table.ct {
	width: 100%;
	text-align: center;
	display: none;
}
table.ct td {
	width: 33.3%;
}
.align {
    width: 1100px;
    margin: 0 auto;
}

.logo {
    float: left;
	padding: 6px 10px 0 0;
}

.social {
    float: left;
    margin: 14px;
}

.social a {
    background: url(../img/social_sprite.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
}

.vk {
    background-position: 0 3px !important;
}

.fbook {
    background-position: -30px 3px !important;
}

.goo {
    background-position: -59px 3px !important;
}

.main_menu {
    float: right;
    list-style: none;
}

.main_menu > li {
    float: left;
    border-right: 1px solid rgba(221, 42, 43, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.main_menu > li.phones {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	padding: 11px 0 0 14px;
}
@media only screen and (max-device-width : 480px) {
	.main_menu > li.phones {
		display: none;
	}
}
.main_menu > li > ul {
	background-color: rgba(237, 33, 33, 0.9);
	position: absolute;
	display: none;
	list-style: outside none;
	border-top: 4px solid #c92728;
	min-width: 210px;
	left: -48px;
	border-bottom: 4px solid #c92728;
}

.main_menu > li > ul > li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(221, 42, 43, 0.5);
}

.main_menu > li > ul > li > a {
	color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none
}

.main_menu > li:hover > ul {
	display: block;
}

.main_menu > li > ul > li > a:hover {
	background-color: #C42F2F;
}

.clearfix {
    clear: both;
    overflow: hidden;
    float: none;
}

.main_menu > li > a {
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    display: block;
    padding: 20px 14px;
}

.main_menu > li > a:hover {
    background: #DA2B2D;
}

.main_menu > li:last-child {
    border-right: none;
}

.main_menu > li:first-child {
    border-left: none;
}
.poster {
    background: url("../img/grid.png") repeat scroll 0% 0%, transparent url("../img/bg.jpg") no-repeat 0% 0% / cover;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    height: 400px;
}

.champagne {
     background: url("../img/grid.png") repeat scroll 0% 0%, transparent url("../img/champagne.jpg") no-repeat 0% 0% / cover;
}

.poster_in {
    background: url("../img/grid.png") repeat scroll 0% 0%, transparent url("/uploads/back/barshow_bg.jpg") no-repeat 0% 0% / cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    /*height: 623px;*/
}

.logoart {
    background: url("../img/grid.png") repeat scroll 0% 0%, transparent url("../img/logoart.jpg") no-repeat 0% 0% / cover;
}



.index_poster_head {
    font-size: 50px;
    margin: 80px 0 15px;
	text-shadow: 1px 1px 0 #000;
}

.poster span {
    font-size: 20px;
    display: block;
    margin: 15px 0 0;
	text-shadow: 0 0 2px #000;
}

.line {
    width: 158px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
}

.btn1 {
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #fff;
    display: inline-block;
    margin: 50px 0 0;
}



.btn1:hover {
    background: rgba(255, 255, 255, 0.3);
}




/******************HOVER TRANSITION*******************/


.btn1, .btn2, .btn3, .btn4,  .logo img, .main_menu li a, .crambs a, .hover_img::after, .sui_hover_img::after, .sui_hover_img2::after, .photo_galery a img, .galery_hover_box, .galery_hover_box a, .crambs2 a, .pagi a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}




/*******************FONT THIN*************************/


.head1, .head2, .head3, .head4, .head5, .head6, .head8, .cart_name, .index_poster_head, .page_poster_head, .pre_info, .head7, .contacts_sideb h3, .contacts_sideb, .suit_box2 span {
    font-weight: 100;
}

 .price_info span, .pric_table tr td:last-child, .seo_text h4, .actual2 {
     font-weight: bold;
 }


/*******************LINE HEIGHT*************************/

.show_info, .pre_info, .cart p, .slide_info, .work_descrptn p {
    line-height: 16px;
}


/******************GLOBAL MARGIN************************/

.pre_info, .show_variant,  .prices, .suit, .photo_galery, .video_galery {
    margin: 15px auto;
}



.head1 {
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 25px 0;
}

.cart {
    width: 290px;
    text-align: center;
    display: inline-block;
	margin-bottom: 30px !important;
}

.img {
   overflow: hidden;
}

.cart .img {
	max-height: 165px;
}

.img img {
    max-width: 289px;
    min-height: 165px;
    min-width: 289px;
}

.img img:hover {
    opacity: 0.7;
}

.cart_name {
    font-size: 20px;
    display: block;
    padding: 10px 0;
    border-bottom: 3px solid #eee;
    text-decoration: none;
    color: #5e5e5e;
}

.cart p {
    font-size: 14px;
    color: #9f9f9f;
}

.btn2 {
    font-size: 16px;
    color: rgba(221, 42, 43, 0.8);
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid rgba(221, 42, 43, 0.8);
}

.btn2:hover {
    background: rgba(221, 42, 43, 0.8);
    color: #fff;
    border: 2px solid rgba(221, 42, 43, 0);
}

.cart:nth-child(3n+1) {
    float: left;
    margin-left: 17px;
}

.cart:nth-child(3n+2) {
    margin: 0 17px 55px 85px;
}

.cart:nth-child(3n+3) {
    float: left;
    margin: 0 0 55px 85px;
}

.carousel_area {
    background: #EEE none repeat scroll 0% 0%;
    margin: 150px 0px 40px;
}

.carousel_area > .align {
    position: relative;
    overflow: visible;
}

.carousel_block {
    background: #eee;
    overflow: hidden;
    margin-bottom: 25px;
    clear: both;
}

.we_are {
    width: 390px;
    float: left;
    margin-right: 30px;
}

.head2 {
    font-size: 30px;
    display: block;
    padding: 5px 0;
    border-bottom: 4px solid #eee;
}

.head4 {
    font-size: 24px;
    display: block;
    padding: 5px 0;
    border-bottom: 4px solid #eee;
    margin: 0px 0 12px;
    text-align: left;
    clear: both;
	font-weight: bold;
	text-transform: uppercase;
}

.align_block .head4{
    margin-top: -38px;
}
.align_block.catalog2 .head4 {
	line-height: 1.1;
    margin-top: -12px;
}

.we_are p {
    color: #9f9f9f;
    font-size: 16px;
    text-align: justify;
}

.video {
    float: right;
    width: 600px;
    height: 360px;
    margin-right: 27px;
}

.red {
    color: #dd2a2b;
}

.video_block {
    overflow: hidden;
	margin-bottom: 25px;
}

footer {
    background: transparent url("../img/footer_bg.jpg") repeat fixed 0% 0%;
    overflow: hidden;
}

.yel {
    color: #ffd31c;
}

.head3 {
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 15px 0px 0px;
    color: #fff;
}

.posthead {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    display: block;
    text-align: center;
    margin: 0 0 25px;
}

footer textarea {
    display: block;
    width: 800px;
    height: 80px;
    resize: none;
    border: none;
    border-radius: 5px;
    margin: 10px auto;
    color: #dd2a2b;
    font-size: 16px;
    padding: 10px;
    font-family: "Calibri", sans-serif;
}

footer input[type="text"], footer input[type="email"] {
    width: 246px;
    height: 25px;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    color: #dd2a2b;
    font-size: 16px;
}

input:focus::-moz-placeholder { color: transparent; }
input:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus::-moz-placeholder { color: transparent; }
textarea:focus::-webkit-input-placeholder { color: transparent; }

.centered {
    text-align: center;
}

.centered input:nth-child(2) {
    margin: 0 7px;

}

.btn4 {
    width: 280px;
    height: 50px;
    line-height: 48px;
    color: #000;
    font-size: 20px;
    border-radius: 5px;
    display: block;
    margin: 30px auto;
    text-decoration: none;
    background: #ffd31c;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btn4:hover {
    background: #fde064;
}

.logo img {
    vertical-align: bottom;
	height: 48px;
}

@media only screen
and (max-device-width : 480px) {
	.logo img {
		display: none;
	}
}

.logo img:hover {
    opacity: .7;
}

.number {
    font-size: 24px;
    float: left;
    margin: 15px 0 0;
}

.number > span, .red2 {
    color: #dd2a2b;
    font-size: 18px;
}

.businessup {
    float: right;
    color: #c6c6c6;
    font-size: 12px;
	margin-top: 32px;
}

.businessup img {
    height: 40px;
    vertical-align: middle;
    margin: -8px 0 0 5px;
}


.slide_head {
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 10px 0 0;
    height: 40px;
    overflow: hidden;
}

.slide_info {
    font-size: 14px;
    color: #9f9f9f;
    text-align: left;
    padding: 0 15px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.btn3 {
    width: 105px;
    height: 20px;
    display: inline-block;
    border: 2px solid rgba(221, 42, 43, 0.8);
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    text-decoration: none;
    color: rgba(221, 42, 43, 0.8);
    border-radius: 5px;
    float: right;
    margin: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.carousel .slides li {
    position: relative !important;
}

.btn3:hover {
    background: rgba(221, 42, 43, 0.8);
    color: #FFF;
    border: 2px solid rgba(221, 42, 43, 0);
}

.date {
    float: left;
    color: #B1B1B1;
    font-size: 12px;
    margin: 10px;
    position: absolute;
    bottom: 0;
    left: 74px;
}

.page_poster_head {
    font-size: 50px;
	display: inline-block;
    padding: 5px 20px;
    margin: 4% 0 0;
	text-shadow: 1px 1px 5px #000;
}

.crambs {
    text-align: left;
    margin: 20px;
    color: rgba(255,255,255, .8);
    font-size: 12px;
}

.crambs a {
    color: rgba(255,255,255, .8);
    font-size: 12px;
    text-decoration: none;
}

.crambs a:hover {
    color: #fff;
}

.crambs2 {
    text-align: left;
    padding-top: 22px;
    color: #b9b9b9;
    font-size: 12px;
}

.crambs2 a {
    color: #b9b9b9;
    font-size: 12px;
    text-decoration: none;
}

.crambs2 a:hover {
    color: #818080;;
}

.pre_info {
	border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    font-size: 18px;
    line-height: 21px;
    padding: 15px 0 20px;
    text-align: justify;
	margin-top: 35px;
}

.pre_info > p {
	margin: 0;
}

.head4 img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.head6 img {
    vertical-align: middle;
    margin: 0 0 0 7px;
}

.show_block {    
    float: none;
    width: 238px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
	vertical-align: top;
}

.show_block > a {
    width: 238px;
    height: 196px;
    display: block;
    overflow: hidden !important;
    background: #ff0000;
}

.show_block > a > img {
    margin-bottom: 5px;
    width: auto;
    height: 100%;
    opacity: 1;

    -webkit-transition: opacity .6s ease , transform .6s ease 0s;
    -moz-transition: opacity .6s ease , transform .6s ease 0s;
    -ms-transition: opacity .6s ease , transform .6s ease 0s;
    -o-transition: opacity .6s ease , transform .6s ease 0s;
    transition: opacity .6s ease , transform .6s ease 0s;

}

.hover_img::after {
    content: "Читати далі";
    display: block;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    position: absolute;
    top: -36%;
    font-weight: 400;
    left: 22%;
    opacity: 0;
    border: 2px solid #fff;
}

.show_block:hover .hover_img::after {
    opacity: 0.9;
    top: 26%;
}
.show_block:hover img {
    opacity: 0.4;

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.show_info {
    color: #9F9F9F;
    font-size: 14px;
    margin-top: 3px;
}

.head5 {
    border-bottom: 3px solid #EEE;
    font-size: 20px;
    display: inline-block;
    padding: 10px 10px 3px;
}


.show_block:last-child {
/*    float: right;
*/
    float: none;
    margin: 0 0 0 17px;
}

.show_block:nth-child(2) {

    float: none;
    margin: 0 17px 0 0;
}

.show_block:nth-child(4), .show_block:nth-child(3) {
    margin:  0 17px;
    float: none;
}

.show_variant {
    text-align: center;
}

.head_prise {
    font-size: 18px;
    color: #fd5252;
	float: right;
	margin-top: 5px;
}
.head_prise2 {
	color: #fd5252;
}
.align_block.catalog2 .head_prise {
	margin-top: 12px;
	font-size: 24px;
	float: none;
}

.pric_table {
    width: 500px;
    float: left;
    margin-bottom: 22px;
}

.pric_table2 {
    width: 690px;
}

.pric_table 2 {
    width: 610px;
    float: left;
}


.pric_table_head {
    font-size: 19px;
    color: rgba(255,255,255, .8);
    background: #FD5252 none repeat scroll 0% 0% !important;
    border-bottom: 4px solid #E30001;
}

.pric_table_head  th{
    padding: 10px 15px;
}

.pric_table tr td {
    text-align: center;
    padding: 10px 15px;
}

.pric_table2_head  th{
    padding: 12px;
}

.pric_table2 tr td {
    padding: 11px;
}

.pric_table tr td:last-child {
    /*color: #fd5252;*/
}

.colored {
    background: #eee;
}

.price_info {
    float: right;
    border: 5px solid #EEE;
    padding: 17px;
    width: 500px;
    min-height: 260px;
}

.price_info2 {
    border: 5px solid #eee;
    float: right;
    min-height: 201px;
    padding: 17px;
}

.price_info3 {
    width: 30%;
}

.price_info span {
    font-size: 20px;
}

.suit {
    text-align: center;
}

.suit_box {
    width: 99px;
    display: inline-block;
    margin: 0 20px;
}


.suit_box span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}

.sui_hover_img {
    width: 99px;
    height: 150px;
    display: block;
    overflow: hidden !important;
    background: #F00 none repeat scroll 0% 0%;
    position: relative;
}



.sui_hover_img::after {
    content: "";
    background: url(../img/zoom.png) no-repeat 50% 50%;
    display: block;
    width: 99px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}


.suit_box > a > img {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    opacity: 1;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;

}

.suit_box:hover .sui_hover_img::after {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.suit_box:hover img {
    opacity: 0.4;
}

.suit_box:nth-child(2) {
    float: left;
    margin: 0;
}

.suit_box:last-child {
    float: right;
    margin: 0;
}

.work_descrptn {
    position: relative;
    padding: 10px;
    margin: 30px 0 10px;
    background: #f5f5f5;
    border-radius: 8px;
    clear: both;
	display: table;
	width: 98%;
}

.work_descrptn img {
    display: table-cell;
    margin: 0 24px;
    vertical-align: middle;
}

.work_descrptn p {
    text-align: left;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    line-height: 21px;
}


.work_descrptn::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f5f5f5;
    position: absolute;
    left: 40px;
    top: 100%;
}
.actual {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #fd5252;
    text-align: left;
    clear: both;
}

.actual_chmp {
    font-size: 18px !important;
    padding: 0;
    font-weight: normal !important;
	text-align: center;
}



.photo_galery {
    width: 616px;
    float: left;
    text-align: center;
}

.photo_galery a  {
    width: 190px;
    height: 122px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

.photo_galery a img {
    width: auto;
    height: 122px;
}

/*
.photo_galery a img:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
*/

.photo_galery a:nth-child(1n) {
    float: left;
}

.photo_galery a:nth-child(2n) {
    float: none;
}

.photo_galery a:nth-child(3n) {
    float: right;
}

.photo_galery a:nth-child(1n+7) {
    display: none;
}

.galery_hover_box:hover > a {
    opacity: .5;


    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}


.galery_hover_box:hover > a:hover {
    opacity: 1;


    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.video_galery {
	width: 460px;
	float: right;
	height: 352px;
}

.video_galery > p, #forVideo > p {
	margin: 0;
}

.head6 {
    font-size: 24px;
    display: block;
    padding: 5px 0;
    border-bottom: 4px solid #eee;
    margin: 0 0 12px;
    text-align: right;
    clear: both;
    overflow: hidden;
}

.seo_text {
    color: #c5c5c5;
    font-size: 16px;
    text-align: justify;
    float: none;
    clear: both;
}

.seo_text h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: -11px;
}

.actual2 {
    display: block;
    padding: 20px 0 0;
    font-size: 18px;
    color: #fd5252;
    text-align: left;
    clear: both;
    text-transform: uppercase;
}



.align_block {
    width: 770px;
    text-align: center;
}
.align_block.catalog2 {
	width: 675px;
	text-align: left;
}
.align_block.catalog2 ul {
	list-style: disc inside;
	margin-bottom: 18px;
}
.align_block p, .align_block .text_ol {
    text-align: justify;
    /*min-height: 170px;*/
    max-height: 170px;
    margin-top: -8px;
}

.target {
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 5px auto;
    color: #FD5252;
}

.target_answ {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: -8px 0 12px;
}
.align_block.catalog2 .target_answ {
	margin: 0;
	text-align: left;
	color: #8f8f8f;
    font-size: 15px;
	font-weight: normal;
}

.imress {
    padding: 0 10px;
}
.align_block.catalog2 .imress {
    padding: 0;
}



.full_servc_descr .align_block, .full_servc_descr2 .imress {
    float: left;
}

.full_servc_descr .imress, .full_servc_descr2 .align_block {
    float: right;
}

.full_servc_descr, .full_servc_descr2 {
    clear: both;
    padding: 30px 0;
}
.full_servc_descr .imress img, .full_servc_descr2 .imress img {
	max-width: 289px;
}
.full_servc_descr .imress.catalog2 img, .full_servc_descr2 .imress.catalog2 img {
	max-width: 400px;
}

.full_servc_descr .work_descrptn::after, .full_servc_descr2 .work_descrptn::after {
    top: -15px;
    border-bottom: 15px solid #f5f5f5;
    border-top: 0;
}



.head7 {
    font-size: 30px;
    display: block;
    text-align: left;
    border-bottom: 4px solid #eee;
	margin-bottom: 20px;
}

.journal_block {
	float: left;
    margin: 5px 0 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 50%;
}
.journal_block:nth-child(2n+3) {
	clear: left;
}
.journal_block .thumb {
	position: relative;
	display: inline-block;
}
.journal_block .thumb .cur_date {
    background-color: rgba(238, 238, 238, 0.3);
    bottom: 4px;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
.journal_block img {
    display: inline-block;
    max-height: 310px;
    max-width: 465px;
    text-align: center;
}
.journal_block img:hover {
	opacity: 0.7;
}

.journal_block > h3 {
    margin: 10px 0;
    text-transform: uppercase;
}
.journal_block > h3 > a {
	color: #5e5e5e;
	text-decoration: none;
}
.journal_block > h3 > a:hover {
	color: #000;
}
.journal_block p {
    color: #9f9f9f;
    font-size: 17px;
    margin: 0;
    max-height: 80px;
    min-height: 80px;
    padding: 0 45px;
}

.pagi {
    border-top: 3px solid #eee;
    padding: 10px 0px;
    clear: both;
    margin: 0;
    text-align: right;
}

.pagi span {
    color: #b9b9b9;
    font-size: 14px;
    margin: 0px 10px;
}

.pagi a {
    text-decoration: none;
    color: #525252;
    font-size: 16px;
}

.chosen_pag {
    font-size: 20px !important;
    color: #FD5252 !important;
}

.pagi a:hover {
    color: #FD5252;
}

.information_page p {
    text-align: justify;
}

.contacts_sideb {
    border-radius: 10px;
    padding: 10px;
    font-size: 21px;
    border: medium none;
    position: relative;
    width: 340px;
    float: left;
    margin: 50px 100px;
}

.contacts_sideb h3 {
    text-align: center;
    margin: 10px 0px 0px;
    font-size: 28px
}

.contacts_sideb span:nth-child(2) {
    font-size: 21px;
}
.contacts_sideb span {
    text-align: center;
    display: block;
    margin: 10px 0px;
}

.contacts_sideb span:nth-child(3) {
    margin: 30px 0px 5px;
	font-size: 24px;
}
.contacts_sideb span {
    text-align: center;
    display: block;
    margin: 10px 0px;
}

.contacts_sideb span > span {
    color: #dd2a2b;
    display: inline-block !important;
    margin: 0px !important;
}

.contacts_sideb span:nth-child(4) {
    margin: 0px 0px 30px;
	font-size: 24px;
}

.forward {
    width: 410px;
    background: #F8F8F8 none repeat scroll 0% 0%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 30px 30px;
}
.map {
	margin-bottom: 20px;
}

.margin20 {
    margin: 20px !important;
}

.forward input[type="text"], .forward input[type="email"] {
    width: 80% !important;
    display: block;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 46px !important;
    color: #8B8B8B;
    font-size: 16px;
    font-family: "Calibri",sans-serif;
    margin: 5px auto;
    padding: 0px 10px;
}

.forward textarea {
    width: 80% !important;
    display: block;
    border: 1px solid #E5E5E5;
    color: #8B8B8B;
    font-size: 16px;
    font-family: "Calibri",sans-serif;
    margin: 5px auto;
    height: 115px !important;
    border-radius: 8px;
    resize: none !important;
    padding: 10px;
}

.content {
    clear: both;
    margin-top: 63px;
	min-height: 290px;
}

.forward .btn4 {
    margin: 20px auto 0;
}

.head8 {
    text-align: left;
    padding: 10px 0;
    font-size: 22px;
    display: block;
    margin: 0;
    clear: both;
}



.prices {
    overflow: hidden;
}



.suit_box2 {
    text-align: center;
    display: inline-block;
	float: left;
	margin-bottom: 20px;
	width: 255px;
	height: 200px;
}

.suit_box2 span {
    display: block;
    font-size: 18px;
    padding: 5px 0 0;
}

.sui_hover_img2 {
    width: 255px;
    height: 167px;
    display: block;
    overflow: hidden !important;
    background: #F00 none repeat scroll 0% 0%;
    position: relative;
}

.sui_hover_img2::after {
    content: "";
    background: transparent url("../img/zoom.png") no-repeat scroll 50% 50%;
    display: block;
    width: 255px;
    height: 179px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}

.suit_box2:hover .sui_hover_img2::after {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.suit_box2 > a > img {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}


.suit_box2:hover img {
    opacity: 0.4;
}

.suit2 {
    text-align: center;
}
.right_block{
    float: left;
    width: 45%;
    padding: 0 0 0 10px;
}

.left_block{
    float: left;
    width: 45%;
    padding: 0 10px 0 0;
    margin: 0 27px;
}

.right_block span, .left_block span{
    float: left;
    font-weight: 600;
    font-size: 20px;
}

.left_block #p_1, .right_block #p_2 {
    float: left;
    margin: -4px 1px 13px 178px;
}

.forBlock{
    position: relative;
}

#b_1, #b_2 {
    width:100%;
}


.modalDialog:target {
    display: block;
    pointer-events: auto;
}
.modalDialog {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    transition: opacity 400ms ease-in 0s;
    display: none;
    background: transparent radial-gradient(closest-side, #FFF 1%, rgba(255, 255, 255, 0.5) 1%, rgba(0, 0, 0, 0.8) 150%) repeat scroll 50% 50%;
}

.modalDialog > div {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.modalDialog > div {
    width: 510px;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    font-size: 18px;
    color: #9F9F9F;
    clear: both;
}

.close_win:hover {
    background: #4F4F4F none repeat scroll 0% 0%;
}
.close_win {
    background: #D36052 none repeat scroll 0% 0%;
    color: #FFF;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 64px;
    height: 24px;
    text-decoration: none;
    border-radius: 0px 10px;
    transition: all 0.3s ease 0s;
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 100;
    line-height: 21px;
}

.carts {
    overflow: hidden;
	margin-bottom: 20px;
}

@media only screen
and (min-device-width : 481px) {
	.social a.tel {
		display: none;
	}
}

@media only screen
and (max-device-width : 480px) {
    
    
    html {
    min-width: 100%;
    }
    
    .align, header {
        min-width: 100%;
        width: 100%;
    }
    
    header {
        text-align: center;
        background: rgba(0, 0, 0, 0.59) none repeat scroll 0% 0%;
        position: fixed;
        z-index: 1000;
    }
    
    .logo, .social, .social a, .main_menu li, .main_menu  {
        float: none;
    }
    
    .main_menu {
    clear: both;
    width: 100%;
    }
    
	.social a {
		display: block;
		margin: 7px;
		float: left;
	}
	
	.social a.tel {
		background: transparent;
		color: rgba(255, 255, 255, 0.78);
		line-height: 1.3;
		text-decoration: none;
		width: auto;
	}
    
    .social {
    margin: 0px;
    position: absolute;
    right: 0px;
    }
    
    .hamburger {
    width: 30px;
    padding: 10px;
    cursor: pointer;
    }
    
.line_h {
    width: 100%;
    height: 2px;
    border-radius: 0px;
    display: block;
    margin: 2px 0px;
    background: rgba(255, 255, 255, 0.78) none repeat scroll 0% 0%;
    }
    
    .closed {
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    }
    
    .opened {
    height: 40.2px;
    }
    
    .menu_line {
        background: #E30001;
    }
    
    .main_menu li a {
        padding: 10px 19px;
        text-align: left;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    }
    
    .main_menu li:last-child a {
        border: none;
    }
    
    
    header {
    border-bottom: 4px solid #B00102;
    }
    
    .index_poster_head {
    font-size: 50px;
    margin: 30px 0px 15px;
    }
    
    .poster{
        height: 333px;
    }
    
    .logo {
    padding: 10px;
    text-align: center;
    }
    
    .cart {
    text-align: center;
    display: block;
    clear: both;
    float: none !important;
    margin: 50px auto !important;
    }
    
    .flex-direction-nav a {
        display: none;
    }
    
    .we_are {
    width: auto;
    margin: 30px;
}
    
    .carousel_block {
        margin: 0px;
    }
    
    .video {
    float: none;
    width: auto;
    height: auto;
    margin: 10px;
    }
    
    footer {
        padding: 10px;
    }
    
    .head3 {
    font-size: 26px;
    margin: 20px 0px 0px;
    }
    
    .posthead {
    margin: 0px 0px 30px;
    }
    
    footer input[type="text"], footer input[type="email"] {
        margin: 10px;
    }
    
    footer textarea {
        width: 82%;
        float: none;
    }
    
    .number {
    display: block;
    text-align: center;
    float: none;
    margin: 0px 0px 30px;
    }
    
    .businessup {
    clear: both;
    float: none;
    text-align: center;
    margin: 10px;
    }
    
    .postfooter .logo {
        padding: 30px 0 0px;
    }
    
    .content {
        overflow: hidden;
        padding: 43px 0 0;
    }
    
    .head7 {
        text-align: center;
        margin: 0 18px 10px;
    }
    
    .crambs2 {
        margin: 10px;
    }
    
    .suit_box2 {
        float: none !important;
        margin: 15px;
    }
    
    .main_menu li a:hover {
    background: rgba(227, 0, 1, 0.7) none repeat scroll 0% 0%;
    }
    
    .journal_block img {
		width: 100%;
    }
    
    .journal_block {
        padding: 0 10px;
		width: auto;
    }
    
    .pagi{
    text-align: center;
    margin:10px;
    }
    
    .journal_block p {
    min-height: auto;
    max-height: none;
    }
    
    .contacts_sideb {
    width: auto;
    margin: 30px;
    padding: 0px;
    float: none;
    }
    
    .forward {
        width: auto;
        padding: 10px 0;
        margin: 10px 0;
    }
    
    .page_poster_head {
		font-size: 30px;
		display: inline-block;
		padding: 5px 20px;
		margin: 45px 0 0;
		text-shadow: 1px 1px 0 #000;
    }        

    .cloud{
        display: none;
    }
    
    .pre_info {
        margin: 30px 20px 10px;
    }
    
    .full_servc_descr, .full_servc_descr2 {
		clear: both;
		padding: 5px 0;
    }
    
    .align_block {
    width: auto !important;
    text-align: center;
    margin: 20px;
}
    
    .work_descrptn {
		margin: 10px;
		width: auto;
    }
    
    .align_block p {
        min-height: auto;
        max-height: none;
    }
    
    .head_prise {
        display: block;
        float: none;
    }
    
    .imress {
        margin: 10px;
        float: none !important;
        clear: both;
    }
    
    .imress img {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 100%;
    }
    .pric_table2 {
        width: auto;
        margin: 10px auto;
        float: none;
        clear: both;
    }
    
    .pric_table2 tr td {
        padding: 10px 2px;
    }
    
    .pric_table_head th {
    padding: 5px;
}
    
    .head4 {
		text-align: center;
    }
    
    .price_info, .price_info2 {
        width: auto;
        float: none;
        margin: 10px;
		clear: both;
    }
	
	.pric_table {
		width: auto;
	}
    
    .photo_galery {
        width: auto;
        float: none;
    }
    
    .photo_galery a, .photo_galery a img {
        width: 95%;
        height: auto !important;
        margin: 10px auto !important;
        float: none !important;
        display: block !important;
    }
    
    .video_galery {
    width: auto;
    float: none;
    height: 352px;
    margin: 20px;
    }
    
    .seo_text {
        margin: 20px;
    }
    
    .show_block {
        float: none !important;
        margin: 40px auto;
    }
    
    .suit_box {
    width: 99px !important;
    display: inline-block !important;
    margin: 10px !important;
    float: none !important;
}
    
    .modalDialog > div {
        width: auto;
        margin: 20% 20px;
        border-radius: 4px;
    }
    
    .close_win {
    border-radius: 0px 3px;
    }
	
	.btn1 {
		margin-top: 20px;
	}
	
	.left_block #p_1, .right_block #p_2 {
		margin: 0;
	}
	.information_page {
		float: left;
		padding: 0 10px;
		width: 100%;
		margin: 0;
	}
	.information_page a {
		float: left;
	}
	.blockNews {
		padding: 0 10px;
	}
	.blockNews > p:last-child > img {
		height: auto;
		margin: 0 !important;
		width: 100%;
	}
	.cocktails img {
		height: auto;
		width: 100%;
	}
	.prices {
		overflow: hidden;
		padding: 0 10px;
		text-align: center;
	}	
	.align_block.catalog2 .target_answ {
		text-align: center;
	}
}

.imress img {
/*    max-height: 236px;*/
    max-width: 255px;
/*    min-height: 236px;*/
    min-width: 255px;
}

.imress img:hover {
    opacity: 0.7;
}

#step {
    cursor: pointer;
}

#forVideo {
    overflow: hidden;
}

#forVideo iframe {
    vertical-align: bottom;
}

.postfooter .logo {
    padding: 20px 10px;
}

.pric_table tr:nth-child(2n+1) {
    background: #EEE none repeat scroll 0% 0%;
}

.seo_text a {
    text-decoration: none;
    color: rgb(137, 139, 141);
}

.price_info > strong {
    font-size: 20px;
}

.price_info > p {
    padding: 0px !important;
    margin: 5px 0 !important;
}

.prices > ul {
	border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    padding: 6px 10px 3px;
    width: 42.78%;
}

.prices li {
    font-size: 17px;
    display: block;
	padding: 3px 0;
}

.prices > span {
    background: #F5F5F5 !important;
	border: none !important;
    font-size: 20px;
    font-weight: bold;
    height: 22px;
    padding: 3px 304px 3px 14px !important;
	color: #5e5e5e;
}

@media only screen
and (max-device-width : 480px) {
	.prices > ul {
		width: 100%;
		padding: 6px 0 3px;
	}
	.prices > span {
		padding: 3px 0 6px!important;
		display: block;
		margin: 0 10px;
	}
}

.text_ol {
    margin-bottom: 26px;
}

.text_ol ul{
    margin-left: 18px;
}
.blockNews > p:last-child {
	text-align: center;
}
.blockNews > p:last-child > img {
	margin: 0 10px;
}
.show_sep {
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-align: left;
}
.show_sep > h1 {
    text-align: center;
	margin: 10px 0 15px;
}
.show_sep > img {
    float: left;
    max-width: 350px;
	margin-right: 20px;
}
.show_sep .show_info {
	clear: both;
}
.show_sep .pric_table_head {
	text-align: center;
}

.logo-art{
    box-sizing: border-box;
}


@media (max-width : 480px) {
    .logo-art{
        padding: 0 15px;
    }

    .images-row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .images-row .col-w1-5,
    .images-row .col-3{
        float: left;
        width: 50%;

        padding-right: 5px;
        padding-left: 5px;

        margin-bottom: 6px;
    }

	.flexslider.carousel .flex-control-nav.flex-control-paging{
		display: none;
	}


}


@media (max-width : 480px) {
    .content .poster {
        background-position: center center !important;
    }



}
