@font-face {
    font-family: Arimo; /* Имя шрифта */
    src: url("fonts/arimo.woff"); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Arimo_Italic; /* Имя шрифта */
    src: url("fonts/arimo-italic.woff"); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Matura_MT_Script; /* Имя шрифта */
    src: url("fonts/matura-mt-script.woff"); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Arimo_Bold; /* Имя шрифта */
    src: url("fonts/arimo-bold.woff"); /* Путь к файлу со шрифтом */
}
body {
    background-image: url('../img/background.png');
}
.wrapper {
    width: 95%;
    margin: 0 auto;
}
/*----header---*/
.header {
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgb(247, 170, 119);
}
.padding {
    padding: 10px 0;
}
.logo_text {
    font-size: 20px;
    font-family: Arimo;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    padding-top: 30px;
    text-align: left;
}
.search {
    width: 100%;
    min-height: 26px;
    border-width: 1px;
    border-color: rgb(85, 1, 83);
    border-style: solid;
    border-radius: 2px;
    opacity: 0.5;
    padding: 8px;
}
.search_input_header {
    border: none !important; /* Убираем рамку */
    outline: none !important;  /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none !important;  /* Убираем рамку в Chrome и Safari */
    width: 86% !important;  /* Ширина поля */
    vertical-align: middle !important;  /* Выравнивание по середине */
    margin: 0 !important;
    padding: 0 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-family: Arimo_Italic;
    color: rgb(120, 125, 140);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: Arimo_Italic;
    color: rgb(120, 125, 140);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: Arimo_Italic;
    color: rgb(120, 125, 140);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: Arimo_Italic;
    color: rgb(120, 125, 140);
}
input[type="submit"] {
    float: right;
    width: 13%;
    height: 25px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    background: url('../img/search.png') no-repeat 50% 50%; /* Параметры фона */
}
.header_menu {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Arimo;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
}
.header_menu li:last-child {
    font-size: 20px;
    float: right;
}
.header_menu li a {
    text-decoration: none;
    color: rgb(247, 170, 119);
}
.header_menu li:hover, .header_menu a:hover, .header_menu li:focus,.header_menu a:focus {
    background-color: rgb(85, 1, 83) !important;
    text-decoration: underline;
}
.header_menu_wrapper {
    background-color: rgb(85, 1, 83);
}
/*----*/

/*----banner---*/
.banner_img {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: inline-block;
}
.banner_img img {
    width: 100%;
}

.banner_img h2 {
    text-align: center;
    font-family: AR DELANEY;
    font-size: 9vw;
    color: #fff;
    position: absolute;
    bottom: 70%;
    left: 30%;
    transition: 1s;
}

.banner_img h2:hover {
cursor: pointer;
color: rgb(247, 170, 119);
opacity: 1;
transform: translateY(-150px);
font-size: 6.7vw;
}
.btn_add {
    width: 20%;
    padding: 15px;
    margin: 30px auto 0;
    border-radius: 8px;
    background-color: rgb(247, 170, 119);
    font-size: 24px;
    font-family: Arimo_Bold;
    color: rgb(85, 1, 83);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    bottom: 55%;
    left: 41%;
    transition: 0.6s;
}
.btn_add:hover {
    cursor: pointer;
    color: rgb(247, 170, 119);
    background-color: rgb(85, 1, 83);
}
.btn_add a {
    text-decoration: none;
    color: inherit !important;
}

/*------*/

/*----filter----*/
.filter {
    width: 100%;
    margin: 25px 0;
    padding: 0;
}
.filter_block {
    width: 100%;
    border: 3px solid rgb(247, 170, 119);
    border-radius: 10px;
    margin-left: 0 !important;
    padding: 30px 0;
    background-color: rgb(85, 1, 83);
}
.sel {
    height: 28px;
    line-height: 25px;
}
.sel_btn {
  text-align: center;
}
.filter_select {
    width: 80%;
    height: 28px;
    font-family: Arimo;
    color: rgb(134, 134, 134);
}
.filter_select option {
    font-family: Arimo_Italic;
    color: rgb(134, 134, 134);
}
.filter_btn {
    width: 75%;
    margin: -8px auto 0;
    padding: 10px;
    font-size: 18px;
    font-family: Arimo_Bold;
    color: rgb(85, 1, 83);
    line-height: 1.2;
    text-align: center;
    border: none;
    border-radius: 8px;
    background-color: rgb(247, 170, 119);
    cursor: pointer;
}
/*-----filter---*/

/*---content---*/
.content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.content_menu {
    border: 3px solid rgb(247, 170, 119);
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.menu_title {
    width: 100%;
    border-bottom: 3px solid rgb(247, 170, 119);
    background-color: rgb(85, 1, 83);
    font-size: 36px;
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
    padding-left: 40px;
}
.menu_nav_content {
    font-size: 20px;
    font-family: Arimo;
    text-align: left;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px !important;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}
.menu_nav_content li {
    border-bottom: 1px solid rgb(85, 1, 83);
}
.menu_nav_content li a {
    color: rgb(0, 0, 0);
}
.menu_nav_content li a:hover, .menu_nav_content li a:focus, .menu_nav_content li:hover, .menu_nav_content li:focus, .menu_nav_content li a:active,
.menu_nav_content li:active {
    text-decoration: underline !important;
}
.menu_nav_content li a img {
    margin-right: 20px;
}
.posl_news {
    width: 100%;
    font-size: 12px;
    font-family: Arimo;
    text-align: left;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 40px !important;
    margin-bottom: 40px !important;
}
.posl_news h4, .posl_news h3 {
    font-family: Arimo_Bold;
}
.posl_new h4 {
    font-size: 16px;
    margin-bottom: 0 ;
}
.posl_new {
    display: block;
    width: 100%;
    color: #636b6f;
    text-decoration: none;
}
.posl_new:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}


.content_title {
    font-size: 36px;
    font-family: Arimo_Bold;
    color: rgb(85, 1, 83);
}
.filter_wrapper {
    margin-top: 30px;
}

.ajax_filter {
    width: 100%;
    border: 3px solid rgb(247, 170, 119);
    border-radius: 15px;
}
.ajax_filter li {
    width: 33%;
    font-size: 20px;
    font-family: Arimo_Bold;
    text-align: center;
}
#vk_community_messages {
    margin-bottom: 50px !important;
}
.ajax_filter li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(85, 1, 83);
}
.ajax_filter_active {
    color: rgb(247, 170, 119) !important;
    background-color: rgb(85, 1, 83) !important;
}
.ajax_filter li a:hover, .ajax_filter li a:focus, .ajax_filter li a:active {
    color: rgb(247, 170, 119);
    background-color: rgb(85, 1, 83) !important;
}
.ajax_filter li:first-child a {
    border-radius: 14px 0 0 14px;
}
.ajax_filter li:nth-child(2) {
    border-left: 1px solid rgb(85, 1, 83);
    border-right: 1px solid rgb(85, 1, 83);
}
.ajax_filter li:last-child {
    width: 34%;
}
.ajax_filter li:last-child a {
    border-radius: 0 14px 14px 0;
}
.btn_view_wrapper {
    margin: 10px 0;
    text-align: right;
    padding: 0 30px 0 0  !important;
}
.btn_view {
    width: 100%;
}
.btn_view span {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.content_gallery {
    margin-top: 58px;
}
.cat_block {
    width: 33%;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}

.content_gallery:hover .cat_block
{
  opacity: 0.2;
}
.content_gallery .cat_block:hover
{
  opacity: 1;
}

.cat_block a {
    text-decoration: none;
}

.cat_block_list {
    width: 100% !important;
    text-align: center;
}
.cat_block_img_list {
    width: 19% !important;
    display: inline-block !important;
    vertical-align: top !important;
}
.cat_block_img_list img {
    height: 201.77px !important;
}
.cat_block_info_list {
    width: 66% !important;
    display: inline-block;
    padding: 30px !important;
    height: 201.77px !important;
    margin-left: -4px !important;
    text-align: left;
}
.cat_title_list span:last-child img {
    width: 20px !important;
    height: 20px !important;
}
.cat_poroda_list {
    font-size: 16px !important;
    margin: 20px 0 !important;
}
.cat_bottom_info_list div:first-child {
    font-size: 16px !important;
}

.cat_block_img {
    width: 75%;
    margin: 0 auto;
    padding: 0;
}

.cat_block_img img {
    width: 100%;
}
.cat_block_info {
    width: 75%;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid rgb(247, 170, 119);
    background-color: rgb(85, 1, 83);
}

.cat_title {
    width: 100%;
}
.cat_title span:first-child {
    display: inline-block;
    width: 90%;
    font-size: 22px;
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
    opacity: 0,1;
    transition: 0.6s;
}
.cat_block:hover .cat_block_info span {
    opacity: 1;
  transform: translateY(-70px);
  font-size: 40px;
}
.cat_block:hover .cat_block_info .cat_title_list span {
    transform: translateY(-20px);
    opacity: 1;
  font-size: 40px;
}

.cat_title span:last-child {
    display: inline-block;
    width: 7%;
}
.cat_title span:last-child img {
    width: 100%;
    margin-bottom: 10px;
}
.cat_poroda {
    font-size: 15px;
    font-family: Arimo;
    color: rgb(255, 255, 255);
    text-align: left;
    margin: 10px 0;
}
.cat_bottom_info {
    width: 100%;
}
.cat_bottom_info div:first-child {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    font-family: Arimo_Bold;
    color: rgb(255, 255, 255);
}
.cat_bottom_info div:last-child {
    display: inline-block;
    width: 47%;
    text-align: right;
}
.cat_bottom_info div:last-child img:nth-child(2) {
    width: 10px;
    height: 19px;
    margin: 0 5px;
}
.cat_bottom_info div:last-child img:first-child {
    width: 24px;
    height: 19px;
    margin: 0 5px;
}
.cat_bottom_info div:last-child img:last-child {
    width: 19px;
    height: 19px;
    margin: 0 5px;
}

.pagin {
    width: 100%;
    margin-top: 50px;
}
.pagin_nav {
    width: 30%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagin_nav ul li {
    display: inline-block;
    font-family: Arimo;
    cursor: pointer;
}
.pagination > li > a, .pagination > li > span {
  display: inline-block;
  font-family: Arimo !important;
  border-radius: 4px;
  border: 1px solid rgb(85, 1, 83);
  color: #636b6f !important;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span, .pagination > .active > span:hover,
 .pagination > .active > span:focus {
   color: rgb(247, 170, 119) !important;
   background-color: rgb(85, 1, 83) !important;
   border: 1px solid rgb(85, 1, 83) !important;
 }
 .pagination > li > a:hover, .pagination > li > a:focus {
    color: rgb(247, 170, 119) !important;
    background-color: rgb(85, 1, 83) !important;
  }
.pagin_nav li:first-child {
    margin-right: 5px;
}
.pagin_nav li:last-child {
    margin-left: 5px;
}
.pagin_li {
    width: 8%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgb(85, 1, 83);
}
.pagin_li:hover {
    color: rgb(247, 170, 119);
    background-color: rgb(85, 1, 83);
}
.pagin_li_active {
    color: rgb(247, 170, 119);
    background-color: rgb(85, 1, 83);
}
/*----content---*/

/*----motiv_text---*/
.motiv_text_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.motiv_text {
    font-size: 15px;
    line-height: 1.2;
    font-family: Arimo;
    color: #636b6f;
}
/*----motiv_text---*/

/*----footer---*/
.footer {
    background-color: rgb(85, 1, 83);
    border-top: 3px solid rgb(247, 170, 119);
}
.footer_block {
    padding-top: 40px;
}
.aboutus {
    width: 60%;
    margin: 0 auto;
}
.aboutus span {
    position: relative;
    font-size: 20px;
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
}

.aboutus p {
font-size: 16px;
font-family: Arimo;
color: #999;
}
.soc_seti_title {
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
}
.soc_seti_img {
    width: 100%;
}
.soc_seti_img a:nth-child(2) {
    margin: 15px;
}

.links {
    width: 60%;
    margin: 0 auto;
}
.links span {
    font-size: 20px;
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
}

.links ul {
    padding-left: 0px;
}
.links ul li {
 list-style: none;
}
.links ul li a {
 color: #999;
 font-size: 16px;
 text-decoration: none;
 margin-bottom: 10px;
}
.links ul li a:hover {
    color: rgb(247, 170, 119);
}
.vk_icon {
    width: 37px;
    height: 37px;
    background-color: rgb(247, 170, 119);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.vk_icon i {
  color: rgb(85, 1, 83);
  margin-top: 8px;
}
.vk_group {
    /*background-color: rgb(247, 170, 119);*/
    width: 76%;
    margin-left: 30px;
    height: 185px;
    text-align: center;
}
.vk_group span {
    font-size: 20px;
    font-family: Arimo;
    color: rgb(85, 1, 83);
}
.news_dispatch {
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
}

input[type="text"] {
    border: none; /* Убираем рамку */
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 100%; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
    color: rgb(63, 61, 61);
    margin: 15px 0;
    font-size: 16px;
    padding: 5px 10px;
    font-family: Arimo_Italic;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-family: Arimo_Italic;
    color: rgb(63, 61, 61);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: Arimo_Italic;
    color: rgb(63, 61, 61);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: Arimo_Italic;
    color: rgb(63, 61, 61);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: Arimo_Italic;
    color: rgb(63, 61, 61);
}
.news_dispatch_button {
    width: 100%;
    border-radius: 7px;
    background-color: rgb(247, 170, 119);
    font-size: 20px;
    font-family: Arimo_Bold;
    color: rgb(85, 1, 83);
    text-align: center;
    border: none;
}
.wrapper hr {
    border-top: 1px solid rgb(247, 170, 119);
}
.footer_bottom_text {
    width: 67%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 12px;
    font-family: Arimo;
    color: rgb(247, 170, 119);
    text-align: center;
}
/*----footer---*/


/*---news&pages---*/
.news_block {
    margin-top: 20px;
}
.page_block {
    width: 100%;
}


.f_post_info {
    width: 23%;
    display: inline-block;
    background: white;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: 0 5px 20px;
    padding: 15px 15px;
    vertical-align: top;
    height: 300px;
    overflow: hidden;
}
.none {
  display: none;
}
.info {
  background-color: rgb(247, 170, 119);
  color: #fff;
  font-family: Arimo;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.f_post_image_info img {
    width: 100%;
    height: 193px;
}
.f_post_text_info {
    margin: 10px 0;
    cursor: pointer;
    font-family: Arimo;
}
.f_post_image_info span {
    display: block;
    font-size: 15px;
    font-family: Arimo_Bold;
    margin: 0 0 6px;
    height: 48px;
}
.anime_i {
   transform: rotate(180deg);
}


.page_container {
    width: 100%;
    padding: 0;
    margin: 0;
}
.f_post {
    background: white;
    border: 1px solid #efefef;
    border-radius: 2px;
    font-size: 15px;
    margin: 20px 0;
    padding: 31px 31px;
}
.f_post_content {
    word-wrap: break-word;
}
.f_post_text {
    margin: 10px 0;
    cursor: pointer;
    font-size: 15px;
    font-family: Arimo;
}
.f_post_text p > img {
  margin-left: 25%;
}
.f_post_text span:first-child {
    display: block;
    font-size: 36px;
    font-family: Arimo_Bold;
    line-height: 43px;
    margin: 0 0 6px;
}
.f_post_text span:last-child {
    cursor: pointer;
    color: #5f7e9e;
    display: block;
}
.f_post_image {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  text-align: center;
}

.f_post_image_img {
    width: 49%;
    margin: 2px;
    padding: calc(25% - 2px);
    border-right-width: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 0 solid #ffffff;
}
.f_post_image_img:after {
    border: 1px solid rgba(1, 0, 0, .1);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.template_news_img {
    max-width: 100%;
    vertical-align: top;
    text-align: center;
}

.sidebar {
    will-change: min-height;
    margin: 20px 0;
}
.sidebar_block {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.recommended {

}
.recommended span:first-child, .popular span:first-child {
    display: block;
    font-family: Arimo;
    font-size: 20px;
}
.last-child {
    border-top: 1px solid #d3d8da;
    display: block;
    opacity: 0.2;
    margin-top: 10px;
}
.recommended_post, .popular_post {
    color: inherit;
    text-decoration: none;
    display: block;
    border-radius: 2px 2px 0 0;
    background-color: #ffffff;
    margin-top: 25px;
    cursor: pointer;
}
.recommended_post div:first-child {
    background-position: center center;
    background-size: cover;
    height: 200px;
    background-image: url('../img/news_img4.jpg');
}
.recommended_post div:last-child {
    display: block;
    font-size: 17px;
    font-family: Arimo_Bold;
    font-weight: 500;
    overflow: hidden;
    padding: 20px 17px;
    text-overflow: ellipsis;
}
.recommended a:hover, .popular a:hover {
    text-decoration: none !important;
    color: inherit !important;
}
.popular {
    margin-top: 64px;
}
.popular_post div {
    display: block;
    font-size: 17px;
    font-family: Arimo_Bold;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixed_top {
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    top: -270px;
    width: 350px;
}
.fixed_bottom {
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    top: auto;
    bottom: 364px;
    width: 350px;
}
.comment {
    background: white;
    border: 1px solid #efefef;
    border-radius: 2px;
    font-size: 15px;
    font-family: Arimo;
    margin: 20px 0;
    padding: 31px 31px;
}
.comment_input {
  border: 1px solid #efefef !important;
  color: #9e9a9a !important;
}
.comment_item {
  border: 1px solid #efefef !important;
  color: #9e9a9a !important;
  font-family: Arimo;
  margin: 20px 0;
  padding: 31px 31px;
}
.comment_user {
    width: 17%;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    word-wrap: break-word;
}
.comment_user img {
    width: 75px;
}
.comment_text {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px 0;
    word-wrap: break-word;
}
.top_menu_category {
  padding: 16px 10px !important;
}
.top_menu_1 {
  font-family: Arimo;
  font-size: 20px
}
/*---news&pages---*/

/*-----final_vid-----*/
.kotyara {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f3f3f3;
}
.kotyara__image {
    cursor: pointer;
    max-height: 330px;
}
.kotyara__image img {
    max-width: 90%;
    max-height: 400px;
}
.kotyara__title__wrap {
    margin: 0 0 25px 0;
}
.kotyara__title {
    font-family: Arimo_Bold;
    font-size: 32px;
    display: inline;
}
.kotyara_propery {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    word-wrap: break-word;
}
.kotyara_propery_key, .faq_content span:first-child {
    font-family: Arimo_Bold;
    color: rgb(247, 170, 119);
}
.kotyara_propery_info {
    font-family: Arimo;
    color: #333;
}
.mini_img {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}
.mini_img img {
    width: 47px;
    height: 47px;
}
.kotyara__image img:hover, .mini_img img:hover {
    opacity: 0.5;
}
.kotyara_is {
    word-break: break-word;
    text-decoration: underline;
    cursor: pointer;
}
.window_gallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 10;
    display: none;
}
.window_gallery span {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 17px;
    color: #fff;
    z-index: 11;
    cursor: pointer;
}
.galleria {
    margin-top: 100px;
    width: 100%;
    height: 500px;
    background: #000;
}

.display {
    display: block;
}

/*-----final_vid-----*/
#toTop {
    width: 55px;
    border: 0.5px solid rgb(247, 170, 119);
    border-radius: 10px;
    background: rgb(85, 1, 83);
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px; /* отступ кнопки от нижнего края страницы*/
    right:17px;
    cursor:pointer;
    display:none;
    color: rgb(247, 170, 119);
    font-family:verdana;
    font-size:11px;
}
/*------FAQ------*/
.faq {
    width: 100%;
}
.faq_tite {
    font-family: Arimo_Bold;
}
.faq_content {
    width: 100%;
    font-size: 16px;
    font-family: Arimo;
    background: white;
    border: 1px solid #efefef;
    border-radius: 2px;
    margin: 20px 0;
    padding: 31px 31px;
}
.faq_content span {
    display: block;
}
/*------FAQ------*/

/*------forma-----*/
.anketa_block {
    width: 100%;
}
.anketa_block_title {
    color: #222222;
    font-family: Arimo_Bold;
}
.info_document {
    padding: 40px 40px 70px;
}
.info_block {

}
.info_block p, .checkblochok p {
    font-size: 18px;
    font-family: Arimo_Bold;
    line-height: 18px;
    color: #222222;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.form_info {
    width: 50%;
    border-width: 1px;
    border-color: rgb(85, 1, 83);
    border-style: solid;
    border-radius: 2px;
}
.search_sity {
    float: right !important;
    width: 8% !important;
    height: 25px !important;
    border: none !important;
    margin-top: 5px !important;
    background: url(../img/search.png) no-repeat 50% 50% !important;
}
.sity_input {
    width: 90% !important;
    display: inline-block;
    margin: 0 !important;
    color: #777 !important;
}
.selectBox {
    height: 53px;
    border: 4px solid rgb(247, 170, 119) !important;
    padding-left: 17px;
    color: #999999 !important;
    font-size: 18px;
    line-height: 53px;
    font-family: Arimo;
    width: 100%;
    margin-bottom: 15px;
}
.inputbox {
    height: 53px;
    border: 4px solid rgb(247, 170, 119) !important;
    padding-left: 17px;
    color: #999999 !important;
    font-size: 18px;
    line-height: 53px;
    font-family: Arimo;
    width: 100%;
    margin-top: 0 !important;
}
.checkblochok {
    margin: 0 0 20px !important;
    border-bottom: 1px solid #f3f3f3;
}
.area {
    width: 100%;
    height: 128px;
    border: 4px solid rgb(247, 170, 119);
    padding-left: 17px;
    resize: none;
    font-size: 18px;
    line-height: 19px;
    font-family: Arimo;
    color: #999999;
    padding-top: 20px;
    margin-bottom: 15px;
}
.check_block .niceRadio:focus + label:before {
    box-shadow: 0 0 0 3px rgb(247, 170, 119);
}
.check_block .niceRadio:checked + label:after {
    opacity: 1;
}
.check_block .niceRadio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 12.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(239,186,151,1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: all .2s;
}
.check_block .niceRadio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(247, 170, 119);
    border-radius: 50%;
    background: #FFF;
}
.check_block .niceRadio:not(checked) + label {
    position: relative;
    padding: 0 0 0 55px;
}
.check_block .niceRadio:not(checked) {
    position: absolute;
    opacity: 0;
}
.check_block .niceRadio {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    margin-right: 8px;
}
.checkblochok em {
    cursor: pointer;
    color: #222;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto Regular', arial;
    font-style: normal;
}
.zakaz_block {
    margin: 20px 0;
}
.zakaz_block .click_zakaz {
    background: rgb(247, 170, 119);
    width: 150px;
    height: 53px;
    color: rgb(85, 1, 83);
    text-transform: uppercase;
    font-family: Arimo_Bold;
    font-size: 18px;
    line-height: 18px;
    margin-left: 5px;
    border: none;
    float: right;
}
.zakaz_block .click_zakaz:hover {
    background: rgb(85, 1, 83);
    color: rgb(247, 170, 119);
}
.selectBox-label {
    padding: 0 15px 0 2px;
}

/*------forma-----*/

/*----admin----*/
.img_avatars {
    width: 100px;
}
.ya-share2__badge {
    overflow: inherit !important;
}
/*----admin----*/






/*----------------------*/
@media (min-width: 320px) and (max-width: 767px) {
    .header_menu li:last-child {
        float: inherit;
    }
    .padding {
        margin-right: -9px !important;
        margin-left: -10px !important;
    }
    .banner_block1 span {
        font-size: 50px;
    }
    .b_block2, .banner_block1 {
        font-size: 29px;
    }
    .btn_add {
        font-size: 6px;
        padding: 3px;
    }
    
.filter_btn {
        width: 100%;
        font-size: 11px;
        margin: 7px auto 0;
    }
    .filter_btn img {
        height: 12px;
    }
    .marg_left {
        margin-left: 24px;
    }
    .ajax_filter li {
        font-size: 19px;
        display: inline-block !important;
    }
    .right_block_content {
        margin-left: 25px !important;
    }
    .ajax_filter_wrapper, .k_p {
        padding: 0 !important;
    }
    .ajax_filter {
        margin-left: 0 !important;
    }
    .ajax_filter li:last-child {
        margin-left: -4px;
    }
    .ajax_filter li:first-child {
        margin-right: -5px;
    }
    .btn_view span {
        float: left;
    }
    .content_gallery {
        margin-left: 0 !important;
    }
    .motiv_text {
        font-size: 30px;
        line-height: 1;
    }
    .foo_marg {
        margin-bottom: 20px;
    }
    .footer_bottom_text {
        width: 100%;
        font-size: 10px;
    }
    .info_document {
        padding: 40px 0 70px;
    }
    .kotyara__image {
        text-align: center;
        margin-bottom: 50px;
    }
    .kotyara__image img {
        max-height: 330px;
    }
    .kotyara__title {
        margin: 20px 0 25px 0;
    }
    .kotyara_propery, .form_info {
        width: 100%;
    }
    .comment_user, .comment_text {
        width: 100%;
        text-align: left;
    }
    .img_avatars {
        width: 50px;
    }
    .filter_select {
        height: 26px;
    }
    .vk_group {
        display: none !important;
    }
    .f_post_image_info span {
      font-size: 12px;
    }
    .galleria {
        margin-top: 5px !important;
        height: 300px;
    }
}
@media (min-width: 320px) and (max-width: 380px) {
    .cat_bottom_info div:first-child, .cat_bottom_info div:last-child {
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 450px) {
    .ajax_filter li:last-child {
        width: 34.3%;
    }
    .cat_block {
        width: 100%;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 65%;
    }
    .f_post {
        padding: 31px 10px;
    }
    .inputbox, .area {
        font-size: 15px;
    }
    .f_post_image img {
      width: 100%;
    }
    .f_post_text p > img {
      height: 200px;
      margin-left: 20%;
    }
    .f_post_info {
        width: 80% !important;
    }
}
@media (min-width: 320px) and (max-width: 530px) {
    .cat_block {
        width: 100%;
    }
    .cat_title span:first-child {
        font-size: 22px;
    }
    .pagin_nav {
        width: 100%;
    }
    .f_post_image_img {
        width: 47%;
    }
}
@media (min-width: 531px) and (max-width: 767px) {
    .cat_block {
        width: 49%;
    }
    .cat_title span:first-child {
        font-size: 19px;
    }
    .cat_bottom_info div:first-child {
        width: 47%;
    }
    .cat_bottom_info div:last-child {
        width: 50%;
    }
    .cat_bottom_info div:last-child img {
        margin: 0 4px !important;
    }
    .pagin_nav {
        width: 80%;
    }
}
@media (min-width: 380px) and (max-width: 499px) {
    .news_dispatch input, .news_dispatch_button {
        width: 85% !important;
    }
    .f_post_info {
        width: 47%;
    }
    .info {
      font-size: 12px;
    }
}
@media (min-width: 500px) and (max-width: 549px) {
    .news_dispatch input, .news_dispatch_button {
        width: 80% !important;
    }
    .f_post_info {
        width: 47% !important;
    }
}
@media (min-width: 550px) and (max-width: 599px) {
    .news_dispatch input, .news_dispatch_button {
        width: 75% !important;
    }
    .f_post_info {
        width: 47% !important;
    }
}
@media (min-width: 600px) and (max-width: 659px) {
    .news_dispatch input, .news_dispatch_button {
        width: 70% !important;
    }
    .f_post_info {
        width: 47% !important;
    }
}
@media (min-width: 451px) and (max-width: 659px) {
    .ajax_filter li:last-child {
        width: 34.2%;
    }
    .f_post_text p > img {
      height: 280px;
    }
    .cat_bottom_info div:first-child, .cat_bottom_info div:last-child {
        width: 100%;
    }
    .f_post_info {
        width: 30%;
    }
}
@media (min-width: 660px) and (max-width: 767px) {
    .ajax_filter li:last-child {
        width: 34%;
    }
    .ajax_filter li:last-child {
        margin-left: -3px;
    }
    .news_dispatch input, .news_dispatch_button {
        width: 65%;
    }
    .f_post_info {
        width: 31%;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .btn_add {
        font-size: 10px;
    }
    .filter_btn {
        width: 80%;
        font-size: 15px;
    }
    .filter_btn img {
        height: 15px;
    }
    .f_post_image_info span {
      font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 840px) {
    .menu_nav_content {
        font-size: 11.5px;
    }
    .filter_btn {
        font-size: 15px;
    }
    .cat_block {
        width: 49%;
    }
    .cat_title span:first-child {
        font-size: 22px;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 88% !important;
    }
    .btn_view_wrapper {
        padding: 0 11px 0 0 !important;
    }
    .cat_bottom_info div:first-child, .cat_bottom_info div:last-child {
        width: 100%;
    }

}
@media (min-width: 841px) and (max-width: 900px) {
    .menu_nav_content {
        font-size: 15px;
    }
    .cat_block {
        width: 49%;
    }
    .cat_title span:first-child {
        font-size: 25px;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 88% !important;
    }
    .btn_view_wrapper {
        padding: 0 16px 0 0 !important;
    }
    .cat_bottom_info div:first-child, .cat_bottom_info div:last-child {
        width: 100%;
    }
}
@media (min-width: 900px) and (max-width: 1100px) {
    .menu_nav_content {
        font-size: 19px;
    }
    .cat_block {
        width: 49%;
    }
    .pagin_nav {
        width: 65%;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 75%;
    }
    .btn_view_wrapper {
        padding: 0 20px 0 0 !important;
    }
}
@media (min-width: 1101px) and (max-width: 1250px) {
    .cat_title span:first-child {
        font-size: 22px;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 75%;
    }
    .btn_view_wrapper {
        padding: 0 25px 0 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    .fixed_bottom, .fixed_top {
        width: 210px;
    }
    .f_post_text p > img {
      margin-left: 10%;
    }
    .f_post_image_info span {
      font-size: 12px;
    }
    .galleria {
        margin-top: 50px !important;
        height: 400px;
    }
    .vk_group {
      display: none !important;
    }
    .comment_user, .comment_text {
        width: 100%;
        text-align: left;
    }
    .btn_add {
        font-size: 14px;
    }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .fixed_bottom, .fixed_top {
        width: 283px;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 66% !important;
    }
    .f_post_image_info span {
      font-size: 12px;
    }
    .vk_group {
        display: none !important;
    }
    .btn_add {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1045px) {
    .filter_btn, .footer_bottom_text {
        width: 100%;
    }
    .menu_nav_content li a img {
        margin-top: -5px;
    }
    .pagin_nav {
        width: 65%;
    }
    .motiv_text {
        font-size: 40px;
        line-height: 1;
    }
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 75%;
    }
    .f_post_image_img {
        width: 48%;
    }
    .f_post_info {
        width: 31%;
    }
}
@media (min-width: 1020px) and (max-width: 1300px) {
    .news_dispatch, .vk_group, .soc_seti_title {
        width: 55%;
    }
    .f_post_image_info span {
      font-size: 12px;
    }
}
@media (min-width: 1100px) and (max-width: 1330px) {
    .cat_bottom_info div:first-child, .cat_bottom_info div:last-child {
        width: 100%;
    }
}

/*----@moz---*/
@-moz-document url-prefix() {

    @media (min-width: 320px) and (max-width: 450px) {
        .ajax_filter li:last-child {
            width: 34.2%;
        }
    }

    @media (min-width: 550px) and (max-width: 659px) {
        .ajax_filter li:last-child {
            width: 34.1%;
        }
    }
}