/* V-system */
/* Imports */
/* V-system */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
    margin: 0px;
    padding: 0px;
}
/* Global settings */
.blind,
hr {
    display: none !important;
}
fieldset,
a,
a img {
    border: none;
    outline: none;
}
input,
textarea {
    outline: none;
    display: block;
    resize: none;
}
select,
button,
input,
textarea {
    font-family: "Rubik", sans-serif;
}
button {
    outline: none;
    cursor: pointer;
}
/* Layout */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: "Rubik", sans-serif;
    padding-top: 88px;
}
@media (max-width: 1020px) {
    body {
        padding-top: 80px;
    }
}
section {
    width: 100%;
    clear: both;
    min-height: 1%;
    position: relative;
    margin-bottom: 95px;
}
section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    section {
        margin-bottom: 80px;
    }
}
section .row {
    min-height: 1%;
    width: 100%;
    clear: both;
}
section .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.pt0 {
    padding-top: 0 !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.half {
    width: 50%;
}
.half img {
    display: block;
    margin: 0 auto;
}
.half.left {
    float: left;
    padding-right: 15px;
}
.half.right {
    float: right;
    padding-left: 15px;
}
@media (max-width: 1020px) {
    .half {
        width: 100% !important;
    }
    .half:first-of-type {
        padding-bottom: 30px !important;
    }
    .half.left {
        float: none;
        padding-right: 0 !important;
    }
    .half.right {
        float: none;
        padding-left: 0 !important;
    }
}
.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    min-height: 1%;
    position: relative;
}
.container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
span.date,
p.date {
    display: block;
    clear: both;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    /*padding-left: 25px;
  background: url("./images/date.png") left center no-repeat;
  background-size: 14px 14px;*/
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
}
h1,
h2 {
    font-size: 32px;
    clear: both;
    margin-bottom: 20px;
    line-height: 39px;
    color: #000000;
    font-weight: 500;
}
h1 .red,
h2 .red {
    color: #ed0530;
}
@media (max-width: 1020px) {
    h1,
    h2 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width: 450px) {
    h1,
    h2 {
        font-size: 25px;
        line-height: 32px;
    }
}
.section-detail h2 {
    font-size: 24px;
}
.section-detail ol {
    margin-left: 20px;
}
h3 {
    font-size: 22px;
    clear: both;
    margin-bottom: 11px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
}
h3 .red {
    color: #ed0530;
}
p,
ul li,
ol li,
table td,
table th {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #000;
}
p strong,
ul li strong,
ol li strong,
table td strong,
table th strong {
    font-weight: bold;
}
p a,
ul li a,
ol li a,
table td a,
table th a {
    color: inherit;
}
p a:hover,
ul li a:hover,
ol li a:hover,
table td a:hover,
table th a:hover {
    text-decoration: none;
}
section ul {
    margin-bottom: 25px;
    clear: both;
    padding: 0 0;
    list-style: none;
}
section ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
section ul li:before {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background: url("./images/list.png") left center no-repeat;
    background-size: 100% 100%;
}
section ul li strong {
    font-weight: bold;
}
section ul li a {
    color: inherit;
}
section ul li a:hover {
    text-decoration: none;
}
.button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    outline: none;
    min-width: 130px;
    padding: 0 30px;
    height: 44px;
    line-height: 42px;
    border-radius: 5px;
    border: 2px solid;
}
.button.red {
    border-color: #ed0530;
    background: #ed0530;
    color: #fff;
}
.button.red:hover {
    background: #fff;
    border-color: #ed0530;
    color: #ed0530;
}
.button.white {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.button.white:hover {
    color: #ed0530;
    border-color: #fff;
    background: #fff;
}
@media (max-width: 450px) {
    .button {
        padding: 0 14px;
    }
}
.link-more {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    border-bottom: 3px solid #ed0530;
    padding-bottom: 2px;
}
.tag {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    height: 25px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    top: 15px;
    left: 15px;
    z-index: 30;
}
.tag.large {
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    padding: 0 20px;
    position: static;
    clear: both;
    margin-bottom: 16px;
}
table {
    border-spacing: 0;
    width: 100%;
}
table tr td:first-of-type,
table tr th:first-of-type {
    text-align: left;
    padding-left: 0;
}
table tr td:last-of-type,
table tr th:last-of-type {
    padding-right: 0;
}
table tr:last-of-type td,
table tr:last-of-type th {
    border-bottom: none;
}
table td,
table th {
    padding: 12px 10px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: normal;
    text-align: center;
}
@media (max-width: 767px) {
    table td,
    table th {
        font-size: 13px;
        line-height: 19px;
    }
}
@media (max-width: 450px) {
    table td,
    table th {
        font-size: 11px;
        padding: 10px 5px;
        line-height: 16px;
    }
}
table th {
    border-top: none;
    font-weight: bold;
    border-bottom: 1px solid #000;
}
.table-content {
    max-width: 100%;
    overflow: auto;
}
/* Header */
header {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #ededed;
    left: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    padding: 14px 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
header * {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
header .logo {
    float: left;
    display: block;
    height: 60px;
}
@media (max-width: 450px) {
    header .logo {
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
header .right {
    min-height: 1%;
    display: inline-block;
    float: right;
    margin-top: 14px;
}
header .right:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
header .navigation-link-mobile {
    display: none;
}
header nav .menu {
    min-height: 1%;
    display: inline-block;
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}
header nav .menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
header nav .menu li.menu-item {
    float: left;
    display: inline-block;
    margin: 0 0;
    margin-left: 30px;
    padding: 0 0;
    clear: none;
    position: relative;
}
header nav .menu li.menu-item a {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    text-decoration: none;
    font-size: 14px;
    height: 32px;
    line-height: 34px;
    color: #000;
    display: inline-block;
}
header nav .menu li.menu-item a:hover {
    text-decoration: underline;
}
header nav .menu li.menu-item a.button {
    border: 1px solid #d5d5d5;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 18px;
    min-width: 1px;
    font-weight: normal;
}
header nav .menu li.menu-item a.button:hover {
    background: #363636;
    color: #fff;
    border-color: #363636;
    text-decoration: none;
}
header nav .menu li.menu-item a.button.red,
header nav .menu li.menu-item a.button.menu-item-35 {
    border-color: #ed0530;
    background: #ed0530;
    color: #fff;
}
header nav .menu li.menu-item a.button.red:hover,
header nav .menu li.menu-item a.button.menu-item-35:hover {
    color: #ed0530;
    background: #fff;
}
header nav .menu li.menu-item.menu-item-34 a,
header nav .menu li.menu-item.menu-item-35 a {
    border: 1px solid #d5d5d5;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 18px;
    min-width: 1px;
    font-weight: normal;
    border-radius: 5px;
}
header nav .menu li.menu-item.menu-item-34 a:hover,
header nav .menu li.menu-item.menu-item-35 a:hover {
    background: #363636;
    color: #fff;
    border-color: #363636;
    text-decoration: none;
}
header nav .menu li.menu-item.menu-item-34.menu-item-34 a,
header nav .menu li.menu-item.menu-item-35.menu-item-34 a {
    border-color: #ed0530;
    background: #ed0530;
    color: #fff;
}
header nav .menu li.menu-item.menu-item-34.menu-item-34 a:hover,
header nav .menu li.menu-item.menu-item-35.menu-item-34 a:hover {
    color: #ed0530;
    background: #fff;
}
header nav .menu li.menu-item:first-of-type {
    margin-left: 0;
}
header nav .menu li.menu-item:last-of-type {
    margin-left: 20px;
}
@media (max-width: 1150px) {
    header nav .menu li.menu-item {
        margin-left: 24px;
    }
    header nav .menu li.menu-item:first-of-type {
        margin-left: 0;
    }
    header nav .menu li.menu-item:last-of-type {
        margin-left: 18px;
    }
}
header.small {
    position: fixed;
    padding: 10px 0;
}
header.small .top {
    display: none;
}
@media (max-width: 1020px) {
    header,
    header.small {
        position: absolute;
        padding: 10px 0;
    }
    header .container,
    header.small .container {
        position: static;
    }
    header nav,
    header.small nav {
        margin-top: 0;
        padding: 0 0;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #fff;
        display: none;
        border-top: 1px solid #d5d5d5 !important;
    }
    header nav .menu,
    header.small nav .menu {
        width: 100%;
        display: block;
    }
    header nav .menu li.menu-item,
    header.small nav .menu li.menu-item {
        width: 100%;
        padding: 0 0 !important;
        margin: 0 0 !important;
        display: block;
    }
    header nav .menu li.menu-item a,
    header.small nav .menu li.menu-item a {
        width: 100%;
        display: block;
        border: none !important;
        border-bottom: 1px solid #d5d5d5 !important;
        padding: 17px 20px 15px 20px;
        height: auto;
        line-height: normal;
        color: #000 !important;
        margin: 0 0;
        text-align: left;
        background: none !important;
    }
    header nav .menu li.menu-item a:hover,
    header.small nav .menu li.menu-item a:hover,
    header nav .menu li.menu-item a.active,
    header.small nav .menu li.menu-item a.active {
        font-weight: 500;
        text-decoration: none;
    }
    header nav .menu li.menu-item.button a,
    header.small nav .menu li.menu-item.button a,
    header nav .menu li.menu-item.menu-item-34 a,
    header.small nav .menu li.menu-item.menu-item-34 a,
    header nav .menu li.menu-item.menu-item-35 a,
    header.small nav .menu li.menu-item.menu-item-35 a {
        border-radius: 0 0;
        margin: 0 0;
        padding: 17px 20px 15px 20px;
        font-size: 15px;
        font-weight: 500;
        height: auto;
        line-height: normal;
    }
    header nav .menu li.menu-item .submenu,
    header.small nav .menu li.menu-item .submenu {
        display: none !important;
    }
    header .navigation-link-mobile,
    header.small .navigation-link-mobile {
        position: absolute;
        float: right;
        display: inline-block;
        width: 36px;
        height: 32px;
        padding: 6px;
        top: 50%;
        margin-top: -16px;
        right: 20px;
        vertical-align: middle;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
    }
    header .navigation-link-mobile span,
    header.small .navigation-link-mobile span {
        position: absolute;
        left: 6px;
        opacity: 1;
        display: block;
        height: 3px;
        width: calc(100% - 12px);
        background: #ed0530;
        border-radius: 9px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }
    header .navigation-link-mobile span:nth-child(1),
    header.small .navigation-link-mobile span:nth-child(1) {
        top: 6px;
    }
    header .navigation-link-mobile span:nth-child(2),
    header.small .navigation-link-mobile span:nth-child(2),
    header .navigation-link-mobile span:nth-child(3),
    header.small .navigation-link-mobile span:nth-child(3) {
        top: 14px;
    }
    header .navigation-link-mobile span:nth-child(4),
    header.small .navigation-link-mobile span:nth-child(4) {
        top: 22px;
    }
    header .navigation-link-mobile.active span:nth-child(1),
    header.small .navigation-link-mobile.active span:nth-child(1) {
        width: 0%;
        left: 50%;
    }
    header .navigation-link-mobile.active span:nth-child(2),
    header.small .navigation-link-mobile.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .navigation-link-mobile.active span:nth-child(3),
    header.small .navigation-link-mobile.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header .navigation-link-mobile.active span:nth-child(4),
    header.small .navigation-link-mobile.active span:nth-child(4) {
        width: 0%;
        left: 50%;
    }
}
/* Footer */
footer {
    width: 100%;
    min-height: 1%;
    clear: both;
    background: #ed0431;
}
footer:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
footer .top .container {
    padding-top: 44px;
}
@media (max-width: 1020px) {
    footer .top .container {
        background: none;
    }
}
@media (max-width: 600px) {
    footer .top .container {
        padding-top: 35px;
    }
}
footer .top .col {
    padding-bottom: 35px;
    width: 25%;
    float: left;
    padding-right: 20px;
    min-height: 1%;
}
footer .top .col:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
footer .top .col.wide {
    width: 28%;
}
footer .top .col.last {
    padding-right: 0;
    width: 22%;
}
@media (max-width: 1020px) {
    footer .top .col {
        width: 50%;
    }
    footer .top .col.last,
    footer .top .col.wide {
        width: 50%;
    }
}
@media (max-width: 600px) {
    footer .top .col {
        width: 100%;
        float: none;
        clear: both;
        padding-bottom: 30px;
    }
    footer .top .col.last,
    footer .top .col.wide {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    footer .top .row {
        min-height: 1%;
        width: 100%;
        float: left;
        clear: none;
    }
    footer .top .row:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
footer .top .button {
    margin: 0 auto;
}
footer .top img {
    display: block;
    margin-bottom: 25px;
    width: 100%;
    max-width: 193px;
}
footer .top p,
footer .top h3,
footer .top ul li,
footer .top p a,
footer .top ul li a {
    color: #fff;
}
footer .top h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .top ul {
    list-style: none;
}
footer .top ul li {
    margin-bottom: 10px;
}
footer .top ul li a {
    text-decoration: none;
}
footer .top ul li a:hover {
    text-decoration: underline;
}
footer .top p a.phone {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    line-height: 34px;
    text-decoration: none;
    padding-left: 60px;
    background: url("./images/phone.png") 8px center no-repeat;
    background-size: auto 34px;
}
footer .top p a.email {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    padding-left: 60px;
    background: url("./images/email.png") left center no-repeat;
    background-size: 44px auto;
}
footer .bottom {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 24px;
    border-top: 1px solid #f6622e;
    padding-bottom: 24px;
}
footer .bottom p {
    margin: 0 0;
    color: #fff;
}
footer .bottom span {
    display: inline-block;
    margin: 0 10px;
}
footer .social {
    width: 100%;
    min-height: 1%;
    clear: both;
    padding-top: 60px;
}
footer .social:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
footer .social a {
    text-align: left;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    margin-right: 32px;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}
footer .social a.fb {
    background-size: 12px 24px;
    background-image: url("./images/fb.png");
}
footer .social a.yt {
    background-size: 24px 20px;
    background-image: url("./images/yt.png");
}
footer .social a.ig {
    background-size: 24px 24px;
    background-image: url("./images/ig.png");
}
footer .social a.ln {
    background-size: 24px 24px;
    background-image: url("./images/linkedin-brands.svg");
}
/* Remodal */
.remodal {
    max-width: 880px;
    padding: 45px;
    text-align: left;
}
.remodal .remodal-close {
    background: #ed0530;
    top: 10px;
    right: 10px;
    left: auto;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.remodal .remodal-close:before {
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 36px;
    font-size: 22px;
}
.remodal h3 {
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}
.remodal table {
    width: 100%;
    margin-bottom: 20px;
}
.remodal table tr th,
.remodal table tr td {
    border: none !important;
    text-align: left !important;
    padding: 9px 10px 8px 10px !important;
}
@media (max-width: 767px) {
    .remodal table tr th,
    .remodal table tr td {
        font-size: 13px;
        line-height: 19px;
    }
    .remodal table tr th .link-more,
    .remodal table tr td .link-more {
        font-size: 13px;
        line-height: 19px;
    }
}
.remodal table tr:nth-child(even) th,
.remodal table tr:nth-child(even) td {
    background: #f8f8f8;
}
.remodal .bottom {
    min-height: 1%;
    width: 100%;
    padding-top: 15px;
}
.remodal .bottom:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.remodal .bottom .half.right {
    text-align: right;
}
@media (max-width: 1020px) {
    .remodal .bottom .half.right {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .remodal {
        padding: 40px 20px;
    }
}
/* checkbox */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: 0;
    clear: none !important;
    display: block;
    top: 1px;
    cursor: pointer;
    padding: 0 0;
    float: left !important;
    background: transparent;
    width: 18px;
    border: 1px solid #000;
    height: 18px;
    border-radius: 0 0 !important;
    outline: none;
}
input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #ed0530;
}
blockquote.wp-block-quote {
    background: url("./images/quote.png") left top no-repeat;
    background-size: auto 45px;
    min-height: 60px;
    margin-left: 0;
    padding-left: 60px;
}
blockquote.wp-block-quote p {
    font-size: 21px;
    font-style: italic;
    line-height: 27px;
}
blockquote.wp-block-quote .grey {
    color: #bfbfbf;
}
.wp-block-gallery.is-layout-flex {
    align-items: stretch;
}
.wp-block-gallery.is-cropped figure.wp-block-image {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.wp-block-gallery.is-cropped figure.wp-block-image img {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
/*------ Components -------*/
/* Form */
form p {
    min-height: 1%;
}
form p:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
form label {
    font-size: 15px;
    color: #000000;
    clear: both;
    margin-bottom: 10px;
    display: block;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
    border: 1px solid #d5d5d5;
    width: 100%;
    display: block;
    border-radius: 5px;
    height: 50px;
    line-height: 51px;
    outline: none !important;
    padding: 0 17px;
    font-size: 15px;
    background: #fff;
    color: #000000;
}
form input[type="text"].short,
form input[type="email"].short,
form input[type="password"].short,
form textarea.short,
form select.short {
    max-width: 158px;
    clear: none;
    float: left;
}
form textarea {
    height: 165px;
    padding: 12px 17px;
    line-height: 21px;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
    background: #fff url("./images/select.png") 93% center no-repeat;
    background-size: 9px 6px;
}
/* Breadcrumbs */
.breadcrumbs {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 12px 0 10px 0;
}
.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    margin: 4px 0;
    float: left;
    line-height: 20px;
    font-size: 15px;
    margin-right: 22px;
}
.breadcrumbs a.home,
.breadcrumbs span.home {
    text-align: left;
    text-indent: -1000px;
    overflow: hidden;
    width: 16px;
    height: 20px;
    display: block;
    background: url("./images/home.png") center center no-repeat;
    background-size: 100% auto;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs .divider {
    font-size: 12px;
}
/* Newsletter */
.section-newsletter {
    background: #363636;
}
.section-newsletter * {
    color: #fff;
}
.section-newsletter .container {
    padding: 15px 20px;
    padding-right: 400px;
    min-height: 74px;
}
.section-newsletter .left {
    width: 100%;
    padding-top: 2px;
}
.section-newsletter p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0;
}
.section-newsletter p .small {
    display: block;
    clear: both;
    width: 100%;
    font-size: 13px;
}
.section-newsletter .right {
    width: 400px;
    padding: 0 20px;
    position: absolute;
    top: 15px;
    right: 0;
    padding-right: 125px;
}
.section-newsletter .button {
    min-width: 1px;
    padding: 0 0;
    width: 95px;
    position: absolute;
    top: 0;
    right: 20px;
}
.section-newsletter input[type="text"],
.section-newsletter input[type="email"],
.section-newsletter input[type="password"] {
    border: 1px solid #fff;
    width: 100%;
    display: block;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    outline: none !important;
    padding: 0 17px;
    font-size: 15px;
    background: transparent;
    color: #fff;
}
.section-newsletter ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-newsletter :-ms-input-placeholder {
    color: #fff;
}
.section-newsletter ::-ms-input-placeholder {
    color: #fff;
}
@media (max-width: 767px) {
    .section-newsletter .container {
        padding: 20px;
    }
    .section-newsletter .left,
    .section-newsletter .right {
        width: 100%;
        padding: 0 0;
        float: none;
        position: relative;
        clear: both;
        top: 0;
        left: 0;
    }
    .section-newsletter .right {
        margin-top: 20px;
        padding-right: 105px;
    }
    .section-newsletter .button {
        right: 0;
    }
}
/* Slider styles */
.slick-dots {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    padding-top: 25px;
}
.slick-dots li {
    clear: none;
    display: inline-block;
    margin: 0 8px;
    padding: 0 0;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d5d5d5;
    outline: none;
    text-align: left;
    text-indent: -1000px;
    overflow: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    border: 4px solid #fff;
}
.slick-dots li.slick-active button {
    border-color: #ed0530;
    background: #ed0530;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 21px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: -10.5px;
    background-image: url("./images/prev-next.png");
    background-size: 200% 200%;
    background-repeat: no-repeat;
    text-align: left;
    background-color: transparent;
    text-indent: -1000px;
    z-index: 800;
    overflow: hidden;
}
.slick-arrow.slick-prev {
    left: 0;
    background-position: left bottom;
}
.slick-arrow.slick-prev:hover {
    background-position: left top;
}
.slick-arrow.slick-next {
    right: 0;
    background-position: right bottom;
}
.slick-arrow.slick-next:hover {
    background-position: right top;
}
/* Slider - photos */
.section-slider-photos .container {
    position: relative;
}
.section-slider-photos .link-more {
    position: absolute;
    bottom: 0;
    right: 20px;
}
@media (max-width: 767px) {
    .section-slider-photos .link-more {
        clear: both;
        position: static;
        margin-top: 30px;
    }
}
.section-slider-photos .half.left {
    padding-right: 22px;
}
.section-slider-photos .half.right {
    padding-left: 22px;
}
.section-slider-photos .photosDots {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-left: 22px;
    width: auto;
    display: inline-block;
}
@media (max-width: 1020px) {
    .section-slider-photos .photosDots {
        left: 0;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .section-slider-photos .photosDots {
        bottom: 60px;
    }
}
.section-slider-photos .photo {
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 346px;
}
.section-slider-photos .photo.video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    content: "";
    background: url("./images/play.png") center center no-repeat;
    background-size: 90px 90px;
}
.section-slider-photos .slick-dots li {
    margin: 0 0;
    margin-right: 16px;
}
.section-slider-photos .slide {
    outline: none !important;
}
.section-slider-photos .text {
    padding-bottom: 55px;
}
.section-slider-photos h3 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 18px;
}
@media (max-width: 1020px) {
    .section-slider-photos h3 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width: 450px) {
    .section-slider-photos h3 {
        font-size: 25px;
        line-height: 32px;
    }
}
.section-slider-photos.no-slider .text {
    padding-bottom: 0;
}
.section-slider-photos.no-slider .link-more {
    position: static;
}
/* Slider - images */
.section-slider-images .imagesDots {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: auto;
    display: inline-block;
}
@media (max-width: 1020px) {
    .section-slider-images .imagesDots {
        position: relative;
        clear: both;
        margin-top: 30px;
        left: 0;
    }
}
.section-slider-images .slick-dots li {
    margin: 0 0;
    margin-right: 16px;
}
.section-slider-images .slide {
    outline: none !important;
}
.section-slider-images .text {
    padding-top: 100px;
    padding-bottom: 55px;
}
@media (max-width: 1020px) {
    .section-slider-images .text {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
/* Contact form */
.section-contact {
    background: url("./images/bg-form2.png") right bottom no-repeat;
    background-size: auto 60%; /* 94% */
}

.section-contact .half.left {
    padding-right: 0;
}
.section-contact .half.right {
    padding-left: 55px;
}
.section-contact .quote {
    background: url("./images/quote.png") left top no-repeat;
    background-size: auto 45px;
    margin-top: 78px;
    padding-top: 60px;
}
.section-contact .quote .grey {
    color: #bfbfbf;
}
@media (max-width: 1600px) {
    .section-contact {
        background-size: auto 55%;
    }
}
@media (max-width: 1020px) {
    .section-contact {
        padding-bottom: 250px;
        background-size: auto 550px;
    }
    .section-contact .quote {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .section-contact {
        background: none;
        padding-bottom: 0;
    }
    .section-contact .quote br {
        display: none !important;
    }
}
.contact-form {
    position: relative;
    min-height: 1%;
    text-align: left;
}
.contact-form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.contact-form form {
    width: 100%;
    min-height: 1%;
    display: block;
}
.contact-form form:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.contact-form form p {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 18px;
}
.contact-form form p.last {
    padding-top: 10px;
    margin-bottom: 0;
}
.contact-form form p.checkbox {
    padding-left: 31px;
    position: relative;
}
.contact-form form p.half {
    padding: 0 0 !important;
    width: 50%;
    float: left;
    clear: none;
}
.contact-form form p.half.left {
    padding-right: 15px !important;
}
.contact-form form p.half.right {
    padding-left: 15px !important;
}
@media (max-width: 767px) {
    .contact-form form p.half {
        width: 100%;
    }
    .contact-form form p.half.left,
    .contact-form form p.half.right {
        padding: 0 0 !important;
    }
}
/* FAQ */
.accordion {
    width: 100%;
    min-height: 1%;
    clear: both;
    margin: 35px auto 20px auto;
}
.accordion:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.accordion .item {
    text-align: left;
    margin-bottom: 13px;
    min-height: 1%;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    border-radius: 5px;
    width: 100%;
}
.accordion .item:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.accordion .accordion-link {
    width: 100%;
    display: block;
    padding: 18px 25px 15px 25px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    line-height: 23px;
    min-height: 1%;
    font-weight: 500;
}
.accordion .accordion-link:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.accordion .accordion-link:before {
    z-index: 10;
    width: 14px;
    height: 4px;
    background: #000;
    content: "";
    display: none;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    right: 17px;
}
.accordion .accordion-link:after {
    height: 14px;
    z-index: 10;
    width: 4px;
    background: #000;
    content: "";
    display: none;
    top: 50%;
    visibility: visible;
    margin-top: -7px;
    position: absolute;
    right: 22px;
}
.accordion .accordion-link .link-more {
    float: right;
    display: inline-block;
    margin-left: 20px;
}
.accordion .accordion-link.active:after {
    opacity: 0;
}
@media (max-width: 1020px) {
    .accordion .accordion-link {
        padding: 18px 50px 15px 20px;
    }
    .accordion .accordion-link .link-more {
        display: none;
    }
    .accordion .accordion-link:before,
    .accordion .accordion-link:after {
        display: block;
    }
}
.accordion .content {
    padding: 5px 25px 0 25px;
    display: none;
}
.accordion .content p {
    font-size: 15px;
    line-height: 22px;
}
.accordion .content ul li {
    font-size: 15px;
    line-height: 22px;
}
.accordion .content.active {
    display: block;
}
@media (max-width: 1020px) {
    .accordion .content {
        padding: 5px 20px 0 20px;
    }
}
.accordion.accordion-detail {
    margin: 0 auto;
}
.accordion.accordion-detail .item {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0 0;
    border-bottom: 1px solid #d5d5d5;
}
.accordion.accordion-detail .item:last-of-type {
    border-bottom: none;
}
.accordion.accordion-detail .accordion-link {
    padding: 22px 119px 19px 0;
}
.accordion.accordion-detail .accordion-link .link-more {
    position: absolute;
    top: 19px;
    right: 0;
}
@media (max-width: 1020px) {
    .accordion.accordion-detail .accordion-link {
        padding: 22px 40px 19px 0;
    }
    .accordion.accordion-detail .accordion-link:before {
        right: 0;
    }
    .accordion.accordion-detail .accordion-link:after {
        right: 5px;
    }
}
.accordion.accordion-detail .content {
    padding: 5px 0 0 0;
}
/* Text boxes */
.section-text-boxes .container {
    padding: 0 10px;
}
.section-text-boxes .row {
    padding: 0 10px;
}
.section-text-boxes .boxes {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
    min-height: 1%;
}
.section-text-boxes .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    .section-text-boxes .boxes {
        display: block;
        padding: 0 10px;
    }
}
.section-text-boxes .box {
    flex: 1 1 auto;
    width: 33.333%;
    max-width: 33.333%;
    text-align: left;
    margin: 0;
    margin-bottom: 25px;
}
.section-text-boxes .box .inner {
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    min-height: 100%;
}
@media (max-width: 1020px) {
    .section-text-boxes .box {
        width: 100%;
        border: none;
        max-width: none;
        min-height: 1px;
        float: none;
        clear: both;
        margin: 0 auto;
        min-height: 1%;
        display: block;
        margin-bottom: 30px;
        background-color: transparent;
    }
    .section-text-boxes .box:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
.section-text-boxes .img {
    clear: both;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 175px;
    position: relative;
}
.section-text-boxes .text {
    clear: both;
    text-align: left;
    padding: 29px;
}
@media (max-width: 767px) {
    .section-text-boxes .text {
        padding: 29px 20px;
    }
}
/* Intro */
.section-intro {
    width: 100%;
    min-height: 1%;
    position: relative;
    padding: 0 0 !important;
}
.section-intro:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .dots {
    position: absolute;
    bottom: 112px;
    margin: 0 0;
    width: 100%;
    left: 0;
    clear: both;
    display: block;
}
@media (max-width: 767px) {
    .section-intro .dots {
        bottom: 70px;
    }
}
.section-intro .intro-slider {
    width: 100%;
}
.section-intro .introDots {
    min-height: 1%;
}
.section-intro .introDots:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .introDots .slick-dots {
    min-height: 1%;
    padding: 0 0;
}
.section-intro .introDots .slick-dots:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .introDots li {
    display: block;
    float: left;
    margin: 0 0;
    margin-right: 26px;
    width: 18px;
    height: 18px;
}
.section-intro .introDots li button {
    border: none;
    background: #ffffff;
    width: 8px;
    height: 8px;
    position: relative;
    top: 5px;
    margin: 0 auto;
    display: block;
}
.section-intro .introDots li.slick-active button {
    width: 18px;
    height: 18px;
    top: 0;
    background: #ed0530;
}
.section-intro .slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section-intro .slide .container {
    padding: 140px 20px 150px 20px;
    min-height: 600px;
}
@media (max-width: 767px) {
    .section-intro .slide .container {
        padding: 90px 20px 50px 20px;
        max-height: 400px;
        min-height: 400px;
        height: 400px;
    }
}
.section-intro .container {
    position: relative;
}
.section-intro .text {
    width: 100%;
    max-width: 545px;
}
.section-intro .text * {
    color: #fff;
}
.section-intro h2 {
    font-size: 50px;
    line-height: 57px;
    font-weight: bold;
    margin-bottom: 31px;
}
@media (max-width: 1020px) {
    .section-intro h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 450px) {
    .section-intro h2 {
        font-size: 26px;
        line-height: 35px;
    }
}
.section-intro p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
}
@media (max-width: 1020px) {
    .section-intro p {
        font-size: 16px;
        line-height: 27px;
    }
}
.section-intro .button {
    min-width: 180px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.section-intro .link-more {
    font-size: 16px;
    font-weight: 500;
}
.section-intro .info {
    position: absolute;
    top: 30px;
    width: 160px;
    right: 20px;
    min-height: 1%;
}
.section-intro .info:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .info .box {
    clear: both;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 13px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: 10px;
    padding-top: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    min-height: 55px;
    padding-left: 68px;
}
.section-intro .info .box .icon {
    position: absolute;
    width: 68px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 13px;
    display: block;
    line-height: 55px;
    height: 55px;
    vertical-align: middle;
}
.section-intro .info .box .icon.help {
    background: url("./images/help.png") center center no-repeat;
    background-size: 38px 38px;
}
.section-intro .info .box .icon.umbrella {
    background: url("./images/umbrella.png") center center no-repeat;
    background-size: 36px 38px;
}
@media (max-width: 767px) {
    .section-intro .info {
        display: none;
    }
}
/* Icons */
.section-icons {
    margin-top: -53px;
    position: relative;
    z-index: 50;
}
.section-icons .container {
    padding: 0 14px;
}
@media (max-width: 1020px) {
    .section-icons .container {
        padding: 0 10px;
    }
}
.section-icons .inner {
    border-radius: 5px;
    background-color: #fff;
    height: 106px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 100px;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 106px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.section-icons .inner span {
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.section-icons .inner:hover span {
    color: #fff;
}
@media (max-width: 1100px) {
    .section-icons .inner {
        padding-left: 80px;
        background-position: 16px center;
    }
}
.section-icons .icon {
    display: block;
    float: left;
    width: 22%;
    padding: 0 6px;
    text-decoration: none;
}
.section-icons .icon.no-icon {
    width: 12%;
}
.section-icons .icon.no-icon .inner {
    padding: 0 0;
    text-align: center;
}
.section-icons .icon.no-icon .inner:hover {
    background: #ed0530;
}
.section-icons .icon.icon1 .inner {
    background-image: url("./images/icon1.svg");
    background-size: 46px 54px;
}
.section-icons .icon.icon1 .inner:hover {
    background-image: url("./images/icon1-hover.svg");
    background-color: #d91f43;
}
.section-icons .icon.icon2 .inner {
    background-image: url("./images/icon2.svg");
    background-size: 52px 46px;
}
.section-icons .icon.icon2 .inner:hover {
    background-image: url("./images/icon2-hover.svg");
    background-color: #008cc0;
}
.section-icons .icon.icon3 .inner {
    background-image: url("./images/icon3.svg");
    background-size: 48px 58px;
}
.section-icons .icon.icon3 .inner:hover {
    background-image: url("./images/icon3-hover.svg");
    background-color: #e3672a;
}
.section-icons .icon.icon4 .inner {
    background-image: url("./images/icon4.svg");
    background-size: 44px 53px;
}
.section-icons .icon.icon4 .inner:hover {
    background-image: url("./images/icon4-hover.svg");
    background-color: #1e447f;
}

.section-icons .icon.icon5 .inner {
    background-image: url("./images/icon5.svg");
    background-size: 44px 53px;
}
.section-icons .icon.icon5 .inner:hover {
    background-image: url("./images/icon5-hover.svg");
    background-color: #4baaa5;
}
@media (max-width: 1020px) {
    .section-icons .icon {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .section-icons .icon.no-icon {
        width: 100%;
        margin-bottom: 0;
    }
    .section-icons .icon.no-icon .inner {
        height: auto;
        line-height: normal;
        padding: 25px 20px;
    }
    .section-icons .icon.no-icon span br {
        display: none;
    }
}
@media (max-width: 450px) {
    .section-icons .icon {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    .section-icons .part {
        min-height: 1%;
        width: 100%;
        clear: both;
    }
    .section-icons .part:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
/* Why */
.section-why {
    text-align: center;
}
@media (max-width: 1020px) {
    .section-why .container {
        padding: 0 10px;
    }
}
.section-why .col {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    text-align: left;
}
.section-why .col.last {
    margin-right: 0;
}
@media (max-width: 1020px) {
    .section-why .col {
        width: 33.333%;
        margin: 0 0;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .section-why .col {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    .section-why .part {
        min-height: 1%;
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }
    .section-why .part:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
    .section-why .part:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .section-why .part {
        margin-bottom: 0;
    }
}
.section-why h2 {
    margin-bottom: 42px;
}
.section-why h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    display: block;
    margin-bottom: 18px;
    width: 100%;
}
.section-why h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background: #ed0530;
    width: 92px;
}
@media (max-width: 767px) {
    .section-why h3 br {
        display: none;
    }
}
/* Pagination */
.pagination {
    width: 100%;
    clear: both;
    text-align: center;
    margin: -20px 0;
}
.pagination a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-bottom: 3px solid transparent;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    background: #fff;
    width: auto;
    padding: 0 9px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    color: #000000;
}
.pagination a.active,
.pagination a:hover {
    border-color: #ed0530;
}
.pagination a.previous,
.pagination a.next {
    width: 34px;
    text-align: left;
    text-indent: -1000px;
    display: block;
    overflow: hidden;
    display: inline-block;
    min-width: 1px;
    padding: 0 0;
    background: #ed0530;
    border: none !important;
    color: #fff;
    margin: 0 12px;
    border-radius: 5px;
    position: relative;
    top: 12px;
}
@media (max-width: 450px) {
    .pagination a.previous,
    .pagination a.next {
        display: none !important;
    }
}
.pagination a.previous {
    background: #ed0530 url("./images/arrow-left.png") center center no-repeat;
    background-size: 7px 12px;
}
.pagination a.next {
    background: #ed0530 url("./images/arrow-right.png") center center no-repeat;
    background-size: 7px 12px;
}
.pagination ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    display: inline-block;
}
.pagination ul li {
    display: inline-block;
    clear: none;
    margin: 0 1px;
    background: none !important;
    padding: 0 0 !important;
}
.pagination ul li:before {
    display: none !important;
}
/* Filters */
.section-filters form p {
    float: left;
    display: inline-block;
    clear: none;
    margin: 10px 0;
    margin-right: 30px;
    min-height: 1%;
}
.section-filters form p:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-filters form label {
    clear: none;
    height: 50px;
    line-height: 51px;
    width: auto;
    margin: 0 0;
    margin-right: 19px;
    float: left;
    display: inline-block;
}
.section-filters form input,
.section-filters form select {
    width: 212px;
    display: block;
    clear: none;
    float: left;
}
/* Gallery */
.section-gallery .container {
    padding: 0 10px;
}
.section-gallery .row {
    padding: 0 10px;
}
.section-gallery .gallery {
    width: 100%;
    min-height: 1%;
    clear: both;
}
.section-gallery .gallery:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-gallery a.link-gallery {
    display: block;
    text-decoration: none;
    border: 10px solid #fff;
    float: left;
    width: 33.333%;
}
.section-gallery a.link-gallery .inner {
    height: 340px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    position: relative;
    width: 100%;
}
.section-gallery a.link-gallery .inner:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(255, 54, 0, 0.8);
    display: block;
    content: "";
    background-image: url("./images/detail.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42px 42px;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.section-gallery a.link-gallery:hover .inner:before {
    opacity: 1;
}
.section-gallery a.link-gallery:nth-child(1) {
    width: 45%;
}
.section-gallery a.link-gallery:nth-child(1) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(2) {
    width: 22%;
}
.section-gallery a.link-gallery:nth-child(2) .inner {
    height: 160px;
}
.section-gallery a.link-gallery:nth-child(4) {
    width: 22%;
}
.section-gallery a.link-gallery:nth-child(4) .inner {
    height: 160px;
}
.section-gallery a.link-gallery:nth-child(3) {
    width: 33%;
    float: right;
}
.section-gallery a.link-gallery:nth-child(3) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(5) {
    width: 33%;
}
.section-gallery a.link-gallery:nth-child(5) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(6) {
    width: 34%;
}
.section-gallery a.link-gallery:nth-child(6) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(7) {
    width: 33%;
}
.section-gallery a.link-gallery:nth-child(7) .inner {
    height: 340px;
}
@media (max-width: 1100px) {
    .section-gallery a.link-gallery {
        width: 33.333% !important;
    }
    .section-gallery a.link-gallery .inner {
        height: 28vw !important;
    }
}
@media (max-width: 767px) {
    .section-gallery a.link-gallery {
        width: 50% !important;
    }
    .section-gallery a.link-gallery .inner {
        height: 44vw !important;
    }
}
.section-gallery .gallery-simple a.link-gallery {
    width: 25% !important;
}
.section-gallery .gallery-simple a.link-gallery .inner {
    height: 190px;
}
@media (max-width: 1100px) {
    .section-gallery .gallery-simple a.link-gallery {
        width: 33.333% !important;
    }
    .section-gallery .gallery-simple a.link-gallery .inner {
        height: 28vw !important;
    }
}
@media (max-width: 767px) {
    .section-gallery .gallery-simple a.link-gallery {
        width: 50% !important;
    }
    .section-gallery .gallery-simple a.link-gallery .inner {
        height: 44vw !important;
    }
}
/* Detail */
.img-detail {
    width: 100%;
    clear: both;
    height: 28vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
@media (max-width: 1020px) {
    .img-detail {
        height: 45vw;
    }
}
@media (max-width: 767px) {
    .img-detail {
        height: 65vw;
    }
}
.detail-info {
    min-height: 1%;
    margin-bottom: 20px;
}
.detail-info:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.detail-info span {
    margin-right: 20px;
}
.detail-info .tag {
    position: static;
    float: left;
    margin-bottom: 10px;
    clear: none;
}
.detail-info .date {
    float: left;
    margin-bottom: 10px;
    clear: none;
    line-height: 25px;
}
.section-detail .detail-main-content {
    width: 65%;
    float: left;
    padding-right: 20px;
}
@media (max-width: 1020px) {
    .section-detail .detail-main-content {
        width: 100%;
        padding-right: 0;
    }
}
.section-detail .detail-main-content.right {
    padding-left: 35px;
    padding-right: 0;
    border-left: 1px solid #d5d5d5;
}
@media (max-width: 1020px) {
    .section-detail .detail-main-content.right {
        border-left: none;
        padding-left: 0;
    }
}
.section-detail .detail-main-content.download-list {
    padding-left: 15px;
}
@media (max-width: 1020px) {
    .section-detail .detail-main-content.download-list {
        padding-left: 0;
    }
}
.section-detail .detail-main-content.contact-main-content {
    padding-right: 0;
}
.section-detail .detail-main-content.contact-main-content .row {
    padding-right: 20px;
}
.section-detail .detail-main-content.contact-main-content .boxes {
    padding-right: 0;
}
.section-detail .detail-sidebar {
    width: 35%;
    float: left;
    padding-left: 20px;
}
@media (max-width: 1020px) {
    .section-detail .detail-sidebar {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}
.section-detail .detail-sidebar .contact-form {
    padding: 30px;
    border-radius: 5px;
    background: url("./images/bg-contact-small.jpg") center center no-repeat;
}
.section-detail .detail-sidebar .contact-form h2,
.section-detail .detail-sidebar .contact-form h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 32px;
    padding: 0 0;
}
.section-detail .detail-sidebar .contact-form label,
.section-detail .detail-sidebar .contact-form h2,
.section-detail .detail-sidebar .contact-form h3,
.section-detail .detail-sidebar .contact-form p {
    color: #fff;
}
.section-detail .detail-sidebar .contact-form input,
.section-detail .detail-sidebar .contact-form select,
.section-detail .detail-sidebar .contact-form textarea {
    border: none;
    background: #fff;
}
.section-detail .detail-sidebar .contact-form input[type="checkbox"]:before {
    background: #ed0530;
    top: 3px;
    left: 3px;
}
.section-detail .detail-sidebar .contact-form .checkbox label {
    font-size: 12px;
}
@media (max-width: 767px) {
    .section-detail .detail-sidebar .contact-form {
        padding: 25px 20px;
    }
}
.section-detail .detail-sidebar.left {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1020px) {
    .section-detail .detail-sidebar.left {
        padding-top: 0;
    }
}
.section-detail .contact-person {
    margin-bottom: 22px;
    padding: 30px;
    background: #ed0530;
    border-radius: 5px;
}
.section-detail .contact-person * {
    color: #fff;
}
.section-detail .contact-person p {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .section-detail .contact-person {
        padding: 25px 20px;
    }
}
.section-detail .map-info li {
    padding-left: 0;
}
.section-detail .map-info li span {
    position: relative;
    padding-left: 33px;
}
.section-detail .map-info li span:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
}
.section-detail .map-info li span.color1:before {
    background: #009ede;
}
.section-detail .map-info li span.color2:before {
    background: #77848c;
}
.section-detail .map-info li span.color3:before {
    background: #846a58;
}
.section-detail .map-info li span.color4:before {
    background: #99c455;
}
.section-detail .map-info li span.color5:before {
    background: #e06537;
}
.section-detail .map-info li span.color6:before {
    background: #f4bc44;
}
.section-detail .map-info li span.color7:before {
    background: #b13667;
}
.section-detail .map-info li span.color8:before {
    background: #58b9b3;
}
.section-detail .map-info li span.color9:before {
    background: #925aa1;
}
.section-detail .map-info li:before {
    display: none;
}
.section-detail .side-menu {
    width: 100%;
    padding: 0 0;
}
.section-detail .side-menu li {
    padding: 0 0;
    margin: 0 0;
    background: none;
}
.section-detail .side-menu li:before {
    display: none;
}
.section-detail .side-menu li a {
    padding: 13px 0;
    display: block;
    width: 100%;
    padding-right: 45px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
}
.section-detail .side-menu li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    right: 24px;
    top: 50%;
    margin-top: -4px;
    background: url("./images/list-grey.png") left center no-repeat;
    background-size: 100% 100%;
}
.section-detail .side-menu li a.active,
.section-detail .side-menu li a:hover {
    color: #ed0530;
}
.section-detail .side-menu li a.active:before,
.section-detail .side-menu li a:hover:before {
    background-image: url("./images/list.png");
}
.section-detail .side-menu li a.active {
    font-weight: bold;
}
@media (max-width: 1020px) {
    .section-detail .side-menu li a:before {
        right: 0;
    }
}
/* Download */
.download-list .item {
    padding-left: 20px;
    width: 33.333%;
    float: left;
    text-decoration: none;
    height: 330px;
    /*ov: 300px*/
    margin-bottom: 18px;
}
.download-list .item h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    padding-top: 15px;
    margin-bottom: 4px;
}
.download-list .item p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
.download-list .item .download {
    padding-left: 18px;
    text-decoration: underline;
    background: url("./images/download.png") left center no-repeat;
    background-size: 12px 14px;
    font-size: 15px;
    color: #000000;
}
.download-list .item:hover .download {
    text-decoration: none;
}
.download-list .img {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 180px;
    text-align: center;
    line-height: 180px;
    display: inline-block;
}
.download-list .img img {
    max-width: 88%;
    max-height: 88%;
    vertical-align: middle;
    display: inline-block;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1020px) {
    .download-list .item {
        width: 50%;
        padding-left: 0;
        padding-right: 20px;
    }
    .download-list .item:nth-child(even) {
        padding-right: 0;
    }
}
@media (max-width: 500px) {
    .download-list .item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Contact information */
.section-contact-information .boxes {
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 1%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
}
.section-contact-information .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 767px) {
    .section-contact-information .boxes {
        display: block;
    }
}
.section-contact-information .people-heading {
    padding-top: 85px;
}
.section-contact-information .people-boxes {
    margin-bottom: -60px;
}
.section-contact-information .contact-box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    flex: 1 1 auto;
    padding: 17px 24px;
    text-align: left;
    margin-right: 20px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.section-contact-information .contact-box p {
    margin: 0 0;
}
.section-contact-information .contact-box:hover {
    background-color: #ed0530;
}
.section-contact-information .contact-box:hover * {
    color: #fff;
}
.section-contact-information .contact-box.with-photo {
    padding: 0 0;
    min-height: 1%;
    min-height: 200px;
    padding-left: 143px;
    position: relative;
}
.section-contact-information .contact-box.with-photo:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-contact-information .contact-box.with-photo p {
    font-size: 14px;
    line-height: 1.4;
}
.section-contact-information .contact-box.with-photo p strong {
    font-size: 15px;
}
.section-contact-information .contact-box.with-photo .text {
    padding: 15px;
    width: 100%;
}
.section-contact-information .contact-box.with-photo .photo {
    width: 143px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .section-contact-information .contact-box {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}
.section-contact-information h3 {
    padding-top: 17px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 23px;
}
/* Products - list, detail */
.section-products-list .container {
    padding: 0 10px;
}
.section-products-list .row {
    padding: 0 10px;
}
.section-products-list h2 {
    font-size: 25px;
}
.section-products-list .main-categories {
    margin-bottom: 45px;
    min-height: 1%;
}
.section-products-list .main-categories:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-products-list .main-categories .box {
    width: 25%;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
}
.section-products-list .main-categories .box.orange .text {
    background-color: rgba(246, 150, 49, 0.8);
}
.section-products-list .main-categories .box.green .text {
    background-color: rgba(139, 197, 73, 0.8);
}
.section-products-list .main-categories .box.yellow .text {
    background-color: rgba(255, 199, 4, 0.8);
}
.section-products-list .main-categories .box.blue .text {
    background-color: rgba(0, 148, 206, 0.8);
}
@media (max-width: 1020px) {
    .section-products-list .main-categories .box {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .section-products-list .main-categories .box {
        width: 100%;
    }
}
.section-products-list .main-categories .inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 385px;
}
.section-products-list .main-categories .text {
    position: absolute;
    top: 20px;
    height: 267px;
    width: calc(100% - 40px);
    padding: 20px;
    left: 20px;
}
.section-products-list .main-categories .text * {
    color: #fff;
}
.section-products-list .main-categories h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
}
.section-products-list .main-categories p {
    line-height: 20px;
    margin: 0 0;
}
.section-products-list .main-categories .button {
    width: 176px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -88px;
}
.section-products-list .other-categories .boxes {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 1%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
}
.section-products-list .other-categories .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    .section-products-list .other-categories .boxes {
        display: block;
        padding: 0 10px;
    }
}
.section-products-list .other-categories .box {
    flex: 1 1 auto;
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: left;
    border-radius: 5px;
    margin: 0 10px;
    margin-bottom: 30px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.section-products-list .other-categories .box .img {
    flex: none;
    width: 180px;
}
.section-products-list .other-categories .box .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-products-list .other-categories .box .text {
    padding: 23px 30px;
    flex: 1 1 0%;
    width: auto;
}
@media (max-width: 1020px) {
    .section-products-list .other-categories .box {
        width: 100%;
        border: none;
        max-width: none;
        min-height: 1px;
        float: none;
        clear: both;
        margin: 0 auto;
        margin-bottom: 30px;
        min-height: 1%;
        display: flex;
        background-color: transparent;
    }
    .section-products-list .other-categories .box:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
@media (max-width: 767px) {
    .section-products-list .other-categories .box {
        margin-bottom: 20px;
    }
    .section-products-list .other-categories .box .text {
        padding: 23px 20px;
    }
}
@media (max-width: 550px) {
    .section-products-list .other-categories .box .img {
        display: none;
    }
    .section-products-list .other-categories .box .text {
        padding: 30px 20px;
    }
}
.section-products-list .other-categories p {
    margin-bottom: 22px;
}
.section-products-list .other-categories h3 {
    font-size: 22px;
    clear: both;
    margin-bottom: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}
.section-products-list .other-categories h3:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: #ed0530;
    height: 3px;
    width: 92px;
    content: "";
}
.product-detail-form form span.label {
    margin: 0 0;
    width: auto;
    float: left;
    height: 50px;
    line-height: 40px;
    display: inline-block;
    margin-left: 10px;
}
.product-detail-form form .upload-file {
    height: 50px;
    line-height: 22px;
    padding: 14px 0;
    display: inline-block;
}
.product-detail-form form .upload-file.short {
    float: left;
    margin-left: 25px;
}
@media (max-width: 500px) {
    .product-detail-form form .upload-file.short {
        float: none;
        clear: left;
        display: block;
        margin-left: 0;
    }
}
.section-products-icons .container {
    padding: 0 10px;
}
.section-products-icons .box {
    width: 20%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
@media (max-width: 1020px) {
    .section-products-icons .box {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .section-products-icons .box:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .section-products-icons .box {
        width: 50%;
    }
}
.section-products-icons .inner {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    padding: 35px 15px 25px 15px;
}
.section-products-icons .img {
    height: 70px;
    line-height: 70px;
    margin-bottom: 19px;
    width: 100%;
}
.section-products-icons .img img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.section-products-icons h3 {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.section-products-boxes .container {
    padding: 0 10px;
}
.section-products-boxes .boxes {
    margin: 0 auto;
    display: flex;
    min-height: 1%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
}
.section-products-boxes .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    .section-products-boxes .boxes {
        display: block;
        padding: 0 10px;
    }
}
.section-products-boxes .box {
    flex: 1 1 auto;
    text-align: left;
    border-radius: 5px;
    margin: 0 10px;
    padding: 30px 220px 80px 40px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: right center;
    background-size: auto 100%;
}
.section-products-boxes .box h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 18px;
}
.section-products-boxes .box p {
    margin-bottom: 0;
}
.section-products-boxes .box .link-more {
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.section-products-boxes .box.box1 {
    background-image: url("./images/product-box1.jpg");
}
.section-products-boxes .box.box2 {
    background-image: url("./images/product-box2.jpg");
}
@media (max-width: 1020px) {
    .section-products-boxes .box {
        width: 100%;
        border: none;
        max-width: none;
        min-height: 1px;
        float: none;
        clear: both;
        margin: 0 auto;
        margin-bottom: 30px;
        min-height: 1%;
        display: block;
        padding-right: 200px;
    }
    .section-products-boxes .box:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
@media (max-width: 767px) {
    .section-products-boxes .box {
        padding: 30px 20px;
        margin-bottom: 20px;
        padding-bottom: 70px;
        padding-right: 200px;
    }
    .section-products-boxes .box .link-more {
        left: 20px;
        bottom: 30px;
    }
}
@media (max-width: 550px) {
    .section-products-boxes .box {
        padding-right: 100px;
    }
}
@media (max-width: 450px) {
    .section-products-boxes .box {
        padding-right: 20px;
        background: #fff !important;
    }
}
.img-products-detail {
    height: auto !important;
    margin-bottom: 0;
    padding: 0 20px;
}
.img-products-detail .container {
    height: 430px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0;
    max-width: 1060px;
}
@media (max-width: 1020px) {
    .img-products-detail .container {
        height: 55vw;
    }
}
@media (max-width: 767px) {
    .img-products-detail .container {
        height: 65vw;
    }
}
@media (max-width: 500px) {
    .img-products-detail .container {
        height: auto;
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
.img-products-detail .info {
    position: absolute;
    right: 0;
    text-align: right;
    top: 90px;
    max-width: 355px;
}
.img-products-detail .info h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
    font-family: "Rubik", sans-serif;
}
@media (max-width: 1020px) {
    .img-products-detail .info {
        top: 40px;
    }
}
@media (max-width: 500px) {
    .img-products-detail .info {
        position: static;
        text-align: left;
        margin-bottom: 150px;
    }
}
.img-products-detail .download {
    position: absolute;
    right: 0;
    padding: 23px 0;
    padding-right: 35px;
    padding-left: 133px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 72px;
    min-width: 45%;
}
.img-products-detail .download a {
    text-decoration: none;
}
.img-products-detail .download img {
    display: block;
    position: absolute;
    left: 37px;
    width: 65px;
    bottom: 10px;
}
.img-products-detail .download h3 {
    font-weight: 500;
    margin: 0 0;
    line-height: 28px;
    font-size: 23px;
    font-family: "Rubik", sans-serif;
    color: #fff;
}
@media (max-width: 1020px) {
    .img-products-detail .download {
        bottom: 30px;
    }
}
@media (max-width: 500px) {
    .img-products-detail .download {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: left;
        padding: 15px 0;
        padding-right: 20px;
        padding-left: 130px;
    }
    .img-products-detail .download h3 {
        font-size: 20px;
        line-height: 25px;
    }
}
.section-products-slider {
    z-index: 10;
    position: relative;
}
.section-products-slider .container {
    padding: 0 0;
}
.section-products-slider .slick-dots {
    padding: 0 20px;
    text-align: center;
    padding-top: 10px;
}
.section-products-slider .row {
    padding: 0 20px;
}
.section-products-slider .product {
    padding: 20px;
    outline: none !important;
}
.section-products-slider .inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.section-products-slider .img {
    height: 326px;
    line-height: 326px;
    vertical-align: middle;
    text-align: center;
}
.section-products-slider .img img {
    display: inline-block;
    max-width: 85%;
    max-height: 85%;
    vertical-align: middle;
}
.section-products-slider .text {
    padding: 20px;
    padding-top: 5px;
    height: 190px;
    padding-bottom: 0;
}
.section-products-slider .text h3 {
    font-size: 18px;
    font-weight: 500;
    clear: both;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 7px;
}
.section-products-slider .text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}
.section-products-slider .slider-products2 .img {
    height: 300px;
    line-height: 300px;
}
.section-products-slider .slider-products2 .text {
    height: 290px;
}
.section-products-slider .slider-products2 .link-more {
    margin-bottom: 25px;
}
.section-products-slider .slider-products-with-buttons .text {
    height: 355px;
    padding-bottom: 90px;
    position: relative;
}
.section-products-slider .slider-products-with-buttons .text .button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 230px;
    padding: 0 10px;
    margin-left: -115px;
}
.section-products-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    outline: none;
    cursor: pointer;
    margin-top: -20px;
    background-size: 8px 13px;
    background-repeat: no-repeat;
    text-align: left;
    background-position: center center;
    text-indent: -3000px;
    z-index: 800;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    background-color: #fff;
}
.section-products-slider .slick-arrow:hover {
    background-color: #ed0530;
    border-color: #ed0530;
    background-position: center center;
}
.section-products-slider .slick-arrow.slick-prev {
    left: 0;
    background-image: url("./images/arrow-left-black.png");
}
.section-products-slider .slick-arrow.slick-prev:hover {
    background-image: url("./images/arrow-left-white.png");
}
.section-products-slider .slick-arrow.slick-next {
    right: 0;
    background-image: url("./images/arrow-right-black.png");
}
.section-products-slider .slick-arrow.slick-next:hover {
    background-image: url("./images/arrow-right-white.png");
}
@media (max-width: 767px) {
    .section-products-slider .text {
        height: auto !important;
        padding: 5px 20px 30px 20px !important;
    }
    .section-products-slider .text .button {
        position: static !important;
        margin: 0 auto !important;
    }
}
.section-products-detail {
    position: relative;
    z-index: 20;
}
.section-products-detail .introduction {
    width: 100%;
    min-height: 1%;
    clear: both;
    margin-bottom: 45px;
}
.section-products-detail .introduction:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-products-detail .introduction .buttons {
    min-height: 1%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 18px;
}
.section-products-detail .introduction .buttons:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-products-detail .introduction .button {
    margin-bottom: 23px;
    min-width: 165px;
    margin-right: 16px;
    border: 1px solid;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    float: left;
}
.section-products-detail .introduction .button:hover {
    color: #fff;
}
.section-products-detail .introduction .quote {
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    line-height: 27px;
    margin: 0 0;
    padding-left: 70px;
    margin-bottom: 30px;
    min-height: 60px;
    background-size: 48px 46px;
    background-position: left 3px;
    background-repeat: no-repeat;
}
.section-products-detail .introduction .text {
    width: 55%;
    float: left;
    padding-right: 30px;
    padding-top: 65px;
}
.section-products-detail .introduction .products-detail-faq {
    width: 45%;
    float: right;
    border-radius: 5px;
    margin-top: -50px;
    padding: 34px;
}
.section-products-detail .introduction .products-detail-faq * {
    color: #fff;
}
.section-products-detail .introduction .products-detail-faq h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0;
}
.section-products-detail .introduction .products-detail-faq .accordion {
    margin: 10px auto 0 auto;
}
.section-products-detail .introduction .products-detail-faq .accordion .item {
    box-shadow: none !important;
    margin-bottom: 0;
}
.section-products-detail
    .introduction
    .products-detail-faq
    .accordion
    .accordion-link {
    padding: 14px 28px 12px 0;
    background: url("./images/detail-accordion-down.png") right center no-repeat;
    background-size: 13px 8px;
}
.section-products-detail
    .introduction
    .products-detail-faq
    .accordion
    .accordion-link.active {
    background-image: url("./images/detail-accordion-up.png");
}
.section-products-detail
    .introduction
    .products-detail-faq
    .accordion
    .accordion-link:before,
.section-products-detail
    .introduction
    .products-detail-faq
    .accordion
    .accordion-link:after {
    display: none !important;
}
.section-products-detail
    .introduction
    .products-detail-faq
    .accordion
    .content {
    padding: 0 0;
}
.section-products-detail.orange .introduction .button {
    border-color: #f69731;
}
.section-products-detail.orange .introduction .button:hover {
    background-color: #f69731;
}
.section-products-detail.orange .introduction .quote {
    background-image: url("./images/quote-orange.png");
}
.section-products-detail.orange .introduction .products-detail-faq {
    background: #f69731;
}
.section-products-detail.red .introduction .button {
    border-color: #ed0530;
}
.section-products-detail.red .introduction .button:hover {
    background-color: #ed0530;
}
.section-products-detail.red .introduction .quote {
    background-image: url("./images/quote-red.png");
}
.section-products-detail.red .introduction .products-detail-faq {
    background: #ed0530;
}
.section-products-detail.green .introduction .button {
    border-color: #8cc549;
}
.section-products-detail.green .introduction .button:hover {
    background-color: #8cc549;
}
.section-products-detail.green .introduction .quote {
    background-image: url("./images/quote-green.png");
}
.section-products-detail.green .introduction .products-detail-faq {
    background: #8cc549;
}
.section-products-detail.blue .introduction .button {
    border-color: #0094ce;
}
.section-products-detail.blue .introduction .button:hover {
    background-color: #0094ce;
}
.section-products-detail.blue .introduction .quote {
    background-image: url("./images/quote-blue.png");
}
.section-products-detail.blue .introduction .products-detail-faq {
    background: #0094ce;
}
.section-products-detail.yellow .introduction .button {
    border-color: #ffc600;
}
.section-products-detail.yellow .introduction .button:hover {
    background-color: #ffc600;
}
.section-products-detail.yellow .introduction .quote {
    background-image: url("./images/quote-yellow.png");
}
.section-products-detail.yellow .introduction .products-detail-faq {
    background: #ffc600;
}
@media (max-width: 1020px) {
    .section-products-detail .introduction .text {
        width: 100%;
        padding-right: 0;
    }
    .section-products-detail .introduction .products-detail-faq {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .section-products-detail .introduction .button {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .section-products-detail .introduction .products-detail-faq {
        padding: 35px 20px 30px 20px;
    }
    .section-products-detail .introduction .products-detail-faq h3 {
        font-size: 25px;
        line-height: 30px;
    }
}
@media (max-width: 450px) {
    .section-products-detail .introduction .button {
        margin: 0 0;
        margin-bottom: 15px;
        width: 100% !important;
    }
}
.products-side-menu {
    position: fixed;
    right: 0;
    z-index: 99999;
    bottom: 60px;
}
.products-side-menu .side-menu-link {
    clear: both;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    margin-bottom: 6px;
    display: inline-block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    min-height: 1%;
}
.products-side-menu .side-menu-link:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.products-side-menu .side-menu-link .icon {
    border-radius: 6px 0 0 6px;
    display: block;
    width: 62px;
    height: 62px;
    position: relative;
    z-index: 20;
}
.products-side-menu .side-menu-link .text {
    z-index: 10;
    position: absolute;
    right: 62px;
    top: 13px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    border-radius: 6px 0 0 6px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    min-width: 220px;
    text-align: right;
    display: none;
}
.products-side-menu .side-menu-link.active {
    opacity: 1;
}
.products-side-menu .side-menu-link:hover {
    opacity: 1;
}
.products-side-menu .side-menu-link:hover .text {
    display: block;
}
.products-side-menu .side-menu-link.orange .icon {
    background: #f69731 url("./images/icon1-hover.png") center center no-repeat;
    background-size: 31px 37px;
}
.products-side-menu .side-menu-link.green .icon {
    background: #8cc549 url("./images/icon2-hover.png") center center no-repeat;
    background-size: 34px 30px;
}
.products-side-menu .side-menu-link.yellow .icon {
    background: #ffc600 url("./images/icon3-hover.png") center center no-repeat;
    background-size: 37px 39px;
}
.products-side-menu .side-menu-link.blue .icon {
    background: #0094ce url("./images/icon4-hover.png") center center no-repeat;
    background-size: 28px 34px;
}
@media (max-width: 767px) {
    .products-side-menu {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 50px;
    }
    .products-side-menu .side-menu-link {
        width: 100%;
        clear: both;
        display: block;
        min-height: 1%;
        opacity: 1;
    }
    .products-side-menu .side-menu-link:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
    .products-side-menu .side-menu-link .icon {
        border-radius: 5px;
        float: left;
        position: static;
        clear: none;
    }
    .products-side-menu .side-menu-link .text {
        display: inline-block;
        float: left;
        text-align: left;
        width: auto;
        clear: none;
        padding: 0 0;
        position: static;
        margin: 0 0;
        padding-left: 20px;
        margin-top: 13px;
        min-width: 1px;
        background: none;
        box-shadow: none !important;
    }
}
/* Mixins */
.cf {
    min-height: 1%;
}
.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.inner-border {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.upp {
    text-transform: uppercase;
}
.und {
    text-decoration: underline;
}
.img-grey {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transition: all 0.6s ease;
    /* Transition for Webkit browsers */
}
.img-color {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.animated {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.radius {
    border-radius: 5px;
}
.shadow {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
}
.text-hidden {
    text-align: left;
    text-indent: -1000px;
    display: block;
    overflow: hidden;
}
.grey-bg {
    background: rgba(0, 0, 0, 0.5);
}
.rubik {
    font-family: "Rubik", sans-serif;
}
.mont {
    font-family: "Montserrat", sans-serif;
}
/*# sourceMappingURL=global.css.map */
