*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}
html,body{
    height: 100%;
}
body{    
    color: #2b2a29;
    font-size: 14px;
    line-height: 24px;
    max-width: 1920px;
    margin: 0 auto;
    font-weight: 400;
    position: relative;
}
/*
    light - 300
    regular - 400
    medium - 500
    semi-bold - 600
    bold - 700
    extra-bold - 800
    black - 900
*/
a{
    color: #007036;
    transition:all 150ms linear;
}
a:hover {
    color: #2b2a29;
}
ul, ol{
    list-style-position: inside;
}
button:focus{
    outline: none;
}
.header{
    padding: 15px 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#439a8e+0,1a332c+100 */
    background: #439a8e; /* Old browsers */
    background: -moz-linear-gradient(top,  #439a8e 0%, #1a332c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #439a8e 0%,#1a332c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #439a8e 0%,#1a332c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439a8e', endColorstr='#1a332c',GradientType=0 ); /* IE6-9 */
}
.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
    width: 100%;
    max-width: 120px;
}
.slogan, .company-head{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.company-head, .tel-head a{
   line-height: 30px; 
}
.tel-head a{
    color: #fff;
    display: block;
    font-size: 18px;
}
.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-saite {
  flex: 1;
  /*display: flex;*/
  margin: 25px 0;
}
.footer{
    padding: 10px 0;
    background: #f6c252; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6c252 0%, #de9c0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f6c252 0%,#de9c0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f6c252 0%,#de9c0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c252', endColorstr='#de9c0b',GradientType=0 ); /* IE6-9 */
    flex: 0;
}
.slider-gl.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #244d45;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 24px;
    font-weight: 600;
    color: #007036;
    text-transform: uppercase;
    margin: 20px 0;
}
.content-text{
    border: 2px solid #F2AA0D;
    padding: 25px;
    margin: 25px 0 0;
}
.content-text h1:first-child, 
.content-text h2:first-child, 
.content-text h3:first-child, 
.content-text h4:first-child, 
.content-text h5:first-child, 
.content-text h6:first-child{
    margin-top: 0;
}
.content-text p:last-child{
    margin-bottom: 0;
}
.menu{
    background: #f6c252; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6c252 0%, #de9c0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f6c252 0%,#de9c0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f6c252 0%,#de9c0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c252', endColorstr='#de9c0b',GradientType=0 ); /* IE6-9 */
}
.label-content-text{
    position: relative;
    margin-top: 80px;
}
.label-content-text:after{
    content: "";
    background-repeat: no-repeat;
    width: 119px;
    height: 119px;
    position: absolute;
    top: -50px;
    right: -50px;
}
.content-theme img {
    max-width: 100%;
    height: auto;
}
.cat-separator {
    background: #f6c252;
    background: -moz-linear-gradient(top, #f6c252 0%, #de9c0b 100%);
    background: -webkit-linear-gradient(top, #f6c252 0%,#de9c0b 100%);
    background: linear-gradient(to bottom, #f6c252 0%,#de9c0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c252', endColorstr='#de9c0b',GradientType=0 );
    color: #244d45;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    padding: 5px 5px;
    margin-bottom: 12px;
}
.name-menu-side {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cat-ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.table p{
    margin-bottom: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfae8;
}
.table td, .table th {
    border-top: 1px solid #ffd491;
}
.my-btn{
    background: #f6c252;
    background: -moz-linear-gradient(top, #f6c252 0%, #de9c0b 100%);
    background: -webkit-linear-gradient(top, #f6c252 0%,#de9c0b 100%);
    background: linear-gradient(to bottom, #f6c252 0%,#de9c0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c252', endColorstr='#de9c0b',GradientType=0 );
    color: #244d45;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    padding: 5px 25px;
    display: inline-block;

}
.my-btn:hover{
    text-decoration: none;
}
.tab-link{
    background: transparent;
    padding: 10px 25px;
    border: 2px solid #F4B225;
    border-bottom-color: transparent;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}
.tab-link.active,
.tab-link:hover{
    background: #F4B225;
}
.tab-content>.tab-pane {
    border: 2px solid #F4B225;
}
.my-list, .content-text ul,
.content-theme ul {
    list-style: none;
}
.my-list li:before,
.content-text ul li:before,
.content-theme ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
    font-size: 18px;
    color: #F2AA0D;
}
@media (min-width: 992px){
   .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    } 
    .navbar-expand-lg .navbar-nav li.active .nav-link,
    .navbar-expand-lg .navbar-nav li:hover .nav-link {
        background: #244d45;
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(6) .nav-link{
        background: red;
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(6):hover .nav-link {
        background: #244d45;
        color: #fff;
    }
    .menu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0;
        margin: 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background-color: #244d45;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }
    .menu .dropdown-item {
        display: block;
        width: 100%;
        padding: .15rem .8rem;
        clear: both;
        font-weight: 500;
        color: #ffffff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 14px;
    }
    .menu .dropdown-item:focus, .menu .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #e6a924;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 10px;
    }
}
@media (max-width: 991px){
    .menu .navbar-toggler{
        text-align: center;
        width: 100%;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px;
        color: #153e30;
    }
    .dropdown-menu {
        padding: .25rem 0;
        margin: .25rem 0 0;
        font-size: .8rem;
        color: #fff;
        background-color: #153e30;
        border: none;
        border-radius: 0;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .05rem .5rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .nav-link {
        padding: .25rem 1rem;
    }
    .lang{
        margin: 10px 0;
    }
    .slogan {
        width: 100%;
        text-align: center;
    }
    .logo {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .label-content-text:after {
        content: "";
        background-repeat: no-repeat;
        width: 119px;
        height: 119px;
        position: absolute;
        top: -75px;
        right: 0;
    }
}
@media (max-width: 565px){
    .label-content-text {
        padding-top: 45px;
    }
    .content-text img,
    .content-theme img{
        float: none !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: 20px;
        font-weight: 600;
        color: #007036;
        text-transform: uppercase;
        margin: 20px 0;
    }
    .tab-link {
        width: 48%;
        background: transparent;
        padding: 10px 12px;
        border: 2px solid #F4B225;
        border-bottom-color: #F4B225;
        margin: 5px 2px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
    }
}




























