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

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

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

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

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

.main-menu-second {
    display: none;
}

/*.orientation-gorizontal {
	width:100%;
	height:100%;
	position: fixed;
	padding: 40% 20% 20% 20%;
	font-size: 40px;
	color: #3a3329;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #f6f6f6;
	z-index:100;
} */

.inner-header {
    height: 148px !important;
}


.main-menu_list_item-active {
    background: rgba(173,90,85, .6);
}

.contacts-phone {
    display: inline-block;
    margin-right: 30px !important;
}

.phone-sect {

}

.tripple-header {
    padding-top:0px !important;
}

body {
    width: 100%;
    overflow-x: hidden;
}



.main-menu {
    position: fixed;
    height: 50px;
    width: 100%;
    background:url('../images/menu-back.jpg') top center no-repeat;
    background-size: cover;
    top: 0;
    z-index: 400;

}
.main-menu_list {
    display: block;
    margin: auto;
    max-width: 1400px;
    height: 100%;
}
.main-menu_list_item {
    float: left;;
    width: 13.407%;
    text-align: center;
    height: 100%;
    padding: 0;
    display: block;
    margin-right: 1px;
    position: relative;
    margin-left: 1px;

}

.main-menu_test .main-menu_list_item {
    width: 10.9%;
}

.main-menu_test .menu-menu_link {
    font-size: 13px;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 152px;
    padding-top: 0;
    height: 50px;
}

.fixed-header {
    height: 146px;
    position: fixed;
    z-index: 200;
    top: 49px;
    width: 100%;
    background: url('../images/bg-header.jpg') no-repeat center;
    background-size: 2090px;
}

.main-menu_list_item:after {
    content: '';
    width: 2px;
    height: 100%;
    background: url(../images/border-right.png) center right no-repeat;
    position: absolute;
    top: 0;
    right: -2px;

}

.main-menu_list_item:last-child:after {
    display: none;
}

.text-page {
    background: #f3f3f3;
}


.inner-text-content {
    background: #fefdfd;
    height: 100%;
    max-width: 1300px;
    width: 90%;
    margin: 6px auto 20px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    padding: 0 3%;
    position: relative;
    margin-top: 18px;
    overflow-x: hidden;
}



.question-content {
    display: none;
}

.question-title {
    font-size: 16px;
    font-family: "Open Sans";
    color: #A02D32;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}


.not-fixed-header {
    background-image: none !important;
    height: auto !important;
    margin-top: 10px;
}

.main-menu_list_item:last-of-type, .main-menu_list_item:last-of-type:hover  {
    background-image: none !important;
}

.main-menu_list_item:hover {
    background: rgba(173,90,85, .6)
}

.menu-menu_link {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 400;
}

.submenu-inner.submenu-inner_large {
    width: 300%;
}

.submenu-inner.submenu-inner_large .submenu-inner_item {
    float: left;
    width: 40%;
}


.grave-full-info {
    float: left;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 50px;

}
.grave-inner_left {
    font-family: 'Open Sans', sans-serif;
    width: 58%;
    float: left;

}


.grave-gallery {
    width: 100%;
}

.gallery-arrows {
    width: 100%;
    height: 100%;
    position: relative;
}

.arrow-left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80px;
    left: 0;
    background: url('../images/prev-arrow.png');
    cursor: pointer;
}

.arrow-left:hover {
    background: url('../images/prev-arrow.png') -50px 0;
}

.arrow-right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80px;
    right: 0;
    background: url('../images/next-arrow.png');
    cursor: pointer;

}

.arrow-right:hover {
    background: url('../images/next-arrow.png') -50px 0;

}

.img-big-wrap {
    width: 100%;
}

.img-big {
    display: block;
    margin: 20px auto;

}

.gallery-thumbnails {
    width: 100%;
    float: left;

}

.thumbnail-wrap {
    margin: 0 auto;
    width: 570px;

}

.img-thumbnail {
    display: block;
    float: left;
    margin-right: 20px;
    border: 4px solid #fff;
    cursor: pointer;
}

.img-thumbnail:hover, .img-thumbnail.active-thumb {
    border: 4px solid #ad5a55;
}

.gallery-info {
    width: 100%;
    float: left;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 10px;

}


.grave-info {
    font-size: 14px;
    margin-bottom: 7px;
}

.grave-info-small {
    font-size: 14x;
}

.grave-info-small span {
    font-weight: 600;
}

.grave-descr {
    font-size: 12px;
    margin: 3px 0 10px 0;
}

.grave-table {


}

.grave-table th {
    font-size: 11px;
    background-color: #f2f5f5;
    border-bottom: 1px solid #eeefef;
    border-top: 1px solid #eeefef;
    font-family: fregatregular;
    font-weight: normal;
    color: #570f16;
    text-transform: uppercase;
    padding: 6px 3px 6px 3px;
    vertical-align: top;
    text-align: left;
    width: 15%;
    font-family: 'Open Sans', sans-serif;

}

.grave-table td {
    padding: 6px 3px 6px 3px;
    vertical-align: top;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #eeefef;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.grave-table .number {
    font-weight: 600;

}

.grave-table .number-descr {
    font-size: 11px;
    color: #444;
    line-height: 1.2;
    display: block

}

.grave-inner_category {
    float: left;
    width: 450px;
    margin-left: 50px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}

.grave-top {
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;

}

.bredcrubms {
    width: 100%;
    float: left;
}

.bredcrumbs-item {
    float: left;
    font-size: 14px;
    text-decoration: none;
    margin-right: 5px;
}

.bredcrumbs-item a {
    color: #ccc;
    text-decoration: none;
}

.grave-title {
    display: block;
    font-size: 28px;
    color: #570f16;
    font-weight: normal;
    margin: 0;

}

.articul {
    color: #999;
    font-size: 12px;

}

.grave-descr-item {
    font-size: 14px;
    color: #444;
    margin: 6px 0;

}

.grave-descr-item span {


}

.grave-descr_link {

}

.grave-bold {
    font-weight: 600;

}

.grave-small {
    font-size: 12px;
    color: #444;
    line-height: 1.2;
    display: block;

}


.grave-filtr {
    width: 100%;
    border-bottom: 1px solid #AD5A55;
    border-top: 1px solid #AD5A55;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
    font-weight: 400;
}

.grave-filtr_descr {
    float: left;
    margin-right: 20px;

}

.grave-filtr_link {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
}

.grave-filtr_link:hover {
    text-decoration: underline;
}

.graves-content {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.grave-col {
    width: 70%;
    float: left;

}

.grave-item {
    float: left;
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    border-top: 2px solid #dddddd !important;
    margin-right: 15px;
    padding-top: 25px;
    cursor: pointer;
    border: 1px solid #fff;
    padding-bottom: 25px;
    border: 1px solid #dddddd;
}

.grave-item:hover {
    border-top: 2px solid #7c4332 !important;
}

.grave-item:hover .about-grave {
    visibility: visible;
}

.grave-title {
    margin: 10px;
}

.about-grave {
    background: #ad5a55;
    color: #fff;
    display: block;
    border-radius: 0;
    width: 140px;
    margin: 0 auto;
    visibility: hidden;
    padding: 3px 0;
}

.filtr-col {
    width: 350px;
    float: left;
}

.filtr-col-item {
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    padding-bottom: 30px;
}

.filtr-title {
    font-size: 16px;
    padding-left: 20px;
    background: url('images/up.png') no-repeat 0 5px;
    cursor: pointer;
    color: #ad5a55;
}

.filtr-title:hover {
    text-decoration: underline;
}



.filtr-title.close {
    background: url('images/down.png') no-repeat 0 5px;

}

.filtr-list {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filtr-list-item {

}

.filtr-list-link {
    font-size: 14px;
    text-decoration: none;

}

.filtr-list-link:hover {
    text-decoration: underline;
}

.addition-menu {
    width: 90%;
    background: #eae9e7;
    position: fixed;
    z-index: 5;
    top: 188px;
    height: 46px;
    left: 0;

}

.addition-menu_list {
    font-family: 'Open Sans', sans-serif;
    width: 760px;
    display: block;
    margin: auto;
    font-weight: 400;
}

.addition-meni_list_item {
    display: block;
    float: left;
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
}

.addition-meni_list_item:first-of-type .additional-menu_link:before {
    display: none;
    /*border-left: 1px solid rgb(196, 196, 196);  */
}

.additional-menu_link {
    /*border-top: 1px solid rgb(196, 196, 196);*/
    transition: 0.3s;
    /* border-bottom: 1px solid rgb(196, 196, 196);*/
//border-right: 1px solid rgb(196, 196, 196);
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.004);   */
    outline: none;
    text-decoration: none;
    display: block;
    border-radius: 0;
    padding: 14px 12px;
    font-size: 16px;
    cursor: pointer;

    min-width: 163px;
    text-align: center;
    position: relative;
}

.additional-menu_link:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: url(../images/border-mini.png) center right no-repeat;
    /*background: rgb(196, 196, 196);*/
    left: -2px;
    top: 10px;
    z-index: 2;
}

.addition-meni_list_item:hover .addition-menu_hidden{
    display: block;
}

.agent-small {
  display: none;
}

.additional-menu_link:hover, .additional-menu_link.active-menu_link {
    background: #f9f9f9;
}

.addition-menu_hidden {
    display: none;
    background: #fff;
    position: absolute;
    top: 39px;
    min-width: 100%;
    border: 1px solid rgb(196, 196, 196);
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}

.addition-menu_hidden-list {
    list-style: none

}

.addition-menu_link {
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

.addition-menu_link:hover {
    text-decoration: underline;
}

.grave-title {
    margin: 30px 0 40px 0;
}


.submenu-inner {
    position:absolute !important;
    z-index: 10000000000000000;
    top: 55px;
    width: 170%;
    background: rgba(255,255,255,.95);
    text-align: left;
    display: none;
    left: 0px;
    padding: 5px 0;
    box-shadow: 3px 0 16px rgba(0,0,0,.23)
}

.submenu-inner_large .main-menu_list_item-active {
    width: 41.4% !important;
}

.section_6 .steps.inner_steps:after {
    display: block;
    content: '';
    height: 2px;
    background: #e1e1e1;
    width: 85%;
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
}



.submenu-triangle {
    border: 10px solid transparent;
    position: absolute;
    border-bottom: 10px solid #fff;
    left: 50%;
    margin-left: -5px;
    top: -20px;
}
.submenu-inner_item {
    list-style: none;
    padding-left: 30px;
    display: block;
}



.submenu-list .main-menu_list_item.main-menu_list_item-active {
    width: 100%;
    float: left;
    height: auto;
    background: none;
    color: #ad5a55;
    list-style: none;
    padding-left: 10px;
    display: block;
}

.submenu-list .main-menu_list_item.main-menu_list_item-active .menu-menu_link {
    color: #ad5a55;
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Arial' ,sans-serif;
    font-weight: 700;
    width: 100%;
    text-transform: none;
    text-align: left;
    height: auto;
    letter-spacing: 0px;
    padding-left:20px;
    display: inline-block;

}

.submenu-inner_link {
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
    font-family: 'Arial' ,sans-serif
}

.submenu-list {
    float: left;
}


.submenu-inner_link:hover {
    text-decoration: underline;
}



.mobil-img-show {
    display:none !important;
}

.mobile-p {
    display:none;
}

.inner-text-content h1{
    font-weight:normal;
    font-family: 'Open Sans';
    color:#AD5A55;
    text-align:center;
    width: 100%;
    position:relative;
    font-size:43.59px;
    text-transform:uppercase;
    padding-top: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.inner-text-content-price h1{
    font-weight:normal;
    font-family: 'Open Sans';
    color:#AD5A55;
    text-align:center;
    width: 100%;
    position:relative;
    font-size:43.59px;
    text-transform:uppercase;
    padding-top: 40px;
    font-weight: 700;
}

.inner-text-content-about h1{
    font-weight:normal;
    font-family: 'Open Sans';
    color:#AD5A55;
    text-align:center;
    width: 100%;
    position:relative;
    font-size:43.59px;
    text-transform:uppercase;
    padding-top: 40px;
    font-weight: 700;
}

.inner-text-content-contact h1{
    font-weight:normal;
    font-family: 'OpenSans-Extrabold';
    color:#AD5A55;
    text-align:center;
    width: 100%;
    position:relative;
    font-size:43.59px;
    text-transform:uppercase;
    padding-top: 40px;
}

.inner-text-content-faq h1{
    font-weight:normal;
    font-family: 'Open Sans';
    color:#AD5A55;
    text-align:center;
    width: 100%;
    position:relative;
    font-size:43.59px;
    text-transform:uppercase;
    padding-top: 40px;
    font-weight: 700;
}

.innter-text-p, .inner-text-p{
    font-size: 14px;
    font-family: "Open Sans";
    color: #000;
    line-height: 18px;
    margin: 20px 0;
    font-weight: 600;
}

.inner-text-content .inner-text-p, .inner-text-content p {
    font-size: 16px;
    font-family: "Open Sans";
    color: #000;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 400;
}


.inner-text-content ul li, .inner-text-content ol li {
    font-size: 16px;
    font-family: "Open Sans";
    color: #000;
    line-height: 24px;
    margin-left: 18px;
    font-weight: 400;

}



.mobile_show {
    display:none !important;
}

*, html, body {
    margin:0;
    padding:0;

}
body {
    width:100%;
    overflow-x:hidden;
    overflow-y: scroll;
}
.wrapper {
    width:1280px;
    margin:0 auto;
}

.text-page .wrapper {
	width: 100%;
}
.clr {
    clear:both;
}
a img {
    border:none;
}
.header_left {
    float:left;
    font-size:12px;
    color:#ffffff;
    font-family: 'Open Sans';
    position:relative;
    float:left;
    margin-top: 33px;
    line-height: 1.2;
    margin-left: -80px;
    letter-spacing:-0.3px;
    width: 300px;
    font-weight: 600;
}

}
@-webkit-keyframes balls {
    from{transform:scale(1);background:url('../images/danger.png') no-repeat top center;}
    50%{transform:scale(1.3);background:url('../images/danger_brown.png') no-repeat top center;}
    to{transform:scale(1);background:url('../images/danger.png') no-repeat top center;}
}
@keyframes balls {
    from{transform:scale(1);background:url('../images/danger.png') no-repeat top center;}
    50%{transform:scale(1.3);background:url('../images/danger_brown.png') no-repeat top center;}
    to{transform:scale(1);background:url('../images/danger.png') no-repeat top center;}
}
@-webkit-keyframes balls2 {
    from{transform:scale(1);}
    50%{transform:scale(1.1);}
    to{transform:scale(1);}
}
@keyframes balls2 {
    from{transform:scale(1);}
    50%{transform:scale(1.1);}
    to{transform:scale(1);}
}

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
    color: #FFF; }
.parallax p.indent {
    font-size: 24px;
    line-height: 28px; }
.parallax .title-wr h3, .parallax .title-wr h5 {
    color: #FFF; }
.parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
.parallax_image {
    background-repeat: no-repeat;
}
.parallax_pattern {
    background-repeat: repeat; }
.parallax_cnt {
    position: relative; }
.header {
    height:722px;
    overflow:hidden;
    background:url('../images/bg.jpg')  center 38px;
    padding-top: 175px;
    box-sizing: border-box;
    background-size: cover;

}

.wrapper-mobil {
    display: none;
}

.section_2_left {
    display: none !important;
}

.section_2_right {
    /* float: none !important; */
    width: 90% !important;
}

.section_2 {
    padding-left: 20px;
    padding-right: 10px;
}

.ritual-sign {
    text-align: right;
    font-size: 18px;
    color: #ad5a55;
    float: right;
    margin-right: 65px;
    margin-bottom: 20px;

}



.section_5.garanty .wrapper {
    background: #eeebe4;
    background-image: none;
    padding: 20px 0 30px 0;
}

.section_5.garanty .wrapper h2 {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ad5a55;
    font-weight: 800;
    letter-spacing: .05px;
    font-family: 'Open Sans', sans-serif;
    text-align: center !important;
}

.section_5.garanty .wrapper  p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #747474;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
}

.section_5.garanty .wrapper .pop {
    width: 240px;
    color: #fff;
    font-size: 20px;
}

.section_5.garanty .wrapper .section_15 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}






@media screen and (max-width: 1000px) {
    .fixed-header {
        display: none !important;
    }

    .header {
        padding-top: 0px !important;
    }

    .wrapper-mobil {
        display: block !important;
    }
}

.header_left a {
    color:#fff;
}
.header_left a:hover {
    text-decoration:none;

}
.logo {
    float:left;
    margin-top:3px;
    margin-left:5px;
}
.header_right {
    float:right;
    text-align:center;
    margin-top:20px;
}
.header_right p {
    font-family: 'Open Sans';
    color:#fff;
    font-size:30.54px;
    font-weight: 700;
}
.header_right a {
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
    font-family: 'Open Sans';
    background-color: #ad5a55;
    width: 251px;
    height: 47px;
    text-transform:uppercase;
    line-height:47px;
    transition:0.3s;
    margin-top: 7px;
    font-weight: 700;

}
.header_right a:hover {

}
.header h1 {
    font-weight:normal;
    font-family: 'Open Sans';
    color:#fff;
    text-align:center;
    position:relative;
    font-size:43.59px;
    text-transform:uppercase;
    margin-top: 113px;
    font-weight: 800;
}
.header h1:before {
    content:'';
    position:absolute;
    background:url('../images/h1_left-1.png') no-repeat top center;
    width:1000px;
    height:27px;
    display:block;
    top:16px;
    left:-941px;
}
.header h1:after {
    content:'';
    position:absolute;
    background:url('../images/h1_right-1.png') no-repeat top center;
    width:1000px;
    height:27px;
    display:block;
    top:16px;
    right:-941px;
}
.header_text {
    text-align:center;
    color:#ffffff;
    font-family:"Georgia Regular";
    font-size:22px;
    margin-top:11px;
}
.big_phone {
    box-sizing:border-box;
    font-family:"Open Sans";
    font-size:50.49px;
    color:#FFF;
    background:url('../images/phone.png') no-repeat 43px 27px;
    border:2px solid #fff;
    width: 562px;
    height: 88px;
    margin:0 auto;
    line-height:81px;
    margin-top:31px;
    padding-left:102px;
    letter-spacing:-0.4px;
    cursor:pointer;
    transition:0.3s;
    font-weight: 800;
}
.big_phone_footer {
    box-sizing:border-box;
    font-family:"Open Sans";
    font-size:50.49px;
    color:#AD5A55;
    background:url('../images/phone-1.png') no-repeat 43px 27px;
    border:2px solid #AD5A55;
    width: 562px;
    height: 88px;
    margin:0 auto;
    line-height:81px;
    margin-top:31px;
    margin-bottom: 40px;
    padding-left:82px;
    letter-spacing:-0.4px;
    cursor:pointer;
    transition:0.3s;
    font-weight: 800;
}
.tab_content .items .item a:hover,.section_5 a:hover,.section_15 a:hover,.section_7 a:hover,.section_8 a:hover,.section_8_inner a:hover,.section_10 a:hover,.header_right a:hover ,.popup_form input[type=submit]:hover{
    background:#814340;
    color:#fff;
}
a {
    border-radius:6px;
}
.big_phone:hover {
    background-color:rgba(255, 255, 255, 0.2);


}

.big_phone_footer:hover {
    background-color:rgba(173, 90, 85, 0.2);


}
.section_2 {
    border-bottom:1px solid #D5D5D4;
    /*padding-bottom:20px; */
}
.section_2_left {
    float:left;
    margin-left:29px;
    margin-top:18px;
}
.section_2_left img {
    float:left;
}
.section_2_left .meta {
    float:left;
    margin-top:36px;
    /* margin-left:35px; */
}
.section_2_left .meta p {
    font-family:"Arial";
    font-weight:bold;
    color:#000000;
    font-size:17.77px;
    margin-bottom:3px;
}
.section_2_left .meta span {
    font-size:11.37px;
    color:#a02d32;
    font-family:"Arial";
    padding-left:2px;
}
.section_2_right {
    float:right;
    font-family:"Open Sans";
    font-size:16px;
    color:#403f3e;
    position:relative;
    font-style:italic;
    margin-right:46px;
    margin-top:41px;
    line-height:1.5;
}
.section_2_right:before {
    content:'';
    display:block;
    position:absolute;
    width:37px;
    height:43px;
    background:url('../images/arrow_left.png') no-repeat top center;
    left:-50px;
    top:-14px;
}
.section_2_right:after {
    content:'';
    display:block;
    position:absolute;
    width:37px;
    height:43px;
    background:url('../images/arrow_right.png') no-repeat top center;
    right:-40px;
    bottom: 9px;
}
.section_3 {
    background:#f6f6f6;
    padding-bottom:25px;
}


.section_3 h2 {
    font-weight:normal;
    font-family:"Open Sans";
    text-align:center;
    font-size:24px;
    color:#3a3329;
    letter-spacing:-0.6px;
    line-height:1.2;
    padding-top:26px;
    font-weight: 800;
}
.section_6 .steps .step i img {
    transition:0.3s;
    transform:scale(1);
}
.section_6 .steps .step i:hover img {
    transform:scale(1.4);
}
.section_3 .items .item {
    display:inline-block;
    vertical-align:top;
    text-align:center;
}
.section_3 .item span {
    font-family: 'Open Sans';
    position:relative;
    font-size:22px;
    color:#3a3329;
    display:block;
    margin-top:27px;
    letter-spacing:-0.5px;
    font-weight: 400;

}
.section_3 .item p {
    font-size:14px;
    color:#6b6256;
    font-familY:"Georgia";
    margin-top:21px;
    line-height:1.5;
}


.section_3 .item p div{
    color:#ad5a55;
    text-decoration:underline;
    cursor:pointer;
    font-size:14px;
    display:inline;
}

.section_3 .item span:before {
    content:'';
    display:block;
    height:1px;
    width:72px;
    background:#bc6c70;
    left:0px;
    top:18px;
    position:absolute;
}
.section_3 .item span:after {
    content:'';
    display:block;
    height:1px;
    width:72px;
    background:#bc6c70;
    right:0px;
    top:18px;
    position:absolute;
}
.section_3 .item i {
    display:block;
    height:80px;
}
.section_3 .item.item1 {
    margin-top:15px;
    margin-left:82px;
}
.section_3 .item.item3 {
    margin-top:15px;
    margin-left:40px;
}
.section_3 .item3 span:before {
    content:'';
    display:block;
    height:1px;
    width:79px;
    background:#bc6c70;
    left:0px;
    top:18px;
    position:absolute;
}
.section_3 .item3 span:after {
    content:'';
    display:block;
    height:1px;
    width:79px;
    background:#bc6c70;
    right:0px;
    top:18px;
    position:absolute;
}
/*.section_3 .item a {
display:inline-block;
text-decoration:none;
font-size:14px;
color:#ffffff;
font-family:"OpenSans-Bold";
background:#ad5a55;
text-transform:uppercase;
margin-top:33px;
width:228px;
height:47px;
line-height:47px;
transition:0.3s;
}
.section_3 .item a:hover {

}*/




.section_3 .item a {
    display:inline-block;
    color:#ad5a55;
    text-decoration:underline;
    cursor:pointer;
    font-size:14px;
    display:inline;
}
.section_3 .item a:hover {
    text-decoration:none;
}



.section_3 .item4 {
    margin-left:43px;
    margin-top:5px;
}
.section_3 .item4 p {
    margin-top:17px;
}
.section_3 .item4 span:before {
    content:'';
    display:block;
    height:1px;
    width:198px;
    background:#bc6c70;
    left:0px;
    top:18px;
    position:absolute;
}
.section_3 .item4 span:after {
    content:'';
    display:block;
    height:1px;
    width:198px;
    background:#bc6c70;
    right:0px;
    top:18px;
    position:absolute;
}
.section_4 h2 {
    text-align:center;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    padding-top:30px;
    margin-bottom:30px;
    font-weight: 800;
}
.anons p {
    font-size:14px;
    color:#6b6256;
    font-family:"Georgia";
    text-align:center;
    margin-bottom:6px;
}
.anons p span {
    color:#ad5a55;
    font-weight:bold;
}
.buttons button {
    cursor:pointer;
    transition:0.3s;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    background:#EAEAEA;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.004);
    width: 200px;
    height: 48px;
    outline:none;
    transition:0.3s;


}
.buttons {
    text-align:center;
    margin-top:37px;


}
.buttons button.active {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    background:#FBFBFB;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    opacity:1.0;

}
.buttons button.active img,.buttons button.active span {
    opacity:1.0;
}
.buttons button img {
    float:left;
}
.buttons button  span {
    float:right;
    font-size:16px;
    font-weight:bold;
    font-family:"Arial";
    color:#ad5a55;
    display:inline-block;
    width:135px;
    text-align:left;
    line-height:48px;
}
.buttons button.button1 img {
    margin-left:18px;
    margin-top:11px;
}

.captcha {
	display: none !important;
	}
	
	.popup_form input[type=submit] {
		margin-top: 15px !important;
	}
	
	


.buttons button.button2 img {
    margin-top:9px;
    margin-left:29px;
}
.buttons button.button2 {
    margin-left:-5px;
}
.buttons button.button2 span {
    width:124px;
}
.tab_content .items .item {
    width:297px;
    background:url('../images/b_item4.png') no-repeat top center;
    height: auto;
    box-sizing:border-box;
    margin-top:61px;
    vertical-align:top;
    display:inline-block;
    margin-left:17px;
    position:relative;
    padding-bottom: 100px;
    background-size: 100% 100%
}
.tab_content.itemsContent .items .item{
    width: 100%;
    background:url('../images/b_item25.png') no-repeat top center;
    height: 570px;
    text-align: center;
}
.tab_content.itemsContent .items .item p{
    width: 235px;
    display: inline-block;
    vertical-align: top;
    text-align:left;
}
.tab_content.itemsContent  .items .item a{
    left: 50%;
    margin-left: -90px;
}
.item_title {
    text-align:center;
    font-size:26px;
    color:#3a3329;
    text-transform:uppercase;
    font-family:"OpenSans";
    margin-top: 20px;
    margin-bottom:9px;
}
.tab_content .items .item label {
    cursor:auto;
    float:left;
    font-size:13px;
    color:#000000;
    font-family:"Open Sans";
    position:relative;
    padding-left:18px;
    margin-bottom:5px;
    line-height:1.1;
    font-weight: 700;
}
.tab_content .items .item label input {
    display:none;
}
.tab_content .items .item label span {
    color:#ad5a55;

    display:inline-block;
    font-family:"Open Sans";
    font-style:italic;
    font-weight: 400;

    cursor:pointer;
    -webkit-animation: balls2 3.0s 0s linear infinite;
    -moz-animation: balls2 3.0s 0s linear infinite;
    animation: balls2 0s linear infinite;
    font-size:13px;
}
.tab_content .items .item p {
    clear:both;
    padding-left:23px;
    padding-right:21px;
    padding-bottom: 10px;
    position:relative;
}
.tab_content .items .item span.prices {
    float:right;
    font-size:14px;
    font-family:"Open Sans";
    color:#ad5a55;
    position:absolute;
    right:10px;
    top:0px;
    font-weight: 700;
}
.tab_content .items .item .price {
    clear:both;
    text-align:center;
    font-size:40px;

    color:#ad5a55;
    font-family:"Open Sans";
    position:absolute;
    bottom:62px;
    width:100%;
    font-weight: 700;
}
.comments {
    text-align:center;
    font-size:18px;
    color:#ad5a55;
    font-family:"Open Sans";
    position:absolute;
    bottom:36px;
    width:100%;
    font-weight: 600;
}

.all-wrap .wrapper {
	width: 1280px;
}
.tab_content .items .item a {
    display:block;
    font-size:18px;
    color:#ffffff;
    font-family:"Open Sans";
    text-decoration:none;
    /*#a02d32;*/
    background:#ad5a55;
    width:189px;
    text-align:center;
    margin:0 auto;
    position:absolute;
    bottom:-27px;
    left:53px;
    height:54px;
    line-height:54px;
    border-radius:6px;
    transition:0.3s;
    font-weight: 700;
}
.tab_content .items .item label i {
    display:inline-block;
    width:16px;
    height:16px;
    background:url('../images/minus.png') no-repeat top center;
    position:relative;
    top:5px;
    margin-right:6px;
    margin-left:-26px;
}

.section_5 {
    text-align:center;
    margin-top:115px;
    padding-bottom: 30px;
}

.section_15 {
    text-align:center;

    padding-bottom: 30px;
    margin-top: -20px;
}

.section_5 h2 {
    font-weight:normal;
    text-align:center;
    font-size:26px;
    color:#3a3329;
    text-transform:uppercase;
    font-family:"Open Sans";
    font-weight: 400;

}

.section_15 h2 {
    font-weight:normal;
    text-align:center;
    font-size:26px;
    color:#3a3329;
    text-transform:uppercase;
    font-family:"Open Sans";
    font-weight: 400;

}

.section_5 .wrapper {
    background:url('../images/b_item5.png') no-repeat top center;
    padding-bottom: 58px;
    margin-bottom: 25px;
}
.section_5 p {
    font-size:14px;
    color:#000000;
    font-family:"Open Sans";
    margin-top:32px;
    line-height:1.5;
    font-weight: 600;
}

.section_15 p {
    font-size:14px;
    color:#000000;
    font-family:"Open Sans";
    margin-top:32px;
    line-height:1.5;
    font-weight: 600;
}


#tab2 {
    display:none;
}
.line {
    width:1250px;
    margin:0 auto;
    height:1px;
    background:#e5e5e5;
    margin-bottom:43px;
}
.line2 {
    width:670px;
    margin:0 auto;
    height:1px;
    background:#007EFF;
    margin-top:55px;
}
.section_15 a {
    display:block;
    font-size:18px;
    color:#ffffff;
    font-family:"Open Sans";
    text-decoration:none;
    font-weight: 700;

    background:#ad5a55;
    width:190px;
    text-align:center;
    margin:0 auto;
    height:59px;
    line-height:59px;
    transition:0.3s;
    margin-top:24px;
}

.section_5 a {
    color:#ad5a55;
}

.section_6 h2 {
    font-weight:normal;
    font-family:"Open Sans";
    font-size:28px;
    color:#3a3329;
    text-align:center;
    padding-top:38px;
    font-weight: 800;
}
.section_6 .steps .step {
    display:inline-block;
    text-align:center;
    width:179px;
    vertical-align:top;
    position:relative;   
}
.section_6 .steps .step i {
    display:table-cell;
    vertical-align:middle;
    height:97px;
    width:179px;
}
.section_6 .steps .step span {
    display:block;
    box-sizing:border-box;
    width:36px;
    height:36px;
    margin:0 auto;
    border-radius:50%;
    text-align:center;
    line-height:32px;
    border:2px solid #af5d58;
    font-size:14px;
    color:#000000;
    font-family:"Open Sans";
    margin-top:4px;
    background:#fff;
    position:relative;
    z-index:10;
    font-weight: 800;
}
.section_6 .step p {
    font-size:12px;
    color:#3a3329;
    font-family:"Open Sans";
    line-height:1;
    margin-top:9px;
    font-weight: 600;
}
.section_6 .steps {
    position:relative;
    margin-top:35px;
}
.section_6 .steps:after {
    display:block;
    content:'';
    height:2px;
    background:#e1e1e1;
    width:1100px;
    position:absolute;
    bottom:74px;
    left:90px;
}
.section_7 {
    background:fixed url('../images/block_7.jpg') no-repeat top center;
    background-size:cover;
    margin-top:66px;
    padding-top:40px;
    padding-bottom:25px;
}

.section_7_inner {

    margin-top:66px;
    padding-top:40px;
    padding-bottom:25px;
}

.section_8 {
    background:fixed url('../images/block_7.jpg') no-repeat top center;
    background-size:cover;
    margin-top:55px;
    padding-bottom:35px;
}

.section_8_inner {
    background:fixed white no-repeat top center;
    background-size:cover;
    margin-top:55px;
    padding-bottom:35px;
}

.section_7 h2 {
    text-align:center;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    font-weight:normal;
    position:relative;
    font-weight: 800;
}
.section_7 h2:after {
    display:block;
    content:'';
    position:absolute;
    bottom:-52px;
    left:61px;
    width:1156px;
    background:url('../images/block_7_sep.png') no-repeat top center;
    height:13px;
}
.section_7 p {
    font-size:24px;
    color:#ad5a55;
    font-family:"OpenSans";
    letter-spacing:-0.6px;
    margin-bottom:24px;
}
.section_7 ul li {
    list-style:none;
    background:url('../images/minus.png') no-repeat 2px 4px;
    font-size:14px;
    color:#3a3329;
    font-family:"Open Sans";
    margin-bottom:22px;
    padding-left:31px;
    letter-spacing:-0.4px;
    font-weight: 600;
}
.block_7_left {
    float:left;
    margin-left:161px;
    margin-top:87px;
}
.section_7_right {
    float:right;
    margin-top:87px;
    margin-right:126px;
}
.section_7 a {
    display:block;
    margin:0 auto;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    font-family:"Open Sans";
    text-transform:uppercase;
    background:#ad5a55;
    margin-top:-23px;
    width:226px;
    height:47px;
    font-size:14px;
    line-height:47px;
    font-weight: 600;
}
.section_7 .line {
    margin-top:88px;
    margin-bottom:0px;
}


.agent-wrap {
    display: inline-block !important;
    float: none !important;
    width: 250px !important;
}



.section_7_inner h2 {
    text-align:center;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    font-weight:normal;
    position:relative;
    font-weight: 800;
}
.section_7_inner h2:after {
    display:block;
    content:'';
    position:absolute;
    bottom:-52px;
    left:61px;
    width:1156px;
    background:url('../images/block_7_sep.png') no-repeat top center;
    height:13px;
}
.section_7_inner p {
    font-size:24px;
    color:#ad5a55;
    font-family:"Open Sans";
    letter-spacing:-0.6px;
    margin-bottom:24px;
    font-weight: 400;
}
.section_7_inner ul li {
    list-style:none;
    background:url('../images/minus.png') no-repeat 2px 4px;
    font-size:14px;
    color:#3a3329;
    font-family:"Open Sans";
    margin-bottom:22px;
    padding-left:31px;
    letter-spacing:-0.4px;
    font-weight: 600;
}

.section_7_right {
    float:right;
    margin-top:87px;
    margin-right:126px;
}

.section_7_inner .line {
    margin-top:88px;
    margin-bottom:0px;
}




.section_8 h2 {
    font-weight:normal;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    text-align:center;
    padding-top:42px;
    font-weight: 800;
}

.section_8_inner h2 {
    font-weight:normal;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    text-align:center;
    padding-top:42px;
    font-weight: 800;
}


.section_8 .item {
    text-align:center;
}


.section_8_inner .item {
    text-align:center;
}
.section_8 .item p.name {
    font-size:20px;
    color:#ad5a55;
    font-family:"Georgia";
    font-weight:bold;
    margin-bottom:13px;
}


.section_8_inner .item p.name {
    font-size:20px;
    color:#ad5a55;
    font-family:"Georgia";
    font-weight:bold;
    margin-bottom:13px;
}


.section_8 .item .rev {
    width:350px;
    margin:0 auto;
}

.section_8_inner .item .rev {
    width:350px;
    margin:0 auto;
}

.section_8 .item span {
    font-size:14px;
    color:#8C8C8C;
    font-family:"Open Sans";
    font-weight: 600;
}



.section_8_inner .item span {
    font-size:14px;
    color:#8C8C8C;
    font-family:"Open Sans";
    font-weight: 600;
}

.section_8 .desc {
    font-size:14px;
    color:#423F3B;
    font-family:"Georgia";
    line-height:1.6;
    margin-top:20px;
    margin-bottom: 50px;
}

.section_8_inner .desc {
    font-size:14px;
    color:#423F3B;
    font-family:"Georgia";
    line-height:1.6;
    margin-top:20px;
    margin-bottom: 50px;
}

#spisok {
    margin-top:40px;

}
.section_8 a {
    display:block;
    margin:0 auto;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    font-family:"Open Sans";
    text-transform:uppercase;
    background:#ad5a55;
    margin-top:26px;
    width:182px;
    height:47px;
    font-size:14px;
    line-height:47px;
    font-weight: 600;
}


.section_8_inner a {
    display:block;
    margin:0 auto;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    font-family:"Open Sans";
    text-transform:uppercase;
    background:#ad5a55;
    margin-top:26px;
    width:182px;
    height:47px;
    font-size:14px;
    line-height:47px;
    font-weight: 600;
}

.owl-nav div {
    text-indent:-100000px;
    width:24px;
    height:44px;
    position:absolute;
    top:120px;
}
.owl-nav div.owl-prev {
    background:url('../images/prev.png') no-repeat top center;
    left:417px;
}
.owl-nav div.owl-next {
    background:url('../images/next.png') no-repeat top center;
    right:417px;
}
.section_9 {
    margin-top:50px;
}
.section_9 h2 {
    font-weight:normal;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    text-align:center;
    padding-top:15px;
    font-weight: 800;

}
.section_9 .item {
    position:relative;
    cursor:pointer;

    margin-bottom:56px;
}
.section_9 .item img {
    position:absolute;
    top:-52px;
    left:-170px;
    display:none;
    border-radius:50%;
    width:144px;
    height:144px;
}

.section_9_right .item img {
    position:absolute;
    top:-52px;
    left:-170px;
    display:none;
    border-radius:50%;
    width:144px;
    height:144px;
}

.section_9 .right_col .item img {
    position:absolute;
    top:-52px;
    left:210px;
    display:none;
    border-radius:50%;
    width:144px;
    height:144px;
}

.section_9 .item p {
    font-size:18px;
    color:#3a3329;
    font-weight:bold;
    font-family:"Arial";
}
.section_9 .item span {
    font-family:"Arial";
    font-size:11.33px;
    color:#ad5a55;
}
.section_9 .item:hover img {
    display:block;
}
.section_9 .item:hover p {
    color:#ad5a55;
    text-decoration:underline;
}
.section_9 .left_col {
    float:left;
    margin-top:44px;
    margin-left:126px;
}
.section_9 .right_col {
    float:right;
    margin-top:44px;
    margin-right:87px;
}
.section_9 .center_col {
    float:left;
    width:294px;
    height:642px;
    background:url('../images/center_col.png') no-repeat top center;
    text-align:center;
    box-sizing:border-box;
    margin-left:180px;
    margin-top:48px;
    padding-top:48px;
}
.short_text {
    position:relative;
    font-size:16px;
    background:#fff;
    color:#3a3329;
    font-family:"Georgia";
    font-style:italic;
    width:460px;
    margin-top:24px;
    line-height:1.6;
    margin-left:-85px;
    letter-spacing:-0.4px;
}
.short_text:before {
    content:'';
    display:block;
    position:absolute;
    width:37px;
    height:43px;
    background:url('../images/arrow_left.png') no-repeat top center;
    left:-15px;
    top:40px;
}
.short_text:after {
    content:'';
    display:block;
    position:absolute;
    width:37px;
    height:43px;
    background:url('../images/arrow_right.png') no-repeat top center;
    right:-24px;
    top:143px;
}
.short_text p {
    margin-bottom:49px;
}
.short_text p span {
    display:block;
    font-family:"Open Sans";
    font-style:normal;
    font-size:29px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 800;
}
.d_name {
    position:relative;
    font-size:18px;
    color:#000000;
    font-family:"Arial";
    font-weight:bold;
    margin-top:-47px;
    margin-bottom:25px;
}
.d_name:after {
    height:2px;
    content:'';
    width:80px;
    position:absolute;
    left:50%;
    margin-left:-40px;
    background:#ad5a55;
    display:block;
    bottom:-7px;
}
.dd {
    font-size:12px;
    color:#ad5a55;
    font-family:"Arial";
}
.section_10 {
    text-align:center;
    background:#eeebe4;
    margin-top:29px;
    padding-bottom:36px;
}
.section_10 h2 {
    font-weight:normal;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    text-align:center;
    padding-top:24px;
    font-weight: 800;

}
.section_10 p {
    font-size:16px;
    color:#3a3329;
    font-family:"Georgia";
    font-style:italic;
    line-height:1.5;
    margin-top:24px;
    margin-bottom:20px;
}
.section_10 strong {
    display:block;
    font-weight:normal;
    font-size:14px;
    color:#5e5851;
    font-family:"Open Sans";
    font-weight: 700;
}
.section_10 span {
    display:block;
    font-size:51px;
    color:#ad5a55;
    font-family:"Open Sans";
    font-weight: 800;
}
.section_10 .pop {
    display:block;
    margin:0 auto;
    text-align:center;
    color:#ffffff;
    text-decoration:none;
    font-family:"Open Sans";
    text-transform:uppercase;
    background:#ad5a55;
    margin-top:20px;
    width:230px;
    height:47px;
    font-size:14px;
    line-height:47px;
    font-weight: 600;
}
.contacts h2 {
    font-weight:normal;
    font-size:28px;
    color:#3a3329;
    font-family:"Open Sans";
    text-align:center;
    padding-top:28px;
    font-weight: 800;
}
.contacts .items {
    text-align:center;
}
.contacts .items .item {
    display:inline-block;
    text-align:center;
    margin-left:90px;
    margin-top:20px;
}


.contacts .items .item1 {
    display:inline-block;
    text-align:center;
    margin-left:90px;
    margin-top:20px;

}


.contacts .items .item:first-child {
    margin-left:0px;
}
.contacts .items .item  p {
    font-size:14px;
    color:#ad5a55;
    font-family:"Open Sans";
    text-transform:uppercase;
    font-weight: 600;
}



.contacts .items .item1:first-child {
    margin-left:0px;
}
.contacts .items .item1  p {
    font-size:14px;
    color:#ad5a55;
    font-family:"Open Sans";
    text-transform:uppercase;
    font-weight: 600;
}




.contacts .items .item span {
    display:block;
    font-size:13px;
    color:#5c5b73;
    font-family:"Open Sans";
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 600;

}

.contacts .items .item1 span {
    display:block;
    font-size:13px;
    color:#5c5b73;
    font-family:"Open Sans";
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 600;

}



.copy {
    text-align:center;
    padding-bottom:10px;
}
.copy p {
    font-size:15px;
    line-height:1.2;
    color:#3a3329;
    font-family:"Open Sans";
    margin-top:10px;
    font-weight: 400;

}

.fancybox-padding {
    width: 98%;
}

.copy a {
    color:#AD5A55

}

.copy span {
    font-size:51px;
    color:#ad5a55;
    font-family:"Open Sans";
    font-weight: 800;
}
a {
    transition:0.3s;
    color: #ad5a55;
}/*#a02d32;
background:#ad5a55;*/
@-webkit-keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #a02d32, 0 0 12px 14px #ad5a55;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0),0 0 4px 71px #ad5a55;
    }
}
@-moz-keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #a02d32, 0 0 12px 14px #ad5a55;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}
@keyframes si-button-pulse {
    from {
        box-shadow: 0 0 8px 6px #a02d32, 0 0 12px 14px #ad5a55;
    }
    to {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
    }
}

.map {
    margin-top:20px;
    margin-bottom:10px;
}
.popup {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1000;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.3);
    width: 537px;
    height: 378px;
    text-align:center;
    line-height:400px;
    margin-top:-219px;
    margin-left:-271px;
    display:none;
}
.popup img {
    max-width:650px;
    max-height:400px;
}
.popup span {
    width:21px;
    height:21px;
    cursor:pointer;
    background:url('../images/closed.png') no-repeat top center;
    position:absolute;
    display:block;
    right:10px;
    top:10px;
}
.block_7_left {
    position:relative;
}
.block_7_left:after {
    height:448px;
    display:block;
    width:1px;
    background:#cac5c5;
    position:absolute;
    right:-47px;
    top:10px;
    content:'';
}
@-moz-keyframes float{
    0%{-moz-transform: translateY(0)}
    50%{-moz-transform: translateY(-6px)}
    100%{-moz-transform: translateY(0)}
}
@-webkit-keyframes float{
    0%{-webkit-transform: translateY(0)}
    50%{-webkit-transform: translateY(-6px)}
    100%{-webkit-transform: translateY(0)}
}
@-ms-keyframes float{
    0%{-ms-transform: translateY(0)}
    50%{-ms-transform: translateY(-6px)}
    100%{-ms-transform: translateY(0)}
}
@keyframes float{
    0%{transform: translateY(0)}
    50%{transform: translateY(-6px)}
    100%{transform: translateY(0)}
}
.section_3 .item i {
    -moz-animation: float 2s linear infinite;
    -webkit-animation: float 2s linear infinite;
    -ms-animation: float 2s linear infinite;
    animation: float 0s linear infinite;
}


.overlay {
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    z-index:200;
    display:none;
    z-index: 1000;
}
.popup_form {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.3);
    position:fixed;
    width: 398px;
    left:50% !important;     
    z-index:210;
    text-align:center;
    top:50% !important;     
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding:30px 0px 20px 0px;
    display:none;
    z-index: 2000;
    right: auto !important;
    bottom: auto !important;
}

.clearfix:after {
    content: '.';
    display: table;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 1px;
}



@media screen and (max-width: 1300px) {
    .filtr-col {
        width: 290px;
    }

}

.popup_form h3 {
    font-size:24px;
    color:#000000;
    font-family:"Arial";
}
.popup_form p {
    font-size:14px;
    color:#6b6256;
    font-family:"Georgia";
    margin-top:10px;
    margin-bottom:30px;
}
.popup_form input[type=text] {
    box-sizing:border-box;
    outline:none;

    border-width: 1px;
    border-color: rgba(0, 0, 0,0.2);
    border-style: solid;
    padding:0px 15px;
    width: 304px;
    height: 45px;

}
.popup_form label {
    display:block;
    width:304px;
    margin:0 auto;
    margin-bottom:10px;
}
.popup_form .error {
    font-size:13px;
    color:#ad5a55;
    font-family:"Arial";
    display:block;
    margin-bottom:10px;
}
.popup_form label span {
    font-size:11px;
    color:#ad5a55;
    font-family:"Arial";
    display:block;
    text-align:left;
    margin-bottom:5px;
}
.popup_form label span span {
    color:#929292;
    display:inline;
}

.popup_form input[type=submit] {
    border:none;
    cursor:pointer;
    background-color: rgb(173, 90, 85);
    transition:0.3s;
    width: 90%;
    height: 60px;
    font-size:14px;
    text-transform:uppercase;
    color:#ffffff;
    font-family:"OpenSans-Bold";
}
.captcha {
    width:304px;
    margin:25px auto;
}
.popup_form .closed {
    width:21px;
    height:21px;
    cursor:pointer;
    background:url('../images/closed.png') no-repeat top center;
    position:absolute;
    display:block;
    right:10px;
    top:10px;
}
.codecs {
    margin:0 auto;
    box-sizing:border-box;
    text-align:center;
    padding-left:20px;
    width:370px;
    height:88px;
    text-align:left;
    font-size:14px;
    color:#6b6256;
    font-family:"Georgia";
    margin-top:25px;
    padding-top:-10px;

}

.left-img {
    display: block;
    float: left;
    margin-right:20px;
    margin-top: -15px;
    margin-bottom: -20px

}

.div-wrap {
    margin-top:20px;
}
.codecs div{
    color:#ad5a55;
    text-decoration:underline;
    cursor:pointer;
    font-size:14px;
    display:inline;
}
.codecs div:hover {
    text-decoration:none;
}
.codesc_popup {
    width:800px;
    margin-left:-400px;
    height:600px;
    top:50px;
}
.codesc_popup .title {
    font-size:14px;
    color:#000000;
    font-family:"Arial";
    font-weight:bold;
}
.codesc_popup .item {
    position:absolute;
    display:inline-block;
}
.codesc_popup .item img {
    margin-top:10px;
    margin-bottom:-9px;
    position:relative;
    top:27px;
    right:8px;
}
.codesc_popup .item p {
    font-size:11px;
    color:#ad5a55;
    font-family:"Arial";
    margin-bottom:0px;
}
.codesc_popup .item p strong {
    color:#000000;
    font-weight:bold;
}
.codesc_popup .item p strong span {
    font-weight:normal;
}
.codesc_popup .item.item1 {
    background:url('../images/p_item2.png') no-repeat top center;
    padding-top:60px;
    top:143px;
    left:69px;
}
.codesc_popup .item.item1:after {
    position:absolute;
    content:'';
    display:block;
    width:68px;
    height:44px;
    background:url('../images/str1.png') no-repeat top center;
    right:-67px;
    top:148px;
}
.codesc_popup .item.item2 {
    background:url('../images/p_item5.png') no-repeat top center;
    padding-top:48px;
    top:369px;
    left:71px;
}
.codesc_popup .item.item2:after {
    position:absolute;
    content:'';
    display:block;
    width:67px;
    height:44px;
    background:url('../images/str2.png') no-repeat top center;
    right:-77px;
    top:6px;
}
.codesc_popup .item.item3 {
    background:url('../images/p_item3.png') no-repeat top center;
    padding-top:70px;
    top:324px;
    left:361px;
}

.codesc_popup .item.item4 {
    background:url('../images/p_item1.png') no-repeat top center;
    padding-top:52px;
    top:150px;
    right:72px;
}
.codesc_popup .item.item4:after {
    position:absolute;
    content:'';
    display:block;
    width:68px;
    height:45px;
    background:url('../images/str4.png') no-repeat top center;
    left:-77px;
    top:140px;
}
.codesc_popup .item.item5 {
    background:url('../images/p_item4.png') no-repeat top center;
    padding-top:50px;
    top:369px;
    right:69px;
}
.codesc_popup .item.item5:after {
    position:absolute;
    content:'';
    display:block;
    width:67px;
    height:44px;
    background:url('../images/str5.png') no-repeat top center;
    left:-72px;
    top:6px;
}
.codesc_popup .item.item6 {
    background:url('../images/p_item6.png') no-repeat top center;
    padding-top:55px;
    top:118px;
    left:225px;
}
.codesc_popup .item.item6:after {
    position:absolute;
    content:'';
    display:block;
    width:20px;
    height:28px;
    background:url('../images/str6.png') no-repeat bottom center;
    left:122px;
    top:141px;
}
.codesc_popup .item.item6 .title,.codesc_popup .item.item6 p,.codesc_popup .item.item6 strong {
    color:#009ACF;
}
/*.tab_content .items .item.item1 {
background:url('../images/b_item1.png') no-repeat top center;
height:330px;
}
.tab_content .items .item.item2 {
background:url('../images/b_item2.png') no-repeat top center;
height:467px;
}
.tab_content .items .item.item3 {
background:url('../images/b_item3.png') no-repeat top center;
height:529px;
}
.tab_content .items .item.item4 {
background:url('../images/b_item4.png') no-repeat top center;
height:733px;
}
*/
.tab_content .items .item.item1 .price {
    bottom:62px;
}




.big_phone>a{
    color: #fff;
    text-decoration: none;
}
.big_phone_footer>a{
    color: #AD5A55;
    text-decoration: none;
}

.header .header_right .phone_top_unic{

    background: none;
    font-size: 26px;
}
.header .header_right .phone_top_unic:hover{
    background: rgba(137, 89, 86, 0.56);
}


.section_10 .uniq_phone_middle>a{
    background: none;
    font-size: 51px;
    color: #ad5a55;
    width: 60%;
    font-family: "Open Sans";
    display: inline-block;
    padding: 5px;
    font-weight: 800;
}
.section_10 .uniq_phone_middle>a:hover{
    background-color: rgba(173, 90, 85, 0.2);
    color: #AD5A55;
}

.logo img {
    max-width:450px;
}
.logo {
    text-align:center;
    font-size:17px;
    color:#fff;
    font-family:"Georgia";
}
.logo span {
    display:block;
}
.popup_text {

    width:583px;
    padding:20px;
    display:none;
}
.txt_pop {
    background:url('../images/txt_popup.png') no-repeat top center;
    text-align:left;
    font-size:14px;
    font-family:"Georgia";
    color:#201600;
}
.txt_pop p {
    color:#201600;
    padding:0px 60px;
    margin-bottom:16px;
    text-align:justify;
}
.txt_title {
    font-family:"Georgia";
    font-weight:bold;
    font-style:italic;
    font-size:34px;
    color:#7d5c3e;
    text-align:center;
    line-height:1.2;
    padding-top:95px;
    margin-bottom:45px;
}
.txt_pop ul li {
    list-style:none;
    padding:0px 60px;
    position:relative;
    text-align:justify;
    margin-bottom:5px;
}
.txt_pop ul li:before{
    content:'вЂў';
    font-size:14px;
    font-family:"Georgia";
    color:#201600;
    margin-right:8px;
}
.cod_left {
    float:left;
    margin-left:60px;
    margin-top:10px;
    width:46%;
}
.cod_left p {
    padding:0px;
    margin:0px;
    font-size:10px;
    text-align:left;
}
.cod_right {
    float:right;
    width:35%;
    margin-top:10px;
    margin-right:50px;
}
.cod_right img {
    margin-top:-22px;
    margin-bottom:45px;
}
.cod_right strong,.cod_left strong {
    font-size:10px;
}
.cod_left strong,.cod_right strong {
    display:inline-block;
    margin-bottom:5px;
    line-height:1;

}


#sort {
	display: none;
}


@media screen and (max-device-width: 670px) and (orientation: landscape) {

    body {
        width: 100%;
        overflow-x: hidden;
    }

    .header .wrapper .top-iframe {
        margin-top: -46px !important;
    }

    .logo img {
        width: 350px;
    }

    .header_left.mobile_show {
        margin-top:0;
    }

    .header_right {
        display: none;
    }

    .header {
        height: 510px;
        background: url('../images/bg.jpg') no-repeat center -45px;
    }

    .section_2_left .meta {
        margin-top: -4px;
        background: #AD5A55;
        padding: 10px 0px;
    }

    .section_2_left .meta span, .section_2_left .meta p {
        color: #fff;
    }

    .section_2_right:before, .section_2_right:after {
        display: none;
    }

    .mobile-p {
        display: block;
        width: 180%;
        text-align: center;
        margin: 10px 0 0  -41%;
        font-size: 14px;
        line-height: 1.3;
        font-family: "Georgia";
        font-style: italic;
    }

    .mobile-p br {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    .section_3 .item p {
        font-size: 13px !important;
        line-height: 1.2;
    }

    .mobil-img-show {
        display: block !important;
        float: none !important;
        margin: 0 auto -20px auto;
    }

    .section_3 .items .item {
        margin-top: 20px !important;
    }

    .codecs.mobile_show {
        text-align: center;
        margin-top: 5px;
    }

    .section_7 {
        background-image: none;
        margin-top: 0px;
        padding-top:50px;
    }

    .section_9 {
        background: #F3F0F0;
        padding-top: 15px;
        margin-top: -15px;
        padding-bottom: 35px;
    }

    .header h1 {
        margin-top: 17px !important;
    }

    .block_7_left {
        margin-top:40px;
    }

    .section_7 p {
        font-size: 22px;
    }

    .section_7_right {
        margin-top: 55px;
        padding-top: 50px !important;
    }

    .short_text {
        background-color: transparent;
    }

    .section_8 .desc {
        line-height: 1.3;

    }

    .section_8_inner .desc {
        line-height: 1.3;

    }

    .owl-nav div {
        top:84px;
    }

    .section_7 ul li {
        line-height: 1.2;
        margin-bottom: 10px;
    }






}



@media screen and (min-width: 1024px) and (max-width:1280px) {
    .section_2_right:before {
        left: -45px;
    }

    .section_2_right:after {
        right: -16px;
    }

}


@media screen and (max-width: 1170px) and (min-width: 800px) {
    .logo img {
        max-width: 350px !important;
    }

    .logo {
        margin-left: 10px !important;
    }

}



@media (max-width:1280px) and min-width (1024px) {

    .header_right {
        margin-right: 15px;
    }

    .header .wrapper {
        width: 100%;
    }

    .header h1:before {
        display: none;
    }

    .header h1:after {
        display: none;
    }

    .tab_content .items .item:first-child {
        height: 550px;
        margin-bottom: 30px;
        background: url('../images/b_item4-small.png') no-repeat top center;
    }
    .tab_content .items .item:nth-of-type(2){
        height: 550px;
        margin-bottom: 30px;
        background: url('../images/b_item4-small.png') no-repeat top center;

    }

    .logo img {
        max-width: 400px;
    }

    .wrapper {
        width: 1000px;
    }





    .section_2_left {
        float: none;
        margin: 0 auto;
        margin-left: auto !important;
        width: 325px;
        text-align: center;
    }

    .section_2_right {
        float: none;
        clear: both;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .section_2_left img {
        float: none;
    }

    .section_2_left .meta {
        float: none;
        margin-top: -4px;
        background: #AD5A55;
        padding: 10px 0px;
    }

    .section_2_left .meta p {
        color: #fff;
    }

    .section_2_left .meta span {
        font-size: 17px;
        color: #fff;
    }


    .logo {
        margin-left:45px;
    }
    .section_2_left {
        margin-left:0px;
    }
    .section_2_right {
        margin-right:0px;
    }
    .section_3 .item.item1 {
        margin-left:0px;
    }
    .section_3 .items .item {
        width:478px;
    }
    .section_3 .item p {
        font-size:13px;
    }
    .section_3 .items .item.item4 {
        width:100%;
        margin-left:0px;
    }
    .section_3 .item3 span::before, .section_3 .item3 span::after {
        width: 55px;
    }
    .section_3 .item4 span:before,.section_3 .item4 span:after {
        width:130px;
    }

    .tab_content .items .item:first-child,.tab_content .items .item:nth-child(odd) {
        margin-left:160px;
        margin-right:120px;
    }
    .section_5 p {
        font-size:13px;
    }

    .section_15 p {
        font-size:13px;
    }
    .section_6 .steps:after {
        display:none;
    }
    .section_6 .steps {
        text-align:center;
    }
    .section_7 h2:after {
        width:1000px;
    }
    .block_7_left {
        margin-left:0px;
    }
    .section_7_right {
        margin-right:0px;
    }
    .owl-nav div.owl-prev {
        left: -20px;
    }
    .owl-nav div.owl-next {
        right: -45px;
    }
    .section_9 .left_col {
        margin-left:0px;
    }
    .section_9 .right_col {
        margin-right:0px;
    }
    .section_10 p {
        font-size:14px;
    }
}




@media (max-width:1024px) {




    .wrapper {
        width:776px;
    }
    .header_left {
        margin-top:140px;
    }
    .logo {
        margin-left:-95px;
    }
    .header_right {
        margin-top:14px;
    }
    .header h1 {
        font-size:36px;
        margin-top:90px;
    }
    .header h1:before,.header h1:after {
        display:none;
    }
    .section_2_left {
        float:none;
        margin:0 auto;
        width:325px;
        text-align: center;
    }
    .section_2_left img {
        float: none;
    }
    .section_2_left .meta {
        float: none;
    }
    .section_2_right {
        float:none;
        clear:both;
        text-align:left;
        margin-top: 25px;
        margin-bottom: 20px;
        width:90%;
    }

    .ritual-sign {
        float: right;
        margin-right: 3px;
        margin-bottom: 15px;
    }

    .section_3 h2 {
        font-size:25px;
    }
    .section_3 .items .item {
        width:100%;
        margin-left:0px;
    }
    .section_3 .item4 span::before, .section_3 .item4 span::after {
        width: 50px;
    }
    .tab_content .items .item:first-child, .tab_content .items .item:nth-child(odd),.tab_content .items .item {
        margin-left: auto;
        margin-right: 90px;
        display: inline-block;
    }
    .section_7 h2:after,.block_7_left:after ,.short_text:after,.short_text:before{
        display:none;
    }
    .block_7_left, .section_7_right {
        float:none;
    }
    .section_7_right {
        border-top: 1px solid #cac5c5;
        padding-top: 70px;
    }

    .section_9 .center_col {
        margin-left: 40px;
    }
    .short_text {
        width:360px;
        font-size:14px;
        margin-left:-36px;
    }
    .section_9 .left_col,.section_9 .right_col {
        position:relative;
        z-index:10;
    }
    .section_9 .right_col .item img {
        left: 115px;
    }
    .section_9 .item img {
        left: -85px;
    }
    .section_10 p {
        font-size:11px;
    }
    .contacts .items .item {
        margin-left:0px;
        margin-top:20px;
        width:100%;
    }
}






@media (max-width:800px) {

    .submenu-inner.submenu-inner_large, .main-menu_test {
        display: none ;
    }

    .tab_content .items .item label {
        margin-right: 40px;
    }

    .main-menu {
        display: block;
    }

    .main-menu {
        top: 78px !important;
        position: absolute;
        height: 290px;
        width: 200px !important;
        background: url('../images/menu-back.jpg') top center no-repeat;
        background-size: cover;
        top: 0;
        z-index: 200;
        visibility: hidden;
        opacity: 0;
        left: -200px;

    }

    .main-menu_list {
        display: block;
        margin: auto;
        max-width: 200px;
        height: 100%;
    }

    .main-menu_list_item {
        width: 100%;
        text-align: center;
        height: 40px;
        position: relative;
        padding: 0;
        display: block;
        margin-right: 1px;
        float: none margin-left : 1 px;

    }

    .menu-menu_link {
        padding-top: 5px;
    }

    .main-menu_list_item:after {
        display: none;

    }

    .wrapper {
        width: 100%;
    }

    .header_left {
        margin-top: 10px;
        float: none;
        width: auto;
    }

    .logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: -10px;
        padding-bottom: 10px;
    }

    .header_right {
        float: none;
        text-align: center;
    }

    .header h1 {
        font-size: 26px;
        margin-top: 36px;
    }

    .header_text {
        font-size: 15px;
    }

    .big_phone {
        background: none;
        padding-left: 0px;
        width: 100%;
        text-align: center;
        font-size: 37px;
        margin-top: 20px;
    }

    .section_3 .item p {
        font-size: 18px;
    }

    .section_3 .item span {
        font-size: 16px;
        font-family: "OpenSans-Bold";
    }

    .section_3 .item span:before, .section_3 .item span:after {
        display: none;
    }

    .section_8 .item {
        opacity: 1 !important;
    }

    .section_8_inner .item {
        opacity: 1 !important;
    }

    .owl-nav div.owl-prev {
        left: -20px;
    }

    .owl-nav div.owl-next {
        right: -20px;
    }

    .section_9 .left_col, .section_9 .right_col {
        display: none;
    }

    .section_9 .center_col {
        width: 100%;
    }

    .short_text {
        width: 100%;
        margin-left: 0px;
    }

    .short_text:after, .short_text:before {
        /*        display:block;*/
    }

    .section_10 p {
        font-size: 15px;
    }

    .section_10 span {
        font-size: 40px;
    }

    .big_phone_footer {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
background-image:none;
padding-left: 0; 
text-align:center;
font-size: 35px;
    }

    .tab_content .items .item:first-child, .tab_content .items .item:nth-child(2n+1), .tab_content .items .item {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .section_10 .uniq_phone_middle > a {
        font-size: 43px !important;
        width: 100% !important;
    }

    .header .wrapper .top-iframe {
        margin-left: -45px;
    }

    /*    РІРµСЂС…РµРЅСЏСЏ РІС‹РїР°РґР°С€РєР°*/
    .codesc_popup {
        width: 90%;
        height: auto;
        left: 0;
        right: 0;
        margin: auto;
        overflow-y: overlay;
        overflow-x: hidden;
    }

    .codesc_popup .item {
        position: static;
    }

    .codesc_popup .item.item1::after, .codesc_popup .item.item5::after, .codesc_popup .item.item2::after,
    .codesc_popup .item.item4::after, .codesc_popup .item.item3 {
        display: none;

    }

    @media (max-width: 768px) {
        .section_9 .wrapper {
            overflow: hidden;
        }

        .section_9 .center_col {
            margin: 0;
        }

        font b {
            display: block;
            padding: 15px 0;
        }
    }

    @media (max-width: 480px) {
        .addition-menu {
            display: none;
        }

        .grave-item {
            width: 90%;
            margin: 20px auto;
            float: none;
        }

        .grave-col {
            width: 100%;
            float: none;
        }

        html {
            width: 100%;
            overflow-x: hidden;
            max-width: 100%;
        }

        .mobil-img-show {
            display: block !important;
            display: block;
            float: none !important;
            margin: 0 auto -20px auto;
        }

        .mobile-p {
            display: block !important;
        }

        .section_2_right {
            width: 100% !important;
        }

        .items {
            margin-left: 0 !important;
            margin-bottom: -60px;
        }

        .inner-text-content h1 {
            font-size: 25px;
            padding-top: 10px;
        }

        .innter-text-p {
            text-align: left;
        }

        .big_phone_footer {
            margin-bottom: 20px;
            margin-top: 20px;
            display: inline-block;
            margin-right: auto !important;

        }

        .header.inner-header {
            background-position: -1421px 296px !important;
            background-size: cover;
        }

        .inner-text-content {
            margin-top: 70px;
            padding-top: 20px !important;
        }

        .mobile-hidden {
            display: none;
        }

        .inner-text-content {
            padding-top: 70px;
        }

        .section_3 .item p {
            font-size: 15px;
            color: black;
        }

        .section_3 h2 {
            font-size: 18px !important;
        }

        .section_9 .item p {
            font-size: 14px !important;
        }

        .section_9 .item span {
            font-size: 14px !important;
        }

        .header {
            background-position: -1421px 30px !important
        }

        body {
            width: 100%;
            overflow-x: hidden;
        }

        .buttons button {
            width: 160px;
        }

        .wrapper {
            width: 100%;
            100%;
            margin: 0 auto;
        }

        .section_2_right::before, .section_2_right::after {
            display: none;
        }

        .section_2_left {
            margin-top: 20px;
        }

        .section_2_left .meta {
            margin-top: -4px;
            background: #AD5A55;
            padding: 10px 0px;
        }

        .section_2_left .meta span, .section_2_left .meta p {
            color: #fff;
        }

        .buttons button.button2 span {
            width: 95px;
            font-size: 14px;
        }

        .buttons button span {
            width: 103px;
            font-size: 14px;
        }

        .owl-nav div.owl-prev {
            left: 10px;
        }

        .owl-nav div.owl-next {
            right: 12px;
        }

        .owl-nav div {
            top: 30px;

        }

        .codecs {
            width: 100%;
        }

        .section_9 .center_col {
            margin-left: 0;
        }

        .short_text::before {
            display: none;
        }

        .short_text::after {
            display: none;
        }

        .header_right {
            display: none;
        }

        .header .wrapper .top-iframe {
            margin-left: -4px;
            margin-right: -76px;
            margin-top: -5px;
        }

        .logo {
            margin-top: 53px;
        }

        .header h1 {
            font-size: 25px;
            margin-top: 0px;
        }

        .header {
            height: 570px;
            margin-top: -70px;
        }

        .header_left {
            margin-top: 23px;

        }

        .section_2_left .meta span {
            font-size: 17px;
        }

        .popup {
            left: 0;
            width: 90%;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            line-height: 243px;
            height: 247px;
        }

        .popup img {
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }

        .popup_form {
            width: 90%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
        }

        .big_phone_footer {
            font-size: 23px;
        }

        .section_10 .uniq_phone_middle > a {
            font-size: 30px !important;
        }

        /*    РїСЂР°РІРєРё*/
        .big_phone {
            width: 90%;
            font-size: 30px;
        }

        .section_3 h2 {
            font-size: 20px;
        }

        .section_8 .item .rev {
            width: 72%;
        }

        .section_8_inner .item .rev {
            width: 72%;
        }

        * {

        }

        .section_7 {
            padding-left: 10px;
            padding-right: 10px;
        }

        .selects center {
            margin-top: 20px;
        }

        .section_6 {
            display: none;
        }

        .block_7_left, .section_7_right {
            margin-top: 20px;
            padding: 0px 20px;
        }

        .section_7_right {
            padding-top: 20px;
        }

        .section_7 {
            margin-top: 0px;
        }

        .section_9 .center_col {
            background: none;
        }

        .section_9 .left_col, .section_9 .right_col {
            display: block;
            float: none;
            text-align: center;
            clear: both;
        }

        .section_9 .item img, .section_9 .right_col .item img {
            position: relative;
        }

        .section_9 .item:hover img, .section_9 .right_col .item:hover img {
            display: none;
            margin: 0 auto;
            top: 0px;
            left: 0px;
            margin-top: 10px;
            right: 0px;
        }

        .section_9 .item span {
            font-size: 18px;
        }

        .section_10 {
            display: none;
        }

        .codesc_popup .item {
            position: relative;
            width: 80%;
            margin: 0 auto;
        }

        .codesc_popup .item.item1 {
            top: -133px;
            left: 0px;

        }

        .codesc_popup .item.item4 {
            right: 0px;
        }

        .codesc_popup .item.item5 {
            top: 63px;
            right: 0px;
        }

        .codesc_popup .item.item2 {
            top: 97px;
            left: 0px;
        }

        .line2 {
            width: 80%;
            margin: 0 auto;
            margin-top: 118px;
        }

        .mobile_hide {
            display: none !important;
        }

        .mobile_show {
            display: block !important;
        }

        .ras .item {
            text-align: center;
            margin-bottom: 0px;
            padding-top: 30px;
        }

        .section_9 .center_col {
            float: none;
            height: auto;
            padding-bottom: 25px;
        }

        .codecs {
            background-position: top center;
            padding-left: 0px;
            text-align: center;
            width: 100%;
            padding-top: 110px;
        }

        .codecs div {
            display: block;
        }

        .section_7 {
            background: none;
        }

        .section_7 ul li {
            margin-bottom: 10px;
        }

        .section_9 {
            margin-top: 0px;
        }

        .section_9 .center_col {
            padding-top: 5px;
        }

        .short_text p {
            margin-bottom: 0px;
        }

        .d_name {
            margin-top: 0px;
        }

        .section_9 {
            background: #F3F0F0;
            padding-top: 15px;
            margin-top: -15px;
            padding-bottom: 35px;
        }

        .section_9 .item:hover p {
            text-decoration: none;
            color: #000;
        }

        .short_text {
            background: none;
        }

        .section_3 .items .item.item4 {
            padding-top: 0px;

        }

        .codecs {
            background: none;
            padding-top: 0px;
        }

        .tab_content .items .item label {
            line-height: 1.3;
        }
    }

    @media (max-width: 480px) {

        .section_8 {
            background-image: none;
            margin-top: 5px;
        }

        .section_8_inner {
            background-image: none;
            margin-top: 5px;
        }

        .burger {
            display: block !important;
        }

        .block_7_left, .section_7_right {
            margin-left: 20px;
            margin-right: 20px;
        }

        .section_2_right {
            width: 100%;
            /* text-indent: 23px; */
        }

        .section_2_right:before {
            display: none;

        }

        .section_2_right:after {
            display: none;

        }

        .logo img {
            width: 280px;
            margin-top: 10px;
        }

        .logo {
            margin-top: 50px;
            margin-left: 50px;
        }

        .popup_form {
            /*            overflow:hidden;*/
        }

        .popup_form label {
            width: auto !important;
        }

        .popup_form input[type="text"] {
            width: 85% !important;
        }

        .rc-anchor-normal {
            width: 93% !important;
        }

        .rc-anchor-pt {
            display: none !important;
        }

        .captcha {
            margin: 20px 0;
            width: 80%;
        }

        /*
        .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 120px;
    }

        .rc-anchor-normal .rc-anchor-content {
        width: 175px;
    }
        */
        .popup_form label span {

            padding-left: 28px;

        }

        .section_3 .items .item {
            margin-top: 1px;
        }

        .tab_content .items .item {
            border: 2px solid #AD5A55;
            height: auto;
            background: #ffffff;
            text-align: center;
            padding-bottom: 150px;
        }

        .tab_content .items .item label {
            font-size: 17px;
        }

        .item_title {
            display: inline;
            padding: 0px 10px;
            background: #ffffff;
            position: relative;
            top: -20px;
        }

        .tab_content .items .item label {
            text-align: left;
            max-width: 80%;
        }

        .section_5.garanty .wrapper h2 {
            font-size: 20px;
            line-height: 24px;
        }

        .map {
            margin-top: 80px;
        }

        .big_phone_footer {
            background-image: none;
            padding-left: 0;
            text-align: center;
        }


    }

    @media (min-width: 480px) and (max-width: 700px) {
        body {
            width: 100%;
            overflow-x: hidden;
        }

        .wrapper {
            max-width: 90%;
            margin: 0 auto;
        }

        .mobile_hide {
            display: none !important;
        }

        .mobile_show {
            display: block !important;
        }

        .header .wrapper .top-iframe {
            width: 90px;
            height: 110px;
            overflow: hidden;
            margin-top: -22px;
            margin-left: 0px;
        }

        .header_right {
            clear: both;
            margin-top: 0px;
        }

        .tab_content .items .item {
            background: #fff;
            border: 2px solid #AD5A55;
            height: auto;
            text-align: center;
            padding-bottom: 100px;
            width: 100%;
        }

        .tab_content .items .item label {
            font-size: 17px;
        }

        .item_title {
            display: inline;
            padding: 0px 10px;
            background: #fff;
            position: relative;
            top: -20px;
        }

        .tab_content .items .item label {
            text-align: left;
            max-width: 80%;
        }

        .tab_content .items .item a {
            left: 50%;
            margin-left: -95px;
        }

        .section_6 {
            display: none;
        }

        .section_9 .center_col {
            background: none;
            float: none;
            height: auto;
            padding-bottom: 25px;
        }

        .section_9 .item {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .section_9 .owl-nav div.owl-prev {
            top: 20px;
            left: 20px;
        }

        .section_9 .owl-nav div.owl-next {
            top: 20px;
            right: 20px;
        }

        .section_10 {
            display: none;
        }
    }


    @media screen and (max-width: 700px) and (min-width: 540px) and (orientation: landscape) {
        .burger {
            display: block !important;
            width: 95px !important;
            height: 95px !important;
            right: 0px !important;
            left: auto !important;
        }

        .main-menu {
            right: 0 !important;
            left: auto !important;
        }

        .burger span {
            width: 75px !important;
        }

        .burger span:first-child {
            top: 34px !important;
        }

        .burger span:nth-child(2) {
            top: 46px !important;
        }

        .burger span:nth-child(3) {
            top: 58px !important;
        }

        .burger.open-menu-switch span:first-child {
            top: 46px !important;
        }

        .burger.open-menu-switch span:last-child {
            top: 46px !important;
        }

        .main-menu {
            top: 94px !important;
        }

        .inner-header {
            height: 95px !important;
        }

    }




    .burger {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 78px;
        height: 78px;
        background: rgba(173, 90, 85, .6);
        transition: all .3s ease;
        display: none;
    }

    .burger span {
        width: 54px;
        height: 5px;
        background: #fff;
        display: inline-block;
        position: absolute;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease !important;
        left: 10px;

    }

    .burger span:first-child {
        top: 26px;
    }

    .burger span:nth-child(2) {
        top: 38px;
    }

    .burger span:nth-child(3) {
        top: 50px;
    }

    .burger.open-menu-switch span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 35px;
    }

    .burger.open-menu-switch span:nth-child(2) {
        opacity: 0;
    }

    .burger.open-menu-switch span:nth-child(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 35px;
    }
}
#breadcrumbs{
    padding-top: 30px;
    font-family: "Arial";
    font-size: 13px;

}
#breadcrumbs a{
    color: grey;
}
#breadcrumbs .B_lastCrumb{

}
#breadcrumbs .B_lastCrumb{
    color: #ad5a55;
}
p.h3{
    font-size: 24px;
    color: #000000;
    font-family: "Arial";
    font-weight: bold;
}


.slider-arrows .arrow-left {
    width: 24px;
    height: 43px;
    background: url('../images/newimg/slider-arrows.png');
    top: 0px;
    left: -22px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
}
.slider-arrows .arrow-right {
    width: 24px;
    height: 43px;
    background: url('../images/newimg/slider-arrows.png') -27px 0;
    top: -21px;
    right: -22px;    
    position: absolute;
    z-index: 3;
}


.inner-text-content img {
  max-width: 100%;
}



.catalog-img-wrap-flex { 
	height: 250px;
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

	
}

.show-more {
	
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans';
    background-color: #ad5a55;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 40px;  
    line-height: 40px;
    transition: 0.3s;
    margin-top: 7px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
	
	}
	
.show-more:hover { 	background: #814340; }


#show-more {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}






/*

.copy.prices-copy p {
    font-size: 15px;
    line-height: 20px;
    width: 600px;
    color: #3a3329;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0;
}


.copy.prices-copy .big_phone_footer {
    margin-top: 20px;
    margin-bottom: 30px;
}


.product-wrap {
    margin-top: 55px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;}
.product-img {
    margin-right: 80px;
    margin-left: 50px;}
.product-text {}
.product-title {
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Roboto', sans-sefif;
    color: #ae5b55;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.product-articule {
    font-size: 15px;
    font-family: 'Roboto', sans-sefif;
    color: #9b9b9b;
    font-weight: normal;
    margin: 15px 0 25px 0;
}
.product-feature {
    font-size: 15px;
    font-family: 'Roboto', sans-sefif;
    font-weight: normal;
    color: #000;
    margin-bottom: 8px;
}
.product-descr {
    font-size: 14px;
    font-family: 'Open Sans', sans-sefif;
    font-weight: 400;
    line-height: 20px;
    color: #434343;
}
.product-slider {
    width: 100%;
    padding-bottom: 45px;
    padding-top: 30px;
    position: relative;
}
.product-slider:after {
    position: absolute;
    content: '';
    width: 109%;
    height: 1px;
    left: -4.5%;
    bottom: 0;
    background: #e2e1e1;
}

.product-slider-title {
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Roboto', sans-sefif;
    color: #ae5b55;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center;
}
.product-slider-wrap {
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-height: 390px;
    overflow: hidden;
}
.product-slider-item {
    width: 33%;
    text-align: center;
    margin-top: 60px;
}

.product-link {
    text-decoration: underline;
    color: #000;
}

.product-link:hover {
    color: #ae5b55;
}

.slider-arrows {
    width: 955px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}



.product-slider-item img {
    margin-left: auto;
    margin-right: auto;}
.product-item-title {
    font-size: 14px;
    font-family: 'Roboto', sans-sefif;
    line-height: 26px;
    color: #b0b0b0;
    font-weight: bold;
    margin-top: 8px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}


.catalog { display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 45px;
    width: 100%;
}

.catalog:after {
    content: '';
    position: absolute;
    width: 109%;
    height: 1px;
    background: #e2e1e1;
    top: 0;
    left: -4.5%;
}


.catalog:before {
    content: '';
    position: absolute;
    width: 109%;
    height: 1px;
    background: #e2e1e1;
    bottom: 0;
    left: -4.5%;
}


.catalog-filter {
    width: 280px;
    margin-right: 15px;
}
.catalog-item {}
.catalog-title {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    color: #000;
    line-height: 22px;
    height: 40px;
    padding-top: 17px;
    cursor: pointer;
    background: url('../images/newimg/arrows.png') no-repeat 100% -11px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.catalog-title:hover, .catalog-title.active {
    color: #ab5a57;
    background: url('../images/newimg/arrows.png') no-repeat 100% -49px;
    border-color: #e2e1e1;
}

.catalog-title.active + .catalog-content {
    border-color: #e2e1e1;
}
.catalog-content {
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid transparent;
    padding-top: 10px;
}
.catalog-content-list {}
.catalog-content-item {
    list-style: none;
    display: block;
    margin-left: 0px !important;
}

.catalog-item:last-of-type .catalog-content {
    border-bottom: none;
}
.catalog-item .catalog-content {
	display:none;
}
.catalog-item.active .catalog-content {
	display:block;
}
.catalog-link {
    color: #7c7c7c;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    padding-left: 15px;
    border-radius: 0 !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.catalog-content-item .catalog-link:hover, .catalog-content-item .catalog-link.active {
    background: #ad7770;
    color: #fff;
}
.catalog-goods-wrap, .product-wrap {
    padding-bottom: 30px;
    width: calc(100% - 280px)}

.catalog-title-link {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.catalog-goods-wrap .catalog-title {
    font-weight: normal;
}

.catalog-goods-wrap .catalog-title:hover {
    color: #000;
    background: url('../images/newimg/arrows.png') no-repeat 100% -49px;
    border-color: transparent;
}
.catalog-goods-wrap .catalog-title {
    text-align: right;
    width: 100%;
}
.catalog-goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e2e1e1;
}
.catalog-good {
    width: 33.3333%;
    text-align: center;
    margin-top: 30px;
    position: relative;
    min-height: 385px;
    border-bottom: 1px solid #e2e1e1;
    cursor: pointer;
}

.centered-item {
    border-left: 1px solid #e2e1e1;
    border-right: 1px solid #e2e1e1;
}


.catalog-good:nth-of-type(3n) .catalog-good-inner {
    border-right: none;
}

.catalog-good-inner {
    height: calc(100% - 30px);
    border-right: 1px solid #e2e1e1;
}

.catalog-good img {

}
.good-title {
    font-size: 14px;
    color: #c7c7c7 !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
    max-width: 200px;
    text-align: center;
    text-decoration: none;
}

.catalog-item-other-filters {
    visibility: hidden;
    position: relative;
}


.catalog-item-other-filters .catalog-content {
    border-color: transparent !important;
}

.catalog-item-other-filters.visible {
    visibility: visible;
}

.filter-sel {
    display: none;
}

.option {
    background: #fff;
    padding: 5px 10px;
    z-index: 3;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    width: 150px;
    text-align: left;
    display: none;
}

.option li:hover {
    text-decoration: underline;
}

.filter-sel-title {
    display: none;
}

h1.top-title {
    text-align: left;
}

.tab_content .items .item label i {
    background-image: url('../images/newimg/plus.png');
    width: 16px;
    height: 16px;
}

.tab_content .items {display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.tab_content .items .item {width: 19% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #a02d32;
    background: none !important;
    padding-top: 20px;

}

.item_title {
    margin-top: -15px;
    background: #fefdfd;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 10px;
    transform: translateX(-50%);
    font-size: 22px;
}

.tab_content .items .item label {
    font-weight: normal;
    max-width: 140px;
    padding-left: 13px;
}

.tab_content .items .item p {
    padding-left: 20px;
}




.bottom-wrap {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.price {
    color: #000 !important;
    background: #fefdfd;
    font-size: 30px;
    width: 150px !important;
    padding: 0 15px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.comments {
    bottom: 45px;
}

.tab_content .items .item a {
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
margin-left: auto;
margin-right: auto;
width:100%;
font-size:20px;
}

.section_5 {
    margin-top: 150px;
}


.catalog-good img {
    transition: all .3s ease;
}

.catalog-good .good-title {
    transition: all .3s ease;
}

.catalog-good:hover img {
    transform: scale(1.03);
}

.catalog-good:hover .good-title {
    color: #000;
}

.catalog-img-wrap {
    height: 270px;
    min-height: 270px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}


.product-slider-item {
cursor: pointer;
}

.product-slider-item img, .product-slider-item .product-item-title {
transition: all .3s ease;
text-decoration: none;
}

.product-slider-item .product-item-title {
display: block;}

.product-slider-item:hover img {
transform: scale(1.03)}

.product-slider-item:hover .product-item-title {
color: #000;
}

@media screen and (max-width: 1350px) {
    .tab_content .items {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }

    .section_4 .wrapper {
        width: 900px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tab_content .items .item {width: 31% !important;
        margin-left: 2% !important;



    }

    .tab_content .items .item:nth-of-type(4),   .tab_content .items .item:nth-of-type(5) {
        margin-top: 150px;
    }

    .tab_content .items .item label {

        max-width: 180px;

    }
}



.catalog-title-link-follow {
    width: 76px;
    height: 23px;
    background: #ad5a56;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    border-radius: 2px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    transition: all .3s ease;
    position: absolute;
    right: 30px;
}

.catalog-title-link-follow:hover {
    background: #814340;
}

@media screen and (max-width: 1024px) {

    .slider-arrows .arrow-left {
        left: 0px;
    }
    .catalog-good {
        width: 49.5%;
    }

    .product-img {
        margin-left: 30px;
        margin-right: 50px;
    }

    .catalog-filter {
        width: 185px;
    }

    .catalog-goods-wrap, .product-wrap {
        width: calc(100% - 185px);
    }

    .catalog-good-inner {
        border-right: none;
    }

    .catalog-good:nth-of-type(2n) {
        border-left: 1px solid #e2e1e1;
    }
}


@media screen and (max-width: 870px) {
    .tab_content .items {
        width: 100%;
        margin-top: -100px;

    }

    .section_4 .wrapper {
        width: 90%;
    }

    .tab_content .items .item {width: 100% !important;
        margin-left: 10px !important;
        max-width: 300px !important;
        display: block !important;



    }

    .tab_content .items .item {
        margin-top: 150px;

    }

    .tab_content .items .item label {

        max-width: 180px;

    }
}


@media screen and (max-width: 800px) {

    .product-slider-wrap, .slider-arrows {
        width: 90%;
    }

    .product-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .product-img {
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (max-width: 600px) {


    .catalog-item .catalog-title {
        border-bottom: 1px solid #e2e1e1
    }


    .catalog-item:last-of-type .catalog-title {
        border-bottom: none;
    }

    .catalog-content {
        display: none;
    }

    .catalog-good {
        width: 100%
    }



    .catalog-good:nth-of-type(2n) {
        border-left: none;
    }

    .copy.prices-copy p {
        width: auto;
    }
}



@media screen and (max-width: 450px) {

    .product-wrap {
        margin-top: 0;
    }

.catalog-filter {
    width: 100%;
}
   .catalog-goods-wrap .catalog-title {
       display: none;
   }

   .catalog-good {
       width: 100%;
   }

   .catalog-goods-wrap, .product-wrap {
       width: 100%;
   }

   .catalog {
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap
   }

}




.section_4 .wrapper p {
	font-weight: normal;
}


.catalog-item-filter .catalog-title  { 
	background-image: none;
	text-indent: 13px;
}
	

*/



.catalog-content-item .catalog-link:hover, .catalog-content-item .catalog-link.active {
    background: #ad7770;
    color: #fff;
}

.catalog-item-filter .catalog-title  { 
	background-image: none !important;
	text-indent: 13px;
}


	
.copy.prices-copy p {
    font-size: 15px;
    line-height: 20px;
    width: 600px;
    color: #3a3329;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 0;
}


.copy.prices-copy .big_phone_footer {
    margin-top: 20px;
    margin-bottom: 30px;
}


.product-wrap {
    margin-top: 55px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;}
.product-img {
	width:320px; 
	height:auto; 
	min-width: 320px;
    margin-right: 80px;
    margin-left: 50px;}
.product-text {}
.product-title {
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Open Sans', sans-sefif;
    color: #ae5b55;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: .5px;
    max-width: 400px;
}
.product-articule {
    font-size: 15px;
    font-family: 'Open Sans', sans-sefif;
    color: #9b9b9b;
    font-weight: normal;
    margin: 15px 0 25px 0;
}
.product-feature {
    font-size: 13px;
    font-family: 'Open Sans', sans-sefif;
    font-weight: normal;
    color: #000;
    margin-bottom: 8px;
}
.product-descr {
    font-size: 14px;
    font-family: 'Open Sans', sans-sefif;
    font-weight: 400;
    line-height: 20px;
    color: #434343;
}
.product-slider {
    width: 100%;
    padding-bottom: 45px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}
.product-slider:after {
    position: absolute;
    content: '';
    width: 109%;
    height: 1px;
    left: -4.5%;
    bottom: 0;
    background: #e2e1e1;
}

.product-slider-title {
    padding-top: 10px;
    font-size: 30px;
    font-family: 'Open Sans', sans-sefif;
    color: #ae5b55;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center;
}
.product-slider-wrap {
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-height: 390px;
}
.product-slider-item {
    width: 33%;
    text-align: center;
    margin-top: 60px;
}

.product-link {
    text-decoration: underline;
    color: #000;
}

.product-link:hover {
    color: #ae5b55;
}

.slider-arrows {
    width: 955px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*

.slider-arrows .arrow-left {
    width: 24px;
    height: 43px;
    background: url('../images/newimg/slider-arrows.png');
    top: 50%;
    left: -41px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
}
.slider-arrows .arrow-right {
    width: 24px;
    height: 43px;
    background: url('../images/newimg/slider-arrows.png') -27px 0;
    top: 50%;
    right: 0px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
}

*/
.product-slider-item img {
    margin-left: auto;
    margin-right: auto;}
    
    
    
.product-item-title {
    font-size: 14px;
    font-family: 'Open Sans', sans-sefif;
    line-height: 26px;
    color: #AD5A55;
    font-weight: bold;
    margin-top: 8px;
   max-width: 240px;
   margin-left: auto !important;
   margin-right: auto !important; 
}


.catalog { display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 45px;
    width: 100%;
}

.catalog:after {
    content: '';
    position: absolute;
    width: 109%;
    height: 1px;
    background: #e2e1e1;
    top: 0;
    left: -4.5%;
}


.catalog:before {
    content: '';
    position: absolute;
    width: 109%;
    height: 1px;
    background: #e2e1e1;
    bottom: 0;
    left: -4.5%;
}


.catalog-filter {
    width: 280px;
    margin-right: 15px;
}
.catalog-item {}


.catalog-title {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    color: #ab5a57;
    line-height: 22px;
    height: 40px;
    padding-top: 17px;
    cursor: pointer;
    background: url('../images/newimg/arrows.png') no-repeat 100% -11px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.catalog-title:hover, .catalog-title.active {
    color: #814340;
    background: url('../images/newimg/arrows.png') no-repeat 100% -49px;
    border-color: #e2e1e1;
}


.catalog-title.active {
	
	color: #ad5a56 !important;
}

.catalog-title.active:hover {
	color: #814340 !important;
	}

.catalog-title.active + .catalog-content {
    border-color: #e2e1e1;
}
.catalog-content {
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid transparent;
    padding-top: 10px;
}
.catalog-content-list {}
.catalog-content-item {
    list-style: none;
    display: block;
    margin-left: 0px !important;
}

.catalog-item:last-of-type .catalog-content {
    border-bottom: none;
}

.catalog-link {
    color: rgba(87, 87, 87, 0.82);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    padding-left: 15px;
    border-radius: 0 !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.catalog-content-item .catalog-link:hover {
    background: #ad7770;
    color: #fff;
}
.catalog-goods-wrap, .product-wrap {
    padding-bottom: 30px;
    width: calc(100% - 280px)}

.catalog-title-link {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.catalog-goods-wrap .catalog-title {
    font-weight: normal;
}

.catalog-goods-wrap .catalog-title:hover {
    color: #000;
    background: url('../images/newimg/arrows.png') no-repeat 100% -49px;
    border-color: transparent;
}
.catalog-goods-wrap .catalog-title {
    text-align: right;
    width: 100%;
}
.catalog-goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e2e1e1;
}
.catalog-good {
    width: 33.3333%;
    text-align: center;
    margin-top: 30px;
    position: relative;
    min-height: 385px;
    border-bottom: 1px solid #e2e1e1;
    cursor: pointer;
}

.centered-item {
    border-left: 1px solid #e2e1e1;
    border-right: 1px solid #e2e1e1;
}


.catalog-good:nth-of-type(3n) .catalog-good-inner {
    border-right: none;
}

.catalog-good-inner {
    height: calc(100% - 30px);
    border-right: 1px solid #e2e1e1;
}

.catalog-good img {

}
.good-title {
    font-size: 14px;
    color: #ad5a56;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 50%;
    bottom: 75px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 200px;
    text-align: center;
    text-decoration: none;
}

.catalog-item-other-filters {
    visibility: hidden;
    position: relative;
}


.catalog-item-other-filters .catalog-content {
    border-color: transparent !important;
}

.catalog-item-other-filters.visible {
    visibility: visible;
}

.filter-sel {
    display: none;
}

.option {
    background: #fff;
    padding: 5px 10px;
    z-index: 3;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    width: 150px;
    text-align: left;
    display: none;
}

.option li:hover {
    text-decoration: underline;
}

.filter-sel-title {
    display: none;
}

h1.top-title {
    text-align: left;
}

.tab_content .items .item label i {
    background-image: url('../images/newimg/plus.png');
    width: 16px;
    height: 16px;
}

.tab_content .items {display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.tab_content .items .item {width: 19% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1px solid #a02d32;
    background: none !important;
    padding-top: 20px;

}

.item_title {
    margin-top: -15px;
    background: #fefdfd;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 10px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
}

.tab_content .items .item label {
    font-weight: normal;
    max-width: 125px;
    padding-left: 13px;
}

.tab_content .items .item p {
    padding-left: 20px;
}




.bottom-wrap {
    position: absolute;
    bottom: -80px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 189px;
}

.price {
    color: #000 !important;
    background: #fefdfd;
    font-size: 30px;
    width: 150px !important;
    padding: 0 15px !important;
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.comments {
    bottom: 45px;
}

.tab_content .items .item a {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
}

.section_5 {
    margin-top: 150px;
}


.catalog-good img {
    transition: all .3s ease;
}

.catalog-good .good-title {
    transition: all .3s ease;
}

.catalog-good:hover img {
    opacity: .8;
}

.catalog-good:hover .good-title {
    color: #814340;
}

.catalog-img-wrap {
    height: 270px;
    min-height: 270px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

@media screen and (max-width: 1350px) {
    .tab_content .items {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

    }

    .section_4 .wrapper {
        width: 900px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tab_content .items .item {width: 31% !important;
        margin-left: 2% !important;



    }

    .tab_content .items .item:nth-of-type(4),   .tab_content .items .item:nth-of-type(5) {
        margin-top: 150px;
    }

    .tab_content .items .item label {

        max-width: 180px;

    }
}



.catalog-title-link-follow {
    width: 76px;
    height: 23px;
    background: #ad5a56;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 2px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    transition: all .3s ease;
    position: absolute;
    right: 45px;
}

.catalog-title-link-follow:hover {
    background: #814340;
}







.header.inner-header {
    height: 200px !important;
    background-size: contain;
    padding-top: 0;
    position: fixed;
    top: 0;
    z-index: 25;
    width: 100%;
    overflow: visible;
    background-image: none;
}

.header-top-wrap {
    width: 100%;
    height: calc(200px - 55px);
    background: url('../images/newimg/header-back.jpg') no-repeat center;
    background-size: cover;
    padding-top: 25px;
}


.inner-text-content {
    background: #fefdfd;
    height: 100%;
    max-width: 1350px;
    width: 90%;
    margin: 6px auto 0px auto;
    box-shadow: 0 0 10px  rgba(0,0,0,.3);
    padding: 0 8%;
    position: relative;
    margin-top: 195px;
    overflow-x: hidden;
    margin-bottom: 5px;
    padding-bottom: 100px;
    font-family: 'Open Sans', sans-serif !inportant;
    box-sizing: border-box;
}

.header.inner-header  .container{
    max-width: 1350px;
    width: 90%;
    margin: 0 auto;
    padding: 0 3%;
    position: relative;


}

.header-top-content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.service-logo {
    background: url('../images/newimg/ritual-logo.png') no-repeat;
    width: 290px;
    height: 87px;
    transition: all .3s ease;
    display: block;
    background-size: 100%;
    margin-top: 5px;
    background-size: cover;
}

.service-logo:hover {
    opacity: .7;
}

.ritual-logo {
    background: url('../images/newimg/ritual-new-logo.png') no-repeat;
    width: 439px;
    height: 107px;
    transition: all .3s ease;
    display: block;
    margin-right: 63px;
}

.ritual-logo:hover {
    opacity: .7;
}

.header_right {
    margin-top: 0;
}


.main-menu.main-menu_test {
    height: 50px;
    background: url('../images/newimg/menu-back.jpg') no-repeat;
    background-size: 100% 100%;
    top: 150px;

}

.main-menu.main-menu_test .main-menu_list {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-menu_test .main-menu_list_item {
    float: none;
    width: 13%;
    text-align: center;
    padding: 0 10px;
}

.main-menu_test .menu-menu_link {
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumbs-item {
    text-decoration: none;
}

.bredcrubms-item-text {
    text-decoration: underline;
}

.breadcrumbs-item:hover .bredcrubms-item-text {
    text-decoration: none;
}

.breadcrumbs-item.breadcrumbs-active {
   color: #995a55 !important;
}

.breadcrumbs-item.breadcrumbs-active:hover {
    text-decoration: underline;
}

.about-company-content {
    width: 100%;
    padding-top: 70px;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.about-company-item {
    width: 33%;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 80px;
}


.about-company-wrap {
    height: 110px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-company-title {
    font-size: 22px;
    line-height: 28px;
    color: #3a3329;
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 350px;
    margin: 25px auto;
    font-weight: 400;
}

.inner-big-title {
    font-family: 'Open Sans';
    color: #AD5A55;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 43.59px;
    text-transform: uppercase;
    padding-top: 40px;
    font-weight: 700;
}

.text-block-cont-small .inner-text-title-small {
    text-align: center;
    margin-top: 30px;
    padding-top: 0 !important;
}


.inner-text-content .inner-text-p em, .inner-text-content p em {
	font-size:14px;	
	color: #717171; 
	
}


.inner-text-content.small-padding {
	padding: 0 4% !important;
	
}


.inner-text-content h2 {
	color: #ad5a55;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;    
    text-transform: none;
    text-align: left;
}


.links-group {
	width: 100%;
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
	}
	
	
	.links-group a {
		width: 50%;
		display: block;
		font-size:16px;
		font-family: 'Open Sans', sans-serif;
		padding-bottom: 5px;
	}





.about-company-descr {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    max-width: 320px;
    text-align: center;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    min-height: 198px;
}

.about-company-button {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    background-color: #ad5a55;
    width: 210px;
    height: 47px;
    text-transform: uppercase;
    line-height: 47px;
    transition: 0.3s;
    margin-top: 7px;
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-company-button:hover {
    background: #814340;
}


.submenu-inner {
    top: 50px;
}

.footer {
    width: 100%;
    background: #eeebe4;
    padding-top: 50px;
    background-size: 100% 100%;
    border-top: 1px solid #d8d6d1;
    position: relative;
    z-index: 3;

}

.footer-cols {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .container {
    height: 100%;
    max-width: 1350px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;

    padding-bottom: 50px;

}

.footer-col-wrap:first-child {
    width: 400px;

}

.footer-col-wrap:nth-child(2) {
    width: 254px;

}


.footer-col-wrap:nth-child(3) {
    width: 400px;

}

.footer-col-blocks {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.footer-title {
    font-size: 22px;
    line-height: 28px;
    color: #995a55;
    margin-bottom: 30px;
    position: relative;
}

.footer-title:after {
    position: absolute;
    width: 55px;
    height: 2px;
    background: #995a55;
    bottom: -15px;
    left: 0;
    content: '';
}

.zoom-link {
	display: block; }


.zoom-link:hover .svg-wrap-catalog{
	opacity: 1;	
	}



.svg-wrap-catalog {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: .3;
	transition: all .3s ease;
	}
	
	.svg-wrap-catalog svg {
		width: 100%;
		height: 100%;
		fill: #814340;		
	}

.footer-menu-blok {

}

.footer-block-head {

}

.footer-block-content {

}

.footer-block-item {
    list-style: none;

}

.footer-block-link {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Georgia', sans-serif;
    color: #6b6256;
    text-decoration: none;
    transition: all .3s ease;
}

.footer-block-link:hover {
    color: #995a56;
}

.footer-bottom {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #995a55;
    margin-top: 45px;
    padding: 25px 0 15px 0;

}

.footer-information {
    font-size: 12px;
    line-height: 17px;
    color: #6b6256;
    font-family: 'Georgia', sans-serif;
    width: 418px;
}


.socials-footer-block {
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;	
}



.facebook-link {
    background: url('../images/newimg/facebook-icon.png');
    width: 39px;
    height: 39px;
    display: block;
}



.inst-link {
    background: url('../images/inst.png');
    width: 39px;
    height: 39px;
    display: block;
}


iframe {
    display: none;
}

.inner-text-content .inner-text-title-small {
    color: #ad5a55;
    font-size: 22px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    padding-top: 120px;
    text-transform: none;
}

.back-to-main {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans';
    background-color: #ad5a55;
    width: 251px;
    height: 47px;
    text-transform: uppercase;
    line-height: 47px;
    transition: 0.3s;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
}

.img-404 {
    margin: 40px auto;
    display: block;
}

.text-block-cont, .text-block-cont-small {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.text-block-cont:nth-of-type(2) {
    margin-top: 45px;
}

.text-block-cont p, .text-block-cont-small p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 400;
}

.header_right p a {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 30.54px;
    font-weight: 700;
    display: block;
    background: none;
    width: auto;
    height: auto;
}

.header_right p a:hover {
    background: none;
    text-decoration: underline;
}

.text-block-cont .inner-text-title-small {
    padding-top: 0;
    text-align: center;

}



.services-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;

}

.services-navigation {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.services-navigation div:hover {
    opacity: .7;
}



.submenu-inner_item.wide-item {
	
	width: 100% !important;
	float: left !important;
	background: #AD5A55;
	padding: 6px 0;
	text-align: center;
	
}


.submenu-inner_item.wide-item .submenu-inner_link {
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: block;
}

.service-arrow-left {
    width: 24px;
    height: 43px;
    background: url(../images/newimg/slider-arrows.png);
    top: 250px;
    left: -10px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    cursor: pointer;

}

.service-arrow-right {
    width: 24px;
    height: 43px;
    background: url(../images/newimg/slider-arrows.png) -27px 0;
    top: 250px;
    right: -10px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    cursor: pointer;
}

.service-img-wrap {
    height: 88px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;

}

.service-img-wrap svg {
	width: 100%;
	height: 100%;
	-o-transform:scale(.8);
	-moz-transform:scale(.8);
	-ms-transform:scale(.8);
	-ms-o-transform:scale(.8);
	transform:scale(.8);
	transition: all .3s ease;
}


.service-img-wrap svg .cls-1 {
	transition: all .3s ease;
}

.service-item:hover .service-img-wrap svg .cls-1 {
	fill: #814340
}

.services-cols {

}

.service-col {


}

.service-item {
    margin-bottom: 40px;
}

.service-item:hover {
    cursor: pointer;
}





.service-item:hover .service-link {
    background: #814340;
}


.service-title {
    font-size: 22px;
    color: #3a3329;
    text-align: center;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}


.product-slider-item:hover, .product-slider-item:focus, .product-slider-item:active  {
	outline: none !important
}


/*
.service-title:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 2px;
    background: #ad5a55;
}

.service-title:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ad5a55;
}

*/


.service-link {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    background-color: #ad5a55;
    width: 220px;
    height: 47px;
    text-transform: uppercase;
    line-height: 47px;
    transition: 0.3s;
    margin-top: 25px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-link:hover {
    background: #814340;
}



.adresses-wrap {
    width: 604px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}

.adresses-item {
    font-size: 12px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    background: url('../images/newimg/pin.png') no-repeat 0 8px;
    text-indent: 17px;
    width: 294px;

}


.main-banner {
    width: 100%;
    background: url('../images/newimg/main-banner.jpg') no-repeat center;
    height: 526px;
    background-size: cover;
    margin-top: 200px;
    padding-top: 140px;
    box-sizing: border-box;
}

.main-title {
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.main-title:after {
    position: absolute;
    top: 10px;
    content: '';
    background: url('../images/newimg/line-back.png') no-repeat;
    background-size: 100%;
    height: 44px;
    width: calc((100% - 900px) /2) ;
    left: 0;
}


.main-title:before {
    position: absolute;
    top: 10px;
    content: '';
    background: url('../images/newimg/line-right.png') no-repeat;
    background-size: 100%;
    height: 44px;
    width: calc((100% - 900px) /2) ;
    right: 0;
}

.main-title-descr {
    font-size: 20.5px;
    line-height: 26px;
    color: #ffffff;
    width: 920px;
    margin: 0px auto 60px auto;
    text-align: center;

}

.follow-link {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans';
    background-color: #ad5a55;
    width: 340px;
    height: 55px;
    text-transform: uppercase;
    line-height: 55px;
    transition: 0.3s;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;

}

.follow-link:hover {
    background: #814340;
}


.dark-text-block {
    background: #f5f3ee;
    padding: 51px 0 15px 0;
    border-bottom: 1px solid #d8d6d1;

}

.text-subtitle {
    font-size: 28px;
    line-height: 32px;
    color: #3a3329;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-img {
    display: block;
    margin: 25px auto;

}

.main-text {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Georgia', sans-serif;
    color: #6b6256;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;

}


.main-services {
    padding-top: 75px;
    padding-bottom: 75px;

}

.main-services .text-subtitle {

}

.main-services .main-text {
    width: 970px;
    margin: 30px auto;

}


.about-company .main-text {
    width: 770px;
    margin: 30px auto;

}



.services-tabs {
    width: 430px;
    margin: 0 auto 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.service-tab {
    font-size: 16px;
    font-weight: bold;
    color: #ad5a55;
    font-family: 'Arial', sans-serif;
    text-align: center;
    background: #fbfbfb;
    border: 1px solid #e7e7e7;
    width: 50%;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 15px;
    box-sizing: border-box;
    text-indent: 20px;
    opacity: .5;
    position: relative;

}

.service-tab:first-of-type {
    background: #fbfbfb url('../images/newimg/service-1.png') no-repeat 20px 13px;
    border-radius: 4px 0 0 4px;
    z-index: 3;
}

.service-tab:nth-of-type(2) {
    background: #fbfbfb url('../images/newimg/service-2.png') no-repeat 22px 10px;
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    z-index: 4;
}

.service-tab.active-tab {
    opacity: 1;
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,.07);

}

.service-tab:hover {
    opacity: 1;
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,.07);
}

.services-contents {
    width: 1270px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;

}

.services-content {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.services-content.active-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.main-services  .service-item {
    width: 18.5%;
    background: #eeebe4;
    border-radius: 6px;
    min-height: 350px;
    position: relative;

}

.services-content .service-item {
    margin-bottom: 0;
}

.main-services  .service-header {
    width: 100%;
    height: 52px;
    background: url('../images/newimg/service-header.png') no-repeat;
    background-size: 100%;

}

.main-services  .service-price {
    font-size: 32px;
    color: #ad5a55;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 25px auto 20px auto;


}

.main-services  .service-title {
    font-size: 18px;
    font-weight: 900;
    color: #3a3329;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;

}

.services-content .service-title:after, .services-content .service-title:before {
    display: none;
}

.main-services  .service-descr {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Georgia', sans-serif;
    color: #6b6256;
    text-align: center;
    padding-left: 5px;
    padding-right:5px;s

}

.main-services  .services-content .service-link {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 210px;

}


.services-additional {
    margin-top: 45px;

}

.services-additional .text-subtitle {
    width: 100%;
    max-width: 100%;
}

.services-additional .main-text {
    width: 700px;
}


.text-block-descr-small {
    font-style: italic;
    text-align: center;
    width: 950px;
    margin-left: auto !important;
    margin-right: auto !important;
}


.about-company {
    background: #eeebe4;
    padding-top: 70px;
    padding-bottom: 95px;

}

.about-company .text-subtitle {
    width: 100%;
    max-width: 100%;
}

.about-items {
    width: 1270px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;

}

.about-item {
    width: 19.3%;

}

.about-item-wrap {
    height: 98px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);

}


.catalog-item .catalog-content { display:none }
.catalog-item.active .catalog-content {display:block}


.about-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.about-title {
    font-size: 22px;
    line-height: 28px;
    color: #3a3329;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    font-weight: 400;
}


.about-descr {
    font-size: 14px;
    line-height: 22px;
    color: #6b6256;
    font-family: 'Georgia', sans-serif;
    text-align: center;
    margin-top: 20px;

}


.how-we-work {
    padding-top: 60px;
    padding-bottom: 70px;

}

.how-we-work-items {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px;
    height: 310px

}

.how-item {
    width: 210px;

}



.how-img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.service-img {
    -o-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    display: block;

}

.how-item-number {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    font-weight: 600;
    border-radius: 100%;
    border: 2px solid #ad5a55;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    position: relative;
}



.how-item-number:after {
    display: block;
    content: '';
    position: absolute;
    width: 234px;
    height: 1px;
    background: #e1e1e1;
    top: 14px;
    left: 28px
}

.how-item:nth-of-type(3) .how-item-descr {
    margin-top: 16px;
}




.how-item:first-of-type .how-item-number {
    margin-top: -1px;
}


.how-item:nth-of-type(4) .how-item-number:after {
    display: none;
}

.how-item-descr {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Georgia', sans-serif;
    font-weight: 400;
    color: #6b6256;
    text-align: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}


.how-img-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
    height: 133px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease;
    -o-transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);    
}

.how-img-wrap svg {
    height: 133px;
}


.bottom-contacts-wrap-b span:first-of-type {
    margin-top: 5px;
}

.bottom-contacts-wrap-b span {
    display: inline-block;
    margin-bottom: 5px;
}



.how-img-wrap:hover {
    -o-otransform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.how-img {
    transition: all .3s ease;
}
.how-we-work-bottom {
    margin-top: 50px;

}

.how-we-work-bottom .main-text {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: #6b6256;
    font-family: 'Georgia', sans-serif;
    width: 515px;
}


.ritual-block {
    padding-bottom: 55px;
    border-bottom: none;
    background: #eeebe4;
}

.ritual-block .text-subtitle {
  max-width: 100%;
    margin-bottom: 25px;
}

.ritual-block .main-text {
    width: 540px;

}

.why-we {
    padding-top: 65px;
    padding-bottom: 45px;
}

.why-we .text-subtitle {
    max-width: 100%;
}

.why-we .main-text {
    font-style: normal;
    margin-top: 12px;

}

.why-we-items {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;

}

.why-we-img-wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin-bottom: 10px;

}

.why-we-img {
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.why-we-title {
    font-size: 22px;
    line-height: 28px;
    color: #3a3329;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;

}


.contacts-block-wrap .contacts .items .item  h4 {
    font-size: 14px;
    color: #ad5a55;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: 600;
}

.why-we-descr {
    font-size: 14px;
    line-height: 22px;
    color: #6b6256;
    font-family: 'Georgia', sans-serif;
    text-align: center;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

}

.phone-block {
    background: #eeebe4;
    padding-top: 50px;
    padding-bottom: 50px;

}

.phone-block .text-subtitle{
    max-width: 100%;

}

.phone-block .main-text {
    width: 1000px;
    margin: 30px auto;

}

.phone-descr {
    font-size: 14px;
    line-height: 22px;
    color: #6b6256;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;

}

.phone-number {
    font-size: 46px;
    font-weight: 900;
    color: #ad5a55;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: block;
    border-bottom: 2px solid #ad5a55;
    margin: 20px auto;
    width: 400px;
    text-decoration: none;
    border-radius: 0;
}


.contacts-block-wrap {
    padding-bottom: 15px;

}

.contacts-block-wrap .wrapper .items {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 0 !important;
}


.contacts-block-wrap .text-subtitle {
    max-width: 100%;
}

.center-item span {
    background: url('../images/newimg/pin.png') no-repeat 0 3px;
    display: inline-block !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-indent: 15px;
}


.map  {
    margin-bottom: 3px;
}


@media screen and (max-width: 1024px) {

    .slider-arrows .arrow-left {
        left: 0px;
    }
    .catalog-good {
        width: 49.5%;
    }

    .product-img {
        margin-left: 30px;
        margin-right: 50px;
    }

    .catalog-filter {
        width: 185px;
    }

    .catalog-goods-wrap, .product-wrap {
        width: calc(100% - 185px);
    }

    .catalog-good-inner {
        border-right: none;
    }

    .catalog-good:nth-of-type(2n) {
        border-left: 1px solid #e2e1e1;
    }
}


@media screen and (max-width: 870px) {
    .tab_content .items {
        width: 100%;
        margin-top: -100px;

    }

    .section_4 .wrapper {
        width: 90%;
    }

    .tab_content .items .item {width: 100% !important;
        margin-left: 10px !important;
        max-width: 300px !important;
        display: block !important;



    }

    .tab_content .items .item {
        margin-top: 150px;

    }

    .tab_content .items .item label {

        max-width: 180px;

    }
}


@media screen and (max-width: 800px) {

    .product-slider-wrap, .slider-arrows {
        width: 90%;
    }

    .product-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .product-img {
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (max-width: 600px) {

.catalog {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


    .catalog-item .catalog-title {
        border-bottom: 1px solid #e2e1e1
    }


    .catalog-item:last-of-type .catalog-title {
        border-bottom: none;
    }

    .catalog-content {
        display: none;
    }

    .catalog-good {
        width: 100%
    }



    .catalog-good:nth-of-type(2n) {
        border-left: none;
    }

    .copy.prices-copy p {
        width: auto;
    }
}



@media screen and (max-width: 450px) {

    .product-wrap {
        margin-top: 0;
    }

.catalog-filter {
    width: 100%;
}
   .catalog-goods-wrap .catalog-title {
       display: none;
   }

   .catalog-good {
       width: 100%;
   }

   .catalog-goods-wrap, .product-wrap {
       width: 100%;
   }

   .catalog {
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap
   }

}


.align-right {
	float:right; 
	margin-left: 20px;
	display: block;
	}	
	
	
	.align-left {
	float:left; 
	margin-right: 20px;
	display: block;
	}	

.product-slider-item {
cursor: pointer;
}

.product-slider-item img, .product-slider-item .product-item-title {
transition: all .3s ease;
text-decoration: none;
}

.product-slider-item .product-item-title {
display: block;}

.product-slider-item:hover img {
 opacity: .8;
 }

.product-slider-item:hover .product-item-title {
color: #814340 !important;
}


.about-img {
    display: block;
    -o-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.menuCloseButton {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #ad5a55;
	font-weight: 400;
	width: 100%;
	border-bottom: 1px solid #ad5a55;
	height: 40px;
	background: url('../images/menu-close.png') no-repeat;
	text-indent: 35px;
	margin-top: 18px;
	margin-bottom: 45px;
	
}

.burder {
	width: 38px;
	height: 30px;	
	display: none;
	
}

.burder  span {
	display: block;
	height: 5px;
	margin-bottom: 4px;
	background: #fff;
	
}

.phone-number-top {
	width: 100%;
	position: fixed;
	height: 26px;
	background: url('../images/phone-top-number.png');
	background-size: cover;
	top: 0;
	z-index: 5;	
	color: #fff;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: right;
	display: none;
  border-bottom: 1px solid #dfdddb;
	
}

.inner-call {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 30px;
	margin-top: 3px;
	
}

 .footer-title-switch {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url('../images/newimg/footer-title-switch.png');
  transform: translateX(-50%);
  display: none;
 }
 

@media screen and (max-width: 1320px) {
  .catalog-goods-wrap {
    width: calc(100% - 185px);
}

.slider-arrows .arrow-left {
  left: 0;
}

.slider-arrows .arrow-right {
  right: 0;
}

.slider-arrows {
  width: 100% !important;
}


.catalog-good {
    width: 49.5%;
}

.catalog-good:nth-of-type(2n) .catalog-good-inner {
   border-right:none !important;
}


.catalog-good:nth-of-type(3n) .catalog-good-inner {
    border-right: 1px solid #e2e1e1;
}
} 
 
 @media screen and (max-width:1270px) {
  .services-navigation {
    width: 90%;
  }
 
 .agent-small {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url('../images/agent-small.jpg');
  background-size:cover;
  z-index:100000;
  display: block;
 }
 
 .agent-button {
  width: 260px;
  height: 30px;   
  border-radius: 6px;
      font-size: 12px;
    color: #ffffff;    
    display: block;
    font-family: 'Open Sans';
    background-color: #ad5a55;   
    text-transform: uppercase;
    line-height: 30px;
    transition: 0.3s;
    font-weight: 700;
    margin: 10px auto;
    text-align: center;
    border: none;
    outline: none;
 }
 
 
 div#jivo-iframe-container.jivo-no-transition.jivo-iframe-container-bottom {
        display: none !important;
    }
 
 .product-slider-wrap, .slider-arrows {
  width: 90%;
 } 
 
 .slider-arrows .arrow-left {
  left: 0;
 }  
 
 .slider-arrows .arrow-right {
  right: 0;
 }  
 
 
 .contacts-block-wrap .wrapper{
         width: 90%;
 }
 
 .why-we-items {
  width: 900px;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
 }
 
 .why-we-item {
  width: 25%;
 }
 
 .why-we-title {
  width: 100%;
 }
 
	 .services-contents {
		 width: 90%;
		 margin-left: auto;
		 margin-right: auto;
	 }
   
   .about-items {
    width: 900px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   }
   
   .about-item {
    width: 245px;
    margin-right: 20px;
    margin-bottom: 20px;
   }
	 
	
	 
	 .services-content {
		  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;		 
	 }
	 
	 .main-services  .services-content .service-link {
		width: 165px;
	}
	 
	
 }



@media screen and (max-width:1200px) {
	
	
	.ritual-logo {
		width: 348px;
		height: 65px;
		background-size: cover;
		background-repeat: no-repeat;
		margin-right: 0;
	} 
	
	.main-banner {
		margin-top: 160px;
	}
	

	
	.service-logo {
		width: 240px; 
		height: 70px; 
		background-size: cover;		
	}
	
	.header-top-content {
		-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;   	
	}
	
	.header-top-wrap {
		padding-top: 20px;
		height: 140px;
	}
	
	.header_right p a {
		font-size: 28px;
		}
}

.switched-burder span{
	background-color: #ae5c57;
}


@media screen and (max-width:1030px) {





.section_4 .wrapper, .tab_content .items {
  width: 100%;
}

.tab_content .items .item label {
  max-width: 150px;
}

.inner-text-content {
  margin-top: 92px;
  padding-bottom: 40px;
}

.about-company-content {
padding-top: 40px;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    maring-left: auto;
    margin-right: auto;
    -webkit-box-pack: center; 
    webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;   
}

.about-company-item {
  width: 320px;
}


.phone-block .main-text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.how-we-work-items  {
  width: 900px;
}
	
	.main-services  .service-item {
		min-height: 415px;
	}
	
	.main-title {
		font-size: 35px;
	}
	
	
	
	.main-title-descr {
		font-size: 18px;
		line-height: 24px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.dark-text-block {		
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.main-banner {
    margin-top: 119px;
}

.main-title:after, .main-title:before {
	display: none;
}
	
	.header.inner-header {
		height: 122px;
	}
	
	.burder {
		    -webkit-order: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
		order: 0;
	}
	
	 .service-logo {
		 	    -webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
		order: 2;
	}
	
	 .ritual-logo {
		 	    -webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
		order: 1;
	}
	
	.phone-number-top {
		display: block;
	} 
	
	.header-top-wrap {
		height: 100px;
		padding-top: 20px;
	}
	
	.header-top-content {
		margin-top: 15px;
	}
	
	.header_right {
		display: none;
	}
	
	.burder {
		display: block;
	}
	
	.header-top-wrap {
		height:
	}
	
	
	.main-menu.main-menu_test {
		-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;		
        width:250px !important;
        background: #eeebe4;        
        height: 100%;
        position: fixed;
        top: 100px;
        left: 0px;
        padding: 0 25px;
        margin-left: -340px;
        overflow: auto;
        display: block !important;        
        border-right: 1px solid #d9d9d9;
        transition: all .7s ease;
        top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        right: auto !important;
       
	}
	
	.main-menu.main-menu_test.switched-menu {
		margin-left: 0 !important;
	}
  
  .main-menu_list  {
    max-width:100%;
  }
	
	.main-menu.main-menu_test .main-menu_list { 
		-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;		
        width:280px !important;
        background: #eeebe4; 
        height: 100%;        
        display: block;
	}
	
	.main-menu_list_item {
		height: auto;
		width: 100% !important;
		float: none !important;
		display: block !important;
		padding-left: 0;
		padding-right: 0;
		text-align: left !important;		
	}
	
	.main-menu_test .menu-menu_link, .main-menu_list_item {
		width: 100% !important;
		color: #5f574b;
		font-size: 12px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		text-align: left !important;
		}
		
		.main-menu_test  .main-menu_list_item  {
			border-bottom: 1px solid #d1cdc5;
			padding-bottom: 18px;
			padding-left: 0;
		padding-right: 0;
		margin-bottom: 18px;
	     
		}
		
		.main-menu_test  .main-menu_list_item.backgrounded {
			 background: url('../images/newimg/menu-open-close.png') no-repeat 238px 4px;	
		}
		
		
		.main-menu_test  .main-menu_list_item.backgrounded.switched-background {
			 background: url('../images/newimg/menu-open-close.png') no-repeat -153px -3px;	
		}
		
		
		
		
		.main-menu_test .menu-menu_link {
				
		-webkit-box-pack: flex-start; 
    webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;   
		}
		
		.main-menu_test .main-menu_list_item:after {
			display: none !important;
		} 
		
		.main-menu_list_item-active {
			background: none;
		}
		
		.main-menu_list_item:last-of-type, .main-menu_list_item:last-of-type:hover {
				background: none !important; 
}

.main-menu_list_item:hover {
	background: none;
}

.submenu-list .main-menu_list_item.main-menu_list_item-active .menu-menu_link { 
	color: #5f574b !important;
    font-size: 12px !important;
    text-decoration: none;
    line-height: 26px !important;
    font-family: 'Arial' ,sans-serif;
    font-weight: 400 !important;
    width: 100% !important;
    text-transform: none;
    text-align: left !important;
    height: auto;
    letter-spacing: 0px !important;
    padding-left: 0 !important;
    display: block !important;   
	
}

		
		
		.submenu-inner {
			display: none;
			position: static !important;
			background: transparent;
			height: auto;
			box-shadow: none;
			padding-top: 15px;
		}	
		
		.submenu-inner_item {
			padding-left: 0;
			font-size: 12px;
			text-transform: none;
			font-family: 'Open Sans', sans-serif;
			line-height: 26px; 
			color: #5f574b;
		}
		
		
		.submenu-inner_link {
			font-size: 12px;
			text-transform: none;
			font-family: 'Open Sans', sans-serif;
			line-height: 26px; 
			color: #5f574b;
			font-weight: 400;
			
		}
		
		.submenu-list {
			float: none;
			width: 100%;
			padding-left: 25px;
		}
		
		.submenu-inner.submenu-inner_large .submenu-inner_item {
			width: 100%;
			float: none;
		}
		
		
		.submenu-inner_item.wide-item {
    width: 100% !important;
    float: none !important;
    background: transparent;
    padding-left: 0 !important;
    text-align: center;
    color: #5f574b;

}


.submenu-inner_item.wide-item .submenu-inner_link {
	color: #5f574b !important;
	text-align: left;
	padding-left: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}





.submenu-list .main-menu_list_item.main-menu_list_item-active	 {
	border-bottom: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}	


.service-logo {
    width: 60px;
    height: 70px;
    background-size: cover;
}


		
}



@media screen and (max-width: 970px) {




 .why-we-items {
  width: 700px;
  
  
 }
 
 .why-we-item {
  width: 29%;
 }
 
 .why-we-descr {
    width: 100%;
 }
 
 


.how-we-work-items  {
  width: 700px;
}

.how-item-number:after {
  display: none;
}

.about-items {
    width: 700px    ;}
    
   .about-company .main-text {
    width: 90%;
   }
	.main-services  .service-item {
		
		width: 300px;
		min-height: 320px;	
    	height: 320px;	
		margin-bottom: 15px;	
	}
  
  .main-services .main-text {
    width: 90%;
  }	
  
  
  .services-contents {
    width: 680px;
     
  }
  
  .services-content {
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
	 /*
	.service-link {
		display: none;
	}
	
	.service-header {
		display: none;
	}
	
	.main-services  .service-price {
		text-align: left;
		width: auto;
		float: left;
	}
	
	.service-title {
		text-align: left;
		margin-left: 20px;
		margin-right: 0;
		width: auto;
		float: left;
		margin-top: 34px;
	}
	
	.main-services  .service-descr {
		text-align: left;
		margin-left: 20px;
		margin-right: 0;
		width: auto;
		width: 200px;
		float: left;
		margin-top: 10px;
	}   */
	
}


@media screen and (max-width:930px) {


.product-wrap {
  width: calc(100% - 185px);
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog-good {
  width: 100%;
}

.catalog-good-inner {
  border-right: none !important;
  border-left: none !important;
}

.catalog-good:nth-of-type(2n) {
  border-left: none;
}

.catalog-goods-wrap {
  width: 100%;
}

.footer-bottom {
  margin-top: 0 !important;
}

.contacts-block-wrap .wrapper .items  {
            -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
}


.footer-cols   {-webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
		order: 2;}
.footer-bottom {-webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
		order: 1;
    border-top-width: 1px;
    padding-top: 10px;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;    
    }
    
    .socials-footer-block {
      margin-right: 6%;
    }
    
    .footer-block-link {
      font-size: 12px;
      line-height: 25px;
    }

.footer-information {
  display:none;
}

.footer {
  padding-top: 0;
  background: #fff;``
}

  .footer .container {
    width:100%; 
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
         
  }
  
  .footer-cols {
    width:100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .footer-col-wrap {
    width:100% !important;
  }
  
  .footer-col-blocks {
    display:none;
  }
  
  .footer-col-blocks {
    font-size: 12px;
    padding: 15px 0 15px 12%;
  }
  
  .footer-title:after {
    display: none;
  } 
  
  .footer-title {
    margin-bottom: 0;
    height: 45px;
    font-size:12px;
    line-height: 45px;
    color: #5f574b;
    font-weight: bold;
    text-transform: uppercase;
    background: #eeebe4; 
    cursor: pointer;
    padding: 0 6%;     
    position: relative;
  }
  
  .footer-title-switch {
    display: block;
  }
  
  .footer-title.switched-title {
    color: #ad5a55;
  }
  
 .footer-title.switched-title .footer-title-switch {
  background-position: 0 14px;
 }
  
  
  .footer-col-wrap {
    border-bottom: 1px solid #dfdddb;
  }
  
  .footer-col-blocks {
    font-size:12px;
  }

}

@media screen and (max-width: 700px) {


.slick-slider .service-title {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}

.slick-slider .service-link  {
  display: block !important;
  width: 200px;
  height: 35px;
  line-height: 35px;
}

.main-text {
  width: 90%;
}

.dark-text-block, .main-services, .about-company, .how-we-work, .why-we, .phone-block {
  padding: 30px 0 !important;
}

.phone-descr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-subtitle {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}

.ritual-block .main-text {
     width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.about-items {
  width: 90%;
  margin-top: 30px;
}

.how-we-work-bottom .main-text {
  width: 90%;
}


.how-item {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}


 .why-we-items {
  width: 90%;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  
  
 }
 
 .why-we-item {
   width: 320px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
 }

.how-we-work-items {
  width: 90%;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    height: auto;
}
  
  .service-item	.service-link {
		display: none;
	}
	
	.service-header {
		display: none;
	}
	
	.main-services  .service-price {
		text-align: left;
		width: auto;
		float: left;
	}
	
	.service-title {
		text-align: left;
		margin-left: 20px;
		margin-right: 0;
		width: auto;
		float: left;
		margin-top: 34px;
	}
	
	.main-services  .service-descr {
		display: none;
	}   
  
  
  .main-services .service-item {
    width: 90%;
    min-height: auto;
    height: auto;
    margin-bottom: 15px;
    border-radius: 6px;  
     margin-left: auto;
     margin-right: auto;
     padding-left: 20px; 
     }
    
    .services-contents {
      width: 100%;
    }
  
}

@media screen and (max-width: 600px) {

.inner-text-content.clearfix table td {
                                     display: block;
                                     width: 100%;
}


.slider-arrows {
  width: 90% !important;
}

.catalog-filter {
    width: 100%;
}

.product-slider-item {
  margin-top: 30px;
}

.product-wrap {
  width: 100%;
  margin-top: 30px;
}

.inner-text-content h2 {
  text-align: center !important;
}


.inner-text-content img {
  display: block;
  float: none !important;
  margin-bottom: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
}
	
	.text-subtitle {
		font-size: 22px;
		line-height: 28px;
	}
	
	.main-title {
		font-size: 28px;
	}
	
	.main-title-descr {
		font-size: 18px;
		line-height: 24px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
	
	.follow-link {
		width: 280px;
		height: 45px;
		font-size: 14px;
		line-height: 45px;
	}
	
	.main-banner {
		margin-top: 89px;
		height: 400px;
		padding-top: 65px;
	}

	
	
	.header.inner-header {
		height: 90px !important;		
		margin-top: 0 !important;
	}
	
	.header-top-wrap {
		height: 70px !important;
	}
	
	.burder {
		height: 19px;
		width: 23px;
		
	}
	
	.burder span {
		height: 4px;
		margin-bottom: 3px;
	}
	
	.ritual-logo {
		width: 144px;
		height: 25px;
	}
	
	.service-logo {
		width: 34px;
		height: 40px;
	}
}

@media screen and (max-width: 480px) {
  .services-tabs {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
  }
  
  .service-tab {
    width: 100%;
  }
  
  .slider-arrows .arrow-right {
    right: -12px;
  }
  
  .slider-arrows .arrow-left {
    left: -12px;
  }
}


@media screen and (max-width: 400px) { 

.product-img {
  width: 100%;
  min-width:100%;
}

.phone-number {
  width: 90%;
  font-size: 30px;
}

.main-services  .service-price {
  font-size: 20px;
}

 .service-title {
  margin-top: 23px;
 }

	.main-banner {
		padding-top: 35px;
	}
	
	.main-title-descr {
		margin-bottom: 40px;
	}
}







