@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(//ciprofloxacin.ru/wp-content/themes/acharcoal/fonts/roboto-slab.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(//ciprofloxacin.ru/wp-content/themes/acharcoal/fonts/roboto-slab2.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(//ciprofloxacin.ru/wp-content/themes/acharcoal/fonts/roboto-slab-bold.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(//ciprofloxacin.ru/wp-content/themes/acharcoal/fonts/roboto-slab2-bold.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
font-family: 'FontAwesome';
src: url(//ciprofloxacin.ru/wp-content/themes/acharcoal/fonts/fontawesome.woff);
}
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
transition: all 0.2s ease-in-out;
}
p {
padding-bottom: 2em;
}
ul {
list-style: none;
}
body {
color: #444;
background: #fff;
font-family: 'Trebuchet MS', sans-serif;
font-size: 16px;
line-height: 1.5;
}
.clearfix:after {
clear: both;
display: table;
content: " ";
}
.wrap {
position: relative;
}
header {
padding: 15px 5% 0 5%;
overflow: hidden;
}
.logo { float: left;
min-height: 45px; padding-left: 1%;
margin-left: 10%;
margin-top: 32px;
width: 300px;
margin-bottom: 12px;
}
.logo img {
}
.header-banner {
width: 75%;
max-width: 728px;
float: right;
}
nav.menu {
font-size: 14px;
line-height: 87px;
padding: 0% 10%;
background-color: #ffffff;
font-family: Roboto Slab; text-align: right;
padding-top: 5px;
}
nav.menu a {
color: #555;
}
@media (min-width: 768px) {
nav.menu > ul > li > a {
color: #fff;
padding: 0 15px;
}
nav.menu > ul > li > a:hover, nav.menu > ul > li.current-menu-item > a {
background: #ffffff;
}
}
nav.menu li, nav.menu a {
display: inline-block;
}
nav.menu > ul > li {
position: relative;
}
@media (min-width: 768px) {
nav.menu li > ul {
text-align: left;
display: none;
position: absolute;
top: 100%;
left: 0;
width: 22vw;
z-index: 1111;
font-size: 14px;
line-height: 1.4;
background: #fff;
box-shadow: 0 0 10px 1px rgba(34,34, 34, 0.2);
}
nav.menu li:hover > ul {
display: block;
}
}
nav.menu li ul li {
display: block; }
nav.menu li ul li a {
display: block;
padding: 9px 20px;
}
nav.menu li ul li:last-child {
border-bottom: 0;
}
.nav-toggle {
display: none;
width: 40px;
height: 40px;
border-radius: 2px;
line-height: 40px;
text-align: center;
color: #fff;
position: absolute;
top: 20px;
right: 5%;
background: #22c77b;
cursor: pointer;
z-index: 800;
}
.nav-toggle:before {
font-family: 'FontAwesome';
content: "\f0c9";
font-size: 24px;
}
.nav-toggle.active:before {
content: "\f00d";
font-size: 28px;
}
main { color: #666666;
padding: 0 5%;
min-height: 100vh;
}
main a {
color: #ff1b00;
}
main a:hover {
border-bottom: 1px dotted;
}
h1 {
font-weight: 400;
padding: 1em 0;
font-size: 36px;
}
h1 {
text-align: center;
}
h1, h2, h3, h4 {
font-family: 'Roboto Slab';
color: #484a7d;
}
h2, h3 {
font-family: 'Roboto Slab';
padding-bottom: 10px;
line-height: 1;
}
main ul {
list-style: square;
padding: 0 0 2em 15px;
}
@media (max-width: 1200px) { .header-banner {
width: 70%;
}
nav.menu li > ul {
width: 25vw;
}
}
@media (max-width: 980px) {
nav.menu {
font-size: 16px;
}
nav.menu > ul > li {
margin-right: 20px;
}
nav.menu li > ul {
width: 30vw;
font-size: 14px;
}
}
@media (max-width: 767px) {
.logo { margin-bottom: 15px;
} .header-banner {
width: 100%;
}
nav.menu {
display: none; top: 0;
left: 0; z-index: 500;
padding: 20px 5%; }
nav.menu.opened {
display: block;
}
nav.menu li, nav.menu a {
display: block;
}
nav.menu a {
padding: 0 40px 0 0;
}
nav.menu > ul > li {
margin: 0;
}
nav.menu li > ul {
opacity: 0;
height: 0;
overflow: hidden;
transition: all 0.3s ease-in-out;
position: relative;
top: 100%;
left: 0;
z-index: 1111;
font-size: 14px;
line-height: 1.4;
width: 100%;
}
nav.menu li > ul.opened {
opacity: 1;
height: auto;
}
nav.menu li ul li {
border: 0;
}
nav.menu li ul li a {
color: #666;
} .nav-toggle {
display: block;
}
h1 {
font-size: 30px;
}
main {
padding: 0 15px;
}
main > .vc_row {
margin-left: 0 !important;
margin-right: 0 !important;
}
main > .vc_row,
main > .vc_row > .vc_column_container > .vc_column-inner {
padding-left: 0 !important;
padding-right: 0 !important;
}
body footer {
height: auto;
padding: 20px;
}
body footer ul {
flex-wrap: wrap;
flex-direction: column;
}
}
@media (max-width: 480px) {
.logo img { width:300px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 18px;
}
}
.vc_col-has-fill > .vc_column-inner {
padding-top: 0 !important;
}
.wpb_content_element {
margin-bottom: 10px !important;
}
.white-item {
color: #fff;
}
@media (min-width: 768px) {
nav.menu li:nth-child(4) > ul {
width: 35vw;
transform: translateX(-40%);
padding-bottom: 20px;
}
nav.menu li:nth-child(4) > ul li {
width: 48%;
margin-right: 1%;
display: inline-block;
vertical-align: top;
} }
@media (max-width: 1200px) and (min-width: 768px) {
nav.menu li:nth-child(4) > ul {
width: 70vw;
}
}
@media (max-width: 980px) and (min-width: 768px) {
nav.menu li:nth-child(4) > ul {
transform: translateX(-60%);
}
}
html body .standart-height img{
width: auto;
height: 250px;
}
#Top_bar .menu li a, #Top_bar #menu ul li.submenu .menu-toggle {
color: #35353a;
}
#Top_bar {
background-color: #ffffff; }
html body #Top_bar .menu a:hover {
color: #1e2057;
}
#Top_bar nav.menu > ul > li.current-menu-ancestor > a,
#Top_bar nav.menu > ul > li.current-menu-item > a,
#Top_bar nav.menu > ul > li:not(.menu-item-392).current-menu-ancestor .sub-menu .current-menu-item > a {
font-weight: bold;
color: #d80229;
}
footer {
background: #484a7d;
height: 70px;
display: flex;
align-items: center;
padding: 0 20px;
margin-top: 100px;
justify-content: space-between;
}
footer li:not(:last-child) {
margin-right: 20px;
}
footer a {
color: #fff;
}
footer ul {
display: flex;
}
footer button {
background: transparent;
cursor: pointer;
transition-duration: .3s;
outline: none;
}
.toggle-menu {
background: transparent;
outline: none;
cursor: pointer;
}
.mobile-menu {
position: fixed;
transition-duration: .3s;
width: 100%;
height: 100%;
background: #fff;
z-index: 100;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu:not(.active) {
display: none;
}
.mobile-menu nav.menu {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
}
.mobile-menu nav.menu > ul {
display: flex;
flex-direction: column;
text-align: center;
}
.mobile-menu nav.menu > ul > li > a {
font-size: 20px;
}
.mobile-menu nav.menu > ul > li.active .sub-menu {
opacity: 1;
height: auto;
margin: 25px 0;
}
.mobile-menu .close {
background: transparent;
cursor: pointer;
position: absolute;
right: 10.5%;
top: 40px;
outline: none;
}
.mobile-menu nav.menu a {
line-height: 1.4;
padding: 0;
}
.mobile-menu nav.menu li:not(:last-child) {
margin-bottom: 15px;
}
.mobile-menu nav.menu > ul > li.active .sub-menu li:not(:last-child) {
margin-bottom: 10px;
}
@media (max-width: 1310px) {
#Top_bar {
display: flex;
align-items: center;
}
.logo {
margin-left: 20px;
}
nav.menu {
padding: 0 20px;
}
}
@media (max-width: 320px) {
.mobile-menu nav.menu > ul > li.active .sub-menu {
margin: 15px 0;
}
.mobile-menu nav.menu > ul > li > a {
font-size: 18px;
}
.mobile-menu .close {
right: 20px;
top: 20px;
}
}
.mainSliderBlock{
width: 100%;
height: 320px;
}
.imageBlock{
background-color: rgba(0, 0, 0, 0);
background-repeat: repeat;
background-image: url(//ciprofloxacin.ru/wp-content/uploads/2016/09/80590-2425.jpg);
background-position: center top;
width: 100%;
height: 100%;
opacity: 1;
visibility: inherit;
z-index: 20;
}
.wpcf7 textarea,
.wpcf7 input{
min-height: 42px;
border: 1px solid #666666;
border-radius: 6px;
width: 50%;
padding: 10px;
}
.emodal-content .wpcf7 textarea,
.emodal-content .wpcf7 input{
width: 100%;
}
.wpcf7  input.wpcf7-submit{
margin-top: 20px;
max-width: 300px;
}
.emodal-content .wpcf7  input.wpcf7-submit{
margin-top: 20px;
max-width: 100%;
}
.emodal-close:after {
font-family: FontAwesome;
content: '\f00d';
}
@media (max-width: 800px) {
.wpcf7 textarea,
.wpcf7 input{
width: 100%;
}
}