/*
Theme Name:     Azbuka
Template:       azbukabase
*/

@media(max-width: 700px){
	.page-template-front-page .hidemob{
		display:none !important;
	}

    div.container.colonna > a.logo {
        overflow: hidden !important;
    }

}
#menu-item-6961 .sub-menu,
#menu-item-7520 .sub-menu,
#menu-item-6960 .sub-menu {
    width: 66vw;
}

#menu-item-6961 .sub-menu li,
#menu-item-6960 .sub-menu li,
#menu-item-7520 .sub-menu li {
    width: 33.3%;
}

#menu-kyiv-ua>li>ul {
    width: 66vw;
}

#menu-kyiv-ua>li>ul>li {
    width: 33.3%;
}

#rmp-container-25541 {
    background-color: #3f3f3f;
}

#rmp-menu-title-25541 {
    display: none;
}

#rmp-menu-additional-content-25541 {
    display: none;
}

#rmp-search-box-25541 {
    display: none;
}

#rmp-menu-25541 > li {
    /* height: 30px; */
    border-bottom: 1px solid #212121;
}

#rmp-menu-25541>li>a {
    /* line-height: 31px !important;
    font-size: 13px !important; */
}


#rmp-menu-25541>li>a>div.rmp-menu-subarrow {
    background-color: #212121;
}

#rmp_menu_trigger-25541 {
    height: 30px !important;
    width: 35px !important;
    background: #102a80 !important;
}

/* ru */

#rmp-container-25649 {
    background-color: #3f3f3f;
}

#rmp-menu-title-25649 {
    display: none;
}

#rmp-menu-additional-content-25649 {
    display: none;
}

#rmp-search-box-25649 {
    display: none;
}

#rmp-menu-25649>li {
    /* height: 30px; */
    border-bottom: 1px solid #212121;
}

#rmp-menu-25649>li>a {
    /* line-height: 31px !important;
    font-size: 13px !important; */
}


#rmp-menu-25649>li>a>div.rmp-menu-subarrow {
    background-color: #212121;
}

#rmp_menu_trigger-25649 {
    height: 30px !important;
    width: 35px !important;
    background: #102a80 !important;
}

@media screen and (max-width: 1400px) {
    .blog-container {
        width: unset !important;
        min-width: unset !important;
        padding: 20px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .main-content p img {
        width: auto !important;
    }

    .logo,
    .rating-holder {
        float: unset !important;
        margin: auto !important;
    }
}


* {
    box-sizing: border-box;
}

.languages a:nth-child(odd) {
    font-family: 'Roboto', sans-serif !important;
}

.order-p {
    display: none;
}

.order2:hover .order-p {
    display: block;
}

.order2:hover {
    color: #fff;
    background-color: #15b76c;
    background-image: none;
}

.d-none {
    display: none !important;
}

#order2-click {
    display: block;
    height: 200px;
    width: 200px;
    background: #000;
}

.main-wrap {
    margin-top: 20px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
    background-color: #f1f1f1;
    padding: 10px 10px;
}

.top-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #e8e8e8;
    border-radius: 4px;
    background-color: #3153c3;
    color: #fff;
}

.number-wrap {
    padding: 1px 5px;
    width: 10%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.name-wrap {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2em;
    padding: 0 10px;
}

.second-wrap {
    width: 90%;
}

.price-wrap {
    display: flex;
    align-items: center;
    background-color: #45c0fc7a;
    padding: 0px 10px;
    border: 1px solid #000;
}

.links-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.info-wrap {
    display: flex;
    align-items: center;
    background-color: #fffd387a;
    padding: 0px 10px;
    border: 1px solid #000;
}

.order2 {
    display: block;
    text-align: center;
    width: 45%;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid #0d7947;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    background: #15b76c;
    margin: 5px auto 0;
    transition: .1s all ease;
    text-decoration: none;
}

.order2:hover {
    color: #fff;
}

.main-wrap .order1 {
    width: 45%;
    padding: 5px;
    line-height: unset;
    border: 1px solid #003afb;
    font-weight: 400;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-wrap .order1:hover {
    color: #fff;
    padding: 5px;
    border-top: 1px solid #003afb;
    border-bottom: 1px solid #003afb;
    cursor: pointer;
}

.main-wrap .sp-wrap.sp-wrap-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    width: 100%;
}

.main-wrap .sp-wrap-default .spdiv {
    display: none;
}

.main-wrap .sp-wrap-default .sp-head {
    background: url(https://azbuka-bp.com.ua/wp-content/uploads/2020/05/plus1.png) no-repeat left center;
    font-weight: 400;
    margin-left: 0px;
    text-align: center;
}

.main-wrap .sp-wrap-default .sp-head.unfolded {
    background: url(https://azbuka-bp.com.ua/wp-content/uploads/2020/05/minus.png) no-repeat left center;
}

.table {
    padding: 10px;
    background-color: #fff;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.table .row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.column1 {
    width: 50%;
    border: 1px solid grey;
    padding: 5px 10px;
    align-items: center;
    display: flex;
}

.column2 {
    width: 50%;
    border: 1px solid grey;
    padding: 5px 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.column3 {
    width: 100%;
    font-weight: bold;
}

.main-wrap .sp-wrap-default .sp-body {
    background: #fff;
    border-top: none;
}

.main-wrap .sp-body {
    padding: 0;
}

.main-wrap .price-wrap p {
    display: none;
}

.main-content p:last-of-type {
    margin-bottom: 10px;
    padding: 5px;
}

.table-descr {
    margin-top: 5px;
}

/* .page-id-93 #menu-item-6960 {
	display:none!important;
} */
.top-contact-three li div a {
    width: auto;
}

.page-id-93 .call-widget,
.page-id-93 .call-widget-first-wave,
.page-id-93 .call-widget-second-wave {
    display: none !important;
}

.page-id-706 .call-widget,
.page-id-706 .call-widget-first-wave,
.page-id-706 .call-widget-second-wave {
    display: none !important;
}

.page-id-708 .call-widget,
.page-id-708 .call-widget-first-wave,
.page-id-708 .call-widget-second-wave {
    display: none !important;
}

.page-id-93 jdiv {
    display: none !important;
}

.page-id-706 jdiv {
    display: none !important;
}

.page-id-708 jdiv {
    display: none !important;
}

.location-holder img {
    vertical-align: top;
    width: 20px;
    margin-right: 5px;
}

/* .top-contact-one a {
    width: 30px;
    padding: 0!important;
    margin-right: 5px;
} */
.top-contact-one li:nth-child(1) a img {
    width: 30px;
}

.location-holder ul li:nth-child(1) a {
    width: 30px;
    padding: 0 !important;
    margin-right: 5px;
}

.location-holder ul li:nth-child(1) a img {
    width: 30px;
}

.top-contact-one li:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.location-holder ul li:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.top-contact-three li:nth-child(1) {
    display: flex;
    justify-content: center;
}

.top-contact-three li:nth-child(1) a {
    width: 30px;
}

a.three-map {
    width: 30px !important;
    padding: 0 !important;
    margin-right: 5px;
}

a.three-map img {
    width: 30px !important;
}

td.column-1 .table-null {
    text-align: left;
}

td.column-2,
td.column-3 {
    vertical-align: middle !important;
}

.main-content p {
    text-indent: 0 !important;
}

.n2-section-smartslider {
    margin-bottom: 20px;
}

.services-holder,
.map,
.gallery-holder,
.how-work-azbuka {
    background-image: url(https://azbuka-bp.com.ua/wp-content/uploads/2020/03/3269741.jpg) !important;
    background-attachment: inherit !important;
    background-color: #009abc;
}

.services-holder,
.map {
    background-size: auto !important;
}


.how-work-azbuka {
    background-size: auto !important;
}

.header-top-wrapper {
    flex-direction: column !important;
    align-items: center !important;
}

#responsive-menu-container {
    width: 100% !important;
}

#tablepress-27 td,
#tablepress-28 td,
#tablepress-29 td {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #11bcf4;
}

a:hover {
    color: #3153C3;
}

a:focus {
    outline: none;
}



body {
    color: #323131;
}

body.custom-font-enabled {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 100%;
}

body .site {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

header.site-header {
    padding: 0;
    width: 100%;
    flex: 0 0 auto;
}

#main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
    padding: 3% 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    color:#102a80;;
    line-height: 1.3;
}

h1 {
    font-size: 1.75em;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.45em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.15em;
}

h6 {
    font-size: 1em;
}

.clearfix {
    clear: both;
}

.mobile-only {
    display: none !important;
}

#scrollup {
    position: fixed;
    opacity: 1;
    left: 4%;
    bottom: 10%;
    display: none;
    cursor: pointer;
    background: url(../azbuka/images/up.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    display: block;
}

.site {
    max-width: 100%;
    overflow: visible;
}

.container {
    width: 65%;
    min-width: 1196px;
    margin: 0 auto;
}

.site-content {
    margin-top: 0;
    width: 100%;
}

section {
    padding: 3% 0;
    background-color: #fff;
    border-bottom: 1px solid #3153c3;
}

hgroup {
    background-color: #F7F7F7;
    padding: 20px 0;
}

.logo {
    width: 20%;
    float: left;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 90%;
    object-fit: contain;
    height: 100%;
}

.location {
    width: 60%;
    float: left;
    display: flex;
    justify-content: space-around;
}

.location-buro {
    width: 57%;
    float: left;
}

.location-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-holder ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 126px;
}

.location-holder ul,
.location-holder ul.top-contact-two,
.location-holder ul.top-contact-three {
    width: 33%;
    font-size: .9em;
    padding: 7px;
    background-color: #fff;
    min-height: 140px;
    border: 1px solid #6380E1;
    margin-bottom: 5px;
}

.location-wrap-a a {
    width: 100% !important;
}

.location-holder ul.top-contact-two {
    width: 48%;
}

.top-contact-two li {
    font-size: 1em;
}

.location-buro-xs {
    display: none;
}

.location-holder ul {
    width: 100%;
    font-size: 1.2em;
}

.location-holder ul li {
    color: #102A80;
    margin-bottom: 5px;
}

.location-holder li a {
    color: #102A80;
    padding: 0 10px;
}

.top-contact-two li a,
.top-contact-three li a {
    display: block;
    width: 100%;
    padding: 5px 0;
}

.location-holder li span {
    padding: 0 10px;
}

.top-contact-three li span {
    padding: 0;
}

.location-holder ul li:first-of-type {
    color: #c4002a;
    font-weight: bold;
    line-height: 1.3;
    align-items: center;
}

.buro-sity {
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 34px;
    background-color: #6380E1;
    font-weight: bold;
    margin-bottom: 10px;
}

.location ul {
    width: 40%;
}

.location ul+ul {
    margin-right: 0;
}

.sity-buro {
    list-style: none;
    background: url(images/marker.png) left center no-repeat #fff;
    padding: 1px 0 1px 6%;
    box-sizing: border-box;
    margin-bottom: 2px;
    line-height: 1.4;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

.sity-buro:last-of-type {
    margin-bottom: 0;
}

.sity-buro:hover {
    box-shadow: inset 0 0 1px 1px #A6B7F0;
}

.sity-buro span {
    font-weight: normal;
    display: block;
    font-weight: bold;
}

.sity-buro span+span {
    color: #323131;
    font-weight: normal;
    text-decoration: none;
}

.sity-buro a {
    display: block;
    color: #3153C3;
    font-size: 14px;
}

.sity-buro:hover a,
.sity-buro:hover span {
    color: #102A80;
}

.rating-holder {
    width: 20%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
    flex-wrap: wrap;
    flex-direction: column;
}

.rating-holder div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating,
.feedback {
    padding: 2px 0 0px 15px;
    font-size: 13px;
    background-color: #6380E1;
    color: #fff;
    text-shadow: 0 -1px 1px #102A80;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 42%;
    height: 70px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
}

.rating:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 70px solid #6380E1;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.feedback {
    padding: 2px 15px 0px 0;
    background-color: #FFD800;
    margin-left: 21px;
    text-shadow: 0 -1px 1px #919191;
    text-align: right;
}

.rating {
    text-align: left;
}

.feedback:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 70px solid #FFD800;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}

.rating:hover {
    background: #102A80;
    color: #fff;
}

.rating:hover:after {
    border-top-color: #102A80;
}

.feedback:hover {
    background: #d3b710;
    color: #fff;
}

.feedback:hover:before {
    border-bottom-color: #d3b710;
}

.rating-holder p {
    padding: 0 0 0 13%;
    background: url(images/phone.png) no-repeat left center;
    animation: pulsate 3s linear infinite;
    display: none;
}

.rating-holder p a {
    font-size: 2em;
    color: #102A80;
    line-height: 1.2em;
}

@keyframes pulsate {
    25% {
        text-shadow: 0 0 5px #6380e1;
    }

    50% {
        text-shadow: 0 0 5px #102A80;
    }

    75% {
        text-shadow: 0 0 5px #6380e1;
    }
}

.vacancy-invite a {
    display: inline-block;
    padding: 7px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    color: #3b4443;
    background: #ffff00;
    font-size: 16px;
    box-shadow: 2px 2px 5px rgba(59, 68, 67, 0.5);
    line-height: 1.2;
}

.vacancy-invite a span {
    display: block;
    line-height: 1.5;
    padding: 0 15px;
    max-width: 50%;
    margin: 0 auto;
    text-transform: lowercase;
    color: #fff;
    background: #3b4443;
    margin-top: 5px;
    border: 1px solid #3b4443;
}

.vacancy-invite a:hover {
    box-shadow: 0px 0px 5px rgba(59, 68, 67, 0.5);
}

.vacancy-invite a:hover span {
    background: #fff;
    color: #3b4443;
}

.lang-adaptiv {
    display: none;
}

#menu-menu-all-lang .menu-contacts-xs,
#menu-main-menu .menu-contacts-xs {
    display: none;
}

.wpcf7-form label,
.wpcf7-form p {
    color: #102A7F;
    font-size: 1.2em;
    text-align: justify;
}

.wpcf7-list-item-label {
    font-size: 0.9em;
}

.wpcf7-form em.small {
    font-size: 0.75em;
}

.wpcf7-form input[type="submit"] {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    background-color: #3153c3;
    background-image: none;
    border: 1px solid #3153C3;
    border-radius: 28px;
    width: 85%;
    padding: 16px 24px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #3153c3;
}

.wpcf7-form-control-wrap select {
    width: 40%;
}

#ppsPopupShell_100_271639 .ppsInnerTblContent {
    padding: 10px 20px;
}

.ppsInnerTblContent .wpcf7-text,
.ppsInnerTblContent .wpcf7-textarea {
    width: 96%;
}

.ppsInnerTblContent .wpcf7-textarea {
    resize: vertical;
}

.main-navigation {
    margin-top: 0;
    background-color: rgba(13, 23, 21, 0.8);
    border-bottom: 1px solid #3153c3;
}

.stickytop {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
    border: none;
}

.main-navigation li {
    margin: 0;
}

.main-navigation li a {
    color: #fff;
    font-size: 15px;
    padding: 0 1vw;
}

.main-navigation li.lang-item a {
    padding: 0 10px;
}

.main-navigation li.lang-item a img {
    width: 20px;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_ancestor>a {
    font-weight: normal;
}

.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_ancestor>a {
    color: #fff;
    background-color: #6380E1;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li:focus>ul,
.main-navigation .focus>ul {
    width: 486px;
    z-index: 999;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-item.li-services .sub-menu li {
    border-bottom: 1px solid #ebebeb;
    width: 49.75%;
}

.menu-item .sub-menu li {
    border-bottom: 1px solid #ebebeb;
    width: 24.75%;
}

.menu-item .sub-menu li a {
    font-size: 11px;
    color: #fff;
    padding: 5px 0px 5px 10px;
    border-bottom: none;
    background-color: rgba(13, 23, 21, 0.95);
    width: auto;
    line-height: 20px;
}

.menu-item .sub-menu li:hover a {
    color: #fff;
    background-color: #6380E1;
}

.entry-header {
    margin-bottom: 0;
}

.menu-contacts-md span+span {
    display: none;
}

.gallery {
    width: 600px;
    max-width: 45%;
    margin-right: 10%;
    float: left;
    position: relative;
    overflow: hidden;
    background: url(../azbuka/images/bg_left_1.jpg) no-repeat;
    background-size: cover;
}

.gallery+.gallery {
    margin-right: 0;
    background: transparent;
}

.gallery-holder {
    background-image: url(images/bg7.jpg);
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
}

.gallery-holder .container {
    display: flex;
}

.slide-notarial,
.slide-tech,
.slide-ustn,
.slide-apostil {
    padding: 8% 10%;
    text-align: left;
    display: block;
    height: 300px;
    min-height: 100%;
    position: relative;
    background: url(../azbuka/images/slide_3.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.slide-notarial {
    background: url(../azbuka/images/azbuka_notariat.jpg) no-repeat;
}

.slide-tech {
    background: url(../azbuka/images/azbuka_teh_perevod.jpg) no-repeat;
}

.slide-ustn {
    background: url(../azbuka/images/azbuka_ustniy_perevod.jpg) no-repeat;
}

.slide-apostil {
    background: url(../azbuka/images/azbuka_apostil_legalizaciya.jpg) no-repeat;
}

.slide-two {
    background: url(../azbuka/images/bg_left_1.jpg) no-repeat;
    background-size: cover;
    width: 45%;
    max-width: 538px;
    margin-right: 10%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.slide-two a {
    font-size: 1.3vw;
    color: #c4002a;
    font-weight: bold;
    text-transform: uppercase;
}

.slide-notarial,
.slide-tech,
.slide-ustn,
.slide-apostil {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.2;
    color: #c4002a;
    text-align: center;
    display: flex;
    align-items: center;
    text-shadow: 0px 0px 5px #fff;
    height: 100%;
    background-size: cover;
    justify-content: center;
}

.slide-notarial:hover,
.slide-tech:hover,
.slide-ustn:hover,
.slide-apostil:hover {
    color: #c4002a;
    text-decoration: underline;
}

.slide-two .servises-bp:hover a {
    text-decoration: underline;
}

.cycloneslider-template-dark {
    margin-bottom: 0 !important;
}

.cycloneslider-template-dark .cycloneslider-pager {
    position: absolute;
    height: 12px;
    bottom: 10px;
    right: 15px !important;
    z-index: 200 !important;
    width: auto !important;
    text-align: right !important;
    top: 90%;
}

.cycloneslider-template-dark .cycloneslider-pager span {
    background: #6380E1 !important;
}

.cycloneslider-template-dark .cycloneslider-slide-custom {
    height: 100%;
}

.slide-two .cycloneslider-template-dark .cycloneslider-slide img {
    width: 100%;
    max-height: 300px;
}

.cycloneslider-template-dark .cycloneslider-caption-description {
    background: transparent !important;
}

.cycloneslider-template-dark .cycloneslider-caption-title a {
    color: #c4002a;
    font-size: 1.8em;
    text-transform: uppercase;
}

.cycloneslider-template-dark .cycloneslider-caption-title a:hover {
    text-decoration: underline;
}

.gallery:first-of-type .cycloneslider-template-dark .cycloneslider-slide img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.gallery+.gallery .cycloneslider-template-dark .cycloneslider-caption {
    max-width: 100%;
    height: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.gallery+.gallery .cycloneslider-template-dark .cycloneslider-caption-title {
    background: transparent;
    padding: 0;
    opacity: 1;
    margin-bottom: 0;
    min-width: 100%;
}

.gallery .slide-holder {
    width: 100%;
    height: 100%;
    padding: 7% 5%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-holder h3 {
    text-align: left;
    font-size: 1.35em;
}

.slide-holder ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-holder li {
    list-style-type: disc;
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 2.5%;
}

.slide-holder li span {
    color: #c4002a;
}

.slide-holder p {
    color: #c4002a;
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: bold;
}

.slide-holder p+p {
    font-size: 1.1em;
    margin-bottom: 4.5%;
}

.services-holder,
.map {
    background-image: url(images/bg7.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}


section h2, section h3 {

    color: #102a80;
    text-transform: uppercase;
}


.services-holder p {
    text-align: center;
    margin-bottom: 3%;
    line-height: 2em;
    color: #fff;
}

.text-block {
    background: #fff;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    padding: 2%;
}

.text-block:nth-of-type(4) {
    margin-right: 0;
}

.text-block img {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.text-block>h2 {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 0.825vw;
     color: #102a80;
}

.services-block {
    padding-left: 15px;
    min-height: 150px;
}

.services-block li {
    list-style-type: disc;
    line-height: 1.5em;
    color: #3153C3;
    cursor: pointer;
}

.services-block li:hover {
    text-decoration: underline;
}

.services-block a {
    color: #3153C3;
}

.some-price-holder li {
    text-align: center;
    width: 18%;
    list-style: none;
}

.some-price-holder ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0;
}

.some-price-holder figure img {
    object-fit: contain;
    width: 50%;
    margin-bottom: 20px;
}

.some-price-holder figcaption {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #c4002a;
    min-height: 32px;
    overflow: hidden;
    line-height: 1.2;
}

.some-price-holder figure span {
    background-color: #3153C3;
    line-height: 2em;
    color: #fff;
    padding: 0 20px;
    font-size: 1.5em;
    display: inline-block;
}

.main-content {
    width: 70%;
    float: left;
    padding-right: 1.5%;
}

.about-us p:first-of-type {
    display: none;
}

.price-content .container,
.home-content .container,
.information-content .container {
    display: flex;
    height: 100%;
}

.main-content {
    flex: 1 0 auto;
}

.sidebar {
    width: 30%;
    float: right;
    padding: 0 1.5%;
    border: 15px solid #eceaee;
    border-radius: 5px;
    padding-top: 0;
}

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

.main-content p {
    margin-bottom: 2%;
    text-align: justify;
    text-indent: 2%;
    line-height: 1.5em;
}

.about-us p:last-of-type {
    margin-bottom: 0;
}

.main-content p>span {
    font-weight: 600;
    color: #3153C3;
}

.about-us details {
    display: none;
}

.widget-area {
    margin: 0;
    border-top: none;
    padding-top: 24px;
}

.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets,
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page .widget-area .widget:nth-child(odd),
.template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets,
.widget-area {
    width: 100%;
}

.widget-area .widget {
    margin-bottom: 24px;
}

.widget-area .widget h3 {
    text-align: left;
    font-size: 14px;
    color: #3153C3;
    margin-bottom: 1.5rem;
    line-height: 1;
}

.widget-area .widget:nth-child(odd),
.widget-area .widget:nth-child(even) {
    clear: right;
    border-bottom: 1px solid #eceaee;
    padding-bottom: 1.5rem;
}

.textwidget .online-translate {
    height: 165px;
    background: url(images/translate.png) no-repeat;
    background-position-y: bottom;
    background-size: 100%;
}

.textwidget .online-translate a {
    display: block;
    text-align: justify;
    height: 100%;
    font-size: 14px;
}

.widget-area .widget li,
.template-front-page .widget-area .widget li {
    margin: 8px 0 0;
    font-size: 1em;
    line-height: 1.714285714;
    list-style-type: square;
    list-style-position: inside;
}

.widget-area .widget a:visited {
    color: #323131;
}

.widget-area .widget a:hover {
    color: #11bcf4;
}

#vk_groups {
    margin: 0 auto;
}

#vk_widget,
#vk_groups {
    width: 100%;
}

.msacwl-carousel-slide img.attachment-large {
    object-fit: contain;
    object-position: center;
}

.msacwl-carousel-slide a {
    height: 120px;
}

.msacwl-gallery-slider {
    visibility: visible !important;
    opacity: 1 !important;
}

.msacwl-gallery-carousel button.slick-prev,
.msacwl-gallery-carousel button.slick-prev:hover,
.msacwl-gallery-carousel button.slick-prev:focus,
.msacwl-gallery-slider button.slick-prev,
.msacwl-gallery-slider button.slick-prev:hover,
.msacwl-gallery-slider button.slick-prev:focus {
    background: url('../azbuka/images/arrow-left.png') center center no-repeat !important;
    left: -20px;
    background-size: 15px 26px !important;
}

.msacwl-gallery-carousel button.slick-next,
.msacwl-gallery-carousel button.slick-next:hover,
.msacwl-gallery-carousel button.slick-next:focus,
.msacwl-gallery-slider button.slick-next,
.msacwl-gallery-slider button.slick-next:hover,
.msacwl-gallery-slider button.slick-next:focus {
    right: -20px;
    background: url('../azbuka/images/arrow-right.png') center center no-repeat !important;
    background-size: 15px 26px !important;
}

.recomendation-list .msacwl-gallery-slider button.slick-prev,
.recomendation-list .msacwl-gallery-slider button.slick-prev:hover,
.recomendation-list .msacwl-gallery-slider button.slick-prev:focus {
    left: 0;
}

.recomendation-list .msacwl-gallery-slider button.slick-next,
.recomendation-list .msacwl-gallery-slider button.slick-next:hover,
.recomendation-list .msacwl-gallery-slider button.slick-next:focus {
    right: 0;
}

.map {
    background-image: url(images/bg4.jpg);
}

.map-azbuka {
    text-align: center;
    height: 600px;
}

.other {
    background-color: #fff;
}

.clients {
    margin-bottom: 7%;
}

.clients h3 {
    margin-bottom: 3%;
}

.languages {
    text-align: center;
}

.languages h4 {
    color: #3153C3;
    text-decoration: underline;
    margin-bottom: 3%;
}

.languages a {
    line-height: 2em;
    display: inline-block;
    margin: 0 15px;
    font-family: fantasy;
    color: #c4002a;
}

.languages a:hover {
    text-decoration: underline;
}

.languages a:nth-child(odd) {
    font-size: 1.3em;
    font-weight: normal;
    font-family: cursive;
    color: #0B8E0B;
}

.languages a:nth-child(3n+2) {
    font-size: 1.8em;
    font-weight: normal;
    font-family: sans-serif;
    color: #11bcf4;
}

.languages a:nth-child(5n-2) {
    font-size: 1.6em;
    font-weight: normal;
    font-style: italic;
    font-family: sans-serif;
    color: #F75507;
}

.why-chose-azbuka {
    text-align: center;
}

.why-chose-azbuka ul {
    display: block;
}

.why-chose-azbuka ul li {
    width: 12%;
    margin: 0 0.5% 5px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 13px;
}

.why-chose-azbuka ul li:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    background: url(images/result-1.png) no-repeat;
    filter: hue-rotate(0deg);
}

.why-chose-azbuka ul li:first-child:before {
    background-position: 0px 0px;
}

.why-chose-azbuka ul li:nth-child(2):before {
    background-position: 0px -90px;
}

.why-chose-azbuka ul li:nth-child(3):before {
    background-position: 0px -180px;
}

.why-chose-azbuka ul li:nth-child(4):before {
    background-position: 0px -270px;
}

.why-chose-azbuka ul li:nth-child(5):before {
    background-position: 0px -360px;
}

.why-chose-azbuka ul li:nth-child(6):before {
    background-position: 0px -450px;
}

.why-chose-azbuka ul li:nth-child(7):before {
    background-position: 0px -540px;
}

.why-chose-azbuka ul li:hover:before {
    filter: hue-rotate(106deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 1s;
}

.how-work-azbuka {
    background-image: url(images/bg7.jpg);
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
}

.site-content .how-work-azbuka h2 {
    margin-bottom: 40px;
}

.how-work-azbuka ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    color: #fff;
}

.how-work-azbuka ul li {
    width: 13%;
    display: inline-block;
    position: relative;
}

.how-work-azbuka ul li:before {
    content: "";
    display: block;
    width: 25%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -17%;
    top: 25%
}

.how-work-azbuka ul li:last-child:after {
    content: "";
    display: block;
    width: 25%;
    height: 3px;
    background: #fff;
    position: absolute;
    right: -17%;
    top: 25%;
}

.how-work-azbuka ul li span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border: 3px solid #6380E1;
}

.how-work-azbuka ul li:hover span {
    background-color: #ebebeb;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 1s;
}

.how-work-azbuka ul li span:before {
    content: "";
    display: block;
    margin: 21% auto 0;
    width: 40px;
    height: 40px;
    background: url(images/result2.png) no-repeat 0 0;
    transform: 0.5s;
}

.how-work-azbuka ul li:hover span:before {
    filter: hue-rotate(106deg);
}

.how-work-azbuka ul li:first-child span:before {
    background-position: 0px 0px;
}

.how-work-azbuka ul li:nth-child(2) span:before {
    background-position: 0px -50px;
}

.how-work-azbuka ul li:nth-child(3) span:before {
    background-position: 0px -100px;
}

.how-work-azbuka ul li:nth-child(4) span:before {
    background-position: 0px -150px;
}

.how-work-azbuka ul li:nth-child(5) span:before {
    background-position: 0px -200px;
}

.how-work-azbuka ul li:nth-child(6) span:before {
    background-position: 0px -250px;
}

.how-work-azbuka ul li:nth-child(7) span:before {
    background-position: 0px -300px;
}

.how-work-azbuka ul li p {
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

footer {
    background: rgba(13, 23, 21, 0.9);
}

footer .textwidget .footer-location {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: -5%;
}

footer .textwidget ul.main-buro {
    width: 40%;
}

.footer-location>li {
    line-height: 1.5;
    width: 25%;
    margin-bottom: 5%;
    padding-left: 7%;
}

.footer-location li ul li {
    color: #dbdbdb;
    font-size: 12px;
}

.footer-location h6 {
    text-align: left;
    color: #6380E1;
    background: url(images/buro-position.png) no-repeat left center;
    padding-left: 32px;
    font-size: 14px;
    line-height: 2;
}

.main-buro li:first-child,
.main-buro li:nth-of-type(2),
.services-list li:first-child,
.company-other li:first-child {
    color: #c4002a;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.services-list li:first-child,
.company-other li:first-child {
    color: #3153C3;
}

.main-buro li:nth-of-type(2) {
    padding: 0 0 0 8%;
    background: url(images/phone-white.png) no-repeat left center;
    display: none;
}

.main-buro li:nth-of-type(2) a {
    color: #fff;
}

.services-list li a,
.company-other li a {
    color: #fff;
}

.services-list li a:hover,
.company-other li a:hover {
    color: #6380E1;
    text-decoration: underline;
}

.main-content p:last-of-type {
    margin-bottom: 0;
}

.main-content .entry-page-image {
    width: 40%;
    margin: 0 3% 3% 0;
    float: left;
}
.main-content h4,
.main-content h5,
.main-content h6 {
   color: #102a80;
    margin-bottom: 3%;
}

section .main-content h3 {
    text-align: left;
   color: #102a80;
}

.main-content ul,
.main-content ol {
    padding-left: 2%;
}

.main-content ul li,
.main-content ol li {
    list-style-type: square;
    margin-bottom: 1%;
    line-height: 1.5em;
    text-align: justify;
}

.main-content table td {
    border-right: 1px solid #ccc;
    text-align: center;
}

.main-content .highlight {
    color: #c4002a;
    font-weight: bold;
}

.main-content ol li {
    list-style-type: decimal;
}

.main-content .button,
#wpcf7-f858-p16-o1 .wpcf7-form input[type="submit"] {
    display: block;
    text-transform: uppercase;
    margin: 3% auto 0;
    text-align: center;
    width: 260px;
    border: 1px solid #102A80;
    background-color: #3153C3;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    line-height: 3em;
    border-radius: 0;
    padding: 0;
}

.main-content .button:hover,
#wpcf7-f858-p16-o1 .wpcf7-form input[type="submit"]:hover {
    background-color: #fff;
    color: #3153C3;
}

#wpcf7-f858-p16-o1 {
    margin-top: 3%;
}

#wpcf7-f858-p16-o1 p {
    display: flex;
    justify-content: space-between;
    text-indent: 0;
}

#wpcf7-f858-p16-o1 .wpcf7-form-control-wrap {
    width: 65%;
}

#wpcf7-f858-p16-o1 .vacancy-lang .wpcf7-form-control-wrap {
    width: 30%;
}

#wpcf7-f858-p16-o1 .vacancy-lang .wpcf7-form-control-wrap select {
    width: 78%;
}

.wpcf7-form p>span.vacancy-label {
    font-size: 14px;
}

p>span.vacancy-label {
    width: 30%;
    color: #102A80;
    font-weight: normal;
}

#wpcf7-f858-p16-o1 .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 90%;
    border-radius: 0;
}

.baner-sity {
    width: 100%;
    margin-left: -2%;
}

.page-pay {
    display: flex;
    padding-bottom: 7%;
    justify-content: space-around;
}

.page-pay figure {
    width: 30%;
    text-align: center;
}

.page-pay figcaption {
    color: #6380E1;
    font-weight: bold;
    margin-top: 5%;
    line-height: 1.5;
}

a.highlight {
    text-decoration: underline;
}

a.highlight:hover {
    color: #102A80;
}

.recomendation-list .slick-initialized .slick-slide {
    height: 810px;
}

.recomendation-list .slick-initialized .slick-slide a {
    height: 100%;
}

.recomendation-list .slick-initialized .slick-slide a img {
    object-fit: contain;
}

.recomendation-list-xs {
    display: none;
}

.text-section {
    color: #102A80;
    font-weight: bold;
}

.contact-sity-head {
    display: block;
    margin-left: -7px;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.5;
    color: #c4002a;
    border-top: 1px solid #ccc;
}

.price-link {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
}

.price-link a {
    display: inline-block;
    background-color: #102A80;
    text-transform: uppercase;
    color: #fff;
    line-height: 2.5em;
    padding: 0 20px;
    animation: puls 2s linear infinite;
    font-size: 1.5em;
    font-weight: bold;
    border: 1px solid #102A80;
}

.price-link a:hover {
    color: #102A80;
    background-color: #fff;
    animation-play-state: paused;
}

@keyframes puls {
    50% {
        background-color: #6380E1;
    }
}

.menu-contacts-md .main-navigation ul li:hover>ul,
.menu-contacts-md .main-navigation ul li:focus>ul,
.menu-contacts-md .main-navigation .focus>ul {
    width: 500px;
}

.menu-contacts-md .sub-menu li {
    width: calc(25% - 1px);
}

.category .none-price,
.error404 .none-price {
    display: none;
}

.error404 #post-0 {
    margin: 5% 0;
    border-bottom: 0;
}

.error404 .entry-header .entry-title {
    font-size: 2.5em;
    text-transform: uppercase;
}

.error404 .entry-content,
.error404 .entry-summary,
.error404 .mu_register {
    text-align: center;
    font-size: 2em;
}

.error404 #searchform #searchsubmit {
    margin-left: -9px;
    margin-top: -1px;
    border-radius: 0;
}

.error404 #searchform #s {
    border-radius: 0;
}

.vacancy-invite-mobil {
    display: none;
}

.location-holder {
    flex-wrap: wrap;
    justify-content: center;
}

.order1 {
    display: block;
    padding: 15px 10px 15px;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
    border-right: 3px solid #003afb;
    border-left: 3px solid #003afb;
    border-top: 3px solid #003afb;
    border-bottom: 3px solid #003afb;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 5px;
    background: #6380E1;
    margin: 30px auto 0;
    transition: 0.1s all ease;
}

.order1:hover {
    color: #fff;
    padding: 17px 10px 13px;
    border-top: 5px solid #003afb;
    border-bottom: 1px solid #003afb;
    cursor: pointer;
}

@media all and (max-width: 1279px) {
    .site {
        max-width: 100%;
        overflow: auto;
    }

    .container {
        width: 80%;
        min-width: 1080px;
    }

    .rating,
    .feedback {
        font-size: 15px;
        padding: 2px 0 0px 10px;
    }

    .feedback {
        padding: 2px 10px 0px 0;
    }

    .rating-holder p a {
        font-size: 1.9vw;
    }

    .gallery {
        margin-right: 2%;
        max-width: 49%;
    }

    .some-price-del {
        height: 45px;
    }

    .main-navigation li a {
        font-size: 14.4px;
    }

    .text-block>h6 {
        font-size: 1.1em;
    }

    .map-azbuka iframe {
        width: 90%;
    }

    #page_wrap {
        width: 90%;
    }

    .how-work-azbuka ul {
        overflow: hidden;
    }

    .msacwl-gallery-carousel button.slick-prev,
    .msacwl-gallery-carousel button.slick-prev:hover,
    .msacwl-gallery-carousel button.slick-prev:focus {
        left: 0;
    }

    .msacwl-gallery-carousel button.slick-next,
    .msacwl-gallery-carousel button.slick-next:hover,
    .msacwl-gallery-carousel button.slick-next:focus {
        right: 0;
    }

    .why-chose-azbuka ul li {
        width: 18%;
        margin: 0 2% 5px;
    }

    .location-buro-tel {
        margin-bottom: 5px !important;
    }
}

@media all and (max-width: 1139px) {
    .container {
        width: 90%;
        min-width: 980px;
    }

    .location ul {
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .location-holder ul.top-contact-two li span,
    .location-holder ul.top-contact-three li span {
        display: none;
    }

    .location-holder ul {
        font-weight: bold;
    }

    .sity-buro a {
        font-size: 12px;
    }

    .top-contact-two li,
    .top-contact-three li {
        font-size: 1em;
    }

    .rating,
    .feedback {
        font-size: 1.2vw;
        padding: 2px 0 0px 10px;
        height: 65px;
    }

    .rating:after {
        border-top: 65px solid #6380E1;
    }

    .feedback:before {
        border-bottom: 65px solid #FFD800;
    }

    .feedback {
        padding: 2px 10px 0px 0;
    }

    .rating-holder p a {
        font-size: 2vw;
    }

    .main-navigation li a {
        color: #fff;
        font-size: 12px;
        line-height: 4;
    }

    .text-block>h2 {
        font-size: 1em;
    }

    .some-price-del {
        height: 35px;
    }

    .services-block li {
        font-size: 0.95em;
    }

    .why-chose-azbuka ul li {
        font-size: 1.2vw;
    }

    .how-work-azbuka ul li p {
        font-size: 1.25vw;
        line-height: 1.2;
    }

    .some-price-holder figcaption {
        font-size: 1.4vw;
    }

    .languages h4 {
        font-size: 2.1vw;
    }

    .location-buro-tel {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        width: 90%;
        min-width: 900px;
    }

    .location ul {
        width: 47%;
    }

    .sity-buro {
        background-position: 3%;
    }

    .text-block>h2 {
        margin-bottom: 10px;
        font-size: 0.95em;
    }

    .services-block {
        font-size: 0.9em;
        min-height: 120px;
    }

    .how-work-azbuka ul li p {
        font-size: 1.25vw;
        line-height: 1.2;
    }

    .some-price-holder figure span {
        font-weight: normal;
        line-height: 1.75em;
    }

    .location-holder ul,
    .location-holder ul.top-contact-two,
    .location-holder ul.top-contact-three {
        padding: 5px;
        font-size: .8em;
    }

    .gallery .slide-holder {
        padding: 5%;
    }

    .slide-holder h3,
    .slide-holder p {
        font-size: 1.2em;
    }

    .slide-holder li,
    .slide-holder p+p {
        font-size: 1em;
    }

    .footer-location>li {
        padding-left: 6%;
    }

    .vacancy-invite a {
        margin: 0 5px;
    }

    .vacancy-invite a span {
        max-width: 60%;
    }

    .location-buro-tel {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 959px) {
    .container {
        width: 90%;
        min-width: 750px;
    }

    .logo,
    .rating-holder {
        height: auto;
        min-height: 170px;
    }

    .logo img {
        width: 85%;
    }

    .location ul {
        width: 45%;
    }

    .sity-buro {
        background: #fff;
        padding: 1px 0;
    }

    .sity-buro a {
        font-size: 11px;
    }

    .rating-holder div {
        flex-wrap: wrap;
    }

    /*     .top-contact-three:last-of-type {
        display: none;
    } */

    .location-buro {
        width: 60%;
    }

    /*     .location-holder {
        height: 102px;
    } */

    .location-holder ul.top-contact-two,
    .location-holder ul.top-contact-three {
        width: 33%;
        font-size: .7em;
        height: 110px;
        min-height: 130px;
        margin-bottom: 5px;
    }

    .location-holder ul.top-contact-two {
        width: 50%;
    }

    .location-holder ul {
        height: 102px;
        min-height: 100px;
    }

    .location-holder ul li {
        margin-bottom: 5px;
    }

    .rating,
    .feedback {
        width: 85%;
        display: block;
        padding: 0;
        text-align: center;
        height: auto;
        height: auto;
        font-size: 1.5vw;
        line-height: 3;
    }

    .rating {
        margin-bottom: 10%;
    }

    .feedback {
        margin-left: 0;
    }

    .rating:after,
    .feedback:before {
        display: none;
    }

    .rating-holder p {
        background-size: 15px;
    }

    .main-navigation li a {
        font-size: 1.3vw;
        padding: 0 5px;
    }

    .main-navigation li.lang-item a {
        padding: 0 5px;
    }

    .services-holder .container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .gallery-holder .container {
        display: block;
    }

    .slide-two,
    .gallery {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 0 auto 3%;
    }

    .gallery+.gallery {
        margin-right: auto;
    }

    .gallery .slide-holder {
        padding: 7% 5%;
    }

    .slide-holder h3 {
        font-size: 1.35em;
    }

    .slide-holder li,
    .slide-holder p+p {
        font-size: 1.1em;
    }

    .slide-holder p {
        font-size: 1.5em;
    }

    .text-block {
        width: 45%;
        padding: 3%;
        margin: 0;
    }

    .text-block:nth-of-type(odd) {
        margin-right: 2%;
    }

    .text-block:nth-of-type(1),
    .text-block:nth-of-type(2) {
        margin-bottom: 5%;
    }

    .text-block>h6 {
        font-size: 1.3em;
    }

    .services-block li {
        font-size: 1em;
    }

    .why-chose-azbuka ul li {
        font-size: 1.5vw;
    }

    .how-work-azbuka ul li:before {
        width: 15%;
        left: -12%;
    }

    .how-work-azbuka ul li:last-child:after,
    .how-work-azbuka ul li:first-child:before {
        display: none;
    }

    .how-work-azbuka ul li p {
        font-size: 1.3vw;
        line-height: 1.4;
    }

    .main-content {
        width: 70%;
    }

    .sidebar {
        width: 30%;
    }

    .some-price-holder ul {
        margin-bottom: 0;
    }

    .some-price-holder li {
        width: 25%;
    }

    .some-price-holder figure {
        width: 90%;
        margin: 0 auto;
    }

    .some-price-holder figcaption {
        font-size: 2vw;
        line-height: 1.2;
    }

    .some-price-holder figure span {
        font-size: 2vw;
    }

    .about-us {
        padding-left: 10px;
    }

    .about-us p:nth-of-type(n+4) {
        display: none;
    }

    .about-us details {
        display: block;
    }

    .about-us summary {
        line-height: 2em;
        padding: 0 10px;
        border-radius: 4px;
        background-color: #3153C3;
        color: #fff;
    }

    .msacwl-gallery-carousel button.slick-prev,
    .msacwl-gallery-carousel button.slick-prev:hover,
    .msacwl-gallery-carousel button.slick-prev:focus {
        left: 15px;
    }

    .msacwl-gallery-carousel button.slick-prev,
    .msacwl-gallery-carousel button.slick-prev:hover,
    .msacwl-gallery-carousel button.slick-prev:focus {
        right: 15px;
    }

    .main-buro li:first-child,
    .main-buro li:nth-of-type(2),
    .services-list li:first-child,
    .company-other li:first-child {
        font-size: 2.3vw;
    }

    .price-link a {
        font-size: 1.3em;
    }

    .footer-location>li {
        padding-left: 4%;
    }

    .footer-location li ul li {
        font-size: 11px;
    }

    .vacancy-invite a {
        font-size: 11px;
        margin: 0 10px;
        padding: 5px;
    }

    .vacancy-invite a span {
        max-width: 70%;
    }

    .location-buro-tel {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    #responsive-menu-item-6960 a .responsive-menu-subarrow {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-6960 a .responsive-menu-subarrow-active {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-7520 a .responsive-menu-subarrow {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-7520 a .responsive-menu-subarrow-active {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-6961 a .responsive-menu-subarrow {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-6961 a .responsive-menu-subarrow-active {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    .container {
        width: 95%;
        min-width: 600px;
    }

    section {
        padding: 5% 0;
    }

    .logo {
        width: 18%;
    }

    .location {
        width: 62%;
    }

    .location ul {
        width: 100%;
    }

    .logo,
    .rating-holder {
        height: 100px;
    }

    .location-buro {
        width: 61%;
    }

    .location-holder {
        flex-direction: row;
    }

    .location-holder ul {
        margin-bottom: 5px;
    }

    .location-holder ul,
    .location-holder ul.top-contact-two,
    .location-holder ul.top-contact-three {
        font-size: 0.65em;
        height: 115px;
        min-height: 90px;
    }

    .location-holder ul {
        font-size: 1em;
    }

    .buro-sity {
        font-size: 1.5em;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .sity-buro {
        padding: 1px 0;
        text-align: center;
    }

    .sity-buro a {
        font-size: 11px;
    }

    .rating,
    .feedback {
        font-size: 10.3px;
        padding: 13px 1.5%;
        text-shadow: none;
        line-height: 1;
        box-shadow: 2px 2px 5px rgba(59, 68, 67, 0.5);
    }

    .rating-holder p {
        background: 0;
        padding: 0;
    }

    .rating-holder p a {
        font-size: 2.3vw;
        line-height: 2em;
    }

    .main-navigation .container {
        display: block;
        text-align: left;
        position: relative;
    }

    .main-navigation li.lang-item {
        display: none;
    }

    .lang-adaptiv {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .lang-adaptiv li.lang-item {
        display: inline-block;
        height: 36px;
        padding: 6px 0;
    }

    .menu-item .sub-menu li {
        background-color: transparent;
        border-bottom: none;
    }

    .menu-item .sub-menu li a:first-of-type {
        border-top: none;
    }

    .menu-item .sub-menu li a {
        font-size: 13px;
        color: #fff;
        padding: 0px 0px 0px 25px;
        border-bottom: none;
        background-color: transparent;
        border-bottom: none;
        width: 100%;
    }

    .main-navigation li.lang-item a {
        padding: 0 10px;
    }

    .menu-toggle:active,
    .menu-toggle.toggled-on {
        height: 36px;
    }

    .menu-toggle,
    .menu-toggle:active,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border: none;
        border-radius: 0;
        background-image: none;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #6380E1;
        padding: 6px 15px;
        outline: none;
        box-shadow: none;
        height: 36px;
    }

    .main-navigation ul.nav-menu.toggled-on {
        text-align: left;
        margin: 3% 0;
        width: 100%;
    }

    .main-navigation li a {
        font-size: 12px;
        line-height: 2.5;
        text-transform: uppercase;
    }

    .main-navigation li a:hover,
    .main-navigation li a:focus {
        background-color: transparent;
        outline: none;
    }

    .gallery {
        margin: 0 auto 7%;
    }

    .gallery+.gallery {
        margin-bottom: 0;
    }

    .slide-two a {
        font-size: 3.5vw;
    }

    .text-block>h6 {
        font-size: 1.2em;
    }

    .why-chose-azbuka ul li {
        width: 21%;
    }

    .how-work-azbuka {
        padding: 3% 0 0;
    }

    .how-work-azbuka ul {
        flex-wrap: wrap;
    }

    .how-work-azbuka ul li:before {
        display: none;
    }

    .how-work-azbuka ul li {
        width: 25%;
        margin-bottom: 3%;
    }

    .how-work-azbuka ul li p {
        font-size: 1.5vw;
        line-height: 1.5;
    }

    .main-content {
        width: 100%;
        margin-bottom: 3%;
    }

    .some-price-holder li {
        width: 25%;
    }

    .some-price-holder figcaption {
        font-size: 2.3vw;
        line-height: 1.5;
    }

    .some-price-holder figure span {
        font-size: 2.5vw;
    }

    .sidebar {
        width: 100%;
        border: none;
    }

    .widget-area {
        border-top: 1px solid #ededed;
    }

    .template-front-page .widget-area .widget,
    .template-front-page .widget-area .widget:nth-child(odd),
    .template-front-page .widget-area .widget:nth-child(even),
    .widget-area .widget {
        width: 48%;
        float: left;
        margin: 0% 4% 0 0;
        max-height: 264px;
        border: none;
        padding-bottom: 0;
    }

    .template-front-page .widget-area .widget:nth-child(even),
    .widget-area .widget:nth-child(odd) {
        margin: 0;
    }

    #text-2,
    #text-3,
    #text-8 {
        display: none;
    }

    .widget_recent_entries {
        padding: 3%;
        box-sizing: border-box;
    }

    #recent-posts-6,
    #recent-posts-7 {
        border: 1px solid #eceaee;
        border-radius: 3px;
        padding: 3%;
    }

    .map-azbuka {
        height: 300px;
    }

    .languages h4 {
        font-size: 3vw;
        line-height: 1.5;
    }

    .footer-location>li {
        padding-left: 2%;
    }

    .footer-location h6 {
        font-size: 12px;
    }

    .footer-location li ul li {
        font-size: 10px;
    }

    .main-buro li:nth-of-type(2) {
        background-size: 6%;
    }

    .vacancy-invite a {
        padding: 3px;
        font-size: 10px;
    }

    .vacancy-invite a span {
        max-width: 90%;
    }

    .location-buro-tel {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 639px) {
    #responsive-menu-item-6960 a .responsive-menu-subarrow {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-6960 a .responsive-menu-subarrow-active {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    .container {
        width: 95%;
        min-width: 450px;
    }

    hgroup .container {
        position: relative;
    }

    .main-navigation {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background-color: rgba(13, 23, 21, 1);
    }

    .menu-item .sub-menu li {
        width: 100%;
    }

    .main-navigation {
        position: static;
        top: 0;
    }

    .rating-holder {
        width: 50%;
        margin-bottom: 3%;
    }

    .logo {
        width: 50%;
    }

    .location {
        width: 100%;
        margin-top: 20px;
    }

    .location-buro {
        width: 100%;
        height: auto;
    }

    .buro-sity {
        font-size: 2em;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .location-holder {
        height: auto;
        flex-direction: column;
    }

    .location-holder ul.top-contact-two,
    .location-holder ul.top-contact-three {
        font-size: 1em;
        height: auto;
        min-height: auto;
        width: 80%;
    }

    .location-holder ul.top-contact-two {
        min-height: 115px;
    }

    .location-holder ul li {
        margin-bottom: 10px;
    }

    .sity-buro {
        background: #fff;
    }

    .sity-buro a {
        font-size: 13px;
    }

    .rating-holder {
        position: absolute;
        top: 0;
        right: 0;
    }

    .rating,
    .feedback {
        font-size: 14px;
    }

    .rating {
        margin-bottom: 5%;
    }

    .rating-holder p a {
        font-size: 4.5vw;
    }

    .gallery-holder {
        border-top: 1px solid #3153c3;
    }

    .slide-two {
        display: none;
    }

    .text-block {
        width: 49%;
    }

    .text-block>h6 {
        font-size: 1em;
    }

    .widget-area .widget,
    .widget-area .widget:nth-child(odd),
    .template-front-page .widget-area .widget,
    .template-front-page .widget-area .widget:nth-child(odd),
    .template-front-page .widget-area .widget:nth-child(even) {
        width: 50%;
        margin: 3% auto 0;
        float: none;
    }

    .widget-area .widget:nth-child(odd),
    .widget-area .widget:nth-child(even) {
        border-bottom: none;
    }

    #text-4,
    #text-9 {
        width: 65%;
    }

    .services-block li {
        font-size: 0.95em;
    }

    .why-chose-azbuka ul li {
        width: 28%;
    }

    .why-chose-azbuka ul li {
        font-size: 2vw;
    }

    .how-work-azbuka ul li p {
        font-size: 2vw;
    }

    .some-price-holder li {
        width: 49%;
    }

    .some-price-holder figcaption,
    .some-price-holder figure span {
        font-size: 3.5vw;
    }

    .map {
        display: none;
    }

    .languages h4 {
        font-size: 4vw;
    }

    .languages a {
        font-size: 0.9em;
    }

    section .main-content h3 {
        text-align: center;
    }

    .clients {
        display: none;
    }

    .recomendation-list,
    .example-list {
        display: none;
    }

    .recomendation-list-xs {
        display: block;
    }

    .recomendation-list-xs figure {
        width: 48%;
        margin: 0 4% 5% 0;
        float: left;
        text-align: center;
    }

    .recomendation-list-xs figcaption {
        color: #6380E1;
        text-transform: uppercase;
        margin: 5% 0;
    }

    .recomendation-list-xs figure:nth-of-type(even) {
        margin-right: 0;
    }

    .footer-location>li {
        width: 50%;
        padding-left: 5%;
    }

    .footer-location h6 {
        font-size: 14px;
    }

    .footer-location li ul li {
        font-size: 12px;
    }

    .vacancy-invite a {
        padding: 5px;
        font-size: 13px;
        margin: 0 17px;
    }

    .vacancy-invite a span {
        max-width: 55%;
    }

    .location-buro-tel {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 479px) {
    .location-buro-tel {
        margin-bottom: 5px !important;
    }

    #responsive-menu-item-6960 a .responsive-menu-subarrow {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    #responsive-menu-item-6960 a .responsive-menu-subarrow-active {
        padding-right: 14px !important;
        width: 100% !important;
        text-align: end !important;
        background: linear-gradient(90deg, transparent calc(100% - 40px), #212121 40px) !important;
    }

    h1 {
        font-size: 1.35em;
    }

    .sity-buro a {
        padding: 0 30px;
    }

    .header-top-wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row nowrap;
        -ms-align-items: flex-end;
        align-items: flex-end;
    }

    .page-id-14 .price-link {
        margin: 0 0 3% 0;
    }

    .page-id-16 .price-link {
        margin: 0 0 3% 0;
    }

    .colonna {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site {
        overflow-x: hidden;
    }

    .container {
        width: 95%;
        min-width: 300px;
    }

    section {
        padding: 2% 0;
    }

    hgroup {
        padding: 10px 0 0 0;
        border-bottom: 1px solid #3153c3;
    }

    .main-navigation {
        background-color: rgba(13, 23, 21, 1);
    }

    .location {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 0;

    }

    .buro-sity {
        margin-bottom: 5px;
        background-color: transparent;
        color: #102A80;
        line-height: 1;
    }

    .main-navigation {
        display: none;
    }

    .menu-contacts-md span {
        display: none;
    }

    .menu-contacts-md span+span {
        display: block;
    }

    .location-holder {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .location-holder ul,
    .location-holder ul.top-contact-two,
    .location-holder ul.top-contact-three {
        height: auto;
        min-height: auto;
        background-color: #fff;
        margin-bottom: 5px;
        width: 70%;
    }

    .location-holder ul li.location-buro-xs {
        text-transform: uppercase;
        color: #c4002a;
        margin-bottom: 5px;
    }

    .location-holder ul li {
        margin-bottom: 10px;
    }

    .location-buro-tel a {
        margin-bottom: 0;
    }

    .location-holder ul.top-contact-two li span,
    .location-holder ul.top-contact-three li span,
    .location-holder ul li.location-buro-xs,
    .location-holder ul li.location-buro-tel {
        display: block;
    }

    .location-holder li a {
        line-height: 1.5;
        display: block;
        padding: 0;
    }

    .location-holder li a:hover,
    .location-holder li a:focus {
        text-decoration: underline;
    }

    .top-contact-three:last-of-type {
        display: block;
    }

    .gallery-holder {
        display: none;
    }

    .rating-holder {
        height: 90px;
        top: 36px;
        align-items: flex-end;
    }

    .rating {
        margin-bottom: 5%;
    }

    .rating,
    .feedback {
        font-size: 13px;
        padding: 10px 1.5%;
    }

    .rating-holder p a {
        font-size: 5.3vw;
        line-height: 1.8em;
    }

    .menu-item .sub-menu li a {
        font-size: 12px;
    }

    #responsive-menu .menu-contacts {
        display: none;
    }

    .services-holder {
        padding-bottom: 0;
    }

    .services-holder h3 {
        font-size: 1.3em;
        width: 100%;
    }

    .services-holder p {
        display: none;
    }

    .text-block {
        width: 100%;
        padding: 7%;
        margin-bottom: 10%;
    }

    .text-block:nth-of-type(1),
    .text-block:nth-of-type(2) {
        margin-bottom: 10%;
    }

    .text-block:nth-of-type(odd) {
        margin-right: 0;
    }

    .text-block>h6 {
        font-size: 1.3em;
    }

    .services-block li {
        font-size: 1em;
    }

    .services-block {
        min-height: auto;
    }

    .why-chose-azbuka h3,
    .how-work-azbuka h3,
    .clients h3 {
        font-size: 1.3em;
    }

    .why-chose-azbuka ul li,
    .how-work-azbuka ul li {
        width: 45%;
        font-size: 3vw;
    }

    .some-price-holder li {
        width: 50%;
        font-size: 3.5vw;
    }

    .how-work-azbuka ul li p {
        font-size: 10px;
    }

    .some-price-holder figcaption {
        font-size: 4.5vw;
        margin: 15px 0 5px;
    }

    .some-price-holder figure img {
        margin-bottom: 0;
    }

    .some-price-holder figure span {
        line-height: 2em;
        padding: 0 10px;
        font-size: 4.5vw;
    }

    .about-us summary {
        font-size: 3vw;
        line-height: 2;
    }

    .home-content .container {
        display: block;
    }

    .widget-area .widget,
    .widget-area .widget:nth-child(odd),
    .template-front-page .widget-area .widget,
    .template-front-page .widget-area .widget:nth-child(odd),
    .template-front-page .widget-area .widget:nth-child(even) {
        width: 100%;
        margin: 3% 0 0 0;
    }

    .clients {
        display: none;
    }

    .clients h3 {
        margin-bottom: 10%;
    }

    .languages h4 {
        font-size: 1em;
    }

    .languages a:nth-child(odd),
    .languages a:nth-child(3n+2),
    .languages a:nth-child(5n-2) {
        font-size: 1em;
        line-height: 2;
        margin: 0 15px;
    }

    .why-chose-azbuka ul li:before {
        width: 40px;
        height: 40px;
        background: url(images/result-40.png) no-repeat;
    }

    .why-chose-azbuka ul li:first-child:before {
        background-position: 0px 0px;
    }

    .why-chose-azbuka ul li:nth-child(2):before {
        background-position: 0px -50px;
    }

    .why-chose-azbuka ul li:nth-child(3):before {
        background-position: 0px -100px;
    }

    .why-chose-azbuka ul li:nth-child(4):before {
        background-position: 0px -150px;
    }

    .why-chose-azbuka ul li:nth-child(5):before {
        background-position: 0px -200px;
    }

    .why-chose-azbuka ul li:nth-child(6):before {
        background-position: 0px -250px;
    }

    .why-chose-azbuka ul li:nth-child(7):before {
        background-position: 0px -300px;
    }

    .how-work-azbuka ul li span {
        width: 60px;
        height: 60px;
    }

    .how-work-azbuka ul li span:before {
        margin: 12% auto 0;
    }

    .how-work-azbuka ul li {
        width: 25%;
    }

    #text-4,
    #text-9 {
        width: 100%;
        max-height: 300px;
    }

    footer {
        padding: 10% 0;
    }

    footer .services-list,
    footer .company-other {
        display: none;
    }

    footer .textwidget ul.main-buro {
        width: 100%;
        text-align: center;
    }

    .main-buro li:first-child,
    .main-buro li:nth-of-type(2) {
        font-size: 6vw;
    }

    .main-buro li:nth-of-type(2) {
        background-position: 20% center;
    }

    footer .textwidget li {
        font-size: 4vw;
    }

    .main-content p img {
        width: 20vw;
    }

    p>span.vacancy-label {
        width: 100%;
    }

    .main-content ol {
        padding-left: 6%;
    }

    #wpcf7-f858-p16-o1 .wpcf7-form-control-wrap {
        width: 100%;
    }

    #wpcf7-f858-p16-o1 .vacancy-lang .wpcf7-form-control-wrap {
        width: 50%;
    }

    #wpcf7-f858-p16-o1 .vacancy-lang .wpcf7-form-control-wrap select {
        width: 90%;
    }

    #wpcf7-f858-p16-o1 p {
        margin-bottom: 5%;
        flex-wrap: wrap;
    }

    #wpcf7-f858-p16-o1 .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 100%;
    }

    .main-content p img.baner-sity {
        width: 100%;
    }

    .wpcf7-form label,
    .wpcf7-form p,
    .wpcf7-list-item-label {
        font-size: 20px;
    }

    .wpcf7-form em.small {
        font-size: 14px;
    }

    .recomendation-list-xs figure {
        width: 95%;
        margin: 0 0 5% 0;
        float: left;
        text-align: center;
    }

    .price-link {
        margin: -5% 0 5% 0;
    }

    .price-link a {
        font-size: 1em;
        line-height: 3em;
        padding: 0 10px;
    }

    .footer-location h6 {
        font-size: 12px;
    }

    .footer-location li ul li {
        font-size: 10px;
    }

    .rating-holder div.vacancy-invite {
        display: none;
    }

    .vacancy-invite-mobil {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .vacancy-invite-mobil a {
        display: inline-block;
        padding: 7px;
        margin: 0;
        text-align: center;
        font-weight: bold;
        color: #3b4443;
        background: #ffff00;
        font-size: 14px;
        box-shadow: 2px 2px 5px rgba(59, 68, 67, 0.5);
        line-height: 1.2;
        width: 100%;
    }

    .vacancy-invite-mobil a span {
        display: block;
        line-height: 1.5;
        padding: 0 15px;
        max-width: 50%;
        margin: 0 auto;
        text-transform: lowercase;
        color: #fff;
        background: #3b4443;
        margin-top: 5px;
        border: 1px solid #3b4443;
    }

    .logo,
    .rating-holder {
        min-height: auto;
    }

    .rating-holder {
        position: static;
        margin-top: 0px;
    }

    .rating-holder.sity {
        width: 100%;
        height: auto;
        margin: 0px 0 20px;
    }

    .rating-holder.sity div {
        flex-wrap: wrap;
        width: 100%;
    }

    .rating-holder.sity div .rating {
        margin-bottom: 0;
    }
}


/* edited byrchenko */

.some-price-holder figcaption {
    margin: 15px 0;
}

.some-price-holder figure {
    margin-bottom: 30px;
}

#article table {
    display: block;
    max-width: 100%;
    overflow-x: scroll;
}

footer .textwidget .footer-location {
    margin-bottom: 0 !important;
}

.main-content ul,
.main-content ol {
    padding-left: 20px;
}

body {
    -webkit-overflow-scrolling: touch;
}

.vacancy-invite a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-flow: column nowrap;
}

.vacancy-invite a span {
    max-width: initial;
    text-transform: capitalize;
}

#scrollup {
    display: none !important;
}


#toTop {
    position: fixed;
    opacity: 1;
    left: 4%;
    bottom: 10%;
    display: none;
    cursor: pointer;
    background: url(../azbuka/images/up.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    display: block;
}

#article+strong {
    float: right;
    display: block;
    width: 30%;
}

#article+strong .sidebar {
    height: 100%;
    width: 100%;
    float: none;
}

#menu-item-8873 {
    display: none;
}

#kievHeader #menu-item-8873 {
    display: inline-block;
}


.main-navigation li a[href="https://azbuka-bp.com.ua/ru/kiev-partners.html"] {
    display: none;
}

@media (min-width: 960px) {
    .vacancy-invite a {
        margin: 0;
    }

    .rating,
    .feedback {
        width: calc(50% - 10px);
    }
}

@media (max-width: 959px) {
    .vacancy-invite {
        margin-top: 10%;
    }

    .rating-holder {
        justify-content: flex-start;
    }
}


@media (max-width: 639px) {
    .header-top-wrapper {
        /*         display: block; */
        flex-flow: row nowrap;
        -ms-align-items: flex-end;
        align-items: flex-end;
    }

    /*     .header-top-wrapper a, .header-top-wrapper .rating-holder {
        width:80%;
    } */

    .rating-holder {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: column nowrap;
    }

    .rating-holder div a {
        width: 100%;
    }

    .map-table {
        display: block !important;
    }
}


@media (max-width: 991px) {
    .sidebar {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .main-navigation li a {
        font-size: 12px !important;
    }

    .header-top-wrapper {
        display: block;
        flex-flow: row nowrap;
        -ms-align-items: flex-end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    #recent-posts-6 {
        width: 100%;
        margin-right: 0;
    }

    .mobile-only {
        display: block !important;
    }
}


.main-navigation li.menu-contacts-xs {
    display: none;
}

ul.submenus {
    display: inline-block !important;
    float: right;
}

.menu-menu-all-lang-container {
    display: inline-block !important;
}

ul.submenus li {
    display: inline-block;
    line-height: 45px;
    height: 45px;
}

ul.submenus li a svg {
    width: 30px;
    height: 30px;
    font-size: 50px;
    padding: 2px;
    color: #ccc;
    text-align: center;
    position: relative;
    z-index: 2;
    vertical-align: middle;
}


.clonesub {
    display: none;
}

@media screen and (max-width: 479px) {
    .clonesub {
        position: absolute;
        right: 70px;
        top: 0;
        display: inline-block;
        float: left;
    }
}

.map {
    background: rgba(1, 20, 41, .8);
    background: -moz-linear-gradient(top, rgba(1, 20, 41, .5) 0%, rgba(126, 144, 104, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 20, 41, .8)), color-stop(100%, rgba(126, 144, 104, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 20, 41, .8) 0%, rgba(126, 144, 104, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 20, 41, .8) 0%, rgba(126, 144, 104, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 20, 41, .8) 0%, rgba(126, 144, 104, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 20, 41, .8) 0%, rgba(126, 144, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011429', endColorstr='#7e9068', GradientType=0);
    border-bottom: 1px solid transparent;
}

.home-content {
    border-bottom: 1px solid transparent;
}


/* call widget*/

.call-widget {
    position: fixed;
    opacity: 1;
    left: 3.2%;
    bottom: 20%;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #18c139;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 2;
}

.call-widget-wrapper {
    position: relative;
    z-index: 2;
}

.call-widget-wrapper-close {
    position: absolute;
    opacity: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #18c139;
    border-radius: 50%;
    border: none;
}

.call-widget-main-wrapper {
    width: 44px;
    height: 44px;
    position: relative;
}

/* call-widget-main-icon */

.call-widget-main-icon {
    position: absolute;
    z-index: 2;
    animation: show-stat 6s infinite;
    transform: scale(1);
    transition: all 1s ease;
    background: #18c139;
    width: 100%;
    height: 100%;
}

.call-widget-main-icon svg {
    width: 25px;
    height: 25px;
}

.call-widget-main-icon p {
    color: #fff;
    font-size: 9px;
    margin-top: -6px;
}

.call-widget-main-icon svg path {
    fill: #fff;
}

.call-widget-main-icon:hover {
    opacity: 0;
    animation-play-state: paused;
}

.call-widget-main-icon:hover~.call-widget-anim-icons {
    opacity: 1;
}

.call-widget-main-icon:hover~.call-widget-anim-icons>.call-widget-anim-icons-wrapper {
    animation: icon-change 3s linear infinite;
}

/* call-widget-anim-icons */

.call-widget-anim-icons {
    z-index: 3;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 44px;
    height: 44px;
    opacity: 1;
    transition: all .5s linear;
}

.call-widget-anim-icons-wrapper {
    display: flex;
    position: relative;
    left: -31px;
    height: 44px;
}

.call-widget-anim-icons>.call-widget-anim-icons-wrapper {
    animation: icon-change 3s linear infinite;
    animation-delay: 3s;
}

.call-widget-anim-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 15px;
}

.call-widget-anim-icon--telegram {
    margin-right: 20px;
}

.call-widget-anim-icon svg {
    width: 25px;
    height: 25px;
    fill: #18c139;
}

.call-widget-anim-icon--viber {
    margin-right: 20px;
}

.call-widget-anim-icon--viber svg path {
    transform: translate(1px, 1px);
}

.call-widget-anim-icon--telegram svg path {
    transform: translate(1px, 2px);
}

.call-widget-anim-icon--phone svg path {
    transform: translate(3px, 3px);
}

.call-widget-anim-icon--whatsapp svg path {
    transform: translate(0px, 0px);
}

/* call-widget-close-icon */

.call-widget-close-icon {
    position: absolute;
    z-index: 3;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
}

.call-widget-close-icon svg {
    width: 25px;
    height: 25px;
    transform: rotate(45deg) translateX(6px) translateY(6px);
}

.call-widget-close-icon svg path {
    fill: #fff;
}

.call-widget-first-wave {
    position: fixed;
    opacity: 1;
    left: 3.2%;
    bottom: 20%;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #18c139;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    animation: wave-first 1.8s linear infinite;
}

.call-widget-second-wave {
    position: fixed;
    opacity: 1;
    left: 3.2%;
    bottom: 20%;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #18c139;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    animation: wave-second 1.8s linear infinite;
    animation-delay: .5s;
}

/* call-widget-open-menu */

.call-widget-open-menu {
    transform: translateX(-340px) scale(0);
    transition: all .5s ease;
    width: 195px;
    position: fixed;
    opacity: 1;
    left: 5.2%;
    bottom: 28%;
    z-index: 2;
    padding: 1px 0;
    background: #fff;
}

.call-widget-open-menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: 0px 9px 5px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 9px 5px 0px rgba(224, 224, 224, 1);
    box-shadow: 0px 9px 5px 0px rgba(224, 224, 224, 1);
}

.call-widget-open-menu-item {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    margin-bottom: 15px;
    transition: all .5s ease;
}

.call-widget-open-menu-item:hover {
    background: #e0ffe6;
}

.call-widget-open-menu-item:last-child {
    margin-bottom: 0;
}

.call-widget-open-menu-link {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
}

.call-widget-open-menu-link:hover {
    color: #333;
}

.call-widget-open-menu-icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #18c139;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-widget-open-menu-icon svg {
    width: 25px;
    height: 25px;
}

.call-widget-open-menu-icon svg path {
    fill: #fff;
}

.call-widget-open-menu-icon--viber {
    transform: translate(2px, 2px);
}

.call-widget-open-menu-icon--telegram {
    transform: translate(0px, 5px);
}

.call-widget-open-menu-icon--whatsapp {
    transform: translate(1px, 0px);
    width: 22px;
    height: 25px;
}

.call-widget-open-menu-icon--phone {
    transform: translate(3px, 3px);
}

@keyframes wave-first {
    from {
        transform: scale(0.5);
        opacity: 1;
    }

    to {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes wave-second {
    from {
        transform: scale(0.5);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes show-stat {

    0%,
    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    85%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes icon-change {

    from,
    20% {
        -webkit-transform: translateX(44px);
        transform: translateX(44px);
        opacity: 1;
    }

    25%,
    45% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    55%,
    75% {
        -webkit-transform: translateX(-44px);
        transform: translateX(-44px);
        opacity: 1;
    }

    80%,
    90% {
        -webkit-transform: translateX(-88px);
        transform: translateX(-88px);
        opacity: 1;
    }

    95%,
    to {
        -webkit-transform: translateX(-132px);
        transform: translateX(-132px);
        opacity: 1;
    }
}

/* call widget end*/

/* blog views*/
.views {
    color: #9a9a9a;
    font-style: italic;
    margin: 10px 0;
}

/*blog views END*/

.comments-wrapper {
    margin: 40px 0;
    border-bottom: 1px solid #eee;
}

.says {
    display: none;
}

.comments-wrapper h4 {
    padding: 20px 0;
}

/*Error_page*/

.error-page {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px 0;
}

.error-page__title {
    font-size: 256px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 60px 0;
    margin-bottom: 40px;
    text-align: center;
    color: #333;
    position: relative;
}

.error-page__title:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background: tomato;
    bottom: 0;
    left: calc(50% - 75px)
}

.error-page__message {
    font-size: 24px;
    text-align: center;
    margin-bottom: 45px;
}

.error-page__link {
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #3153c3;
    padding: 15px 25px;
    transition: all .5s ease;
}

.error-page__link:hover {
    color: #fff;
    background: #1f55ff;
}

.error404 {
    background: #fff !important;
}

.error404 .site {
    box-shadow: unset;
}

.error404 .menu-menu-all-lang-container {
    display: none !important;
}

.blog-container {
    width: 65%;
    min-width: 1196px;
    margin: 0 auto;
}

.blog-main-content {
    width: 100%;
}

#content {
    background: white;
}

.post__wrapper {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post__img {
    padding-right: 15px;

}

.post__img img {
    max-width: unset;
    object-fit: cover;
}

.post__content {
    padding-left: 15px;
}

.post__title {
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width: 768px) {

    .post__title {
        text-align: center;
    }

    .post__wrapper {
        flex-direction: column;
        padding: 30px 0;
    }

    .post__img {
        padding: 0 0 15px 0;
    }

    .post__content {
        padding: 0;
    }
}

.button,
input,
select,
textarea {
    border: 1px solid #ccc;
    border-radius: 30px;
    font-family: inherit;
    padding: 6px;
    padding: .428571429rem;
    font-size: 16px;
    padding: 10px 8px;
    font-weight: 300;
}

.main-content .wpcf7-form{
    margin: 40px auto;
    border: 2px solid #3153C3;
    border-radius: 28px;
    padding: 30;
    max-width: 500px;
}

section h3.text-section{
	margin-bottom:0;
	padding-bottom: 20px;
	text-align: center;
	
}
.site-content h2{
	margin-bottom:20px;
}
.information-content h4{
	margin-bottom:15px;
}



.information-content p:last-of-type{
	padding:0;
}

/* change lang popup */

.change-lang-popup {
	position: fixed;
	top: 288px;
	right: 0;
	z-index: 99;
	display: none;
	width: 120px;
}

.change-lang-popup.isVisible {
	display: block;
}


.change-lang-popup__close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
	transition: transform .3s ease;
	font-size: 0;
}

.change-lang-popup__close:hover {
	background-color: transparent;
	background-image: none;
	transform: rotate(180deg);
}

.change-lang-popup__close:active {
	box-shadow: none;;
}

.change-lang-popup__text {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.2;
}

.change-lang-popup__img {
	max-width: 110px;
}

.change-lang-popup__btn {
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

.change-lang-popup__btn_outline {
	display: inline-block;
	background-color: transparent;
}

.wpcf7 form .wpcf7-response-output	{
	color: #000000 !important;
    background: #FFFFFF !important;
}
