html body {
    min-width: 320px;
}
html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff8ef;
}
.top_line {
    background-color: #bf0a12;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}
a:hover {
    text-decoration: none;
}
header {
    position: fixed;
    z-index: 9;
    background: #fff;
    left: 0px;
    top: 0px;
    right: 0px;
}

.headercaption {
    height: 90px;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}
.copy a {
    text-decoration: none;
    color: #fff;
}

.general {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page-descr {
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 700;
}

tr, td {
    border: solid;
}

@media (min-width: 991px) {
    header.fixed .headercaption {
        height: 0px;
    }
    .general {
        padding-top: 140px;
    }
}
header .logo-item {
    text-align: center;
}
header .logo-item img {
    width: 50px;
    object-fit: contain;
    margin-top: 0px;
    margin-bottom: 0px;
}
header .logo-item p {
    font-size: 12px;
    margin-bottom: 0;
    color: #929f7b;
    font-weight: 500;
}
nav {
    background-color: #929f7b;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

nav ul ul {
    display: none;
}

nav ul {
    margin: 0px;
    padding: 0px;
}

nav .container {
    padding: 0px;
}

nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

nav .container>ul {
    display: flex;
}

nav .container>ul>li>a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

nav .container>ul>li:hover>a {
    background-color: #7C8A62;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    min-width: 300px;
}

nav ul ul ul {
    left: 100%;
    top: 0px;
}

nav ul ul li {
    display: block;
}

nav ul ul li a {
    display: block;
    font-size: 18px;
    color: #65744b;
    text-decoration: none;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

nav ul ul li:hover>a {
    text-decoration: none;
    background-color: #efefef;
}

.toggle-mnu {
    display: block;
    height: 40px;
    float: left;
    cursor: pointer;
    text-align: left;
    margin-left: 15px;
    font-size: 14px
}

.toggle-mnu,
.toggle-mnu:hover {
    color: #e31e24;
    text-decoration: none
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px
}

.toggle-mnu span:after {
    top: 30px
}

.toggle-mnu span {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 52px;
    max-width: 100%;
    height: 5px;
    background-color: #e31e24;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px);
    background-color: #e31e24
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    -ms-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
    background-color: #e31e24
}

section.topbanner {
    background-color: #efefef;
    background-image: url(../img/18429.jpg);
    background-repeat: no-repeat;
    height: 350px;
    background-size: cover;
    background-position: center center;
}

.phone.ya-phone {
    color: #bf0a12;
    font-weight: bold;
    font-size: 23px;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.phone.ya-phone:hover {
    text-decoration: none;
}

.deadlist {
    list-style: none;
}
.deadlist li {
    position: relative;
}
.problem-table {
    padding: 20px;
}
.deadlist li::before {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -35px;
    background: url(../img/icon1.png) center center no-repeat;
    content: '';
    background-size:contain;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.calllink {
    color: #65744b;
    text-align: right;
}

.slogan {
    line-height: 32px;
    margin-left: 20px;
    color: #65744b;
    font-size: 24px;
    font-weight: 500;
}
.main-page {
    flex: 1 0 auto;
}
.btn {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 1;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    text-align: center;
    cursor: pointer;
    background-color: #65744b;
    line-height: 35px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.header-fancy-btn {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1;
    display: inline-block;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    text-align: center;
    min-width: 220px;
    cursor: pointer;
    background-color: #bf0a12;
    margin-top: 20px;
}

footer {
    background-color: #929f7b;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #fff;
    flex: 0 0 auto;
}

footer .footermenu ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

footer .footermenu {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

footer .footermenu ul li {
    display: inline-block;
    list-style: none;
}

footer .footermenu ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

footer .footermenu ul li a:hover {
    color: #ccc;
}

footer .footer_logo img {
    width: 200px;
    margin-top: 20px;
}

.copy {
    font-size: 14px;
    margin-top: 20px;
    color: #efefef;
}

.specs {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f9f9f9;
}

.spec_item {
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    width: 100%;
    vertical-align: top;
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
}

.specs_owl .spec_item {
    min-height: auto;
    width: auto;
}

.specs_owl .spec_desc {
    height: 63px;
    overflow: hidden;
}

.spec_item .spec_img {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: auto;
}

.spec_item .spec_name {
    color: #65744b;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    height: 80px;
    padding-bottom: 17px;
    margin-top: 10px;
}

.spec_item .spec_desc {
    font-size: 14px;
    color: #333;
}

.spec_item .spec_img img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}

.services {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

.service_item {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.service_item .service_img {
    height: 200px;
    overflow: hidden;
    display: block;
}

.service_item .service_img img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    transition: all 0.3s ease-out;
}

.service_item:hover .service_img img {
    transform: scale(1.1);
}

.service_item:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}

.service_item .service_name {
    color: #65744b;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 60px;
    display: block;
}

.service_item .service_desc {
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 50px;
}

.service_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #f9f9f9;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_price {
    font-weight: bold;
    color: #bf0a12;
    font-size: 18px;
}

h2 {
    color: #65744b;
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

h2:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 130px;
    border: 1px solid #bf0a12;
}

h1 {
    color: #929f7b;
    font-size: 35px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

h1:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 130px;
    border: 1px solid #929f7b;
}
td {
    padding: 20px;
}
.fmenu {
    margin: 0px;
    padding: 0px;
}

.fmenu li {
    list-style: none;
}

.fmenu a {
    color: #efefef;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.fmenu a:hover {
    color: #ccc;
}

.footer_phone {
    text-align: right;
}

.footer_phone a {
    font-weight: bold;
    font-size: 23px;
    color: #efefef;
    text-decoration: none;
}

.footer_email {
    text-align: right;
}

.footer_email a {
    font-weight: bold;
    font-size: 16px;
    color: #efefef;
    text-decoration: none;
}

.footer_addr {
    font-size: 14px;
    line-height: 16px;
    margin-top: 22px;
    text-align: right;
}

footer .alert_info div {
    margin-bottom: 10px;
}

.content table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content table tr th {
    background-color: #65744b;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
}

.content table tr td {
    color: #333;
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
}

.content table tr:nth-child(2n) td {
    background-color: #efefef;
}

.content table.contacttable tr:nth-child(2n) td {
    background-color: transparent;
}

.content table tr:hover td {
    background-color: #ccc;
}

.content table.contacttable tr:hover td {
    background-color: transparent;
}

.content table tr td[colspan="2"] {
    background-color: #65744b;
    color: #fff;
}

.dnw_link {
    position: relative;
    color: #65744b;
    display: block;
    padding: 10px;
    padding-left: 30px;
    border-bottom: 1px solid #efefef;
}

.dnw_link:before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url(../img/download.svg) center center no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: 18px;
    left: 0px;
}

.panel {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    padding: 20px;
}

.B_crumbBox {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.B_crumbBox li {
    display: inline-block;
    list-style: none;
}

.B_crumbBox li a {
    color: #65744b;
}

.topbanner .container {
    position: relative;
    height: 100%;
}

.banner_img {
    width: 487px;
    height: 403px;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    right: 0px;
    position: absolute;
    background-size: contain;
    background-position: bottom right;
    bottom: 0px;
}

.banner_services {
    width: 530px;
    padding-top: 50px;
    display: flex;
}

.banner_group {}

.banner_services_item {
    width: 200px;
    height: 110px;
    background-color: #ffffff66;
    text-decoration: none;
    text-transform: uppercase;
    color: #bf0a12;
    font-size: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    margin: 10px;
    margin-bottom: 20px;
}

.banner_services_item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf0a12;
    opacity: 1;
}

.fbox_form {
    display: none;
}

.fbox_form .checks label::before {
    border: 2px solid #008db7
}

.fbox_form .checks label::after {
    border: 2px solid #008db7;
    border-top: none;
    border-right: none;
    cursor: pointer
}

.politwrapper {
    line-height: 1;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: auto auto 20px
}

.checks input:checked~label::after {
    opacity: 1
}

.checks .check {
    margin: 10px 0
}

.checks a {
    color: #65744b;
    text-decoration: underline;
}

.checks label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer;
    display: inline
}

.checks label::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #fff;
    cursor: pointer
}

.checks label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    height: 6px;
    width: 12px;
    border: 2px solid #008db7;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    cursor: pointer
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
    height: 50px;
    outline: none;
}

.owl-nav .owl-next {
    right: -45px;
}

.owl-nav .owl-prev {
    left: -45px;
}

.fbox_caption {
    color: #65744b;
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.slogan {
    display: block;
}
.mobile-slogan {
    display: none;
    color: #65744b;
}
.fbox_form form {
    width: 300px;
    margin: auto;
    max-width: 100%;
}

input[type=text],
input[type=password],
textarea {
    border: 1px solid #65744b;
    background-color: #fff;
    color: #65744b;
    outline: 0;
    padding: 10px 25px;
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    border-radius: 5px;
}

.rlogo {
    max-width: 300px;
}

@media (max-width: 1300px) {
    .specs_owl {
        width: calc(100% - 100px);
        margin: auto;
    }
}

@media (max-width: 991px) {
    nav {
        display: none;
    }
    .banner_img {
        display: none;
    }
    .banner_services {
        width: 100%;
        justify-content: center;
    }
    header {
        -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }
    .header-fancy-btn {
        min-width: auto;
        padding: 10px;
        font-size: 12px;
        line-height: 13px;
        margin-left: 18px;
        margin-top: 7px;
    }
    .logo-item img {
        max-width: 100%;
    }
    .phone.ya-phone {
        margin-top: 0px;
        text-align: center;
        font-size: 20px;
    }
    .footer_logo img {
        max-width: 100%;
    }
    footer {
        text-align: center;
    }
    .footer_phone {
        text-align: center;
    }
    .footer_email {
        text-align: center;
    }
    .footer_addr {
        text-align: center;
    }
    .rlogo {
        display: none;
    }
}

@media (max-width: 600px) {
    img {
        max-width: 100%;
        height: auto;
    }
    body {
        height: auto;
    }
    .headercaption {
        height: 80px;
        display: flex;
        align-items: center;
    }
    header .logo-item img {
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        min-width: 50px;
        object-fit: cover;
        border: none;
    }
    .logo {
        justify-content: left!important;
    }
    .toggle-mnu {
        margin-top: 0px;
    }
    .rlogo {
        display: none;
    }
    .main-page {
        height: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .slogan {
        display: none;
    }
    .mobile-slogan {
        display: block;
    }
    .pad-0 {
        padding: 0;
    }
    .mobile-slogan {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
    }
}

@media (max-width: 500px) {
    .spec_item .spec_img {
        width: 100px;
        height: 100px;
    }
    .banner_services {
        display: block;
        padding-top: 30px;
    }
    .banner_services_item {
        width: auto;
        height: 45px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .topbanner {
        height: 300px!important;
    }
}

@media (max-width: 450px) {
    .phone.ya-phone {
        display: none;
    }
}

@media (max-width: 400px) {
    .specs_owl {
        width: calc(100% - 70px);
        margin: auto;
    }
    .mobile-slogan {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
}

.serviceform input[type=text] {
    width: 100%
}

.serviceform .btn_wrapper {
    text-align: center;
}

.service_img_wrapper img {
    width: 100%;
}

.alllink_wrapper {
    text-align: center;
}

.alllink_wrapper .btn {
    width: 200px;
    padding: 5px 10px;
}

.redbtn {
    background: #bf0a12;
    width: 180px;
    max-width: 180px;
    padding: 5px 10px;
}

.redbtn_wrapper {
    text-align: center;
}

.zg {
    background-image: url(../img/rlogo.png);
    background-size: 200px;
    background-repeat: no-repeat;
    padding-left: 220px;
    height: 220px;
    background-position: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    color: #65744b;
    margin-top: 70px;
    margin-bottom: 70px;
}

.about {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f9f9f9;
}

.csection {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f9f9f9;
}

span.error {
    color: red;
    font-size: 14px;
    margin-bottom: -14px;
    display: block;
    margin-top: 14px;
}

.error_message {
    color: red;
    font-weight: bold;
}

.success_message {
    color: green;
    font-weight: bold;
}

.inf {
    background: #f9f9f9;
    padding: 20px;
    font-size: 18px;
    color: #65744b;
    line-height: 28px;
}