@font-face {
    font-family: "OpenSans_Bold";
    src: url("../fonts/OpenSans-Bold_2.ttf");
}

@font-face {
    font-family: "OpenSans_ExtraBold";
    src: url("../fonts/OpenSans-ExtraBold_2.ttf");
}

@font-face {
    font-family: "OpenSans_Light";
    src: url("../fonts/OpenSans-Light_2.ttf");
}

@font-face {
    font-family: "OpenSans_Regular";
    src: url("../fonts/OpenSans-Regular_2.ttf");
}

@font-face {
    font-family: "OpenSans_Semibold";
    src: url("../fonts/OpenSans-Semibold_2.ttf");
}

@font-face {
    font-family: "OpenSans_Italic";
    src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
    font-family: "OpenSans_Italic_Bold";
    src: url("../fonts/OpenSans-Italic-Bold.ttf");
}

@font-face {
    font-family: "HanZi";
    src: url("../fonts/HanZi.ttf");
}

* {
    outline: none !important;
    font-family: 'OpenSans_Regular';
    color: #1c1c1c;
    font-size: 16px;
}

html {
    background-image: url(../images/grass.jpg);
    height: 100%;
}

body {
    background: url(../images/header_content.jpg) center top no-repeat;
    margin: 0px;
    position: relative;
    height: 100%;
    word-wrap: break-word;
}

body.home_content {
    background: url(../images/header.jpg) center top no-repeat;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
    color: #1c1c1c;
}

img,
iframe,
video {
    max-width: 100%;
}

a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #1c1c1c;
}

a,
button,
input,
.main_menu .menu .separator {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.clear {
    clear: both;
}

strong {
    font-family: "OpenSans_Bold";
    font-size: 16px;
}

.no_content .content {
    display: none;
}

.muted {
    display: none;
}

.owl-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}

.fancybox-wrap:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-wrap .fancybox-nav {
    width: 60px;
    position: absolute;
    top: 50%;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
    margin-top: -20px;
}

.sp-simpleportfolio-item img {
    width: 100%;
}

.fancybox-margin {
    margin: 0px !important;
}

.video_icon {
    background: url(../images/video.png) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sp-simpleportfolio-item:hover .video_icon {
    background: url(../images/video_hover.png) 50% 50% no-repeat;
    z-index: 99;
}

.js-fancybox-index,
.js-fancybox-count {
    color: #fff;
    font-size: 14px;
}



/*****Хидер*****/
.header_green {
    height: 437px;
    padding-top: 40px;
    padding-left: 34px;
}

header {
    background: #f9e9c5;
    /*box-shadow: 0px 2px 4px 0px #bdbdbd;*/
}

.header {
    position: relative;
    z-index: 4;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -ms-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.3s ease
}

.header_small .header {
    position: fixed;
    left: 0px;
    top: -100px;
    width: 100%;
    z-index: 100;

}

.header_small .header_green {
    display: none;
}

.header_small .header.down {
    top: 0px;
}

.header_top {
    padding-bottom: 16px;
}

.logo_block {
    margin: 17px 0px 0px 7px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.logo img {}

.logo_text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.logo_text p {
    margin: 0px;
}

.logo_text,
.logo_text p {
    font-size: 16px;
    color: #1c1c1c;
}

.logo_text strong {
    font-family: "OpenSans_ExtraBold";
    font-size: 16px;
}

.phone_block {
    text-align: right;
    margin: 5px 0px 0px 0px;
}

.phone {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}

.icon_phone {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 8px 0px 8px 39px;
}

.phone p {
    font-size: 18px;
    color: #1c1c1c;
    margin: 0px;
}

.phone strong {
    font-family: "OpenSans_Bold";
    font-size: 18px;
}

.phone_one {
    margin: 0px 46px 0px 0px;
}

.info_block {
    text-align: right;
}

.search_block {
    display: inline-block;
    vertical-align: top;
    margin: 11px 40px 0px 0px;
}

.search_block .inputbox {
    color: #868686;
    background: #f1f1f1;
    border: 0px;
    border-radius: 20px;
    padding: 4px 16px;
    width: 195px;
}

input::-webkit-input-placeholder {
    color: #868686;
}

input::-moz-placeholder {
    color: #868686;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #868686;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #868686;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */
input:focus:-ms-input-placeholder {
    color: transparent;
}

.call_btn {
    background: #f1f1f1;
    font-size: 16px;
    color: #1c1c1c;
    padding: 9px 34px 7px 34px;
    border-bottom: 5px solid #cecece;
    border-radius: 20px;
    margin: 4px 5px 0px 0px;
}

.call_btn:hover {
    background: #454545;
    border-bottom: 5px solid #303030;
    color: #fff;
}

.main_menu .menu {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    background: #f9e84a;
    /*box-shadow: 0px 2px 4px 0px #bdbdbd;*/
}

.main_menu .menu>li {
    display: table-cell;
    text-align: center;
}

.main_menu .menu .separator {
    display: block;
    cursor: default;
}

.main_menu .menu>li>a,
.main_menu .menu>li>.separator {
    color: #2d2d2d;
    padding: 12px 0px;
    text-transform: uppercase;
}

.main_menu .menu>li:hover>a,
.main_menu .menu>li.active>a,
.main_menu .menu>li:hover>.separator,
.main_menu .menu>li.active>.separator {
    color: #ffffff;
    background: #e3403a;
    text-decoration: none;
}

.main_menu .menu li ul {
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #f9e84a;
    min-width: 220px;
    text-align: left;
    padding: 0px 0px;
    box-shadow: 0px 2px 4px 0px #bdbdbd
}

.main_menu .menu li:hover>ul {
    display: block;
}

.main_menu .menu li li {}

.main_menu .menu li li:last-child {
    margin: 0px;
}

.main_menu .menu li li a {
    color: #2d2d2d;
    display: block;
    padding: 8px 18px;
}

.main_menu .menu li li a:hover,
.main_menu .menu li li.active>a {
    text-decoration: none;
    /* font-family: "OpenSans_Bold"; */
    background: #e3403a;
    color: #fff;
}

.mini_menu {
    display: none;
    background: #f9e84a;
    padding: 4px 0px;
}


/* Important styles */
#toggle {
    display: none;
    padding: 10px 0px;
    background: #f9e84a;
}

.toggle_menu {
    margin: 10px auto 10px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle .toggle_menu,
#toggle span:after,
#toggle span:before {
    width: 28px;
    height: 5px;
    background-color: #e3403a;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
#toggle.on .toggle_menu {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+.menu_block {
    display: block;
    background: #f9e84a;

}

#toggle.on+.menu_block .menu {
    background: transparent;
    box-shadow: none;
}

/*.menu_block:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #2d2d2d;
}*/
.logo_small {
    display: none;
}

.header_small .search_block,
.header_small .phone_two {
    display: none;
}

.header_small .phone_block {
    display: inline-block;
    vertical-align: middle;
}

.header_small .info_block {
    display: inline-block;
    vertical-align: middle;
}

.header_small .phone_one {
    margin: 0px 16px 0px 0px;
}

.header_small .header_top {
    padding-bottom: 6px;
    background: #f9e9c5;
}

.header_small .logo_block {
    margin: 10px 0px 0px 7px;
}

.header_small .logo {
    display: none;
}

.header_small .logo_small {
    display: inline-block;
    vertical-align: middle;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li {
    margin: 0 5px;
    display: inline-block;
    padding-bottom: 10px;
    float: none;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: center;
    margin-bottom: 20px;
}

/*****Контент*****/
.page {
    /*padding-top: 180px;*/
    background: url(../images/footer.jpg) center bottom no-repeat;
    padding-bottom: 30px;
}

.page-header {
    text-align: center;
}

.page-header h1,
h1,
.page-header h2,
h2,
.jshop h1 {
    margin: 0px;
    padding: 24px 0px 36px 0px;
    font-family: "OpenSans_ExtraBold";
    font-size: 24px;
    color: #2d2d2d;
    text-align: center;
    text-transform: uppercase;
}

.jshop h1 {
    padding: 14px 0px 30px 0px;
}

.content {
    padding: 0px 8px 20px 8px;
}

.left_sidebar {
    width: 222px;
    float: left;
    margin-top: 74px;
    margin-bottom: 30px;
}

.left_sidebar+.content_wrapper {
    margin-left: 25px;
    float: left;
    width: 936px;
}

.shadow {
    box-shadow: 0px 2px 4px 0px #bdbdbd;
    background: #f9e9c5;
}

.article {
    padding: 0 36px;
}

a.thumbnail {
    margin-right: 8px;
    margin-bottom: 8px;
}

.header_name {
    /*background: url(../images/line.png) 50% 100% no-repeat;*/
    font-family: "HanZi";
    font-size: 22px;
    color: #2d2d2d;
    text-align: center;
    text-transform: uppercase;
    padding: 35px 0px 18px 0px;
    margin-bottom: 41px;
    position: relative;
}

.header_name::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: 15%;
    width: 70%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.module_content {
    padding: 20px 0px 0px 0px;
}

.label_products {
    text-align: center;
    padding: 9px 0px 0px 0px;
}

.block_item {
    display: inline-block;
    width: 214px;
    margin: 0px 11px;
}

.label_block {}

.img_block {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.jshop_img {
    width: 100%;
}

.label_img {
    position: absolute;
    top: -11px;
    right: 5px;
}

.pdoduct_name {
    font-family: "OpenSans_Semibold";
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 6px;
    text-align: center;
    overflow: hidden;
    /* max-height: 63px; */
    min-height: 63px;
}

.btn_link {
    background: #f1f1f1;
    font-size: 14px;
    font-family: "OpenSans_Semibold";
    color: #1c1c1c;
    padding: 7px 26px 4px 26px;
    border-bottom: 5px solid #cecece;
    border-radius: 20px;
    margin: 4px 5px 0px 0px;
    display: inline-block;
}

.btn_link:hover {
    background: #454545;
    border-bottom: 5px solid #303030;
    color: #fff;
    text-decoration: none;
}

.label_products .block_item {
    margin-bottom: 34px;
}


/**Инфографика**/
.infografic_item {
    padding-top: 16px;
}

.variant_left {
    padding-bottom: 34px;
}

.variant_top {
    padding-bottom: 34px;
}

.variant_left .infografic_block {
    padding: 0px 0px 0px 29px;
}

.variant_left .info_image {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
}

.variant_left .info_image img {
    max-width: 100%;
}

.variant_left .info_name {
    display: inline-block;
    vertical-align: top;
    width: 66%;
}

.variant_left .info_name,
.variant_left .info_name * {
    font-family: 'OpenSans_Regular';
    color: #2d2d2d;
    font-size: 14px;
}

.variant_left .info_name strong {
    font-family: "OpenSans_Bold";
}

.variant_top .infografic_block {
    padding: 0px 0px 0px 0px;
}

.variant_top .info_image {
    text-align: center;
    margin-bottom: 20px;
}

.variant_top .info_image img {
    max-width: 100%;
}

.variant_top .info_name {
    text-align: center;
}

.variant_top .info_name,
.variant_top .info_name * {
    font-family: 'OpenSans_Regular';
    color: #2d2d2d;
    font-size: 14px;
}

.variant_top .info_name strong {
    font-family: "OpenSans_Bold";
}


/*Новости*/
.news_item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 224px;
}

.news_left {}

.news_left .news_img {
    /* display: inline-block;
    vertical-align: top;
    width: 43%;
    text-align: center;	*/
}

.news_img a {
    /*display:inline-block;
	overflow:hidden;*/
    overflow: hidden;
    display: block;
}

.news_img img {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.news_img a:hover img {
    transform: scale(1.2);
}

.news_left .news_img img {
    max-width: none !important;
}

.news_left .news_info {
    /*display: inline-block;
	vertical-align: top;
	width: 56%;
    margin-top: 26px;*/
    background: rgba(255, 255, 255, 0.80);
    padding: 28px 18px 18px 18px;
}

.news_name {
    font-family: "OpenSans_SemiBold";
    color: #2d2d2d;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 11px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.news_date {
    font-family: "OpenSans_Regular";
    color: #7e7c73;
    font-size: 14px;
    margin-top: 5px;
    float: right;
}

.news_text {
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 17px;
    height: 70px;
    overflow: hidden;
}

.news_text p {
    margin: 0px;
    font-size: 14px;
}

.news_more a {
    font-family: "OpenSans_Regular";
    color: #2d2d2d !important;
    font-size: 14px;
    float: left;
    border: 1px solid #b1afa3;
    text-decoration: none;
    padding: 5px 10px;
}

.news_more a:hover {
    background: rgba(255, 230, 59, 0.30);
    border: 1px solid #ffe63b;
}

.news_top .news_info {
    margin-top: 14px;
}

.news_top .news_img img {
    max-width: 100%;
}

.news_all {
    margin-bottom: 10px;
}

.news_all .btn_link {
    padding: 11px 42px 11px 42px;
    font-family: "OpenSans_SemiBold";
    border-radius: 6px;
    color: #dd352e;
    border: 1px solid #dd352e;
    background: rgba(255, 230, 59, 0.30);
}

.news_all .btn_link:hover {
    background: #f9e84a;
}

/*6 блоков инфографики*/
.infografic_list {
    text-align: center;
    margin-bottom: 0px;
}

.infografic_list .infografic_block {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 20px 0px;
    width: 188px;
}

.zapis_block .infografic_list .infografic_block {
    width: 230px;
}

.zapis_block .infografic_block {
    position: relative;
}

.zapis_block .infografic_block:before {
    content: '';
    background: url(../images/arrow_v.png) 0 0 no-repeat;
    width: 21px;
    height: 37px;
    position: absolute;
    top: 53px;
    right: -13px;
}

.zapis_block .infografic_block:last-child:before {
    display: none;
}

.infografic_list .info_name {
    line-height: 18px;
    height: 72px;
    display: table;
    width: 100%;
    vertical-align: middle;
}

.infografic_list .info_name p {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
}

/*Хлебные крошки*/
.breadcrumb {
    padding: 40px 15px 0px 13px;
    margin-bottom: 0px;
    list-style: none;
}

.breadcrumb * {
    color: #717171;
    font-size: 14px;
    font-family: "OpenSans_Regular";
}

.breadcrumb li:last-child span {
    font-family: "OpenSans_Bold";
}

/*Отзывы*/
.RSWS_success {
    text-align: center;
}

.RSWS_submit_link {
    display: none;
}

.RSWS_testi_block {
    border: 0px;
    background-color: transparent;
    /*width:730px;*/
    margin: 0px auto;
}

.rsmonialsForm,
.comments {
    width: 730px;
    margin: 0px auto;
}

.comments {
    position: relative;
    border-bottom: 1px solid #9a9a9a;
    padding: 10px 0px;
}

.RSWS_testi_img {
    border: 0px;
    max-width: 100%;
}

.RSWS_left_quote,
.RSWS_right_quote {
    display: none;
}

.RSWS_testimonial * {
    color: #1c1c1c;
    font-size: 14px;
    font-family: "OpenSans_Italic";
    line-height: 24px;
}

.RSWS_testmonial_subtext {
    color: #9a9a9a;
    font-size: 14px;
    font-family: "OpenSans_Italic";
    text-align: left;
    padding-top: 4px;
}

.RSWS_testi_img {}

.RSWS_form_button {
    padding: 11px 42px 11px 42px;
    font-family: "OpenSans_SemiBold";
    border-radius: 6px;
    color: #dd352e;
    border: 1px solid #dd352e;
    background: rgba(255, 230, 59, 0.30);
}

.RSWS_form_button:hover {
    background: #f9e84a;
}

.first_td {
    width: 23%;
    text-align: center;
    vertical-align: top;
}

.last_td {
    vertical-align: middle;
}

.RSWS_pagination_text {
    text-align: right;
}

.page_li {
    display: inlinr-block;
    padding: 0px 4px;
    vertical-align: top;
}

.RSWS_form_heading {
    display: none;
}

.RSWS_form_mandatory {
    display: none;
}

.RSWS_form_first_col {
    display: none;
}

input,
select {
    color: #868686;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 9px 16px;
    width: 100%;
    border: 1px solid #d0d0d0;
}

select {
    padding: 9px 14px;
}

textarea {
    color: #868686;
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 4px 16px;
    width: auto;
    height: 100px;
    border: 1px solid #d0d0d0;
}

.inputfile {
    display: none !important;
}

.rewiews_list {
    margin-bottom: 30px;
}

.rewiews_item {
    margin-bottom: 20px;
}

.rewiews_image_r {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    max-width: 137px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.21);
    height: 137px;
    position: relative;
}

.rewiews_image {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    max-width: 137px;
    height: 137px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.21);
    position: relative;
    z-index: 1;
}

.review_info {
    width: 730px;
    vertical-align: middle;
    margin: 0px auto;
    position: relative;
}

.review_text span {
    font-size: 14px;
    font-family: "OpenSans_Italic";
}

.review_text {
    color: #1c1c1c;
    font-size: 14px;
    font-family: "OpenSans_Italic";
    line-height: 24px;
    padding-bottom: 4px;
}

.review_author {
    color: #9a9a9a;
    font-size: 14px;
    font-family: "OpenSans_Italic";
    text-align: left;
}

.rewiews_image img,
.rewiews_image_r img {
    max-width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    margin: auto;
}

.slider_partner {
    padding: 0px 60px;
}

.owl-theme .owl-prev {
    background: url(../images/arrow_prev.png) 0 0 no-repeat;
    width: 21px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -18px;
    text-indent: -9999px;
    padding: 0px;
    border-radius: 0px;
    opacity: 1;
}

.owl-theme .owl-next {
    background: url('../images/arrow_next.png') 0 0 no-repeat;
    width: 21px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -18px;
    text-indent: -9999px;
    padding: 0px;
    border-radius: 0px;
    opacity: 1;
}

.owl-theme .owl-prev:hover {
    background: url('../images/arrow_prev_hover.png') 0 0 no-repeat;
}

.owl-theme .owl-next:hover {
    background: url('../images/arrow_next_hover.png') 0 0 no-repeat;
}

.chrono_credits {
    display: none;
}

.question_show {
    display: block;
    font-family: "OpenSans_Italic";
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-decoration: underline;
}

.review_text .question_show {
    bottom: 0px;
}

.reviews_last {
    display: none;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.open_reviews .reviews_last {
    display: inline;
}



/*Форма*/
.about_form {
    width: 720px;
    margin: 0px auto;
    text-align: center;
}

.chronoform {}

.chronoform input {
    margin-bottom: 10px;
}

.chronoform textarea {
    width: 100%;
    margin-bottom: 10px;
    resize: none;
}

.chronoform input[type="submit"] {
    padding: 11px 42px 11px 42px;
    font-family: "OpenSans_SemiBold";
    border-radius: 6px;
    color: #fff;
    border: 1px solid #dd352e;
    background: #dd352e;
    width: auto;
    text-transform: uppercase;
}

.chronoform input[type="submit"]:hover {
    background: #b92620;
}

.gcore-display-table {
    text-align: center;
}

#chronoform-about_us #ftr-text1 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 5px;
}

#chronoform-about_us #ftr-text2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 5px;
}

#chronoform-callback {
    width: 400px;
    margin: 0px auto;
}


/*Футер*/
.contact_item {
    padding-bottom: 30px;
}

footer {
    background: #131313;
    padding: 17px 14px;
    margin: 0px;
    border: 0px;
}

.footer_left {
    float: left;
}

.footer_center {
    float: left;
}

.footer_right {
    float: right;
    padding-top: 7px;
}

.social_block {
    margin: 6px 0px 0px 0px;
}

.social_block a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 0px 0px;
}

/*Каталог*/
.list_product {}

.list_product .label_products {
    text-align: left;
}

.list_product .block_item {
    margin: 0px 20px 52px 0px;
    vertical-align: top;
}

.label_products .block_item.mr {
    margin-right: 0px;
}

#mxcpr {
    display: none;
}

.jshop_list_product .control-label {
    display: none !important;
}

.form-horizontal .form_sort_count .controls {
    margin: 0px;
}

.form-horizontal .form_sort_count .controls select,
.form-horizontal .form_sort_count .controls input {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 6px 13px 7px 13px;
    width: auto !important;
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 16px;
    border: 1px solid #939393;
}

.form-horizontal .form_sort_count .controls .icon-arrow {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 7px 17px;
    /* width: 90px; */
    border: 1px solid #939393;
    display: inline-block;
}

.form-horizontal .form_sort_count .controls .icon-arrow img {
    margin: 0px;
}

.pagination-list {
    text-align: right;
    padding: 0px;
    list-style: none;
}

.pagination-list li {
    display: inline-block;
    margin: 0px 10px;
}

.pagination-list li a {
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 16px;
}

.pagination-list li a:hover,
.pagination-list li.active a {
    text-decoration: none;
    font-family: "OpenSans_ExtraBold";
}

.jshop_pagination {
    text-align: right;
    padding: 0px 0px 25px 0px;
}

.custom_text,
.custom_text p {
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 23px;
}

.pagination {
    margin: 0px;
}

.form-horizontal {
    margin-bottom: 47px;
}

.block_item .label_block {
    padding-bottom: 14px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.block_item:hover .label_block {
    box-shadow: 0px 0px 5px #000;
}


/*Sidebar*/
.odcat {
    padding-bottom: 40px;
}

.odcat>li {
    margin-bottom: 7px;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 0px 0px;
}

.odcat>li>ul {
    padding: 0px 0px 5px 5px;
}

.odcat>li>ul>li {}

.odcat>li>a {
    font-family: "OpenSans_Bold";
    color: #2d2d2d;
    font-size: 16px;
    padding: 7px 6px 7px 20px;
}

.odcat>li li a {
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 16px;
    padding: 2px 0 2px 30px;
}

.odcat>li li a:hover,
.odcat>li li.active a {
    font-family: "OpenSans_Bold";
}

.odcat li a {
    border: 0px;
    background: transparent;
}

.product_news {
    background: #f6f6f6;
    padding: 0px 6px 0px 6px;
}

.product_news_head {
    font-family: "OpenSans_Bold";
    color: #2d2d2d;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 0px 32px 0px;
}

.news_products {
    text-align: center;
}

.news_block_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}

.label_block_left {
    float: left;
    width: 45%;
}

.label_block_right {
    float: left;
    width: 55%;
}

.label_block_left img {}

.prod_bg {
    padding-left: 6px;
}

.label_block_right .product_more a.btn_link {
    font-family: "OpenSans_Semibold";
    font-size: 12px;
    padding: 7px 20px 4px 20px;
}



/*Карточка*/
.productfull {
    padding-left: 12px;
}

.product {
    margin-bottom: 30px;
}

.left_product {
    float: left;
    width: 420px;
}

.right_product {
    float: left;
    width: 470px;
    padding-left: 46px;
    margin-top: 7px
}

.productfull .image_middle {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
}

.product .product_label {
    position: absolute;
    right: 18px;
    top: -6px;
}

.jshop_img_description #list_product_image_thumb {}

img.jshop_img_thumb {
    margin: 0px 4px 4px 0px;
    border: 0px;
    width: 32%;
}

img.jshop_img_thumb.mr {
    margin-right: 0px;
}

.productfull .extra_fields {
    padding: 0px 0px 0px 12px;
    margin: 0px;
}

.extra_fields_el {
    padding-bottom: 43px;
}

.extra_fields_name {
    font-family: "OpenSans_ExtraBold";
    color: #2d2d2d;
    font-size: 14px;
}

.extra_fields_value {
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 14px;
}

.price {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 36px 0px;
    margin: 11px 0px 11px 0px;
}

.productfull .old_price {
    font-family: "OpenSans_ExtraBold";
    color: #a20000;
    font-size: 32px;
    text-align: center;
    text-decoration: line-through;
}

.productfull .old_price .kop {
    font-family: "OpenSans_ExtraBold";
    color: #2d2d2d;
    font-size: 20px;
}

.productfull .block_price {
    font-family: "OpenSans_ExtraBold";
    color: #2d2d2d;
    font-size: 40px;
    text-align: center;
}

.productfull .block_price .kop {
    font-family: "OpenSans_Regular";
    color: #2d2d2d;
    font-size: 24px;
}

.btb-lg-z {
    background: #454545;
    font-size: 18px;
    color: #fff;
    padding: 10px 70px 8px 70px;
    border-bottom: 5px solid #303030;
    border-radius: 20px;
    margin: 38px 0px 40px 0px;
    font-family: "OpenSans_Bold";
    text-transform: uppercase;
}

.btb-lg-z:hover {
    background: #f1f1f1;
    border-bottom: 5px solid #cecece;
    color: #1c1c1c;
}

.tab-content {
    background: #f1f1f1;
    border-radius: 20px;
    border: 2px solid #cdcdcd;
    padding: 38px 30px;
}

.product_description,
.product_description p {
    font-family: "OpenSans_Regular";
    color: #393939;
    font-size: 14px;
    line-height: 22px
}

.nav-tabs {
    border-bottom: 0px;
    text-align: center;
}

.nav-tabs li {
    display: inline-block;
    float: none;
    background: #c9c9c9;
    border-radius: 10px 10px 0px 0px;
    margin: 0px 0px;
    border: 2px solid #cdcdcd;
    border-bottom: 0px;
    font-family: "OpenSans_Bold";
    color: #393939;
    font-size: 16px;
}

.nav-tabs li a {
    font-family: "OpenSans_Bold";
    color: #393939;
    font-size: 16px;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li.active {
    font-family: "OpenSans_Bold";
    color: #393939;
    font-size: 16px;
    text-decoration: none;
}

.nav-tabs li.active,
.nav-tabs li:hover {
    background: #f1f1f1;
}

#jshop_review_write {
    width: 400px;
    margin: 0px auto;
}

#jshop_review_write input[type="text"] {
    border: 1px solid #cdcdcd;
    width: 100%;
    margin-bottom: 6px;
    background: #f1f1f1;
}

#jshop_review_write textarea.inputbox {
    border: 1px solid #cdcdcd;
    width: 100%;
    height: 100px;
    resize: none;
    margin-bottom: 6px;
    background: #f1f1f1;
}

.image_middle img {
    width: 100%;
}

.search_block .js_search {
    position: absolute;
    background: url(../images/search.png) 0 0 no-repeat;
    top: 4px;
    right: 0px;
    width: 21px;
    height: 21px;
    text-indent: 9999px;
    border: 0px;
    border-radius: 0px;
}

.search_jshop #jshop_search {
    width: 400px;
    margin-right: 10px;
}

.search_jshop .js_search {
    background: #454545;
    font-size: 18px;
    color: #fff;
    padding: 6px 30px 4px 30px;
    border-bottom: 5px solid #303030;
    border-radius: 20px;
    margin: 0px 0px 0px 0px;
    font-family: "OpenSans_Bold";
    text-transform: uppercase;
    width: auto;
    vertical-align: top;
}

.srch {
    position: relative;
    padding-bottom: 20px;
}

.video_full iframe {
    width: 100% !important;
}




/*Форма popup*/
.modal-title {
    text-align: center;
    font-family: "OpenSans_Bold";
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    padding: 16px 15px 36px 15px;
    text-align: center;
}

.close {
    opacity: 0.5;
}

.close:hover {
    opacity: 1;
}

.close span {
    font-size: 36px;
    font-family: "OpenSans_Bold";
    color: #000;
}

.modal-content {
    border-radius: 20px;
    text-align: center;
}

.uslugi {
    padding: 0px 10px;
}

.usluga_item {
    float: left;
    width: 33.333%;
    position: relative;
    overflow: hidden;
}

.usluga_item img {
    width: 100%;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.usluga_item .usluga_block {
    border: 1px solid transparent;
}

.usluga_item:hover img {
    transform: scale(1.2);
}

.usluga_item:hover .usluga_block {
    border: 1px solid #da4534;
}

.usluga_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 230, 59, 0.7);
    width: 100%;
    padding: 8px 10px;
    font-family: "OpenSans_Semibold";
    color: #2d2d2d;
    font-size: 18px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.usluga_3 .usluga_text {
    /*background: rgba(221, 53, 46, 0.85);
	color:#fff;*/
}

.usluga_item:hover .usluga_text {
    background: rgba(221, 53, 46, 0.85);
}

.usluga_text p {
    margin: 0px;
    font-family: "OpenSans_ExtraBold";
    color: #161616;
    font-size: 18px;
}

.usluga_block {
    margin-right: 0px;
    position: relative;
    overflow: hidden;
}

.header_right {
    display: none;
}


#top-bottom {
    width: 50px;
    height: 50px;
    background: url(../images/up.png) 0px 0px no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 14px;
    right: 40px;
    opacity: 0.7;
    z-index: 9999;
}

.RSWS_form_main {
    margin: 0px auto;
}


.owl-item img {
    max-width: 100%;
}

.input_image {
    width: 160px;
    vertical-align: top;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 12px;
    cursor: pointer;
    float: left;
    text-align: center;
}

.input_photo {
    width: 100%;
    min-height: 92px;
}

.input_image img {
    width: 100%;
}

.RSWS_form_textarea {
    width: 100%;
    height: 182px;
    resize: none;
    float: right;
    padding: 9px 16px;
}

.extrit span {
    color: #979797;
    font-size: 10.5px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    line-height: 15px;
}

.extrit img {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.extrit a:hover {
    text-decoration: none;
}

.ls-nav-prev,
.ls-nav-next {
    z-index: 99 !important;
}

a.thumbnail {
    margin-right: 1%;
    margin-bottom: 8px;
    width: 24%;
}

.thumbnail>img,
.thumbnail a>img {
    width: 100%;
}

.copyright {
    margin-top: 12px;
}

.copyright * {
    color: #979797;
    font-size: 12px;
}

.metrika {
    position: fixed;
    bottom: -9999px;
}

.item-page a,
.article a {
    color: #007cff;
}


/*Тренеры слайдер*/
.trener {
    background: #fff;
    padding: 25px 0px 0px 0px;
    border: 1px solid #dd352e;
    width: 200px;
    margin: 0px auto;
}

.trener_block {
    width: 151px;
    margin: 0px auto;
}

.trener_name {
    font-size: 14px;
    padding: 20px 0px 7px 0px;
}

.trener_info p,
.trener_info {
    font-size: 14px;
    color: #666666;
    padding: 0px 0px 0px 0px;
}

.trener_info {
    padding-bottom: 10px;
}

.trener_image {
    position: relative;
}

.trener_image a {
    width: 151px;
    display: block;
}

/*.trener_image:before{
    content: '';
    position: absolute;
    top: -13px;
    left: -2px;
    width: 2px;
    height: 228px;
    background: #ffe63b;
    z-index: 1;
}
.trener_image:after{
    content: '';
    position: absolute;
    top: -13px;
    right: -2px;
    width: 2px;
    height: 228px;
    background: #ffe63b;
    z-index: 1;	
}
.trener_line:before{
	content: '';
    position: absolute;
    top: -2px;
    left: -14px;
    width: 178px;
    height: 2px;
    background: #ffe63b;
    z-index: 1;
}
.trener_line:after{
	content: '';
    position: absolute;
    bottom: -2px;
    left: -14px;
    width: 178px;
    height: 2px;
    background: #ffe63b;
    z-index: 1;	
}*/


/*Контакты табы*/
.tabs {
    background: #131313;
}

.tabs .nav-tabs li a {
    font-family: "OpenSans_Regular";
    color: #fff;
    font-size: 16px;
}

.tabs .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tabs .nav-tabs li {
    border-radius: 0px;
    background: transparent;
    border: 0px;
    width: 16.66667%;
}

.tabs .nav-tabs li.active,
.tabs .nav-tabs li:hover {
    background: #ffe63b;
}

.tabs .nav-tabs li.active a,
.tabs .nav-tabs li:hover a {
    color: #2d2d2d;
}

.tabs .tab-content {
    border: aliceblue;
    background: #f9e9c5;
    border-radius: 0px;
    padding: 0px;
    border-top: 5px solid #ffe63b;
    height: 405px;
}

.treners_blog {
    margin-left: -43px;
    margin-right: -43px;
}

.trener_content {
    padding: 0px;
    margin-bottom: 20px;
}

.treners_blog .trener_block {
    width: 300px;

}

.trener_bg {
    background: #fff;
    border: 1px solid #e3403a;
    padding: 39px 0px 16px 0px;
    margin: 0px 11px;
    cursor: pointer;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

/*
.treners_blog .trener_image:before {
    content: '';
    position: absolute;
    top: -14px;
    left: -9px;
    width: 9px;
    height: calc(100% + 28px);
    background: transparent;
    z-index: 1;
    border-left: 2px solid #ffe63b;
    border-right: 2px solid #ffe63b;
}
.treners_blog .trener_image:after {
    content: '';
    position: absolute;
    top: -14px;
    right: -9px;
    width: 9px;
    height: calc(100% + 28px);
    background: transparent;
    z-index: 1;
    border-left: 2px solid #ffe63b;
    border-right: 2px solid #ffe63b;
}
.treners_blog .trener_line:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -14px;
    width: calc(100% + 28px);
    height: 9px;
    background: transparent;
    z-index: 1;
    border-top: 2px solid #ffe63b;
    border-bottom: 2px solid #ffe63b;	
}
.treners_blog .trener_line:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: -14px;
    width: calc(100% + 28px);
    height: 9px;
    background: transparent;
    z-index: 1;
    border-top: 2px solid #ffe63b;
    border-bottom: 2px solid #ffe63b;	
}*/
.treners_blog .trener_image:before,
.treners_blog .trener_image:after,
.treners_blog .trener_line:before,
.treners_blog .trener_line:after {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.treners_blog .trener_name {
    font-size: 18px;
    padding: 21px 30px 12px 30px;
    line-height: 22px;
    min-height: 77px;
}

.treners_blog .trener_image a {
    width: 100%;
}

.trener_line img {
    width: 100%;
}

.treners_modal {
    display: none;
}

.trener_bg:hover {
    background: #ffef84;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.15);
}

.treners_blog .trener_bg:hover .trener_image:before,
.treners_blog .trener_bg:hover .trener_image:after,
.treners_blog .trener_bg:hover .trener_line:before,
.treners_blog .trener_bg:hover .trener_line:after {
    border-color: #dd352e;
}

.modal_body {
    display: table;
    padding: 50px !important;
}

.modal_left {
    display: table-cell;
}

.modal_right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 34px;
}

.modal_body {
    width: 1000px;
    max-width: 90%;
    border-radius: 6px;
}

.modal_left img {
    border: 1px solid #ffe63b;
}

.field_name {
    float: left;
    color: #212121;
    font-size: 14px;
}

.field_value {
    color: #212121;
    font-size: 18px;
    font-family: "OpenSans_Semibold";
    padding-left: 130px;
    line-height: 18px;
}

.field_label {
    padding-bottom: 14px;
}

.sort_treners {
    padding-bottom: 20px;
    text-align: center;
}

.sort_treners select {
    display: inline-block;
    width: 170px;
    margin: 0px 7px;
}

.tabs_contact {
    /*margin-left: -8px;
    margin-right: -8px;*/
    background: transparent;
}

.panel_table {
    display: table;
    width: 100%;
}

.contact_left {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    overflow: hidden;
}

.contact_right {
    display: table-cell;
    width: 40%;
    background: #2b2b2b;
    vertical-align: top;
    color: #fff;
    padding: 26px 10px 0px 44px;
    position: relative;
}

.contact_right:before {
    content: '';
    background: url(../images/rectangle.png) 0 0 no-repeat;
    width: 23px;
    height: 72px;
    position: absolute;
    top: 86px;
    left: -23px;
}

.tabs_contact .tab-content {
    height: auto;
    margin-top: 12px;
    border: 0px;
}

.tabs_contact .nav-tabs {
    border-bottom: 5px solid #ffe63b;
    background: rgba(255, 255, 255, 0.4);
}

.tabs_contact .nav-tabs li a {
    color: #2d2d2d;
    font-size: 15px;
}

.panel-default>.panel-heading {
    color: #2d2d2d;
    background-color: #ffffff;
    border-color: #fff;
    padding: 0px;
}

.panel-group .panel {
    margin-bottom: 13px;
    border-radius: 0px;
    border: 0px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 2px solid #ffe63b !important;
    padding: 16px 0px 16px 0px;
    margin: 0px 17px;
}

.panel-title>a {
    display: block;
    padding: 16px 17px;
}

.panel-title>a:hover {
    text-decoration: none;
    background: #ffe63b;
}

.contact_label {
    color: #ffe63b;
    font-size: 14px;
}

.contact_name {
    color: #fff;
    font-family: "OpenSans_Semibold";
}

.contact_photo {
    padding-bottom: 26px;
}

.contact_left>ymaps,
.contact_left>ymaps>ymaps,
.contact_left>ymaps>ymaps>ymaps,
.contact_left>ymaps>ymaps>ymaps>ymaps {
    width: 100% !important;
}

.gallery_item * {
    transition: all 500ms;
}

.gallery_item:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.gallery_name {
    text-align: center;
    padding: 10px;
}

.gallery_name a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.gallery_item:hover .gallery_name {
    background-color: #fff;
}

ul.sigProClassic li.sigProThumb {
    float: none;
    display: inline-block;
    margin: 0;
}

.sigProContainer {
    text-align: center;
}

ul.sigProClassic li.sigProThumb {
    background: transparent !important;
}

td {
    padding: 5px;
}

.sigProImg {
    background-size: cover !important;
}

@media screen and (max-width:1230px) {
    .treners_blog .trener_block {
        width: 250px;
    }

    .left_sidebar+.content_wrapper {
        margin-left: 19px;
        float: left;
        width: 712px;
    }

    .label_products .block_item.mr {
        margin-right: 20px;
    }

    .list_product .label_products {
        text-align: center;
    }

    .left_sidebar+.content_wrapper {
        margin-left: 25px;
        float: left;
        width: 706px;
    }

    .label_products .block_item.mr {
        margin-right: 15px;
    }

    .list_product .block_item {
        margin: 0px 15px 52px 0px;
    }

    .left_product {
        width: 48%;
    }

    .right_product {
        width: 50%;
        padding-left: 27px;
    }

    img.jshop_img_thumb {
        width: 30%;
    }
}

@media screen and (max-width:992px) {
    .modal_left {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .modal_right {
        display: block;
        width: 100%;
    }

    .slider {
        display: none;
    }

    .footer_left,
    .footer_center,
    .footer_right {
        width: 100%;
        text-align: center;
    }

    .search_jshop #jshop_search {
        width: 300px;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .btb-lg-z {
        padding: 10px 50px 8px 50px;
    }

    .left_sidebar+.content_wrapper {
        margin-left: 19px;
        float: left;
        width: 492px;
    }

    .phone {
        margin: 0px;
    }

    .search_block {
        margin: 0px;
        display: none;
    }

    .call_btn {
        margin: 4px 0px 0px 0px;
    }

    .phone_two {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .article {
        padding: 0 5px;
    }

    body {
        background: #fff;
    }

    .director td {
        display: block;
    }

    .panel_table {
        display: block;
        width: 100%;
    }

    .contact_left {
        display: block;
        width: 100%;
    }

    .contact_right {
        display: block;
        width: 100%;
        padding-bottom: 26px;
    }

    .contact_right:before {
        display: none;
    }

    .tabs .nav-tabs li {
        width: 33.3333%;
        display: block;
        float: left;
    }

    .tabs .nav-tabs {
        display: block;
    }

    .rewiews_image {
        width: 100%;
        margin: 0px auto;
        display: block;
    }

    #top-bottom {
        bottom: 6px;
        right: 6px;
    }

    .usluga_item {
        width: 100%;
    }

    .RSWS_form_textarea {
        width: 100%;
    }

    .input_image {
        margin-bottom: 18px;
    }

    .phone_block {
        text-align: center;
    }

    .info_block {
        text-align: center;
    }

    .logo_block {
        margin: 17px 0px 0px 7px;
        text-align: center;
    }

    .logo_block {
        margin: 17px 0px 0px 0px;
    }

    .logo {
        width: 100%;
    }

    .logo_text {
        margin: 4px 0px 0px 0px;
        background: rgba(249, 232, 74, 0.7);
        padding: 4px 10px;
    }

    .menu_block {
        display: none;
    }

    .mini_menu {
        display: block;
    }

    .main_menu .menu li ul {
        display: block;
        position: initial;
        background: #f9e84a;
        box-shadow: none;
    }

    .main_menu .menu ul li a {
        color: #2d2d2d;
        padding: 12px 4px 12px 34px !important;
    }

    .main_menu .menu ul li.active a {
        color: #ffffff;
        background: #e3403a;
        text-decoration: none;
    }

    .main_menu .menu>li {
        display: block;
        text-align: left;
    }

    .main_menu .menu li a,
    .main_menu .menu li .separator,
    .main_menu .menu ul li a {
        padding-left: 10px;
    }

    #toggle {
        display: block;
    }

    .header_small .header_top {
        display: none;
    }

    .header_small .menu_block {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        padding-top: 44px;
        overflow: auto;
    }

    .header_small .main_menu .on {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        overflow: auto;
        z-index: 9;
    }

    .header_small.open_menu {
        overflow: hidden;
    }

    .phone>div {
        display: inline-block;
    }

    .phone_two {
        display: block;
    }

    .search_block {
        display: block;
        margin: 0px auto;
        max-width: 300px;
    }

    .search_block .inputbox {
        width: 100%;
    }

    .RSWS_testi_block {
        width: 100%;
        /*padding: 0px 20px;*/
    }

    .rsmonialsForm,
    .comments {
        width: 100%;
    }

    .rewiews_image {
        width: 100%;
    }

    .review_info {
        width: 94%;
    }

    /*.RSWS_testi_main td{
		width:100%!important;
	}*/
    .gcore-form-row {
        display: block;
        width: 100%;
        padding: 0px;
    }

    .about_form {
        width: 90%;
    }

    #chronoform-callback {
        width: 90%;
    }

    .left_sidebar+.content_wrapper {
        margin-left: 0px;
        width: 100%;
    }

    .left_sidebar {
        width: 100%;
    }

    .label_block_left,
    .label_block_right {
        width: 100%;
    }

    .news_block_item {
        width: 120px;
        margin: 0px 12px 20px 12px;
    }

    .form-horizontal .block_sorting_count_to_page .control-group {
        margin-bottom: 8px;
    }

    .variant_left .infografic_block {
        padding: 0px 0px 0px 0px;
    }

    .variant_top .infografic_block {
        padding: 0px 0px 0px 0px;
    }

    .social_block {
        text-align: center;
        margin: 6px 0px 16px 0px;
    }

    .extrit {
        text-align: center;
    }

    a.thumbnail {
        width: 49%;
        margin-right: 1%;
    }

    .thumbnail>img,
    .thumbnail a>img {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .modal_left img {
        width: 100%;
    }

    .field_name {
        float: left;
        color: #212121;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .field_value {
        color: #212121;
        font-size: 18px;
        font-family: "OpenSans_Semibold";
        padding-left: 0px;
        text-align: center;
    }

    .modal_right {
        padding: 0px;
    }

    .modal_body {
        padding: 20px !important;
    }
}

@media screen and (max-width:480px) {
    .news_left .news_img {
        width: 100%;
    }

    .news_left .news_info {
        width: 100%;
    }

    .news_block_item {
        width: 120px;
        margin: 0px 2px 20px 2px;
    }

    .left_product {
        width: 100%;
    }

    .right_product {
        width: 100%;
        padding-left: 0px;
    }

    .productfull {
        padding-left: 0px;
    }

    .nav-tabs li a {
        font-family: "OpenSans_Bold";
        color: #393939;
        font-size: 16px;
        padding: 10px 6px;
    }
}

@media screen and (max-width:480px) {
    .news_block_item {
        width: 100%;
    }

    .label_block_left {
        width: 120px;
        margin: 0px auto;
        float: none;
    }

    .search_jshop #jshop_search {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .search_jshop .js_search {
        width: 100%;
    }

    #jshop_review_write {
        width: 100%;
    }

    a.thumbnail {
        width: 100%;
        margin-right: 0;
    }

    .zapis_block .infografic_block:before {
        display: none;
    }

    .news_item {
        display: block;
        height: auto;
    }

    .news_left .news_img img {
        width: 100%;
    }

    .news_name,
    .news_text {
        height: auto;
    }

    .tabs .nav-tabs li {
        width: 100%;
        display: block;
        float: left;
    }

    .sort_treners select {
        display: inline-block;
        width: 100%;
        margin: 0px 7px 10px 7px;
    }
}

@media screen and (max-width:400px) {
    .treners_blog .trener_block {
        width: 80%;
    }

    .treners_blog .trener_line img {
        width: 100%;
    }
}