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 li {
    display: inline-block;
}

#header nav ul li a {
    color: #fff;
}

#header nav ul li:hover a {
    color: rgb(85, 0, 3);
}

#header nav ul li.active a {
    color: rgb(85, 0, 3);
    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:hover a:after, #header nav ul.main-nav li.active a:after {
    background: rgb(85, 0, 3);
}

#header nav ul.main-nav li ul {
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 1;
    background: rgb(85, 0, 3);
    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(85, 0, 3);
    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: #ce1e24;
}

.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;
    text-align: center;
}

.how-box a p {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    color: #333;
    padding: 0 150px;
}

.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: #ce1e24;
    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 #ce1e24;
    border-right: 1px solid #ce1e24;
    border-bottom: 1px solid #ce1e24;
    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: #ce1e24;
}

.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;
}

.is-fixed {
    position: fixed;
    top: 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: #ce1e24;
    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: #ce1e24;
    padding: 80px 0;
}

.logo-footer {
    z-index: 0;
    position: absolute;
    top: -33px;
    left: -240px;
}

#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 a:hover {
    text-decoration: none;
}

.icon-cards-footer {
    margin: 5px 0 15px;
}

.mm {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
}

#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: #ce1e24;
}

#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: #ce1e24;
}

.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: #ce1e24;
}

.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: #ce1e24;
}

.sub-nav-page ul li a:after {
    content: '';
    position: absolute;
    background: #ce1e24;
    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;
}

.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;
}