.sub-page .sticky-banner{
    top: 270px;
}
.header-sub-container{
    margin-bottom: 0;
    padding: 0;
}
.sub-header {
    height: 360px;
    min-height: auto;
    background-image: url("../img/sub-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -100px;
}

.breadcrumb{
    color: #ffffff;
    text-shadow: 0px 1px 3px #2a211d;
    min-width: 320px;
    margin-top: 70px;
}
.breadcrumb ul{
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 400px;
}
.breadcrumb ul li a{
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}
.breadcrumb ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
}
.breadcrumb ul li::after{
    content: '>>';
    font-size: 13px;
    margin-left: 6px;
}
.breadcrumb ul li:last-child{
    float: none;
    clear: both;
}
.breadcrumb ul li:last-child::after, .breadcrumb ul li:nth-last-child(2)::after {
    content: '';
}
.breadcrumb ul li h1{
    font-size: 36px;
}

/*Contact*/
.contact .left-block .top-block{
    background-color: var(--solid-green);
    color: #ffffff;
    border-radius: 8px 8px 0 0;
    padding: 30px;
    text-align: right;
    min-height: 267px;
    display: grid;
    align-items: end;
    justify-content: end;
    text-align: right;
}
.contact .bottom-block{
    background-color: var(--dark-blue);
    padding: 30px;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    text-align: right;
}
.contact .bottom-block, .contact .bottom-block a{
    color: var(--white);
}
.contact .contact-item{
    margin-bottom: 30px;
}
.contact .contact-item .contact-block{
    min-height: 160px;
    background-color: #e6e6e6;
    padding: 40px;
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    color: var(--dark-gray);
}
.contact .contact-item .contact-block a{
    color: #999999;
    font-weight: normal;
    font-size: 16px;
}
.contact .contact-item .contact-block h4{
    color: #7188a4;
}


.contact-form{
    border-radius: 8px;
    border: #222B60 solid thin;
    padding: 60px;
}
.contact-form .title{
    position: relative;
    margin-top: -94px;
    background-color: #fff;
    padding: 20px;
    font-size: 33px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.contact-form .left-block, .contact-form .right-block{
    margin-top:40px;
}
.contact-form .left-block p:first-child{
    font-size: 44px;
    line-height: 1.1;
    color: var(--dark-blue);
}
.contact-form .left-block p:last-child{
    font-size: 24px;
    line-height: 1.5;
    color: var(--dark-gray);
}
.contact-form .contact-seperator{
    border-radius: 8px;
    width: 80px;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    background-color: var(--dark-blue);
    color: var(--white);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-form .contact-seperator:before{
    content: "";
    background-color: var(--dark-blue);
    width: 280px;
    height: 1px;
    border-radius: 8px;
    position: absolute;
    z-index: -1;
    margin-top: 11px;
}
.contact-form .contact-seperator:after{
    content: "";
    background-color: var(--dark-blue);
    width: 280px;
    height: 1px;
    border-radius: 8px;
    position: absolute;
    z-index: -1;
    margin-top: 11px;
    margin-left: -280px;
}
.contact-form .right-block p:before{
    font: var(--fa-font-solid);
    content: "\f095";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    margin-left: -48px;
    margin-top: -1px;
}
.contact-form .right-block p{
    color: var(--dark-blue);
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
}
.contact-form .right-block p a{
    color: var(--dark-blue);
    font-weight: bold;
}
.contact-form .right-block .bottom-block{
    width: 74%;
    margin-left: 44px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form .right-block .bottom-block p {
    color: var(--dark-blue);
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.contact-form .right-block .bottom-block p:before {
    font: var(--fa-font-solid);
    content: "\f27a";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    margin-left: -36px;
    margin-top: 4px;
}
.contact-form .right-block .bottom-block input{
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 22px;
    padding-left: 20px;
    border: none;
}
.sub-news-component .main-news-block .news-item{
    margin-bottom: 40px;
}
.maps{
    padding: 0;
}
.maps-content{
    position: absolute;
    background-color: var(--dirty-white);
    z-index: 1;
    width: 390px;
    padding: 30px;
    border-radius: 8px;
    margin-top: 80px;
    margin-left: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.maps-content p:first-child{
    font-size: 28px;
    color: #7188a4;
}
.maps-content p{
    font-size: 14px;
    margin-bottom: 0;

}
.maps-content p:last-child{
    font-size: 12px;
}
.map{
    width:100%;
    height:500px;
    border-bottom: var(--dark-blue) solid 20px;
    border-radius: 0 0 8px 8px;
}
/*Contact*/

/*Photo Gallery List*/
.photo-content-gallery{
    margin: 0;
    padding: 0;
}
.photo-content-gallery li{
    list-style: none;
    cursor: pointer;
}
.photo-content-gallery li:nth-child(2n){
    width: 48%;
    float: left;
}
.photo-content-gallery li:nth-child(2n+1){
    width: 48%;
    float: right;
}
.photo-content-gallery li:first-child{
    width: 100%;
}
/*Photo Gallery List*/

/*Specification*/
.specification{

}
.specification .header{
    padding: 20px;
    background-color: var(--solid-green);
    border-radius: 8px 8px 0 0;
    color: #ffffff;
}
.specification .body{
    background-color: #e6e6e6;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}
.specification .body table th{
    font-size: 16px;
    font-weight: lighter;
}
.specification .body table td{
    font-size: 16px;
    width: 200px;
}
.specification .body table td span{
    color: var(--green);
    font-size: 12px;
}
/*Specification*/

/*Products*/
.sub-page .header-products .box{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 70px;
    padding: 30px;
}
.sub-page .header-products .box p{
    font-size: 24px;
    height: auto;
}
.sub-page .header-products .box .title{
    font-size: 39px;
    margin-bottom: 30px;
}
.sub-page .header-products::before{
    display: none;
}
/*Products*/

/*Desktop - Mobile*/
/*320px Mobile*/
@media only screen and (min-width : 0px) and (max-width : 320px) {
    .breadcrumb ul{
        width: 100%;
    }
    .breadcrumb {
        left: 15px;
        margin-top: 209px;
        margin-left: -75px;
    }
    .breadcrumb ul li h1 {
        font-size: 24px;
    }
    .breadcrumb ul li:last-child{
        min-width: 270px;
    }
    .sub-header{
        height: 280px;
    }

    .sub-page .header-products{
        margin-top: 60px;
        width: 100%;
        max-height: 100%;
        overflow: hidden;
    }
    .sub-page .header-products .box{
        margin-bottom: 30px;
    }
    .sub-page .header-products .box .title{
        font-size: 31px;
    }
    .sub-page .header-products .box p{
        font-size: 16px;
    }
    .contact .right-block{
        margin-top: 30px;
    }
    .contact-form{
        padding: 20px;
    }
    .contact-form .title{
        margin-top: -56px;
        margin-bottom: 0;
    }
    .contact-form .left-block p:first-child {
        font-size: 30px;
    }
    .contact-form .right-block p {
        font-size: 25px;
    }
    .contact-form .right-block {
        margin-top: 10px;
    }
    .contact-form .right-block p:before, .contact-form .right-block .bottom-block p:before{ display: none; }
    .contact-form .right-block .bottom-block p{
        font-size: 31px;
    }
    .contact-form .right-block .bottom-block{
        width: 100%;
    }
    .contact-form .contact-seperator:before, .contact-form .contact-seperator:after{
        display: none;
    }
    .save{
        max-width: 100%;
    }
    .maps-content {
        width: 100%;
        border-radius: 0;
        margin-top: 327px;
        margin-left: 0;
    }
}
/*320px Mobile*/
@media only screen and (min-width : 321px) and (max-width : 425px) {
    .breadcrumb ul{
        width: 100%;
    }
    .breadcrumb {
        margin-top: 190px;
        position: absolute;
        left: 38px;
    }
    .breadcrumb ul{
        min-width: auto;
    }
    .breadcrumb ul li h1 {
        font-size: 24px;
    }
    .breadcrumb ul li:last-child{
        min-width: 270px;
    }
    .sub-header{
        height: 280px;
        margin-top: -70px;
    }
    .sub-page .sticky-banner{
        top: -4px;
    }

    .contact-form .contact-seperator {
        width: 130px;
        font-size: 28px;
        padding: 10px;
    }
    .contact-form .contact-seperator:before{
        width: 180px;
    }
    .contact-form .contact-seperator:after{
        width: 180px;
        margin-left: -180px;
    }
    .contact-form .right-block p:before{
        margin-top: 11px;
    }
    .contact-form .right-block .bottom-block{
        width: 100%;
    }
    .maps-content{
        width: 200px;
    }
    .contact .contact-item:first-child {
        margin-top: 30px;
    }
    .save {
        max-width: 100%;
        margin-top: 20px;
    }
    .contact-form .right-block a{
        display: inline-block;
    }
    .contact-form .left-block p:last-child{
        font-size: 30px;
    }
    .contact-form .title{
        margin-bottom: -30px;
    }

    .sub-page .header-products{
        margin-top: 60px;
        width: 100%;
        max-height: 100%;
        overflow: hidden;
    }
    .sub-page .header-products .box{
        margin-bottom: 30px;
    }
    .sub-page .header-products .box .title{
        font-size: 31px;
    }
    .sub-page .header-products .box p{
        font-size: 16px;
    }

}
/*425px Tablet*/
@media only screen and (min-width : 426px) and (max-width : 768px) {
    .breadcrumb ul{
        width: 100%;
    }
    .breadcrumb {
        margin-top: 195px;
    }
    .breadcrumb ul li h1 {
        font-size: 24px;
    }
    .breadcrumb ul li:last-child{
        min-width: 270px;
    }
    .sub-header{
        height: 280px;
        margin-top: -117px;
    }
    .sub-page .sticky-banner {
        top: 140px;
    }
    .sub-page .header-products .box .title {
        font-size: 32px;
    }
    .sub-page .header-products .box p {
        font-size: 20px;
    }
    .contact .left-block .top-block{
        padding: 15px;
    }
    .contact .left-block .top-block .text-tiny{
        font-size: 21px;
    }
    .contact .left-block .top-block .text-title{
        font-size: 22px;
    }
    .contact-form{
        padding: 30px;
    }
    .contact-form .title{
        margin-top: -66px;
        font-size: 33px;
        margin-bottom: 0;
    }
    .contact-form .right-block .bottom-block{
        width: 100%;
        padding-left: 30px;
    }
    .contact-form .right-block p{
        font-size: 30px;
    }
    .contact-form .right-block p:before{
        margin-top: 8px;
    }
    .contact-form .contact-seperator{
        width: 130px;
        font-size: 28px;
        padding: 10px;
    }
    .contact-form .contact-seperator:before{
        width: 200px;
    }
    .contact-form .contact-seperator:after{
        width: 200px;
        margin-left: -200px;
    }
    .contact-form .right-block .bottom-block p {
        font-size: 26px;
    }
    .contact-form .right-block .bottom-block p:before{
        margin-left: -40px;
        margin-top: 9px;
    }
    .contact-form .left-block p:first-child{
        font-size: 32px;
    }
    .maps-content{
        padding: 24px;
        width: 250px;
    }
}
/*768px Laptop*/
@media only screen and (min-width : 769px) and (max-width : 1024px) {
    .breadcrumb ul{
        width: 100%;
    }
    .breadcrumb {
        margin-top: 175px;
    }
    .breadcrumb ul li h1 {
        font-size: 24px;
    }
    .breadcrumb ul li:last-child{
        min-width: 270px;
    }
    .sub-header{
        height: 280px;
        margin-top: -117px;
    }
    .contact-form .right-block .bottom-block{
        width: 100%;
    }
    .contact-form .contact-seperator:after{
        width: 230px;
        margin-left: -230px;
    }
    .contact-form .contact-seperator:before{
        width: 230px;
    }
    .contact-form .right-block p{
        font-size: 32px;
    }
    .contact-form .right-block p:before{
        margin-top: 9px;
    }
    .contact-form .right-block .bottom-block p{
        font-size: 22px;
    }
    .sub-page .header-products {
        width: 100%;
        left: unset;
    }
    .sub-page .header-products .box .title {
        font-size: 32px;
    }
    .sub-page .header-products .box p {
        font-size: 20px;
    }
}
/*1024px Laptop L*/
@media only screen and (min-width : 1025px) and (max-width : 1440px) {
    .sub-header{
        margin-top: -136px;
    }
    .sub-header .text-block{
        height: 360px;
        display: flex;
        align-items: center;
        padding-top: 170px;
    }
    .sub-page .header-products .box .title {
        font-size: 32px;
    }
    .sub-page .header-products .box p {
        font-size: 20px;
    }
}
/*1440px 4K*/
@media only screen and (min-width : 1441px) and (max-width : 2560px) {
    .sub-header {
        height: 500px;
    }
    .sub-header .text-block{
        height: 500px;
        display: flex;
        align-items: center;
        padding-top: 170px;
    }
    .breadcrumb ul li h1 {
        font-size: 60px;
    }
    .sub-page .sticky-banner{
        top: 263px;
    }
}

@media only screen and (min-width : 2001px) and (max-width : 2560px) {

}

