
* {
    outline: none !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #222;
    max-width: 1920px;
    margin: 0 auto;
}

.inline-block {
    display: inline-block;
}

.mb-5 {
    margin-bottom: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.text-bold {
    font-weight: 600;
}
.text-yellow {
    color: #f07d17;
}

@media (min-width: 768px) {
    .lead {
        font-size: 20px;
    }
}

.btn-yellow {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f07d17;
    background-image: linear-gradient(180deg, rgba(238,128,53,0.92) 0%, rgba(183,93,32,0.92) 100%);
    border: none;
    border-radius: 20px;
}
.btn-yellow:hover {
    color: #222;
    background-color: #ee8035;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.social-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.social-link:not(.social-icon-viber) {
    margin-right: 15px;
}
.social-link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.social-link.social-icon-facebook {
    background-image: url(../images/socials/facebook.png);
}
.social-link.social-icon-instagram {
    background-image: url(../images/socials/instagram.png);
}
.social-link.social-icon-telegram {
    background-image: url(../images/socials/telegram.png);
}
.social-link.social-icon-viber {
    background-image: url(../images/socials/viber.png);
}

header {
    position: relative;
    min-height: 100vh;
    padding-top: 50px;
    background: transparent url(../images/bg/header.jpg) no-repeat center bottom;
    background-size: cover;
}
header > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(169deg, #1b1b1b 0%, rgba(27,27,27,0.88) 30%, rgba(27,27,27,0.69) 64%, rgba(67,67,67,0.48) 83%, rgba(217,217,217,0) 100%);
}
header .top-menu {
    margin-bottom: 100px;
}
header .top-menu a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-decoration: none !important;
}
header .top-menu a:hover {
    color: #f07d17;
}
header .top-menu .dropdown {
    display: inline-block;
    margin-left: 30px;
}
header .top-menu .dropdown > .dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: auto;
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
header .top-menu .dropdown > .dropdown-menu > li > a {
    padding: 5px 0;
}
header .top-menu .dropdown > .dropdown-menu > li > a:hover {
    background-color: transparent;
}
header .logo {
    display: block;
    max-width: 100%;
    margin: 0 auto 50px;
}
header h1 {
    margin: 0 0 50px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 2px rgba(0,0,0,0.5);
}
header h1 > .primary {
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}
header h1 > .secondary {
    display: block;
    font-size: 32px;
}
header h1 + p {
    color: #f99c4a;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 2px rgba(0,0,0,0.5);
}
@media (max-width: 1199px) {
    header .top-menu {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    header .top-menu a {
        font-size: 16px;
    }
    header .top-menu .dropdown {
        margin-left: 15px;
    }
    header h1 > .primary {
        font-size: 32px;
    }
    header h1 > .secondary {
        font-size: 24px;
    }
    header h1 + p {
        font-size: 18px;
    }
    header .social-link {
        width: 15px;
        height: 15px;
    }
}

footer {
    position: relative;
    min-height: 100vh;
    padding: 70px 0 50px;
    background: transparent url(../images/bg/footer.jpg) no-repeat center bottom;
    background-size: cover;
}
footer > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
}
footer .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 120px;
}
footer .footer-top > div {
    color: #fff;
    font-size: 20px;
}
footer .footer-top > div > img.logo {
    height: 50px;
    width: auto;
    max-width: 100%;
}
footer .footer-top > div > a {
    color: #fff;
}
footer .footer-top > div > a:hover {
    color: #f07d17;
    text-decoration: none;
}
footer form {
    padding: 15px 15px 30px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
footer form .form-control {
    border-radius: 0;
}
footer form .form-control:focus {
    border-color: #f07d17;
}
footer form .form-title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
footer form .form-info {
    font-size: 15px;
    font-style: italic;
}
footer .footer-title {
    padding: 0;
    margin: 0 0 5px;
    color: #fff;
    text-transform: uppercase;
}
footer .footer-text {
    color: #fff;
}
footer ul > li > a {
    color: #fff;
    font-size: 22px;
}
footer ul > li > a:hover {
    color: #f07d17;
    text-decoration: none;
}
@media (max-width: 991px) {
    footer .footer-top {
        flex-direction: column;
        justify-content: normal;
        margin-bottom: 50px;
    }
    footer .footer-top > div {
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer-title,
    footer .footer-text,
    footer ul > li {
        text-align: center;
    }
}

.section-main .pit-cover-link {
    display: block;
    max-width: 300px;
    padding: 5px;
    margin: 0 auto 30px;
    border: 2px solid #ee8035;
    text-decoration: none !important;
}
.section-main .pit-cover-link:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.section-main .pit-cover-link > .top {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
body.locale-ru .section-main .pit-cover-link > .top {
    font-size: 16px;
}
.section-main .pit-cover-link > .bottom {
    display: block;
    position: relative;
}
.section-main .pit-cover-link > .bottom > img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.section-main .pit-cover-link > .bottom > .name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.6);
}
.section-main .pit-cover-link:hover > .bottom > .name {
    text-shadow: 0px 4px 2px rgba(0,0,0,0.5);
}
.section-main {
    position: relative;
    padding: 50px 0;
}
.section-main:before {
    content: "";
    display: block;
    position: absolute;
    width: 350px;
    max-width: 100%;
    height: 350px;
    right: 0;
    bottom: 0;
    background: transparent url(../images/worker.png) no-repeat left bottom;
    background-size: cover;
    opacity: 0.3;
}
.section-main .bg {
    position: relative;
    padding: 50px 0;
    background: transparent url(../images/bg/default.jpg) no-repeat left center;
    background-size: cover;
}
.section-main .bg > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
}
.section-main .bg p {
    color: #fff;
}
.section-main .section-title {
    margin: 0 0 30px;
    color: #ee8035;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.section-main .advantage-item {
    max-width: 180px;
    margin: 0 auto 30px;
}
.section-main .advantage-item > img {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0 auto 15px;
    border-radius: 2px;
}
.section-main .advantage-item > .description {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .section-main .advantage-item > .description {
        font-size: 16px;
    }
}

.section-advantages {
    padding: 0;
}
.section-advantages > .section-header {
    margin-bottom: 30px;
    background-color: #446bb2;
}
.section-advantages .section-title {
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.section-advantages .advantage-item {
    max-width: 250px;
    margin: 0 auto 30px;
}
.section-advantages .advantage-item > img {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0 auto 15px;
}
.section-advantages .advantage-item > .description {
    display: block;
    min-height: 80px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {
    .section-advantages .advantage-item {
        max-width: none;
        margin-bottom: 15px;
    }
    .section-advantages .advantage-item > img {
        width: 100px;
        float: left;
        margin: 0;
    }
    .section-advantages .advantage-item > .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100px;
        padding-left: 10px;
        text-align: left;
    }
}

.section-pit-cover {
    margin-bottom: 30px;
}
.section-pit-cover > .section-header {
    padding: 15px 0;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.69) 100%);
}
.section-pit-cover > .section-header .section-title {
    padding: 0;
    margin: 0 0 15px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.section-pit-cover > .section-header .section-title + p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
.section-pit-cover .pit-cover-image {
    display: block;
    width: 100%;
    max-width: 100%;
}
.section-pit-cover .pit-cover-features {
    padding: 30px;
}
.section-pit-cover .pit-cover-features > .title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-pit-cover .pit-cover-features > ul {
    list-style: none;
    padding: 0;
}
.section-pit-cover .pit-cover-features > ul > li {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}
.section-pit-cover .pit-cover-features > ul > li:before {
    display: block;
    position: absolute;
    content: "\e019";
    left: 0;
    top: 5px;
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    font-style: normal;
    color: #ee8035;
}
.section-pit-cover .pit-cover-materials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-pit-cover .pit-cover-materials > .material-item {
    display: block;
}
.section-pit-cover .pit-cover-materials > .material-item > img {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0 auto 15px;
}
.section-pit-cover .pit-cover-materials > .material-item > span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.section-pit-cover .pit-cover-differences {
    padding: 30px 0;
    background-image: linear-gradient(179deg, #446bb2 0%, rgba(68,107,178,0.67) 46%, rgba(68,107,178,0) 100%);
}
.section-pit-cover .pit-cover-differences .title {
    padding: 0;
    margin: 0 0 30px;
    color: #222;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
.section-pit-cover .pit-cover-differences .pit-cover-features > ul > li {
    color: #222;
}
.section-pit-cover .pit-cover-differences .equipment-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-pit-cover .pit-cover-differences .equipment-options > .option-item {
    width: 200px;
    margin-bottom: 30px;
}
.section-pit-cover .pit-cover-differences .equipment-options > .option-item > img {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0 auto 15px;
    border-radius: 5px;
}
.section-pit-cover .pit-cover-differences .equipment-options > .option-item > span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.section-pit-cover > .dealers {
    position: relative;
    padding: 35px 0;
}
.section-pit-cover > .dealers:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-90deg, #446bb2 27%, rgba(68,107,178,0) 100%);
    opacity: 0.8;
}
.section-pit-cover > .dealers > .dealer {
    position: absolute;
    width: 200px;
    height: 230px;
    left: 0;
    bottom: 0;
    background: transparent url(../images/dealer.png) no-repeat top center;
    background-size: cover;
    opacity: 0.5;
}
.section-pit-cover > .dealers p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -3px 3px 3px rgba(0,0,0,0.3);
}
@media (max-width: 1199px) {
    .section-pit-cover .pit-cover-differences .equipment-options {
        justify-content: space-evenly;
    }
    .section-pit-cover > .dealers {
        padding: 45px 0;
    }
    .section-pit-cover > .dealers p {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .section-pit-cover > .section-header .section-title {
        font-size: 24px;
    }
    .section-pit-cover > .section-header .section-title + p {
        font-size: 16px;
    }
    .section-pit-cover .pit-cover-differences .title {
        font-size: 24px;
    }
    .section-pit-cover > .dealers {
        padding: 30px 0;
    }
    .section-pit-cover > .dealers p {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .section-pit-cover > .section-header .section-title {
        font-size: 22px;
    }
    .section-pit-cover > .section-header .section-title + p {
        font-size: 14px;
    }
    .section-pit-cover .pit-cover-features {
        padding: 15px;
    }
    .section-pit-cover .pit-cover-features > .title {
        font-size: 18px;
    }
    .section-pit-cover .pit-cover-features > ul > li {
        font-size: 16px;
    }
    .section-pit-cover .pit-cover-features > ul > li:before {
        top: 3px;
        font-size: 13px;
    }
    .section-pit-cover .pit-cover-materials > .material-item > span {
        font-size: 16px;
    }
    .section-pit-cover .pit-cover-differences .title {
        font-size: 20px;
    }
    .section-pit-cover > .dealers {
        padding: 50px 0;
    }
    .section-pit-cover > .dealers p {
        font-size: 24px;
    }
}


#scrollUp {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    color: #fff;
    font-family: "Glyphicons Halflings";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50%;
    background-color: #f07d17;
    text-align: center;
    text-decoration: none !important;
    opacity: 0.7;
}
#scrollUp:before {
    content: "\e113";
}
#scrollUp:hover {
    opacity: 1;
}
