body {
    font-family: 'Verdana', sans-serif;
    margin: 0 auto;
    color: black;
    font-size: 16px;
    line-height: 25px;
}

ul {
    margin: 0;
    padding: 0;
}

.body-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.header {
    width: 100%;
    max-width: 100%;
    position: relative;
    color: black;
    margin: 0 auto;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.header-content {
    /*padding-top: 30px;*/
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
}

.logo img {
    max-width: 100%;
}

.logo-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.logo-menu ul li {
    position: relative;
    list-style: none;
    margin: 0 20px;
    font-weight: bold;
    font-size: 14px;
}

.logo-menu ul li:first-child {
    margin-left: 0;
}

.logo-menu ul li:last-child {
    margin-right: 0;
}

.logo-menu ul li a {
    text-decoration: none;
    color: black;
}

.header-content .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.header-content .background .background-image {
    background-image: url(../images/kb-board-final2.png);
    height: 100%;
    width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.header-bottom {
    position: relative;
    height: 620px;
}

.header-bottom-text {
    position: relative;
}

.header-bottom-text h1 {
    margin: 0;
}

.text-top {
    padding-top: 90px;
    width: 300px;
}

.text-top p {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
}

.red {
    color: #cb0046;
    font-size: 20px;
    font-weight: bold;
}

.text-bot {
    width: 470px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 40px;
}

.headline {
    font-size: 32px;
    color: #cb0046;
    font-weight: bold;
    padding-top: 70px;
    line-height: 40px;
}

.red-text {
    font-size: 24px;
    font-weight: bold;
    color: #cb0046;
}

.application-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.application-content img {
    max-width: 100%;
}

hr {
    height: 5px;
    color: #f7bfc2;
    margin: 0;
    border: 5px;
    background-color: #f7bfc2;
    margin: 20px 0;
}

.restriction-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.restriction-content img {
    max-width: 100%;
}

.restriction-text {
    margin-left: 30px;
}

.restriction-content .restriction-text ul {
    list-style: none;
    margin: 0;
    margin-top: 50px;
}

.restriction-content .restriction-text ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.restriction-content .restriction-text ul li:first-child {
    margin-top: 30px;
}

.restriction-content .restriction-text ul li {
    margin-top: 30px;
}

.garages-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.garages-content img {
    max-width: 100%;
}

.garages-content .garages-text ul {
    list-style: none;
    margin: 0;
    margin-top: 50px;
}

.garages-content .garages-text ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

.garages-content .garages-text ul li:first-child {
    margin-top: 30px;
}

.garages-content .garages-text ul li {
    margin-top: 30px;
}

.blocking-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blocking-content img {
    max-width: 100%;
}

.blocking-content .blocking-text {
    margin-left: 30px;
}

.blocking-content .blocking-text ul {
    list-style: none;
}

.blocking-content .blocking-text ul li:before {
    content: "—";
    position: relative;
    left: -5px;
}

ul.line-style-list {
    list-style: none;
}

ul li {
    margin-bottom: 25px;
}

ul li:last-child {
    margin-bottom: 0;
}

ul.line-style-list li:before {
    content: "—";
    position: relative;
    left: -5px;
    margin-right: 30px;
}

.header ul.line-style-list li:before {
    margin-right: 5px;
}

.blocking-content .blocking-text ul li:first-child {
    margin-top: 30px;
}

.blocking-content .blocking-text ul li {
    margin-top: 30px;
}

.retail-prices-headline h2 {
    font-size: 32px;
    color: #cb0147;
    margin-top: 95px;
}

.retail-prices-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.feature {
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    margin: 0 40px;
}

.feature li {
    letter-spacing: -1ex;
    margin: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.feature li img {
    margin-left: 25px;
    max-width: 100%;
}

.feature-left {
    margin-right: -50%;
    width: 50%;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    letter-spacing: normal;
}

.feature-left:after {
    content: '';
    display: inline-block;
    width: 100%;
    margin: 0 -99% 0 3px;
    vertical-align: baseline;
    border-bottom: 1px dashed #888;
}

.feature-right {
    letter-spacing: normal;
    padding-left: 3px;
    margin-left: 50%;
    width: 50%;
    vertical-align: bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.feature-right .image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.col {
    width: 50%;
}

.col img {
    max-width: 100%;
}

.col:last-child {
    padding-left: 40px;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
}

.col45 {
    width: 45%;
    overflow: hidden;
}

.col55 {
    padding-left: 40px;
    width: -webkit-calc(55% - 40px);
    width: calc(55% - 40px);
    overflow: hidden;
}

.inner-block {
    margin-top: 50px;
}

.red-trap-block {
    position: relative;
    padding: 30px;
    background-color: #cb0147;
    color: white;
    padding-right: 85px;
    padding-bottom: 45px;
    margin: 1px;
    -webkit-transform: skew(11deg);
    -ms-transform: skew(11deg);
    transform: skew(11deg);
    padding-left: 130px;
    left: -100px;
}

.red-trap-block .content {
    -webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-list-top {
    background-repeat: no-repeat;
    background-position: 80% top;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/footer-background1.png);
}

.footer-list-top p {
    width: 75%;
}

.footer-list-bottom {
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/footer-background2.png);
    padding-bottom: 60px;
}

.footer-list-bottom p {
    width: 75%;
}

.footer {
    position: relative;
    overflow: hidden;
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-container .footer-col {
    margin: 0 20px;
}

.footer-container .footer-content {
    width: 80%;
    padding: 40px 0;
    color: white;
}

.footer-container .footer-content a {
    color: white;
    text-decoration: none;
}

.footer-container .footer-content a:hover {
    text-decoration: underline;
}

.footer .footer-background {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    z-index: -1;
}

.footer .footer-background .pink-block {
    background-color: #f7bfc2;
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    position: absolute;
    top: 0;
    right: -100px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.footer .footer-background .red-block {
    background-color: #cb0046;
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    position: absolute;
    top: 12px;
    right: -112px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.footer .footer-content .footer-text {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.headline, .main-title {
    display: inline-block;
}

.headline .underline-wrapper, .main-title .underline-wrapper {
    overflow: hidden;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}

.headline .underline-wrapper .red-line, .main-title .underline-wrapper .red-line {
    background-color: #cb0046;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 10px;
    position: relative;
    -webkit-transform: skew(28deg);
    -ms-transform: skew(28deg);
    transform: skew(28deg);
    left: -5px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.headline .underline-wrapper .pink-line, .main-title .underline-wrapper .pink-line {
    background-color: #f7bfc2;
    height: 6px;
}

.functional-block .main-title {
    width: 75%;
    line-height: 50px;
}

.header {
    position: relative;
}

.header-bottom-right-offer {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 40%;
}

.header-bottom-right-offer .content {
    color: white;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    padding-bottom: 42px;
    padding-left: 150px;
}

.header-bottom-right-offer .red-block {
    background-color: #cb0046;
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    position: absolute;
    top: 0;
    right: -112px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.header-bottom-right-offer .pink-block {
    background-color: #f7bfc2;
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    width: -webkit-calc(100% + 112px);
    width: calc(100% + 112px);
    position: absolute;
    top: 12px;
    right: -100px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
