/*
Theme Name: space_theme
Theme URI: 
Author: Fresh art
Author URI: 
Description: Clean minimalistic theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: space_theme
Tags:

*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext");

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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;
}
.footer__logo h6 {
    color: #7BCD40;
    font-weight: 800;
    font-size: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.slick-list:focus {
    outline: none;
}

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

.anchor {
    position: absolute;
    margin-top: -100px;
}

.anchor-sand {
    margin-top: 800px;
}

.anchor-screenings {
    margin-top: 700px;
}

.anchor-mixture {
    margin-top: 500px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-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;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.mb0 {
    margin-bottom: 0 !important;
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/** Swiper 4.3.3 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/  Copyright 2014-2018 Vladimir Kharlampidi  Released under the MIT License  Released on: June 5, 2018 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

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

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

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

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
    /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    background: linear-gradient(#FFF, #E6E6E6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55;
}

.jq-checkbox {
    border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.jq-radio {
    border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
    cursor: pointer;
}

.jq-file__name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    background: linear-gradient(#FFF, #E6E6E6);
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
    border-color: #B3B3B3;
}

.jq-number__field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    background: linear-gradient(#FFF, #E6E6E6);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    background: linear-gradient(#FFF, #E6E6E6);
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    background: linear-gradient(#FFF, #E6E6E6);
    -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

/* Remodal - v1.1.1 Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. http://vodkabears.github.io/remodal/  Made by Ilya Makarov Under MIT License */
/* ========================================================================== Remodal's necessary styles ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/* Remodal - v1.1.1 Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. http://vodkabears.github.io/remodal/  Made by Ilya Makarov Under MIT License */
/* ========================================================================== Remodal's default mobile first theme ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Media queries ========================================================================== */
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

/* IE8 ========================================================================== */
.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11113;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11114;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

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

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /** Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections ========================================================================== */
/** Add the correct display in IE 9-. */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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+. */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bold;
}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Forms ========================================================================== */
/** Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
    /* 1 */
    overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** 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. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** 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. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details,
menu {
    display: block;
}

/* Add the correct display in all browsers. */
summary {
    display: list-item;
}

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas {
    display: inline-block;
}

/** Add the correct display in IE. */
template {
    display: none;
}

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] {
    display: none;
}

ul {
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4 {
    margin: 0;
    font-weight: 100;
}

a {
    text-decoration: none;
    outline: none;
    }

input,
textarea {
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    text-decoration: none;
    border: none;
}

:focus {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.6;
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #1C1C1C;
}

textarea,
input {
    font-family: 'Open Sans', sans-serif;
}

section {
    position: relative;
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-text-decoration: 0;
    text-decoration: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    width: 100%;
    min-width: 1190px;
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

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

@media (max-width: 1199px) {
    #wrapper {
        min-width: 100%;
    }

    #footer {
        min-width: 100%;
    }

    .container {
        width: 970px;
    }
}


@media (max-width: 991px) {
    #wrapper {
        min-width: 100%;
    }

    .container {
        width: 690px;
    }

    #footer {
        height: 60px;
        margin-top: -60px;
    }
}

@media (max-width: 730px) {
    .container {
        width: 480px;
    }
}

@media (max-width: 530px) {
    .footer__box-contacts__ic-ic_4 {
        margin-top: 35px;
    }

    .container {
        max-width: 480px;
        width: calc(100% - 30px);
    }
}

.burger {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 3;
}

.burger.active .burger__icon_line_1 {
    -webkit-transform: rotate(-45deg) translate(0, 15px);
    transform: rotate(-45deg) translate(0, 15px);
}

.burger.active .burger__icon_line_2 {
    opacity: 0;
}

.burger.active .burger__icon_line_3 {
    -webkit-transform: rotate(45deg) translate(0, -15px);
    transform: rotate(45deg) translate(0, -15px);
}

.burger__icon {
    width: 36px;
    height: 25px;
    display: block;
    vertical-align: middle;
    position: relative;
}

.burger__icon:hover .burger__icon_line {
    background: red;
}

.burger__icon_line {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #d4d5d9;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.burger__icon_line_1 {
    top: 0;
    border-radius: 2px 2px 0 0;
}

.burger__icon_line_2 {
    width: 28px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.burger__icon_line_3 {
    bottom: 0;
    border-radius: 0 0 2px 2px;
}

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

.logo__img {
    height: 100%;
}

.tell__icon {
    background: #7BCD40;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

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

.tell__phone {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.tell__phone a {
    text-decoration: none;
    outline: none;
    color: #1C1C1C;
}


.tell__back {
    display: block;
}

.tell__link {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #7BCD40;
}

.tell__link:hover {
    text-decoration: underline;
    color: #6ec133;
}

.menu {
    width: 100%;
    text-align: justify;
    font-size: 1px;
}

.menu:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

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

.menu__link {
    padding: 10px 0px;
    display: block;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1C1C1C;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition: 0.75s;
    transition: 0.75s;
    position: relative;
}

.menu__link:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1C1C1C;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    bottom: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.menu__link:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 1024px) {
    .menu {
        width: 75%;
    }

    .menu__item {
        display: block;
        position: relative;
    }

    .menu__link {
        padding-left: 55px;
        -webkit-transform: translate(-25px);
        transform: translate(-25px);
        -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .menu__link:hover {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        color: #7BCD40;
    }

    .menu__link:hover:after {
        display: none;
    }
}

.btn {
    background: #7BCD40;
    outline: none;
    display: inline-block;
    padding: 21.5px 20px;
    position: relative;
    height: 60px;
    overflow: hidden;
    border-radius: 100px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
    height: 70px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.btn:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    background: #6cbd31;
    color: #fff;
}

.btn:hover:before {
    left: 95%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.btn.btn_transparent {
    background: transparent;
    border: 2px solid #7BCD40;
    padding: 19.5px 20px;
    /*--------position aware -----------*/
}

.btn.btn_transparent:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.btn.btn_transparent:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 40px;
    height: 40px;
    background: #7BCD40;
    border-radius: 50px;
}

.btn.btn_transparent:hover {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.btn.btn_transparent:hover:before {
    -webkit-transform: scale(9.3);
    transform: scale(9.3);
}

.btn.btn_transparent:hover .btn__name {
    color: #FFF;
}

.btn.btn_transparent .btn__name {
    color: #1C1C1C;
}

.btn__name {
    position: relative;
    z-index: 3;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.1;
}

.title {
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
}

@media (max-width: 730px) {
    .title {
        font-size: 24px;
    }
}

.descriptionBlock {
    display: inline-block;
    max-width: 440px;
    width: 100%;
    position: relative;
}

.descriptionBlock p {
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 32px;
}

.descriptionBlock p:last-child {
    margin-bottom: 0;
}

#rotatescroll {
    height: 100%;
    position: relative;
    width: 100%;
}

#rotatescroll .viewport {
    z-index: 2;
    width: 78%;
    height: 78%;
    margin: 0 auto;
    border-radius: 100%;
    top: 50%;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#rotatescroll .overview {
    width: 257px;
    height: 100%;
}

#rotatescroll .overview .li {
    width: 100%;
}

#rotatescroll .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/advantages/xoval.png.pagespeed.ic.YVi3KQ0wTq.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#rotatescroll .rotatescroll__box {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#rotatescroll .rotatescroll__BlockImg {
    margin-bottom: 18px;
}

#rotatescroll .rotatescroll__title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #7BCD40;
}

#rotatescroll .rotatescroll__text {
    font-size: 16px;
    color: #FFFFFF;
}

#rotatescroll .slick-list {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: hidden;
}

#rotatescroll .slick-slide img {
    display: inline-block;
}

#rotatescroll .slick-dots li {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    border: 2px solid #7BCD40;
    border-radius: 100%;
}

#rotatescroll .slick-dots li button {
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    outline: none;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: block;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#rotatescroll .slick-dots .slick-active {
    border: 1px solid #7BCD40;
}

#rotatescroll .slick-dots .slick-active button {
    background: #7BCD40;
}

#rotatescroll .slick-dots #slick-slide00 {
    top: -60px;
    left: 95px;
}

#rotatescroll .slick-dots #slick-slide01 {
    top: 35.5573px;
    left: 243.169px;
}

#rotatescroll .slick-dots #slick-slide02 {
    top: 215.5573px;
    left: 204.169px;
}

#rotatescroll .slick-dots #slick-slide03 {
    top: 214.443px;
    left: -9.0456px;
}

#rotatescroll .slick-dots #slick-slide04 {
    top: 35.5573px;
    left: -45.169px;
}

.ore {
    padding: 20px 0;
    text-align: center;
    pointer-events: none;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.ore__line {
    position: relative;
    z-index: 0;
    height: 100%;
    position: relative;
}

.ore__line img {
    position: relative;
}

.ore__img {
    position: relative;
    z-index: 1;
    left: -30px;
    margin-top: -220px;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.ore__bg {
    position: absolute;
    height: 100%;
    background: #FFF;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: 6s 0.7s;
    transition: 6s 0.7s;
}

.ore__bg.active {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.blockInput {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 30px;
}

.blockInput__input {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 17px 0px 17px 30px;
    font-size: 16px;
    display: block;
}

.blockInput__input:focus {
    border: 2px solid #7BCD40;
}

.blockInput__input.active+.blockInput__text {
    font-size: 11px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.blockInput__input:before {
    content: "";
}

.blockInput__text {
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 32px;
    position: absolute;
    font-size: 16px;
    opacity: 0.7;
    top: 0;
    -webkit-transform: translate(0, 18px);
    transform: translate(0, 18px);
}

.blockTextarea {
    overflow: hidden;
}

.blockTextarea__textarea {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border-radius: 30px;
    height: 210px;
    border: 2px solid #fff;
    padding: 17px 30px 17px 30px;
    font-size: 16px;
    resize: none;
    display: block;
}

.blockTextarea__textarea.height {
    height: 120px;
}

.blockTextarea__textarea:focus {
    border: 2px solid #7BCD40;
}

.blockTextarea__textarea.active+.blockInput__text {
    font-size: 11px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.blockTextarea__textarea:before {
    content: "";
}

.blockSelect {
    margin-bottom: 30px;
    outline: none;
}

.blockSelect.max-height ul {
    max-height: 270px;
}

.blockSelect .jq-selectbox {
    width: 100%;
}

.blockSelect .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blockSelect .jq-selectbox__select {
    -webkit-box-shadow: inset 0px 0px #F1F1F1, inset 0px 0 #F1F1F1, 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px #F1F1F1, inset 0px 0 #F1F1F1, 0 0px 0px rgba(0, 0, 0, 0);
    height: auto;
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 19.5px 50px 19.5px 30px;
    resize: none;
    display: block;
    outline: none;
}

.blockSelect .jq-selectbox.focused .jq-selectbox__select {
    border: 2px solid #7BCD40;
}

.blockSelect .jq-selectbox__select-text {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.1;
}

.blockSelect .jq-selectbox__trigger {
    height: 100%;
    width: 50px;
    border: none;
}

.blockSelect .jq-selectbox__trigger-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 6px;
    border: none;
}

.blockSelect .jq-selectbox__trigger-arrow:before,
.blockSelect .jq-selectbox__trigger-arrow:after {
    content: "";
    background: #989898;
    width: 2px;
    height: 7px;
    position: absolute;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.blockSelect .jq-selectbox__trigger-arrow:before {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
    left: 0;
}

.blockSelect .jq-selectbox__trigger-arrow:after {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    right: 0;
}

.blockSelect .jq-selectbox li {
    min-height: 18px;
    padding: 10px 30px 11px;
    color: #1C1C1C;
}

.blockSelect .jq-selectbox li:hover {
    color: #FFF;
    background: #7BCD40;
}

.blockRadio {
    position: relative;
    display: inline-block;
    padding: 17.5px 0px;
    margin-bottom: 30px;
    /* Скрываем реальный чекбокс */
    /* Задаем внешний вид для нашего кастомного чекбокса. Все обязательные свойства прокомментированы, остальные же свойства меняйте по вашему усмотрению */
    /* Кастомный чекбокс и лейбл центрируем по вертикали. Если вам это не требуется, то вы можете убрать свойство vertical-align: middle из данного правила, но свойство display: inline-block обязательно должно быть */
    /* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
}

.blockRadio.mr {
    margin-right: 50px;
}

.blockRadio .radio {
    display: none;
}

.blockRadio .radio-custom {
    position: relative;
    /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
    width: 20px;
    /* Обязательно задаем ширину */
    height: 20px;
    /* Обязательно задаем высоту */
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 15px;
}

.blockRadio .radio-custom,
.blockRadio .label {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.blockRadio .radio:checked+.radio-custom::before {
    content: "";
    /* Добавляем наш псевдоэлемент */
    display: block;
    /* Делаем его блочным элементом */
    position: absolute;
    /* Позиционируем его абсолютным образом */
    /* Задаем расстояние от верхней, правой, нижней и левой границы */
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #7BCD40;
    /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
    border-radius: 100%;
}

@media (max-width: 730px) {

    .blockInput,
    .blockRadio,
    .blockSelect,
    .blockTextarea__textarea {
        margin-bottom: 15px;
    }
}

.preloader {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.preloader__item {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.remodalreverse {
    padding: 45px;
    max-width: 480px;
}

.remodalreverse h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
}

.remodalreverse .blockInput__input {
    border: 2px solid #EBEBEB;
}

.remodalreverse .blockInput__input.active {
    border: 2px solid #7BCD40;
}

.remodalreverse__block {
    display: block;
}

.remodalreverse__close {
    background: transparent;
    outline: none;
    border: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: -35px;
    cursor: pointer;
    z-index: 1;
}

.remodalreverse__close:before,
.remodalreverse__close:after {
    content: "";
    width: 2px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 50%;
}

.remodalreverse__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.remodalreverse__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.remodalreverse__close:hover:before,
.remodalreverse__close:hover:after {
    background: #e6e6e6;
}


@media (max-width: 530px) {
    .remodalreverse {
        padding: 15px;
    }

    .remodalreverse__close {
        top: -35px;
        right: 0px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.swiper-slide-active .fsUp,
.swiper-slide-active .fsRight,
.swiper-slide-active .fsLeft,
.swiper-slide-active .fsBottom {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.swiper-slide-active .fsCenter {
    opacity: 1;
}

.swiper-slide_foot {
    background: #FFF;
}

.navigation {
    padding: 0 15px;
    top: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 70px;
    left: 0;
    background: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.navigation.active {
    height: 60px;
    position: fixed;
}

.navigation.active .navigation__wrapp {
    padding: 12px 0;
}

.navigation__wrapp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 17px 0;
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: justify;
    font-size: 1px;
}

.navigation__wrapp:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

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

.navigation__menu {
    max-width: 890px;
    width: 100%;
}

#menuToggle {
    display: none;
    z-index: 3;
    cursor: pointer;
    position: relative;
    width: 35px;
    height: 24px;
    vertical-align: middle;
}

#menuToggle:hover span {
    background: #030303;
}

#menuToggle span {
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #1C1C1C;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.span1 {
    top: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.span2 {
    top: 50%;
    margin-top: -1px;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.span3 {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    bottom: 0;
}

#menuToggle.active .span1 {
    top: 50%;
    -webkit-transform: rotate(45deg) translate(0px, -50%);
    transform: rotate(45deg) translate(0px, -50%);
}

#menuToggle.active .span2 {
    top: 50%;
    -webkit-transform: rotate(495deg) translate(0px, -50%);
    transform: rotate(495deg) translate(0px, -50%);
}

#menuToggle.active .span3 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .navigation__menu {
        max-width: 66%;
        width: 100%;
    }

    .menu__link {
        font-size: 10px;
    }
}

@media (max-width: 1024px) {
    #menuToggle {
        display: inline-block;
    }

    .navigation__tell {
        display: none;
    }

    .navigation__menu {
        padding-top: 70px;
        background: #FFFFFF;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 400px;
        height: 100%;
        overflow: hidden;
        padding-left: 0;
        -webkit-box-shadow: -1px 0px 48px 2px rgba(0, 0, 0, 0.3);
        box-shadow: -1px 0px 48px 2px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .navigation__menu.active {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

.header {
    padding-top: 70px;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-position: center;
}

.header>.container {
    height: 100%;
    z-index: 10;
}

.header__content {
    max-width: 870px;
    padding-top: 64px;
    margin: 0px auto 0;
}

.header__title {
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-bottom: 41px;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.header__box {
    width: 100%;
    text-align: center;
}

.header__btn {
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.header__btn.left {
    width: 238px;
    margin-right: 30px;
}

.header__btn.right {
    width: 274px;
}

.header__mouse {
    position: absolute;
    bottom: 5px;
    left: -60px;
    right: 0;
    width: 21px;
    pointer-events: none;
    -webkit-transition: 1s 1s;
    transition: 1s 1s;
}

.header__mouse_img {
    text-align: center;
    display: block;
    width: 100%;
}

.header__mouse_list {
    margin-top: 3px;
}

.header__mouse_item {
    position: relative;
    height: 15px;
}

.header__mouse_circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1C1C1C;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.header__mouse_circle_1 {
    -webkit-animation: mous_circle_1 0.7s step-end infinite;
    animation: mous_circle_1 0.7s step-end infinite;
}

.header__mouse_circle_2 {
    -webkit-animation: mous_circle_2 0.7s step-end infinite;
    animation: mous_circle_2 0.7s step-end infinite;
}

.header__mouse_circle_3 {
    -webkit-animation: mous_circle_3 0.7s step-end infinite;
    animation: mous_circle_3 0.7s step-end infinite;
}

@-webkit-keyframes mous_circle_1 {
    0% {
        width: 4px;
        height: 4px;
    }

    33% {
        width: 8px;
        height: 8px;
    }

    66% {
        width: 6px;
        height: 6px;
    }

    100% {
        width: 4px;
        height: 4px;
    }
}

@keyframes mous_circle_1 {
    0% {
        width: 4px;
        height: 4px;
    }

    33% {
        width: 8px;
        height: 8px;
    }

    66% {
        width: 6px;
        height: 6px;
    }

    100% {
        width: 4px;
        height: 4px;
    }
}

@-webkit-keyframes mous_circle_2 {
    0% {
        width: 4px;
        height: 4px;
    }

    66% {
        width: 8px;
        height: 8px;
    }

    99% {
        width: 6px;
        height: 6px;
    }
}

@keyframes mous_circle_2 {
    0% {
        width: 4px;
        height: 4px;
    }

    66% {
        width: 8px;
        height: 8px;
    }

    99% {
        width: 6px;
        height: 6px;
    }
}

@-webkit-keyframes mous_circle_3 {
    0% {
        width: 6px;
        height: 6px;
    }

    33% {
        width: 4px;
        height: 4px;
    }

    99% {
        width: 8px;
        height: 8px;
    }
}

@keyframes mous_circle_3 {
    0% {
        width: 6px;
        height: 6px;
    }

    33% {
        width: 4px;
        height: 4px;
    }

    99% {
        width: 8px;
        height: 8px;
    }
}

@media (min-width: 1850px) {
    .header__image {
        height: 410px;
    }
}

@media (max-width: 1199px) {
    .header__title {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .header__title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .header__mouse {
        display: none;
    }

    .header__content {
        padding-top: 50px;
    }

    .header__btn {
        display: block;
    }

    .header__btn.left {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .header__btn.right {
        margin: 20px auto 0;
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 530px) {
    .header__title {
        font-size: 18px;
    }

    .header {
        background-position: center 49px;
    }
}

.company {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.company>.container {
    z-index: 1;
}

.company__descriptionBlock p {
    -webkit-transition: 1s 0.6s;
    transition: 1s 0.6s;
}

.company__title {
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

@media (max-width: 1199px) {
    .company__descriptionBlock p {
        font-size: 14px;
    }

    .company__title {
        margin-bottom: 14px;
    }
}

@media (max-width: 730px) {
    .company {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

@media (max-width: 530px) {
    .company {
        background-position: -20px center;
    }
}

.factories {
    padding-top: 219px;
    padding-bottom: 142px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

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

.factories__col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.factories__col {
    -webkit-transition: 1.5s 0.3s;
    transition: 1.5s 0.3s;
}

.factories__col_left {
    position: relative;
    max-width: 405px;
    float: right;
    z-index: 3;
}

.factories__col_right {
    float: left;
}

.factories__more {
    display: inline-block;
}

.factories__box {
    display: inline-block;
    vertical-align: middle;
    width: 303px;
    height: 303px;
    position: relative;
    margin-right: 42px;
}

.factories__box svg {
    width: 7390px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: rgba(255, 255, 255, 0.7);
}

.factories__descriptionBlock {
    max-width: 200px;
    vertical-align: middle;
}

.factories__title {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: bold;
}

.factories__link {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

.factories__link:before {
    content: "";
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -0.5px;
    left: calc(100% + 15px);
    width: 0px;
    background: #7BCD40;
    height: 1px;
}

.factories__link:hover,
.factories__link:focus {
    background: #7BCD40;
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}

.factories__link:hover:before,
.factories__link:focus:before {
    width: 135px;
}

.factories__link:hover .arrow,
.factories__link:focus .arrow {
    background: #FFF;
}

.factories__link:hover .arrow:before,
.factories__link:hover .arrow:after,
.factories__link:focus .arrow:before,
.factories__link:focus .arrow:after {
    background: #FFF;
}

.factories__link .arrow {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    background: #7BCD40;
    height: 1px;
}

.factories__link .arrow:before,
.factories__link .arrow:after {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    content: "";
    background: #7BCD40;
    width: 7px;
    height: 1px;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.factories__link .arrow:before {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.factories__link .arrow:after {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #7BCD40;
        box-shadow: 0px 0px 0px 0px #7BCD40;
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #7BCD40;
        box-shadow: 0px 0px 0px 0px #7BCD40;
    }
}

@media (min-width: 991px) {
    .padTop {
        padding-top: 85px;
    }
}

@media (max-width: 991px) {
    .factories__col_left {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .factories__col_Right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 730px) {
    .factories {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .factories__box {
        width: 230px;
        height: 230px;
    }

    .factories__box svg {
        width: 5394px;
    }
}

@media (max-width: 530px) {
    .factories__box {
        width: 125px;
        height: 125px;
        margin-right: 15px;
    }

    .factories__box svg {
        width: 3048px;
    }

    .factories__descriptionBlock {
        max-width: 50%;
        vertical-align: middle;
    }

    .factories__descriptionBlock p {
        font-weight: 400;
        line-height: 1.4;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .factories__title {
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
    }

    .factories__link {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    .factories__link:before {
        width: 45px;
    }
}

.production {
    background: #272727;
    padding: 98px 0;
}

.production__block {
    width: 478px;
    height: 478px;
    position: relative;
    margin: 0 auto;
}

.production__circle {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 38px solid #222222;
    border-radius: 100%;
}

.production__circle:before {
    border-radius: 100%;
    top: -38px;
    left: -38px;
    width: calc(100% + 74px);
    height: calc(100% + 74px);
    position: absolute;
    content: "";
    border: 1px solid #161616;
}

.production__circle:after {
    border-radius: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    border: 1px solid #161616;
}

.production__title {
    display: block;
    color: #FFF;
    margin-bottom: 30px;
}

.production__txtCenter {
    text-align: center;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -280px;
    position: absolute;
}

.btn.production__btn .btn__name {
    color: #7BCD40;
}

.btn.production__btn:hover .btn__name {
    color: #fff;
}

.production__list {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    width: 290px;
    position: absolute;
    right: -350px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.production__item {
    display: block;
    margin-bottom: 35px;
}

.production__item.active .production__link {
    opacity: 1;
}

.production__item.active .production__link:before {
    width: 377px;
}

.production__item.active .production__foto {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.production__link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
}

.production__link:before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1;
    content: '';
    background: #7BCD40;
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    right: 0;
}

.production__link.lineleft:before {
    right: 75px;
}

.production__foto {
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    left: -481px;
    top: 50%;
    -webkit-transform: translate(0, -80%);
    transform: translate(0, -80%);
    width: 365px;
    height: 365px;
    position: absolute;
}

.production__foto img {
    position: relative;
    margin: 0 auto;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}

.slider__box {
    width: 100%;
}

.slider__blockImg {
    width: 100%;
    text-align: center;
}

.slider__blockImg img {
    margin: 0 auto;
}

.slider_nav {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.slider_nav__box {
    padding: 10px;
}

.slider_nav__name {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.slider_nav_arrow {
    z-index: 2;
    position: absolute;
    width: 20px;
    height: 34px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider_nav_arrow:before,
.slider_nav_arrow:after {
    content: "";
    background: #989898;
    width: 24px;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 0;
}

.slider_nav_arrow:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16.5px;
}

.slider_nav_arrow:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 16.5px;
}

.slider_nav_arrow_left {
    left: 0;
}

.slider_nav_arrow_right {
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.btn.productionMobile__btn {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    margin: 20px auto 0;
    max-width: 260px;
    display: block;
}

.btn.productionMobile__btn .btn__name {
    color: #7BCD40;
}

@media (max-width: 1199px) {
    .production__block {
        width: 370px;
        height: 370px;
    }

    .production__foto {
        left: -358px;
        width: 280px;
        height: 280px;
    }

    .production__list {
        width: 220px;
        right: -250px;
    }

    .production__item {
        display: block;
        margin-bottom: 10px;
    }

    .production__item.active .production__link:before {
        width: 200px;
    }

    .production__link {
        font-size: 18px;
    }

    .production__title {
        left: -200px;
        font-size: 24px;
    }
}

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

    .productionMobile {
        display: block;
    }
}

@media (max-width: 730px) {
    .production {
        padding: 50px 0;
    }
}

@media (max-width: 530px) {
    .slider_nav__name {
        font-size: 14px;
    }
}

.indicators {
    padding-top: 100px;
    padding-bottom: 180px;
    background: #fff;
    position: relative;
}

.indicators:before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/main/xbg_indicators.jpg.pagespeed.ic.AQvo7jvgCY.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-position: center;
}

.indicators__box {
    width: 24.6%;
    display: inline-block;
    padding-left: 23px;
    vertical-align: top;
}

.indicators__box.tr_1 {
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.indicators__box.tr_2 {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.indicators__box.tr_3 {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.indicators__box.tr_4 {
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.indicators__box_pad {
    padding-left: 50px;
}

.indicators__item {
    text-align: center;
    padding: 30px 0;
    background: url(images/main/xPolygon.png.pagespeed.ic._rPFE1rnA0.png) no-repeat center;
}

.indicators__title {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 4px;
}

.indicators__title s {
    position: relative;
    top: -11px;
    text-decoration: none;
    font-size: 14px;
}

.indicators__title span {
    font-size: 23px;
}

.indicators__line {
    position: relative;
}

.indicators__text {
    font-size: 16px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .indicators__title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .indicators__box {
        width: 49.6%;
    }

    .indicators__box_pad {
        padding-left: 23px;
    }
}

@media (max-width: 530px) {
    .indicators__box {
        width: 100%;
    }

    .indicators__item {
        padding: 15px 0;
        background-size: contain;
    }
}

.footer {
    padding-top: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin-top: -145px;
    z-index: 3;
}

.home.page-id-2 .footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0 !important;
}

.footer__wrapp {
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 55px;
}

.footer__logo {
    margin-bottom: 27px;
    margin-left: 13px;
}

.footer__justi {
    width: 100%;
    text-align: justify;
    font-size: 1px;
}

.footer__justi:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

.footer__box {
    display: inline-block;
    vertical-align: top;
    max-width: 243px;
    width: 100%;
    text-align: left;
}

.footer__list {
    display: block;
    text-align: left;
}

.footer__item {
    margin-bottom: 17px;
}

.footer__link {
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer__link:hover {
    opacity: 1;
}

.footer__title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.footer__contactItem {
    margin-bottom: 8px;
}

.footer__contactDesc {
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer__contactLink {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
    line-height: normal;
}

.footer__contactLink.fz {
    font-size: 28px;
}

.footer__contactLink a {
    color: #FFFFFF;    
}

.footer__contactLink.bookkeeping {
    font-weight: normal;
    font-size: 13px;
    margin-left: 8px;
}

.footer__contactLink.bookkeeping:hover {
    opacity: 1;
}

.footer__bottom {
    background: #272727;
    padding: 15px 30px;
}

.footer__copy {
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.4;
}

.footer .footer__box {
    padding: 0 15px;
    width: 49%;
    max-width: 100%;
}

.footer .footer__box.left {
    float: left;
    width: 45%;
}

.footer .footer__box.right {
    width: 50%;
    float: right;
}

.footer .footer__justi {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    width: auto;
}

.footer .footer__justi.clear {
    text-align: left;
}

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

.footer .footer__parnter h4 {
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 10px;
    max-width: 100%;
}

.footer .footer__blockImg {
    max-width: 455px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer__blockImg img {
    display: block;
    margin: 11px 12px 2px 15px;
}

.footer .footer__link {
    color: #7BCD40;
    font-weight: normal;
}

@media (max-width: 1199px) {
    .footer__box {
        max-width: 235px;
    }
}

@media (max-width: 991px) {
    .footer .footer__box.left {
        width: 100%;
    }

    .footer .footer__box.right {
        width: 100%;
    }

    .home.page-id-2 .footer {
        margin-top: -165px;
        position: relative;
        bottom: 0;
    }

    .footer {
        margin-top: -165px;
        padding-top: 175.5px;
    }

    .footer .footer__box {
        margin-bottom: 30px;
    }

    .footer__wrapp {
        max-width: 585px;
    }
}

@media (max-width: 530px) {
    .footer {
        background-position: top right;
        padding-top: 180px;
    }

    .footer .footer__box {
        width: 100%;
    }

    .footer__box {
        max-width: 100%;
    }

    .footer__bottom {
        padding: 15px 15px;
    }
}

.headerAdvantages {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 117px;
    min-height: 650px;
    background-attachment: inherit;
    z-index: 2;
}

.headerAdvantages__justi {
    text-align: justify;
    font-size: 1px;
}

.headerAdvantages__justi:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

.headerAdvantages__content {
    text-align: left;
    max-width: 485px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.headerAdvantages__title {
    color: #FFF;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.headerAdvantages__title span {
    font-weight: 800;
}

.headerAdvantages__text {
    color: #FFF;
    font-size: 16px;
}

.headerAdvantages__slider {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    display: inline-block;
    width: 330px;
    height: 330px;
    vertical-align: middle;
}

@media (min-width: 2250px) and (max-width: 2700px) {
    .headerAdvantages {
        min-height: 1090px;
    }
}

@media (min-width: 1850px) and (max-width: 2000px) {
    .headerAdvantages {
        padding-top: 200px;
        padding-bottom: 230px;
    }
}

@media (min-width: 1600px) and (max-width: 1650px) {
    .headerAdvantages {
        padding-top: 160px;
        padding-bottom: 142px;
    }
}

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

@media (max-width: 730px) {
    .headerAdvantages__title {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 530px) {
    .headerAdvantages__title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.advantages {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin-top: -180px;
    padding-top: 240px;
    padding-bottom: 143px;
}

.advantages .container {
    z-index: 1;
}

.advantages__parallax {
    overflow: hidden;
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0%;
}

.advantages__parallax .advantages__parallax_item {
    width: 1700px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -750px;
    background-repeat: no-repeat;
    background-position: center;
}

.advantages__parallax .advantages__parallax_item:nth-child(2) {
    margin-left: -1050px;
}

.advantages__title {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    max-width: 814px;
    margin: 0 auto;
    width: 100%;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 118px;
}

.advantages__wrapp {
    width: 100%;
}

.advantages__box {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    width: 100%;
    padding: 25px 0;
    text-align: justify;
    font-size: 1px;
}

.advantages__box:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

/*.advantages__box.hover .advantages__name { color: #B3B3B3; }*/

.advantages__box_first .advantages__col {
    vertical-align: middle;
}

.advantages__col {
    display: inline-block;
    vertical-align: top;
}

.advantages__titleAdva {
    max-width: 330px;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
}

.advantages__name {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.advantages__span {
    display: inline-block;
}

.advantages__span.big {
    display: block;
    font-weight: 800;
    font-size: 32px;
}

.advantages__span.claws {
    position: relative;
}

.advantages__span.claws:before {
    content: "„";
    position: absolute;
    left: -10px;
    bottom: 0;
}

.advantages__span.claws:after {
    content: "“";
    position: absolute;
    right: -10px;
    top: 0;
}

.advantages__descriptionBlock {
    width: 510px;
    max-width: 100%;
    text-align: left;
}

.advantages__descriptionBlock p {
    color: #DDDDDD;
}

.advantages__subtitle {
    margin-bottom: 12px;
    color: #7BCD40;
    font-size: 32px;
    font-weight: normal;
    text-transform: inherit;
}

.advantages__subtitle span {
    font-weight: bold;
}

@media (min-width: 2250px) and (max-width: 2700px) {
    .advantages {
        margin-top: -152px;
    }
}

@media (min-width: 1850px) and (max-width: 2000px) {
    .advantages {
        margin-top: -100px;
    }
}

@media (max-width: 1199px) {
    .advantages__subtitle {
        margin-bottom: 10px;
        color: #7BCD40;
        font-size: 28px;
    }

    .advantages__descriptionBlock p {
        font-size: 14px;
    }

    .advantages__name {
        font-size: 18px;
    }

    .advantages__span.big {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .advantages__titleAdva {
        margin-top: 30px;
    }

    .advantages__title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 730px) {
    .advantages__titleAdva {
        max-width: 100%;
    }

    .advantages__col {
        width: 100%;
    }

    .advantages__descriptionBlock p {
        font-size: 16px;
    }

    .advantages__title {
        font-size: 18px;
    }

    .advantages {
        padding-bottom: 50px;
    }
}

@media (max-width: 530px) {
    .advantages__title {
        font-size: 16px;
    }

    .advantages__box {
        width: 100%;
        padding: 20px 0;
    }
}

.contrast {
    padding-top: 58px;
    padding-bottom: 100px;
}

.contrast__title {
    margin-bottom: 91px;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #7BCD40;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.contrast__box {
    padding: 35px 0;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contrast__col {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    width: 50%;
    padding: 0 10px;
}

.contrast__col.order {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.contrast__col a {
    color: #1C1C1C;
}

.contrast__col a:hover {
    text-decoration: underline;
}

.contrast__parallax {
    width: 100%;
    height: 100%;
    position: relative;
}

.contrast__foto {
    width: 324px;
    height: 324px;
    margin: 0 auto;
}

.contrast__blockImg {
    z-index: 1;
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.contrast__parallax_item {
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.contrast__parallax_item.item_1 {
    top: calc(10% + 20px);
    z-index: 2;
    right: -15%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.contrast__parallax_item.item_2 {
    bottom: calc(10% + -30px);
    left: -5%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.contrast__parallax_item.item_3 {
    bottom: calc(-5% + -30px);
    right: 5%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.parallax_2 .contrast__parallax_item.item_2 {
    bottom: calc(10% + -40px);
}

.parallax_2 .contrast__parallax_item.item_3 {
    bottom: calc(-5% + -50px);
}

.parallax_3 .contrast__parallax_item.item_1 {
    top: calc(10% + 40px);
}

.parallax_3 .contrast__parallax_item.item_2 {
    bottom: calc(10% + -70px);
}

.parallax_3 .contrast__parallax_item.item_3 {
    bottom: calc(-5% + -80px);
}

.parallax_4 .contrast__parallax_item.item_1 {
    top: calc(10% + 40px);
}

.parallax_4 .contrast__parallax_item.item_2 {
    bottom: calc(10% + -90px);
}

.parallax_4 .contrast__parallax_item.item_3 {
    bottom: calc(-5% + -100px);
}

.contrast__subtitle {
    margin-bottom: 20px;
}

.contrast__descriptionBlock {
    max-width: 100%;
}

.contrast__padBottom {
    padding-bottom: 210px;
}

@media (max-width: 991px) {
    .contrast__subtitle {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .contrast__descriptionBlock p {
        font-size: 14px;
    }

    .contrast__title {
        margin-bottom: 35px;
        font-size: 22px;
    }
}

@media (max-width: 730px) {
    .contrast__title {
        font-size: 20px;
    }

    .contrast__box {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .contrast__col {
        width: 100%;
        padding: 10px;
    }

    .contrast__col.order {
        -ms-order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .contrast {
        padding-bottom: 50px;
    }

    .contrast__padBottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 530px) {
    .contrast__foto {
        width: 270px;
        height: 270px;
        margin: 0 auto;
    }

    .contrast__parallax_item.item_1,
    .contrast__parallax_item.item_4,
    .contrast__parallax_item.item_7,
    .contrast__parallax_item.item_10 {
        width: 90px;
        height: 90px;
    }

    .contrast__subtitle {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.modernization {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 105px 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 13;
}

.modernization>.container {
    height: 100%;
}

.modernization__descriptionBlock {
    text-align: center;
    color: #FFF;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.modernization__descriptionBlock p {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.modernization__title {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    letter-spacing: 0.5px;
    color: #FFF;
    margin-bottom: 22px;
}

@media (max-width: 730px) {
    .modernization {
        margin-bottom: 0px;
    }

    .modernization__title {
        font-size: 20px;
    }
}

.headerCareer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headerCareer__content {
    text-align: left;
    max-width: 700px;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.headerCareer__title {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.headerCareer__text {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #7BCD40;
}

@media (min-width: 1850px) and (max-width: 2000px) {
    .headerCareer {
        min-height: 703px;
    }
}

@media (min-width: 1600px) and (max-width: 1650px) {
    .headerCareer {
        min-height: 592px;
    }
}

@media (max-width: 991px) {
    .headerCareer__title {
        font-size: 28px;
    }

    .headerCareer__text {
        font-size: 20px;
    }
}

@media (max-width: 730px) {
    .headerCareer__title {
        font-size: 26px;
    }

    .headerCareer__text {
        font-size: 18px;
    }
}

@media (max-width: 530px) {
    .headerCareer__title {
        font-size: 24px;
    }

    .headerCareer__text {
        font-size: 16px;
    }
}

.productionCareer {
    padding-top: 60px;
    padding-bottom: 95px;
    position: relative;
}

.productionCareer__container {
    max-width: 711px;
    width: 100%;
    margin: 0 auto;
}

.productionCareer__desc {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
}

.productionCareer__listSize {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    width: 100%;
    text-align: justify;
    font-size: 1px;
    margin-bottom: 24px;
}

.productionCareer__listSize:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

.productionCareer__itemSize {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

.productionCareer__BlockImgSize {
    width: 100%;
}

.productionCareer__textSize {
    display: block;
    width: 100%;
    margin-top: 26px;
    font-size: 13px;
    color: #828282;
}

.productionCareer_fz .productionCareer__desc {
    margin-bottom: 50px;
}

.productionCareer_footer {
    padding-bottom: 170px;
}

@media (max-width: 730px) {
    .productionCareer__itemSize {
        width: 24%;
    }
}

.materialchar {
    padding-top: 60px;
    padding-bottom: 80px;
}

.materialchar__wrapp {
    width: 100%;
    text-align: justify;
    font-size: 1px;
}

.materialchar__wrapp:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

.materialchar__col {
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.materialchar__col.left {
    max-width: 665px;
}

.materialchar__col.right {
    max-width: 300px;
}

.materialchar__descriptionBlock {
    max-width: 100%;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.materialchar__title {
    line-height: 0.8;
    margin-bottom: 30px;
}

.materialchar__BlockDesc {
    -webkit-transition: 1s 2s;
    transition: 1s 2s;
    margin-bottom: 30px;
}

.materialchar__listImg {
    width: 30px;
    height: 40px;
    margin-bottom: 15px;
}

.materialchar__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

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

    .materialchar__col.left,
    .materialchar__col.right {
        width: 100%;
        max-width: 100%;
    }

    .materialchar__BlockDesc {
        display: inline-block;
        width: 49.7%;
        padding-right: 15px;
    }

    .materialchar__title {
        font-size: 28px;
    }
}

@media (max-width: 730px) {
    .materialchar__title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .materialchar__descriptionBlock p {
        margin-bottom: 20px;
    }

    .materialchar__BlockDesc {
        width: 100%;
        padding-right: 0px;
        padding: 10px 0;
    }
}

@media (max-width: 530px) {
    .materialchar__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .materialchar__descriptionBlock p {
        margin-bottom: 15px;
    }

    .materialchar__BlockDesc {
        width: 100%;
        padding-right: 0px;
        padding: 7.5px 0;
    }
}

.offers {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.offers .container {
    height: 100%;
    padding: 75px 0;
    min-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offers__content {
    max-width: 600px;
    width: 100%;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.offers__content p {
    font-size: 16px;
    color: #FFF;
}

.offers__title {
    text-transform: inherit;
    color: #FFF;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.offers__item {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    color: #FFF;
}

.offers__object {
    position: absolute;
    height: 100%;
    top: 0;
    right: -70px;
    width: 525px;
}

.offers__figure {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center -30px;
}

.offers__figure__bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    height: 525px;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.fadeRotateRight {
    opacity: 0;
    -webkit-transform: translate(100px, -50%) rotate(90deg);
    transform: translate(100px, -50%) rotate(90deg);
}

.fadeRotateRight.active {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
    opacity: 1;
}

.offers__BlockImg {
    z-index: 1;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 440px;
    height: 440px;
    overflow: hidden;
    border-radius: 100%;
}

.offers__title_modifi {
    text-transform: uppercase;
    font-size: 32px;
}

@media (max-width: 1199px) {
    .offers__object {
        right: -150px;
    }
}

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

@media (max-width: 530px) {
    .offers__title {
        font-size: 20px;
    }
}

.process {
    padding-top: 105px;
    background: #F7F7F7;
    padding-bottom: 25px;
    position: relative;
}

.process:before {
    content: "";
    position: absolute;
    display: block;
    height: 235px;
    width: 100%;
    top: 100%;
    left: 0;
    background: url(images/ourFactories/xbg_process.png.pagespeed.ic.6IidMuBlrz.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.process__title {
    width: 100%;
    text-align: center;
    margin-bottom: 120px;
}

.process__wrapp {
    position: relative;
}

.process__wrapp:before {
    left: 50%;
    margin-left: -1px;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: #E0E0E0;
}

.process__block {
    position: relative;
    margin: 33px auto;
}

.process__content {
    margin-left: 0;
    margin-right: auto;
    position: relative;
    max-width: 425px;
    width: 100%;
    -webkit-transition: 2s 0.2s;
    transition: 2s 0.2s;
}

.process__img {
    display: inline-block;
    position: absolute;
    bottom: 105%;
    left: 0;
    height: auto;
}

.process__descriptionBlock {
    max-width: 100%;
}

.process__number {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FFF;
    border: 2px solid #7BCD40;
}

.process__number:before {
    width: 50px;
    height: auto;
    content: "";
    border-bottom: 2px dotted #7BCD40;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 40px;
}

.process__block:nth-child(even) .process__content {
    margin-left: auto;
    margin-right: 0;
}

.process__block:nth-child(even) .process__number:before {
    left: 40px;
}

@media (min-width: 1850px) and (max-width: 2000px) {
    .process:before {
        height: 297px;
    }
}

@media (max-width: 1199px) {
    .process__content {
        max-width: 400px;
        width: 100%;
    }

    .process__img {
        bottom: 100%;
    }

    .process__number:before {
        width: 35px;
    }
}

@media (max-width: 991px) {
    .process__content {
        max-width: 100%;
        width: 100%;
        text-align: left;
        padding-left: 45px;
    }

    .process__img {
        bottom: 0;
        position: relative;
    }

    .process__number:before {
        width: 35px;
        display: none;
    }

    .process__wrapp:before {
        left: 15px;
    }

    .process__number {
        left: 15px;
        margin-left: -10px;
    }
}

@media (max-width: 730px) {
    .process {
        padding-top: 55px;
    }

    .process__title {
        margin-bottom: 70px;
    }
}

@media (max-width: 530px) {
    .process__title {
        margin-bottom: 50px;
    }

    .process__block {
        margin: 20px auto;
    }
}

.mixingPlant {
    padding-top: 270px;
    padding-bottom: 160px;
}

.mixingPlant__block {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #E2E2E2;
}

.mixingPlant__block:last-child {
    border-bottom: 1px solid transparent;
}

.mixingPlant__block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mixingPlant__col {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    float: left;
}

.mixingPlant__col.left {
    width: 55%;
}

.mixingPlant__col.right {
    width: 45%;
}

.mixingPlant__descriptionBlock {
    max-width: 600px;
    margin-bottom: 25px;
}

.mixingPlant__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: inherit;
    margin-bottom: 22px;
}

.mixingPlant__infoBlock {
    padding-bottom: 10px;
}

.mixingPlant__list {
    width: 100%;
    max-width: 290px;
    float: left;
    padding-right: 22px;
}

.mixingPlant__item {
    margin-bottom: 10px;
}

.mixingPlant__item .grey {
    color: #4F4F4F;
}

.mixingPlant__item_2 {
    color: #7BCD40;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mixingPlant__list_title {
    padding-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.mixingPlant__linkMap {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    color: #7BCD40;
    padding-right: 20px;
}

.mixingPlant__linkMap:hover {
    color: #6ec133;
}

.mixingPlant__linkMap:hover .mixingPlant__arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.mixingPlant__linkMap:hover .mixingPlant__arrow:before,
.mixingPlant__linkMap:hover .mixingPlant__arrow:after {
    background: #6ec133;
}

.mixingPlant__arrow {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    right: 0;
    display: block;
    width: 10px;
    height: 1px;
}

.mixingPlant__arrow:before,
.mixingPlant__arrow:after {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    right: 0;
    top: 50%;
    margin-top: -1px;
    content: "";
    position: absolute;
    height: 2px;
    width: 8px;
    background: #7BCD40;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.mixingPlant__arrow:before {
    top: 1.5px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.mixingPlant__arrow:after {
    bottom: 1.5px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.remodalFactories {
    background: transparent;
    max-width: 1100px;
    text-align: center;
}

.remodalFactories .remodal-close {
    top: 30px;
    left: calc(100% - 30px);
}

.remodalFactories .remodal-close:before {
    font-weight: 100;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .mixingPlant__block .mixingPlant__list {
        margin-bottom: 20px;
    }

    .mixingPlant__block .mixingPlant__list:last-child {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .mixingPlant__block .container {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .mixingPlant__col {
        padding: 15px 0;
        width: 100%;
        float: none;
    }

    .mixingPlant__col.left {
        width: 100%;
        -ms-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mixingPlant__col.right {
        width: 100%;
    }
}

.headerAdvantages__btn {
    max-width: 250px;
    width: 100%;
    margin-top: 25px;
    margin-right: 15px;
}

.headerProduction .btn.btn_transparent span {
    color: #FFF;
}

@media (max-width: 991px) {
    .headerProduction {
        padding-top: 100px;
    }
}

@media (max-width: 730px) {
    .headerProduction {
        padding-top: 40px;
    }
}

.priceList {
    padding: 20px 0 175px;
}

.priceList__block {
    padding-bottom: 25px;
}

.priceList__head {
    margin-bottom: 25px;
    position: relative;
}

.priceList__head.priceList__head_pt {
    padding-top: 70px;
}

.priceList__blockTitle {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.priceList__title {
    z-index: 1;
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    margin-bottom: 10px;
}

.priceList__title.posTop {
    position: absolute;
    top: 35%;
}

.priceList__blockFoto {
    min-height: 190px;
    text-align: center;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-size: contain;
    background-position: bottom center;
}

.priceList__blockFoto.tright {
    text-align: right;
}

.priceList__blockImg {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.priceList__table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E2E2E2;
}

.priceList__table.mb {
    margin-bottom: 52px;
}

.priceList__table.width .priceList__td {
    width: 25%;
}

.priceList__thead {
    width: 100%;
}
.priceList__tr.bg:nth-child(even) {
    background: #fff;
}

.priceList__tr.bg:nth-child(odd) {
    background: #F8F8F8;
}

.priceList__tr.center .priceList__th {
    vertical-align: middle;
}

.priceList__tr.center .priceList__th .priceList__thdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.priceList__th {
    vertical-align: middle;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 15px 19px;
}

.priceList__th.brGreen {
    border-top: 2px solid #7BCD40;
    border-bottom: 2px solid #7BCD40;
}
.priceList__tr.head .priceList__th.brGreen:first-child {
    border-left: 2px solid #7BCD40;
}
.priceList__tr.head .priceList__th.brGreen:last-child {
    border-right: 2px solid #7BCD40;
}

.priceList__th span {
    font-weight: normal;
    display: block;
}

.priceList__th.widthhalf {
    width: 50%;
}

.priceList__th.widththird {
    width: 33.33%;
}

.priceList__th.widtht75 {
    width: 67.77%;
}

.priceList__th.widthfull {
    width: 100%;
}

.priceList__th.bordernone {
    border-right: 1px solid transparent;
}

.priceList__thdiv.width {
    width: 230px;
}

.priceList__tableTitle {
    font-weight: bold;
    font-size: 13px;
}

.priceList__tableTitle.mb {
    margin-bottom: 20px;
}

.priceList__row_col6 {
    display: inline-block;
    width: 49%;
}

.priceList__row_col6.pad {
    padding-left: 19px;
}

.priceList__td {
    padding: 19px;
    font-weight: normal;
    font-size: 13px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.priceList__td.pad0 {
    padding: 0 19px;
}

.priceList__td span {
    display: block;
}

.priceList__col-6 {
    display: inline-block;
    width: 49%;
    min-height: 57px;
}

.priceList__col-6 .flex {
    min-height: 57px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.priceList__col-6.pad {
    border-left: 1px solid #E2E2E2;
    padding-left: 19px;
}

.priceList__textScript {
    margin-top: 30px;
    font-size: 13px;
}

.priceList__block_3 .priceList__td {
    width: 25%;
}

.priceList__btn {
    max-width: 250px;
    width: 100%;
    margin-top: 70px;
}

.priceListMobile__head {
    border-top: 2px solid #7BCD40;
    border-bottom: 2px solid #7BCD40;
    min-height: 50px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.priceListMobile__head span {
    font-weight: bold;
    font-size: 13px;
}

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

.priceListMobile {
    display: none;
    width: calc(100% + 30px);
    position: relative;
    margin-left: -15px;
}

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

.priceListMobile__list {
    width: 100%;
}

.priceListMobile__item {
    border-bottom: 1px solid #E2E2E2;
}

.priceListMobile__link {
    position: relative;
    cursor: pointer;
    color: #1C1C1C;
    display: block;
    width: 100%;
    padding: 15px 0;
}

.priceListMobile__link.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

.priceListMobile__link:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    width: 11px;
    height: 6px;
    background: url(images/icon/arrow.svg) no-repeat center;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}

.priceListMobile__col-6 {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.priceListMobile__desc {
    font-size: 11px;
    display: none;
    padding-bottom: 15px;
}

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

.priceListMobile__minerals p {
    padding-left: 18px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #969696;
    background-repeat: no-repeat;
    background-position: center left;
}

.priceListMobile__minerals.priceListMobile__minerals__mb b {
    display: block;
    margin-bottom: 10px;
}

.priceListMobile__minerals.priceListMobile__minerals__mb b:last-child {
    margin-bottom: 0;
}

.priceListMobile__product {
    margin-bottom: 10px;
}

.priceListMobile__product ul {
    width: 100%;
}

.priceListMobile__product h3 {
    font-weight: bold;
    font-size: 11px;
}

.priceListMobile__product li {
    font-size: 11px;
    margin-bottom: 5px;
}

.priceListMobile__product li:last-child {
    margin: 0;
}

.priceListMobile__product b {
    text-transform: uppercase;
}

.priceListMobile__product:last-child {
    margin: 0;
}

.priceListMobile__product .priceListMobile__price {
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}

.priceListMobile__product .priceListMobile__price:last-child {
    margin: 0;
}

.priceListMobile__first span {
    display: block;
}

.priceListMobile__first .priceListMobile__head span {
    font-weight: normal;
}

.priceListMobile__first .priceListMobile__col-6 {
    width: 100%;
    float: none;
}

.priceListMobile__first .priceListMobile__list .fz {
    font-size: 16px;
}

.priceListMobile__first .priceListMobile__link:before {
    display: none;
}

.priceListMobile__last .priceListMobile__list {
    font-size: 16px;
}

.priceListMobile__last .priceListMobile__link:before {
    display: none;
}

@media (max-width: 991px) {
    .priceListMobile {
        display: block;
    }

    .priceList__foot {
        display: none;
    }

    .priceList .container {
        width: calc(100%);
    }

    .priceList__block {
        padding: 0 15px;
    }
}

.headerContacts {
    background-position: bottom center;
    min-height: 775px;
    margin-top: 70px;
    padding-top: 80px;
}

.headerContacts .container:before {
    left: -50px;
    content: '';
    position: absolute;
    width: 842px;
    height: 611px;
    background: url(images/contacts/bg_map.svg) no-repeat;
    background-position: 0 25%;
    background-size: cover;
}

.headerContacts__object {
    left: 0px;
    position: absolute;
    top: 50px;
    height: 390px;
    width: 320px;
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.headerContacts__link {
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.headerContacts__link:hover .headerContacts__ic.ic_1,
.headerContacts__link:hover .headerContacts__ic.ic_2,
.headerContacts__link:hover .headerContacts__ic.ic_3,
.headerContacts__link:hover .headerContacts__ic.ic_4 {
    background-position: 0%;
}

.headerContacts__link.linkPos_1 {
    right: 112px;
    top: -65px;
}

.headerContacts__link.linkPos_2 {
    right: 65px;
    top: 146px;
}

.headerContacts__link.linkPos_3 {
    right: 127px;
    top: 140px;
}

.headerContacts__link.linkPos_4 {
    top: 255px;
    right: 85px;
}

.headerContacts__link.linkPos_5 {
    top: 183px;
    right: 100px;
}

.headerContacts__link.linkPos_6 {
    bottom: 24px;
    left: 150px;
}

.headerContacts__ic {
    display: block;
}

.headerContacts__ic.ic_1 {
    width: 37px;
    height: 21px;
    background: url(images/contacts/xheader_ic_1.png.pagespeed.ic.cUidYSboVc.png);
}

.headerContacts__ic.ic_2 {
    width: 45px;
    height: 24px;
    background: url(images/contacts/xheader_ic_2.png.pagespeed.ic.u31BBAoLPR.png);
}

.headerContacts__ic.ic_3 {
    width: 23px;
    height: 28px;
    background: url(images/contacts/xheader_ic_3.png.pagespeed.ic.564BuHjUhl.png);
}

.headerContacts__ic.ic_4 {
    width: 25px;
    height: 29px;
    background: url(images/contacts/xheader_ic_4.png.pagespeed.ic.c8HsQHsMAl.png);
}

.headerContacts__ic.ic_1,
.headerContacts__ic.ic_2,
.headerContacts__ic.ic_3,
.headerContacts__ic.ic_4 {
    background-position: 100%;
}

.headerContacts__link.active .headerContacts__ic.ic_1,
.headerContacts__link.active .headerContacts__ic.ic_2,
.headerContacts__link.active .headerContacts__ic.ic_3,
.headerContacts__link.active .headerContacts__ic.ic_4 {
    background-position: 0%;
}

.headerContacts__link.active+.headerContacts__box {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headerContacts__box {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 350px;
    position: absolute;
    height: 300px;
    left: 621px;
    top: 56%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

@media (max-width: 1279px) {
    .headerContacts__box {
        left: 490px;
    }
}


.headerContacts__img {
    width: 100%;
    text-align: center;
}

.headerContacts__title {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.headerContacts__blockImg {
    height: 220px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.headerContacts__text {
    text-align: left;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.6;
}

@media (max-width: 1199px) {
    .headerContacts__object {
        left: 0px;
    }
}

@media (max-width: 991px) {
    .headerContacts__object {
        left: 0px;
    }

    .headerContacts__box {
        left: 280px;
    }
}

@media (max-width: 730px) {
    .headerContacts__object {
        width: 318px;
    }

    .headerContacts__link.linkPos_1 {
        right: 112px;
        top: 65px;
    }

    .headerContacts__link.linkPos_6 {
        bottom: 10%;
        left: 150px;
    }

    .headerContacts__box {
        display: none;
    }
}

.contacts {
    padding-top: 100px;
    padding-bottom: 180px;
}

.contacts .footer__title,
.contacts .footer__contactDesc,
.contacts .footer__contactLink {
    color: #1C1C1C;
    opacity: 1;
}

.contacts .footer__title {
    color: #7BCD40;
}

.contacts .footer__box {
    position: relative;
}

.contacts .footer__justi {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
}

.contacts .fz {
    font-size: 24px;
}

.contacts__ic {
    position: absolute;
    top: -35px;
}

.contacts__ic.ic_1,
.contacts__ic.ic_2,
.contacts__ic.ic_3,
.contacts__ic.ic_4 {
    background-position: 0%;
}

.contacts__line {
    width: 100%;
    margin-top: 30px;
    height: 84px;
    background-position: center;
    background-repeat: no-repeat;
}

.contacts__justi {
    -webkit-transition: 1s 0.2s;
    transition: 1s 0.2s;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

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

.contacts__box {
    position: relative;
    max-width: 465px;
    width: 100%;
}

.contacts__box .mixingPlant__list {
    width: 50%;
    max-width: auto;
}

.contacts__box .mixingPlant__list_title {
    font-size: 12px;
}

.contacts__box .mixingPlant__item {
    margin-bottom: 5px;
    font-size: 13px;
}

.contacts__col-6 {
    width: 50%;
    float: left;
    padding: 40px 15px;
}

.contacts__title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .contacts .footer__box {
        margin-bottom: 45px;
    }

    .contacts .footer__box:nth-child(2) {
        margin-bottom: 75px;
    }

    .contacts .footer__box:nth-child(3),
    .contacts .footer__box:nth-child(4) {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .contacts .mixingPlant__list {
        width: 100%;
        max-width: 100%;
    }

    .contacts .mixingPlant__list:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 730px) {
    .contacts__col-6 {
        width: 100%;
    }
}

.orderForm {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 190px;
    padding-bottom: 240px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.orderForm__col-5 {
    width: 37.038%;
    float: left;
    padding: 0px 30px;
}

.orderForm__col-6 {
    width: 50%;
    float: left;
    padding: 0px 8px;
}

.orderForm__col-7 {
    border-left: 1px solid #F2F2F2;
    padding: 0px 30px;
    float: left;
    width: 62.962%;
}

.orderForm__resource__item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.orderForm__resource__item:first-child {
    margin-right: 40px;
}

.orderForm__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.orderForm__icon.ic_1 {
    width: 58px;
    height: 43px;
    background: url(images/orderForm/xform_ic_1.png.pagespeed.ic.YX_ri0FtP8.png) no-repeat;
    background-position: 0%;
}

.orderForm__icon.ic_2 {
    width: 46px;
    height: 42px;
    background: url(images/orderForm/xform_ic_2.png.pagespeed.ic.cQPnSkz41V.png) no-repeat;
    background-position: 0%;
}

.orderForm__name {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.orderForm__row {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
}

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

.orderForm__blockRadio {
    width: 100%;
}

.orderForm__blockBtn {
    padding-top: 42px;
    padding-left: 30px;
    padding-right: 30px;
    width: 37.038%;
}

.orderForm__btn {
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}

.tabs {
    margin-bottom: 48px;
}

.tab {
    display: inline-block;
}

.active_tabs .orderForm__resource__item .orderForm__icon {
    background-position: 100%;
}

.active_tabs .orderForm__resource__item .orderForm__name {
    color: #7BCD40;
}

@media (max-width: 991px) {
    .orderForm__col-5 {
        width: 100%;
        float: none;
        padding: 0px 30px;
    }

    .orderForm__col-7 {
        border-left: none;
        padding: 0px 30px;
        float: none;
        width: 100%;
    }

    .orderForm__blockBtn {
        width: 100%;
    }
}

@media (max-width: 730px) {
    .orderForm__col-6 {
        width: 100%;
        float: none;
        padding: 0px 0px;
    }

    .orderForm__resource__item {
        max-width: 100%;
        width: 100%;
    }

    .orderForm__resource__item:first-child {
        margin-bottom: 0px;
        margin-right: 0;
    }

    .tab:first-child {
        margin-bottom: 15px;
    }

    .tabs {
        margin-bottom: 15px;
    }

    .orderForm__col-5 {
        padding: 0px 0px;
    }

    .orderForm__col-7 {
        padding: 0;
    }

    .orderForm__row {
        margin: 0;
    }
}

.Suppliers {
    padding-top: 70px;
    padding-bottom: 40px;
}

.Suppliers__descriptionBlock {
    padding-top: 70px;
    max-width: 100%;
    margin-bottom: 80px;
}

.Suppliers__title {
    margin-bottom: 12px;
}

.Suppliers__subtitle {
    font-size: 24px;
    margin-bottom: 20px;
}

.Suppliers__list.row {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

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

.Suppliers__list_one .Suppliers__item {
    margin: 50px 0px;
}

.Suppliers__list_one .Suppliers__item img {
    bottom: 100%;
    left: 15px;
    position: absolute;
}

.Suppliers__item {
    position: relative;
    padding: 0 15px;
    width: 25%;
    float: left;
}

.Suppliers__text {
    font-size: 16px;
    width: 90%;
    font-weight: normal;
}

.Suppliers_contrast__subtitle {
    text-transform: inherit;
    font-size: 24px;
}

.Suppliers__contrast {
    padding-top: 0px;
    padding-bottom: 180px;
}

.Suppliers__contrast .contrast__col {
    width: auto;
}

.Suppliers__contrast .contrast__foto {
    width: 250px;
    height: 250px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.Suppliers__contrast .contrast__parallax_item img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

@media (max-width: 991px) {
    .Suppliers__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .Suppliers__item {
        margin: 40px 0;
        width: 50%;
    }

    .Suppliers__text {
        width: 100%;
    }

    .Suppliers__descriptionBlock {
        margin-bottom: 40px;
    }
}

@media (max-width: 530px) {
    .Suppliers__item {
        width: 100%;
    }
}

.additionalServices {
    padding-bottom: 230px;
}

.additionalServices__title {
    margin-bottom: 68px;
    margin-top: 70px;
}

.additionalServicesSuppliers__list .Suppliers__item {
    width: 49%;
    display: inline-block;
    float: none;
    padding: 15px;
    vertical-align: top;
}

.additionalServicesSuppliers__list .Suppliers__text {
    width: 80%;
}

.additionalServicesSuppliers__list .Suppliers__blockImg {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.additionalServices__subtitleList {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.additionalServices__line {
    margin: 40px 0;
}

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

.additionalServices__item {
    width: 33.33333333333333%;
    float: left;
}

.additionalServices__item p {
    width: 80%;
    font-weight: normal;
}

@media (max-width: 730px) {
    .additionalServicesSuppliers__list .Suppliers__item {
        width: 100%;
        padding: 15px;
    }

    .additionalServicesSuppliers__list .Suppliers__text {
        width: 100%;
    }

    .additionalServices__item {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .additionalServices__item p {
        width: 100%;
    }
}

@media (max-width: 730px) {
    .additionalServicesSuppliers__list .Suppliers__item {
        margin: 0px 0;
    }
}

.saleEquipment {
    padding-top: 70px;
    padding-bottom: 200px;
}

.saleEquipment__descriptionBlock {
    padding-top: 70px;
    max-width: 890px;
    margin-bottom: 60px;
}

.saleEquipment__title {
    margin-bottom: 10px;
}

.saleEquipment__list {
    max-width: 100%;
    width: 100%;
}

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

.saleEquipment__item {
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-bottom: 35px;
}

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

.saleEquipment__col {
    width: 100%;
    float: none;
}

.saleEquipment__col.left {
    float: none;
}

.saleEquipment__subtitle {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 23px;
}

.saleEquipment__itemCategor {
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
    text-align: justify;
    font-size: 1px;
}

.saleEquipment__itemCategor:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}

.saleEquipment__itemCategor span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
}

.saleEquipment__itemCategor span:first-child {
    font-weight: bold;
}

.saleEquipment__blockImg {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 400px;
    overflow: hidden;
}

.saleEquipment__blockImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 2s;
}

.page-id-41 .saleEquipment__blockImg img:hover {
    object-fit: contain;

}

@media (max-width: 730px) {
    .saleEquipment__blockImg img {
        height: auto;
        max-height: 400px;
        width: 100%;
        object-fit: contain;
    }

    .saleEquipment__blockImg {
        width: 100%;
        height: 100%;
        max-height: 300px;
    }

    .saleEquipment__item {
        width: 100%;
        float: none;
    }
}

.informationBuyer__desc {
    margin-top: 28px;
}

.informationBuyer__desc h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}

.informationBuyer__desc p {
    font-size: 13px;
    margin-bottom: 20px;
}

.foot__titleElem {
    position: relative;
}

.foot__titleElem:before {
    content: "";
    width: 72px;
    height: 72px;
    background: url(images/saleEquipment/title__ic.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
}

.ourLaboratory {
    padding-top: 70px;
    position: relative;
}

.ourLaboratory__title {
    margin-top: 70px;
    margin-bottom: 60px;
}

.ourLaboratory .contrast__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ourLaboratory .contrast__box .contrast__col {
    width: auto;
}

.ourLaboratory .contrast__box .descriptionBlock {
    max-width: 650px;
}

.ourLaboratory .contrast__box .contrast__subtitle {
    text-transform: initial;
    font-size: 24px;
}

.ourLaboratory__descriptionBlock {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding-top: 150px;
}

.ourLaboratory__descriptionBlock {
   background: url(images/ourLaboratory/bg_ourLaboratory.svg) no-repeat center top;
    width: 100%;
    height: 530px;
    background-size: 100%;
}
.descriptionBlock.ourLaboratory__descriptionBlock + div {
    background: url(images/ourFactories/xbg_process.png.pagespeed.ic.6IidMuBlrz.png) no-repeat center top #fff;
    padding-top: 275px;
    margin-top: -90px;
     background-size: 100%;
}

.ourLaboratory__subtitle {
    margin-bottom: 30px;
    text-transform: inherit;
    font-weight: bold;
    font-size: 24px;
}

.ourLaboratory__list {
    max-width: 790px;
    position: relative;
}

.ourLaboratory__list:before {
    left: 0%;
    z-index: 0;
    margin-left: -1px;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: #E0E0E0;
}

.ourLaboratory__item {
    z-index: 1;
    padding-left: 120px;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 32px;
    position: relative;
}

.ourLaboratory__item .process__number {
    left: 0;
    top: 5px;
    background: #F7F7F7;
}

.ourLaboratory__item .process__number:before {
    left: 40px;
}

@media (min-width: 1600px) {
    .ourLaboratory__descriptionBlock:before {
        height: 1700px;
    }
}

@media (max-width: 730px) {
    .ourLaboratory__item {
        padding-left: 45px;
    }
}

@media (max-width: 530px) {
    .ourLaboratory__item {
        padding-left: 30px;
    }
}

.reviews__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews__desc {
    max-width: 580px;
    padding-right: 25px;
    width: 100%;
}

.reviews__desc h3 {
    font-weight: bold;
    font-size: 24px;
    color: #7BCD40;
    margin-bottom: 40px;
}

.reviews__desc p {
    font-size: 16px;
    color: #000000;
}

.reviews__blockImg {
    max-width: 537px;
    width: 100%;
}

@media (max-width: 730px) {
    .reviews__box {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .reviews__col:first-child {
        -ms-order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .reviews__blockImg {
        padding-bottom: 30px;
    }
}

.vacancies {
    padding-bottom: 270px;
}

.vacancies__rank img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.vacancies__rank h4 {
    max-width: 700px;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.vacancies__col {
    padding: 20px 45px 20px 0;
    width: 50%;
    float: left;
    padding-right: 45px;
}

.vacancies__bl h4 {
    font-weight: bold;
    font-size: 16px;
    color: #7BCD40;
    margin-bottom: 10px;
}

.vacancies__bl p {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 991px) {
    .vacancies__rank img {
        margin-bottom: 20px;
    }

    .vacancies__col {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 730px) {
    .vacancies__rank h4 {
        font-size: 20px;
    }
}

.pageArticles img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.pageArticles__wrapp {
    max-width: 820px;
}

.pageArticles__wrapp p {
    font-size: 16px;
    margin-bottom: 35px;
}

.display_block {
    display: block;
}

.display_none {
    display: none;
}

.opacity_1 {
    opacity: 1;
}

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

.home.page-id-2 .wrapper {
    height: 100vh;
    z-index: 2;
}

.center>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.green {
    color: #7BCD40;
}

.white {
    color: #FFF;
}

.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.fsUp {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.fsRight {
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.fsCenter {
    opacity: 0;
}

.fsLeft {
    opacity: 0;
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

.fsBottom {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

.fadeUp {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.fadeUp.active {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.fadeRight {
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.fadeRight.active {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.fadeLeft {
    opacity: 0;
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

.fadeLeft.active {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.fadeCenter {
    opacity: 0;
}

.fadeCenter.active {
    opacity: 1;
}

.fadeBottom {
    opacity: 0;
    -webkit-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

.fadeBottom.active {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

@media (max-width: 991px) {

    .fsUp.active,
    .fsRight.active,
    .fsLeft.active,
    .fsBottom.active {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 1;
    }

    .home.page-id-2 .wrapper {
        position: relative;
        height: auto;
        z-index: auto;
    }

    .center>.container {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
}

@media (max-width: 730px) {

    .fsUp,
    .fsRight,
    .fsLeft,
    .fsBottom {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .fadeUp,
    .fadeRight,
    .fadeLeft,
    .fadeCenter,
    .fadeBottom {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

label {
    cursor: pointer;
}

.vacancies__wrapp .contacts__line:last-child {
    display: none;
}

.priceList__table-w .priceListMobile__link:before {
    display: none;
}

/*.new-td b {
    margin-top: -14px;
    display: block;
}*/

.new-td b:before {
    content: "Цена снижена";
    position: absolute;
    margin: 15px 0 0 0;
    color: #7BCD40;
    font-weight: 400;
}

.radio-hidden {
    position: absolute;
    left: -9999px;
}

@media only screen and (max-width: 414px) {
    .new-td b:before {
        content: "Цена снижена";
        position: absolute;
        margin: 15px 0 0 0;
        color: #7BCD40;
        font-weight: 400;
        font-size: 10px;
    }
}

.error-404.not-found {
    min-height: 500px;
}

.remodalreverse__thank {}

.remodalreverse__thank div {
    height: 100%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    min-height: 350px;
    justify-content: center;
}

.thanks-block {
    position: fixed;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    top: 15%;
    left: 50%;
    width: 480px;
    background: #fff;
    height: auto;
    margin-left: -240px;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    z-index: -1;
    padding: 15px;

}

.thanks-active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1000000
}

@media only screen and (max-width: 1023px) {
    .remodalreverse__thank {
        width: 300px;
        margin-left: -150px;
    }
    .ourLaboratory__descriptionBlock {
    background: url(images/ourLaboratory/bg_ourLaboratory.svg) no-repeat center top;
    width: 100%;
    height: auto;
    min-height: 650px;
}

.pageArticles__img img {
    width: 100%;
    height: auto;
}

.txt-center {
    text-align: center;
}

.dop-span {
    font-size: 14px;
}

.priceList__tr.head .priceList__th.brGreen:first-child {
    border-left: 2px solid #7BCD40;
}

.priceList__tr.head .priceList__th.brGreen:last-child {
    border-right: 2px solid #7BCD40;
}

.priceListMobile__head {
    border-left: 2px solid #7BCD40;
    border-right: 2px solid #7BCD40;
}

.nowrap {
    white-space: nowrap;
}

.dn {
    display: none;
}

.production__block .production__list li.production__item:nth-child(2) .production__foto img {
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    max-width: 110%;
}



@media (max-width: 730px) {
    .footer__logo h6 {
        font-size: 26px;
    }
}

@media (max-width: 530px) {
    .footer__logo h6 {
        font-size: 24px;
    }
}

.mt10 {
    margin-top: 10px;
}

.page-id-24 .saleEquipment__blockImg img:hover {
    object-fit: cover;
}

.mt30 {
    margin-top: 30px;
}

.reviews__desc p {
    text-indent: 40px;
    margin-bottom: 15px;
}

.pageArticles__txt ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 100;
}

.pageArticles__txt ul {
    margin-bottom: 30px;
    padding-left: 40px;
}

.pageArticles__txt ol li {
    font-size: 16px;
    font-weight: 100;
}

.pageArticles__txt ol {
    margin-bottom: 20px;
    padding-left: 16px;
}

.pageArticles__txt p {
    margin-bottom: 18px;
}

.priceList__block-new {
    margin: 7px 0 30px 0;
}


.priceList__tr.head .priceList__th.brGreen:first-child {
    border-left: 2px solid #6ad0205c;
}

.priceList__tr.head .priceList__th.brGreen:last-child {
    border-right: 2px solid #6ad0205c;
}

.priceListMobile__head {
    border-left: 2px solid #6ad0205c;
    border-right: 2px solid #6ad0205c;
}

.priceList__th.brGreen {
    border-top: 2px solid #6ad0205c;
    border-bottom: 2px solid #6ad0205c;
}

.priceListMobile__head {
    border-top: 2px solid #6ad0205c;
    border-bottom: 2px solid #6ad0205c;
}

.priceList__table {
    text-align: center;
}

.priceList__table * {
    text-align: center;
}

.priceList__tableTitle {
    margin: 0 auto
}

.priceList__thdiv.width {
    width: 100%;
}

.priceList__td span {
    margin: 0 auto;
}

.page-id-24 .saleEquipment__blockImg {
    height: 320px;
}

@media (max-width: 1279px) {
    #post-20 .ore__line img {
    transform: translate(0, -80px);
}
#post-20 .ore__bg  {
margin-top: -80px;
}
.productionCareer {
    padding-top: 0;
    padding-bottom: 95px;
    position: relative;
}
}
.download-new {
    z-index: 1;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 32px;
    position: relative;
    color: #1C1C1C;
    display: block;
}
	.zakaz-box{
		color:green;
	}
	.btn-zakaz {
  height: 30px;
  text-decoration: none;
  padding-top: 9px;
  color: white;
  text-align: center;
  line-height: 20px;
  display: block;
  margin: 20px auto;
  font: normal 17px arial;
  height: 30px;
  text-decoration: none;
  padding-top: 9px;
  color: #a675b3;
  text-align: center;
  line-height: 20px;
  display: block;
  margin: 20px auto;
  font: normal 17px arial;
	}



a.green{
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
width:250px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 8px 16px;
margin: 20px auto;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}
a.green {
background-color: rgb( 43, 153, 91 );
border: 1px solid rgb( 33, 126, 74 );
}
        
a.green:hover {
background-color: rgb( 75, 183, 141 );
}