html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    background: white;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote before,
blockquote after,
q before,
q after {
    content: "";
}

a img {
    border: none;
}

b,
i {
    display: none;
}

.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body {
    overflow-x: hidden;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 22px;
    min-width: 320px;
    max-width: 100vw;
    position: relative;
    color: #333;
    letter-spacing: 1px;
}


@media (max-width: 767.8px) {
    body {
        font-size: 18px;
        line-height: 22px;
    }
}

img {
    max-width: 100%;
}

a {
    color: #fff;
    transition: all 0.3s;
}

a:hover {
    color: #a2a2a2;
    text-decoration: none;
}

h4 {
    color: #fff;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
}

.container {
    position: relative;
}

.h-100 {
    height: 100%;
}

.clearfix {
    position: relative;
}

.clearfix:before {
    display: block;
    clear: both;
    content: "";
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.default-btn {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 7px 33px;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

.default-btn.dark-btn {
    border-color: #000;
    color: #000;
    padding: 15px 33px;
}

.default-btn.dark-btn:hover {
    border-color: #c43a43;
    color: #000;
}

.default-btn.dark-btn:hover:after {
    border-color: #c43a43;
}

.default-btn:hover {
    border-color: #c43a43;
    color: #fff;
}

.default-btn:hover:after {
    border-color: #fff;
}

.default-btn:after {
    font-size: 18px;
    position: absolute;
    content: "";
    border-top: 1px solid #c43a43;
    border-right: 1px solid #c43a43;
    height: 5px;
    width: 5px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

button.default-btn {
    background: transparent;
}

#cookie-notice .cn-button {
    margin-top: 0;
    background: #000;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 7px 33px;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

#cookie-notice .cn-button:hover {
    border-color: #c43a43;
    color: #fff;
}

#cookie-notice .cn-button:hover:after {
    border-color: #fff;
}

#cookie-notice .cn-button:after {
    font-size: 18px;
    position: absolute;
    content: "";
    border-top: 1px solid #c43a43;
    border-right: 1px solid #c43a43;
    height: 5px;
    width: 5px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

body.menu-opened {
    overflow: hidden;
}

#header {
    background: #1f1f1f;
    padding: 15px 0;
    position: relative;
}

#header a {
    color: #fff;
    transition: all 0.3s;
}

#header a:hover {
    color: #a2a2a2;
    text-decoration: none;
}

.open-menu {
    display: none;
}

@media (max-width: 1023.8px) {
    .open-menu {
        position: absolute;
        display: block;
        top: 24px;
        right: 15px;
        font-size: 0;
        line-height: 0;
        width: 25px;
        height: 20px;
        z-index: 41;
    }

    .open-menu span {
        position: absolute;
        height: 2px;
        left: 0;
        right: 0;
        background-color: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .open-menu:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        bottom: 0;
        transition: all 0.3s;
    }

    .open-menu:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        top: 0;
        transition: all 0.3s;
    }
}

.menu-opened .main-nav {
    top: 0px;
    left: 0;
}

.menu-opened .open-menu:before {
    background-color: #fff;
    top: 50%;
    bottom: auto;
    margin-top: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}

.menu-opened .open-menu:after {
    background-color: #fff;
    top: 50%;
    bottom: auto;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 0.3s;
}

.menu-opened .open-menu span {
    display: none;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.header-right-box {
    float: right;
    padding: 17px 0px;
}

@media (max-width: 1023.8px) {
    .header-right-box {
        margin-right: 40px;
    }
}

@media (max-width: 580px) {
    .header-right-box .search-contact-box {
        display: none;
    }
}

.main-nav {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1023.8px) {
    .main-nav {
        position: fixed;
        text-align: center;
        top: -112%;
        left: 0;
        right: 0;
        transition: all 0.3s;
        height: calc(100% - 70px);
        z-index: 10;
        margin-top: 70px;
        padding-top: 0px;
    }
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
}

@media (max-width: 1023.8px) {
    .main-nav ul li {
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {
    .main-nav ul li.hidden-desc {
        display: block !important;
    }
}

.main-nav ul li.hidden-desc {
    display: none;
}

.main-nav ul li + li {
    margin-left: 15px;
}

.main-nav ul li a {
    font: 700 15px/22px "Oswald", sans-serif;
    text-transform: uppercase;
}

.search-contact-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    padding-top: 25px;
}

.search-contact-box .default-btn {
    margin-left: 40px;
}

.mobile-search {
    display: none;
}

@media (max-width: 1023.8px) {
    .mobile-search {
        display: block;
        bottom: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .mobile-search form .input-search {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .mobile-search form .submit-search {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 65px;
        height: 64px;
        padding: 15px 15px 15px 0px;
        display: block;
    }

    .mobile-search form .submit-search button {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: transparent;
        border: none;
        height: 100%;
        border: 1px #202020 solid;
        text-transform: uppercase;
        font: 400 14px/22px "Oswald",sans-serif;
    }
}

.search-desctop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100px;
    width: 100%;
    transition: all 0.3s;
}

.search-desctop form .input-search {
    width: 100%;
    margin: 0;
    padding: 25px;
}

.search-desctop form .input-box {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    line-height: 74px;
    padding: 0 25px;
}

.search-desctop form .input-submit {
    background: transparent;
}

.search-opened .search-desctop {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 51;
}

.search-opened .fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    opacity: 0.4;
    background: #000;
}

.fader {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}

.about .person {
    text-align: center;
}

.about .person img {
    max-width: 220px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.about .personal-header {
    font-size: 12px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 3px;
    color: #333;
}

.about .personal-last-block p {
    margin: 0 0 10px;
    color: #888;
}

.about p {
    margin-bottom: 25px;
}

.about p:nth-child(even) {
    color: #00b2b7;
}

.button.download-btn {
    display: inline-block;
    margin-top: 50px;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 2px;
}

.resume-container {
    font-style: italic;
    display: flex;
    flex-wrap: wrap;
}

.resume-container .resume-col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.resume-container .resume-col h3 {
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.resume-container .resume-col h4 {
    text-align: center;
    margin: 10px 0;
    letter-spacing: 1px;
    color: #00b2b7;
    font-size: 14px;
    font-weight: 600;
}

.resume-container .resume-col p {
    text-align: center;
}

.resume-container .resume-col .skill-icon {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.resume-container .resume-col .skill-icon img {
    max-width: 100px;
}

@media only screen and (min-width: 768px) {
    .resume-container .resume-col {
        flex: 0 0 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .resume-container .resume-col {
        max-width: 100%;
    }

    .resume-container .resume-col .skill-icon {
        width: 100%;
    }

    .resume-container .resume-col .skill-icon img {
        width: 70%;
    }

    .resume-container .resume-col .skill-body {
        padding-left: 0;
        width: 100%;
    }
}

.contacts .contact-box {
    margin-bottom: 25px;
}

.contacts .contact-box h3 {
    text-align: left;
    color: #888;
    margin-bottom: 0;
    font-size: 14px;
}

.contacts .contact-box p {
    margin-top: 5px;
}

.contact-info_title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.contact-info_inner {
    margin-bottom: 30px;
}

#map {
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button {
    pointer-events: all;
    cursor: pointer;
    border: none;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    background-color: #00b2b7;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 2px;
}

form br {
    display: none;
}

form .form-group {
    display: block;
    margin-bottom: 20px;
    color: #888;
}

form .form-group input,
form .form-group textarea {
    display: block;
    width: 100%;
    border: 1px solid #888;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px;
}

form .form-group input:focus,
form .form-group textarea:focus {
    border: 1px solid #00b2b7;
    box-shadow: 0 0 1px 1px #00b2b7;
}

.wpcf7-response-output {
    margin: 10px 0 !important;
}

.wpcf7-mail-sent-ok {
    border-color: #28ca41 !important;
}

.wpcf7-validation-errors {
    border-color: #ff5f57 !important;
}

.input-group {
    position: relative;
    margin: 15px 0 40px;
}

input.input-field {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #00b2b7;
}

textarea {
    padding: 15px 0 0;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #00b2b7;
    transition: all 0.5s ease;
    resize: none;
}

textarea:focus {
    border-bottom: 2px solid #00b2b7;
    transition: all 0.5s ease;
}

textarea:focus:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    color: #00b2b7;
    transition: all 0.5s ease;
    font-size: 12px;
}

textarea:focus:focus::-moz-placeholder {
    transform: translateY(-15px);
    color: #00b2b7;
    transition: all 0.5s ease;
    font-size: 12px;
}

textarea:focus:focus:-ms-input-placeholder {
    transform: translateY(-15px);
    color: #00b2b7;
    transition: all 0.5s ease;
    font-size: 12px;
}

textarea:focus:focus:-moz-placeholder {
    transform: translateY(-15px);
    color: #00b2b7;
    transition: all 0.5s ease;
    font-size: 12px;
}

.input-field ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #00b2b7;
    transition: all 0.5s ease;
}

.letter-limit {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    transition: 0.3s;
}

.input-field:focus ~ .focus-border,
.has-content.input-field ~ .focus-border {
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.input-field ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    font-size: 14px;
    color: #888;
    transition: all 0.5s ease;
    z-index: -1;
}

.input-field:focus ~ label,
.has-content.input-field ~ label {
    top: -16px;
    font-size: 12px;
    color: #00b2b7;
    transition: all 0.5s ease;
}

.input-field:focus ~ .letter-limit,
.has-content.input-field ~ .letter-limit {
    opacity: 0;
}

#footer {
    background: #1f1f1f;
    color: #a2a2a2;
    font-size: 16px;
    line-height: 31px;
    font-family: "Oswald", sans-serif;
    padding-top: 70px;
}

#footer .top-footer {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.478431);
}

#footer .top-footer p {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    #footer .top-footer {
        padding: 30px;
    }
}

#footer .top-footer .right-offset {
    padding-right: 50px;
}

#footer .top-footer h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

#footer .top-footer .recent-news h5 {
    margin-bottom: 37px;
    color: #fff;
    text-transform: uppercase;
}

.recent-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-news-list li {
    padding: 0 0 10px 0;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(162, 162, 162, 0.478431);
    color: #fff;
}

.recent-news-list li a {
    text-transform: uppercase;
}

.bottom-footer {
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0;
}

.footer-nav {
    float: right;
}

@media (max-width: 590px) {
    .footer-nav {
        display: block;
        float: none;
    }
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    text-transform: uppercase;
    color: #a2a2a2;
    font-size: 14px;
}

.footer-nav ul li a:hover {
    color: #fff;
}

.tac {
    text-align: center;
}

a[href^="mailto:"] {
    white-space: nowrap;
}

.justify .h2 {
    text-align: center;
}

.h1 {
    font: 400 40px/43px "Oswald", sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

@media (max-width: 767px) {
    .h1 {
        font-size: 32px;
        line-height: 35px;
    }
}

.h2 {
    font: 400 24px/28px "Oswald", sans-serif;
    letter-spacing: 1px;
    color: #202020;
    margin-bottom: 20px;
}

.h3 {
    font: 400 62px/82px "Oswald", sans-serif;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .h3 {
        font-size: 36px;
        line-height: 50px;
    }
}

.h4 {
    font: 400 18px/30px "Oswald", sans-serif;
    letter-spacing: 1px;
    color: #202020;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ttu {
    text-transform: uppercase;
}

.white-bg {
    background: #fff !important;
    color: #202020 !important;
}

p > a,
.search-result {
    color: #c43a43 !important;
    text-decoration: underline;
}

p > a:hover,
.search-result:hover {
    text-decoration: none;
}

.search-result {
    margin-bottom: 1.5rem;
}

.custom-position {
    background-position: 50% 10% !important;
}

.red-text {
    color: #c43a43 !important;
}

.heading {
    letter-spacing: 2px;
    font: 400 70px/72px "Oswald", sans-serif;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767px) {
    .heading {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 580px) {
    .heading {
        font-size: 25px;
        line-height: 27px;
    }
}

.text-container {
    max-width: 670px;
    padding: 0 15px;
    margin: 0 auto;
}

.text-container > ul {
    margin-bottom: 20px;
}

.text-container > ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.text-container > ul li:after {
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background: #333;
    top: 10px;
    left: 2px;
}

.tabs_item ul li {
    font: 16px/24px "Quicksand", sans-serif;
    color: #202020;
    position: relative;
    padding-left: 20px;
}

.tabs_item ul li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/logostech/images/check.png);
    height: 10px;
    width: 10px;
    top: 8px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_item a {
    color: #c43a43;
    text-decoration: underline;
}

.tabs_item a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-chek {
    margin: 0 0 30px 0;
    list-style-type: none !important;
}

ul.list-chek li {
    font: 16px/24px "Quicksand", sans-serif;
    color: #202020;
    position: relative;
    padding-left: 20px;
}

ul.list-chek li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/logostech/images/check.png);
    height: 10px;
    width: 10px;
    top: 8px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.list-chek li a {
    color: #c43a43;
}

.visual .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 10px;
}

.visual .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
}

@media (max-width: 580px) {
    .visual .swiper-pagination-bullet + .swiper-pagination-bullet {
        width: 30px;
    }
}

.visual .swiper-slide {
    height: 600px;
    background: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (max-width: 768px) {
    .visual .swiper-slide {
        background-position: 80% 50%;
    }
}

@media (max-width: 580px) {
    .visual .swiper-slide {
        background-position: 85% 50%;
    }
}

@media (max-width: 767px) {
    .visual .swiper-slide {
        height: 400px;
    }

    .visual .swiper-slide:before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: 0.3;
    }
}

.visual .baner-description {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 400 24px/36px "Oswald", sans-serif;
    color: #fff;
    max-width: 500px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

@media (max-width: 767px) {
    .visual .baner-description {
        right: 15px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .visual .baner-description {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 580px) {
    .visual .baner-description {
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 20px;
    }

    .visual .baner-description .default-btn {
        margin-bottom: 25px;
    }
}

.visual .baner-description p {
    margin-bottom: 20px;
}

.products-holder {
    padding: 70px 0;
    background: #f3f3f3;
}

.headline {
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    .headline.right-line {
        text-align: center;
    }
}

.headline.right-line .headline-list {
    float: right;
}

@media (max-width: 480px) {
    .headline.right-line .headline-list {
        float: none;
    }
}

.headline.right-line .hr-box {
    padding: 0 20px 0 0;
    padding-top: 18px;
}

@media (max-width: 480px) {
    .headline.right-line .hr-box {
        padding-right: 0;
    }
}

.headline-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

@media (max-width: 480px) {
    .headline-list {
        padding-top: 20px;
    }
}

.headline-list li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-family: "Abel", sans-serif;
}

.headline-list li + li {
    padding-left: 10px;
}

.headline-list li + li:before {
    position: absolute;
    content: "-";
    top: 50%;
    left: 0;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hr-box {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 480px) {
    .hr-box {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

.hr-box .hr {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background: #000;
    width: 100%;
    margin-top: -5px;
}

.product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.product-list.no-slider {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
}

.product-list.no-slider li {
    width: 25%;
    background: transparent;
    padding: 0 5px;
    box-shadow: none;
    border-radius: none;
    overflow: visible;
    margin-bottom: 10px;
}

.product-list.no-slider li .hover-img-box {
    background-size: cover;
}

@media (max-width: 991px) {
    .product-list.no-slider li {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .product-list.no-slider li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .product-list.no-slider li {
        width: 100%;
    }
}

.product-list.no-slider li .box {
    background: #fff;
    box-shadow: 0 0 16px rgba(18, 18, 18, 0.1);
    border-radius: 10px;
}

.product-list li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(18, 18, 18, 0.1);
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: hidden;
}

.product-list li:hover > div {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -ms-transform: none;
}

.product-list li .flip-box-front {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-list li > div {
    display: block;
    position: relative;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transform: none;
    text-decoration: none;
    z-index: 2;
}

.product-list li > div .flip-box-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.product-list li > div .img {
    max-width: 76%;
    margin: 0 auto 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 160px;
}

.product-list li > div .hover-img-box {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-size: cover;
    border-radius: 0px;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    z-index: 4;
}

@media (max-width: 991px) {
    .product-list li > div .hover-img-box {
        background-size: cover;
    }
}

.product-list li > div .hover-img-box .learn-more {
    background-color: #e8737b;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
}

.product-list li > div .slide-link {
    background: transparent;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.product-list li > div .slide-link span {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.product-list li > div .learn-about {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #e77179;
    background: linear-gradient(to bottom, #e77179 0%, #dc6168 22%, #b6242d 78%, #ac141e 100%);
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    z-index: 4;
}

.product-list-row {
    list-style-type: none;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.product-list-row li {
    display: flex;
    position: relative;
    z-index: 2;
}

.product-list-row li .img {
    height: auto;
    width: 170px;
}

.product-list-row li .product-list-headline {
    color: #c43a43;
}

.product-list-row li .product-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
}

.product-list-row li .product-list-content p:last-of-type {
    margin-bottom: 0;
}

.product-list-row li .product-list-content a {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.product-list-row li .product-list-content a span {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.product-row-slider-box {
    position: relative;
}

.product-row-slider-box .product-row-slider {
    max-width: 600px;
    margin: 0 auto;
}

.product-row-slider-box .product-row-slider .product-list li {
    box-shadow: none;
}

.product-info {
    text-align: center;
    font: 400 16px/22px "Quicksand", sans-serif;
    color: #202020;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.product-name {
    font: 400 24px/27px "Oswald", sans-serif;
    color: #c43a43;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.product-slider-box {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    content: "";
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    outline: none;
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.swiper-button-next {
    right: -30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1025px) {
    .swiper-button-next {
        right: -15px;
    }
}

.swiper-button-prev {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -30px;
}

@media (max-width: 1025px) {
    .swiper-button-prev {
        left: -15px;
    }
}

.expeertise {
    background: #1f1f1f;
    color: #fff;
    position: relative;
}

@media (max-width: 991px) {
    .expeertise {
        padding: 30px 0;
    }
}

.expeertise.career-img-bg {
    min-height: 560px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .expeertise.career-img-bg {
        min-height: auto;
    }
}

.expeertise.right-img .expeertise-details {
    float: left;
    padding: 100px 130px 100px 0;
}

@media (max-width: 1200px) {
    .expeertise.right-img .expeertise-details {
        padding: 100px 30px 100px 0;
    }
}

@media (max-width: 991px) {
    .expeertise.right-img .expeertise-details {
        padding: 0;
    }
}

.expeertise.right-img .expeertise-img {
    left: 50%;
    right: 0;
}

.expeertise .expeertise-img {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background-size: cover;
}

@media (max-width: 991px) {
    .expeertise .expeertise-img {
        display: none;
    }
}

.expeertise .expeertise-details {
    width: 50%;
    float: right;
    padding: 100px 0 100px 130px;
}

@media (max-width: 1200px) {
    .expeertise .expeertise-details {
        padding: 100px 0 100px 30px;
    }
}

@media (max-width: 991px) {
    .expeertise .expeertise-details {
        width: 100%;
        padding: 0;
    }
}

.expeertise .expeertise-details p {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .expeertise .expeertise-details p {
        margin-bottom: 0;
    }
}

.expeertise .action-list {
    margin-bottom: 50px;
}

.expeertise .default-btn {
    padding: 15px 33px;
}

.action-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.action-list li {
    display: block;
}

.action-list li + li {
    margin-top: 15px;
}

.action-list li a {
    font: 18px/20px "Abel", sans-serif;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 5px;
}

.action-list li a:before {
    position: absolute;
    content: "";
    height: 1px;
    background: #c43a43;
    background: #c33943;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.3s;
}

.action-list li a:hover:before {
    width: 100%;
}

.supporting {
    padding: 70px 0;
    background: #f3f3f3;
}

.supporting.mod-about-page {
    background: rgba(255, 255, 255, 0.6);
}

.supporting.mod-about-page .support-list {
    margin-bottom: 0;
}

.supporting.mod-about-page .product-info {
    padding: 0 20px;
}

.supporting .support-list {
    margin: 40px -15px 60px;
}

.support-item {
    position: relative;
}

.support-item:hover .img:before {
    opacity: 0;
}

.support-item .img {
    max-width: 150px;
    margin: 0 auto 50px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

.support-item .img img {
    border-radius: 50%;
}

.support-item .img:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    background: #333;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    left: 0;
    border-radius: 50%;
}

.support-item .img img {
    width: 100%;
    display: inherit;
}

.comment-holder {
    height: 500px;
    background-size: cover;
}

@media (max-width: 991px) {
    .comment-holder {
        min-height: 250px;
        height: auto;
    }
}

.comment-slider {
    font: 700 32px/56px "Quicksand", sans-serif;
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.comment-slider .swiper-slide {
    top: 500px;
    opacity: 0 !important;
    transition: 1s ease-in-out;
}

.comment-slider .swiper-slide.swiper-slide-active {
    top: 0;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    .comment-slider {
        font-size: 18px;
        line-height: 22px;
        padding: 50px 0;
    }
}

.comment-slider ul {
    list-style: none;
}

.comment-slider .comment-text {
    margin-bottom: 65px;
}

@media (max-width: 991px) {
    .comment-slider .comment-text {
        margin-bottom: 35px;
    }
}

.comment-slider .autor {
    font: 18px/1 "Abel", sans-serif;
}

@media (max-width: 991px) {
    .comment-slider .autor {
        font-size: 15px;
    }
}

.swiper-pagination {
    text-align: left;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.top-baner {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}

.top-baner:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}

.top-baner .container {
    height: 100%;
}

.top-baner .heading-box {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-baner .heading-box h1 {
    text-transform: uppercase;
}

.text-block {
    padding: 50px 0 30px;
}

.text-block.big-padding {
    padding: 50px 0;
}

.text-block.mod-about-page .ul.list-chek {
    max-width: 50%;
    margin: 0 auto 30px;
    text-align: left;
}

@media (max-width: 768px) {
    .text-block.mod-about-page .ul.list-chek {
        max-width: 100%;
    }
}

.text-block.mod-contact-page .ul.list-chek {
    max-width: 50%;
    margin: 0 auto 30px;
    text-align: left;
}

.text-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 15px;
}

.text-container p {
    margin: 0 0 20px;
}

.img-box {
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
}

.img-box.parallax-window {
    height: 50vh;
}

@media (max-width: 991px) {
    .img-box {
        height: 400px;
    }
}

.operations {
    padding: 50px 0;
    background: #f3f3f3;
}

.operations .more-info {
    margin: 0 auto 40px auto;
    max-width: 745px;
}

.operations .documents {
    display: block;
    max-width: 370px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .operations .documents {
        max-width: 100%;
        padding: 0 30px;
    }
}

.operations .documents h3.h2 {
    margin-bottom: 20px;
}

.operations .documents p {
    margin-bottom: 10px;
}

.download-file {
    color: #202020;
    font: 18px/20px "Abel", sans-serif;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.download-file:hover {
    color: #000;
}

.download-file .ico {
    float: left;
    max-width: 18px;
    margin-right: 10px;
    margin-top: -2px;
}

.download-file .ico img {
    width: 100%;
    height: auto;
}

.download-file + .download-file {
    margin-top: 10px;
}

button.download-file {
    border: none;
    background: none;
    box-shadow: none;
    color: #c43a43;
    text-decoration: underline;
}

.operations-list {
    padding: 0 30px;
    margin-bottom: 20px;
}

.operations-list h3.h2 {
    margin-bottom: 10px;
}

.operations-list p {
    text-align: center;
}

.request {
    position: relative;
    position: relative;
}

.request .text {
    font: 400 62px/76px "Oswald", sans-serif;
    position: absolute;
    top: 45%;
    left: 150px;
    max-width: 500px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .request {
        height: auto;
    }
}

.request .request-img {
    position: absolute;
    left: 0;
    right: 55%;
    top: 0;
    bottom: 0;
    background-size: cover;
}

.request .request-img.contact-info {
    right: 50%;
    background: #fff;
    padding: 100px 100px 100px 130px;
    color: #202020;
}

@media (max-width: 991px) {
    .request .request-img.contact-info {
        display: block;
        position: relative;
        padding-left: 0;
        width: 100%;
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .request .request-img {
        display: none;
    }
}

.request-form .form-control {
    border: none;
    background: transparent;
    color: #fff;
    font: 18px/24px "Abel", sans-serif;
    border-bottom: 1px solid rgba(163, 163, 163, 0.48);
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    height: 45px;
}

.request-form .form-control:focus {
    border-width: 2px;
}

.request-form .default-btn {
    margin-top: 50px;
}

.request-form .wpcf7-textarea {
    min-height: 150px;
}

.our-services {
    background: #f3f3f3;
    padding: 70px 0;
}

.our-services.products-page {
    background: #fff;
}

.our-services.products-page .text-container {
    margin-bottom: 50px;
}

.services-list-item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .services-list-item {
        margin-bottom: 20px;
    }
}

.services-list-item:hover .default-btn:after {
    right: 10px;
}

.services-list-item:hover .img:before {
    opacity: 0;
}

.services-list-item .img {
    height: 210px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 34px;
    display: block;
    position: relative;
}

.services-list-item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: hard-light;
    background: #333;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.services-list-item .description {
    padding: 0 25px 25px;
    display: block;
    color: #202020;
}

.services-list-item .description .h4 {
    margin-bottom: 25px;
}

.services-list-item .description .default-btn {
    color: #202020;
    border: none;
    padding: 0 30px 0 0;
    float: right;
}

.services-list-item .description .default-btn:hover:after {
    border-color: #c43a43;
}

.leadership-list .leadership-list-item {
    margin-bottom: 30px;
}

.leadership-list .leadership-list-item a {
    position: relative;
    transition: all 0.3s;
}

.leadership-list .leadership-list-item a:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    background: #333;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s;
    top: 100%;
}

.leadership-list .leadership-list-item a:hover:before {
    opacity: 0.5;
    top: 0;
}

.leadership-list .leadership-list-item a:hover .services-name {
    color: #fff !important;
    transition: all 0.3s;
}

.leadership-list .leadership-list-item a:hover .holder {
    color: #fff;
    transition: all 0.3s;
}

.leadership-list .leadership-list-item a:hover .product-info {
    color: #fff;
    transition: all 0.3s;
}

.leadership-list .leadership-list-item a:hover .default-btn {
    color: #fff;
    transition: all 0.3s;
}

.leadership-list .leadership-list-item a {
    display: block;
}

.leadership-list .leadership-list-item a .description {
    padding: 25px 30px 25px;
}

.leadership-list .leadership-list-item a .description .holder {
    display: block;
}

.leadership-list .leadership-list-item a .description .holder p {
    margin-bottom: 40px;
}

.leadership-list .leadership-list-item a .description .h4 {
    margin-bottom: 10px;
}

.codes {
    padding: 70px 0;
    color: #fff;
    background-size: cover !important;
}

.codes .h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.codes-list li {
    margin-bottom: 20px;
    text-transform: uppercase;
    display: flex;
}

.codes-list li .code {
    display: inline-block;
    min-width: 90px;
    padding-right: 10px;
}

.codes-list li .code-desc {
    display: inline-block;
}

.recent-post-slider-box {
    position: relative;
}

.resent-post {
    padding: 70px 0;
    background: #f3f3f3;
}

.resent-post .swiper-button-next {
    right: -20px;
}

@media (max-width: 1300px) {
    .resent-post .swiper-button-next {
        display: none;
    }
}

@media (max-width: 1200px) {
    .resent-post .swiper-button-next {
        display: block;
    }
}

@media (max-width: 991px) {
    .resent-post .swiper-button-next {
        display: none;
    }
}

.resent-post .swiper-button-prev {
    left: -20px;
}

@media (max-width: 1300px) {
    .resent-post .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1200px) {
    .resent-post .swiper-button-prev {
        display: block;
    }
}

@media (max-width: 991px) {
    .resent-post .swiper-button-prev {
        display: none;
    }
}

.recent-post-list li {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px rgba(18, 18, 18, 0.1);
    font: 16px/22px "Quicksand", sans-serif;
}

.recent-post-list li:hover .default-btn:after {
    right: 10px;
}

.recent-post-list li .holder {
    display: block;
}

.recent-post-list li .date {
    display: inline-block;
    margin-bottom: 15px;
    font: 18px/1 "Abel", sans-serif;
}

.recent-post-list li .post-name {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.recent-post-list li a {
    color: #202020;
    padding: 35px 25px 85px;
    display: block;
}

.recent-post-list li a .default-btn {
    color: #202020;
    border: none;
    padding: 0 30px 0 0;
    position: absolute;
    bottom: 25px;
    right: 15px;
}

.recent-post-list li a .default-btn:hover:after {
    border-color: #c43a43;
}

.internal {
    padding: 70px 0;
}

@media (max-width: 768px) {
    .internal {
        padding: 30px 0;
    }
}

.internal h1 {
    font-family: "Oswald", sans-serif;
    color: #202020;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.internal p {
    margin-bottom: 30px;
}

.internal .internal-img-box {
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
}

.internal .internal-img-box .desc {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .internal .internal-img-box .desc {
        width: 100%;
    }

    .internal .internal-img-box .desc p {
        margin-bottom: 30px !important;
    }
}

.internal .internal-img-box .desc p {
    margin: 0;
}

.internal .internal-img-box .img {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    padding: 0 0 0 60px;
}

@media (max-width: 991px) {
    .internal .internal-img-box .img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .internal .internal-img-box .img img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) and (max-width: 580px) {
    .internal .internal-img-box .img img {
        display: block;
        width: 100%;
    }
}

.quote {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.quote:before {
    position: absolute;
    content: "";
    width: 2px;
    background: #c43a43;
    left: 0;
    top: 5px;
    bottom: 0;
}

.quote .quote-text {
    font: 700 20px/30px "Quicksand", sans-serif;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.quote .quote-text:before {
    content: open-quote;
}

.quote .quote-text:after {
    content: close-quote;
}

.quote .quote-autor {
    font: 15px/20px "Quicksand", sans-serif;
    text-align: right;
}

.contact {
    color: #202020;
    border-bottom: 5px solid #c43a43;
}

.contact .h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact .contact-face {
    margin-bottom: 45px;
}

.contact .contact-face .avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    float: left;
    margin-right: 25px;
    margin-top: 4px;
}

.contact .contact-face .contact-face-info {
    overflow: hidden;
}

.contact .contact-face .contact-face-info .name-position {
    margin-bottom: 10px;
}

.contact .contact-face .contact-face-info .fa-envelope {
    color: #c43a43;
}

.social li {
    display: inline-block;
}

@media (max-width: 580px) {
    .social li {
        display: block;
    }
}

.social li + li {
    margin-left: 15px;
}

@media (max-width: 580px) {
    .social li + li {
        margin: 15px 0 0 0;
    }
}

.social li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.social li a i {
    margin-right: 5px;
}

.social li a.youtube {
    background: #dc472e;
}

.social li a.youtube:hover {
    background: #b8351f;
}

.social li a.facebook {
    background: #3a559f;
}

.social li a.facebook:hover {
    background: #2c417a;
}

.social li a.twitter {
    background: #1fa1f2;
}

.social li a.twitter:hover {
    background: #0c86d2;
}

.social li a.linkedin {
    background: #0278b5;
}

.social li a.linkedin:hover {
    background: #015783;
}

.testimonials {
    padding: 70px 0;
}

.testimonial-list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.testimonial-list li .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
    color: #202020;
}

.testimonial-list li .testimonial-quote p {
    position: relative;
}

.testimonial-list li .testimonial-quote p:before {
    content: open-quote;
}

.testimonial-list li .testimonial-quote p:after {
    content: close-quote;
}

.testimonial-list li .testimonial-autor .img {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-list li .testimonial-autor span {
    font: 16px/18px "Abel", sans-serif;
}

.testimonial-list li .testimonial-autor.right-side {
    text-align: right;
}

.testimonial-list li .testimonial-autor.right-side .img {
    float: right;
    margin: 0 0 0 10px;
}

.testimonial-list li .testimonial-autor.right-side span {
    display: inline-block;
    max-width: 400px;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail {
    padding: 70px 0;
}

.product-container {
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto;
}

.product-box .img {
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .product-box .img {
        display: block;
        margin: 0 auto;
    }
}

.product-box .product-description .img-head {
    margin-bottom: 15px;
}

.product-box .product-description p {
    margin-bottom: 30px;
}

.tab {
    background: #f3f3f3;
}

.tab-header {
    background: #202020;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding-top: 30px;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs li.current a {
    color: #202020;
    background: #f3f3f3;
}

.tabs a {
    background-color: #202020;
    color: #fff;
    text-transform: uppercase;
    display: block;
    outline: none;
    padding: 17px 49px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font: 15px/17px "Oswald", sans-serif;
}

.tabs_item {
    display: none;
    padding: 60px 0 30px;
}

.tabs_item .h2 {
    text-transform: uppercase;
    letter-spacing: 0;
}

.tabs_item ul {
    margin-bottom: 30px;
}

.tabs_item p {
    margin-bottom: 30px;
}

.tabs_item p ~ ul {
    margin-top: -15px;
}

.tabs_item .h4 {
    font-family: "Abel", sans-serif;
}

.tabs_item:first-child {
    display: block;
}

.tab_content {
    margin-right: auto;
    margin-left: auto;
    max-width: 760px;
}

.video-box {
    position: relative;
}

.video-box a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.video-box a .play-btn {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    cursor: pointer;
}

.video-box a .play-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.video-box .video-descr h4 {
    text-transform: uppercase;
}

.featured-video {
    padding: 70px 0;
}

.img-fluid {
    width: 100%;
    display: block;
}

.new-label {
    border: 35px solid transparent;
    border-top: 35px solid #c43a43;
    border-right: 35px solid #c43a43;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.new-label span {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -21px;
    right: -29px;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.modal .close {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 29px;
    outline: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    top: 40%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-content {
    padding: 30px 30px 40px;
    text-align: center;
}

.modal-content .h4 {
    margin-bottom: 20px;
}

.modal-dialog {
    max-width: 700px;
    margin: 30px auto;
    opacity: 1;
}

.modal-dialog-small {
    max-width: 355px;
}

.modal-dialog-small .modal-content {
    border-radius: 10px;
    border: none;
    padding: 0;
}

.modal-dialog-small .modal-content ::-webkit-input-placeholder {
    color: #333 !important;
    text-transform: uppercase;
    opacity: 1 !important;
}

.modal-dialog-small .modal-content ::-moz-placeholder {
    color: #333 !important;
    text-transform: uppercase;
    opacity: 1 !important;
}

.modal-dialog-small .modal-content :-ms-input-placeholder {
    color: #333 !important;
    text-transform: uppercase;
    opacity: 1 !important;
}

.modal-dialog-small .modal-content :-moz-placeholder {
    color: #333 !important;
    opacity: 1 !important;
}

.modal-dialog-small .modal-content .modal-body {
    padding: 0;
}

.modal-dialog-small p {
    margin-bottom: 0;
}

.modal-dialog-small .form-header {
    padding: 25px 15px 20px 15px;
    text-align: center;
}

.modal-dialog-small .form-title {
    font-family: "Oswald", sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.0125em;
    text-transform: uppercase;
}

.modal-dialog-small .form-desc {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.modal-dialog-small span.wpcf7-form-control-wrap {
    margin-left: 20px;
    margin-right: 20px;
}

.modal-dialog-small .wpcf7-text,
.modal-dialog-small .wpcf7-textarea {
    border-radius: 0;
    color: #333;
    font-family: "Abel", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    padding: 0 0 7px 0;
}

.modal-dialog-small .wpcf7-text {
    border: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.modal-dialog-small .wpcf7-text:focus {
    border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}

.modal-dialog-small .wpcf7-textarea {
    border: none;
    height: 80px;
}

.modal-dialog-small .use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: calc(100% + 6px);
    left: -3px;
    top: -10px;
}

.modal-dialog-small p.CaptionCont.SelectBox {
    background: none;
    height: auto;
    padding-top: 0;
}

.modal-dialog-small p.CaptionCont.SelectBox > span {
    text-transform: uppercase;
}

.modal-dialog-small .SumoSelect > .CaptionCont > label {
    bottom: 50%;
}

.modal-dialog-small .wpcf7-submit {
    color: #fff;
    background: linear-gradient(to bottom, rgba(196, 58, 67, 0.8) 0%, #c43a43 100%);
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: "Oswald", sans-serif;
    height: 60px;
    text-transform: uppercase;
    width: 100%;
}

.modal-dialog-small .wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}

.modal-dialog-small .close-btn {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #c43a43;
    height: 28px;
    padding: 0;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 28px;
}

.modal-dialog-small .close-btn span {
    display: none;
}

.modal-dialog-small .close-btn:after {
    content: "\f00d";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-dialog-small .ajax-loader {
    display: none !important;
}

a:focus {
    text-decoration: none;
}

.career-detail .h3 {
    margin-bottom: 25px;
}

.services-list-item .description .descr {
    margin-bottom: 15px;
}

.market-list .services-list-item {
    margin-bottom: 15px;
}

.address-box {
    margin-bottom: 35px;
}

.address-box span {
    display: block;
}

.contact {
    color: #fff;
}

.contact h2 {
    color: #fff;
}

.contact textarea {
    min-height: 80px;
}

.sel {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font: 18px/24px "Abel", sans-serif;
    border-bottom: 1px solid rgba(163, 163, 163, 0.48);
    padding: 10px 10px 10px 5px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sel option {
    background: #1f1f1f;
    padding: 0;
}

.sel:focus {
    outline: none;
}

.select {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    display: block;
    background-color: transparent;
    z-index: 1;
    font: 18px/24px "Abel", sans-serif;
    border-bottom: 1px solid rgba(163, 163, 163, 0.48);
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    height: 5px;
    width: 5px;
    border-top: 1px solid #c43a43;
    border-right: 1px solid #c43a43;
    z-index: 10;
    content: "";
    transition: all 0.3s;
}

.select.is-open .placeholder:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.select.is-open ul {
    display: block;
}

.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
    max-height: 120px;
}

.select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #999;
    cursor: pointer;
}

div.wpcf7-mail-sent-ok {
    border: none;
    padding: 0;
    margin: 15px 0 0 0 !important;
    font: 18px/20px "Abel", sans-serif;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none;
    padding: 0;
    margin: 15px 0 0 0 !important;
    font: 18px/20px "Abel", sans-serif;
}

.recent-news-list.dark {
    list-style-type: none;
}

.recent-news-list.dark li {
    padding: 0.5em 0 1em 0;
}

.recent-news-list.dark li:last-of-type {
    border-bottom: 0;
}

.recent-news-list.dark li a {
    display: block;
    color: #333;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 1.3;
    text-decoration: none;
}

.recent-news-list.dark li a:hover {
    text-decoration: underline;
}

.recent-news-list.dark li .date {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.pagination {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    margin-top: 20px;
}

.pagination a,
.pagination .current {
    text-decoration: none !important;
    padding: 0 0.5em;
    margin: 0 5px;
    min-width: 25px;
    text-align: center;
}

.pagination a {
    border: 1px solid #c43a43;
}

.pagination .prev,
.pagination .next {
    border-color: #fff !important;
}

.pagination .current {
    border: 1px solid #fff;
    color: #333;
    margin: 0;
}

.pagination a.page-numbers {
    border: 1px solid #c43a43;
    background: #fff;
    color: #c43a43;
    transition: all 0.2s ease-in-out;
}

.pagination a.page-numbers:hover {
    background: #c43a43;
    color: #fff;
}

.leadership-list .modal-content {
    text-align: left;
}

.leadership-list .modal-content p {
    margin-bottom: 15px;
}

@media only screen and (max-width: 580px) {
    .tabs {
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {
    .contact.request .contact-info ~ .container {
        padding-top: 50px;
    }

    .support-list [class*="col-"]:not(:last-of-type) .support-item {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-nav .menu-item {
        margin-left: 5px;
    }

    .main-nav .menu-item a {
        font-size: 12px;
    }
}

.page-404 {
    height: 100vh;
    background: url(../images/404.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-404 .inner-404 {
    text-align: center;
}

.page-404 .inner-404 h1 {
    font-size: 150px;
}

.page-404 .inner-404 h2 {
    font-size: 50px;
    margin-bottom: 30px;
}

.page-404 .inner-404 a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    background-color: #333;
}

.error404 .nav-toggle,
.error404 .logo-container,
.error404 .main-footer {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-404 .inner-404 h1 {
        font-size: 100px;
    }

    .page-404 .inner-404 h2 {
        font-size: 30px;
    }
}

.blog-post_banner {
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.post-content a {
    color: inherit;
    text-decoration: underline;
}

.post-content a:hover {
    text-decoration: none;
}

.post-content .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.post-content blockquote {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.post-content blockquote:before {
    position: absolute;
    content: "";
    width: 2px;
    background: #c43a43;
    left: 0;
    top: 5px;
    bottom: 0;
}

.post-content blockquote p:not(:last-child) {
    font: 700 20px/30px "Quicksand", sans-serif;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.post-content blockquote p:not(:last-child):before {
    content: open-quote;
}

.post-content blockquote p:not(:last-child):after {
    content: close-quote;
}

.post-content blockquote p:last-child:not(:first-child) {
    font: 15px/20px "Quicksand", sans-serif;
    text-align: right;
}

.page-template-markets #main {
    padding-bottom: 70px;
}

@media (max-width: 767.8px) {
    .resume-container .resume-col h3 {
        font-size: 18px;
    }

    .letter-limit {
        font-size: 18px;
    }

    #footer {
        font-size: 18px;
    }

    .internal .internal-img-box .desc {
        font-size: 18px;
    }

    .page-404 .inner-404 a {
        font-size: 18px;
    }

    body,
    div,
    span,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    code,
    del,
    dfn,
    em,
    img,
    q,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    dialog,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
        font-size: 18px;
    }

    ul.list-chek li {
        font-size: 18px;
    }
}

/*# sourceMappingURL=main.min.css.map */
