body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Roboto';
    color :#333;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:link, a:active, a:visited, a:focus, a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cut {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .10)
}

.wrapper {
    position: relative;
}

.bx-wrapper {
    box-shadow: none;
    background: none;
    border: none;
    margin: 0;
}

.logo {
    position: absolute;
    left: 0;
    top: 55px;
}

#header {
    width:  100%; 
    height: 369px;
    margin: 0 auto;
    position: relative;
}

#header .bg {
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    background: url(/assets/img/bg-header.png) no-repeat top center/cover;
}

#header nav {
    position: absolute;
    left: 280px;
    top: 55px;
}

#header nav ul.sub-nav li {
    margin: 0 15px 0 0;
}

#header nav ul.main-nav li {
    margin: 0 17px 0 0;
}

#header nav ul.main-nav li.cart-box a, .cart-link {
	position: relative;
}

#header nav ul.main-nav li.cart-box a span, .cart-link span {
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: red;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 0;
	right: -9px;
}

.cart-link span {
	top: 20px;
}

#header nav ul li {
    display: inline-block;
}

#header nav ul li a {
    color: #fff;
}

#header nav ul li:hover a {
    color: rgb(76, 100, 9);
}

#header nav ul li.active a {
    color: rgb(76, 100, 9);
    position: relative;
}

#header nav ul.sub-nav li a {
    font-size: 15px;
}

#header nav ul.main-nav {
    margin: 10px 0 0;
}

#header nav ul.main-nav li {
    position: relative;
}

#header nav ul.main-nav li a {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    display: block;
}

#header nav ul.main-nav li a:after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: 10px;
    width: 25px;
    height: 1px;
    left: 0;
}

#header nav ul.main-nav li:last-child a:after {
    display: none;
}

#header nav ul.main-nav li:hover a:after, #header nav ul.main-nav li.active a:after {
    background:  rgb(76, 100, 9);
}

#header nav ul.main-nav li ul {
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 1;
    background: rgb(76, 100, 9);
    min-width: 250px;
    padding: 0;
    display: none;
}

#header nav ul.main-nav li:hover ul {
    display: block;
}

#header nav ul.main-nav li ul:before {
    content: '';
    background: rgb(76, 100, 9);
    position: absolute;
    top: -9px;
    left: 0;
    width: 25px;
    height: 9px;
}

#header nav ul.main-nav li ul li {
    display: block;
    margin: 0;
}

#header nav ul.main-nav li ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.language-box {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.language-box span {
    margin: 0 5px 0 0;
    display: inline-block;
    text-transform: none;
    font-size: 13px;
}

.language-box strong {
    font-weight: bold;
}

.language-box .icon-down-arrow {
    float: right;
    margin: 1px 0 0 10px;
}

.language-box .dropdown-menu {
    min-width: 60px;
}

.language-box .dropdown-menu .dropdown-item {
    padding: .25rem 1.2rem;
}

.language-box .dropdown-menu a {
    font-size: 12px;
}

.slider-wrapper {
    position: relative;
}

.slider-slide {
    height: 1027px;
    position: relative
}

.slider-text {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-shadow: 0 0 30px rgba(0,0,0,.25);
}

.slider-text h3 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 50px;
}

.slider-pager {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.slider-pager a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: none;
    margin: 0 2px;
}

.slider-pager a.active {
    background: #97c21d;
}

.title {
    text-align: center;
    padding: 80px 0;
}

.title.inner {
    padding: 0 0 80px;
}

.title h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
}

.title h2:after {
    content: '';
    width: 25px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.title h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    position: relative;
}

.title h1:after {
    content: '';
    width: 75px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}

.page-menu .title h1:after {
    display: none;
}

.benefits, .how, .configurator, .help {
    padding: 0 0 80px;
}

.benefits-slider {
    z-index: 2;
    position: relative;
}

.benefits-slide a h3 {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin: 0 0 3px;
}

.benefits-slide a img {
    margin: 0 0 20px;
}

.benefits-slide a p {
    font-size: 13px;
    line-height: 23px;
    color: #333;
}

.benefits-slide a span {
    width: 117px;
    height: 27px;
    color: #fff;
    font-size: 13px;
    background: url(/assets/img/bg-btn.png) no-repeat top left;
    display: inline-block;
    padding: 3px 0 0 0;
    text-align: center;
}

.benefits-slider-wrapper {
    position: relative;
}

.benefits-slider-wrapper a {
    color: #d6d6d6;
    display: block;
}

.benefits-slider-wrapper a.btn-prev {
    font-size: 48px;
    position: absolute;
    left: -38px;
    top: 90px;
}

.benefits-slider-wrapper a.btn-next { 
    font-size: 48px;
    position: absolute;
    right: -38px;
    top: 90px;
}

.how, .help {
    background: #f3f3f3;
}

.how-box a {
    display: block;
}

.how-box a p {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #333;
}

.img-wrapper {
    position: relative;
}

.how-box a .img-wrapper h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    text-align: center;
}

.configurator h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 50px 0 15px;
}

.help-box {
    text-align: center;
}

.help-box a {
    display: block;
}

.help-box a i {
    color: #333;
    font-size: 60px;
    line-height: 60px;
    margin: 80px 0 20px;
}

.help-box a h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.help-box a p {
    color: #333;
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    padding: 0 20px;
}

.content {
    padding: 0 0 60px;
}

.conf-box {
    margin: 0 0 30px;
}

.conf-title {
    background: #97c21d;
    position: relative;
}

.conf-title .nr {
    position: absolute;
    top: 0;
    left: 0;
    background: #6a8815;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    padding: 7px 25px;
}

.conf-title h2 {
    text-transform: uppercase;
    padding: 18px 0 18px 100px;
    font-size: 25px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.conf-content {
    border-left: 1px solid #97c21d;
    border-right: 1px solid #97c21d;
    border-bottom: 1px solid #97c21d;
    padding: 25px 100px;
}

.conf-content .custom-control-label {
    font-size: 20px;
}

.conf-content .custom-control {
    padding-left: 2rem;
}

.conf-content .custom-control-label::before {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    border-color: #6a8815;
    left: -2rem;
}

.conf-content .custom-control-label::after {
    width: 1.4rem;
    height: 1.4rem;
    left: -2rem;
}

.conf-content .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #97c21d;
}

.conf-content .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	background-color: #97c21d;
}

.conf-content .custom-select {
    border-radius: 0;
    border-color: #6a8815;
    color: #6a8815;
    max-width: 75px;
}

.conf-content label {
    width: 100%;
    font-size: 20px;
}

.conf-content label i {
    font-size: 18px;
}

.configurator-resume {
    background: #f6f6f6;
    padding: 40px;
    position: relative;
}

.configurator-resume .card-wrapper {
    position: absolute;
    width: 100%;
    bottom: -75px;
    left: 0;
    font-size: 13px;
}

.configurator-resume .card-wrapper img {
    max-width: 175px;
    float: right;
}

.is-fixed {
    position: fixed;
    top: 0;
}

.icon-cards {
	margin: 30px 0 0;
}

.configurator-resume h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 70px;
}

.result-box {
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 15px;
}

.result-box h3 {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 25px;
}

.price {
    font-size: 25px;
    font-weight: 900;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.price small {
    font-size: 16px;
    font-weight: 400;
}

.btn-buy {
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    font-size: 24px;
    font-weight: 900;
    background: #97c21d;
    padding: 6px 40px;
}

.form-group.last, .form-group.first {
    margin: 0;
}

.tooltip-inner {
    max-width: 225px !important;
    line-height: 15px;
    font-size: 12px;
    padding: 7px 7px 7px;
}

#footer {
    background: #2571b8;
    padding: 80px 0;
}

#footer p {
    margin: 0 0 15px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
}

#footer p:last-child {
    margin: 0;
}

#footer p.info {
    opacity: .3;
    line-height: 21px;
}

#footer .logo-majur {
    margin: 0 0 30px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer .wrapper {
    z-index: 1;
}

.logo-footer {
    z-index: -1;
    position: absolute;
    top: -33px;
    left: -240px;
}

#footer a:hover {
    text-decoration: none;
}
#footer ul.terms{
	margin-top: 30px;
}
#footer a.footerArt{
	color: #4a98e2;
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
	#footer a.footerArt:hover{
		color: white;
	}


.icon-cards-footer {
    margin: 5px 0 15px;
}

.right-links {
	position: absolute;
    top: -7px;
    right: 0;
}

.right-links a {
	float: left;
	display: block;
	color: #fff;
}

.mm .cart-link {
    color: #fff;
}

#sidr-right {
    font-family: 'Roboto';
}

#sidr-right ul {
    padding: 45px 0 0;
    position: relative;
}

#sidr-right ul li ul {
    padding: 0;
    display: none;
}

#sidr-right ul li.has-ul ul {
    display: block;
}

#sidr-right ul:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    top: 44px;
    left: 0;
}

#sidr-right ul li a {
    text-transform: uppercase;
    font-weight: 700;
}

#sidr-right ul li.small a {
    font-weight: 600;
    color: #828282;
}

#sidr-right ul li.cart-box a {
    color: #97c21d;
}

#sidr-right ul li.cart-box a strong {
    font-weight: 700;
}

/*.extra {
    display: none;
}

.extra.show-it {
    display: block;
}*/

.style-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 25px;
}

.style-text p.intro {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}

.style-text h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #97c21d;
}

.style-text h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.style-text ul {
    margin: 0 0 28px 18px;
}

.style-text ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
}

.style-text a {
    color: #97c21d;
}

.gallery-box {
    margin: 30px 0 0;
}

.page-menu .main-img {
    margin: 0 0 28px;
}

.sub-nav-page {
    margin-top: 5px;
}

.sub-nav-page ul li {
    margin: 0 0 30px;
    position: relative;
}

.sub-nav-page ul li a {
    display: block;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    color: #97c21d;
}

.sub-nav-page ul li a:after {
    content: '';
    position: absolute;
    background: #97c21d;
    bottom: -5px;
    width: 25px;
    height: 1px;
    left: 0;
}

.page-menu .title.inner {
    text-align: left;
    padding: 0 0 20px;
}

.add-border-left {
    border-left: 1px solid #eaeaea;
    height: 100%;
    padding-left: 30px;
}

.eu-wrapper {
	background: #c4c4c4;
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    line-height: 14px;
    max-width: 1600px;
    margin: 0 auto;
}

.eu-wrapper img {
    height: 60px;
}
.header-eu  {
	position: fixed;
	bottom: 0;
    opacity: 0;
	left: 0;
	width: 100%;
	z-index: -10;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.header-eu.go-bottom {
	bottom: 0!important;
}

#footer a.product-btn {
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 13px;
	padding: 0;
	color: #8bb9e3;
}

#footer a.product-btn i {
	font-size: 11px;
}

.table-grid {
	font-size: 14px;
}

.table-grid .row {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.table-grid span {
	font-weight: 700;
	display: block;
}

.table-grid .amount input {
	width: 40px;
	margin: 0 3px;
	text-align: center;
}

.main-product-info .box-img {
	margin: 0 20px 0 0;
}

.amount-box {
	-ms-flex: 0 0 153px;
    flex: 0 0 153px;
}

.price-box {
	-ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.btn-box .btn-buy {
	font-size: 17px;
	padding: 6px 0px;
	width: 115px;
}

.btn-box .btn-buy i {
	margin: 0 3px 0 0;
}

.btn-box {
	-ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

.box-img {
	float: left;
}

.description-box {
	max-height: 47px;
	overflow: hidden;
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.language-box.show span, .how-box a:hover .img-wrapper, .configurator a:hover img, .help-box a:hover, .benefits-slide a:hover, .style-text a:hover, #header nav ul.main-nav li ul li a:hover, .sub-nav-page ul li:hover, .sub-nav-page ul li.active {
    opacity: .75;
}

.btn-green {
	background: #97C21D;
	color: #fff;
	text-transform: uppercase;
}

.btn-green:hover {
	background: #6F8D16;
	color: #fff;
}

.btn-green.disabled {
	opacity: 0.25;
	background: #6F8D16;
}

.table-form {
	background: #eee;
	padding: 20px;
	margin: 30px 0 0;
	display: none;
}

.table-form .custom-control label a {
	color: #97C21D;
}