/**
* Renergy Update CSS
*/
/* new sticky logo */
.admin-bar .header.sticked,
.admin-bar .shop-header,
.admin-bar .header--style-2,
.admin-bar .header--style-3,
.admin-bar .catalog .aside-holder,
.admin-bar .fancybox-toolbar {
    top: 32px;
}

@media (max-width:992px) {

    .admin-bar .header--style-1,
    .admin-bar .header--style-2,
    .admin-bar .header--style-3,
    .mobile-nav,
    .admin-bar .catalog .aside-holder,
    .admin-bar .fancybox-toolbar {
        top: 32px;
    }

    .lang-mobile-0 .lang-select {
        display: none;
    }
}

@media (max-width:782px) {

    .admin-bar .header--style-1,
    .admin-bar .header--style-2,
    .admin-bar .header--style-3,
    .mobile-nav,
    .admin-bar .catalog .aside-holder,
    .admin-bar .fancybox-toolbar {
        top: 46px;
    }

    .admin-bar .header--style-1,
    .admin-bar .header--style-2,
    .admin-bar .fancybox-toolbar {
        top: 46px;
        position: absolute;
    }

    body.admin-bar {
        padding-top: 55px;
    }
}

body.header-off {
    padding-top: 0px;
}

@media only screen and (min-width: 992px) {
    .logo-block .logo img {
        font-size: 35px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .logo-block .logo img {
        margin-right: 15px;
    }
}

.btn-scroll-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all .25s linear, opacity .3s linear, bottom .3s linear;
    transition: all .25s linear, opacity .3s linear, bottom .3s linear;
    border: 2px solid #0D73FC;
    color: #fff;
    background-color: #0d73fc;
    border-radius: 50%;
    text-align: center;
}

.btn-scroll-top svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 8px;
    width: 12px;
    height: 12px;
}

.btn-scroll-top:hover {
    color: #0D73FC;
    background-color: #fff;
}

.btn-scroll-top.scrolled {
    opacity: 1;
}

.header.sticked {
    position: fixed;
    padding: 10px 39px 10px 30px;
}

footer.footer-copyright {
    padding-top: 0;
}

footer.footer-copyright .footer-lower {
    border-top: 0;
}

.main-color, footer.footer .main-color {
    color: #0d73fc;
}

footer.footer.trans-bg, .trans-bg {
    background-color: transparent;
}

li.lang-item a {
    text-decoration: none;
}

.lang-select .lang-item.active ul li span::before,
.lang-select .lang-item.active ul li span::after {
    content: none;
}

.lang-select .sub-list {
    width: max-content;
}

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

.primary-heading p {
    margin-bottom: 0;
}

.r-button--sm span,
.r-button--sm::before {
    padding: 11px 40px !important;
}

.r-button--sm span,
.r-button--sm::before {
    text-align: center;
}

.icon {
    text-align: center;
}

.icon svg {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.elementor .img-bg {
    width: 100%;
    height: 100%;
}

/* section heading */
.heading.text-left,
.heading.text-right {
    max-width: 100%;
}

/* blog post item */
.excerpt-none .nt-blog-info-title {
    margin: 10px 0;
}

/* footer */
footer.footer.pt-0 .footer-lower {
    border-top: none;
}

/* hme slider */
/* gallery */
.nt-gallery {
    position: relative;
    display: block;
}

/* pricing item */
.pricing-item .r-button span,
.pricing-item .r-button::before {
    padding: 11px 25px;
}

.pricing-table .pricing-item {
    max-width: 290px;
    margin: 0 auto !important;
}

/* contact form 7 */
.map-section .input-label span {
    width: 100%;
}

span.wpcf7-form-control-wrap {
    width: 100%;
    height: auto;
    display: block !important;
}

input.wpcf7-not-valid+span {
    display: block;
    position: absolute;
    transform: none !important;
    top: 40px;
    color: #f00 !important;
}

div.wpcf7-response-output {
    margin: 0;
}

div.wpcf7-response-output {
    border: 2px solid #ff0000;
    text-align: center;
    position: relative;
    margin: 30px auto 0;
    padding: 15px;
    color: #fff;
}

.section-contact.get-in-touch div.wpcf7-response-output {
    border: 2px solid #ff0000;
    text-align: center;
    position: relative;
    margin: 30px auto 0;
    padding: 15px;
    color: #323232;
    max-width: 768px;
}

.section-contact.get-in-touch input.wpcf7-not-valid+span {
    display: block;
    position: absolute;
    transform: none !important;
    top: 4px;
    right: 0;
    color: #f00 !important;
}

/* about us 2 */
.about-welcome .title-block .icon-holder .icon {
    font-size: 45px;
    fill: #fff;
    color: #fff;
    max-width: 45px;
    max-height: 45px;
    position: absolute;
}

.about-welcome .title-block .icon-holder .icon * {
    fill: #fff;
    color: #fff;
}

.desc hr {
    margin-top: 35px;
    margin-bottom: 16px;
    background-color: #d8d8d8;
}

.min-h-140 {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nt-has-sidebar .masonry-item .col-12 {
    padding-left: 0;
    padding-right: 0;
}

main .nt-404.error {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 100vh;
}

/* 404 */
main .nt-404.error {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/404-bg.jpg");
}

#masonry-container .masonry-item, .has--sidebar .nt-post-class:not(.masonry-item) .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.tagcloud a {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    background-color: #f6f8f9;
    padding: 11px 40px 10px 20px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1.3;
    font-size: .8rem !important;
    text-transform: capitalize;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    color: #323232;
    -webkit-user-drag: none;
    user-drag: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.tagcloud a:not(:last-of-type) {
    margin-right: 10px;
}

.tagcloud a:hover {
    background-color: #25272a;
    color: #fff;
}

.custom-footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer-menu ul li {
    list-style: none;
    width: 50%;
    padding-left: 0;
}

.custom-footer-menu ul li {
    list-style: none;
    width: 50%;
    padding-left: 0;
    padding: 0;
    line-height: 30px;
}

.custom-footer-menu ul li a {
    color: #82868A;
}

.footer-style-2 .elementor-widget-heading .elementor-heading-title>a:hover,
.custom-footer-menu ul li a:hover {
    color: #0D73FC;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.promo-slider-1+.slider-nav .slick-dots li:not(.slick-active) button {
    background-color: #ffffff;
}

.promo-slider-1+.slider-nav .slick-dots li button:hover,
.promo-slider-1+.slider-nav .slick-dots li.slick-active button {
    background-color: #0d73fc;
}

.post-day {
    margin: 10px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0c73fb;
}

.project-cases .cases-item a.with--line {
    font-size: 15px;
}

.nt-header-type-1.woocommerce-page .promo-primary--shop {
    min-height: 90px;
    padding: 50px 0 50px;
}

/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
    margin-right: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 0 32px 45px;
    padding: 0 1em;
    padding-left: 100px !important;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
    margin-bottom: 30px !important;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 0 5px 20px 0px !important;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-cover {
    margin: 0 25px 25px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}
.header .has-sticky-logo .sticky-logo{
    display: none;
}
.header.sticked .has-sticky-logo .sticky-logo{
    display: block;
}
.header.sticked .has-sticky-logo .main-logo{
    display: none;
}
.with--line {
    display: inline;
}
@media only screen and (min-width: 1200px){
	.hero-none .section {
		padding-top: 200px;
	}
}
header.widget-header.sticky-header{
    position: fixed;
}


.header--style-1 .top-line,
.header--style-2 .top-line {
    display: none;
    background-color: #25272A;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
.header--style-1 .top-line .contacts-block,
.header--style-2 .top-line .contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header--style-1 .top-line .contacts-block p,
.header--style-2 .top-line .contacts-block p {
    color: #FFF;
    margin: 0;
}
.header--style-1 .top-line .phones-block,
.header--style-1 .top-line .mail-block,
.header--style-2 .top-line .phones-block,
.header--style-2 .top-line .mail-block {
    margin-left: 59px;
}
.header--style-1 .top-line .contacts-block a,
.header--style-2 .top-line .contacts-block a  {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
.header--style-1 .top-line .phones-block a:not(:last-of-type),
.header--style-2 .top-line .phones-block a:not(:last-of-type) {
    margin-right: 15px;
}
.header--style-1 .top-line .contacts-block a::after,
.header--style-2 .top-line .contacts-block a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0D73FC;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header--style-1 .top-line .contacts-block a:hover::after,
.header--style-2 .top-line .contacts-block a:hover::after {
    width: 100%;
}
.header--style-1 .socials-primary a {
    color: #1D252B;
    font-size: 16px;
}
.header--style-1 .socials-primary a:hover {
    color: #FFFFFF;
}

.header.header--style-2 .topbar-container {
    position: relative;
    top: -10px;
    padding: 0;
}
@media only screen and (min-width: 1200px){
.header--style-1 .top-line,
.header--style-2 .top-line {
    padding: 13px 48px 12px 48px;
}
.header.header--style-2 .topbar-container {
    left: -45px;
    width: calc(100% + 45px);
}
.header.header--style-2 .topbar.top-line {
    padding-left: 45px;
    padding-right: 45px;
}
}

@media only screen and (min-width: 992px){
.header--style-1 .top-line,
.header--style-2 .top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 15px;
    margin-bottom: 12px;
}
}

.sticky-header.sticked .topbar.top-line,
.sticky-header.sticked .topbar.lower-line{
    display: none;
}
.header--style-3.sticky-header.sticked,
.shop-header.sticky-header.sticked{
    position: fixed;
}
.header.header--style-2.has-topbar {
    flex-direction: column;
}


.header--style-2 .socials-primary a {
    color: #ffffff;
    font-size: 16px;
}
.main-menu .sub-menu .depth_1{
left: inherit;
display: none;
}
.main-menu .sub-menu .depth_2{
left: inherit;
display: none;
}
.main-menu>li>ul>li:hover .sub-menu.depth_1 {
	display: block;
	visibility: visible;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-menu>li>ul>li>ul>li:hover .sub-menu.depth_2 {
	display: block;
	visibility: visible;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
