@font-face {
    font-family: "Trivia Sans Black";
    src: url("../fonts/TriviaSansBlack.otf");
}
@font-face {
    font-family: "Trivia Sans Light";
    src: url("../fonts/TriviaSansLight.otf");
}
@font-face {
    font-family: "Trivia Sans Medium";
    src: url("../fonts/TriviaSansMedium.otf");
}
@font-face {
    font-family: "Trivia Sans Regular";
    src: url("../fonts/TriviaSansRegular.otf");
}
@font-face {
    font-family: "Trivia Serif Medium.otf";
    src: url("../fonts/TriviaSerifMedium.otf");
}
@font-face {
    font-family: "Trivia Serif Light.otf";
    src: url("../fonts/TriviaSerifLight.otf");
}
@font-face {
    font-family: "Trivia Serif Regular.otf";
    src: url("../fonts/TriviaSerifRegular_2.otf");
}
@font-face {
    font-family: "Trivia Serif Black";
    src: url("../fonts/TriviaSerifBlack.otf");
}
.big_content {
	padding-bottom: 120px;
}
.header_top_wrp {
	height: 80px;
	background: #fff;
	box-shadow: 0px -6px 20px 0px #000;
}
.header_top {
	width: 1170px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

.social_icons {
	
    height: 20px;
    width: 200px;
    color: white;
    float: left;
    padding-top: 21px;
    background: #83380e;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    top: 20px;
    margin-top: 15px;
    text-decoration: none;

}
.social_icons:hover {
	background: #4b250f;

}
.social_icons a {
	text-decoration: none;
	color:#ffffff	
}

/*.social_icons .module {}
.social_icons .module a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
}

.social_icons .module a:hover {
	background-position-y: 40px;
}

.social_icons .insta {
	background: url('../images/soc/insta.png');
	background-position-y: 0px;
}
.social_icons .ok {
	background: url('../images/soc/ok.png');
	background-position-y: 0px;
}
.social_icons .vk {
	background: url('../images/soc/vk.png');
	background-position-y: 0px;
}
.social_icons .youtube {
	background: url('../images/soc/youtube.png');
	background-position-y: 0px;
}
*/

.header_top_phone,
.search {
	float: right;
}

.searchbut {
	background: url('../images/search_button.png') no-repeat!important;
	border: none!important;
	position: relative;
	top: 5px;
	right: 17px;
	z-index: 9;
}
.search {
	position: relative;
    top: 98px;
}
.module  h2 {
	font-size: 40px;
	font-family: 'Trivia Serif Regular';
	color: #83380e;
	font-weight: 300;
	/* padding-top: 40px; */
	margin-bottom: 30px;
	position: relative;
}

.header_top_phone {
    margin-right: -106px;
    margin-top: 15px;
}
.header_top_phone p {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 6px;
    padding-left: 10px;
}

.header_top_phone p:before {
	    content: "\f095";
	    display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    left: -5px;
		color: #83380e;
}


.logo_center {
    margin: 0 auto;
    width: 1170px;
    position: relative;
}
img.big_logo {
	display:block;
}
img.small_logo {
	display:none;
}
.logo_center_img {
    display: table;
    background: #fff;
    padding: 15px 35px;
    width: 269px;
    box-sizing: border-box;
    height: 175px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    z-index: 99;
    top: -50px;
    box-shadow: 0px 8px 20px -14px #000;
}
.logo_center_img img {}

.logo_center_img::before {
	content:"";
	position: absolute;
	height: 150px;
	width: 30px;
	background: white;
	bottom: 0px;
	left: -25px;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	box-shadow: -10px 15px 20px -14px #000;
}
.logo_center_img::after{
	content:"";
	position: absolute;
	height: 150px;
	width: 30px;
	background: white;
	bottom: 0px;
	right: -25px;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	box-shadow: 10px 15px 20px -14px #000;
}

/* Header Menu */

.header_menu_wrp {
	background:#83380e;
	width: 100%;
	height: 70px;
	box-shadow: inset 0px 5px 13px -5px rgba(0, 0, 0, 0.49);
}

.header_menu {
	width: 1170px;
	margin: 0 auto;
}

#mainmenu.menu li:nth-child(5) {
    position: relative;
    margin-left: 410px;
}

#home_li a {
	    padding: 27px 28px!important;
}
#home_li span {
	display: none;
}
/* Slider */
.slid_header {
    text-align: center;
}
.slid_header a {
	background: rgba(49, 20, 6, 0.71);
	font-family: "Trivia Serif Regular";
	font-size: 40px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 54px;
	text-transform: uppercase;
	width: 700px;
	display: inline-block;
}
.slid_desc {
	font-family: "Trivia Sans Light";
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
    margin-top: 400px;

   

}
.slid_desc2 {
	width: 790px;
	display: inline-block;
     
}

.slid_desc2 span {
    background: rgba(0, 0, 0, 0.58);
    display: inline-block;
    padding: 13px 15px 0px 15px;


}

.slid_capt {
    margin-top: 378px;
}

.slider_li_block {
	height: 600px!important;
	width: 100%;
	background-position: center center!important;
}

.slick-prev {
    left: 25px;
	background: url('../images/prev.png');
}
.slick-next {
    right: 25px;
	background: url('../images/next.png');
}
.slick-arrow {
    position: absolute;
    z-index: 9;
    height: 41px;
    width: 23px;
    text-indent: -9999px;
    top: 50%;
    margin-top: -21px;
    border: none;
    cursor: pointer;
}

ul.slick-dots {
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
ul.slick-dots li {
    list-style: none;
    display: inline;
    margin: 5px;
}
ul.slick-dots li button {
    text-indent: -9999999999px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #fff;
    background: #5f483a;
    padding: 0;
	cursor: pointer;
}
ul.slick-dots li.slick-active button {
    border: 2px solid #ffffff;
    background: #ffffff;
}

/* Services */

.services_wrp {
    width: 100%;
    height: auto;
    background:url('../images/fon.png');
    position: relative;
    z-index: 9;
}
.services_wrp::before {
	
	content: "";
	position: absolute;
	height: 850px;
	width: 950px;
	opacity: 0.3;
	background-size: cover;
	left: -60%;
}
.services_con {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.services_con h2 {
	text-align: center;
	font-size: 40px;
	font-family: 'Trivia Serif Regular';
	color: #fff;
	font-weight: 300;
	padding-top: 5px;
	margin-bottom: 30px;
	position: relative;
}

.services_con h2::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 2px;
    background: #fff;
    bottom: -15px;
    left: 50%;
    margin-left: -90px;
}

.block_services {
    float: left;
    width: 180px;
    text-align: center;
    height: 270px;
    margin: 0 55px;
}

.block_services:hover > a > .block_services_image {
	box-shadow: 0px 13px 10px -1px rgba(0, 0, 0, 0.29);
	transform: scale(1.1);
}

.block_services_image {
    width: 170px;
    height: 170px;
    border-radius: 100px;
    box-sizing: border-box;
    border: 5px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.7);
	transition: 0.3s;
}
.block_services_title {
	font-family: "Trivia Sans Regular";
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}

a.block_services_title:hover {
	border-bottom: 1px solid #fff;
}

.block_services_desc {
	font-family: "Trivia Sans Light";
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	line-height: 14px;
}

.ser_block_list_index {
    margin: 40px 0 0px 0;
    display: block;
}

.service_read_more {
    position: relative;
    margin:20px;
}
.service_read_more a {
	    position: inherit;
	    color: #fff;
	    border: 2px solid #fff;
	    padding: 10px 20px;
	    text-decoration: none;
	    width: 160px;
	    text-align: center;
	    bottom: 24px;
	    left: 50%;
	    margin-left: -60px;
	    box-sizing: border-box;
}

.service_read_more a:hover {
    background: #83380e;
    color: #fff;
}
.about_wrp {
    margin-bottom: -35px;
}
.about_con {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
.about_right_text {
    float: right;
    width: 570px;
}
.about_left_gallery {
    float: left;
   
}
.about_left_gallery h2 {
       text-align: center;
        margin-bottom: 60px;
}
.about_left_gallery p:last-child {
    text-align:center;
}

.about_left_gallery a {
    color: #83380e;
    border: 2px solid #83380e;
    padding: 10px 20px;
    text-decoration: none;
    width: 160px;
    bottom: -65px;
    left: 50%;
    box-sizing: border-box;
}


.aboutgallery_img img {
	width: 540px;
	height: 390px;
}

.about_left_gallery .slick-arrow {
    background-image: none;
    border: 2px solid #43352e;
    top: initial;
    bottom: -55px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    transition: 0.3s;
}
.about_left_gallery .slick-prev {
    left: 50%;
    margin-left: -32px;
}
.about_left_gallery .slick-prev::before {
	content: "\f104";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 7px;
	color: #43352e;
	height: inherit;
	font-size: 27px;
	text-indent: initial;
	line-height: 24px;
	top: 0px;
	box-sizing: border-box;
}
.about_left_gallery .slick-next {
    right: 50%;
    margin-right: -32px;
}
.about_left_gallery .slick-next::after {
	    content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 8px;
	color: #43352e;
	height: inherit;
	font-size: 27px;
	text-indent: initial;
	line-height: 24px;
	top: 0px;
	box-sizing: border-box;
}

.slick-arrow:hover {
	background-color: #43352e;
}

.slick-prev:hover:before{
	color: #fff;
}
.slick-next:hover:after{
	color: #fff;
}
.about_left_gallery a:hover {
    color:: #fff;
    background:83380e;
    
}

.about_right_text h2 {
	font-size: 70px;
	font-weight: 300;
	line-height: 60px;
	position: relative;
}

.about_right_text h2::after {
	content:"";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #594234;
	left: 0;
	bottom: -14px;
}
p{margin-bottom: 15px;}

.about_right_text a {
    position: absolute;
    color: #43352e;
    border: 2px solid #43352e;
    padding: 10px 20px;
    text-decoration: none;
    width: 120px;
    text-align: center;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}

.about_right_text a:hover {
	background: #43352e;
	color: #fff;
}

.manufacturers_wrp {
    background: #fff;
}
.manufacturers_con {
	width: 1170px;
	margin: 0 auto;
	padding: 30px 100px;
	position: relative;
	box-sizing: border-box;
}
.manufacturers_slider {}
.manufacturers_slider h2 {display:none;}

.manufacturers_slider .slick-arrow {
    background-image: none;
    border: 2px solid #43352e;
    top: 50%;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    transition: 0.3s;
    margin-top: -14px;
}
.manufacturers_slider .slick-prev {
    left: -80px;
    margin-left: 0px;
}
.manufacturers_slider .slick-prev::before {
	content: "\f104";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 7px;
	color: #43352e;
	height: inherit;
	font-size: 27px;
	text-indent: initial;
	line-height: 24px;
	top: 0px;
	box-sizing: border-box;
}
.manufacturers_slider .slick-next {
    right: -80px;
    margin-right: 0;
}
.manufacturers_slider .slick-next::after {
	    content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 8px;
	color: #43352e;
	height: inherit;
	font-size: 27px;
	text-indent: initial;
	line-height: 24px;
	top: 0px;
	box-sizing: border-box;
}

.manufacturers_slider .slick-arrow:hover {
	background-color: #43352e;
}

.manufacturers_slider .slick-prev:hover:before{
	color: #fff;
}
.manufacturers_slider .slick-next:hover:after{
	color: #fff;
}

.manufacturers_img {
    text-align: center;
}
.manufacturers_img img {
	width: 180px;
	height: 80px;
	display: inline-block!important;
}

/* News Block */

.news_wrp {
    margin: 60px 0 90px 0;
    position: relative;
}
.news_con {
    width: 1170px;
    margin: 0px auto;
}
.news_block {}

.news_block h2 {
	text-align: center;
	margin-bottom: 60px;
}

.news_block h2::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #594234;
    bottom: -15px;
    left: 50%;
    margin-left: -60px;
}

.module_news_index {}
.module_news_index_entry {
	height: 500px;
	float: left;
	width: 359px;
	margin: 0 15px;
	position: relative;
}
.module_news_index_image {
	width: 360px;
	height: 220px;
	position: relative;
}

.module_news_index_public {
    position: absolute;
    width: 330px;
    bottom: 0;
    padding: 7px 15px;
    box-sizing: border-box;
    background: url('../images/bg.jpg')#f3f3f3;
    left: 50%;
    margin-left: -165px;
    color: #43352e;
}
.module_news_index_date {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}
.module_news_index_view {
    float: left;
    font-size: 14px;
}
.module_news_index_view i {
    margin-right: 5px;
}
.module_news_index_view span {}

.module_news_index_title {
    margin: 0px 0 25px 0;
}

.module_news_index_title a {
	font-family: 'Times New Roman', arial;
	font-size: 20px;
	color: #222222;
	text-decoration: none;
	line-height: 21px;
	position: relative;
}

.show_mod_news_index {
    padding: 10px 20px;
}
.module_news_index_desc {}

.module_news_index_title a::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #594234;
    bottom: -15px;
    left: 0;
}

.mod_news_in_more a {
	color: #83380e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	display: block;
}

.mod_news_in_more a:hover,
.module_news_index_title a:hover {
	text-decoration: underline;
}

.news_read_more {
    position: relative;
}
.news_read_more a {
	    position: absolute;
	    color: #83380e;
	    border: 2px solid #83380e;
	    padding: 10px 20px;
	    text-decoration: none;
	    width: 160px;
	    text-align: center;
	    bottom: -65px;
	    left: 50%;
	    margin-left: -80px;
	    box-sizing: border-box;
}

.news_read_more a:hover {
    background: #83380e;
    color: #fff;
}

.news_wrp::before {
	content: "";
	background: url('../images/news_before.png') no-repeat;
	position: absolute;
	width: 263px;
	height: 190px;
	bottom: -90px;
	left: 0;
}
.news_wrp::after {
	content: "";
	background: url('../images/news_after.png') no-repeat;
	position: absolute;
	width: 263px;
	height: 190px;
	bottom: -90px;
	right: 0;
}

.review_and_insta_wrp {
	background:rgb(75, 37, 15);
}
.review_and_insta_con {
	width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
}
.review_block {
    float: right;
    width: 550px;
    position: relative;
}
.instagram_block {}
.review_and_insta_con h2 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}

.review_index_mod {}
.index_reviews_item {}
.index_reviews_content {
    border: 4px solid #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    box-shadow: inset 0px 2px 6px -2px #000;
}
.in_more_link {
    text-align: right;
}
.in_more_link a {
    color: #fff;
    text-decoration: none;
	font-style: italic;
	font-size: 12px;
}

.in_more_link a:hover {
	text-decoration: underline;
}

.index_review_mod_author {
    margin-top: 12px;
    color: #fff;
}
.in_author {
    font-weight: 600;
    font-size: 17px;
}
.in_pubdate {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
}
.date_rev {}

.review_index_mod .slick-arrow {
    background-image: none;
    border: 2px solid #ffffff;
    bottom: 0;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    transition: 0.3s;
    margin-top: -14px;
    top: initial;
}
.review_index_mod .slick-prev {
    right: 35px;
    margin-left: 0px;
    left: initial;
}
.review_index_mod .slick-prev::before {
	content: "\f104";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 7px;
	color: #ffffff;
	height: inherit;
	font-size: 27px;
	text-indent: initial;
	line-height: 24px;
	top: 0px;
	box-sizing: border-box;
}
.review_index_mod .slick-next {
    right: 0;
    margin-right: 0;
}
.review_index_mod .slick-next::after {
	    content: "\f105";
	    display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    position: absolute;
	    left: 8px;
	    color: #ffffff;
	    height: inherit;
	    font-size: 27px;
	    text-indent: initial;
	    line-height: 24px;
	    top: 0px;
	    box-sizing: border-box;
}

.review_index_mod .slick-arrow:hover {
	background-color: #ffffff;
}

.review_index_mod .slick-prev:hover:before{
	color: #43352e;
}
.review_index_mod .slick-next:hover:after{
	color: #43352e;
}

.all_review {
    position: absolute;
    right: 0;
    top: 15px;
}
.all_review a {
    color: #fff;
}

.all_review a:hover {
	text-decoration: none;
}

/* instagram_block */

.instagram_block {
	float: left;
	width: 560px;
	position:relative;
}

#instainsta .instainsta-grid-item {
    margin-bottom: 10px;
}

#instainsta .instainsta-grid-item {
	width: 128px!important;
	height: 128px!important;
}

/* Footer */

.footer_wrp {
	background: url('../images/bg-footer.jpg');
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0;
}

.footer_fon {
	background:#83380e;
}

.footer_con {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.footer_logo {
    display: flex;
    float: left;
    margin-right: 15px;
    margin-top:8px;
}
.site_name_footer {
    width: 308px;
    float: left;
}
.site_name_footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-top: 5px;
    display: block;
}

.site_name_footer a:hover {
	text-decoration: underline;
}

.social_footer {
    position: absolute;
    width: 280px;
    text-align: center;
    left: 50%;
    margin-left: -170px;
    top: 35px;
}
.social_footer .module a {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-decoration: none;
    margin: 0 10px;
}

.social_footer .module a:hover {
	background-position-y: -46px;
}

.social_footer .instaf {
	background: url('../images/soc/booking.png');
	background-position-y: 0px;
}
.social_footer .okf {
	background: url('../images/soc/101.png');
	background-position-y: 0px;
}
.social_footer .vkf {
	background: url('../images/soc/zabroniryi.png');
	background-position-y: 0px;
}
.social_footer .youtubef {
	background: url(../images/soc/komandirovka.png);
	background-position-y: 0px;
}

.tecama_block {
    float: right;
    margin-top: 25px;

}

.map_site,
.seo_counter,
.tecama_logo {
    margin-right: 12px;
	float: right;
	margin-top: 25px;
	margin-left: 12px;
}

.map_site {
    margin-top: 25px;
}
.seo_counter {}
.tecama_logo {
    margin-top: 0px;
}

/* Component */

.com_content_con {
	width: 1170px;
	margin:0 auto;
	position: relative;
	margin-bottom: 70px;
}

/* Component */

.con_pathway {
	max-width: 395px;
}
.pathway {
	margin: 20px 0; 
}

.article_component .module_news_index_entry {
	margin-bottom: 30px;
	display: block!important;
}



.con_heading_n {
    font-size: 40px;
    font-family: 'Trivia Serif Regular';
    color: #83380e;
    padding-top: 30px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.con_heading_n::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background: #83380e;
    bottom: -5px;
    left: 50%;
    margin-left: -60px;
}

h1.con_heading {
	font-size: 30px;
	font-family: 'Trivia Serif Regular';
	position: relative;
	color: #83380e;
	line-height: 30px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-top: 30px;
}

h1.con_heading::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    background: #83380e;
    bottom: -5px;
    left: 0;
}

.component .art_info {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

.art_pubdate {
    margin-right: 10px;
}

.mod_latest_hits i {
    margin-right: 5px;
}

/* Article IMG */

.alpha img {
	/* width: 360px; */
	height: auto;
	float: right;
	margin-left: 20px;
}

.component table {
	width: 100%;
}
.component table td {
	vertical-align: top;
}

.aside_right {
    margin-left: 20px;
    display: block;
    width: 300px;
    margin-top: 85px;
}

.aside_right .module h2 {
    font-size: 22px;
    font-family: 'Trivia Serif Regular';
    color: #594234;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.aside_right .module h2::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background: #594234;
    bottom: -5px;
    left: 0;
}

.edit_links {
	display: none;
}

.cmm_heading {
	font-family: 'Trivia Sans Medium';
	font-size: 20px;
	margin-bottom: 10px;
}

.comm_plugins {
	margin-bottom: 30px;
}

.cmm_links {}
.cmm_links a {
    border: 2px solid #83380e;
    padding: 7px 20px;
    margin-right: 10px;
    color: #83380e;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.cmm_links a:hover {
    background: #83380e;
    color: #fff;
}

.cm_editor {}

.cm_editor textarea {
	width: 500px;
    border: 2px solid #ccc;
    box-sizing: border-box;
	resize: none;
}
.cm_smiles {
	width: 500px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-sizing: border-box;
}
.usr_msg_bbcodebox {
	    border: 2px solid #ccc;
	    width: 500px;
	    box-sizing: border-box;
	    padding: 7px;
	    border-bottom: none;
}

.comments_line {
    background: rgba(91, 68, 54, 0.16);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.comments_author {
    border-bottom: 1px dashed #9a9a9a;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}
.comments_content {}
.comm_links_ed {
    font-size: 13px;
    /* background: rgba(72, 54, 42, 0.13); */
    /* padding: 10px; */
    margin-top: 10px;
}

.comments_author a {color: #43352e;}

.comm_links_ed a {
    margin-right: 10px;
    color: #43352e;
}

.comments_author a:hover,
.comm_links_ed a:hover {
	text-decoration: none;
}

.mod_best_entry {
    margin-bottom: 20px;
}
.mod_latest_image {
    float: left;
    margin-right: 20px;
}
.best_title {
    float: left;
}
.mod_latest_image img {
    width: 70px;
    height: 70px;
}

.best_news {
    margin: 30px 0;
}

/* Gallery */

.album_div_container {
    width: 350px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.kvar_photo_album_tumb {
	position: relative;
	float: left;
	width: 359px;
	margin: 0px 15px 15px 15px;
	padding: 0;
	box-sizing: border-box;
	height: 290px;
	
}

.photo_album_title {
	text-align: center;
}

.photo_album_tumb {
	transition: 0.2s;
}

.photo_album_title a {
	color: #43352e;
	font-size: 18px;
	font-family: "Trivia Sans Regular";
	text-decoration: none;
	line-height: 21px;
}

.gallery_component .photo_txt {
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.count_albom {
    position: absolute;
    bottom: -5px;
    left: -5px;
    background: #fff;
    padding: 5px 15px 5px 15px;
    color: #43352e;
    font-size: 14px;
    font-family: "Trivia Sans Regular";
    line-height: 14px;
}

.kvar_photo_album_tumb:hover .photo_album_tumb {
	    transform: scale(1.05);
	    box-shadow: 0px 17px 40px -15px rgba(0, 0, 0, 0.42);
		
}

.kvar_photo_photo_tumb {
	    position: relative;
	    float: left;
	    width: 261px;
	    margin: 0px 15px 15px 15px;
	    padding: 0;
	    box-sizing: border-box;
	    height: 270px;
}

.photo_thumb {
	position: relative;
	height: 200px;
	overflow: hidden;
	border: 5px solid white;
	margin-bottom: 15px;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px 4px 11px -2px rgba(0, 0, 0, 0.42);
	transition: 0.2s;
}

.photo_div_container {
	width: 261px;
	height: 200px;
	background-size: cover;
	background-position: center center;
}

.kvar_photo_photo_tumb:hover .photo_thumb {
    transform: scale(1.05);
    box-shadow: 0px 17px 40px -15px rgba(0, 0, 0, 0.42);
}

.photo_txt a {
    color: #43352e;
    font-size: 18px;
    font-family: "Trivia Sans Regular";
    text-decoration: none;
    line-height: 21px;
}

.gallery_component {/* position: relative; */}

.float_bar_add_g_photo {
    position: absolute;
    right: 0;
    top: 0;
}

.float_bar_add_g_photo a {
    display: block;
    color: #83380e;
    text-decoration: none;
    background-image: none;
    transition: 0.3s;
    text-transform: uppercase;
}
.float_bar_add_g_photo a:hover {text-decoration: underline;}


.ser_page .block_services_desc {
	font-family: "Trivia Sans Regular";
	color: #43352e;
}
.con_title a.block_services_title {
	color: #43352e;
	
}

.block_services:hover a.block_services_title {
	text-decoration: underline;
}

.article_img img {
	max-width: 370px;
}

.con_text h3 {
	margin: 10px 0;
	font-size: 22px:
}
.services_ul {
    float: right;
    width: 300px;
    margin-left: 30px;
    background: rgba(90, 67, 53, 0.09);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.services_ul ul  {
    padding: 0;
    margin-top: 25px;
}
.services_ul ul  li {
    margin-bottom: 10px;
    list-style: none;
    margin-left: 25px;
}
.services_ul ul  li a {
    font-size: 17px;
    text-decoration: none;
    font-family: 'Trivia Sans Regular';
    color: #83380e;
}

.art_text_ser {
}


.services_ul h2 {
    font-size: 22px;
    font-family: 'Trivia Serif Regular';
    color: #83380e;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.services_ul h2::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background: #594234;
    bottom: -5px;
    left: 0;
}

.services_ul ul  li a:hover {
	text-decoration: underline;
}

.services_ul ul  li::before {
	content: "\f111";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	left: -12px;
	color: #83380e;
}

/* Review Page */

.review_item {
    position: relative;
    display: inline-block;
    width: 356px;
    margin: 0px 15px 30px 15px;
    padding: 0;
    box-sizing: border-box;
}

.review_con_b {
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.33);
}
.review_con {
	border: 4px solid #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: inset 0px 2px 10px -2px rgba(0, 0, 0, 0.33);
	height: 100%;
}

.com_review_author {
	margin-top: 20px;
}

.review_wrapper .items {
    clear: right;
    position: relative;
    top: 10px;
    column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.review_con .in_more_link a {
    color: #83380e;
    text-decoration: none;
    font-style: italic;
    font-size: 12px;
}

.review_wrapper {
	margin-bottom: 60px;
}

/* Contact Page */

.con_text_contact .con_forum_link {display:none;}

.con_form {
	float: left;
	margin-left: 10px;
	width: 380px;
}
.ya_maps_kvar {
	float: right;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21);
	margin-right: 10px;
}

h3.userform_title,
.contact_header {
	font-size: 22px;
	font-family: 'Trivia Serif Regular';
	color: #83380e;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

h3.userform_title {
	margin-top: 35px;
}

.con_form ul {
    padding: 0;
    margin: 0;
    font-family: "Trivia Sans Regular";
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.21);
    color: #43352e;
}
.con_form ul li {
    list-style: none;
    margin: 5px 0;
}

.userform_table input[type="text"] {
    width: 100%!important;
    box-sizing: border-box;
    height: 40px;
    font-family: "Trivia Sans Regular";
    border: none;
    background: #fff;
    padding-left: 20px;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.21);
    color: #43352e;
    font-size: 15px;
}
.userform_table textarea {
    width: 100%!important;
    box-sizing: border-box;
    border: none;
    background: #fff;
    font-family: "Trivia Sans Regular";
    padding-left: 20px;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.21);
    height: 120px;
    resize: vertical;
    font-size: 15px;
}

.form_subm {
    padding: 10px 15px!important;
    font-size: 16px!important;
    width: 160px!important;
}

.refreshCaptcha img:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.simpleCaptcha  img {
}


.catalog_kvar_remont {
	float: left;
	width: 570px;
	background: #fff;
	margin: 10px 5px 10px 5px;
	height: 110px;
	box-sizing: border-box;
	padding: 20px 30px;
	box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.17);
	transition: 0.3s;
	display: block;
}

.catalog_kvar_remont:nth-child(even){
	float: right;
}

.catalog_kvar_remont:hover {
	box-shadow: 0px 12px 15px -1px rgba(0, 0, 0, 0.20);
}

.kvar_img {
    float: left;
}
.kvar_img img {
    width: 70px!important;
    height: 70px!important;
}
.kvar_title {
    float: left;
    margin-left: 15px;
    font-size: 18px;
    text-decoration: none;
    line-height: 70px;
}
.kvar_title a {
	color: #43352e;
	font-size: 20px;
	text-decoration: none;
}

.kvar_img p {display: none;margin: 0;}
.kvar_img p:nth-child(1) {display: block;}
.kvar_img img { display: block!important;}

.cat_2_desc img {
	float: right;
	width: 200px!important;
	height: auto!important;
}

.cat_gallery {
	margin-top: 50px;
}

.cat_gallery .photo_txt2 {
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.cat_gallery  .photo_txt2 a {
    color: #43352e;
    font-size: 18px;
    font-family: "Trivia Sans Regular";
    text-decoration: none;
    line-height: 21px;
}

.cat_2_desc {
	margin: 0 15px;
}

.float_bar a {
    margin: 0px 10px;
}

.kvar_img ul,
.kvar_img em,
.kvar_img strong {display:none;}


.about_right_text a {}


#home_li a:hover img {
	-webkit-animation-name: hvr-push-m;
    animation-name:hvr-push-m;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Push */
@-webkit-keyframes hvr-push-m {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push-m {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.slick-slide img:hover,
.module_news_index_entry:hover .module_news_index_image {
	-webkit-animation-name: hvr-push;
    animation-name:hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.catalog_kvar_remont:hover,
.manufacturers_img img:hover,
.big_logo:hover{
	-webkit-animation-name: hvr-pop-lo;
    animation-name:hvr-pop-lo;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.cmm_links a:hover,
.block_services:hover > a > .block_services_image,
service_read_more a:hover,
.slick-arrow:hover,
.about_left_gallery a:hover,
.news_read_more a:hover,
.about_right_text a:hover {
	-webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes hvr-pop-lo {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pop-lo {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}



/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    z-index: 99;
}

#popup_container {
    width: 50%!important;
    max-width: 100%!important;
    left: 25%!important;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 6px;
    z-index: 999;
}
#tl_app_container_1 {
        height: 415px!important;
        
}







