* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.button-custom {
    background-color: #de6009;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    white-space: normal;
    font-size: 18px;
    border-radius: 30px;
    padding: 15px 60px!important;
    border: none;
    color: white;
}
header {
    /*height: 72px;*/
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: white;
}

h2.title {
    color: #de6009;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

h4 {
    font-size: 28px;
    line-height: 34px;
}

h5 {
    font-size: 24px;
    line-height: 28px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
}
a{
    color: #727272;
}
a:hover{
    text-decoration: none;
    color: #000;
}

body {
    position: relative;
    padding-bottom: 100px;
}

button.form-control {
    background-color: #de6009;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

.orange-color{
    color: #de6009 !important;
}
 header .navbar{
     padding: 0.5rem 0;
 }
 .pt-6{
     padding-top: 6rem!important;
 }
.clear {
    clear: both;
}

#main-logo{
    color: #AD4C07!important;
    font-weight: bold;
    font-family: "Roboto Slab";
}

#main-logo:hover{
    color: #000000!important;
}
#main-phone{
    color: #727272;
    display: none;
    position: absolute;
    top: 18px;
    right: 0;
}
.roboto {
    font-family: 'Roboto Slab', serif !important;
}
.pad-30{
    padding: 30px 0;
}
.pad-80{
    padding: 80px 0;
}
.mb-100{
    margin-bottom: 100px;
}
.plr-30{
    padding-left: 30px;
    padding-right: 30px;
}

#main-logo img {
    width: 51px;
    padding-bottom: 10px;
}

#main-logo span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 0;
    white-space: nowrap;
}
#navbarNavAltMarkup{
    justify-content: flex-end;
}
.nav-item  a{
    color: #101010 !important;
    font-size: 17px;
}
.nav-item.active>a{
    color: #de6009 !important;
}
.nav-link{
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 5px;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-item{
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

#short-description {
    height: 100vh;
    background-image: url('../img/bg-4.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    position: relative;
    padding: 0 40px;
}

#short-description:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 72px);
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#short-description img {
    width: 110px;
}

#short-description > div {
    z-index: 2;
    text-align: center;
}

#short-description > div > * {
    padding-bottom: 5px;
}

#short-description h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}

#short-description h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
}

#short-description p {
    font-size: 24px;
    line-height: 28px;
    padding-top: 40px;
}

#callback-button {
    background-color: #de6009;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    white-space: normal;
    font-size: 18px;
    border-radius: 30px;
    padding: 15px 60px!important;
    border: none;
    color: white;
}

#services {
    padding: 30px 0 30px 0;
}

.country_flag {
    width: auto!important;
    display: inline;
    height: 12px;
    box-shadow: 0 0 2px 1px rgba(114,114,114,.5);
    margin: 0 10px;
}

#services > .header {
    text-align: center;
    margin-bottom: 20px;
}

#services > .header > h3 {
    color: #de6009;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 20px;
}

#services > .header > h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

#services > .header > p {
    font-size: 20px;
    line-height: 24px;
}

.service {
    position: relative;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.service:nth-child(2n) {
    padding-left: 10px;
}

.service:nth-child(2n-1) {
    padding-right: 10px;
}

.service .cont {
    overflow: hidden;
    position: relative;
    height: 400px;
}

.service .bg {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    /*max-width: 100%;*/
    height: 100%;
}

.service .content {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000050;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.service .content h6 {
    font-weight: bold;
    color: #eee;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.line-title {
    width: 40%!important;
    height: 3px!important;
    /*width: 20%;*/
    margin: 10px 50% 27px 0;
    /*height: 2px;*/
    background-color: #de6009;
}
#custom-content img{
    width: 100%!important;
    height: auto!important;
    margin: auto!important;
}

#custom-content h1 *{
    font-size: 2.15rem!important;
    font-family: "Roboto Slab" !important;
}
#custom-content h1{
    text-align: center!important;
}
#custom-content h2 *{
    font-size: 1.5rem!important;
    font-family: "Roboto Slab" !important;
}
#custom-content p *{
    font-size: 0.9rem!important;
    font-family: "Roboto Slab" !important;
}

#custom-content ul {
    padding-right: 10px!important;
    padding-left: 10px!important;
}

#advantages {
    background: url("../img/bg-5.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#advantages .content {
    background: white;
    padding: 70px;
    margin-top: 70px;
    margin-bottom: 70px;
}

#advantages .content h2 {
    color: #de6009;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 30px;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
}

#advantages .content h2 {
    margin-bottom: 10px;
    line-height: 1.5;
}

#advantages .content h6 {
    margin-bottom: 50px;
    font-weight: 600;
}

#advantages-lists .item {
    position: relative;
    margin: 0px 0px 10px 0px;
}

#advantages-lists .item i {
    position: absolute;
    top: 9px;
    font-size: 14px;
}

#advantages-lists .item .text {
    padding: 0px 0 0 28px;
    margin: 0px;
    display: block;
    color: #727272;
}

#used {
    padding: 45px 0 80px 0;
    background-color: #f5f5f5;
}

#used h6 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}

#used .item {
    padding-left: 76px;
    position: relative;
    margin: 20px 0;
}

#used .item img {
    width: 50px;
    position: absolute;
    left: 0;
}

#used .item h5 {
    font-weight: bold;
}

#used .item .line-title {
    width: 10%;
    height: 1px;
    float: left;
    margin: 8px 0 25px 0;
    background-color: #de6009;
}

#user .item p {
    line-height: 1.5;
    color: #727272;
}

#brands {
    padding: 80px 0 80px 0;
    text-align: center;
    background: white;
}

#brands h6 {
    color: #272727;
    font-weight: 600;
    padding: 10px;
}
#slider-brands .slide{
    position: relative;
    width: 16.66%;
    float: left;
    height: 200px;
    line-height: 200px;
    transition: all 0.3s ease-out 0s;
}
#slider-brands .slide img{
    display: inline-block;
    margin: 0 auto;
    width: 75%;
    filter: grayscale(100%);
}
#slider-brands .slide img:hover{
    filter: grayscale(0%);
}

#main-form {
    background: url("../img/bg-6.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#main-form .bg {
    background-color: rgba(246, 246, 246, 0.9);
}

.contact-form .bg > div {
    padding: 20px 0;
}

.contact-form h6 {
    font-weight: bold;
}

.contact-data .header img {
    width: 51px;
    padding-bottom: 8px;
}
.contact-data .header h4{
    font-weight: bold;
    text-align: center;
    color: #AD4C07;
}
.contact-data .home-contact-details p{
    margin-bottom: 10px;
    color: #727272;
}
.contact-data .home-contact-details i {
    min-width: 24px;
    text-align: center;
}

.message-alert-show{
    position: fixed;
    top: 80px;
    right: 50px;
    border-radius: 5px;
    z-index: 999;
    opacity: .8;
}

/*footer*/

footer {
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main{
    text-align: center;
    margin-top: 72px;

    color: white;
    background-image: url('../img/bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.header-main .bg {
    padding: 95px 20px;
    background: rgba(0, 0, 0, 0.6);
}
.header-main h1{
    text-transform: uppercase;
}
.header-main h2{
    font-size: 26px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 10px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*blog*/
#blog{
    padding-top: 12px;
}
#blog .posts{
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}
#blog .posts .title{
    /*height: 64px;*/
}
#blog .posts a{
    color: black;
    font-size: 19px;
    line-height: 36px;
}
#blog .posts a:hover{
    color: #de6009;
}
#blog .posts p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #b9b9b9;
}
#blog .posts .container-photo{
    height: 210px;
}
#blog .posts img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.btn.btn-light{
    margin-top: 10px;
    border: 2px solid #f5f5f5;
    border-radius: 20px;
    background-color: #de6009;
    color: #fff0ff;
}

/*about*/
#about-us p{
    color: #727272;
    font-size: 1.15rem;
}
#about-us p b{
    font-size: 1.15rem;
}
#about-us h3{
    font-weight: 500;
    text-align: center;
    font-size: 1.85rem;
}
.about-service img{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.about-service h5{
    text-align: center;
    font-size: 1.575rem;
}
.about-service .line-title{
    margin: 14px auto;
}

#green-fare p{
    color: #727272;
    font-weight: normal;
    font-size: 1.15rem;
}
#green-fare h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
#green-fare h3{
    text-align: center;
    /*font-weight: 600;*/
    font-size: 32px;
    line-height: 38px;
}
#green-fare>img{
    width: 100%;
}
.box-list{
    margin-top: 32px;
}
.ce4-feature-box-6 {
    position: relative;
    width: 92%;
    float: right;
    padding: 0 40px 40px 100px;
    border-left: 6px solid #de6009;
    transition: all 0.3s ease-out 0s;
    background: #fff url('../img/ce4-12.png') -30px 32px no-repeat;
}
.ce4-feature-box-6 .circle {
    position: absolute;
    width: 80px;
    height: 80px;
    float: left;
    z-index: 2;
    left: -43px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 6px solid #de6009;
}
.ce4-feature-box-6:last-of-type{
    border-left: 6px solid transparent;
}
.svg-icon-electric-tower img{
    width: 40px;
}

.text-box{
    padding-top: 26px;
}
.text-box h6{
    font-size: 20px;
    line-height: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}
.text-box p{
    font-size: 18px !important;
}

.localize{
    width: 113px;
    margin-top: 2px;
    display: inline-block;
    height: 31px;
    line-height: 28px;
    border: 1px solid #f2f2ff;
    border-radius: 16px;
}
.localize a{
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #d2a586;
    font-size: 14px;
    font-weight: 700;
}
.localize a.active{
    padding: 0 15px;
    background-color: #fff;
    border-radius: 16px;
    color: #AD4C07;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 3px 15px 0 rgba(85,34,255,0.12);
    box-shadow: 0 3px 15px 0 rgba(85,34,255,0.12);
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.pagination{
    margin: auto;
    padding: 40px;
    width: 100%;
    justify-content: center;
}
.page-link{
    color: black;
    margin: 4px;
    width: 44px;
    text-align: center;
    border: 2px solid #f5f5f5;
}
.page-item.active .page-link{
    color: #fff;
    border-color: #de6009;
    background-color: #de6009;
}
.page-item.disabled{
    cursor: not-allowed;
}
.page-item.disabled .page-link{
    color: #6c757d7d;
    border-color: #dee2e685;
}
/*media*/
@media only screen and (max-width: 1200px) {
    * {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    header #main-logo{
        display: none !important;
    }
    header button[data-target="#navbarNavAltMarkup"]{
        margin-top: 4px;
    }
    #main-phone{
        display: block;
    }
}
@media only screen and (max-width: 960px) {
    #short-description h2 {
        font-size: 50px;
        line-height: 58px;
    }
}
@media only screen and (max-width: 991px) and (max-height: 500px){
    #short-description h2 {
        font-size: 36px;
        line-height: 34px;
    }
    #short-description h1 {
        font-size: 42px;
        line-height: 46px;
    }
    #short-description p {
        font-size: 20px;
        line-height: 22px;
        padding-top: 10px;
    }
    #short-description img {
        width: 66px;
    }
    .pt-6 {
        padding-top: 4rem!important;
    }
    #callback-button {
        font-size: 16px;
        padding: 8px 34px!important;
    }
    #short-description > div > * {
         padding-bottom: 0;
    }
}

@media only screen and (max-width: 860px) {
    #short-description h2 {
        font-size: 40px;
        line-height: 44px;
    }
    #short-description p {
        font-size: 21px;
        line-height: 24px;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    h2.title{
        font-size: 32px;
    }
    .service {
        padding: 20px !important;
    }
    #used .item {
        margin-left: 30px;
    }
    #advantages .content h2{
        font-size: 32px;
        padding-bottom: 12px;
    }
    #main-form {
        background: none;
        padding: 28px;
    }
    #main-form .bg {
        background: none;
    }
    #services > .header > h3 {
        font-size: 36px;
    }
    #services > .header > h4 {
        font-size: 27px;
        line-height: 33px;
    }
    #services > .header > p {
        font-size: 18px;
    }
    .dropdown-item{
        white-space: normal !important;
    }
    #slider-brands .slide img{
        filter: grayscale(0%);
    }
    .localize{
        padding-top: 0;
        padding-left: 0;
    }
    #green-fare .ce4-feature-box-6{
        padding-left: 58px;
        padding-right: 26px;
        background: #fff url(../img/ce4-12.png) -65px 33px no-repeat;
    }
    #short-description>div{
        padding-top: 1.5rem!important;
    }
    #short-description > div > *{
        padding-bottom: 0.5rem;
    }
    .header-main{
        margin-top: 55px;
    }
    .header-main h2{
        font-size: 20px;
    }
    .header-main h1{
        font-size: 2rem;
    }
    .header-main .bg {
        padding: 77px 20px;
    }
}
@media only screen and (max-width: 860px) and (max-height: 500px){
    #short-description h1 {
        font-size: 32px;
        line-height: 36px;
    }
    #short-description h2 {
        font-size: 28px;
        line-height: 28px;
    }
    #short-description p {
        font-size: 18px;
        line-height: 18px;
        padding-top: 8px;
    }
    #callback-button {
        font-size: 13px;
        padding: 8px 24px!important;
    }
}

/*vertical media*/
@media only screen and (max-height: 670px) and (min-width: 991px){
    #short-description img {
        width: 100px;
    }
    #short-description h2 {
        font-size: 54px;
        line-height: 50px;
    }
    #short-description h1 {
        font-size: 44px;
        line-height: 50px;
    }
    #short-description p {
        font-size: 22px;
        line-height: 22px;
        padding-top: 16px;
    }
}
@media only screen and (max-height: 540px) and (min-width: 991px){
    #short-description h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #short-description h2 {
        font-size: 46px;
        line-height: 42px;
    }
    #short-description p {
        font-size: 20px;
        line-height: 12px;
        padding-top: 16px;
    }
    #callback-button{
        padding: 15px 48px!important;
    }
}
@media only screen and (max-height: 500px) and (min-width: 991px){
    #short-description img {
        width: 90px;
    }
    #short-description h1 {
        font-size: 32px;
        line-height: 36px;
    }
    #short-description h2 {
        font-size: 34px;
        line-height: 30px;
    }
    #short-description > div > * {
        padding-bottom: 0;
    }
    #short-description p {
        font-size: 18px;
        line-height: 12px;
        padding-top: 12px;
    }
    #callback-button {
        padding: 10px 26px!important;
        font-size: 16px;
    }
    .pt-6 {
        padding-top: 3rem!important;
    }
}
/*end vertical media*/

@media only screen and (max-height: 714px) and (max-width: 380px){
    #short-description h2 {
        font-size: 26px;
        line-height: 26px;
    }
    #short-description p{
        padding-top: 16px;
    }
}
@media only screen and (max-width: 435px) {
    #advantages .content h2 {
        font-size: 28px;
        padding-bottom: 0;
    }
    h5 {
        font-size: 22px;
        line-height: 24px;
    }
    #advantages .content {
        padding: 42px;
    }
    #services > .header > h4 {
        font-size: 20px;
        line-height: 25px;
    }
    #short-description > div > *{
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 380px){
    #short-description img {
        width: 96px;
    }
    #short-description h1 {
        font-size: 42px;
    }
    #short-description h2 {
        font-size: 30px;
        line-height: 30px;
    }
    #short-description p {
        font-size: 19px;
        line-height: 22px;
        padding-top: 22px;
    }
    #callback-button{
        font-size: 16px;
    }
    h6 {
        font-size: 18px;
        line-height: 22px;
    }
    #advantages .content h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 360px) {
    #callback-button{
        padding: 15px 36px!important;
    }
    #short-description h2 {
        font-size: 27px;
        line-height: 27px;
    }
    #short-description p {
        padding-top: 12px;
        font-size: 14px;
        line-height: 14px;
    }
    #short-description img {
        width: 74px;
    }
    #short-description h1 {
        font-size: 36px;
    }
}

