/*!
Theme Name: Ytrading
Theme URI:  https://wpthemespace.com/product/gute/
Author: Wp theme space
Author URI: https://profiles.wordpress.org/wpthemespace
Description: Description: gute is a full-width, fully responsive and highly customizable gutenberg ready free WordPress Theme. Gute is a awesome Blog WordPress theme. You can add your own logo, header, featured areas in this theme. This Gute theme also has several different layout and color that look great on devices of all sizes. Gute is a smart WordPress blog theme. Gute is right choice for your blog website. You can create full feature blog website by the Gute WordPress theme. Gute WordPress theme support custom header, header banner widget, home page feature section, feature image, color changing options, custom background, footer widget, font Awesome icons. So you can enjoy your blog or magazine website with the WordPress Gute theme. 
Version: 1.2.10
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gute
Tags: Blog, portfolio, Two-columns, three-columns, custom-logo, Right-sidebar, left-sidebar, grid-layout, custom-header, custom-menu, featured-images, full-width-template, editor-style,news, microformats, post-formats, sticky-post, flexible-header, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

@font-face{
font-family: 'Montserrat-Regular';
src: url('fonts/Montserrat-Regular.ttf');
src: url('fonts/Montserrat-Regular.ttf?#iefix') format('embedded-opentype'),
url('fonts/Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'Montserrat-Bold';
src: url('fonts/Montserrat-Bold.ttf');
src: url('fonts/Montserrat-Bold.ttf?#iefix') format('embedded-opentype'),
url('fonts/Montserrat-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body {
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat-Regular';
}
.site-header {
    background: #efefef;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.site-branding a {
    text-transform: uppercase;
    margin: 0 0 0 0;
}
.site-branding {
	position: relative;
}
.custom-logo-link {
	display: none;
}
h1, h2, h3, h4 {
    color: #000;
	font-family: 'Montserrat-Bold';
}
.tt,
.tt:hover {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Montserrat-Bold';
	text-decoration: none;
}
.dropdown-item {
    padding: 3px 10px 4px 12px;
    text-transform: uppercase;
    font-weight: 400;
	background: transparent;
}
.dropdown-item:hover {
	background: transparent;
}
img.custom-logo {
    width: 60px;
    height: auto;
}
a.nav-link {
    color: #000;
    font-weight: 600;
    text-transform: inherit;
    padding: 7px 15px !important;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    position: relative;
}
a.nav-link:hover {
	color: #333;
}
a.nav-link:active ,
a.nav-link:focus {
	color: #000;
}
ul#primary-menu li a.nav-link:after {
	content: '';
	background: #555;
	position: absolute;
	top: 45%;
	right: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%
}
ul#primary-menu li:last-child a.nav-link:after {
	display: none;
}
.header-search {
    position: relative;
    padding: 5px;
    margin: 10px 0 0 0;
	display: none;
}
.header-search-form {
    position: absolute;
    top: 51px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.header-search-form.show {
    z-index: 999;
    top:45px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}
.header-search-form form {
    display: flex;
    flex-flow:  row;
}
.header-search-form {
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
}
.header-search-form form input.search-submit {
    min-width: 100px;
    border: none;
    padding: 6px;
    outline: 0;
    border-radius: 0 3px 3px 0;
    margin-left: -3px;
	background: #05509F;
}
input[type="submit"]:hover {
    background: #05509F;
}
.form-control {
	border-radius: 3px;
}
.search-icon i {
    text-align: right;
    color: #05509F;
    cursor: pointer;
}
input.search-field.form-control.input-lg {
    width: 500px;
}
section.home-banner {
    position: relative;
}
.home-banner img {
    width: 100%;
}
.banner-text {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}
.banner-text h1 {
    font-size: 57px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 20px 0;
    text-shadow: 2px 5px 4px #000;
}
.banner-text h3 {
    margin: 20px 0 30px;
    font-size: 35px;
    text-shadow: 2px 5px 4px #000;
}
.banner-text a {
    margin-right: 10px;
}
.banner-text a.btn:hover {
   color: #000;
}
.content-area {
    margin-bottom: 50px;
}
.sticky .card.post-card {
    background: #ededed;
}
.card.post-card:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.list-post article{
    margin-bottom: 40px;
}
.list-post .card-footer {
    display: block;
    width: 100%;
}
.list-post .card.flex-md-row {
    position: relative;
}
.list-post .card-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto 0 0 0;
    text-align: right;
    width: 30%;
    float: right;
}
.list-post .card-footer {
    padding: 10px;
    background-color: inherit;
    border-top: none;
}
/*--------------------------------------------------------------
# Widget
--------------------------------------------------------------*/
.widget-404 .widget ul,
.sidebar ul {
    padding:  0;
    margin:  0;
    list-style:  none;
}
.widget-404 .widget{
    margin: 20px 0;
}
.widget-404 .widget ul li,
.sidebar ul li {
    padding-bottom: 10px;
    border-bottom:  1px solid #efefef;
    margin-bottom: 5px;
}
.widget-404 .widget ul li:last-child, 
.sidebar ul li:last-child {
	border:  inherit;
}
.widget-404 .widget.sidebar,
section.widget.sidebar {
    margin-bottom: 40px;
}
.widget-404 .widget h2,
section.widget.sidebar h2 {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 10px 5px;
    text-align: center;
}
input.search-field {
    width:  100%;
    display:  block;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
}
input.search-submit {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 5px 0;
    max-width: 800px;
    display: block;
    margin: auto;
}
form.search-form label {
    width: 100%;
    max-width: 800px;
}
.widget .search-form label {
    width: 100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
.list-post .card.row.gute-row {
    margin-right: 15px;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.page-head {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.page-head img {
    height:  auto;
    width: 100%;
}
header.img-header {
    position:  absolute;
    top:  0;
    left:  0;
    bottom: 0;
    text-align: center;
    right: 0;
}
h1.img-title {
    padding: 80px 0;
    color: #fff;
    text-shadow: 2px 5px 4px #000;
}
.archive-description {
    color: #fff;
    margin-top: -68px;
    font-size: 18px;
    text-shadow: 2px 5px 4px #000;
}
.footer-bottom {
    background: #111;
    color: #bbb;
    padding: 10px 0;
}
ul#menu-footer-menu {
    margin:  0;
    padding:  0;
    list-style:  none;
}
ul#menu-footer-menu li{
    display:  inline-block;
    font-size: 14px;
}
.footer-bottom {
    font-size: 14px;
}
ul#menu-footer-menu li a,
.footer-bottom a {
    color: #bbb;
}
.footer-middle,
.footer-middle a {
    color: #bbb;
}
.widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.footer-widget ul li a {
    position: relative;
    padding-left: 20px;
}
.footer-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    left: 5px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.subscribe-field img {
    height: 200px;
    width: 100%;
}
.subscribe-field {
    position: relative;
}
.overlay-text {
    position:  absolute;
    top:  0;
    left:  0;
    width:  100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}
.form-text {
    position:  absolute;
    top:  0;
    left:  0;
    width:  100%;
    height: 100%;
}
input#mce-EMAIL {
    opacity: 1 !important;
}
.mc-field-group {
    opacity: 1;
}
form#mc-embedded-subscribe-form {
    opacity:  inherit;
}
button.navbar-toggler{
    color: #fff;
}
ul#primary-menu {
    display: flex;
    flex-flow: row wrap;
}
.page-menu {
    padding: 10px 0;
}
.page-menu ul li a {
    margin-right: 15px;
}
.dropdown-toggle.nav-link {
    display: flex;
    align-items: center;
}
div#content {
    min-height: 550px;
}
.footer-bottom.copy-area {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.list-post .card-footer {
    position: inherit;
    width: 100%;
}

}

@media only screen and (max-width: 991px) {
.page-menu{
   	display:none;
}
div#navbar-content {
    position: absolute;
    top: 40px;
    left: auto;
    background: #fff;
    min-width: 250px;
    right: 0;
    z-index: 999;
    padding: 10px 10px 18px;
    margin: 0 0 6px 0;
    width: auto;
    max-width: 700px;
    border-radius: 0;
}
ul#primary-menu {
    flex-direction: column;
}
.collapse.show .page-menu{
    display:block;
}
nav.navbar.navbar-expand-lg {
        display: flex;
        justify-content: flex-end;
}
.search-icon {
        margin-top: 8px;
}
#primary-menu .dropdown-menu{
        display: none;
}
#primary-menu .dropdown-menu.show{
        display: block;
}

}

@media only screen and (max-width: 780px) {
.container{
        width:90%;
}
.header-search-form form {
        display: flex;
        flex-flow: column;
}
input.search-field.form-control.input-lg {
    width: 270px !important;
}
button.navbar-toggler{
        color: #fff;
        margin-left: -20px;
}
.header-search {
    margin-top: 12px;
    margin-right: 0;
}
h1.site-title {
    text-align: center;
}
#masthead .col-md-1 {
    height: 0;
}
.home-banner img {
    width: 100%;
    min-height: 300px;
}
.banner-text {
    top: 10%;
}
.banner-text h1 {
    font-size: 30px;
}
.banner-text h3 {
    font-size: 24px;
    margin: 14px 0 30px;
}
.comment-form input {
    width: 100%;
}
.pagination ul {
    padding: 0 70px;
}
.pagination_num{
    padding: 0px 6px;
    height: 38px;
    margin: 2px;
}
.pagination_prev, .pagination_next {
    height: 35px;
    width: 35px;
}

}

/*--------------------------------------------------------------
## Next Go
--------------------------------------------------------------*/
.container {
    max-width: 1250px;
}
.space-padding {
    padding: 40px 0;
}
.page-head {
    display: none;
}
h1.entry-title {
    font-size: 35px;
}
h3.comment-reply-title,
h1.entry-title,
h2.comments-title {
    border-left: 0;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-left: 0;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
}
footer.entry-footer {
	display: none;
}
#top {
	padding: 90px 0 70px;
	background: url(/wp-content/uploads/2024/05/BG-ast.jpg);
	background-size: cover;
	background-position: center;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1250px !important;
}
#top h1 {
    padding: 0 0 0 0;
    color: #fff;
    text-shadow: 1px 1px 2px #222;
    text-transform: uppercase;
    font-weight: bold;
    width: 700px;
    line-height: 1.2;
}
#top h2 {
	color: #e6ba38;
	text-shadow: 1px 1px 2px #222;
	padding: 0 0 0 0;
	margin: 0 0 -30px 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 28px;
}
#top p {
    color: #fff;
    text-shadow: 1px 1px 1px #111;
    width: 600px;
    font-size: 19px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
#top a {
	background: #a81100;
	font-size: 17px;
	font-weight: 400;
	padding: 16px 25px;
	line-height: 1;
	box-shadow: 1px 2px 3px #222;
	margin: 10px 0 0 0;
	border-bottom: 2px solid #711006;
	border-right: 2px solid #711006;
	text-shadow: 0.5px 0.5px 1px #555;
	transition: 0.3s;
}
#top a:hover {
	transition: 0.3s;
	box-shadow: 1px 2px 3px #111;
}
#top .master-slider-parent {
	color: #fff;
	position: absolute !important;
	top: 32px;
	left: 370px;
	width: 200px;
	height: 70px;
	font-size: 19px;
}
#top .master-slider-parent:before {
	content: '';
	position: absolute;
	top: -99px;
	left: -62px;
	width: 45px;
	height: 45px;
	background: url(/wp-content/uploads/2024/03/truck.png);
	background-size: cover;
}
#uslugi {
	padding: 80px 0 60px;
}
#uslugi h2 {
	text-align: center;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px 0;
	font-size: 28px;
}
#uslugi h3 {
	font-weight: 600;
	color: #333;
	font-size: 20px;
	margin: 0 0 25px 0;
}
#uslugi p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4;
	text-align: center;
	font-size: 17px;
}
#preimushestva {
	background: url(/wp-content/uploads/2024/06/alk-banner.jpg);
	height: 600px;
	padding: 90px 0 0 0;
}
#preimushestva h2 {
	color: #fff;
	text-shadow: 1px 1px 2px #222;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 28px;
	line-height: 1.25;
}
#preimushestva h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 2px #222;
	font-weight: bold;
	font-style: italic;
}
#preimushestva ul {
	color: #fff;
	text-shadow: 1px 1px 1px #222;
	font-size: 22px;
	font-weight: 400;
	list-style: none;
}
#preimushestva ul li {
	line-height: 1.7;
	position: relative;
	font-style: italic;
}
#preimushestva ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: -33px;
	top: 1px;
	text-shadow: none;
}
#preimushestva ul li:after {
	content: "\f00c";
	font-family: FontAwesome;
	color: #a81100;
	font-size: 24px;
	position: absolute;
	left: -35px;
	top: -3px;
	text-shadow: none;
}
#preimushestva .elementor-image-carousel-wrapper {
	box-shadow: 1px 2px 3px #333;
	border-radius: 3px;
}
#deistivie {
	background: linear-gradient(to top, #006db7, #0b5e97);
	padding: 15px 0;
}
#deistivie h3 {
	padding: 0;
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	font-size: 23px;
	line-height: 1.2;
}
#deistivie a {
	background: #a81100;
	padding: 16px 25px 14px;
	line-height: 1;
	transition: 0.3s;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0.5px 0.5px 1px #444;
	border-right: 1px solid #a81100;
	border-bottom: 1px solid #a81100;
	box-shadow: 1px 1px 2px #555;
	margin: 10px 0 0 5px;
}
#deistivie a:hover {
	transition: 0.3s;
	box-shadow: 2px 2px 2px #555;
}
#vibor {
	background: #fff;
	padding: 70px 0;
}
#vibor h2 {
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 25px 0;
	text-align: center;
	font-size: 35px;
}
.kvm {
	position: relative;
}
.kvm:after {
	content: '2';
	position: absolute;
	top: 21px;
	right: 0;
	font-weight: 600;
	color: #222;
	font-size: 17px;
}
#vibor h3 {
	color: #333;
	font-weight: bold;
	margin: 55px 0 25px;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 0 90px;
	position: relative;
	font-size: 25px;
}
#vibor h3 span {
	color: #a81100;
}
#vibor h3:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 75px;
	height: 75px;
	background: url(/wp-content/uploads/2024/03/customer-service.png);
	background-size: cover;
}
#vibor h3:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 10px;
	width: 94%;
	height: 2px;
	background: #a81100;
}
.blik {
	position: relative;
	z-index: 1;
}
.blik:before {
	content: '';
	position: absolute;
	top: 12%;
	left: 0;
	width: 110%;
	height: 2px;
	z-index: -1;
	background: #006db7;
}
.blik figure {
	width: 50px !important;
}
.blik h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #222;
	font-size: 20px;
}
.blik p {
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.blik.krai:after {
	content: '';
	position: absolute;
	top: -16px;
	right: -25px;
	width: 75px;
	height: 75px;
	background: url(/wp-content/uploads/2024/03/pack-1.png);
	background-size: cover;
}
.dlya_strelki {
	position: relative;
}
.dlya_strelki:after {
	content: "\f105";
    font-family: FontAwesome;
	color: #a81100;
	position: absolute;
	top: -36px;
	right: 4.8%;
	font-size: 21px;
	text-shadow: none;
	font-weight: 600;
}
#doverie {
	height: 750px;
	background: url(/wp-content/uploads/2024/03/otzivi-2.jpg);
	padding: 75px 0 0 0;
}
#doverie h2 {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 2px #222;
	margin: 0 auto 30px;
	font-size: 35px;
}
#doverie h3 {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 auto 10px;
	position: relative;
}
#doverie h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	width: 152px;
	height: 3px;
	background: #fff;
}
#doverie h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	margin: auto;
	width: 150px;
	height: 3px;
	background: #0b5e97;
}
#doverie .wtwp-testimonials-slider-wrp {
	background: #ffffffe6;
	padding: 40px 20px 20px;
	border-radius: 4px;
	box-shadow: 1px 2px 4px #444;
}
#doverie .elementor-element .swiper .elementor-swiper-button-next {
	right: 110px;
}
#doverie .elementor-element .swiper .elementor-swiper-button-prev {
	left: 110px;
}
#doverie .wptww-testimonial-client {
	display: none;
}
#doverie h4 {
	color: #000;
}
#doverie p {
	color: #000;
	font-weight: 500;
}
#doverie .wptww-testimonial-job {
	color: #0b5e97;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
}
.wptww-testimonials-text em:before,
.wptww-testimonials-text em:after {
    color: #555;
	display: none;
}
.wptww-testimonials-slidelist.design-1 .fa-quote-left,
.wptww-testimonials-list.design-1 .fa-quote-left,
.wptww-testimonials-slide-widget.design-1 .fa-quote-left {
    color: #333;
    text-align: left;
    left: 0;
}
#doverie .slick-dots {
	bottom: -10px !important;
}
.wptww-testimonials-slidelist .slick-dots li button {
    border: 1px solid #0b5e97;
}
.wptww-testimonials-slidelist .slick-dots li.slick-active button {
    background: #0b5e97 !important;
}
.partneri {
    padding: 50px 0;
}
.partneri h3 {
	color: #a81100;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1;
	padding: 0;
	margin: 0;
}
#faq {
	background: #eee;
	padding: 70px 0 60px;
}
#faq h2 {
	text-align: center;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	font-size: 35px;
	margin: 0 0 20px 0;
}
#faq h4 {
	text-transform: initial;
	font-weight: 600;
	color: #333;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.1;
	font-size: 23px;
	font-style: italic;
}
#faq h4 span {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.4;
	text-transform: uppercase;
	font-style: normal;
	color: #222;
}
#faq .elementor-accordion {
	background: #fff;
}
#faq .elementor-accordion .elementor-tab-title {
    font-weight: 600;
    font-size: 20px;
}
#faq .elementor-button {
	background: #a81100;
	padding: 16px 25px 13px;
	line-height: 1;
	transition: 0.3s;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	border-right: 1px solid #a81100;
	border-bottom: 1px solid #a81100;
	box-shadow: 1px 1px 2px #555;
	margin: 30px 0 0 5px;
}
#faq .elementor-button:hover {
	transition: 0.3s;
	box-shadow: 1px 1px 2px #444;
}
#contacts {
	padding: 60px 0 50px;
	background: url(/wp-content/uploads/2024/03/bg-m-cont-2.jpg);
	background-size: cover;
	background-position: center;
}
#contacts h2 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 2px #111;
}
#contacts figure {
	margin: 0 10px 15px 0;
	width: 65px;
}
#contacts h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 2px 0;
	padding: 0;
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	text-align: left;
}
#contacts h3:hover {
	text-shadow: 0.5px 1px 1px #fff;
}
#contacts h3 a {
	transition: 0.2s;
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	text-align: left;
}
#contacts h3 a:hover {
	transition: 0.2s;
	color: #a81100;
	text-shadow: 0.5px 1px 1px #fff;
}
#contacts p {
	color: #fff;
	line-height: 1.35;
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-shadow: 0.5px 1px 1px #111;
	text-align: left;
}
.tosait,
.tosait:hover {
	text-decoration: none !important;
}
header .navbar {
    float: right;
    margin-right: 200px;
}
.shadow-sm {
    box-shadow: 0 1px 4px #55555552 !important;
}
article {
	padding: 50px 0 0 0;
}
.okno {
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 460px;
	height: auto;
	z-index: 90;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 0 10px #777;
	padding: 25px 25px 25px;
	display: none;
}
.okno:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10px;
	z-index: 80;
	background: #fff;
	border-radius: 4px 4px 0 0
}
.okno h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #222;
	font-size: 25px;
	margin: 0 0 5px 0;
}
.okno h3 {
	color: #444;
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 0 0;
}
.close_okno {
	position: absolute;
	top: -25px;
	right: 10px;
	font-size: 30px;
	color: #a81100;
	line-height: 1;
	z-index: -1;
	transition: 0.3s;
	cursor: pointer;
}
.close_okno:hover {
	transition: 0.3s;
	top: -28px;
}
.close_okno:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
	height: 20px;
	background: #fff;
	z-index: -1;
}
.wpforms-container .wpforms-field {
    padding: 5px 0;
}
div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
div.wpforms-container-full input[type=submit]:focus,
div.wpforms-container-full button[type=submit]:focus,
div.wpforms-container-full .wpforms-page-button:focus,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:active,
div.wpforms-container-full input[type=submit]:visited,
div.wpforms-container-full button[type=submit]:visited,
div.wpforms-container-full .wpforms-page-button:visited {
	background: #e6ba38 !important;
	color: #222 !important;
	font-size: 17px;
	font-weight: 600 !important;
	padding: 0 35px;
	line-height: 1;
	box-shadow: 1px 1px 2px #777;
	margin: 10px 0 0 0;
	border: none !important;
	border-bottom: 2px solid #cba125 !important;
	border-right: 2px solid #cba125 !important;
	transition: 0.3s;
	outline: none !important;
	float: right;
}
div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full .wpforms-page-button:hover {
	transition: 0.3s;
	border: none !important;
	border-bottom: 2px solid #cba125 !important;
	border-right: 2px solid #cba125 !important;
	background: #cba125 !important;
	outline: none !important;
	cursor: pointer;
}
.wpforms-container textarea.wpforms-field-large {
    height: 120px !important;
}
.booot_form {
	margin: 0 0 0 0;
}
.booot_form h4 {
	margin: 0 0 0 0;
	color: #fff;
	text-shadow: 1px 1px 1px #111;
}
.booot_form button {
	float: right;
}
#services {
    background: #f5f5f5;
    padding: 75px 0 45px;
	border-bottom: 1px solid #ccc;
}
#services h2 {
	text-align: center;
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	font-size: 35px;
	margin: 0 0 20px 0;
}
#services h3 {
	color: #000;
	border-bottom: 2px solid #e6ba38;
	display: inline;
	padding: 0 10px 0;
	margin: 0 0 0 0
}
#services p {
	margin: 12px 0 15px 0;
}
.dot_after {
	position: relative;
}
.dot_after:after {
	content: '>';
	position: absolute;
	right: -10px;
	top: 45%;
	color: #e6ba38;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 25px;
}
.f_block_ins {
	margin: 0 0 0 110px;
}
.new_era {
	position: relative;
	padding: 170px 0 135px;
	border-bottom: 1px solid #ccc
}
.new_era_top {
	margin: 50px 0 0 0;
}
.new_era:before {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 450px;
	height: 450px;
	background: #e6ba38;
	border-radius: 50%;
}
.new_era_1:after {
	content: '';
	position: absolute;
	bottom: -170px;
	left: 0;
	right: 0;
	margin: auto;
	width: 375px;
	height: 585px;
	background: url(/wp-content/uploads/2025/05/pers-1.png);
	background-size: cover;
}
.dop_cats {
	margin: -70px 0 -100px 0;
	z-index: -5;
}
.dop_cats img {
	opacity: 0.5;
	z-index: -5;
	margin: 0 0 -50px 0;
}
.new_era_1 h2 {
    color: #000;
    font-weight: bold;
    font-size: 60px;
    margin: 0 -15px 0 155px;
}
.new_era_1 .left_tt {
	margin: -75px 0 0 150px;
}
.new_era_1 .left_tt p {
	font-size: 17px;
}
.new_era_1 .left_tt h4 {
	font-weight: 600;
	color: #000;
	font-size: 17px
}
.new_era_2:after {
	content: '';
	position: absolute;
	bottom: -170px;
	left: 0;
	right: 0;
	margin: auto;
	width: 450px;
	height: 550px;
	background: url(/wp-content/uploads/2025/05/pers-2-1.png);
	background-size: cover;
}
.new_era_2 h2 {
    color: #000;
    font-weight: bold;
    font-size: 47px;
    margin: -50px 0 30px -65px;
    text-align: right;
    line-height: 1.1;
}
.new_era_2 h3 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
.new_era_2 .e2_left {
	padding: 0 190px 0 0;
}
.new_era_2 .e2_right {
	padding: 0 0 0 220px;
}
.new_era_2 .elementor-image-box-wrapper {
	margin-bottom: 20px;
}
.new_era_2 figure {
	width: 140px !important;
}
.wenn {
	background: #fff;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.wenn:before {
	content: '';
	position: absolute;
	right: 38%;
	top: -100px;
	width: 65px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn:after {
	content: '';
	position: absolute;
	right: 16%;
	top: -100px;
	width: 65px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn h2 {
	margin: 60px 0 5px 0;
	padding: 0 20px 0 0;
	font-size: 38px;
	line-height: 1.25;
}
.wenn p {
	padding: 0 35px 0 0;
	margin: 0 0 15px 0;
}
.new_era_3:after {
	content: '';
	position: absolute;
	bottom: -140px;
	left: 0;
	right: 0;
	margin: auto;
	width: 449px;
	height: 500px;
	background: url(/wp-content/uploads/2025/05/pers-3.png);
	background-size: cover;
}
.new_era_3 .e3_left {
	padding: 0 190px 0 0;
	margin: -30px 0 -40px 0;
}
.new_era_3 .e3_right {
	padding: 0 0 0 220px;
	margin: 0 0 -40px 0;
}
.new_era_3 h2 {
	margin: -65px 0 10px -110px;
	line-height: 1.12;
}
.new_era_3 .elementor-counter {
	margin: 0 0 10px 0;
}
.elementor-counter-number {
	font-family: 'Montserrat-Bold';
	font-size: 70px;
}
.elementor-counter-number-suffix {
	font-size: 70px;
	font-weight: bold;
	font-family: 'Montserrat-Bold';
}
.elementor-counter-number-prefix {
	font-size: 70px;
	font-weight: bold;
	font-family: 'Montserrat-Bold';
}
.dlinnaya_zifra .elementor-counter-number-prefix {
	margin-left: -37px;
}
.elementor-counter-title {
	font-size: 30px !important;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	line-height: 1 !important;
}
.new_era_3 .e3_left .elementor-counter-title {
	margin: 0 0 0 -30px !important;
}
.new_era_3 .e3_right .elementor-counter-title {
	margin-right: -230px !important;
}
.new_era_3 .e3_right .elementor-counter-number {
	margin-right: -280px !important;
}
.reports_block {
	position: relative;
	margin: 70px 150px 60px;
}
.logosi {
	
}
.logosi h2 {
	text-align: right;
}
#wptww-testimonials-slidelist-1 .slick-list {
	background: #fff;
	margin: 0 10px;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.wptww-testimonials-slidelist.slick-slider {
    padding: 0 40px;
}
.reports_block .slick-dots {
	display: none !important;
}
.wptww-testimonials-list h4,
.wptww-testimonials-slidelist h4,
.wptww-testimonials-slide-widget h4 {
    font-size: 25px !important;
    line-height: 22px !important;
    padding: 0 !important;
    margin: 8px 0 22px !important;
    text-transform: uppercase;
    color: #000;
	text-align: left;
}
.reports_block .wptww-testimonials-text,
.reports_block p {
	text-align: justify !important;
	padding: 0 15px;
	line-height: 1.6;
}
.reports_block em {
	padding: 0 0;
	text-align: justify !important;
}
#wptww-testimonials-slidelist-1 .slick-list:before {
	content: '';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 250px;
	height: 250px;
	background: #e6ba38;
	border-radius: 50%;
}
#wptww-testimonials-slidelist-1:before {
	content: '';
	position: absolute;
	top: -50px;
	left: 0;
	width: 250px;
	height: 250px;
	background: #e6ba38;
	border-radius: 50%;
}
.cont_era {
	position: relative;
	padding: 30px 0 25px;
}
.cont_era:before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 500px;
	height: 500px;
	background: #e6ba38;
	border-radius: 50%;
}
.cont_era:after {
	content: '';
	position: absolute;
	bottom: -90px;
	left: 40px;
	width: 350px;
	height: 671px;
	background: url(/wp-content/uploads/2025/05/pers-ch-2.png);
	background-size: cover;
}
.ins_cons {
	text-align: right;
	margin: 0 0 20px 0 !important;
}
.ins_cons h2 {
	font-size: 38px;
	margin: 0 0 20px 0;
}
.ins_cons p {
	font-size: 17px;
	margin: 0 0 10px -50px;
}
.ins_cons strong {
	font-family: 'Montserrat-Bold';
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
}
.spezslice {
	padding: 0 0 0 150px;
}
.spezslice .wpforms-container {
	margin-top: 0 !important;
	margin-right: -20px !important;
}
.spezslice .wpforms-container-full .wpforms-confirmation-container-full,
.spezslice [submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	margin-bottom: 220px;
}
.elementor-widget-tabs .elementor-tab-content,
.elementor-tabs-content-wrapper,
.elementor-widget-tabs .elementor-tabs-wrapper,
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper{
    border: 0 !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
	border: 1px solid #ddd !important;
	margin-left: 15px;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border: 0 !important;
	background: #222;
	color: #fff;
}
.menu-item-737 a {
	color: #333;
	position: relative;
}
.menu-item-737:after {
	content: "\f0d8";
    font-family: FontAwesome;
	color: #333;
	position: absolute;
	right: 12px;
	top: 26%;
}
.top_langch:before {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	width: 330%;
	height: 48px;
	background: #000;
	z-index:-1;
}
.top_langch {
	background: #000;
	text-align: right;
	position: absolute;
	right: 500px;
	line-height: 1;
	height: 48px;
	display: none;
}
.top_langch ul {
	list-style: none;
	text-align: right;
	float: right;
	padding: 14px 0 0 0;
	margin: 0 0 0 0;
}
.top_langch ul li {
	display: inline;
	margin: 0 0;
}
.top_langch ul li a {
	padding: 15px 15px 0;
	font-size: 17px;
	text-decoration: none !important;
	color: #fff;
	transition: 0.2s;
}
.top_langch ul li a:hover {
	color: #e6ba38;
	transition: 0.2s;
}
.error-404.not-found .widget.widget_archive,
.error-404.not-found .widget.widget_categories{
	display: none;
}
.label-dzbd7lyV.bottom-dzbd7lyV {
    display: none !important;
}




/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
.wenn:before {
	content: '';
	position: absolute;
	right: 36%;
	top: -100px;
	width: 65px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn:after {
	content: '';
	position: absolute;
	right: 9%;
	top: -100px;
	width: 65px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}



}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {
.wenn:before {
	content: '';
	position: absolute;
	right: 35%;
	top: -100px;
	width: 65px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn:after {
	content: '';
	position: absolute;
	right: 7%;
	top: -100px;
	width: 65px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}



}

/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
.wenn:before {
	content: '';
	position: absolute;
	right: 35%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn:after {
	content: '';
	position: absolute;
	right: 5%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}



}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {
.top_langch {
    right: 270px;
}
.wenn p {
    padding: 0 45px 0 0;
    margin: 0 0 15px 0;
}
.wenn:before {
	content: '';
	position: absolute;
	right: 34%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn:after {
	content: '';
	position: absolute;
	right: 3%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}	
	
	
	
	

}

/* = MY NEXT NEW PLUS GO 1280
-------------------------------------------------------------- */
@media (max-width: 1280px) {
.new_era_1 h2 {
    font-size: 57px;
    margin: 0 -15px 0 150px;
}
.wenn:before {
	content: '';
	position: absolute;
	right: 33%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}
.wenn:after {
	content: '';
	position: absolute;
	right: 0%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}		
.elementor-counter-title {
    font-size: 25px !important;
}	
.elementor-counter-number {
	font-size: 60px;
}
.elementor-counter-number-suffix {
	font-size: 60px;
}	
#services h3 {
    font-size: 25px;
}	
.new_era_3 .e3_right .elementor-counter-number {
    margin-right: -210px !important;
}	
.new_era_3 .e3_right .elementor-counter-title {
    margin-right: -200px !important;
}	
#top h1 {
    font-size: 37px;
}	
#top p {
    font-size: 18px;
}	
	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {
.container {
    max-width: 1100px;
}
.h2, h2 {
    font-size: 27px;
}
.h3, h3 {
    font-size: 24px;
}
.blik:before {
    top: 11%;
    left: 20px;
    width: 100%;
}
.blik.krai:after {
    content: '';
    position: absolute;
    top: -14px;
    right: -22px;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/2024/03/pack-1.png);
    background-size: cover;
}
#uslugi h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
}
#uslugi {
    padding: 80px 20px 60px;
}	
#uslugi h3 {
    font-size: 18px;
}	
#uslugi p {
    font-size: 14px;
}	
#preimushestva {
    height: 580px;
    padding: 90px 45px 0;
	background-position: 45%;
}
#preimushestva ul {
    font-size: 20px;
}
#deistivie {
    padding: 15px 0 15px 20px;
}
#deistivie h3 {
    font-size: 20px;
}
#deistivie a,
#deistivie a:hover {
    padding: 15px 23px 13px;
    font-size: 14px;
    margin: 5px 0 0 0;
}
#vibor {
    padding: 70px 30px;
}
#vibor h2 {
    margin: 0 0 25px 0;
    font-size: 30px;
}	
.elementor-counter-number {
	font-size: 55px;
}
.elementor-counter-number-prefix {
	font-size: 50px;
}
.elementor-counter-number-suffix {
	font-size: 30px;
	margin: 0 0 -19px 0;
}
.elementor-counter-title {
	font-size: 18px !important;
	margin: 5px 0 0 0;
	line-height: 1.7 !important;
}
.kvm:after {
    content: '2';
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 600;
    color: #111;
    font-size: 14px;
}	
#vibor h3:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 68px;
    height: 68px;
    background: url(/wp-content/uploads/2024/03/customer-service.png);
    background-size: cover;
}
#vibor h3 {
    color: #333;
    font-weight: bold;
    margin: 40px 0 20px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 90px;
    position: relative;
    font-size: 24px;
}	
.dlya_strelki:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #a81100;
    position: absolute;
    top: -30px;
    right: 4.8%;
    font-size: 20px;
    text-shadow: none;
    font-weight: 600;
}
.blik h4 {
    font-size: 18px;
	margin: 0 0 5px 0;
}
.blik p {
    font-size: 14px;
}
#doverie .wtwp-testimonials-slider-wrp {
    padding: 35px 5px 10px;
}	
#doverie h2 {
    margin: 0 auto 20px;
    font-size: 30px;
}
#doverie h3 {
    font-size: 21px;
}	
#doverie h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	margin: auto;
	width: 152px;
	height: 2px;
	background: #fff;
}
#doverie h3:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	width: 150px;
	height: 2px;
	background: #0b5e97;
}	
#doverie p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}	
#doverie {
    height: 750px;
    background: url(/wp-content/uploads/2024/03/otzivi-2.jpg);
    padding: 75px 45px 0;
}	
.wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4 {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 0 !important;
    margin: 5px 0 7px !important;
}
.partneri {
    padding: 22px 35px 20px;
}	
#faq h2 {
	margin: 0 0 10px 0;
    font-size: 30px;
}
#faq {
    padding: 70px 40px 60px;
}
#faq .elementor-accordion .elementor-tab-title {
    font-size: 19px;
}	
#faq h4 span {
    font-size: 25px;
}
#faq h4 {
    font-size: 20px;
}	
#faq .elementor-button {
    padding: 15px 25px 12px;
    font-size: 14px;
    margin: 30px 10px 0 0;
    float: right;
}
#contacts h2 {
    font-size: 30px;
}
#contacts h3 {
    font-size: 16px;
    margin: 0 0 4px 0;
}
#contacts p {
    font-size: 15px;
}	
#preimushestva h2 {
    font-size: 25px;
}
#preimushestva h3 {
    font-size: 20px;
}
#contacts {
    padding: 60px 20px 40px;
}	
.booot_form h4 {
    font-size: 22px;
}	
.tt, .tt:hover {
    font-size: 25px;	
}
.new_era_3 .e3_right .elementor-counter-number {
    margin-right: -160px !important;
}	
.new_era_3 .e3_right .elementor-counter-title {
    margin-right: -180px !important;
}	
#top {
    padding: 60px 15px 45px;
}	
#top h1 {
    font-size: 35px;
    width: 600px;
}		
#top h2 {
    margin: 0 0 -30px 0;
    font-size: 25px;
}	
.new_era_2 h2 {
    font-size: 40px;
    margin: -50px 0 30px -75px;
}	
a.nav-link,
a.nav-link:hover {
    padding: 3px 15px 3px !important;
    font-size: 16px;
}	
.wenn h2 {
    margin: 35px 0 0 0;
    padding: 0 20px 0 0;
    font-size: 33px;
    line-height: 1.25;
}
.wenn {
    padding: 0 15px;
}	
.new_era_1 h2 {
    font-size: 53px;
    margin: 0 -15px 0 150px;
}	
h1.entry-title {
    font-size: 30px;
}	
.ins_cons h2 {
    font-size: 31px;
    margin: 0 0 20px 0;
}	
	
	

}

/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
body {
	font-size: 15px;
}
.h2, h2 {
    font-size: 25px;
}
.h3, h3 {
    font-size: 21px;
}
#uslugi h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}
#uslugi {
    padding: 70px 15px 50px;
}	
#uslugi h3 {
    font-size: 17px;
}
#preimushestva {
    height: auto;
    padding: 65px 45px 45px;
}
#preimushestva ul {
    font-size: 19px;
}	
#preimushestva ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: -33px;
	top: 1px;
	text-shadow: none;
}
#preimushestva ul li:after {
	content: "\f00c";
	font-family: FontAwesome;
	color: #a81100;
	font-size: 23px;
	position: absolute;
	left: -35px;
	top: -3px;
	text-shadow: none;
}	
#deistivie h3 {
    font-size: 19px;
}	
#deistivie {
    padding: 10px 0 10px 10px;
}
#vibor h2 {
    margin: 0 0 20px 0;
    font-size: 29px;
}	
.elementor-counter-number {
    font-size: 45px;
}	
.elementor-counter-number-prefix {
    font-size: 43px;
}
.elementor-counter-title {
    font-size: 16px !important;
    margin: 5px 0 0 0;
    line-height: 1.7 !important;
    font-style: normal;
}	
.kvm:after {
    content: '2';
    position: absolute;
    top: 14px;
    right: 13px;
    font-weight: 600;
    color: #111;
    font-size: 14px;
}	
#vibor h3 {
    margin: 40px 0 20px;
    line-height: 1.2;
    padding: 0 0 0 75px;
    font-size: 22px;
}
#vibor h3:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 65px;
    height: 65px;
    background: url(/wp-content/uploads/2024/03/customer-service.png);
    background-size: cover;
}	
.blik figure {
    width: 45px !important;
}	
.blik:before {
    top: 9%;
    left: 20px;
    width: 100%;
}	
.blik h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
}	
.blik.krai:after {
    content: '';
    position: absolute;
    top: -14px;
    right: -22px;
    width: 65px;
    height: 65px;
    background: url(/wp-content/uploads/2024/03/pack-1.png);
    background-size: cover;
}
#doverie {
    height: auto;
    background: url(/wp-content/uploads/2024/03/otzivi-2.jpg);
    padding: 65px 20px 45px;
}	
#doverie h2 {
    margin: 0 auto 5px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.3;
}	
#doverie p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}	
#doverie h3 {
    font-size: 19px;
}	
.partneri {
    padding: 20px 25px 17px;
}		
#faq {
    padding: 50px 30px 45px;
}	
#faq h2 {
	margin: 0 0 10px 0;
	font-size: 25px;
}
#faq h4 {
    font-size: 19px;
}
#faq h4 span {
    font-size: 23px;
    line-height: 1.3;
}	
#faq .elementor-button {
    padding: 14px 20px 11px;
    font-size: 14px;
    margin: 30px 5px 0 0;
    float: right;
}
#contacts h2 {
    font-size: 27px;
}
.okno h2 {
    font-size: 22px;
    margin: 0 0 5px 0;
}
.okno h3 {
    font-size: 16px;
    line-height: 1.2;
}
#uslugi h2 {
    margin: 0 0 0 0;
    font-size: 22px;
}
header .navbar {
    float: right;
    margin-right: 50px;
}	
#preimushestva h2 {
    font-size: 21px;
	margin: 0 0 10px 0;
}
#preimushestva h3 {
    font-size: 17px;
}	
#services h2 {
    font-size: 30px;
}	
.new_era_top {
    margin: 5px 0 0 0;
}
.new_era_1:after {
	content: '';
	position: absolute;
	bottom: -136px;
	left: 0;
	right: 0;
	margin: auto;
	width: 275px;
	height: 470px;
	background: url(/wp-content/uploads/2025/05/pers-1.png);
	background-size: cover;
}	
.wenn h2 {
    margin: 20px 0 0 0;
    padding: 0 20px 0 0;
    font-size: 26px;
    line-height: 1.2;
}	
.new_era_2 h2 {
    font-size: 36px;
    margin: -50px 0 30px -75px;
}		
.new_era_3 .e3_right .elementor-counter-number {
    margin-right: -140px !important;
}	
.new_era_3 .e3_right .elementor-counter-title {
    margin-right: -150px !important;
}		
.new_era_1 h2 {
    font-size: 41px;
    margin: 0 0 0 125px;
}	
#top h1 {
    font-size: 29px;
    width: auto;
}		
#top h2 {
    margin: 0 0 -30px 0;
    font-size: 22px;
}	
#top p {
    font-size: 16px;
    padding-right: 20px;
    line-height: 1.5;
}	
.f_block_ins {
    margin: 0 0 0 0;
    padding-left: 100px;
}	
	
	


}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
body {
	font-size: 14px;
}
.h2, h2 {
    font-size: 22px;
}
.h3, h3 {
    font-size: 18px;
}
header .navbar {
    float: right;
	padding: 0;
	margin: 0;
}
ul#primary-menu li a.nav-link:after {
	display: none
}
button.navbar-toggler {
    color: #333;
    margin: 7px 0 0 0;
    padding: 0;
	border: 0 !important;
    outline: 0 !important;
}	
img.custom-logo {
    width: 40px;
    height: auto;
}
#uslugi {
    padding: 60px 15px 50px;
}	
#uslugi h3 {
    font-size: 15px;
    margin: 0;
}
#uslugi h2 {
    font-size: 20px;
}
#preimushestva {
    height: auto;
    padding: 65px 20px 40px;
}
#preimushestva h2 {
    margin: 0 0 7px 0;
    font-size: 19px;
}
#preimushestva h3 {
    font-size: 15px;
    margin: 0 0 5px 0;
}
#preimushestva ul {
    font-size: 15px;
}
#preimushestva ul li {
    line-height: 1.5;
}	
#deistivie h3 {
    font-size: 16px;
}	
#deistivie a,
#deistivie a:hover {
    padding: 10px 10px 10px;
    font-size: 13px;
    margin: 0px 0 0 0;
}	
#vibor h2 {
    margin: 0 0 15px 0;
    font-size: 25px;
}	
.elementor-counter-title {
    font-size: 14px !important;
    margin: 5px 0 0 0;
    line-height: 1.2 !important;
    font-style: normal;
}
.elementor-counter-number-prefix {
    font-size: 38px;
}
.elementor-counter-number {
    font-size: 40px;
}	
.elementor-counter-number-suffix {
    font-size: 25px;
    margin: 0 0 -18px 0;
}
.kvm:after {
    content: '2';
    position: absolute;
    top: 12px;
    right: -5px;
    font-weight: 600;
    color: #111;
    font-size: 12px;
}	
#vibor {
    padding: 60px 15px;
}	
#vibor h3 {
    margin: 40px 0 20px;
    line-height: 1.2;
    padding: 0 0 0 65px;
    font-size: 17px;
}	
#vibor h3:before {
    top: 5px;
    left: 0;
    width: 55px;
    height: 55px;
}
.blik figure {
    width: 42px !important;
}	
.blik:before {
    top: 8%;
    left: 23px;
    width: 100%;
}	
.blik.krai:after {
    content: '';
    position: absolute;
    top: -9px;
    right: -25px;
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2024/03/pack-1.png);
    background-size: cover;
}	
.blik h4 {
    font-size: 13px;
    margin: 0 -10px 5px 0px;
}	
#doverie h2 {
    margin: 0 auto 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2;
}
#doverie {
    padding: 55px 10px 45px;
}
#doverie .wtwp-testimonials-slider-wrp {
    padding: 25px 0px 10px;
}	
#doverie .slick-dots {
    display: none !important;
}	
.wptww-testimonials-slidelist .slick-slide {
    padding: 0 10px;
    margin: 0;
}	
#doverie h3 {
    font-size: 17px;
}
.partneri h3 {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-size: 19px;
}
#faq h2 {
    margin: 0 0 5px 0;
    font-size: 23px;
}
#faq .elementor-accordion .elementor-tab-title {
    font-size: 17px;
}	
#faq .elementor-button {
    padding: 14px 23px 12px;
    font-size: 13px;
    margin: 30px 0 0 0;
    float: right;
}
#faq h4 {
    font-size: 17px;
    line-height: 1.2;
}
#faq h4 span {
    font-size: 21px;
    line-height: 1.3;
}
#contacts {
    padding: 65px 0 35px;
    background: url(/wp-content/uploads/2024/03/bg-m-cont-2.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
}	
#contacts h2 {
    font-size: 23px;
}	
#contacts h3 {
    font-size: 14px;
    margin: 0 0 4px 0;
	font-weight: 500;
}	
.footer-bottom {
    font-size: 13px;
}
#contacts p {
    font-size: 14px;
    font-weight: 400;
}
a.nav-link,
a.nav-link:hover,
a.nav-link:active {
    padding: 12px 15px 0 !important;
    font-size: 14px !important;
}
.partneri {
    padding: 40px 110px;
}			
.tt, .tt:hover {
    font-size: 23px;
}	
.new_era_1:after {
	display: none;
}	
.new_era_1 .left_tt {
    margin: -75px 0 0 15px;
}	
.new_era_1 h2 {
    font-size: 35px;
    margin: 0 0 0 15px;
}
.wenn p {
    padding: 0 15px 0 0;
    margin: 0 0 10px 0;
    font-size: 14px;
}	
.wenn h2 {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 23px;
    line-height: 1.2;
}	
.wenn:before {
	display: none;
}	
.wenn:after {
	content: '';
	position: absolute;
	right: -2%;
	top: -100px;
	width: 55px;
	height: 600px;
	background: #e6ba38;
	z-index: 5;
	transform: rotate(5deg);
}		
.new_era {
    padding: 80px 0 90px;
}		
.new_era_2 .e2_left {
    padding: 0 75px 0 0;
}	
.new_era_2 .e2_right {
    padding: 0 0 0 130px;
}	
.new_era_2:after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    height: 437px;
    background: url(/wp-content/uploads/2025/05/pers-2-1.png);
    background-size: cover;
}	
.new_era:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 370px;
    height: 370px;
    background: #e6ba38;
    border-radius: 50%;
}
.new_era_2 h2 {
    font-size: 27px;
    margin: -50px 0 5px -75px;
}	
.new_era_2 figure {
    width: 70px !important;
}	
.new_era_1 .left_tt p {
	font-size: 16px;
}
.new_era_1 .left_tt h4 {
	font-size: 16px
}	
.new_era_1 .left_tt {
    margin: 0 0 0 15px;
}		
#services {
    padding: 65px 0 45px;
}	
#services h2 {
    font-size: 25px;
    margin: 0;
}	
#services h3 {
    font-size: 20px;
    padding: 0;
}		
.new_era_3:after {
	content: '';
	position: absolute;
	bottom: -91px;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
	height: 328px;
	background: url(/wp-content/uploads/2025/05/pers-3.png);
	background-size: cover;
}	
.new_era_3 h2 {
    margin: 0 0 10px -110px;
    line-height: 1.12;
    font-size: 20px;
}	
.new_era_3 .e3_left {
    padding: 0 100px 0 0;
    margin: -30px 0 -40px 0;
}
.new_era_3 .e3_right .elementor-counter-number {
    margin-right: -40px !important;
}	
.new_era_3 .e3_right .elementor-counter-title {
    margin-right: -50px !important;
}		
.new_era_3 .e3_right {
    padding: 0 0 0 155px;
    margin: 0 0 -40px 0;
}	
.f_block_ins {
    margin: 0 0 0 0;
    padding-left: 35px;
}		
#top h1 {
    font-size: 21px;
    width: auto;
    margin: 0 0 -5px 0;
}		
#top h2 {
    margin: 0 0 -30px 0;
    font-size: 19px;
}		
#top p {
    font-size: 14px;
    padding-right: 215px;
    line-height: 1.5;
}		
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, div.wpforms-container-full input[type=submit]:focus, div.wpforms-container-full button[type=submit]:focus, div.wpforms-container-full .wpforms-page-button:focus, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:active, div.wpforms-container-full input[type=submit]:visited, div.wpforms-container-full button[type=submit]:visited, div.wpforms-container-full .wpforms-page-button:visited {
    font-size: 15px !important;
}
.top_langch ul li a {
    padding: 10px 10px 0;
    font-size: 15px;
}	
.top_langch {
    right: 30px;
}	
.menu-item-737:after {
	display: none;
}	
h1.entry-title {
    font-size: 25px;
}		
.reports_block {
    margin: 70px 10px 30px;
}	
.cont_era:after {
	content: '';
	position: absolute;
	bottom: -90px;
	left: 0;
	width: 300px;
	height: 671px;
	background: url(/wp-content/uploads/2025/05/pers-ch-2.png);
	background-size: cover;
}
.spezslice {
    padding: 0 0 0 40px;
}	
.ins_cons h2 {
    font-size: 28px;
    margin: 0 0 10px 0;
}	
.ins_cons p {
    font-size: 15px;
    margin: 0 0 10px -50px;
}	
.dop_cats {
    margin: 0 0 -100px 0;
}	
	
	
	

}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 430px) {
.new_era_1 .left_tt {
    margin: 0;
	padding: 0 0 0 10px;
}	
.new_era_1 h2 {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
	padding: 0 0 0 10px;
}
.wenn {
    padding: 35px 20px;
}	
.wenn p {
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    font-size: 14px;
}	
.wenn h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.2;
}	
.wenn:after {
	display: none;
}
.new_era {
    padding: 40px 0 95px;
}	
.new_era_2 {
	padding-bottom: 225px;
}
.new_era_2:after {
    content: '';
    position: absolute;
    bottom: -125px;
    left: 0;
    right: 0;
    margin: auto;
    width: 280px;
    height: 370px;
    background: url(/wp-content/uploads/2025/05/pers-2-1.png);
    background-size: cover;
}
.new_era_1:after {
	display: block;
	right: 0;
	margin: 0;
	left: unset;
	bottom: -100px;
	height: 270px;
	width: 185px;
}
.new_era_2 .e2_left {
    padding: 0;
	margin: 0;
}
.new_era_2 .e2_right {
    padding: 0;
    margin: 0;
}
.new_era_2 h2 {
    font-size: 27px;
    margin: 0;
    text-align: center;
}
#uslugi h2 {
    font-size: 17px;
    line-height: 1.3;
    padding: 0;
}	
#uslugi {
    padding: 50px 15px 50px;
}
#uslugi h3 {
    font-size: 17px;
	margin: 0 0 15px 0;
}
#uslugi figure {
	width: 80px;
	margin: 0 0 5px 0;
}	
#preimushestva {
    padding: 50px 20px 40px;
}
#preimushestva h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.25;
}
#preimushestva h3 {
    font-size: 17px;
    margin: 0 0 10px 0;
}
#preimushestva ul {
    font-size: 19px;
}	
#deistivie a, #deistivie a:hover {
    padding: 13px 23px 12px;
    font-size: 14px;
    margin: 0px 0 0 0;
}	
#vibor h2 {
    margin: 0px 0 10px 0;
    font-size: 22px;
    line-height: 1.25;
}	
#top a, #top a:hover {
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px;
}	
#deistivie {
    padding: 10px 10px 14px;
	text-align: center;
}	
#deistivie h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.25;
}
#deistivie a, #deistivie a:hover {
    padding: 13px 25px 12px;
    font-size: 15px;
    margin: 0 auto;
}	
.elementor-counter-title {
    font-size: 17px !important;
    margin: 5px 40px 0;
    line-height: 1.5 !important;
    font-style: italic;
    padding: 0;
}
.kvm:after {
    content: '2';
    position: absolute;
    top: 8px;
    right: 103px;
    font-weight: 600;
    color: #111;
    font-size: 12px;
}	
.elementor-counter-number-suffix {
    font-size: 25px;
    margin: -3px 0 -12px 0;
}	
#vibor h3:before {
	display: none;
}
#vibor h3 {
    margin: 40px 0 20px;
    line-height: 1.3;
    padding: 0;
    font-size: 17px;
    text-align: center;
}
.dlya_strelki:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #a81100;
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 20px;
    text-shadow: none;
    font-weight: 600;
}	
.blik:before {
    top: 15%;
    left: 5px;
    width: 40%;
}	
.blik h4 {
    font-size: 17px;
    margin: 0 0 7px 0;
}
.blik.krai:after {
	display: none;
}
#doverie h2 {
    font-size: 19px;
    line-height: 1.35;
	margin: 0 auto -20px;
}	
#doverie h3 {
    font-size: 22px;
	margin: 25px auto 5px;
}	
.partneri h3 {
    line-height: 1.3;
    padding: 0;
    margin: 0 -55px 12px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.partneri {
    padding: 25px 90px 15px;
}
#faq {
    padding: 50px 15px 45px;
}
#faq h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}	
#faq .elementor-accordion .elementor-tab-title {
    font-size: 18px;
}	
#faq h4 {
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
}	
#faq h4 span {
    font-size: 24px;
    line-height: 1.5;
}	
#faq .elementor-button-wrapper {
	text-align: center;
}
#faq .elementor-button {
    padding: 14px 23px 12px;
    font-size: 14px;
    margin: 25px auto 0;
    float: none;
    text-align: center;
}	
#contacts h2 {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 15px;
    margin: 0 0 0 0;
}
#contacts h3 {
    font-size: 18px;
    margin: 0 0 2px 0;
    font-weight: 500;
    letter-spacing: 0.3px;
	text-align: center;
}	
#contacts p {
    font-size: 16px;
    font-weight: 400;
	text-align: center;
}	
.okno {
    position: fixed;
    top: 110px;
    width: 90%;
    border-radius: 3px;
    padding: 25px 20px 25px;
}
a.nav-link,
a.nav-link:hover {
    padding: 5px 15px !important;
    font-size: 15px;
}
div#navbar-content {
    position: absolute;
    top: 36px;
    left: unset;
    background: #f5f5f5;
    min-width: 250px;
    right: 0;
    z-index: 999;
    padding: 10px 10px 18px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 0 3px 3px #55555575;
}
.mystickyelements-fixed {
    top: 70% !important;
}
#doverie .elementor-element .swiper .elementor-swiper-button-next {
	display: none;
}
#doverie .elementor-element .swiper .elementor-swiper-button-prev {
	display: none;
}
#services h2 {
    font-size: 23px;
    margin: 0;
}	
.dot_after:after {
	display: none;
}
.booot_form {
	text-align: center;
}
.booot_form h4 {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 0 0;
}
.booot_form button {
    float: none;
    margin: auto !important;
    text-align: center;
}	
.elementor-counter-number-suffix {
    font-size: 25px;
    margin: 0;
}		
.new_era_3 h2 {
    margin: 0;
    line-height: 1.12;
    font-size: 20px;
}	
.new_era_3 .e3_left {
    padding: 0;
    margin: 0;
}
.new_era_3 .e3_right .elementor-counter-number {
    margin-right: 0 !important;
}	
.new_era_3 .e3_right .elementor-counter-title {
    margin-right: 0 !important;
}		
.new_era_3 .e3_right {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}		
.new_era_3 {
	padding-bottom: 100px;
}
.new_era_3:after {
	content: '';
	position: absolute;
	bottom: -96px;
	left: 30%;
	right: unset;
	margin: auto;
	width: 250px;
	height: 275px;
	background: url(/wp-content/uploads/2025/05/pers-3.png);
	background-size: cover;
}	
.dop_cats {
    margin: 0;
}	
#top {
    padding: 30px 8px 25px;
}	
#top h1 {
    font-size: 21px;
    width: auto;
    margin: 0 0 0 0;
}		
#top h2 {
    margin: 0 0 -25px 0;
    font-size: 19px;
}		
#top p {
    font-size: 14px;
    padding: 0;
    line-height: 1.5;
    margin: 0;
	width: auto;
}		
.tt, .tt:hover {
    font-size: 23px;
    line-height: 1.7;
    margin: 0 0 0 0;
}	
.new_era:before {
    content: '';
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    width: 370px;
    height: 370px;
    background: #e6ba38;
    border-radius: 50%;
}	
.top_langch ul {
    padding: 11px 0 0 0;
    margin: 0 0 0 0;
}
.top_langch ul li a {
    padding: 5px 5px 0;
    font-size: 14px;
}	
.top_langch {
    right: 0;
	height: 35px;	
}
.top_langch:before {
    height: 35px;
}
#services {
    padding: 60px 0 30px;
}	
#services p {
    margin: 12px 0 0 0;
}	
article {
    padding: 30px 0 0 0;
}	
.wptww-testimonials-slidelist.slick-slider {
    padding: 0 0;
}
#wptww-testimonials-slidelist-1:before {
	display: none;
}	
#wptww-testimonials-slidelist-1 .slick-list {
    background: #fff;
    margin: 0 0;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}	
.reports_block .wptww-testimonials-text,
.reports_block p {
	text-align: justify !important;
	padding: 0 10px;
	line-height: 1.5;
	font-size: 14px !important;
}
.cont_era:after {
	display: none;
}	
.elementor-widget-tabs .elementor-tab-content,
.elementor-tabs-content-wrapper,
.elementor-widget-tabs .elementor-tabs-wrapper,
.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper{
    border: 0 !important;
}
.elementor-widget-tabs .elementor-tab-mobile-title {
    cursor: pointer;
    padding: 10px;
    display: inline;
    width: 50%;
}
.elementor-widget-tabs .elementor-tab-desktop-title,
.elementor-widget-tabs .elementor-tab-mobile-title {
	border: 1px solid #ddd !important;
	margin-left: 0;
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
    border: 0 !important;
	background: #222;
	color: #fff;
}		
.cont_era:before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 400px;
	height: 400px;
	background: #e6ba38;
	border-radius: 50%;
}
.cont_era {
    padding: 15px 0 0 0;
}	
.spezslice {
    padding: 0 0 0 0;
}	
.ins_cons h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}	
.ins_cons p {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.dop_cats {
    display: none;
}	
	
	


}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
body {
    font-size: 14px;
}
#uslugi {
    padding: 40px 5px 40px;
}
#preimushestva h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.25;
}
#uslugi h2 {
    font-size: 19px;
    line-height: 1.25;
    padding: 0 0;
    margin: 0 0;
}	
#top p {
    font-size: 14px;
    width: auto;
    line-height: 1.4;
    text-shadow: 1px 1px 3px #111;
}	
.okno h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}
#vibor {
    padding: 50px 10px;
}	
#vibor h2 {
    margin: 0px 0 10px 0;
    font-size: 21px;
    line-height: 1.25;
}
.elementor-counter-number {
    font-size: 37px;
}
.elementor-counter-number-prefix {
    font-size: 36px;
}
.elementor-counter-number-suffix {
    font-size: 24px;
    margin: -3px 0 -14px 0;
}	
.kvm:after {
    content: '2';
    position: absolute;
    top: 8px;
    right: 95px;
    font-weight: 600;
    color: #111;
    font-size: 12px;
}	
#preimushestva {
    padding: 40px 15px 45px;
}
#preimushestva h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
#preimushestva ul {
    font-size: 17px;
    padding: 0 0 0 20px;
}	
#preimushestva ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	font-size: 17px;
	position: absolute;
	left: -22px;
	top: 2px;
	text-shadow: none;
}
#preimushestva ul li:after {
	content: "\f00c";
	font-family: FontAwesome;
	color: #a81100;
	font-size: 20px;
	position: absolute;
	left: -25px;
	top: 0px;
	text-shadow: none;
}	
#deistivie h3 {
    font-size: 19px;
    text-align: center;
    line-height: 1.25;
}
#vibor h2 {
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 1.25;
}	
.elementor-counter-number {
    font-size: 35px;
}	
.elementor-counter-number-prefix {
    font-size: 34px;
}
.elementor-counter-title {
    font-size: 17px !important;
    margin: 5px 45px 0;
    line-height: 1.5 !important;
    font-style: italic;
    padding: 0;
}	
.kvm:after {
    content: '2';
    position: absolute;
    top: 8px;
    right: 97px;
    font-weight: 600;
    color: #111;
    font-size: 12px;
}
#doverie h3 {
    font-size: 20px;
    margin: 25px auto 5px;
}	
.partneri h3 {
    line-height: 1.35;
    padding: 0;
    margin: 0 -75px 12px;
    font-size: 20px;
    text-align: center;
}	
#faq h2 {
    margin: 0 0 10px 0;
    font-size: 22px;
}	
#faq .elementor-accordion .elementor-tab-title {
    font-size: 17px;
    padding: 10px 10px;
}
#faq h4 {
    font-size: 17px;
    line-height: 1.3;
}	
#faq h4 span {
    font-size: 22px;
    line-height: 1.5;
}	
#contacts h2 {
    font-size: 21px;
    line-height: 1.3;
    padding: 0 0;
    margin: 0 0 0 0;
}
#contacts h3 {
    font-size: 17px;
}	
footer .container {
    width: 95%;
}
.okno {
    position: fixed;
    top: 100px;
    width: 90%;
    border-radius: 3px;
    padding: 20px 15px 20px;
}	
#services h2 {
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}	
#contacts p {
    font-size: 15px;
}		
.new_era_2 h2 {
    font-size: 25px;
    margin: 0;
    text-align: center;
}	
.f_block_ins {
    margin: 0 0 0 0;
    padding-left: 0;
}
.new_era_top {
    margin: 0 0 0 -20px;
}
.new_era_1 .left_tt p {
	font-size: 15px;
}
.new_era_1 .left_tt h4 {
	font-size: 15px
}	
.new_era_1 .left_tt {
    margin: 0 0 0 0;
	padding: 0 0 0 20px
}		
.new_era_1 h2 {
    font-size: 27px;
    margin: 0;
    line-height: 1.2;
    padding: 0 0 0 20px;
    width: auto;
}
.new_era {
    padding: 40px 0 120px;
}
.new_era_1:after {
	display: block;
	right: 0;
	margin: 0;
	left: unset;
	bottom: -121px;
	height: 270px;
	width: 185px;
}	
.wenn h2 {
    font-size: 23px;
}	
.new_era_2 h3 {
    font-size: 18px;
}
.new_era_2:after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    margin: auto;
    width: 280px;
    height: 355px;
    background: url(/wp-content/uploads/2025/05/pers-2-1.png);
    background-size: cover;
}	
.new_era_3:after {
	content: '';
	position: absolute;
	bottom: -122px;
	left: 30%;
	right: unset;
	margin: auto;
	width: 250px;
	height: 275px;
	background: url(/wp-content/uploads/2025/05/pers-3.png);
	background-size: cover;
}		
h1.entry-title {
    font-size: 24px;
}		
.cont_era:before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
	height: 300px;
	background: #e6ba38;
	border-radius: 50%;
}
.ins_cons h2 {
    font-size: 19px;
    margin: 0 0 10px 0;
}	
.ins_cons p {
    font-size: 14px;
    margin: 0 0 10px 0;
}	
.tt, .tt:hover {
    font-size: 21px;
    line-height: 1.8;
    margin: 0 0 0 0;
}	
.top_langch ul li a {
    padding: 5px 4px 0;
    font-size: 13px;
}	
	
	
	

}

/* = MY NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {
.h2, h2 {
    font-size: 20px;
}
#top h1 {
    padding: 0 0 0 0;
    font-size: 20px;
    line-height: 1.2;
}
.blik h4 {
    font-size: 18px;
    margin: 0 0 7px 0;
}
#doverie h2 {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 auto -20px;
}
.partneri h3 {
    line-height: 1.3;
    padding: 0;
    margin: 0 -75px 12px;
    font-size: 20px;
    text-align: center;
}	
#preimushestva {
    padding: 40px 40px 45px;
}
#preimushestva h2 {
    margin: 0 -25px 15px -25px;
    font-size: 20px;
    line-height: 1.3;
}
#preimushestva h3 {
    font-size: 16px;
    margin: 0 0 10px -25px;
}	
#preimushestva ul {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 20px -15px;
}	
#services h2 {
    font-size: 21px;
}	
#services h3 {
    font-size: 19px;
    padding: 0;
}		
.new_era_3 h2 {
    margin: 0;
    line-height: 1.12;
    font-size: 18px;
}		
	
	


}

/* = MY NEXT NEW PLUS GO 375
-------------------------------------------------------------- */
@media (max-width: 375px) {
.partneri h3 {
    line-height: 1.3;
    padding: 0;
    margin: 0 -70px 12px;
    font-size: 19px;
    text-align: center;
}
.partneri h3 {
    line-height: 1.3;
    padding: 0;
    margin: 0 -70px 12px;
    font-size: 19px;
    text-align: center;
}
#top a,
#top a:hover {
    font-size: 14px;
    padding: 11px 15px;
}	
#top h1 {
    padding: 0 0 0 0;
    font-size: 23px;
    line-height: 1.15;
}	
#top p {
    font-size: 15px;
}	
#deistivie h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.25;
}
#uslugi h2 {
    font-size: 18px;
}
#contacts h3 {
    font-size: 16px;
}
#preimushestva ul {
    font-size: 16px;
    padding: 0 0 0 20px;
}
#deistivie {
    padding: 10px 0 14px;
    text-align: center;
}
#vibor h2 {
    margin: 0 0 0 0;
    font-size: 19px;
    line-height: 1.2;
}	
#vibor {
    padding: 45px 10px;
}
.kvm:after {
    content: '2';
    position: absolute;
    top: 8px;
    right: 90px;
    font-weight: 600;
    color: #111;
    font-size: 11px;
}	
.blik h4 {
    font-size: 17px;
    margin: 0 0 5px 0;
}
#doverie h2 {
    font-size: 17px;
    line-height: 1.35;
    margin: 0 auto -20px;
}	
#doverie {
    padding: 55px 0 45px;
}	
.partneri h3 {
    line-height: 1.3;
    padding: 0;
    margin: 0 -70px 12px;
    font-size: 18px;
    text-align: center;
}
#faq h2 {
    margin: 0 0 5px 0;
    font-size: 21px;
}
#faq h4 span {
    font-size: 21px;
    line-height: 1.5;
}	
#faq h4 {
    font-size: 16px;
    line-height: 1.2;
}	
#contacts h2 {
    font-size: 20px;
}
footer .container {
    width: 100%;
}	
.new_era_1 h2 {
    font-size: 25px;	
}
.wenn {
    padding: 35px 15px;
}	
.new_era:before {
    content: '';
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    width: 330px;
    height: 330px;
    background: #e6ba38;
    border-radius: 50%;
}		
.new_era_2 h2 {
    font-size: 23px;
}		
	
	
	
	
	


}
