@charset 'UTF-8';

html {
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    margin-left: -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-auto {
    width: auto;

    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-1 {
    max-width: 8.333333%;

    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
}

.col-2 {
    max-width: 16.666667%;

    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
}

.col-3 {
    max-width: 25%;

    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.333333%;

    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
}

.col-5 {
    max-width: 41.666667%;

    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
}

.col-6 {
    max-width: 50%;

    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.333333%;

    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
}

.col-8 {
    max-width: 66.666667%;

    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
}

.col-9 {
    max-width: 75%;

    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.333333%;

    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
}

.col-11 {
    max-width: 91.666667%;

    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
}

.col-12 {
    max-width: 100%;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.333333%;
}

.pull-2 {
    right: 16.666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.333333%;
}

.pull-5 {
    right: 41.666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.333333%;
}

.pull-8 {
    right: 66.666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.333333%;
}

.pull-11 {
    right: 91.666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.333333%;
}

.push-2 {
    left: 16.666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.333333%;
}

.push-5 {
    left: 41.666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.333333%;
}

.push-8 {
    left: 66.666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.333333%;
}

.push-11 {
    left: 91.666667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

body {
    background: #fff;
}

@font-face {
    font-family: 'myriad-pro';
    font-weight: 300;

    src: url('../fonts/MyriadProLight.eot');
    src: url('../fonts/MyriadProLight.eot') format('embedded-opentype'), url('../fonts/MyriadProLight.woff2') format('woff2'), url('../fonts/MyriadProLight.woff') format('woff'), url('../fonts/MyriadProLight.ttf') format('truetype'), url('../fonts/MyriadProLight.svg#MyriadProLight') format('svg');
}

html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

body {
    font: 18px/29px 'myriad-pro', 'Myriad Pro', sans-serif;

    position: relative;

    color: #888;
    background: #f3f3f3;

    -webkit-text-size-adjust: none;
}

.wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 1420px;
    max-width: 100%;
    min-height: 100vh;
    margin: auto;
    padding-top: 90px;

    background: #fff;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.body {
    overflow: hidden;

    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

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

span.container {
    display: block;
}

a {
    text-decoration: none;

    color: inherit;
}

a,
button,
.btn,
input {
    transition: all .4s ease;

    outline: none;
}

input,
button,
textarea {
    font-family: 'myriad-pro', 'Myriad Pro', sans-serif;
}

/* header
------------------------------------------------------------------------------*/

.header {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;

    width: 1420px;
    max-width: 100%;
    height: 90px;
    margin: auto;
    padding: 21px 0 0;
    /* border-bottom: 2px solid #F3F3F3; */
    background: #fff;
}

.header .logo {
    float: left;

    width: 126px;
    height: 50px;

    cursor: pointer;
    text-indent: -999em;

    background: url(../images/logo.svg) no-repeat;
}

.header .logo.sol-logo {
    background: url(../images/logo-sol.png) no-repeat;
    background-size: 180px;
    width: 180px;
    height: 50px;
    margin-top: -7px;
}

.header .right {
    float: right;

    padding-top: 2px;
}

.header .contact {
    font-size: 18px;
    line-height: 45px;

    float: right;

    color: #e95022;
}

.header .contact a {
    color: #a4a4a4;
}

.header .contact a:hover {
    color: #1e1e3c;
}

.header .contact p {
    float: left;

    padding: 0 5px;
}

.header .contact p a {
    margin-left: 5px;
}

.header .contact .cc {
    line-height: 43px;

    float: left;

    min-width: 45px;
    height: 45px;
    margin-left: 11px;
    padding: 0 13px;

    text-align: center;

    border: 1px solid #e3e3e3;
    background-color: white;
}

.menu {
    font-size: 20px;
    line-height: 26px;

    float: left;

    padding: 9px 35px 0 0;

    color: #a4a4a4;
}

.menu li {
    float: left;

    margin-left: 21px;
}

.menu li.div:before {
    margin-right: 21px;

    content: '|';
}

.menu li ul {
    display: none;
}

.menu a:hover,
.menu .current>a {
    color: #1e1e3c;
}

.featured {
    position: relative;
}

.featured .container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.featured h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;

    padding: 1px 0 3px;

    color: #888;
}

.featured h2,
.featured h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;

    color: white;
}

.featured .text {
    min-height: 115px;
    padding: 21px 32px;

    background-color: #100037;
}

.body-c {
    padding: 80px 0 55px;
}

.body-c.cc {
    padding: 50px 0 50px;
}

.pagination {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;

    position: relative;

    margin-top: 20px;
    padding-top: 18px;

    text-align: center;

    color: #939393;
    border-top: 1px solid #e3e3e3;
}

.pagination .next {
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    float: right;

    width: 138px;
    height: 50px;
    margin-left: -138px;
    padding: 0 15px;

    text-align: left;

    color: black;
    border: 1px solid #dee0df;
    background: url(../images/ico_r.svg) no-repeat 90% 50%;
}

.pagination li {
    display: inline-block;

    padding: 0 3px;

    vertical-align: top;
}

.pagination a:hover,
.pagination .current a {
    color: #e95022;
}

.post-row+.post-row {
    margin-top: 20px;
    padding-top: 18px;

    border-top: 1px solid #e3e3e3;
}

.post-row {
    font-size: 16px;
    line-height: 21px;

    color: #a0a0a0;
}

.post-row .excerpt {
    padding-bottom: 17px;
}

.post-row .image img {
    width: 100%;
    height: auto;
}

.post-row .meta {
    font-size: 16px;
    line-height: 29px;

    padding: 2px 0 16px;

    color: #d24c21;
}

.post-row h2 {
    font-size: 20px;
    line-height: 29px;

    margin-top: -8px;

    color: #222;
}

hr {
    display: block;

    height: 1px;
    margin: 0;

    border: 0;
    background-color: #efeeee;
}

.contacts {
    padding: 70px 0 10px;
}

.contacts h3 {
    font-size: 48px;
    font-weight: 300;
    line-height: .85;

    padding-bottom: 50px;

    color: #100037;
}

.contacts h3 img {
    margin-right: 20px;

    vertical-align: top;
}

.contacts .logo {
    padding-bottom: 24px;
}

.contacts .map {
    height: 360px;
    margin-top: 50px;
}

.contacts p {
    line-height: 32px;

    padding-bottom: 15px;
}

.contacts p strong {
    font-weight: inherit;

    display: inline-block;

    min-width: 67px;
}

.contacts .col-md-6 {
    margin-bottom: 40px;
}

.expertise {
    padding: 39px 0 75px;
}

.expertise h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 55px;

    text-align: center;

    color: #100037;
}

.expertise section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: -1px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.expertise article {
    font-size: 16px;
    line-height: 21px;

    width: calc(50% - 1px);
    margin-bottom: 1px;
    margin-left: 1px;
    padding: 43px 49px 56px;
    padding-right: 10%;

    color: #c3c3c3;
    background: no-repeat 50% 50%;
    background-size: cover;
}

.expertise h4 {
    font-size: 20px;
    line-height: 29px;

    padding-bottom: 18px;

    color: #fefefe;
}

.faq-list {
    padding: 55px 0 0;
}

.faq-list h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 23px;

    color: #222;
}

.faq-list h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;

    padding: 6px 0 13px;

    color: #222;
}

.faq-list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    color: #a0a0a0;
}

.questions2 {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 17px;
    padding-bottom: 17px;
}

.questions2 {
    display: block;
    padding-right: 30px;
    background: url(../images/ico_down.svg) no-repeat right 25px;
}

.questions2:last-of-type {
    margin-bottom: 40px;
}

.questions2 .answer {
    display: none;
}

.why-box {
    padding: 20px 0 52px;
}

.why-box h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 30px;

    text-align: center;

    color: #222;
}

.why-box .service-text-item .image {
    margin-bottom: -5px;
}

.why-box .service-text-item h4 {
    padding-bottom: 20px;
}

.brands-list {
    overflow: hidden;

    margin: 48px 0;
    padding: 52px 0 49px;

    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f7f9fb;
}

.brands-list.mt {
    margin-top: 10px;
    padding: 64px 0;
}

.brands-list h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 38px;

    text-align: center;

    color: #222;
}

.brands-list ul {
    font-size: 0;

    margin: 0 -10px;

    text-align: center;
}

.brands-list ul li {
    display: inline-block;

    max-width: 20%;
    padding: 0 10px 10px;

    vertical-align: top;
}

.team-list {
    overflow: hidden;

    margin: 22px 0;
    padding: 55px 0 68px;

    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f7f9fb;
}

.team-list h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 29px;

    float: left;

    color: #100037;
}

.team-list .slick-next {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;

    width: 205px;

    text-indent: -999em;

    border: 0;
    background: url(../images/ico_next.svg) no-repeat 49% 55% rgba(247, 249, 251, .8);
    background-size: 42px auto;
}

.team-list .slick-prev {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: -130px;

    width: 125px;

    text-indent: -999em;

    border: 0;
    background: url(../images/ico_prev.svg) no-repeat 49% 55% rgba(247, 249, 251, .8);
    background-size: 42px auto;
}

.team-list.first .slick-prev {
    cursor: default;

    background: #f7f9fb no-repeat 49% 55%;
}

.team-list .slick-list,
.team-list .slick-slider {
    position: relative;

    overflow: visible !important;
}

.team-list .filter {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    float: right;

    padding-top: 6px;

    color: #5e5e5e;
}

.team-list .filter li {
    float: left;

    padding-left: 20px;
}

.team-list .filter li a {
    display: block;

    border-bottom: 2px solid transparent;
}

.team-list .filter .current a,
.team-list .filter a:hover {
    color: #e95022;
    border-color: #e95022;
}

.team-list .slider {
    clear: both;
    overflow: hidden;

    margin-right: -130px;
    margin-left: -130px;
    padding-top: 37px;
    padding-left: 130px;
}

.team-list .item {
    float: left;

    padding-right: 9px;
    opacity: 0.5;
}

.team-list .item.current {
    opacity: 1;
}

.team-item {
    position: relative;

    width: 209px;
    min-height: 302px;
    margin-top: 10px;

    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);

    background-color: white;
}

.team-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team-item .image img {
    width: 100%;
}

.team-item .tt {
    padding: 22px 25px;
}

.team-item .role {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 18px;

    color: #222;
}

.team-item .email {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    color: #a0a0a0;
}

.team-item h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

    color: #222;
}

iframe {
    max-width: 100%;
}

.about-content {
    padding: 17px 0 40px;
}

.about-content .entry {
    padding-left: 40px;
}

.about-content iframe {
    width: 100%;
    margin-top: 7px;
}

.entry h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;

    padding-bottom: 38px;

    color: #100037;
}

.page-template-page-service .entry h2 {
    position: relative;
    top: -11px;
    color: #1e1e3c;
    max-width: 800px;
}

.entry p {
    padding-bottom: 20px;
}

.used-equick {
    margin-top: -10px;
    padding: 32px 0 20px;

    border-top: 1px solid #e3e3e3;
}

.used-equick h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;

    padding-bottom: 32px;

    color: #1e1e3c;
}

.related-posts {
    padding: 32px 0 20px;

    border-top: 1px solid #e3e3e3;
}

.related-posts h5 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;

    padding-bottom: 32px;

    color: #1e1e3c;
}

.cases {
    padding: 7px 0 40px;
}

.cases h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;

    padding-bottom: 30px;

    color: #1e1e3c;
}

.body-c .featured {
    margin-bottom: 40px;
}

.body-c .featured .text {
    min-height: 160px;
    padding: 33px 38px;
}

.features-box {
    padding: 40px 0;
}

.service-text-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    padding-bottom: 20px;

    color: #a0a0a0;
}

.service-text-item h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

    padding-bottom: 35px;

    color: #222;
}

.service-text-item .image {
    padding-bottom: 35px;
}

.service-text-item .image img {
    width: 100%;
    height: auto;
}

.case-item {
    font-size: 16px;
    line-height: 21px;

    overflow: hidden;

    margin-bottom: 20px;
    padding: 20px;

    color: #a0a0a0;
    border: 1px solid #e3e3e3;
    background-color: #f6f6f5;
}

.case-item .image {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 215px;
}

.case-item .image img {
    width: 100%;
}

.case-item .logo {
    padding-bottom: 20px;
}

.case-item h4 {
    font-size: 20px;
    line-height: 29px;

    padding: 5px 0 17px;

    color: #222;
}

.case-item p {
    padding-bottom: 16px;
}

.case-item .more {
    margin: 0 -20px -20px;
    padding: 14px 20px;

    border-top: 1px solid #e3e3e3;
}

.case-item .more .btn-more {
    font-size: 18px;

    color: #222;

    padding: 0 25px 0 0;

    background-position: 100% 50%;
}

.widget-advisor {
    padding: 30px;

    background: #f6f6f5;
}

.widget-advisor p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    color: #a0a0a0;
}

.widget-advisor img {
    width: 100%;
    margin-bottom: 20px;
}

.widget-advisor h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

    padding-bottom: 1px;

    color: #222;
}

.widget-advisor p {
    padding-bottom: 15px;
}

.widget-advisor p:last-child {
    line-height: 31px;

    padding: 0;
}

.widget-advisor p strong {
    font-weight: normal;

    display: inline-block;

    min-width: 55px;
}

.widget-advisor h6 {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 18px;

    color: #222;
}

.widget-fb {
    padding-bottom: 22px;
}

.widget-events {
    margin-top: -2px;
    padding-bottom: 5px;
}

.widget-events h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 31px;

    color: black;
}

.widget-events li {
    font-size: 18px;
    line-height: normal;

    margin-bottom: 27px;
    padding-bottom: 28px;

    color: #888;
    border-bottom: 1px solid #e3e3e3;
}

.widget-events li h4 {
    font-size: 22px;

    padding-bottom: 7px;

    color: black;
}

.full-free-add {
    overflow: hidden;

    padding: 58px 0 55px;

    background: #dee5ef;
}

.full-free-add p {
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;

    float: left;

    color: #100037;
    max-width: 70%;
}

.full-free-add p strong {
    font-weight: 400;
}

.full-free-add .btn {
    float: right;

    width: 260px;
    max-width: 25%;
}

.widget-free-add {
    margin-bottom: 25px;
    padding: 15px 18px 18px;

    background: #dee5ef;
}

.widget-free-add p {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 33px;

    color: #100037;
}

.widget-free-add p strong {
    font-weight: 400;
}

.btn {
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;

    display: block;

    height: 50px;
    padding: 0 20px;

    text-align: center;

    color: #100037;
    border: 1px solid #100037;
}

.box-training {
    margin-top: 30px;
    padding-top: 30px;

    border-top: 2px solid #e3e3e3;
}

.box-training h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;

    padding-bottom: 35px;

    color: #100037;
}

.faq.box-training h2 {
    color: #1e1e3c;
}

.box-training .post-problem {
    padding: 24px 0 0;

    border-top: 1px solid #e3e3e3;
    border-bottom: 0;
}

.downloads .dl-list {
    padding-bottom: 18px;
}

.downloads .dl-list>li {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    overflow: hidden;

    margin-bottom: 12px;
    padding-bottom: 14px;

    color: #888;
    border-bottom: 1px solid #e3e3e3;
}

.downloads .dl-list>li h4 {
    float: left;

    width: 68%;
}

.downloads .dl-list>li .spec {
    float: left;

    width: 16%;
}

.downloads .dl-list>li a {
    display: block;
    float: right;

    padding-right: 30px;

    background: url(../images/ico_down.svg) no-repeat right center;
}

.faq .questions {
    padding-bottom: 18px;
}

.faq .questions>li {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 12px;
    padding-bottom: 14px;

    color: #888;
    border-bottom: 1px solid #e3e3e3;
}

.faq .questions>li a {
    display: block;
    padding-right: 30px;
    background: url(../images/ico_down.svg) no-repeat right center;
}

.faq .questions .content-c {
    display: none;

    margin-bottom: -15px;
    padding-top: 10px;

    color: #a0a0a0;
}

.featured-post {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    padding-bottom: 28px;

    color: #888;
}

.featured-post .text {
    max-width: 425px;
    padding-left: 20px;
}

.featured-post .image img {
    width: 100%;
}

.featured-post h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;

    margin-top: -6px;
    padding-bottom: 39px;

    color: #1e1e3c;
}

.support {
    overflow: hidden;

    margin-bottom: 29px;
}

.support .row {
    margin-bottom: -28px;
}

.support h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 28px;

    padding-bottom: 35px;

    color: #100037;
}

.widget-quote {
    padding: 30px;

    background: #f6f6f5;
}

.widget-quote p {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;

    color: #1e1e3c;
}

.widget-quote img {
    width: 100%;
    margin-bottom: 20px;
}

.widget-quote cite {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #1e1e3c;
    line-height: 29px;

    display: block;

    padding-top: 43px;
}

.space {
    height: 102px;
}

.widget-links {
    margin-bottom: 29px;

    border-bottom: 1px solid #e3e3e3;
}

.end .widget-links {
    border-bottom: 0;
}

.widget-links li {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    color: #100037;
    border-top: 1px solid #e3e3e3;
}

.end .widget-links li {
    border-top: 0;
    border-bottom: 1px solid #e3e3e3;
}

.widget-links li a {
    display: block;

    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 34px;

    background: url(../images/ico_r.svg) no-repeat 0 14px;
    background-size: 14px auto;
}

.widget-links li a.right {
    padding: 14px 0;
    padding-right: 34px;
    padding-left: 0;

    background-position: 100% 50%;
}

.clients-logo {
    padding: 110px 0 60px;

    background: #222 url(../images/bg_logos.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.clients-logo ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;
    padding-bottom: 38px;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.clients-logo ul li {
    padding: 0 20px;
}

.home .body-c {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.summary {
    padding: 25px 0 75px;
}

.summary h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 29px;

    min-height: 18px;
    margin-bottom: 37px;

    color: black;
}

.summary .more {
    padding: 12px 0;

    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.summary .news article {
    padding-bottom: 20px;
}

.summary .news .date {
    font-size: 18px;

    color: #888;
}

.summary .news .image img {
    width: 100%;
}

.summary .news h4 {
    font-size: 22px;
    line-height: 27px;

    margin-top: -4px;
    padding-bottom: 15px;

    color: black;
}

.news,
.events {
    padding-right: 30px;
}

.summary .events article {
    margin-bottom: 32px;
    padding-bottom: 22px;

    border-bottom: 1px solid #e3e3e3;
}

.summary .events article:last-child {
    margin-bottom: 23px;

    border-bottom: 0;
}

.summary .events .date {
    font-size: 18px;

    color: #888;
}

.summary .events .image img {
    width: 100%;
}

.summary .events h4 {
    font-size: 22px;
    line-height: 27px;

    margin-top: -4px;
    padding-bottom: 4px;

    color: black;
}

.index-content {
    padding-bottom: 40px;
    padding-left: 18px;
}

.widget-image {
    padding-top: 1px;
    padding-bottom: 6px;

    border-top: 5px solid #100037;
}

.widget-case {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 23px;
}

.widget-case+.widget-links {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
}

.widget-meta {
    font-size: 16px;
    line-height: 21px;

    margin-bottom: 25px;

    color: #a0a0a0;
}

.widget-meta .image {
    padding-bottom: 15px;
}

.widget-meta.bt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    padding-bottom: 19px;

    color: #888;
}

.widget-meta.bt .image {
    padding-top: 1px;

    border-top: 5px solid #100037;
}

.widget-meta.bb {
    padding-bottom: 6px;

    border-bottom: 5px solid #100037;
}

.widget-meta .phone {
    font-size: 18px;
    line-height: 20px;

    padding: 10px 0;
    padding-left: 50px;

    border-top: 1px solid #e3e3e3;
    background: url(../images/ico_phone.svg) no-repeat 0 50%;
}

.widget-meta .email {
    font-size: 18px;
    line-height: 20px;

    padding: 10px 0;
    padding-left: 50px;

    border-top: 1px solid #e3e3e3;
    background: url(../images/ico_mail.svg) no-repeat 0 50%;
}

.widget-meta .tv {
    font-size: 18px;
    line-height: 20px;

    padding: 10px 0;
    padding-left: 50px;

    border-top: 1px solid #e3e3e3;
    background: url(../images/ico_dw.svg) no-repeat 0 50%;
    background-size: 25px 25px;
}

.widget-meta .meta {
    font-size: 16px;

    padding-bottom: 16px;

    color: #a0a0a0;
}

.widget-meta .meta a {
    font-size: 16px;
    line-height: 29px;

    color: #d24c21;
}

.widget-meta p {
    padding-bottom: 25px;
}

.widget-meta h6 {
    font-size: 20px;
    line-height: 29px;

    padding-bottom: 3px;

    color: #222;
}

.widget-meta h4 {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;

    padding: 10px 0 20px;

    color: #222;
}

.widget-meta.bt .image img {
    width: 100%;
}

.widget-meta.bt.bb h4 {
    color: #100037;
}

.widget-meta.bt.bb .email,
.widget-meta.bt.bb .tv,
.widget-meta.bt.bb .phone {
    color: #888;
}

.entry img {
    width: 100%;
    margin-bottom: 13px;
}

.entry h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;

    padding-bottom: 34px;

    color: #1e1e3c;
}

.brand-details .logo {
    min-height: 68px;
    padding-bottom: 12px;
    padding-left: 0;
}

.brand-details .logo img {
    max-width: 100%;
    width: 230px;
}

.brand-details p {
    padding-bottom: 35px;
}

.brand-details .btn-more {
    margin-bottom: 24px;
    padding-top: 14px;

    border-top: 1px solid #e3e3e3;
}

.brand-details .exclusive {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    padding: 0 0 0 38px;
    padding-top: 11px;
    padding-bottom: 11px;

    color: #e95022;
    border-top: 1px solid #e3e3e3;
    background: url(../images/ico_star.svg) no-repeat 0 50%;
}

.anchoroffset {
    position: absolute;
    top: -120px;
}

.products-row {
    margin-bottom: 15px;
    padding: 15px 0 7px;
    border-bottom: 1px solid #dee0df;
    position: relative;
}

.promo-section h3,
.products-row h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 29px;

    padding-bottom: 45px;

    color: #1e1e3c;
}

.post-inline {
    font-size: 16px;
    line-height: 21px;

    color: #a0a0a0;
}

.post-inline .image {
    position: relative;

    margin-bottom: 20px;
}

.post-inline .image img {
    width: 100%;
}

.used-equick .post-inline .image img {
    border: 1px solid #dee0df;
}

.promo-section .post-inline .image img,
.products-row .post-inline .image img {
    border: 1px solid #dee0df;
}

.promo-section .exclusive:before,
.post-inline .exclusive:before {
    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;
    margin: 7px;

    content: '';

    background: url(../images/ico_star.svg) no-repeat 50% 50%;
}

.promo-section .meta,
.post-inline .meta {
    font-size: 16px;
    line-height: 29px;

    padding-top: 1px;
    padding-bottom: 17px;

    color: #d24c21;
}

p.brands,
.post-inline h3 {
    font-size: 20px;
    line-height: 29px;
    color: #222;
}

p.brands {
    font-weight: 300;
    margin-bottom: 25px;
}

.promo-section .post-inline h3 {
    font-size: 24px;
    padding-bottom: 5px;
    color: #222222;
}

.used-equick .post-inline h3 {
    padding-bottom: 19px;
}

.products-row .post-inline h3 {
    padding-bottom: 19px;
}

.post-inline .excerpt {
    padding-bottom: 18px;
}

.post-problem {
    font-size: 16px;
    line-height: 21px;

    margin-bottom: 27px;
    padding-bottom: 27px;

    color: #a0a0a0;
    border-bottom: 1px solid #e3e3e3;
}

.post-problem .image {
    padding-bottom: 20px;
}

.post-problem .image img {
    width: 100%;
}

.post-problem .meta {
    font-size: 16px;
    line-height: 29px;

    padding-top: 1px;
    padding-bottom: 17px;

    color: #d24c21;
}

.post-problem h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;

    padding-bottom: 18px;

    color: #222;
}

.post-problem .excerpt {
    padding-bottom: 31px;
}

.services-list {
    padding-bottom: 20px;
}

.services-list section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-list section article {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
}

.service-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 100%;

    background: #f6f6f5;
}

.service-item .image {
    width: 50%;
}

.service-item .image img {
    width: 100%;
}

.service-item .logo {
    line-height: 100px;

    width: 100%;
}

.service-item .tt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    min-height: 100%;
    padding: 20px 18px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-item p {
    padding-bottom: 26px;
}

.service-item .bb {
    padding-bottom: 12px;

    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.row>div.end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.motions {
    font-size: 0;

    margin: auto;
    margin-bottom: 35px;
    padding: 60px 0;

    text-align: center;

    border-bottom: 1px solid #e3e3e3;
    background: #f6f6f5;
}

.motions .container {
    width: 1340px;
    max-width: 100%;
    padding: 0 20px;
}

.motions section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.motions article {
    display: inline-block;

    width: 16.66%;
    height: 265px;
    padding-left: 10px;

    vertical-align: top;
}

.motions a {
    display: block;

    min-height: 100%;
    padding: 25px;

    text-align: left;

    background: no-repeat 50% 50% #000;
    background-color: black;
    background-size: cover;
}

.motions a:hover {
    background-color: #e95022;
}

.motions a:hover h4 {
    color: #fff;
}

.motions p {
    font-size: 16px;
    line-height: 21px;

    color: white;
}

.motions h4 {
    font-size: 20px;
    line-height: 29px;

    padding-bottom: 17px;

    transition: all .4s ease;
    font-weight: bold;
    color: #e95022;
}

.featured-slider {
    position: relative;
}

.featured-slider .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 689px;

    background: no-repeat 50% 50%;
    background-size: cover;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-slider .item .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 689px;

    background: no-repeat 50% 50%;
    background-size: cover;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-slider .item .container .text {
    padding-bottom: 170px;
}

.featured-slider span.h2 span.first,
.featured-slider span.h2 span.second,
.featured-slider h2 span.first,
.featured-slider h2 span.second {
    font-size: 72px;
    font-weight: 300;
    line-height: 74px;
    color: #1e1e3c;
    float: left;
    left: 9.1vw;
    position: relative;
    width: auto;
    padding: 10px 15px 0;
    display: block;
}

.featured-slider span.h2 span.second,
.featured-slider h2 span.second {
    display: block;
    margin-left: -115px;
    color: #e95022;
    clear: both;
    margin-top: 1px;
}

.featured-slider a.sliderlink {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-slider .slick-dots {
    display: none !important;
}

.featured-slider .nav {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 65px;
    left: 0;

    width: 1340px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
}

.featured-slider .nav ul {
    margin-left: -5px;
}

.featured-slider .nav li {
    float: left;

    width: 25%;
    padding-left: 5px;
}

.featured-slider .nav a:hover,
.featured-slider .nav .current a {
    border-bottom: 5px solid #f3f3f3;
    background-color: #1e1e3c;
}

.featured-slider .nav a {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;

    display: block;

    height: 129px;
    padding: 25px 30px;

    color: white;
    background-color: rgba(92, 92, 92, .6);
}

.promo-section {
    background: #f9f9f9;
    padding: 50px 40px;
    margin-bottom: 40px;
}

.filter-row {
    margin: -7px 0 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #e3e3e3;
}

.page-template-page-products .filter-row {
    display: none;
}

.filter-row h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

    color: #222;
}

.filter-row li {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

    float: left;

    padding-right: 21px;
    padding-right: 17px;

    color: #aaa;
}

.filter-row a {
    color: #e95022;
}

.filter-row a:hover,
.filter-row .current a {
    color: #1e1e3c;
}

.btn-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;

    display: inline-block;

    padding-left: 30px;

    color: black;
    background: url(../images/ico_r.svg) no-repeat 0 50%;
}

.btn-more.right {
    font-size: 18px;

    color: #222;

    display: block;

    padding-right: 30px;
    padding-left: 0;

    background-position: right bottom 8px;
}

.share-i {
    font-size: 24px;
    font-weight: 300;
    line-height: 51px;

    padding: 0;
    padding-bottom: 26px;

    color: #1e1e3c;
}

.share-i:after {
    display: block;
    clear: both;

    content: '';
}

.share-i span {
    float: left;

    padding-right: 31px;
}

.share-i ul,
.share-i li {
    float: left;
}

.share-i a {
    float: left;

    width: 40px;
    height: 40px;
    margin-top: -2px;
    margin-right: 6px;
}

.share-i strong {
    font-weight: 400;
}

.post-data .entry {
    padding-bottom: 20px;
}

.post-data .image {
    display: block;

    margin-bottom: 43px;
}

.post-data .image img {
    display: block;
    width: 100%;
    height: auto;
}

body[class^="active-modal"],
.active-modal,
.active-modal-2,
{
overflow: hidden;
}

.modal-form,
.modal-service,
.modal-service-2 {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    padding: 30px 50px;
    background: rgba(30, 30, 60, .8);
}

.modal-form.active-form,
.active-modal .modal-service,
.active-modal-2 .modal-service-2 {
    display: block;
}

.modal-form .table,
.modal-service .table,
.modal-service-2 .table {
    display: table;

    width: 100%;
    height: 100%;
}

.modal-form .cell,
.modal-service .cell,
.modal-service-2 .cell {
    display: table-cell;

    width: 100%;

    vertical-align: middle;
}

.modal-form form,
.modal-service form,
.modal-service-2 form {
    padding: 43px 70px;
}

.modal-form .close,
.modal-service .close,
.modal-service-2 .close {
    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;
    margin: -27px;

    cursor: pointer;

    background: url(../images/ico_close.svg) no-repeat 50% 50% #fc5029;
    background-size: 25px auto;
}

.modal-form label,
.modal-service label,
.modal-service-2 label {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    display: block;

    padding-bottom: 7px;

    color: #222;
}

.modal-form li,
.modal-service li,
.modal-service-2 li {
    position: relative;

    float: left;

    width: 50%;
    padding-bottom: 24px;
    padding-left: 40px;
}

.modal-form li.full,
.modal-service li.full,
.modal-service-2 li.full {
    width: 100%;
}

.modal-form .has_first_name,
.modal-service .has_first_name,
.modal-service-2 .has_first_name {
    margin-left: -40px;
}

.modal-form .gform_button,
.modal-service .gform_button,
.modal-service-2 .gform_button {
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;

    display: block;

    width: 239px;
    height: 50px;
    margin: 18px auto 35px;
    padding: 0 15px;

    text-align: center;

    color: #100037;
    border: 1px solid #100037;
    background: none;
}

.modal-form .gfield_checkbox,
.modal-service .gfield_checkbox,
.modal-service-2 .gfield_checkbox {
    margin-left: -10px;
    padding-top: 15px;
}

.modal-form .gfield_checkbox li,
.modal-service .gfield_checkbox li,
.modal-service-2 .gfield_checkbox li {
    position: relative;

    width: 15.6%;
    min-width: 170px;
    padding-bottom: 21px;
    padding-left: 10px;
}

.modal-form .gfield_checkbox input,
.modal-service .gfield_checkbox input,
.modal-service-2 .gfield_checkbox input {
    position: absolute;
    top: 0;
    left: -999em;
}

.modal-form .gfield_checkbox input:checked+label:before,
.modal-service .gfield_checkbox input:checked+label:before,
.modal-service-2 .gfield_checkbox input:checked+label:before {
    background: #0a0234;
}

.modal-form .gfield_checkbox label,
.modal-service .gfield_checkbox label,
.modal-service-2 .gfield_checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    padding: 0;

    color: #a0a0a0;
}

.modal-form .gfield_checkbox label:before,
.modal-service .gfield_checkbox label:before,
.modal-service-2 .gfield_checkbox label:before {
    float: left;

    width: 20px;
    height: 20px;
    margin-right: 15px;

    content: '';

    border: 1px solid #dee0df;
    background-color: white;
}

.modal-form .datepicker,
.modal-service .datepicker,
.modal-service-2 .datepicker {
    padding-right: 50px !important;

    background: url(../images/ico_date.svg) no-repeat right 17px center;
    background-size: 20px auto;
}

.modal-form .name_first,
.modal-service .name_first,
.modal-service-2 .name_first {
    position: relative;

    float: left;

    width: 50%;
    padding-left: 40px;
}

.modal-form .name_first label,
.modal-service .name_first label,
.modal-service-2 .name_first label {
    position: absolute;
    top: 0;
    left: 0;

    margin-top: -42px;
    padding-right: 80px;
    padding-left: 40px;

    background: #fff;
}

.modal-form .name_last,
.modal-service .name_last,
.modal-service-2 .name_last {
    position: relative;

    float: left;

    width: 50%;
    padding-left: 40px;
}

.modal-form .name_last label,
.modal-service .name_last label,
.modal-service-2 .name_last label {
    position: absolute;
    top: 0;
    left: 0;

    margin-top: -42px;
    padding-right: 80px;
    padding-left: 40px;

    background: #fff;
}

.modal-form ul,
.modal-service ul,
.modal-service-2 ul {
    overflow: hidden;

    margin-left: -40px;
}

.modal-form select,
.modal-service select,
.modal-service-2 select {
    font-size: 16px;
    width: 100%;
    padding: 15px;
    border: 1px solid #dee0df;
    background-color: white;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.modal-form textarea,
.modal-service textarea,
.modal-service-2 textarea {
    font-size: 16px;
    width: 100%;
    padding: 15px;
    border: 1px solid #dee0df;
    background-color: white;
}

.modal-form input[type=tel],
.modal-form input[type=phone],
.modal-form input[type=email],
.modal-form input[type=text],
.modal-service input[type=tel],
.modal-service input[type=phone],
.modal-service input[type=email],
.modal-service input[type=text],
.modal-service-2 input[type=tel],
.modal-service-2 input[type=phone],
.modal-service-2 input[type=email],
.modal-service-2 input[type=text] {
    font-size: 16px;

    width: 100%;
    height: 50px;
    padding: 0 15px;

    border: 1px solid #dee0df;
    background-color: white;
}

.modal-form h4,
.modal-service h4,
.modal-service-2 h4 {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;

    padding: 68px;
    padding-bottom: 30px;

    color: white;
    background: #0a0234;
}

.modal-form .box,
.modal-service .box,
.modal-service-2 .box {
    position: relative;

    width: 1160px;
    max-width: calc(100vw - 100px);
    margin: auto;

    background-color: white;
    box-shadow: 0 8px 0 rgba(0, 0, 0, .05);
}

.footer {
    font-size: 28px;
    font-weight: 300;

    padding: 47px 0 0;

    color: white;
    background: #202020;
}

.footer .linkedin {
    font-size: 24px;

    display: block;

    margin-bottom: 15px;
    padding-left: 60px;

    background: url(../images/ico_li.svg) no-repeat;
    background-size: 28px;
}

.footer .fb {
    font-size: 24px;

    display: block;

    margin-bottom: 15px;
    padding-left: 60px;

    background: url(../images/ico_fb.svg) no-repeat;
}

.footer .yt {
    font-size: 24px;

    display: block;

    margin-bottom: 15px;
    padding-left: 60px;

    background: url(../images/ico_yt.svg) no-repeat;
}

.footer p {
    padding-bottom: 20px;
}

.footer h6 {
    font-size: 24px;
    font-weight: 300;

    padding-bottom: 15px;

    color: #e95022;
}

.footer .copy {
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;

    margin-top: 22px;
    padding: 20px 0;

    color: #ddd;
    border-top: 1px solid #2b2b2b;
}

.footer .copy li {
    float: left;

    padding-right: 20px;
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;

    height: 100%;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;

    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    z-index: 99993;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container~.fancybox-container {
    z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-duration: inherit;
    transition-property: opacity;

    opacity: 0;
    background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg {
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);

    opacity: .87;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    z-index: 99997;

    visibility: hidden;

    box-sizing: border-box;

    transition: opacity .25s, visibility 0s linear .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    visibility: visible;

    transition: opacity .25s, visibility 0s;

    opacity: 1;
}

.fancybox-infobar {
    top: 0;
    left: 50%;

    margin-left: -79px;
}

.fancybox-infobar__body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 44px;

    display: inline-block;

    width: 70px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    pointer-events: none;

    color: #ddd;
    background-color: rgba(30, 30, 30, .7);

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    z-index: 99994;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    direction: ltr;
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fancybox-slide::before {
    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide>* {
    position: relative;

    display: inline-block;
    overflow: auto;

    box-sizing: border-box;
    margin: 44px 0 44px;
    padding: 24px;

    text-align: left;
    vertical-align: middle;

    border-width: 0;
    background-color: #fff;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    margin: 0;
    padding: 0;

    cursor: default;
    -webkit-transform-origin: top left;
    transform-origin: top left;

    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    border: 0;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    overflow: visible;

    width: 80%;
    max-width: calc(100% - 100px);
    height: 80%;
    max-height: calc(100% - 88px);
    padding: 0;

    background: #fff;
}

.fancybox-iframe {
    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: #fff;
}

.fancybox-error {
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 40px;

    cursor: default;

    background: #fff;
}

.fancybox-error p {
    font: 16px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 0;

    color: #444;
}

.fancybox-close-small {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
}

.fancybox-close-small:after {
    font: 20px/30px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 300;

    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;

    box-sizing: border-box;
    width: 30px;
    height: 30px;

    content: '×';
    transition: background .25s;
    text-align: center;

    color: #888;
    border-width: 0;
    border-radius: 50%;
    background: #fff;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;

    color: #aaa;
    background: transparent;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
    right: 0;
    bottom: 0;
    left: 0;

    padding: 60px 30px 0 30px;

    pointer-events: none;

    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
}

.fancybox-caption {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;

    padding: 30px 0;

    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .4);

    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    text-decoration: underline;

    color: #fff;
}

/* Buttons */

.fancybox-button {
    line-height: 44px;

    position: relative;

    display: inline-block;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    color: #ddd;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
    position: absolute;

    display: inline-block;

    box-sizing: border-box;

    content: '';
    pointer-events: none;

    opacity: .9;
    color: currentColor;
    background-color: currentColor;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: .3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;

    width: 6px;
    height: 6px;

    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    background: transparent;
}

.fancybox-button--left::after {
    left: 20px;

    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 20px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);

    display: inline-block;

    width: 16px;
    height: 2px;

    content: '';
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
    position: absolute;
    z-index: 99995;
    top: 50%;

    width: 54px;
    height: 100px;
    margin: -50px 0 0 0;
    padding: 0;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;

    opacity: 0;
    border: 0;
    outline: none;
    background: none;
}

.fancybox-arrow::after {
    position: absolute;
    top: 28px;

    width: 44px;
    height: 44px;

    content: '';

    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3;
}

/* Loading indicator */

.fancybox-loading {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;

    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;

    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    background: transparent;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);

    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);

    opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
    top: calc(50% - 6px);
    left: calc(50% - 7px);

    width: 15px;
    height: 11px;

    border: 2px solid;
    background: none;
}

/* Slideshow button */

.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);

    background: transparent;
}

.fancybox-button--play::before {
    width: 0;
    height: 0;

    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;

    border-width: 0 2px 0 2px;
    border-style: solid;
}

/* Thumbs */

.fancybox-thumbs {
    display: none;
}

.fancybox-button--thumbs {
    display: none;
}

@media (min-width: 576px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-sm {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-sm-auto {
        width: auto;

        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-1 {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-sm-2 {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-sm-3 {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-sm-4 {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-sm-5 {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-sm-6 {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-sm-7 {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-sm-8 {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-sm-9 {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-sm-10 {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-sm-11 {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-sm-12 {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-md {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-md-auto {
        width: auto;

        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-1 {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-md-2 {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-md-3 {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-md-4 {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-md-5 {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-md-6 {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-md-7 {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-md-8 {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-md-9 {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-md-10 {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-md-11 {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-md-12 {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .menu li.has-sub {
        height: 62px;
    }

    .menu li.has-sub ul {
        position: absolute;
        top: 90px;
        right: 0;
        left: 0;

        display: block;

        padding: 30px 0 0 20px;

        transition: all .2s ease;
        pointer-events: none;

        opacity: 0;
        border-top: 1px solid #e3e3e3;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 8px 0 rgba(0, 0, 0, .04);
    }

    .menu li.has-sub ul li {
        width: 16.66%;
        margin: 0;
        padding: 0;
        padding-right: 20px;
    }

    .menu li.has-sub ul a {
        font-size: 20px;
        font-weight: 400;
        line-height: 29px;

        display: block;

        margin: 0;
        padding: 0 0 22px;

        color: #222;
    }

    .menu li.has-sub ul a img {
        display: block;

        width: 100%;
        height: auto;
        margin-bottom: 13px;
    }

    .menu li.has-sub ul a:hover {
        color: #d24c21;
    }

    /*
    .menu li.has-sub:hover > a:before
    {
        opacity: 1;
    }

    .menu li.has-sub:hover ul
    {
        pointer-events: auto;
        opacity: 1;
    }
*/

    .menu li.has-sub.open>a:before,
    .menu li.has-sub:hover>a:before {
        opacity: 1;
    }

    .menu li.has-sub.open ul,
    .menu li.has-sub:hover ul {
        pointer-events: auto;
    }

    .menu li.has-sub>a {
        position: relative;
    }

    .menu li.has-sub>a:before {
        position: absolute;
        top: -17px;
        right: 0;
        left: 0;

        width: 40px;
        height: 40px;
        margin: auto;

        content: '';
        transition: all .2s ease;

        opacity: 0;
        background: url(../images/ico_down.svg) no-repeat 50% 0;
    }
}

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }

    .fancybox-button--thumbs span {
        font-size: 23px;
    }

    .fancybox-button--thumbs::before {
        top: calc(50% - 2px);
        left: calc(50% - 2px);

        width: 3px;
        height: 3px;

        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }

    .fancybox-thumbs {
        position: absolute;
        z-index: 99995;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;

        box-sizing: border-box;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;

        word-break: normal;

        background: #fff;

        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }

    .fancybox-thumbs>ul {
        font-size: 0;

        position: absolute;
        position: relative;

        overflow-x: hidden;
        overflow-y: auto;

        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;

        list-style: none;
    }

    .fancybox-thumbs>ul>li {
        position: relative;

        float: left;
        overflow: hidden;

        box-sizing: border-box;
        width: 105px;
        max-width: 50%;
        height: 75px;
        margin: 0;
        padding: 0;

        cursor: pointer;

        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        outline: none;

        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1);
    }

    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;

        min-width: 100%;
        max-width: none;
        min-height: 100%;
        max-height: none;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
    }

    .fancybox-thumbs>ul>li:before {
        position: absolute;
        z-index: 99991;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        content: '';
        transition: all .2s cubic-bezier(.25, .46, .45, .94);

        opacity: 0;
        border: 4px solid #4ea7f9;
        border-radius: 2px;
    }

    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

@media screen and (min-width: 1024px) {
    .row.p40 {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row.p40>div {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (min-width: 1024px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-lg {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-lg-auto {
        width: auto;

        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-1 {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-lg-2 {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-lg-3 {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-lg-4 {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-lg-5 {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-lg-6 {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-lg-7 {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-lg-8 {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-lg-9 {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-lg-10 {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-lg-11 {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-lg-12 {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 1200px) {
    .menu li.has-sub ul {
        padding-right: calc(50vw - 610px);
        padding-left: calc(50vw - 590px);
    }
}

@media (min-width: 1203px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xl {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-xl-auto {
        width: auto;

        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-1 {
        max-width: 8.333333%;

        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }

    .col-xl-2 {
        max-width: 16.666667%;

        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }

    .col-xl-3 {
        max-width: 25%;

        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-xl-4 {
        max-width: 33.333333%;

        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }

    .col-xl-5 {
        max-width: 41.666667%;

        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }

    .col-xl-6 {
        max-width: 50%;

        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-xl-7 {
        max-width: 58.333333%;

        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }

    .col-xl-8 {
        max-width: 66.666667%;

        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }

    .col-xl-9 {
        max-width: 75%;

        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-xl-10 {
        max-width: 83.333333%;

        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }

    .col-xl-11 {
        max-width: 91.666667%;

        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }

    .col-xl-12 {
        max-width: 100%;

        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 1400px) {
    .menu li.has-sub ul {
        padding-right: 110px;
        padding-left: 130px;
    }
}

@media screen and (max-width: 1400px) {
    .team-list .slick-next {
        width: calc((50vw - 500px));
    }

    .team-list .slider {
        margin-right: calc((50vw - 580px) * -1);
    }
}

@media screen and (max-width: 1200px) {

    .menu li,
    .header .contact .cc,
    .header .contact {
        font-size: 17px;
    }

    .menu li {
        margin-left: 11px;
    }

    .menu li.div:before {
        margin-right: 8px;
    }

    .menu {
        margin-left: -40px;
        padding-right: 20px;
    }

    .service-item .logo {
        line-height: 50px;
    }

    .team-list .slider {
        margin-right: -20px;
    }

    .team-list .slick-next {
        width: calc((100vw - 890px));
    }

    .widget-advisor p strong {
        display: block;
    }

    .featured-slider span.h2 span.first,
    .featured-slider span.h2 span.second,
    .featured-slider h2 span.first,
    .featured-slider h2 span.second {
        left: 15vw;
    }

    .summary .events article:last-child {
        margin-bottom: 16px;
    }

    .summary .fb_iframe_widget iframe,
    .summary .fb_iframe_widget_fluid span {
        height: 436px !important;
    }

    .summary .events article {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .motions article {
        height: 220px;
    }

    .motions {
        padding: 40px 0;
    }

    .featured-slider .nav a {
        font-size: 20px;

        height: 100px;
        padding: 18px;
    }

    .motions article a {
        padding: 12px;
    }

    .motions article a p {
        font-size: 14px;
        line-height: 1.4;
    }

    .motions article a h4 {
        font-size: 17px;
        line-height: 1.3;

        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .motions article {
        width: 33.3%;
        height: 150px;
        margin-bottom: 10px;
    }

    .clients-logo {
        padding: 80px 0 40px;
    }

    .summary .events article {
        margin-bottom: 21px;
        padding-bottom: 20px;
    }

    .index-content {
        padding: 0;
    }

    .summary .fb_iframe_widget_fluid {
        display: block;

        max-width: 340px;
        margin: auto;
    }

    .space {
        height: 60px;
    }

    .home .body-c {
        padding-top: 40px;
    }

    .modal-service form,
    .modal-service-2 form {
        padding: 30px;
    }

    .modal-service .gform_button,
    .modal-service-2 .gform_button {
        margin: 10px auto 20px;
    }

    .modal-service h4,
    .modal-service-2 h4 {
        padding: 30px;
        padding-bottom: 15px;
    }

    .products-row {
        padding: 15px 0;
    }

    .brands-list ul li {
        max-width: 50%;
    }

    .team-list .slick-next {
        width: calc((100vw - 670px));
    }

    .about-content .entry {
        padding-left: 0;
    }

    .related-posts .col-md-4:nth-child(3) {
        display: none;
    }

    .services-list section article {
        width: 100%;
    }

    .header .contact {
        line-height: 30px;

        margin-top: -10px;
    }

    .post-data .image {
        margin-bottom: 25px;
    }

    .header .contact .cc {
        line-height: 28px;

        height: 30px;
    }

    .entry h2 {
        font-size: 24px;
        line-height: 1.5;

        padding-bottom: 20px;
    }

    .menu {
        position: absolute;
        top: 45px;
        right: 0;
    }

    .featured .text {
        min-height: 0;
        padding: 15px;
    }

    .featured h2,
    .featured h1 {
        font-size: 28px;
    }

    .featured .container {
        position: static;

        width: auto;
        max-width: none;
        margin: 0 -20px;
    }

    .featured-post h3 {
        padding-bottom: 10px;
    }

    .full-free-add p {
        float: none;

        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .full-free-add {
        text-align: center;
    }

    .full-free-add .btn {
        display: inline-block;
        float: none;

        margin-top: 20px;
        max-width: 100%;
    }
}

@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;

        margin-left: 0;
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }

    .fancybox-caption {
        margin: 0;
        padding: 20px 0;
    }
}

@media screen and (max-width: 767px) {

    .page-template-page-service .entry h2 {
        margin-top: 0;
        top: 0;
    }

    .case-item .image {
        height: auto;
        max-height: none;
    }

    .featured-slider .item {
        height: 440px;
    }

    .featured-slider .nav {
        bottom: 0;

        width: 100%;
        max-width: none;
        padding: 15px 5px;
    }

    .featured-slider .nav a {
        font-size: 14px;
        line-height: 1.4;

        height: 80px;
        padding: 10px;
    }

    .featured-slider .item {
        padding-bottom: 20px;
    }

    .featured-slider span.h2 span.first,
    .featured-slider span.h2 span.second,
    .featured-slider h2 span.first,
    .featured-slider h2 span.second {
        font-size: 10vw;
        line-height: 1.3;
        padding: 10px 15px 5px;
    }

    .featured-slider span.h2 span.second,
    .featured-slider h2 span.second {
        margin-left: -45px;
    }

    .modal-service,
    .modal-service-2 {
        padding: 15px;
    }

    .modal-service .close,
    .modal-service-2 .close {
        width: 40px;
        height: 40px;
        margin: -15px;

        background-size: 20px auto;
    }

    .modal-service .box,
    .modal-service-2 .box {
        max-width: calc(100vw - 30px);
    }

    .modal-service h4,
    .modal-service-2 h4 {
        font-size: 20px;

        padding: 15px;
    }

    .modal-service .gform_body,
    .modal-service-2 .gform_body {
        overflow: hidden;
    }

    .modal-service li,
    .modal-service .name_last,
    .modal-service .name_first,
    .modal-service-2 li,
    .modal-service-2 .name_last,
    .modal-service-2 .name_first {
        width: 100%;
    }

    .modal-service li,
    .modal-service-2 li {
        padding-bottom: 15px;
    }

    .modal-service .name_last,
    .modal-service-2 .name_last {
        margin-top: 60px;
    }

    .modal-service form,
    .modal-service-2 form {
        padding: 25px 15px;
    }

    .brands-list {
        margin-bottom: 20px;
        padding: 30px 0;
    }

    .brands-list h3 {
        padding-bottom: 20px;
    }

    .faq-list {
        padding: 30px 0 0;
    }

    .cases h3 {
        padding: 20px 0 10px;
    }

    .service-text-item h4 {
        padding-bottom: 15px;
    }

    .why-box {
        padding: 15px 0;
    }

    .features-box {
        padding: 15px 0;
    }

    .body-c .featured {
        margin-bottom: 15px;
    }

    .body-c .featured .text {
        min-height: 0;
        padding: 15px;
    }

    .widget-advisor p strong {
        display: inline-block;
    }

    .team-list .slider {
        padding-top: 20px;
    }

    .team-list .slick-next {
        width: calc((100vw - 440px));
    }

    .contacts .map {
        max-height: 80vh;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .contacts h3 {
        padding-bottom: 20px;
    }

    .contacts {
        padding: 40px 0 0;
    }

    .expertise h2 {
        padding-bottom: 35px;
    }

    .expertise {
        padding: 20px 0;
    }

    .expertise article {
        width: 100%;
        padding: 20px;
    }

    .team-list {
        padding: 35px 0;
    }

    .filter-row li {
        padding-right: 0;
    }

    .team-list .filter {
        float: none;
        clear: both;

        padding-top: 15px;
    }

    .team-list .filter li {
        float: left;

        width: 50%;
        padding: 0 0 5px;
    }

    .team-list .filter li:last-child {
        width: 100%;
    }

    .team-list .filter li a {
        display: inline-block;
    }

    .iframe-h {
        position: relative;

        height: 0;
        padding-bottom: 60%;
    }

    .iframe-h iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 100%;
        height: 100%;
    }

    .products-row h3 {
        font-size: 28px;

        padding-bottom: 15px;
    }

    .products-row {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .entry h3 {
        padding-bottom: 4px;
    }

    .entry img {
        margin-bottom: 0;
    }

    .entry p {
        padding-bottom: 14px;
    }

    .full-free-add {
        padding: 20px 0;
    }

    .full-free-add p {
        font-size: 24px;
        line-height: 1.2;
    }

    .support h3 {
        padding: 5px 0 15px;
    }

    .box-training {
        margin-top: 5px;
    }

    .box-training h2 {
        padding-bottom: 14px;
    }

    .downloads .dl-list>li h4 {
        width: 100%;
    }

    .downloads .dl-list>li .spec {
        float: left;

        width: 60%;
    }

    .downloads .dl-list>li a {
        width: 40%;

        text-align: right;
    }

    .featured-post .text {
        max-width: none;
        padding: 25px 0 0;
    }

    .pagination ul {
        clear: both;

        width: 100%;
        padding-bottom: 20px;
    }

    .pagination .next {
        margin-left: 0;
    }

    .featured .container {
        margin: 0 -15px;
    }

    .menu .has-sub {
        position: relative;
    }

    .menu .has-sub a {
        display: inline-block;
    }

    .menu li li {
        display: block;

        padding: 0 15px 20px;
    }

    .menu li li img {
        display: block;

        width: 320px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .menu .trigger {
        position: relative;
        top: -2px;

        display: inline-block;

        width: 40px;
        height: 40px;
        margin: -15px 0;
        margin-right: -40px;

        cursor: pointer;
        vertical-align: middle;
    }

    .menu .trigger.act:before {
        border-width: 0 3.5px 5px 3.5px;
        border-color: transparent transparent #333 transparent;
    }

    .menu .trigger:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        width: 0;
        height: 0;
        margin: auto;

        content: '';

        border-width: 5px 3.5px 0 3.5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

    .widget-meta .image {
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .header .contact {
        float: none;

        margin: 0;
        padding: 10px 0 20px;

        text-align: center;
    }

    .header .contact p {
        display: block;
        float: none;

        padding-bottom: 5px;
    }

    .header .contact .cc {
        font-size: 18px;
        line-height: 38px;

        display: inline-block;
        float: none;

        height: 40px;
    }

    .menu li {
        float: none;

        width: auto;
        margin: 0;
        padding: 0;

        text-align: center;
    }

    .menu li a {
        display: block;

        padding: 5px 0;
    }

    .menu li.div:before {
        display: block;

        width: auto;
        height: 1px;

        content: '';

        background: #e3e3e3;
    }

    .header .right {
        position: absolute;
        z-index: 999;
        top: 90px;
        right: 0;
        left: 0;

        display: none;
        overflow: auto;

        height: calc(100vh - 90px);
        margin: 0;
        padding: 0 0 15px;

        background: #fff;

        -webkit-overflow-scrolling: touch;
    }

    .active-menu .header .right {
        display: block;
    }

    .header .right .menu {
        position: static;

        float: none;

        margin: 0;
        padding: 0;
        padding-top: 100px;
    }

    .header .contact {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .desktop-only {
        display: none;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .post-inline {
        padding-bottom: 20px;
    }

    .post-data .image {
        margin-bottom: 20px;
    }

    .post-inline,
    body {
        font-size: 15px;
        line-height: 1.6;
    }

    .entry h2 {
        font-size: 22px;
        line-height: 1.4;

        padding-bottom: 20px;
    }

    .post-row h2 {
        margin-top: 8px;
    }

    .body-c.cc,
    .body-c {
        padding: 15px 0;
    }

    .menu-trigger {
        position: absolute;
        position: absolute;
        z-index: 999;
        top: 0;
        top: 0;
        right: 0;
        right: 0;

        display: block;

        width: 35px;
        height: 35px;
        margin: 27px 15px;
        padding-top: 6px;

        cursor: pointer;
    }

    .menu-trigger span {
        display: block;

        height: 3px;
        margin: 0 0 6px;

        transition: all .2s ease;

        background: #100037;
    }

    .brands-list.mt {
        padding: 25px 0 15px;
    }

    .summary .news .image {
        margin-bottom: 15px;
    }

    .clients-logo ul {
        display: inline;

        margin: 0;
        padding: 0;
        padding-bottom: 0;
    }

    .clients-logo ul li {
        display: inline-block;

        width: 33.33%;
        padding: 0 10px;
        padding-bottom: 15px;

        text-align: center;
        vertical-align: top;
    }

    .clients-logo {
        font-size: 0;

        height: auto;
        padding: 30px 0 15px;

        text-align: center;
    }

    .summary {
        padding-bottom: 25px;
    }

    .summary h3 {
        font-size: 30px;
        line-height: 1.1;

        margin-bottom: 14px;
    }

    .summary .events {
        padding-top: 20px;
    }

    .space {
        height: 10px;
    }

    .home .body-c {
        padding-top: 15px;
    }

    .motions {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .filter-row h4 {
        padding: 15px 0;
    }

    .filter-row li {
        width: 50%;
    }

    .active-menu .menu-trigger span:nth-child(2) {
        opacity: 0;
    }

    .active-menu .menu-trigger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .active-menu .menu-trigger span:nth-child(1) {
        margin: 9px 0 -12px;

        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 550px) {
    .team-list .slick-next {
        width: calc((100vw - 220px));
    }
}

@media screen and (max-width: 480px) {
    .motions article {
        width: 50%;
        height: 180px;
    }

    .service-item {
        display: block;

        min-height: 0;
    }

    .service-item .tt,
    .service-item .image {
        display: block;

        width: auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .menu {
        left: 0;

        margin: 0;
    }

    .menu ul {
        float: right;
    }

    .menu li.has-sub {
        height: 41px;
    }

    .menu li.has-sub>a:before {
        top: -14px;
    }

    .menu li.has-sub ul {
        top: 45px;

        padding: 20px;
        padding-left: 0;
    }

    .menu li.has-sub ul li {
        padding: 0;
        padding-left: 20px;
    }

    .menu li.has-sub ul a {
        font-size: 14px;
        line-height: 1.5;

        padding-bottom: 0;
    }
}

.entry strong {
    font-weight: bold;
}

.entry em {
    font-style: italic;
}

.entry a {
    color: #e95022;
}

.contacts p a:hover,
.summary .news h4 a:hover,
.summary .events h4 a:hover,
.downloads .dl-list>li a:hover,
.btn-more:hover,
.case-item .more .btn-more:hover,
.case-item h4 a:hover,
.post-row h2 a:hover,
.post-inline h3 a:hover,
.widget-links li a:hover,
.widget-advisor p a:hover,
.btn-more.right:hover,
.home .widget-links li a.right:hover,
.team-item .email a:hover {
    color: #e95022;
}

.entry a:hover {
    color: #333;
}

.entry ol {
    list-style: decimal;
    margin-bottom: 20px;
    margin-left: 20px;
}

.entry ul {
    list-style: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}

.entry blockquote p {
    margin: 0;
    padding: 0;
}

.entry blockquote {
    padding: 20px;
    border-left: 1px solid #100037;
    font-style: italic;
}

.entry li {
    padding-bottom: 5px;
}

.widget-meta a:hover {
    color: #e95022;
}

.btn:hover {
    color: #dee5ef;
    background: #100037;
}

/* new product landing page */

.product-category-grids {
    overflow: hidden;
    position: relative;
}

/*.product-category-grids:after{
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #00000000 68%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/

.product-category-grid {
    background-repeat: no-repeat;
    background-size: cover;
    width: 16.5%;
    height: 100%;
    float: left;
    margin: 0;
    transition: all 0.5s ease;
    height: 800px;
    border-left: 1px solid #FFFFFF;
    transform: skew(-5deg);
}

.product-category-grid.wide {
    width: 35% !important;
}

.product-category-grid.narrow {
    width: 13% !important;
}

.pcg-1.product-category-grid.narrow {
    width: calc(13% + 35px) !important;
}

.pcg-6.product-category-grid.narrow {
    width: calc(13% + 50px) !important;
}

.pcg-1.product-category-grid.wide {
    width: calc(35% + 35px) !important;
}

.pcg-6.product-category-grid.wide {
    width: calc(35% + 50px) !important;
}

.pcg-1 {
    transform: none;
    border-left: none;
    width: calc(17% + 35px);
}

.pcg-2 {
    margin-left: -40px;
}

.pcg-6 {
    border-right: none;
    width: calc(17% + 50px);
    position: absolute;
    top: 0;
    right: -35px;
}

.pcg-inner {
    transform: skew(5deg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pcg-1 .pcg-inner {
    transform: none;
}

.pcg-inner-top {
    margin-left: 30px;
}

.pcg-inner-top img {
    clear: both;
    display: block;
    height: auto;
    margin-bottom: 20px;
    max-width: 140px;
    width: 140px;
}

.pcg-inner-bottom {
    color: #fff;
    height: 100px;
    margin-left: -30px;
    width: 200px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.product-category-grid.wide .pcg-inner-bottom {
    font-size: 23px;
    line-height: 30px;
}

.pcg-1 .pcg-inner-top,
.pcg-1 .pcg-inner-bottom {
    margin: 0;
}

.pc-content {
    padding: 0 0 45px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee0df;
}

.pc-content-inner {
    /*width: 820px;*/
    max-width: 100%;
}

.pc-content h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    color: #2A2B3E;
    margin-bottom: 15px
}

.product-items-row {
    /*display: flex;
    justify-content: space-between;*/
}

.product-item {
    width: calc(33% - 13px);
    float: left;
    margin-right: 23px;
    margin-bottom: 23px;
}

.product-item:nth-of-type(3n) {
    margin-right: 0;
}

.product-item:nth-of-type(3n+1) {
    clear: both;
}

.product-card {
    min-height: 180px;
}

.card-front {
    margin: 0 !important;
}

.card-back {
    background: #777;
    color: #fff;
    height: 100% !important;
    position: absolute !important;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.card-back a.prod-spec,
.card-back a.prod-button-2 {
    background: #fff;
    color: #777;
    font-size: 12px;
    padding: 5px 20px;
    text-align: center;
    line-height: normal;
}

.prod-buttons {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: auto;
}

.card-back h3.product-h3 {
    color: #fff;
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 0 !important;
}

.card-back p {
    font-size: 16px;
    margin-bottom: 0;
}

.card-back .excerpt {
    padding: 0;
}

.card-back p.product-excerpt {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    font-weight: 300;
}

.card-front {
    position: relative;
}

.card-front-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.card-front-title {
    color: #fff;
    font-size: 22px;
    line-height: 31px;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 20px;
    font-weight: 300;
}

.product-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.product-popup-inner {
    background: #fff;
    margin: 25px auto;
    width: 1160px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 50px);
    overflow-y: scroll;
}

.product-popup-header {
    background: #0D0234;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    width: 1160px;
    max-width: calc(100% - 40px);
    z-index: 200;
}

.product-popup-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-popup-header a svg {
    fill: #fff;
    margin-left: 15px;
    margin-top: 4px;
}

.product-popup-body {
    display: flex;
    justify-content: space-between;
    padding: 80px 35px 40px 35px;
}

.product-popup-body-left {
    width: calc(68% - 10px);
    max-width: 100%;
}

.product-popup-body-right {
    width: calc(32% - 10px);
    max-width: 100%;
    padding-top: 10px;
}

.product-popup-body-left h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    color: #2A2B3E;
    margin-bottom: 20px;
}

.single-product-content p,
.product-popup-body-left p {
    font-size: 18px;
    line-height: 27px;
    color: #878787;
    margin-bottom: 30px;
}

.product-popup-body-right-img {
    border: 1px solid #E3E3E3;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-popup-body-right-key-features {
    background: #F3F3F3;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
}

.product-popup-body-right-key-features h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    color: #2A2B3E;
    margin-bottom: 20px;
}

.product-popup-body-right-key-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.product-popup-body-right-key-features li {
    color: #878787;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 31px;
    position: relative;
}

.product-popup-body-right-key-features ul li:before {
    content: '';
    width: 18px;
    height: 16px;
    background: url('../images/tick.png') no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background-size: contain;
}

.product-popup-body-right-interested {
    background: #2A2B3E;
}

.product-popup-body-right-interested a {
    display: block;
    padding: 30px;
}

.interested-title {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.interested-content {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.interested-last {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.interested-last svg {
    fill: #fff;
}

@media screen and (max-width: 1099px) {

    .product-category-grid {
        height: 400px;
        width: 33.33% !important;
    }

    .product-category-grid,
    .pcg-inner {
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: none !important;
    }

    .product-category-grid {
        border-right: none;
        border-bottom: 1px solid #FFFFFF;
        border-left: 0;
    }

    .product-category-grid:nth-of-type(1),
    .product-category-grid:nth-of-type(2),
    .product-category-grid:nth-of-type(4),
    .product-category-grid:nth-of-type(5) {
        border-right: 1px solid #FFFFFF;
    }

    .pcg-inner-top,
    .pcg-inner-bottom {
        margin: 0;
    }

    .pcg-inner-top img {
        margin-bottom: 10px;
        max-width: 120px;
        width: 120px;
    }

}

@media screen and (max-width: 1023px) {

    .brand-details .logo {
        padding-bottom: 30px;
        padding-left: 0;
    }

}

@media screen and (max-width: 899px) {

    .product-popup-body-left {
        width: calc(62% - 10px);
    }

    .product-popup-body-right {
        width: calc(38% - 10px);
    }

}

@media screen and (max-width: 767px) {

    .pcg-inner-bottom {
        height: 60px;
    }

    .product-category-grid {
        height: 400px;
        width: 50% !important;
        border-right: none;
    }

    .product-category-grid:nth-of-type(2),
    .product-category-grid:nth-of-type(4) {
        border-right: none;
    }

    .product-category-grid:nth-of-type(1),
    .product-category-grid:nth-of-type(3),
    .product-category-grid:nth-of-type(5) {
        border-right: 1px solid #FFFFFF;
    }

    .product-item {
        width: calc(50% - 13px);
    }

    .product-item:nth-of-type(3n) {
        margin-right: 23px;
    }

    .product-item:nth-of-type(3n+1) {
        clear: none;
    }

    .product-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .product-item:nth-of-type(2n+1) {
        clear: both;
    }

    .product-popup-body-left h3 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 15px;
    }

    .product-popup-body-left p {
        margin-bottom: 15px;
    }

    .product-popup-body {
        padding: 65px 20px 20px;
        flex-direction: column;
    }

    .product-popup-body-left {
        margin-bottom: 10px;
    }

    .product-popup-body-left,
    .product-popup-body-right {
        width: 100%;
    }

}

@media screen and (max-width: 499px) {

    .product-category-grid.pcg-1,
    .product-category-grid.pcg-2,
    .product-category-grid {
        height: 400px;
        width: 100% !important;
        border-right: 0 !important;
    }

    .product-item {
        width: 100%;
        margin-right: 0;
    }

}

.header .contact .kontakt-btn {
    background: #e95022;
    border-color: #e95022;
    color: #fff;
}

.header .contact .kontakt-btn:hover {
    background: #1e1e3a;
    border-color: #1e1e3a;
    color: #fff;
}

/* Blog archive (added Jan 2025) */

.blog-header {
    padding: 67px 0 20px 0;
}

.blog-header h1 {
    color: #2A2B3E;
    font-size: 56px;
    font-weight: 300;
    line-height: 56px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.blog-archive-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.blog-archive-title.bg-color-orange {
    color: #FFFFFF;
    background-color: #e95022;
}

.blog-archive-title.bg-color-cream {
    color: #292b50;
    background-color: #f9f3d1;
}

.blog-archive-title.bg-color-blue {
    color: #FFFFFF;
    background-color: #292b50;
}

.blog-archive-title.bg-color-grey {
    color: #292B50;
    background-color: #D9DEE2;
}

.blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 44px;
    grid-row-gap: 32px;
    margin-bottom: 50px;
}

.blog-archive-pagination {
    border-top: 1px solid #EDEDED;
    padding: 30px 0;
}

.blog-archive-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    line-height: 16px;
}

.blog-archive-pagination .nav-links .page-numbers {
    color: #2A2B3E;
}

.blog-archive-pagination .nav-links .page-numbers.current {
    text-decoration: underline;
}

.blog-archive-pagination .nav-links .page-numbers.prev {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 50px;
}

.blog-archive-pagination .nav-links .page-numbers.prev::before {
    content: url('/wp-content/themes/prophysics/assets/images/ico_pagination_prev.svg');
    width: 30px;
    height: 30px;
}

.blog-archive-pagination .nav-links .page-numbers.next {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 50px;
}

.blog-archive-pagination .nav-links .page-numbers.next::after {
    content: url('/wp-content/themes/prophysics/assets/images/ico_pagination_next.svg');
    width: 30px;
    height: 30px;
}

.blog-archive-pagination .nav-links .page-numbers.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.blog-archive-empty {
    padding: 50px 0;
}

.blog-single-image {
    margin-bottom: 40px;
}

.blog-single-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 20 / 8;
    object-fit: cover;
    border-radius: 10px;
}

.blog-single-content {
    color: #2A2B3E;
    font-size: 18px;
}

.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.2;
}

.blog-single-content h1 {
    font-size: 42px;
}

.blog-single-content h2 {
    font-size: 38px;
}

.blog-single-content h3 {
    font-size: 34px;
}

.blog-single-content h4 {
    font-size: 30px;
}

.blog-single-content h5 {
    font-size: 26px;
}

.blog-single-content h6 {
    font-size: 20px;
}

.blog-single-content h2.blog-single-title {
    margin-bottom: 33px;
}

.blog-single-content p {
    margin-bottom: 30px;
}

.blog-single-event-table {
    margin-bottom: 30px;
}

.blog-single-event-table>div {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #2A2B3E;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    font-weight: 300;
}

.blog-single-event-table>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.blog-single-event-table>div>.event-table-icon {
    width: 35px;
}

.blog-single-event-table>div>.event-table-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
    flex: 1;
}

.blog-single-event-link,
.blog-single-event-link-disabled {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #292B50;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 15px;
    border: none;
    transition: all ease 0.4s;
}

.blog-single-event-link-disabled {
    background-color: #D8DEE2;
    cursor: not-allowed;
}

.blog-single-event-link:hover {
    background-color: #e95022;
}

.blog-single-event-past {
    margin: 30px 0;
}

.blog-single-event-past div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background-color: #292B50;
    padding: 4px 15.5px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-single-event-past img {
    width: 17.37px;
    height: 17.37px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-single-content .embed-container {
    margin-bottom: 22px;
}

.blog-single-gallery .swiper-gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 680 / 383;
    object-fit: cover;
}

.blog-single-gallery .swiper-gallery .swiper-button-prev,
.blog-single-gallery .swiper-gallery .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-single-gallery .swiper-gallery .swiper-button-prev {
    left: 17px;
}

.blog-single-gallery .swiper-gallery .swiper-button-next {
    right: 17px;
}

.blog-single-gallery .swiper-gallery .swiper-button-prev::after,
.blog-single-gallery .swiper-gallery .swiper-button-next::after {
    color: #000;
    font-size: 12px;
}

.blog-single-gallery .swiper-gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.blog-single-gallery .swiper-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.blog-single-share {
    margin: 30px 0 60px 0;
}

.blog-single-share .share-i {
    display: flex;
    align-items: center;
}

.blog-single-share .share-i span {
    color: #2A2B3E;
    font-size: 18px;
    font-weight: 400;
    padding-right: 20px;
}

.blog-single-share .share-i a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.blog-single-expert {
    color: #2A2B3E;
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.blog-single-expert-image {
    margin-bottom: 20px;
}

.blog-single-expert-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 120 / 97;
    object-fit: cover;
    border-radius: 4px;
}

.blog-single-expert-title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-single-expert-name {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.blog-single-expert-position {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 27px;
}

.blog-single-expert-description {
    color: #878787;
    font-size: 16px;
    margin-bottom: 30px;
}

.blog-single-expert-button {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #2A2B3E;
    border-radius: 5px;
    padding: 12px 39.43px;
}

.blog-single-expert-button:hover {
    background: #2A2B3E;
    color: #FAFAFA;
}

.blog-single-newsletter-signup {
    background-color: #ECECEF;
    padding: 46px 0;
}

.blog-single-related {
    padding: 79px 0 72px 0;
}

.blog-single-related-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 47px;
    gap: 18px;
}

.blog-single-related-heading h3 {
    color: #2A2B3E;
    font-size: 37px;
    font-weight: 300;
}

.blog-single-related-heading a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222223;
    font-size: 18px;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    padding: 9px 39.43px;
}

.blog-single-related-heading a:hover {
    background: #222223;
    border-color: #222223;
    color: #fff;
}

.blog-single-related-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 44px;
    grid-row-gap: 20px;
}

@media screen and (max-width: 767px) {

    .blog-header h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .blog-archive-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-archive-pagination .nav-links .page-numbers.prev {
        margin-right: 20px;
    }

    .blog-archive-pagination .nav-links .page-numbers.next {
        margin-left: 20px;
    }

    .blog-archive-pagination .nav-links .page-numbers.prev span,
    .blog-archive-pagination .nav-links .page-numbers.next span {
        display: none;
    }

    .blog-single-share {
        margin-bottom: 0;
    }

    .blog-single-share .share-i {
        align-items: start;
        flex-direction: column;
    }

    .blog-single-related-heading {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .blog-single-related-heading h3 {
        font-size: 32px;
    }

    .blog-single-related-posts {
        grid-template-columns: repeat(1, 1fr);
    }
}

body.single-product .bb p {
    hyphens: auto;
}

body.single-product h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    padding-bottom: 32px;
    color: #1e1e3c;
}

body.single-product .single-product-content h4 {
    font-size: 18px;
    font-weight: 600;
}

body.single-product iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}

body.single-product .button {
    margin-right: 12px;
}

body.single-product .primary-button {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #2A2B3E;
    border-radius: 5px;
    padding: 12px 39.43px;
    color: #FAFAFA;
    background: #2A2B3E;
}

body.single-product .primary-button:hover {
    background: white;
    color: rgb(136, 136, 136);
}

body.single-product .secondary-button {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #2A2B3E;
    border-radius: 5px;
    padding: 12px 39.43px;
}

body.single-product .secondary-button:hover {
    background: #2A2B3E;
    color: #FAFAFA;
}

body.single-product .single-product-content ul {
    list-style: inherit;
    margin-bottom: 30px;
}

body.single-product .single-product-content ul {
    margin-left: 20px;
}