/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/**
 * Add the correct display in IE 9-.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* 1 */
/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * Add the correct font style in Android 4.3-.
 */
/**
 * Add the correct background and color in IE 9-.
 */
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in iOS 4-7.
 */
/**
 * Remove the border on images inside links in IE 10-.
 */
/**
 * Hide the overflow in IE.
 */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE.
 */
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/*
 * Add the correct display in all browsers.
 */
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* Slider */
/*joomla system message*/
/*widgetkit lightbox border-box fixes*/
/*icons for links to files*/
/*--------------------HEADER--------------------*/
/*--------------------ABOUT_1--------------------*/
/*--------------------ABOUT_2--------------------*/
/*--------------------ABOUT_3--------------------*/
/*--------------------AREAS--------------------*/
/*--------------------DOCS_BLOCK--------------------*/
/*--------------------MAIN_content--------------------*/
/*--------------------POP_UP_content--------------------*/
/*--------------------PARTNERS_BLOCK--------------------*/
/*--------------------CONTACTS_--------------------*/
/*--------------------FOOTER_--------------------*/
/*----------------------FORMS_----------------------*/
/*----------------------TABLET_MEDIA----------------------*/
/*----------------------MOBILE_MEDIA----------------------*/
html {
    /* 1 */
    font-family: sans-serif;
    /* 2 */
    line-height: 1.15;
    /* 3 */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    /* 1 */
    box-sizing: content-box;
    height: 0;
    /* 2 */
    overflow: visible;
}

pre {
    /* 1 */
    font-family: monospace, monospace;
    /* 2 */
    font-size: 1em;
}

a {
    /* 1 */
    background-color: transparent;
    /* 2 */
    -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
    /* 1 */
    border-bottom: none;
    /* 2 */
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    /* 1 */
    font-family: monospace, monospace;
    /* 2 */
    font-size: 1em;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    /* 2 */
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    /* 2 */
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

legend {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    color: inherit;
    display: table;
    max-width: 100%;
    /* 3 */
    padding: 0;
    white-space: normal;
}

progress {
    /* 1 */
    display: inline-block;
    /* 2 */
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    padding: 0;
}

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

[type="search"] {
    /* 1 */
    -webkit-appearance: textfield;
    /* 2 */
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    /* 1 */
    -webkit-appearance: button;
    /* 2 */
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.supwrap {
    width: 1250px;
    margin: 0 auto;
}

.supwrap:before,
.supwrap:after {
    display: table;
    content: "";
}

.supwrap:after {
    clear: both;
}

#system-message>div {
    padding: 30px;
    background: grey;
    text-align: center;
    position: fixed;
    width: 500px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -150px;
}

#system-message>div .close {
    display: block;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    line-height: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #fff;
}

#system-message>div h4 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

#system-message>div p {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #fff;
}

#system-message>div.alert-warning h4 {
    color: #fff;
}

#lightbox-wrap,
#lightbox-overlay,
#lightbox-wrap *,
#lightbox-overlay *,
#lightbox-wrap *:before,
#lightbox-overlay *:before,
#lightbox-wrap *:after,
#lightbox-overlay *:after,
#sbox-window,
#sbox-window:after,
#sbox-window:before,
#sbox-window *,
#sbox-window *:before,
#sbox-window *:after,
.contentpane,
#jquery-lightbox,
#jquery-lightbox *,
#jquery-lightbox *:before,
#jquery-lightbox *:after {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.contentarea a[href$='.7z'] {
    background: transparent url(../images/filetypes/7z.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.doc'] {
    background: transparent url(../images/filetypes/doc.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.odc'] {
    background: transparent url(../images/filetypes/odc.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.odf'] {
    background: transparent url(../images/filetypes/odf.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.odt'] {
    background: transparent url(../images/filetypes/odt.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.pdf'] {
    background: transparent url(../images/filetypes/pdf.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.ppt'] {
    background: transparent url(../images/filetypes/ppt.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.rar'] {
    background: transparent url(../images/filetypes/rar.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.rtf'] {
    background: transparent url(../images/filetypes/rtf.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.vsd'] {
    background: transparent url(../images/filetypes/vsd.png) top left no-repeat;
    padding: 1px 0 1px 20px;
}

.contentarea a[href$='.xls'] {
    background: transparent url(../images/filetypes/xls.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.zip'] {
    background: transparent url(../images/filetypes/zip.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

.contentarea a[href$='.psd'] {
    background: transparent url(../images/filetypes/psd.png) top left no-repeat;
    padding: 1px 0 1px 20px;
    display: inline-block;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    text-transform: uppercase;
}

.main-button {
    width: 290px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    /* Style for "btn" */
    margin: 0;
    height: 50px;
    border-radius: 28px;
    background-image: linear-gradient(-8deg, #c00808 0%, #f74848 100%);
}

.main-button:hover {
    box-shadow: 0 0 25px rgba(152, 23, 20, 0.45);
}

.overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
}

.overlay .moduletable {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-width: 100%;
    width: 50%;
    background: #fff;
    padding: 33px 114px 55px 210px;
    color: black; 
    /* color: red; */
}

.top {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.25);
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 40;
}

.top .mobile-menu {
    display: block;
}

.top .logo,
.top .topmenu,
.top .topstuff {
    float: left;
    display: inline-block;
}

.top .logo {
    width: 18%;
    padding-top: 34px;
}

.top .topmenu {
    width: 65%;
}

.top .topmenu ul {
    padding-left: 0;
    margin-top: 43px;
}

.top .topmenu ul li {
    display: inline-block;
}

.top .topmenu ul li a {
    text-decoration: none;
    color: #363636;
    text-transform: uppercase;
    padding: 46px 15px;
    font-weight: 300;
    font-size: 16px;
}

.top .topmenu ul li a.red {
    border-bottom: 3px solid #f74848;
}

.top .topstuff {
    width: 17%;
    padding-top: 43px;
    text-align: right;
}

.top .topstuff p {
    margin-top: 0;
    font-weight: 500;
}

.top .topstuff .phone.custom a {
    cursor: pointer;
    text-decoration: none;
    color: #363636;
    font-size: 18px;
}

.top .menu-button {
    display: none;
}

.overlay.about-us-block .moduletable {
    padding: 33px 50px 55px 50px;
}

.overlay.about-us-block .apelsun_simple {
    max-height: 750px;
    overflow: auto;
}

.overlay.about-us-block .apelsun_simple h3 {
    text-align: center;
    padding: 0 140px;
    margin-bottom: 30px;
}

.overlay.about-us-block .apelsun_simple #close-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    background: url(../images/close-button.jpg) center no-repeat;
}

.overlay.about-us-block .apelsun_simple .editor ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 22px;
    list-style: none;
    color: #000;
}

.overlay.about-us-block .apelsun_simple .editor ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    top: 10px;
    left: -10px;
    border-radius: 50%;
}

.overlay.about-us-block .apelsun_simple::-webkit-scrollbar-track {
    background-color: #fff;
}

.overlay.about-us-block .apelsun_simple::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.overlay.about-us-block .apelsun_simple::-webkit-scrollbar-thumb {
    background-color: #c00808;
}

.about-1>div {
    height: 938px;
    background-repeat: no-repeat;
    background-position: 63% 110%;
    padding-top: 370px;
}

.about-1>div .supwrap {
    /* Style for "btn" */
}

.about-1>div .supwrap h2 {
    font-size: 44px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
    color: #fff;
    margin-top: 0;
}

.about-1>div .supwrap>div {
    font-size: 31px;
    font-weight: 400;
    line-height: 54px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
    color: #fff;
}

.about-1>div .supwrap button {
    width: 290px;
    height: 55px;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.31);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.31);
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background-image: -webkit-linear-gradient(98deg, #c00808 0%, #f74848 100%);
    background-image: -o-linear-gradient(98deg, #c00808 0%, #f74848 100%);
    background-image: linear-gradient(-8deg, #c00808 0%, #f74848 100%);
    background-position: left, right;
}

.about-1>div .supwrap button:hover {
    box-shadow: 0 0 10px rgba(152, 23, 20, 0.45);
}

.about-2>div {
    min-height: 835px;
    text-align: center;
    padding-top: 98px;
    background-repeat: no-repeat;
    background-position: 10% 0%;
    color: #fff;
}

.about-2>div .supwrap {
    position: relative;
}

.about-2>div .supwrap h2 {
    font-size: 40px;
    margin-bottom: 55px;
    color: #363636;
    font-weight: 500;
    text-transform: none;
}

.about-2>div .supwrap .desc-text {
    margin-bottom: 105px;
    font-size: 18px;
    font-weight: 300;
    width: 1010px;
    height: 61px;
    color: #363636;
    margin: auto;
}

.about-2>div .supwrap .vertical {
    position: absolute;
    left: -253px;
    top: 77px;
    opacity: 0.4;
    color: #5b5b5b;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
}

.about-2>div .supwrap button {
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.31);
    border-radius: 28px;
    background-image: linear-gradient(-8deg, #c00808 0%, #f74848 100%);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    /* Text style for "Д, етальні" */
    text-transform: uppercase;
    letter-spacing: 0.35px;
    margin-top: 50px;
    margin-bottom: 55px;
}

.about-2>div .supwrap button:hover {
    box-shadow: 0 0 10px rgba(152, 23, 20, 0.45);
}

.about-2>div .supwrap .item-block :first-child {
    margin-right: 1%;
}

.about-2>div .supwrap .item-block :last-child {
    margin-left: 8%;
}

.about-2>div .supwrap .item-block .one-item {
    width: 30%;
    float: left;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0% 25%;
    min-height: 220px;
}

.about-2>div .supwrap .item-block .one-item h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #363636;
    padding-left: 92px;
    padding-top: 7px;
}

.about-2>div .supwrap .item-block .one-item p {
    font-size: 18px;
    color: #363636;
    margin-left: 92px;
}

.about-3>div {
    min-height: 840px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about-3>div .supwrap .left {
    float: left;
    display: inline-block;
    margin-top: 169px;
}

.about-3>div .supwrap .left h2 {
    font-size: 40px;
    margin-top: 70px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.about-3>div .supwrap .left div {
    margin-bottom: 70px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
    color: #fff;
    font-size: 31px;
    font-weight: 400;
}

.about-3>div .supwrap .right {
    float: right;
    display: inline-block;
    height: 715px;
    width: 600px;
    margin-top: 72px;
}

.about-3>div .supwrap .right ul {
    margin-top: 70px;
}

.about-3>div .supwrap .right ul li {
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 60px;
    position: relative;
    color: #fff;
}

.about-3>div .supwrap .right ul li:after {
    content: '';
    height: 40px;
    width: 1px;
    position: absolute;
    left: 30px;
    bottom: -48px;
    transform: rotate(-30deg);
    background: #e53935;
}

.about-3>div .supwrap .right ul li:nth-child(1) {
    padding-left: 17px;
}

.about-3>div .supwrap .right ul li:nth-child(1):after {
    left: 107px;
}

.about-3>div .supwrap .right ul li:nth-child(2) {
    padding-left: 64px;
}

.about-3>div .supwrap .right ul li:nth-child(2):after {
    left: 154px;
}

.about-3>div .supwrap .right ul li:nth-child(3) {
    padding-left: 111px;
}

.about-3>div .supwrap .right ul li:nth-child(3):after {
    left: 201px;
    bottom: -48px;
}

.about-3>div .supwrap .right ul li:nth-child(4) {
    padding-left: 158px;
}

.about-3>div .supwrap .right ul li:nth-child(4):after {
    left: 248px;
}

.about-3>div .supwrap .right ul li:nth-child(5) {
    padding-left: 205px;
}

.about-3>div .supwrap .right ul li:nth-child(5):after {
    left: 295px;
}

.about-3>div .supwrap .right ul li:nth-child(6) {
    padding-left: 252px;
}

.about-3>div .supwrap .right ul li:nth-child(6):after {
    left: 342px;
}

.about-3>div .supwrap .right ul li:nth-child(7) {
    padding-left: 299px;
}

.about-3>div .supwrap .right ul li:nth-child(7):after {
    left: 389px;
}

.about-3>div .supwrap .right ul li:nth-child(8) {
    padding-left: 346px;
    white-space: nowrap;
}

.about-3>div .supwrap .right ul li:nth-child(8):after {
    background: none;
}

.areas {
    padding-top: 61px;
    color: #fff;
    min-height: 1000px;
    padding-bottom: 50px;
}

.areas .supwrap {
    position: relative;
}

.areas .supwrap .vertical {
    position: absolute;
    left: -220px;
    top: 128px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
    opacity: 0.4;
    color: #5b5b5b;
    line-height: 48px;
}

.areas .supwrap li.area-block {
    list-style-type: none;
    clear: both;
    min-height: 410px;
}

.areas .supwrap li.area-block .right {
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    width: 55%;
    position: relative;
}

.areas .supwrap li.area-block .right img {
    position: absolute;
}

.areas .supwrap li.area-block .left {
    padding-left: 30px;
    width: 45%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.areas .supwrap li.area-block .left h3 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 20px;
    color: #363636;
    font-weight: 500;
    text-transform: uppercase;
}

.areas .supwrap li.area-block .left ul {
    padding-left: 0;
}

.areas .supwrap li.area-block .left ul li {
    position: relative;
    list-style: none;
    font-size: 18px;
    margin-bottom: 10px;
    color: #363636;
    padding-right: 20px;
    margin-left: 20px;
}

.areas .supwrap li.area-block .left ul li:before {
    position: absolute;
    content: "·";
    font-size: 20px;
    left: -19px;
    top: -2px;
}

.areas .supwrap li.area-block .left .main-button {
    left: 0;
    bottom: -50px;
    margin-top: 20px;
}

.areas .supwrap li.area-block .left .main-button:hover {
    box-shadow: 0 0 10px #360201;
}

.areas .supwrap li.area-block:nth-child(odd) .left {
    float: right;
}

.areas .supwrap li.area-block:nth-child(odd) .left .main-button {
    left: 30px;
}

.areas .supwrap li.area-block:nth-child(odd) .right {
    float: left;
}

.areas .supwrap li.area-block:nth-child(even) .left {
    float: left;
    padding-left: 0;
}

.areas .supwrap li.area-block:nth-child(even) .right {
    float: right;
}

.areas .supwrap li.area-block:nth-child(1) img {
    left: -11px;
    top: -83px;
}

.areas .supwrap li.area-block:nth-child(2) img {
    right: -1px;
    top: -66px;
}

.areas .supwrap li.area-block:nth-child(3) img {
    right: 110px;
    top: -68px;
}

.areas .supwrap li.area-block:nth-child(4) img {
    bottom: -64px;
    left: 0;
}

.areas .supwrap li.area-block:nth-child(5) img {
    bottom: -76px;
    left: 30px;
}

.docs-block {
    height: 830px;
    padding-top: 100px;
    text-align: center;
}

.docs-block .supwrap {
    position: relative;
}

.docs-block .supwrap .text {
    font-weight: 300;
    margin-bottom: 90px;
    color: #363636;
    font-size: 28px;
}

.docs-block .supwrap .vertical {
    position: absolute;
    left: -287px;
    top: 160px;
    color: #eee;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
    line-height: 48px;
}

.docs-block .supwrap .slider {
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.docs-block .supwrap .slider .slick-arrow {
    width: 17px;
    height: 30px;
    position: absolute;
    cursor: pointer;
}

.docs-block .supwrap .slider .slick-prev {
    background: url("../images/arrow-left-grey.png") center no-repeat;
    left: -76px;
    top: 43%;
}

.docs-block .supwrap .slider .slick-prev:hover {
    background: url("../images/arrow-left-red.png") center no-repeat;
}

.docs-block .supwrap .slider .slick-next {
    background: url("../images/arrow-right-grey.png") center no-repeat;
    right: -76px;
    top: 43%;
}

.docs-block .supwrap .slider .slick-next:hover {
    background: url("../images/arrow-right-red.png") center no-repeat;
}

.docs-block .supwrap .slider div {
    outline: none;
}

.docs-block .supwrap .slider .item {
    width: 340px;
    height: 465px;
    position: relative;
    cursor: pointer;
}

.docs-block .supwrap .slider .item:hover::after {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    height: 465px;
    z-index: 1;
}

.docs-block .supwrap .slider .item:hover::before {
    content: '';
    background: url("../images/hover-plus.png") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 140px;
    z-index: 3;
    pointer-events: none;
    margin: auto auto;
}

.docs-block .supwrap .slider img {
    width: 340px;
    height: 465px;
    z-index: 2;
    position: relative;
    background-color: #ebebeb;
}

.docs-block .supwrap .slider img:hover {
    transition: all 1s ease;
    opacity: 0.5;
}

.slick-lightbox .slick-arrow {
    display: none !important;
}

.projects-on-main {
    position: relative;
}

.projects-on-main #loadMore {
    height: 50px;
    width: 290px;
    border-radius: 25px;
    background: #e53935;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    margin: 60px auto 0;
    text-align: center;
    padding-top: 18px;
}

.projects-on-main #loadMore:hover {
    box-shadow: 0 0 10px #360201;
}

.projects-on-main .vertical {
    position: absolute;
    left: -186px;
    top: 70px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
    opacity: 0.5;
    color: #fff;
    line-height: 48px;
}

.projects-on-main .uk-margin {
    /* Style for "За роки ро" */
    margin-bottom: 67px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.projects-on-main .uk-margin p {
    margin: 0;
    text-align: center;
}

.projects-on-main .product-clients {
    text-align: center;
}

.projects-on-main .product-items {
    display: inline-block;
}

.projects-on-main .product-items .layout-default {
    position: relative;
}

.projects-on-main .product-items .layout-default:hover .company {
    display: none;
}

.projects-on-main .product-items .layout-default .project-img {
    position: relative;
}

.projects-on-main .product-items .layout-default .project-img::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: 0.3;
    pointer-events: none;
}

.projects-on-main .product-items .layout-default .project-img:hover:after {
    content: '';
    background: url("../images/hover-plus.png") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 140px;
    z-index: 3;
    pointer-events: none;
    margin: auto auto;
}

.projects-on-main .product-items .layout-default .project-img:hover::before {
    display: none;
}

.projects-on-main .product-items .layout-default .company {
    z-index: 1;
    position: absolute;
    top: 43%;
    text-align: center;
    width: 100%;
}

.projects-on-main .product-items .layout-default .company a {
    text-decoration: none;
    color: #fff5f5;
    font-size: 25px;
    text-transform: uppercase;
}

.main-content {
    background-image: linear-gradient(-6deg, #03153f 0%, #0d3c8a 100%);
    color: #fff;
    padding-bottom: 85px;
    padding-top: 80px;
}

.main-content .product-clients {
    position: relative;
}

.main-content .product-clients .uk-pagination {
    display: none;
}

.main-content .product-clients #loadMore {
    height: 50px;
    width: 290px;
    border-radius: 25px;
    background: #e53935;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    margin: 60px auto 0;
    text-align: center;
    padding-top: 18px;
}

.main-content .product-clients #loadMore:hover {
    box-shadow: 0 0 10px #360201;
}

.main-content .product-clients .vertical {
    position: absolute;
    left: -186px;
    top: 70px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
    opacity: 0.5;
    color: #fff;
    line-height: 48px;
}

.main-content .product-clients>.uk-margin {
    /* Style for "За роки ро" */
    margin-bottom: 67px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.main-content .product-clients>.uk-margin p {
    margin: 0;
}

.main-content .product-clients>.uk-margin p span {
    text-align: center;
}

.main-content .product-clients .uk-grid {
    margin: 0 auto;
    overflow: hidden;
    width: 1250px;
    display: none;
}

.main-content .product-clients .uk-grid .uk-card {
    float: left;
    display: inline-block;
    position: relative;
    width: 410px;
    height: 363px;
    margin: 3px;
}

.main-content .product-clients .uk-grid .uk-card::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: 0.3;
    pointer-events: none;
}

.main-content .product-clients .uk-grid .uk-card:hover::after {
    content: '';
    background: url("../images/hover-plus.png") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 140px;
    z-index: 3;
    pointer-events: none;
    margin: auto auto;
}

.main-content .product-clients .uk-grid .uk-card:hover::before,
.main-content .product-clients .uk-grid .uk-card:hover .client-title,
.main-content .product-clients .uk-grid .uk-card:hover .company-title {
    display: none;
}

.main-content .product-clients .uk-grid .uk-card .client-title {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 16px;
    font-weight: 300;
}

.main-content .product-clients .uk-grid .uk-card .company-title {
    position: absolute;
    top: 160px;
    width: 100%;
    text-align: center;
    margin: 0;
}

.main-content .product-clients .uk-grid .uk-card .company-title a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.main-content .product-clients .uk-grid .uk-card .teaser-img img {
    width: 411px;
    height: 363px;
}

.pop-up-content {
    position: fixed;
    width: 1250px;
    height: 800px;
    background: #fff;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 16;
    display: none;
    padding-left: 70px;
    padding-right: 70px;
    box-shadow: 0 0 10px #999;
}

.pop-up-content .product-clients {
    position: relative;
}

.pop-up-content .product-clients .close-block {
    position: absolute;
    right: -45px;
    top: -45px;
    background: url("../images/close.jpg") center no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 5;
}

.pop-up-content .slider-wrapper {
    width: 1100px;
    margin: 70px auto 30px;
    height: 400px;
}

.pop-up-content .slider-wrapper .slider {
    position: relative;
    height: 400px;
}

.pop-up-content .slider-wrapper .slider .slick-arrow {
    width: 17px;
    height: 30px;
    position: absolute;
    cursor: pointer;
}

.pop-up-content .slider-wrapper .slider .slick-prev {
    background: url("../images/arrow-left-grey.png") center no-repeat;
    left: -30px;
    top: 43%;
}

.pop-up-content .slider-wrapper .slider .slick-prev:hover {
    background: url("../images/arrow-left-red.png") center no-repeat;
}

.pop-up-content .slider-wrapper .slider .slick-next {
    background: url("../images/arrow-right-grey.png") center no-repeat;
    right: -30px;
    top: 43%;
}

.pop-up-content .slider-wrapper .slider .slick-next:hover {
    background: url("../images/arrow-right-red.png") center no-repeat;
}

.pop-up-content .slider-wrapper .slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
}

.pop-up-content .slider-wrapper .slider .slick-dots li {
    display: inline-block;
}

.pop-up-content .slider-wrapper .slider .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #363636;
    border: 0;
    cursor: pointer;
    margin: 0 7px;
}

.pop-up-content .slider-wrapper .slider .slick-dots li.slick-active button {
    background: #e53935;
}

.pop-up-content .slider-wrapper .slider * {
    outline: none;
}

.pop-up-content .slider-wrapper .slider img {
    height: 400px;
}

.pop-up-content .content .left {
    float: left;
    width: 50%;
    display: inline-block;
}

.pop-up-content .content .left h4 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.pop-up-content .content .left h3 {
    font-size: 25px;
    margin-top: 25px;
}

.pop-up-content .content .right {
    float: right;
    width: 50%;
    display: inline-block;
    max-height: 290px;
    overflow: auto;
}

.pop-up-content .content .right::-webkit-scrollbar-track {
    background-color: #fff;
}

.pop-up-content .content .right::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

.pop-up-content .content .right::-webkit-scrollbar-thumb {
    background-color: #c00808;
}

.pop-up-content .content .right div:first-of-type {
    text-transform: uppercase;
    margin-bottom: 27px;
}

.pop-up-content .content .right div:first-of-type div {
    text-transform: none;
    margin-top: 12px;
}

.pop-up-content .content .right div:nth-of-type(2) {
    text-transform: uppercase;
}

.pop-up-content .content .right div:nth-of-type(2) div {
    text-transform: none;
    margin-top: 12px;
}

.pop-up-content .content .right p {
    margin: 0;
}

.partners {
    height: 510px;
    padding-top: 130px;
    text-align: center;
}

.partners .supwrap {
    position: relative;
}

.partners .supwrap .text {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 90px;
}

.partners .supwrap .vertical {
    position: absolute;
    left: -214px;
    top: 50px;
    color: #eee;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
}

.partners .supwrap .slider {
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.partners .supwrap .slider .slick-arrow {
    width: 17px;
    height: 30px;
    position: absolute;
    cursor: pointer;
}

.partners .supwrap .slider .slick-prev {
    background: url("../images/arrow-left-grey.png") center no-repeat;
    left: -76px;
    top: 43%;
}

.partners .supwrap .slider .slick-prev:hover {
    background: url("../images/arrow-left-red.png") center no-repeat;
}

.partners .supwrap .slider .slick-next {
    background: url("../images/arrow-right-grey.png") center no-repeat;
    right: -76px;
    top: 43%;
}

.partners .supwrap .slider .slick-next:hover {
    background: url("../images/arrow-right-red.png") center no-repeat;
}

.partners .supwrap .slider div {
    outline: none;
}

.partners .supwrap .slider .slick-track {
    height: 150px;
}

.partners .supwrap .slider .slick-slide {
    text-align: center;
    outline: none;
}

.partners .supwrap .slider .slick-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partners .supwrap .slider .slick-slide img {
    vertical-align: middle;
    display: inline-block;
}

.split-content {
    min-height: 900px;
    position: relative;
    z-index: 1;
}

.split-content .gradient {
    position: absolute;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(to bottom, #142b4c 27%, #142b4c 73%, rgba(20, 43, 76, 0) 100%);
    z-index: 2;
}

.split-content .supwrap {
    position: absolute;
    z-index: 3;
    left: 17%;
}

.split-content .sidebar-left {
    float: left;
    width: 50%;
}

.split-content .sidebar-left .contacts {
    position: relative;
    padding-top: 90px;
    color: #fff;
}

.split-content .sidebar-left .contacts .vertical {
    position: absolute;
    left: -210px;
    top: 185px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
    opacity: 0.5;
    line-height: 48px;
}

.split-content .sidebar-left .contacts .heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.split-content .sidebar-left .contacts .desc {
    margin-bottom: 45px;
}

.split-content .sidebar-left .contacts img {
    margin-right: 14px;
    user-select: none;
}

.split-content .sidebar-left .contacts .contacts-bottom {
    margin-top: -32px;
}

.split-content .sidebar-left .contacts .contacts-bottom .left {
    float: left;
    display: inline-block;
    height: 100px;
    margin-right: 40px;
    padding-top: 20px;
}

.split-content .sidebar-left .contacts .contacts-bottom .left .heading-show {
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 32px;
    user-select: none;
}

.split-content .sidebar-left .contacts .contacts-bottom .desc-show {
    float: left;
    border: 1px solid #e53935;
    width: 356px;
    padding: 15px;
    font-weight: 300;
    position: relative;
    display: none;
}

.split-content .sidebar-left .contacts .contacts-bottom .desc-show::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 82px;
    width: 15px;
    height: 17px;
    background: url("../images/arrow-left.jpg") center no-repeat;
}

.split-content .sidebar-left .contacts .contacts-bottom .show {
    display: inline-block;
}

.split-content .sidebar-right {
    float: right;
    width: 50%;
    padding-top: 47px;
    padding-left: 65px;
    padding-right: 88px;
}

.split-content .sidebar-right .question-form .rsform-block {
    margin: 0;
}

.split-content .sidebar-right .question-form .field-cv span:first-of-type span {
    position: relative;
    padding-left: 18px;
    color: #fff5f5;
}

.split-content .sidebar-right .question-form .field-cv span:first-of-type span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/clipboard.png") center no-repeat;
    cursor: pointer;
    position: absolute;
    left: 155px;
    top: 2px;
}

.split-content .sidebar-right .question-form .field-cv .choose-file {
    padding-left: 40px;
}

.split-content .sidebar-right .question-form .rsform-block-superfile {
    position: relative;
}

.split-content .sidebar-right .question-form .formBody {
    position: relative;
}

.split-content .sidebar-right .question-form .formBody label {
    width: 108px;
    height: 22px;
    background: #363636 url("../images/clipboard.png") 20% 50% no-repeat;
    position: absolute;
    left: 148px;
}

@-moz-document url-prefix() {
    .split-content .sidebar-right .question-form .formBody input[type="file"] {
        height: 14px;
        margin-top: 2px;
        margin-left: 164px;
    }
}

.split-content .sidebar-right .question-form .formResponsive .formHorizontal .formControlLabel {
    position: absolute;
    left: 5px;
    font-weight: 300;
}

.split-content .sidebar-right .question-form .formResponsive .formHorizontal .formControlLabel strong.formRequired {
    margin: 0;
}

.split-content .sidebar-right .question-form input[type="file"] {
    line-height: 8px;
    width: 221px;
    height: 14px;
    margin-top: 8px;
    outline: none;
    margin-left: 154px;
    display: none;
}

.split-content .sidebar-right .question-form .formControls {
    /*margin-right: 60px;*/
    margin-left: 0;
}

.split-content .sidebar-right .question-form h2 {
    margin-top: 0;
    font-size: 25px;
    margin-left: 45px;
    margin-bottom: 30px;
    color: #fff5f5;
    font-weight: 500;
    text-transform: uppercase;
}

.split-content .sidebar-right .question-form input[type="text"],
.split-content .sidebar-right .question-form textarea {
    width: 386px;
    height: 40px;
    border-radius: 25px;
    outline: 0;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding-left: 20px;
    max-height: 120px;
    box-shadow: none;
}

.split-content .sidebar-right .question-form input[type="text"]:focus,
.split-content .sidebar-right .question-form textarea:focus {
    border: 1px solid #e53935;
    background: #2a2a2a;
}

.split-content .sidebar-right .question-form input[type="text"]::placeholder,
.split-content .sidebar-right .question-form textarea::placeholder {
    color: #fff;
}

.split-content .sidebar-right .question-form textarea {
    padding-top: 15px;
    height: 29px;
    resize: none;
    overflow: hidden;
}

.split-content .sidebar-right .question-form button {
    background-color: #e53935;
    background-repeat: no-repeat;
    background-position: left, right;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    margin: 0;
    margin-left: 65px;
    /* Style for "btn" */
    margin-top: 15px;
    width: 250px;
    height: 55px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.31);
    border-radius: 28px;
    background-image: linear-gradient(-8deg, #c00808 0%, #f74848 100%);
}

.split-content .sidebar-right .question-form button:hover {
    box-shadow: 0 0 10px #360201;
}

.bottom {
    min-height: 36px;
    background: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
}

.bottom .left {
    float: left;
    padding-top: 14px;
}

.bottom .right {
    float: right;
}

.bottom .right p {
    float: left;
}

.bottom .right .apelsun {
    float: right;
    display: inline-block;
    margin-left: 14px;
    margin-top: 6px;
}

.bottom .right .apelsun-image {
    width: 25px;
    height: 25px;
    background: url("../images/apelsun.jpg") center no-repeat;
}

.itemid-123 .top {
    display: none;
}

.itemid-123 .split-content {
    display: none;
}

.itemid-123 .footer {
    display: none;
}

.itemid-123 .main-content {
    background-image: none;
    color: #000;
    text-align: center;
    padding-top: 120px;
    /* Style for "btn" */
}

.itemid-123 .main-content .error-404 div {
    width: 250px;
    height: 55px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.31);
    border-radius: 28px;
    background-image: linear-gradient(-8deg, #c00808 0%, #f74848 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.itemid-123 .main-content .error-404 div a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.itemid-166 .main-content,
.itemid-167 .main-content,
.itemid-168 .main-content {
    padding-top: 110px;
    background-image: none;
}

.itemid-166 .main-content .navigator ul,
.itemid-167 .main-content .navigator ul,
.itemid-168 .main-content .navigator ul {
    padding-left: 0;
}

.itemid-166 .main-content .navigator ul li,
.itemid-167 .main-content .navigator ul li,
.itemid-168 .main-content .navigator ul li {
    display: inline-block;
    color: #0d3c8a;
    font-size: 14px;
}

.itemid-166 .main-content .navigator ul li a.pathway,
.itemid-167 .main-content .navigator ul li a.pathway,
.itemid-168 .main-content .navigator ul li a.pathway {
    color: #363636;
    font-size: 14px;
    text-decoration: none;
}

.itemid-166 .main-content .project-filter ul,
.itemid-167 .main-content .project-filter ul,
.itemid-168 .main-content .project-filter ul {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 1250px;
    padding-left: 0px;
}

.itemid-166 .main-content .project-filter ul li,
.itemid-167 .main-content .project-filter ul li,
.itemid-168 .main-content .project-filter ul li {
    display: inline-block;
    width: 33.3%;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background-color: #f7f7f7;
}

.itemid-166 .main-content .project-filter ul li a,
.itemid-167 .main-content .project-filter ul li a,
.itemid-168 .main-content .project-filter ul li a {
    color: #0d3c8a;
    font-size: 24px;
    font-weight: 400;
    line-height: 84.59px;
    text-decoration: none;
    border-bottom: 2px solid #0d3c8a;
}

.itemid-166 .main-content .project-filter ul li.current,
.itemid-167 .main-content .project-filter ul li.current,
.itemid-168 .main-content .project-filter ul li.current {
    border-radius: 10px 10px 0 0;
    border: 1px solid #f7f7f7;
    background-color: #fff;
}

.itemid-166 .main-content .project-filter ul li.current a,
.itemid-167 .main-content .project-filter ul li.current a,
.itemid-168 .main-content .project-filter ul li.current a {
    color: #363636;
    font-size: 24px;
    line-height: 84.59px;
    text-decoration: none;
    border-bottom: none;
}

.itemid-166 .main-content .product-clients h1,
.itemid-167 .main-content .product-clients h1,
.itemid-168 .main-content .product-clients h1 {
    display: none;
}

.itemid-166 .main-content .uk-margin,
.itemid-167 .main-content .uk-margin,
.itemid-168 .main-content .uk-margin {
    display: none;
}

.itemid-166 .main-content .uk-pagination,
.itemid-167 .main-content .uk-pagination,
.itemid-168 .main-content .uk-pagination {
    display: block;
    text-align: center;
}

.itemid-166 .main-content .uk-pagination li,
.itemid-167 .main-content .uk-pagination li,
.itemid-168 .main-content .uk-pagination li {
    display: inline-block;
}

.itemid-166 .main-content .uk-pagination li.uk-active,
.itemid-167 .main-content .uk-pagination li.uk-active,
.itemid-168 .main-content .uk-pagination li.uk-active {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0d3c8a;
    opacity: 1;
}

.itemid-166 .main-content .uk-pagination li a,
.itemid-167 .main-content .uk-pagination li a,
.itemid-168 .main-content .uk-pagination li a {
    opacity: 0.5;
    color: #363636;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 15px;
    text-decoration: none;
}

.itemid-166 .main-content .uk-pagination li a.arrow-l,
.itemid-167 .main-content .uk-pagination li a.arrow-l,
.itemid-168 .main-content .uk-pagination li a.arrow-l {
    margin: 0;
    padding: 0 5px;
    position: relative;
}

.itemid-166 .main-content .uk-pagination li a.arrow-l:before,
.itemid-167 .main-content .uk-pagination li a.arrow-l:before,
.itemid-168 .main-content .uk-pagination li a.arrow-l:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    border-top: 2px solid #363636;
    border-left: 2px solid #363636;
    transform: rotate(-45deg);
}

.itemid-166 .main-content .uk-pagination li a.arrow-l:hover:before,
.itemid-167 .main-content .uk-pagination li a.arrow-l:hover:before,
.itemid-168 .main-content .uk-pagination li a.arrow-l:hover:before {
    border-top: 2px solid #c00808;
    border-left: 2px solid #c00808;
}

.itemid-166 .main-content .uk-pagination li a.arrow-r,
.itemid-167 .main-content .uk-pagination li a.arrow-r,
.itemid-168 .main-content .uk-pagination li a.arrow-r {
    margin: 0;
    padding: 0 5px;
    position: relative;
}

.itemid-166 .main-content .uk-pagination li a.arrow-r:before,
.itemid-167 .main-content .uk-pagination li a.arrow-r:before,
.itemid-168 .main-content .uk-pagination li a.arrow-r:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 16px;
    height: 16px;
    display: block;
    border-top: 2px solid #363636;
    border-right: 2px solid #363636;
    transform: rotate(45deg);
}

.itemid-166 .main-content .uk-pagination li a.arrow-r:hover:before,
.itemid-167 .main-content .uk-pagination li a.arrow-r:hover:before,
.itemid-168 .main-content .uk-pagination li a.arrow-r:hover:before {
    border-top: 2px solid #c00808;
    border-right: 2px solid #c00808;
}

.itemid-166 .main-content .vertical,
.itemid-167 .main-content .vertical,
.itemid-168 .main-content .vertical {
    opacity: 0.5;
    color: #eee;
    font-size: 60px;
    line-height: 48px;
    text-transform: uppercase;
}

.itemid-166 .main-content #loadMore,
.itemid-167 .main-content #loadMore,
.itemid-168 .main-content #loadMore {
    display: none;
}

.forms-block {
    position: relative;
    color: #363636;
    text-align: center;
}

.forms-block .app-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 550px;
    height: 530px;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px #999;
    z-index: 50;
}

.forms-block .app-form form {
    position: relative;
    /*.formControls {

                label {
                    background: #fff url("../images/clipboard-grey.png") left no-repeat;
                    width: 103px;
                    position: absolute;
                    left: 223px;
                    cursor: pointer;
                }
            }*/
    /*fieldset > div:nth-of-type(4) {

                .formBody {
                    position: relative;

                    &::before {
                        content: "Прикріпити файл";
                    }

                    label {
                        position: absolute;
                        left: 229px;
                        height: 17px;
                        width: 101px;
                        background: #fff url("../images/clipboard-grey.png") 14% 61% no-repeat;

                    }
                    @-moz-document url-prefix() {
                        label {
                            background: #fff url("../images/clipboard-grey.png") 14% 61% no-repeat;
                            left: 229px;
                            height: 30px;
                            width: 90px;

                        }
                    }
                }

            }*/
}

.forms-block .app-form form .close-block {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 20px;
    top: -40px;
    background: url("../images/close-button.jpg") center no-repeat;
    cursor: pointer;
}

.forms-block .app-form form .rsform-block {
    margin: 0;
}

.forms-block .app-form form .rsform-block-file {
    position: relative;
}

.forms-block .app-form form .rsform-block-file .formControlLabel {
    position: absolute;
    left: 75px;
    font-weight: 300;
    display: block;
}

.forms-block .app-form form .rsform-block-file .formControlLabel strong.formRequired {
    margin: 0;
    font-size: 16px;
}

.forms-block .app-form form .formControlLabel {
    float: none;
    display: none;
}

.forms-block .app-form form input[type="file"] {
    line-height: 8px;
    width: 221px;
    height: 14px;
    margin-top: 5px;
    outline: none;
    margin-left: 0;
    /*&:before {
                    content: '';
                    display: block;
                    width: 16px;
                    height: 16px;
                    background: url("../images/clipboard-grey.png") center no-repeat;
                    cursor: pointer;

                }*/
    display: none;
}

@-moz-document url-prefix() {
    .forms-block .app-form form input[type="file"] {
        margin-bottom: 20px;
    }
}

.forms-block .app-form form .field-cv {
    padding-top: 5px;
}

.forms-block .app-form form .field-cv span:first-of-type span {
    position: relative;
    padding-left: 90px;
}

.forms-block .app-form form .field-cv span:first-of-type span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/clipboard-grey.png") center no-repeat;
    cursor: pointer;
    position: absolute;
    left: 227px;
    top: 2px;
}

.forms-block .app-form form .field-cv .choose-file {
    padding-left: 40px;
}

.forms-block .app-form form .formControls {
    margin: 0;
}

.forms-block .app-form form h2 {
    margin-top: 60px;
    font-size: 25px;
    margin-bottom: 30px;
}

.forms-block .app-form form input[type="text"],
.forms-block .app-form form textarea {
    width: 386px;
    height: 40px;
    border-radius: 25px;
    outline: 0;
    border: 1px solid #363636;
    background: #fff;
    color: #363636;
    padding-left: 20px;
    max-height: 120px;
    /*&:focus {
                    border: 1px solid @red;
                    background: #2a2a2a;
                }*/
    box-shadow: none;
}

.forms-block .app-form form input[type="text"]::placeholder,
.forms-block .app-form form textarea::placeholder {
    color: #363636;
}

.forms-block .app-form form textarea {
    padding-top: 15px;
    height: 29px;
    resize: none;
    overflow: hidden;
}

.forms-block .app-form form button {
    background-color: #e53935;
    background-repeat: no-repeat;
    background-position: left, right;
    height: 50px;
    width: 290px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    margin: 0;
    margin-top: 25px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.31);
    background-image: linear-gradient(-8deg, #c00808 0%, #f74848 100%);
}

.forms-block .app-form form button:hover {
    box-shadow: 0 0 10px #363636;
    background-color: #e53935;
    background-repeat: no-repeat;
    background-position: left, right;
}

.itemid-165 .main-content {
    padding-top: 0;
}

.itemid-165 .main-content .navigator {
    margin-left: -5px;
}

.itemid-165 .main-content .navigator ul {
    padding-left: 0;
}

.itemid-165 .main-content .navigator ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.itemid-165 .main-content .navigator ul li a.pathway {
    opacity: 0.5;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.itemid-165 {
    margin-top: 109px;
}

.itemid-165 ul.product-news {
    display: none;
}

.itemid-165 .main-content {
    color: #000;
}

.itemid-165 .main-content .product-news {
    position: relative;
}

.itemid-165 .main-content .product-news .vertical {
    position: absolute;
    left: -186px;
    top: 102px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    transform: rotate(-90deg);
    margin: 0;
    opacity: 0.5;
    color: #fff;
    line-height: 48px;
}

.itemid-165 .main-content .product-news>.uk-margin {
    /* Style for "За роки ро" */
    margin-bottom: 67px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.itemid-165 .main-content .product-news>.uk-margin p {
    margin: 0;
}

.itemid-165 .main-content .product-news .uk-grid {
    margin-top: 0;
    overflow: hidden;
    width: 102%;
    display: flex !important;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-left: -15px;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card {
    display: inline-block;
    position: relative;
    width: 400px;
    height: 363px;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    padding: 3px;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card:hover {
    border: 2px solid #c00808;
    cursor: pointer;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image {
    text-align: center;
    padding-top: 19px;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image img {
    width: 365px;
    height: 209px;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .news-data {
    position: relative;
    margin: 28px auto 0;
    color: #363636;
    font-size: 16px;
    font-weight: 300;
    padding-left: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .news-data:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(/images/calendar.png);
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .news-data a {
    float: right;
    color: #0d3c8a;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    border-bottom: 1px solid #0d3c8a;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card:hover::before,
.itemid-165 .main-content .product-news .uk-grid .uk-card:hover .client-title,
.itemid-165 .main-content .product-news .uk-grid .uk-card:hover .company-title {
    display: none;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .news-title {
    margin: 17px 0 0 18px;
    color: #363636;
    font-weight: 500;
    font-size: 19px;
    text-transform: none;
    text-align: left;
}

.itemid-165 .main-content .product-news .uk-grid .uk-card .news-title a {
    display: block;
    color: #363636;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}

.itemid-165 .main-content .product-news .uk-pagination {
    text-align: center;
}

.itemid-165 .main-content .product-news .uk-pagination li {
    display: inline-block;
}

.itemid-165 .main-content .product-news .uk-pagination li.uk-active {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}

.itemid-165 .main-content .product-news .uk-pagination li a {
    opacity: 0.5;
    color: #eee;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 15px;
    text-decoration: none;
}

.itemid-165 .main-content .product-news .uk-pagination li a.arrow-l {
    margin: 0;
    padding: 0 5px;
    position: relative;
}

.itemid-165 .main-content .product-news .uk-pagination li a.arrow-l:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    display: block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.itemid-165 .main-content .product-news .uk-pagination li a.arrow-l:hover:before {
    border-top: 1px solid #c00808;
    border-left: 1px solid #c00808;
}

.itemid-165 .main-content .product-news .uk-pagination li a.arrow-r {
    margin: 0;
    padding: 0 5px;
    position: relative;
}

.itemid-165 .main-content .product-news .uk-pagination li a.arrow-r:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 16px;
    height: 16px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.itemid-165 .main-content .product-news .uk-pagination li a.arrow-r:hover:before {
    border-top: 2px solid #c00808;
    border-right: 2px solid #c00808;
}

.itemid-165 .other-news {
    display: none;
}

.task-item.itemid-165 .navigator ul {
    padding-left: 0;
}

.task-item.itemid-165 .navigator ul li {
    color: #0d3c8a;
    font-size: 14px;
    font-weight: 300;
}

.task-item.itemid-165 .navigator ul li a.pathway {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #363636;
}

.task-item.itemid-165 .main-content {
    background-image: none;
}

.task-item.itemid-165 .main-content .news-block h2 {
    color: #363636;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 19px;
}

.task-item.itemid-165 .main-content .news-block .data h4 {
    position: relative;
    color: #363636;
    font-size: 16px;
    font-weight: 300;
    margin-left: 37px;
    margin-bottom: 58px;
}

.task-item.itemid-165 .main-content .news-block .data h4:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(/images/calendar.png);
    cursor: pointer;
    position: absolute;
    left: -36px;
    bottom: 0;
}

.task-item.itemid-165 .main-content .news-block .text {
    column-count: 2;
    column-gap: 50px;
}

.task-item.itemid-165 .main-content .news-block .text p {
    margin: 0;
    text-indent: 20px;
}

.task-item.itemid-165 .main-content .media {
    position: relative;
    padding-top: 50%;
}

.task-item.itemid-165 .main-content .media img {
    height: 600px;
    width: 100%;
    max-width: 1920px;
    position: absolute;
    /*left: 50%;*/
    margin: 0 auto;
    top: 0;
    display: block;
}

.task-item.itemid-165 .other-news {
    display: block;
    text-align: center;
}

.task-item.itemid-165 .other-news .moduletable {
    position: relative;
}

.task-item.itemid-165 .other-news .moduletable .gradient-news {
    z-index: 20;
    width: 100%;
    height: 526px;
    background-image: linear-gradient(to top, #03153f 0%, #0d3c8a 31%, #fff 100%);
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news {
    position: absolute;
    z-index: 21;
    width: 100%;
    top: 30px;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .project-img img {
    margin-top: 20px;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .title {
    color: #363636;
    font-size: 20px;
    text-align: left;
    margin: 17px 20px 28px 20px;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .data {
    position: relative;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .first {
    position: absolute;
    float: left;
    margin-left: 55px;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .first:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(/images/calendar.png);
    cursor: pointer;
    position: absolute;
    left: -36px;
    bottom: 0;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .last {
    float: right;
    margin-right: 20px;
}

.task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .last a {
    color: #0d3c8a;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    text-transform: none;
    border-bottom: 1px solid #0d3c8a;
}

.task-item.itemid-165 .other-news .news-items {
    display: inline-block;
    width: 412px;
    height: 363px;
    border: 1px solid #f7f7f7;
    background-color: #fff;
    margin-right: 8px;
}

.task-item.itemid-165 .other-news .news-items:hover {
    border: 2px solid #c00808;
}

.task-item.itemid-165 .under-content {
    display: none;
}

@media (max-width: 1800px) {
    .split-content .sidebar-left .contacts .vertical {
        left: -316px;
    }
}

@media (max-width: 1700px) {
    .split-content .sidebar-left .contacts .vertical {
        left: -345px;
    }
}

@media (max-width: 1600px) {
    .split-content .sidebar-left .contacts .vertical {
        left: -380px;
    }
}

@media (max-width: 1570px) {
    .split-content .supwrap {
        left: 13%;
    }

    .split-content .sidebar-left .contacts .vertical {
        left: -255px;
    }
}

@media (max-width: 1480px) {
    .split-content .supwrap {
        left: 10%;
    }

    .split-content .sidebar-left .contacts .vertical {
        left: -265px;
    }
}

@media (max-width: 1390px) {
    .split-content .supwrap {
        left: 0;
        padding-left: 6%;
    }

    .split-content .supwrap .sidebar-left {
        width: 45%;
    }

    .split-content .supwrap .sidebar-left .contacts {
        padding-top: 40px;
    }

    .split-content .supwrap .sidebar-right {
        float: left;
        width: 45%;
    }

    .split-content .supwrap .sidebar-right h2 {
        margin-left: 20px;
    }

    .split-content .sidebar-left .contacts .vertical {
        left: -265px;
    }
}

@media (max-width: 1420px) {
    .vertical {
        display: none;
    }

    .about-us-block .moduletable {
        width: 80%;
    }
}

@media (max-width: 1300px) {
    .pop-up-content {
        width: 100%;
        height: 100%;
        top: 21%;
    }
}

@media (max-width: 1280px) {
    .supwrap {
        /*padding-left: 15px !important;*/
        width: 97%;
    }

    .top .topmenu ul li a {
        font-size: 14px;
        padding: 33px 12px;
    }

    .about-1 .supwrap {
        text-align: center;
    }

    .about-1>div {
        height: 585px;
        background-size: 100%;
        background-position: 101% 100%;
        padding-top: 210px;
    }

    .about-2>div {
        min-height: 510px;
        padding-top: 60px;
    }

    .about-2>div .supwrap h2 {
        font-size: 30px;
        margin-top: 0;
    }

    .about-2>div .supwrap .desc-text {
        font-size: 16px;
        margin-bottom: 48px;
        width: auto;
    }

    .about-2>div .supwrap .item-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-2>div .supwrap .item-block :last-child {
        margin-left: 4%;
    }

    .about-2>div .supwrap .item-block .one-item {
        min-height: 180px;
        background-size: auto 40%;
    }

    .about-2>div .supwrap .item-block .one-item h3 {
        font-size: 23px;
        padding-right: 61px;
    }

    .about-2>div .supwrap .item-block .one-item p {
        font-size: 16px;
    }

    .about-3>div {
        min-height: 560px;
        background-size: 100%;
    }

    .about-3>div .supwrap .left {
        width: 50%;
        margin-top: 100px;
        padding-left: 20px;
    }

    .about-3>div .supwrap .left h2 {
        font-size: 30px;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .about-3>div .supwrap .left div {
        margin-bottom: 30px;
    }

    .about-3>div .supwrap .right {
        height: 500px;
        background-size: auto 100%;
        width: 44%;
        margin-top: 0px;
    }

    .about-3>div .supwrap .right ul {
        margin-top: 60px;
    }

    .about-3>div .supwrap .right ul li {
        font-size: 14px;
        margin-bottom: 45px;
    }

    .about-3>div .supwrap .right ul li:after {
        content: '';
        height: 30px;
        width: 1px;
        position: absolute;
        left: 30px;
        bottom: -38px;
        transform: rotate(-30deg);
        background: #e53935;
    }

    .about-3>div .supwrap .right ul li:nth-child(1) {
        padding-left: 5px;
    }

    .about-3>div .supwrap .right ul li:nth-child(1):after {
        left: 68px;
    }

    .about-3>div .supwrap .right ul li:nth-child(2) {
        padding-left: 37px;
    }

    .about-3>div .supwrap .right ul li:nth-child(2):after {
        left: 102px;
    }

    .about-3>div .supwrap .right ul li:nth-child(3) {
        padding-left: 72px;
    }

    .about-3>div .supwrap .right ul li:nth-child(3):after {
        left: 135px;
        bottom: -38px;
    }

    .about-3>div .supwrap .right ul li:nth-child(4) {
        padding-left: 105px;
    }

    .about-3>div .supwrap .right ul li:nth-child(4):after {
        left: 171px;
    }

    .about-3>div .supwrap .right ul li:nth-child(5) {
        padding-left: 140px;
    }

    .about-3>div .supwrap .right ul li:nth-child(5):after {
        left: 206px;
    }

    .about-3>div .supwrap .right ul li:nth-child(6) {
        padding-left: 175px;
    }

    .about-3>div .supwrap .right ul li:nth-child(6):after {
        left: 242px;
    }

    .about-3>div .supwrap .right ul li:nth-child(7) {
        padding-left: 210px;
    }

    .about-3>div .supwrap .right ul li:nth-child(7):after {
        left: 276px;
    }

    .about-3>div .supwrap .right ul li:nth-child(8) {
        padding-left: 245px;
    }

    .areas {
        padding-top: 88px;
        padding-bottom: 20px;
        min-height: 920px;
    }

    .areas .supwrap li.area-block {
        list-style-type: none;
        clear: both;
        min-height: 240px;
    }

    .areas .supwrap li.area-block .right {
        height: 300px;
        margin-bottom: 87px;
        width: 45%;
    }

    .areas .supwrap li.area-block .right img {
        height: 169px;
    }

    .areas .supwrap li.area-block .left {
        width: 55%;
        height: 100%;
    }

    .areas .supwrap li.area-block .left h3 {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 6px;
    }

    .areas .supwrap li.area-block .left ul li {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 19px;
        position: relative;
    }

    .areas .supwrap li.area-block .left ul li:before {
        position: absolute;
        font-size: 34px;
        left: -13px;
    }

    .areas .supwrap li.area-block .left .main-button {
        height: 45px;
        width: 260px;
    }

    .areas .supwrap li.area-block:nth-child(1) img {
        top: -46px;
        left: -8px;
    }

    .areas .supwrap li.area-block:nth-child(2) img {
        right: -1px;
        top: -38px;
    }

    .areas .supwrap li.area-block:nth-child(3) img {
        right: 67px;
        top: -39px;
    }

    .areas .supwrap li.area-block:nth-child(4) img {
        bottom: -28px;
        left: 3px;
    }

    .areas .supwrap li.area-block:nth-child(5) img {
        bottom: -41px;
        left: 20px;
    }

    .docs-block {
        height: 560px;
        padding-top: 63px;
    }

    .docs-block .supwrap .text {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .docs-block .supwrap .slider {
        width: 800px;
    }

    .docs-block .supwrap .slider .slick-prev {
        left: -50px;
    }

    .docs-block .supwrap .slider .slick-next {
        right: -45px;
    }

    .docs-block .supwrap .slider img {
        width: 258px;
        height: 305px;
    }

    .docs-block .supwrap .slider .item {
        width: 258px;
        height: 305px;
    }

    .docs-block .supwrap .slider .item:hover::after {
        content: '';
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 258px;
        height: 305px;
        z-index: 1;
    }

    .itemid-165 .main-content .product-news .uk-grid {
        text-align: center;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        float: none;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-data {
        text-align: left;
    }

    .itemid-166 .main-content .project-filter ul,
    .itemid-168 .main-content .project-filter ul,
    .itemid-167 .main-content .project-filter ul {
        width: 799px;
    }

    .main-content {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .main-content .product-clients #loadMore {
        margin-top: 30px;
    }

    .main-content .product-clients>.uk-margin {
        margin-bottom: 50px;
    }

    .main-content .product-clients .uk-grid {
        width: 804px;
    }

    .main-content .product-clients .uk-grid .uk-card {
        width: 260px;
        height: 230px;
    }

    .main-content .product-clients .uk-grid .uk-card .company-title {
        top: 105px;
    }

    .main-content .product-clients .uk-grid .uk-card .company-title a {
        font-size: 18px;
    }

    .main-content .product-clients .uk-grid .uk-card img {
        width: 260px;
        height: 230px;
    }

    .main-content .product-clients .uk-grid .uk-card::before {
        width: 100%;
        height: 100%;
    }

    .partners {
        height: 350px;
        padding-top: 80px;
        background-image: none;
    }

    .partners .supwrap .slider .slick-prev {
        left: -30px;
    }

    .partners .supwrap .slider .slick-next {
        right: -30px;
    }

    .partners .text {
        display: none;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 31%;
    }
}

@media (max-width: 1230px) {
    .pop-up-content .slider-wrapper {
        width: 820px;
        height: 300px;
    }

    .pop-up-content .slider-wrapper .slider {
        height: 300px;
    }

    .pop-up-content .slider-wrapper img {
        height: auto !important;
    }

    .about-3>div .supwrap .left {
        margin-top: 80px;
    }

    .about-3>div .supwrap .left div {
        font-size: 25px;
    }

    .about-3>div .supwrap .right ul {
        margin-top: 40px;
    }

    .task-item.itemid-165 .main-content .media img {
        height: 550px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .project-img img {
        width: 95%;
    }

    .itemid-165 .main-content .product-news .uk-grid {
        margin-left: 0;
        width: 100%;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        width: 350px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-title {
        font-size: 18px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-data {
        margin-left: 10px;
        margin-right: 10px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image img {
        width: 340px;
        height: 200px;
    }
}

@media (max-width: 1180px) {
    .partners .supwrap .slider {
        width: 800px;
    }

    .about-3>div {
        min-height: 536px;
    }

    .split-content .sidebar-left {
        width: 61%;
    }

    .split-content .sidebar-right {
        padding-right: 0;
        padding-left: 0;
        width: 39%;
    }

    .split-content .sidebar-right .question-form input[type="text"],
    .split-content .sidebar-right .question-form textarea {
        width: 80%;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .project-img img {
        height: 180px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .title {
        font-size: 18px;
    }

    .task-item.itemid-165 .main-content .news-block .data h4 {
        margin-bottom: 35px;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 51%;
    }
}

@media (max-width: 1130px) {
    .about-3>div {
        min-height: 510px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        width: 320px;
        height: 330px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image img {
        width: 295px;
        height: 160px;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 53%;
    }
}

@media (max-width: 1080px) {
    .top {
        height: 74px;
        /* Icon 2 */
    }

    .top .supwrap {
        width: 100%;
        padding-left: 0;
    }

    .top .logo {
        padding-top: 12px;
        margin-left: 25px;
    }

    .top .logo img {
        height: 50px;
        min-width: 184px;
        /* Chrome, Opera, Safari */
        -webkit-user-select: none;
        /* Firefox 2+ */
        -moz-user-select: none;
        /* IE 10+ */
        -ms-user-select: none;
        /* Standard syntax */
        user-select: none;
    }

    .top .mobile-menu {
        height: 80vh;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 74px;
        z-index: 1;
        text-align: center;
        border-bottom: 1px solid #e53935;
        box-shadow: 0px 3px 7px -4px #333 inset;
        display: none;
        overflow-y: auto;
    }

    .top .mobile-menu .topmenu,
    .top .mobile-menu .topstuff {
        float: none;
        display: block;
        width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .top .mobile-menu .topmenu {
        padding-bottom: 25px;
    }

    .top .mobile-menu ul li {
        display: block;
        margin: 31px 0;
    }

    .top .mobile-menu ul li a {
        padding: 0;
    }

    .top .mobile-menu ul li:last-child {
        margin-bottom: 0;
    }

    .top .menu-button {
        display: block;
        width: 27px;
        /*background: url("../images/menu-button.png") center no-repeat;*/
        height: 20px;
        float: right;
        cursor: pointer;
        margin-top: 27px;
        margin-right: 24px;
        /* Chrome, Opera, Safari */
        -webkit-user-select: none;
        /* Firefox 2+ */
        -moz-user-select: none;
        /* IE 10+ */
        -ms-user-select: none;
        /* Standard syntax */
        user-select: none;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        position: relative;
    }

    .top .menu-button span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #d3531a;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .top #nav-icon2 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: #e53935;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .top #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    .top #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    .top #nav-icon2 span:nth-child(1),
    .top #nav-icon2 span:nth-child(2) {
        top: 0px;
    }

    .top #nav-icon2 span:nth-child(3),
    .top #nav-icon2 span:nth-child(4) {
        top: 7px;
    }

    .top #nav-icon2 span:nth-child(5),
    .top #nav-icon2 span:nth-child(6) {
        top: 14px;
    }

    .top #nav-icon2.open span:nth-child(1),
    .top #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .top #nav-icon2.open span:nth-child(2),
    .top #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .top #nav-icon2.open span:nth-child(1) {
        left: 4px;
        top: 5px;
    }

    .top #nav-icon2.open span:nth-child(2) {
        left: calc(45%);
        top: 5px;
    }

    .top #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .top #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .top #nav-icon2.open span:nth-child(5) {
        left: 4px;
        top: 14px;
    }

    .top #nav-icon2.open span:nth-child(6) {
        left: calc(45%);
        top: 14px;
    }

    .top .logo {
        width: 10%;
    }

    .top .topmenu {
        width: 75%;
    }

    .about-1>div {
        height: 495px;
        background-size: 100%;
        background-position: center;
        padding-top: 150px;
    }

    .about-1>div .supwrap h2 {
        font-size: 30px;
    }

    .about-1>div .supwrap>div {
        font-size: 20px;
    }

    .about-2>div .supwrap .desc-text br {
        display: none;
    }
}

@media (max-width: 1060px) {
    .about-3>div {
        min-height: 470px;
    }

    .about-3>div .supwrap .right {
        height: 440px;
    }

    .about-3>div .supwrap .right ul {
        margin-top: 25px;
    }

    .about-3>div .supwrap .right ul li {
        margin-bottom: 35px;
    }

    .task-item.itemid-165 .main-content .news-block .data h4 {
        margin-bottom: 20px;
    }

    .task-item.itemid-165 .main-content .media img {
        height: 400px;
    }

    .task-item.itemid-165 .other-news .news-items {
        height: 330px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news {
        top: 70px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .project-img img {
        height: 150px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        width: 290px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image img {
        width: 265px;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 43%;
    }

    .pop-up-content {
        top: 15%;
    }
}

@media (max-width: 990px) {
    .about-3>div {
        min-height: 450px;
    }
}

@media (max-width: 960px) {
    .about-1>div .supwrap>div {
        font-weight: 300;
    }

    .about-2>div {
        padding-bottom: 30px;
    }

    .about-2>div .supwrap .item-block {
        display: inline-block;
    }

    .about-2>div .supwrap .item-block :last-child {
        margin-left: 0;
    }

    .about-2>div .supwrap button {
        display: block;
        margin: auto;
    }

    .about-2>div .supwrap>.desc-text {
        font-weight: 300;
    }

    .about-2>div .supwrap h2 {
        margin-bottom: 30px;
    }

    .about-2>div .supwrap .item-block .one-item {
        width: 100%;
        float: none;
        padding-top: 15px;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .about-3>div {
        background-image: url(/images/mobile-background.png) !important;
        background-position: top;
    }

    .about-3>div .supwrap {
        padding-top: 70px;
        text-align: center;
        padding-left: 0;
    }

    .about-3>div .supwrap .left {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 75px;
    }

    .about-3>div .supwrap .left h2 {
        margin-top: 0;
    }

    .about-3>div .supwrap .right {
        width: 290px;
        float: none;
        background: none;
        margin: 0;
    }

    .about-3>div .supwrap .right ul {
        padding-left: 0;
        margin-top: 90px;
    }

    .about-3>div .supwrap .right ul li {
        padding-left: 0 !important;
        margin-bottom: 35px;
        color: #000;
    }

    .about-3>div .supwrap .right ul li::after {
        transform: rotate(0deg);
        left: 146px !important;
        height: 25px;
        bottom: -27px;
    }

    .areas {
        padding-top: 0;
        padding-bottom: 85px;
    }

    .areas .supwrap {
        padding-left: 0;
    }

    .areas .supwrap ul {
        padding-left: 0;
    }

    .areas .supwrap li.area-block .left,
    .areas .supwrap li.area-block .right {
        float: none !important;
        width: 100%;
    }

    .areas .supwrap li.area-block .left {
        padding-bottom: 10px;
        padding-left: 30px !important;
        width: 50%;
        margin: auto;
    }

    .areas .supwrap li.area-block .left h3 {
        padding-left: 25px;
    }

    .areas .supwrap li.area-block .left button {
        left: 60px !important;
    }

    .areas .supwrap li.area-block .right {
        width: 312px;
        height: 177px;
        margin: 100px auto 30px;
    }

    .docs-block {
        padding-top: 25px;
        min-height: 440px;
        padding-bottom: 20px;
    }

    .docs-block .text br {
        display: none;
    }

    .docs-block .supwrap .slider {
        width: 258px;
    }

    #clients .supwrap {
        padding-left: 0;
    }

    .partners .supwrap {
        padding-left: 0;
    }

    .partners .supwrap .slider {
        width: 600px;
    }

    .split-content .sidebar-left {
        margin-right: 4%;
    }

    .split-content .sidebar-left .contacts {
        padding-top: 30px;
    }

    .split-content .sidebar-right .question-form button {
        margin-left: 40px;
    }

    .split-content .sidebar-right .formResponsive fieldset {
        margin: 0 auto;
        width: 100%;
    }

    .split-content .sidebar-right .question-form input[type="file"] {
        width: 323px;
    }

    .split-content .sidebar-right .question-form .formBody label {
        left: 160px;
    }

    @-moz-document url-prefix() {
        .split-content .sidebar-right .question-form .formBody label {
            left: 149px;
        }
    }

    .pop-up-content .slider-wrapper {
        width: 500px;
        height: 190px;
    }

    .pop-up-content .slider-wrapper .slider {
        height: 190px;
    }

    .pop-up-content .slider-wrapper .slider .slick-prev {
        top: 38%;
    }

    .pop-up-content .slider-wrapper .slider .slick-next {
        top: 38%;
    }

    .about-us-block .moduletable {
        width: 95%;
        overflow: scroll;
    }

    .itemid-165 .main-content .product-news .uk-grid {
        margin: auto;
        width: 90%;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        width: 261px;
        height: 230px;
        margin-bottom: 15px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image {
        padding-top: 13px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image img {
        width: 235px;
        height: 132px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-title {
        margin-top: 8px;
        font-size: 14px;
        margin-left: 12px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-data {
        font-size: 12px;
        margin-top: 16px;
        padding-left: 30px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-data:before {
        width: 21px;
        height: 21px;
        background: url(/images/calendar-small.png);
        bottom: -1px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-data a {
        font-size: 14px;
    }

    .task-item.itemid-165 .main-content .news-block h2 {
        font-size: 24px;
    }

    .task-item.itemid-165 .main-content .media img {
        height: 350px;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 31%;
        height: 262px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news {
        top: 35px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .project-img img {
        width: 90%;
        height: 57%;
        margin-top: 13px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .title {
        font-size: 15px;
        margin-top: 11px;
        margin-bottom: 20px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .first {
        font-size: 14px;
        margin-left: 48px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .first:before {
        width: 20px;
        height: 20px;
        background: url(/images/calendar-small.png);
        left: -30px;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .data .last {
        font-size: 14px;
    }

    .task-item.itemid-165 .other-news .moduletable .gradient-news {
        height: 346px;
    }
}

@media (max-width: 910px) {
    .itemid-165 .main-content .product-news .uk-grid {
        width: 95%;
    }
}

@media (max-width: 860px) {
    .itemid-165 .main-content .product-news .uk-grid {
        width: 100%;
    }
}

@media (max-width: 840px) {
    .main-content {
        padding-top: 20px;
        padding-bottom: 25px;
        font-weight: 300;
    }

    .main-content .product-clients .uk-margin {
        margin-bottom: 20px;
    }

    .main-content .product-clients .uk-grid {
        width: 94%;
    }

    .main-content .product-clients .uk-grid .uk-card {
        float: none;
        margin: 15px auto;
        display: block;
    }

    .itemid-166 .main-content .project-filter ul,
    .itemid-168 .main-content .project-filter ul,
    .itemid-167 .main-content .project-filter ul {
        width: inherit;
    }

    .itemid-166 .main-content .project-filter ul li,
    .itemid-168 .main-content .project-filter ul li,
    .itemid-167 .main-content .project-filter ul li {
        width: 95%;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 45%;
    }

    .split-content .supwrap .sidebar-right h2 {
        margin-left: 0;
        font-size: 22px;
    }

    .split-content .sidebar-right .question-form button {
        margin-left: 20px;
    }
}

@media (max-width: 820px) {
    .itemid-165 .main-content .product-news .uk-grid {
        display: block !important;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 48%;
    }
}

@media (max-width: 780px) {
    .about-1>div {
        -webkit-background-size: 110%;
        background-size: 110%;
    }

    .about-1>div .supwrap h2 {
        font-size: 27px;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 50%;
    }
}

@media (max-width: 780px) {
    .about-1>div {
        -webkit-background-size: 140%;
        background-size: 140%;
    }

    .areas .supwrap li.area-block .left {
        width: 55%;
    }

    .about-us-block {
        z-index: 42;
    }

    .about-us-block .moduletable {
        top: 12%;
    }
}

@media (max-width: 740px) {
    .task-item.itemid-165 .other-news .news-items {
        display: block;
        margin: 0 auto 10px;
        width: 40%;
    }

    .task-item.itemid-165 .other-news .moduletable .gradient-news {
        height: 914px;
    }

    .about-us-block .moduletable {
        width: 100%;
        height: 100%;
        top: 0;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 52%;
    }
}

@media (max-width: 690px) {
    .task-item.itemid-165 .main-content .news-block .text {
        margin-top: 3%;
    }
}

@media (max-width: 670px) {
    .about-1>div {
        padding-top: 130px;
    }

    .about-3>div .supwrap {
        padding-top: 35px;
    }

    .partners {
        height: 170px;
        padding-top: 7px;
    }

    .partners .supwrap .slider {
        width: 270px;
    }

    .partners .supwrap .slider .slick-slide img {
        max-width: 80px;
        height: auto;
    }

    .task-item.itemid-165 .main-content .media img {
        height: 300px;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 46%;
    }
}

@media (max-width: 650px) {

    .forms-block .app-form .formResponsive input[type="text"],
    .forms-block .app-form .formResponsive input[type="password"],
    .forms-block .app-form .formResponsive textarea,
    .forms-block .app-form .formResponsive select {
        width: 70% !important;
    }

    .forms-block .app-form fieldset {
        padding-left: 30px;
    }

    .forms-block .app-form form fieldset>div:nth-of-type(4) .formBody label {
        left: 130px;
    }

    .forms-block .app-form .formResponsive .formBody {
        text-align: center;
    }

    .pop-up-content {
        padding-left: 5%;
        padding-right: 5%;
        overflow-y: scroll;
    }

    .pop-up-content .product-clients .close-block {
        right: -5px;
    }

    .pop-up-content .slider-wrapper {
        width: 260px;
        height: 130px;
    }

    .pop-up-content .slider-wrapper .slider {
        height: 135px;
    }

    .pop-up-content .slider-wrapper .slider .slick-prev {
        top: 25%;
        left: -25%;
    }

    .pop-up-content .slider-wrapper .slider .slick-next {
        top: 25%;
        right: -25%;
    }

    .pop-up-content .content .left,
    .pop-up-content .content .right {
        float: none;
        width: 100%;
        display: block;
    }

    .split-content .formResponsive input[type="text"],
    .split-content .formResponsive input[type="password"],
    .split-content .formResponsive textarea,
    .split-content .formResponsive select {
        width: 260px !important;
    }

    .split-content .formResponsive fieldset {
        width: 397px;
    }

    .split-content .sidebar-right .question-form .formBody label {
        left: 149px;
    }

    .split-content .sidebar-right .supwrap .sidebar-right h2 {
        font-size: 20px;
    }

    .areas .supwrap li.area-block .left {
        width: 65%;
    }

    .about-us-block .apelsun_simple h3 {
        padding: 0 30px;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 50%;
    }
}

@media (max-width: 600px) {
    .about-1>div {
        background-position: center;
        height: 400px;
        padding-top: 110px;
    }

    .about-1>div .supwrap h2 {
        font-size: 20px;
    }

    .about-3>div .supwrap .left div {
        margin-bottom: 90px;
    }

    .split-content {
        min-height: 1350px;
    }

    .split-content .gradient {
        height: 955px;
    }

    .split-content .supwrap .sidebar-left {
        width: 100%;
    }

    .split-content .supwrap .sidebar-left .contacts .contacts-bottom .desc-show {
        width: 50%;
    }

    .split-content .supwrap .sidebar-left .contacts .contacts-bottom .left {
        width: 100%;
    }

    .split-content .supwrap .sidebar-right {
        width: 100%;
    }

    .split-content .bottom-content {
        height: 1350px;
    }

    .split-content .bottom-content .moduletable {
        height: 1300px;
    }

    .split-content .bottom-content .mapboxgl-map {
        height: 1350px !important;
    }

    .split-content .bottom-content .mapboxgl-map .mapboxgl-canvas-container {
        height: 1350px !important;
    }

    .split-content .bottom-content .mapboxgl-map .mapboxgl-canvas-container .mapboxgl-canvas {
        height: 1350px !important;
    }

    .task-item.itemid-165 .main-content .news-block .text {
        column-count: 1;
    }

    .task-item.itemid-165 .main-content .media img {
        height: 250px;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 50%;
    }

    .bottom {
        text-align: center;
        padding-bottom: 10px;
    }

    .bottom .left,
    .bottom .right {
        float: none;
    }

    .bottom .right {
        width: 175px;
        /*p, .apelsun {
                float: none;
            }*/
        margin: 15px auto;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 42%;
    }
}

@media (max-width: 550px) {
    .about-2>div .supwrap .desc-text {
        margin-bottom: 75px;
    }

    .areas .supwrap li.area-block .left {
        width: 72%;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 45%;
    }
}

@media (max-width: 550px) {
    .forms-block .app-form {
        width: 100%;
    }

    .projects-on-main .uk-margin {
        font-size: 18px;
    }

    .split-content .sidebar-right .formResponsive fieldset {
        width: 80%;
    }

    .forms-block .app-form .formResponsive input[type="text"],
    .forms-block .app-form .formResponsive input[type="password"],
    .forms-block .app-form .formResponsive textarea,
    .forms-block .app-form .formResponsive select {
        width: 85% !important;
    }

    .split-content .sidebar-right .question-form input[type="file"] {
        width: 80px;
    }
}

@media (max-width: 500px) {
    .about-2>div {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .about-2>div .supwrap h2 {
        font-size: 20px;
    }

    .about-3>div .supwrap {
        width: 95%;
    }

    .about-3>div .supwrap ul li {
        font-size: 12px;
        font-weight: 500;
    }

    .about-3>div .supwrap .left h2 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .about-3>div .supwrap>div {
        font-weight: 300;
    }

    .areas .supwrap li.area-block .left {
        width: 80%;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 48%;
    }
}

@media (max-width: 490px) {
    .about-3>div .supwrap {
        padding-top: 0;
    }

    .about-3>div .supwrap .left div {
        font-size: 23px;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 60%;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 51%;
    }
}

@media (max-width: 450px) {
    .split-content .sidebar-left .contacts .contacts-bottom .left {
        margin-right: 0;
        width: 50%;
    }

    .split-content .sidebar-left .contacts .contacts-bottom .desc-show {
        margin-bottom: 30px;
    }

    .split-content .sidebar-right .question-form h2 {
        margin-left: 0;
    }

    .split-content .sidebar-right .question-form .formControls {
        margin-right: 0px;
    }

    .formResponsive input[type="text"],
    .formResponsive input[type="password"],
    .formResponsive textarea,
    .formResponsive select {
        width: 260px !important;
    }

    .about-us-block .moduletable {
        padding: 33px 30px 55px 11px !important;
    }

    .about-us-block .moduletable .apelsun_simple h3 {
        padding: 0;
    }

    .overlay.about-us-block .apelsun_simple #close-btn {
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 55%;
    }
}

@media (max-width: 420px) {
    .about-1>div {
        -webkit-background-size: 180%;
        background-size: 180%;
    }

    .about-1>div .supwrap h2 br {
        display: none;
    }

    .about-2>div .supwrap .desc-text {
        margin-bottom: 100px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        width: 313px;
        height: 276px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .teaser-image img {
        width: 282px;
        height: 159px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-title {
        width: 262px;
        font-size: 15px;
        color: #363636;
        margin-left: 17px;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card .news-data {
        width: 256px;
        margin-top: 28px;
        text-align: left;
        margin-left: 17px;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 70%;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 58%;
    }
}

400 @media (max-width: 412px) .about-3>div {
    background-image: none !important;
}

400 @media (max-width: 412px) .about-3>div .supwrap {
    padding-top: 0;
}

400 @media (max-width: 412px) .about-3>div .supwrap .left h2,
400 @media (max-width: 412px) .about-3>div .supwrap .left div {
    color: #000;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.53);
}

400 @media (max-width: 412px) .about-3>div .supwrap .right ul {
    margin-top: 0;
}

400 @media (max-width: 412px) .task-item.itemid-165 .main-content .media {
    padding-top: 63%;
}

@media (max-width: 400px) {
    .about-1>div {
        -webkit-background-size: 180%;
        background-size: 180%;
        padding-top: 80px;
    }

    .about-1>div .supwrap>div {
        font-size: 16px;
    }

    .supwrap {
        padding-left: 0 !important;
    }

    .split-content .supwrap .sidebar-left {
        margin-left: 8%;
        width: 90%;
    }

    .split-content .supwrap .sidebar-right {
        margin-left: 8%;
        width: 90%;
    }

    .split-content .supwrap .sidebar-right .question-form h2 {
        text-align: center;
    }

    .docs-block .supwrap .slider .slick-next {
        right: -30px;
    }

    .docs-block .supwrap .slider .slick-prev {
        left: -30px;
        z-index: 10;
    }

    .about-3>div .supwrap .left h2 {
        margin-top: 5px;
    }

    .about-3>div .supwrap .left div {
        font-size: 18px;
    }

    .partners .supwrap .slider .slick-next {
        right: -20px;
    }

    .partners .supwrap .slider .slick-prev {
        left: -20px;
    }

    .main-content .product-clients .uk-grid .uk-card {
        width: 100%;
    }

    .main-content .product-clients .uk-grid .uk-card img {
        width: 100%;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 80%;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .title {
        margin-bottom: 15px;
    }

    .areas .supwrap li.area-block .left {
        width: 100%;
    }

    .areas .supwrap li.area-block .left .main-button {
        margin: 20px auto;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 62%;
    }
}

@media (max-width: 378px) {
    .forms-block .app-form {
        padding: 0 15px;
        height: 100%;
        top: 140px;
    }

    .forms-block .app-form form .close-block {
        right: 0;
    }

    .forms-block .app-form form h2 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .forms-block .app-form form p {
        font-size: 12px;
    }

    .forms-block .app-form form input[type="text"],
    .forms-block .app-form form textarea {
        height: 30px;
    }

    .forms-block .app-form form textarea {
        max-height: 25px;
        padding-top: 12px;
        margin-bottom: 10px;
    }

    .forms-block .app-form form input[type="file"] {
        display: none;
    }

    .forms-block .app-form form label {
        left: 136px !important;
        top: -8px;
    }

    .forms-block .app-form form button {
        margin-top: 35px;
    }

    .forms-block .app-form label {
        left: -5px !important;
        top: 17px;
    }

    .forms-block .app-form fieldset {
        padding-left: 0;
    }

    .about-2>div .supwrap .item-block {
        padding: 0;
    }

    .task-item.itemid-165 .main-content .media {
        padding-top: 75%;
    }
}

@media (max-width: 360px) {
    .about-2>div .supwrap h2 {
        margin-bottom: 10px;
    }

    .about-2>div .supwrap .desc-text {
        margin-bottom: 120px;
    }

    .about-3>div .supwrap .left {
        padding-left: 0;
    }

    .itemid-165 .main-content .product-news .uk-grid .uk-card {
        margin: 4px 0;
    }

    .task-item.itemid-165 .other-news .news-items {
        width: 90%;
    }

    .task-item.itemid-165 .other-news .moduletable .product-news.other-news .title {
        font-size: 14px;
        margin-bottom: 11px;
    }
}