Files
vij/style.css

2475 lines
39 KiB
CSS
Raw Normal View History

2021-09-16 12:14:35 +03:00
/*
Theme Name: vij
Theme URI: https://vetandlife.ru
Description: Ветеринария и жизнь
Version: 0.1
Author: AK Delfin
Author URI: masterforweb@hotmail.com
*/
/**
* Reset CSS
*/
/**
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{background:#fff}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{font-weight:400;text-align:left}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}a:focus{outline:thin dotted}a:active,a:hover{outline:0}a img{border:0}
img, embed, iframe, object {
max-width: 100%;
}
*/
/**
fonts
*/
/* Обычный */
@font-face {
font-family: 'GrtskPeta';
font-style: normal;
font-weight: normal;
src: url(/wp-content/themes/vij/pub/fonts/GrtskPeta-Regular.ttf);
}
/* Жирный */
@font-face {
font-family: 'GrtskPeta';
font-style: normal;
font-weight: bold;
src: url(/wp-content/themes/vij/pub/fonts/GrtskPeta-Bold.ttf);
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
margin: 0;
}
ul, ol {
list-style: none;
}
a{
color: black;
text-decoration: none;
}
* {
box-sizing: border-box;
}
body {
display: flex;
min-height: 100vh;
2021-09-20 01:07:53 +03:00
width: 100%;
2021-09-16 12:14:35 +03:00
font-family: 'GrtskPeta';
flex-direction: column;
margin: 0;
background-color: #FFFFFF;
}
#main {
display: flex;
flex: 1;
}
2021-09-24 23:18:38 +03:00
2021-09-16 12:14:35 +03:00
#main > article {
flex: 1;
}
#main > #left,
2021-09-18 01:30:09 +03:00
#main > #right {
2021-09-16 12:14:35 +03:00
flex: 0 0 20vw;
2021-09-20 01:07:53 +03:00
2021-09-16 12:14:35 +03:00
}
#main > #left {
order: -1;
}
2021-09-24 23:18:38 +03:00
2021-09-16 12:14:35 +03:00
2021-09-18 01:30:09 +03:00
#left{
2021-09-20 01:07:53 +03:00
max-width: 330px;
2021-09-18 01:30:09 +03:00
display: flex;
flex-direction: column;
2021-09-28 22:25:21 +03:00
/** margin-right: 28px;
border-right: 28px solid #F2F2F2;*/
2021-09-20 01:07:53 +03:00
2021-09-18 01:30:09 +03:00
}
2021-09-28 22:25:21 +03:00
#vert-title{
width: 48px;
background: #F2F2F2;
}
#main-arrow{
background: url(/wp-content/themes/vij/pub/icons/main-arrow.png) no-repeat;
width: 51px;
height: 130px;
}
2021-09-30 13:51:38 +03:00
#mainlogo{
margin-left: 12px;
2021-12-14 23:13:41 +03:00
width: 240px;
2021-11-02 13:01:47 +03:00
flex-shrink: 0;
text-align: center;
margin-right: 10%;
2021-09-30 13:51:38 +03:00
}
2021-09-28 22:25:21 +03:00
2021-11-02 13:01:47 +03:00
2021-10-11 22:29:11 +03:00
.right-info{
margin-top: 8px;
margin-bottom: 12px;
text-align: center;
width: 100%;
}
2021-12-18 01:25:19 +03:00
.mobile-info{
display: none;
margin-top: 8px;
margin-bottom: 12px;
text-align: center;
width: 100%;
}
2021-09-28 22:25:21 +03:00
.wrap{
2021-09-30 13:51:38 +03:00
transform: translate(0%, 0%);
2021-09-28 22:25:21 +03:00
width: 0px;
line-height: 55px;
border-radius: 35px;
background: #F2F2F2;
/*transition: all 0.5s ease;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
transition: all 0.5s ease;*/
2021-09-30 13:51:38 +03:00
/* align-items: center;
2021-09-28 22:25:21 +03:00
justify-content: center;
2021-09-30 13:51:38 +03:00
/* margin-top: 55px;
margin-left: 35px;*/
2021-09-28 22:25:21 +03:00
}
2021-10-11 22:29:11 +03:00
2021-12-08 16:54:32 +03:00
ol {
list-style-type: decimal;
}
ol li{
margin-top: 4px;
margin-bottom: 4px;
}
2021-10-11 22:29:11 +03:00
2021-09-28 22:25:21 +03:00
.input{
border: 0;
background: transparent;
width: 0%;
outline: none;
font-size: 18px;
color: black;
transition: all 0.3s ease;
2021-09-30 13:51:38 +03:00
position: relative;
2021-09-28 22:25:21 +03:00
}
.wrap .fa{
color: black;
2021-09-30 13:51:38 +03:00
position: absolute;
right: 17px;
2021-09-28 22:25:21 +03:00
top: 15px;
font-size: 18px;
cursor: pointer;
}
.wrap.active{
2021-09-30 13:51:38 +03:00
width: 220px;
padding-left: 25px;
2021-09-28 22:25:21 +03:00
transition: all 0.5s ease;
}
.input.active{
width: 98%;
padding-left: 5px;
transition: all 0.5s 0.8s ease;
}
.input::placeholder {
color: #909294;
font-size: 15px;
}
#search-form{
margin-bottom: 22px;
}
.search_submit {
background: #F18129;
border-radius: 35px;
border: 1px solid #F18129;
color: white;
padding: 8px 8px;
text-decoration: none;
display: inline-block;
text-align: center;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 110%;
width: 134px;
height: 50px;
}
.search-text{
width: 60%;
height: 50px;
border-radius: 35px;
border: 1px solid #F2F2F2;
background: #F2F2F2;
font-size: 18px;
line-height: 22px;
padding-left: 12px;
}
.search-result{
font-size: 14px;
line-height: 160%;
padding-bottom: 12px;
}
2021-09-30 13:51:38 +03:00
.search-card-box{
display: flex;
flex-direction: column;
}
.search-card{
width: 100%;
border-bottom: 1px solid #E9EAEB;
padding-bottom: 22px;
margin-bottom: 22px;
}
.search-card-title{
font-weight: bold;
font-size: 22px;
line-height: 140%;
margin-bottom: 12px;
}
.search-card-img{
float: right;
display: inline;
margin-left: 10px;
max-width: 239px;
}
2021-10-31 13:01:31 +03:00
.mobile-info{
display: none;
text-align: center;
}
2021-09-28 22:25:21 +03:00
/** #vert-title div{
background: #F18129;
writing-mode: tb-rl;
transform:rotate(180deg);
width: 100%;
color: white;
font-weight: bold;
font-size: 11px;
line-height: 150%;
letter-spacing: 0.095em;
text-transform: uppercase;
padding: 48px 12px 48px 12px;
clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 29% 100%, 0% 50%, 29% 0);
}*/
2021-09-20 01:07:53 +03:00
2021-09-18 01:30:09 +03:00
#right{
2021-09-20 01:07:53 +03:00
max-width: 330px;
2021-09-18 01:30:09 +03:00
display: flex;
flex-direction: column;
2021-09-24 23:18:38 +03:00
border-left: 1px solid #E9EAEB;
2021-09-30 13:51:38 +03:00
padding-top: 42px;
2021-09-28 22:25:21 +03:00
2021-09-18 01:30:09 +03:00
}
2021-09-16 12:14:35 +03:00
header{
background-color: white;
display: flex;
2021-10-10 15:16:51 +03:00
align-items: center;
2021-09-30 13:51:38 +03:00
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
2021-10-10 15:16:51 +03:00
width: 100%;
2021-09-30 13:51:38 +03:00
/* justify-content: space-around;
flex-wrap: wrap; */
2021-09-16 12:14:35 +03:00
}
2021-09-20 01:07:53 +03:00
#footer_menu{
display: flex;
align-items: center;
2021-09-28 22:25:21 +03:00
justify-content: center;
padding-top: 12px;
padding-bottom: 12px;
2021-09-20 01:07:53 +03:00
}
#footer_menu > div:nth-child(2){
2021-09-28 22:25:21 +03:00
/** margin-left: auto; */
2021-09-20 01:07:53 +03:00
}
2021-09-16 12:14:35 +03:00
2021-09-24 23:18:38 +03:00
#footer_up{
2021-09-28 22:25:21 +03:00
width: 30%;
2021-09-24 23:18:38 +03:00
text-align: right;
}
#footer_info{
display: flex;
2021-09-28 22:25:21 +03:00
align-items: center;
2021-09-24 23:18:38 +03:00
margin-bottom: 8px;
2021-09-28 22:25:21 +03:00
border-top: 1px solid #D5D5D6;
border-bottom: 1px solid #D5D5D6;
margin-bottom: 28px;
padding-top: 28px;
padding-bottom: 28px;
2021-09-24 23:18:38 +03:00
}
#footer_qr{
2021-09-28 22:25:21 +03:00
width: 20%;
2021-09-24 23:18:38 +03:00
margin-right: 12px;
text-align: center;
}
2021-09-28 22:25:21 +03:00
#footer-contact{
width: 20%;
}
2021-09-24 23:18:38 +03:00
#footer_subscript{
margin-left: 32px;
margin-right: 22px;
2021-09-28 22:25:21 +03:00
width: 25%;
2021-09-24 23:18:38 +03:00
}
#footer_logo{
margin-left: 12px;
margin-right: 32px;
width: 150px;
}
#footer_social{
margin-left: 12px;
margin-right: 12px;
2021-09-28 22:25:21 +03:00
width: 30%;
2021-09-24 23:18:38 +03:00
}
2021-09-28 22:25:21 +03:00
2021-09-24 23:18:38 +03:00
.sub_button {
background: #F18129;
border-radius: 55px;
border: 1px solid #F18129;
color: white;
padding: 10px 28px;
text-align: center;
text-decoration: none;
2021-09-28 22:25:21 +03:00
text-transform: uppercase;
font-weight: bold;
2021-09-24 23:18:38 +03:00
display: inline-block;
font-size: 16px;
font-size: 11px;
2021-09-28 22:25:21 +03:00
line-height: 110%;
height: 55px;
2021-09-24 23:18:38 +03:00
}
2021-11-01 02:22:21 +03:00
.more_button {
background: #FFFFFF;
box-sizing: border-box;
border-radius: 47px;
border: 1px solid #171717;
color: #171717;
2021-11-01 19:13:59 +03:00
cursor: pointer;
2021-11-01 02:22:21 +03:00
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
font-size: 16px;
font-size: 11px;
line-height: 110%;
height: 45px;
margin-top: 22px;
2021-11-01 19:13:59 +03:00
padding: 10px 28px;
2021-11-01 02:22:21 +03:00
}
2021-11-21 13:14:07 +03:00
.orange_button {
background: #F18129;
border-radius: 55px;
border: 1px solid #F18129;
color: white;
2021-11-22 22:22:04 +03:00
vertical-align: middle;
2021-11-21 13:14:07 +03:00
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
font-size: 11px;
line-height: 110%;
2021-11-22 22:22:04 +03:00
display: table-cell;
vertical-align: middle;
2021-11-21 13:14:07 +03:00
height: 55px;
2021-11-22 22:22:04 +03:00
padding-left: 22px;
padding-right: 22px;
2021-11-21 13:14:07 +03:00
}
2021-09-24 23:18:38 +03:00
.vazh{
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.45em;
}
2021-11-21 13:14:07 +03:00
.current-number{
display: flex;
align-items: center;
margin-top: 42px;
margin-bottom: 42px;
}
.number-img{
width: 147px;
}
.number_title{
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
background: #F5F5F5;
width: 768px;
height: 128px;
2021-12-05 18:53:27 +03:00
padding-left: 8px;
2021-11-21 13:14:07 +03:00
}
.number_number{
width: 50%;
}
2021-09-24 23:18:38 +03:00
#footer_2{
display: flex;
2021-09-28 22:25:21 +03:00
justify-content: center;
2021-09-24 23:18:38 +03:00
}
#footer_3{
display: flex;
2021-09-28 22:25:21 +03:00
justify-content: center;
align-items: center;
margin-top: 28px;
margin-bottom: 28px;
2021-09-24 23:18:38 +03:00
}
#rating{
width: 20%;
text-align: right;
}
#pere{
width: 40%;
font-size: 12px;
line-height: 150%;
2021-09-28 22:25:21 +03:00
margin-left: 18px;
2021-09-24 23:18:38 +03:00
color: #909294;
}
#copy{
color: #171717;
font-size: 13px;
line-height: 150%;
margin-right: 8px;
2021-09-28 22:25:21 +03:00
width: 20%;
2021-09-24 23:18:38 +03:00
text-align: center;
}
#svid{
display: flex;
color: #444444;
font-size: 13px;
line-height: 150%;
2021-09-28 22:25:21 +03:00
width: 80%;
2021-09-24 23:18:38 +03:00
}
#svid li{
margin-right: 18px;
}
2021-11-08 22:38:58 +03:00
#mainmenu a:hover,
#head_mail a:hover,
.event a:hover,
.main-card-title a:hover,
.mini-card-title a:hover,
.menu_footer a:hover,
2021-11-08 22:51:18 +03:00
.publs_right_item a:hover,
.right_archive_text a:hover
2021-11-08 22:38:58 +03:00
{
color: #F18129;
}
2021-10-09 13:05:18 +03:00
.fulltext a{
color: #2D9CDB;
}
2021-09-24 23:18:38 +03:00
2021-10-31 13:01:31 +03:00
.fulltext > ul{
list-style: square outside;
}
.fulltext > ul li{
margin-top: 4px;
margin-bottom: 4px;
}
.wp-block-image figcaption {
font-size: .9em;
}
figcaption {
/*font-size: .9em;*/
color: #909294;
text-align: center;
padding: 12px 0 12px 0;
}
2021-09-28 22:25:21 +03:00
.sp-button{
color: orange;
}
2021-10-31 13:01:31 +03:00
#fulltext img,
.wp-block-image img
{
width: 100%;
height: auto;
}
blockquote{
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-left: 8px;
margin-top: 22px;
margin-bottom: 22px;
border-top: 1px solid #E9EAEB;
border-bottom: 1px solid #E9EAEB;
}
2021-09-28 22:25:21 +03:00
2021-09-16 12:14:35 +03:00
/** - menus -- */
2021-11-16 01:46:43 +03:00
.menu-left-block{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/menuleft-1.svg) left center;
}
2021-09-16 12:14:35 +03:00
ul.menu_main{
display: flex;
padding: 5px;
}
ul.menu_main li{
margin: 5px;
padding: 15px;
font-weight: bold;
font-size: 15px;
}
ul.menu_left{
display: flex;
flex-direction: column;
2021-11-16 01:46:43 +03:00
/*background-color: #00466A;*/
padding: 26px 22px 12px 32px;
2021-09-16 12:14:35 +03:00
}
ul.menu_left li{
font-weight: bold;
2021-11-16 01:46:43 +03:00
font-size: 12px;
2021-11-16 01:59:31 +03:00
height: 23px;
2021-09-16 12:14:35 +03:00
line-height: 150%;
2021-11-16 01:46:43 +03:00
text-transform: uppercase;
2021-11-16 01:59:31 +03:00
padding-top: 2px;
2021-11-16 01:46:43 +03:00
padding-left: 28px;
margin-bottom: 16px;
2021-09-18 01:30:09 +03:00
}
ul.menu_left li a{
2021-11-16 01:46:43 +03:00
color: #171717;
}
ul.menu_left li a:hover{
color: #F18129;
2021-09-16 12:14:35 +03:00
}
2021-11-16 01:46:43 +03:00
2021-09-18 01:30:09 +03:00
.current-menu-item {
color: #2D9CDB;
}
2021-09-16 12:14:35 +03:00
2021-11-16 01:46:43 +03:00
.lmenu{
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
}
2021-12-09 22:29:24 +03:00
.menu-item-11, .menu-item-17474{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/molotok.svg) left center;
}
2021-12-09 22:29:24 +03:00
.menu-item-11:hover, .menu-item-17474:hover{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/molotok-orange.svg) left center;
}
2021-12-09 22:29:24 +03:00
.menu-item-12, .menu-item-17473{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/epizoo.svg) left center;
}
2021-12-09 22:29:24 +03:00
.menu-item-12:hover, .menu-item-17473:hover{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/epizoo-orange.svg) left center;
}
2021-12-18 01:45:58 +03:00
.menu-item-15, .menu-item-17702{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/zoo.svg) left center;
}
2021-12-18 01:45:58 +03:00
.menu-item-15:hover, .menu-item-17702:hover{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/zoo-orange.svg) left center;
}
.menu-item-17{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/ptica.svg) left center;
}
.menu-item-17:hover{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/ptica-orange.svg) left center;
}
.menu-item-19{
2021-11-16 02:06:31 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/nauka.svg) left center;
2021-11-16 01:46:43 +03:00
}
.menu-item-19:hover{
2021-11-16 02:06:31 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/nauka-orange.svg) left center;
2021-11-16 01:46:43 +03:00
}
2021-12-18 01:25:19 +03:00
.menu-item-20, .menu-item-17475{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/zoobiz.svg) left center;
}
2021-12-18 01:25:19 +03:00
.menu-item-20:hover, .menu-item-17475:hover{
2021-11-16 01:46:43 +03:00
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/zoobiz-orange.svg) left center;
}
.menu-item-21{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/pitoms.svg) left center;
}
.menu-item-21:hover{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/pitoms-orange.svg) left center;
}
.menu-item-22{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/potrbitel.svg) left center;
}
.menu-item-22:hover{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/potrbitel-orange.svg) left center;
}
.menu-item-23{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/oxota.svg) left center;
}
.menu-item-23:hover{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/oxota-orange.svg) left center;
}
.menu-item-26{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/events.svg) left center;
}
.menu-item-26:hover{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/events-orange.svg) left center;
}
.menu-item-16179{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/video.svg) left center;
}
.menu-item-16179:hover{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/video-orange.svg) left center;
}
.menu-item-15679{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/vij.svg) left center;
}
.menu-item-18:hover
{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/fish-orange.svg) left center;
}
.menu-item-18{
padding-left: 28px;
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/fish.svg) left center;
}
.menu-item-15679:hover
{
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/vij-orange.svg) left center;
}
.menu-oxota{
background-image: url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/oxota.svg);
}
.menu-oxota:hover{
background-image: url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/oxota-orange.svg);
}
a svg{
display: inline-block;
vertical-align: middle;
/*fill: #3B83B5;*/
}
a svg:hover,
a svg:focus
{
stroke: #F18129;
}
2021-09-16 12:14:35 +03:00
ul.menu_footer{
display: flex;
padding: 5px;
}
ul.menu_footer li{
margin: 5px;
padding: 15px;
font-weight: bold;
font-size: 15px;
}
footer {
background: #E2E2E2;
2021-09-20 01:07:53 +03:00
/**height: 20vh;*/
}
#footer_up{
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
2021-09-16 12:14:35 +03:00
}
2021-12-19 21:56:09 +03:00
.wp-authors{
max-width: 107px;
height: 100%;
}
.edition-title{
padding-top: 42px;
padding-bottom: 8px;
}
2021-10-11 22:29:11 +03:00
2021-09-30 13:51:38 +03:00
article{
2021-09-16 12:14:35 +03:00
padding: 1em;
}
#main{
2021-09-20 01:07:53 +03:00
padding: 0 8px 0 8px;
2021-09-16 12:14:35 +03:00
}
#header-contact{
display: flex;
flex-direction: column;
2021-09-30 13:51:38 +03:00
margin-left: 22px;
2021-09-16 12:14:35 +03:00
}
/* +7 (495) 925 06 34 info@vetandlife.ru */
#head_tel{
font-weight: bold;
}
#head_mail a{
2021-09-28 22:25:21 +03:00
color: #2D9CDB;
2021-09-16 12:14:35 +03:00
text-decoration: underline;
}
2021-09-20 01:07:53 +03:00
#header_icons{
display: flex;
2021-11-11 21:47:43 +03:00
margin-left: 18px;
2021-09-20 01:07:53 +03:00
}
#header_icons li{
width: 20px;
height: 15px;
2021-11-11 21:47:43 +03:00
margin-left: 6px;
2021-09-27 00:07:02 +03:00
cursor: pointer;
2021-09-20 01:07:53 +03:00
}
2021-10-10 15:16:51 +03:00
.header_btn{
width: 20px;
height: 15px;
}
2021-12-09 22:29:24 +03:00
.btn_rss{
background: url(/wp-content/themes/vij/pub/icons/header-rss.png) no-repeat;
}
.btn_lan{
font-weight: bold;
margin-top: -4px;
}
2021-10-10 15:16:51 +03:00
#copy{
display: inline-block;
text-align: center;
width: 100%;
}
#footer_3{
width: 100%;
padding-left: 8px;
padding-right: 8px;
}
2021-09-20 01:07:53 +03:00
.btn_search{
background: url(/wp-content/themes/vij/pub/icons/union.png) no-repeat;
}
2021-09-24 23:18:38 +03:00
#content{
margin-right: 58px;
margin-left: 58px;
padding-bottom: 28px;
2021-10-10 15:16:51 +03:00
/*max-width: 880px;*/
width: 55%;
2021-09-24 23:18:38 +03:00
}
#content p{
margin-top: .5em; /* Отступ сверху */
margin-bottom: 1em; /* Отступ снизу */
}
#content IMG{
2021-10-31 13:01:31 +03:00
max-width: 100%;
}
2021-11-11 19:30:47 +03:00
.promo-agregators{
margin-top: 28px;
padding: 32px 28px 32px 28px;
background: #E9EAEB;
}
.promo-agregators a{
color: #2D9CDB;
}
.promo-telega{
font-weight: bold;
text-transform: uppercase;
}
2021-10-31 13:01:31 +03:00
.wp-block-image IMG{
/** object-fit: cover; */
2021-09-24 23:18:38 +03:00
}
2021-09-16 12:14:35 +03:00
2021-10-31 13:01:31 +03:00
2021-09-27 00:07:02 +03:00
#post-img{
2021-10-09 13:05:18 +03:00
text-align: center;
/**background: #F5F5F5;*/
2021-09-27 00:07:02 +03:00
}
2021-09-30 13:51:38 +03:00
#event-img{
float: left;
margin-right: 12px;
margin-bottom: 12px;
}
2021-09-28 22:25:21 +03:00
.pagination-wrapper{
width: 100%;
text-align: center;
}
2021-09-24 23:18:38 +03:00
.page-numbers {
display: inline-block;
padding: 5px 10px;
margin: 0 2px 0 0;
line-height: 1;
text-decoration: none;
font-weight: 600;
}
2021-09-28 22:25:21 +03:00
a.page-numbers{
color: #909294;
}
2021-09-24 23:18:38 +03:00
a.page-numbers:hover {
2021-09-28 22:25:21 +03:00
color: #909294;
2021-09-27 00:07:02 +03:00
}
2021-09-28 22:25:21 +03:00
.page-numbers.current{
font-weight: bold;
font-size: 22px;
line-height: 140%;
color: #171717;
}
2021-09-24 23:18:38 +03:00
2021-09-16 12:14:35 +03:00
h1{
font-family: 'GrtskPeta';
font-size: 36px;
font-weight: bold;
2021-09-20 01:07:53 +03:00
margin-bottom: 18px;
2021-09-16 12:14:35 +03:00
}
2021-12-23 17:22:52 +03:00
2021-09-28 22:25:21 +03:00
#mainpage-title{
margin-top: 42px;
}
2021-09-30 13:51:38 +03:00
#title-404{
margin-top: 42px;
text-align: center;
}
2021-09-28 22:25:21 +03:00
site-header .search-form {
position: absolute;
right: 200px;
top: 200px;
}
.site-header .search-field {
background-color: transparent;
background-image: url(images/search-icon.png);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
}
.site-header .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;
}
.search-form
.search-submit {
display:none;
}
2021-09-16 12:14:35 +03:00
2021-09-20 01:07:53 +03:00
.mini-card-block{
display: grid;
2021-09-27 00:07:02 +03:00
grid-gap: 2rem;
2021-11-05 15:32:23 +03:00
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
2021-09-24 23:18:38 +03:00
}
2021-09-20 01:07:53 +03:00
.mini-card-title{
2021-09-16 12:14:35 +03:00
font-family: 'GrtskPeta';
font-size: 18px;
}
2021-09-20 01:07:53 +03:00
.mini-card-img{
2021-11-10 21:21:00 +03:00
/* width: 372px;
2021-09-27 00:07:02 +03:00
height: 216px; */
2021-11-01 19:13:59 +03:00
position: relative;
2021-09-27 00:07:02 +03:00
width: 100%;
2021-11-01 19:13:59 +03:00
2021-09-27 00:07:02 +03:00
}
2021-12-24 18:40:40 +03:00
.polosa-img{
width: 100%;
padding-right: 16px;
}
2021-11-21 22:00:02 +03:00
.mini-card-number-img{
width: 147px;
2021-12-24 18:40:40 +03:00
magin
2021-11-21 22:00:02 +03:00
}
.mini-card-number{
background: #FFFFFF;
box-shadow: 0px 14px 27px rgb(242, 242, 242);
text-align: center;
margin: 22px;
padding-top: 24px;
padding-bottom: 32px;
}
.mini-card-number-title{
font-size: 14px;
font-weight: normal;
margin-top: 12px;
}
.numbers-anons{
font-size: 16px;
color: #171717;
}
.numbers-year-title{
font-weight: bold;
2021-12-18 01:25:19 +03:00
font-size: 22px;
2021-11-21 22:00:02 +03:00
border-bottom: 1px solid #F2F2F2;
2021-12-18 01:25:19 +03:00
margin-top: 22px;
2021-11-21 22:00:02 +03:00
padding-top: 12px;
2021-12-18 01:25:19 +03:00
padding-bottom: 22px;
2021-11-21 22:00:02 +03:00
}
2021-09-27 00:07:02 +03:00
2021-11-01 19:13:59 +03:00
.play-card{
position: absolute;
display: block;
background: url(https://vetandlife.ru/wp-content/themes/vij/pub/play.png);
height: 100%;
width: 100%;
top: 43%;
left: 45%;
background-size: 50px 50px;
background-repeat: no-repeat;
}
2021-12-25 00:10:28 +03:00
.play-card-main{
position: absolute;
display: block;
background: url(https://vetandlife.ru/wp-content/themes/vij/pub/play.png);
height: 100%;
width: 100%;
top: 43%;
left: 45%;
background-size: 50px 50px;
background-repeat: no-repeat;
}
2021-11-01 19:13:59 +03:00
2021-09-27 00:07:02 +03:00
.card-img-top{
2021-12-25 00:10:28 +03:00
/**text-align: center;
width: 100%; */
position: relative;
2021-09-27 00:07:02 +03:00
width: 100%;
2021-10-09 13:05:18 +03:00
margin-bottom: 12px;
}
.mini-card-img{
margin-bottom: 4px;
2021-09-20 01:07:53 +03:00
}
2021-11-22 22:22:04 +03:00
.mobile_archive{
display: none;
2021-12-24 18:53:28 +03:00
margin-top: 38px;
2021-11-22 22:22:04 +03:00
}
.mobile_archive_img{
2021-12-24 18:53:28 +03:00
margin-top: -32px;
2021-11-22 22:22:04 +03:00
margin-left: 12px;
margin-bottom: 8px;
width: 91px;
}
.mobile_archive_text{
display: block;
margin-left: 12px;
margin-bottom: 22px;
font-size: 14px;
}
.mobile_archive_link{
margin-top: 8px;
}
.mobile_archive_link a{
color: #909294;
}
2021-09-24 23:18:38 +03:00
#nav_content{
display: flex;
padding:0;
2021-11-02 13:01:47 +03:00
padding-bottom: 18px;
2021-09-24 23:18:38 +03:00
margin-top: 28px;
margin-bottom: 28px;
border-bottom: 1px solid #E9EAEB;
}
#nav_content li{
margin-right: 8px;
color: #909294;
2021-11-02 13:01:47 +03:00
font-size: 12px;
line-height: 3,2px;
2021-09-24 23:18:38 +03:00
}
#nav_content li a{
color: #909294;
2021-12-18 01:25:19 +03:00
}
.part_title{
color: #171717;
font-size: 22px;
font-weight: bold;
margin-bottom: 28px;
}
2021-09-24 23:18:38 +03:00
2021-09-20 01:07:53 +03:00
.main-card{
padding-bottom: 22px;
margin: 8px 0 32px 0;
border-bottom: 1px solid #E9EAEB;
2021-09-27 00:07:02 +03:00
width: 100%;
2021-09-20 01:07:53 +03:00
/*text-align: center; */
}
.main-card-title{
font-family: 'GrtskPeta';
2021-12-18 01:25:19 +03:00
font-weight: bold;
font-size: 22px;
2021-09-28 22:25:21 +03:00
text-align: center;
2021-09-20 01:07:53 +03:00
}
2021-10-09 13:05:18 +03:00
.main-card-title-left{
font-family: 'GrtskPeta';
font-size: 36px;
text-align: right;
}
2021-09-20 01:07:53 +03:00
.main-card-text{
font-family: 'GrtskPeta';
font-size: 18px;
text-align: left;
line-height: 140%;
padding: 8px;
}
2021-09-28 22:25:21 +03:00
.main-card IMG{
width: 100%;
}
2021-09-16 12:14:35 +03:00
.news_date{
color: #909294;
font-family: 'GrtskPeta';
font-size: 13px;
padding: 8px 0 8px 0;
}
2021-12-18 01:25:19 +03:00
.news_date a {
color: #909294;
}
2021-09-20 01:07:53 +03:00
#events_left{
padding: 8px;
}
2021-09-18 01:30:09 +03:00
.event{
2021-09-20 01:07:53 +03:00
padding: 18px 0 18px 0;
font-size: 16px;
border-bottom: 1px solid #E9EAEB;
2021-09-18 01:30:09 +03:00
}
2021-09-27 00:07:02 +03:00
.mosts{
2021-09-18 01:30:09 +03:00
background-color: #00466A;
width: 100%;
2021-09-20 01:07:53 +03:00
padding: 22px;
2021-11-02 13:01:47 +03:00
margin-bottom: 22px;
}
.publs_right{
border-top: 1px solid #E9EAEB;
margin: 22px;
padding-top: 18px;
padding-bottom: 18px;
2021-09-18 01:30:09 +03:00
}
2021-09-27 00:07:02 +03:00
2021-11-02 13:01:47 +03:00
.publs_right_title{
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
margin-top: 12px;
}
2021-09-27 00:07:02 +03:00
2021-11-02 13:01:47 +03:00
.publs_right_item{
padding-top: 28px;
font-size: 15px;
}
2021-09-27 00:07:02 +03:00
2021-09-18 01:30:09 +03:00
.most_title{
color: #2D9CDB;
}
.most{
2021-09-20 01:07:53 +03:00
padding: 12px 0 12px 0;
2021-09-18 01:30:09 +03:00
color: #FFFFFF;
font-size: 16px;
line-height: 22.4px;
}
.most a{
color: #FFFFFF;
}
2021-09-27 00:07:02 +03:00
2021-09-18 01:30:09 +03:00
.left_preview{
2021-10-11 22:29:11 +03:00
/*border-radius: 50%;*/
/*width: 105px;
height: 84px;*/
width: 145px;
2021-12-08 12:08:53 +03:00
}
.preview_citata{
/*background:transparent url(/wp-content/themes/vij/pub/icons/citata.png) no-repeat top right;*/
width: 145px;
}
.preview_citata IMG{
width: 145px;
}
2021-09-18 01:30:09 +03:00
.publ_expert{
font-size: 16px;
font-weight: bold;
margin-bottom: 18px;
}
2021-10-31 13:01:31 +03:00
.publ_expert a{
color: #2D9CDB;
}
2021-09-18 01:30:09 +03:00
.post_info{
font-size: 14px;
color: #444444;
2021-09-20 01:07:53 +03:00
margin-bottom: 12px;
2021-09-18 01:30:09 +03:00
}
.post_img_title{
color: #909294;
2021-09-20 01:07:53 +03:00
text-align: center;
padding: 12px 0 12px 0;
2021-09-18 01:30:09 +03:00
}
.post_img_title a{
color: #909294;
}
2021-09-20 01:07:53 +03:00
.post_link_category a {
color: #2D9CDB;
}
.post_info{
display: flex;
font-size: 14px;
}
.post_info_sub{
width: 50%;
}
2021-09-18 01:30:09 +03:00
.post_panel_info{
2021-09-20 01:07:53 +03:00
display: flex;
2021-09-18 01:30:09 +03:00
font-size: 14px;
border-top: 1px solid #E9EAEB;
border-bottom: 1px solid #E9EAEB;
2021-09-20 01:07:53 +03:00
padding: 18px 0 18px 0;
margin: 24px 0 18px 0;
}
.post_panel_info_sub{
width: 50%;
}
.left_opinion{
display: flex;
flex-direction: column;
background: #F5F5F5;
padding: 18px;
2021-09-18 01:30:09 +03:00
}
2021-09-20 01:07:53 +03:00
.left_opinion img{
margin-top: 8px;
margin-bottom: 8px;
2021-10-11 22:29:11 +03:00
/*width: 84px;
height: 84px;*/
2021-09-20 01:07:53 +03:00
}
.left_opinion_title{
margin-bottom: 8px;
font-weight: bold;
2021-10-11 22:29:11 +03:00
text-transform: uppercase;
2021-09-20 01:07:53 +03:00
}
.left_opinion_text{
font-size: 16px;
font-weight: bold;
}
.left_citata{
display: flex;
flex-direction: column;
padding: 18px;
}
.left_citata img{
margin-top: 8px;
margin-bottom: 8px;
}
.left_citata_title{
margin-bottom: 8px;
font-weight: bold;
}
.left_citata_text{
font-size: 16px;
2021-12-05 13:39:53 +03:00
/* font-weight: bold; */
2021-09-20 01:07:53 +03:00
}
2021-12-05 13:39:53 +03:00
.left_citata_percon{
margin-top: 16px;
color: #3B83B5;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
2021-12-08 00:31:33 +03:00
.left_citata_status{
color: #909294;
font-size: 13px;
line-height: 140%;
margin-top: 10px;
}
2021-09-18 01:30:09 +03:00
.moread{
display: grid;
2021-11-11 23:15:08 +03:00
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
2021-09-27 00:07:02 +03:00
grid-gap: 2rem;
2021-09-20 01:07:53 +03:00
margin-top: 8px;
margin-bottom: 28px;
2021-09-18 01:30:09 +03:00
}
.moread_card{
2021-09-27 00:07:02 +03:00
2021-09-18 01:30:09 +03:00
}
2021-09-20 01:07:53 +03:00
.moread_rubric{
padding-top: 28px;
padding-bottom: 8px;
font-weight: bold;
}
.moread_title{
margin-top: 8px;
margin-bottom: 8px;
font-weight: bold;
}
.moread_card IMG{
2021-09-27 00:07:02 +03:00
width: 100%;
/*height: 216px;*/
2021-09-20 01:07:53 +03:00
float: top;
}
.moread_date{
color: #909294;
font-size: 13px;
}
2021-09-24 23:18:38 +03:00
.right_archive{
margin-bottom: 22px;
2021-10-31 13:01:31 +03:00
background: #FFFFFF;
box-shadow: 0px 14px 27px rgb(242, 242, 242);
2021-09-28 22:25:21 +03:00
text-align: center;
2021-10-31 13:01:31 +03:00
margin: 22px;
padding-top: 22px;
padding-bottom: 22px;
2021-09-24 23:18:38 +03:00
}
.right_archive_img{
2021-09-28 22:25:21 +03:00
margin-bottom: 12px;
2021-11-15 14:22:23 +03:00
width: 147px;
2021-09-24 23:18:38 +03:00
}
.right_archive_text{
font-size: 15px;
line-height: 130%;
font-weight: bold;
2021-09-28 22:25:21 +03:00
text-align: center;
2021-09-24 23:18:38 +03:00
}
2021-09-28 22:25:21 +03:00
.right_archive_link{
font-size: 15px;
line-height: 130%;
text-align: center;
2021-10-31 13:01:31 +03:00
margin-top: 8px;
margin-bottom: 8px;
2021-09-28 22:25:21 +03:00
}
.right_archive_link a{
color: #909294;
}
2021-09-20 01:07:53 +03:00
.yets_rubric{
color: #F18129;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
line-height: 110%;
margin-top: 32px;
margin-bottom: 32px;
border-top: 1px solid #E9EAEB;
padding-top: 28px;
}
.yets{
display: grid;
2021-09-27 00:07:02 +03:00
grid-gap: 1rem;
2021-09-28 22:25:21 +03:00
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
2021-09-20 01:07:53 +03:00
margin-top: 8px;
margin-bottom: 28px;
2021-09-28 22:25:21 +03:00
padding: 8px;
2021-11-11 23:15:08 +03:00
2021-09-20 01:07:53 +03:00
}
.yet_card{
2021-09-28 22:25:21 +03:00
padding: 32px 28px 32px 28px;
2021-09-20 01:07:53 +03:00
background: #E9EAEB;
font-weight: bold;
}
.publ-to-main{
text-align: center;
margin-bottom: 22px;
}
.go-to-main{
color: #909294;
}
.arrow-go-main{
font-weight: bold;
}
.post_author{
color: #171717;
font-size: 14px;
margin-bottom: 14px;
}
#form_subscript{
margin-bottom: 32px;
}
2021-09-18 01:30:09 +03:00
2021-09-24 23:18:38 +03:00
#tags{
color: #909294;
}
#tags a{
color: #909294;
}
2021-09-28 22:25:21 +03:00
#subscript-mail{
padding-left: 22px;
padding-right: 22px;
margin-top: 18px;
margin-bottom: 22px;
}
#subscript_box{
text-align: center;
}
#convert{
width: 87px;
height: 87px;
border: 1px solid #E9EAEB;
box-sizing: border-box;
background: url(/wp-content/themes/vij/pub/icons/mail.png) no-repeat;
background-position: center;
margin-left: auto;
margin-right: auto;
}
.form-right input{
width: 230px;
height: 50px;
border-radius: 35px;
background: #F2F2F2;
border: 1px solid #F2F2F2;
margin-bottom: 12px;
padding-left: 28px;
}
.frm_mail{
width: 240px;
height: 50px;
border-radius: 35px;
border: 1px solid #F2F2F2;
background: #F2F2F2;
font-size: 12px;
line-height: 110%;
}
.frm_submit {
background: #F18129;
border-radius: 35px;
border: 1px solid #F18129;
color: white;
padding: 10px 28px;
text-align: center;
text-decoration: none;
display: inline-block;
text-align: center;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 110%;
width: 234px;
height: 50px;
}
.right_title{
font-weight: 600;
font-size: 15px;
line-height: 130%;
text-align: center;
margin-top: 22px;
margin-bottom: 12px;
padding-left: 28px;
padding-right: 28px;
}
.form-right{
text-align: center;
}
.sub_button {
background: #F18129;
border-radius: 55px;
border: 1px solid #F18129;
color: white;
padding: 10px 28px;
text-align: center;
text-decoration: none;
display: inline-block;
2021-10-11 22:29:11 +03:00
cursor: pointer;
2021-09-28 22:25:21 +03:00
font-size: 16px;
font-size: 11px;
2021-10-11 22:29:11 +03:00
2021-09-28 22:25:21 +03:00
}
2021-10-31 13:01:31 +03:00
#calendar-item{
background-color: #2571A6;
color: rgba(255, 255, 255, 0.28);
text-transform: uppercase;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
font-size: 13px;
padding: 22px;
}
.calendar-head {
display: flex;
text-align: center;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
margin-bottom: 12px;
}
.calendar-head a{
color: #FFFFFF;
}
#calendar-arrow-prev,
#calendar-arrow-next {
cursor: pointer;
}
.calendar-title{
text-align: center;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
margin-bottom: 20px;
}
#calendar-item th {
font-size: 10px;
padding: 6px 7px;
text-align: center;
color: #FFFFFF;
font-weight: bold;
line-height: 14px;
}
#calendar-item td {
font-size: 13px;
padding: 6px 8px;
text-align: center;
}
.calendar-item table {
border-collapse: collapse;
width: 100%;
}
.calendar-head{
border-top: 1px solid rgba(0, 70, 106, 0.18);
border-bottom: 1px solid rgba(0, 70, 106, 0.18);
padding-top: 12px;
padding-bottom: 12px;
}
.calendar-popup a{
color: #FFFFFF;
}
.calendar-head-text{
margin-right: 12px;
margin-left: 12px;
width: 90%;
text-align: center;
}
2021-09-28 22:25:21 +03:00
2021-09-16 12:14:35 +03:00
#socials{
display: flex;
2021-09-28 22:25:21 +03:00
margin-bottom: 18px;
justify-content: center;
align-items: center;
2021-09-20 01:07:53 +03:00
}
2021-11-07 22:43:07 +03:00
#socials a:hover{
2021-11-08 22:38:58 +03:00
margin-top: -12px;
2021-11-07 22:43:07 +03:00
}
2021-09-24 23:18:38 +03:00
#socials_footer{
display: flex;
2021-09-28 22:25:21 +03:00
margin: 0 12px 0 12px;
2021-09-24 23:18:38 +03:00
}
2021-11-07 22:43:07 +03:00
.menu_left_icons{
width: 21px;
}
2021-11-08 07:35:10 +03:00
/*.menu_left_jivot{
2021-11-07 22:43:07 +03:00
padding-left: 22px;
background: url(/wp-content/themes/vij/pub/icons/menu-jivot.png) no-repeat;
vertical-align:middle;
height: 31px;
2021-11-08 07:35:10 +03:00
}*/
2021-11-07 22:43:07 +03:00
2021-09-20 01:07:53 +03:00
.btn_soc{
margin-right: 18px;
padding: 10px;
border-radius: 50%;
2021-09-28 22:25:21 +03:00
border: 1px solid #D5D5D6;
2021-09-16 12:14:35 +03:00
}
2021-09-20 01:07:53 +03:00
.btn_soc_post{
2021-09-24 23:18:38 +03:00
margin-left: 12px;
2021-09-20 01:07:53 +03:00
}
2021-09-24 23:18:38 +03:00
.rating{
2021-09-20 01:07:53 +03:00
border-radius: 50%;
background-color: white;
2021-09-24 23:18:38 +03:00
color: white;
background: #ACACAC;
2021-09-28 22:25:21 +03:00
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
font-size: 15px;
font-weight: bold;
}
.btn_soc{
margin-right: 18px;
padding: 10px;
border-radius: 50%;
border: 1px solid #D5D5D6;
2021-09-16 12:14:35 +03:00
}
2021-09-28 22:25:21 +03:00
2021-09-16 12:14:35 +03:00
.soc_telegram{
background: url(/wp-content/themes/vij/pub/icons/telegram-icon.png) no-repeat;
}
.soc_youtube{
background: url(/wp-content/themes/vij/pub/icons/youtube-icon.png) no-repeat;
}
.soc_vk{
background: url(/wp-content/themes/vij/pub/icons/vk-icon.png) no-repeat;
}
.soc_fb{
background: url(/wp-content/themes/vij/pub/icons/facebook-icon.png) no-repeat;
}
.soc_instagram{
background: url(/wp-content/themes/vij/pub/icons/instagram-icon.png) no-repeat;
}
2021-09-24 23:18:38 +03:00
img-fluid{
text-align: center;
}
2021-09-27 00:07:02 +03:00
.toggle-nav {
display: none !important;
}
2021-12-08 12:08:53 +03:00
2021-12-08 00:15:32 +03:00
#mobile_main_menu{
2021-09-27 00:07:02 +03:00
display: none;
2021-12-08 00:15:32 +03:00
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:100;
2021-12-08 12:08:53 +03:00
width: 100%;
2021-12-08 00:15:32 +03:00
background: #fff;
border-top: 1px solid #F5F5F5;
2021-12-08 12:08:53 +03:00
overflow-y:scroll;
2021-12-08 00:15:32 +03:00
padding-top: 42px;
2021-09-27 00:07:02 +03:00
}
2021-12-08 12:08:53 +03:00
#mobile_rubrics_menu{
display: none;
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:100;
width: 100%;
background: #fff;
border-top: 1px solid #F5F5F5;
overflow-y:scroll;
padding-top: 42px;
}
2021-09-27 00:07:02 +03:00
2021-12-14 23:13:41 +03:00
#mobile_submenu{
display: flex;
2021-12-08 00:15:32 +03:00
position: fixed;
2021-12-08 12:08:53 +03:00
cursor: pointer;
2021-12-08 00:15:32 +03:00
z-index: 1;
top: 20px;
right: 5%;
2021-12-14 23:13:41 +03:00
}
#closed_mobile_menu{
2021-12-08 00:15:32 +03:00
height: 20px;
width: 20px;
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/closed.svg) left center;
2021-12-14 23:13:41 +03:00
}
#lang_mobile_title{
font-size: 14px;
font-weight: bold;
color: #909294;
text-transform: uppercase;
padding-right: 28px;
}
2021-12-08 00:15:32 +03:00
2021-12-14 23:13:41 +03:00
#closed_mobile_rubrics_menu{
position: fixed;
cursor: pointer;
z-index: 1;
top: 20px;
right: 5%;
height: 20px;
width: 20px;
2021-12-08 00:15:32 +03:00
}
2021-12-08 12:08:53 +03:00
2021-12-14 23:13:41 +03:00
2021-12-08 12:08:53 +03:00
#rubrics_back{
margin-left: 38px;
font-size: 14px;
color: #00466A;
line-height: 110%;
cursor: pointer;
}
.rub_arrow{
float: right;
margin-right: 12px;
}
span.rub_back_title{
margin-left: 22px;
}
2021-12-08 00:15:32 +03:00
#gamburer_menu li{
font-weight: bold;
2021-12-08 12:08:53 +03:00
font-size: 13px;
line-height: 19,5px;
2021-12-08 00:15:32 +03:00
text-transform: uppercase;
border-bottom: 1px solid #F5F5F5;
margin-top: 22px;
padding-bottom: 22px;
2021-12-23 22:44:35 +03:00
margin-bottom: 28px;
2021-12-08 00:15:32 +03:00
}
#gamburer_menu a{
color: #00466A;
}
#gamburer_menu a:hover{
color: #F18129;
}
2021-09-27 00:07:02 +03:00
.mob-lite{
display: none;
}
2021-11-22 18:27:10 +03:00
.menu-rubrics{
display: none;
}
.m_rubrics {
display: flex;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
padding-bottom: 20px;
margin-left: -20px;
margin-bottom: -20px;
border-bottom: 1px solid #F2F2F2;
}
.m_rubrics li{
font-size: 12px;
color: #909294;
margin-right: 12px;
padding-bottom: 12px;
}
.m_rubrics li a{
color: #909294;
}
.m_rubrics li a:hover{
color: #F18129;
}
.m_rubrics li.current-menu-item{
color: #171717;
font-weight: bold;
border-bottom: 3px solid #F18129;
}
2021-11-22 22:22:04 +03:00
.mob-subscript{
display: none;
2021-12-15 21:11:53 +03:00
margin-top: 12px;
2021-11-22 22:22:04 +03:00
}
.mob-block-button{
margin: 12px 0;
}
.mob-sub-button{
background: #F18129;
border-radius: 55px;
border: 1px solid #F18129;
color: white;
vertical-align: middle;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
font-size: 11px;
line-height: 110%;
display: table-cell;
vertical-align: middle;
height: 55px;
padding-left: 22px;
padding-right: 22px;
}
2021-11-22 18:27:10 +03:00
2021-11-22 22:22:04 +03:00
#mob-footer{
display: none;
}
2021-11-22 18:27:10 +03:00
2021-09-27 00:07:02 +03:00
@media screen and ( max-width: 580px ) {
2021-09-28 22:25:21 +03:00
#left{
display: none;
}
#right{
display: none;
}
2021-11-08 22:38:58 +03:00
#mainlogo{
width: 240px;
margin: 0;
}
2021-10-09 22:59:32 +03:00
2021-11-11 21:47:43 +03:00
#header_icons{
margin-left: 0;
}
2021-10-11 22:29:11 +03:00
2021-09-28 22:25:21 +03:00
.main-card-title{
font-size: 24px;
}
#content{
2021-09-30 13:51:38 +03:00
/*width: 100%;*/
2021-10-10 15:16:51 +03:00
2021-09-28 22:25:21 +03:00
}
2021-09-27 00:07:02 +03:00
.toggle-nav {
display: inline-block !important;
background: url(/wp-content/themes/vij/pub/icons/burger-15.png) no-repeat;
2021-12-09 22:29:24 +03:00
padding-left: 12px;
2021-09-27 00:07:02 +03:00
}
.btn_rss{
display: none;
}
.menu.main {
display: inline-block;
position: relative;
background: #fff;
text-align: left;
}
.menu.main ul {
display: none;
position: absolute;
overflow: auto;
top: 0px;
right: 0px;
z-index: 999;
padding-right: 15px;
background: #fff;
}
.menu.main ul li {
float: none;
display: block;
position: relative;
top: 0px;
right: 0px;
min-width: 100px;
background: #fff;
text-align: right;
}
2021-12-08 00:15:32 +03:00
2021-09-27 00:07:02 +03:00
.mob-lite{
display: inline-block !important;
margin-top: 12px;
}
2021-12-23 22:44:35 +03:00
.mob_menu_info{
padding-top: 22px;
padding-bottom: 42px;
}
.mob_menu_contacts{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-left: 36px;
margin-right: 36px;
padding-top: 22px;
margin-bottom: 42px;
}
.mob_menu_tel{
font-weight: bold;
}
.mob_menu_mail a{
color: #2D9CDB;
}
2021-09-28 22:25:21 +03:00
.post-h1{
font-weight: 24px;
}
2021-12-23 17:22:52 +03:00
.tag-h1{
font-weight: 22px;
text-transform: upeercase;
margin-bottom: 12px;
}
2021-12-13 13:11:04 +03:00
.page-title{
font-weight: 24px;
margin-top: 48px;
}
2021-09-28 22:25:21 +03:00
.img-fluid{
width: 100%;
}
2021-09-27 00:07:02 +03:00
.main.menu li:after {
content: none;
}
2021-09-28 22:25:21 +03:00
#footer_logo{
display: none;
}
#footer_qr{
display: none;
}
#footer_menu{
display: none;
}
#pere{
width: 90%;
}
#footer_subscript{
display: none;
}
.footer_sub{
width: 70%;
text-align: center;
}
#svid{
display: none;
}
#socials_footer{
width: 100%;
text-align: center;
}
2021-10-31 13:01:31 +03:00
.mobile-info{
display: block;
}
2021-09-28 22:25:21 +03:00
2021-12-18 01:25:19 +03:00
.mobile-info{
display: block;
}
2021-09-28 22:25:21 +03:00
2021-09-27 00:07:02 +03:00
}
/** ultrabooks and ipads **/
@media (max-width: 768px) {
2021-11-23 13:09:24 +03:00
body {
width: 100%;
2021-11-23 14:43:46 +03:00
margin-right: 8px;
2021-11-23 13:09:24 +03:00
}
2021-11-23 14:43:46 +03:00
2021-12-05 18:53:27 +03:00
2021-11-23 14:43:46 +03:00
h1 {
font-size: 24px;
}
2021-09-24 23:18:38 +03:00
#left{
display: none;
}
#mainmenu{
display: none;
}
#right{
display: none;
}
2021-09-28 22:25:21 +03:00
#vert-title{
display: none;
}
2021-09-24 23:18:38 +03:00
#nav_content{
display: none;
}
#header-contact{
display: none;
}
2021-10-09 22:59:32 +03:00
#footer-contact{
display: none;
}
2021-09-24 23:18:38 +03:00
#content{
margin: 8px;
2021-09-27 00:07:02 +03:00
width: 100%;
2021-09-24 23:18:38 +03:00
}
2021-09-27 00:07:02 +03:00
#mini-card-block{
display: grid;
width: 100%;
2021-09-24 23:18:38 +03:00
}
2021-10-31 13:01:31 +03:00
.fulltext > IMG{
max-width: 100%;
2021-10-11 22:29:11 +03:00
}
2021-09-30 13:51:38 +03:00
2021-10-10 15:16:51 +03:00
#footer{
width: 100%;
}
2021-09-30 13:51:38 +03:00
2021-11-11 21:47:43 +03:00
#header_icons li{
width: 20px;
height: 15px;
2021-12-09 22:29:24 +03:00
margin-left: 8px;
2021-11-11 21:47:43 +03:00
cursor: pointer;
}
2021-12-09 22:29:24 +03:00
2021-11-11 21:47:43 +03:00
.toggle-nav {
display: inline-block !important;
background: url(/wp-content/themes/vij/pub/icons/burger-15.png) no-repeat;
2021-12-09 22:29:24 +03:00
padding-left: 12px;
2021-11-11 21:47:43 +03:00
}
2021-09-24 23:18:38 +03:00
.post_info_social{
display: none;
}
2021-11-08 22:38:58 +03:00
#mainlogo{
2021-12-14 23:13:41 +03:00
max-width: 240px;
left: 0;
top: 0;
2021-11-08 22:38:58 +03:00
margin: 0;
2021-12-14 23:13:41 +03:00
padding: 0;
2021-11-08 22:38:58 +03:00
}
2021-11-10 21:21:00 +03:00
#mainpage-title{
display: none;
}
.main-card-title{
font-size: 18px;
text-align: left;
}
.main-card-text{
display: none;
}
2021-11-22 18:27:10 +03:00
.menu-rubrics{
display: inline-block;
margin-top: 22px;
overflow: hidden;
}
2021-11-22 22:22:04 +03:00
.mobile_archive{
display: flex;
border: 1px solid #F18129;
align-items: center;
margin-left: 12px;
margin-right: 12px;
margin-bottom: 12px;
}
.mob-subscript{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
2021-12-05 18:53:27 +03:00
.number-img {
display: none;
}
2021-11-22 22:22:04 +03:00
2021-09-24 23:18:38 +03:00
}
2021-12-19 21:56:09 +03:00
@media (max-width: 599px){
.wp-block-columns {
}
}
2021-09-27 00:07:02 +03:00
/** mobile **/
@media only screen
2021-11-08 22:38:58 +03:00
and (min-device-width : 340px)
2021-09-27 00:07:02 +03:00
and (max-device-width : 667px) {
2021-11-23 14:43:46 +03:00
h1 {
font-size: 24px;
}
2021-11-23 13:09:24 +03:00
body {
width: 100%;
2021-11-23 14:43:46 +03:00
margin-right: 8px;
2021-11-23 13:09:24 +03:00
}
2021-09-27 00:07:02 +03:00
#content{
margin: 8px;
width: 100%;
}
2021-10-31 13:01:31 +03:00
.mobile-info{
display: block;
}
2021-10-10 15:16:51 +03:00
2021-09-27 00:07:02 +03:00
.mini-card{
width: 100%;
padding-right: 12px;
}
.mini-card-img{
width: 100%;
}
2021-10-09 22:59:32 +03:00
#footer-contact{
display: none;
}
2021-11-08 22:38:58 +03:00
#mainlogo{
width: 240px;
text-align: left;
margin: 0;
}
2021-11-11 21:47:43 +03:00
#header_icons li{
width: 20px;
height: 15px;
margin-left: 6px;
cursor: pointer;
}
2021-09-28 22:25:21 +03:00
2021-11-08 22:38:58 +03:00
#mainpage-title{
display: none;
}
.main-card-title{
font-size: 18px;
text-align: left;
}
.main-card-text{
display: none;
}
2021-09-28 22:25:21 +03:00
2021-11-22 22:22:04 +03:00
2021-11-22 18:27:10 +03:00
.menu-rubrics{
display: inline-block;
margin: 0;
padding: 0;
margin-top: 22px;
margin-right: 22px;
overflow: hidden;
}
2021-11-22 22:22:04 +03:00
.mobile_archive{
display: flex;
border: 1px solid #F18129;
align-items: center;
margin-left: 12px;
margin-right: 12px;
margin-bottom: 12px;
}
.mob-subscript{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
2021-12-05 18:53:27 +03:00
.number-img {
display: none;
}
2021-11-22 22:22:04 +03:00
2021-11-22 18:27:10 +03:00
2021-09-27 00:07:02 +03:00
}
2021-09-24 23:18:38 +03:00
2021-09-16 12:14:35 +03:00