html {
	height: 100%;
}
body {
    margin: 0;
    font-family: Arial, 'Comfortaa', sans-serif !important;
    font-size: 14px;
    line-height: 1;
    color: #3a3a3a;
    background-color: #fff;
    height: 100%;
    line-height: 1.3;
}

a {
    color: #3a3a3a;
    font-weight: bold;
    text-decoration: none !important;
}
p {
	margin: 0;
}
header {
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ffffffe0;
    background-blend-mode: color;
    font-family: 'Comfortaa';
}
ul, menu, dir {
	margin: 0;
}
content {
	flex: 1 0 auto;
}
#pllg {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.row {
	width: 1200px;
	margin: 0 auto;	
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}
.flex {
    display: flex;
    align-items: center;
}
.sticky {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10 !important;
    position: fixed !important;
}
.mod-languages {
	padding: 5px 0;
	border-bottom: 1px solid;
}
div.mod-languages ul {
    width: 1200px;
    margin: 0 auto;
}
div.mod-languages li {
    margin: 0;
}
div.mod-languages li.lang-active, div.mod-languages li:hover {
	background-color: #fff;
	font-weight: 600;
	color: #ea5a18;  /*orange*/
}
div.mod-languages .lang-active a {
	color: #eb5a18;
}

.header-btn {
    font-size: 16px;
    float: left;
    position: relative;
    cursor: pointer;
    width: 20%;
    box-sizing: border-box;
}
.header-btn:hover p{
	color: #ea5a18;  /*orange*/
}
.b2b-text {
	font-family: Arial;
	float: left;
	font-size: 22px;
    font-weight: 600;
    padding-right: 5px;
}
.orange-txt {
    color: #ea5a18;
}
.not-bold-txt {
	font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 19px;
    bottom: 2px;
}
.header-btn p {
    padding-top: 2px;
    font-size: 18px;
}

#shop_btn img, #callback img {
	float: left;
    height: 27px;
    padding-right: 5px;
}
#header_logo{
	text-align: center;
}
#header_logo img {
	height: 140px;
    padding: 30px 0px;
}
.call-me-back {
    transform: translate(-50%, -50%);
    padding: 0 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 40%;
    background-color: #e0dede;
    z-index: 100000;
    box-sizing: border-box;
}
.call-me-back-close {
    margin-top: 5px;
    font-size: 25px;
    text-align: right;
    color: black;
    cursor: pointer;
}
.call-me-back-description {
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.call-me-back input {
    width: 69%;
    border: none;
    font-size: 16px;
    padding: 5px 15px;
}
.call-me-back button {
    border: none;
    background-color: #ea5a18;
    color: #fff;
    font-size: 16px;
    width: 25%;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
.shadow-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
header .mod-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eb5a18e0;
    padding: 0;
}
header .mod-menu li{
    list-style-type: none;
    padding: 15px 3%;
}
header .mod-menu li a{
    color: #fff;
    font-size: 16px;  
    line-height: 1.5;  
}
header .mod-menu .current, header .mod-menu li:hover {
    background-image: url(/images/menu_circle.png);
    background-repeat: no-repeat;
    background-position: center 37px;
    box-sizing: border-box;
}
#footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #3a3a3a;
    margin-top: 15px;
    padding: 15px 5%;
    color: #fff;
}
#footer .mod-menu {
    
}
#footer .mod-menu li{
    list-style-type: none;
}
#footer .mod-menu li a, .footer_info a{
    color: #fff;
    font-size: 16px;  
    line-height: 1.5;  
    font-weight: 100;
}
#footer_logo img {
    height: 150px;
    object-fit: contain;
    margin: 10px 0;
}
.info i {
    font-size: 20px;
    padding-right: 10px;
}



.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}
.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
}

div.mod-languages ul li.lang-active {
    background-color: #f0f0f000;
}


/*************ABOUT PAGE************/
.about-gray{
    background-color: #e6e6e6; 
    width: 100%;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
}
.about-gray img {
    width: 35px;
    height: 20px;
    float: left;
    object-fit: contain;
}
.orange-bold-txt {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    color: #eb5a18; 
    margin: 0 auto;
    float: left;
}

.uppercase-txt {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 2;
    position: relative;
}
#row-600 {
    width: 600px;
    margin: 25px auto;
    text-align: justify;
    line-height: 1.3;
}
#row-600 img {
    width: 50px;
    margin-right: 15px;
    float: left;
}
.about-location {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
}
.about-location img {
    width: 30px;
    position: absolute;
    top: -25px;
    left: 50%;
}


/****************Contacts*******************/
.form-contact {
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
}
#pllg_contact .about-gray {
    padding: 40px 20%;
}

.left-block, .right-block {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: left;
}

#pllg_contact .info {
    margin-top: 40px;
}
.form-contact p {
    line-height: 2;
    margin-top: 15px;
}
.form-contact input{
    width: 80%;
    height: 25px;
    padding: 0px 15px;
}
.form-contact textarea {
    width: 98%;
    height: 100px;
}
#send {
    width: auto;
    float: right;
    padding: 5px 25px;
    background-color: #ea5a18;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.check {
    margin-top: 7px;
    float: right;
    padding-right: 10%;
}
#check_cl {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}
.cl-on {
    background-image: url(/images/check.png)!important;
}


@media (max-width: 1200px) {
    .row {
        width: 100%;
    }
    div.mod-languages ul {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .header-btn p {
        font-size: 14px;
        padding-top: 7px;
    }
}

@media (max-width: 800px) {
    .mod-languages {
        border-bottom:none;
        float: right;
        margin-top: 10px;
    }
    #b_two_b, #shop_btn, #callback {
        display: none;
    }
    header .mod-menu {
        display: none;
        position: fixed;
        top: 0;
        width: 50%;
        padding-left: 15px;
        padding-top: 45px;
        z-index: 1;
        }
    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        left: 0;
    }

    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 13px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 100;
    }

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;

        width: 100%;
        height: 2px;

        background-color: black;

        transition-duration: .25s;
    }
    .menu__btn > span::before {
        content: '';
        top: -8px;
    }
    .menu__btn > span::after {
        content: '';
        top: 8px;
    }
    header .mod-menu .current, header .mod-menu li:hover {
        background-position: left;
        padding: 5px 15px;
    }
    #header_logo img {
        height: 75px;
        padding: 10px 0px;
    }
    #footer_logo, #footer .mod-menu {
        display: none;
    }
    #row-600 {
        width: 100%;
    }
    .left-block, .right-block {
        width: 100%;
    }
}