@import url(https://fonts.googleapis.com/css?family=Arimo&display=swap);
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

body {
    font: 14px "PT Sans", Arial, sans-serif;
    background: #2f2e2c;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #2f2e2c), color-stop(100%, rgba(254, 254, 254, .36)));
    background: -webkit-gradient(linear, left top, left bottom, from(#2f2e2c), to(rgba(254, 254, 254, .36)));
    background: linear-gradient(to bottom, #2f2e2c 0, rgba(254, 254, 254, .36) 100%);
    color: #212121
}

::-moz-selection {
    background: #fab028;
    color: #211c16
}

::selection {
    background: #fab028;
    color: #211c16
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Oswald, sans-serif;
    font-weight: 400
}

h1 {
    font-size: 28px;
    line-height: 30.8px;
    margin-top: 20px;
    margin-bottom: 10px
}

h1.single {
    font-family: "Alegreya Sans", sans-serif;
    color: #212121;
    font-size: 35px;
    line-height: 37.8px;
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: uppercase
}

h2 {
    margin-bottom: .7rem;
    margin-top: 1rem;
    font-size: 21px;
    line-height: 23.8px
}

h3 {
    font-size: 16.8px;
    margin-bottom: 10px
}

a,
div,
p,
span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

div::after,
div::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin-top: 1rem
}

article {
    width: 100%
}

strong {
    font-weight: 600
}

a {
    color: #9e2093;
    text-decoration: none
}

.small {
    font-size: 10px;
    padding-top: 20px
}

a:hover {
    text-decoration: underline
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.container-fluid {
    max-height: 100vh;
    overflow: hidden;
    width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-left: 0;
    margin-right: 0
}

.clouds {
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    background-image: url(img/clouds.png);
    position: absolute;
    bottom: 0;
    top: 0;
    width: 250em;
    height: 43em;
    z-index: 1
}

@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.koroleva {
    background-color: #2f2e2c;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50vh;
    position: relative
}

.coruna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 2
}

.coruna h1 {
    font-family: "Alegreya Sans", sans-serif;
    color: #fab028;
    font-size: 35px;
    line-height: 37.8px;
    letter-spacing: .9px;
    padding-left: 30px;
    text-transform: uppercase
}

.coruna .h2,
.coruna h1.archive_title,
.coruna h2 {
    font-family: "Alegreya Sans", sans-serif;
    color: #fab028;
    font-size: 30.8px;
    line-height: 33.6px;
    padding-left: 30px;
    text-transform: uppercase
}

.content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px);
    padding-left: 0;
    padding-bottom: 40px
}

.sidebar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px
}

.sidebar ul li {
    background: url(img/bg_city.png) no-repeat;
    background-size: contain;
    color: #212121;
    font-size: 18.2px;
    line-height: 21px;
    margin-bottom: 17px;
    padding: 33px 10px 30px 60px
}

.sidebar ul li a {
    color: #212121
}

.sidebar ul li:hover {
    margin-left: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.navbar {
    background: url(img/menu_bg.jpg) repeat-x #c9a732;
    padding: 8px
}

.navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navbar ul li {
    font-family: Arimo, sans-serif;
    font-size: 19.6px;
    padding: 10px
}

.navbar ul li a {
    color: #212121;
    padding: 10px 15px
}

.navbar_hamburger {
    display: none;
    position: absolute;
    top: 4px;
    border: 1px solid #fafafa;
    border-radius: 5px;
    width: 50px
}

.navbar_hamburger a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6px
}

.navbar_hamburger a span {
    background: #fafafa;
    height: 2px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.mobile {
    display: none;
    height: 0;
    width: 0;
    display: block;
    color: #212121;
    background: #fafafa;
    height: 100%;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    line-height: 19.6px;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    position: fixed;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
    width: 0;
    z-index: 999999
}

.mobile_header a {
    font-size: 3em;
    color: #212121;
    position: absolute;
    top: 38px;
    right: 38px;
    width: 21px;
    height: 21px
}

.mobile_menu {
    margin-top: 40px;
    position: relative
}

.mobile_menu ul li {
    background: 0 0;
    font-size: 21px;
    line-height: 23.8px;
    margin-left: 20px;
    margin-bottom: 10px
}

.mobile_menu ul li a {
    color: #212121
}

.anketas {
    background-color: #211c16;
    border: #8e773c 4px solid;
    border-radius: 34px;
    margin-top: 20px;
    padding: 10px
}

.anketas .row {
    margin-left: 0;
    margin-right: 0
}

.anketa {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px
}

.anketa_text {
    color: #fab028;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-left: 15px
}

.anketa_text h2 {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #fab028;
    line-height: 23.8px
}

.anketa_text a.more {
    display: block;
    background: url(img/more_btn.png) no-repeat;
    color: #211c16;
    font-size: 18.2px;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    width: 162px
}

.anketa_img {
    width: 300px !important;
}

.anketa_img img {
    border: #8e773c 4px solid;
    border-radius: 34px;
    height: auto;
    width: 100% !important;
}

.footer {
    background: #212121;
    color: #fafafa;
    padding: 20px
}

@media screen and (max-width:1200px) {
    .content {
        width: calc(66.66667% - 30px)
    }
    .sidebar ul li {
        padding-top: 33px
    }
    .sidebar ul li {
        padding-left: 55px
    }
    .sidebar ul li {
        margin-bottom: 22px
    }
}

@media screen and (max-width:992px) {
    .coruna {
        padding-left: 20px
    }
    .content {
        width: calc(66.66667% - 30px)
    }
    .content {
        padding-left: 10px
    }
    .sidebar {
        width: calc(33.33333% - 30px)
    }
    .sidebar {
        padding-left: 20px
    }
    .sidebar ul li {
        font-size: 16.8px
    }
    .sidebar ul li {
        font-size: 19.6px
    }
    .sidebar ul li {
        padding-top: 26px
    }
    .sidebar ul li {
        padding-left: 50px
    }
    .sidebar ul li {
        margin-bottom: 15px
    }
    .navbar {
        padding-left: 20px
    }
}

@media screen and (max-width:768px) {
    h1.single {
        font-size: 30.8px
    }
    h1.single {
        font-size: 33.6px
    }
    .koroleva {
        background-size: cover
    }
    .coruna img {
        width: 200px
    }
    .coruna h1 {
        font-size: 30.8px
    }
    .coruna h1 {
        font-size: 33.6px
    }
    .coruna .h2,
    .coruna h1.archive_title,
    .coruna h2 {
        font-size: 21px
    }
    .coruna .h2,
    .coruna h1.archive_title,
    .coruna h2 {
        line-height: 23.8px
    }
    .content {
        width: calc(100% - 30px)
    }
    .sidebar {
        display: none
    }
    .navbar_hamburger {
        display: block
    }
    .mobile {
        display: block
    }
    .anketa {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:576px) {
    h1.single {
        padding-left: 0
    }
    h2 {
        font-size: 18.2px
    }
    h2 {
        line-height: 21px
    }
    h3 {
        font-size: 19.6px
    }
    h3 {
        line-height: 22.4px
    }
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .coruna {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .coruna h1 {
        padding-left: 0
    }
    .coruna .h2,
    .coruna h1.archive_title,
    .coruna h2 {
        padding-left: 0
    }
    .navbar ul li {
        font-size: 15.4px
    }
    .navbar ul li {
        padding: 6px
    }
    .navbar_hamburger {
        width: 30px
    }
    .navbar_hamburger {
        height: 30px
    }
    .navbar_hamburger a {
        padding-top: 5px
    }
    .navbar_hamburger a span {
        margin-bottom: 5px
    }
    .anketa_img img {
        min-width: 200px
    }
    .anketa_img img {
        max-width: 200px
    }
}