/*! 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*/

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'RobotoB';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'RobotoR';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'RobotoL';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-style: normal;
}

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;
}



/*New pages*/
.perevagi_items {
    padding: 0 50px;
}
.perevagi_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.perevagi_item img {
    
}
.perevagi_item div {
    
}
.perevagi_item div h3 {
    
}
.perevagi_item div p {
    
}
.numbers_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.numbers_items div {
    flex: 0 1 400px;
}
.numbers_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.numbers_item > p {
    font-size: 50px !important;
    color: #f5821f;
    margin: 0px;
    font-weight: 600;
}
.numbers_item img {
    
}
.numbers_item div {
    
}
.numbers_item div h3 {
    
}
.numbers_item div p {
    
}

.services_items {
    display: flex;
    justify-content: space-between;
    min-width: 0;
    height: max-content;
}
.services_items div {
    flex: 0 0 24%;
}
.services_item {
    display: flex;
    align-items: flex-start;
    border: 0.5px solid #3636363d;
    padding: 25px 20px;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    justify-content: space-between;
    transition: all 0.3s ease-out;
}
.services_item:hover {
    padding: 25px 16px;
    border: 1px solid #F5841C;
}
.services_item:hover img {
    width: 260px;
}
.services_item:hover a {
    background: #F5841C;
    color: #fff;
}
.services_item img {
    width: 100%;
}
.services_item div {
    
}
.services_item div h3 {
    
}
.services_item a{
    text-decoration: none;
    color: black;
    padding: 16px 30px;
    color: #F5841C;
    border: 2px solid #F5841C;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    margin: 0 auto;
}


.faq-items div {
    margin-bottom: 20px;
}
.faq-items p {
    margin: 0px;
}
.faq .question {
    padding: 30px 60px;
    border: 1px solid #BDBDBD;
}
.faq .answer {
    display: none;
    margin-top: 20px;
}
.faq .question p.question_p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 26px !important;
    line-height: 130%;
    color: #363636;
    font-family: 'Gotham Pro';
}  

.faq  .close_faq p.question_p:nth-child(1):after {
    content: '+';
    background: #EFEFEF;
    padding: 0px 10px;
    color: #363636;
    font-weight: 900;
}
.faq .open p.question_p:after {
    content: '-';
    color: #F5841C;
    padding: 0px 13px;
    background: #FFEFE1;
    font-weight: 900;
    font-size: 26px !important;
}

.prikladi_robit-item {
    display: flex;
    justify-content: space-between;
    min-width: 0;
    gap: 50px;
    height: 100%;
}
.prikladi_robit-item .left {
    flex: 0 0 679px;
}
.prikladi_robit-item .left img {
    width: 100%;
}
.prikladi_robit-item .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prikladi_robit-item .right h3 {
    margin: 0px;
}
.prikladi_robit-item .right a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 30px;
    background: #F5841C;
    width: 130px;
}

@media screen and (max-width: 768px) {
    .prikladi_robit-item {
        flex-direction: column;
    }
}









[hidden] {
    display: none;
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.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;
}


/* Custom css */
.menu-top .mail_top {
    position: relative;
}
.menu-top .mail_top a {
    color: black;
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    top: 42px;
    left: -7px;
}
.mail_ico {
    position: absolute;
    top: -25px;
    left: 14px;
    width: 23px;
}
.active .mail_top a {
    display: none;
}

@media screen and (max-width: 450px) {
    .menu-top .mail_top a{
        display: none;
    }
}
@media screen and (min-width: 450px) {
    .mail_ico{
        display: none;
    }
}
/*
Курс валют
*/
.date_currency {
    font-size: 18px;
    padding:20px;
}



.page-rewiews h1 {
    font-size: 50px;
    margin-bottom: 80px;
}

.page-rewiews .review_1 .review {
    height: 180px;
    margin-bottom: 65px;
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    animation-name: example;
    animation-duration: 0.5s;
}

.page-rewiews .review_1 .review .block-1 {
    min-width: 300px;
    max-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-rewiews .review_1 .review .block-2 {
    overflow-y: scroll;
    position: relative;
    padding: 0 40px;
}

.page-rewiews .review_1 .review .block-2 .pre_text {
    display: flex;
    justify-content: space-between;
}

.page-rewiews .review_1 .review .block-2 .pre_text .name {
    max-width: 75%;
}

.page-rewiews .review_1 .review .block-2 .pre_text .name h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.page-rewiews .review_1 .review .block-2 .pre_text .name p {
    font-size: 18px;
    font-family: 'RobotoB';
    margin: 15px 0 40px;
}

.page-rewiews .review_1 .review .block-2 .pre_text .name p span {
    font-size: 16px;
    font-family: 'RobotoL';
}

.page-rewiews .review_1 .review .block-2 .pre_text .link a {
    color: #F5871A;
    font-size: 14px;
}

.page-rewiews .review_1 .review .block-2 .text p {
    margin: 0;
    font-size: 16px;
    font-family: 'RobotoL';
    line-height: 1.8;
}

.page-rewiews .review_1 .review:nth-child(2n) {
    flex-direction: row-reverse;
}

.page-rewiews .review_1 .review:nth-child(2n) .ps__rail-y {
    left: 2px !important;
}

.page-rewiews .review_1 .review:nth-child(2n) .ps__rail-y .ps__thumb-y {
    left: 2px !important;
}

.page-rewiews .review_1 .button {
    padding: 25px 86px;
    margin: 15px auto;
    display: block;
}

@keyframes example {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.page-apelsun h1 {
    font-size: 50px;
    margin: 40px 0;
}

.page-apelsun .image-top {
    margin-bottom: 30px;
}

.page-apelsun .image-top img {
    width: 100%;
    height: auto;
}

.page-apelsun .content {
    font-family: 'RobotoR';
    line-height: 1.8;
}

.page-apelsun .content strong {
    font-family: 'RobotoB';
    font-size: 18px;
}

.page-apelsun .content p,
.page-apelsun .content ul {
    font-size: 16px;
}
.page-apelsun .content p img{
    width:100%;
	height:auto;
}

.page-apelsun .content ul {
    list-style: none;
    padding: 0;
}

.page-apelsun .content ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
}

.page-apelsun .content ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F5871A;
    border-radius: 4px;
    left: 0;
    top: 8px;
}

.page-apelsun .block_you_get h3 {
    text-align: center;
    font-size: 50px;
    margin: 80px 0 35px;
}

.page-apelsun .block_you_get .you_get {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}

.page-apelsun .block_you_get .you_get .prefer {
    width: 33%;
    padding: 45px 50px 45px 0;
    display: flex;
}

.page-apelsun .block_you_get .you_get .prefer .block-1 {
    margin-right: 15px;
    font-size: 44px;
    color: #f5821f;
    font-family: 'RobotoB';
}

.page-apelsun .block_you_get .you_get .prefer .block-2 {
    line-height: 1.8;
    font-size: 16px;
}

.page-apelsun .block_you_get .you_get .prefer .block-2 h4 {
    margin: 0;
    font-family: 'RobotoB';
}

.page-apelsun .block_you_get .you_get .prefer .block-2 p {
    font-family: 'RobotoL';
}

.page-rewiews-faq h1 {
    margin-bottom: 40px;
}

.page-rewiews-faq .faq .faq-block {
    background-color: #f5f5f5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    animation-name: example;
    animation-duration: 0.5s;
    padding: 0 25px 0 44px;
    margin: 10px 0;
}

.page-rewiews-faq .faq .faq-block .question {
    height: 100px;
    transition: transform 0.5s ease-in-out;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    background: #eeeeec;
}

.page-rewiews-faq .faq .faq-block .question p {
    display: flex;
    align-items: center;
    font-family: 'RobotoB';
    font-size: 18px;
    line-height: 1.8;
    margin: 0 50px 0 0;
}

.page-rewiews-faq .faq .faq-block .question .open {
    position: relative;
    height: 52px;
    min-width: 52px;
    border: 2px solid #F5871A;
}

.page-rewiews-faq .faq .faq-block .question .open:before {
    content: "\e90e";
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    font-size: 20px;
    right: 14px;
    top: 14px;
    color: #363636;
}

.page-rewiews-faq .faq .faq-block .answer {
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    animation-name: example;
    animation-duration: 0.5s;
}

.page-rewiews-faq .faq .faq-block.active .question .open:before {
    transform: rotate(180deg);
    right: 14px;
    top: 14px;
}

.page-rewiews-faq .faq .faq-block.active .answer {
    display: block;
    padding: 35px 50px;
}

.page-rewiews-faq .faq .faq-block.active .answer p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'RobotoL';
}

.page-rewiews-faq .faq .faq-block.active .answer ol {
    list-style: none;
    counter-reset: section;
    margin: 0;
}

.page-rewiews-faq .faq .faq-block.active .answer ol li {
    font-family: 'RobotoL';
    font-size: 16px;
    line-height: 1.8;
}

.page-rewiews-faq .faq .faq-block.active .answer ol > li {
    position: relative;
    padding: 0 25px;
}

.page-rewiews-faq .faq .faq-block.active .answer ol > li:before {
    counter-increment: section;
    content: counter(section) '.';
    font-family: 'RobotoB';
    position: absolute;
    left: 0;
}

.page-rewiews-faq .faq .faq-block.active .answer ul {
    list-style: none;
    margin: 0;
}

.page-rewiews-faq .faq .faq-block.active .answer ul li {
    position: relative;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.8;
}

.page-rewiews-faq .faq .faq-block.active .answer ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F5871A;
    border-radius: 4px;
    left: 0;
    top: 9px;
}

.page-rewiews-kontakty h1 {
    margin: 40px 0;
}
.page-rewiews .review_1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.page-rewiews .review_1 .review {
    width: 32%;
}
.page-rewiews .review_1 .review .block-1 {
    margin: 0 auto;
    align-items: normal;
}
.page-rewiews .review_1 .review .block-1 img {
    object-fit: contain;
}
.page-rewiews .review_1 .review .block-2 {
    display: none;
}
.page-rewiews .review_1 .loadmore-wrap {
    margin: 0 auto;
}
.employees {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 55px -20px 40px 0;
}

.employees .person {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    border: 2px solid #dfdfdf;
    display: flex;
    padding: 40px 0 30px;
}

.employees .person .block-1 {
    width: 40%;
    padding: 0 25px;
}

.employees .person .block-1 img {
    border-radius: 100px;
    overflow: hidden;
    width: 100%;
}

.employees .person .block-2 {
    width: 60%;
    padding: 0 15px;
}

.employees .person .block-2 h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 16px;
}

.employees .person .block-2 p {
    font-family: 'RobotoB';
}

.employees .person .block-2 p span {
    font-family: 'RobotoL';
}

.employees .person .block-2 .line {
    width: 40px;
    height: 4px;
    background: #F5871A;
    margin: 0 0 16px;
}

.employees .person .block-2 a {
    display: block;
    color: #363636;
    font-size: 16px;
    font-family: 'RobotoL';
}

.employees .person .block-2 a:not(:last-child) {
    margin: 0 0 16px;
}

.formResponsive .formError {
    height: 18px;
    font-size: 13px;
    position: absolute;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}

.thank_you {
    background-image: none;
    display: flex;
}

.thank_you:before {
    content: url('../images/close.png');
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5%;
    right: 2%;
    cursor: pointer;
}

.btn {
    position: absolute;
    top: 5%;
    right: 2%;
    opacity: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.rsform {
    display: none;
}

.rsform form {
    display: block;
    margin: auto;
    width: 825px;
}

.rsform form h2 {
    display: none;
}

.rsform form fieldset h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin: 95px 0 0;
    padding-bottom: 55px;
    text-align: center;
}

.rsform form fieldset .first,
.rsform form fieldset .last {
    display: flex;
    justify-content: space-between;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.rsform form fieldset .first .rsform-block,
.rsform form fieldset .last .rsform-block {
    width: 49%;
}

.rsform form fieldset .first .rsform-block-item,
.rsform form fieldset .last .rsform-block-item {
    position: relative;
}

.rsform form fieldset .first .rsform-block-item:after,
.rsform form fieldset .last .rsform-block-item:after {
    content: "\e910";
    color: #fff;
    font-family: 'icomoon';
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 26px;
    z-index: 1;
}

.rsform form fieldset .first select,
.rsform form fieldset .last select {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid gray;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 0;
    height: 61px;
}

.rsform form fieldset .first select option,
.rsform form fieldset .last select option {
    background-color: #363636;
}

.rsform form fieldset .first select option:hover,
.rsform form fieldset .last select option:hover {
    background-color: #F5871A;
}

.rsform form fieldset .first input,
.rsform form fieldset .last input {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid gray;
    padding: 30px 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}

.rsform form fieldset .first input::-webkit-input-placeholder,
.rsform form fieldset .last input::-webkit-input-placeholder {
    color: #fff;
}

.rsform form fieldset .first input::-moz-placeholder,
.rsform form fieldset .last input::-moz-placeholder {
    color: #fff;
}

.rsform form fieldset .first input:-moz-placeholder,
.rsform form fieldset .last input:-moz-placeholder {
    color: #fff;
}

.rsform form fieldset .first input:-ms-input-placeholder,
.rsform form fieldset .last input:-ms-input-placeholder {
    color: #fff;
}

.rsform form fieldset .rsform-block-coment {
    width: 100%;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.rsform form fieldset .rsform-block-coment textarea {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid gray;
    padding: 24px 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}

.rsform form fieldset .rsform-block-coment textarea::-webkit-input-placeholder {
    color: #fff;
}

.rsform form fieldset .rsform-block-coment textarea::-moz-placeholder {
    color: #fff;
}

.rsform form fieldset .rsform-block-coment textarea:-moz-placeholder {
    color: #fff;
}

.rsform form fieldset .rsform-block-coment textarea:-ms-input-placeholder {
    color: #fff;
}

.rsform form fieldset .rsform-block-send button {
    width: 100%;
    margin-bottom: 120px;
    font-weight: 900;
    height: 61px;
    border-radius: 0;
    background: transparent;
    border: 2px solid #F5871A;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rsform form fieldset .rsform-block-send button:hover {
    transition: all 0.5s;
    background: #F5871A;
    color: #fff;
}

.thank_you {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    color: black;
    line-height: 1.5;
    z-index: 1000;
    border: 2px solid #dfdfdf;
    margin: auto;
    width: 500px;
    padding: 40px;
}

.page-apelsun-404 .supwrap .moduletable_bread {
    display: none;
}

.page-apelsun-404 .supwrap .uk-h1 {
    text-align: center;
    font-size: 300px;
    font-family: 'RobotoL';
    color: #F5841C;
}

.page-apelsun-404 .supwrap .content {
    text-align: center;
    font-size: 22px;
}

.page-apelsun-404 .supwrap .content .button {
    padding: 24px 40px;
    margin-top: 34px;
}

@keyframes example {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.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: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.supwrap:after {
    clear: both;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    font-family: 'GothamPro';
    font-size: 15px;
    font-weight: 400;
    color: #363636;
}

.button {
    display: inline-block;
    letter-spacing: 2px;
    background-color: #F5841C;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
}

#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;
}

.top {
    background: #fff;
    height: 108px;
    position: relative;
}

.top .supwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .supwrap .logo {
    display: flex;
    margin-right: auto;
}

.top .supwrap .motto {
    width: auto;
    text-align: right;
    color: #F5871A;
    font-family: 'Roboto';
    font-size: 21px;
    margin: 0 50px 0 -5px;
    text-transform: uppercase;
}

.top .supwrap .contact {
    display: flex;
}

.top .supwrap .contact .phone {
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 15px;
    color: #363636;
    text-decoration: none;
}

.top .supwrap .contact .mail {
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 15px;
    color: #363636;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 2px;
    text-decoration: none;
}

.top .supwrap .menu-top .menu-main-ru-container, .top .supwrap .menu-top .menu-main-ua-container,
 .top .supwrap .menu-top .menu-main-en-container {
    margin: 0;
    height: 108px;
}

.top .supwrap .menu-top .menu-main-ru-container .nav, .top .supwrap .menu-top .menu-main-ua-container .nav,
 .top .supwrap .menu-top .menu-main-en-container .nav {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0;
    margin: 0 ;
    width: 583px;
}

.top .supwrap .menu-top .nav li {
    height: 100%;
    align-items: center;
    display: flex;
	position: relative;
}

.top .supwrap .menu-top .nav li a,
.top .supwrap .menu-top .nav li span {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
}

.top .supwrap .menu-top .nav li a.soft,
.top .supwrap .menu-top .nav li span.soft {
    padding: 18px;
    border: 2px solid #F5841C;
}

.top .supwrap .menu-top .nav li.active a,
.top .supwrap .menu-top .nav li.active span {
    color: #F5841C;
    transition: all 0.2s;
}

.top .supwrap .menu-top .nav li:hover > ul, .top .supwrap .menu-top .nav li ul li:hover > ul {
    transition: all 0.2s;
    display: flex !important;
}
.top .supwrap .menu-top .nav li ul>li>ul{
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    list-style: none;
    padding: 0;
    padding-left: 10px;
    margin: 0;
/*    width: 3px;*/
    left: 247px;
    display: none;
    justify-content: center;
    z-index: 1;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.top .supwrap .menu-top .nav li:hover a,
.top .supwrap .menu-top .nav li:hover span {
    color: #F5841C;
    transition: all 0.2s;
}

.top .supwrap .menu-top .nav li>ul {
    position: absolute;
    top: 108px;
    background: rgba(255, 255, 255, 0.8);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
    left: 0;
    display: none;
    justify-content: center;
    z-index: 1;
    justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}

.top .supwrap .menu-top .nav li>ul>li {
   
}

.top .supwrap .menu-top .nav li>ul>li a {
    padding: 10px;
    color: #363636 !important;
    font-weight: 400;
}

.top .supwrap .menu-top .nav li>ul>li a:hover {
    color: #F5841C !important;
    transition: all 0.2s;
}

.top .supwrap .language {
    margin-left: auto;
    margin-bottom: 1px;
}

.top .supwrap .language li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 14px;
}

.top .supwrap .language li.current-lang a {
    text-decoration: none;
    text-transform: uppercase;
    color: #F5841C;
    box-shadow: 0 0, 0 2px #F5841C, 0 0, 0 0;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 14px;
    padding-bottom: 8px;
}

.top .supwrap .language li a:hover {
    color: #F5871A;
    transition: all 0.2s;
}

.top .supwrap .close {
    display: none;
}

.top .main_for_tab {
    display: none;
}

.moduletable_bread .breadcrumbs {
    /*display: flex;*/
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.moduletable_bread .breadcrumbs span {
    position: relative;
    padding-right: 12px;
}

.moduletable_bread .breadcrumbs span>a,
.moduletable_bread .breadcrumbs span.current,
.moduletable_bread .breadcrumbs span.divider {
    color: #363636;
    font-size: 14px;
    font-family: 'RobotoL';
}

.fade .wrap-text {
    position: absolute;
    top: 100px;
    width: 780px;
}

.fade .wrap-text .tittle {
    font-size: 50px;
    color: #fff;
    font-family: 'GothamPro';
    font-weight: 900;
    margin-bottom: 26px;
}

.fade .wrap-text .text {
    font-size: 18px;
    color: #fff;
    font-family: 'GothamPro';
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.5;
}

.fade .wrap-text .button {
    padding: 25px 44px 25px 35px;
    text-decoration: none;
    font-weight: 900;
    position: absolute;
}

.right_button {
    right: -493px;
    bottom: -212px;
}
.left_button {
    right: -247px;
    bottom: -212px;
    background: unset;
    border: 1px solid white;
}
.left_button:hover {
    border: 1px solid #F5841C;
    transition: 0.5s;
    color: #F5841C;
}

.fade .wrap-text .right_button:after {
    content: "\e90e";
    font-family: 'icomoon';
    display: inline-block;
    position: relative;
    transform: rotate(-95deg);
    font-size: 12px;
    right: -20px;
    top: -1px;
    color: #fff;
}

.fade .slick-track {
    height: 575px;
}

.fade .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    left: 20px;
    bottom: 176px;
    align-items: center;
}

.fade .slick-dots li {
    background: #FFCB9C;
    width: 10px;
    height: 10px;
    margin-right: 24px;
    border: none;
    content: "";
}

.fade .slick-dots li button {
    display: none;
}

.fade .slick-dots li.slick-active {
    background: #F5841C;
    width: 12px;
    height: 12px;
}

.review .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-40%, 0);
}

.review .slick-dots li {
    background: #F5871A;
    width: 12px;
    height: 12px;
    margin-right: 24px;
    border: none;
    content: "";
}

.review .slick-dots li button {
    display: none;
}

.review .slick-dots li.slick-active {
    background: rgba(245,135,26, 0.7);
}

.cabinet {
    padding: 25px 35px;
    text-decoration: none;
    margin: 0 5px;
}
.company {
    display: flex;
    padding: 160px 20px;
}

.company .numbers {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.company .numbers .fat {
    font-size: 24px;
    color: #363636;
    font-family: 'GothamPro';
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.company .numbers .punct {
    width: 330px;
    padding-left: 95px;
    position: relative;
}

.company .numbers .count {
    margin-bottom: 90px;
}

.company .numbers .count:after {
    content: "";
    border: 2px solid #F5871A;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 14px 17px 17px 17px;
    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 0px;
    color: #F5871A;
    background: url(../images/ic2.png) no-repeat;
    background-position: center;
}

.company .numbers .year {
    margin-bottom: 90px;
}

.company .numbers .year:after {
    content: "";
    border: 2px solid #F5871A;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 14px 17px 17px 17px;
    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 0px;
    color: #F5871A;
    background: url(../images/ic1.png) no-repeat;
    background-position: center;
}


.company .numbers .enterprise:after {
    content: "";
    border: 2px solid #F5871A;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 14px 17px 17px 16px;
    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 0px;
    color: #F5871A;
    background: url(../images/ic3.png) no-repeat;
    background-position: center;
}

.company .numbers .liter:after {
    content: "";
    border: 2px solid #F5871A;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 14px 17px 17px 17px;
    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 0px;
    color: #F5871A;
    background: url(../images/ic4.png) no-repeat;
    background-position: 6px;
}

.company .numbers .tittle {
    margin: 15px 0 0;
    line-height: 1.8;
    font-family: 'RobotoR';
    font-size: 18px;
}

.company .numbers .tittle strong {
    text-transform: uppercase;
    font-family: 'RobotoB';
}

.company .text {
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: space-between;
}

.company .text .text_company p {
    font-family: 'RobotoR';
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}

.company .text .btn-more {
    padding: 25px 44px 25px 35px;
    text-decoration: none;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.company .text .btn-more:after {
    content: "\e90e";
    font-family: 'icomoon';
    display: inline-block;
    position: relative;
    transform: rotate(-95deg);
    font-size: 12px;
    right: -20px;
    top: -1px;
    color: #fff;
}

.company .text .btn-call {
    padding: 25px 44px 25px 35px;
    text-decoration: none;
    font-weight: 400;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    display: none;
	transition: all 1s;
}

.company .text .btn-call:after {
    content: "";
    font-family: 'icomoon';
    display: inline-block;
    position: relative;
    transform: rotate(-95deg);
    font-size: 12px;
    right: -20px;
    top: -1px;
    color: #fff;
}

.top_action {
	    padding: 6px 0;
    background: #f5841c;
    color: #fff;
	display: block;
    width: 100%;
	transition: all .3s;
}
.top_action:hover {
    background: #d06605;
}
.block_promo_top {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-text-promo {
	border-bottom: 1px solid #fff;
	transition: all .1s;
}
.right-text-promo:hover {
	border-bottom: 1px solid transparent;
}
@media screen and (max-width: 450px) {
    .top_action {
		font-size:12px;
	}
}

.solutions {
    overflow: hidden;
    width: 100%;
}

.solutions .dignity {
    display: flex;
    height: 668px;
    overflow: hidden;
    width: 130%;
    margin: 0 -15%;
}

.solutions .dignity .service-title {
    width: 33%;
    height: 100%;
    transform: skewX(-15deg);
    transition: width .5s ease-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 -3px;
}

.solutions .dignity .service-title .service-block {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
}

.solutions .dignity .service-title .service-block .img {
    background-repeat: no-repeat;
    background-position: center;
    width: 200%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: skewX(15deg) translate(-50%);
    left: 50%;
}

.solutions .dignity .service-title .service-block .service {
    width: 100%;
    height: 100%;
    transform: skewX(15deg) rotate(-75deg);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    margin: 0;
    line-height: 1;
    font-weight: 900;
    font-family: 'GothamPro';
}

.solutions .dignity .service-title .service-block .text {
    display: none;
}

.solutions .dignity .service-title .service-block.active {
    background: rgba(255, 255, 255, 0.9);
}

.solutions .dignity .service-title.active {
    width: 45%;
}

.solutions .dignity .service-title.active .service {
    display: none;
}

.solutions .dignity .service-title.active .text {
    display: flex;
    flex-direction: column;
    transform: skewX(15deg);
    padding: 50px 15% 40px;
    height: 100%;
    font-family: 'RobotoL';
    font-size: 16px;
    line-height: 1.8;
}

.solutions .dignity .service-title.active .text h3 {
    font-size: 45px;
    margin: 30px 0;
    font-weight: 900;
    font-family: 'GothamPro';
}

.solutions .dignity .service-title.active .text h4 {
    font-size: 16px;
    margin: 20px 0;
    font-family: 'RobotoB';
    line-height: 1.8;
}

.solutions .dignity .service-title.active .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.solutions .dignity .service-title.active .text ul li {
    padding: 0;
    padding-left: 20px;
    position: relative;
    font-family: 'RobotoL';
    font-size: 16px;
    line-height: 1.8;
}

.solutions .dignity .service-title.active .text ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F5871A;
    border-radius: 4px;
    left: 0;
    top: 9px;
}

.solutions .dignity .service-title:first-child {
    width: 33%;
}

.solutions .dignity .service-title:first-child.active {
    width: 45%;
}

.solutions .dignity .service-title:first-child .service-block .service {
    padding-top: 50%;
}

.solutions .dignity .service-title:first-child .text {
    padding: 50px 12% 40px 40%;
}

.solutions .dignity .service-title:last-child {
    width: 33%;
}

.solutions .dignity .service-title:last-child.active {
    width: 45%;
}

.solutions .dignity .service-title:last-child .service-block .service {
    padding-bottom: 50%;
}

.solutions .dignity .service-title:last-child .text {
    padding: 50px 40% 40px 12%;
}

.download {
    padding: 90px 20px;
}

.download .first {
    display: flex;
    position: relative;
}

.download .first .text_softwares {
    width: 20%;
    padding: 30px 0 0;
}

.download .first .text_softwares p {
    font-family: 'RobotoR';
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
}

.download .first .text_softwares .button {
    padding: 24px 17px;
    margin-top: 30px;
    text-decoration: none;
    letter-spacing: inherit;
}

.download .first .images_softwares {
    width: 80%;
}

.download .first .images_softwares .slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    left: 50%;
    transform: translate(-50%);
}

.download .first .images_softwares .slick-dots li {
    background: #F5871A;
    width: 12px;
    height: 12px;
    margin-right: 24px;
    border: none;
    content: "";
}

.download .first .images_softwares .slick-dots li button {
    display: none;
}

.download .first .images_softwares .slick-dots li.slick-active {
    background: rgba(245,135,26, 0.7);
}

.download .first .images_softwares .slick-slide img {
    width: 100%;
}

.download .first .way {
    position: absolute;
    background: rgba(231, 97, 77, 0.8);
    color: #fff;
    font-family: 'RobotoB';
    font-size: 18px;
    display: inline-block;
    padding: 15px 30px;
    transform: skew(-15deg);
    overflow: hidden;
    right: 0;
    top: 55px;
}

.download .first .way span {
    transform: skew(15deg);
    display: inline-block;
    float: left;
}

.download .last p {
    font-family: 'RobotoR';
    font-size: 24px;
    margin: 100px auto 50px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.download .last .links {
    display: flex;
    justify-content: space-around;
    align-items: end;
}

.advantages {
    background: #F68117;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.advantages .advantages_1:before {
    content: '';
    background: url(../images/logofigure.png);
    background-repeat: no-repeat;
    width: 506px;
    position: absolute;
    height: 506px;
    top: 20%;
    left: -200px;
    opacity: 0.3;
}

.advantages .advantages_1 .advantages_2:before {
    content: '';
    background: url(../images/logofigure.png);
    background-repeat: no-repeat;
    width: 506px;
    position: absolute;
    height: 506px;
    top: 20%;
    right: -200px;
    opacity: 0.3;
}

.advantages .advantages_1 .advantages_2 .supwrap {
    padding: 155px 20px 80px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage {
    width: 33.3%;
    margin-bottom: 50px;
    position: relative;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage:before {
    font-family: 'icomoon';
    position: absolute;
    font-size: 40px;
    left: 30px;
    color: #fff;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage h3 {
    font-size: 24px;
    font-family: 'GothamPro';
    font-weight: 900;
    margin: 0;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage p {
    font-size: 14px;
    font-family: 'RobotoR';
    line-height: 1.8;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 {
    width: 100%;
    text-align:center;
    margin-bottom:100px;
}
.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 h3 {
    font-size: 50px;
    font-family: 'GothamPro';
    font-weight: 900;
    margin: 0;
}
.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 h1 {
    font-size: 50px;
    font-family: 'GothamPro';
    font-weight: 900;
    margin: 0;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-1:before {
    content: "";
    background: url(../images/ic6.png);
    background-repeat: no-repeat;
    background-position: center;
    width:51px;
    height:51px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-2:before {
    content: "";
    background: url(../images/ic7.png);
    background-repeat: no-repeat;
    background-position: center;
    width:51px;
    height:51px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-3:before {
    content: "";
    background: url(../images/ic8.png);
    background-repeat: no-repeat;
    background-position: center;
    width:51px;
    height:51px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-4:before {
    content: "";
    background: url(../images/ic5.png);
    background-repeat: no-repeat;
    background-position: center;
    width:51px;
    height:51px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-5:before {
    content: "";
    background: url(../images/ic10.png);
    background-repeat: no-repeat;
    background-position: center;
    width:51px;
    height:51px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-6:before {
    content: "";
    background: url(../images/ic9.png);
    background-repeat: no-repeat;
    background-position: center;
    width:51px;
    height:51px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-7:before {
    content: "\e905";
    top: 0;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-8:before {
    content: "\e907";
    top: -4px;
}

.advantages .advantages_1 .advantages_2 .supwrap .advantage:not(:first-child) {
    padding-left: 90px;
}

.reviews {
    padding: 100px 25px;
    display: flex;
}

.reviews .text_reviews {
    width: 40%;
    padding-right: 90px;
}

.reviews .text_reviews h3 {
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.reviews .text_reviews p {
    font-family: 'RobotoR';
    font-size: 18px;
    margin: 0;
    line-height: 1.8;
}

.reviews .text_reviews .button {
    padding: 24px 24px;
    margin-top: 30px;
    text-decoration: none;
    letter-spacing: inherit;
}

.reviews .review {
    width: 60%;
}

.reviews .review .rev-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews .review .rev {
    height: 150px;
    position: relative;
}

.reviews .review .rev img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tariffs {
    background-image: url(../images/advantage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.tariffs .supwrap h3 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin: 126px 0 76px;
}

.tariffs .supwrap .all-tariffs {
    display: flex;
    margin-bottom: 160px;
}

.tariffs .supwrap .all-tariffs .tariff {
    color: #fff;
    width: 25%;
    padding: 0 24px 147px 42px;
    position: relative;
}

.tariffs .supwrap .all-tariffs .tariff h4 {
    font-size: 18px;
    font-family: 'RobotoB';
    margin: 60px 0 36px;
}

.tariffs .supwrap .all-tariffs .tariff {
    border-top: 2px solid #363636;
    border-bottom: 2px solid #363636;
    border-left: 2px solid #363636;
}

.tariffs .supwrap .all-tariffs .tariff:last-child {
    border-right: 2px solid #363636;
}

.tariffs .supwrap .all-tariffs .tariff:hover {
    border: 2px solid #F5871A;
}

.tariffs .supwrap .all-tariffs .tariff .content ul {
    list-style: none;
    padding: 0;
}

.tariffs .supwrap .all-tariffs .tariff .content ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    font-family: 'RobotoL';
    line-height: 1.8;
    font-size: 14px;
}

.tariffs .supwrap .all-tariffs .tariff .content ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F5871A;
    border-radius: 4px;
    left: 0;
    top: 8px;
}

.tariffs .supwrap .all-tariffs .tariff .price {
    position: absolute;
    bottom: 70px;
    font-size: 36px;
    color: #F5871A;
    font-family: 'GothamPro';
    font-weight: 900;
    margin: 0;
}

.tariffs .supwrap .all-tariffs .tariff .price .grn {
    font-size: 18px;
}

.tariffs .supwrap .all-tariffs .tariff .price .tax {
    font-size: 18px;
    color: #fff;
}

.tariffs .supwrap .all-tariffs .tariff .button {
    position: absolute;
    bottom: 60px;
    font-size: 12px;
    color: #fff;
    font-family: 'GothamPro';
    font-weight: 900;
    padding: 27px 21px;
    text-decoration: none;
    letter-spacing: 0.2px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.bottom .supwrap .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.bottom .supwrap .footer-top .footer-left {
    display: flex;
    flex-direction: column;
    min-width: 270px;
}

.bottom .supwrap .footer-top .footer-left .logo {
    display: flex;
    margin-bottom: 40px;
}
.bottom .supwrap .footer-top .footer-left .logo img {
    max-width: 250px;
}

.bottom .supwrap .footer-top .footer-left .logo .motto {
    width: 120px;
    text-align: right;
    color: #F5871A;
    font-family: 'Roboto';
    font-size: 21px;
    margin: 0 0 0 -5px;
    text-transform: uppercase;
}

.bottom .supwrap .footer-top .footer-left .links {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: end;
}

.bottom .supwrap .footer-top .footer-left .links a {
    margin-bottom: 15px;
}

.bottom .supwrap .footer-top .footer-center {
    display: flex;
    /*width: 700px;*/
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer {
    width: 100%;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer > ul > li {
    min-width: 140px;
    padding-bottom: 30px;
}



.bottom .supwrap .footer-top .footer-center .menu-top_footer ul li {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}
.bottom .supwrap .footer-top .footer-center .menu-top_footer ul.menu > li {
    padding-bottom: 30px;
    margin-right: 15px;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer ul li a,
.bottom .supwrap .footer-top .footer-center .menu-top_footer ul li span {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 20px;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer ul>li>ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer ul>li>ul>li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.bottom .supwrap .footer-top .footer-center .menu-top_footer ul>li>ul>li a {
    font-family: 'RobotoR';
    text-transform: none;
    text-decoration: underline;
    padding: 0;
    color: #2E2E2E !important;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0;
    text-align: left;

}

.bottom .supwrap .footer-top .footer-center .menu-top_footer ul>li>ul>li a:hover {
    color: #363636 !important;
    transition: all 0.2s;
    text-decoration: none;
}

.bottom .supwrap .footer-top .footer-center .apelsun_contact {
    min-width: 260px;
}

.bottom .supwrap .footer-top .footer-center .apelsun_contact .parent {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 40px;
    display: inline-block;
}

.bottom .supwrap .footer-top .footer-center .apelsun_contact .block {
    font-family: 'RobotoL';
}

.bottom .supwrap .footer-top .footer-center .apelsun_contact .block p:first-child {
    margin-top: 15px;
}

.bottom .supwrap .footer-top .footer-center .apelsun_contact .block p {
    font-size: 14px;
}

.bottom .supwrap .footer-top .footer-center .apelsun_contact .block a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: #363636;
}

.bottom .supwrap .footer-top .footer-left .apelsun_contact .block {
    font-family: 'RobotoL';
}

.bottom .supwrap .footer-top .footer-left .apelsun_contact .block p:first-child {
    margin-top: 15px;
}

.bottom .supwrap .footer-top .footer-left .apelsun_contact .block p {
    font-size: 14px;
}

.bottom .supwrap .footer-top .footer-left .apelsun_contact .block a {
    display: block;
    margin: 14px 0;
    text-decoration: none;
    color: #363636;
}

.bottom .supwrap .footer-top .footer-right {
    min-width: 70px;
}

.bottom .supwrap .footer-top .footer-right .language li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 14px;
}

.bottom .supwrap .footer-top .footer-right .language li.current-lang a {
    text-decoration: none;
    text-transform: uppercase;
    color: #F5841C;
    box-shadow: 0 0, 0 2px #F5841C, 0 0, 0 0;
    font-family: 'GothamPro';
    font-weight: 900;
    font-size: 14px;
    padding-bottom: 8px;
}

.bottom .supwrap .footer-top .footer-right .language li a:hover {
    color: #F5841C;
    transition: all 0.2s;
}

.bottom .supwrap .footer-bottom .copyright-smu {
    margin: 0 0 30px;
    font-family: 'RobotoL';
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom .supwrap .footer-bottom .copyright-smu .copyright-apelsun {
    background-image: url(../images/apelsun-logo.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
}

.bottom .supwrap .footer-bottom .copyright-smu .copyright-apelsun a {
    min-width: 34px;
    min-height: 34px;
    display: block;
}
/* Blog, main part*/
.page-apelsun-main-blog .socials_bread_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-apelsun-main-blog .socials_bread_wrap .breadcrumbs {
    align-self: start;
}
.page-apelsun-main-blog .supwrap .blog-content {
    display: flex;
}
.page-apelsun-main-blog .supwrap .blog-content .blog-article {
    border: 1px solid #f4f4f4;
    margin-bottom: 60px;
}
.page-apelsun-main-blog .supwrap .blog-content .blog-article:last-child {
    margin-bottom: 0;
}
.page-apelsun-main-blog .supwrap .blog-content .blog-article .blog-article__content{
    padding: 30px;
}

.page-apelsun-main-blog .supwrap .blog-content .blog-article .blog-article__content h2{
    color: #000;
}
.page-apelsun-main-blog .supwrap .blog-content .blog-article .blog-article__content h2:hover{
    color: #F5871A;
}

.page-apelsun-main-blog .supwrap .blog-content .attachment-post-thumbnail {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.page-apelsun-main-blog .supwrap .blog-content .main-content {
    width: 70%;
    padding: 25px 20px;
}
.page-apelsun-main-blog .supwrap .blog-content .sidebar {
    width: 30%;
    padding: 25px 20px;
}
.page-apelsun-main-blog .supwrap .blog-content .category-date_wrap {
    display: flex;
    justify-content: flex-start;
}
.page-apelsun-main-blog .supwrap .blog-content .post-date {
    margin-right: 20px;
}
.page-apelsun-main-blog .supwrap .blog-content .post-categories .fa{
    color: #F5871A;
    font-size: 18px;
    margin-right: 5px;
}
.page-apelsun-main-blog .supwrap .blog-content .post-categories:hover {
    display: flex;
    opacity: 0.8;
}
.page-apelsun-main-blog .supwrap .blog-content .post-categories a {
    display: flex;
    align-items: center;
    color: #F5871A;
    font-size: 18px;
}
.page-apelsun-main-blog .supwrap .blog-content .post-categories p {
    margin: 0;
}
.page-apelsun-main-blog .supwrap .blog-content .post-categories a:hover {
    opacity: 0.8;
}
.page-apelsun-main-blog .supwrap .blog-content .post-date {
    font-size: 18px;
}
.page-apelsun-main-blog .supwrap .blog-content .post-date .fa{
    color: #F5871A;
    font-size: 18px;
}
.page-apelsun-main-blog .supwrap .blog-content .socials-arrows_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-apelsun-main-blog .supwrap .blog-content .socials-arrows_wrap .prevnext-arrows [rel="prev"]{
    padding-right: 10px;
}
.page-apelsun-main-blog .supwrap .blog-content .socials-arrows_wrap .prevnext-arrows a{
    font-weight: 600;
    color: #000;
}
.page-apelsun-main-blog .supwrap .blog-content .socials-arrows_wrap .prevnext-arrows a:hover{
    color: #F5871A;
}
/* Sidebar */
.page-apelsun-main-blog .supwrap .sidebar .categories-list .categories-list__title,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links .usefull-links__title,
.page-apelsun-main-blog .supwrap .sidebar .last-posts .last-posts__title {
    padding-bottom: 15px;
    font-size: 22px;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links,
.page-apelsun-main-blog .supwrap .sidebar .last-posts{

    margin-bottom: 50px;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list ul,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links ul,
.page-apelsun-main-blog .supwrap .sidebar .last-posts ul {
    list-style-type: none;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list > ul,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links > ul,
.page-apelsun-main-blog .supwrap .sidebar .last-posts > ul {
    padding-left: 0;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list ul li,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links ul li,
.page-apelsun-main-blog .supwrap .sidebar .last-posts ul li {
    position: relative;    margin: 15px 0;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list ul li:before,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links ul li:before,
.page-apelsun-main-blog .supwrap .sidebar .last-posts ul li:before {
    color: #848484;
    content: '\f105';
    position: absolute;
    right: 0;
    font-size: 16px;
    font-family: FontAweSome;
    transition: all 0.5s;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list ul li a,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links ul li a,
.page-apelsun-main-blog .supwrap .sidebar .last-posts ul li a {
    display: block;
    border-bottom: solid 1px #f4f4f4;
    color: #000;
    position: relative;
    padding-left: 22px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list ul li a:before,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links ul li a:before,
.page-apelsun-main-blog .supwrap .sidebar .last-posts ul li a:before {
    color: #848484;
    content: '\f114';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: FontAweSome;
    transition: all 0.5s;
}
.page-apelsun-main-blog .supwrap .sidebar .categories-list ul li a:hover,
.page-apelsun-main-blog .supwrap .sidebar .usefull-links ul li a:hover,
.page-apelsun-main-blog .supwrap .sidebar .last-posts ul li a:hover {
    color: #F5871A;
}
.page-apelsun-main-blog .supwrap .sidebar .usefull-links .show-more {
    display: block;
    text-align: right;
}
.page-apelsun-main-blog .supwrap .sidebar .usefull-links .show-more:hover {
    cursor: pointer;
    color: #F5871A;
}
.page-apelsun-main-blog .supwrap .sidebar .usefull-links .hidden {
    display: none;
}

.page-apelsun-main-blog .supwrap .sidebar .categories-list ul li.current-cat a{
    color: #F5871A;
}

/*.page-apelsun-main-blog .supwrap .sidebar .usefull-links {
    display: none;
}*/
.page-apelsun-main-blog .supwrap .blog-content .main-content .blog-pagination ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-apelsun-main-blog .supwrap .blog-content .main-content .blog-pagination ul li {
    color: #292929;
    font-weight: 600;
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    text-align: center;
    background-color: #EEEEEC;
    display: inline-block;
    margin: 0 3px;
    transition: 0.5s;
}
.page-apelsun-main-blog .supwrap .blog-content .main-content .blog-pagination ul li a:hover{
    background-color: #F5871A;
    color: #fff;
}
.page-apelsun-main-blog .supwrap .blog-content .main-content .blog-pagination ul li a {
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.page-apelsun-main-blog .supwrap .blog-content .main-content .blog-pagination ul li span.current {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5871A;
    color: #fff;
    border-radius: 50%;
}

.main-content .rates {
    margin-bottom: 50px;
    overflow-x: auto;
    min-height: .01%;
    width: 100%;
}

.main-content .rates table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    color: #00030a;
    background: #fff;
}
.main-content .rates table thead > tr > th {
    color: #fff;
    background: #F5841C;
    padding: 34px 25px 29px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: bottom;
    border-bottom: 0;
    white-space: nowrap;
}
.main-content .rates table > tbody > tr > td {
    padding: 17px 25px 18px;
    line-height: 0.714;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    border-top: 0;
    text-align: center;
    white-space: nowrap;
}
.main-content .rates table > tbody > tr > td:first-child {
    text-align: left;
}

/*Form start*/
.contact_form {
    columns: 2;
    column-rule: 2px solid #F5841C;
    column-gap: 200px;
    margin-bottom: 60px;
    border: 2px solid #E1E1E1;
    padding: 140px 0px 140px 0px !important;
}
.contact_form hr {
    display: none;
    border: 0.5px solid #F5841C;
}
.contact_form>div {
    break-inside: avoid;
}
.contact_form .form_right {
    padding-right: 130px;
}
.contact_form .form_left {
    padding-left: 130px;
}
.contact_form h3 {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 130%;
    color: #363636;
    margin-bottom: 60px;
    margin-top: unset;
}
.contact_form input {
    padding: 20px 30px;
    border: 2px solid #E1E1E1;
    background: transparent;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #363636;
    width: 100%;
}
.contact_form form p {
    position: relative;
}
.contact_form label {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #ADADAD;
    position: absolute;
    bottom: -6px;
    left: 30px;
    z-index: -1;
}
.contact_form input:focus-visible, .contact_form input:focus, .contact_form input:active {
    outline: 2px solid #F5841C;

}
.contact_form .wpcf7-form-control-wrap input:focus + label, .contact_form .wpcf7-form-control-wrap input:not(:placeholder-shown) + label {
    top: -35px;
    left: 30px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 130%;
    color: #F5841C;
    background: white;
    z-index: 1;
    height: min-content;
    transition: 0.3s;
}
.contact_form input:not(:placeholder-shown) {
    color: #363636;
    background: transparent;
}
.contact_form p {
    margin-top: 40px;
    margin-bottom: 0px;
}
.contact_form .form_right form {
}
.contact_form .form_right form p:nth-child(5) {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.contact_form form p:nth-child(5) input {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 24px 44px;
    background: #F5841C;
    border: unset;
    cursor: pointer;
    width: unset;
}
.contact_form form p:nth-child(5) input:hover {
    background: #FF9432;
    transition: 0.5s;
}

@media screen and (max-width: 1000px) {
    .contact_form {
        columns: 1;
        margin: 0 10px;
        padding: unset !important;
    }
    .contact_form .form_left, .contact_form .form_right {
        padding: 50px;
        padding-left: 50px;
        padding-right: 50px;

    }
    .contact_form .form_left form p:nth-child(5), .contact_form .form_right form p:nth-child(5) {
        justify-content: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact_form hr {
        display: block;
    }

}
@media screen and (max-width: 600px) {
    .contact_form {
        width: 388px !important;
    }
    .contact_form .form_left, .contact_form .form_right {
            padding: 20px;
            padding-left: 20px;
            padding-right: 20px;
    }
    .contact_form hr {
        margin: 0px 24px;
    }
}

@media screen and (max-width: 1279px) {
    .supwrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 25px;
    }
    .top {
        height: 80px;
    }
    .top .supwrap .logo a img {
        width: 200px;
    }
    .top .supwrap .logo .motto {
        display: none;
    }
    .top .supwrap .contact {
        display: none;
    }
    .top .supwrap .menu-top {
        height: 80px;
    }
    .top .supwrap .menu-top .nav {
        width: 570px;
        transition: all 0.2s;
    }
    .top .supwrap .menu-top .nav .important a,
    .top .supwrap .menu-top .nav .important span {
        font-size: 12px;
    }
    .top .supwrap .menu-top .nav .important a.soft,
    .top .supwrap .menu-top .nav .important span.soft {
        padding: 16px;
    }
    .top .supwrap .menu-top .nav .nav-child {
        display: none;
        transition: all 0.2s;
        top: 80px;
    }
    .top .supwrap .menu-top .nav .nav-child li a {
        padding: 16px;
    }
    .fade .wrap-text {
        position: absolute;
        top: 62px;
        width: 480px;
    }
    .fade .wrap-text .tittle {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .fade .wrap-text .text {
        font-size: 14px;
        margin-bottom: 18px;
        line-height: 1.5;
    }
    .fade .wrap-text .button {
        padding: 20px 37px 20px 20px;

    }
    .fade .wrap-text .button:after {
        right: -15px;
    }
    .fade .slick-slide {
        height: 395px;
    }
    .fade img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        object-fit: cover;
    }
    .fade .slick-dots {
        top: -35px;
        left: 25px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        margin-left: 0;
    }
    .fade .slick-track {
        height: 396px;
    }
    .company {
        flex-direction: column;
    }
    .company .numbers {
        width: 100%;
        padding: 60px 0;
    }
    .company .numbers .punct {
        width: 50%;
    }
    .company .numbers .year,
    .company .numbers .count {
        margin-bottom: 50px;
    }
    .company .text {
        width: 100%;
        margin-bottom: 20px;
    }
    .company .text .btn-more,
    .company .text .btn-call {
        margin: 20px 0;
        padding: 20px 37px 20px 20px;
    }
    .solutions .dignity {
        height: 440px;
        margin: 0;
    }
    .solutions .dignity .service-title {
        transform: skewX(0deg);
        margin: 0;
        width: 12%;
    }
    .solutions .dignity .service-title .service-block .img {
        transform: skewX(0) translate(-50%);
    }
    .solutions .dignity .service-title .service-block .service {
        transform: skewX(0) rotate(-90deg);
        font-size: 36px;
    }
    .solutions .dignity .service-title.active {
        width: 52%;
    }
    .solutions .dignity .service-title.active .text {
        transform: skewX(0);
        padding: 35px 45px;
    }
    .solutions .dignity .service-title.active .text h3 {
        font-size: 36px;
        margin: 25px 0;
    }
    .solutions .dignity .service-title.active .text h4 {
        font-size: 14px;
        margin: 10px 0;
        line-height: 1.5;
    }
    .solutions .dignity .service-title.active .text ul li {
        font-size: 14px;
        line-height: 1.5;
    }
    .solutions .dignity .service-title.active .text ul li:before {
        top: 7px;
    }
    .solutions .dignity .service-title:first-child {
        width: 12%;
    }
    .solutions .dignity .service-title:first-child.active {
        width: 52%;
    }
    .solutions .dignity .service-title:first-child.active .text {
        padding: 35px 45px;
    }
    .solutions .dignity .service-title:first-child .service-block .service {
        padding-top: 0;
    }
    .solutions .dignity .service-title:first-child .text {
        padding: 50px 12% 40px 40%;
    }
    .solutions .dignity .service-title:last-child {
        width: 12%;
    }
    .solutions .dignity .service-title:last-child.active {
        width: 52%;
    }
    .solutions .dignity .service-title:last-child.active .text {
        padding: 35px 45px;
    }
    .solutions .dignity .service-title:last-child .service-block .service {
        padding-bottom: 0;
    }
    .solutions .dignity .service-title:last-child .text {
        padding: 50px 40% 40px 12%;
    }
    .download .first {
        flex-direction: column-reverse;
        margin-top: 60px;
    }
    .download .first .text_softwares {
        width: 100%;
        padding: 0;
    }
    .download .first .text_softwares p {
        text-align: center;
        font-size: 16px;
    }
    .download .first .text_softwares .button {
        padding: 20px 17px;
        margin: 15px auto 0;
        display: block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
    }
    .download .first .images_softwares {
        width: 100%;
    }
    .download .first .images_softwares .slick-dots {
        top: -15px;
    }
    .download .last p {
        margin: 60px auto 45px;
    }
    .download .last .links {
        margin-bottom: 50px;
    }
    .download .last .links a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .download .last .links a img {
        width: 85%;
    }
    .advantages .advantages_1 {
        background: url(../images/left-logo.png) -13% 110%;
        background-repeat: no-repeat;
    }
    .advantages .advantages_1 .advantages_2 {
        background: url(../images/right-logo.png) 123% -29%;
        background-repeat: no-repeat;
        position: relative;
    }
    .advantages .advantages_1 .advantages_2 .supwrap {
        padding: 155px 20px 0px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage {
        width: 50%;
        margin-bottom: 40px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage:before {
        font-family: 'icomoon';
        position: absolute;
        font-size: 40px;
        left: 30px;
        color: #F5871A;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage h3 {
        font-size: 20px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage p {
        font-size: 14px;
        font-family: 'RobotoR';
        line-height: 1.6;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 {
        position: absolute;
        width: 100%;
        top: 65px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 h3 {
        text-align: center;
        font-size: 36px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage:not(:first-child) {
        padding-left: 90px;
    }
    .reviews {
        padding: 55px 20px 120px;
    }
    .reviews .text_reviews {
        width: 60%;
        padding-right: 40px;
    }
    .reviews .text_reviews h3 {
        font-size: 33px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .reviews .text_reviews p {
        font-size: 16px;
    }
    .reviews .review {
        width: 40%;
    }
    .tariffs {
        height: 740px;
    }
    .tariffs .supwrap {
        padding: 0;
    }
    .tariffs .supwrap h3 {
        font-size: 36px;
        margin: 60px 0 42px;
    }
    .tariffs .supwrap .all-tariffs {
        position: relative;
        margin: 0;
    }
    .tariffs .supwrap .all-tariffs .tariff {
        height: 515px;
        border: 2px solid #363636;
    }
    .tariffs .supwrap .all-tariffs .tariff h4 {
        font-size: 16px;
    }
    .tariffs .supwrap .all-tariffs .tariff .content ul li {
        font-size: 14px;
    }
    .tariffs .supwrap .all-tariffs .tariff:focus {
        outline: none;
    }
    .tariffs .supwrap .all-tariffs .slick-arrow {
        position: absolute;
    }
    .tariffs .supwrap .all-tariffs .slick-arrow:focus {
        outline: none;
    }
    .tariffs .supwrap .all-tariffs .slick-next {
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        background-image: url(../images/arrow.png);
        background-color: transparent;
        width: 45px;
        height: 45px;
        font-size: 0;
    }
    .tariffs .supwrap .all-tariffs .slick-prev {
        left: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        border: 0;
        background-image: url(../images/arrow.png);
        background-color: transparent;
        width: 45px;
        height: 45px;
        font-size: 0;
        z-index: 3;
    }
    .bottom .supwrap .footer-top {
        justify-content: left;
        padding: 45px 0;
    }
    .bottom .supwrap .footer-top .footer-left {
        min-width: 160px;
    }
    .bottom .supwrap .footer-top .footer-left .logo {
        margin-bottom: 28px;
        width: 100%;
    }
    .bottom .supwrap .footer-top .footer-left .logo .logo-img {
        width: 100%;
    }
    .bottom .supwrap .footer-top .footer-left .logo .motto {
        font-size: 16px;
    }
    .bottom .supwrap .footer-top .footer-left .links a {
        margin-bottom: 8px;
    }
    .bottom .supwrap .footer-top .footer-left .links a img {
        width: 135px;
    }
    .bottom .supwrap .footer-top .footer-center .menu-top .nav .important a {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .bottom .supwrap .footer-top .footer-center .menu-top .nav .nav-child li a {
        margin: 12px 0;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact {
        min-width: 165px;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact .parent {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 17px;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact .block {
        font-size: 12px;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact .block p {
        line-height: 1.8;
        margin: 0;
        font-size: 12px;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact .block p:first-child {
        margin-top: 6px;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact .block a {
        margin: 12px 0;
    }
    .bottom .supwrap .footer-top .footer-right {
        display: none;
    }
    .bottom .supwrap .footer-bottom .copyright-smu {
        font-size: 12px;
    }
    .top .supwrap .menu-top .menu-main-ru-container .nav, .top .supwrap .menu-top .menu-main-ua-container .nav, 
     .top .supwrap .menu-top .menu-main-en-container .nav {
        width: 420px;
    }
    .top .supwrap .menu-top .menu-main-ru-container, .top .supwrap .menu-top .menu-main-ua-container,.top .supwrap .menu-top .menu-main-en-container {
        height: 80px;
    }
    .advantages {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1054px) {
    /*.fade img {
        right: -220px;
    }*/
    .page-apelsun-main-blog .supwrap .blog-content{
        display: flex;
        flex-direction: column;
    }
    .page-apelsun-main-blog .supwrap .blog-content .main-content {
        width: 100%;
    }
    .page-apelsun-main-blog .supwrap .blog-content .sidebar {
        width: 100%;
        padding-top: 0px;
    }
    .page-apelsun-main-blog .supwrap .blog-content .blog-article {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 952px) {
    /*.fade img {
        right: -323px;
    }*/
}

@media screen and (max-width: 1279px) {
    .page-rewiews {
        padding: 20px 0 0;
    }
    .page-rewiews h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }
    .page-rewiews .review_1 .review {
        height: 140px;
        margin-bottom: 55px;
    }
    .page-rewiews .review_1 .review .block-1 {
        min-width: 174px;
        max-height: 140px;
    }
    .page-rewiews .review_1 .review .block-1 img {
        width: 100%;
        max-height: 140px;
    }
    .page-rewiews .review_1 .review .block-2 {
        padding: 0 40px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text {
        flex-direction: column;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name {
        max-width: 100%;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name h4 {
        margin: 0;
        font-size: 18px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name p {
        font-size: 14px;
        font-family: 'RobotoB';
        margin: 12px 0;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name p span {
        font-size: 14px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .link {
        margin-bottom: 24px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .link a {
        font-size: 14px;
    }
    .page-rewiews .review_1 .review .block-2 .text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .page-rewiews .review_1 .button {
        padding: 20px 65px;
        margin: 15px auto;
        display: block;
    }
}

@media screen and (max-width: 1279px) {
    .moduletable_bread .breadcrumb_bread {
        margin: 0 0 20px;
    }
    .page-apelsun h1 {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .page-apelsun .image-top {
        margin-bottom: 15px;
    }
    .page-apelsun .content {
        line-height: 1.8;
    }
    .page-apelsun .content strong {
        font-family: 'RobotoB';
        font-size: 16px;
    }
    .page-apelsun .content p,
    .page-apelsun .content ul {
        font-size: 14px;
    }
    .page-apelsun .block_you_get h3 {
        font-size: 36px;
        margin: 60px 0 35px;
    }
    .page-apelsun .block_you_get .you_get {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 25px;
    }
    .page-apelsun .block_you_get .you_get .prefer {
        width: 50%;
        padding: 20px 40px 20px 0;
        display: flex;
    }
    .page-apelsun .block_you_get .you_get .prefer .block-1 span{
        margin-right: 15px;

    }
    .page-apelsun .block_you_get .you_get .prefer .block-2 {
        line-height: 1.8;
        font-size: 14px;
    }
    .page-apelsun .block_you_get .you_get .prefer .block-2 h4 {
        margin: 0;
    }
    .page-apelsun .block_you_get .you_get .prefer .block-2 p {
        margin: 0;
    }
    .page-rewiews-faq h1 {
        margin-bottom: 20px;
    }
    .page-rewiews-faq .faq {
        margin: 0 -25px;
    }
    .page-rewiews-faq .faq .faq-block {
        padding: 0 25px;
        margin: 0 0 10px;
    }
    .page-rewiews-faq .faq .faq-block .question p {
        font-size: 16px;
        margin: 0 50px 0 0;
        line-height: 1.5;
    }
    .page-rewiews-faq .faq .faq-block.active .answer {
        display: block;
        padding: 0 0 45px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer p {
        font-size: 14px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ol {
        padding: 0;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ol li {
        font-family: 'RobotoL';
        font-size: 14px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ol > li {
        position: relative;
        padding: 0 20px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ul {
        padding: 0;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ul > li {
        padding: 0 20px;
        font-size: 14px;
    }
    .page-rewiews-kontakty h1 {
        margin: 20px 0 25px;
    }
    .page-rewiews-kontakty #map {
        /*height: 425px !important;*/
    }
    .employees {
        flex-direction: column;
        margin: 35px 0 20px;
    }
    .employees .person {
        width: 100%;
        height: 190px;
        margin: 0 0 15px 0;
        padding: 25px 0 20px;
    }
    .employees .person .block-1 {
        width: 25%;
        padding: 0 22px;
    }
    .employees .person .block-1 img {
        height: 145px;
        width: auto;
    }
    .employees .person .block-2 {
        width: 75%;
        padding: 0 40px 0 15px;
    }
    .employees .person .block-2 h4 {
        font-size: 18px;
        line-height: 3;
        width: auto;
        display: inline;
    }
    .employees .person .block-2 p {
        font-size: 16px;
        margin-top: 0;
    }
    .employees .person .block-2 p span {
        font-family: 'RobotoL';
    }
    .employees .person .block-2 .contact-inf {
        display: flex;
        justify-content: space-between;
    }
    .rsform form {
        display: block;
        padding: 0 20px;
        max-width: 825px;
        width: 100%;
    }
    .rsform form fieldset h3 {
        font-size: 36px;
        margin: 55px 0 0;
        padding-bottom: 44px;
    }
    .rsform form fieldset .first .rsform-block-item:after,
    .rsform form fieldset .last .rsform-block-item:after {
        top: 18px;
    }
    .rsform form fieldset .first select,
    .rsform form fieldset .last select {
        padding: 10px 30px;
        font-size: 16px;
        margin-bottom: 14px;
        height: 50px;
    }
    .rsform form fieldset .first input,
    .rsform form fieldset .last input {
        padding: 24px 30px;
        font-size: 16px;
        margin-bottom: 16px;
    }
    .rsform form fieldset .rsform-block-coment {
        width: 100%;
    }
    .rsform form fieldset .rsform-block-coment textarea {
        padding: 15px 30px;
        font-size: 16px;
        margin-bottom: 14px;
    }
    .rsform form fieldset .rsform-block-send button {
        margin-bottom: 65px;
        height: 50px;
        font-size: 12px;
    }
}

        .warning_div {
            border: 1px solid orange; width:100%
        }
        .warning_p {
            font-size:4em !important;
             background-color: orange;  text-align: center; position: relative; margin-top:0px;
        }
        .warning_letter {
            font-size:3em !important;    
            margin-right: 40px;
            margin-left: 40px; 
            text-align: justify;
        }
        .warning_services {
            display: flex; justify-content: space-around;
        }
        .warning_service {padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 30px;
    text-align: center;
        }
        @media screen and (max-width: 450px) {
        .warning_p {
            font-size: 3em !important;

        }
        .warning_letter {
            font-size: 1em !important;
            margin-right: 20px;
            margin-left: 20px;
        }
        .warning_services {
            flex-direction: column;
        }
        }

@media screen and (max-width: 767px) {
    .supwrap {
        padding: 0 20px;
    }
    .moduletable_bread {
        display: none;
    }
    .top {
        height: 63px;
    }
    .top .supwrap .logo a img {
        width: 200px;
    }
    .top .supwrap .menu-top {
        height: 58px;
    }
    .top .supwrap .menu-top .nav {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
    }
    .top .supwrap .menu-top .nav .important a.soft {
        padding: 12px;
    }
    .top .supwrap .menu-top .nav .important:not(:last-child) {
        display: none;
    }
    .top .supwrap .language {
        display: none;
    }
    .top .supwrap .close {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 23px;
        height: 20px;
        margin-left: auto;
    }
    .top .supwrap .close div {
        width: 100%;
        height: 3px;
        background-color: #F5871A;
    }
    .top .supwrap .close.active {
        justify-content: center;
        align-items: flex-end;
        position: relative;
    }
    .top .supwrap .close.active div:first-child {
        width: 10px;
        transform: rotate(50deg);
        position: absolute;
        top: 4px;
        transition: all 0.2s;
    }
    .top .supwrap .close.active div:last-child {
        width: 10px;
        transform: rotate(-50deg);
        position: absolute;
        bottom: 4px;
        transition: all 0.2s;
    }
    .top .main_for_tab {
        z-index: 4;
        position: absolute;
        background: #fff;
        width: 100%;
        display: none;
        padding: 47px 0;
    }
    .top .main_for_tab.active {
        display: block;
    }
    .top .main_for_tab .nav {
        display: flex;
        list-style: none;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        margin: auto 5px auto 5px;
        padding: 0;
        flex-wrap: wrap;
    }
    .top .main_for_tab .nav li {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 50%;
    }
    .top .main_for_tab .nav li ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding:0;
        margin: 0;
    }
    .top .main_for_tab .nav li>ul>li.current-menu-item a {
        color: #F5871A;
        transition: all 0.2s;
    }

    .top .main_for_tab .nav li a,
    .top .main_for_tab .nav li span {
        text-decoration: none;
        text-transform: uppercase;
        color: #363636;
        font-family: 'GothamPro';
        font-weight: 900;
        font-size: 14px;
        padding: 18px 0;
    }
    .top .main_for_tab .nav li>ul{
        padding: 0;
    }
    .top .main_for_tab .nav li>ul>li:last-child {
        display: flex;
    }
    .top .main_for_tab .nav li>ul>li a {
        color: #363636;
        padding: 10px 0;
        font-weight: 400;
    }
    .top .main_for_tab .moduletable.language:first-of-type {
        display: none;
    }
    .top .main_for_tab .language ul {
        display: flex;
        justify-content: center;
    }
    .top .main_for_tab .footer_lang  {
        display: none;
    }
    .top .main_for_tab .language ul li {
        margin: 20px 40px;
    }
    .top .main_for_tab .language ul li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #363636;
        font-family: 'GothamPro';
        font-weight: 900;
        font-size: 14px;
    }
    .top .main_for_tab .language ul li.current-lang a {
        text-decoration: none;
        text-transform: uppercase;
        color: #F5871A;
        box-shadow: 0 0, 0 2px #F5871A, 0 0, 0 0;
        font-family: 'GothamPro';
        font-weight: 900;
        font-size: 14px;
        padding-bottom: 8px;
    }
    /*.fade img {
        right: -400px;
    }*/
    .fade .wrap-text {
        position: absolute;
        top: 99px;
        width: 100%;
    }
    .fade .wrap-text .tittle {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .fade .wrap-text .text {
        font-size: 12px;
        margin-bottom: 25px;
        line-height: 1.5;
    }
    .fade .wrap-text .button {
        padding: 15px 32px 15px 15px;
    }
    .fade .wrap-text .right_button {
        right: 50px;
    }
    .fade .wrap-text .left_button {
        right: 50px;
        bottom: -158px;
    }
    .menu-top .mail_top a {
        display: none;
    }
    .fade .wrap-text .right_button:after {
        right: -15px;
    }
    .fade .slick-slide {
        height: 435px;
    }
    .fade .slick-dots {
        left: 20px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        margin-left: 0;
    }
    .company .numbers {
        width: 100%;
        padding: 20px 0 10px;
    }
    .company .numbers .year,
    .company .numbers .count,
    .company .numbers .enterprise,
    .company .numbers .liter {
        margin: 0;
    }
    .company .numbers .punct {
        width: 100%;
        height: 70px;
        margin-bottom: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 85px;
    }
    .company .numbers .fat {
        font-size: 18px;
        line-height: 1;
    }
    .company .numbers .tittle {
        margin: 7px 0 0;
        line-height: 1.2;
        font-size: 14px;
    }
    .company .text {
        width: 100%;
        margin-bottom: 20px;
    }
    .company .text .text_company p {
        font-size: 12px;
    }
    .company .text .btn-more,
    .company .text .btn-call {
        padding: 15px 32px 15px 15px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 h1 {
        font-size: 28px;
    }
    .solutions .dignity {
        flex-direction: column;
        height: auto;
        width: 100%;
    }
    .solutions .dignity .service-title {
        width: 100%;
    }
    .solutions .dignity .service-title .service-block {
        height: 60px;
        transition: height 1s ease;
    }
    .solutions .dignity .service-title .service-block .service {
        transform: rotate(0deg);
        font-size: 24px;
    }
    .solutions .dignity .service-title.active {
        width: 100%;
    }
    .solutions .dignity .service-title.active .text {
        padding: 0 18px 30px;
    }
    .solutions .dignity .service-title.active h3 {
        font-size: 24px;
        margin: 25px 0;
        text-align: center;
    }
    .solutions .dignity .service-title.active h4 {
        font-size: 12px;
    }
    .solutions .dignity .service-title.active ul li {
        font-size: 12px;
    }
    .solutions .dignity .service-title.active .service-block.active {
        height: auto;
    }
    .solutions .dignity .service-title:first-child {
        width: 100%;
    }
    .solutions .dignity .service-title:first-child.active {
        width: 100%;
    }
    .solutions .dignity .service-title:first-child.active .text {
        padding: 0 18px 30px;
    }
    .solutions .dignity .service-title:first-child .service-block .service {
        padding-top: 0;
    }
    .solutions .dignity .service-title:last-child {
        width: 100%;
    }
    .solutions .dignity .service-title:last-child.active {
        width: 100%;
    }
    .solutions .dignity .service-title:last-child.active .text {
        padding: 0 18px 30px;
    }
    .solutions .dignity .service-title:last-child .service-block .service {
        padding-bottom: 0;
    }
    .download .first {
        margin-top: 35px;
    }
    .download .first .text_softwares p {
        font-size: 12px;
    }
    .download .first .text_softwares .button {
        padding: 16px 17px;
        margin: 10px auto 0;
    }
    .download .first .way {
        top: 0px;
        padding: 12px 15px;
        font-size: 16px;
    }
    .download .last p {
        margin: 22px auto 32px;
        line-height: 1;
        font-size: 16px;
    }
    .download .last .links {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .download .last .links a {
        width: 50%;
        margin-bottom: 30px;
    }
    .download .last .links a img {
        max-width: 130px;
    }
    .advantages .advantages_1 {
        background: url(../images/left-logo.png) -28% 116%;
        background-repeat: no-repeat;
    }
    .advantages .advantages_1 .advantages_2 {
        background: url(../images/right-logo.png) 230% -10px;
        background-repeat: no-repeat;
        position: relative;
    }
    .advantages .advantages_1 .advantages_2 .supwrap {
        padding: 155px 0 0px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage {
        width: 100%;
        margin-bottom: 25px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage:before {
        font-family: 'icomoon';
        position: absolute;
        font-size: 40px;
        left: 10px;
        color: #F5871A;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage h3 {
        font-size: 16px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage p {
        font-size: 12px;
        font-family: 'RobotoR';
        line-height: 1.6;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 {
        position: absolute;
        width: 100%;
        top: 65px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage.plus-0 h3 {
        text-align: center;
        font-size: 24px;
        padding: 0 20px;
    }
    .advantages .advantages_1 .advantages_2 .supwrap .advantage:not(:first-child) {
        padding-left: 65px;
        padding-right: 20px;
    }
    .reviews {
        padding: 10px 20px 100px;
        flex-direction: column;
    }
    .reviews .text_reviews {
        width: 100%;
        padding-right: 0px;
    }
    .reviews .text_reviews h3 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .reviews .text_reviews p {
        font-size: 12px;
    }
    .reviews .text_reviews .button {
        padding: 16px 25px;
        bottom: 30px;
    }
    .reviews .review {
        width: 100%;
    }
    .reviews .slick-dots {
        left: 50%;
        transform: translate(-40%, 0);
    }
    .tariffs {
        height: 800px;
    }
    .tariffs .supwrap {
        padding: 0;
    }
    .tariffs .supwrap h3 {
        font-size: 24px;
        margin: 44px 0 30px;
    }
    .tariffs .supwrap .all-tariffs .tariff {
        height: 600px;
    }
    .tariffs .supwrap .all-tariffs .tariff .content ul li {
        font-size: 12px;
    }
    .tariffs .supwrap .all-tariffs .slick-next {
        width: 40px;
        height: 40px;
    }
    .tariffs .supwrap .all-tariffs .slick-prev {
        width: 40px;
        height: 40px;
    }
    .bottom .supwrap .footer-top {
        flex-direction: column;
        padding: 30px 0 15px;
    }
    .bottom .supwrap .footer-top .footer-left {
            flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .bottom .supwrap .footer-top .footer-left .logo .logo-img {
        width: 200px;
    }
    .bottom .supwrap .footer-top .footer-left .logo .motto {
        font-size: 14px;
        width: 80px;
    }
    .bottom .supwrap .footer-top .footer-left .links a img {
        width: 117px;
    }
    .bottom .supwrap .footer-top .footer-center {
        flex-direction: column;
        width: 100%;
    }
    .bottom .supwrap .footer-top .footer-center .menu-top .nav {
        justify-content: center;
    }
	.bottom .supwrap .footer-top .footer-center .menu-top ul li a {
		text-align:center;
	}
    .bottom .supwrap .footer-top .footer-center .menu-top .nav .important span {
        margin-bottom: 20px;
    }
    .bottom .supwrap .footer-top .footer-center .menu-top .nav .important a {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .bottom .supwrap .footer-top .footer-center .menu-top .nav .nav-child li a {
        margin: 7px 0;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact {
        min-width: auto;
    }
    .bottom .supwrap .footer-top .footer-center .apelsun_contact .parent {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .bottom .supwrap .footer-bottom .copyright-smu {
        margin: 0 0 20px;
    }
    .top .supwrap .menu-top .menu-main-ru-container .nav, .top .supwrap .menu-top .menu-main-ua-container .nav, 
    .top .supwrap .menu-top .menu-main-en-container .nav {
        display: none;
    }

    .page-apelsun-main-blog .supwrap .blog-content .main-content {
        padding: 0;
    }

    .page-apelsun-main-blog .supwrap .blog-content .main-content .blog-pagination ul li {
        font-size: 17px;
        width: 33px;
        height: 34px;
        line-height: 34px;
    }
    .page-apelsun-main-blog .supwrap .blog-content .socials-arrows_wrap .prevnext-arrows {
        display: none;
    }
    .page-apelsun-main-blog .supwrap .blog-content .post-categories .fa {
        font-size: 16px;
    }
    .page-apelsun-main-blog .supwrap .blog-content .post-categories a {
        font-size: 16px;
    }
    .page-apelsun-main-blog .supwrap .blog-content .post-date {
        font-size: 16px;
    }
    .page-apelsun-main-blog .supwrap .blog-content .post-date .fa{
        font-size: 16px;
    }
	.bottom .supwrap .footer-top .footer-left .apelsun_contact .block a {
		text-align: center;
	}  
	.bottom .supwrap .footer-top .footer-left .logo a {
		text-align: center;
		width: 100%;
	}

    .top .main_for_tab .nav li > ul > li > ul > li {
        margin-left: 20px;
        position: relative;
    }
    .top .main_for_tab .nav li > ul > li > ul > li:before {
        content: '-';
        position: absolute;
        right: 60px;
    }

/*@media screen and (max-width: 450px) {
    .fade img {
        right: -450px;
    }
}*/

@media screen and (max-width: 767px) {
    .page-rewiews {
        padding: 20px 0 0;
    }
    .page-rewiews h1 {
        font-size: 24px;
        margin-bottom: 18px;
        margin-top: 0;
    }
    .page-rewiews .review_1 .review {
        /*height: 280px;*/
        height: auto;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .page-rewiews .review_1 .review .block-1 {
        min-width: 100%;
        max-height: 124px;
        min-height: 124px;
        margin-bottom: 10px;
    }
    .page-rewiews .review_1 .review .block-1 img {
        max-width: 150px;
        width: auto;
        max-height: 100px;
    }
    .page-rewiews .review_1 .review .block-2 {
        padding: 0 20px 0 0;
        max-height: 136px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text {
        flex-direction: column;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name {
        max-width: 100%;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name h4 {
        margin: 0;
        font-size: 14px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .name p {
        line-height: 1.5;
        margin: 10px 0 0;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .link {
        margin-bottom: 12px;
    }
    .page-rewiews .review_1 .review .block-2 .pre_text .link a {
        font-size: 12px;
    }
    .page-rewiews .review_1 .review .block-2 .text p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .page-rewiews .review_1 .review:nth-child(2n) {
        flex-direction: column;
    }
    .page-rewiews .review_1 .review:nth-child(2n) .ps__rail-y {
        left: auto !important;
        right: 2px !important;
    }
    .page-rewiews .review_1 .review:nth-child(2n) .ps__rail-y .ps__thumb-y {
        left: auto !important;
        right: 2px !important;
    }
    .page-rewiews .review_1 .button {
        padding: 20px 65px;
        margin: 15px auto;
        display: block;
    }
}

@media screen and (max-width: 767px) {
	.bottom .supwrap .footer-top .footer-center .menu-top_footer ul li a{
		text-align:center;
	}
	.bottom .supwrap .footer-top .footer-center .menu-top_footer ul>li>ul>li a {
		text-align: center;
	}
    .page-apelsun h1 {
        font-size: 24px;
        margin: 20px 0 15px;
    }
    .page-apelsun .image-top {
        margin: 0 -20px 15px;
    }
    .page-apelsun .content {
        line-height: 1.8;
    }
    .page-apelsun .content strong {
        font-family: 'RobotoB';
        font-size: 14px;
    }
    .page-apelsun .content p,
    .page-apelsun .content ul {
        font-size: 12px;
    }
    .page-apelsun .content ul li:before {
        top: 5px;
    }
    .page-apelsun .block_you_get h3 {
        font-size: 24px;
        margin: 40px 0 35px;
    }
    .page-apelsun .block_you_get .you_get {
        padding-bottom: 25px;
    }
    .page-apelsun .block_you_get .you_get .prefer {
        width: 100%;
        padding: 0 0 30px 0;
        display: flex;
    }
    .page-apelsun .block_you_get .you_get .prefer .block-1 {
        margin-right: 15px;
        width: 50px;
    }
    .page-apelsun .block_you_get .you_get .prefer .block-1 img {
        width: 100%;
    }
    .page-apelsun .block_you_get .you_get .prefer .block-2 {
        line-height: 1.8;
        font-size: 12px;
    }
    .page-rewiews-faq .faq {
        margin: 0 -25px;
    }
    .page-rewiews-faq .faq .faq-block {
        padding: 0 25px;
        margin: 0 0 4px;
    }
    .page-rewiews-faq .faq .faq-block .question p {
        font-size: 12px;
        margin: 0 8px 0 0;
        line-height: 1.5;
    }
    .page-rewiews-faq .faq .faq-block .question .open {
        height: 42px;
        min-width: 42px;
    }
    .page-rewiews-faq .faq .faq-block .question .open:before {
        right: 9px;
        top: 8px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer {
        display: block;
        padding: 0 0 35px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer p {
        font-size: 12px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ol li {
        font-size: 12px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ol > li {
        padding: 0 18px;
    }
    .page-rewiews-faq .faq .faq-block.active .answer ul > li {
        padding: 0 18px;
        font-size: 12px;
    }
    .page-rewiews-faq .faq .faq-block.active .question .open:before {
        right: 9px;
        top: 7px;
    }
    .employees {
        flex-direction: column;
        margin: 20px 0 20px;
    }
    .employees .person {
        border: none;
        border-bottom: 2px solid #dfdfdf;
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        padding: 0 0 20px;
    }
    .employees .person .block-1 {
        width: 80px;
        padding: 5px 0 0;
    }
    .employees .person .block-1 img {
        height: 80px;
    }
    .employees .person .block-2 {
/*        width: auto;
*/        padding: 0 40px 0 15px;
    }
    .employees .person .block-2 h4 {
        font-size: 16px;
        line-height: 1.5;
        width: auto;
        display: block;
        margin-bottom: 0;
    }
    .employees .person .block-2 p {
        margin-top: 10px;
        line-height: 1.7;
        font-size: 14px;
    }
    .employees .person .block-2 .contact-inf {
        flex-direction: column;
    }
    .employees .person .block-2 .contact-inf a {
        font-size: 14px;
    }
    .rsform form {
        display: block;
        padding: 0 20px;
        max-width: 825px;
        width: 100%;
    }
    .rsform form fieldset h3 {
        font-size: 24px;
        margin: 44px 0 0;
        padding-bottom: 28px;
        text-align: center !important;
    }
    .rsform form fieldset .first,
    .rsform form fieldset .last {
        flex-direction: column;
    }
    .rsform form fieldset .first .rsform-block,
    .rsform form fieldset .last .rsform-block {
        width: 100%;
    }
    .rsform form fieldset .first .rsform-block-item:after,
    .rsform form fieldset .last .rsform-block-item:after {
        top: 18px;
    }
    .rsform form fieldset .first select,
    .rsform form fieldset .last select {
        padding: 10px 30px;
        font-size: 14px;
        margin-bottom: 14px;
        height: 50px;
    }
    .rsform form fieldset .first input,
    .rsform form fieldset .last input {
        padding: 24px 30px;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .rsform form fieldset .rsform-block-coment textarea {
        padding: 15px 30px;
        font-size: 16px;
        margin-bottom: 14px;
    }
    .rsform form fieldset .rsform-block-send button {
        margin-bottom: 65px;
        height: 50px;
        font-size: 12px;
    }
    .page-apelsun-404 .supwrap .uk-h1 {
        font-size: 180px;
    }
    .page-apelsun-404 .supwrap .content {
        text-align: center;
        font-size: 22px;
    }
    .page-apelsun-404 .supwrap .content .button {
        padding: 15px 25px;
        margin-top: 14px;
    }
}

@media screen and (max-width: 516px) {
    .thank_you {
        width: 98%;
    }

}

@media screen and (max-width: 767px) {
    .tariffs .supwrap .all-tariffs {
        display: block;
        margin-bottom: 160px;
    }
    .page-rewiews .review_1 .review {
        width: 50%;
    }
    .review .slick-dots li {
        display: none
    }
    .reviews .slick-dots {
        display: none
    }
    .presentation {
        display: none
    }
    .review .slick-dots li.slick-active {
        background: none
    }
    .review .slick-dots li {
        background: none
    }
    .important.parent,
    .important.parent {
        position: relative;
    }
    .main_for_tab .important.parent .menu_down {
        content: "";
        position: absolute;
        right: 30px;
        top: 10px;
        z-index: 2;
        width: 32px;
        height: 32px;
        background: url("../images/down.png");
    }
    .main_for_tab .important.parent.active .menu_down {
        transform: rotate( -180deg);
        transition: transform 150ms ease;
    }

    .cabinet {
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .page-rewiews .review_1 .review {
        width: 100%;
    }
	.page-apelsun-main-blog .supwrap .blog-content .attachment-post-thumbnail {
		height: auto;
	}
}
