.c-form {
    padding: 15px;
}

.c-form p {
    text-align: center;
}

.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=password],
.c-form textarea
{
    width: 100%;
    height: 35px;
    padding: 0 15px;
}

.c-form textarea {
    resize: vertical;
    height: 100px;
}

.c-form__row {
    padding: 15px 0;
    text-align: center;
}

.c-form__title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.c-btn {
    border: none;
}

.pagination {
    padding: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li.active a {
    color: #579835;
	text-decoration:none;
}

.markList {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: right;
}

.markList .mark {
    position: relative;
    display: inline-block;
}
#slider .item .container{
    max-width: 860px;
    color: #437f23;
}
#slider .item .cont_slider{
    background-color: rgba(255,255,255,0.6);
    padding: 45px 0;
}
table th{
    font-size: 1.4rem;
    font-family: "PTSansBold";
    font-weight: normal;
}
table th span{
    font-size: 1.2rem;
    font-family: "PTSansRegular";
}
.table_content {
    margin-top:20px;
}
.table_content tr {
    text-align:left;
}
.table_content th {
    text-transform: uppercase;
    font-size: 1.6rem;
    text-align:center;
}
.table_content td {
    vertical-align: top;
}
.table_content td:nth-child(3) {
    text-align:center;
}
.table_content td:nth-child(4) {
    text-align:center;
}
.table_content td:nth-child(5) {
    text-align:center;
}
.table_w td {
    background-color:#fff;
}
.kak_b {
    font-weight: bold;
    
}
.list_product{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flow: row wrap
}
.list_product:after{
    content: "";
    display: table;
    clear: both;
}
.intro_text{
    min-height: 85px;
}
.my_h3 {
    font-family: "PTSansBold";
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: normal;
}
.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
.menu_cat .sublevel ul{display:block;}
/* .level2.active a{color: #579835; } */
.fancybox-close {
    background: black;
border-radius: 5px;}