@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,400&display=swap');

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

*, ::before, ::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Cera Pro';
    line-height: 1.5;
}

.page-header {
    border-bottom: 0;
    margin-bottom: 0;
    background: #f5f5f5;
    box-shadow: 0 5px 8px rgba(0,0,0,.12);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header {
    height: 60px;
    overflow: hidden;
}

.header.content {
    padding: 0 15px !important;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    max-height: 27px;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 0px;
    width: auto;
    text-align: center;
    margin-right: 10px;
}

.flex.justify-b {
    justify-content: space-between;
}

.header_top_links {
    margin-bottom: 0;
    height: 100%;
    width: 89%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

.header_top_links .block-content, .header_top_links ul {
    height: 100%;
    width: 100%;
}

.header_top_links .block-content {
    display: flex;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header ul.links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.header ul.links:first-child::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 14px;
    background-color: rgba(0,0,0,.16);
    height: 33px;
    z-index: 1;
}

.header ul.links li, .mobile_menu ul.links li {
    margin-bottom: 0;
    text-align: center;
    flex-grow: 1;
    max-width: 180px;
    transition: .2s;
    height: 100%;
    position: relative;
}

.header ul.links li a, .mobile_menu ul.links li a {
    padding: 0 5px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    font-weight: 500;
    color: #4f4f4f;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header ul.links li a:hover, .header ul.links li a:active, .mobile_menu ul.links li a:hover, .mobile_menu ul.links li a:active {
    outline: none;
    text-decoration: none;

}

.header ul.links li:hover, .mobile_menu ul.links li:hover {
    background-color: #d2d2d2;
}

.header ul.links:nth-child(1), .mobile_menu ul.links:nth-child(1) {
    width: 60%;
}

.header ul.links.optional-nav {
    width: 40%;
}

.icon-location::before {
    content: "\e903";
    color: #35b54c;
}

.header ul.links.optional-nav li i.icon-cart {
    font-size: 22px;
    top: -1px;
}

.header ul.links.optional-nav li i.fa-key {
    font-size: 15px;
    transform: rotate(-135deg);
}

.header ul.links.optional-nav li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 14px;
    background-color: rgba(0,0,0,.16);
    height: 33px;
}

.header ul.links li a i {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #35b54c;
}

.header ul.links li a i {
    float: left;
    position: relative;
    margin-right: 10px;
}

.header ul.links.optional-nav li i {
    line-height: 15px;
    position: relative;
}

.header ul.links.optional-nav li i.icon-location {
    font-size: 20px;
}

.l-wrapper {
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto;
}

.electricity {
    padding-top: 44px;
    padding-bottom: 72px;
}

.electricity h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    color: #212529;
    margin-bottom: 15px;
}

.electricity .desc {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
}

.electricity label {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #72838C;
    margin-bottom: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.custom-sel {
    position: relative;
    max-width: 612px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #72838C;
    font-family: 'Open Sans', sans-serif;
}

.custom-sel select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #35B54C transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-selected {
    color: #72838C;
    padding: 8px 16px;
    border: 1px solid #35B54C;
    /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
}

.select-items div {
    cursor: pointer;
    color: #72838C;
    padding: 8px 16px;
}

.select-items {
    background-color: #fff;
    border: 1px solid #35B54C;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;    
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .select-items .same-as-selected {
    background-color: #35B54C;
    color: #fff;
}

/* Customize the label (the container) */
.now_work .cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #72838C;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
}

/* Hide the browser's default checkbox */
.now_work .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.now_work .cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.now_work .cont input:checked ~ .checkmark {
    background-color: #35B54C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.now_work .cont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.now_work .cont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 

.electricity .info_block {
    margin-top: 44px;
    font-family: 'Open Sans', sans-serif;
}

.electricity .info_row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.shop_info {
    display: flex;
    padding-right: 30.5px;
    width: 100%;
}

.shop_info .icon, .generator .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 5px;
    text-align: center;
}

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

.shop_info .address {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 5px;
}

.shop_info .work_time {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #72838C;
}

.shop_info .work_time span {
    color: #333;
}

.shop_number {
    display: flex;
    align-items: center;
    min-width: 140px;
    padding: 0 30.5px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.shop_number::before, .generator::before, .status::before, .update_info::before {
    content: '';
    height: 22px;
    width: 1px;
    background: #B5DCAB;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.shop_number .icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 5px;
}

.generator {
    display: flex;
    align-items: center;
    width: 195px;
    min-width: 195px;
    padding: 0 30.5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    position: relative;
}

.status {
    width: 209px;
    min-width: 210px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    padding: 3px 9px 3px 10px;
    background: #D8F6D0;
    border-radius: 5px;
    height: auto;
    position: relative;
    margin: 0 30.5px;
}

.status::before {
    left: -30.5px;
}

.update_info {
    display: flex;
    align-items: center;
    padding-left: 30.5px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    min-width: max-content;
}

.update_date, .update_time {
    display: flex;
    align-items: center;
}

.update_date {
    padding-right: 20px;
}

.update_date .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    text-align: center;
    margin-right: 12px;
}

.update_time .icon {
    text-align: center;
    min-width: 18px;
    height: 18px;
    width: 18px;
    margin-right: 6px;
}

.work_generetor {
    background: #FEF1C5;
}

.not_work {
    background: #FFD6D6;
}

footer {
    background-color: #e6eef2;
    padding-top: 60px;
    padding-bottom: 25px;
}

.container-fluid {
    width: 100%;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-right: auto;
    margin-left: auto;
}

footer span.h3, .page-footer span.h3, footer span.h3 a, .page-footer span.h3 a {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
    position: relative;
}

footer span.h3, .page-footer span.h3, footer span.h3 a, .page-footer span.h3 a {
    color: #72838c;
    will-change: transform , opacity;
}

footer span.h3 a::after, .page-footer span.h3 a::after {
    content: '\f054';
    position: relative;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    transition: .2s;
    top: -1px;
    left: 1px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

footer ul {
    margin-bottom: 20px;
}

.text-muted {
    color: #6c757d !important;
}

footer a, .page-footer a {
    line-height: 23px;
    font-size: 14px;
}

footer span.h3.master a {
    color: #918c10;
}

.footer-contact {
    border-left: 1px solid rgba(114,131,140,.5);
    padding: 0 40px;
    height: max-content;
}

.footer-contact .feedback-block, .footer-contact .social-block {
    float: left;
    width: 100%;
}

.footer-contact .feedback-block {
    margin-bottom: 35px;
}

.footer-contact a.footer-contact__num {
    display: block;
    font-size: 36px;
    line-height: normal;
    color: #35b54c;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-contact .btn {
    background: transparent;
    padding: 15px;
    font-size: 15px;
    width: 190px;
    min-width: 190px;
    text-align: center;
    font-weight: 500;
    color: #35b54c;
    border: 1px solid #35b54c;
    border-radius: 3px;
    transition: .4s ease;
}



.footer-contact .social-item a {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #72838c;
    text-align: center;
    cursor: pointer;
    transition: .4s ease;
    float: left;
    margin-right: 15px;
    color: #72838c;
}

.footer-contact .social-item a:hover {
    transform: scale(1.05) translateY(-2px);
    opacity: .7;
}

.footer-contact .social-item a i {
    font-size: 16px;
    line-height: 50px;
    max-height: 20px;
    display: inline-block;
}

.footer-contact .social-item a i.fa-facebook-f, .social-block-mob .social-item a i.fa-facebook-f{
    font-size: 20px;
    color: #3a5998;
}

.footer-contact .social-item a i.fa-youtube, .social-block-mob .social-item a i.fa-youtube {
    font-size: 20px;
    color: #d8362a;
}

footer .footer-copyright {
    color: #72838c;
    padding: 20px 0;
}

footer .footer-copyright .copyright-text {
    max-width: 345px;
    font-size: 12px;
    color: #999;
    margin: 0 -5px;
}

footer .footer-copyright .copyright-text a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

footer .footer-copyright .developer-date, footer .footer-copyright .developer-head {
    line-height: 18px;
    font-size: 24px;
    margin: 0 10px;
    position: relative;
}

.header .block.block-search {
    margin-top: 0;
}

.block-search {
    margin-bottom: 0;
}

.search_btn {
    font-size: 21px;
    line-height: 33px;
    color: #35b54c;
    cursor: pointer;
}

.mobile_menu {
    position: fixed;
    top: 60px;
    height: calc(100vh - 60px);
    width: 300px !important;
    background: #f8f8f8;
    z-index: 1000;
    left: -300px;
    transition: .7s cubic-bezier(.71,.01,.26,1.01) , background 1.5s cubic-bezier(.71,.01,.26,1.01);
    padding-top: 0;
    padding-bottom: 20px;
    overflow-y: scroll;
}

.mobile_menu.active {
    left: 0;
}

.mobile_menu .block-content .links {
    width: 100% !important;
    display: block;
    height: auto;
    flex: 1 1 auto;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid .5px rgba(0,0,0,.12);
}

.mobile_menu .block-content .links li {
    text-align: left;
    margin-bottom: 10px;
    width: fit-content;
}

.mobile_menu .block-content .links li:hover {
    background-color: transparent;
}

.mobile_menu .block-content .links.optional-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.mobile_menu .block-content .links.optional-nav li {
    flex: 0;
    margin-bottom: 0;
}

.mobile_menu .block-content .links.optional-nav li a {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.mobile_menu .block-content .links.optional-nav li a i {
    display: block;
    width: 100%;
    margin-right: 0;
    color: #35b54c;
    font-size: 20px;
}

.social-block-mob {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid .5px rgba(0,0,0,.12);
}

.social-block-mob h3 {
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px;
    color: #72838c;
    margin-bottom: 0;
}

.social-block-mob .social-item {
    display: flex;
    justify-content: space-between;
}

.social-block-mob .social-item a {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: .5px solid #bdbdbd;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.social-block-mob .social-item:hover a {
    text-decoration: none;
}

.feedback-block-mob {
    padding: 15px 20px;
    border-bottom: solid .5px rgba(0,0,0,.12);
}

.feedback-block-mob > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.feedback-block-mob > div h3 {
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px;
    color: #72838c;
    margin-bottom: 0;
}

.feedback-block-mob > div a {
    font-size: 24px;
    color: #35b54c;
    font-family: var(--main-color);
    flex: 0 0 auto;
    font-weight: 700;
}

.feedback-block-mob .btn {
    border: 1px solid #72838c;
    color: #35b54c;
    min-width: 100%;
    width: 100%;
    font-weight: 700;
}

.copyright-mob {
    padding: 15px 20px;
}

.copyright-mob .copyright-text {
    font-size: 12px;
    text-align: center;
    color: #72838c;
    margin-bottom: 10px;
}

.copyright-mob .copyright-text a {
    color: #72838c;
    text-decoration: underline;
}

.copyright-mob div:last-child {
    display: flex;
    justify-content: center;
}

.copyright-mob div:last-child > * {
    margin: 0 10px;
    font-size: 12px;
    color: #72838c;
}

@media screen and (max-width: 1199.8px){    
    .electricity .info_row {
        flex-wrap: wrap;
        padding-bottom: 15px;
        border-bottom: 1px solid #35b54c;
        justify-content: space-between;
    }
    .shop_info {
        margin-bottom: 10px;
        /*max-width: 250px;*/
        min-width: 250px;
    }
    .shop_number::before {
        display: none;
    }
    .shop_number, .generator, .status, .update_info {
        margin-bottom: 10px;
    }
    .shop_number::before, .generator::before, .status::before, .update_info::before {
        display: none;
    }
    .status, .shop_info {
        width: 50%;
    }
}

@media screen and (max-width: 991.8px){
	.header.content {
        justify-content: center;
    }
    .electricity h1 {
        font-size: 45px;
        line-height: 1.1;
    }
    .electricity .desc {
        font-size: 20px;
    }
    footer span.h3, .page-footer span.h3, footer span.h3 a, .page-footer span.h3 a {
        font-weight: 500;
        margin-bottom: 15px;
        position: relative;
        font-size: 14px;
        line-height: 16px;
    }
    .footer-links, .footer-contact {
        padding: 40px 0 30px;
    }
    .footer-contact {
        border-top: 1px solid rgba(114,131,140,.5);
        border-left: 0;
        margin: 0 10px;
        display: flex;
    }
    .footer-contact .feedback-block, .footer-contact .social-block {
        width: 50%;
        text-align: center;
    }
    .footer-contact span.h3, .footer-contact span.h3 a {
        font-size: 24px;
        line-height: initial;
        color: #72838c;
    }
    .footer-contact .social-block .social-item {
        display: flex;
        justify-content: center;
    }
    footer .footer-copyright .copyright-text {
        margin-bottom: 15px;
    }
    .header .nav--toggle {
        width: 21px;
        height: 15px;
        left: 15px;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        position: absolute;
		top: 50%;
		transform: translateY(-50%);
    }
    .header .nav--toggle .line {
        width: 100%;
        height: 3px;
        background: #35b54c;
        border-radius: 3px;
        transition: .5s ease;
        position: relative;
        transform: translate(0);
        display: inline-block;
    }
    .header .nav--toggle.active .line:nth-child(1) {
        transform: rotate(135deg) translateX(25%) translateY(-4px);
    }
    .header .nav--toggle.active .line:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }
    .header .nav--toggle.active .line:nth-child(3) {
        transform: rotate(225deg) translateX(24%) translateY(3px);
    }
    .custom-sel select, .custom-sel select:active, .custom-sel select:focus, .custom-sel select:target {
        display: block; 
        width: 100%;
        background: #fff;
        border: 1px solid #35b54c;
        border-radius: 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #72838C;
        padding: 13px 40px 13px 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }
    .custom-sel:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #35B54C transparent transparent transparent;
    }

    .select-selected {
        display: none;
    }
}

@media screen and (max-width: 875.8px){
    /*    .electricity .info_row {
            flex-direction: column;
            align-items: flex-start;
            padding-bottom: 10px;
        }*/
    /*    .shop_info, .shop_number, .generator, .status, .update_info {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 10px;
        }
        .status {
            padding-left: 10px;
            padding-right: 9px;
        }
        .shop_number::before, .generator::before, .status::before, .update_info::before {
            display: none;
        }*/

}

@media screen and (max-width: 767.8px){
    .electricity h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .electricity .desc {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    footer span.h3 a::after, .page-footer span.h3 a::after {
        display: none;
    }
}

@media screen and (max-width: 575.8px){
    .footer-contact {
        flex-wrap: wrap;
    }
    .footer-contact .feedback-block, .footer-contact .social-block {
        width: 100%;
    }
    .shop_info {
        width: 100%;
    }
}