/**
Theme Name: Job
Author: J.Consecas
Version: 1.0.0
*/
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap";

html {
-webkit-box-sizing:border-box;
box-sizing:border-box;
-ms-overflow-style:scrollbar
}

*,::before,::after {
-webkit-box-sizing:inherit;
box-sizing:inherit
}
.container {
width:100%;
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto
}
.wp-block-image img {
  width: 100%;
height: auto;
}
.wp-block-image .aligncenter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.content_block{
  min-height: 30rem;
}
.content_block img{
  width: 100%;
}
.content_block figure{
  text-align: center;
}
body {
margin:0;
padding:0
}

* {
font-family:'Rubik',sans-serif;
font-weight:300;
color:#212121
}

a,.aside-content a {
color:#2196F3;
text-decoration:none;
font-weight:400
}

.aside-content a {
font-weight:300;
font-size: 1rem
}

a:hover,.aside-content a:hover {
color:#03A9F4
}

p,ul li,ol li {
font-size:1.1rem;
line-height:1.4;
text-align: justify;
}
b{
  font-weight: 500;
}
ul {
margin:0
}

ul li::marker,ol li::marker {
font-size:1.1rem;
font-weight:300
}

ol li {
padding:.5rem
}

blockquote {
border-left:3px solid #2196F3;
margin:0;
padding:.1rem 2rem;
background-color:#2196F324
}
strong{
  font-weight: 500;
}
header {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-ms-align-items:center;
align-items:center;
/*background-color:#F5F6F8;*/
box-shadow:0 1px 15px hsla(0,0%,85.5%,.76);
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
h2, h3{
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
h3{
  font-size: 1.4rem;
}
h2 span,h3 span {
font-weight:500

}
#top-nav nav{
 display: none;
}
nav a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #212121;
    padding: 0.3rem;
}
nav .menu-menu-header-container ul li{
   list-style-type: none;
   padding: 0;
   position: relative;
   white-space: nowrap;
   margin-right: 1rem;
   width: 100%;
   text-align: center;

    }
.submenu li{
  width: 100%;
}
 ul.sub-menu li a{
   font-weight: 400;
   font-size: 0.9rem;
 }
 ul.sub-menu{
   padding: 0;
   margin-bottom: 1rem;
 }
#menu-mobile nav{
  margin-top: 3rem;
}
.menu{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
padding: 1rem 0;
margin-left: 1rem;
margin-top: 3rem;
}
.mark{
  transition: all .5s;
  border-radius: 7px;
}
.mark:hover{
  -webkit-box-shadow: 0 5px 30px 1px rgba(0,0,0,.3);
  box-shadow:  0 5px 30px 1px rgba(0,0,0,.3);
  -webkit-transform: translateY(-1px) translateZ(0);
  transform: translateY(-1px) translateZ(0);
}

.mark a, .mark a:hover{
  color: #fff;
}
.lwptoc_title{
  font-weight: 500;
  font-size: 1.2rem;
}

#header {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
justify-content:space-between;
-ms-align-items:center;
align-items:center
}

.logo {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-ms-align-items:flex-start;
align-items:flex-start;
padding:1rem 0
}

.logo-city {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-ms-align-items:center;
align-items:center;
width:100%;
justify-content:space-between
}

.logo-name {
font-size:2rem;
font-weight:500;
}

.logo-top {
font-size:1rem;
font-weight:500
}

.logo-text {
margin-left:0
}

.logo-bottom {
font-size:.8rem
}

.layer {
position:fixed;
width:100%;
height:100%;
display:flex;
top:0;
left:0;
z-index:999;
justify-content:center;
-ms-align-items:center;
align-items:center;
background-color:#0005;
}

.white-layer {
background-color:#fff;
width:100%;
height:100%;
overflow-y: auto;

}

#city-list {
display:flex;
flex-direction:column;
flex-wrap:wrap;
padding:1rem;
align-content:center;
margin-top: 4rem;

}

.close, .close-menu {
font-size:2rem;
cursor:pointer;
color:#bdbdbd
}

.open {
cursor:pointer
}

#header .city img {
width:.8rem
}
#header .menu-btn img{
  width:1.8rem
}
#header .menu-btn{
  text-align: right;
  margin-top: 1rem;
}

#header .city {
font-size:.8rem;
text-align: right;
display: -webkit-flex;
display: -ms-flex;
display: flex;
}

#header .city:hover {
color:#757575
}

.city-list-header {
display:-webkit-flex;
display:-ms-flex;
display:flex;
justify-content:space-between;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
padding:0 1rem;
align-items:center;
position: fixed;
width: 100%;
background-color: #f1f1f1;
}

.city-list-title {
display:flex;
align-items:center;
font-size:1rem;
justify-content:flex-start;
font-weight:500;
padding:.8rem 0;
background-color: #f1f1f1;
}

.city-item {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
margin-bottom:1rem
}

.city-letter {
color:#BDBDBD;
font-size:1.4rem;
font-weight:400;
width: 1rem;
}

.city-links {
padding-left:1rem
}

.link-city a {
color:#0288D1;
text-decoration:none;
font-size:.9rem
}

.link-city a:hover {
color:#03A9F4
}

.search {
width:100%;
margin-bottom:2rem
}

.search input {
padding:.7rem;
font-size:.8rem;
width:100%;
box-shadow:inset 2px 4px 5px 0 rgba(0,0,0,.1);
border:0
}

footer .search input {
padding:.6rem
}

form {
position:relative
}

form label{
  font-size: 0.8rem;
  color: #bdbdbd;
}

input.search-button {
background:transparent;
background-image:url(./images/search.svg);
border:0;
background-position:center;
background-size:contain;
background-repeat:no-repeat;
margin-left:.4rem;
cursor:pointer;
-webkit-box-shadow:none;
box-shadow:none;
position:absolute;
right:.5rem;
width:1rem;
height:2.7rem;
padding:0
}

footer input.search-button {
height:2.3rem
}

#main {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
justify-content:space-between
}

article {
width:100%
}

article section {
padding:0;
margin-bottom:2rem
}
h1 {
    border-bottom: 0;
    padding: 1rem 0;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;

}
article iframe{
width: 100%;
height: 20rem
}

aside {
width:100%
}

.aside-content>div {
white-space:normal;
text-align:center
}

#tags {
display:-webkit-flex;
display:-ms-flex;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:1rem 0;
padding:.5rem
}

#search-tags h2 {
color:#212121
}

.aside-h2 {
text-align:center;
color:#fff;
font-weight:500;
margin:0;
height:auto;
display:-webkit-flex;
display:-ms-flex;
display:flex;
-ms-align-items:center;
align-items:center;
justify-content:center;
border-bottom:1px solid #bdbdbd;
padding-bottom:0rem;
width:100%;
}

.widget-block {
box-shadow:0 1px 15px hsla(0,0%,85.5%,.76);
padding:1.5rem 1rem;
background-color:#f5f6f8;
margin-bottom:1.5rem
}

.aside-content span {
font-weight:300;
font-size:1rem
}

.aside-content {
padding:.5rem;
line-height:2
}

.tag-item {
margin:.3rem 0
}

.tag-item a {
text-decoration:none;
font-size:.8rem;
font-weight:300;
padding:.2rem .4rem;
border-radius:10px
}

.footer-link-list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer-link-item{
  width: 100%;
}
.footer-link-item a{
  font-weight: 300;
  color: #212121;
  font-size: 0.9rem;
}
.footer-link-title{
  text-align: center;
}

.footer-link {
    padding: 1rem 0 2rem;
}
footer {
background-color:#1976D2
}

#footer {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
justify-content:space-between;
align-items:center
}

footer .logo {
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-ms-align-items:flex-start;
align-items:flex-start;
width:100%
}

footer .logo-name,footer .logo-top,footer .logo-bottom {
color:#fff
}

footer .logo-name{
  font-weight: 300;
}
footer .logo-text {
margin:0
}

footer .info {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
text-align:right;
width:100%
}

footer .info a {
color:#fff;
font-size:.8rem;
font-weight:400;
line-height:1.4
}

#copyright {
text-align:center;
color:#fff5;
padding:1.6rem 1rem 1rem;
font-size:.7rem;
font-weight:400
}

footer .search {
text-align:center
}

footer .search-title {
color:#fff;
margin:1rem 0 .5rem;
font-weight:500;
font-size:.8rem
}

.socials {
text-align:center
}

.socials-title {
font-weight:500;
margin-bottom:.8rem;
font-size:1.2rem
}

.ya-share2__container_size_m .ya-share2__icon {
height:30px!important;
width:55px!important;
background-size:55px 30px!important
}

.comment-form-comment textarea{
width: 100%;
padding: 1.5rem .8rem;
/* box-shadow: inset 2px 4px 5px 0 rgba(0,0,0,.1); */
border: 0;
margin-bottom: 0;
font-size: 1.1rem;
border: 1px solid #bdbdbd;
text-align: center;

}
.comment-form input{
width: 100%;
padding: .8rem;
/* box-shadow: inset 2px 4px 5px 0 rgba(0,0,0,.1); */
border: 0;
margin-bottom: 1rem;
border: 1px solid #bdbdbd;
margin: 0;
text-align: center;

}
.comment-form input.submit{
box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.46);
cursor: pointer;
font-size: 0.95rem;
width: 20rem;
transition: all .3s;
border: 0;
border-radius: 7px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
.comment-form input.submit:hover {
    -webkit-box-shadow: 0 15px 35px -16px rgba(0,0,0,.9);
    box-shadow: 0 15px 35px -16px rgba(0,0,0,.9);
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0);
}
.comment-form p {
    display: block;
    text-align: center;
    margin: 0 0 1rem 0;

  }
.comment-reply-title .reply{
  font-weight: 400;
  font-size: 1.6rem;
}
.comment-reply-title{
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0;
}
.comment-notes,.comment-notes span{
  color: #BDBDBD;
  font-size: 0.8rem;
}
.comment {
  margin: 1rem 0 2rem;
  min-height: 6rem;
}
.comment p{
  font-size: 0.9rem;
}
.comment .reply{
  text-align: right;
  display: none;
}

.comment-author, .comment-meta{
  width: 100%;
  text-align: center;
}
.comment-author .says{
   display: none;
 }

.comment a{
color: #bdbdbd;
text-decoration: none;
font-weight: 400;
font-size: 0.8rem;
padding-left: 0;
display: none;
}

.comment cite, .comment cite a.url {
    font-weight: 500;
    font-size: 1.2rem;
    display: block;
    font-style: normal;
}
.comment cite a.url{
  display: inline;
  color: #212121;
  font-weight: 500;
}
footer .warning p{
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  border-top: 2px solid;
  padding-top: 1.5rem;

}
.adress-block{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.block {
    margin: 3rem 0 4rem;
}

#map-city, .contacts-block{
    width: 100%;
    height: auto;
text-align: center;
}


.pravoved-phone a {
    font-size: 1.8rem;
    /* font-weight: 100;
    color: #bdbdbd; */
    font-weight: 400;
}

.phone-item{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
.phone-item a span{
  color: #2196F3;
font-weight: 400;
}
.phone-item{
  /* margin: 1rem 0; */
}
.phone-block{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0;
}
.comment-author img {
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
}
.form-submit{
  display: flex !important;
justify-content: center;
}
.contact-item {
    margin-bottom: 1.5rem;
}

.phone-note{
  text-align: center;
  font-size: 0.8rem;
  color: #bdbdbd;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#header .phone-note {
    text-align: right;
}
.pravoved-phone .phone-note {
    text-align: center;
    font-size: 0.8rem;
    color: #212121;
    padding: 0;
margin-bottom: 0;
}

.block-title{
  font-size: 1.4rem;
font-weight: 300;

}
.block-subtitle{
font-size: 0.8rem;
color: #bdbdbd;
margin-bottom: 0.5rem;
}
.contact-item a{
  font-weight: 300;
font-size: 1.2rem;
}

#header .pravoved-phone, #map-city {
display: none;
}

.inline-form__title.desktop-element {
    font-weight: 500;
    text-align: right;
  }
.comment p a{
  color: #2196F3;
  font-size: 0.9rem;
font-weight: 300;
}
.del:not(:checked) + label, .del:checked + label {
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
    color: #f58772;
    cursor: pointer;
    float: none;
    font-size: .8rem;
    position: absolute;
    right: 0;
    z-index: 10;
    margin-top: -1rem;
}
.del {
    display: none;
}
.del:not(:checked) + label + * {
    animation: close_block 2s forwards;
}
.del + label + * {
    overflow: hidden;
    -webkit-animation: close_block 2s forwards;
    -moz-animation: close_block 2s forwards;
    animation: close_block 2s forwards;
}
.pravoved-phone{
  text-align: center;
}
.unofficial{
  font-size: 0.7rem;
  padding: 0.1rem 0.2rem;
  font-weight: 300;
border-radius: 3px;
text-align: center;
margin-bottom: 0.5rem;
display: block !important;
}
.logo-name, .pravoved-phone a, nav a:hover, ul li::marker, ol li::marker{
  color: #481173;
}
.logo-name {
  font-size: 2rem ;
}
.unofficial{
  display: block;
}

.main-heading h1 {
    /* border-bottom: 3px solid #481173 ; */
}
blockquote {
    border-left: 3px solid #481173;
  background-color: #48117324;
}
footer {
    background-color: #481173;
}

.lwptoc_item_label,.lwptoc_item_number {
      color: #481173;
      font-weight: 400;
  }
*:focus{
  outline: 2px solid #48117324;
}
.footer-link {
    background-color: #4811732e;
  }

.comment-form input.submit{
background-color: #481173;
margin: 2rem auto;
}
.mark{
background-color: #481173;
}
.unofficial{
border: 1px solid #481173;
color: #481173;
}

/*faq*/
:after, :before, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 11pt;
  text-align: left;
  font-family: Verdana, Tahoma, sans-serif;
}
#contacts h2{
  margin-bottom: 0;

}
#contacts .subtitle {
    margin-bottom: 3rem;
    text-align: center;
}
.faq-container {
  width: 100%;
  margin: 50px auto;
  display: block;
}
.faq-container .nice-header {
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #D8D8D8;
  position: relative;
}
.faq-container .nice-header .sub {
  color: #676767;
  position: absolute;

  top: -20px;
  right: 0;
  font-family: Georgia, serif;
  font-size: 13pt;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}
.faq-container .nice-header .sub:hover {
  text-decoration: underline;
  color: #000;
}
.faq-container .faq {
  width: 100%;
  position: relative;
}
.faq-container .faq-questions {
  list-style: none;
}
.faq-container .faq-questions, .faq-container .faq-questions > li {
  width: 100%;
  display: block;
  padding: 20px 15px;
}
.faq-container .faq-questions{
  padding: 0;
}
.faq-container .faq-questions > li:nth-child(odd) {
  background-color: #48117314;
}
.faq-container .faq-questions > li:nth-child(even) {
  background-color: #48117321;
}
.faq-container .faq-questions > li h4.faq-question, .faq-container .faq-questions > li .faq-question {
  font-size: 1rem;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
  text-align: left;
}
.faq-container .faq-questions > li p.faq-answer, .faq-container .faq-questions > li .faq-asnwer {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: none;
}
.faq-container .faq-questions > li p.faq-answer:hover, .faq-container .faq-questions > li .faq-asnwer:hover {
  color: #000;
}
h3.faq-question{
  margin: 0;
}
.faq-questions p{
  margin: 0 1rem;
}
#wp-comment-cookies-consent, #wp-comment-consent{
    width: auto;
}
/*faq*/
:after, :before, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 11pt;
  text-align: left;
  font-family: Verdana, Tahoma, sans-serif;
}

.faq-container {
  width: 100%;
  margin: 50px auto;
  display: block;
}
.faq-container .nice-header {
  text-align: center;
  font-size: 4.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #D8D8D8;
  position: relative;
}
.faq-container .nice-header .sub {
  color: #676767;
  position: absolute;

  top: -20px;
  right: 0;
  font-family: Georgia, serif;
  font-size: 13pt;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
}
.faq-container .nice-header .sub:hover {
  text-decoration: underline;
  color: #000;
}
.faq-container .faq {
  width: 100%;
  position: relative;
}
.faq-container .faq-questions {
  list-style: none;
}
.faq-container .faq-questions, .faq-container .faq-questions > li {
  width: 100%;
  display: block;
  padding: 20px 15px;
}
.faq-container .faq-questions{
  padding: 0;
}
.faq-container .faq-questions > li:nth-child(odd) {
  background-color: #48117314;
}
.faq-container .faq-questions > li:nth-child(even) {
  background-color: #48117321;
}
.faq-container .faq-questions > li h4.faq-question, .faq-container .faq-questions > li .faq-question {
  font-size: 1rem;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
  text-align: left;
}
.faq-container .faq-questions > li p.faq-answer, .faq-container .faq-questions > li .faq-asnwer {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: none;
}
.faq-container .faq-questions > li p.faq-answer:hover, .faq-container .faq-questions > li .faq-asnwer:hover {
  color: #000;
}
h4.faq-question{
  margin: 0;
}
.faq-questions p{
  margin: 0 1rem;
}
#header .pravoved-phone {
  z-index: 0;
  width: 100%;
  position: fixed;
  background: #fff;
  display: block;
  padding: 1rem 0;
}
#header .phone-note {
  text-align: center;
}
.logo-city {
  z-index: 1;
background: #fff;
}
.job-list{
  box-shadow: 0 1px 15px hsla(0,0%,85.5%,.76);
  padding: 1rem;
}
.job-item{
  display: flex;
  align-items: center;
}
.item-left>div{
  font-weight: 400;
  font-size: 1.1rem;
}
@media (max-width: 575px) {
.container {
width:100%
}
#top-nav nav{
 display: none;
}
.wp-block-image {
    margin: 1rem 0;
}
.footer-link-item{
  width: 50%;
}
#header .pravoved-phone {
  z-index: 1;
  width: 100%;
  position: fixed;
  background: #fff;
  display: block;
  padding: 1rem 0;
}
#header .phone-note {
  text-align: center;
}
.logo-city {
  z-index: 2;
background: #fff;
}
.logo-name {
  font-size: 1.6rem;
}
}

@media (min-width: 576px) {
.container {
width:540px
}

#header .city {
font-size:1rem
}
#top-nav nav{
 display: none;
}
.comment-form-comment textarea {
    font-size:.9rem;
}
.comment cite{
   font-weight: 500;
   font-size: 1.2rem;
   display: inline;
 }
 .comment p{
   padding-left:9rem;
 }

.comment-author, .comment-meta{
display: inline;
position: relative;
}
.comment-author{
padding-left:9rem;
}
.comment-author img{
position:absolute;
padding:0;
left:0;
}

    .wp-block-image {
        margin: 1rem 0;
    }
    .footer-link-item{
      width: 50%;
    }
    #header .pravoved-phone {
      z-index: 0;
      width: 100%;
      position: fixed;
       background: #fff;
    }

    .logo-city {
      z-index: 1;

    }
    #header .pravoved-phone {
      z-index: 0;
      width: 100%;
      position: fixed;
      background: #fff;
      display: block;
      padding: 1rem 0;
    }
    #header .phone-note {
      text-align: center;
    }
    .logo-city {
      z-index: 1;
    background: #fff;
    }
    .logo-name {
  font-size: 1.6rem;
}
}

@media (min-width: 768px) {
.container {
width:720px
}
#header .menu-btn{
  display: none;
}
#top-nav nav{
 display: block;
}
/*menu*/
.menu{
  margin-left: 0;
  margin-top: 0;
  justify-content: space-between;

}
nav .menu-menu-header-container ul li{
   list-style-type: none;
   padding: 0;
   position: relative;
   white-space: nowrap;
   margin: 0;
   width: 45%;

    }
nav a{
  font-size: 0.9rem;
  font-weight: 500;
  color: #212121;
  padding: 0.3rem;
}

nav ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  flex-wrap: wrap;
  padding-top: 1rem;

}
nav .menu-menu-header-container ul li{
   list-style-type: none;
   padding: 0.1rem 0.3rem 0.2rem;
   position: relative;
   white-space: nowrap;
   width: auto;
   margin-right: 0;

 }
nav .menu-menu-header-container ul li:hover a + ul{
  display: block;
}
 ul.sub-menu li a{
   font-weight: 400;
   font-size: 0.8rem;
 }
 ul.sub-menu{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0;
  display: none;
  position: absolute;
  width: auto;
background-color: #f5f6f8;
box-shadow: 0 1px 15px hsla(0,0%,85.5%,.76);
z-index: 99;
}
/*end menu*/
p,ul {
font-size:1rem
}

#header {
flex-direction:row
}

#header .city {
margin-right:1rem;
font-size:1rem
}

.search {
width:100%;
margin-bottom:0
}

.search input {
padding:.7rem;
font-size:.8rem;
width:100%
}

#footer {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row
}

input.search-button {
width:auto
}

aside {
display:-webkit-flex;
display:-ms-flex;
display:flex;
justify-content:space-between
}

.aside-content {
margin-top:1.2rem
}

.widget-block {
box-shadow:0 1px 15px hsla(0,0%,85.5%,.76);
padding:1.5rem 1rem;
background-color:#f5f6f8;
margin:.5rem;
min-width:30%
}


.comment-form-comment textarea {
    font-size:.9rem;
}
.comment cite{
   font-weight: 500;
   font-size: 1.2rem;
   display: inline;
 }
 .comment p{
   padding-left:9rem;
 }

.comment-author, .comment-meta{
display: inline;
position: relative;
}
.comment-author{
padding-left:9rem;
}
.comment-author img {
    width: 7rem !important;
    height: 7rem !important;
}
.white-layer {

overflow-y: auto;
width: 30rem;
}

#city-list {

margin-top: 4rem;
}

.city-list-header {
position: fixed;
width: 30rem;
}
.wp-block-image {
    margin: 1rem 0;
}
.footer-link-item{
  width:50%;
}
#header .pravoved-phone{
  width: 25rem;
  text-align: right;
  display: block;
  position: relative;
}
.comment-reply-title .reply{
}
.pravoved-phone a {
    font-size: 1.6rem;
}
#map-city {
display: block;
}
#header .phone-note {
  text-align: right;
}
}

@media (min-width: 992px) {
.container {
width:960px
}


p,ul {
font-size:1rem;
line-height:1.5
}

h1 {
margin-bottom:1.2rem
}
.phone-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.left-side h2 {
    text-align: left;
    margin: 1rem 0;
}
.right-side {
    width: 40%;
}
.adress-block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
#map-city, .contacts-block {
    width: 49.5%;
    height: auto;
    text-align: left;
}
article section {
padding:0 1rem
}
#header .menu-btn{
  display: none;
}
.wp-block-image {
    margin: 1rem 0;
}
/*menu*/
.menu{
  margin-left: 0;
  justify-content: space-between;

}
nav a{
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  padding: 0.3rem;
}

nav ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  flex-wrap: wrap;
  padding-top: 1rem;

}
nav .menu-menu-header-container ul li{
   list-style-type: none;
   padding: 0.3rem 1rem;
   position: relative;
   white-space: nowrap;
width: auto;
margin-right: 0;

 }
nav .menu-menu-header-container ul li:hover a + ul{
  display: block;
}
 ul.sub-menu li a{
   font-weight: 400;
   font-size: 0.9rem;
 }
 ul.sub-menu{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0;
  display: none;
  position: absolute;
  width: auto;
background-color: #f5f6f8;
box-shadow: 0 1px 15px hsla(0,0%,85.5%,.76);
z-index: 99;
}
/*end menu*/
.aside-h2 h2 {
font-size:1.2rem
}

.tag-item a {
font-size:.8rem
}

h1 {
font-size:1.5rem
}

.aside-content span,.aside-content {
font-size:.9rem;
line-height:1.7
}
.comment-respond{
  padding:0;
}
.comment-form-comment textarea {
    font-size:.9rem;
}
.comment cite{
   font-weight: 500;
   font-size: 1.2rem;
   display: inline;
 }
 .comment p{
   padding-left:9rem;
 }

.comment-author, .comment-meta{
display: inline;
position: relative;
}
.comment-author{
padding-left:9rem;
}
.comment-author img{
position:absolute;
padding:0;
left:0;
}
.white-layer {

overflow-y: auto;
width: 30rem;
}

#city-list {

margin-top: 4rem;
}

.city-list-header {
position: fixed;
width: 30rem;
}
.footer-link-item{
  width: 33%;
}
.form-submit {
    display: flex !important;
    justify-content: flex-end;
}
.comment-reply-title{
  text-align: center;
}
.content_block img {
    width: auto;
}
}

@media (min-width: 1200px) {
.container {
width:1140px
}
.unofficial{
  margin-bottom: 0rem;
}
body {
margin:0;
padding:0
}

p,ul {
font-size:1.1rem;
line-height:1.4
}
#header .menu-btn{
  display: none;
}
/*menu*/
nav a{
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
  padding: 0.3rem;
}

nav ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  flex-wrap: wrap;
  padding-top: 1rem;

}

nav .menu-menu-header-container ul li{
   list-style-type: none;
   padding: 0.3rem 1rem;
   position: relative;
   white-space: nowrap;
   width: auto;
   margin-right: 0;

 }
nav .menu-menu-header-container ul li:hover a + ul{
  display: block;
}
 ul.sub-menu li a{
   font-weight: 400;
   font-size: 0.9rem;
 }
 ul.sub-menu{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0;
  display: none;
  position: absolute;
  width: auto;
background-color: #f5f6f8;
box-shadow: 0 1px 15px hsla(0,0%,85.5%,.76);
z-index: 99;
}
.menu{
  margin-left: 0;
  justify-content: space-between;
}
/*end menu*/
.logo {
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
-ms-align-items:center;
align-items:center
}


.logo-top {
font-size:1.33rem;
font-weight:500
}

.logo-text {
margin-left:.5rem
}

.logo-bottom {
font-size:.8rem
}

header .search {
width:50%
}

.layer {
position:fixed;
width:100%;
height:100%;
display:flex;
top:0;
left:0;
z-index:999;
justify-content:center;
-ms-align-items:center;
align-items:center;
background-color:#0005
}

.white-layer {
background-color:#fff;
width: auto;
height: 80%;
overflow-y: auto;
width: 30rem;
}

#city-list {
display:flex;
flex-direction:column;
flex-wrap:nowrap;
padding:2rem;
align-content:space-between;
height:85%;
margin-top: 4rem;
overflow-y: scroll;
}

.close, .close-menu {
font-size:1.5rem;
cursor:pointer
}

.open {
cursor:pointer
}

#header .city img {
width:.8rem
}

#header .city {
margin-left:2rem
}

#header .city:hover {
color:#757575
}

.logo-city {
justify-content:flex-start
}

.city-list-header {
display:-webkit-flex;
display:-ms-flex;
display:flex;
justify-content:space-between;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
padding:0 1.5rem;
align-items:center;
position: fixed;
width: 30rem;

}

.city-list-title {
height:4rem;
display:flex;
align-items:center;
font-size:1rem;
justify-content:flex-start;
font-weight:500
}

.city-item {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
margin-bottom:1rem
}

.city-letter {
color:#BDBDBD;
font-size:1.4rem;
font-weight:400
}

.city-links {
padding-left:1rem
}

.link-city a {
color:#0288D1;
text-decoration:none;
font-size:.9rem
}

.link-city a:hover {
color:#03A9F4
}

.search input {
padding:.7rem;
font-size:.8rem;
width:100%;
box-shadow:inset 2px 4px 5px 0 rgba(0,0,0,.1);
border:0
}

footer .search input {
padding:.6rem
}

form {
position:relative
}

input.search-button {
background:transparent;
background-image:url(./images/search.svg);
border:0;
background-position:center;
background-size:contain;
background-repeat:no-repeat;
margin-left:.4rem;
cursor:pointer;
-webkit-box-shadow:none;
box-shadow:none;
position:absolute;
right:.5rem;
width:1rem;
height:2.7rem;
padding:0
}

footer input.search-button {
height:2.3rem
}
.wp-block-image {
    margin: 1rem 0;
}
#main {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
justify-content:space-between
}

article {
width:100%
}

article section {
padding:0;
margin-bottom:3rem
}

h1 {
border-bottom:0;
padding:1rem 0;
margin-bottom:2rem;
font-weight:500;
font-size:2rem;
text-align: center;
}

aside {
width:33%;
margin-top:1.6rem;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
justify-content:flex-start
}

#tags {
display:-webkit-flex;
display:-ms-flex;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:1rem 0;
padding:.5rem
}

.widget-block {
box-shadow:0 1px 15px hsla(0,0%,85.5%,.76);
padding:1.5rem;
background-color:#f5f6f8;
margin-bottom:1.5rem
}

.aside-content span {
font-weight:300;
font-size:1rem
}

.aside-content {
padding:.5rem;
line-height:2
}

.aside-content > div {
white-space:nowrap;
text-align:left
}

.tag-item {
margin:.3rem 0
}
#sidebar-advert{
position: sticky;
top: 0px
}

footer {
padding-top:1rem
}

#footer {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;
justify-content:space-between;
align-items:center
}

footer .logo {
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-ms-align-items:flex-start;
align-items:flex-start
}

footer .logo-name,footer .logo-top,footer .logo-bottom {
color:#fff
}

footer .logo-text {
margin:0
}

footer .info {
display:-webkit-flex;
display:-ms-flex;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
text-align:right
}

footer .info a {
color:#fff;
font-size:.8rem;
font-weight:300;
line-height:1.4
}

#copyright {
padding:1rem 0
}

footer .search {
text-align:center
}

footer .search-title {
color:#fff;
margin-bottom:.5rem;
font-weight:500;
font-size:.9rem
}

.socials {
text-align:center
}

.socials-title {
font-weight:500;
margin-bottom:.5rem;
font-size:1.2rem
}

.ya-share2__container_size_m .ya-share2__icon {
height:30px!important;
width:55px!important;
background-size:55px 30px!important
}
.comment-form-comment textarea {
  font-size: 1rem;
}
.comment cite{
   font-weight: 500;
   font-size: 1.2rem;
   display: inline;
   font-style: normal;
 }
 .comment p{
   padding-left:6rem;
 }
.comment-author, .comment-meta{
display: inline;
position: relative;
}
.comment-author{
padding-left:6rem;
}
.comment-author img{
position:absolute;
padding:0;
left:0;
}
.footer-link-item{
  width: 33%;
}
.phone-block{
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.left-side{
  width: auto;
  border-left: 1px solid #ced4da;
  padding-right: 1rem;
  margin-bottom: 1rem;

}
.left-side h2{
  text-align: left;
  margin: 1rem 0;
}
.right-side{
  width: 40%;

}

.feedback-block{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
  justify-content: space-between;
}
.commentlist, .feedback{
  width: 100%;
}
#wp-comment-cookies-consent {
    width: auto;
}
.comment-form input {
    width: 100%;
}
.pravoved-phone a {
    font-size: 1.6rem;
}
.comment-author img {
    width: 5rem !important;
    height: 5rem !important;
}
}
