section.gallery {
    display: none;
}
.testpage section.gallery {
    display: block !important;
}

html,
body {
    width: 100%;
    /*  height: 100%;*/
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    padding: 0 !important
}

body {
    background: #fff;
    font-family: "MyriadProRegular";
    font-size: 18px;
    color: #F9F3C1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0px;
    font-weight: bold;
    color: #3E413A;
    line-height: normal;
    text-transform: uppercase;
	text-align: center;
}

h1,
.h1 {
    font-size: 36px;
}

h1 small,
.h1 small {
    font-size: 18px;
    line-height: normal;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 24px;
    text-transform: unset;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

/* --- bg&colors --- */

.bg_green {
    background: #3E413A;
}

.bg_dark-green {
    background: #091A11;
}

.bg_light {
    background: #F9F3C1;
}

.bg_dark {
    background: #DAD4A9;
}

.color_green {
    color: #3E413A !important;
}

.color_olive {
    color: #F9F3C1 !important;
}

/* --- fonts --- */

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_13 {
    font-size: 13px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_22 {
    font-size: 22px;
}

.fs_24 {
    font-size: 24px;
}

.fs_26 {
    font-size: 26px;
}

.fs_28 {
    font-size: 28px;
}

.fs_32 {
    font-size: 32px;
}

.fs_36 {
    font-size: 36px;
}

.fs_thin {
    font-weight: 100;
}

.fs_light {
    font-weight: 300;
}

.fs_normal {
    font-weight: 400;
}

.fs_medium {
    font-weight: 500;
}

.fs_bold {
    font-weight: 700;
}

.fs_extra {
    font-weight: 900;
}

.m-b-05 {
    margin-bottom: 5px !important;
}

.m-b-1 {
    margin-bottom: 10px !important;
}

.m-b-2 {
    margin-bottom: 20px !important;
}

.m-b-3 {
    margin-bottom: 30px !important;
}

.m-b-4 {
    margin-bottom: 40px !important;
}

.m-b-5 {
    margin-bottom: 50px !important;
}

.navbar-expand > .container {
    padding: 0 100px;
}

.modal-open {
    overflow: inherit !important;
}

.modal-content {
    background-color: #091A11;
    padding: 20px 30px;
    border-bottom: 1px solid #F9F3C1;
    color: #F9F3C1;
}

.modal-content .modal-header {
    border-bottom: 1px solid #F9F3C1;
}

.modal-content .modal-title {
    color: #F9F3C1;
}

.modal-content .close {
    color: #F9F3C1;
    opacity: 1;
    font-weight: 500;
}

section.main nav > div {
    align-items: center;
    margin: 0 auto;
}

section.main .main > .container {
    padding: 50px 100px;
}

section.main .main > .container > form {
    background-color: rgba(62, 65, 58, 0.7);
    padding: 30px 40px;
}

section.main .logo-2 {
    text-align: right;
}

section.main .logo-2 img {
    width: 203px;
    padding: 0;
}

.tel {
    margin-top: 50px;
} 

.form-control {
    border-radius: 0;
    padding: 10px 1rem;
    border: 1px solid #F9F3C1;
    background-color: rgba(62, 65, 58, 1);
    color: #F9F3C1;
}

.form-control::-webkit-input-placeholder {
    color: #F9F3C1;
}

.form-control::-moz-placeholder {
    color: #F9F3C1;
}

.form-control:-ms-input-placeholder {
    color: #F9F3C1;
}

.form-control:-moz-placeholder {
    color: #F9F3C1;
}

.form-control:focus {
    border: 1px solid #F9F3C1;
    background-color: rgba(62, 65, 58, 1);
    border-color: #F9F3C1;
    box-shadow: none;
    color: #F9F3C1;
}

.btn.btn-primary {
    margin-bottom: 15px;
    width: 100%;
    color: rgba(62, 65, 58, 1);
    background-color: #F9F3C1;
    border-radius: 0;
    padding: 10px 1rem;
    border: 1px solid #F9F3C1;
}

.btn-primary:hover {
    color: #F9F3C1;
    background-color: rgba(62, 65, 58, 1);
    border-color: 1px solid #F9F3C1;
}

section.main .main > .container > form input#validationName {
    margin-bottom: 30px;
}

section.main .main > .container > form input#validationTel {
    margin-bottom: .5rem;
}

section.main .main > .container > form .form-row > div {
    padding: 0;
}

section.main .navbar .navbar-collapse {
    margin-top: 30px;
}

section.main .navbar-nav li.nav-item {
    padding: 25px 20px 15px;
}

section.main .navbar-nav li.nav-item a {
    font-size: 20px;
    color: #F9F3C1;
    text-decoration: none;
    text-transform: uppercase;
}

section.main .navbar-nav li.nav-item:hover a {
    border-bottom: 1px solid #F9F3C1;
}

section.main .main {
    height: 725px;
    background: url(../img/main-bcg.png) no-repeat 100% 100%;
    position: relative;
}

section.main .main > .bg_green {
    background-color: rgba(62, 65, 58, 0.7);
    width: 100%;
    position: absolute;
    bottom: 0;
}

section.main .main > .bg_green > div {
    align-items: center;
    padding: 10px 100px;
}

.bg_green.line {
    height: 150px;
}

section.advantages > div {
    padding: 20px 0;
}

section.advantages > div:first-child {
    padding: 30px;
    border-bottom: 3px solid #3E413A;
}

section.advantages > div > h1 {
    width: 100%;
    text-align: center;
    margin: 0;
}

section.advantages > .row {
    color: #3E413A !important;
}

section.advantages > .row .icon {
    margin-right: 40px;
}

section.advantages > .row .icon img {
    width: 80px;
}

section.products .title {
    text-align: center;
    padding: 30px 0;
}

section.products .accordion {
    background-color: rgba(62, 65, 58, 0.85);
    position: relative;
    z-index: 2;
    height: 470px;
    overflow-y: auto;
}

section.products .acBcg1 {
    background: url(../img/acBcg1.jpg) center no-repeat;
    background-size: cover;
    height: 433px;
}

section.products .acBcg2 {
    background: url(../img/acBcg2.jpg) center no-repeat;
    background-size: cover;
    height: 433px;
}

section.products .acBcg3 {
    position: relative;
}

section.products .acBcg3:before {
    content: '';
    position: absolute;
    background: url(../img/acBcg3.png) center no-repeat;
    background-size: cover;
    height: 470px;
    z-index: 1;
    width: 200%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.products .acBcg9 {
    position: relative;
}

section.products .acBcg9:before {
    content: '';
    position: absolute;
    background: url(../img/acBcg9.jpg) center no-repeat;
    background-size: cover;
    height: 470px;
    z-index: 1;
    width: 200%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.products .acBcg5 {
    background: url(../img/acBcg6.jpg) center no-repeat;
    background-size: cover;
    height: 433px;
}

section.products .acBcg6 {
    background: url(../img/acBcg5.jpg) center no-repeat;
    background-size: cover;
    height: 433px;
}

section.products .acBcg7 {
    background: url(../img/acBcg7.jpg) center no-repeat;
    background-size: cover;
    height: 433px;
}

section.products .acBcg8 {
    background: url(../img/acBcg8.jpg) center no-repeat;
    background-size: cover;
    height: 433px;
}

section.products .line {
    background-color: #091A11;
    height: 507px;
}

section.products > .item:not(:nth-child(2)) {
    border-top: 10px solid #F9F3C1;
}

section.products > .item:nth-child(5) .accordion {
    padding-top: 10px;
}

section.products .item .row {
    margin: 0;
}

section.products .item .bg_green {
    height: 470px;
}

section.products .item-name {
    padding: 10px 0;
}

section.products .item-name > div {
    text-align: center;
}

section.products section {
    display: none;
    padding: 20px 0 0;
}

section.products section p {
    text-indent: 20px;
}

section.products input {
    display: none;
}

section.products label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 20px;
    font-weight: 600;
    text-align: center;
    color: #F9F3C1;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 18px;
}

section.products label:before {
    font-weight: normal;
    margin-right: 10px;
}

section.products label:hover {
    cursor: pointer;
    opacity: 0.7;
}

section.products input:checked + label {
    color: #3E413A;
    background: #F9F3C1;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10,
#tab11:checked ~ #content11,
#tab12:checked ~ #content12,
#tab13:checked ~ #content13,
#tab14:checked ~ #content14,
#tab15:checked ~ #content15 {
    display: block;
}

section.brand .title {
    padding: 30px 0;
    text-align: center;
}

section.brand .block {
    position: relative;
    background: #3E413A;
    z-index: 0;
}

section.brand .block::before {
    content: '';
    position: absolute;
    background: url(../img/brand-bcg.png) center no-repeat;
    background-size: cover;
    opacity: 0.2;
    height: 600px;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.brand #page-wrap {
    padding: 60px 0;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 2;
}

.info-col {
    float: left;
    width: 132px;
    height: 100%;
    display: flex;
}

.info-col .image {
    margin: 5px 10px;
    width: 80px;
    height: 80px;
    background: #F9F3C1;
}

.info-col .image:hover {
    cursor: pointer;
}

.info-col.curCol .image {
    width: 20%
}

.image {
    width: 100px;
    height: 100px;
    display: block;
    border-right: 1px solid white;
}

.image img {
    width: 80px;
    height: 80px;
}

.brand-image {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: 180px;
    overflow: hidden;
}

.info-col .brand-image img {
    display: none;
    width: 100%;
    height: auto;
}

.text-block {
    display: none;
}

.info-col.curCol .brand-image img {
    display: block;
}

dl {
    display: none;
}

.curCol {
    z-index: 1;
    position: relative;
    height: 480px;
    background-color: rgba(249, 243, 193, 0.4);
    line-height: 23px;
}

.curCol dl {
    display: block;
    width: 80%;
    font-size: 16px;
}

dt,
dl,
dd {
    margin: 0;
}

dt {
    padding: 5px;
    background: #091A11;
    width: 100%;
}

dd {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 299px;
    background: #091A11;
    padding: 10px;
    width: 100%;
}

dt:nth-of-type(1) {
    background: #091A11;
}

section.gallery .title {
    text-align: center;
    padding: 30px 0;
}

section.gallery .main {
    padding: 40px 0 10px;
}
/*
section.gallery .main .row .img {
    max-width: 185px;
}

section.gallery .img {
    width: calc(100% - 15px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border: 1px solid #F9F3C1;
    cursor: pointer;
}

section.gallery .first-img {
    background-size: cover;
    height: 430px
}

section.gallery .second-img {
    background-size: cover;
    height: 200px;
}

section.gallery .third-img {
    background-size: cover;
    height: 200px;
}

section.gallery .fourth-img {
    background-size: cover;
    height: 200px;
}

section.gallery .fifth-img {
    background-size: cover;
    height: 200px;
}

section.gallery .sixth-img {
    background-size: cover;
    height: 200px;
}

section.gallery .seventh-img {
    background-size: cover;
    height: 200px;
}
*/

section.review .title {
    padding: 30px 0;
    text-align: center;
}

section.review .main {
    padding: 50px 0;
}

section.review .review-item {
    margin-bottom: 30px;
    border-bottom: 4px solid #3E413A;
    border-top: 4px solid #3E413A;
    display: flex;
    padding: 0;
}

section.review .review-item .img {
    margin-right: 20px;
}

section.review .review-item .img img {
    width: 120px;
}

section.review .review-item .text {
    padding: 20px 0 30px;
}

section.review .review-item .text h2 {
    margin-bottom: 20px;
}

section.question {
    padding: 40px 0 60px;
    text-align: center;
    background-image: url('../img/question-bcg.jpg');
    background-size: cover;
    background-position: 0% 50%;
    position: relative;
}

section.question * {
    position: relative;
}

section.question::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(62, 65, 58, 0.9);
    z-index: 0;
}

section.question .form {
    background-color: #091A11;
    padding: 20px 30px;
    border-bottom: 1px solid #F9F3C1;
}

section.question .form .fs_12 {
    margin-top: 10px;
}

section.question a {
    color: #F9F3C1;
}

section.question a:hover {
    text-decoration: none;
    opacity: 0.8;
}

section.question .social-link {
    align-items: center;
}

section.question .social-link img {
    margin-right: 5px;
}

section.about-us .title {
    padding: 30px 0;
    text-align: center;
}

section.about-us .facts {
    padding: 50px 0;
    width: 55%;
}

section.about-us .img {
    background: url(../img/about-img.jpg) center no-repeat;
    background-size: cover;
    width: 320px;
    background-position: 35% 0px;
    position: relative;
}

section.about-us .img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background-color: rgba(62, 65, 58, 0.7);
    z-index: 0;
}

section.about-us .img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    background-color: rgba(62, 65, 58, 0.7);
    z-index: 0;
}

section.about-us .img .pseudo::before {
    content: '';
    position: absolute;
    background: url(../img/1-logo.png) center no-repeat;
    background-size: cover;
    width: 96px;
    height: 90px;
    z-index: 1;
    right: 64px;
    bottom: -90px;
}

section.about-us .facts > ul > div {
    margin-right: 40px;
}

section.about-us .facts li {
    margin-bottom: 20px;
    list-style-type: none;
    position: relative;
    text-indent: 15px;
}

section.about-us .facts li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -10px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #091A11;
}

section.footer .navbar-expand > .container {
    padding: 0;
    padding-left: 140px;
    align-items: end;
}

section.footer .logo img {
    width: 97px;
}

section.footer .navbar-collapse {
    width: 100%;
}

section.footer .navbar-collapse .navbar-nav {
    margin: 30px 40px 0 100px;
}

section.footer .navbar-nav li.nav-item {
    padding: 0px 10px 0px;
    margin-top: 15px;
}

section.footer .navbar-nav li.nav-item a {
    font-size: 16px;
    color: #F9F3C1;
    text-decoration: none;
    text-transform: uppercase;
}

section.footer .navbar-nav li.nav-item:hover a {
    border-bottom: 1px solid #F9F3C1;
}

.sticky-top-nav {
    background: #091A11;
    position: absolute;
    z-index: 3;
    display: none;
    overflow: hidden;
    width: 100%;
    z-index: 4;
}

.sticky-top-nav .navbar-nav {
    flex-direction: row;
}

.sticky-top-nav .navbar-nav li.nav-item {
    padding: 15px 4px 15px !important;
}

.f-nav {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
}

section.footer .call-me {
    margin-top: 30px;
    margin-bottom: 50px;
}

.call-me .btn.btn-primary {
    /* background-color: transparent; */
    /* text-align: left; */
    padding: 8px;
    /* border: 0; */
    /* margin: 0; */
    width: 210px;
}

.call-me a {
    color: #F9F3C1;
    text-decoration: none;
}

.call-me:focus * {
    outline: none !important;
    background-color: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    background-color: none;
}

section.footer .call-me img {
    margin-bottom: 15px;
}

section.footer .link {
    position: absolute;
    bottom: 0;
    left: 46%;
    right: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    section.gallery .img {
        width: 100% !important;
    }
    section.gallery .main .container > div {
        padding: 0;
    }
    section.gallery .main .container {}
    section.gallery .main .row .img {
        max-width: initial;
    }
    section.products .line {
        height: 400px !important;
    }
    section.products .accordion {
        height: 350px !important;
    }
    section.products .item .bg_green {
        height: 350px !important;
    }

}

@media (min-width: 320px) and (max-width: 991px) {
    .navbar-expand > .container {
        padding: 0;
        text-align: center;
    }
    section.main .main {
        height: 540px;
    }
    .info-col.curCol .image {
        width: 80px;
    }
    section.main .navbar .navbar-collapse {
        margin-top: 0;
    }
    section.main .navbar-nav li.nav-item {
        padding: 10px;
    }
    section.main .navbar-nav li.nav-item a {
        font-size: 16px;
    }
    section.main .call-me img {
        margin: 10px 0;
    }
    section.main .main > .container {
        padding: 40px 0;
    }
    section.main .main > .bg_green > div {
        align-items: center;
        padding: 0;
        width: 100%;
    }
    section.main .main > .bg_green > div img {
        margin: 0 auto;
        padding: 30px 0;
    }
    section.products .item-name > div {
        text-align: center;
    }
    section.products .line {
        height: 657px;
    }
    section.products .accordion {
        background-color: rgba(62, 65, 58, 0.85);
        position: relative;
        z-index: 2;
        height: 620px;
    }
    section.products .item .bg_green {
        height: 620px;
    }
    .info-col {
        width: 90% !important;
        margin-left: 20px;
    }
    .info-col .image {
        margin: 10px 25px;
    }
    section.gallery .first-img {
        background: url(../img/first-img.jpg) center no-repeat;
        background-size: cover;
        height: 300px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    section.gallery .img {
        width: calc(100% - 15px);
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        border: 1px solid #F9F3C1;
    }
    section.review .review-item {
        padding-left: 25px;
        padding-right: 25px;
    }
    section.question .form-control {
        margin-bottom: 15px;
    }
    section.about-us .facts {
        padding: 0;
        width: 100%;
    }
    section.footer .navbar-expand > .container {
        padding: 0;
    }
}

.sticky-top-category-right {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 3;
    width: 64%;
    background: #3E413A;
}

.sticky-top-category-left {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 64%;
    background: #3E413A;
}


#content1, #content4, #content11, #content9 {
    display: block;
}

.accordion-1 {
    padding-top: 30px;
}

.accordion-2 {
    padding-top: 100px;
}

.accordion-3 {
    padding-top: 60px;
}

.accordion-4 {
    padding-top: 40px;
}

.accordion-5 {
    padding-top: 40px;
}


/* new content */
.advantages-title {
	font-size: 24px;
	font-weight: 700;
}

#products {
    background: lightgray;
}
.products-slider {
    display: flex;
    justify-content: space-between;
    height: 85vh;
}
.slide {
	padding: 5px;
    height: 100%;
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
	transition: 1s ease;
    cursor: ponter;
}
.slide.active-slide{
	width: 110%;
}
.filter-dark {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 0;
}
.slide h2 {
	color: #f9f3c1;
	position: relative;
	z-index: 999;
    font-size: 19px;
	text-align: center;
}
.slide h1 {
    color: #f9f3c1;
    position: relative;
    z-index: 999;
    font-size: 19px;
    text-align: center;
}
.options {
	transition: 1s ease;
	opacity: 0;
	height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    font-weight: 500;
    align-items: center;
    justify-content: center;
	
}
.active-slide .options {
	width: 100%;
	opacity: 1;
	height: fit-content;
	flex-direction: row;
	justify-content: space-around;
}
.slide:hover {
	box-shadow: inset 0 0 7px 2px rgba(0, 0, 0, 0.57);
}
.slide:hover .options{
	height: 40%;
	opacity: 1;
}
.active-slide .options{
	height: fit-content !important;
	margin: 0;
}
.options a {
	font-size: 16px;
	margin-top: 15px;
	cursor: pointer;
	margin-top: 2px;
	transition: .3s ease;
	text-align: center;
}
.options a:hover{
	color: white !important;
}
.options a.curr-link {
	font-weight: 700;
	color: white !important;
}
.inner-info {
	padding: 5px;
	display: none;
	position: relative;
	z-index: 1;
}

.active-slide .inner-info {
	height: 80%;
	overflow-y: scroll;
}

.inner-info section {
	display: none;
}
.active-slide .inner-info section.active {
	display: block;
}
.testimonial-name {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 5px;
}
.inner-info::-webkit-scrollbar {
    width: 4px;
    	background: black;
}
.inner-info::-webkit-scrollbar-thumb{
	background: #eade9a;
}

.gallery .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

section.gallery .main .row .img {
    height: 250px;
    width: auto;
    margin-bottom: 10px;
    outline: 2px solid lemonchiffon;
}

section.gallery .main .row .img.first-img {

}

li.sl-cl {
    visibility: hidden;
}

/* adaptive */
@media (max-width:1024px) {
	section.gallery .main .row .img {
    height: 175px;
    width: auto;
    margin-bottom: 10px;
    outline: 2px solid lemonchiffon;
}
}

@media (max-width:680px) {
	.products-slider {
    flex-direction: column;
	min-height: 125vh;
	}
	.slide {
	justify-content: space-around;
    width: 100%;
	}
	
	
	section.gallery .main .row .img {
    width: 90%;
    height: auto;
    margin: 0 2.5% 10px;
}
}
