/*Header Bar*/
.header_bar {
    color: #333;
    padding: 15px 0;
    overflow: hidden;
    font-size: 15px;
    background: #eff3f5;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.header_bar .separator {
    margin: 0 15px;
}
/*.header_bar a {
    color: #055bc4;
    text-decoration: none;
    font-size: 14px;
	float: left;
}*/
.header_bar a:hover {
    color: #333;
}
.header_bar .widget {margin:auto} 
/*Header Bar END*/
/*Header*/
header#masthead {
    background: #fff;
    color: #ccc;
}
header.site-header {
    padding: 30px 0;
}
header.entry-header-single img {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 35%;
}

header.site-header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    z-index: 999;
    -webkit-animation-name: mymove;
    animation-name: mymove;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    padding: 15px 0;
}
header.site-header.header-fixed .main-navigation a {
    margin-left: 20px;
}
header.site-header.header-fixed .main-navigation a {
    margin-left: 20px;
}
.gtranslate-reserved {
    min-width: 130px;
    height: 25px;
    float: right;
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    /* overflow: hidden;*/
}


.gtranslate-reserved a{height: 25px;display: block;}
/*Header END*/
/*Breadcrumbs*/
.div_link_breadcrumbs {
    background: #055bc4;
    padding: 15px 0;
}
.breadcrumbs {
    min-height: 48px;
    color: #eff3f5;
}
.breadcrumbs a {
    color: #eff3f5;
    text-decoration: none;
    border-bottom:1px solid #eff3f5;
}
.breadcrumbs a:hover{
    border-bottom:1px solid transparent;
}
/*Breadcrumbs END*/
/*Content*/
#content > div > .norm > figure {
    width: 100% !important;
}
div#content {
    overflow: hidden;
}
#content > div > div > div > div > div > div > p:nth-child(4),#content > div#block_1 > div > div > div:nth-child(4) > div > p:nth-child(4) {
    min-height: 99px;
}
/*Content END*/
/*btn*/
.btn.medium {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border: solid 2px #F29B12;
    border-radius: 50px;
    background: #F29B12;
    color: #fff;
    font-weight: 600;
}

.btn, .btn span {
    display: inline-block;
    vertical-align: baseline;
}

.btn.medium.btn_info:hover {
    background: #f6f6f6 !important;
}


.btn {
    position: relative;
    overflow: visible;
    line-height: 1em;
    margin: 0 3px 8px 0;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    border-radius: 2px;
    color: #fff;
}
a.btn.left.large.midnightblue.iva_anim {
    margin-bottom: 20px;
}
.btn.medium {
    font-size: 14px;
    line-height: 0;
    text-transform: uppercase;
    border: solid 2px #f29b12;
    border-radius: 50px;
    background: #f29b12;
    color: #fff;
    font-weight: 600;
    padding: 20px 40px;
}

.btn.medium:hover {
    opacity: 1;
    background: #f36c36;
}
/*btn END*/
/* --------------------------------- */
/* TOOLTIP CSS */
/* --------------------------------- */
*[data-tooltip] {
    position: relative;
    cursor: pointer;
    text-align: center;
}

*[data-tooltip-mask] {
    z-index: 999999;
    -webkit-box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
    box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0), 0 0 0 5000px rgba(190, 220, 170, 0);
    -webkit-transition: all 500ms 100ms;
    transition: all 500ms 100ms;
    cursor: help;
}

*[data-tooltip-mask]:hover {
    -webkit-box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
    box-shadow: inset 0 0 0 500px rgba(190, 220, 170, 0.70), 0 0 0 5000px rgba(190, 220, 170, 0.70);
}

*[data-tooltip]:hover:before,
*[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

*[data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
    transition: all 300ms 000ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

*[data-tooltip]:hover:before {
    -webkit-transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
    transition: all 300ms 200ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

*[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    content: attr(data-tooltip);
    line-height: 14px;
    position: absolute;
    z-index: 99;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    width: 250%;
    max-width: 290px;
    min-width: 140px;
    -webkit-transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
    transition: all 300ms 100ms cubic-bezier(0.25, 0, 0.15, 1.50);
}

/* BOTTOM TOOLTIP */

*[data-tooltip]:before,
*[data-tooltip-bottom]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}

*[data-tooltip]:hover:before,
*[data-tooltip-bottom]:hover:before {
    bottom: -17px;
    left: -3px;
    z-index: 100;
}

*[data-tooltip]:after,
*[data-tooltip-bottom]:after {
    -webkit-transform: translate(-50%, 100%) scale(.8);
    transform: translate(-50%, 100%) scale(.8);
    left: 50%;
    bottom: -14px;
}

*[data-tooltip]:hover:after,
*[data-tooltip-bottom]:hover:after {
    -webkit-transform: translate(-50%, 100%) scale(1);
    transform: translate(-50%, 100%) scale(1);
}

/* TOP TOOLTIP */

*[data-tooltip-top]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: inherit;
    top: -25px;
}

*[data-tooltip-top]:hover:before {
    bottom: inherit;
    top: -15px;
}

*[data-tooltip-top]:after {
    -webkit-transform: translate(-50%, -100%) scale(.8);
    transform: translate(-50%, -100%) scale(.8);
    left: 50%;
    top: -10px;
    bottom: inherit;
    max-width: 200px;
    text-align: center;

}

*[data-tooltip-top]:hover:after {
    -webkit-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1);
    max-width: 200px;
}
/* LEFT TOOLTIP */
*[data-tooltip-left]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 15px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    right: inherit;
    left: -25px;
}

*[data-tooltip-left]:hover:before {
    bottom: 0;
    top: 0;
    right: inherit;
    left: -15px;
}

*[data-tooltip-left]:after {
    -webkit-transform: translate(-100%, -50%) scale(.8);
    transform: translate(-100%, -50%) scale(.8);
    left: -10px;
    top: 50%;
    bottom: inherit;
}

*[data-tooltip-left]:hover:after {
    -webkit-transform: translate(-100%, -50%) scale(1);
    transform: translate(-100%, -50%) scale(1);
}

/* RIGHT TOOLTIP */

*[data-tooltip-right]:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: inherit;
    right: -25px;
}

*[data-tooltip-right]:hover:before {
    bottom: 0;
    top: 0;
    left: inherit;
    right: -15px;
}

*[data-tooltip-right]:after {
    -webkit-transform: translate(100%, -50%) scale(.8);
    transform: translate(100%, -50%) scale(.8);
    right: -10px;
    top: 50%;
    left: inherit;
    bottom: inherit;
}

*[data-tooltip-right]:hover:after {
    -webkit-transform: translate(100%, -50%) scale(1);
    transform: translate(100%, -50%) scale(1);
}

.main-navigation ul ul {
    /*width: 299px;*/
    display: flex;
    flex-direction: column;
}

.wp-block-media-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/*.wp-block-media-text figure {
    width: 50px;
}*/

.wp-block-media-text.alignwide.icon_left figure.wp-block-media-text__media {
    width: 100%;
}

div#polylang-2, div#polylang-2 ul {
    margin: 0;
    padding: 0;
}


.has-4-columns figcaption,.has-6-columns figcaption{
    white-space: nowrap !important;
}


.no_width figure {
    width: auto;
}

.no_width > .wp-block-column {
    border: 3px solid #ccc;
    padding: 25px 0 5px 18px;
}

.wp-block-media-text h3, .wp-block-media-text h4 {
    margin-top: 0;
}

.no_width h4 {
    margin-bottom: 0;
}

.no_width p {
    font-size: 14px;
    max-height: 65px;
    margin: 0 0 25px 0;
}

.is-style-default {
    background-color: transparent !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*#block_1 {
    background-image: url(/wp-content/themes/universal55x5/img/seo-section-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}*/

.block_2, .block_3 {
    background-color: #eff3f5;
}



#block_1, .block_2, .block_3 {
    padding: 30px 0;
}


article.news_art {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

article.news_art:hover {
    -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .2);
}



section.d_search {
    padding: 15px 0;
    background-color: #055bc4;
    color: #fff;
    z-index: 99;
    position: relative;
}

.iva_domainSearch select.select.witch, .iva_domainSearch input[type="text"] {
    padding: 7px;
    border-radius: 4px;
}

.soc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24px, 1fr));
    gap: 10px;
    max-width: 260px; /* или сколько надо, чтобы задать ширину сетки */
}

.soc a {
    width: 24px;
    height: 24px;
}

.soc a{
    font-size: 24px;
}
.wp-block-image .aligncenter {
    text-align: center;
}
.gamburger-btn {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border-radius: 50%;
    position: relative;
    float: right;
    display: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.wp-block-table tr td {
    border: 1px solid #444;
    text-align: center;
    vertical-align: middle;
}
ul.no_marker > li {
    list-style-image: none !important;
}
span.gamburger-line {
    background: #000 !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.gamburger-line,
.gamburger-line::before,
.gamburger-line::after {
    display: block;
    height: 2px;
    width: 26px;
    background-color: #000;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.gamburger-line::before,
.gamburger-line::after {
    content: '';
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.gamburger-line::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.gamburger-line::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.gamburger-btn_active .gamburger-line {
    background-color: transparent;
}

.gamburger-btn_active .gamburger-line::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gamburger-btn_active .gamburger-line::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.news_art_content {
    padding: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    color: #222;
    font: normal 15px/1.6 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, Sans-serif;
}

.thumb_post {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumb_post:before {
    content: "";
    opacity: 0;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.thumb_post:hover:before {
    opacity: .7;
}

.thumb_post:after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "+";
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    font-size: 48px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    will-change: transform;
}

.thumb_post:hover:after {
    opacity: 1;
}

.data_post {
    text-align: center;
    color: #6d6d6d;
    font-weight: 100;
    font-size: 13px;
}

section#prizyv {
    margin: 60px 0;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    z-index: 1;
    color: #404040;
}

section#prizyv:before {
    position: absolute;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(203, 255, 203, 0.44)), to(rgba(241, 255, 225, 0.6)));
    background-image: linear-gradient(90deg, rgba(203, 255, 203, 0.44), rgba(241, 255, 225, 0.6));
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

section#prizyv .container {
    z-index: 9;
    position: relative;
}

/*.price-heading {
    font-size: 25px;
}*/










/*img.custom-logo {
    width: auto;
}*/

a.zvonok {
    background: #055bc4;
    position: relative;
    color: #fefffd;
    padding: 19px;
    margin-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

a.zvonok:hover {
    background: #02418e;
    color: #fefffd;
}



section {
    padding: 60px 0;
}

/* виджет с определеным названием */
ul#menu-katalog-produktsii-sajtbar {
    background: #f2f2f2;
    padding: 0;
    margin-top: 20px;
}

ul#menu-katalog-produktsii-sajtbar li {
    border-bottom: 2px solid #fff;
}

ul#menu-katalog-produktsii-sajtbar li:before {
    font-family: unset;
    content: unset;
    margin-right: unset;
}

ul#menu-katalog-produktsii-sajtbar li a {
    border-left: 4px solid transparent;
    padding: 15px;
    display: block;
    color: #404040;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

ul#menu-katalog-produktsii-sajtbar li a:hover {
    border-left: 4px solid #01ad61;
    color: #01ad61;
}

ul#menu-katalog-produktsii-sajtbar li.current-menu-item a {
    border-left: 3px solid #01ad61;
    color: #01ad61;
}

footer.entry-footer {
    background: unset;
    color: unset;
    padding: unset;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: auto;
    height: 123px;
    float: left;
    margin: 0 10px 11px 0;
}



div#happyforms-2136 .happyforms-flex {
    padding: 13px 0;
}

.happyforms-part--legal .option-label p:last-child {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}

div#happyforms-2136 {
    border: 2px dashed #01ad61;
    border-radius: 4px;
    padding: 20px 20px;
    margin-bottom: 90px;
}

div#happyforms-2136 h3.happyforms-form__title {
    font-size: 1.5em;
    color: #404040;
    font-weight: 700;
}

.site-info {
    background: #1c252f;
    padding: 15px 0;
}

footer h3.widget-title {
   /* color: #777;*/
    border-bottom: dashed 1px #555;
    font-weight: 300;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    padding: 2px 0;
	font-size: 18px;
}

footer a {
    opacity: 1;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 0;
    text-decoration: none;
}

footer a:hover {
    opacity: .6;
    text-decoration: none;
}

footer#colophon .widget {
    margin: 50px 0;
}

/*footer#colophon .widget img {
    max-height: 44px;
}
*/
footer .happyforms-flex {
    padding: 0;
}

ul#menu-menyu-futer-katalog > li:before,
ul#menu-menyu-futer > li:before {
    font-family: "icons";
    content: '\e807';
    margin-right: 10px;
    font-size: 9px;
}

.norm .wp-block-media-text figure {
    max-width: 50px;
}

ul#menu-menyu-futer-katalog > li a,
ul#menu-menyu-futer > li a {
    font-size: 13px;
}

footer .happyforms-form--submit-button-padding-narrow input[type=submit].happyforms-button--submit {
    padding: 15px 20px;
}

section.single_prizyv {
    margin: 0;
    height: 100%;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0;
    z-index: 1;
    color: #404040;
}

section.single_prizyv:before {
    position: absolute;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.67)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.67));
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;

}

section.single_prizyv .container {
    z-index: 100;
    position: relative;
}

aside#secondary .widget {
    padding: 15px 0;
}

.content_catalog {
    min-height: 85px;
    text-align: center;
}

.content_catalog a {
    color: #2e3639;
    text-decoration: none;
    font-weight: 700;
}

.content_catalog a:hover {
    color: #055bc4;
}

.katalog {
    padding: 60px 0;
}

.news_art_content.content_catalog {
    border-top: 1px solid #ebebeb;
}

/*newprice*/
.newprice {
    width: 100%;
}

.newprice thead {
}

.newprice thead tr {
}

.newprice thead tr td {
    padding: 15px 10px;
    background: #252628;
    border: 1px solid #252628;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.newprice thead tr td.prodname {
    text-align: left;
}

.newprice tbody {
}

.newprice tbody tr {
}

.newprice tbody tr td {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid silver;
    color: #252628;
    text-align: center;
}

.newprice tbody tr:hover td {
    background: rgb(238, 238, 238);
}

.newprice tbody tr td.bold {
    font-weight: bold;
    border: none;
    padding-top: 10px;
    background: none;
}



.newprice tbody tr td.prodname {
    text-align: left;
}



.hosting-sale {
    /*width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-size: 75%;
    background: #979a9c;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    padding: 5px;
    text-align: left;*/
	width: 100%;
    display: block;
    position: absolute;
    color: #fff;
    top: -10%;
    font-size: 75%;
    background: #555858;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}



.price {
    font-size: 120%;
    font-weight: 700;
    vertical-align: middle;
    color: #666;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
    min-height: 154px;
}
table.table-panel {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background: #ededed;
    border-collapse: separate;
    border-spacing: 0;
}

.table-panel td {
    vertical-align: middle;
    font-size: 23px;
    text-align: center;
	padding-bottom: 2%;
}
.table-panel td:nth-child(1) {
    text-align: left;
}
.icon_left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row_test {
    background-color: #f7f7f7;
    padding: 3% 1%;
    border-radius: 5px;
}







.slider_block_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.slider_block_content ul.glide__slides > li > div {
    max-height: 358px !important;
}

.slider_block_content ul.glide__slides > li > div {
    min-height: 358px;
}

.slider_block_content .glide__track {
    -webkit-box-shadow: 0 0 72px rgba(5, 91, 196, 0.2784313725490196);
    box-shadow: 0 0 72px rgba(5, 91, 196, 0.2784313725490196);
}

.wp-block-embed__wrapper {
    text-align: center;
}

.mkb-widget-articles__list ul li.mkb-widget-articles__list-item:before, li.mkb-widget-topics__list-item:before {
    display: none !important;
    content: '';
}

strong {
    font-weight: 700;
}
 
/*.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}

.wp-block-cover, .wp-block-cover-image {
    min-height: 380px;
}*/



.wp-pagenavi {
    margin: 45px auto 45px auto;
    text-align: center;
}
.wp-pagenavi a {
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s all;
}
.wp-pagenavi a:hover{
    border: 1px solid #FF5722;
}
span.current {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #FF5722;
}
.widget_polylang, .widget_polylang ul {
    margin: 0;
    padding: 0;
}

.rtbs .rtbs_menu li a.active {
    position: relative;
}

.vop {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin-left: 4px;
}



.main_banner_clock1 {
    border: 5px solid #3e818a;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 48px;
    background: #f7f7f799;
}

.main_banner_clock2 {
    width: 72px;
    height: 9px;
    position: absolute;
    top: 82px;
    right: 56px;
    -webkit-animation: rotate 5s infinite linear;
    animation: rotate 5s infinite linear;
    border: 5px solid #444;
    -webkit-transform-origin: left;
    transform-origin: left;
    border-radius: 5px;
}

.main_banner_clock3 {
    width: 55px;
    height: 9px;
    position: absolute;
    top: 82px;
    right: 72px;
    -webkit-animation: rotate 15s infinite linear;
    animation: rotate 15s infinite linear;
    border: 5px solid #444;
    -webkit-transform-origin: left;
    transform-origin: left;
    border-radius: 5px;
}

.main_banner_clock4 {
    border: 2px solid #444;
    width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    top: 80px;
    right: 120px;
    background: #ffffffe6;
}

.row_test-text {
    display: table-cell;
    width: 85%;
    padding-right: 5%;
    padding-left: 5%;
}

.section_inner {
    /* text-align: justify; */
    width: 88%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.row_test-text-header p {
    color: #fff;
    font-size: 31px;
    margin: 0;
}

.row_test-text p {
    color: #fff;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);

    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate2 {
    from { 
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);

    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes bgs {
    from {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    to {
        background-size: 100%;
    }
}

@keyframes bgs {
    from {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    to {
        background-size: 100%;
    }
}




/*.hosting-sale > div:nth-child(1) {
    width: 40%;
}

.hosting-sale > div:nth-child(2) {
    width: 60%;
    text-align: right;
}

.hosting-sale > div a {
    color: #fff;
    font-size: 11px;
}*/
.hosting-sale-text {
    float: left;
    padding-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.hosting-sale-price {
    padding-left: 45%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.hosting-sale-price a{color:#FFF;}



.newprice tfoot {
}

.newprice tfoot tr {
}

.newprice tfoot tr td {
    padding: 1px 10px;
}



.sub-menu .menu-item-has-children:before {
    background: url(/wp-content/uploads/2019/10/arrow-point-to-right-1.png);
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    right: 30%;
    width: 8px;
    height: 8px;
    background-size: 8px;
    top: 11px;
    right: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul#menu-bokovoe-menyu-v-bloge li {
    list-style: none !important;
    margin-bottom: 5px;
}

.sub-menu .menu-item-has-children:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 5%;
}

.menu-item img._before, .rtl .menu-item img._after {
    width: 16px;
}

.archive-description {
    border: 1px dashed #ccc;
    padding: 0 25px;
    margin: 31px 0px 60px 0;
}

nav.navigation.posts-navigation {
    display: block;
    width: 100%;
    margin: 30px 15px;
}

.nav-links a {
    display: inline-block;
    border: 1px solid;
    padding: 10px 30px;
    border-radius: 4px;
    text-decoration: none;

}

.nav-links a:hover {
    background: #055bc4;
    color: #fff;
}

.active.nav:before {
    visibility: visible;
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
    top: 0;
}

.current-menu-item a {
    /*color: #ccc;*/
    text-decoration: none;
    border-bottom: 1px solid #85898d;
}

div#map {
    margin-bottom: 50px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

nav.navigation.post-navigation {
    margin: 25px 0 50px 0;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.nav-previous > a:before {
    content: '← ';
}

.nav-next > a:after {
    content: ' →';
}

/*newprice*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}


.wp-block-columns.has-6-columns {
    margin-bottom: 0;
}


@-webkit-keyframes mymove {
    from {
        top: -51px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes mymove {
    from {
        top: -51px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes mymove_bottom {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mymove_bottom {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#mobile_sidebar {
    display: none;
}




/*ul#primary-menu .current-menu-item a {
    color: #055bc4;
}*/
li > a[aria-current="page"]{color:#055bc4}

footer li > a[aria-current="page"] {
    color: #83B9FC;
	font-weight: 700;
}

#anycomment-root .anycomment-form__guest-socials ul, #anycomment-root .anycomment-form__guest-socials ul>li {
    list-style: none;
    list-style-image: unset !important;
}
.wp-block-columns.has-3-columns .wp-block-column ul li {
    list-style-image: unset !important;
}
#colophon > div.container > div > div > div > div > ul > li {
    list-style-image: unset !important;
}

.wp-block-columns.custom-font-size p, .wp-block-column.custom-font-size p {font-size:15px}
.cms__img .wp-block-media-text__media img{width:75%}


#container-grid {
  display: grid;
  grid-row-gap: 2px;
  /* grid: repeat(3, 1fr) / auto-flow; */
  grid-template-columns: 33.9%  14.2%  13.2%  14.2%  13.2%  14.2%;
}

#container-grid > div {
  padding: 4px;
  text-align: center;
  background-color: #fff;
}
#container-grid > div img{width: 24px;}
.main-grid{width: 100%;display: inline-grid;padding: 1px;background-color: #ededed;}

.flag {
    background-image: url(https://prohoster.info/wp-content/uploads/flags/flag-for_VPN.png);
    background-repeat: no-repeat;
    -webkit-background-size: 319px 290px;
    -moz-background-size: 319px 290px;
    background-size: 333px 314px;
    width: 35px;
    height: 29px;
    float: left;
    margin-right: 1%;
}
.flag.top{margin-top:1%;}

#div1.is-layout-flow.wp-block-column{
    border:solid 2px #ededed
}
#div1.is-layout-flow.wp-block-column:hover{
    border:solid 2px #c9c7c7;
    background: #f7f7f773
}
#div2.none{
    height: 29px;
    background-image: url(https://prohoster.info/wp-content/uploads/icon_soft_vpn/vpn-soft-icon-download.png);
    background-repeat: no-repeat;
    background-position-x: unset;
    background-size: 21%;
    width: 100px;
    margin: 0 auto;
    margin-top: 3%;
	padding-left: 8%;
}
p#div2.none a{color:#055bc4;text-decoration: none;}


#container-grid {
  display: grid;
  grid-row-gap: 2px;
  /* grid: repeat(3, 1fr) / auto-flow; */
  grid-template-columns: 33.9%  14.2%  13.2%  14.2%  13.2%  14.2%;
}

#container-grid > div {
  padding: 4px;
  text-align: center;
  background-color: #fff;
}
#container-grid > div img{width: 24px;}


#content > div.wp-block-cover.has-parallax > div.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow > p.has-text-align-center.has-white-color.has-text-color{min-height: 75px;}

#content > div.wp-block-cover > div > p.has-text-align-center.has-white-color.has-text-color{min-height: 50px;}

.shopping-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('/wp-content/uploads/2019/10/shopping-cart.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.smallprice{    font-size: smaller;
    padding-left: 2%;}

.image-reserved {
  width: 100%;
  aspect-ratio: 4 / 3; /* или другой нужный формат */
  background-color: #eee;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto; /* центрирует блок по горизонтали */
}

.image-reserved img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Table*/
table.fold-table {
    margin-bottom: 2%;
    width: 100%;
}

.fold-table thead th:nth-child(1) {
    min-width: 125px;
    background: #fff;
    border: 1px solid #ededed;
}

.fold-table thead th {
    widht: 39px;
    font-size: 67%;
    vertical-align: middle;
    border: 1px solid #055bc4;
    background: #055bc4;
    width: 50px;
    color: #fff;
}
table.fold-table > tbody > tr.fold {
    display: none;
}

table.fold-table > tbody > tr.view:hover {
    background: #ededed;
}

table.fold-table > tbody > tr.view td:first-child:before, table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    color: #999;
    font-family: "icons";
    content: '\e805';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 11px;
}

table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #333;
}

table.fold-table > tbody > tr.fold.open {
    display: table-row;
}

table.fold-table > tbody > tr.view.open {
    background: #ededed;
    color: #333;
}

table.fold-table > tbody > tr.view td:first-child, table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    padding: 5px 12px 5px 25px;
    line-height: 2.3;
}

table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}

.fold-table td:nth-child(1) {
    text-align: left;
    max-width: 125px;
    padding: 0 25px;
}

.fold-table td {
    border: solid 1px #ededed;
    padding: 5px 0;
    text-align: center;
    max-width: 65px; /*15px*/
}
#i-have-a-tooltip {
    position: relative;
    background: #f39c12;
    padding: 0 2px;
    color: #000;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 3px;
}
table.fold-table tr td:last-child img {
    width: 32px;
}

table.fold-table tr td:last-child img:hover {
    opacity: 0.7;
}
/*Table END*/



@media ( max-width: 1024px ){
    .pricetable .column {
        width: 49% !important;
    }

}
@media ( max-width: 1199px ){
    .pricetable .column {
        width: 32% !important;
    }

}
@media (max-width: 992px) {
    .open_secondary {
        left: -4px !important;
    }

    .open_mobile_sidebar {
        left: 250px !important;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    #secondary {
        position: fixed;
        left: -279px;
        border: 1px solid #ccc;
        background: #dce4e8;
        z-index: 999;
        width: 263px;
        height: 263px;
        -webkit-transition: 0.6s all;
        transition: 0.6s all;
        bottom: 0;
        top: 0;
        height: 100%;
        overflow-y: auto;
    }

    #mobile_sidebar {
        display: block;
        position: fixed;
        height: 64px;
        width: 64px;
        left: 0;
        top: 200px;
        z-index: 999;
        border-radius: 60px;
        /* padding: 5px 5px 0px 5px; */
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
        cursor: pointer;
        display: block;
        background: url(/wp-content/uploads/2019/10/next-sidebar.png) #dbe3e7;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .wp-block-column {
        -ms-flex-preferred-size: calc(45% - 16px);
        flex-basis: calc(45% - 16px);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 15% !important;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

    .header_bar {
        font-size: 11px;
    }

    .no_width > .wp-block-column {
        padding: 25px 1px 54px 10px !important;
        margin-bottom: 10px;
    }

    .main-navigation a {
        margin-left: 11px;
        font-size: 14px;
    }

    img.custom-logo {
        width: auto;
        max-width: unset;
    }

    ul#menu-katalog-produktsii-sajtbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    ul#menu-katalog-produktsii-sajtbar > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #fff;
        background: #f2f2f2;
        margin: 5px;
        width: 141px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul#menu-katalog-produktsii-sajtbar {
        background: transparent;
        padding: 0;
        margin-top: 0;
        text-align: center;
    }

    ul#menu-katalog-produktsii-sajtbar li a {
        font-size: 12px;
        width: 100%;
    }

    div#happyforms-2136 {
        margin-bottom: 30px;
    }

    footer#colophon .widget {
        margin: 15px 0;
    }

    header.site-header.header-fixed .main-navigation a {
        margin-left: 11px;
    }

    #secondary::-webkit-scrollbar-track, #secondary::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }

    #secondary::-webkit-scrollbar, #secondary::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    #secondary::-webkit-scrollbar-thumb, #secondary::-webkit-scrollbar-thumb {
        background-color: #055bc4;
        border: 0px solid #555555;
    }

    .row_test {
        position: relative;
    }
    .row_test:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.43137254901960786);
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .row_test-text {
        position: relative;
        z-index: 900;
    }
    .main_banner_clock4 {
        opacity: 0.5;
    }
    .table-responsive {
        overflow: auto;
    }
    .table-responsive > table {
        min-width: 930px;
    }
}
@media (min-width: 600px) {
    .prizyv > .wp-block-column {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }
}
@media screen and (max-width: 750px) {
    .div_link_breadcrumbs {
        display: none !important;
    }
	
	h1 {
    font-size: 140%;}
}
@media (max-width: 768px) {
    .rtbs_full .rtbs_menu ul::after {
    content: ''!important;
}

.pricetable .column {
    width: 100% !important;
}
	.rtbs_full .rtbs_menu li.mobile_toggle {

    padding-left: 0!important;
}
    .wp-block-columns.has-2-columns > div {
        margin-bottom: 20px;
    }
    .wp-block-columns {
        margin-bottom: auto !important;
    }
    .three_fourth.last > form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .three_fourth.last > form > button {
        margin: 4px 5px;
    }

    .col-md-5.col-sm-5.col-xs-12.text-right-sm.hidden-xs {
        text-align: center;
    }

    .wp-block-column {
        -ms-flex-preferred-size: calc(97% - 16px);
        flex-basis: calc(97% - 16px);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    a.gamburger-btn.gamburger-btn_active {
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: relative;
        top: 30;
        left: 0;
        z-index: 99999;
        background: #1b6794;
        padding: 15px;
        width: 100%;
        width: 59px;
        height: 59px;
    }

    .gamburger-line, .gamburger-line::before, .gamburger-line::after {
        background-color: #000;
    }

    #main > div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gamburger-btn_active .gamburger-line::before, .gamburger-btn_activeg, amburger-line::after {
        color: #fff;
    }

    .main-navigation a:hover {
        color: #8a8a8a;
        border-bottom: 2px solid #8a8a8a;
    }

    .active_primary {
        height: 100% !important;
        position: fixed !important;
        z-index: 999 !important;
        opacity: 1 !important;
        left: 0 !important;
        background: #104a6d;
        top: 0;
        bottom: 0;
        width: 250px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .active_primary a {
        color: #ffffff;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
        left: auto;
        background: #1b6794;
    }

    .current-menu-item a {
        color: #ccc;
        text-decoration: none;
        border-bottom: 0 solid #85898d;
    }

    .gamburger-btn_active {
        position: fixed !important;
        left: 244px !important;
        background: #104a6d !important;;
        color: #fff;
        z-index: 999
    }

    .gamburger-btn_active span.gamburger-line {
        background: #104a6d !important;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        background: #fff;
    }
    .nav ul {
        height: 0;
        display: block;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: -1;
        opacity: 0;
        left: -250px;
    }

    ul#menu-katalog-produktsii-sajtbar > li {
        width: 45%;
    }

    header.entry-header-single img {
        float: none;
        margin: 0 0 15px 0;
        max-width: 100%;
    }

    /*.hidden-xs {
        display: none;
    }*/

    .mobile_rel {
        position: relative;
    }

    .nav ul {
        height: 0;
        display: block;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: -1;
        opacity: 0;
        left: 0;

    }

    nav.main-navigation.nav.active > div > ul {
        display: block;
        height: auto;
        position: fixed;
        z-index: 999;
        opacity: 1 !important;
        top: unset;
    }

    .main-navigation a {
        margin-left: 11px;
        font-size: 16px;
        color: #fff;
        padding: 10px 15px;
    }

    .main-navigation li {
        float: none;
        position: relative;
    }

    ul.glide__slides > li h3 {
        font-size: 19px;
    }

    .glide img {
        max-height: 205px;
        display: none;
    }

    img.custom-logo {
        width: auto;
        max-height: 40px;
    }
    .tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
        font-size: 10px;
        font-weight: 400;
    }
    .tablepress tbody tr td {
        border-top: 0;
        font-size: 10px;
    }
    .dataTables_wrapper.no-footer{
        overflow: auto;
    }
    .table-panel td{
        font-size: 12px !important;
    }
    table.table-panel th {
        padding: 0 15px;
        white-space: nowrap;
    }
    aside#secondary {
        padding: 15px;
    }
    .anycomment.anycomment-form__guest-socials li {
        list-style-image: unset !important;
    }
  .wp-block-cover.has-parallax {
    background-color: #6e9ae6 !important; /* насыщенный синий */
    background-image: none !important;
  }

  .wp-block-cover__image-background {
    display: none !important;
  }
  div#content .container ul li.mobile_toggle {
    display: none !important;
}
.rtbs_full .rtbs_menu ul li {
    padding-left: 0!important;
    background: #ffffff !important;
}
	.rtbs_full .rtbs_menu li.mobile_toggle {
    width: 98% !important;
    display: none !important;
}
	.rtbs .rtbs_menu li {
    display: inline-block !important;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0px!important;
}
	li.mobile_toggle {
    display: none !important;
}
    ul#primary-menu {
        display: none;
    }

    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        width: unset;
        height: unset;
        float: unset;
        margin: unset;
    }

    .gamburger-btn {
        display: block;
    }
}
@media (max-width: 414px) {
    .header_bar .separator {
        margin: 0 15px;
        clear: unset;
        display: block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    nav.main-navigation.nav.active > div > ul {
        left: 0;
    }

    .nav:before {
        top: 95px;
    }
}
.rtbs_menu {
    text-align: center;
}
.rtbs>.rtbs_content {
    padding: 0!important;
    background: #ffffff!important;
    color: #333!important;
    border-top: 0 !important;
}

.rtbs .rtbs_menu li a {
    display: inline-block!important;
    color: #333!important;
    text-decoration: none!important;
    padding: .7rem 30px!important;
    position: relative!important;
    background-color: #e6f3f8 !important;
    width: 240px!important;
    border-radius: 20px!important;
    margin: 15px 5px!important;
    float: left!important;
    text-align: center!important;
    line-height: 20px!important;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.75) !important;
    padding-left: 5px!important;
	padding-right: 5px!important;
}

.rtbs .rtbs_menu li a.active {
    position: relative!important;
    background-color: #0e8ebe;
    font-weight: 700!important;
    color: #fff!important;
    background-color: #0e8ebe !important;
    width: 240px!important;
    border-radius: 20px!important;
    margin: 15px 5px!important;
    float: left!important;
    text-align: center!important;
    line-height: 20px!important;
    padding-left: 5px!important;
	padding-right: 5px!important;
    box-shadow: inset 0 2px 10px -2px rgba(0,0,0,.75) !important;
}
.rtbs_full .rtbs_menu ul::after {
    top: 15px!important;
}
.rtbs_full .rtbs_menu li.mobile_toggle {
    width:98% !important
}
.rtbs_menu ul li {
    display: inline-block;
}
div.rtbs.rtbs_panel > div.rtbs_menu > ul > li.mobile_toggle{
	    display: none !important;
}
.norm > .wp-block-media-text figure {
    width: 100px !important;
}



.norm {
    border-bottom: 2px dashed #ccc;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.single_prizyv h1.price-heading {
    min-height: 96px;
    color: #fff;
    margin: 0 0 10px 0;
}
.prizyv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #f7f7f7;
    padding: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 4px;
}

.prizyv > div:nth-child(1) {
    width: 70%;
}

.prizyv > div:nth-child(2) .wp-block-button {
    top: 0;
    position: relative;
}

.prizyv > .wp-block-column {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-bottom: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    min-width: unset;
    word-break: unset;
    overflow-wrap: unset;
}

.prizyv h3 {
    margin-top: 0;
}

.prizyv p {
    margin-bottom: 0;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
     width: auto;
}
.table-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1em;
}

.table-scroll-wrapper table {
    width: max-content;
    width: 100%;
   /* min-width: 800px;*/
    border-collapse: collapse;
}

.table-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}
.table-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
.table-scroll-wrapper::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.top-bar {
  background: #f0f4f7;
  font-size: 14px;
}

.top-bar__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.main-header {
  background: white;
  border-bottom: 1px solid #ccc;
}

.main-header__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0554b5;
  text-decoration: none;
  font-size: 14px;
}

.header-link:hover {
	color: #4c4b4b;
	text-decoration: underline;
}

.header-link img {
  display: inline-block;
  width: 15px;
  height: 15px;
}


.logo {
  /*font-weight: bold;*/
  font-size: 25px;
  color:#424242;
}
.logo img {
  /*height: 50px;*/
  width: auto;
  display: block;
}
.burger {
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

.main-nav {
  display: flex;
}

.header__menu {
  list-style: none;
  display: flex;
  gap: 7px;
}

.header__menu a {
  text-decoration: none;
  color: #363636;
  padding: 8px;
  display: block;
}

.has-submenu {
  position: relative;
}
.submenu {
  display: none;
}
.has-submenu.open .submenu {
  display: block;
}
.submenu {
  display: none;
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  /*min-width: 200px;*/
  z-index: 1000;
}

.has-submenu:hover > .submenu {
    display: block;
    margin: 0;
    padding: 0 10px
}
.menu-item-with-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu-toggle {
  background: none;
  border: none;
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  display: none;
}
.header__menu,
.submenu {
  list-style: none;
  white-space: nowrap;
}
.header__menu a {
  text-decoration: none;
  color: #4c4b4b;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  transition: color 0.2s, text-decoration 0.2s;
}
.header__menu a {
    border-bottom: 1px solid transparent; /* всегда есть граница, но невидимая */
    transition: border-color 0.2s ease, color 0.2s ease;
}
.header__menu a:hover {
  color: #055bc4;
  border-bottom: 1px solid #85898d;
}



@media (max-width: 990px) {
.header__menu a {
	font-size: 14px;
  padding: 0px;
	}
button.submenu-toggle{font-size: 14px;}
}


@media (max-width: 768px) {
  .header__menu a {
	font-size: 16px;
  padding: 8px;
	}
  .submenu-toggle {
    display: block;
  }

  .has-submenu .submenu {
    display: none;
  }

  .has-submenu.open .submenu {
    display: block;
  }
}


@media (max-width: 768px) {
  .burger {
    display: block;
  }
button.submenu-toggle,button.burger{color:#4c4b4bba}
button.submenu-toggle,button.burger:hover{background:none}

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  .main-nav.open {
	z-index:999;
    display: block;
  }

  .header__menu {
    flex-direction: column;
    gap: 0;
  }

  .header__menu li {
	color:#055bc4;
    border-bottom: 1px solid #eee;
  }

  .submenu {
    position: static;
    box-shadow: none;
    padding-left: 20px;
  }

  .has-submenu:hover > .submenu {
	display: block;
    margin: 0;
    padding: 10px;
    
  }
}
.container{
	max-width: 1200px;
	margin: 0 auto;
}
.menu-item-with-toggle a {
  flex-shrink: 0; /* текст не сжимается */
}

.submenu-toggle {
  flex-grow: 1; /* занимает всё остальное пространство */
  text-align: right;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1em;
}

div#content .container ul li {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAZklEQVQYlWP4//8/AzGYoIKqQ23VQHyVGEX/gbgOxLkNxEVYFOVDFfWCrQYyuqACmUiK0qBiM1HcCBSYD8R/gDgKiGOhiuZjeAYoyAzEG4H4J1TDCpAYVl8DJdigipeC2CQHD8kKAdfOFqoVUP7yAAAAAElFTkSuQmCC);
}
.wp-block-button:has(a.has-text-align-center) {
text-align: center;
}

.menu-btn-billing > a {
    border: 1px solid #b6b9bc;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*font-weight: 600;*/
    transition: 0.3s;
    text-decoration: none;
}

.menu-btn-billing > a::before {
    content: "";
    display: inline-block;
    width: 25px;                   /* ширина иконки */
    height: 25px;                  /* высота иконки */
    background-image: url("/wp-content/uploads/cons-icon/menu-btn-billing-w.webp"); /* 🔹 путь к картинке */
    background-size: contain;      /* вписать картинку полностью */
    background-repeat: no-repeat;
    background-position: center;
}

.menu-btn-billing > a:hover {
    background: #9e9e9e40;
    color: #fff;
}

/* 📍 Иконка для пункта "Локация" */
.menu-btn-location > a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/wp-content/uploads/cons-icon/menu-btn-location-w.webp"); /* 🔹 путь к иконке */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px; /* отступ от текста */
    vertical-align: middle;
}

/* ✉️ Иконка для пункта "Почта" */
.menu-btn-mail > a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/wp-content/uploads/cons-icon/menu-btn-mail-w.webp"); /* 🔹 путь к иконке */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}

/* === Cookie Banner === */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    z-index: 10000;
}

/* Текст баннера */
.cookie-text {
    font-size: 13px;
    color: #333;
    margin-left: 120px;
    font-weight: 600;
}

/* === Кнопка согласия === */
.popup-cookies__btn {
    padding: 3px 25px;
    background: #055bc4;
    box-shadow: 4px 4px 0px rgba(5, 91, 196, 0.2);
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-left: 30px;
    transition: 0.3s;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    margin-right: 120px; /* чтобы не перекрывал чат */
}

.popup-cookies__btn:hover {
    background: #0449a0;
}


@media (max-width: 768px) {
    .cookie-text{margin-left: 5px;font-size: 12px;}
    .popup-cookies__btn {margin-right: 5px;}

}

.gtranslate_wrapper img,
.gtranslate img,
a.glink img {
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
    .price-content a {
        position: static !important;
        display: block;
        margin: 20px auto 0;
        max-width: 190px;
    }
}

@media (max-width: 768px) {
    .price-content .btn.medium.bottom_btn_main {
        position: static !important;   /* убираем absolute */
        display: block;
        max-width: 190px;
        margin: 15px auto 0;          /* центрируем, отступ только сверху */
    }
}

.ph-hero {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

/* фон */
.ph-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* серый фон, если нет картинки */
.ph-hero__bg--plain {
    background-color: #808080;
}

/* затемнение поверх картинки */
.ph-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* контент */
.ph-hero__content {
    position: relative;
    z-index: 3;
    padding: 40px 15px;
    max-width: 900px;
    margin: 0 auto;
}

/* ВАЖНО: снимаем возможный nowrap/overflow от темы */
.ph-hero__title,
.ph-hero__subtitle {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

.ph-hero__title {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 700;
}

.ph-hero__subtitle {
    margin: 0 0 15px;
    font-size: 13px;
}

/* кнопка */
.ph-hero__btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #ffb300;   /* подбери под дизайн */
    color: #000;
    border-radius: 3px;
}

.ph-hero__btn:hover {
    filter: brightness(1.05);
}
